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
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -198,15 +198,13 @@ 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.
202
201
203
202
## Specific Formats Processing
204
203
205
204
*Libraries for parsing and manipulating specific text formats.*
206
205
207
206
* General
208
207
*[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.
210
208
* Office
211
209
*[python-docx](https://github.com/python-openxml/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
212
210
*[xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
@@ -450,7 +448,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
450
448
*[django-shop](https://www.django-cms.org/) - A Django based shop system.
451
449
*[merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors.
452
450
*[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
+
*[python-currencies](https://github.com/Alir3z4/python-currencies) - Display money format and its filthy currencies.
454
452
455
453
## RESTful API
456
454
@@ -578,7 +576,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
578
576
*[furl](https://github.com/gruns/furl) - A small Python library that makes manipulating URLs simple.
579
577
*[purl](https://github.com/codeinthehole/purl) - A simple, immutable URL class with a clean API for interrogation and manipulation.
580
578
*[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.
579
+
*[short_url](https://github.com/Alir3z4/python-short_url) - Python implementation for generating Tiny URL and bit.ly-like URLs.
582
580
583
581
## HTML Manipulation
584
582
@@ -869,10 +867,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
869
867
*[bcbio-nextgen](https://github.com/chapmanb/bcbio-nextgen) - A toolkit providing best-practice pipelines for fully automated high throughput sequencing analysis.
870
868
*[blaze](http://blaze.pydata.org/docs/latest/index.html) - NumPy and Pandas interface to Big Data.
871
869
872
-
873
870
## Data Visualization
874
871
875
-
*Libraries for visualizing data. See: [awesome-javascript's Data Visualization section](https://github.com/sorrycc/awesome-javascript#data-visualization).*
872
+
*Libraries for visualizing data. See: [awesome-javascript](https://github.com/sorrycc/awesome-javascript#data-visualization).*
876
873
877
874
*[matplotlib](http://matplotlib.org/) - A Python 2D plotting library.
878
875
*[bokeh](https://github.com/ContinuumIO/bokeh) - Interactive Web Plotting for Python.
@@ -930,16 +927,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
930
927
*[apache-libcloud](https://libcloud.apache.org/) - One Python library for all clouds.
931
928
*[boto](https://github.com/boto/boto) - Python interface to Amazon Web Services.
932
929
*[twython](https://github.com/ryanmcgrath/twython) - A Python wrapper for the Twitter API.
933
-
*[soundcloud-python](https://github.com/soundcloud/soundcloud-python) - A Python wrapper around the Soundcloud API.
934
930
*[google-api-python-client](https://github.com/google/google-api-python-client) - Google APIs Client Library for Python.
935
931
*[gspread](https://github.com/burnash/gspread) - Google Spreadsheets Python API.
0 commit comments