From 94162133c4ceaea416cbf3eba7ce5e8394da2c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81bastien=20Eustace?= Date: Tue, 16 Aug 2016 09:51:41 -0500 Subject: [PATCH] Adds Pendulum to Date and Time libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f2b89c3..f468198e 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,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. +* [Pendulum](https://github.com/sdispater/pendulum) - Python datetimes made easy. ## Text Processing