Adding Unipath and Name Parser to the list

This commit is contained in:
Henrique Bastos 2014-06-30 20:22:42 -03:00
parent 985b8ea0ca
commit 19c76621a9

View File

@ -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