Skip to content

Commit dea342d

Browse files
committed
fix
1 parent 10e09da commit dea342d

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
@@ -192,12 +192,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
192192
* [tablib](https://github.com/kennethreitz/tablib) - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
193193
* Office
194194
* [python-docx](https://github.com/mikemaccana/python-docx) - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
195-
* [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.
195+
* [xlwt](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) - Writing and reading data and formatting information from Excel files.
196196
* [XlsxWriter](https://xlsxwriter.readthedocs.org/) - A Python module for creating Excel .xlsx files.
197197
* [Marmir](https://github.com/brianray/mm) - Takes Python data structures and turns them into spreadsheets.
198198
* PDF
199199
* [PDFMiner](https://github.com/euske/pdfminer) - A tool for extracting information from PDF documents.
200-
* [PyPDF2](https://github.com/mstamy2/PyPDF2) - A pure Python PDF library capable of splitting, merging and transforming PDF pages.
200+
* [PyPDF2](https://github.com/mstamy2/PyPDF2) - A library capable of splitting, merging and transforming PDF pages.
201201
* Markdown
202202
* [Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber’s Markdown.
203203
* [Mistune](https://github.com/lepture/mistune) - Fastest and full featured pure Python parsers of Markdown.
@@ -209,7 +209,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
209209
*Libraries for working with human languages.*
210210

211211
* [NLTK](http://www.nltk.org/) - A leading platform for building Python programs to work with human language data.
212-
* [Pattern](http://www.clips.ua.ac.be/pattern) - A web mining module for the Python programming language. It has tools for natural language processing, machine learning, among others.
212+
* [Pattern](http://www.clips.ua.ac.be/pattern) - A web mining module for the Python. It has tools for natural language processing, machine learning, among others.
213213
* [TextBlob](http://textblob.readthedocs.org/) - Providing a consistent API for diving into common natural language processing (NLP) tasks. Stands on the giant shoulders of NLTK and Pattern, and plays nicely with both.
214214
* [jieba](https://github.com/fxsjy/jieba#jieba-1) - Chinese Words Segementation Utilities.
215215
* [SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text.
@@ -269,7 +269,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
269269

270270
*Libraries for manipulating images.*
271271

272-
* [pillow](http://pillow.readthedocs.org/) - Pillow is the **friendly** PIL fork. PIL is the [Python Imaging Library](http://www.pythonware.com/products/pil/).
272+
* [pillow](http://pillow.readthedocs.org/) - Pillow is the friendly [PIL](http://www.pythonware.com/products/pil/) fork.
273273
* [wand](https://github.com/dahlia/wand) - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick.
274274
* [thumbor](https://github.com/thumbor/thumbor) - A smart imaging service. It enables on-demand crop, resizing and flipping of images.
275275
* [imgSeek](http://www.imgseek.net/) - A project for searching a collection of images using visual similarity.
@@ -325,7 +325,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
325325

326326
* [requests](http://docs.python-requests.org/) - HTTP Requests for Humans™.
327327
* [grequests](https://github.com/kennethreitz/grequests) - requests + gevent for asynchronous HTTP requests.
328-
* [urllib3](https://github.com/shazow/urllib3) - HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more.
328+
* [urllib3](https://github.com/shazow/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
329329
* [httplib2](https://github.com/jcgregorio/httplib2) - Comprehensive HTTP client library.
330330
* [treq](https://github.com/dreid/treq) - Python requests like API built on top of Twisted's HTTP client.
331331

@@ -344,7 +344,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
344344
* [mysqlclient](https://github.com/PyMySQL/mysqlclient-python) - mysql-python fork supporting Python 3.
345345
* [PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python.
346346
* [mysql-connector-python](https://pypi.python.org/pypi/mysql-connector-python) - A pure Python MySQL driver from Oracle.
347-
* [oursql](https://pythonhosted.org/oursql/) - A better MySQL connector for Python with support for native prepared statements and BLOBs.
347+
* [oursql](https://pythonhosted.org/oursql/) - A better MySQL connector with support for native prepared statements and BLOBs.
348348
* [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python.
349349
* [txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL.
350350
* [queries](https://github.com/gmr/queries) - A wrapper of the psycopg2 library for interacting with PostgreSQL.
@@ -385,10 +385,10 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
385385
* [Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
386386
* [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use.
387387
* [web.py](http://webpy.org/) - A web framework for Python that is as simple as it is powerful.
388-
* [TurboGears](http://www.turbogears.org/) - The Web Framework that scales with you. Starts as a microframework and scales up to a fullstack solution.
388+
* [TurboGears](http://www.turbogears.org/) - The Web Framework that starts as a microframework and scales up to a fullstack solution.
389389
* [CherryPy](http://www.cherrypy.org/) - A Minimalist Python Web Framework, HTTP/1.1-compliant and WSGI thread-pooled.
390-
* [Grok](http://grok.zope.org/) - A framework built on the existing Zope 3 libraries, offers a lot of building blocks for web development.
391-
* [Bluebream](http://bluebream.zope.org/) - An open-source web application server, framework and library, created by the Zope community and formerly known as Zope 3.
390+
* [Grok](http://grok.zope.org/) - A framework built on the existing Zope 3 libraries.
391+
* [Bluebream](http://bluebream.zope.org/) - An open-source web application server, framework and library, formerly known as Zope 3.
392392
* [guava](https://github.com/flatpeach/guava) - A lightweight and high performance web framework for Python written in C.
393393

394394
## Permissions
@@ -402,13 +402,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
402402

403403
*Content Management Systems.*
404404

405-
* [django-cms](https://www.django-cms.org/en/) - An Open source enterprise content management system based on the Django framework.
406-
* [djedi-cms](http://djedi-cms.org/) - A lightweight but yet powerful Django content management system with plugins, inline editing and performance in mind.
405+
* [django-cms](https://www.django-cms.org/en/) - An Open source enterprise CMS based on the Django.
406+
* [djedi-cms](http://djedi-cms.org/) - A lightweight but yet powerful Django CMS with plugins, inline editing and performance in mind.
407407
* [FeinCMS](http://www.feincms.org/) - One of the most advanced Content Management Systems built on Django.
408408
* [Kotte](http://kotti.pylonsproject.org/) - A high-level, Pythonic web application framework built on Pyramid.
409409
* [Mezzanine](http://mezzanine.jupo.org/) - A powerful, consistent, and flexible content management platform.
410410
* [Opps](http://oppsproject.org/) - A Django-based CMS for magazines, newspapers websites and portals with high-traffic.
411-
* [Plone](http://plone.org/) - Content Management System built on top of the open source application server Zope and the accompanying Content Management Framework.
411+
* [Plone](http://plone.org/) - A CMS built on top of the open source application server Zope.
412412
* [Quokka](http://quokkaproject.org/) - Flexible, extensible, small CMS powered by Flask and MongoDB.
413413
* [Wagtail](http://wagtail.io/) - A Django content management system.
414414
* [Widgy](http://wid.gy/) - Last CMS framework, based on Django.
@@ -419,7 +419,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
419419

420420
* [django-oscar](http://oscarcommerce.com/) - An open-source e-commerce framework for Django.
421421
* [django-shop](https://www.django-cms.org/) - A Django based shop system.
422-
* [merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors via Pluggable backends.
422+
* [merchant](https://github.com/agiliq/merchant) - A Django app to accept payments from various payment processors.
423423
* [money](https://github.com/carlospalol/money) - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution.
424424

425425
## RESTful API
@@ -462,7 +462,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
462462
* [Jinja2](https://github.com/mitsuhiko/jinja2) - A modern and designer friendly templating language.
463463
* [Genshi](http://genshi.edgewall.org/) - Python templating toolkit for generation of web-aware output.
464464
* [Mako](http://www.makotemplates.org/) - Hyperfast and lightweight templating for the Python platform.
465-
* [Chameleon](https://chameleon.readthedocs.org/) - Chameleon is an HTML/XML template engine for Python. Modeled after ZPT, optimized for speed.
465+
* [Chameleon](https://chameleon.readthedocs.org/) - An HTML/XML template engine for Python. Modeled after ZPT, optimized for speed.
466466
* [Spitfire](https://code.google.com/p/spitfire/) - A very fast Python template compiler.
467467

468468
## Queue
@@ -488,15 +488,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
488488

489489
*Libraries for building user's activities.*
490490

491-
* [Feedly](https://github.com/tschellenbach/Feedly) - A library which allows you to build newsfeed and notification systems using Cassandra and/or Redis.
491+
* [Feedly](https://github.com/tschellenbach/Feedly) - A library which allows you to build newsfeed and notification systems using Cassandra and Redis.
492492
* [django-activity-stream](https://github.com/justquick/django-activity-stream) - Generate generic activity streams from the actions on your site.
493493

494494
## Asset Management
495495

496496
*Tools for managing, compressing and minifying website assets.*
497497

498498
* [django-compressor](https://github.com/django-compressor/django-compressor) - Compresses linked and inline javascript or CSS into a single cached file.
499-
* [jinja-assets-compressor](https://github.com/jaysonsantos/jinja-assets-compressor) - A Jinja extension (compatible with Flask and other frameworks) to compile and/or compress your assets.
499+
* [jinja-assets-compressor](https://github.com/jaysonsantos/jinja-assets-compressor) - A Jinja extension to compile and compress your assets.
500500
* [webassets](http://webassets.readthedocs.org/) - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
501501
* [fanstatic](http://www.fanstatic.org/) - Packages, optimizes, and serves static file dependencies as Python packages.
502502
* [fileconveyor](http://fileconveyor.org/) - Monitors changes, processes, and transports assets to CDNs and file storage systems.
@@ -529,7 +529,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
529529
* [flanker](https://github.com/mailgun/flanker) - A email address and Mime parsing library.
530530
* [marrow.mailer](https://github.com/marrow/marrow.mailer) - High-performance extensible mail delivery framework.
531531
* [django-celery-ses](https://github.com/StreetVoice/django-celery-ses) - Django email backend with AWS SES and Celery.
532-
* [modoboa](https://github.com/tonioo/modoboa) - A mail hosting and management platform including a modern and simplified Web User Interface.
532+
* [modoboa](https://github.com/tonioo/modoboa) - A mail hosting and management platform including a modern and simplified Web UI.
533533
* [envelopes](http://tomekwojcik.github.io/envelopes/) - Mailing for human beings.
534534
* [mailjet](https://github.com/WoLpH/mailjet) - Mailjet API implementation for batch mailing, statistics and more.
535535
* [Talon](https://github.com/mailgun/talon) - Mailgun library to extract message quotations and signatures.
@@ -588,7 +588,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
588588
* [Haul](https://github.com/vinta/Haul) - An Extensible Image Crawler.
589589
* [python-readability](https://github.com/buriy/python-readability) - Fast Python port of arc90's readability tool.
590590
* [opengraph](https://github.com/erikriver/opengraph) - A Python module to parse the Open Graph Protocol
591-
* [textract](https://github.com/deanmalmgren/textract) - Extract text from any document, Word documents, PowerPoint presentations, PDFs, etc.
591+
* [textract](https://github.com/deanmalmgren/textract) - Extract text from any document, Word, PowerPoint, PDFs, etc.
592592

593593
## Forms
594594

0 commit comments

Comments
 (0)