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
*[py2app](http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html) - Freezes Python scripts (Mac OS X)
99
-
*[PyInstaller](http://www.pyinstaller.org/) - A program that converts Python programs into stand-alone executables (Windows, Linux, Mac OS X, Solaris and AIX)
99
+
*[PyInstaller](http://www.pyinstaller.org/) - A program that converts Python programs into stand-alone executables (Windows, Linux, Mac OS X, Solaris and AIX)
100
100
101
101
## Build Tools
102
102
@@ -105,7 +105,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
105
105
*[buildout](http://www.buildout.org/) - A build system for creating, assembling and deploying applications from multiple parts, some of which may be non-Python-based.
106
106
*[SCons](http://www.scons.org/) - A software construction tool.
107
107
*[PlatformIO](https://github.com/ivankravets/platformio) - A console tool to build code with different development platforms.
108
-
*[BitBake](http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html) - A make-like build tool with the special focus of distributions and packages for embedded Linux cross compilation although it is not limited to that.
108
+
*[BitBake](http://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html) - A make-like build tool with the special focus of distributions and packages for embedded Linux.
109
109
110
110
## Files
111
111
@@ -143,17 +143,17 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
143
143
*[unicode-slugify](https://github.com/mozilla/unicode-slugify) - A slugifier that generates unicode slugs. Developed by Mozilla.
144
144
*[unidecode](https://pypi.python.org/pypi/Unidecode) - ASCII transliterations of Unicode text.
145
145
*[chardet](https://github.com/chardet/chardet) - Python 2/3 compatible character encoding detector.
146
-
*[xpinyin](https://github.com/lxneng/xpinyin) - A library to translate chinese hanzi (漢字) to pinyin (拼音).
*[pyfiglet](https://github.com/pwaller/pyfiglet) - An implementation of figlet written in python.
146
+
*[xpinyin](https://github.com/lxneng/xpinyin) - A library to translate Chinese hanzi (漢字) to pinyin (拼音).
147
+
*[pangu.py](https://github.com/vinta/pangu.py) - Spacing texts for CJK and alphanumerics.
148
+
*[pyfiglet](https://github.com/pwaller/pyfiglet) - An implementation of figlet written in Python.
149
149
* Specific Formats
150
150
*[tablib](https://github.com/kennethreitz/tablib) - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
151
151
*[python-docx](https://github.com/mikemaccana/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
152
152
*[xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Packages is for writing and reading data and formatting information from Excel files.
153
153
*[XlsxWriter](https://xlsxwriter.readthedocs.org/) - A Python module for creating Excel .xlsx files.
@@ -275,8 +275,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
275
275
276
276
* Relational Databases
277
277
*[mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python.
278
-
*[mysql-connector-python](https://pypi.python.org/pypi/mysql-connector-python) - pure-python MySQL driver from Oracle (in case you don't want or can't install system MySQL library)
279
-
*[oursql](https://pythonhosted.org/oursql/) - A better MySQL connector for Python with support for native prepared statements and BLOBs
278
+
*[mysql-connector-python](https://pypi.python.org/pypi/mysql-connector-python) - A pure Python MySQL driver from Oracle (in case you don't want or can't install system MySQL library)
279
+
*[oursql](https://pythonhosted.org/oursql/) - A better MySQL connector for Python with support for native prepared statements and BLOBs.
280
280
*[psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python.
281
281
* NoSQL Databases
282
282
*[pycassa](https://github.com/pycassa/pycassa) - Python Thrift driver for Apache Cassandra.
@@ -352,7 +352,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
352
352
*[django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works."
353
353
*[Flask-OAuthlib](https://github.com/lepture/flask-oauthlib) - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.
354
354
*[sanction](https://github.com/demianbrecht/sanction) - A dead simple OAuth2 client implementation.
355
-
*[jose](https://github.com/demonware/jose) - Javscript Object Signing and Encryption (JOSE) draft implementation, useful for stateful tokens.
355
+
*[jose](https://github.com/demonware/jose) - JavaScript Object Signing and Encryption (JOSE) draft implementation, useful for stateful tokens.
356
356
357
357
## Template Engine
358
358
@@ -432,7 +432,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
432
432
433
433
*[furl](https://github.com/gruns/furl) - A small Python library that makes manipulating URLs simple.
434
434
*[purl](https://github.com/codeinthehole/purl) - A simple, immutable URL class with a clean API for interrogation and manipulation.
435
-
*[pyshorteners](https://github.com/ellisonleao/pyshorteners) - A pure python URL shortening lib.
435
+
*[pyshorteners](https://github.com/ellisonleao/pyshorteners) - A pure Python URL shortening lib.
436
436
437
437
## HTML Manipulation
438
438
@@ -447,7 +447,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
447
447
*[bleach](http://bleach.readthedocs.org/) - A whitelist-based HTML sanitization and text linkification library.
448
448
*[xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON.
449
449
*[xhtml2pdf](https://github.com/chrisglass/xhtml2pdf) - HTML/CSS to PDF converter.
450
-
*[untangle](https://github.com/stchris/untangle) - Converts XML documents to Python objects for easy access
450
+
*[untangle](https://github.com/stchris/untangle) - Converts XML documents to Python objects for easy access.
451
451
452
452
## Web Crawling
453
453
@@ -470,7 +470,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
470
470
*[sumy](https://github.com/miso-belica/sumy) - A module for automatic summarization of text documents and HTML pages.
471
471
*[Haul](https://github.com/vinta/Haul) - An Extensible Image Crawler.
472
472
*[python-readability](https://github.com/buriy/python-readability) - Fast Python port of arc90's readability tool.
473
-
*[opengraph](https://github.com/erikriver/opengraph) - A python module to parse the Open Graph Protocol
473
+
*[opengraph](https://github.com/erikriver/opengraph) - A Python module to parse the Open Graph Protocol
474
474
475
475
## Downloader
476
476
@@ -721,7 +721,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
721
721
*[Wikipedia](https://wikipedia.readthedocs.org/en/latest/) - A Pythonic wrapper for the Wikipedia API.
722
722
*[python-instagram](https://github.com/Instagram/python-instagram) - A Python Client for Instagram API.
723
723
*[gmail](https://github.com/charlierguo/gmail) - A Pythonic interface for Gmail.
724
-
*[praw](https://github.com/praw-dev/praw) - A python wrapper for the Reddit API.
724
+
*[praw](https://github.com/praw-dev/praw) - A Python wrapper for the Reddit API.
725
725
726
726
## DevOps Tools
727
727
@@ -736,7 +736,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
736
736
*[doit](http://pydoit.org/) - A task runner/build tool.
737
737
*[psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module.
738
738
*[pexpect](https://github.com/pexpect/pexpect) - A Python module for controlling interactive programs in a pseudo-terminal like GNU expect.
739
-
*[provy](https://github.com/python-provy/provy) - An easy-to-use provisioning system in python.
739
+
*[provy](https://github.com/python-provy/provy) - An easy-to-use provisioning system in Python.
740
740
741
741
## Foreign Function Interface
742
742
@@ -773,7 +773,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
773
773
*Useful libraries or tools that don't fit in the categories above.*
774
774
775
775
*[IPython](https://github.com/ipython/ipython) - IPython provides a rich toolkit to help you make the most out of using Python interactively.
776
-
*[bpython](http://bpython-interpreter.org) – bpython is a fancy interface to the Python interpreter for Linux, BSD, OS X and Windows (with some work).
776
+
*[bpython](http://bpython-interpreter.org) – A fancy interface to the Python interpreter for Linux, BSD, OS X and Windows (with some work).
0 commit comments