From a2e124cf7a4e1a9ab503e4615e17ad4e6cc1837a Mon Sep 17 00:00:00 2001 From: Vinta Date: Fri, 19 Sep 2014 18:20:30 +0800 Subject: [PATCH] add Chronyk to Date and Time section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204750bf..a13f74ef 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for working with dates and times.* * [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. * [delorean](https://github.com/myusuf3/delorean/) - A library for clearing up the inconvenient truths that arise dealing with datetimes. * [when.py](https://github.com/dirn/When.py) - Providing user-friendly functions to help perform common date and time actions.