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 - ⭐ 633 🍴 33 - Dead simple interactive Python version management.
- :octocat: pyenv - ⭐ 5883 🍴 479 - Simple Python version management.
- 🌎 PyRun - A one-file, no-installation-needed version of Python.
- :octocat: Vex - ⭐ 311 🍴 18 - 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 - ⭐ 979 🍴 333 - 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 - ⭐ 837 🍴 175 - 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 - ⭐ 284 🍴 100 - Local PyPI server (custom packages and auto-mirroring of pypi).
Distribution
Libraries to create packaged executables for release distribution.
- :octocat: PyInstaller - ⭐ 2237 🍴 552 - 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 - ⭐ 1389 🍴 204 - A console tool to build code with different development platforms.
- :octocat: PyBuilder - ⭐ 786 🍴 156 - A continuous build tool written in pure Python.
- 🌎 SCons - A software construction tool.
Interactive Interpreter
Interactive Python interpreters (REPL).
- :octocat: IPython - ⭐ 10708 🍴 3164 - A rich toolkit to help you make the most out of using Python interactively.
- 🌎 bpython – A fancy interface to the Python interpreter.
- :octocat: ptpython - ⭐ 1776 🍴 74 - 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 - ⭐ 671 🍴 87 - A module wrapper for os.path.
- 🌎 pathlib - (Python standard library in Python 3.4+) An cross-platform, object-oriented path library.
- :octocat: python-magic - ⭐ 748 🍴 118 - A Python interface to the libmagic file type identification library.
- :octocat: Unipath - ⭐ 396 🍴 31 - An object-oriented approach to file/directory operations.
- :octocat: watchdog - ⭐ 2320 🍴 315 - API and shell utilities to monitor file system events.
Date and Time
Libraries for working with dates and times.
- :octocat: arrow - ⭐ 3443 🍴 304 - Better dates & times for Python.
- :octocat: Chronyk - ⭐ 232 🍴 8 - A Python 3 library for parsing human-written times and dates.
- 🌎 dateutil - Extensions to the standard Python datetime module.
- :octocat: delorean - ⭐ 1235 🍴 60 - A library for clearing up the inconvenient truths that arise dealing with datetimes.
- :octocat: moment - ⭐ 344 🍴 20 - A Python library for dealing with dates/times. Inspired by Moment.js.
- :octocat: PyTime - ⭐ 100 🍴 13 - 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 - ⭐ 153 🍴 14 - Providing user-friendly functions to help perform common date and time actions.
Text Processing
Libraries for parsing and manipulating plain texts.
- General
- :octocat: chardet - ⭐ 637 🍴 90 - Python 2/3 compatible character encoding detector.
- 🌎 difflib - (Python standard library) Helpers for computing deltas.
- 🌎 esmre - Regular expression accelerator.
- :octocat: ftfy - ⭐ 1597 🍴 56 - Makes Unicode text less broken and more consistent automagically.
- :octocat: fuzzywuzzy - ⭐ 2825 🍴 309 - Fuzzy String Matching.
- :octocat: Levenshtein - ⭐ 264 🍴 52 - Fast computation of Levenshtein distance and string similarity.
- :octocat: pangu.py - ⭐ 55 🍴 7 - Spacing texts for CJK and alphanumerics.
- :octocat: pyfiglet - ⭐ 184 🍴 22 - An implementation of figlet written in Python.
- :octocat: shortuuid - ⭐ 682 🍴 52 - A generator library for concise, unambiguous and URL-safe UUIDs.
- 🌎 unidecode - ASCII transliterations of Unicode text.
- :octocat: uniout - ⭐ 115 🍴 12 - Print readable chars instead of the escaped string.
- :octocat: xpinyin - ⭐ 386 🍴 104 - A library to translate Chinese hanzi (漢字) to pinyin (拼音).
- Slugify
- :octocat: awesome-slugify - ⭐ 313 🍴 17 - A Python slugify library that can preserve unicode.
- :octocat: python-slugify - ⭐ 307 🍴 35 - A Python slugify library that translates unicode to ASCII.
- :octocat: unicode-slugify - ⭐ 233 🍴 40 - A slugifier that generates unicode slugs with Django as a dependency.
- Parser
- :octocat: phonenumbers - ⭐ 1359 🍴 177 - 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 - ⭐ 173 🍴 27 - Parsing human names into their individual components.
- :octocat: python-user-agents - ⭐ 428 🍴 94 - Browser user agent parser.
- 🌎 sqlparse - A non-validating SQL parser.
Specific Formats Processing
Libraries for parsing and manipulating specific text formats.
- General
- :octocat: tablib - ⭐ 2182 🍴 319 - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
- Office
- :octocat: Marmir - ⭐ 123 🍴 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 - ⭐ 659 🍴 261 - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
- :octocat: unoconv - ⭐ 838 🍴 235 - 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 - ⭐ 578 🍴 196 - Writing and reading data and formatting information from Excel files.
- PDF
- :octocat: PDFMiner - ⭐ 1815 🍴 504 - A tool for extracting information from PDF documents.
- :octocat: PyPDF2 - ⭐ 1150 🍴 359 - A library capable of splitting, merging and transforming PDF pages.
- 🌎 ReportLab - Allowing Rapid creation of rich PDF documents.
- Markdown
- :octocat: Mistune - ⭐ 780 🍴 74 - Fastest and full featured pure Python parsers of Markdown.
- :octocat: Python-Markdown - ⭐ 969 🍴 270 - A Python implementation of John Gruber’s Markdown.
- YAML
- 🌎 PyYAML - YAML implementations for Python.
- CSV
- :octocat: csvkit - ⭐ 2399 🍴 344 - Utilities for converting to and working with CSV.
- Archive
- :octocat: unp - ⭐ 248 🍴 21 - 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 - ⭐ 6738 🍴 2117 - Chinese Words Segmentation Utilities.
- :octocat: langid.py - ⭐ 664 🍴 124 - Stand-alone language identification system.
- 🌎 Pattern - A web mining module for the Python.
- :octocat: SnowNLP - ⭐ 1611 🍴 461 - 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 - ⭐ 205 🍴 19
- 🌎 MkDocs - Markdown friendly documentation generator.
- :octocat: pdoc - ⭐ 269 🍴 45 - 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 - ⭐ 2118 🍴 200 - Python Command-line Application Tools.
- 🌎 colorama - Cross-platform colored terminal text.
- 🌎 docopt - Pythonic command line arguments parser.
- :octocat: Gooey - ⭐ 4366 🍴 231 - 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 - ⭐ 3137 🍴 189 - A Library for building powerful interactive command lines.
- Productivity Tools
- :octocat: bashplotlib - ⭐ 648 🍴 50 - Making basic plots in the terminal. It's a quick way to visualize data without GUI.
- :octocat: caniusepython3 - ⭐ 257 🍴 33 - Determine what projects are blocking you from porting to Python 3.
- :octocat: cookiecutter - ⭐ 4138 🍴 493 - A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
- :octocat: doitlive - ⭐ 757 🍴 22 - A tool for live presentations in the terminal.
- :octocat: httpie - ⭐ 27134 🍴 1744 - A command line HTTP client, a user-friendly cURL replacement.
- :octocat: PathPicker - ⭐ 3090 🍴 189 - Select files out of bash output.
- :octocat: percol - ⭐ 2196 🍴 101 - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
- 🌎 RainbowStream - Smart and nice Twitter client on terminal.
- :octocat: thefuck - ⭐ 22893 🍴 1099 - Correcting your previous console command.
Downloader
Libraries for downloading.
- :octocat: coursera - ⭐ 4591 🍴 1276 - Script for downloading Coursera.org videos and naming them.
- :octocat: s3cmd - ⭐ 2054 🍴 619 - A command line tool for managing Amazon S3 and CloudFront.
- :octocat: s4cmd - ⭐ 520 🍴 102 - Super S3 command line tool, good for higher performance.
- :octocat: subliminal - ⭐ 1121 🍴 210 - Library and command line tool to search and download subtitles.
- :octocat: WikiTeam - ⭐ 129 🍴 44 - 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 - ⭐ 124 🍴 10 - Image histogram remapping.
- 🌎 imgSeek - A project for searching a collection of images using visual similarity.
- :octocat: nude.py - ⭐ 416 🍴 65 - Nudity detection.
- 🌎 pyBarcode - Create barcodes in Python without needing PIL.
- :octocat: pygram - ⭐ 49 🍴 10 - Instagram-like image filters.
- :octocat: python-qrcode - ⭐ 1002 🍴 226 - A pure Python QR Code generator.
- :octocat: Quads - ⭐ 592 🍴 53 - Computer art based on quadtrees.
- 🌎 scikit-image - A Python library for (scientific) image processing.
- :octocat: thumbor - ⭐ 4351 🍴 437 - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
- :octocat: wand - ⭐ 629 🍴 138 - Python bindings for MagickWand, C API for ImageMagick.
OCR
Libraries for Optical Character Recognition.
- :octocat: pyocr - ⭐ 405 🍴 79 - A wrapper for Tesseract and Cuneiform.
- :octocat: pytesseract - ⭐ 577 🍴 119 - Another wrapper for Google Tesseract OCR.
- 🌎 python-tesseract - A wrapper class for Google Tesseract OCR.
Audio
Libraries for manipulating audio.
- :octocat: audiolazy - ⭐ 247 🍴 32 - Expressive Digital Signal Processing (DSP) package for Python.
- :octocat: audioread - ⭐ 119 🍴 40 - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- 🌎 beets - A music library manager and MusicBrainz tagger.
- :octocat: dejavu - ⭐ 2711 🍴 497 - Audio fingerprinting and recognition.
- :octocat: django-elastic-transcoder - ⭐ 34 🍴 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 - ⭐ 220 🍴 91 - A module for parsing m3u8 file.
- 🌎 mutagen - A Python module to handle audio metadata.
- :octocat: pydub - ⭐ 1605 🍴 171 - Manipulate audio with a simple and easy high level interface.
- :octocat: pyechonest - ⭐ 583 🍴 1116 - Python client for the Echo Nest API.
- 🌎 talkbox - A Python library for speech/signal processing.
- :octocat: TimeSide - ⭐ 6 🍴 0 - Open web audio processing framework.
- :octocat: tinytag - ⭐ 208 🍴 28 - 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 - ⭐ 47 🍴 6 - 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 - ⭐ 144 🍴 37 - Python API for MaxMind GeoIP Legacy Database.
- :octocat: geojson - ⭐ 233 🍴 34 - Python bindings and utilities for GeoJSON.
- :octocat: geopy - ⭐ 1293 🍴 310 - Python Geocoding Toolbox.
- :octocat: pygeoip - ⭐ 435 🍴 94 - Pure Python GeoIP API.
- :octocat: django-countries - ⭐ 303 🍴 94 - 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 - ⭐ 1719 🍴 200 - requests + gevent for asynchronous HTTP requests.
- :octocat: httplib2 - ⭐ 370 🍴 206 - Comprehensive HTTP client library.
- :octocat: treq - ⭐ 314 🍴 84 - Python requests like API built on top of Twisted's HTTP client.
- :octocat: urllib3 - ⭐ 1170 🍴 394 - 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 - ⭐ 1331 🍴 100 - 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 - ⭐ 2539 🍴 149 - 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 - ⭐ 474 🍴 73 - 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 - ⭐ 2206 🍴 504 - Pure Python MySQL driver compatible to mysql-python.
- :octocat: queries - ⭐ 156 🍴 13 - A wrapper of the psycopg2 library for interacting with PostgreSQL.
- 🌎 txpostgres - Twisted based asynchronous driver for PostgreSQL.
- NoSQL Databases
- :octocat: cassandra-python-driver - ⭐ 607 🍴 272 - 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 🍴 144 - Python Thrift driver for Cassandra.
- 🌎 PyMongo - The official Python client for MongoDB.
- :octocat: redis-py - ⭐ 4619 🍴 1163 - The Redis Python Client.
- :octocat: telephus - ⭐ 93 🍴 33 - Twisted based client for Cassandra.
- :octocat: txRedis - ⭐ 116 🍴 34 - 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 - ⭐ 1233 🍴 82
- :octocat: peewee - ⭐ 3361 🍴 623 - A small, expressive ORM.
- 🌎 PonyORM - ORM that provides a generator-oriented interface to SQL.
- NoSQL Databases
- :octocat: django-mongodb-engine - ⭐ 680 🍴 194 - Django MongoDB Backend.
- :octocat: PynamoDB - ⭐ 288 🍴 79 - A Pythonic interface for Amazon DynamoDB.
- :octocat: flywheel - ⭐ 79 🍴 14 - Object mapper for Amazon DynamoDB.
- 🌎 MongoEngine - A Python Object-Document-Mapper for working with MongoDB.
- :octocat: hot-redis - ⭐ 197 🍴 15 - Rich Python data types for Redis.
- :octocat: redisco - ⭐ 331 🍴 62 - A Python Library for Simple Models and Containers Persisted in Redis.
- Others
- :octocat: butterdb - ⭐ 315 🍴 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 - ⭐ 4628 🍴 822
- 🌎 Flask - A microframework for Python.
- :octocat: awesome-flask - ⭐ 3257 🍴 530
- 🌎 Pyramid - A small, fast, down-to-earth, open source Python web framework.
- :octocat: awesome-pyramid - ⭐ 305 🍴 35
- 🌎 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 - ⭐ 136 🍴 9 - 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 - ⭐ 1305 🍴 339 - Implementation of per object permissions for Django 1.2+
- :octocat: django-rules - ⭐ 364 🍴 28 - 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 - ⭐ 500 🍴 236 - A shopping cart app built using the Mezzanine.
- 🌎 shoop - An open source E-Commerce platform based on Django.
- :octocat: alipay - ⭐ 173 🍴 52 - Unofficial Alipay API for Python.
- :octocat: merchant - ⭐ 847 🍴 150 - A Django app to accept payments from various payment processors.
- :octocat: money - ⭐ 81 🍴 9 - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution.
- :octocat: python-currencies - ⭐ 24 🍴 1 - 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 - ⭐ 25 🍴 13 - 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 - ⭐ 29 🍴 3 - 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 - ⭐ 3613 🍴 480 - REST API framework powered by Flask, MongoDB and good intentions.
- :octocat: sandman - ⭐ 2260 🍴 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 - ⭐ 170 🍴 22 - 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 - ⭐ 2687 🍴 986 - Authentication app for Django that "just works."
- :octocat: django-oauth-toolkit - ⭐ 878 🍴 263 - OAuth2 goodies for the Djangonauts.
- :octocat: django-oauth2-provider - ⭐ 300 🍴 251 - Providing OAuth2 access to Django app.
- :octocat: Flask-OAuthlib - ⭐ 838 🍴 243 - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.
- :octocat: OAuthLib - ⭐ 1265 🍴 277 - A generic and thorough implementation of the OAuth request-signing logic.
- :octocat: python-oauth2 - ⭐ 2511 🍴 978 - A fully tested, abstract interface to creating OAuth clients and servers.
- :octocat: python-social-auth - ⭐ 2570 🍴 1135 - An easy-to-setup social authentication mechanism.
- :octocat: rauth - ⭐ 1458 🍴 151 - A Python library for OAuth 1.0/a, 2.0, and Ofly.
- :octocat: sanction - ⭐ 161 🍴 38 - A dead simple OAuth2 client implementation.
- Others
- :octocat: jose - ⭐ 57 🍴 20 - JavaScript Object Signing and Encryption draft implementation.
- :octocat: PyJWT - ⭐ 1029 🍴 146 - Implementation of the JSON Web Token draft 01.
- :octocat: python-jws - ⭐ 48 🍴 17 - Implementation of JSON Web Signatures draft 02.
- :octocat: python-jwt - ⭐ 113 🍴 12 - Module for generating and verifying JSON Web Tokens.
Template Engine
Libraries and tools for templating and lexing.
- :octocat: Jinja2 - ⭐ 3763 🍴 744 - 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 - ⭐ 1071 🍴 114 - Little multi-threaded task queue.
- :octocat: mrq - ⭐ 471 🍴 43 - Mr. Queue - A distributed worker task queue in Python using Redis & gevent.
- 🌎 rq - Simple job queues for Python.
- :octocat: simpleq - ⭐ 109 🍴 10 - A simple, infinitely scalable, Amazon SQS based queue.
Search
Libraries and software for indexing and performing search queries on data.
- :octocat: django-haystack - ⭐ 2083 🍴 940 - Modular search for Django.
- 🌎 elasticsearch-py - The official low-level Python client for Elasticsearch.
- :octocat: elasticsearch-dsl-py - ⭐ 1031 🍴 248 - 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 - ⭐ 1106 🍴 328 - Generate generic activity streams from the actions on your site.
- :octocat: Feedly - ⭐ 2627 🍴 321 - 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 - ⭐ 1783 🍴 491 - 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 - ⭐ 61 🍴 9 - 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 - ⭐ 649 🍴 129 - Automatic caching and invalidation for Django models.
- :octocat: django-cacheops - ⭐ 608 🍴 100 - A slick ORM cache with automatic granular event-driven invalidation.
- :octocat: django-viewlet - ⭐ 55 🍴 13 - 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 - ⭐ 266 🍴 87 - A caching framework for django applications.
- :octocat: pylibmc - ⭐ 334 🍴 107 - A Python wrapper around the libmemcached interface.
Libraries for sending and parsing email.
- :octocat: django-celery-ses - ⭐ 19 🍴 4 - Django email back end with AWS SES and Celery.
- 🌎 envelopes - Mailing for human beings.
- :octocat: flanker - ⭐ 991 🍴 100 - A email address and Mime parsing library.
- :octocat: imbox - ⭐ 656 🍴 90 - Python IMAP for Humans.
- :octocat: inbox.py - ⭐ 1266 🍴 85 - Python SMTP Server for Humans.
- :octocat: inbox - ⭐ 3207 🍴 324 - The open source email toolkit.
- :octocat: lamson - ⭐ 578 🍴 164 - Pythonic SMTP Application Server.
- :octocat: mailjet - ⭐ 17 🍴 13 - Mailjet API implementation for batch mailing, statistics and more.
- :octocat: marrow.mailer - ⭐ 118 🍴 29 - High-performance extensible mail delivery framework.
- :octocat: modoboa - ⭐ 653 🍴 94 - A mail hosting and management platform including a modern and simplified Web UI.
- 🌎 pyzmail - Compose, send and parse emails.
- :octocat: Talon - ⭐ 604 🍴 94 - Mailgun library to extract message quotations and signatures.
Internationalization
Libraries for working with i18n.
URL Manipulation
Libraries for parsing URLs.
- :octocat: furl - ⭐ 1014 🍴 65 - A small Python library that makes manipulating URLs simple.
- :octocat: purl - ⭐ 175 🍴 21 - A simple, immutable URL class with a clean API for interrogation and manipulation.
- :octocat: pyshorteners - ⭐ 141 🍴 20 - A pure Python URL shortening lib.
- :octocat: short_url - ⭐ 62 🍴 11 - Python implementation for generating Tiny URL and bit.ly-like URLs.
- :octocat: webargs - ⭐ 383 🍴 52 - 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 - ⭐ 544 🍴 118 - 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 - ⭐ 141 🍴 51 - Implements a XML/HTML/XHTML Markup safe string for Python.
- :octocat: pyquery - ⭐ 1063 🍴 101 - A jQuery-like library for parsing HTML.
- :octocat: untangle - ⭐ 207 🍴 27 - Converts XML documents to Python objects for easy access.
- :octocat: xhtml2pdf - ⭐ 1162 🍴 421 - HTML/CSS to PDF converter.
- :octocat: xmltodict - ⭐ 2222 🍴 217 - 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 - ⭐ 1025 🍴 478 - A distributed crawling framework.
- :octocat: Demiurge - ⭐ 45 🍴 6 - PyQuery-based scraping micro-framework.
- 🌎 feedparser - Universal feed parser.
- 🌎 Grab - Site scraping framework.
- :octocat: MechanicalSoup - ⭐ 1467 🍴 79 - A Python library for automating interaction with websites.
- :octocat: portia - ⭐ 4655 🍴 691 - Visual scraping for Scrapy.
- :octocat: pyspider - ⭐ 7904 🍴 2083 - A powerful spider system.
- :octocat: RoboBrowser - ⭐ 2634 🍴 188 - A simple, Pythonic library for browsing the web without a standalone web browser.
Web Content Extracting
Libraries for extracting web contents.
- :octocat: Haul - ⭐ 75 🍴 21 - An Extensible Image Crawler.
- :octocat: html2text - ⭐ 310 🍴 61 - Convert HTML to Markdown-formatted text.
- :octocat: lassie - ⭐ 321 🍴 20 - Web Content Retrieval for Humans.
- :octocat: micawber - ⭐ 326 🍴 45 - A small library for extracting rich content from URLs.
- :octocat: newspaper - ⭐ 3773 🍴 560 - News extraction, article extraction and content curation in Python.
- :octocat: opengraph - ⭐ 81 🍴 44 - A Python module to parse the Open Graph Protocol
- :octocat: python-goose - ⭐ 2212 🍴 536 - HTML Content/Article Extractor.
- :octocat: python-readability - ⭐ 1069 🍴 207 - Fast Python port of arc90's readability tool.
- :octocat: sanitize - ⭐ 28 🍴 2 - Bringing sanity to world of messed-up data.
- :octocat: sumy - ⭐ 741 🍴 149 - A module for automatic summarization of text documents and HTML pages.
- :octocat: textract - ⭐ 1790 🍴 169 - 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 - ⭐ 1580 🍴 530 - 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 - ⭐ 150 🍴 75 - 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 - ⭐ 40 🍴 11 - A language for matching/validating/filtering Python dictionaries.
- :octocat: schema - ⭐ 950 🍴 87 - A library for validating Python data structures.
- :octocat: Schematics - ⭐ 1673 🍴 212 - Data Structure Validation.
- :octocat: valideer - ⭐ 171 🍴 9 - Lightweight extensible data validation and adaptation library.
- :octocat: voluptuous - ⭐ 706 🍴 107 - 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 - ⭐ 398 🍴 160 - A simple and highly customizable Django app to add captcha images to any Django form.
- :octocat: django-simple-spam-blocker - ⭐ 10 🍴 2 - Simple spam blocker for Django.
Tagging
Libraries for tagging items.
- :octocat: django-taggit - ⭐ 1547 🍴 417 - Simple tagging for Django.
Admin Panels
Libraries for administrative interfaces.
- :octocat: Ajenti - ⭐ 212 🍴 43 - The admin panel your servers deserve.
- 🌎 django-suit - Alternative Django Admin-Interface (free only for Non-commercial use).
- :octocat: django-xadmin - ⭐ 1762 🍴 556 - Drop-in replacement of Django admin comes with lots of goodies.
- :octocat: flask-admin - ⭐ 70 🍴 33 - Simple and extensible administrative interface framework for Flask.
- :octocat: flower - ⭐ 1994 🍴 373 - Real-time monitor and web admin for Celery.
- 🌎 Grappelli – A jazzy skin for the Django Admin-Interface.
- :octocat: Wooey - ⭐ 745 🍴 68 - 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 - ⭐ 1897 🍴 163 - Python subprocess for Humans™.
- 🌎 sarge - Yet another wrapper for subprocess.
- :octocat: sh - ⭐ 3503 🍴 307 - 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 - ⭐ 710 🍴 131 - A coroutine-based Python networking library that uses greenlet.
- :octocat: Tomorrow - ⭐ 1192 🍴 68 - 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 - ⭐ 1359 🍴 99 - Event-driven concurrent framework for Python.
- :octocat: diesel - ⭐ 541 🍴 54 - Greenlet-based event I/O Framework for Python.
- 🌎 pyzmq - A Python wrapper for the ZeroMQ message library.
- :octocat: txZMQ - ⭐ 131 🍴 41 - Twisted based wrapper for the ZeroMQ message library.
WebSocket
Libraries for working with WebSocket.
- :octocat: AutobahnPython - ⭐ 1297 🍴 407 - WebSocket & WAMP for Python on Twisted and asyncio.
- :octocat: Crossbar - ⭐ 1085 🍴 143 - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn).
- :octocat: django-socketio - ⭐ 952 🍴 195 - WebSockets for Django.
- :octocat: WebSocket-for-Python - ⭐ 741 🍴 186 - 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 - ⭐ 58 🍴 3 - 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 - ⭐ 289 🍴 109 - This library is an implementation of the JSON-RPC specification.
- 🌎 SimpleXMLRPCServer - (Python standard library) Simple XML-RPC server implementation, single-threaded.
- :octocat: zeroRPC - ⭐ 1831 🍴 228 - 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 - ⭐ 517 🍴 42 - 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 - ⭐ 317 🍴 67 - 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 - ⭐ 483 🍴 64 - 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 - ⭐ 981 🍴 82 - 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 - ⭐ 38 🍴 3 - A BDD framework for Python 3.3+. Inspired by C#'s
Machine.Specifications
. - :octocat: hypothesis - ⭐ 1648 🍴 151 - 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 - ⭐ 699 🍴 103 - 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 - ⭐ 1242 🍴 477 - A generic test automation framework.
- Web Testing
- 🌎 Selenium - Python bindings for Selenium WebDriver.
- :octocat: locust - ⭐ 4361 🍴 618 - Scalable user load testing tool written in Python.
- :octocat: sixpack - ⭐ 1201 🍴 120 - 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 - ⭐ 881 🍴 91 - Travel through time by mocking the datetime module.
- :octocat: httmock - ⭐ 265 🍴 30 - A mocking library for requests for Python 2.6+ and 3.2+.
- 🌎 httpretty - HTTP request mock tool for Python.
- :octocat: responses - ⭐ 1378 🍴 127 - A utility library for mocking out the requests Python library.
- :octocat: VCR.py - ⭐ 777 🍴 119 - Record and replay HTTP interactions on your tests.
- Object Factories
- :octocat: factory_boy - ⭐ 1033 🍴 141 - A test fixtures replacement for Python.
- :octocat: mixer - ⭐ 366 🍴 37 - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc.
- :octocat: model_mommy - ⭐ 614 🍴 142 - 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 - ⭐ 1692 🍴 77 - Fake database generator.
- 🌎 radar - Generate random datetime / time.
- Error Handler
- :octocat: FuckIt.py - ⭐ 2229 🍴 93 - 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 - ⭐ 309 🍴 47 - Turn your Python and JavaScript code into DOT flowcharts.
- :octocat: pycallgraph - ⭐ 728 🍴 115 - A library that visualises the flow (call graph) of your Python application.
- :octocat: pysonar2 - ⭐ 2329 🍴 637 - 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 - ⭐ 1377 🍴 53 - Debugger capable of attaching to and injecting code into Python processes.
- :octocat: wdb - ⭐ 1080 🍴 61 - 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 - ⭐ 3912 🍴 703 - Display various debug information about the current request/response.
- :octocat: django-devserver - ⭐ 1171 🍴 150 - A drop-in replacement for Django's runserver.
- :octocat: flask-debugtoolbar - ⭐ 511 🍴 80 - A port of the django-debug-toolbar to flask.
- Profiler
- :octocat: line_profiler - ⭐ 1051 🍴 80 - Line-by-line profiling.
- :octocat: memory_profiler - ⭐ 875 🍴 119 - Monitor Memory usage of Python code.
- :octocat: profiling - ⭐ 2466 🍴 86 - An interactive Python profiler.
- Others
- :octocat: pyelftools - ⭐ 393 🍴 153 - A pure-Python library for parsing and analyzing ELF files and DWARF debugging information.
- :octocat: python-statsd - ⭐ 89 🍴 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 - ⭐ 373 🍴 185 - A toolkit providing best-practice pipelines for fully automated high throughput sequencing analysis.
- :octocat: bccb - ⭐ 330 🍴 163 - 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 - ⭐ 672 🍴 111 - 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 - ⭐ 1751 🍴 416 - 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 - ⭐ 1749 🍴 856 - Statistical modeling and econometrics in Python.
- :octocat: SymPy - ⭐ 3389 🍴 1693 - A Python library for symbolic mathematics.
- :octocat: zipline - ⭐ 4113 🍴 1300 - A Pythonic algorithmic trading library.
Data Visualization
Libraries for visualizing data. See: awesome-javascript.
- 🌎 matplotlib - A Python 2D plotting library.
- :octocat: bokeh - ⭐ 4889 🍴 1161 - Interactive Web Plotting for Python.
- :octocat: ggplot - ⭐ 2799 🍴 392 - 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 - ⭐ 1934 🍴 208 - 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 - ⭐ 755 🍴 295 - A flexible, fast recommender engine.
- :octocat: gensim - ⭐ 3328 🍴 1263 - Topic Modelling for Humans.
- :octocat: hebel - ⭐ 1148 🍴 109 - GPU-Accelerated Deep Learning Library in Python.
- :octocat: NuPIC - ⭐ 4614 🍴 1300 - Numenta Platform for Intelligent Computing.
- :octocat: pattern - ⭐ 4975 🍴 921 - Web mining module for Python.
- :octocat: PyBrain - ⭐ 2135 🍴 645 - Another Python Machine Learning Library.
- :octocat: Pylearn2 - ⭐ 2252 🍴 927 - A Machine Learning library based on Theano.
- :octocat: python-recsys - ⭐ 713 🍴 309 - A Python library for implementing a Recommender System.
- 🌎 scikit-learn - A Python module for machine learning built on top of SciPy.
- :octocat: vowpal_porpoise - ⭐ 130 🍴 30 - A lightweight Python wrapper for Vowpal Wabbit.
MapReduce
Framworks and libraries for MapReduce.
- :octocat: dpark - ⭐ 1978 🍴 457 - Python clone of Spark, a MapReduce alike framework in Python.
- :octocat: dumbo - ⭐ 984 🍴 159 - Python module that allows one to easily write and run Hadoop programs.
- :octocat: luigi - ⭐ 5831 🍴 1108 - A module that helps you build complex pipelines of batch jobs.
- :octocat: mrjob - ⭐ 1937 🍴 486 - Run MapReduce jobs on Hadoop or Amazon Web Services.
- 🌎 PySpark - The Spark Python API.
- :octocat: streamparse - ⭐ 1074 🍴 159 - Run Python code against real-time streams of data. Integrates with Apache Storm.
Functional Programming
Functional Programming with Python.
- :octocat: CyToolz - ⭐ 304 🍴 28 - Cython implementation of Toolz: High performance functional utilities.
- :octocat: fn.py - ⭐ 2141 🍴 133 - Functional programming in Python: implementation of missing features to enjoy FP.
- :octocat: funcy - ⭐ 1369 🍴 67 - A fancy and practical functional tools.
- :octocat: Toolz - ⭐ 1266 🍴 105 - 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 - ⭐ 5719 🍴 2091 - Python interface to Amazon Web Services.
- :octocat: django-wordpress - ⭐ 225 🍴 51 - WordPress models and views for Django.
- :octocat: facebook-sdk - ⭐ 1815 🍴 696 - Facebook Platform Python SDK.
- :octocat: facepy - ⭐ 542 🍴 158 - Facepy makes it really easy to interact with Facebook's Graph API
- :octocat: gmail - ⭐ 1330 🍴 259 - A Pythonic interface for Gmail.
- :octocat: google-api-python-client - ⭐ 1279 🍴 587 - Google APIs Client Library for Python.
- :octocat: gspread - ⭐ 1926 🍴 356 - Google Spreadsheets Python API.
- :octocat: twython - ⭐ 1262 🍴 315 - A Python wrapper for the Twitter API.
DevOps Tools
Software and libraries for DevOps.
- :octocat: Ansible - ⭐ 20058 🍴 6163 - A radically simple IT automation platform.
- :octocat: SaltStack - ⭐ 7104 🍴 3262 - Infrastructure automation and management system.
- 🌎 Fabric - A simple, Pythonic tool for remote execution and deployment.
- :octocat: cuisine - ⭐ 1204 🍴 145 - Chef-like functionality for Fabric.
- 🌎 Docker Compose - Fast, isolated development environments using Docker.
- :octocat: Fabtools - ⭐ 1047 🍴 201 - Tools for writing awesome Fabric files.
- 🌎 gitapi - Pure-Python API for git.
- :octocat: gunnery - ⭐ 612 🍴 56 - Multipurpose task execution tool for distributed systems with web-based interface.
- 🌎 hgapi - Pure-Python API for Mercurial.
- :octocat: honcho - ⭐ 883 🍴 97 - A Python port of Foreman, a tool for managing Procfile-based applications.
- 🌎 OpenStack - Open source software for building private and public clouds.
- :octocat: pexpect - ⭐ 747 🍴 204 - Controlling interactive programs in a pseudo-terminal like GNU expect.
- :octocat: provy - ⭐ 108 🍴 20 - An easy-to-use provisioning system in Python.
- :octocat: psutil - ⭐ 2102 🍴 363 - A cross-platform process and system utilities module.
- :octocat: supervisor - ⭐ 2925 🍴 584 - 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 - ⭐ 661 🍴 264 - A calendaring app for Django.
- 🌎 doit - A task runner/build tool.
- 🌎 Joblib - A set of tools to provide lightweight pipelining in Python.
- :octocat: Plan - ⭐ 939 🍴 68 - Writing crontab file in Python like a charm.
- :octocat: schedule - ⭐ 2609 🍴 266 - Python job scheduling for humans.
- :octocat: Spiff - ⭐ 389 🍴 96 - 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 - ⭐ 4097 🍴 277 - 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 - ⭐ 283 🍴 88 - 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 - ⭐ 483 🍴 125 - 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 - ⭐ 426 🍴 33 - 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 - ⭐ 467 🍴 60 - A fast Python in-process signal/event dispatching system.
- :octocat: itsdangerous - ⭐ 1055 🍴 92 - Various helpers to pass trusted data to untrusted environments.
- :octocat: pluginbase - ⭐ 481 🍴 64 - A simple but flexible plugin system for Python.
- :octocat: Pychievements - ⭐ 79 🍴 3 - A framework for creating and tracking achievements.
Algorithms and Design Patterns
Python implementation of algorithms and design patterns.
- :octocat: algorithms - ⭐ 1810 🍴 470 - A module of algorithms for Python.
- :octocat: python-patterns - ⭐ 9912 🍴 2388 - A collection of design patterns in Python.
Editor Plugins
Plugins for editors and IDEs.
- Emacs
- :octocat: Elpy - ⭐ 835 🍴 119 - Emacs Python Development Environment.
- Sublime Text
- :octocat: SublimeJEDI - ⭐ 675 🍴 70 - A Sublime Text plugin to the awesome auto-complete library Jedi.
- :octocat: Anaconda - ⭐ 1278 🍴 136 - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
- Vim
- :octocat: YouCompleteMe - ⭐ 12423 🍴 1459 - Includes Jedi-based completion engine for Python.
- :octocat: Jedi-vim - ⭐ 2597 🍴 228 - Vim bindings for the Jedi auto-completion library for Python.
- :octocat: Python-mode - ⭐ 3239 🍴 670 - An all in one plugin for turning Vim into a Python IDE.
- Visual Studio
- :octocat: PTVS - ⭐ 1349 🍴 352 - 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 - ⭐ 1624 🍴 389 - 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 - ⭐ 291 🍴 59
- :octocat: python_reference - ⭐ 1702 🍴 356
- :octocat: pythonidae - ⭐ 485 🍴 103
- Monty
- :octocat: awesome - ⭐ 47521 🍴 5725
- :octocat: lists - ⭐ 3999 🍴 304