mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Updated Date and Time to add Maya
Maya: Datetimes for Humans™ https://travis-ci.org/kennethreitz/maya.svg?branch=master Datetimes are very frustrating to work with in Python, especially when dealing with different locales on different systems. This library exists to make the simple things much easier, while admitting that time is an illusion (timezones doubly so).
This commit is contained in:
parent
e522abd070
commit
7d4cf94099
1 changed files with 1 additions and 0 deletions
|
@ -407,6 +407,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [PyTime](https://github.com/shinux/PyTime) - A easy-use Python module which aims to operate date/time/datetime by string.
|
||||
* [pytz](https://launchpad.net/pytz) - World timezone definitions, modern and historical. Brings the [tz database](https://en.wikipedia.org/wiki/Tz_database) into Python.
|
||||
* [when.py](https://github.com/dirn/When.py) - Providing user-friendly functions to help perform common date and time actions.
|
||||
* [maya](https://github.com/kennethreitz/maya) - Datetimes for Humans, Maya is mostly built around the headaches and use-cases around parsing datetime data from websites.
|
||||
|
||||
## Debugging Tools
|
||||
|
||||
|
|
Loading…
Reference in a new issue