mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
Merge pull request #554 from houjunchen/dateutil
Update url of dateutil to its repo
This commit is contained in:
commit
a548f7ef9c
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
|
||||
* [arrow](https://github.com/crsmithdev/arrow) - Better dates & times for Python.
|
||||
* [Chronyk](https://github.com/KoffeinFlummi/Chronyk) - A Python 3 library for parsing human-written times and dates.
|
||||
* [dateutil](https://pypi.python.org/pypi/python-dateutil) - Extensions to the standard Python [datetime](https://docs.python.org/2/library/datetime.html) module.
|
||||
* [dateutil](https://github.com/dateutil/dateutil) - Extensions to the standard Python [datetime](https://docs.python.org/2/library/datetime.html) module.
|
||||
* [delorean](https://github.com/myusuf3/delorean/) - A library for clearing up the inconvenient truths that arise dealing with datetimes.
|
||||
* [moment](https://github.com/zachwill/moment) - A Python library for dealing with dates/times. Inspired by [Moment.js](http://momentjs.com/).
|
||||
* [PyTime](https://github.com/shnode/PyTime) - A easy-use Python module which aims to operate date/time/datetime by string.
|
||||
|
|
Loading…
Reference in a new issue