Introducing Maya: Datetimes for Humans™



Datetimes are a headache to deal with in Python, especially when dealing
with timezones, especially when dealing with different machines with
different locales.

Maya exists to do all the hard work for you, so you can focus on what
you’re trying to do — import or export simple datetime data in known human
and machine-readable formats.

Example Usage of Maya (v0.1.0)

>>> now = maya.now()

>>> tomorro…
Introducing Maya: Datetimes for Humans™

 

Raony Guimaraes