File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
84
84
* [ path.py] ( https://github.com/jaraco/path.py ) - A module wrapper for [ os.path] ( https://docs.python.org/2/library/os.path.html ) .
85
85
* [ watchdog] ( https://github.com/gorakhargosh/watchdog ) - API and shell utilities to monitor file system events.
86
86
* [ django-storages] ( http://code.larlet.fr/django-storages/ ) - A collection of custom storage backends for Django.
87
+ * [ Unipath] ( https://github.com/mikeorr/Unipath ) - An object-oriented approach to file/directory operations.
87
88
88
89
## Date and Time
89
90
@@ -119,6 +120,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
119
120
* [ xlwt / xlrd] ( http://www.python-excel.org/ ) - A package is for writing and reading data and formatting information from Excel files.
120
121
* [ XlsxWriter] ( https://xlsxwriter.readthedocs.org/ ) - A Python module for creating Excel .xlsx files.
121
122
* [ PyYAML] ( http://pyyaml.org/ ) - YAML implementations for Python.
123
+ * [ Name Parser] ( https://github.com/derek73/python-nameparser ) - A simple Python module for parsing human names into their individual components.
122
124
123
125
## Natural Language Processing
124
126
You can’t perform that action at this time.
0 commit comments