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
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -192,12 +192,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
192
192
*[tablib](https://github.com/kennethreitz/tablib) - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
193
193
* Office
194
194
*[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.
196
196
*[XlsxWriter](https://xlsxwriter.readthedocs.org/) - A Python module for creating Excel .xlsx files.
197
197
*[Marmir](https://github.com/brianray/mm) - Takes Python data structures and turns them into spreadsheets.
198
198
* PDF
199
199
*[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.
201
201
* Markdown
202
202
*[Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber’s Markdown.
203
203
*[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
209
209
*Libraries for working with human languages.*
210
210
211
211
*[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.
213
213
*[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.
214
214
*[jieba](https://github.com/fxsjy/jieba#jieba-1) - Chinese Words Segementation Utilities.
215
215
*[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
269
269
270
270
*Libraries for manipulating images.*
271
271
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.
273
273
*[wand](https://github.com/dahlia/wand) - Python bindings for [MagickWand](http://www.imagemagick.org/script/magick-wand.php), C API for ImageMagick.
274
274
*[thumbor](https://github.com/thumbor/thumbor) - A smart imaging service. It enables on-demand crop, resizing and flipping of images.
275
275
*[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
325
325
326
326
*[requests](http://docs.python-requests.org/) - HTTP Requests for Humans™.
327
327
*[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.
*[PyMySQL](https://github.com/PyMySQL/PyMySQL) - Pure Python MySQL driver compatible to mysql-python.
346
346
*[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.
348
348
*[psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for Python.
349
349
*[txpostgres](http://txpostgres.readthedocs.org/) - Twisted based asynchronous driver for PostgreSQL.
350
350
*[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
385
385
*[Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
386
386
*[web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use.
387
387
*[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.
389
389
*[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.
392
392
*[guava](https://github.com/flatpeach/guava) - A lightweight and high performance web framework for Python written in C.
393
393
394
394
## Permissions
@@ -402,13 +402,13 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
402
402
403
403
*Content Management Systems.*
404
404
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.
407
407
*[FeinCMS](http://www.feincms.org/) - One of the most advanced Content Management Systems built on Django.
408
408
*[Kotte](http://kotti.pylonsproject.org/) - A high-level, Pythonic web application framework built on Pyramid.
409
409
*[Mezzanine](http://mezzanine.jupo.org/) - A powerful, consistent, and flexible content management platform.
410
410
*[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.
412
412
*[Quokka](http://quokkaproject.org/) - Flexible, extensible, small CMS powered by Flask and MongoDB.
413
413
*[Wagtail](http://wagtail.io/) - A Django content management system.
414
414
*[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
419
419
420
420
*[django-oscar](http://oscarcommerce.com/) - An open-source e-commerce framework for Django.
421
421
*[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.
423
423
*[money](https://github.com/carlospalol/money) - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution.
424
424
425
425
## RESTful API
@@ -462,7 +462,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
462
462
*[Jinja2](https://github.com/mitsuhiko/jinja2) - A modern and designer friendly templating language.
463
463
*[Genshi](http://genshi.edgewall.org/) - Python templating toolkit for generation of web-aware output.
464
464
*[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.
466
466
*[Spitfire](https://code.google.com/p/spitfire/) - A very fast Python template compiler.
467
467
468
468
## Queue
@@ -488,15 +488,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
488
488
489
489
*Libraries for building user's activities.*
490
490
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.
492
492
*[django-activity-stream](https://github.com/justquick/django-activity-stream) - Generate generic activity streams from the actions on your site.
493
493
494
494
## Asset Management
495
495
496
496
*Tools for managing, compressing and minifying website assets.*
497
497
498
498
*[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.
500
500
*[webassets](http://webassets.readthedocs.org/) - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
501
501
*[fanstatic](http://www.fanstatic.org/) - Packages, optimizes, and serves static file dependencies as Python packages.
502
502
*[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
529
529
*[flanker](https://github.com/mailgun/flanker) - A email address and Mime parsing library.
530
530
*[marrow.mailer](https://github.com/marrow/marrow.mailer) - High-performance extensible mail delivery framework.
531
531
*[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.
533
533
*[envelopes](http://tomekwojcik.github.io/envelopes/) - Mailing for human beings.
534
534
*[mailjet](https://github.com/WoLpH/mailjet) - Mailjet API implementation for batch mailing, statistics and more.
535
535
*[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
588
588
*[Haul](https://github.com/vinta/Haul) - An Extensible Image Crawler.
589
589
*[python-readability](https://github.com/buriy/python-readability) - Fast Python port of arc90's readability tool.
590
590
*[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.
0 commit comments