You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -198,13 +198,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
198
198
*[Pygments](http://pygments.org/) - A generic syntax highlighter.
199
199
*[python-nameparser](https://github.com/derek73/python-nameparser) - Parsing human names into their individual components.
200
200
*[pyparsing](http://pyparsing.wikispaces.com/) - A general purpose framework for generating parsers.
201
+
*[python-stop-words](https://github.com/Alir3z4/python-stop-words) - Get list of common stop words in various languages in Python.
201
202
202
203
## Specific Formats Processing
203
204
204
205
*Libraries for parsing and manipulating specific text formats.*
205
206
206
207
* General
207
208
*[tablib](https://github.com/kennethreitz/tablib) - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
209
+
*[django-markwhat](https://github.com/Alir3z4/django-markwhat) - A collection of template filters that implement common markup languages.
208
210
* Office
209
211
*[python-docx](https://github.com/python-openxml/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
210
212
*[xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
@@ -448,6 +450,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
448
450
*[django-shop](https://www.django-cms.org/) - A Django based shop system.
449
451
*[merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors.
450
452
*[money](https://github.com/carlospalol/money) - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution.
453
+
*[python-currencies](https://github.com/Alir3z4/python-currencies) - Display money format and its filthy currencies, for all money lovers out there.
451
454
452
455
## RESTful API
453
456
@@ -575,6 +578,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
575
578
*[furl](https://github.com/gruns/furl) - A small Python library that makes manipulating URLs simple.
576
579
*[purl](https://github.com/codeinthehole/purl) - A simple, immutable URL class with a clean API for interrogation and manipulation.
577
580
*[pyshorteners](https://github.com/ellisonleao/pyshorteners) - A pure Python URL shortening lib.
581
+
*[short_url](https://github.com/Alir3z4/python-short_url) - Python implementation for generating Tiny URL- and bit.ly-like URLs.
578
582
579
583
## HTML Manipulation
580
584
@@ -617,6 +621,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
617
621
*[python-readability](https://github.com/buriy/python-readability) - Fast Python port of arc90's readability tool.
618
622
*[opengraph](https://github.com/erikriver/opengraph) - A Python module to parse the Open Graph Protocol
619
623
*[textract](https://github.com/deanmalmgren/textract) - Extract text from any document, Word, PowerPoint, PDFs, etc.
624
+
*[sanitize](https://github.com/Alir3z4/sanitize) - Bringing sanity to world of messed-up data.
0 commit comments