8000 fix words · shashk/awesome-python@662bd93 · GitHub
[go: up one dir, main page]

Skip to content

Commit 662bd93

Browse files
committed
fix words
1 parent 71b23ff commit 662bd93

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
8080
* [pyenv](https://github.com/yyuu/pyenv) - Simple Python version management.
8181
* [virtualenv](https://pypi.python.org/pypi/virtualenv) - A tool to create isolated Python environments.
8282
* [virtualenvwrapper](https://pypi.python.org/pypi/virtualenvwrapper) - A set of extensions to virtualenv
83-
* [PyRun](https://www.egenix.com/products/python/PyRun/) - A open-source, one-file, no-installation-needed version of Python
83+
* [PyRun](https://www.egenix.com/products/python/PyRun/) - A one-file, no-installation-needed version of Python.
8484

8585
## Package Management
8686

8787
*Libraries for package and dependency management.*
8888

8989
* [pip](https://pip.pypa.io/en/latest/) / [Python Package Index](https://pypi.python.org/pypi) - The package and dependency manager.
90-
* [wheel](http://pythonwheels.com/) - The new standard of python distribution and are intended to replace eggs.
90+
* [wheel](http://pythonwheels.com/) - The new standard of Python distribution and are intended to replace eggs.
9191

9292
## Distribution
9393

@@ -96,7 +96,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
9696
* [cx-Freeze](http://cx-freeze.readthedocs.org/) - Freezes Python scripts (cross-platform)
9797
* [py2exe](http://www.py2exe.org/) - Freezes Python scripts (Windows)
9898
* [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)
100100

101101
## Build Tools
102102

@@ -105,7 +105,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
105105
* [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.
106106
* [SCons](http://www.scons.org/) - A software construction tool.
107107
* [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.
109109

110110
## Files
111111

@@ -143,17 +143,17 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
143143
* [unicode-slugify](https://github.com/mozilla/unicode-slugify) - A slugifier that generates unicode slugs. Developed by Mozilla.
144144
* [unidecode](https://pypi.python.org/pypi/Unidecode) - ASCII transliterations of Unicode text.
145145
* [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 (拼音).
147-
* [pangu.py](https://github.com/vinta/pangu.py) - Spacing texts.
148-
* [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.
149149
* Specific Formats
150150
* [tablib](https://github.com/kennethreitz/tablib) - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
151151
* [python-docx](https://github.com/mikemaccana/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
152152
* [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.
153153
* [XlsxWriter](https://xlsxwriter.readthedocs.org/) - A Python module for creating Excel .xlsx files.
154154
* [mm](https://github.com/brianray/mm) - Python powered spreadsheets.
155155
* [PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents.
156-
* [PyPDF2](https://github.com/mstamy2/PyPDF2) - a pure-python PDF library capable of splitting, merging and transforming PDF pages.
156+
* [PyPDF2](https://github.com/mstamy2/PyPDF2) - A pure Python PDF library capable of splitting, merging and transforming PDF pages.
157157
* [Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber’s Markdown.
158158
* [Mistune](https://github.com/lepture/mistune) - Fastest and full featured pure Python parsers of Markdown.
159159
* [PyYAML](http://pyyaml.org/) - YAML implementations for Python.
@@ -217,7 +217,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
217217
* [thumbor](https://github.com/thumbor/thumbor) - A smart imaging service. It enables on-demand crop, resizing and flipping of images.
218218
* [imgSeek](http://www.imgseek.net/) - A project for searching a collection of images using visual similarity.
219219
* [python-qrcode](https://github.com/lincolnloop/python-qrcode) - A pure Python QR Code generator.
220-
* [pyBarcode](https://pythonhosted.org/pyBarcode/) - Create barcodes in python without needing PIL.
220+
* [pyBarcode](https://pythonhosted.org/pyBarcode/) - Create barcodes in Python without needing PIL.
221221
* [pygram](https://github.com/ajkumar25/pygram) - Instagram-like image filters.
222222
* [Quads](https://github.com/fogleman/Quads) - Computer art based on quadtrees.
223223
* [nude.py](https://github.com/hhatto/nude.py) - Nudity detection.
@@ -275,8 +275,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
275275

276276
* Relational Databases
277277
* [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.
280280
* [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python.
281281
* NoSQL Databases
282282
* [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
352352
* [django-allauth](https://github.com/pennersr/django-allauth) - Authentication app for Django that "just works."
353353
* [Flask-OAuthlib](https://github.com/lepture/flask-oauthlib) - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.
354354
* [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.
356356

357357
## Template Engine
358358

@@ -432,7 +432,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
432432

433433
* [furl](https://github.com/gruns/furl) - A small Python library that makes manipulating URLs simple.
434434
* [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.
436436

437437
## HTML Manipulation
438438

@@ -447,7 +447,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
447447
* [bleach](http://bleach.readthedocs.org/) - A whitelist-based HTML sanitization and text linkification library.
448448
* [xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON.
449449
* [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.
451451

452452
## Web Crawling
453453

@@ -470,7 +470,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
470470
* [sumy](https://github.com/miso-belica/sumy) - A module for automatic summarization of text documents and HTML pages.
471471
* [Haul](https://github.com/vinta/Haul) - An Extensible Image Crawler.
472472
* [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
474474

475475
## Downloader
476476

@@ -721,7 +721,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
721721
* [Wikipedia](https://wikipedia.readthedocs.org/en/latest/) - A Pythonic wrapper for the Wikipedia API.
722722
* [python-instagram](https://github.com/Instagram/python-instagram) - A Python Client for Instagram API.
723723
* [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.
725725

726726
## DevOps Tools
727727

@@ -736,7 +736,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
736736
* [doit](http://pydoit.org/) - A task runner/build tool.
737737
* [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module.
738738
* [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.
740740

741741
## Foreign Function Interface
742742

@@ -773,7 +773,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
773773
*Useful libraries or tools that don't fit in the categories above.*
774774

775775
* [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).
777777

778778
## Editor Plugins
779779

0 commit comments

Comments
 (0)
0