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
- ASGI Servers
- Asynchronous Programming
- Audio
- Authentication
- Build Tools
- Built-in Classes Enhancement
- Caching
- ChatOps Tools
- CMS
- Code Analysis
- Command-line Interface Development
- 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
- Distributed Computing
- Distribution
- Documentation
- Downloader
- E-commerce
- Editor Plugins and IDEs
- Environment Management
- Files
- Foreign Function Interface
- Forms
- Functional Programming
- Game Development
- Geolocation
- GUI Development
- Hardware
- HTML Manipulation
- HTTP Clients
- Image Processing
- Implementations
- Interactive Interpreter
- Internationalization
- Job Scheduler
- Logging
- Machine Learning
- Miscellaneous
- Natural Language Processing
- Network Virtualization
- News Feed
- ORM
- Package Management
- Package Repositories
- Penetration testing
- Permissions
- Processes
- Recommender Systems
- Refactoring
- RESTful API
- Robotics
- RPC Servers
- Science
- Search
- Serialization
- Serverless Frameworks
- Shell
- Specific Formats Processing
- Static Site Generator
- Tagging
- Task Queues
- Template Engine
- Testing
- Text Processing
- Third-party APIs
- URL Manipulation
- Video
- Web Asset Management
- Web Content Extracting
- Web Crawling
- Web Frameworks
- WebSocket
- WSGI Servers
- Resources
- Contributing
Libraries for administrative interfaces.
- ajenti - β 6401 π΄ 757 - The admin panel your servers deserve.
- π django-grappelli - A jazzy skin for the Django Admin-Interface.
- django-jet - β 3087 π΄ 679 - Modern responsive template for the Django admin interface with improved functionality.
- π django-suit - Alternative Django Admin-Interface (free only for Non-commercial use).
- django-xadmin - β 4566 π΄ 1409 - Drop-in replacement of Django admin comes with lots of goodies.
- flask-admin - β 4693 π΄ 1333 - Simple and extensible administrative interface framework for Flask.
- flower - β 4742 π΄ 834 - Real-time monitor and web admin for Celery.
- jet-bridge - β 936 π΄ 81 - Admin panel framework for any application with nice UI (ex Jet Django)
- wooey - β 1560 π΄ 172 - A Django app which creates automatic web UIs for Python scripts.
Python implementation of data structures, algorithms and design patterns. Also see awesome-algorithms.
- Algorithms
- algorithms - β 19125 π΄ 3926 - Minimal examples of data structures and algorithms.
- python-ds - β 1352 π΄ 429 - A collection of data structure and algorithms for coding interviews.
- sortedcontainers - β 2163 π΄ 142 - Fast and pure-Python implementation of sorted collections.
- TheAlgorithms - β 105761 π΄ 29595 - All Algorithms implemented in Python.
- Design Patterns
- PyPattyrn - β 1207 π΄ 106 - A simple yet effective library for implementing common design patterns.
- python-patterns - β 28224 π΄ 5831 - A collection of design patterns in Python.
- transitions - β 3662 π΄ 436 - A lightweight, object-oriented finite state machine implementation.
ASGI-compatible web servers.
- daphne - β 1521 π΄ 183 - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP.
- uvicorn - β 3866 π΄ 312 - A lightning-fast ASGI server implementation, using uvloop and httptools.
- π asyncio - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
- trio - β 3843 π΄ 235 - A friendly library for async concurrency and I/O.
- π Twisted - An event-driven networking engine.
- uvloop - β 7729 π΄ 455 - Ultra fast asyncio event loop.
Libraries for manipulating audio and its metadata.
- Audio
- audioread - β 361 π΄ 87 - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- dejavu - β 5403 π΄ 1266 - Audio fingerprinting and recognition.
- kapre - β 733 π΄ 129 - Keras Audio Preprocessors
- librosa - β 4453 π΄ 733 - Python library for audio and music analysis
- matchering - β 411 π΄ 53 - A library for automated reference audio mastering.
- π mingus - An advanced music theory and notation package with MIDI file and playback support.
- pyAudioAnalysis - β 3900 π΄ 992 - Audio feature extraction, classification, segmentation and applications.
- pydub - β 5306 π΄ 717 - Manipulate audio with a simple and easy high level interface.
- TimeSide - β 301 π΄ 53 - Open web audio processing framework.
- Metadata
- beets - β 10088 π΄ 1640 - A music library manager and MusicBrainz tagger.
- eyeD3 - β 300 π΄ 41 - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
- mutagen - β 774 π΄ 102 - A Python module to handle audio metadata.
- tinytag - β 454 π΄ 83 - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
Libraries for implementing authentications schemes.
- OAuth
- authlib - β 2472 π΄ 253 - JavaScript Object Signing and Encryption draft implementation.
- django-allauth - β 6401 π΄ 2266 - Authentication app for Django that "just works."
- django-oauth-toolkit - β 2268 π΄ 617 - OAuth 2 goodies for Django.
- oauthlib - β 2197 π΄ 431 - A generic and thorough implementation of the OAuth request-signing logic.
- python-oauth2 - β 2936 π΄ 1044 - A fully tested, abstract interface to creating OAuth clients and servers.
- python-social-auth - β 2806 π΄ 1132 - An easy-to-setup social authentication mechanism.
- JWT
- pyjwt - β 3786 π΄ 494 - JSON Web Token implementation in Python.
- python-jose - β 837 π΄ 168 - A JOSE implementation in Python.
- python-jwt - β 186 π΄ 24 - A module for generating and verifying JSON Web Tokens.
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.
- PlatformIO - β 5054 π΄ 588 - A console tool to build code with different development platforms.
- pybuilder - β 1297 π΄ 236 - A continuous build tool written in pure Python.
- π SCons - A software construction tool.
Libraries for enhancing Python built-in classes.
- attrs - β 3466 π΄ 255 - Replacement for
__init__
,__eq__
,__repr__
, etc. boilerplate in class definitions. - bidict - β 819 π΄ 41 - Efficient, Pythonic bidirectional map data structures and related functionality..
- Box - β 1671 π΄ 70 - Python dictionaries with advanced dot notation access.
- π dataclasses - (Python standard library) Data classes.
- DottedDict - β 120 π΄ 15 - A library that provides a method of accessing lists and dicts with a dotted path notation.
Content Management Systems.
- π django-cms - An Open source enterprise CMS based on the Django.
- feincms - β 798 π΄ 233 - One of the most advanced Content Management Systems built on Django.
- indico - β 1177 π΄ 295 - A feature-rich event management system, made @ CERN.
- Kotti - β 361 π΄ 113 - A high-level, Pythonic web application framework built on Pyramid.
- mezzanine - β 4257 π΄ 1515 - A powerful, consistent, and flexible content management platform.
- π plone - A CMS built on top of the open source application server Zope.
- quokka - β 2194 π΄ 459 - Flexible, extensible, small CMS powered by Flask and MongoDB.
- π wagtail - A Django content management system.
Libraries for caching data.
- beaker - β 468 π΄ 134 - A WSGI middleware for sessions and caching.
- django-cache-machine - β 807 π΄ 162 - Automatic caching and invalidation for Django models.
- django-cacheops - β 1407 π΄ 178 - A slick ORM cache with automatic granular event-driven invalidation.
- π 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.
- pylibmc - β 441 π΄ 122 - A Python wrapper around the libmemcached interface.
- π python-diskcache - SQLite and file backed cache backend with faster lookups than memcached and redis.
Libraries for chatbot development.
- errbot - β 2478 π΄ 533 - The easiest and most popular chatbot to implement ChatOps.
Tools of static analysis, linters and code quality checkers. Also see awesome-static-analysis.
- Code Analysis
- coala - β 3185 π΄ 1358 - Language independent and easily extendable code analysis application.
- code2flow - β 829 π΄ 137 - Turn your Python and JavaScript code into DOT flowcharts.
- prospector - β 1421 π΄ 124 - A tool to analyse Python code.
- pycallgraph - β 1541 π΄ 276 - A library that visualises the flow (call graph) of your Python application.
- vulture - β 1238 π΄ 66 - A tool for finding and analysing dead Python code.
- Code Linters
- π flake8 - A wrapper around
pycodestyle
,pyflakes
and McCabe.- awesome-flake8-extensions - β 563 π΄ 20
- pylama - β 774 π΄ 80 - A code audit tool for Python and JavaScript.
- π pylint - A fully customizable source code analyzer.
- wemake-python-styleguide - β 1455 π΄ 275 - The strictest and most opinionated python linter ever.
- π flake8 - A wrapper around
- Code Formatters
- Static Type Checkers, also see awesome-python-typing
- π mypy - Check variable types during compile time.
- pyre-check - β 5287 π΄ 327 - Performant type checking.
- typeshed - β 2120 π΄ 1043 - Collection of library stubs for Python, with static types.
- Static Type Annotations Generators
- MonkeyType - β 3346 π΄ 125 - A system for Python that generates static type annotations by collecting runtime types.
- pyannotate - β 1199 π΄ 52 - Auto-generate PEP-484 annotations.
- pytype - β 3257 π΄ 189 - Pytype checks and infers types for Python code - without requiring type annotations.
Libraries for building command-line applications.
- Command-line Application Development
- π 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.
- π docopt - Pythonic command line arguments parser.
- python-fire - β 19040 π΄ 1147 - A library for creating command line interfaces from absolutely any Python object.
- python-prompt-toolkit - β 7021 π΄ 549 - A library for building powerful interactive command lines.
- Terminal Rendering
- alive-progress - β 2272 π΄ 87 - A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
- asciimatics - β 2653 π΄ 200 - A package to create full-screen text UIs (from interactive forms to ASCII animations).
- bashplotlib - β 1541 π΄ 126 - Making basic plots in the terminal.
- π colorama - Cross-platform colored terminal text.
- rich - β 25597 π΄ 762 - Python library for rich text and beautiful formatting in the terminal. Also provides a great
RichHandler
log handler. - tqdm - β 18226 π΄ 935 - Fast, extensible progress bar for loops and CLI.
Useful CLI-based tools for productivity.
- Productivity Tools
- copier - β 321 π΄ 27 - A library and command-line utility for rendering projects templates.
- cookiecutter - β 14403 π΄ 1451 - A command-line utility that creates projects from cookiecutters (project templates).
- doitlive - β 2965 π΄ 90 - A tool for live presentations in the terminal.
- howdoi - β 8886 π΄ 798 - Instant coding answers via the command line.
- Invoke - β 3263 π΄ 285 - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
- PathPicker - β 4571 π΄ 283 - Select files out of bash output.
- percol - β 3020 π΄ 145 - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
- thefuck - β 61293 π΄ 2886 - Correcting your previous console command.
- tmuxp - β 3053 π΄ 196 - A tmux session manager.
- try - β 586 π΄ 29 - A dead simple CLI to try out python packages - it's never been easier.
- CLI Enhancements
- httpie - β 2 π΄ 1 - A command line HTTP client, a user-friendly cURL replacement.
- iredis - β 1443 π΄ 60 - Redis CLI with autocompletion and syntax highlighting.
- kube-shell - β 1869 π΄ 154 - An integrated shell for working with the Kubernetes CLI.
- litecli - β 1358 π΄ 41 - SQLite CLI with autocompletion and syntax highlighting.
- mycli - β 9559 π΄ 584 - MySQL CLI with autocompletion and syntax highlighting.
- pgcli - β 9549 π΄ 437 - PostgreSQL CLI with autocompletion and syntax highlighting.
- saws - β 4746 π΄ 255 - A Supercharged aws-cli.
Libraries for migrating from Python 2 to 3.
- π python-future - The missing compatibility layer between Python 2 and Python 3.
- modernize - β 252 π΄ 45 - Modernizes Python code for eventual Python 3 migration.
- π six - Python 2 and 3 compatibility utilities.
Libraries for Computer Vision.
- EasyOCR - β 11360 π΄ 1256 - Ready-to-use OCR with 40+ languages supported.
- Face Recognition - β 39770 π΄ 11152 - Simple facial recognition library.
- Kornia - β 3940 π΄ 392 - Open Source Differentiable Computer Vision Library for PyTorch.
- π OpenCV - Open Source Computer Vision Library.
- pytesseract - β 3564 π΄ 528 - A wrapper for Google Tesseract OCR.
- SimpleCV - β 2469 π΄ 791 - An open source framework for building computer vision applications.
- tesserocr - β 1446 π΄ 203 - Another simple, Pillow-friendly, wrapper around the
tesseract-ocr
API for OCR.
Libraries for concurrent and parallel execution. Also see awesome-asyncio.
- π concurrent.futures - (Python standard library) A high-level interface for asynchronously executing callables.
- π eventlet - Asynchronous framework with WSGI support.
- gevent - β 1241 π΄ 200 - A coroutine-based Python networking library that uses greenlet.
- π multiprocessing - (Python standard library) Process-based parallelism.
- scoop - β 500 π΄ 79 - Scalable Concurrent Operations in Python.
- uvloop - β 7729 π΄ 455 - Ultra fast implementation of
asyncio
event loop on top oflibuv
.
Libraries for storing and parsing configuration options.
- configobj - β 257 π΄ 62 - INI file parser with validation.
- π configparser - (Python standard library) INI file parser.
- hydra - β 4180 π΄ 349 - Hydra is a framework for elegantly configuring complex applications.
- π profig - Config from multiple formats with value conversion.
- python-decouple - β 1725 π΄ 136 - Strict separation of settings from code.
- π cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.
- paramiko - β 6956 π΄ 1678 - The leading native Python SSHv2 protocol library.
- π passlib - Secure password storage/hashing library, very high level.
- pynacl - β 772 π΄ 174 - Python binding to the Networking and Cryptography (NaCl) library.
Libraries for data analyzing.
- AWS Data Wrangler - β 1728 π΄ 272 - Pandas on AWS.
- Blaze - β 2947 π΄ 377 - NumPy and Pandas interface to Big Data.
- Open Mining - β 1141 π΄ 228 - Business Intelligence (BI) in Pandas interface.
- Optimus - β 1005 π΄ 196 - Agile Data Science Workflows made easy with PySpark.
- π 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.
Libraries for validating data. Used for forms in many cases.
- Cerberus - β 2466 π΄ 210 - A lightweight and extensible data validation library.
- π colander - Validating and deserializing data obtained via XML, JSON, an HTML form post.
- jsonschema - β 3216 π΄ 459 - An implementation of JSON Schema for Python.
- schema - β 2350 π΄ 169 - A library for validating Python data structures.
- Schematics - β 2417 π΄ 295 - Data Structure Validation.
- valideer - β 245 π΄ 17 - Lightweight extensible data validation and adaptation library.
- voluptuous - β 1680 π΄ 190 - A Python data validation library.
Libraries for visualizing data. Also see awesome-javascript.
- Altair - β 6615 π΄ 598 - Declarative statistical visualization library for Python.
- Bokeh - β 15062 π΄ 3708 - Interactive Web Plotting for Python.
- bqplot - β 3070 π΄ 431 - Interactive Plotting Library for the Jupyter Notebook
- Cartopy - β 867 π΄ 274 - A cartographic python library with matplotlib support
- π Dash - Built on top of Flask, React and Plotly aimed at analytical web applications.
- awesome-dash - β 1127 π΄ 174
- diagrams - β 13384 π΄ 745 - Diagram as Code.
- π Matplotlib - A Python 2D plotting library.
- plotnine - β 2678 π΄ 140 - A grammar of graphics for Python based on ggplot2.
- π Pygal - A Python SVG Charts Creator.
- π PyGraphviz - Python interface to Graphviz.
- π PyQtGraph - Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
- Seaborn - β 8369 π΄ 1409 - Statistical data visualization using Matplotlib.
- VisPy - β 2642 π΄ 555 - High-performance scientific visualization based on OpenGL.
Databases implemented in Python.
- pickleDB - β 561 π΄ 99 - A simple and lightweight key-value store for Python.
- tinydb - β 4230 π΄ 379 - A tiny, document-oriented database.
- ZODB - β 459 π΄ 69 - A native object database for Python. A key-value and object graph database.
Libraries for connecting and operating databases.
- MySQL - awesome-mysql
- mysqlclient - β 1899 π΄ 327 - MySQL connector with Python 3 support (mysql-python fork).
- PyMySQL - β 6421 π΄ 1285 - A pure Python MySQL driver compatible to mysql-python.
- PostgreSQL - awesome-postgres
- π psycopg2 - The most popular PostgreSQL adapter for Python.
- queries - β 233 π΄ 28 - A wrapper of the psycopg2 library for interacting with PostgreSQL.
- Other Relational Databases
- π pymssql - A simple database interface to Microsoft SQL Server.
- SuperSQLite - β 669 π΄ 19 - A supercharged SQLite library built on top of apsw.
- NoSQL Databases
- cassandra-driver - β 1226 π΄ 457 - The Python Driver for Apache Cassandra.
- happybase - β 561 π΄ 159 - A developer-friendly library for Apache HBase.
- kafka-python - β 4347 π΄ 1149 - The Python client for Apache Kafka.
- π py2neo - A client library and toolkit for working with Neo4j.
- pymongo - β 3291 π΄ 994 - The official Python client for MongoDB.
- redis-py - β 9259 π΄ 1951 - The Python client for Redis.
- Asynchronous Clients
- motor - β 1693 π΄ 155 - The async Python driver for MongoDB.
Libraries for working with dates and times.
- π Arrow - A Python library that offers a sensible and human-friendly approach to creating, manipulating, formatting and converting dates, times and timestamps.
- Chronyk - β 313 π΄ 12 - A Python 3 library for parsing human-written times and dates.
- dateutil - β 1561 π΄ 363 - Extensions to the standard Python datetime module.
- delorean - β 1722 π΄ 116 - A library for clearing up the inconvenient truths that arise dealing with datetimes.
- maya - β 3269 π΄ 209 - Datetimes for Humans.
- moment - β 670 π΄ 40 - A Python library for dealing with dates/times. Inspired by Moment.js.
- Pendulum - β 4389 π΄ 242 - Python datetimes made easy.
- PyTime - β 140 π΄ 21 - An easy-to-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.
- when.py - β 184 π΄ 17 - Providing user-friendly functions to help perform common date and time actions.
Libraries for debugging code.
- pdb-like Debugger
- Tracing
- lptrace - β 670 π΄ 39 - strace for Python programs.
- manhole - β 311 π΄ 15 - Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt.
- pyringe - β 1606 π΄ 72 - Debugger capable of attaching to and injecting code into Python processes.
- python-hunter - β 605 π΄ 31 - A flexible code tracing toolkit.
- Profiler
- line_profiler - β 3523 π΄ 250 - Line-by-line profiling.
- memory_profiler - β 62 π΄ 11 - Monitor Memory usage of Python code.
- profiling - β 2996 π΄ 121 - An interactive Python profiler.
- py-spy - β 6850 π΄ 248 - A sampling profiler for Python programs. Written in Rust.
- pyflame - β 2901 π΄ 225 - A ptracing profiler For Python.
- vprof - β 3738 π΄ 168 - Visual Python profiler.
- Others
- django-debug-toolbar - β 6467 π΄ 920 - Display various debug information for Django.
- django-devserver - β 1266 π΄ 166 - A drop-in replacement for Django's runserver.
- flask-debugtoolbar - β 798 π΄ 122 - A port of the django-debug-toolbar to flask.
- icecream - β 4631 π΄ 88 - Inspect variables, expressions, and program execution with a single, simple function call.
- pyelftools - β 1202 π΄ 395 - Parsing and analyzing ELF files and DWARF debugging information.
Frameworks for Neural Networks and Deep Learning. Also see awesome-deep-learning.
- caffe - β 31607 π΄ 18840 - A fast open framework for deep learning..
- keras - β 51126 π΄ 18723 - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
- mxnet - β 19436 π΄ 6833 - A deep learning framework designed for both efficiency and flexibility.
- pytorch - β 47989 π΄ 12852 - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
- SerpentAI - β 5918 π΄ 683 - Game agent framework. Use any video game as a deep learning sandbox.
- tensorflow - β 155569 π΄ 84588 - The most popular Deep Learning framework created by Google.
- Theano - β 9410 π΄ 2514 - A library for fast numerical computation.
Software and libraries for DevOps.
- Configuration Management
- ansible - β 48062 π΄ 20570 - A radically simple IT automation platform.
- π cloudinit - A multi-distribution package that handles early initialization of a cloud instance.
- π OpenStack - Open source software for building private and public clouds.
- pyinfra - β 1213 π΄ 113 - A versatile CLI tools and python libraries to automate infrastructure.
- saltstack - β 11707 π΄ 5085 - Infrastructure automation and management system.
- SSH-style Deployment
- Process Management
- honcho - β 1397 π΄ 128 - A Python clone of Foreman, for managing Procfile-based applications.
- supervisor - β 6799 π΄ 1130 - Supervisor process control system for UNIX.
- Monitoring
- psutil - β 7290 π΄ 1107 - A cross-platform process and system utilities module.
- Backup
- π BorgBackup - A deduplicating archiver with compression and encryption.
- Others
- π docker-compose - Fast, isolated development environments using Docker.
Frameworks and libraries for Distributed Computing.
- Batch Processing
- dask - β 8283 π΄ 1266 - A flexible parallel computing library for analytic computing.
- luigi - β 14503 π΄ 2252 - A module that helps you build complex pipelines of batch jobs.
- mrjob - β 2541 π΄ 591 - Run MapReduce jobs on Hadoop or Amazon Web Services.
- π PySpark - Apache Spark Python API.
- Ray - β 15814 π΄ 2588 - A system for parallel and distributed Python that unifies the machine learning ecosystem.
- Stream Processing
- faust - β 5517 π΄ 464 - A stream processing library, porting the ideas from Kafka Streams to Python.
- streamparse - β 1431 π΄ 215 - Run Python code against real-time streams of data via Apache Storm.
Libraries to create packaged executables for release distribution.
- dh-virtualenv - β 1445 π΄ 169 - 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).
- pyarmor - β 927 π΄ 132 - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
- PyInstaller - β 8008 π΄ 1647 - Converts Python programs into stand-alone executables (cross-platform).
- π pynsist - A tool to build Windows installers, installers bundle Python itself.
- shiv - β 1177 π΄ 69 - A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included.
Libraries for generating project documentation.
- sphinx - β 3909 π΄ 1458 - Python Documentation generator.
- awesome-sphinxdoc - β 724 π΄ 63
- pdoc - β 896 π΄ 105 - Epydoc replacement to auto generate API documentation for Python libraries.
- pycco - β 741 π΄ 139 - The literate-programming-style documentation generator.
Libraries for downloading.
- akshare - β 3464 π΄ 699 - A financial data interface library, built for human beings!
- s3cmd - β 3604 π΄ 811 - A command line tool for managing Amazon S3 and CloudFront.
- s4cmd - β 1089 π΄ 190 - 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.
Frameworks and libraries for e-commerce and payments.
- alipay - β 319 π΄ 101 - Unofficial Alipay API for Python.
- Cartridge - β 630 π΄ 288 - A shopping cart app built using the Mezzanine.
- π django-oscar - An open-source e-commerce framework for Django.
- django-shop - β 2546 π΄ 887 - A Django based shop system.
- forex-python - β 394 π΄ 123 - Foreign exchange rates, Bitcoin price index and currency conversion.
- merchant - β 965 π΄ 176 - A Django app to accept payments from various payment processors.
- money - β 195 π΄ 26 -
Money
class with optional CLDR-backed locale-aware formatting and an extensible currency exchange. - python-currencies - β 48 π΄ 11 - Display money format and its filthy currencies.
- π saleor - An e-commerce storefront for Django.
- π shoop - An open source E-Commerce platform based on Django.
- Emacs
- elpy - β 1694 π΄ 218 - Emacs Python Development Environment.
- Sublime Text
- anaconda - β 2117 π΄ 247 - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
- SublimeJEDI - β 912 π΄ 107 - A Sublime Text plugin to the awesome auto-complete library Jedi.
- Vim
- jedi-vim - β 4747 π΄ 373 - Vim bindings for the Jedi auto-completion library for Python.
- python-mode - β 5201 π΄ 878 - An all in one plugin for turning Vim into a Python IDE.
- YouCompleteMe - β 22819 π΄ 2651 - Includes Jedi-based completion engine for Python.
- Visual Studio
- PTVS - β 2336 π΄ 665 - Python Tools for Visual Studio.
- Visual Studio Code
- π Python - The official VSCode extension with rich support for Python.
- IDE
- π PyCharm - Commercial Python IDE by JetBrains. Has free community edition available.
- spyder - β 6254 π΄ 1257 - Open Source Python IDE.
Libraries for sending and parsing email.
- Mail Servers
- Clients
- Others
Libraries for Python version and virtual environment management.
- pyenv - β 23269 π΄ 2036 - Simple Python version management.
- virtualenv - β 3865 π΄ 891 - A tool to create isolated Python environments.
Libraries for file manipulation and MIME type detection.
- π mimetypes - (Python standard library) Map filenames to MIME types.
- path.py - β 954 π΄ 127 - A module wrapper for os.path.
- π pathlib - (Python standard library) An cross-platform, object-oriented path library.
- PyFilesystem2 - β 1300 π΄ 134 - Python's filesystem abstraction layer.
- python-magic - β 1879 π΄ 219 - A Python interface to the libmagic file type identification library.
- Unipath - β 497 π΄ 36 - An object-oriented approach to file/directory operations.
- watchdog - β 4724 π΄ 570 - API and shell utilities to monitor file system events.
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.
Libraries for working with forms.
- Deform - β 358 π΄ 159 - Python HTML form generation library influenced by the formish form generation library.
- django-bootstrap3 - β 2252 π΄ 691 - Bootstrap 3 integration with Django.
- django-bootstrap4 - β 900 π΄ 217 - Bootstrap 4 integration with Django.
- django-crispy-forms - β 4195 π΄ 680 - A Django app which lets you create beautiful forms in a very elegant and DRY way.
- django-remote-forms - β 204 π΄ 105 - A platform independent Django form serializer.
- WTForms - β 1231 π΄ 345 - A flexible forms validation and rendering library.
Functional Programming with Python.
- Coconut - β 3175 π΄ 101 - A variant of Python built for simple, elegant, Pythonic functional programming.
- CyToolz - β 776 π΄ 58 - Cython implementation of
Toolz
: High performance functional utilities. - fn.py - β 3099 π΄ 189 - Functional programming in Python: implementation of missing features to enjoy FP.
- funcy - β 2546 π΄ 115 - A fancy and practical functional tools.
- more-itertools - β 1885 π΄ 161 - More routines for operating on iterables, beyond
itertools
. - returns - β 1677 π΄ 65 - A set of type-safe monads, transformers, and composition utilities.
- Toolz - β 3516 π΄ 220 - A collection of functional utilities for iterators, functions, and dictionaries.
Libraries for working with graphical user interface applications.
- π curses - Built-in wrapper for ncurses used to create terminal GUI applications.
- Eel - β 4338 π΄ 435 - A library for making simple Electron-like offline HTML/JS GUI apps.
- enaml - β 1016 π΄ 106 - Creating beautiful user-interfaces with Declarative Syntax like QML.
- Flexx - β 2633 π΄ 246 - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
- Gooey - β 11275 π΄ 674 - Turn command line programs into a full GUI application with one line.
- π kivy - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
- pyglet - β 791 π΄ 150 - 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.
- PySimpleGUI - β 6181 π΄ 1017 - Wrapper for tkinter, Qt, WxPython and Remi.
- pywebview - β 2352 π΄ 320 - A lightweight cross-platform native wrapper around a webview component.
- π Tkinter - Tkinter is Python's de-facto standard GUI package.
- Toga - β 2654 π΄ 482 - 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.
- DearPyGui - β 5079 π΄ 234 - A Simple GPU accelerated Python GUI framework
Libraries for working with GraphQL.
- graphene - β 6542 π΄ 697 - GraphQL framework for Python.
- tartiflette-aiohttp - β 52 π΄ 5 - An
aiohttp
-based wrapper for Tartiflette to expose GraphQL APIs over HTTP. - tartiflette-asgi - β 85 π΄ 11 - ASGI support for the Tartiflette GraphQL engine.
- π tartiflette - SDL-first GraphQL engine implementation for Python 3.6+ and asyncio.
Awesome game development libraries.
- π Arcade - Arcade is a modern Python framework for crafting games with compelling graphics and sound.
- π Cocos2d - cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications.
- π Harfang3D - Python framework for 3D, VR and game development.
- π Panda3D - 3D game engine developed by Disney.
- π 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.
Libraries for geocoding addresses and working with latitudes and longitudes.
- django-countries - β 977 π΄ 215 - A Django app that provides a country field for models and forms.
- π GeoDjango - A world-class geographic web framework.
- GeoIP - β 218 π΄ 62 - Python API for MaxMind GeoIP Legacy Database.
- geojson - β 619 π΄ 86 - Python bindings and utilities for GeoJSON.
- geopy - β 3305 π΄ 551 - Python Geocoding Toolbox.
- pygeoip - β 484 π΄ 113 - Pure Python GeoIP API.
Libraries for working with HTML and XML.
- π BeautifulSoup - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
- bleach - β 2137 π΄ 218 - A whitelist-based HTML sanitization and text linkification library.
- π cssutils - A CSS library for Python.
- html5lib - β 905 π΄ 259 - 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.
- MarkupSafe - β 384 π΄ 98 - Implements a XML/HTML/XHTML Markup safe string for Python.
- pyquery - β 1996 π΄ 166 - A jQuery-like library for parsing HTML.
- untangle - β 507 π΄ 74 - 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.
- xmltodict - β 4378 π΄ 422 - Working with XML feel like you are working with JSON.
Libraries for working with HTTP.
- grequests - β 3725 π΄ 322 - requests + gevent for asynchronous HTTP requests.
- httplib2 - β 407 π΄ 140 - Comprehensive HTTP client library.
- httpx - β 6818 π΄ 441 - A next generation HTTP client for Python.
- requests - β 45120 π΄ 8267 - HTTP Requests for Humans.
- treq - β 522 π΄ 141 - Python requests like API built on top of Twisted's HTTP client.
- urllib3 - β 2652 π΄ 839 - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
Libraries for programming with hardware.
- π ino - Command line toolkit for working with Arduino.
- keyboard - β 2354 π΄ 276 - Hook and simulate global keyboard events on Windows and Linux.
- mouse - β 449 π΄ 69 - Hook and simulate global mouse events on Windows and Linux.
- π Pingo - Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc.
- PyUserInput - β 966 π΄ 243 - A module for cross-platform control of the mouse and keyboard.
- scapy - β 6232 π΄ 1442 - A brilliant packet manipulation library.
- wifi - β 282 π΄ 151 - A Python library and command line tool for working with WiFi on Linux.
Libraries for manipulating images.
- hmap - β 183 π΄ 21 - Image histogram remapping.
- π imgSeek - A project for searching a collection of images using visual similarity.
- nude.py - β 795 π΄ 131 - Nudity detection.
- pagan - β 222 π΄ 24 - Retro identicon (Avatar) generation based on input string and hash.
- pillow - β 8495 π΄ 1632 - Pillow is the friendly PIL fork.
- python-barcode - β 250 π΄ 76 - Create barcodes in Python with no extra dependencies.
- pygram - β 100 π΄ 12 - Instagram-like image filters.
- π PyMatting - A library for alpha matting.
- python-qrcode - β 2486 π΄ 443 - A pure Python QR Code generator.
- pywal - β 5196 π΄ 210 - A tool that generates color schemes from images.
- pyvips - β 316 π΄ 26 - A fast image processing library with low memory needs.
- Quads - β 1004 π΄ 119 - Computer art based on quadtrees.
- π scikit-image - A Python library for (scientific) image processing.
- thumbor - β 8348 π΄ 715 - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
- wand - β 1081 π΄ 185 - Python bindings for MagickWand, C API for ImageMagick.
Implementations of Python.
- CLPython - β 316 π΄ 32 - Implementation of the Python programming language written in Common Lisp.
- CPython - β 37727 π΄ 18670 - Default, most widely used implementation of the Python programming language written in C.
- π Cython - Optimizing Static Compiler for Python.
- Grumpy - β 10315 π΄ 657 - More compiler than interpreter as more powerful CPython2.7 replacement (alpha).
- IronPython - β 1416 π΄ 175 - Implementation of the Python programming language written in C#.
- π Jython - Implementation of Python programming language written in Java for the JVM.
- MicroPython - β 12463 π΄ 4334 - A lean and efficient Python programming language implementation.
- π Numba - Python JIT compiler to LLVM aimed at scientific Python.
- PeachPy - β 1512 π΄ 133 - x86-64 assembler embedded in Python.
- Pyjion - β 1454 π΄ 80 - A JIT for Python based upon CoreCLR.
- π PyPy - A very fast and compliant implementation of the Python language.
- Pyston - β 4986 π΄ 316 - A Python implementation using JIT techniques.
- Stackless Python - β 704 π΄ 47 - An enhanced version of the Python programming language.
Interactive Python interpreters (REPL).
- bpython - β 1808 π΄ 190 - A fancy interface to the Python interpreter.
- π Jupyter Notebook (IPython) - A rich toolkit to help you make the most out of using Python interactively.
- awesome-jupyter - β 2226 π΄ 284
- ptpython - β 4084 π΄ 234 - Advanced Python REPL built on top of the python-prompt-toolkit.
Libraries for working with i18n.
- π Babel - An internationalization library for Python.
- PyICU - β 128 π΄ 55 - A wrapper of International Components for Unicode C++ library (ICU).
Libraries for scheduling jobs.
- π Airflow - Airflow is a platform to programmatically author, schedule and monitor workflows.
- π APScheduler - A light but powerful in-process task scheduler that lets you schedule functions.
- django-schedule - β 792 π΄ 287 - A calendaring app for Django.
- π doit - A task runner and build tool.
- gunnery - β 731 π΄ 77 - Multipurpose task execution tool for distributed systems with web-based interface.
- π Joblib - A set of tools to provide lightweight pipelining in Python.
- Plan - β 1135 π΄ 95 - Writing crontab file in Python like a charm.
- Prefect - β 6227 π΄ 576 - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
- schedule - β 8561 π΄ 781 - Python job scheduling for humans.
- Spiff - β 969 π΄ 230 - A powerful workflow engine implemented in pure Python.
- π TaskFlow - A Python library that helps to make task execution easy, consistent and reliable.
Libraries for generating and working with logs.
- π logbook - Logging replacement for Python.
- π logging - (Python standard library) Logging facility for Python.
- loguru - β 8794 π΄ 394 - Library which aims to bring enjoyable logging in Python.
- sentry-python - β 919 π΄ 210 - Sentry SDK for Python.
- π structlog - Structured logging made easy.
Libraries for Machine Learning. Also see awesome-machine-learning.
- gym - β 24099 π΄ 6911 - A toolkit for developing and comparing reinforcement learning algorithms.
- H2O - β 5329 π΄ 1842 - Open Source Fast Scalable Machine Learning Platform.
- Metrics - β 1416 π΄ 429 - Machine learning evaluation metrics.
- NuPIC - β 6228 π΄ 1579 - Numenta Platform for Intelligent Computing.
- π scikit-learn - The most popular Python library for Machine Learning.
- π Spark ML - Apache Spark's scalable Machine Learning library.
- vowpal_porpoise - β 159 π΄ 30 - A lightweight Python wrapper for Vowpal Wabbit.
- xgboost - β 20950 π΄ 7983 - A scalable, portable, and distributed gradient boosting library.
- MindsDB - β 3711 π΄ 440 - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.
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.
- PythonNet - β 2554 π΄ 485 - Python Integration with the .NET Common Language Runtime (CLR).
- PyWin32 - β 3005 π΄ 584 - Python Extensions for Windows.
- π WinPython - Portable development environment for Windows 7/8.
Useful libraries or tools that don't fit in the categories above.
- blinker - β 1219 π΄ 153 - A fast Python in-process signal/event dispatching system.
- boltons - β 5446 π΄ 297 - A set of pure-Python utilities.
- itsdangerous - β 2197 π΄ 179 - Various helpers to pass trusted data to untrusted environments.
- magenta - β 16583 π΄ 3426 - A tool to generate music and art using artificial intelligence.
- pluginbase - β 946 π΄ 143 - A simple but flexible plugin system for Python.
- π tryton - A general purpose business framework.
Libraries for working with human languages.
- General
- gensim - β 12022 π΄ 3977 - Topic Modeling for Humans.
- langid.py - β 1780 π΄ 276 - Stand-alone language identification system.
- π nltk - A leading platform for building Python programs to work with human language data.
- pattern - β 7882 π΄ 1551 - A web mining module.
- polyglot - β 1828 π΄ 299 - Natural language pipeline supporting hundreds of languages.
- pytext - β 6180 π΄ 801 - A natural language modeling framework based on PyTorch.
- PyTorch-NLP - β 1909 π΄ 228 - A toolkit enabling rapid deep learning NLP prototyping for research.
- π spacy - A library for industrial-strength natural language processing in Python and Cython.
- Stanza - β 5389 π΄ 693 - The Stanford NLP Group's official Python library, supporting 60+ languages.
- Chinese
- funNLP - β 30567 π΄ 8993 - A collection of tools and datasets for Chinese NLP.
- jieba - β 26157 π΄ 6228 - The most popular Chinese text segmentation library.
- pkuseg-python - β 5396 π΄ 860 - A toolkit for Chinese word segmentation in various domains.
- snownlp - β 5391 π΄ 1276 - A library for processing Chinese text.
Tools and libraries for Virtual Networking and SDN (Software Defined Networking).
- mininet - β 3934 π΄ 1489 - A popular network emulator and API written in Python.
- napalm - β 1670 π΄ 473 - Cross-vendor API to manipulate network devices.
- pox - β 533 π΄ 449 - A Python-based SDN control applications, such as OpenFlow SDN controllers.
Libraries for building user's activities.
- django-activity-stream - β 1912 π΄ 470 - Generating generic activity streams from the actions on your site.
- Stream Framework - β 4516 π΄ 556 - Building news feed and notification systems using Cassandra and Redis.
Libraries that implement Object-Relational Mapping or data mapping techniques.
- Relational Databases
- π Django Models - The Django ORM.
- π SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper.
- awesome-sqlalchemy - β 2220 π΄ 133
- dataset - β 4022 π΄ 271 - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
- orator - β 1257 π΄ 150 - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
- orm - β 1255 π΄ 73 - An async ORM.
- peewee - β 8346 π΄ 1274 - A small, expressive ORM.
- pony - β 2557 π΄ 200 - ORM that provides a generator-oriented interface to SQL.
- pydal - β 362 π΄ 119 - A pure Python Database Abstraction Layer.
- NoSQL Databases
- hot-redis - β 270 π΄ 28 - Rich Python data types for Redis.
- mongoengine - β 3466 π΄ 1144 - A Python Object-Document-Mapper for working with MongoDB.
- PynamoDB - β 1557 π΄ 356 - A Pythonic interface for Amazon DynamoDB.
- redisco - β 432 π΄ 84 - A Python Library for Simple Models and Containers Persisted in Redis.
Libraries for package and dependency management.
- π pip - The package installer for Python.
- conda - β 4118 π΄ 1023 - Cross-platform, Python-agnostic binary package manager.
- poetry - β 14913 π΄ 1200 - Python dependency management and packaging made easy.
Local PyPI repository server and proxies.
- bandersnatch - β 230 π΄ 100 - PyPI mirroring tool provided by Python Packaging Authority (PyPA).
- devpi - β 453 π΄ 84 - PyPI server and packaging/testing/release tool.
- localshop - β 371 π΄ 114 - Local PyPI server (custom packages and auto-mirroring of pypi).
- warehouse - β 2647 π΄ 785 - Next generation Python Package Repository (PyPI).
Frameworks and tools for penetration testing.
- fsociety - β 6654 π΄ 1542 - A Penetration testing framework.
- setoolkit - β 6441 π΄ 1988 - A toolkit for social engineering.
- sqlmap - β 20009 π΄ 4288 - Automatic SQL injection and database takeover tool.
Libraries that allow or deny users access to data or functionality.
- django-guardian - β 2938 π΄ 512 - Implementation of per object permissions for Django 1.2+
- django-rules - β 1288 π΄ 102 - A tiny but powerful app providing object-level permissions to Django, without requiring a database.
Libraries for starting and communicating with OS processes.
- delegator.py - β 1547 π΄ 81 - Subprocesses for Humans 2.0.
- π sarge - Yet another wrapper for subprocess.
- sh - β 5704 π΄ 440 - A full-fledged subprocess replacement for Python.
Libraries for building recommender systems.
- annoy - β 8442 π΄ 914 - Approximate Nearest Neighbors in C++/Python optimized for memory usage.
- fastFM - β 919 π΄ 196 - A library for Factorization Machines.
- implicit - β 2341 π΄ 489 - A fast Python implementation of collaborative filtering for implicit datasets.
- libffm - β 1497 π΄ 462 - A library for Field-aware Factorization Machine (FFM).
- lightfm - β 3593 π΄ 591 - A Python implementation of a number of popular recommendation algorithms.
- spotlight - β 2481 π΄ 380 - Deep recommender models using PyTorch.
- Surprise - β 4832 π΄ 872 - A scikit for building and analyzing recommender systems.
- tensorrec - β 1142 π΄ 214 - A Recommendation Engine Framework in TensorFlow.
Refactoring tools and libraries for Python
- π Bicycle Repair Man - Bicycle Repair Man, a refactoring tool for Python.
- π Bowler - Safe code refactoring for modern Python.
- Rope - β 1125 π΄ 142 - Rope is a python refactoring library.
Libraries for building RESTful APIs.
- Django
- π django-rest-framework - A powerful and flexible toolkit to build web APIs.
- π django-tastypie - Creating delicious APIs for Django apps.
- Flask
- eve - β 6331 π΄ 735 - REST API framework powered by Flask, MongoDB and good intentions.
- flask-api - β 1234 π΄ 152 - Browsable Web APIs for Flask.
- flask-restful - β 6022 π΄ 939 - Quickly building REST APIs for Flask.
- Pyramid
- cornice - β 365 π΄ 151 - A RESTful framework for Pyramid.
- Framework agnostic
- apistar - β 5561 π΄ 436 - A smart Web API framework, designed for Python 3.
- falcon - β 8368 π΄ 819 - A high-performance framework for building cloud APIs and web app backends.
- fastapi - β 30591 π΄ 2122 - A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints.
- hug - β 6488 π΄ 372 - A Python 3 framework for cleanly exposing APIs.
- sandman2 - β 1671 π΄ 180 - Automated REST APIs for existing database-driven systems.
- sanic - β 14911 π΄ 1346 - A Python 3.6+ web server and web framework that's written to go fast.
- π vibora - Fast, efficient and asynchronous Web framework inspired by Flask.
Libraries for robotics.
- PythonRobotics - β 12215 π΄ 3928 - This is a compilation of various robotics algorithms with visualizations.
- π rospy - This is a library for ROS (Robot Operating System).
RPC-compatible servers.
- RPyC (Remote Python Call) - β 997 π΄ 201 - A transparent and symmetric RPC library for Python
- zeroRPC - β 2784 π΄ 358 - zerorpc is a flexible RPC implementation based on ZeroMQ and MessagePack.
Libraries for scientific computing. Also see Python-for-Scientists.
- π astropy - A community Python library for Astronomy.
- bcbio-nextgen - β 814 π΄ 337 - Providing best-practice pipelines for fully automated high throughput sequencing analysis.
- bccb - β 501 π΄ 219 - 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.
- π Colour - Implementing a comprehensive number of colour theory transformations and algorithms.
- Karate Club - β 1243 π΄ 149 - Unsupervised machine learning toolbox for graph structured data.
- π NetworkX - A high-productivity software for complex networks.
- π NIPY - A collection of neuroimaging toolkits.
- π NumPy - A fundamental package for scientific computing with Python.
- ObsPy - A Python toolbox for seismology.
- π 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.
- PyMC - β 5721 π΄ 1383 - Markov Chain Monte Carlo sampling toolkit.
- π QuTiP - Quantum Toolbox in Python.
- π RDKit - Cheminformatics and Machine Learning Software.
- π SciPy - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
- π SimPy - A process-based discrete-event simulation framework.
- statsmodels - β 6279 π΄ 2229 - Statistical modeling and econometrics in Python.
- SymPy - β 8054 π΄ 3392 - A Python library for symbolic mathematics.
- Zipline - β 13827 π΄ 3997 - A Pythonic algorithmic trading library.
Libraries and software for indexing and performing search queries on data.
- django-haystack - β 3169 π΄ 1249 - Modular search for Django.
- elasticsearch-dsl-py - β 3212 π΄ 681 - The official high-level Python client for Elasticsearch.
- π elasticsearch-py - The official low-level Python client for Elasticsearch.
- pysolr - β 587 π΄ 314 - A lightweight Python wrapper for Apache Solr.
- π whoosh - A fast, pure Python search engine library.
Libraries for serializing complex data types
- marshmallow - β 5482 π΄ 564 - A lightweight library for converting complex objects to and from simple Python datatypes.
- pysimdjson - β 446 π΄ 31 - A Python bindings for simdjson.
- python-rapidjson - β 418 π΄ 36 - A Python wrapper around RapidJSON.
- ultrajson - β 3226 π΄ 325 - A fast JSON decoder and encoder written in C with Python bindings.
Frameworks for developing serverless Python code.
- python-lambda - β 1278 π΄ 213 - A toolkit for developing and deploying Python code in AWS Lambda.
- Zappa - β 11782 π΄ 1262 - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
Shells based on Python.
- xonsh - β 4674 π΄ 481 - A Python-powered, cross-platform, Unix-gazing shell language and command prompt.
Libraries for parsing and manipulating specific text formats.
- General
- tablib - β 3920 π΄ 565 - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
- Office
- docxtpl - β 991 π΄ 247 - Editing a docx document by jinja2 template
- π openpyxl - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
- pyexcel - β 916 π΄ 140 - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files.
- python-docx - β 2606 π΄ 734 - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
- python-pptx - β 1277 π΄ 325 - Python library for creating and updating PowerPoint (.pptx) files.
- unoconv - β 2109 π΄ 395 - Convert between any document format supported by LibreOffice/OpenOffice.
- XlsxWriter - β 2532 π΄ 521 - A Python module for creating Excel .xlsx files.
- xlwings - β 1989 π΄ 358 - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
- xlwt / xlrd - β 976 π΄ 280 - Writing and reading data and formatting information from Excel files.
- PDF
- PDFMiner - β 4568 π΄ 1052 - A tool for extracting information from PDF documents.
- PyPDF2 - β 3631 π΄ 937 - A library capable of splitting, merging and transforming PDF pages.
- π ReportLab - Allowing Rapid creation of rich PDF documents.
- Markdown
- Mistune - β 1941 π΄ 197 - Fastest and full featured pure Python parsers of Markdown.
- Python-Markdown - β 2497 π΄ 620 - A Python implementation of John Gruberβs Markdown.
- YAML
- π PyYAML - YAML implementations for Python.
- CSV
- csvkit - β 4571 π΄ 548 - Utilities for converting to and working with CSV.
- Archive
- unp - β 383 π΄ 60 - A command line tool that can unpack archives easily.
Static site generator is a software that takes some text + templates as input and produces HTML files on the output.
- lektor - β 3430 π΄ 276 - An easy to use static CMS and blog engine.
- mkdocs - β 12066 π΄ 1734 - Markdown friendly documentation generator.
- makesite - β 1528 π΄ 241 - Simple, lightweight, and magic-free static site/blog generator (< 130 lines).
- nikola - β 2117 π΄ 417 - A static website and blog generator.
- pelican - β 10371 π΄ 1708 - Static site generator that supports Markdown and reST syntax.
Libraries for tagging items.
- django-taggit - β 2624 π΄ 558 - Simple tagging for Django.
Libraries for working with task queues.
- π celery - An asynchronous task queue/job queue based on distributed message passing.
- daramatiq - β 2561 π΄ 181 - A fast and reliable background task processing library for Python 3.
- huey - β 3489 π΄ 305 - Little multi-threaded task queue.
- mrq - β 839 π΄ 114 - A distributed worker task queue in Python using Redis & gevent.
- rq - β 7678 π΄ 1228 - Simple job queues for Python.
Libraries and tools for templating and lexing.
- π Genshi - Python templating toolkit for generation of web-aware output.
- Jinja2 - β 7734 π΄ 1392 - A modern and designer friendly templating language.
- π Mako - Hyperfast and lightweight templating for the Python platform.
Libraries for testing codebases and generating test data.
- Testing Frameworks
- hypothesis - β 5132 π΄ 460 - Hypothesis is an advanced Quickcheck style property based testing library.
- nose2 - β 678 π΄ 133 - The successor to
nose
, based on `unittest2. - π pytest - A mature full-featured Python testing tool.
- Robot Framework - β 5839 π΄ 1665 - A generic test automation framework.
- π unittest - (Python standard library) Unit testing framework.
- Test Runners
- green - β 696 π΄ 74 - A clean, colorful test runner.
- π mamba - The definitive testing tool for Python. Born under the banner of BDD.
- π tox - Auto builds and tests distributions in multiple Python versions
- GUI / Web Testing
- locust - β 15975 π΄ 2117 - Scalable user load testing tool written in Python.
- PyAutoGUI - β 5040 π΄ 703 - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
- Schemathesis - β 832 π΄ 65 - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
- π Selenium - Python bindings for Selenium WebDriver.
- sixpack - β 1687 π΄ 182 - A language-agnostic A/B Testing framework.
- splinter - β 2386 π΄ 490 - Open source tool for testing web applications.
- Mock
- π doublex - Powerful test doubles framework for Python.
- freezegun - β 2860 π΄ 198 - Travel through time by mocking the datetime module.
- httmock - β 425 π΄ 52 - A mocking library for requests for Python 2.6+ and 3.2+.
- httpretty - β 1870 π΄ 245 - HTTP request mock tool for Python.
- π mock - (Python standard library) A mocking and patching library.
- mocket - β 211 π΄ 34 - A socket mock framework with gevent/asyncio/SSL support.
- responses - β 3196 π΄ 266 - A utility library for mocking out the requests Python library.
- VCR.py - β 1980 π΄ 276 - Record and replay HTTP interactions on your tests.
- Object Factories
- factory_boy - β 2484 π΄ 317 - A test fixtures replacement for Python.
- mixer - β 751 π΄ 88 - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc.
- model_mommy - β 929 π΄ 157 - Creating random fixtures for testing in Django.
- Code Coverage
- π coverage - Code coverage measurement.
- Fake Data
- fake2db - β 2063 π΄ 116 - Fake database generator.
- faker - β 12470 π΄ 1415 - A Python package that generates fake data.
- mimesis - β 3288 π΄ 273 - is a Python library that help you generate fake data.
- π radar - Generate random datetime / time.
Libraries for parsing and manipulating plain texts.
- General
- chardet - β 1502 π΄ 204 - Python 2/3 compatible character encoding detector.
- π difflib - (Python standard library) Helpers for computing deltas.
- ftfy - β 2950 π΄ 102 - Makes Unicode text less broken and more consistent automagically.
- fuzzywuzzy - β 8049 π΄ 835 - Fuzzy String Matching.
- Levenshtein - β 973 π΄ 130 - Fast computation of Levenshtein distance and string similarity.
- pangu.py - β 166 π΄ 22 - Paranoid text spacing.
- pyfiglet - β 806 π΄ 88 - An implementation of figlet written in Python.
- pypinyin - β 3220 π΄ 495 - Convert Chinese hanzi (ζΌ’ε) to pinyin (ζΌι³).
- textdistance - β 1962 π΄ 167 - Compute distance between sequences with 30+ algorithms.
- π unidecode - ASCII transliterations of Unicode text.
- Slugify
- awesome-slugify - β 460 π΄ 42 - A Python slugify library that can preserve unicode.
- python-slugify - β 1027 π΄ 83 - A Python slugify library that translates unicode to ASCII.
- unicode-slugify - β 293 π΄ 52 - A slugifier that generates unicode slugs with Django as a dependency.
- Unique identifiers
- Parser
- ply - β 1906 π΄ 320 - Implementation of lex and yacc parsing tools for Python.
- π pygments - A generic syntax highlighter.
- pyparsing - β 1101 π΄ 167 - A general purpose framework for generating parsers.
- python-nameparser - β 471 π΄ 78 - Parsing human names into their individual components.
- python-phonenumbers - β 2700 π΄ 339 - Parsing, formatting, storing and validating international phone numbers.
- python-user-agents - β 1147 π΄ 187 - Browser user agent parser.
- sqlparse - β 2414 π΄ 497 - A non-validating SQL parser.
Libraries for accessing third party services APIs. Also see List of Python API Wrappers and Libraries.
- π apache-libcloud - One Python library for all clouds.
- boto3 - β 6332 π΄ 1352 - Python interface to Amazon Web Services.
- django-wordpress - β 320 π΄ 87 - WordPress models and views for Django.
- facebook-sdk - β 2600 π΄ 946 - Facebook Platform Python SDK.
- google-api-python-client - β 4693 π΄ 1911 - Google APIs Client Library for Python.
- gspread - β 5323 π΄ 807 - Google Spreadsheets Python API.
- twython - β 1777 π΄ 396 - A Python wrapper for the Twitter API.
Libraries for parsing URLs.
- furl - β 2025 π΄ 126 - A small Python library that makes parsing and manipulating URLs easy.
- purl - β 251 π΄ 34 - A simple, immutable URL class with a clean API for interrogation and manipulation.
- pyshorteners - β 294 π΄ 52 - A pure Python URL shortening lib.
- webargs - β 1168 π΄ 143 - A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks.
Libraries for manipulating video and GIFs.
- π moviepy - A module for script-based movie editing with many formats, including animated GIFs.
- scikit-video - β 103 π΄ 23 - Video processing routines for SciPy.
- vidgear - β 1750 π΄ 123 - Most Powerful multi-threaded Video Processing framework.
Tools for managing, compressing and minifying website assets.
- django-compressor - β 2450 π΄ 565 - Compresses linked and inline JavaScript or CSS into a single cached file.
- django-pipeline - β 1391 π΄ 364 - An asset packaging library for Django.
- django-storages - β 1893 π΄ 701 - 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.
- flask-assets - β 410 π΄ 88 - Helps you integrate webassets into your Flask app.
- webassets - β 894 π΄ 257 - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
Libraries for extracting web contents.
- html2text - β 1090 π΄ 190 - Convert HTML to Markdown-formatted text.
- lassie - β 524 π΄ 42 - Web Content Retrieval for Humans.
- micawber - β 536 π΄ 83 - A small library for extracting rich content from URLs.
- newspaper - β 10966 π΄ 1820 - News extraction, article extraction and content curation in Python.
- python-readability - β 1968 π΄ 323 - Fast Python port of arc90's readability tool.
- requests-html - β 11842 π΄ 809 - Pythonic HTML Parsing for Humans.
- sumy - β 2569 π΄ 455 - A module for automatic summarization of text documents and HTML pages.
- textract - β 2996 π΄ 438 - Extract text from any document, Word, PowerPoint, PDFs, etc.
- toapi - β 3133 π΄ 229 - Every web site provides APIs.
Libraries to automate web scraping.
- cola - β 1397 π΄ 544 - A distributed crawling framework.
- π feedparser - Universal feed parser.
- grab - β 2085 π΄ 262 - Site scraping framework.
- MechanicalSoup - β 3740 π΄ 350 - A Python library for automating interaction with websites.
- portia - β 8172 π΄ 1327 - Visual scraping for Scrapy.
- pyspider - β 14960 π΄ 3578 - A powerful spider system.
- robobrowser - β 3545 π΄ 336 - A simple, Pythonic library for browsing the web without a standalone web browser.
- π scrapy - A fast high-level screen scraping and web crawling framework.
Traditional full stack web frameworks. Also see RESTful API.
- Synchronous
- π Django - The most popular web framework in Python.
- awesome-django - β 625 π΄ 121
- awesome-django - β 3873 π΄ 674
- π Flask - A microframework for Python.
- awesome-flask - β 9828 π΄ 1433
- π Pyramid - A small, fast, down-to-earth, open source Python web framework.
- awesome-pyramid - β 505 π΄ 55
- Masonite - β 1574 π΄ 98 - The modern and developer centric Python web framework.
- π Django - The most popular web framework in Python.
- Asynchronous
- π Tornado - A web framework and asynchronous networking library.
Libraries for working with WebSocket.
- autobahn-python - β 2269 π΄ 627 - WebSocket & WAMP for Python on Twisted and asyncio.
- channels - β 4874 π΄ 666 - Developer-friendly asynchrony for Django.
- websockets - β 3312 π΄ 371 - A library for building WebSocket servers and clients with a focus on correctness and simplicity.
WSGI-compatible web servers.
- bjoern - β 2563 π΄ 184 - Asynchronous, very fast and written in C.
- gunicorn - β 7622 π΄ 1424 - Pre-forked, partly written in C.
- π uWSGI - A project aims at developing a full stack for building hosting services, written in C.
- waitress - β 925 π΄ 130 - Multi-threaded, powers Pyramid.
- werkzeug - β 5705 π΄ 1528 - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
Where to discover learning resources or new Python libraries.
- Tutorials
- Libraries
- Others
- π Python ZEEF
- π Pythonic News
- What the f*ck Python! - β 26556 π΄ 2208
- π Django Chat
- π Podcast.__init__
- π Python Bytes
- π Running in Production
- π Talk Python To Me
- π Test and Code
- π The Real Python Podcast
Your contributions are always welcome!
If you find out any repo has been outdate or its link has not valid anymore, please open a pull request. I will merge it soon.
If you want to add a new repo, please go to awesome-python and create a pull request first.