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 - β 7157 π΄ 832 - The admin panel your servers deserve.
- π django-grappelli - A jazzy skin for the Django Admin-Interface.
- django-jet - β 3445 π΄ 786 - 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 - β 4709 π΄ 1428 - Drop-in replacement of Django admin comes with lots of goodies.
- flask-admin - β 5409 π΄ 1548 - Simple and extensible administrative interface framework for Flask.
- flower - β 5764 π΄ 1022 - Real-time monitor and web admin for Celery.
- jet-bridge - β 1415 π΄ 136 - Admin panel framework for any application with nice UI (ex Jet Django)
- wooey - β 1973 π΄ 187 - 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 - β 22740 π΄ 4501 - Minimal examples of data structures and algorithms.
- python-ds - β 2141 π΄ 540 - A collection of data structure and algorithms for coding interviews.
- sortedcontainers - β 2985 π΄ 195 - Fast and pure-Python implementation of sorted collections.
- TheAlgorithms - β 160888 π΄ 40767 - All Algorithms implemented in Python.
- Design Patterns
- PyPattyrn - β 2015 π΄ 143 - A simple yet effective library for implementing common design patterns.
- python-patterns - β 37686 π΄ 6835 - A collection of design patterns in Python.
- transitions - β 4939 π΄ 514 - A lightweight, object-oriented finite state machine implementation.
ASGI-compatible web servers.
- daphne - β 2050 π΄ 242 - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP.
- uvicorn - β 6752 π΄ 596 - A lightning-fast ASGI server implementation, using uvloop and httptools.
- π asyncio - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
- trio - β 5438 π΄ 304 - A friendly library for async concurrency and I/O.
- π Twisted - An event-driven networking engine.
- uvloop - β 9432 π΄ 554 - Ultra fast asyncio event loop.
Libraries for manipulating audio and its metadata.
- Audio
- audioread - β 442 π΄ 107 - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- dejavu - β 6081 π΄ 1405 - Audio fingerprinting and recognition.
- kapre - β 892 π΄ 146 - Keras Audio Preprocessors
- librosa - β 6052 π΄ 888 - Python library for audio and music analysis
- matchering - β 994 π΄ 132 - A library for automated reference audio mastering.
- π mingus - An advanced music theory and notation package with MIDI file and playback support.
- pyAudioAnalysis - β 5352 π΄ 1150 - Audio feature extraction, classification, segmentation and applications.
- pydub - β 7435 π΄ 952 - Manipulate audio with a simple and easy high level interface.
- TimeSide - β 351 π΄ 62 - Open web audio processing framework.
- Metadata
- beets - β 11754 π΄ 1808 - A music library manager and MusicBrainz tagger.
- eyeD3 - β 481 π΄ 58 - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
- mutagen - β 1293 π΄ 143 - A Python module to handle audio metadata.
- tinytag - β 607 π΄ 100 - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
Libraries for implementing authentications schemes.
- OAuth
- authlib - β 3841 π΄ 377 - JavaScript Object Signing and Encryption draft implementation.
- django-allauth - β 8066 π΄ 2819 - Authentication app for Django that "just works."
- django-oauth-toolkit - β 2855 π΄ 751 - OAuth 2 goodies for Django.
- oauthlib - β 2609 π΄ 488 - A generic and thorough implementation of the OAuth request-signing logic.
- python-oauth2 - β 2982 π΄ 1046 - A fully tested, abstract interface to creating OAuth clients and servers.
- python-social-auth - β 2834 π΄ 1121 - An easy-to-setup social authentication mechanism.
- JWT
- pyjwt - β 4633 π΄ 637 - JSON Web Token implementation in Python.
- python-jose - β 1321 π΄ 226 - A JOSE implementation in Python.
- python-jwt - β 213 π΄ 27 - 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 - β 6886 π΄ 768 - A console tool to build code with different development platforms.
- pybuilder - β 1555 π΄ 257 - A continuous build tool written in pure Python.
- π SCons - A software construction tool.
Libraries for enhancing Python built-in classes.
- attrs - β 4826 π΄ 343 - Replacement for
__init__
,__eq__
,__repr__
, etc. boilerplate in class definitions. - bidict - β 1310 π΄ 57 - Efficient, Pythonic bidirectional map data structures and related functionality..
- Box - β 2231 π΄ 104 - Python dictionaries with advanced dot notation access.
- π dataclasses - (Python standard library) Data classes.
- DottedDict - β 168 π΄ 25 - 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 - β 870 π΄ 229 - One of the most advanced Content Management Systems built on Django.
- indico - β 1502 π΄ 371 - A feature-rich event management system, made @ CERN.
- Kotti - β 401 π΄ 116 - A high-level, Pythonic web application framework built on Pyramid.
- mezzanine - β 4637 π΄ 1636 - A powerful, consistent, and flexible content management platform.
- π plone - A CMS built on top of the open source application server Zope.
- quokka - β 2227 π΄ 457 - Flexible, extensible, small CMS powered by Flask and MongoDB.
- π wagtail - A Django content management system.
Libraries for caching data.
- beaker - β 506 π΄ 142 - A WSGI middleware for sessions and caching.
- django-cache-machine - β 859 π΄ 162 - Automatic caching and invalidation for Django models.
- django-cacheops - β 1862 π΄ 218 - 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 - β 469 π΄ 134 - 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 - β 2946 π΄ 605 - 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 - β 3477 π΄ 1346 - Language independent and easily extendable code analysis application.
- code2flow - β 3292 π΄ 246 - Turn your Python and JavaScript code into DOT flowcharts.
- prospector - β 1830 π΄ 170 - A tool to analyse Python code.
- pycallgraph - β 1742 π΄ 314 - A library that visualises the flow (call graph) of your Python application.
- vulture - β 2634 π΄ 125 - A tool for finding and analysing dead Python code.
- Code Linters
- π flake8 - A wrapper around
pycodestyle
,pyflakes
and McCabe.- awesome-flake8-extensions - β 1117 π΄ 43
- pylama - β 1003 π΄ 102 - A code audit tool for Python and JavaScript.
- π pylint - A fully customizable source code analyzer.
- wemake-python-styleguide - β 2249 π΄ 376 - 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 - β 6402 π΄ 428 - Performant type checking.
- typeshed - β 3682 π΄ 1563 - Collection of library stubs for Python, with static types.
- Static Type Annotations Generators
- MonkeyType - β 4297 π΄ 159 - A system for Python that generates static type annotations by collecting runtime types.
- pyannotate - β 1389 π΄ 61 - Auto-generate PEP-484 annotations.
- pytype - β 4274 π΄ 277 - 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 - β 24846 π΄ 1405 - A library for creating command line interfaces from absolutely any Python object.
- python-prompt-toolkit - β 8451 π΄ 687 - A library for building powerful interactive command lines.
- Terminal Rendering
- alive-progress - β 4535 π΄ 183 - A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
- asciimatics - β 3354 π΄ 242 - A package to create full-screen text UIs (from interactive forms to ASCII animations).
- bashplotlib - β 1746 π΄ 135 - Making basic plots in the terminal.
- π colorama - Cross-platform colored terminal text.
- rich - β 43909 π΄ 1592 - Python library for rich text and beautiful formatting in the terminal. Also provides a great
RichHandler
log handler. - tqdm - β 25235 π΄ 1284 - Fast, extensible progress bar for loops and CLI.
Useful CLI-based tools for productivity.
- Productivity Tools
- copier - β 1147 π΄ 128 - A library and command-line utility for rendering projects templates.
- cookiecutter - β 19920 π΄ 1862 - A command-line utility that creates projects from cookiecutters (project templates).
- doitlive - β 3306 π΄ 100 - A tool for live presentations in the terminal.
- howdoi - β 10134 π΄ 866 - Instant coding answers via the command line.
- Invoke - β 4012 π΄ 352 - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
- PathPicker - β 4931 π΄ 311 - Select files out of bash output.
- percol - β 3206 π΄ 148 - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
- thefuck - β 78474 π΄ 3386 - Correcting your previous console command.
- tmuxp - β 3727 π΄ 228 - A tmux session manager.
- try - β 680 π΄ 41 - A dead simple CLI to try out python packages - it's never been easier.
- CLI Enhancements
- httpie - β 28467 π΄ 3789 - A command line HTTP client, a user-friendly cURL replacement.
- iredis - β 2319 π΄ 93 - Redis CLI with autocompletion and syntax highlighting.
- kube-shell - β 2306 π΄ 176 - An integrated shell for working with the Kubernetes CLI.
- litecli - β 1851 π΄ 65 - SQLite CLI with autocompletion and syntax highlighting.
- mycli - β 10970 π΄ 650 - MySQL CLI with autocompletion and syntax highlighting.
- pgcli - β 11172 π΄ 518 - PostgreSQL CLI with autocompletion and syntax highlighting.
- saws - β 5148 π΄ 287 - 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 - β 318 π΄ 55 - Modernizes Python code for eventual Python 3 migration.
- π six - Python 2 and 3 compatibility utilities.
Libraries for Computer Vision.
- EasyOCR - β 18816 π΄ 2669 - Ready-to-use OCR with 40+ languages supported.
- Face Recognition - β 48796 π΄ 13016 - Simple facial recognition library.
- Kornia - β 8362 π΄ 851 - Open Source Differentiable Computer Vision Library for PyTorch.
- π OpenCV - Open Source Computer Vision Library.
- pytesseract - β 4944 π΄ 661 - A wrapper for Google Tesseract OCR.
- SimpleCV - β 2616 π΄ 814 - An open source framework for building computer vision applications.
- tesserocr - β 1813 π΄ 251 - 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 - β 1492 π΄ 230 - A coroutine-based Python networking library that uses greenlet.
- π multiprocessing - (Python standard library) Process-based parallelism.
- scoop - β 595 π΄ 89 - Scalable Concurrent Operations in Python.
- uvloop - β 9432 π΄ 554 - Ultra fast implementation of
asyncio
event loop on top oflibuv
.
Libraries for storing and parsing configuration options.
- configobj - β 295 π΄ 70 - INI file parser with validation.
- π configparser - (Python standard library) INI file parser.
- hydra - β 7315 π΄ 594 - Hydra is a framework for elegantly configuring complex applications.
- π profig - Config from multiple formats with value conversion.
- python-decouple - β 2460 π΄ 178 - Strict separation of settings from code.
- π cryptography - A package designed to expose cryptographic primitives and recipes to Python developers.
- paramiko - β 8410 π΄ 1933 - The leading native Python SSHv2 protocol library.
- π passlib - Secure password storage/hashing library, very high level.
- pynacl - β 982 π΄ 225 - Python binding to the Networking and Cryptography (NaCl) library.
Libraries for data analyzing.
- AWS Data Wrangler - β 3526 π΄ 624 - Pandas on AWS.
- Blaze - β 3154 π΄ 390 - NumPy and Pandas interface to Big Data.
- Open Mining - β 1230 π΄ 241 - Business Intelligence (BI) in Pandas interface.
- Optimus - β 1389 π΄ 233 - 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 - β 2995 π΄ 237 - A lightweight and extensible data validation library.
- π colander - Validating and deserializing data obtained via XML, JSON, an HTML form post.
- jsonschema - β 4186 π΄ 563 - An implementation of JSON Schema for Python.
- schema - β 2762 π΄ 197 - A library for validating Python data structures.
- Schematics - β 2560 π΄ 291 - Data Structure Validation.
- valideer - β 262 π΄ 24 - Lightweight extensible data validation and adaptation library.
- voluptuous - β 1773 π΄ 208 - A Python data validation library.
Libraries for visualizing data. Also see awesome-javascript.
- Altair - β 8368 π΄ 737 - Declarative statistical visualization library for Python.
- Bokeh - β 17747 π΄ 4112 - Interactive Web Plotting for Python.
- bqplot - β 3451 π΄ 474 - Interactive Plotting Library for the Jupyter Notebook
- Cartopy - β 1244 π΄ 348 - A cartographic python library with matplotlib support
- π Dash - Built on top of Flask, React and Plotly aimed at analytical web applications.
- awesome-dash - β 1883 π΄ 243
- diagrams - β 30222 π΄ 1918 - Diagram as Code.
- π Matplotlib - A Python 2D plotting library.
- plotnine - β 3510 π΄ 203 - 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 - β 10907 π΄ 1738 - Statistical data visualization using Matplotlib.
- VisPy - β 3084 π΄ 606 - High-performance scientific visualization based on OpenGL.
Databases implemented in Python.
- pickleDB - β 795 π΄ 123 - A simple and lightweight key-value store for Python.
- tinydb - β 5967 π΄ 510 - A tiny, document-oriented database.
- ZODB - β 614 π΄ 87 - A native object database for Python. A key-value and object graph database.
Libraries for connecting and operating databases.
- MySQL - awesome-mysql
- mysqlclient - β 2273 π΄ 412 - MySQL connector with Python 3 support (mysql-python fork).
- PyMySQL - β 7328 π΄ 1409 - A pure Python MySQL driver compatible to mysql-python.
- PostgreSQL - awesome-postgres
- π psycopg2 - The most popular PostgreSQL adapter for Python.
- queries - β 258 π΄ 34 - A wrapper of the psycopg2 library for interacting with PostgreSQL.
- Other Relational Databases
- π pymssql - A simple database interface to Microsoft SQL Server.
- SuperSQLite - β 713 π΄ 24 - A supercharged SQLite library built on top of apsw.
- NoSQL Databases
- cassandra-driver - β 1342 π΄ 522 - The Python Driver for Apache Cassandra.
- happybase - β 603 π΄ 165 - A developer-friendly library for Apache HBase.
- kafka-python - β 5231 π΄ 1358 - The Python client for Apache Kafka.
- π py2neo - A client library and toolkit for working with Neo4j.
- pymongo - β 3882 π΄ 1116 - The official Python client for MongoDB.
- redis-py - β 11629 π΄ 2386 - The Python client for Redis.
- Asynchronous Clients
- motor - β 2183 π΄ 200 - 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 - β 341 π΄ 16 - A Python 3 library for parsing human-written times and dates.
- dateutil - β 2095 π΄ 439 - Extensions to the standard Python datetime module.
- delorean - β 1844 π΄ 133 - A library for clearing up the inconvenient truths that arise dealing with datetimes.
- maya - β 3385 π΄ 222 - Datetimes for Humans.
- moment - β 716 π΄ 49 - A Python library for dealing with dates/times. Inspired by Moment.js.
- Pendulum - β 5519 π΄ 336 - Python datetimes made easy.
- PyTime - β 151 π΄ 26 - 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 - β 190 π΄ 20 - Providing user-friendly functions to help perform common date and time actions.
Libraries for debugging code.
- pdb-like Debugger
- Tracing
- lptrace - β 691 π΄ 42 - strace for Python programs.
- manhole - β 342 π΄ 21 - Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt.
- pyringe - β 1638 π΄ 81 - Debugger capable of attaching to and injecting code into Python processes.
- python-hunter - β 739 π΄ 43 - A flexible code tracing toolkit.
- Profiler
- line_profiler - β 3600 π΄ 258 - Line-by-line profiling.
- memory_profiler - β 81 π΄ 13 - Monitor Memory usage of Python code.
- profiling - β 2972 π΄ 121 - An interactive Python profiler.
- py-spy - β 10589 π΄ 376 - A sampling profiler for Python programs. Written in Rust.
- pyflame - β 2973 π΄ 240 - A ptracing profiler For Python.
- vprof - β 3926 π΄ 170 - Visual Python profiler.
- Others
- django-debug-toolbar - β 7564 π΄ 1020 - Display various debug information for Django.
- django-devserver - β 1274 π΄ 167 - A drop-in replacement for Django's runserver.
- flask-debugtoolbar - β 876 π΄ 131 - A port of the django-debug-toolbar to flask.
- icecream - β 6848 π΄ 143 - Inspect variables, expressions, and program execution with a single, simple function call.
- pyelftools - β 1701 π΄ 486 - Parsing and analyzing ELF files and DWARF debugging information.
Frameworks for Neural Networks and Deep Learning. Also see awesome-deep-learning.
- caffe - β 33468 π΄ 18994 - A fast open framework for deep learning..
- keras - β 58844 π΄ 19379 - A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
- mxnet - β 20486 π΄ 6882 - A deep learning framework designed for both efficiency and flexibility.
- pytorch - β 68879 π΄ 18847 - Tensors and Dynamic neural networks in Python with strong GPU acceleration.
- SerpentAI - β 6529 π΄ 774 - Game agent framework. Use any video game as a deep learning sandbox.
- tensorflow - β 176201 π΄ 88687 - The most popular Deep Learning framework created by Google.
- Theano - β 9756 π΄ 2511 - A library for fast numerical computation.
Software and libraries for DevOps.
- Configuration Management
- ansible - β 57982 π΄ 23510 - 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 - β 2350 π΄ 306 - A versatile CLI tools and python libraries to automate infrastructure.
- saltstack - β 13353 π΄ 5440 - Infrastructure automation and management system.
- SSH-style Deployment
- Process Management
- honcho - β 1534 π΄ 143 - A Python clone of Foreman, for managing Procfile-based applications.
- supervisor - β 7830 π΄ 1219 - Supervisor process control system for UNIX.
- Monitoring
- psutil - β 9402 π΄ 1344 - 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 - β 11203 π΄ 1633 - A flexible parallel computing library for analytic computing.
- luigi - β 16648 π΄ 2376 - A module that helps you build complex pipelines of batch jobs.
- mrjob - β 2604 π΄ 606 - Run MapReduce jobs on Hadoop or Amazon Web Services.
- π PySpark - Apache Spark Python API.
- Ray - β 26613 π΄ 4606 - A system for parallel and distributed Python that unifies the machine learning ecosystem.
- Stream Processing
- faust - β 6572 π΄ 551 - A stream processing library, porting the ideas from Kafka Streams to Python.
- streamparse - β 1482 π΄ 220 - Run Python code against real-time streams of data via Apache Storm.
Libraries to create packaged executables for release distribution.
- dh-virtualenv - β 1571 π΄ 191 - 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 - β 2327 π΄ 234 - A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
- PyInstaller - β 10446 π΄ 1892 - Converts Python programs into stand-alone executables (cross-platform).
- π pynsist - A tool to build Windows installers, installers bundle Python itself.
- shiv - β 1609 π΄ 85 - A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included.
Libraries for generating project documentation.
- sphinx - β 5521 π΄ 1947 - Python Documentation generator.
- awesome-sphinxdoc - β 872 π΄ 70
- pdoc - β 1588 π΄ 177 - Epydoc replacement to auto generate API documentation for Python libraries.
- pycco - β 827 π΄ 148 - The literate-programming-style documentation generator.
Libraries for downloading.
- akshare - β 6813 π΄ 1504 - A financial data interface library, built for human beings!
- s3cmd - β 4208 π΄ 898 - A command line tool for managing Amazon S3 and CloudFront.
- s4cmd - β 1301 π΄ 207 - 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 - β 325 π΄ 98 - Unofficial Alipay API for Python.
- Cartridge - β 692 π΄ 302 - A shopping cart app built using the Mezzanine.
- π django-oscar - An open-source e-commerce framework for Django.
- django-shop - β 3018 π΄ 1019 - A Django based shop system.
- forex-python - β 586 π΄ 176 - Foreign exchange rates, Bitcoin price index and currency conversion.
- merchant - β 1013 π΄ 175 - A Django app to accept payments from various payment processors.
- money - β 224 π΄ 30 -
Money
class with optional CLDR-backed locale-aware formatting and an extensible currency exchange. - python-currencies - β 69 π΄ 12 - 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 - β 1848 π΄ 255 - Emacs Python Development Environment.
- Sublime Text
- anaconda - β 2192 π΄ 264 - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
- SublimeJEDI - β 940 π΄ 113 - A Sublime Text plugin to the awesome auto-complete library Jedi.
- Vim
- jedi-vim - β 5185 π΄ 377 - Vim bindings for the Jedi auto-completion library for Python.
- python-mode - β 5417 π΄ 893 - An all in one plugin for turning Vim into a Python IDE.
- YouCompleteMe - β 24841 π΄ 2821 - Includes Jedi-based completion engine for Python.
- Visual Studio
- PTVS - β 2466 π΄ 700 - 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 - β 7681 π΄ 1552 - Open Source Python IDE.
Libraries for sending and parsing email.
- Mail Servers
- Clients
- Others
Libraries for Python version and virtual environment management.
- pyenv - β 32557 π΄ 2819 - Simple Python version management.
- virtualenv - β 4501 π΄ 1014 - 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 - β 1057 π΄ 141 - A module wrapper for os.path.
- π pathlib - (Python standard library) An cross-platform, object-oriented path library.
- PyFilesystem2 - β 1867 π΄ 176 - Python's filesystem abstraction layer.
- python-magic - β 2361 π΄ 264 - A Python interface to the libmagic file type identification library.
- Unipath - β 514 π΄ 39 - An object-oriented approach to file/directory operations.
- watchdog - β 5886 π΄ 680 - 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 - β 398 π΄ 162 - Python HTML form generation library influenced by the formish form generation library.
- django-bootstrap3 - β 2317 π΄ 694 - Bootstrap 3 integration with Django.
- django-bootstrap4 - β 1002 π΄ 257 - Bootstrap 4 integration with Django.
- django-crispy-forms - β 4739 π΄ 733 - A Django app which lets you create beautiful forms in a very elegant and DRY way.
- django-remote-forms - β 222 π΄ 113 - A platform independent Django form serializer.
- WTForms - β 1405 π΄ 386 - A flexible forms validation and rendering library.
Functional Programming with Python.
- Coconut - β 3767 π΄ 112 - A variant of Python built for simple, elegant, Pythonic functional programming.
- CyToolz - β 927 π΄ 67 - Cython implementation of
Toolz
: High performance functional utilities. - fn.py - β 3301 π΄ 200 - Functional programming in Python: implementation of missing features to enjoy FP.
- funcy - β 3104 π΄ 141 - A fancy and practical functional tools.
- more-itertools - β 3124 π΄ 251 - More routines for operating on iterables, beyond
itertools
. - returns - β 2827 π΄ 98 - A set of type-safe monads, transformers, and composition utilities.
- Toolz - β 4280 π΄ 251 - 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 - β 5709 π΄ 558 - A library for making simple Electron-like offline HTML/JS GUI apps.
- enaml - β 1486 π΄ 132 - Creating beautiful user-interfaces with Declarative Syntax like QML.
- Flexx - β 3139 π΄ 262 - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
- Gooey - β 17711 π΄ 945 - 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 - β 1529 π΄ 268 - 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 - β 11811 π΄ 1746 - Wrapper for tkinter, Qt, WxPython and Remi.
- pywebview - β 3664 π΄ 477 - A lightweight cross-platform native wrapper around a webview component.
- π Tkinter - Tkinter is Python's de-facto standard GUI package.
- Toga - β 3542 π΄ 598 - 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 - β 10714 π΄ 586 - A Simple GPU accelerated Python GUI framework
Libraries for working with GraphQL.
- graphene - β 7728 π΄ 829 - GraphQL framework for Python.
- tartiflette-aiohttp - β 60 π΄ 9 - An
aiohttp
-based wrapper for Tartiflette to expose GraphQL APIs over HTTP. - tartiflette-asgi - β 100 π΄ 16 - 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 - β 1289 π΄ 257 - A Django app that provides a country field for models and forms.
- π GeoDjango - A world-class geographic web framework.
- GeoIP - β 232 π΄ 63 - Python API for MaxMind GeoIP Legacy Database.
- geojson - β 823 π΄ 118 - Python bindings and utilities for GeoJSON.
- geopy - β 4008 π΄ 614 - 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 - β 2528 π΄ 253 - A whitelist-based HTML sanitization and text linkification library.
- π cssutils - A CSS library for Python.
- html5lib - β 1041 π΄ 279 - 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 - β 538 π΄ 147 - Implements a XML/HTML/XHTML Markup safe string for Python.
- pyquery - β 2216 π΄ 183 - A jQuery-like library for parsing HTML.
- untangle - β 597 π΄ 83 - 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 - β 5173 π΄ 469 - Working with XML feel like you are working with JSON.
Libraries for working with HTTP.
- grequests - β 4272 π΄ 334 - requests + gevent for asynchronous HTTP requests.
- httplib2 - β 469 π΄ 196 - Comprehensive HTTP client library.
- httpx - β 10783 π΄ 709 - A next generation HTTP client for Python.
- requests - β 49914 π΄ 9140 - HTTP Requests for Humans.
- treq - β 556 π΄ 142 - Python requests like API built on top of Twisted's HTTP client.
- urllib3 - β 3447 π΄ 1080 - 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 - β 3439 π΄ 406 - Hook and simulate global keyboard events on Windows and Linux.
- mouse - β 776 π΄ 123 - 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 - β 1066 π΄ 248 - A module for cross-platform control of the mouse and keyboard.
- scapy - β 8986 π΄ 1883 - A brilliant packet manipulation library.
- wifi - β 291 π΄ 166 - A Python library and command line tool for working with WiFi on Linux.
Libraries for manipulating images.
- hmap - β 203 π΄ 24 - Image histogram remapping.
- π imgSeek - A project for searching a collection of images using visual similarity.
- nude.py - β 914 π΄ 134 - Nudity detection.
- pagan - β 297 π΄ 43 - Retro identicon (Avatar) generation based on input string and hash.
- pillow - β 10982 π΄ 2076 - Pillow is the friendly PIL fork.
- python-barcode - β 474 π΄ 113 - Create barcodes in Python with no extra dependencies.
- π PyMatting - A library for alpha matting.
- python-qrcode - β 3761 π΄ 600 - A pure Python QR Code generator.
- pywal - β 7370 π΄ 293 - A tool that generates color schemes from images.
- pyvips - β 525 π΄ 48 - A fast image processing library with low memory needs.
- Quads - β 1145 π΄ 146 - Computer art based on quadtrees.
- π scikit-image - A Python library for (scientific) image processing.
- thumbor - β 9558 π΄ 818 - A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
- wand - β 1295 π΄ 195 - Python bindings for MagickWand, C API for ImageMagick.
Implementations of Python.
- CLPython - β 356 π΄ 36 - Implementation of the Python programming language written in Common Lisp.
- CPython - β 54512 π΄ 27255 - Default, most widely used implementation of the Python programming language written in C.
- π Cython - Optimizing Static Compiler for Python.
- Grumpy - β 10579 π΄ 673 - More compiler than interpreter as more powerful CPython2.7 replacement (alpha).
- IronPython - β 2168 π΄ 261 - Implementation of the Python programming language written in C#.
- π Jython - Implementation of Python programming language written in Java for the JVM.
- MicroPython - β 16880 π΄ 6617 - A lean and efficient Python programming language implementation.
- π Numba - Python JIT compiler to LLVM aimed at scientific Python.
- PeachPy - β 1778 π΄ 161 - x86-64 assembler embedded in Python.
- Pyjion - β 1579 π΄ 132 - A JIT for Python based upon CoreCLR.
- π PyPy - A very fast and compliant implementation of the Python language.
- Pyston - β 4923 π΄ 304 - A Python implementation using JIT techniques.
- Stackless Python - β 940 π΄ 61 - An enhanced version of the Python programming language.
Interactive Python interpreters (REPL).
- bpython - β 2397 π΄ 232 - 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 - β 3434 π΄ 409
- ptpython - β 4789 π΄ 265 - Advanced Python REPL built on top of the python-prompt-toolkit.
Libraries for working with i18n.
- π Babel - An internationalization library for Python.
- PyICU - β 130 π΄ 50 - 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 - β 826 π΄ 287 - A calendaring app for Django.
- π doit - A task runner and build tool.
- gunnery - β 753 π΄ 77 - Multipurpose task execution tool for distributed systems with web-based interface.
- π Joblib - A set of tools to provide lightweight pipelining in Python.
- Plan - β 1170 π΄ 96 - Writing crontab file in Python like a charm.
- Prefect - β 12331 π΄ 1286 - A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
- schedule - β 10929 π΄ 935 - Python job scheduling for humans.
- Spiff - β 1459 π΄ 301 - 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 - β 15349 π΄ 626 - Library which aims to bring enjoyable logging in Python.
- sentry-python - β 1566 π΄ 394 - Sentry SDK for Python.
- π structlog - Structured logging made easy.
Libraries for Machine Learning. Also see awesome-machine-learning.
- gym - β 32370 π΄ 8538 - A toolkit for developing and comparing reinforcement learning algorithms.
- H2O - β 6383 π΄ 1984 - Open Source Fast Scalable Machine Learning Platform.
- Metrics - β 1594 π΄ 453 - Machine learning evaluation metrics.
- NuPIC - β 6325 π΄ 1583 - 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 - β 164 π΄ 30 - A lightweight Python wrapper for Vowpal Wabbit.
- xgboost - β 24378 π΄ 8624 - A scalable, portable, and distributed gradient boosting library.
- MindsDB - β 17267 π΄ 2206 - 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 - β 3847 π΄ 645 - Python Integration with the .NET Common Language Runtime (CLR).
- PyWin32 - β 4432 π΄ 771 - 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 - β 1538 π΄ 177 - A fast Python in-process signal/event dispatching system.
- boltons - β 6232 π΄ 345 - A set of pure-Python utilities.
- itsdangerous - β 2700 π΄ 219 - Various helpers to pass trusted data to untrusted environments.
- magenta - β 18574 π΄ 3753 - A tool to generate music and art using artificial intelligence.
- pluginbase - β 1063 π΄ 145 - A simple but flexible plugin system for Python.
- π tryton - A general purpose business framework.
Libraries for working with human languages.
- General
- gensim - β 14499 π΄ 4369 - Topic Modeling for Humans.
- langid.py - β 2109 π΄ 304 - Stand-alone language identification system.
- π nltk - A leading platform for building Python programs to work with human language data.
- pattern - β 8519 π΄ 1600 - A web mining module.
- polyglot - β 2188 π΄ 332 - Natural language pipeline supporting hundreds of languages.
- pytext - β 6358 π΄ 826 - A natural language modeling framework based on PyTorch.
- PyTorch-NLP - β 2186 π΄ 260 - A toolkit enabling rapid deep learning NLP prototyping for research.
- π spacy - A library for industrial-strength natural language processing in Python and Cython.
- Stanza - β 6699 π΄ 858 - The Stanford NLP Group's official Python library, supporting 60+ languages.
- Chinese
- funNLP - β 52697 π΄ 12982 - A collection of tools and datasets for Chinese NLP.
- jieba - β 30917 π΄ 6699 - The most popular Chinese text segmentation library.
- pkuseg-python - β 6197 π΄ 972 - A toolkit for Chinese word segmentation in various domains.
- snownlp - β 6131 π΄ 1360 - A library for processing Chinese text.
Tools and libraries for Virtual Networking and SDN (Software Defined Networking).
- mininet - β 4864 π΄ 1717 - A popular network emulator and API written in Python.
- napalm - β 2081 π΄ 545 - Cross-vendor API to manipulate network devices.
- pox - β 602 π΄ 465 - A Python-based SDN control applications, such as OpenFlow SDN controllers.
Libraries for building user's activities.
- django-activity-stream - β 2222 π΄ 490 - Generating generic activity streams from the actions on your site.
- Stream Framework - β 4694 π΄ 569 - 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 - β 2627 π΄ 147
- dataset - β 4589 π΄ 296 - Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
- orator - β 1405 π΄ 168 - The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
- orm - β 1737 π΄ 99 - An async ORM.
- peewee - β 10193 π΄ 1371 - A small, expressive ORM.
- pony - β 3270 π΄ 237 - ORM that provides a generator-oriented interface to SQL.
- pydal - β 456 π΄ 135 - A pure Python Database Abstraction Layer.
- NoSQL Databases
- hot-redis - β 284 π΄ 31 - Rich Python data types for Redis.
- mongoengine - β 4025 π΄ 1223 - A Python Object-Document-Mapper for working with MongoDB.
- PynamoDB - β 2216 π΄ 422 - A Pythonic interface for Amazon DynamoDB.
- redisco - β 436 π΄ 80 - A Python Library for Simple Models and Containers Persisted in Redis.
Libraries for package and dependency management.
- π pip - The package installer for Python.
- conda - β 5576 π΄ 1392 - Cross-platform, Python-agnostic binary package manager.
- poetry - β 25742 π΄ 2003 - Python dependency management and packaging made easy.
Local PyPI repository server and proxies.
- bandersnatch - β 374 π΄ 142 - PyPI mirroring tool provided by Python Packaging Authority (PyPA).
- devpi - β 720 π΄ 122 - PyPI server and packaging/testing/release tool.
- localshop - β 391 π΄ 114 - Local PyPI server (custom packages and auto-mirroring of pypi).
- warehouse - β 3312 π΄ 963 - Next generation Python Package Repository (PyPI).
Frameworks and tools for penetration testing.
- fsociety - β 8686 π΄ 1847 - A Penetration testing framework.
- setoolkit - β 9097 π΄ 2533 - A toolkit for social engineering.
- sqlmap - β 27518 π΄ 5332 - Automatic SQL injection and database takeover tool.
Libraries that allow or deny users access to data or functionality.
- django-guardian - β 3400 π΄ 554 - Implementation of per object permissions for Django 1.2+
- django-rules - β 1642 π΄ 135 - 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 - β 1665 π΄ 96 - Subprocesses for Humans 2.0.
- π sarge - Yet another wrapper for subprocess.
- sh - β 6656 π΄ 499 - A full-fledged subprocess replacement for Python.
Libraries for building recommender systems.
- annoy - β 11607 π΄ 1109 - Approximate Nearest Neighbors in C++/Python optimized for memory usage.
- fastFM - β 1039 π΄ 206 - A library for Factorization Machines.
- implicit - β 3220 π΄ 601 - A fast Python implementation of collaborative filtering for implicit datasets.
- libffm - β 1577 π΄ 464 - A library for Field-aware Factorization Machine (FFM).
- lightfm - β 4383 π΄ 673 - A Python implementation of a number of popular recommendation algorithms.
- spotlight - β 2881 π΄ 419 - Deep recommender models using PyTorch.
- Surprise - β 5874 π΄ 987 - A scikit for building and analyzing recommender systems.
- tensorrec - β 1236 π΄ 224 - 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 - β 1645 π΄ 163 - 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 - β 6618 π΄ 756 - REST API framework powered by Flask, MongoDB and good intentions.
- flask-api - β 1383 π΄ 185 - Browsable Web APIs for Flask.
- flask-restful - β 6625 π΄ 1028 - Quickly building REST APIs for Flask.
- Pyramid
- cornice - β 374 π΄ 153 - A RESTful framework for Pyramid.
- Framework agnostic
- apistar - β 5601 π΄ 427 - A smart Web API framework, designed for Python 3.
- falcon - β 9190 π΄ 917 - A high-performance framework for building cloud APIs and web app backends.
- fastapi - β 60384 π΄ 5059 - A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints.
- hug - β 6729 π΄ 388 - A Python 3 framework for cleanly exposing APIs.
- sandman2 - β 1953 π΄ 216 - Automated REST APIs for existing database-driven systems.
- sanic - β 17185 π΄ 1523 - 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 - β 19218 π΄ 5937 - 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) - β 1414 π΄ 237 - A transparent and symmetric RPC library for Python
- zeroRPC - β 3086 π΄ 388 - 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 - β 940 π΄ 357 - Providing best-practice pipelines for fully automated high throughput sequencing analysis.
- bccb - β 572 π΄ 239 - 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 - β 1931 π΄ 231 - 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 - β 1046 π΄ 520 - 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 - β 7663 π΄ 1797 - 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 - β 8679 π΄ 2735 - Statistical modeling and econometrics in Python.
- SymPy - β 11056 π΄ 3991 - A Python library for symbolic mathematics.
- Zipline - β 16305 π΄ 4606 - A Pythonic algorithmic trading library.
Libraries and software for indexing and performing search queries on data.
- django-haystack - β 3441 π΄ 1314 - Modular search for Django.
- elasticsearch-dsl-py - β 3678 π΄ 794 - The official high-level Python client for Elasticsearch.
- π elasticsearch-py - The official low-level Python client for Elasticsearch.
- pysolr - β 641 π΄ 331 - A lightweight Python wrapper for Apache Solr.
- π whoosh - A fast, pure Python search engine library.
Libraries for serializing complex data types
- marshmallow - β 6602 π΄ 628 - A lightweight library for converting complex objects to and from simple Python datatypes.
- pysimdjson - β 592 π΄ 49 - A Python bindings for simdjson.
- python-rapidjson - β 481 π΄ 43 - A Python wrapper around RapidJSON.
- ultrajson - β 4103 π΄ 368 - A fast JSON decoder and encoder written in C with Python bindings.
Frameworks for developing serverless Python code.
- python-lambda - β 1442 π΄ 232 - A toolkit for developing and deploying Python code in AWS Lambda.
- Zappa - β 11901 π΄ 1253 - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
Shells based on Python.
- xonsh - β 7119 π΄ 612 - A Python-powered, cross-platform, Unix-gazing shell language and command prompt.
Libraries for parsing and manipulating specific text formats.
- General
- tablib - β 4257 π΄ 578 - A module for Tabular Datasets in XLS, CSV, JSON, YAML.
- Office
- docxtpl - β 1610 π΄ 346 - Editing a docx document by jinja2 template
- π openpyxl - A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
- pyexcel - β 1129 π΄ 163 - Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files.
- python-docx - β 3688 π΄ 979 - Reads, queries and modifies Microsoft Word 2007/2008 docx files.
- python-pptx - β 1835 π΄ 434 - Python library for creating and updating PowerPoint (.pptx) files.
- unoconv - β 2428 π΄ 404 - Convert between any document format supported by LibreOffice/OpenOffice.
- XlsxWriter - β 3286 π΄ 612 - A Python module for creating Excel .xlsx files.
- xlwings - β 2638 π΄ 472 - A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
- xlwt / xlrd - β 1025 π΄ 295 - Writing and reading data and formatting information from Excel files.
- PDF
- PDFMiner - β 5051 π΄ 1135 - A tool for extracting information from PDF documents.
- PyPDF2 - β 5911 π΄ 1236 - A library capable of splitting, merging and transforming PDF pages.
- π ReportLab - Allowing Rapid creation of rich PDF documents.
- Markdown
- Mistune - β 2296 π΄ 237 - Fastest and full featured pure Python parsers of Markdown.
- Python-Markdown - β 3284 π΄ 838 - A Python implementation of John Gruberβs Markdown.
- YAML
- π PyYAML - YAML implementations for Python.
- CSV
- csvkit - β 5513 π΄ 595 - Utilities for converting to and working with CSV.
- Archive
- unp - β 407 π΄ 57 - 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 - β 3682 π΄ 314 - An easy to use static CMS and blog engine.
- mkdocs - β 16735 π΄ 2276 - Markdown friendly documentation generator.
- makesite - β 1725 π΄ 285 - Simple, lightweight, and magic-free static site/blog generator (< 130 lines).
- nikola - β 2460 π΄ 444 - A static website and blog generator.
- pelican - β 11660 π΄ 1820 - Static site generator that supports Markdown and reST syntax.
Libraries for tagging items.
- django-taggit - β 3063 π΄ 615 - Simple tagging for Django.
Libraries for working with task queues.
- π celery - An asynchronous task queue/job queue based on distributed message passing.
- daramatiq - β 3651 π΄ 258 - A fast and reliable background task processing library for Python 3.
- huey - β 4540 π΄ 365 - Little multi-threaded task queue.
- mrq - β 874 π΄ 121 - A distributed worker task queue in Python using Redis & gevent.
- rq - β 9004 π΄ 1360 - Simple job queues for Python.
Libraries and tools for templating and lexing.
- π Genshi - Python templating toolkit for generation of web-aware output.
- Jinja2 - β 9369 π΄ 1569 - 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 - β 6797 π΄ 565 - Hypothesis is an advanced Quickcheck style property based testing library.
- nose2 - β 757 π΄ 137 - The successor to
nose
, based on `unittest2. - π pytest - A mature full-featured Python testing tool.
- Robot Framework - β 8197 π΄ 2148 - A generic test automation framework.
- π unittest - (Python standard library) Unit testing framework.
- Test Runners
- green - β 770 π΄ 80 - 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 - β 21719 π΄ 2720 - Scalable user load testing tool written in Python.
- PyAutoGUI - β 8333 π΄ 1086 - PyAutoGUI is a cross-platform GUI automation Python module for human beings.
- Schemathesis - β 1785 π΄ 131 - A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
- π Selenium - Python bindings for Selenium WebDriver.
- sixpack - β 1751 π΄ 189 - A language-agnostic A/B Testing framework.
- splinter - β 2642 π΄ 509 - Open source tool for testing web applications.
- Mock
- π doublex - Powerful test doubles framework for Python.
- freezegun - β 3730 π΄ 254 - Travel through time by mocking the datetime module.
- httmock - β 457 π΄ 55 - A mocking library for requests for Python 2.6+ and 3.2+.
- httpretty - β 2056 π΄ 268 - HTTP request mock tool for Python.
- π mock - (Python standard library) A mocking and patching library.
- mocket - β 264 π΄ 41 - A socket mock framework with gevent/asyncio/SSL support.
- responses - β 3909 π΄ 331 - A utility library for mocking out the requests Python library.
- VCR.py - β 2438 π΄ 340 - Record and replay HTTP interactions on your tests.
- Object Factories
- factory_boy - β 3149 π΄ 378 - A test fixtures replacement for Python.
- mixer - β 907 π΄ 95 - Another fixtures replacement. Supported Django, Flask, SQLAlchemy, Peewee and etc.
- model_mommy - β 914 π΄ 147 - Creating random fixtures for testing in Django.
- Code Coverage
- π coverage - Code coverage measurement.
- Fake Data
- fake2db - β 2189 π΄ 120 - Fake database generator.
- faker - β 16029 π΄ 1789 - A Python package that generates fake data.
- mimesis - β 4005 π΄ 312 - is a Python library that help you generate fake data.
- π radar - Generate random datetime / time.
Libraries for parsing and manipulating plain texts.
- General
- chardet - β 1933 π΄ 250 - Python 2/3 compatible character encoding detector.
- π difflib - (Python standard library) Helpers for computing deltas.
- ftfy - β 3519 π΄ 117 - Makes Unicode text less broken and more consistent automagically.
- fuzzywuzzy - β 8914 π΄ 898 - Fuzzy String Matching.
- Levenshtein - β 1230 π΄ 156 - Fast computation of Levenshtein distance and string similarity.
- pangu.py - β 207 π΄ 24 - Paranoid text spacing.
- pyfiglet - β 1175 π΄ 111 - An implementation of figlet written in Python.
- pypinyin - β 4390 π΄ 592 - Convert Chinese hanzi (ζΌ’ε) to pinyin (ζΌι³).
- textdistance - β 3140 π΄ 244 - Compute distance between sequences with 30+ algorithms.
- π unidecode - ASCII transliterations of Unicode text.
- Slugify
- awesome-slugify - β 476 π΄ 46 - A Python slugify library that can preserve unicode.
- python-slugify - β 1354 π΄ 101 - A Python slugify library that translates unicode to ASCII.
- unicode-slugify - β 318 π΄ 52 - A slugifier that generates unicode slugs with Django as a dependency.
- Unique identifiers
- Parser
- ply - β 2526 π΄ 442 - Implementation of lex and yacc parsing tools for Python.
- π pygments - A generic syntax highlighter.
- pyparsing - β 1902 π΄ 260 - A general purpose framework for generating parsers.
- python-nameparser - β 596 π΄ 100 - Parsing human names into their individual components.
- python-phonenumbers - β 3258 π΄ 412 - Parsing, formatting, storing and validating international phone numbers.
- python-user-agents - β 1361 π΄ 201 - Browser user agent parser.
- sqlparse - β 3320 π΄ 652 - 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 - β 8197 π΄ 1777 - Python interface to Amazon Web Services.
- django-wordpress - β 338 π΄ 84 - WordPress models and views for Django.
- facebook-sdk - β 2689 π΄ 990 - Facebook Platform Python SDK.
- google-api-python-client - β 6728 π΄ 2364 - Google APIs Client Library for Python.
- gspread - β 6491 π΄ 919 - Google Spreadsheets Python API.
- twython - β 1854 π΄ 405 - A Python wrapper for the Twitter API.
Libraries for parsing URLs.
- furl - β 2480 π΄ 151 - A small Python library that makes parsing and manipulating URLs easy.
- purl - β 291 π΄ 38 - A simple, immutable URL class with a clean API for interrogation and manipulation.
- pyshorteners - β 364 π΄ 65 - A pure Python URL shortening lib.
- webargs - β 1336 π΄ 157 - 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 - β 124 π΄ 22 - Video processing routines for SciPy.
- vidgear - β 2848 π΄ 224 - Most Powerful multi-threaded Video Processing framework.
Tools for managing, compressing and minifying website assets.
- django-compressor - β 2691 π΄ 586 - Compresses linked and inline JavaScript or CSS into a single cached file.
- django-pipeline - β 1469 π΄ 377 - An asset packaging library for Django.
- django-storages - β 2442 π΄ 828 - 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 - β 438 π΄ 98 - Helps you integrate webassets into your Flask app.
- webassets - β 917 π΄ 262 - Bundles, optimizes, and manages unique cache-busting URLs for static resources.
Libraries for extracting web contents.
- html2text - β 1433 π΄ 242 - Convert HTML to Markdown-formatted text.
- lassie - β 586 π΄ 49 - Web Content Retrieval for Humans.
- micawber - β 603 π΄ 91 - A small library for extracting rich content from URLs.
- newspaper - β 12934 π΄ 2051 - News extraction, article extraction and content curation in Python.
- python-readability - β 2308 π΄ 345 - Fast Python port of arc90's readability tool.
- requests-html - β 13230 π΄ 965 - Pythonic HTML Parsing for Humans.
- sumy - β 3203 π΄ 512 - A module for automatic summarization of text documents and HTML pages.
- textract - β 3574 π΄ 535 - Extract text from any document, Word, PowerPoint, PDFs, etc.
- toapi - β 3394 π΄ 247 - Every web site provides APIs.
Libraries to automate web scraping.
- cola - β 1473 π΄ 546 - A distributed crawling framework.
- π feedparser - Universal feed parser.
- grab - β 2294 π΄ 278 - Site scraping framework.
- MechanicalSoup - β 4406 π΄ 394 - A Python library for automating interaction with websites.
- portia - β 8934 π΄ 1415 - Visual scraping for Scrapy.
- pyspider - β 15952 π΄ 3683 - A powerful spider system.
- robobrowser - β 3680 π΄ 343 - 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 - β 1239 π΄ 221
- awesome-django - β 7218 π΄ 1066
- π Flask - A microframework for Python.
- awesome-flask - β 11468 π΄ 1571
- π Pyramid - A small, fast, down-to-earth, open source Python web framework.
- awesome-pyramid - β 540 π΄ 59
- Masonite - β 2045 π΄ 129 - 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 - β 2429 π΄ 770 - WebSocket & WAMP for Python on Twisted and asyncio.
- channels - β 5657 π΄ 783 - Developer-friendly asynchrony for Django.
- websockets - β 4620 π΄ 493 - A library for building WebSocket servers and clients with a focus on correctness and simplicity.
WSGI-compatible web servers.
- bjoern - β 2923 π΄ 190 - Asynchronous, very fast and written in C.
- gunicorn - β 9027 π΄ 1665 - Pre-forked, partly written in C.
- π uWSGI - A project aims at developing a full stack for building hosting services, written in C.
- waitress - β 1273 π΄ 159 - Multi-threaded, powers Pyramid.
- werkzeug - β 6400 π΄ 1714 - 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
- π Awesome Python @LibHunt
- π Explore Python - Discover & find a curated list of popular & new libraries, top authors, trending project kits, discussions, tutorials & learning resources on kandi.
- Others
- π Python ZEEF
- π Pythonic News
- What the f*ck Python! - β 32855 π΄ 2575
- π 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.