LICENSE | ||
README.md |
Fucking Awesome Python
A curated list with Github stars and forks stats based on awesome awesome-python, inspired by fucking-awesome-go
Awesome Python
A curated list of awesome Python frameworks, libraries and software. Inspired by awesome-php.
- Awesome Python
- Environment Management
- Package Management
- Package Repositories
- Distribution
- Build Tools
- Interactive Interpreter
- Files
- Date and Time
- Text Processing
- Specific Formats Processing
- Natural Language Processing
- Documentation
- Configuration
- Command-line Tools
- Downloader
- Imagery
- OCR
- Audio
- Video
- Geolocation
- HTTP
- Database
- Database Drivers
- ORM
- Web Frameworks
- Permissions
- CMS
- E-commerce
- RESTful API
- Authentication
- Template Engine
- Queue
- Search
- News Feed
- Asset Management
- Caching
- Internationalization
- URL Manipulation
- HTML Manipulation
- Web Crawling
- Web Content Extracting
- Forms
- Data Validation
- Anti-spam
- Tagging
- Admin Panels
- Static Site Generator
- Processes
- Concurrency and Parallelism
- Networking
- WebSocket
- WSGI Servers
- RPC Servers
- Cryptography
- GUI
- Game Development
- Logging
- Testing
- Code Analysis and Linter
- Debugging Tools
- Science and Data Analysis
- Data Visualization
- Computer Vision
- Machine Learning
- Functional Programming
- MapReduce
- Third-party APIs
- DevOps Tools
- Job Scheduler
- Foreign Function Interface
- High Performance
- Network Virtualization and SDN
- Hardware
- Compatibility
- Miscellaneous
- Algorithms and Design Patterns
- Editor Plugins
- IDEs
- Services
- Resources
- Other Awesome Lists
- Contributing
Environment Management
Libraries for Python version and environment management.
- :octocat: p - ⭐ 564 🍴 23 - Dead simple interactive Python version management.
- :octocat: pyenv - ⭐ 4884 🍴 391 - Simple Python version management.
- 🌎 PyRun - A one-file, no-installation-needed version of Python.
- :octocat: Vex - ⭐ 294 🍴 17 - Run a command in the named virtualenv.
- 🌎 virtualenv - A tool to create isolated Python environments.
- 🌎 virtualenvwrapper - A set of extensions to virtualenv.
Package Management
Libraries for package and dependency management.
- 🌎 pip - The Python package and dependency manager.
- :octocat: conda - ⭐ 811 🍴 277 - Cross-platform, Python-agnostic binary package manager.
- 🌎 Curdling - Curdling is a command line tool for managing Python packages.
- 🌎 wheel - The new standard of Python distribution and are intended to replace eggs.
Package Repositories
Local PyPI repository server and proxies.
- :octocat: warehouse - ⭐ 657 🍴 146 - Next generation Python Package Repository (PyPI).
- 🌎 bandersnatch - PyPI mirroring tool provided by Python Packaging Authority (PyPA).
- 🌎 devpi - PyPI server and packaging/testing/release tool.
- :octocat: localshop - ⭐ 277 🍴 99 - Local PyPI server (custom packages and auto-mirroring of pypi).
Distribution
Libraries to create packaged executables for release distribution.
- :octocat: PyInstaller - ⭐ 1900 🍴 458 - Converts Python programs into stand-alone executables (cross-platform).
- 🌎 dh-virtualenv - Build and distribute a virtualenv as a Debian package.
- 🌎 Nuitka - Compile scripts, modules, packages to an executable or extension module.
- 🌎 py2app - Freezes Python scripts (Mac OS X).
- 🌎 py2exe - Freezes Python scripts (Windows).
- 🌎 pynsist - A tool to build Windows installers, installers bundle Python itself.
Build Tools
Compile software from source code.
- 🌎 buildout - A build system for creating, assembling and deploying applications from multiple parts.
- 🌎 BitBake - A make-like build tool for embedded Linux.
- 🌎 fabricate - A build tool that finds dependencies automatically for any language.
- :octocat: PlatformIO - ⭐ 1135 🍴 171 - A console tool to build code with different development platforms.
- :octocat: PyBuilder - ⭐ 667 🍴 143 - A continuous build tool written in pure Python.
- 🌎 SCons - A software construction tool.
Interactive Interpreter
Interactive Python interpreters (REPL).
- :octocat: IPython - ⭐ 9571 🍴 2801 - A rich toolkit to help you make the most out of using Python interactively.
- 🌎 bpython – A fancy interface to the Python interpreter.
- :octocat: ptpython - ⭐ 1394 🍴 54 - Advanced Python REPL built on top of the python-prompt-toolkit.
Files
Libraries for file manipulation and MIME type detection.
- 🌎 imghdr - (Python standard library) Determine the type of an image.
- 🌎 mimetypes - (Python standard library) Map filenames to MIME types.
- :octocat: path.py - ⭐ 632 🍴 85 - A module wrapper for os.path.
- 🌎 pathlib - (Python standard library in Python 3.4+) An cross-platform, object-oriented path library.
- :octocat: python-magic - ⭐ 664 🍴 103 - A Python interface to the libmagic file type identification library.
- :octocat: Unipath - ⭐ 369 🍴 31 - An object-oriented approach to file/directory operations.
- :octocat: watchdog - ⭐ 2107 🍴 275 - API and shell utilities to monitor file system events.
Date and Time
Libraries for working with dates and times.
- :octocat: arrow - ⭐ 3147 🍴 270 - Better dates & times for Python.
- :octocat: Chronyk - ⭐ 218 🍴 8 - A Python 3 library for parsing human-written times and dates.
- 🌎 dateutil - Extensions to the standard Python datetime module.
- :octocat: delorean - ⭐ 1192 🍴 62 - A library for clearing up the inconvenient truths that arise dealing with datetimes.
- :octocat: moment - ⭐ 298 🍴 15 - A Python library for dealing with dates/times. Inspired by Moment.js.
- :octocat: PyTime - ⭐ 97 🍴 12 - A easy-use Python module which aims to operate date/time/datetime by string.
- 🌎 pytz - World timezone definitions, modern and historical. Brings the tz database into Python.
- :octocat: when.py - ⭐ 148 🍴 13 - Providing user-friendly functions to help perform common date and time actions.
Text Processing
Libraries for parsing and manipulating plain texts.
- General
- :octocat: chardet - ⭐ 544 🍴 82 - Python 2/3 compatible character encoding detector.
- 🌎 difflib - (Python standard library) Helpers for computing deltas.
- 🌎 esmre - Regular expression accelerator.
- :octocat: ftfy - ⭐ 1382 🍴 50 - Makes Unicode text less broken and more consistent automagically.
- :octocat: fuzzywuzzy - ⭐ 2531 🍴 260 - Fuzzy String Matching.
- :octocat: Levenshtein - ⭐ 218 🍴 42 - Fast computation of Levenshtein distance and string similarity.
- :octocat: pangu.py - ⭐ 40 🍴 7 - Spacing texts for CJK and alphanumerics.
- :octocat: pyfiglet - ⭐ 153 🍴 18 - An implementation of figlet written in Python.
- :octocat: shortuuid - ⭐ 594 🍴 47 - A generator library for concise, unambiguous and URL-safe UUIDs.
- 🌎 unidecode - ASCII transliterations of Unicode text.
- :octocat: uniout - ⭐ 99 🍴 10 - Print readable chars instead of the escaped string.
- :octocat: xpinyin - ⭐ 342 🍴 95 - A library to translate Chinese hanzi (漢字) to pinyin (拼音).
- Slugify
- :octocat: awesome-slugify - ⭐ 286 🍴 18 - A Python slugify library that can preserve unicode.
- :octocat: python-slugify - ⭐ 263 🍴 31 - A Python slugify library that translates unicode to ASCII.
- :octocat: unicode-slugify - ⭐ 206 🍴 37 - A slugifier that generates unicode slugs with Django as a dependency.
- Parser
- :octocat: phonenumbers - ⭐ 1244 🍴 164 - Parsing, formatting, storing and validating international phone numbers.
- 🌎 PLY - Implementation of lex and yacc parsing tools for Python
- 🌎 Pygments - A generic syntax highlighter.
- 🌎 pyparsing - A general purpose framework for generating parsers.
- :octocat: python-nameparser - ⭐ 155 🍴 26 - Parsing human names into their individual components.
- :octocat: python-user-agents - ⭐ 368 🍴 80 - Browser user agent parser.
- 🌎 sqlparse - A non-validating SQL parser.
Specific Formats Processing
Libraries for parsing and manipulating specific text formats.
- General
- :octocat: tablib - ⭐ 1998 🍴 281 - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
- Office
- :octocat: Marmir - ⭐ 122 🍴 16 - Takes Python data structures and turns them into spreadsheets.
- 🌎 openpyxl - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
- :octocat: python-docx - ⭐ 555 🍴 221 - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
- :octocat: unoconv - ⭐ 740 🍴 220 - Convert between any document format supported by LibreOffice/OpenOffice.
- 🌎 XlsxWriter - A Python module for creating Excel .xlsx files.
- 🌎 xlwings - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
- :octocat: xlwt / xlrd - ⭐ 526 🍴 179 - Writing and reading data and formatting information from Excel files.
- PDF
- :octocat: PDFMiner - ⭐ 1591 🍴 427 - A tool for extracting information from PDF documents.
- :octocat: PyPDF2 - ⭐ 1009 🍴 302 - A library capable of splitting, merging and transforming PDF pages.
- 🌎 ReportLab - Allowing Rapid creation of rich PDF documents.
- Markdown
- :octocat: Mistune - ⭐ 690 🍴 61 - Fastest and full featured pure Python parsers of Markdown.
- :octocat: Python-Markdown - ⭐ 894 🍴 248 - A Python implementation of John Gruber’s Markdown.
- YAML
- 🌎 PyYAML - YAML implementations for Python.
- CSV
- :octocat: csvkit - ⭐ 2215 🍴 322 - Utilities for converting to and working with CSV.
- Archive
- :octocat: unp - ⭐ 223 🍴 10 - A command line tool that can unpack archives easily.
Natural Language Processing
Libraries for working with human languages.
- 🌎 NLTK - A leading platform for building Python programs to work with human language data.
- :octocat: jieba - ⭐ 5591 🍴 1771 - Chinese Words Segmentation Utilities.
- :octocat: langid.py - ⭐ 603 🍴 112 - Stand-alone language identification system.
- 🌎 Pattern - A web mining module for the Python.
- :octocat: SnowNLP - ⭐ 1403 🍴 409 - A library for processing Chinese text.
- 🌎 TextBlob - Providing a consistent API for diving into common NLP tasks.
Documentation
Libraries for generating project documentation.
- 🌎 Sphinx - Python Documentation generator.
- :octocat: awesome-sphinxdoc - ⭐ 176 🍴 14
- 🌎 MkDocs - Markdown friendly documentation generator.
- :octocat: pdoc - ⭐ 224 🍴 39 - Epydoc replacement to auto generate API documentation for Python libraries.
- 🌎 Pycco - The literate-programming-style documentation generator.
Configuration
Libraries for storing configuration options.
- 🌎 config - Hierarchical config from the author of logging.
- 🌎 ConfigObj - INI file parser with validation.
- 🌎 ConfigParser - (Python standard library) INI file parser.
- 🌎 profig - Config from multiple formats with value conversion.
Command-line Tools
Libraries for building command-line application.
- Command-line Application Development
- 🌎 cement - Providing a light-weight and fully featured foundation to build anything from single file scripts to complex and intricately designed applications.
- 🌎 click - A package for creating beautiful command line interfaces in a composable way.
- 🌎 cliff - A framework for creating command-line programs with multi-level commands.
- 🌎 Clime – Clime lets you convert any module into a multi-command CLI program without any configuration.
- :octocat: clint - ⭐ 2031 🍴 185 - Python Command-line Application Tools.
- 🌎 colorama - Cross-platform colored terminal text.
- 🌎 docopt - Pythonic command line arguments parser.
- :octocat: Gooey - ⭐ 4131 🍴 207 - Turn command line programs into a full GUI application with one line
- 🌎 pyCLI - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
- :octocat: python-prompt-toolkit - ⭐ 2803 🍴 140 - A Library for building powerful interactive command lines.
- Productivity Tools
- :octocat: bashplotlib - ⭐ 581 🍴 46 - Making basic plots in the terminal. It's a quick way to visualize data without GUI.
- :octocat: caniusepython3 - ⭐ 242 🍴 25 - Determine what projects are blocking you from porting to Python 3.
- :octocat: cookiecutter - ⭐ 3565 🍴 433 - A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
- :octocat: doitlive - ⭐ 722 🍴 23 - A tool for live presentations in the terminal.
- :octocat: httpie - ⭐ 24429 🍴 1521 - A command line HTTP client, a user-friendly cURL replacement.
- :octocat: PathPicker - ⭐ 2921 🍴 166 - Select files out of bash output.
- :octocat: percol - ⭐ 2094 🍴 96 - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
- 🌎 RainbowStream - Smart and nice Twitter client on terminal.
- :octocat: thefuck - ⭐ 21112 🍴 1014 - Correcting your previous console command.
Downloader
Libraries for downloading.
- :octocat: coursera - ⭐ 4354 🍴 1234 - Script for downloading Coursera.org videos and naming them.
- :octocat: s3cmd - ⭐ 1915 🍴 596 - A command line tool for managing Amazon S3 and CloudFront.
- :octocat: s4cmd - ⭐ 428 🍴 86 - Super S3 command line tool, good for higher performance.
- :octocat: subliminal - ⭐ 1018 🍴 209 - Library and command line tool to search and download subtitles.
- :octocat: WikiTeam - ⭐ 114 🍴 37 - Tools for downloading and preserving wikis.
- 🌎 you-get - A YouTube/Youku/Niconico video downloader written in Python 3.
- 🌎 youtube-dl - A small command-line program to download videos from YouTube.
Imagery
Libraries for manipulating images.
- 🌎 pillow - Pillow is the friendly PIL fork.
- :octocat: hmap - ⭐ 115 🍴 6 - Image histogram remapping.
- 🌎 imgSeek - A project for searching a collection of images using visual similarity.
- :octocat: nude.py - ⭐ 376 🍴 57 - Nudity detection.
- 🌎 pyBarcode - Create barcodes in Python without needing PIL.
- :octocat: pygram - ⭐ 41 🍴 7 - Instagram-like image filters.
- :octocat: python-qrcode - ⭐ 903 🍴 203 - A pure Python QR Code generator.
- :octocat: Quads - ⭐ 571 🍴 50 - Computer art based on quadtrees.
- 🌎 scikit-image - A Python library for (scientific) image processing.
- :octocat: thumbor - ⭐ 4011 🍴 403 - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
- :octocat: wand - ⭐ 581 🍴 134 - Python bindings for MagickWand, C API for ImageMagick.
OCR
Libraries for Optical Character Recognition.
- :octocat: pyocr - ⭐ 317 🍴 58 - A wrapper for Tesseract and Cuneiform.
- :octocat: pytesseract - ⭐ 478 🍴 99 - Another wrapper for Google Tesseract OCR.
- 🌎 python-tesseract - A wrapper class for Google Tesseract OCR.
Audio
Libraries for manipulating audio.
- :octocat: audiolazy - ⭐ 226 🍴 25 - Expressive Digital Signal Processing (DSP) package for Python.
- :octocat: audioread - ⭐ 98 🍴 36 - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- 🌎 beets - A music library manager and MusicBrainz tagger.
- :octocat: dejavu - ⭐ 2152 🍴 406 - Audio fingerprinting and recognition.
- :octocat: django-elastic-transcoder - ⭐ 31 🍴 17 - Django + Amazon Elastic Transcoder.
- 🌎 eyeD3 - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
- 🌎 id3reader - A Python module for reading MP3 meta data.
- :octocat: m3u8 - ⭐ 176 🍴 79 - A module for parsing m3u8 file.
- 🌎 mutagen - A Python module to handle audio metadata.
- :octocat: pydub - ⭐ 1443 🍴 153 - Manipulate audio with a simple and easy high level interface.
- :octocat: pyechonest - ⭐ 575 🍴 1167 - Python client for the Echo Nest API.
- 🌎 talkbox - A Python library for speech/signal processing.
- :octocat: TimeSide - ⭐ 2 🍴 0 - Open web audio processing framework.
- :octocat: tinytag - ⭐ 193 🍴 25 - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
Video
Libraries for manipulating video and GIFs.
- 🌎 moviepy - A module for script-based movie editing with many formats, including animated GIFs.
- :octocat: scikit-video - ⭐ 39 🍴 5 - Video processing routines for SciPy.
- 🌎 shorten.tv - Video summarization.
Geolocation
Libraries for geocoding addresses and working with latitudes and longitudes.
- 🌎 GeoDjango - A world-class geographic web framework.
- :octocat: GeoIP - ⭐ 137 🍴 33 - Python API for MaxMind GeoIP Legacy Database.
- :octocat: geojson - ⭐ 209 🍴 29 - Python bindings and utilities for GeoJSON.
- :octocat: geopy - ⭐ 1121 🍴 274 - Python Geocoding Toolbox.
- :octocat: pygeoip - ⭐ 420 🍴 88 - Pure Python GeoIP API.
- :octocat: django-countries - ⭐ 268 🍴 85 - A Django app that provides country choices for use with forms, flag icons static files, and a country field for models.
HTTP
Libraries for working with HTTP.
- 🌎 requests - HTTP Requests for Humans™.
- :octocat: grequests - ⭐ 1499 🍴 175 - requests + gevent for asynchronous HTTP requests.
- :octocat: httplib2 - ⭐ 366 🍴 190 - Comprehensive HTTP client library.
- :octocat: treq - ⭐ 284 🍴 75 - Python requests like API built on top of Twisted's HTTP client.
- :octocat: urllib3 - ⭐ 1071 🍴 358 - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
Database
Databases implemented in Python.
- 🌎 pickleDB - A simple and lightweight key-value store for Python.
- 🌎 PipelineDB - The Streaming SQL Database.
- :octocat: TinyDB - ⭐ 1054 🍴 68 - A tiny, document-oriented database.
- 🌎 ZODB - A native object database for Python. A key-value and object graph database.
Database Drivers
Libraries for connecting and operating databases.
- Relational Databases
- 🌎 apsw - Another Python SQLite wrapper.
- :octocat: dataset - ⭐ 2264 🍴 128 - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
- 🌎 mysql-connector-python - A pure Python MySQL driver from Oracle.
- 🌎 mysql-python - The MySQL database connector for Python.
- :octocat: mysqlclient - ⭐ 350 🍴 51 - mysql-python fork supporting Python 3.
- 🌎 oursql - A better MySQL connector with support for native prepared statements and BLOBs.
- 🌎 psycopg2 - The most popular PostgreSQL adapter for Python.
- :octocat: PyMySQL - ⭐ 1812 🍴 420 - Pure Python MySQL driver compatible to mysql-python.
- :octocat: queries - ⭐ 147 🍴 13 - A wrapper of the psycopg2 library for interacting with PostgreSQL.
- 🌎 txpostgres - Twisted based asynchronous driver for PostgreSQL.
- NoSQL Databases
- :octocat: cassandra-python-driver - ⭐ 524 🍴 248 - Python driver for Cassandra.
- 🌎 HappyBase - A developer-friendly library for Apache HBase.
- 🌎 Plyvel - A fast and feature-rich Python interface to LevelDB.
- 🌎 py2neo - Python wrapper client for Neo4j's restful interface.
- :octocat: pycassa - ⭐ 492 🍴 142 - Python Thrift driver for Cassandra.
- 🌎 PyMongo - The official Python client for MongoDB.
- :octocat: redis-py - ⭐ 4243 🍴 1074 - The Redis Python Client.
- :octocat: telephus - ⭐ 93 🍴 34 - Twisted based client for Cassandra.
- :octocat: txRedis - ⭐ 115 🍴 32 - Twisted based client for Redis.
ORM
Libraries that implement Object-Relational Mapping or data mapping techniques.
- Relational Databases
- 🌎 Django Models - A part of Django.
- 🌎 SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper.
- :octocat: awesome-sqlalchemy - ⭐ 1149 🍴 73
- :octocat: peewee - ⭐ 2945 🍴 542 - A small, expressive ORM.
- 🌎 PonyORM - ORM that provides a generator-oriented interface to SQL.
- NoSQL Databases
- :octocat: django-mongodb-engine - ⭐ 653 🍴 187 - Django MongoDB Backend.
- :octocat: PynamoDB - ⭐ 207 🍴 61 - A Pythonic interface for Amazon DynamoDB.
- :octocat: flywheel - ⭐ 63 🍴 8 - Object mapper for Amazon DynamoDB.
- 🌎 MongoEngine - A Python Object-Document-Mapper for working with MongoDB.
- :octocat: hot-redis - ⭐ 188 🍴 13 - Rich Python data types for Redis.
- :octocat: redisco - ⭐ 310 🍴 59 - A Python Library for Simple Models and Containers Persisted in Redis.
- Others
- :octocat: butterdb - ⭐ 309 🍴 14 - A Python ORM for Google Drive Spreadsheets.
Web Frameworks
Full stack web frameworks.
- 🌎 Django - The most popular web framework in Python.
- :octocat: awesome-django - ⭐ 3939 🍴 682
- 🌎 Flask - A microframework for Python.
- :octocat: awesome-flask - ⭐ 2620 🍴 416
- 🌎 Pyramid - A small, fast, down-to-earth, open source Python web framework.
- :octocat: awesome-pyramid - ⭐ 270 🍴 30
- 🌎 Bluebream - An open-source web application server, framework and library, formerly known as Zope 3.
- 🌎 Bottle - A fast, simple and lightweight WSGI micro web-framework.
- 🌎 CherryPy - A Minimalist Python Web Framework, HTTP/1.1-compliant and WSGI thread-pooled.
- 🌎 Grok - A framework built on the existing Zope 3 libraries.
- :octocat: guava - ⭐ 137 🍴 8 - A lightweight and high performance web framework for Python written in C.
- 🌎 TurboGears - The Web Framework that starts as a microframework and scales up to a full stack solution.
- 🌎 web.py - A web framework for Python that is as simple as it is powerful.
- 🌎 web2py - A full stack web framework and platform focused in the ease of use.
Permissions
Libraries that allow or deny users access to data or functionality.
- 🌎 Carteblanche - Module to align code with thoughts of users and designers. Also magically handles navigation and permissions.
- :octocat: django-guardian - ⭐ 1167 🍴 319 - Implementation of per object permissions for Django 1.2+
- :octocat: django-rules - ⭐ 314 🍴 19 - A tiny but powerful app providing object-level permissions to Django, without requiring a database.
CMS
Content Management Systems.
- 🌎 django-cms - An Open source enterprise CMS based on the Django.
- 🌎 djedi-cms - A lightweight but yet powerful Django CMS with plugins, inline editing and performance in mind.
- 🌎 FeinCMS - One of the most advanced Content Management Systems built on Django.
- 🌎 Kotte - A high-level, Pythonic web application framework built on Pyramid.
- 🌎 Mezzanine - A powerful, consistent, and flexible content management platform.
- 🌎 Opps - A Django-based CMS for magazines, newspapers websites and portals with high-traffic.
- 🌎 Plone - A CMS built on top of the open source application server Zope.
- 🌎 Quokka - Flexible, extensible, small CMS powered by Flask and MongoDB.
- 🌎 Wagtail - A Django content management system.
- 🌎 Widgy - Last CMS framework, based on Django.
E-commerce
Frameworks and libraries for e-commerce and payments.
- 🌎 django-oscar - An open-source e-commerce framework for Django.
- 🌎 django-shop - A Django based shop system.
- :octocat: Cartridge - ⭐ 468 🍴 229 - A shopping cart app built using the Mezzanine.
- 🌎 shoop - An open source E-Commerce platform based on Django.
- :octocat: alipay - ⭐ 148 🍴 47 - Unofficial Alipay API for Python.
- :octocat: merchant - ⭐ 835 🍴 147 - A Django app to accept payments from various payment processors.
- :octocat: money - ⭐ 76 🍴 8 - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution.
- :octocat: python-currencies - ⭐ 20 🍴 0 - Display money format and its filthy currencies.
RESTful API
Libraries for developing RESTful APIs.
- 🌎 django-rest-framework - A powerful and flexible toolkit that makes it easy to build Web APIs.
- 🌎 django-tastypie - Creating delicious APIs for Django apps.
- :octocat: django-formapi - ⭐ 22 🍴 12 - Create JSON APIs with HMAC authentication and Django form-validation.
- 🌎 flask-api - Browsable Web APIs for Flask.
- 🌎 flask-restful - An extension for Flask that adds support for quickly building REST APIs.
- 🌎 flask-restless - Generating RESTful APIs for database models defined with SQLAlchemy.
- :octocat: flask-api-utils - ⭐ 28 🍴 2 - Flask extension that takes care of API representation and authentication.
- 🌎 falcon - A high-performance Python framework for building cloud APIs and web app backends.
- :octocat: eve - ⭐ 3348 🍴 449 - REST API framework powered by Flask, MongoDB and good intentions.
- :octocat: sandman - ⭐ 2229 🍴 181 - Automated REST APIs for existing database-driven systems.
- 🌎 restless - Framework agnostic REST framework based on lessons learned from TastyPie.
- :octocat: savory-pie - ⭐ 8 🍴 7 - REST API building library (Django, and others)
- :octocat: ripozo - ⭐ 158 🍴 18 - Quickly creating REST/HATEOAS/Hypermedia APIs with extensions for Flask and Django.
- 🌎 cornice - A REST framework for Pyramid.
Authentication
Libraries for implementing authentications schemes.
- OAuth
- 🌎 Authomatic - Simple but powerful framework agnostic authentication/authorization client.
- :octocat: django-allauth - ⭐ 2453 🍴 893 - Authentication app for Django that "just works."
- :octocat: django-oauth-toolkit - ⭐ 783 🍴 238 - OAuth2 goodies for the Djangonauts.
- :octocat: django-oauth2-provider - ⭐ 296 🍴 239 - Providing OAuth2 access to Django app.
- :octocat: Flask-OAuthlib - ⭐ 725 🍴 206 - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.
- :octocat: OAuthLib - ⭐ 1165 🍴 260 - A generic and thorough implementation of the OAuth request-signing logic.
- :octocat: python-oauth2 - ⭐ 2438 🍴 954 - A fully tested, abstract interface to creating OAuth clients and servers.
- :octocat: python-social-auth - ⭐ 2352 🍴 1011 - An easy-to-setup social authentication mechanism.
- :octocat: rauth - ⭐ 1429 🍴 148 - A Python library for OAuth 1.0/a, 2.0, and Ofly.
- :octocat: sanction - ⭐ 154 🍴 38 - A dead simple OAuth2 client implementation.
- Others
- :octocat: jose - ⭐ 49 🍴 17 - JavaScript Object Signing and Encryption draft implementation.
- :octocat: PyJWT - ⭐ 855 🍴 131 - Implementation of the JSON Web Token draft 01.
- :octocat: python-jws - ⭐ 41 🍴 16 - Implementation of JSON Web Signatures draft 02.
- :octocat: python-jwt - ⭐ 103 🍴 11 - Module for generating and verifying JSON Web Tokens.
Template Engine
Libraries and tools for templating and lexing.
- :octocat: Jinja2 - ⭐ 3431 🍴 692 - A modern and designer friendly templating language.
- 🌎 Chameleon - An HTML/XML template engine. Modeled after ZPT, optimized for speed.
- 🌎 Genshi - Python templating toolkit for generation of web-aware output.
- 🌎 Mako - Hyperfast and lightweight templating for the Python platform.
- 🌎 Spitfire - A very fast Python template compiler.
Queue
Libraries for working with event and task queues.
- 🌎 celery - An asynchronous task queue/job queue based on distributed message passing.
- :octocat: huey - ⭐ 933 🍴 99 - Little multi-threaded task queue.
- :octocat: mrq - ⭐ 398 🍴 29 - Mr. Queue - A distributed worker task queue in Python using Redis & gevent.
- 🌎 rq - Simple job queues for Python.
- :octocat: simpleq - ⭐ 103 🍴 9 - A simple, infinitely scalable, Amazon SQS based queue.
Search
Libraries and software for indexing and performing search queries on data.
- :octocat: django-haystack - ⭐ 2015 🍴 895 - Modular search for Django.
- 🌎 elasticsearch-py - The official low-level Python client for Elasticsearch.
- :octocat: elasticsearch-dsl-py - ⭐ 876 🍴 210 - The official high-level Python client for Elasticsearch.
- 🌎 solrpy - A Python client for solr.
- 🌎 Whoosh - A fast, pure Python search engine library.
News Feed
Libraries for building user's activities.
- :octocat: django-activity-stream - ⭐ 1038 🍴 315 - Generate generic activity streams from the actions on your site.
- :octocat: Feedly - ⭐ 2275 🍴 278 - A library to build newsfeed and notification systems using Cassandra and Redis.
Asset Management
Tools for managing, compressing and minifying website assets.
- :octocat: django-compressor - ⭐ 1692 🍴 490 - Compresses linked and inline JavaScript or CSS into a single cached file.
- 🌎 django-storages - A collection of custom storage back ends for Django.
- 🌎 fanstatic - Packages, optimizes, and serves static file dependencies as Python packages.
- 🌎 File Conveyor - A daemon to detect and sync files to CDNs, S3 and FTP.
- 🌎 Flask-Assets - Helps you integrate webassets into your Flask app.
- 🌎 glue - Glue is a simple command line tool to generate CSS sprites.
- :octocat: jinja-assets-compressor - ⭐ 52 🍴 8 - A Jinja extension to compile and compress your assets.
- 🌎 webassets - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
Caching
Libraries for caching data.
- 🌎 Beaker - A library for caching and sessions for use with web applications and stand-alone Python scripts and applications.
- :octocat: django-cache-machine - ⭐ 626 🍴 126 - Automatic caching and invalidation for Django models.
- :octocat: django-cacheops - ⭐ 556 🍴 92 - A slick ORM cache with automatic granular event-driven invalidation.
- :octocat: django-viewlet - ⭐ 54 🍴 12 - Render template parts with extended cache control.
- 🌎 dogpile.cache - dogpile.cache is next generation replacement for Beaker made by same authors.
- 🌎 HermesCache - Python caching library with tag-based invalidation and dogpile effect prevention.
- :octocat: johnny-cache - ⭐ 259 🍴 86 - A caching framework for django applications.
- :octocat: pylibmc - ⭐ 323 🍴 109 - A Python wrapper around the libmemcached interface.
Libraries for sending and parsing email.
- :octocat: django-celery-ses - ⭐ 18 🍴 4 - Django email back end with AWS SES and Celery.
- 🌎 envelopes - Mailing for human beings.
- :octocat: flanker - ⭐ 938 🍴 89 - A email address and Mime parsing library.
- :octocat: imbox - ⭐ 634 🍴 83 - Python IMAP for Humans.
- :octocat: inbox.py - ⭐ 1225 🍴 81 - Python SMTP Server for Humans.
- :octocat: inbox - ⭐ 3014 🍴 277 - The open source email toolkit.
- :octocat: lamson - ⭐ 552 🍴 155 - Pythonic SMTP Application Server.
- :octocat: mailjet - ⭐ 17 🍴 12 - Mailjet API implementation for batch mailing, statistics and more.
- :octocat: marrow.mailer - ⭐ 106 🍴 25 - High-performance extensible mail delivery framework.
- :octocat: modoboa - ⭐ 548 🍴 85 - A mail hosting and management platform including a modern and simplified Web UI.
- 🌎 pyzmail - Compose, send and parse emails.
- :octocat: Talon - ⭐ 568 🍴 80 - Mailgun library to extract message quotations and signatures.
Internationalization
Libraries for working with i18n.
URL Manipulation
Libraries for parsing URLs.
- :octocat: furl - ⭐ 922 🍴 60 - A small Python library that makes manipulating URLs simple.
- :octocat: purl - ⭐ 162 🍴 21 - A simple, immutable URL class with a clean API for interrogation and manipulation.
- :octocat: pyshorteners - ⭐ 121 🍴 20 - A pure Python URL shortening lib.
- :octocat: short_url - ⭐ 51 🍴 9 - Python implementation for generating Tiny URL and bit.ly-like URLs.
- :octocat: webargs - ⭐ 344 🍴 45 - A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, and Pyramid.
HTML Manipulation
Libraries for working with HTML and XML.
- 🌎 BeautifulSoup - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
- 🌎 bleach - A whitelist-based HTML sanitization and text linkification library.
- 🌎 cssutils - A CSS library for Python.
- :octocat: html5lib - ⭐ 491 🍴 105 - A standards-compliant library for parsing and serializing HTML documents and fragments.
- 🌎 lxml - A very fast, easy-to-use and versatile library for handling HTML and XML.
- :octocat: MarkupSafe - ⭐ 129 🍴 49 - Implements a XML/HTML/XHTML Markup safe string for Python.
- :octocat: pyquery - ⭐ 978 🍴 93 - A jQuery-like library for parsing HTML.
- :octocat: untangle - ⭐ 169 🍴 22 - Converts XML documents to Python objects for easy access.
- :octocat: xhtml2pdf - ⭐ 1152 🍴 414 - HTML/CSS to PDF converter.
- :octocat: xmltodict - ⭐ 2061 🍴 203 - Working with XML feel like you are working with JSON.
Web Crawling
Libraries for scraping websites.
- 🌎 Scrapy - A fast high-level screen scraping and web crawling framework.
- :octocat: cola - ⭐ 952 🍴 459 - A distributed crawling framework.
- :octocat: Demiurge - ⭐ 36 🍴 5 - PyQuery-based scraping micro-framework.
- 🌎 feedparser - Universal feed parser.
- 🌎 Grab - Site scraping framework.
- :octocat: MechanicalSoup - ⭐ 1375 🍴 70 - A Python library for automating interaction with websites.
- :octocat: portia - ⭐ 4382 🍴 640 - Visual scraping for Scrapy.
- :octocat: pyspider - ⭐ 7105 🍴 1804 - A powerful spider system.
- :octocat: RoboBrowser - ⭐ 2457 🍴 164 - A simple, Pythonic library for browsing the web without a standalone web browser.
Web Content Extracting
Libraries for extracting web contents.
- :octocat: Haul - ⭐ 71 🍴 18 - An Extensible Image Crawler.
- :octocat: html2text - ⭐ 256 🍴 55 - Convert HTML to Markdown-formatted text.
- :octocat: lassie - ⭐ 308 🍴 19 - Web Content Retrieval for Humans.
- :octocat: micawber - ⭐ 307 🍴 44 - A small library for extracting rich content from URLs.
- :octocat: newspaper - ⭐ 3383 🍴 471 - News extraction, article extraction and content curation in Python.
- :octocat: opengraph - ⭐ 74 🍴 45 - A Python module to parse the Open Graph Protocol
- :octocat: python-goose - ⭐ 1977 🍴 476 - HTML Content/Article Extractor.
- :octocat: python-readability - ⭐ 967 🍴 196 - Fast Python port of arc90's readability tool.
- :octocat: sanitize - ⭐ 20 🍴 1 - Bringing sanity to world of messed-up data.
- :octocat: sumy - ⭐ 588 🍴 123 - A module for automatic summarization of text documents and HTML pages.
- :octocat: textract - ⭐ 1715 🍴 151 - Extract text from any document, Word, PowerPoint, PDFs, etc.
Forms
Libraries for working with forms.
- 🌎 Deform - Python HTML form generation library influenced by the formish form generation library.
- :octocat: django-bootstrap3 - ⭐ 1432 🍴 460 - Bootstrap 3 integration with Django.
- 🌎 django-crispy-forms - A Django app which lets you create beautiful forms in a very elegant and DRY way.
- :octocat: django-remote-forms - ⭐ 147 🍴 74 - A platform independent Django form serializer.
- 🌎 WTForms-JSON - A WTForms extension for JSON data handling.
- 🌎 WTForms - A flexible forms validation and rendering library.
Data Validation
Libraries for validating data. Used for forms in many cases.
- 🌎 Cerberus - A mappings-validator with a variety of rules, normalization-features and simple customization that uses a pythonic schema-definition.
- 🌎 colander - A system for validating and deserializing data obtained via XML, JSON, an HTML form post or any other equally simple data serialization.
- :octocat: kmatch - ⭐ 39 🍴 7 - A language for matching/validating/filtering Python dictionaries.
- :octocat: schema - ⭐ 877 🍴 79 - A library for validating Python data structures.
- :octocat: Schematics - ⭐ 1592 🍴 201 - Data Structure Validation.
- :octocat: valideer - ⭐ 166 🍴 7 - Lightweight extensible data validation and adaptation library.
- :octocat: voluptuous - ⭐ 622 🍴 95 - A Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc.
Anti-spam
Libraries for fighting spam.
- :octocat: django-simple-captcha - ⭐ 368 🍴 151 - A simple and highly customizable Django app to add captcha images to any Django form.
- :octocat: django-simple-spam-blocker - ⭐ 9 🍴 1 - Simple spam blocker for Django.
Tagging
Libraries for tagging items.
- :octocat: django-taggit - ⭐ 1480 🍴 407 - Simple tagging for Django.
Admin Panels
Libraries for administrative interfaces.
- :octocat: Ajenti - ⭐ 172 🍴 34 - The admin panel your servers deserve.
- 🌎 django-suit - Alternative Django Admin-Interface (free only for Non-commercial use).
- :octocat: django-xadmin - ⭐ 1664 🍴 520 - Drop-in replacement of Django admin comes with lots of goodies.
- :octocat: flask-admin - ⭐ 56 🍴 26 - Simple and extensible administrative interface framework for Flask.
- :octocat: flower - ⭐ 1782 🍴 342 - Real-time monitor and web admin for Celery.
- 🌎 Grappelli – A jazzy skin for the Django Admin-Interface.
- :octocat: Wooey - ⭐ 650 🍴 55 - A Django app which creates automatic web UIs for Python scripts.
Static Site Generator
Static site generator is a software that takes some text + templates as input and produces HTML files on the output.
- 🌎 Pelican - Uses Markdown or ReST for content and Jinja 2 for themes. Supports DVCS, Disqus. AGPL.
- 🌎 Cactus – Static site generator for designers.
- 🌎 Hyde - Jinja2-based static web site generator.
- 🌎 Nikola - A static website and blog generator.
- 🌎 Tinkerer - Tinkerer is a blogging engine/.static website generator powered by Sphinx.
Processes
Libraries for starting and communicating with OS processes.
- :octocat: envoy - ⭐ 1704 🍴 111 - Python subprocess for Humans™.
- 🌎 sarge - Yet another wrapper for subprocess.
- :octocat: sh - ⭐ 3403 🍴 286 - A full-fledged subprocess replacement for Python.
Concurrency and Parallelism
Libraries for concurrent and parallel execution.
- 🌎 multiprocessing - (Python standard library) Process-based "threading" interface.
- 🌎 threading - (Python standard library) Higher-level threading interface.
- 🌎 eventlet - Asynchronous framework with WSGI support.
- :octocat: gevent - ⭐ 645 🍴 119 - A coroutine-based Python networking library that uses greenlet.
- :octocat: Tomorrow - ⭐ 1142 🍴 67 - Magic decorator syntax for asynchronous code.
Networking
Libraries for networking programming.
- 🌎 asyncio - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
- 🌎 Tornado - A Web framework and asynchronous networking library.
- 🌎 Twisted - An event-driven networking engine.
- :octocat: pulsar - ⭐ 1277 🍴 91 - Event-driven concurrent framework for Python.
- :octocat: diesel - ⭐ 536 🍴 52 - Greenlet-based event I/O Framework for Python.
- 🌎 pyzmq - A Python wrapper for the ZeroMQ message library.
- :octocat: txZMQ - ⭐ 121 🍴 41 - Twisted based wrapper for the ZeroMQ message library.
WebSocket
Libraries for working with WebSocket.
- :octocat: AutobahnPython - ⭐ 1175 🍴 381 - WebSocket & WAMP for Python on Twisted and asyncio.
- :octocat: Crossbar - ⭐ 973 🍴 131 - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn).
- :octocat: django-socketio - ⭐ 898 🍴 183 - WebSockets for Django.
- :octocat: WebSocket-for-Python - ⭐ 692 🍴 172 - WebSocket client and server library for Python 2 and 3 as well as PyPy.
WSGI Servers
WSGI-compatible web servers.
- 🌎 gunicorn - Pre-forked, partly written in C.
- 🌎 uwsgi - A project aims at developing a full stack for building hosting services, written in C.
- 🌎 bjoern - Asynchronous, very fast and written in C.
- 🌎 fapws3 - Asynchronous (network side only), written in C.
- 🌎 meinheld - Asynchronous, partly written in C.
- :octocat: netius - ⭐ 41 🍴 2 - Asynchronous, very fast.
- 🌎 paste - Multi-threaded, stable, tried and tested.
- 🌎 rocket - Multi-threaded.
- 🌎 waitress - Multi-threaded, poweres Pyramid.
- 🌎 Werkzeug - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
RPC Servers
RPC-compatible servers.
- :octocat: SimpleJSONRPCServer - ⭐ 270 🍴 109 - This library is an implementation of the JSON-RPC specification.
- 🌎 SimpleXMLRPCServer - (Python standard library) Simple XML-RPC server implementation, single-threaded.
- :octocat: zeroRPC - ⭐ 1728 🍴 212 - zerorpc is a flexible RPC implementation based on ZeroMQ and MessagePack.
Cryptography
- 🌎 cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.
- :octocat: hashids - ⭐ 449 🍴 40 - Implementation of hashids in Python.
- 🌎 Paramiko - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality.
- 🌎 Passlib - Secure password storage/hashing library, very high level.
- 🌎 PyCrypto - The Python Cryptography Toolkit.
- :octocat: PyNacl - ⭐ 284 🍴 58 - Python binding to the Networking and Cryptography (NaCl) library.
GUI
Libraries for working with graphical user interface applications.
- 🌎 curses - Built-in wrapper for ncurses used to create terminal GUI applications.
- :octocat: enaml - ⭐ 461 🍴 63 - Creating beautiful user-interfaces with Declaratic Syntax like QML.
- 🌎 kivy - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
- 🌎 pyglet - A cross-platform windowing and multimedia library for Python.
- 🌎 PyQt - Python bindings for the Qt cross-platform application and UI framework, with support for both Qt v4 and Qt v5 frameworks.
- 🌎 PySide - Python bindings for the Qt cross-platform application and UI framework, supporting the Qt v4 framework.
- 🌎 Tkinter - Tkinter is Python's de-facto standard GUI package.
- :octocat: Toga - ⭐ 815 🍴 61 - A Python native, OS native GUI toolkit.
- 🌎 urwid - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
- 🌎 wxPython - A blending of the wxWidgets C++ class library with the Python.
Game Development
Awesome game development libraries.
- 🌎 Cocos2d - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications. It is based on pyglet.
- 🌎 Panda3D - 3D game engine developed by Disney and maintained by Carnegie Mellon's Entertainment Technology Center. Written in C++, completely wrapped in Python.
- 🌎 Pygame - Pygame is a set of Python modules designed for writing games.
- 🌎 PyOgre - Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
- 🌎 PyOpenGL - Python ctypes bindings for OpenGL and it's related APIs.
- 🌎 PySDL2 - A ctypes based wrapper for the SDL2 library.
- 🌎 PySFML - Python bindings for SFML
- 🌎 RenPy - A Visual Novel engine.
Logging
Libraries for generating and working with logs.
- 🌎 logging - (Python standard library) Logging facility for Python.
- 🌎 logbook - Logging replacement for Python.
- 🌎 Eliot - Logging for complex & distributed systems.
- 🌎 Raven - The Python client for Sentry.
- 🌎 Sentry - A realtime logging and aggregation server.
Testing
Libraries for testing codebases and generating test data.
- Testing Frameworks
- 🌎 unittest - (Python standard library) Unit testing framework.
- 🌎 nose - nose extends unittest.
- :octocat: contexts - ⭐ 36 🍴 3 - A BDD framework for Python 3.3+. Inspired by C#'s
Machine.Specifications
. - :octocat: hypothesis - ⭐ 1359 🍴 129 - Hypothesis is an advanced Quickcheck style property based testing library.
- 🌎 mamba - The definitive testing tool for Python. Born under the banner of BDD.
- :octocat: PyAutoGUI - ⭐ 525 🍴 76 - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
- :octocat: pyshould - ⭐ 32 🍴 6 - Should style asserts based on PyHamcrest.
- 🌎 pytest - A mature full-featured Python testing tool.
- 🌎 pyvows - BDD style testing for Python. Inspired by Vows.js.
- :octocat: Robot Framework - ⭐ 1011 🍴 381 - A generic test automation framework.
- Web Testing
- 🌎 Selenium - Python bindings for Selenium WebDriver.
- :octocat: locust - ⭐ 3761 🍴 535 - Scalable user load testing tool written in Python.
- :octocat: sixpack - ⭐ 1104 🍴 113 - A language-agnostic A/B Testing framework.
- 🌎 splinter - Open source tool for testing web applications.
- Mock
- 🌎 mock - (Python standard library) A mocking and patching library.
- 🌎 doublex - Powerful test doubles framework for Python.
- :octocat: freezegun - ⭐ 767 🍴 83 - Travel through time by mocking the datetime module.
- :octocat: httmock - ⭐ 252 🍴 26 - A mocking library for requests for Python 2.6+ and 3.2+.
- 🌎 httpretty - HTTP request mock tool for Python.
- :octocat: responses - ⭐ 1254 🍴 119 - A utility library for mocking out the requests Python library.
- :octocat: VCR.py - ⭐ 713 🍴 107 - Record and replay HTTP interactions on your tests.
- Object Factories
- :octocat: factory_boy - ⭐ 934 🍴 128 - A test fixtures replacement for Python.
- :octocat: mixer - ⭐ 317 🍴 34 - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc.
- :octocat: model_mommy - ⭐ 583 🍴 133 - Creating random fixtures for testing in Django.
- Code Coverage
- 🌎 coverage - Code coverage measurement.
- Fake Data
- 🌎 faker - A Python package that generates fake data.
- :octocat: fake2db - ⭐ 1661 🍴 79 - Fake database generator.
- 🌎 radar - Generate random datetime / time.
- Error Handler
- :octocat: FuckIt.py - ⭐ 2087 🍴 89 - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not.
Code Analysis and Linter
Libraries and tools for analysing, parsing and manipulation codebases.
- Code Analysis
- :octocat: code2flow - ⭐ 259 🍴 32 - Turn your Python and JavaScript code into DOT flowcharts.
- :octocat: pycallgraph - ⭐ 649 🍴 105 - A library that visualises the flow (call graph) of your Python application.
- :octocat: pysonar2 - ⭐ 2178 🍴 584 - A type inferencer and indexer for Python.
- Linter
Debugging Tools
Libraries for debugging code.
- Debugger
- 🌎 ipdb - IPython-enabled pdb.
- 🌎 pudb – A full-screen, console-based Python debugger.
- :octocat: pyringe - ⭐ 1361 🍴 48 - Debugger capable of attaching to and injecting code into Python processes.
- :octocat: wdb - ⭐ 1005 🍴 51 - An improbable web debugger through WebSockets.
- 🌎 winpdb - A Platform Independent Python Debugger with GUI, capable of remote debugging based on rpdb2.
- :octocat: django-debug-toolbar - ⭐ 3672 🍴 681 - Display various debug information about the current request/response.
- :octocat: django-devserver - ⭐ 1150 🍴 145 - A drop-in replacement for Django's runserver.
- :octocat: flask-debugtoolbar - ⭐ 471 🍴 74 - A port of the django-debug-toolbar to flask.
- Profiler
- :octocat: line_profiler - ⭐ 869 🍴 66 - Line-by-line profiling.
- :octocat: memory_profiler - ⭐ 792 🍴 104 - Monitor Memory usage of Python code.
- :octocat: profiling - ⭐ 2414 🍴 83 - An interactive Python profiler.
- Others
- :octocat: pyelftools - ⭐ 331 🍴 121 - A pure-Python library for parsing and analyzing ELF files and DWARF debugging information.
- :octocat: python-statsd - ⭐ 86 🍴 35 - Python Client for the statsd server.
Science and Data Analysis
Libraries for scientific computing and data analyzing.
- 🌎 astropy - A community Python library for Astronomy.
- :octocat: bcbio-nextgen - ⭐ 321 🍴 167 - A toolkit providing best-practice pipelines for fully automated high throughput sequencing analysis.
- :octocat: bccb - ⭐ 307 🍴 154 - Collection of useful code related to biological analysis.
- 🌎 Biopython - Biopython is a set of freely available tools for biological computation.
- 🌎 blaze - NumPy and Pandas interface to Big Data.
- 🌎 cclib - A library for parsing and interpreting the results of computational chemistry packages.
- 🌎 NetworkX - A high-productivity software for complex networks.
- 🌎 Numba - Python JIT (just in time) complier to LLVM aimed at scientific Python by the developers of Cython and NumPy.
- 🌎 NumPy - A fundamental package for scientific computing with Python.
- 🌎 Open Babel - A chemical toolbox designed to speak the many languages of chemical data.
- :octocat: Open Mining - ⭐ 591 🍴 98 - Business Intelligence (BI) in Python (Pandas web interface)
- 🌎 orange - Data mining, data visualization, analysis and machine learning through visual programming or Python scripting.
- 🌎 Pandas - A library providing high-performance, easy-to-use data structures and data analysis tools.
- 🌎 PyDy - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion based around NumPy, SciPy, IPython, and matplotlib.
- :octocat: PyMC - ⭐ 1541 🍴 350 - Markov Chain Monte Carlo sampling toolkit.
- 🌎 RDKit - Cheminformatics and Machine Learning Software.
- 🌎 SciPy - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
- :octocat: statsmodels - ⭐ 1530 🍴 750 - Statistical modeling and econometrics in Python.
- :octocat: SymPy - ⭐ 2969 🍴 1493 - A Python library for symbolic mathematics.
- :octocat: zipline - ⭐ 3400 🍴 1061 - A Pythonic algorithmic trading library.
Data Visualization
Libraries for visualizing data. See: awesome-javascript.
- 🌎 matplotlib - A Python 2D plotting library.
- :octocat: bokeh - ⭐ 4393 🍴 957 - Interactive Web Plotting for Python.
- :octocat: ggplot - ⭐ 2614 🍴 347 - Same API as ggplot2 for R.
- 🌎 plotly - Collaborative web plotting for Python and matplotlib.
- 🌎 pygal - A Python SVG Charts Creator.
- 🌎 pygraphviz - Python interface to Graphviz.
- 🌎 PyQtGraph - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
- 🌎 SnakeViz - A browser based graphical viewer for the output of Python's cProfile module.
- :octocat: vincent - ⭐ 1889 🍴 197 - A Python to Vega translator.
- 🌎 VisPy - High-performance scientific visualization based on OpenGL.
Computer Vision
Libraries for computer vision.
- 🌎 OpenCV - Open Source Computer Vision Library.
- 🌎 SimpleCV - An open source framework for building computer vision applications.
Machine Learning
Libraries for Machine Learning. See: awesome-machine-learning.
- :octocat: Crab - ⭐ 706 🍴 260 - A flexible, fast recommender engine.
- :octocat: gensim - ⭐ 2720 🍴 987 - Topic Modelling for Humans.
- :octocat: hebel - ⭐ 1142 🍴 106 - GPU-Accelerated Deep Learning Library in Python.
- :octocat: NuPIC - ⭐ 4285 🍴 1199 - Numenta Platform for Intelligent Computing.
- :octocat: pattern - ⭐ 4599 🍴 813 - Web mining module for Python.
- :octocat: PyBrain - ⭐ 1863 🍴 587 - Another Python Machine Learning Library.
- :octocat: Pylearn2 - ⭐ 2131 🍴 875 - A Machine Learning library based on Theano.
- :octocat: python-recsys - ⭐ 601 🍴 266 - A Python library for implementing a Recommender System.
- 🌎 scikit-learn - A Python module for machine learning built on top of SciPy.
- :octocat: vowpal_porpoise - ⭐ 122 🍴 30 - A lightweight Python wrapper for Vowpal Wabbit.
MapReduce
Framworks and libraries for MapReduce.
- :octocat: dpark - ⭐ 1807 🍴 429 - Python clone of Spark, a MapReduce alike framework in Python.
- :octocat: dumbo - ⭐ 972 🍴 158 - Python module that allows one to easily write and run Hadoop programs.
- :octocat: luigi - ⭐ 4914 🍴 957 - A module that helps you build complex pipelines of batch jobs.
- :octocat: mrjob - ⭐ 1848 🍴 463 - Run MapReduce jobs on Hadoop or Amazon Web Services.
- 🌎 PySpark - The Spark Python API.
- :octocat: streamparse - ⭐ 1010 🍴 145 - Run Python code against real-time streams of data. Integrates with Apache Storm.
Functional Programming
Functional Programming with Python.
- :octocat: CyToolz - ⭐ 270 🍴 22 - Cython implementation of Toolz: High performance functional utilities.
- :octocat: fn.py - ⭐ 1974 🍴 126 - Functional programming in Python: implementation of missing features to enjoy FP.
- :octocat: funcy - ⭐ 1304 🍴 64 - A fancy and practical functional tools.
- :octocat: Toolz - ⭐ 1144 🍴 95 - A collection of functional utilities for iterators, functions, and dictionaries.
Third-party APIs
Libraries for accessing third party services APIs. See: List of Python API Wrappers and Libraries.
- 🌎 apache-libcloud - One Python library for all clouds.
- :octocat: boto - ⭐ 5540 🍴 2029 - Python interface to Amazon Web Services.
- :octocat: django-wordpress - ⭐ 214 🍴 51 - WordPress models and views for Django.
- :octocat: facebook-sdk - ⭐ 1710 🍴 649 - Facebook Platform Python SDK.
- :octocat: facepy - ⭐ 499 🍴 146 - Facepy makes it really easy to interact with Facebook's Graph API
- :octocat: gmail - ⭐ 1279 🍴 232 - A Pythonic interface for Gmail.
- :octocat: google-api-python-client - ⭐ 1032 🍴 449 - Google APIs Client Library for Python.
- :octocat: gspread - ⭐ 1760 🍴 334 - Google Spreadsheets Python API.
- :octocat: twython - ⭐ 1199 🍴 310 - A Python wrapper for the Twitter API.
DevOps Tools
Software and libraries for DevOps.
- :octocat: Ansible - ⭐ 17795 🍴 5374 - A radically simple IT automation platform.
- :octocat: SaltStack - ⭐ 6697 🍴 3010 - Infrastructure automation and management system.
- 🌎 Fabric - A simple, Pythonic tool for remote execution and deployment.
- :octocat: cuisine - ⭐ 1184 🍴 148 - Chef-like functionality for Fabric.
- 🌎 Docker Compose - Fast, isolated development environments using Docker.
- :octocat: Fabtools - ⭐ 1016 🍴 202 - Tools for writing awesome Fabric files.
- 🌎 gitapi - Pure-Python API for git.
- :octocat: gunnery - ⭐ 598 🍴 54 - Multipurpose task execution tool for distributed systems with web-based interface.
- 🌎 hgapi - Pure-Python API for Mercurial.
- :octocat: honcho - ⭐ 793 🍴 92 - A Python port of Foreman, a tool for managing Procfile-based applications.
- 🌎 OpenStack - Open source software for building private and public clouds.
- :octocat: pexpect - ⭐ 630 🍴 168 - Controlling interactive programs in a pseudo-terminal like GNU expect.
- :octocat: provy - ⭐ 106 🍴 19 - An easy-to-use provisioning system in Python.
- :octocat: psutil - ⭐ 1691 🍴 285 - A cross-platform process and system utilities module.
- :octocat: supervisor - ⭐ 2607 🍴 542 - Supervisor process control system for UNIX.
Job Scheduler
Libraries for scheduling jobs.
- 🌎 APScheduler - A light but powerful in-process task scheduler that lets you schedule functions.
- :octocat: django-schedule - ⭐ 640 🍴 262 - A calendaring app for Django.
- 🌎 doit - A task runner/build tool.
- 🌎 Joblib - A set of tools to provide lightweight pipelining in Python.
- :octocat: Plan - ⭐ 901 🍴 65 - Writing crontab file in Python like a charm.
- :octocat: schedule - ⭐ 2276 🍴 229 - Python job scheduling for humans.
- :octocat: Spiff - ⭐ 343 🍴 84 - A powerful workflow engine implemented in pure Python.
- 🌎 TaskFlow - A Python library that helps to make task execution easy, consistent and reliable.
Foreign Function Interface
Libraries for providing foreign function interface.
- 🌎 cffi - Foreign Function Interface for Python calling C code.
- 🌎 ctypes - (Python standard library) Foreign Function Interface for Python calling C code.
- 🌎 PyCUDA - A Python wrapper for Nvidia's CUDA API.
- 🌎 SWIG - Simplified Wrapper and Interface Generator.
High Performance
Libraries for making Python faster.
- 🌎 Cython - Optimizing Static Compiler for Python. Uses type mixins to compile Python into C or C++ modules resulting in large performance gains.
- 🌎 PyPy - An implementation of Python in Python. The interpreter uses black magic to make Python very fast without having to add in additional type information.
- :octocat: Pyston - ⭐ 3821 🍴 265 - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
- 🌎 Stackless Python - An enhanced version of the Python.
Microsoft Windows
Python programming on Microsoft Windows.
- 🌎 Python(x,y) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
- 🌎 pythonlibs - Unofficial Windows binaries for Python extension packages.
- :octocat: PythonNet - ⭐ 201 🍴 73 - Python Integration with the .NET Common Language Runtime (CLR).
- 🌎 PyWin32 - Python Extensions for Windows.
- 🌎 WinPython - Portable development environment for Windows 7/8.
Network Virtualization and SDN
Tools and libraries for Virtual Networking and SDN (Software Defined Networking).
- 🌎 Mininet - A popular network emulator and API written in Python.
- 🌎 POX - An open source development platform for Python-based Software Defined Networking (SDN) control applications, such as OpenFlow SDN controllers.
- 🌎 Pyretic - A member of the Frenetic family of SDN programming languages that provides powerful abstractions over network switches or emulators.
- :octocat: SDX Platform - ⭐ 9 🍴 5 - SDN based IXP implementation that leverages Mininet, POX and Pyretic.
Hardware
Libraries for programming with hardware.
- 🌎 ino - Command line toolkit for working with Arduino.
- 🌎 Pyro - Python Robotics.
- :octocat: PyUserInput - ⭐ 445 🍴 105 - A module for cross-platform control of the mouse and keyboard.
- 🌎 scapy - A brilliant packet manipulation library.
- 🌎 wifi - A Python library and command line tool for working with WiFi on Linux.
Compatibility
Libraries for migrating from Python 2 to 3.
- 🌎 Python-Future - The missing compatibility layer between Python 2 and Python 3.
- :octocat: Python-Modernize - ⭐ 412 🍴 30 - Modernizes Python code for eventual Python 3 migration.
- 🌎 Six - Python 2 and 3 compatibility utilities.
Miscellaneous
Useful libraries or tools that don't fit in the categories above.
- :octocat: blinker - ⭐ 365 🍴 43 - A fast Python in-process signal/event dispatching system.
- :octocat: itsdangerous - ⭐ 941 🍴 83 - Various helpers to pass trusted data to untrusted environments.
- :octocat: pluginbase - ⭐ 385 🍴 29 - A simple but flexible plugin system for Python.
- :octocat: Pychievements - ⭐ 73 🍴 4 - A framework for creating and tracking achievements.
Algorithms and Design Patterns
Python implementation of algorithms and design patterns.
- :octocat: algorithms - ⭐ 1540 🍴 408 - A module of algorithms for Python.
- :octocat: python-patterns - ⭐ 8772 🍴 2063 - A collection of design patterns in Python.
Editor Plugins
Plugins for editors and IDEs.
- Emacs
- :octocat: Elpy - ⭐ 755 🍴 111 - Emacs Python Development Environment.
- Sublime Text
- :octocat: SublimeJEDI - ⭐ 642 🍴 67 - A Sublime Text plugin to the awesome auto-complete library Jedi.
- :octocat: Anaconda - ⭐ 1115 🍴 119 - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
- Vim
- :octocat: YouCompleteMe - ⭐ 11220 🍴 1305 - Includes Jedi-based completion engine for Python.
- :octocat: Jedi-vim - ⭐ 2396 🍴 216 - Vim bindings for the Jedi auto-completion library for Python.
- :octocat: Python-mode - ⭐ 3067 🍴 632 - An all in one plugin for turning Vim into a Python IDE.
- Visual Studio
- :octocat: PTVS - ⭐ 1154 🍴 303 - Python Tools for Visual Studio.
IDEs
Popular Python IDEs.
- 🌎 PyCharm - Commercial Python IDE by JetBrains. Has free community edition available.
- 🌎 Komodo - Commercial polyglot IDE with support for Python.
- 🌎 LiClipse - Free polyglot IDE based on Eclipse. Uses PyDev for Python support.
- :octocat: Spyder - ⭐ 1188 🍴 297 - Open Source Python IDE.
- 🌎 WingIDE - Commercial IDE for Python.
Services
Online tools and APIs to simplify development.
Continuous Integration
See: awesome-CIandCD.
- 🌎 Travis CI - A popular CI service for your open source and private projects. (GitHub only)
- 🌎 CircleCI - A CI service that can run very fast parallel testing. (GitHub only)
- 🌎 Vexor CI - A continuous integration tool for private apps with pay-per-minute billing model.
- 🌎 Wercker - A Docker-based platform for building and deploying applications and microservices.
Code Quality
- 🌎 Landscape - An early warning system for your Python codebase.
- 🌎 QuantifiedCode - A data-driven, automated, continuous code review tool.
Resources
Where to discover new Python libraries.
Websites
- 🌎 r/Python
- 🌎 CoolGithubProjects
- 🌎 Django Packages
- 🌎 Full Stack Python
- 🌎 Python 3 Wall of Superpowers
- 🌎 Python Hackers
- 🌎 Python ZEEF
- :octocat: Trending Python repositories on GitHub today
Weekly
Other Awesome Lists
List of lists.
- Python
- :octocat: pycrumbs
- :octocat: python-github-projects - ⭐ 231 🍴 41
- :octocat: python_reference - ⭐ 1612 🍴 315
- :octocat: pythonidae - ⭐ 392 🍴 77
- Monty
- :octocat: awesome - ⭐ 38132 🍴 4323
- :octocat: lists - ⭐ 3860 🍴 277