Awesome Python
Last updated
Was this helpful?
Last updated
Was this helpful?
A curated list of awesome Python frameworks, libraries, software and resources.
Inspired by .
Libraries for administrative interfaces.
Python implementation of algorithms and 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 Checkers
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 migrating from Python 2 to 3.
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
Asynchronous Clients
Libraries for working with dates and times.
Libraries for debugging code.
pdb-like Debugger
Tracing
Profiler
Others
Software and libraries for DevOps.
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.
Frameworks and libraries for e-commerce and payments.
Emacs
Sublime Text
Vim
Visual Studio
Visual Studio Code
IDE
Libraries for sending and parsing email.
Libraries for Python version and virtual environment management.
Libraries for file manipulation and MIME type detection.
Libraries for providing foreign function interface.
Libraries for working with forms.
Functional Programming with Python.
Libraries for working with graphical user interface applications.
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 networking programming.
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.
Libraries that allow or deny users access to data or functionality.
Libraries for starting and communicating with OS processes.
Libraries for working with event and task queues.
Libraries for building recommender systems.
Libraries for developing 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.
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 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.
WSGI-compatible web servers.
Tools for managing, compressing and minifying website assets.
Libraries for extracting web contents.
Libraries to automate web scraping.
Full stack web frameworks.
Libraries for working with WebSocket.
Online tools and APIs to simplify development.
Where to discover new Python libraries.
- The admin panel your servers deserve.
- A jazzy skin for the Django Admin-Interface.
- Modern responsive template for the Django admin interface with improved functionality.
- Alternative Django Admin-Interface (free only for Non-commercial use).
- Drop-in replacement of Django admin comes with lots of goodies.
- Simple and extensible administrative interface framework for Flask.
- Real-time monitor and web admin for Celery.
- A Django app which creates automatic web UIs for Python scripts.
- Minimal examples of data structures and algorithms in Python.
- A simple yet effective library for implementing common design patterns.
- A collection of design patterns in Python.
- Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
- Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
- Audio fingerprinting and recognition.
- 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.
- A fully tested, abstract interface to creating OAuth clients and servers.
- An easy-to-setup social authentication mechanism.
- JSON Web Token implementation in Python.
- A JOSE implementation in Python.
- A module for generating and verifying JSON Web Tokens.
- 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.
- (Python standard library) Data classes.
- 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.
- A library that provides a method of accessing lists and dicts with a dotted path notation.
- A Django content management system.
- An Open source enterprise CMS based on the Django.
- One of the most advanced Content Management Systems built on Django.
- A high-level, Pythonic web application framework built on Pyramid.
- A powerful, consistent, and flexible content management platform.
- A CMS built on top of the open source application server Zope.
- Flexible, extensible, small CMS powered by Flask and MongoDB.
- 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 next generation replacement for Beaker made by 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 .
- Language independent and easily extendable code analysis application.
- Turn your Python and JavaScript code into DOT flowcharts.
- A tool to analyse Python code.
- A library that visualises the flow (call graph) of your Python application.
- A wrapper around pycodestyle
, pyflakes
and McCabe.
- A fully customizable source code analyzer.
- A code audit tool for Python and JavaScript.
- The uncompromising Python code formatter.
- Yet another Python code formatter from Google.
- Check variable types during compile time.
- Performant type checking.
- A system for Python that generates static type annotations by collecting runtime types
- 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.
- Python Command-line Application Tools.
- Pythonic command line arguments parser.
- A library for creating command line interfaces from absolutely any Python object.
- A library for building powerful interactive command lines.
- 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.
- Fast, extensible progress bar for loops and CLI.
- 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.
- Select files out of bash output.
- Adds flavor of interactive selection to the traditional pipe concept on UNIX.
- 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.
- An integrated shell for working with the Kubernetes CLI.
- A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
- Postgres CLI with autocompletion and syntax highlighting.
- A Supercharged .
- The missing compatibility layer between Python 2 and Python 3.
- Modernizes Python code for eventual Python 3 migration.
- Python 2 and 3 compatibility utilities.
- Open Source Computer Vision Library.
- Another wrapper for .
- An open source framework for building computer vision applications.
Libraries for concurrent and parallel execution. Also see .
- (Python standard library) A high-level interface for asynchronously executing callables.
- (Python standard library) Process-based parallelism.
- Asynchronous framework with WSGI support.
- A coroutine-based Python networking library that uses .
- Ultra fast implementation of asyncio
event loop on top of libuv
.
- Scalable Concurrent Operations in Python.
- INI file parser with validation.
- (Python standard library) INI file parser.
- Config from multiple formats with value conversion.
- 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.
- Secure password storage/hashing library, very high level.
- Python binding to the Networking and Cryptography (NaCl) library.
- NumPy and Pandas interface to Big Data.
- Business Intelligence (BI) in Pandas interface.
- Data mining, data visualization, analysis and machine learning through visual programming or scripts.
- A library providing high-performance, easy-to-use data structures and data analysis tools.
- 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.
- Lightweight extensible data validation and adaptation library.
- A Python data validation library.
Libraries for visualizing data. Also see .
- Declarative statistical visualization library for Python.
- Interactive Web Plotting for Python.
- Interactive Plotting Library for the Jupyter Notebook
- Built on top of Flask, React and Plotly aimed at analytical web applications.
- A grammar of graphics for Python based on ggplot2.
- A Python 2D plotting library.
- 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.
- A wrapper of the psycopg2 library for interacting with PostgreSQL.
- A simple database interface to Microsoft SQL Server.
- The Python Driver for Apache Cassandra.
- A developer-friendly library for Apache HBase.
- The Python client for Apache Kafka.
- Python wrapper client for Neo4j's restful interface.
- The official Python client for MongoDB.
- The Python client for Redis.
- The async Python driver for MongoDB.
- Twisted based client for Cassandra.
- Twisted based asynchronous driver for PostgreSQL.
- Twisted based client for Redis.
- A Python 3 library for parsing human-written times and dates.
- Extensions to the standard Python module.
- A library for clearing up the inconvenient truths that arise dealing with datetimes.
- A Python library for dealing with dates/times. Inspired by .
- Python datetimes made easy.
- A easy-use Python module which aims to operate date/time/datetime by string.
- World timezone definitions, modern and historical. Brings the into Python.
- Providing user-friendly functions to help perform common date and time actions.
- Datetimes for Humans.
- IPython-enabled .
- Another drop-in replacement for pdb.
- A full-screen, console-based Python debugger.
- An improbable web debugger through WebSockets.
- for Python programs.
- Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt.
- Debugger capable of attaching to and injecting code into Python processes.
- A flexible code tracing toolkit.
- Line-by-line profiling.
- Monitor Memory usage of Python code.
- An interactive Python profiler.
- A sampling profiler for Python programs. Written in Rust.
- A ptracing profiler For Python.
- Visual Python profiler.
- Inspect variables, expressions, and program execution with a single, simple function call.
- Display various debug information for Django.
- A drop-in replacement for Django's runserver.
- A port of the django-debug-toolbar to flask.
- Parsing and analyzing ELF files and DWARF debugging information.
Frameworks for Neural Networks and Deep Learning. Also see .
- A fast open framework for deep learning..
- A high-level neural networks library and capable of running on top of either TensorFlow or Theano.
- A deep learning framework designed for both efficiency and flexibility.
- Tensors and Dynamic neural networks in Python with strong GPU acceleration.
- Game agent framework. Use any video game as a deep learning sandbox.
- 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.
- Chef-like functionality for Fabric.
- Fast, isolated development environments using .
- A simple, Pythonic tool for remote execution and deployment.
- Tools for writing awesome Fabric files.
- A Python clone of , for managing Procfile-based applications.
- Open source software for building private and public clouds.
- Controlling interactive programs in a pseudo-terminal like GNU expect.
- A cross-platform process and system utilities module.
- Infrastructure automation and management system.
- Supervisor process control system for UNIX.
- Python API.
- A flexible parallel computing library for analytic computing.
- A module that helps you build complex pipelines of batch jobs.
- Run MapReduce jobs on Hadoop or Amazon Web Services.
- 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 .
- Build and distribute a virtualenv as a Debian package.
- Compile scripts, modules, packages to an executable or extension module.
- Freezes Python scripts (Mac OS X).
- Freezes Python scripts (Windows).
- Converts Python programs into stand-alone executables (cross-platform).
- A tool to build Windows installers, installers bundle Python itself.
- Python Documentation generator.
- Epydoc replacement to auto generate API documentation for Python libraries.
- The literate-programming-style documentation generator.
- A command line tool for managing Amazon S3 and CloudFront.
- Super S3 command line tool, good for higher performance.
- A YouTube/Youku/Niconico video downloader written in Python 3.
- A small command-line program to download videos from YouTube.
- Unofficial Alipay API for Python.
- A shopping cart app built using the Mezzanine.
- An open-source e-commerce framework for Django.
- A Django based shop system.
- A Django app to accept payments from various payment processors.
- Money
class with optional CLDR-backed locale-aware formatting and an extensible currency exchange.
- Display money format and its filthy currencies.
- Foreign exchange rates, Bitcoin price index and currency conversion.
- An e-commerce storefront for Django.
- An open source E-Commerce platform based on Django.
- Emacs Python Development Environment.
- Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
- A Sublime Text plugin to the awesome auto-complete library Jedi.
- 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.
- Mailing for human beings.
- A email address and Mime parsing library.
- Python IMAP for Humans.
- Python SMTP Server for Humans.
- Pythonic SMTP Application Server.
- High-performance extensible mail delivery framework.
- A mail hosting and management platform including a modern and simplified Web UI.
- Providing a RESTful API on top of a powerful email sync platform.
- Yet another Gmail/SMTP client.
- Simple Python version management.
- Python Development Workflow for Humans.
- Python dependency management and packaging made easy.
- A tool to create isolated Python environments.
- (Python standard library) Map filenames to MIME types.
- A module wrapper for .
- (Python standard library) An cross-platform, object-oriented path library.
- Python's filesystem abstraction layer.
- A Python interface to the libmagic file type identification library.
- An object-oriented approach to file/directory operations.
- API and shell utilities to monitor file system events.
- Foreign Function Interface for Python calling C code.
- (Python standard library) Foreign Function Interface for Python calling C code.
- A Python wrapper for Nvidia's CUDA API.
- Simplified Wrapper and Interface Generator.
- Python HTML form generation library influenced by the formish form generation library.
- Bootstrap 3 integration with Django.
- Bootstrap 4 integration with Django.
- A Django app which lets you create beautiful forms in a very elegant and DRY way.
- A platform independent Django form serializer.
- A flexible forms validation and rendering library.
- Coconut is a variant of Python built for simple, elegant, Pythonic functional programming.
- Cython implementation of Toolz: High performance functional utilities.
- Functional programming in Python: implementation of missing features to enjoy FP.
- A fancy and practical functional tools.
- 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 Declaratic 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.
- 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 API for MaxMind GeoIP Legacy Database.
- Python bindings and utilities for GeoJSON.
- Python Geocoding Toolbox.
- Pure Python GeoIP API.
- 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.
- requests + gevent for asynchronous HTTP requests.
- Comprehensive HTTP client library.
- 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.
- Command line toolkit for working with .
- Hook and simulate global keyboard events on Windows and Linux.
- Hook and simulate global mouse events on Windows and Linux.
- Pingo provides a uniform API to program devices like the Raspberry Pi, pcDuino, Intel Galileo, etc.
- A module for cross-platform control of the mouse and keyboard.
- A brilliant packet manipulation library.
- A Python library and command line tool for working with WiFi on Linux.
- Image histogram remapping.
- A project for searching a collection of images using visual similarity.
- Nudity detection.
- Retro identicon (Avatar) generation based on input string and hash.
- Pillow is the friendly fork.
- Create barcodes in Python without needing PIL.
- Instagram-like image filters.
- A pure Python QR Code generator.
- 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.
- More compiler than interpreter as more powerful CPython2.7 replacement (alpha).
- Implementation of the Python programming language written in C#.
- Implementation of Python programming language written in Java for the JVM.
- A lean and efficient Python programming language implementation.
- Python JIT compiler to LLVM aimed at scientific Python.
- x86-64 assembler embedded in Python.
- A JIT for Python based upon CoreCLR.
- A very fast and compliant implementation of the Python language.
- A Python implementation using JIT techniques.
- An enhanced version of the Python programming language.
- 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 ().
- 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.
- 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.
- Airflow is a platform to programmatically author, schedule and monitor workflows.
- Logging for complex & distributed systems.
- Logging replacement for Python.
- (Python standard library) Logging facility for Python.
- Python client for Sentry, a log/error tracking, crash reporting and aggregation platform for web applications.
Libraries for Machine Learning. Also see .
- 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.
- 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 simple but flexible plugin system for Python.
- A general purpose business framework.
- Topic Modelling for Humans.
- Stand-alone language identification system.
- A leading platform for building Python programs to work with human language data.
- A web mining module for the Python.
- 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 50+ languages.
- The most popular Chinese text segmentation library.
- A toolkit for Chinese word segmentation in various domains.
- A library for processing Chinese text.
- A collection of tools and datasets for Chinese NLP.
- A popular network emulator and API written in Python.
- A Python-based SDN control applications, such as OpenFlow SDN controllers.
- (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
- Event-driven concurrent framework for Python.
- A Python wrapper for the ZeroMQ message library.
- An event-driven networking engine.
- Cross-vendor API to manipulate network devices.
- Generating generic activity streams from the actions on your site.
- Building newsfeed and notification systems using Cassandra and Redis.
- A part of Django.
- 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.
- 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 Python package and dependency manager.
- A set of tools to keep your pinned Python dependencies fresh.
- Cross-platform, Python-agnostic binary package manager.
- Next generation Python Package Repository (PyPI).
- 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).
- 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.
- An asynchronous task queue/job queue based on distributed message passing.
- Little multi-threaded task queue.
- Mr. Queue - A distributed worker task queue in Python using Redis & gevent.
- Simple job queues 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.
- 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.
- Taking care of API representation and authentication for Flask.
- Browsable Web APIs for Flask.
- Quickly building REST APIs for Flask.
- Generating RESTful APIs for database models defined with SQLAlchemy.
- A RESTful framework for Pyramid.
- A smart Web API framework, designed for Python 3.
- A high-performance framework for building cloud APIs and web app backends.
- A Python 3 framework for cleanly exposing APIs.
- Framework agnostic REST framework based on lessons learned from Tastypie.
- Quickly creating REST/HATEOAS/Hypermedia APIs.
- Automated REST APIs for existing database-driven systems.
- This is a compilation of various robotics algorithms with visualizations.
- This is a library for ROS (Robot Operating System).
- This library is an implementation of the JSON-RPC specification.
- (Python standard library) Simple XML-RPC server implementation, single-threaded.
- 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.
- A high-productivity software for complex networks.
- A collection of neuroimaging toolkits.
- A fundamental package for scientific computing with Python.
- A chemical toolbox designed to speak the many languages of chemical data.
- A Python toolbox for seismology.
- 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.
- Statistical modeling and econometrics in Python.
- A Python library for symbolic mathematics.
- A Pythonic algorithmic trading library.
- A process-based discrete-event simulation framework.
- The official low-level Python client for .
- The official high-level Python client for Elasticsearch.
- Modular search for Django.
- 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 toolkit for developing and deploying Python code in AWS Lambda.
- A tool for deploying WSGI applications on AWS Lambda and API Gateway.
- A module for Tabular Datasets in XLS, CSV, JSON, YAML.
- 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.
- A tool for extracting information from PDF documents.
- 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.
- Markdown friendly documentation generator.
- Static site generator that supports Markdown and reST syntax.
- An easy to use static CMS and blog engine.
- A static website and blog generator.
- Simple tagging for Django.
- A modern and designer friendly templating language.
- Python templating toolkit for generation of web-aware output.
- Hyperfast and lightweight templating for the Python platform.
- A mature full-featured Python testing tool.
- Hypothesis is an advanced Quickcheck style property based testing library.
- The successor to nose
, based on `unittest2.
- 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.
- Python bindings for WebDriver.
- A language-agnostic A/B Testing framework.
- Open source tool for testing web applications.
- (Python standard library) A mocking and patching library.
- 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.
- 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. Supported Django, Flask, SQLAlchemy, Peewee and etc.
- Creating random fixtures for testing in Django.
- Code coverage measurement.
- is a Python library that help you generate fake data.
- Fake database generator.
- A Python package that generates 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.
- Asynchronous, very fast and written in C.
- Pre-forked, partly written in C.
- 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.
- 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.
- A distributed crawling framework.
- Universal feed parser.
- Site scraping framework.
- A Python library for automating interaction with websites.
- A powerful spider system.
- A simple, Pythonic library for browsing the web without a standalone web browser.
- A fast high-level screen scraping and web crawling framework.
- Visual scraping for Scrapy.
- The most popular web framework in Python.
- A microframework for Python.
- The modern and developer centric Python web framework.
- A small, fast, down-to-earth, open source Python web framework.
- Web server that's written to go fast.
- Fast, efficient and asynchronous Web framework inspired by Flask.
- A Web framework and asynchronous networking library.
- WebSocket & WAMP for Python on Twisted and .
- Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn).
- Developer-friendly asynchrony for Django.
- WebSockets for Django.
- WebSocket client and server library for Python 2 and 3 as well as PyPy.
Also see .
- A CI service that can run very fast parallel testing.
- A popular CI service for your open source and projects. (GitHub only)
- A continuous integration tool for private apps with pay-per-minute billing model.
- A Docker-based platform for building and deploying applications and microservices.
- Automated Code Review to ship better code, faster.
- Code coverage dashboard.
- Automated Code Review for Git.
- Hosted continuous Python code metrics.
- GitHub integration to review code style.
Source :