From 1af4bc9cfbc2ea7936cfa46c056cfdc44065ed11 Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Sat, 27 Sep 2014 17:19:28 +0400 Subject: [PATCH 1/5] Add python-stop-words Get list of common stop words in various languages in Python. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ff6c35a..272ca76d 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [Pygments](http://pygments.org/) - A generic syntax highlighter. * [python-nameparser](https://github.com/derek73/python-nameparser) - Parsing human names into their individual components. * [pyparsing](http://pyparsing.wikispaces.com/) - A general purpose framework for generating parsers. + * [python-stop-words](https://github.com/Alir3z4/python-stop-words) - Get list of common stop words in various languages in Python. ## Specific Formats Processing From 98b159386b1947a53661b163b5e83acae2019767 Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Sat, 27 Sep 2014 17:21:29 +0400 Subject: [PATCH 2/5] Add python-currencies Display money format and its filthy currencies, for all money lovers out there. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 272ca76d..c637a0ec 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [django-shop](https://www.django-cms.org/) - A Django based shop system. * [merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors. * [money](https://github.com/carlospalol/money) - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution. +* [python-currencies](https://github.com/Alir3z4/python-currencies) - Display money format and its filthy currencies, for all money lovers out there. ## RESTful API From 5269d867a62c0222852bf48934f02b4439e17dde Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Sat, 27 Sep 2014 17:25:06 +0400 Subject: [PATCH 3/5] Add django-markwhat A collection of template filters that implement common markup languages. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c637a0ec..36e4e21c 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * General * [tablib](https://github.com/kennethreitz/tablib) - A module for Tabular Datasets in XLS, CSV, JSON, YAML. + * [django-markwhat](https://github.com/Alir3z4/django-markwhat) - A collection of template filters that implement common markup languages. * Office * [python-docx](https://github.com/python-openxml/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files. * [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files. From b3b4085c4c6b06825b9a188876bbca71e3ef26d4 Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Sat, 27 Sep 2014 17:29:34 +0400 Subject: [PATCH 4/5] Add short_url Python implementation for generating Tiny URL- and bit.ly-like URLs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36e4e21c..041c9e4f 100644 --- a/README.md +++ b/README.md @@ -576,6 +576,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [furl](https://github.com/gruns/furl) - A small Python library that makes manipulating URLs simple. * [purl](https://github.com/codeinthehole/purl) - A simple, immutable URL class with a clean API for interrogation and manipulation. * [pyshorteners](https://github.com/ellisonleao/pyshorteners) - A pure Python URL shortening lib. +* [short_url](https://github.com/Alir3z4/python-short_url) - Python implementation for generating Tiny URL- and bit.ly-like URLs. ## HTML Manipulation From f73075d672dfb969bcdfe8696a6b0fbfcfec222f Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Sat, 27 Sep 2014 17:35:01 +0400 Subject: [PATCH 5/5] Add sanitize Bringing sanity to world of messed-up data. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 041c9e4f..3b655add 100644 --- a/README.md +++ b/README.md @@ -619,6 +619,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [python-readability](https://github.com/buriy/python-readability) - Fast Python port of arc90's readability tool. * [opengraph](https://github.com/erikriver/opengraph) - A Python module to parse the Open Graph Protocol * [textract](https://github.com/deanmalmgren/textract) - Extract text from any document, Word, PowerPoint, PDFs, etc. +* [sanitize](https://github.com/Alir3z4/sanitize) - Bringing sanity to world of messed-up data. ## Forms