8000 Merge remote-tracking branch 'Alir3z4/patch-1' · amitpp/awesome-python@e9f18fd · GitHub
[go: up one dir, main page]

Skip to content

Commit e9f18fd

Browse files
committed
Merge remote-tracking branch 'Alir3z4/patch-1'
2 parents b542ac4 + f73075d commit e9f18fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,13 +198,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
198198
* [Pygments](http://pygments.org/) - A generic syntax highlighter.
199199
* [python-nameparser](https://github.com/derek73/python-nameparser) - Parsing human names into their individual components.
200200
* [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.
201202

202203
## Specific Formats Processing
203204

204205
*Libraries for parsing and manipulating specific text formats.*
205206

206207
* General
207208
* [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.
208210
* Office
209211
* [python-docx](https://github.com/python-openxml/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
210212
* [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
448450
* [django-shop](https://www.django-cms.org/) - A Django based shop system.
449451
* [merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors.
450452
* [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.
451454

452455
## RESTful API
453456

@@ -575,6 +578,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
575578
* [furl](https://github.com/gruns/furl) - A small Python library that makes manipulating URLs simple.
576579
* [purl](https://github.com/codeinthehole/purl) - A simple, immutable URL class with a clean API for interrogation and manipulation.
577580
* [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.
578582

579583
## HTML Manipulation
580584

@@ -617,6 +621,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
617621
* [python-readability](https://github.com/buriy/python-readability) - Fast Python port of arc90's readability tool.
618622
* [opengraph](https://github.com/erikriver/opengraph) - A Python module to parse the Open Graph Protocol
619623
* [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.
620625

621626
## Forms
622627

0 commit comments

Comments
 (0)
0