From d6929f5918da04f4309241c147de6d79c9c32817 Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 16 May 2015 21:11:49 +0800 Subject: [PATCH] add PyTime to Date and Time section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d24144a4..f52f337f 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [when.py](https://github.com/dirn/When.py) - Providing user-friendly functions to help perform common date and time actions. * [moment](https://github.com/zachwill/moment) - A Python library for dealing with dates/times. Inspired by [Moment.js](http://momentjs.com/). * [pytz](https://launchpad.net/pytz) - World timezone definitions, modern and historical. Brings the [tz database](http://en.wikipedia.org/wiki/Tz_database) into Python. +* [PyTime](https://github.com/shnode/PyTime) - A easy-use Python module which aims to operate date/time/datetime by string. ## Text Processing