Awesome Python
Last updated
Last updated
An opinionated list of awesome Python frameworks, libraries, software and resources.
Inspired by .
Libraries for administrative interfaces.
Algorithms
Design Patterns
Libraries for manipulating audio and its metadata.
Audio
Metadata
Libraries for implementing authentications schemes.
OAuth
JWT
Compile software from source code.
Libraries for enhancing Python built-in classes.
Content Management Systems.
Libraries for caching data.
Libraries for chatbot development.
Code Analysis
Code Linters
Code Formatters
Static Type Annotations Generators
Libraries for building command-line applications.
Command-line Application Development
Terminal Rendering
Useful CLI-based tools for productivity.
Productivity Tools
CLI Enhancements
Libraries for Computer Vision.
Libraries for storing and parsing configuration options.
Libraries for data analyzing.
Libraries for validating data. Used for forms in many cases.
Databases implemented in Python.
Libraries for connecting and operating databases.
Other Relational Databases
NoSQL Databases
Libraries for working with dates and times.
Libraries for debugging code.
pdb-like Debugger
Tracing
Profiler
Others
Software and libraries for DevOps.
Configuration Management
SSH-style Deployment
Process Management
Monitoring
Backup
Frameworks and libraries for Distributed Computing.
Batch Processing
Stream Processing
Libraries to create packaged executables for release distribution.
Libraries for generating project documentation.
Libraries for downloading.
Emacs
Vim
Visual Studio
Visual Studio Code
IDE
Libraries for sending and parsing email.
Mail Servers
Clients
Others
Libraries for Python version and virtual environment management.
Libraries for file manipulation.
Functional Programming with Python.
Libraries for working with graphical user interface applications.
Libraries for working with GraphQL.
Awesome game development libraries.
Libraries for geocoding addresses and working with latitudes and longitudes.
Libraries for working with HTML and XML.
Libraries for working with HTTP.
Libraries for programming with hardware.
Libraries for manipulating images.
Implementations of Python.
Interactive Python interpreters (REPL).
Libraries for working with i18n.
Libraries for scheduling jobs.
Libraries for generating and working with logs.
Python programming on Microsoft Windows.
Useful libraries or tools that don't fit in the categories above.
Libraries for working with human languages.
General
Chinese
Tools and libraries for Virtual Networking and SDN (Software Defined Networking).
Libraries for building user's activities.
Libraries that implement Object-Relational Mapping or data mapping techniques.
Relational Databases
NoSQL Databases
Libraries for package and dependency management.
Local PyPI repository server and proxies.
Frameworks and tools for penetration testing.
Libraries that allow or deny users access to data or functionality.
Libraries for starting and communicating with OS processes.
Libraries for building recommender systems.
Refactoring tools and libraries for Python
Libraries for building RESTful APIs.
Django
Flask
Pyramid
Framework agnostic
Libraries for robotics.
RPC-compatible servers.
Libraries and software for indexing and performing search queries on data.
Libraries for serializing complex data types
Frameworks for developing serverless Python code.
Shells based on Python.
Libraries for parsing and manipulating specific text formats.
General
Office
Markdown
YAML
CSV
Archive
Static site generator is a software that takes some text + templates as input and produces HTML files on the output.
Libraries for tagging items.
Libraries for working with task queues.
Libraries and tools for templating and lexing.
Libraries for testing codebases and generating test data.
Testing Frameworks
Test Runners
GUI / Web Testing
Mock
Object Factories
Code Coverage
Fake Data
Libraries for parsing and manipulating plain texts.
General
Slugify
Unique identifiers
Parser
Libraries for parsing URLs.
Libraries for manipulating video and GIFs.
Tools for managing, compressing and minifying website assets.
Libraries for extracting web contents.
Libraries to automate web scraping.
Synchronous
Asynchronous
Libraries for working with WebSocket.
WSGI-compatible web servers.
Where to discover learning resources or new Python libraries.
- The admin panel your servers deserve.
- A jazzy skin for the Django Admin-Interface.
- Simple and extensible administrative interface framework for Flask.
- Real-time monitor and web admin for Celery.
- Admin panel framework for any application with nice UI (ex Jet Django).
- A Django app which creates automatic web UIs for Python scripts.
- A framework which lets you build dashboards, generate reports, or create chat apps in minutes.
Python implementation of data structures, algorithms and design patterns. Also see .
- Minimal examples of data structures and algorithms.
- A collection of data structure and algorithms for coding interviews.
- Fast and pure-Python implementation of sorted collections.
- All Algorithms implemented in Python.
- A simple yet effective library for implementing common design patterns.
- A collection of design patterns in Python.
- A lightweight, object-oriented finite state machine implementation.
-compatible web servers.
- A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP.
- A lightning-fast ASGI server implementation, using uvloop and httptools.
- An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.
Libraries for asynchronous, concurrent and parallel execution. Also see .
- (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
- (Python standard library) A high-level interface for asynchronously executing callables.
- (Python standard library) Process-based parallelism.
- A friendly library for async concurrency and I/O.
- An event-driven networking engine.
- Ultra fast asyncio event loop.
- Asynchronous framework with WSGI support.
- A coroutine-based Python networking library that uses .
- Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- A library for audio and music analysis, feature extraction.
- Audio fingerprinting and recognition.
- Keras Audio Preprocessors.
- Python library for audio and music analysis.
- A library for automated reference audio mastering.
- An advanced music theory and notation package with MIDI file and playback support.
- Audio feature extraction, classification, segmentation and applications.
- Manipulate audio with a simple and easy high level interface.
- Open web audio processing framework.
- A music library manager and tagger.
- A tool for working with audio files, specifically MP3 files containing ID3 metadata.
- A Python module to handle audio metadata.
- A library for reading music meta data of MP3, OGG, FLAC and Wave files.
- JavaScript Object Signing and Encryption draft implementation.
- Authentication app for Django that "just works."
- OAuth 2 goodies for Django.
- A generic and thorough implementation of the OAuth request-signing logic.
- JSON Web Token implementation in Python.
- A JOSE implementation in Python.
- A make-like build tool for embedded Linux.
- A build system for creating, assembling and deploying applications from multiple parts.
- A console tool to build code with different development platforms.
- A continuous build tool written in pure Python.
- A software construction tool.
- Replacement for __init__
, __eq__
, __repr__
, etc. boilerplate in class definitions.
- Efficient, Pythonic bidirectional map data structures and related functionality..
- Python dictionaries with advanced dot notation access.
- (Python standard library) Data classes.
- A library that provides a method of accessing lists and dicts with a dotted path notation.
- One of the most advanced Content Management Systems built on Django.
- A feature-rich event management system, made @ .
- A Django content management system.
- A WSGI middleware for sessions and caching.
- Automatic caching and invalidation for Django models.
- A slick ORM cache with automatic granular event-driven invalidation.
- dogpile.cache is a next generation replacement for Beaker made by the same authors.
- Python caching library with tag-based invalidation and dogpile effect prevention.
- A Python wrapper around the interface.
- SQLite and file backed cache backend with faster lookups than memcached and redis.
- The easiest and most popular chatbot to implement ChatOps.
Tools of static analysis, linters and code quality checkers. Also see .
- Turn your Python and JavaScript code into DOT flowcharts.
- A tool to analyse Python code.
- A tool for finding and analysing dead Python code.
- A wrapper around pycodestyle
, pyflakes
and McCabe.
- A fully customizable source code analyzer.
- The uncompromising Python code formatter.
- A Python utility / library to sort imports.
- Yet another Python code formatter from Google.
Static Type Checkers, also see
- Check variable types during compile time.
- Performant type checking.
- Collection of library stubs for Python, with static types.
- A system for Python that generates static type annotations by collecting runtime types.
- Pytype checks and infers types for Python code - without requiring type annotations.
- CLI Application Framework for Python.
- A package for creating beautiful command line interfaces in a composable way.
- A framework for creating command-line programs with multi-level commands.
- A library for creating command line interfaces from absolutely any Python object.
- A library for building powerful interactive command lines.
- A new kind of Progress Bar, with real-time throughput, eta and very cool animations.
- A package to create full-screen text UIs (from interactive forms to ASCII animations).
- Making basic plots in the terminal.
- Cross-platform colored terminal text.
- Python library for rich text and beautiful formatting in the terminal. Also provides a great RichHandler
log handler.
- Fast, extensible progress bar for loops and CLI.
- A library and command-line utility for rendering projects templates.
- A command-line utility that creates projects from cookiecutters (project templates).
- A tool for live presentations in the terminal.
- Instant coding answers via the command line.
- A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.
- Select files out of bash output.
- Correcting your previous console command.
- A session manager.
- A dead simple CLI to try out python packages - it's never been easier.
- A command line HTTP client, a user-friendly cURL replacement.
- Redis CLI with autocompletion and syntax highlighting.
- SQLite CLI with autocompletion and syntax highlighting.
- MySQL CLI with autocompletion and syntax highlighting.
- PostgreSQL CLI with autocompletion and syntax highlighting.
- Ready-to-use OCR with 40+ languages supported.
- Open Source Differentiable Computer Vision Library for PyTorch.
- Open Source Computer Vision Library.
- A wrapper for .
- Another simple, Pillow-friendly, wrapper around the tesseract-ocr
API for OCR.
- (Python standard library) INI file parser.
- INI file parser with validation.
- Hydra is a framework for elegantly configuring complex applications.
- Strict separation of settings from code.
- A package designed to expose cryptographic primitives and recipes to Python developers.
- The leading native Python SSHv2 protocol library.
- Python binding to the Networking and Cryptography (NaCl) library.
- A library providing high-performance, easy-to-use data structures and data analysis tools.
- Pandas on AWS.
- An open source multi-tool for exploring and publishing data.
- Agile Data Science Workflows made easy with PySpark.
- A lightweight and extensible data validation library.
- Validating and deserializing data obtained via XML, JSON, an HTML form post.
- An implementation of for Python.
- A library for validating Python data structures.
- Data Structure Validation.
- A Python data validation library.
- Data validation using Python type hints.
Libraries for visualizing data. Also see .
- Declarative statistical visualization library for Python.
- Interactive Web Plotting for Python.
- Interactive Plotting Library for the Jupyter Notebook.
- A cartographic python library with matplotlib support.
- Diagram as Code.
- A Python 2D plotting library.
- A grammar of graphics for Python based on ggplot2.
- A Python SVG Charts Creator.
- Python interface to .
- Interactive and realtime 2D/3D/Image plotting and science/engineering widgets.
- Statistical data visualization using Matplotlib.
- High-performance scientific visualization based on OpenGL.
- A simple and lightweight key-value store for Python.
- A tiny, document-oriented database.
- A native object database for Python. A key-value and object graph database.
MySQL -
- MySQL connector with Python 3 support ( fork).
- A pure Python MySQL driver compatible to mysql-python.
PostgreSQL -
- The most popular PostgreSQL adapter for Python.
SQlite -
- (Python standard library) SQlite interface compliant with DB-API 2.0.
- Python CLI utility and library for manipulating SQLite databases.
- A simple database interface to Microsoft SQL Server.
- Python driver with native interface for ClickHouse.
- The Python Driver for Apache Cassandra.
- A developer-friendly library for Apache HBase.
- The Python client for Apache Kafka.
- The official Python client for MongoDB.
- The async Python driver for MongoDB.
- The Python client for Redis.
- A Python library that offers a sensible and human-friendly approach to creating, manipulating, formatting and converting dates, times and timestamps.
- Extensions to the standard Python module.
- Python datetimes made easy.
- World timezone definitions, modern and historical. Brings the into Python.
- IPython-enabled .
- A full-screen, console-based Python debugger.
- Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt.
- A flexible code tracing toolkit.
- A sampling profiler for Python programs. Written in Rust.
- Visual Python profiler.
- Display various debug information for Django.
- A port of the django-debug-toolbar to flask.
- Inspect variables, expressions, and program execution with a single, simple function call.
- Parsing and analyzing ELF files and DWARF debugging information.
Frameworks for Neural Networks and Deep Learning. Also see .
- A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
- Tensors and Dynamic neural networks in Python with strong GPU acceleration.
- Deep learning framework to train, deploy, and ship AI products Lightning fast.
- PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms.
- The most popular Deep Learning framework created by Google.
- A library for fast numerical computation.
- A radically simple IT automation platform.
- A multi-distribution package that handles early initialization of a cloud instance.
- Open source software for building private and public clouds.
- A versatile CLI tools and python libraries to automate infrastructure.
- Infrastructure automation and management system.
- Chef-like functionality for Fabric.
- A simple, Pythonic tool for remote execution and deployment.
- Supervisor process control system for UNIX.
- A cross-platform process and system utilities module.
- A deduplicating archiver with compression and encryption.
- A flexible parallel computing library for analytic computing.
- A module that helps you build complex pipelines of batch jobs.
- Python API.
- A system for parallel and distributed Python that unifies the machine learning ecosystem.
- A stream processing library, porting the ideas from to Python.
- Run Python code against real-time streams of data via .
- Freezes Python scripts (Mac OS X).
- Freezes Python scripts (Windows).
- A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
- Converts Python programs into stand-alone executables (cross-platform).
- A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included.
- Python Documentation generator.
- Epydoc replacement to auto generate API documentation for Python libraries.
- A financial data interface library, built for human beings!
- A command line tool for managing Amazon S3 and CloudFront.
- A command-line program to download videos from YouTube and other video sites.
- Emacs Python Development Environment.
- Vim bindings for the Jedi auto-completion library for Python.
- An all in one plugin for turning Vim into a Python IDE.
- Includes -based completion engine for Python.
- Python Tools for Visual Studio.
- The official VSCode extension with rich support for Python.
- Commercial Python IDE by JetBrains. Has free community edition available.
- Open Source Python IDE.
- A mail hosting and management platform including a modern Web UI.
- A Python Mail Server.
- Python IMAP for Humans.
- Yet another Gmail/SMTP client.
- An email address and Mime parsing library.
- High-performance extensible mail delivery framework.
- Simple Python version management.
- A tool to create isolated Python environments.
- (Python standard library) Map filenames to MIME types.
- (Python standard library) An cross-platform, object-oriented path library.
- A module wrapper for .
- A Python interface to the libmagic file type identification library.
- API and shell utilities to monitor file system events.
- A variant of Python built for simple, elegant, Pythonic functional programming.
- A fancy and practical functional tools.
- More routines for operating on iterables, beyond itertools
.
- A set of type-safe monads, transformers, and composition utilities.
- Cython implementation of Toolz
: High performance functional utilities.
- A collection of functional utilities for iterators, functions, and dictionaries.
- Built-in wrapper for used to create terminal GUI applications.
- A library for making simple Electron-like offline HTML/JS GUI apps.
- Creating beautiful user-interfaces with Declarative Syntax like QML.
- Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
- Turn command line programs into a full GUI application with one line.
- A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
- A cross-platform windowing and multimedia library for Python.
- Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
- Python bindings for the cross-platform application and UI framework.
- Wrapper for tkinter, Qt, WxPython and Remi.
- A lightweight cross-platform native wrapper around a webview component.
- Tkinter is Python's de-facto standard GUI package.
- A Python native, OS native GUI toolkit.
- A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
- A blending of the wxWidgets C++ class library with the Python.
- A Simple GPU accelerated Python GUI framework
- GraphQL framework for Python.
- Arcade is a modern Python framework for crafting games with compelling graphics and sound.
- cocos2d is a framework for building 2D games, demos, and other graphical/interactive applications.
- Python framework for 3D, VR and game development.
- 3D game engine developed by Disney.
- Pygame is a set of Python modules designed for writing games.
- Python bindings for the Ogre 3D render engine, can be used for games, simulations, anything 3D.
- Python ctypes bindings for OpenGL and it's related APIs.
- A ctypes based wrapper for the SDL2 library.
- A Visual Novel engine.
- A Django app that provides a country field for models and forms.
- A world-class geographic web framework.
- Python bindings and utilities for GeoJSON.
- Python Geocoding Toolbox.
- Providing Pythonic idioms for iterating, searching, and modifying HTML or XML.
- A whitelist-based HTML sanitization and text linkification library.
- A CSS library for Python.
- A standards-compliant library for parsing and serializing HTML documents and fragments.
- A very fast, easy-to-use and versatile library for handling HTML and XML.
- Implements a XML/HTML/XHTML Markup safe string for Python.
- A jQuery-like library for parsing HTML.
- Converts XML documents to Python objects for easy access.
- A visual rendering engine for HTML and CSS that can export to PDF.
- Simple XML Parsing.
- Working with XML feel like you are working with JSON.
- A next generation HTTP client for Python.
- HTTP Requests for Humans.
- Python requests like API built on top of Twisted's HTTP client.
- A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
- Hook and simulate global keyboard events on Windows and Linux.
- Hook and simulate global mouse events on Windows and Linux.
- A library to control and monitor input devices.
- A brilliant packet manipulation library.
- Pillow is the friendly fork.
- Create barcodes in Python with no extra dependencies.
- A library for alpha matting.
- A pure Python QR Code generator.
- A tool that generates color schemes from images.
- A fast image processing library with low memory needs.
- Computer art based on quadtrees.
- A Python library for (scientific) image processing.
- A smart imaging service. It enables on-demand crop, re-sizing and flipping of images.
- Python bindings for , C API for ImageMagick.
- Default, most widely used implementation of the Python programming language written in C.
- Optimizing Static Compiler for Python.
- Implementation of the Python programming language written in Common Lisp.
- Implementation of the Python programming language written in C#.
- A lean and efficient Python programming language implementation.
- Python JIT compiler to LLVM aimed at scientific Python.
- x86-64 assembler embedded in Python.
- A very fast and compliant implementation of the Python language.
- A Python implementation using JIT techniques.
- A fancy interface to the Python interpreter.
- A rich toolkit to help you make the most out of using Python interactively.
- Advanced Python REPL built on top of the .
- An internationalization library for Python.
- A wrapper of International Components for Unicode C++ library ().
- Airflow is a platform to programmatically author, schedule and monitor workflows.
- A light but powerful in-process task scheduler that lets you schedule functions.
- A calendaring app for Django.
- A task runner and build tool.
- Multipurpose task execution tool for distributed systems with web-based interface.
- A set of tools to provide lightweight pipelining in Python.
- Writing crontab file in Python like a charm.
- A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines.
- Python job scheduling for humans.
- A powerful workflow engine implemented in pure Python.
- A Python library that helps to make task execution easy, consistent and reliable.
- Logging replacement for Python.
- (Python standard library) Logging facility for Python.
- Library which aims to bring enjoyable logging in Python.
- Sentry SDK for Python.
- Structured logging made easy.
Libraries for Machine Learning. Also see .
- A toolkit for developing and comparing reinforcement learning algorithms.
- Open Source Fast Scalable Machine Learning Platform.
- Machine learning evaluation metrics.
- Numenta Platform for Intelligent Computing.
- The most popular Python library for Machine Learning.
- 's scalable Machine Learning library.
- A lightweight Python wrapper for .
- A scalable, portable, and distributed gradient boosting library.
- 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.
- Scientific-applications-oriented Python Distribution based on Qt and Spyder.
- Unofficial Windows binaries for Python extension packages.
- Python Integration with the .NET Common Language Runtime (CLR).
- Python Extensions for Windows.
- Portable development environment for Windows 7/8.
- A fast Python in-process signal/event dispatching system.
- A set of pure-Python utilities.
- Various helpers to pass trusted data to untrusted environments.
- A tool to generate music and art using artificial intelligence.
- A simple but flexible plugin system for Python.
- A general purpose business framework.
- Topic Modeling for Humans.
- Stand-alone language identification system.
- A leading platform for building Python programs to work with human language data.
- A web mining module.
- Natural language pipeline supporting hundreds of languages.
- A natural language modeling framework based on PyTorch.
- A toolkit enabling rapid deep learning NLP prototyping for research.
- A library for industrial-strength natural language processing in Python and Cython.
- The Stanford NLP Group's official Python library, supporting 60+ languages.
- A collection of tools and datasets for Chinese NLP.
- The most popular Chinese text segmentation library.
- A toolkit for Chinese word segmentation in various domains.
- A library for processing Chinese text.
- A popular network emulator and API written in Python.
- Cross-vendor API to manipulate network devices.
- A Python-based SDN control applications, such as OpenFlow SDN controllers.
- Generating generic activity streams from the actions on your site.
- Building news feed and notification systems using Cassandra and Redis.
- The Django ORM.
- The Python SQL Toolkit and Object Relational Mapper.
- Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL.
- The Orator ORM provides a simple yet beautiful ActiveRecord implementation.
- An async ORM.
- A small, expressive ORM.
- ORM that provides a generator-oriented interface to SQL.
- A pure Python Database Abstraction Layer.
- Rich Python data types for Redis.
- A Python Object-Document-Mapper for working with MongoDB.
- A Pythonic interface for .
- A Python Library for Simple Models and Containers Persisted in Redis.
- The package installer for Python.
- A set of tools to keep your pinned Python dependencies fresh.
- Cross-platform, Python-agnostic binary package manager.
- Python dependency management and packaging made easy.
- PyPI mirroring tool provided by Python Packaging Authority (PyPA).
- PyPI server and packaging/testing/release tool.
- Local PyPI server (custom packages and auto-mirroring of pypi).
- Next generation Python Package Repository (PyPI).
- A Penetration testing framework.
- A toolkit for social engineering.
- Automatic SQL injection and database takeover tool.
- Implementation of per object permissions for Django 1.2+
- A tiny but powerful app providing object-level permissions to Django, without requiring a database.
- for Humans 2.0.
- Yet another wrapper for subprocess.
- A full-fledged subprocess replacement for Python.
- Approximate Nearest Neighbors in C++/Python optimized for memory usage.
- A library for Factorization Machines.
- A fast Python implementation of collaborative filtering for implicit datasets.
- A library for Field-aware Factorization Machine (FFM).
- A Python implementation of a number of popular recommendation algorithms.
- Deep recommender models using PyTorch.
- A scikit for building and analyzing recommender systems.
- A Recommendation Engine Framework in TensorFlow.
- Bicycle Repair Man, a refactoring tool for Python.
- Safe code refactoring for modern Python.
- Rope is a python refactoring library.
- A powerful and flexible toolkit to build web APIs.
- Creating delicious APIs for Django apps.
- REST API framework powered by Flask, MongoDB and good intentions.
- Browsable Web APIs for Flask.
- Quickly building REST APIs for Flask.
- A RESTful framework for Pyramid.
- A high-performance framework for building cloud APIs and web app backends.
- A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints.
- A Python 3 framework for cleanly exposing APIs.
- Automated REST APIs for existing database-driven systems.
- A Python 3.6+ web server and web framework that's written to go fast.
- This is a compilation of various robotics algorithms with visualizations.
- This is a library for ROS (Robot Operating System).
(Remote Python Call) - A transparent and symmetric RPC library for Python
- zerorpc is a flexible RPC implementation based on and .
Libraries for scientific computing. Also see .
- A community Python library for Astronomy.
- Providing best-practice pipelines for fully automated high throughput sequencing analysis.
- Collection of useful code related to biological analysis.
- Biopython is a set of freely available tools for biological computation.
- A library for parsing and interpreting the results of computational chemistry packages.
- Implementing a comprehensive number of colour theory transformations and algorithms.
- Unsupervised machine learning toolbox for graph structured data.
- A high-productivity software for complex networks.
- A collection of neuroimaging toolkits.
- A fundamental package for scientific computing with Python.
- A Python toolbox for seismology.
- A chemical toolbox designed to speak the many languages of chemical data.
- Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion.
- Markov Chain Monte Carlo sampling toolkit.
- Quantum Toolbox in Python.
- Cheminformatics and Machine Learning Software.
- A Python-based ecosystem of open-source software for mathematics, science, and engineering.
- A process-based discrete-event simulation framework.
- Statistical modeling and econometrics in Python.
- A Python library for symbolic mathematics.
- A Pythonic algorithmic trading library.
- Modular search for Django.
- The official high-level Python client for Elasticsearch.
- The official low-level Python client for .
- A lightweight Python wrapper for .
- A fast, pure Python search engine library.
- A lightweight library for converting complex objects to and from simple Python datatypes.
- A Python bindings for .
- A Python wrapper around .
- A fast JSON decoder and encoder written in C with Python bindings.
- A toolkit for developing and deploying Python code in AWS Lambda.
- A tool for deploying WSGI applications on AWS Lambda and API Gateway.
- A Python-powered, cross-platform, Unix-gazing shell language and command prompt.
- A module for Tabular Datasets in XLS, CSV, JSON, YAML.
- Editing a docx document by jinja2 template
- A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files.
- Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files.
- Reads, queries and modifies Microsoft Word 2007/2008 docx files.
- Python library for creating and updating PowerPoint (.pptx) files.
- Convert between any document format supported by LibreOffice/OpenOffice.
- A Python module for creating Excel .xlsx files.
- A BSD-licensed library that makes it easy to call Python from Excel and vice versa.
/ - Writing and reading data and formatting information from Excel files.
- Pdfminer.six is a community maintained fork of the original PDFMiner.
- A library capable of splitting, merging and transforming PDF pages.
- Allowing Rapid creation of rich PDF documents.
- Fastest and full featured pure Python parsers of Markdown.
- A Python implementation of John Gruber’s Markdown.
- YAML implementations for Python.
- Utilities for converting to and working with CSV.
- A command line tool that can unpack archives easily.
- An easy to use static CMS and blog engine.
- Markdown friendly documentation generator.
- Simple, lightweight, and magic-free static site/blog generator (< 130 lines).
- A static website and blog generator.
- Static site generator that supports Markdown and reST syntax.
- Simple tagging for Django.
- An asynchronous task queue/job queue based on distributed message passing.
- A fast and reliable background task processing library for Python 3.
- Little multi-threaded task queue.
- A distributed worker task queue in Python using Redis & gevent.
- Simple job queues for Python.
- Python templating toolkit for generation of web-aware output.
- A modern and designer friendly templating language.
- Hyperfast and lightweight templating for the Python platform.
- Hypothesis is an advanced Quickcheck style property based testing library.
- The successor to nose
, based on `unittest2.
- A mature full-featured Python testing tool.
- A generic test automation framework.
- (Python standard library) Unit testing framework.
- A clean, colorful test runner.
- The definitive testing tool for Python. Born under the banner of BDD.
- Auto builds and tests distributions in multiple Python versions
- Scalable user load testing tool written in Python.
- PyAutoGUI is a cross-platform GUI automation Python module for human beings.
- A tool for automatic property-based testing of web applications built with Open API / Swagger specifications.
- Python bindings for WebDriver.
- A language-agnostic A/B Testing framework.
- Open source tool for testing web applications.
- Powerful test doubles framework for Python.
- Travel through time by mocking the datetime module.
- A mocking library for requests for Python 2.6+ and 3.2+.
- HTTP request mock tool for Python.
- (Python standard library) A mocking and patching library.
- A socket mock framework with gevent/asyncio/SSL support.
- A utility library for mocking out the requests Python library.
- Record and replay HTTP interactions on your tests.
- A test fixtures replacement for Python.
- Another fixtures replacement. Supports Django, Flask, SQLAlchemy, Peewee and etc.
- Creating random fixtures for testing in Django.
- Code coverage measurement.
- Fake database generator.
- A Python package that generates fake data.
- is a Python library that help you generate fake data.
- Generate random datetime / time.
- Python 2/3 compatible character encoding detector.
- (Python standard library) Helpers for computing deltas.
- Makes Unicode text less broken and more consistent automagically.
- Fuzzy String Matching.
- Fast computation of Levenshtein distance and string similarity.
- Paranoid text spacing.
- An implementation of figlet written in Python.
- Convert Chinese hanzi (æ¼¢å—) to pinyin (拼音).
- Compute distance between sequences with 30+ algorithms.
- ASCII transliterations of Unicode text.
- A Python slugify library that can preserve unicode.
- A Python slugify library that translates unicode to ASCII.
- A slugifier that generates unicode slugs with Django as a dependency.
- Implementation of in Python.
- A generator library for concise, unambiguous and URL-safe UUIDs.
- Implementation of lex and yacc parsing tools for Python.
- A generic syntax highlighter.
- A general purpose framework for generating parsers.
- Parsing human names into their individual components.
- Parsing, formatting, storing and validating international phone numbers.
- Browser user agent parser.
- A non-validating SQL parser.
Libraries for accessing third party services APIs. Also see .
- One Python library for all clouds.
- Python interface to Amazon Web Services.
- WordPress models and views for Django.
- Facebook Platform Python SDK.
- Google APIs Client Library for Python.
- Google Spreadsheets Python API.
- A Python wrapper for the Twitter API.
- A small Python library that makes parsing and manipulating URLs easy.
- A simple, immutable URL class with a clean API for interrogation and manipulation.
- A pure Python URL shortening lib.
- A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks.
- A module for script-based movie editing with many formats, including animated GIFs.
- Video processing routines for SciPy.
- Most Powerful multi-threaded Video Processing framework.
- Compresses linked and inline JavaScript or CSS into a single cached file.
- An asset packaging library for Django.
- A collection of custom storage back ends for Django.
- Packages, optimizes, and serves static file dependencies as Python packages.
- A daemon to detect and sync files to CDNs, S3 and FTP.
- Helps you integrate webassets into your Flask app.
- Bundles, optimizes, and manages unique cache-busting URLs for static resources.
- Convert HTML to Markdown-formatted text.
- Web Content Retrieval for Humans.
- A small library for extracting rich content from URLs.
- News extraction, article extraction and content curation in Python.
- Fast Python port of arc90's readability tool.
- Pythonic HTML Parsing for Humans.
- A module for automatic summarization of text documents and HTML pages.
- Extract text from any document, Word, PowerPoint, PDFs, etc.
- Every web site provides APIs.
- Universal feed parser.
- Site scraping framework.
- A Python library for automating interaction with websites.
- A fast high-level screen scraping and web crawling framework.
Traditional full stack web frameworks. Also see .
- The most popular web framework in Python.
- A microframework for Python.
- A small, fast, down-to-earth, open source Python web framework.
- The modern and developer centric Python web framework.
- A web framework and asynchronous networking library.
- WebSocket & WAMP for Python on Twisted and .
- Developer-friendly asynchrony for Django.
- A library for building WebSocket servers and clients with a focus on correctness and simplicity.
- Pre-forked, ported from Ruby's Unicorn project.
- A project aims at developing a full stack for building hosting services, written in C.
- Multi-threaded, powers Pyramid.
- A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.
Your contributions are always welcome! Please take a look at the first.
If you have any question about this opinionated list, do not hesitate to contact me on Twitter or open an issue on GitHub.