Skip to content

Commit 8223a66

Browse files
committed
remove something
1 parent e9f18fd commit 8223a66

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,13 @@ 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.
202201

203202
## Specific Formats Processing
204203

205204
*Libraries for parsing and manipulating specific text formats.*
206205

207206
* General
208207
* [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.
210208
* Office
211209
* [python-docx](https://github.com/python-openxml/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
212210
* [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
450448
* [django-shop](https://www.django-cms.org/) - A Django based shop system.
451449
* [merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors.
452450
* [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.
454452

455453
## RESTful API
456454

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

583581
## HTML Manipulation
584582

@@ -869,10 +867,9 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
869867
* [bcbio-nextgen](https://github.com/chapmanb/bcbio-nextgen) - A toolkit providing best-practice pipelines for fully automated high throughput sequencing analysis.
870868
* [blaze](http://blaze.pydata.org/docs/latest/index.html) - NumPy and Pandas interface to Big Data.
871869

872-
873870
## Data Visualization
874871

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).*
876873

877874
* [matplotlib](http://matplotlib.org/) - A Python 2D plotting library.
878875
* [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
930927
* [apache-libcloud](https://libcloud.apache.org/) - One Python library for all clouds.
931928
* [boto](https://github.com/boto/boto) - Python interface to Amazon Web Services.
932929
* [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.
934930
* [google-api-python-client](https://github.com/google/google-api-python-client) - Google APIs Client Library for Python.
935931
* [gspread](https://github.com/burnash/gspread) - Google Spreadsheets Python API.
936932
* [facebook-sdk](https://github.com/pythonforfacebook/facebook-sdk) - Facebook Platform Python SDK.
937933
* [facepy](https://github.com/jgorset/facepy) - Facepy makes it really easy to interact with Facebook's Graph API
938-
* [Wikipedia](https://wikipedia.readthedocs.org/) - A Pythonic wrapper for the Wikipedia API.
939-
* [python-instagram](https://github.com/Instagram/python-instagram) - A Python Client for Instagram API.
940934
* [gmail](https://github.com/charlierguo/gmail) - A Pythonic interface for Gmail.
941-
* [praw](https://github.com/praw-dev/praw) - A Python wrapper for the Reddit API.
942-
* [linkedin](https://github.com/ozgur/python-linkedin) - A Python interface for LinkedIn.
943935
* [django-wordpress](https://github.com/sunlightlabs/django-wordpress/) - WordPress models and views for Django.
944936

945937
## DevOps Tools

0 commit comments

Comments
 (0)