d8691a14c9
This reverts commit
|
||
---|---|---|
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
- Admin Panels
- Algorithms and Design Patterns
- Anti-spam
- Asset Management
- Audio
- Authentication
- Build Tools
- Caching
- ChatOps Tools
- CMS
- Code Analysis and Linter
- Command-line Tools
- Compatibility
- Computer Vision
- Concurrency and Parallelism
- Configuration
- Cryptography
- Data Analysis
- Data Validation
- Data Visualization
- Database Drivers
- Database
- Date and Time
- Debugging Tools
- Deep Learning
- DevOps Tools
- Distribution
- Documentation
- Downloader
- E-commerce
- Editor Plugins and IDEs
- Environment Management
- Files
- Foreign Function Interface
- Forms
- Functional Programming
- Game Development
- Geolocation
- GUI
- Hardware
- High Performance
- HTML Manipulation
- HTTP
- Imagery
- Interactive Interpreter
- Internationalization
- Job Scheduler
- Logging
- Machine Learning
- MapReduce
- Miscellaneous
- Natural Language Processing
- Network Virtualization
- Networking
- News Feed
- ORM
- Package Management
- Package Repositories
- Permissions
- Processes
- Queue
- RESTful API
- RPC Servers
- Science
- Search
- Serialization
- Serverless Frameworks
- Specific Formats Processing
- Static Site Generator
- Tagging
- Template Engine
- Testing
- Text Processing
- Third-party APIs
- URL Manipulation
- Video
- Web Content Extracting
- Web Crawling
- Web Frameworks
- WebSocket
- WSGI Servers
- Services
- Resources
- Other Awesome Lists
- Contributing
Admin Panels
Libraries for administrative interfaces.
- :octocat: Ajenti - ⭐ 5998 🍴 732 - The admin panel your servers deserve.
- 🌎 django-suit - Alternative Django Admin-Interface (free only for Non-commercial use).
- :octocat: django-xadmin - ⭐ 4358 🍴 1341 - Drop-in replacement of Django admin comes with lots of goodies.
- :octocat: flask-admin - ⭐ 4221 🍴 1200 - Simple and extensible administrative interface framework for Flask.
- :octocat: flower - ⭐ 4228 🍴 730 - Real-time monitor and web admin for Celery.
- 🌎 Grappelli - A jazzy skin for the Django Admin-Interface.
- :octocat: Wooey - ⭐ 1425 🍴 160 - A Django app which creates automatic web UIs for Python scripts.
Algorithms and Design Patterns
Python implementation of algorithms and design patterns.
- :octocat: algorithms - ⭐ 2877 🍴 719 - A module of algorithms for Python.
- :octocat: PyPattyrn - ⭐ 981 🍴 91 - A simple yet effective library for implementing common design patterns.
- :octocat: python-patterns - ⭐ 24710 🍴 5223 - A collection of design patterns in Python.
- 🌎 sortedcontainers - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
Anti-spam
Libraries for fighting spam.
- :octocat: django-simple-captcha - ⭐ 1054 🍴 286 - A simple and highly customizable Django app to add captcha images to any Django form.
- :octocat: django-simple-spam-blocker - ⭐ 27 🍴 7 - Simple spam blocker for Django.
Asset Management
Tools for managing, compressing and minifying website assets.
- :octocat: django-compressor - ⭐ 2322 🍴 558 - Compresses linked and inline JavaScript or CSS into a single cached file.
- :octocat: django-pipeline - ⭐ 1366 🍴 338 - An asset packaging library for Django.
- :octocat: django-storages - ⭐ 1574 🍴 614 - A collection of custom storage back ends for Django.
- 🌎 fanstatic - Packages, optimizes, and serves static file dependencies as Python packages.
- 🌎 fileconveyor - A daemon to detect and sync files to CDNs, S3 and FTP.
- :octocat: flask-assets - ⭐ 399 🍴 88 - Helps you integrate webassets into your Flask app.
- :octocat: jinja-assets-compressor - ⭐ 91 🍴 11 - A Jinja extension to compile and compress your assets.
- :octocat: webassets - ⭐ 883 🍴 253 - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
Audio
Libraries for manipulating audio.
- :octocat: audiolazy - ⭐ 542 🍴 69 - Expressive Digital Signal Processing (DSP) package for Python.
- :octocat: audioread - ⭐ 324 🍴 78 - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- 🌎 beets - A music library manager and MusicBrainz tagger.
- :octocat: dejavu - ⭐ 4946 🍴 1140 - Audio fingerprinting and recognition.
- :octocat: django-elastic-transcoder - ⭐ 58 🍴 36 - 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 - ⭐ 821 🍴 272 - A module for parsing m3u8 file.
- 🌎 mingus - An advanced music theory and notation package with MIDI file and playback support.
- 🌎 mutagen - A Python module to handle audio metadata.
- :octocat: pydub - ⭐ 4392 🍴 610 - Manipulate audio with a simple and easy high level interface.
- :octocat: pyechonest - ⭐ 636 🍴 955 - Python client for the Echo Nest API.
- 🌎 talkbox - A Python library for speech/signal processing.
- :octocat: TimeSide - ⭐ 281 🍴 48 - Open web audio processing framework.
- :octocat: tinytag - ⭐ 389 🍴 77 - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
Authentication
Libraries for implementing authentications schemes.
- OAuth
- 🌎 Authomatic - Simple but powerful framework agnostic authentication/authorization client.
- :octocat: django-allauth - ⭐ 5454 🍴 1909 - Authentication app for Django that "just works."
- :octocat: django-oauth-toolkit - ⭐ 1912 🍴 552 - OAuth 2 goodies for Django.
- :octocat: Flask-OAuthlib - ⭐ 1386 🍴 432 - OAuth 1.0/a, 2.0 implementation of client and provider for Flask.
- :octocat: OAuthLib - ⭐ 2017 🍴 414 - A generic and thorough implementation of the OAuth request-signing logic.
- :octocat: python-oauth2 - ⭐ 2918 🍴 1042 - A fully tested, abstract interface to creating OAuth clients and servers.
- :octocat: python-social-auth - ⭐ 2787 🍴 1142 - An easy-to-setup social authentication mechanism.
- :octocat: rauth - ⭐ 1562 🍴 166 - A Python library for OAuth 1.0/a, 2.0, and Ofly.
- :octocat: sanction - ⭐ 182 🍴 45 - A dead simple OAuth2 client implementation.
- Others
- :octocat: jose - ⭐ 81 🍴 25 - JavaScript Object Signing and Encryption draft implementation.
- :octocat: PyJWT - ⭐ 3248 🍴 417 - Implementation of the JSON Web Token draft 01.
- :octocat: python-jws - ⭐ 55 🍴 29 - Implementation of JSON Web Signatures draft 02.
- :octocat: python-jwt - ⭐ 171 🍴 24 - Module for generating and verifying JSON Web Tokens.
Build Tools
Compile software from source code.
- 🌎 BitBake - A make-like build tool for embedded Linux.
- 🌎 buildout - A build system for creating, assembling and deploying applications from multiple parts.
- :octocat: PlatformIO - ⭐ 4027 🍴 516 - A console tool to build code with different development platforms.
- :octocat: PyBuilder - ⭐ 1207 🍴 219 - A continuous build tool written in pure Python.
- 🌎 SCons - A software construction tool.
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.
- 🌎 Kotti - 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.
Caching
Libraries for caching data.
- :octocat: Beaker - ⭐ 443 🍴 127 - A library for caching and sessions for use with web applications and stand-alone Python scripts and applications.
- 🌎 DiskCache - SQLite and file backed cache backend with faster lookups than memcached and redis.
- :octocat: django-cache-machine - ⭐ 784 🍴 151 - Automatic caching and invalidation for Django models.
- :octocat: django-cacheops - ⭐ 1229 🍴 161 - A slick ORM cache with automatic granular event-driven invalidation.
- :octocat: django-viewlet - ⭐ 59 🍴 15 - 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 - ⭐ 295 🍴 94 - A caching framework for django applications.
- :octocat: pylibmc - ⭐ 430 🍴 120 - A Python wrapper around the libmemcached interface.
ChatOps Tools
Libraries for chatbot development.
- 🌎 Errbot - The easiest and most popular chatbot to implement ChatOps.
Code Analysis and Linter
Libraries and tools for analysing, parsing and manipulation codebases.
- Code Analysis
- 🌎 coala - Language independent and easily extendable code analysis application.
- :octocat: code2flow - ⭐ 729 🍴 121 - Turn your Python and JavaScript code into DOT flowcharts.
- :octocat: pycallgraph - ⭐ 1422 🍴 240 - A library that visualises the flow (call graph) of your Python application.
- Linter
- 🌎 Flake8 - The modular source code checker: pep8, pyflakes and co.
- :octocat: pylama - ⭐ 700 🍴 70 - Code audit tool for Python and JavaScript.
- 🌎 Pylint - A Fully customizable source code analyzer.
Command-line Tools
Libraries for building command-line application.
- Command-line Application Development
- :octocat: asciimatics - ⭐ 1833 🍴 154 - Cross-platform, full-screen terminal package (i.e. mouse/keyboard input and coloured, positioned text output) complete with high-level API for complex animations and special effects.
- 🌎 cement - CLI Application Framework for Python.
- 🌎 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.
- :octocat: clint - ⭐ 12 🍴 1 - Python Command-line Application Tools.
- 🌎 colorama - Cross-platform colored terminal text.
- 🌎 docopt - Pythonic command line arguments parser.
- :octocat: Gooey - ⭐ 8794 🍴 511 - Turn command line programs into a full GUI application with one line
- :octocat: python-prompt-toolkit - ⭐ 6255 🍴 475 - A Library for building powerful interactive command lines.
- Productivity Tools
- :octocat: aws-cli - ⭐ 9579 🍴 2202 - A universal command-line interface for Amazon Web Services.
- :octocat: bashplotlib - ⭐ 1399 🍴 112 - Making basic plots in the terminal.
- :octocat: caniusepython3 - ⭐ 412 🍴 62 - Determine what projects are blocking you from porting to Python 3.
- :octocat: cookiecutter - ⭐ 11950 🍴 1283 - A command-line utility that creates projects from cookiecutters (project templates).
- :octocat: doitlive - ⭐ 2730 🍴 87 - A tool for live presentations in the terminal.
- :octocat: howdoi - ⭐ 7896 🍴 726 - Instant coding answers via the command line.
- :octocat: httpie - ⭐ 46705 🍴 3019 - A command line HTTP client, a user-friendly cURL replacement.
- :octocat: mycli - ⭐ 8654 🍴 529 - A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
- :octocat: PathPicker - ⭐ 4394 🍴 270 - Select files out of bash output.
- :octocat: percol - ⭐ 2914 🍴 145 - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
- :octocat: pgcli - ⭐ 8688 🍴 401 - Postgres CLI with autocompletion and syntax highlighting.
- :octocat: SAWS - ⭐ 4484 🍴 243 - A Supercharged AWS CLI.
- :octocat: thefuck - ⭐ 53470 🍴 2686 - Correcting your previous console command.
- :octocat: try - ⭐ 544 🍴 29 - A dead simple CLI to try out python packages - It's never been easier.
Compatibility
Libraries for migrating from Python 2 to 3.
- 🌎 Python-Future - The missing compatibility layer between Python 2 and Python 3.
- :octocat: Python-Modernize - ⭐ 538 🍴 64 - Modernizes Python code for eventual Python 3 migration.
- 🌎 Six - Python 2 and 3 compatibility utilities.
Computer Vision
Libraries for computer vision.
- 🌎 OpenCV - Open Source Computer Vision Library.
- :octocat: pyocr - ⭐ 926 🍴 157 - A wrapper for Tesseract and Cuneiform.
- :octocat: pytesseract - ⭐ 2864 🍴 438 - Another wrapper for Google Tesseract OCR.
- 🌎 SimpleCV - An open source framework for building computer vision applications.
Concurrency and Parallelism
Libraries for concurrent and parallel execution.
- 🌎 eventlet - Asynchronous framework with WSGI support.
- :octocat: gevent - ⭐ 1138 🍴 179 - A coroutine-based Python networking library that uses greenlet.
- 🌎 multiprocessing - (Python standard library) Process-based "threading" interface.
- 🌎 threading - (Python standard library) Higher-level threading interface.
- :octocat: Tomorrow - ⭐ 1439 🍴 101 - Magic decorator syntax for asynchronous code.
- :octocat: uvloop - ⭐ 6874 🍴 403 - Ultra fast implementation of asyncio event loop on top of libuv.
Configuration
Libraries for storing and parsing 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.
- :octocat: python-decouple - ⭐ 1325 🍴 121 - Strict separation of settings from code.
Cryptography
- 🌎 cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.
- :octocat: hashids - ⭐ 1068 🍴 83 - 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 - ⭐ 690 🍴 139 - Python binding to the Networking and Cryptography (NaCl) library.
Data Analysis
Libraries for data analyzing.
- :octocat: Blaze - ⭐ 2859 🍴 371 - NumPy and Pandas interface to Big Data.
- :octocat: Open Mining - ⭐ 1081 🍴 220 - Business Intelligence (BI) in Pandas interface.
- 🌎 Orange - Data mining, data visualization, analysis and machine learning through visual programming or scripts.
- 🌎 Pandas - A library providing high-performance, easy-to-use data structures and data analysis tools.
Data Validation
Libraries for validating data. Used for forms in many cases.
- :octocat: Cerberus - ⭐ 2077 🍴 192 - A lightweight and extensible data validation library.
- 🌎 colander - Validating and deserializing data obtained via XML, JSON, an HTML form post.
- :octocat: jsonschema - ⭐ 2784 🍴 411 - An implementation of JSON Schema for Python.
- :octocat: schema - ⭐ 2049 🍴 153 - A library for validating Python data structures.
- :octocat: Schematics - ⭐ 2343 🍴 287 - Data Structure Validation.
- :octocat: valideer - ⭐ 235 🍴 16 - Lightweight extensible data validation and adaptation library.
- :octocat: voluptuous - ⭐ 1608 🍴 183 - A Python data validation library.
Data Visualization
Libraries for visualizing data. See: awesome-javascript.
- :octocat: Altair - ⭐ 5173 🍴 505 - Declarative statistical visualization library for Python.
- :octocat: Bokeh - ⭐ 13369 🍴 3368 - Interactive Web Plotting for Python.
- :octocat: ggplot - ⭐ 3558 🍴 577 - Same API as ggplot2 for R.
- 🌎 Matplotlib - A Python 2D plotting library.
- 🌎 Pygal - A Python SVG Charts Creator.
- 🌎 PyGraphviz - Python interface to Graphviz.
- 🌎 PyQtGraph - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
- :octocat: Seaborn - ⭐ 7165 🍴 1213 - Statistical data visualization using Matplotlib.
- :octocat: VisPy - ⭐ 2329 🍴 513 - High-performance scientific visualization based on OpenGL.
Database
Databases implemented in Python.
- 🌎 pickleDB - A simple and lightweight key-value store for Python.
- 🌎 PipelineDB - The Streaming SQL Database.
- :octocat: TinyDB - ⭐ 3454 🍴 318 - 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.
- MySQL - awesome-mysql
- 🌎 mysql-python - The MySQL database connector for Python.
- :octocat: mysqlclient - ⭐ 1724 🍴 286 - mysql-python fork supporting Python 3.
- 🌎 oursql - A better MySQL connector with support for native prepared statements and BLOBs.
- :octocat: PyMySQL - ⭐ 5928 🍴 1201 - Pure Python MySQL driver compatible to mysql-python.
- PostgreSQL
- 🌎 psycopg2 - The most popular PostgreSQL adapter for Python.
- :octocat: queries - ⭐ 218 🍴 25 - A wrapper of the psycopg2 library for interacting with PostgreSQL.
- :octocat: txpostgres - ⭐ 105 🍴 26 - Twisted based asynchronous driver for PostgreSQL.
- Other Relational Databases
- 🌎 apsw - Another Python SQLite wrapper.
- :octocat: dataset - ⭐ 3789 🍴 245 - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
- 🌎 pymssql - A simple database interface to Microsoft SQL Server.
- NoSQL Databases
- :octocat: cassandra-python-driver - ⭐ 1143 🍴 430 - Python driver for Cassandra.
- :octocat: HappyBase - ⭐ 534 🍴 152 - A developer-friendly library for Apache HBase.
- :octocat: Plyvel - ⭐ 324 🍴 51 - A fast and feature-rich Python interface to LevelDB.
- 🌎 py2neo - Python wrapper client for Neo4j's restful interface.
- :octocat: pycassa - ⭐ 508 🍴 142 - Python Thrift driver for Cassandra.
- 🌎 PyMongo - The official Python client for MongoDB.
- :octocat: redis-py - ⭐ 8504 🍴 1835 - The Redis Python Client.
- :octocat: telephus - ⭐ 93 🍴 33 - Twisted based client for Cassandra.
- :octocat: txRedis - ⭐ 120 🍴 39 - Twisted based client for Redis.
Date and Time
Libraries for working with dates and times.
- :octocat: arrow - ⭐ 6071 🍴 517 - Better dates & times for Python.
- :octocat: Chronyk - ⭐ 306 🍴 11 - A Python 3 library for parsing human-written times and dates.
- :octocat: dateutil - ⭐ 1267 🍴 314 - Extensions to the standard Python datetime module.
- :octocat: delorean - ⭐ 1656 🍴 112 - A library for clearing up the inconvenient truths that arise dealing with datetimes.
- :octocat: moment - ⭐ 632 🍴 40 - A Python library for dealing with dates/times. Inspired by Moment.js.
- :octocat: Pendulum - ⭐ 3891 🍴 212 - Python datetimes made easy.
- :octocat: PyTime - ⭐ 136 🍴 20 - 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 - ⭐ 184 🍴 16 - Providing user-friendly functions to help perform common date and time actions.
Debugging Tools
Libraries for debugging code.
- Debugger
- :octocat: django-debug-toolbar - ⭐ 5919 🍴 863 - Display various debug information for Django.
- :octocat: django-devserver - ⭐ 1249 🍴 167 - A drop-in replacement for Django's runserver.
- :octocat: flask-debugtoolbar - ⭐ 746 🍴 114 - A port of the django-debug-toolbar to flask.
- 🌎 ipdb - IPython-enabled pdb.
- 🌎 pudb - A full-screen, console-based Python debugger.
- :octocat: pyringe - ⭐ 1568 🍴 68 - Debugger capable of attaching to and injecting code into Python processes.
- :octocat: wdb - ⭐ 1470 🍴 97 - An improbable web debugger through WebSockets.
- 🌎 winpdb - A Python Debugger with GUI, capable of remote debugging based on
rpdb2
.
- Profiler
- :octocat: line_profiler - ⭐ 3409 🍴 234 - Line-by-line profiling.
- :octocat: memory_profiler - ⭐ 52 🍴 10 - Monitor Memory usage of Python code.
- :octocat: profiling - ⭐ 2980 🍴 116 - An interactive Python profiler.
- Others
- :octocat: pyelftools - ⭐ 1012 🍴 352 - Parsing and analyzing ELF files and DWARF debugging information.
- :octocat: python-statsd - ⭐ 101 🍴 40 - Python Client for the statsd server.
Deep Learning
Frameworks for Neural Networks and Deep Learning. See: awesome-deep-learning.
- :octocat: Caffe - ⭐ 30260 🍴 18273 - A fast open framework for deep learning..
- :octocat: Keras - ⭐ 48203 🍴 18203 - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
- 🌎 Neupy - Running and testing different Artificial Neural Networks algorithms.
- :octocat: TensorFlow - ⭐ 144341 🍴 81226 - The most popular Deep Learning framework created by Google.
- :octocat: Theano - ⭐ 9142 🍴 2522 - A library for fast numerical computation.
DevOps Tools
Software and libraries for DevOps.
- :octocat: Ansible - ⭐ 43127 🍴 19012 - A radically simple IT automation platform.
- 🌎 Cloud-Init - A multi-distribution package that handles early initialization of a cloud instance.
- :octocat: cuisine - ⭐ 1241 🍴 161 - Chef-like functionality for Fabric.
- 🌎 Docker Compose - Fast, isolated development environments using Docker.
- 🌎 Fabric - A simple, Pythonic tool for remote execution and deployment.
- :octocat: Fabtools - ⭐ 1214 🍴 218 - Tools for writing awesome Fabric files.
- :octocat: honcho - ⭐ 1333 🍴 122 - A Python clone of Foreman, for managing Procfile-based applications.
- 🌎 OpenStack - Open source software for building private and public clouds.
- :octocat: pexpect - ⭐ 1832 🍴 410 - Controlling interactive programs in a pseudo-terminal like GNU expect.
- :octocat: psutil - ⭐ 6220 🍴 979 - A cross-platform process and system utilities module.
- :octocat: SaltStack - ⭐ 11008 🍴 4850 - Infrastructure automation and management system.
- :octocat: supervisor - ⭐ 6124 🍴 1040 - Supervisor process control system for UNIX.
Distribution
Libraries to create packaged executables for release distribution.
- :octocat: dh-virtualenv - ⭐ 1353 🍴 148 - 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).
- :octocat: PyInstaller - ⭐ 6686 🍴 1423 - Converts Python programs into stand-alone executables (cross-platform).
- 🌎 pynsist - A tool to build Windows installers, installers bundle Python itself.
Documentation
Libraries for generating project documentation.
- 🌎 Sphinx - Python Documentation generator.
- :octocat: awesome-sphinxdoc - ⭐ 648 🍴 54
- 🌎 MkDocs - Markdown friendly documentation generator.
- :octocat: pdoc - ⭐ 643 🍴 95 - Epydoc replacement to auto generate API documentation for Python libraries.
- :octocat: Pycco - ⭐ 704 🍴 132 - The literate-programming-style documentation generator.
Downloader
Libraries for downloading.
- :octocat: s3cmd - ⭐ 3313 🍴 787 - A command line tool for managing Amazon S3 and CloudFront.
- :octocat: s4cmd - ⭐ 993 🍴 172 - Super S3 command line tool, good for higher performance.
- 🌎 you-get - A YouTube/Youku/Niconico video downloader written in Python 3.
- 🌎 youtube-dl - A small command-line program to download videos from YouTube.
E-commerce
Frameworks and libraries for e-commerce and payments.
- :octocat: alipay - ⭐ 317 🍴 99 - Unofficial Alipay API for Python.
- :octocat: Cartridge - ⭐ 613 🍴 287 - A shopping cart app built using the Mezzanine.
- 🌎 django-oscar - An open-source e-commerce framework for Django.
- :octocat: django-shop - ⭐ 2182 🍴 795 - A Django based shop system.
- :octocat: merchant - ⭐ 942 🍴 166 - A Django app to accept payments from various payment processors.
- :octocat: money - ⭐ 186 🍴 23 - Money class with optional CLDR-backed locale-aware formatting and an extensible currency exchange solution.
- :octocat: python-currencies - ⭐ 42 🍴 6 - Display money format and its filthy currencies.
- 🌎 shoop - An open source E-Commerce platform based on Django.
Editor Plugins and IDEs
- Emacs
- :octocat: Elpy - ⭐ 1573 🍴 204 - Emacs Python Development Environment.
- Sublime Text
- :octocat: Anaconda - ⭐ 2073 🍴 243 - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
- :octocat: SublimeJEDI - ⭐ 893 🍴 105 - A Sublime Text plugin to the awesome auto-complete library Jedi.
- Vim
- :octocat: Jedi-vim - ⭐ 4409 🍴 359 - Vim bindings for the Jedi auto-completion library for Python.
- :octocat: Python-mode - ⭐ 5014 🍴 875 - An all in one plugin for turning Vim into a Python IDE.
- :octocat: YouCompleteMe - ⭐ 21178 🍴 2437 - Includes Jedi-based completion engine for Python.
- Visual Studio
- :octocat: PTVS - ⭐ 2264 🍴 622 - Python Tools for Visual Studio.
- Visual Studio Code
- :octocat: Python - ⭐ 1954 🍴 761 - An extension with rich support for the Python language, with features including linting, IntelliSense, formatting, refactoring, debugging, unit tests, and jupyter support.
- IDE
- 🌎 LiClipse - Free polyglot IDE based on Eclipse. Uses PyDev for Python support.
- 🌎 PyCharm - Commercial Python IDE by JetBrains. Has free community edition available.
- :octocat: Spyder - ⭐ 5401 🍴 1093 - Open Source Python IDE.
Libraries for sending and parsing email.
- 🌎 envelopes - Mailing for human beings.
- :octocat: flanker - ⭐ 1401 🍴 168 - A email address and Mime parsing library.
- :octocat: imbox - ⭐ 899 🍴 142 - Python IMAP for Humans.
- :octocat: inbox.py - ⭐ 1484 🍴 134 - Python SMTP Server for Humans.
- :octocat: lamson - ⭐ 694 🍴 202 - Pythonic SMTP Application Server.
- :octocat: Marrow Mailer - ⭐ 194 🍴 43 - High-performance extensible mail delivery framework.
- :octocat: modoboa - ⭐ 1525 🍴 236 - A mail hosting and management platform including a modern and simplified Web UI.
- :octocat: Nylas Sync Engine - ⭐ 3496 🍴 371 - Providing a RESTful API on top of a powerful email sync platform.
- :octocat: yagmail - ⭐ 1739 🍴 197 - Yet another Gmail/SMTP client.
Environment Management
Libraries for Python version and environment management.
- :octocat: p - ⭐ 757 🍴 48 - Dead simple interactive Python version management.
- :octocat: pyenv - ⭐ 19285 🍴 1694 - Simple Python version management.
- 🌎 venv - (Python standard library in Python 3.3+) Creating lightweight virtual environments.
- 🌎 virtualenv - A tool to create isolated Python environments.
- 🌎 virtualenvwrapper - A set of extensions to virtualenv.
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 - ⭐ 912 🍴 124 - A module wrapper for os.path.
- 🌎 pathlib - (Python standard library in Python 3.4+) An cross-platform, object-oriented path library.
- :octocat: python-magic - ⭐ 1588 🍴 202 - A Python interface to the libmagic file type identification library.
- :octocat: Unipath - ⭐ 489 🍴 36 - An object-oriented approach to file/directory operations.
- :octocat: watchdog - ⭐ 4066 🍴 505 - API and shell utilities to monitor file system events.
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.
Forms
Libraries for working with forms.
- :octocat: Deform - ⭐ 331 🍴 147 - Python HTML form generation library influenced by the formish form generation library.
- :octocat: django-bootstrap3 - ⭐ 2192 🍴 690 - Bootstrap 3 integration with Django.
- :octocat: django-crispy-forms - ⭐ 3855 🍴 663 - A Django app which lets you create beautiful forms in a very elegant and DRY way.
- :octocat: django-remote-forms - ⭐ 200 🍴 100 - A platform independent Django form serializer.
- :octocat: WTForms - ⭐ 1099 🍴 317 - A flexible forms validation and rendering library.
Functional Programming
Functional Programming with Python.
- :octocat: CyToolz - ⭐ 708 🍴 50 - Cython implementation of Toolz: High performance functional utilities.
- :octocat: fn.py - ⭐ 3011 🍴 184 - Functional programming in Python: implementation of missing features to enjoy FP.
- :octocat: funcy - ⭐ 2300 🍴 112 - A fancy and practical functional tools.
- :octocat: Toolz - ⭐ 2703 🍴 194 - A collection of functional utilities for iterators, functions, and dictionaries.
GUI
Libraries for working with graphical user interface applications.
- 🌎 curses - Built-in wrapper for ncurses used to create terminal GUI applications.
- :octocat: enaml - ⭐ 853 🍴 93 - Creating beautiful user-interfaces with Declaratic Syntax like QML.
- :octocat: Flexx - ⭐ 2296 🍴 219 - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
- 🌎 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.
- 🌎 PyGObject - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3)
- 🌎 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 - ⭐ 2270 🍴 405 - 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.
- 🌎 Harfang3D - HARFANG is a software framework for 3D, VR and multimedia application development. Written in C++, bound to Python and Lua.
- 🌎 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.
- 🌎 RenPy - A Visual Novel engine.
Geolocation
Libraries for geocoding addresses and working with latitudes and longitudes.
- :octocat: django-countries - ⭐ 806 🍴 194 - A Django app that provides country choices for use with forms, flag icons static files, and a country field for models.
- 🌎 GeoDjango - A world-class geographic web framework.
- :octocat: GeoIP - ⭐ 206 🍴 62 - Python API for MaxMind GeoIP Legacy Database.
- :octocat: geojson - ⭐ 538 🍴 71 - Python bindings and utilities for GeoJSON.
- :octocat: geopy - ⭐ 2836 🍴 487 - Python Geocoding Toolbox.
- :octocat: pygeoip - ⭐ 483 🍴 109 - Pure Python GeoIP API.
HTML Manipulation
Libraries for working with HTML and XML.
- 🌎 BeautifulSoup - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
- :octocat: bleach - ⭐ 1912 🍴 211 - A whitelist-based HTML sanitization and text linkification library.
- 🌎 cssutils - A CSS library for Python.
- :octocat: html5lib - ⭐ 838 🍴 240 - 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 - ⭐ 321 🍴 86 - Implements a XML/HTML/XHTML Markup safe string for Python.
- :octocat: pyquery - ⭐ 1842 🍴 156 - A jQuery-like library for parsing HTML.
- :octocat: untangle - ⭐ 459 🍴 65 - Converts XML documents to Python objects for easy access.
- 🌎 WeasyPrint - A visual rendering engine for HTML and CSS that can export to PDF.
- 🌎 xmldataset - Simple XML Parsing.
- :octocat: xmltodict - ⭐ 3937 🍴 382 - Working with XML feel like you are working with JSON.
HTTP
Libraries for working with HTTP.
- :octocat: grequests - ⭐ 3384 🍴 301 - requests + gevent for asynchronous HTTP requests.
- :octocat: httplib2 - ⭐ 387 🍴 187 - Comprehensive HTTP client library.
- 🌎 requests - HTTP Requests for Humans.
- :octocat: treq - ⭐ 502 🍴 135 - Python requests like API built on top of Twisted's HTTP client.
- :octocat: urllib3 - ⭐ 2332 🍴 751 - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
Hardware
Libraries for programming with hardware.
- 🌎 ino - Command line toolkit for working with Arduino.
- 🌎 Pingo - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc.
- 🌎 Pyro - Python Robotics.
- :octocat: PyUserInput - ⭐ 918 🍴 230 - A module for cross-platform control of the mouse and keyboard.
- :octocat: scapy - ⭐ 5202 🍴 1190 - A brilliant packet manipulation library.
- :octocat: wifi - ⭐ 266 🍴 134 - A Python library and command line tool for working with WiFi on Linux.
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.
- 🌎 Numba - Python JIT complier to LLVM aimed at scientific Python.
- :octocat: PeachPy - ⭐ 1396 🍴 122 - x86-64 assembler embedded in Python. Can be used as inline assembler for Python or as a stand-alone assembler for Windows, Linux, OS X, Native Client and Go.
- 🌎 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 - ⭐ 4498 🍴 306 - A Python implementation built using LLVM and modern JIT techniques with the goal of achieving good performance.
- :octocat: Pyjion - ⭐ 1321 🍴 67 - A JIT for Python based upon CoreCLR
- 🌎 Stackless Python - An enhanced version of the Python.
Imagery
Libraries for manipulating images.
- :octocat: hmap - ⭐ 176 🍴 21 - Image histogram remapping.
- 🌎 imgSeek - A project for searching a collection of images using visual similarity.
- :octocat: nude.py - ⭐ 729 🍴 122 - Nudity detection.
- :octocat: pagan - ⭐ 183 🍴 22 - Retro identicon (Avatar) generation based on input string and hash.
- :octocat: pillow - ⭐ 7349 🍴 1452 - Pillow is the friendly PIL fork.
- 🌎 pyBarcode - Create barcodes in Python without needing PIL.
- :octocat: pygram - ⭐ 91 🍴 13 - Instagram-like image filters.
- :octocat: python-qrcode - ⭐ 2097 🍴 389 - A pure Python QR Code generator.
- :octocat: Quads - ⭐ 925 🍴 102 - Computer art based on quadtrees.
- 🌎 scikit-image - A Python library for (scientific) image processing.
- :octocat: thumbor - ⭐ 7654 🍴 674 - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
- :octocat: wand - ⭐ 987 🍴 182 - Python bindings for MagickWand, C API for ImageMagick.
Interactive Interpreter
Interactive Python interpreters (REPL).
- :octocat: bpython - ⭐ 1476 🍴 169 - A fancy interface to the Python interpreter.
- 🌎 Jupyter Notebook (IPython) - A rich toolkit to help you make the most out of using Python interactively.
- :octocat: ptpython - ⭐ 3635 🍴 198 - Advanced Python REPL built on top of the python-prompt-toolkit.
Internationalization
Libraries for working with i18n.
- 🌎 Babel - An internationalization library for Python.
- :octocat: PyICU - ⭐ 110 🍴 43 - A wrapper of International Components for Unicode C++ library (ICU).
Job Scheduler
Libraries for scheduling jobs.
- 🌎 APScheduler - A light but powerful in-process task scheduler that lets you schedule functions.
- :octocat: django-schedule - ⭐ 771 🍴 286 - A calendaring app for Django.
- 🌎 doit - A task runner and build tool.
- :octocat: gunnery - ⭐ 712 🍴 75 - Multipurpose task execution tool for distributed systems with web-based interface.
- 🌎 Joblib - A set of tools to provide lightweight pipelining in Python.
- :octocat: Plan - ⭐ 1103 🍴 94 - Writing crontab file in Python like a charm.
- :octocat: schedule - ⭐ 7320 🍴 671 - Python job scheduling for humans.
- :octocat: Spiff - ⭐ 878 🍴 204 - A powerful workflow engine implemented in pure Python.
- 🌎 TaskFlow - A Python library that helps to make task execution easy, consistent and reliable.
Logging
Libraries for generating and working with logs.
- :octocat: Eliot - ⭐ 742 🍴 49 - Logging for complex & distributed systems.
- 🌎 logbook - Logging replacement for Python.
- 🌎 logging - (Python standard library) Logging facility for Python.
- :octocat: Raven - ⭐ 1666 🍴 809 - The Python client for Sentry.
- 🌎 Sentry - A realtime logging and aggregation server.
Machine Learning
Libraries for Machine Learning. See: awesome-machine-learning.
- :octocat: gensim - ⭐ 10792 🍴 3739 - Topic Modelling for Humans.
- 🌎 MLlib - Apache Spark's scalable Machine Learning library.
- :octocat: NuPIC - ⭐ 6084 🍴 1582 - Numenta Platform for Intelligent Computing.
- :octocat: Pylearn2 - ⭐ 2692 🍴 1108 - A Machine Learning library based on Theano.
- 🌎 scikit-learn - The most popular Python library for Machine Learning.
- :octocat: vowpal_porpoise - ⭐ 152 🍴 30 - A lightweight Python wrapper for Vowpal Wabbit.
MapReduce
Frameworks and libraries for MapReduce.
- :octocat: dpark - ⭐ 2579 🍴 552 - Python clone of Spark, a MapReduce alike framework in Python.
- :octocat: dumbo - ⭐ 1043 🍴 157 - Python module that allows one to easily write and run Hadoop programs.
- :octocat: luigi - ⭐ 13290 🍴 2119 - A module that helps you build complex pipelines of batch jobs.
- :octocat: mrjob - ⭐ 2495 🍴 586 - Run MapReduce jobs on Hadoop or Amazon Web Services.
- 🌎 PySpark - The Spark Python API.
- :octocat: streamparse - ⭐ 1408 🍴 216 - Run Python code against real-time streams of data. Integrates with Apache Storm.
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 - ⭐ 2095 🍴 390 - Python Integration with the .NET Common Language Runtime (CLR).
- 🌎 PyWin32 - Python Extensions for Windows.
- 🌎 WinPython - Portable development environment for Windows 7/8.
Miscellaneous
Useful libraries or tools that don't fit in the categories above.
- :octocat: blinker - ⭐ 1061 🍴 139 - A fast Python in-process signal/event dispatching system.
- :octocat: itsdangerous - ⭐ 1988 🍴 172 - Various helpers to pass trusted data to untrusted environments.
- :octocat: pluginbase - ⭐ 874 🍴 133 - A simple but flexible plugin system for Python.
- :octocat: Pychievements - ⭐ 112 🍴 7 - A framework for creating and tracking achievements.
- 🌎 Tryton - A general purpose business framework.
Natural Language Processing
Libraries for working with human languages.
- :octocat: Jieba - ⭐ 22876 🍴 5669 - Chinese text segmentation.
- :octocat: langid.py - ⭐ 1588 🍴 258 - Stand-alone language identification system.
- 🌎 NLTK - A leading platform for building Python programs to work with human language data.
- 🌎 Pattern - A web mining module for the Python.
- :octocat: SnowNLP - ⭐ 4722 🍴 1166 - A library for processing Chinese text.
- 🌎 spaCy - A library for industrial-strength natural language processing in Python and Cython.
- :octocat: TextBlob - ⭐ 7008 🍴 928 - Providing a consistent API for diving into common NLP tasks.
- :octocat: TextGrocery - ⭐ 655 🍴 207 - A simple, efficient short-text classification tool based on LibLinear and Jieba.
Network Virtualization
Tools and libraries for Virtual Networking and SDN (Software Defined Networking).
- 🌎 Mininet - A popular network emulator and API written in Python.
- :octocat: POX - ⭐ 486 🍴 432 - 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 - ⭐ 15 🍴 5 - SDN based IXP implementation that leverages Mininet, POX and Pyretic.
Networking
Libraries for networking programming.
- 🌎 asyncio - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
- :octocat: diesel - ⭐ 577 🍴 61 - Greenlet-based event I/O Framework for Python.
- :octocat: pulsar - ⭐ 1841 🍴 163 - Event-driven concurrent framework for Python.
- 🌎 pyzmq - A Python wrapper for the ZeroMQ message library.
- 🌎 Twisted - An event-driven networking engine.
- :octocat: txZMQ - ⭐ 150 🍴 49 - Twisted based wrapper for the ZeroMQ message library.
News Feed
Libraries for building user's activities.
- :octocat: django-activity-stream - ⭐ 1732 🍴 444 - Generating generic activity streams from the actions on your site.
- :octocat: Stream-Framework - ⭐ 4297 🍴 528 - Building newsfeed and notification systems using Cassandra and 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 - ⭐ 2066 🍴 122
- :octocat: Peewee - ⭐ 7518 🍴 1204 - A small, expressive ORM.
- 🌎 PonyORM - ORM that provides a generator-oriented interface to SQL.
- 🌎 python-sql - Write SQL queries pythonically.
- NoSQL Databases
- :octocat: django-mongodb-engine - ⭐ 845 🍴 211 - Django MongoDB Backend.
- :octocat: flywheel - ⭐ 121 🍴 27 - Object mapper for Amazon DynamoDB.
- :octocat: hot-redis - ⭐ 260 🍴 25 - Rich Python data types for Redis.
- 🌎 MongoEngine - A Python Object-Document-Mapper for working with MongoDB.
- :octocat: PynamoDB - ⭐ 1218 🍴 304 - A Pythonic interface for Amazon DynamoDB.
- :octocat: redisco - ⭐ 431 🍴 85 - A Python Library for Simple Models and Containers Persisted in Redis.
- Others
- :octocat: butterdb - ⭐ 347 🍴 14 - A Python ORM for Google Drive Spreadsheets.
- :octocat: dataset - ⭐ 3789 🍴 245 - A JSON-based database.
Package Management
Libraries for package and dependency management.
- 🌎 pip - The Python package and dependency manager.
- :octocat: conda - ⭐ 3594 🍴 905 - Cross-platform, Python-agnostic binary package manager.
- 🌎 Curdling - Curdling is a command line tool for managing Python packages.
- :octocat: pip-tools - ⭐ 4229 🍴 378 - A set of tools to keep your pinned Python dependencies fresh.
- 🌎 wheel - The new standard of Python distribution and are intended to replace eggs.
Package Repositories
Local PyPI repository server and proxies.
- :octocat: warehouse - ⭐ 2403 🍴 692 - 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 - ⭐ 357 🍴 113 - Local PyPI server (custom packages and auto-mirroring of pypi).
Permissions
Libraries that allow or deny users access to data or functionality.
- :octocat: Carteblanche - ⭐ 41 🍴 2 - Module to align code with thoughts of users and designers. Also magically handles navigation and permissions.
- :octocat: django-guardian - ⭐ 2625 🍴 484 - Implementation of per object permissions for Django 1.2+
- :octocat: django-rules - ⭐ 1049 🍴 87 - A tiny but powerful app providing object-level permissions to Django, without requiring a database.
Processes
Libraries for starting and communicating with OS processes.
- :octocat: envoy - ⭐ 2247 🍴 271 - Python subprocess for Humans.
- 🌎 sarge - Yet another wrapper for subprocess.
- :octocat: sh - ⭐ 5267 🍴 418 - A full-fledged subprocess replacement for Python.
Queue
Libraries for working with event and task queues.
- 🌎 celery - An asynchronous task queue/job queue based on distributed message passing.
- :octocat: huey - ⭐ 2947 🍴 268 - Little multi-threaded task queue.
- :octocat: mrq - ⭐ 806 🍴 108 - Mr. Queue - A distributed worker task queue in Python using Redis & gevent.
- 🌎 rq - Simple job queues for Python.
- :octocat: simpleq - ⭐ 147 🍴 18 - A simple, infinitely scalable, Amazon SQS based queue.
RESTful API
Libraries for developing RESTful APIs.
- Django
- :octocat: django-formapi - ⭐ 32 🍴 15 - Create JSON APIs with Django's form validation.
- 🌎 django-rest-framework - A powerful and flexible toolkit to build web APIs.
- 🌎 django-tastypie - Creating delicious APIs for Django apps.
- Flask
- :octocat: eve - ⭐ 11 🍴 3 - REST API framework powered by Flask, MongoDB and good intentions.
- :octocat: flask-api-utils - ⭐ 54 🍴 5 - Taking care of API representation and authentication for Flask.
- 🌎 flask-api - Browsable Web APIs for Flask.
- :octocat: flask-restful - ⭐ 5561 🍴 878 - Quickly building REST APIs for Flask.
- :octocat: flask-restless - ⭐ 1024 🍴 299 - Generating RESTful APIs for database models defined with SQLAlchemy.
- Pyramid
- :octocat: cornice - ⭐ 360 🍴 144 - A RESTful framework for Pyramid.
- Framework agnostic
- 🌎 falcon - A high-performance framework for building cloud APIs and web app backends.
- :octocat: hug - ⭐ 6234 🍴 366 - A Python3 framework for cleanly exposing APIs over HTTP and the Command Line with automatic documentation and validation.
- :octocat: restless - ⭐ 786 🍴 85 - Framework agnostic REST framework based on lessons learned from Tastypie.
- :octocat: ripozo - ⭐ 196 🍴 20 - Quickly creating REST/HATEOAS/Hypermedia APIs.
- :octocat: sandman - ⭐ 2320 🍴 183 - Automated REST APIs for existing database-driven systems.
RPC Servers
RPC-compatible servers.
- :octocat: SimpleJSONRPCServer - ⭐ 406 🍴 130 - This library is an implementation of the JSON-RPC specification.
- 🌎 SimpleXMLRPCServer - (Python standard library) Simple XML-RPC server implementation, single-threaded.
- :octocat: zeroRPC - ⭐ 2614 🍴 337 - zerorpc is a flexible RPC implementation based on ZeroMQ and MessagePack.
Science
Libraries for scientific computing.
- 🌎 astropy - A community Python library for Astronomy.
- :octocat: bcbio-nextgen - ⭐ 738 🍴 322 - Providing best-practice pipelines for fully automated high throughput sequencing analysis.
- :octocat: bccb - ⭐ 469 🍴 209 - Collection of useful code related to biological analysis.
- 🌎 Biopython - Biopython is a set of freely available tools for biological computation.
- 🌎 cclib - A library for parsing and interpreting the results of computational chemistry packages.
- 🌎 NetworkX - A high-productivity software for complex networks.
- 🌎 NIPY - A collection of neuroimaging toolkits.
- 🌎 NumPy - A fundamental package for scientific computing with Python.
- 🌎 Open Babel - A chemical toolbox designed to speak the many languages of chemical data.
- 🌎 PyDy - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion.
- :octocat: PyMC - ⭐ 5010 🍴 1225 - 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 - ⭐ 5089 🍴 1924 - Statistical modeling and econometrics in Python.
- :octocat: SymPy - ⭐ 6947 🍴 3017 - A Python library for symbolic mathematics.
- :octocat: Zipline - ⭐ 11171 🍴 3251 - A Pythonic algorithmic trading library.
Search
Libraries and software for indexing and performing search queries on data.
- :octocat: django-haystack - ⭐ 2960 🍴 1197 - Modular search for Django.
- :octocat: elasticsearch-dsl-py - ⭐ 2881 🍴 629 - The official high-level Python client for Elasticsearch.
- 🌎 elasticsearch-py - The official low-level Python client for Elasticsearch.
- :octocat: esengine - ⭐ 103 🍴 16 - ElasticSearch ODM (Object Document Mapper) for Python.
- :octocat: solrpy - ⭐ 36 🍴 17 - A Python client for solr.
- 🌎 Whoosh - A fast, pure Python search engine library.
Serialization
Libraries for serializing complex data types
- :octocat: marshmallow - ⭐ 4664 🍴 498 - marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes.
Serverless Frameworks
Frameworks for developing serverless Python code.
- :octocat: apex - ⭐ 8024 🍴 586 - Build, deploy, and manage AWS Lambda functions with ease.
- :octocat: python-lambda - ⭐ 1124 🍴 198 - A toolkit for developing and deploying Python code in AWS Lambda.
- :octocat: Zappa - ⭐ 10610 🍴 1159 - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
Specific Formats Processing
Libraries for parsing and manipulating specific text formats.
- General
- :octocat: tablib - ⭐ 3692 🍴 545 - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
- Office
- :octocat: Marmir - ⭐ 157 🍴 20 - Takes Python data structures and turns them into spreadsheets.
- 🌎 openpyxl - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
- :octocat: pyexcel - ⭐ 798 🍴 128 - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files.
- :octocat: python-docx - ⭐ 2191 🍴 635 - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
- 🌎 relatorio - Templating OpenDocument files.
- :octocat: unoconv - ⭐ 1860 🍴 359 - 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 - ⭐ 947 🍴 268 - Writing and reading data and formatting information from Excel files.
- PDF
- :octocat: PDFMiner - ⭐ 4236 🍴 993 - A tool for extracting information from PDF documents.
- :octocat: PyPDF2 - ⭐ 3129 🍴 794 - A library capable of splitting, merging and transforming PDF pages.
- 🌎 ReportLab - Allowing Rapid creation of rich PDF documents.
- Markdown
- :octocat: Mistune - ⭐ 1763 🍴 178 - Fastest and full featured pure Python parsers of Markdown.
- :octocat: Python-Markdown - ⭐ 2139 🍴 516 - A Python implementation of John Grubers Markdown.
- YAML
- 🌎 PyYAML - YAML implementations for Python.
- CSV
- :octocat: csvkit - ⭐ 4255 🍴 527 - Utilities for converting to and working with CSV.
- Archive
- :octocat: unp - ⭐ 363 🍴 63 - A command line tool that can unpack archives easily.
Static Site Generator
Static site generator is a software that takes some text + templates as input and produces HTML files on the output.
- :octocat: Cactus - ⭐ 3347 🍴 313 - Static site generator for designers.
- 🌎 Hyde - Jinja2-based static web site generator.
- 🌎 Lektor - An easy to use static CMS and blog engine.
- 🌎 Nikola - A static website and blog generator.
- 🌎 Pelican - Uses Markdown or ReST for content and Jinja 2 for themes. Supports DVCS, Disqus. AGPL.
- 🌎 Tinkerer - Tinkerer is a blogging engine/.static website generator powered by Sphinx.
Tagging
Libraries for tagging items.
- :octocat: django-taggit - ⭐ 2385 🍴 539 - Simple tagging for Django.
Template Engine
Libraries and tools for templating and lexing.
- 🌎 Genshi - Python templating toolkit for generation of web-aware output.
- :octocat: Jinja2 - ⭐ 7044 🍴 1303 - A modern and designer friendly templating language.
- 🌎 Mako - Hyperfast and lightweight templating for the Python platform.
Testing
Libraries for testing codebases and generating test data.
- Testing Frameworks
- :octocat: hypothesis - ⭐ 4298 🍴 401 - Hypothesis is an advanced Quickcheck style property based testing library.
- 🌎 mamba - The definitive testing tool for Python. Born under the banner of BDD.
- :octocat: nose - ⭐ 1311 🍴 361 - A nicer unittest for Python.
- :octocat: nose2 - ⭐ 622 🍴 129 - The successor to nose, based on unittest2.
- 🌎 pytest - A mature full-featured Python testing tool.
- :octocat: Robot Framework - ⭐ 4596 🍴 1405 - A generic test automation framework.
- 🌎 unittest - (Python standard library) Unit testing framework.
- Test Runners
- :octocat: green - ⭐ 648 🍴 70 - A clean, colorful test runner.
- 🌎 tox - Auto builds and tests distributions in multiple Python versions
- GUI / Web Testing
- :octocat: locust - ⭐ 12723 🍴 1803 - Scalable user load testing tool written in Python.
- :octocat: PyAutoGUI - ⭐ 3808 🍴 541 - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
- 🌎 Selenium - Python bindings for Selenium WebDriver.
- :octocat: sixpack - ⭐ 1622 🍴 185 - A language-agnostic A/B Testing framework.
- :octocat: splinter - ⭐ 2205 🍴 466 - Open source tool for testing web applications.
- Mock
- 🌎 doublex - Powerful test doubles framework for Python.
- :octocat: freezegun - ⭐ 2396 🍴 180 - Travel through time by mocking the datetime module.
- :octocat: httmock - ⭐ 404 🍴 48 - A mocking library for requests for Python 2.6+ and 3.2+.
- :octocat: httpretty - ⭐ 1787 🍴 241 - HTTP request mock tool for Python.
- 🌎 mock - (Python standard library) A mocking and patching library.
- :octocat: responses - ⭐ 2753 🍴 235 - A utility library for mocking out the requests Python library.
- :octocat: VCR.py - ⭐ 1685 🍴 238 - Record and replay HTTP interactions on your tests.
- Object Factories
- :octocat: factory_boy - ⭐ 2161 🍴 281 - A test fixtures replacement for Python.
- :octocat: mixer - ⭐ 686 🍴 71 - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc.
- :octocat: model_mommy - ⭐ 939 🍴 158 - Creating random fixtures for testing in Django.
- Code Coverage
- 🌎 coverage - Code coverage measurement.
- Fake Data
- :octocat: church - ⭐ 2773 🍴 245 - is a Python library that help you generate fake data.
- :octocat: fake2db - ⭐ 2013 🍴 110 - Fake database generator.
- :octocat: faker - ⭐ 9759 🍴 1144 - A Python package that generates fake data.
- 🌎 radar - Generate random datetime / time.
- Error Handler
- :octocat: FuckIt.py - ⭐ 3727 🍴 146 - FuckIt.py uses state-of-the-art technology to make sure your Python code runs whether it has any right to or not.
Text Processing
Libraries for parsing and manipulating plain texts.
- General
- :octocat: chardet - ⭐ 1305 🍴 185 - Python 2/3 compatible character encoding detector.
- 🌎 difflib - (Python standard library) Helpers for computing deltas.
- :octocat: ftfy - ⭐ 2701 🍴 93 - Makes Unicode text less broken and more consistent automagically.
- :octocat: fuzzywuzzy - ⭐ 6892 🍴 735 - Fuzzy String Matching.
- :octocat: Levenshtein - ⭐ 805 🍴 116 - Fast computation of Levenshtein distance and string similarity.
- :octocat: pangu.py - ⭐ 146 🍴 21 - Spacing texts for CJK and alphanumerics.
- :octocat: pyfiglet - ⭐ 637 🍴 66 - An implementation of figlet written in Python.
- :octocat: shortuuid - ⭐ 1277 🍴 83 - A generator library for concise, unambiguous and URL-safe UUIDs.
- 🌎 unidecode - ASCII transliterations of Unicode text.
- :octocat: uniout - ⭐ 156 🍴 18 - Print readable chars instead of the escaped string.
- :octocat: xpinyin - ⭐ 677 🍴 157 - A library to translate Chinese hanzi (??) to pinyin (??).
- Slugify
- :octocat: awesome-slugify - ⭐ 442 🍴 36 - A Python slugify library that can preserve unicode.
- :octocat: python-slugify - ⭐ 849 🍴 76 - A Python slugify library that translates unicode to ASCII.
- :octocat: unicode-slugify - ⭐ 295 🍴 52 - A slugifier that generates unicode slugs with Django as a dependency.
- Parser
- :octocat: phonenumbers - ⭐ 2451 🍴 299 - 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 - ⭐ 405 🍴 71 - Parsing human names into their individual components.
- :octocat: python-user-agents - ⭐ 1025 🍴 167 - Browser user agent parser.
- :octocat: sqlparse - ⭐ 2032 🍴 429 - A non-validating SQL parser.
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: boto3 - ⭐ 5444 🍴 1162 - Python interface to Amazon Web Services.
- :octocat: django-wordpress - ⭐ 308 🍴 78 - WordPress models and views for Django.
- :octocat: facebook-sdk - ⭐ 2504 🍴 917 - Facebook Platform Python SDK.
- :octocat: facepy - ⭐ 828 🍴 203 - Facepy makes it really easy to interact with Facebook's Graph API
- :octocat: gmail - ⭐ 1603 🍴 345 - A Pythonic interface for Gmail.
- :octocat: google-api-python-client - ⭐ 3612 🍴 1573 - Google APIs Client Library for Python.
- :octocat: gspread - ⭐ 4687 🍴 721 - Google Spreadsheets Python API.
- :octocat: twython - ⭐ 1703 🍴 393 - A Python wrapper for the Twitter API.
URL Manipulation
Libraries for parsing URLs.
- :octocat: furl - ⭐ 1819 🍴 110 - A small Python library that makes manipulating URLs simple.
- :octocat: purl - ⭐ 246 🍴 30 - A simple, immutable URL class with a clean API for interrogation and manipulation.
- :octocat: pyshorteners - ⭐ 259 🍴 45 - A pure Python URL shortening lib.
- :octocat: short_url - ⭐ 141 🍴 28 - Python implementation for generating Tiny URL and bit.ly-like URLs.
- :octocat: webargs - ⭐ 1009 🍴 134 - A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, and Pyramid.
Video
Libraries for manipulating video and GIFs.
- 🌎 moviepy - A module for script-based movie editing with many formats, including animated GIFs.
- :octocat: scikit-video - ⭐ 100 🍴 22 - Video processing routines for SciPy.
WSGI Servers
WSGI-compatible web servers.
- 🌎 bjoern - Asynchronous, very fast and written in C.
- 🌎 fapws3 - Asynchronous (network side only), written in C.
- 🌎 gunicorn - Pre-forked, partly written in C.
- 🌎 meinheld - Asynchronous, partly written in C.
- :octocat: netius - ⭐ 111 🍴 4 - Asynchronous, very fast.
- 🌎 paste - Multi-threaded, stable, tried and tested.
- 🌎 rocket - Multi-threaded.
- 🌎 uWSGI - A project aims at developing a full stack for building hosting services, written in C.
- 🌎 waitress - Multi-threaded, powers Pyramid.
- 🌎 Werkzeug - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
Web Content Extracting
Libraries for extracting web contents.
- :octocat: Haul - ⭐ 139 🍴 34 - An Extensible Image Crawler.
- :octocat: html2text - ⭐ 910 🍴 168 - Convert HTML to Markdown-formatted text.
- :octocat: lassie - ⭐ 498 🍴 38 - Web Content Retrieval for Humans.
- :octocat: micawber - ⭐ 492 🍴 71 - A small library for extracting rich content from URLs.
- :octocat: newspaper - ⭐ 9535 🍴 1592 - News extraction, article extraction and content curation in Python.
- :octocat: opengraph - ⭐ 166 🍴 76 - A Python module to parse the Open Graph Protocol
- :octocat: python-goose - ⭐ 3550 🍴 752 - HTML Content/Article Extractor.
- :octocat: python-readability - ⭐ 1811 🍴 304 - Fast Python port of arc90's readability tool.
- :octocat: sanitize - ⭐ 61 🍴 6 - Bringing sanity to world of messed-up data.
- :octocat: sumy - ⭐ 2252 🍴 410 - A module for automatic summarization of text documents and HTML pages.
- :octocat: textract - ⭐ 2805 🍴 395 - Extract text from any document, Word, PowerPoint, PDFs, etc.
Web Crawling
Libraries for scraping websites.
- :octocat: cola - ⭐ 1366 🍴 543 - A distributed crawling framework.
- :octocat: Demiurge - ⭐ 100 🍴 16 - PyQuery-based scraping micro-framework.
- 🌎 feedparser - Universal feed parser.
- 🌎 Grab - Site scraping framework.
- :octocat: MechanicalSoup - ⭐ 3472 🍴 311 - A Python library for automating interaction with websites.
- :octocat: portia - ⭐ 7718 🍴 1242 - Visual scraping for Scrapy.
- :octocat: pyspider - ⭐ 14336 🍴 3487 - A powerful spider system.
- :octocat: RoboBrowser - ⭐ 3448 🍴 314 - A simple, Pythonic library for browsing the web without a standalone web browser.
- 🌎 Scrapy - A fast high-level screen scraping and web crawling framework.
Web Frameworks
Full stack web frameworks.
- 🌎 Bottle - A fast, simple and lightweight WSGI micro web-framework.
- 🌎 CherryPy - A minimalist Python web framework, HTTP/1.1-compliant and WSGI thread-pooled.
- 🌎 Django - The most popular web framework in Python.
- 🌎 Flask - A microframework for Python.
- :octocat: awesome-flask - ⭐ 8736 🍴 1315
- 🌎 Pyramid - A small, fast, down-to-earth, open source Python web framework.
- :octocat: awesome-pyramid - ⭐ 483 🍴 55
- 🌎 Tornado - A Web framework and asynchronous networking library.
- 🌎 TurboGears - A microframework that can scale up to a full stack solution.
WebSocket
Libraries for working with WebSocket.
- :octocat: AutobahnPython - ⭐ 2172 🍴 613 - WebSocket & WAMP for Python on Twisted and asyncio.
- :octocat: Crossbar - ⭐ 1748 🍴 251 - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn).
- :octocat: django-socketio - ⭐ 1248 🍴 244 - WebSockets for Django.
- :octocat: WebSocket-for-Python - ⭐ 1067 🍴 275 - WebSocket client and server library for Python 2 and 3 as well as PyPy.
Services
Online tools and APIs to simplify development.
Continuous Integration
See: awesome-CIandCD.
- 🌎 CircleCI - A CI service that can run very fast parallel testing. (GitHub only)
- 🌎 Travis CI - A popular CI service for your open source and private projects. (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
- 🌎 Codacy - Automated Code Review to ship better code, faster. Free for Open Source.
- 🌎 Codecov - Code coverage dashboard.
- 🌎 Landscape - Hosted continuous Python code metrics.
- 🌎 QuantifiedCode - A data-driven, automated, continuous code review tool.
Resources
Where to discover new Python libraries.
Podcasts
- 🌎 @codetengu
- 🌎 @getpy
- 🌎 @importpython
- 🌎 @planetpython
- 🌎 @pycoders
- 🌎 @pypi
- 🌎 @pythontrending
- 🌎 @PythonWeekly
Websites
- 🌎 /r/CoolGithubProjects
- 🌎 /r/Python
- 🌎 Awesome Python @LibHunt
- 🌎 Django Packages
- 🌎 Full Stack Python
- 🌎 PyPI Ranking
- 🌎 Python 3 Wall of Superpowers
- 🌎 Python Hackers
- 🌎 Python ZEEF
- 🌎 Python ????
- :octocat: Trending Python repositories on GitHub today
Weekly
Other Awesome Lists
List of lists.
- Monty
- :octocat: awesome - ⭐ 133064 🍴 17760
- :octocat: lists - ⭐ 6537 🍴 562
- Python
- :octocat: pycrumbs - ⭐ 2945 🍴 682
- :octocat: python-github-projects - ⭐ 611 🍴 186
- :octocat: python_reference - ⭐ 2247 🍴 604
- :octocat: pythonidae - ⭐ 745 🍴 166