From 1e5305d7cbee1e43ef9e948ea9b42e9205ebd966 Mon Sep 17 00:00:00 2001 From: Wes Turner Date: Tue, 1 Jul 2014 16:39:27 -0500 Subject: [PATCH] Update README.md: Add pathlib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b14450f..36cd9604 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [watchdog](https://github.com/gorakhargosh/watchdog) - API and shell utilities to monitor file system events. * [django-storages](http://code.larlet.fr/django-storages/) - A collection of custom storage backends for Django. * [Unipath](https://github.com/mikeorr/Unipath) - An object-oriented approach to file/directory operations. +* [pathlib](https://pathlib.readthedocs.org/en/pep428/) - An cross-platform, object-oriented path library (included in Python 3.4) ## Date and Time