From 19c76621a9ddab72b6882be469b83b84dc9f96d5 Mon Sep 17 00:00:00 2001 From: Henrique Bastos Date: Mon, 30 Jun 2014 20:22:42 -0300 Subject: [PATCH] Adding Unipath and Name Parser to the list --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ce7846f8..19b40cd0 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [path.py](https://github.com/jaraco/path.py) - A module wrapper for [os.path](https://docs.python.org/2/library/os.path.html). * [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. ## Date and Time @@ -118,6 +119,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b * [xlwt / xlrd](http://www.python-excel.org/) - A package is for writing and reading data and formatting information from Excel files. * [XlsxWriter](https://xlsxwriter.readthedocs.org/) - A Python module for creating Excel .xlsx files. * [PyYAML](http://pyyaml.org/) - YAML implementations for Python. +* [Name Parser](https://github.com/derek73/python-nameparser) - A simple Python module for parsing human names into their individual components. ## Natural Language Processing