awesome-python
Python collections
An curated list of Python frameworks, libraries, and resources for software development.
An opinionated list of awesome Python frameworks, libraries, software and resources.
225k stars
6k watching
25k forks
Language: Python
last commit: 3 months ago
Linked from 32 awesome lists
awesomecollectionspythonpython-frameworkpython-librarypython-resources
Awesome Python / Admin Panels | |||
ajenti | 7,558 | 23 days ago | The admin panel your servers deserve |
django-grappelli | 3,763 | 3 months ago | A jazzy skin for the Django Admin-Interface |
flask-admin | 5,795 | 9 days ago | Simple and extensible administrative interface framework for Flask |
flower | 6,475 | 3 months ago | Real-time monitor and web admin for Celery |
jet-bridge | 1,648 | 9 days ago | Admin panel framework for any application with nice UI (ex Jet Django) |
wooey | 2,135 | 9 months ago | A Django app which creates automatic web UIs for Python scripts |
streamlit | 35,705 | 6 days ago | A framework which lets you build dashboards, generate reports, or create chat apps in minutes |
Awesome Python / Algorithms and Design Patterns / Algorithms | |||
algorithms | 24,076 | 4 months ago | Minimal examples of data structures and algorithms |
python-ds | 2,822 | 8 months ago | A collection of data structure and algorithms for coding interviews |
sortedcontainers | 3,550 | 9 months ago | Fast and pure-Python implementation of sorted collections |
thealgorithms | 194,305 | 6 days ago | All Algorithms implemented in Python |
Awesome Python / Algorithms and Design Patterns / Design Patterns | |||
pypattyrn | 2,272 | 6 months ago | A simple yet effective library for implementing common design patterns |
python-patterns | 40,499 | 3 months ago | A collection of design patterns in Python |
transitions | 5,771 | 3 months ago | A lightweight, object-oriented finite state machine implementation |
Awesome Python / ASGI Servers | |||
daphne | 2,394 | 23 days ago | A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP |
uvicorn | 8,567 | 20 days ago | A lightning-fast ASGI server implementation, using uvloop and httptools |
hypercorn | 1,167 | 3 months ago | An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn |
Awesome Python / Asynchronous Programming | |||
asyncio | (Python standard library) Asynchronous I/O, event loop, coroutines and tasks | ||
Awesome Python / Asynchronous Programming / asyncio | |||
awesome-asyncio | 4,622 | over 1 year ago | |
Awesome Python / Asynchronous Programming | |||
concurrent.futures | (Python standard library) A high-level interface for asynchronously executing callables | ||
multiprocessing | (Python standard library) Process-based parallelism | ||
trio | 6,196 | 8 days ago | A friendly library for async concurrency and I/O |
twisted | 5,602 | 6 days ago | An event-driven networking engine |
uvloop | 10,420 | about 1 month ago | Ultra fast asyncio event loop |
eventlet | 1,244 | 6 days ago | Asynchronous framework with WSGI support |
gevent | 6,257 | 10 days ago | A coroutine-based Python networking library that uses |
Awesome Python / Audio / Audio | |||
audioread | 489 | 9 months ago | Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding |
audioFlux | 2,915 | 6 months ago | A library for audio and music analysis, feature extraction |
dejavu | 6,436 | 7 months ago | Audio fingerprinting and recognition |
kapre | 922 | about 1 year ago | Keras Audio Preprocessors |
librosa | 7,171 | about 1 month ago | Python library for audio and music analysis |
matchering | 1,759 | 15 days ago | A library for automated reference audio mastering |
mingus | An advanced music theory and notation package with MIDI file and playback support | ||
pyaudioanalysis | 5,885 | 8 months ago | Audio feature extraction, classification, segmentation and applications |
pydub | 8,952 | 4 months ago | Manipulate audio with a simple and easy high level interface |
timeside | 371 | about 1 month ago | Open web audio processing framework |
Awesome Python / Audio / Metadata | |||
beets | 12,915 | 4 days ago | A music library manager and tagger |
eyed3 | 548 | 3 months ago | A tool for working with audio files, specifically MP3 files containing ID3 metadata |
mutagen | 1,565 | about 1 month ago | A Python module to handle audio metadata |
tinytag | 703 | 18 days ago | A library for reading music meta data of MP3, OGG, FLAC and Wave files |
Awesome Python / Authentication / OAuth | |||
authlib | 4,576 | 16 days ago | JavaScript Object Signing and Encryption draft implementation |
django-allauth | 9,555 | 13 days ago | Authentication app for Django that "just works." |
django-oauth-toolkit | 3,153 | 10 days ago | OAuth 2 goodies for Django |
oauthlib | 2,828 | about 1 month ago | A generic and thorough implementation of the OAuth request-signing logic |
Awesome Python / Authentication / JWT | |||
pyjwt | 5,167 | 4 days ago | JSON Web Token implementation in Python |
python-jose | 1,548 | 5 months ago | A JOSE implementation in Python |
Awesome Python / Build Tools | |||
bitbake | 434 | 8 days ago | A make-like build tool for embedded Linux |
buildout | 578 | 29 days ago | A build system for creating, assembling and deploying applications from multiple parts |
platformio | 7,953 | about 1 month ago | A console tool to build code with different development platforms |
pybuilder | 1,732 | 3 months ago | A continuous build tool written in pure Python |
scons | 2,113 | 3 days ago | A software construction tool |
Awesome Python / Built-in Classes Enhancement | |||
attrs | 5,298 | 4 days ago | Replacement for , , , etc. boilerplate in class definitions |
bidict | 1,483 | 18 days ago | Efficient, Pythonic bidirectional map data structures and related functionality |
box | 2,618 | 19 days ago | Python dictionaries with advanced dot notation access |
dataclasses | (Python standard library) Data classes | ||
dotteddict | 193 | over 1 year ago | A library that provides a method of accessing lists and dicts with a dotted path notation |
Awesome Python / CMS | |||
feincms | 951 | 3 months ago | One of the most advanced Content Management Systems built on Django |
indico | 1,784 | 7 days ago | A feature-rich event management system, made @ |
wagtail | 18,369 | 3 days ago | A Django content management system |
Awesome Python / Caching | |||
beaker | 523 | 5 months ago | A WSGI middleware for sessions and caching |
django-cache-machine | 876 | almost 2 years ago | Automatic caching and invalidation for Django models |
django-cacheops | 2,123 | 20 days ago | A slick ORM cache with automatic granular event-driven invalidation |
dogpile.cache | 247 | about 1 month ago | dogpile.cache is a next generation replacement for Beaker made by the same authors |
hermescache | Python caching library with tag-based invalidation and dogpile effect prevention | ||
pylibmc | 481 | 3 months ago | A Python wrapper around the interface |
python-diskcache | 2,388 | 3 months ago | SQLite and file backed cache backend with faster lookups than memcached and redis |
Awesome Python / ChatOps Tools | |||
errbot | 3,132 | 24 days ago | The easiest and most popular chatbot to implement ChatOps |
Awesome Python / Code Analysis / Code Analysis | |||
code2flow | 4,008 | 5 months ago | Turn your Python and JavaScript code into DOT flowcharts |
prospector | 1,956 | 7 days ago | A tool to analyse Python code |
vulture | 3,513 | about 1 month ago | A tool for finding and analysing dead Python code |
Awesome Python / Code Analysis / Code Linters | |||
flake8 | 3,460 | 23 days ago | A wrapper around , and McCabe |
Awesome Python / Code Analysis / Code Linters / flake8 | |||
awesome-flake8-extensions | 1,226 | 5 months ago | |
Awesome Python / Code Analysis / Code Linters | |||
pylint | 5,321 | 9 days ago | A fully customizable source code analyzer |
Awesome Python / Code Analysis / Code Formatters | |||
black | 39,157 | 7 days ago | The uncompromising Python code formatter |
isort | 6,519 | 4 months ago | A Python utility / library to sort imports |
yapf | 13,785 | 6 days ago | Yet another Python code formatter from Google |
Awesome Python / Code Analysis | |||
awesome-python-typing | 1,715 | 2 months ago | Static Type Checkers, also see |
Awesome Python / Code Analysis / awesome-python-typing | |||
mypy | 18,511 | 4 days ago | Check variable types during compile time |
pyre-check | 6,859 | 6 days ago | Performant type checking |
typeshed | 4,380 | 4 days ago | Collection of library stubs for Python, with static types |
Awesome Python / Code Analysis / Static Type Annotations Generators | |||
monkeytype | 4,779 | 4 months ago | A system for Python that generates static type annotations by collecting runtime types |
pytype | 4,773 | 8 days ago | Pytype checks and infers types for Python code - without requiring type annotations |
Awesome Python / Command-line Interface Development / Command-line Application Development | |||
cement | 1,249 | 10 days ago | CLI Application Framework for Python |
click | 15,780 | 11 days ago | A package for creating beautiful command line interfaces in a composable way |
cliff | 234 | 7 days ago | A framework for creating command-line programs with multi-level commands |
python-fire | 27,080 | 18 days ago | A library for creating command line interfaces from absolutely any Python object |
python-prompt-toolkit | 9,374 | 12 days ago | A library for building powerful interactive command lines |
Awesome Python / Command-line Interface Development / Terminal Rendering | |||
alive-progress | 5,531 | 26 days ago | A new kind of Progress Bar, with real-time throughput, eta and very cool animations |
asciimatics | 3,655 | about 2 months ago | A package to create full-screen text UIs (from interactive forms to ASCII animations) |
bashplotlib | 1,867 | 5 months ago | Making basic plots in the terminal |
colorama | 3,566 | 5 months ago | Cross-platform colored terminal text |
rich | 49,584 | 6 days ago | Python library for rich text and beautiful formatting in the terminal. Also provides a great log handler |
tqdm | 28,699 | 9 days ago | Fast, extensible progress bar for loops and CLI |
Awesome Python / Command-line Tools / Productivity Tools | |||
copier | 2,048 | 4 days ago | A library and command-line utility for rendering projects templates |
cookiecutter | 22,632 | 9 days ago | A command-line utility that creates projects from cookiecutters (project templates) |
doitlive | 3,455 | 16 days ago | A tool for live presentations in the terminal |
howdoi | 10,610 | 30 days ago | Instant coding answers via the command line |
invoke | 4,407 | about 1 month ago | A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks |
pathpicker | 5,131 | 3 months ago | Select files out of bash output |
thefuck | 85,406 | 4 months ago | Correcting your previous console command |
tmuxp | 4,094 | 4 days ago | A session manager |
try | 725 | over 2 years ago | A dead simple CLI to try out python packages - it's never been easier |
Awesome Python / Command-line Tools / CLI Enhancements | |||
httpie | 33,939 | 20 days ago | A command line HTTP client, a user-friendly cURL replacement |
iredis | 2,564 | 7 months ago | Redis CLI with autocompletion and syntax highlighting |
litecli | 2,778 | 10 days ago | SQLite CLI with autocompletion and syntax highlighting |
mycli | 11,481 | 11 days ago | MySQL CLI with autocompletion and syntax highlighting |
pgcli | 12,140 | about 2 months ago | PostgreSQL CLI with autocompletion and syntax highlighting |
Awesome Python / Computer Vision | |||
easyocr | 24,528 | about 2 months ago | Ready-to-use OCR with 40+ languages supported |
kornia | 9,967 | 10 days ago | Open Source Differentiable Computer Vision Library for PyTorch |
opencv | Open Source Computer Vision Library | ||
pytesseract | 5,861 | 24 days ago | A wrapper for |
tesserocr | 2,016 | 3 months ago | Another simple, Pillow-friendly, wrapper around the API for OCR |
Awesome Python / Configuration Files | |||
configparser | (Python standard library) INI file parser | ||
configobj | 321 | 2 months ago | INI file parser with validation |
hydra | 8,812 | 5 days ago | Hydra is a framework for elegantly configuring complex applications |
python-decouple | 2,828 | 10 months ago | Strict separation of settings from code |
Awesome Python / Cryptography | |||
cryptography | 6,681 | 4 days ago | A package designed to expose cryptographic primitives and recipes to Python developers |
paramiko | 9,138 | about 2 months ago | The leading native Python SSHv2 protocol library |
pynacl | 1,077 | 6 days ago | Python binding to the Networking and Cryptography (NaCl) library |
Awesome Python / Data Analysis | |||
pandas | A library providing high-performance, easy-to-use data structures and data analysis tools | ||
aws-sdk-pandas | 3,932 | 6 days ago | Pandas on AWS |
datasette | 9,562 | 6 days ago | An open source multi-tool for exploring and publishing data |
optimus | 1,481 | 17 days ago | Agile Data Science Workflows made easy with PySpark |
Awesome Python / Data Validation | |||
cerberus | 3,168 | 3 months ago | A lightweight and extensible data validation library |
colander | 451 | 3 months ago | Validating and deserializing data obtained via XML, JSON, an HTML form post |
jsonschema | 4,629 | 7 days ago | An implementation of for Python |
schema | 2,884 | 5 months ago | A library for validating Python data structures |
schematics | 2,586 | over 1 year ago | Data Structure Validation |
voluptuous | 1,819 | 3 months ago | A Python data validation library |
pydantic | 21,145 | 4 days ago | Data validation using Python type hints |
Awesome Python / Data Visualization | |||
altair | 9,362 | 6 days ago | Declarative statistical visualization library for Python |
bokeh | 19,372 | 8 days ago | Interactive Web Plotting for Python |
bqplot | 3,627 | 23 days ago | Interactive Plotting Library for the Jupyter Notebook |
cartopy | 1,433 | 8 days ago | A cartographic python library with matplotlib support |
diagrams | 39,431 | 4 days ago | Diagram as Code |
matplotlib | 20,294 | 6 days ago | A Python 2D plotting library |
plotnine | 4,039 | 7 days ago | A grammar of graphics for Python based on ggplot2 |
pygal | 2,661 | 3 months ago | A Python SVG Charts Creator |
pygraphviz | 776 | about 1 month ago | Python interface to |
pyqtgraph | 3,910 | 15 days ago | Interactive and realtime 2D/3D/Image plotting and science/engineering widgets |
seaborn | 12,575 | 3 months ago | Statistical data visualization using Matplotlib |
vispy | 3,326 | 12 days ago | High-performance scientific visualization based on OpenGL |
Awesome Python / Database | |||
pickleDB | 925 | 5 months ago | A simple and lightweight key-value store for Python |
tinydb | 6,822 | about 1 month ago | A tiny, document-oriented database |
zodb | 682 | 6 days ago | A native object database for Python. A key-value and object graph database |
Awesome Python / Database Drivers | |||
awesome-mysql | MySQL - | ||
Awesome Python / Database Drivers / awesome-mysql | |||
mysqlclient | 2,451 | 6 days ago | MySQL connector with Python 3 support ( fork) |
pymysql | 7,675 | 7 days ago | A pure Python MySQL driver compatible to mysql-python |
Awesome Python / Database Drivers | |||
awesome-postgres | 10,068 | 2 months ago | PostgreSQL - |
Awesome Python / Database Drivers / awesome-postgres | |||
psycopg | 1,777 | 5 days ago | The most popular PostgreSQL adapter for Python |
Awesome Python / Database Drivers | |||
awesome-sqlite | 330 | 3 months ago | SQlite - |
Awesome Python / Database Drivers / awesome-sqlite | |||
sqlite3 | (Python standard library) SQlite interface compliant with DB-API 2.0 | ||
sqlite-utils | 1,671 | 12 days ago | Python CLI utility and library for manipulating SQLite databases |
Awesome Python / Database Drivers / Other Relational Databases | |||
pymssql | 840 | 5 days ago | A simple database interface to Microsoft SQL Server |
clickhouse-driver | 1,211 | 10 days ago | Python driver with native interface for ClickHouse |
Awesome Python / Database Drivers / NoSQL Databases | |||
cassandra-driver | 1,393 | 8 days ago | The Python Driver for Apache Cassandra |
happybase | 612 | 4 months ago | A developer-friendly library for Apache HBase |
kafka-python | 5,624 | about 1 month ago | The Python client for Apache Kafka |
pymongo | 4,152 | 3 days ago | The official Python client for MongoDB |
motor | 2,431 | 9 days ago | The async Python driver for MongoDB |
redis-py | 12,667 | 6 days ago | The Python client for Redis |
Awesome Python / Date and Time | |||
arrow | 8,730 | 5 days ago | A Python library that offers a sensible and human-friendly approach to creating, manipulating, formatting and converting dates, times and timestamps |
dateutil | 2,370 | 3 months ago | Extensions to the standard Python module |
pendulum | 6,253 | 23 days ago | Python datetimes made easy |
pytz | World timezone definitions, modern and historical. Brings the into Python | ||
Awesome Python / Debugging Tools / pdb-like Debugger | |||
ipdb | 1,863 | 3 months ago | IPython-enabled |
pudb | 2,990 | about 1 month ago | A full-screen, console-based Python debugger |
Awesome Python / Debugging Tools / Tracing | |||
manhole | 374 | 5 months ago | Debugging UNIX socket connections and present the stacktraces for all threads and an interactive prompt |
python-hunter | 804 | 4 months ago | A flexible code tracing toolkit |
Awesome Python / Debugging Tools / Profiler | |||
py-spy | 12,828 | 19 days ago | A sampling profiler for Python programs. Written in Rust |
vprof | 3,958 | over 2 years ago | Visual Python profiler |
Awesome Python / Debugging Tools / Others | |||
django-debug-toolbar | 8,101 | 9 days ago | Display various debug information for Django |
flask-debugtoolbar | 952 | 14 days ago | A port of the django-debug-toolbar to flask |
icecream | 9,148 | 9 days ago | Inspect variables, expressions, and program execution with a single, simple function call |
pyelftools | 2,029 | 9 days ago | Parsing and analyzing ELF files and DWARF debugging information |
Awesome Python / Deep Learning | |||
keras | 62,045 | 6 days ago | A high-level neural networks library and capable of running on top of either TensorFlow or Theano |
pytorch | 83,959 | 6 days ago | Tensors and Dynamic neural networks in Python with strong GPU acceleration |
pytorch-lightning | 28,402 | 3 days ago | Deep learning framework to train, deploy, and ship AI products Lightning fast |
stable-baselines3 | 9,144 | 13 days ago | PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms |
tensorflow | 186,382 | 6 days ago | The most popular Deep Learning framework created by Google |
theano | 9,904 | 10 months ago | A library for fast numerical computation |
Awesome Python / DevOps Tools / Configuration Management | |||
ansible | 62,985 | 7 days ago | A radically simple IT automation platform |
cloudinit | 2,990 | 6 days ago | A multi-distribution package that handles early initialization of a cloud instance |
openstack | Open source software for building private and public clouds | ||
pyinfra | 3,914 | 4 days ago | A versatile CLI tools and python libraries to automate infrastructure |
saltstack | 14,192 | 9 days ago | Infrastructure automation and management system |
Awesome Python / DevOps Tools / SSH-style Deployment | |||
cuisine | 1,260 | 6 months ago | Chef-like functionality for Fabric |
fabric | 14,905 | 8 months ago | A simple, Pythonic tool for remote execution and deployment |
Awesome Python / DevOps Tools / Process Management | |||
supervisor | 8,515 | 4 months ago | Supervisor process control system for UNIX |
Awesome Python / DevOps Tools / Monitoring | |||
psutil | 10,292 | 4 days ago | A cross-platform process and system utilities module |
Awesome Python / DevOps Tools / Backup | |||
borg | 11,215 | 6 days ago | A deduplicating archiver with compression and encryption |
Awesome Python / Distributed Computing / Batch Processing | |||
dask | 12,593 | 6 days ago | A flexible parallel computing library for analytic computing |
luigi | 17,869 | 9 days ago | A module that helps you build complex pipelines of batch jobs |
PySpark | 39,916 | 6 days ago | Python API |
Ray | 33,994 | 6 days ago | A system for parallel and distributed Python that unifies the machine learning ecosystem |
Awesome Python / Distributed Computing / Stream Processing | |||
faust | 6,746 | 4 months ago | A stream processing library, porting the ideas from to Python |
streamparse | 1,495 | 3 months ago | Run Python code against real-time streams of data via |
Awesome Python / Distribution | |||
py2app | 355 | 24 days ago | Freezes Python scripts (Mac OS X) |
py2exe | 870 | 9 days ago | Freezes Python scripts (Windows) |
pyarmor | 3,452 | 8 days ago | A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts |
pyinstaller | 11,914 | 4 days ago | Converts Python programs into stand-alone executables (cross-platform) |
shiv | 1,765 | 16 days ago | A command line utility for building fully self-contained zipapps (PEP 441), but with all their dependencies included |
Awesome Python / Documentation | |||
sphinx | 6,586 | 6 days ago | Python Documentation generator |
Awesome Python / Documentation / sphinx | |||
awesome-sphinxdoc | 932 | 4 months ago | |
Awesome Python / Documentation | |||
pdoc | 1,958 | 28 days ago | Epydoc replacement to auto generate API documentation for Python libraries |
Awesome Python / Downloader | |||
akshare | 9,460 | 4 days ago | A financial data interface library, built for human beings! |
s3cmd | 4,594 | 2 months ago | A command line tool for managing Amazon S3 and CloudFront |
youtube-dl | 132,410 | about 1 month ago | A command-line program to download videos from YouTube and other video sites |
Awesome Python / Editor Plugins and IDEs / Emacs | |||
elpy | 1,900 | 4 months ago | Emacs Python Development Environment |
Awesome Python / Editor Plugins and IDEs / Vim | |||
jedi-vim | 5,290 | 5 months ago | Vim bindings for the Jedi auto-completion library for Python |
python-mode | 5,447 | 6 months ago | An all in one plugin for turning Vim into a Python IDE |
YouCompleteMe | 25,465 | about 1 month ago | Includes -based completion engine for Python |
Awesome Python / Editor Plugins and IDEs / Visual Studio | |||
PTVS | 2,529 | 6 days ago | Python Tools for Visual Studio |
Awesome Python / Editor Plugins and IDEs / Visual Studio Code | |||
Python | The official VSCode extension with rich support for Python | ||
Awesome Python / Editor Plugins and IDEs / IDE | |||
PyCharm | Commercial Python IDE by JetBrains. Has free community edition available | ||
spyder | 8,344 | 4 days ago | Open Source Python IDE |
Awesome Python / Email / Mail Servers | |||
modoboa | 3,065 | 17 days ago | A mail hosting and management platform including a modern Web UI |
salmon | 644 | 3 months ago | A Python Mail Server |
Awesome Python / Email / Clients | |||
imbox | 1,185 | 7 months ago | Python IMAP for Humans |
yagmail | 2,659 | about 2 years ago | Yet another Gmail/SMTP client |
Awesome Python / Email / Others | |||
flanker | 1,634 | 7 months ago | An email address and Mime parsing library |
mailer | 276 | 6 months ago | High-performance extensible mail delivery framework |
Awesome Python / Environment Management | |||
pyenv | 39,428 | 4 days ago | Simple Python version management |
virtualenv | 4,828 | 10 days ago | A tool to create isolated Python environments |
Awesome Python / File Manipulation | |||
mimetypes | (Python standard library) Map filenames to MIME types | ||
pathlib | (Python standard library) An cross-platform, object-oriented path library | ||
path.py | 1,107 | 19 days ago | A module wrapper for |
python-magic | 2,641 | 4 months ago | A Python interface to the libmagic file type identification library |
watchdog | 6,628 | 8 days ago | API and shell utilities to monitor file system events |
Awesome Python / Functional Programming | |||
coconut | 4,098 | 8 days ago | A variant of Python built for simple, elegant, Pythonic functional programming |
funcy | 3,382 | 3 months ago | A fancy and practical functional tools |
more-itertools | 3,739 | about 1 month ago | More routines for operating on iterables, beyond |
returns | 3,594 | 6 days ago | A set of type-safe monads, transformers, and composition utilities |
cytoolz | 1,009 | 20 days ago | Cython implementation of : High performance functional utilities |
toolz | 4,704 | 20 days ago | A collection of functional utilities for iterators, functions, and dictionaries |
Awesome Python / GUI Development | |||
curses | Built-in wrapper for used to create terminal GUI applications | ||
Eel | 6,479 | about 2 months ago | A library for making simple Electron-like offline HTML/JS GUI apps |
enaml | 1,538 | 15 days ago | Creating beautiful user-interfaces with Declarative Syntax like QML |
Flexx | 3,266 | 11 months ago | Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering |
Gooey | 20,663 | 9 months ago | 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 | 1,891 | 9 days ago | A cross-platform windowing and multimedia library for Python |
PyGObject | Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3) | ||
PyQt | Python bindings for the cross-platform application and UI framework | ||
PySimpleGUI | 13,441 | 10 days ago | Wrapper for tkinter, Qt, WxPython and Remi |
pywebview | 4,767 | 3 days ago | A lightweight cross-platform native wrapper around a webview component |
Tkinter | Tkinter is Python's de-facto standard GUI package | ||
Toga | 4,362 | 3 days ago | 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 | 13,292 | 15 days ago | A Simple GPU accelerated Python GUI framework |
Awesome Python / GraphQL | |||
graphene | 8,094 | 12 days ago | GraphQL framework for Python |
Awesome Python / Game Development | |||
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 | ||
Awesome Python / Geolocation | |||
django-countries | 1,439 | 3 months ago | A Django app that provides a country field for models and forms |
geodjango | A world-class geographic web framework | ||
geojson | 923 | 27 days ago | Python bindings and utilities for GeoJSON |
geopy | 4,491 | 3 months ago | Python Geocoding Toolbox |
Awesome Python / HTML Manipulation | |||
beautifulsoup | Providing Pythonic idioms for iterating, searching, and modifying HTML or XML | ||
bleach | 2,653 | 23 days ago | A whitelist-based HTML sanitization and text linkification library |
cssutils | A CSS library for Python | ||
html5lib | 1,128 | 9 months ago | 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 | 636 | 27 days ago | Implements a XML/HTML/XHTML Markup safe string for Python |
pyquery | 2,300 | 3 months ago | A jQuery-like library for parsing HTML |
untangle | 613 | 10 months ago | 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 | 5,508 | about 1 month ago | Working with XML feel like you are working with JSON |
Awesome Python / HTTP Clients | |||
httpx | 13,283 | 6 days ago | A next generation HTTP client for Python |
requests | 52,169 | 11 days ago | HTTP Requests for Humans |
treq | 588 | about 2 months ago | Python requests like API built on top of Twisted's HTTP client |
urllib3 | 3,799 | 9 days ago | A HTTP library with thread-safe connection pooling, file post support, sanity friendly |
Awesome Python / Hardware | |||
keyboard | 3,805 | 5 months ago | Hook and simulate global keyboard events on Windows and Linux |
mouse | 906 | 4 months ago | Hook and simulate global mouse events on Windows and Linux |
pynput | 1,810 | 9 days ago | A library to control and monitor input devices |
scapy | 10,771 | 16 days ago | A brilliant packet manipulation library |
Awesome Python / Image Processing | |||
pillow | 12,300 | 3 days ago | Pillow is the friendly fork |
python-barcode | 572 | 2 months ago | Create barcodes in Python with no extra dependencies |
pymatting | A library for alpha matting | ||
python-qrcode | 4,439 | about 2 months ago | A pure Python QR Code generator |
pywal | 8,414 | 10 months ago | A tool that generates color schemes from images |
pyvips | 649 | 23 days ago | A fast image processing library with low memory needs |
quads | 1,185 | almost 2 years ago | Computer art based on quadtrees |
scikit-image | A Python library for (scientific) image processing | ||
thumbor | 10,093 | 9 days ago | A smart imaging service. It enables on-demand crop, re-sizing and flipping of images |
wand | 1,414 | about 2 months ago | Python bindings for , C API for ImageMagick |
Awesome Python / Implementations | |||
cpython | 63,523 | 3 days ago | - |
cython | 9,525 | 5 days ago | Optimizing Static Compiler for Python |
clpython | 367 | 5 months ago | Implementation of the Python programming language written in Common Lisp |
ironpython | 2,503 | 4 days ago | Implementation of the Python programming language written in C# |
micropython | 19,430 | 7 days ago | A lean and efficient Python programming language implementation |
numba | 9,981 | 13 days ago | Python JIT compiler to LLVM aimed at scientific Python |
peachpy | 1,981 | about 1 year ago | x86-64 assembler embedded in Python |
pypy | A very fast and compliant implementation of the Python language | ||
pyston | 2,504 | 3 months ago | A Python implementation using JIT techniques |
Awesome Python / Interactive Interpreter | |||
bpython | 2,635 | 27 days ago | 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 Python / Interactive Interpreter / Jupyter Notebook (IPython) | |||
awesome-jupyter | 4,047 | 1 day ago | |
Awesome Python / Interactive Interpreter | |||
ptpython | 5,229 | 4 months ago | Advanced Python REPL built on top of the |
Awesome Python / Internationalization | |||
Babel | An internationalization library for Python | ||
PyICU | 133 | over 3 years ago | A wrapper of International Components for Unicode C++ library ( ) |
Awesome Python / Job Scheduler | |||
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 | 841 | almost 5 years ago | A calendaring app for Django |
doit | A task runner and build tool | ||
gunnery | 765 | over 2 years ago | Multipurpose task execution tool for distributed systems with web-based interface |
Joblib | A set of tools to provide lightweight pipelining in Python | ||
Plan | 1,173 | over 2 years ago | Writing crontab file in Python like a charm |
Prefect | 17,407 | 6 days ago | A modern workflow orchestration framework that makes it easy to build, schedule and monitor robust data pipelines |
schedule | 11,844 | 6 months ago | Python job scheduling for humans |
Spiff | 1,695 | about 1 month ago | A powerful workflow engine implemented in pure Python |
TaskFlow | A Python library that helps to make task execution easy, consistent and reliable | ||
Awesome Python / Logging | |||
logbook | Logging replacement for Python | ||
logging | (Python standard library) Logging facility for Python | ||
loguru | 19,977 | 18 days ago | Library which aims to bring enjoyable logging in Python |
sentry-python | 1,918 | 5 days ago | Sentry SDK for Python |
structlog | Structured logging made easy | ||
Awesome Python / Machine Learning | |||
gym | 34,798 | about 1 month ago | A toolkit for developing and comparing reinforcement learning algorithms |
H2O | 6,922 | 7 days ago | Open Source Fast Scalable Machine Learning Platform |
Metrics | 1,627 | almost 2 years ago | Machine learning evaluation metrics |
NuPIC | 6,336 | about 1 year ago | Numenta Platform for Intelligent Computing |
scikit-learn | The most popular Python library for Machine Learning | ||
Spark ML | 's scalable Machine Learning library | ||
vowpal_porpoise | 166 | almost 5 years ago | A lightweight Python wrapper for |
xgboost | 26,299 | 6 days ago | A scalable, portable, and distributed gradient boosting library |
MindsDB | 26,793 | 6 days ago | 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 |
Awesome Python / Microsoft Windows | |||
Python(x,y) | Scientific-applications-oriented Python Distribution based on Qt and Spyder | ||
pythonlibs | Unofficial Windows binaries for Python extension packages | ||
PythonNet | 4,772 | 13 days ago | Python Integration with the .NET Common Language Runtime (CLR) |
PyWin32 | 5,067 | 6 days ago | Python Extensions for Windows |
WinPython | Portable development environment for Windows 7/8 | ||
Awesome Python / Miscellaneous | |||
blinker | 1,796 | 13 days ago | A fast Python in-process signal/event dispatching system |
boltons | 6,535 | 19 days ago | A set of pure-Python utilities |
itsdangerous | 2,932 | 28 days ago | Various helpers to pass trusted data to untrusted environments |
magenta | 19,175 | 4 months ago | A tool to generate music and art using artificial intelligence |
pluginbase | 1,121 | over 3 years ago | A simple but flexible plugin system for Python |
tryton | A general purpose business framework | ||
Awesome Python / Natural Language Processing / General | |||
gensim | 15,685 | 3 months ago | Topic Modeling for Humans |
langid.py | 2,324 | almost 5 years ago | Stand-alone language identification system |
nltk | A leading platform for building Python programs to work with human language data | ||
pattern | 8,750 | 5 months ago | A web mining module |
polyglot | 2,313 | about 1 year ago | Natural language pipeline supporting hundreds of languages |
pytext | 6,338 | about 2 years ago | A natural language modeling framework based on PyTorch |
PyTorch-NLP | 2,213 | over 1 year ago | A toolkit enabling rapid deep learning NLP prototyping for research |
spacy | A library for industrial-strength natural language processing in Python and Cython | ||
Stanza | 7,294 | 5 days ago | The Stanford NLP Group's official Python library, supporting 60+ languages |
Awesome Python / Natural Language Processing / Chinese | |||
funNLP | 69,165 | 7 months ago | A collection of tools and datasets for Chinese NLP |
jieba | 33,351 | 3 months ago | The most popular Chinese text segmentation library |
pkuseg-python | 6,541 | about 2 years ago | A toolkit for Chinese word segmentation in various domains |
snownlp | 6,436 | almost 5 years ago | A library for processing Chinese text |
Awesome Python / Network Virtualization | |||
mininet | 5,392 | 4 months ago | A popular network emulator and API written in Python |
napalm | 2,262 | 8 days ago | Cross-vendor API to manipulate network devices |
pox | 628 | about 1 month ago | A Python-based SDN control applications, such as OpenFlow SDN controllers |
Awesome Python / News Feed | |||
django-activity-stream | 2,387 | 2 months ago | Generating generic activity streams from the actions on your site |
Stream Framework | 4,733 | over 1 year ago | Building news feed and notification systems using Cassandra and Redis |
Awesome Python / ORM / Relational Databases | |||
Django Models | The Django ORM | ||
SQLAlchemy | The Python SQL Toolkit and Object Relational Mapper | ||
Awesome Python / ORM / Relational Databases / SQLAlchemy | |||
awesome-sqlalchemy | 2,842 | 5 months ago | |
Awesome Python / ORM / Relational Databases | |||
dataset | 4,779 | about 1 year ago | Store Python dicts in a database - works with SQLite, MySQL, and PostgreSQL |
orator | 1,428 | about 2 years ago | The Orator ORM provides a simple yet beautiful ActiveRecord implementation |
orm | 1,781 | about 2 years ago | An async ORM |
peewee | 11,201 | 9 days ago | A small, expressive ORM |
pony | 3,650 | 3 months ago | ORM that provides a generator-oriented interface to SQL |
pydal | 498 | 9 days ago | A pure Python Database Abstraction Layer |
Awesome Python / ORM / NoSQL Databases | |||
hot-redis | 290 | 8 months ago | Rich Python data types for Redis |
mongoengine | 4,243 | about 1 month ago | A Python Object-Document-Mapper for working with MongoDB |
PynamoDB | 2,457 | 3 months ago | A Pythonic interface for |
redisco | 439 | almost 5 years ago | A Python Library for Simple Models and Containers Persisted in Redis |
Awesome Python / Package Management | |||
pip | The package installer for Python | ||
Awesome Python / Package Management / pip | |||
pip-tools | 7,759 | 24 days ago | A set of tools to keep your pinned Python dependencies fresh |
PyPI | |||
Awesome Python / Package Management | |||
conda | 6,456 | 7 days ago | Cross-platform, Python-agnostic binary package manager |
poetry | 31,748 | 3 days ago | Python dependency management and packaging made easy |
Awesome Python / Package Repositories | |||
bandersnatch | 455 | 3 days ago | PyPI mirroring tool provided by Python Packaging Authority (PyPA) |
devpi | 913 | about 1 month ago | PyPI server and packaging/testing/release tool |
localshop | 397 | over 1 year ago | Local PyPI server (custom packages and auto-mirroring of pypi) |
warehouse | 3,601 | 6 days ago | Next generation Python Package Repository (PyPI) |
Awesome Python / Penetration Testing | |||
fsociety | 10,637 | 3 months ago | A Penetration testing framework |
setoolkit | 11,000 | about 1 month ago | A toolkit for social engineering |
sqlmap | 32,576 | 6 days ago | Automatic SQL injection and database takeover tool |
Awesome Python / Permissions | |||
django-guardian | 3,642 | about 1 month ago | Implementation of per object permissions for Django 1.2+ |
django-rules | 1,860 | 3 months ago | A tiny but powerful app providing object-level permissions to Django, without requiring a database |
Awesome Python / Processes | |||
delegator.py | 1,703 | almost 2 years ago | for Humans 2.0 |
sarge | Yet another wrapper for subprocess | ||
sh | 6,986 | about 1 month ago | A full-fledged subprocess replacement for Python |
Awesome Python / Recommender Systems | |||
annoy | 13,255 | 4 months ago | Approximate Nearest Neighbors in C++/Python optimized for memory usage |
fastFM | 1,075 | over 2 years ago | A library for Factorization Machines |
implicit | 3,561 | 4 months ago | A fast Python implementation of collaborative filtering for implicit datasets |
libffm | 1,598 | 3 months ago | A library for Field-aware Factorization Machine (FFM) |
lightfm | 4,773 | 4 months ago | A Python implementation of a number of popular recommendation algorithms |
spotlight | 2,993 | almost 2 years ago | Deep recommender models using PyTorch |
Surprise | 6,413 | 5 months ago | A scikit for building and analyzing recommender systems |
tensorrec | 1,277 | over 1 year ago | A Recommendation Engine Framework in TensorFlow |
Awesome Python / Refactoring | |||
Bicycle Repair Man | Bicycle Repair Man, a refactoring tool for Python | ||
Bowler | Safe code refactoring for modern Python | ||
Rope | 1,963 | 4 days ago | Rope is a python refactoring library |
Awesome Python / RESTful API / Django | |||
django-rest-framework | 28,448 | 9 days ago | A powerful and flexible toolkit to build web APIs |
django-tastypie | 3,924 | about 1 month ago | Creating delicious APIs for Django apps |
Awesome Python / RESTful API / Flask | |||
eve | 6,713 | about 1 month ago | REST API framework powered by Flask, MongoDB and good intentions |
flask-api | 1,438 | 9 months ago | Browsable Web APIs for Flask |
flask-restful | 6,845 | 4 months ago | Quickly building REST APIs for Flask |
Awesome Python / RESTful API / Pyramid | |||
cornice | 384 | 10 days ago | A RESTful framework for Pyramid |
Awesome Python / RESTful API / Framework agnostic | |||
falcon | 9,526 | 4 days ago | A high-performance framework for building cloud APIs and web app backends |
fastapi | 77,670 | 3 days ago | A modern, fast, web framework for building APIs with Python 3.6+ based on standard Python type hints |
hug | 6,862 | 5 months ago | A Python 3 framework for cleanly exposing APIs |
sandman2 | 2,008 | 10 days ago | Automated REST APIs for existing database-driven systems |
sanic | 18,102 | 8 days ago | A Python 3.6+ web server and web framework that's written to go fast |
Awesome Python / Robotics | |||
PythonRobotics | 23,420 | 8 days ago | This is a compilation of various robotics algorithms with visualizations |
rospy | This is a library for ROS (Robot Operating System) | ||
Awesome Python / RPC Servers | |||
RPyC | 1,575 | about 2 months ago | (Remote Python Call) - A transparent and symmetric RPC library for Python |
zeroRPC | 3,177 | 12 months ago | zerorpc is a flexible RPC implementation based on and |
Awesome Python / Science | |||
astropy | A community Python library for Astronomy | ||
bcbio-nextgen | 994 | 3 months ago | Providing best-practice pipelines for fully automated high throughput sequencing analysis |
bccb | 611 | 10 months ago | 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 | 2,163 | 4 months ago | 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 | 1,173 | 9 days ago | 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 | 8,722 | 3 days ago | 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 | 10,151 | 7 days ago | Statistical modeling and econometrics in Python |
SymPy | 13,008 | 3 days ago | A Python library for symbolic mathematics |
Zipline | 17,718 | 9 months ago | A Pythonic algorithmic trading library |
Awesome Python / Search | |||
django-haystack | 3,616 | 16 days ago | Modular search for Django |
elasticsearch-dsl-py | 3,838 | 8 days ago | The official high-level Python client for Elasticsearch |
elasticsearch-py | The official low-level Python client for | ||
pysolr | 667 | 16 days ago | A lightweight Python wrapper for |
whoosh | A fast, pure Python search engine library | ||
Awesome Python / Serialization | |||
marshmallow | 7,047 | 17 days ago | A lightweight library for converting complex objects to and from simple Python datatypes |
pysimdjson | 643 | 3 months ago | A Python bindings for |
python-rapidjson | 507 | about 1 month ago | A Python wrapper around |
ultrajson | 4,329 | 20 days ago | A fast JSON decoder and encoder written in C with Python bindings |
Awesome Python / Serverless Frameworks | |||
python-lambda | 1,502 | over 1 year ago | A toolkit for developing and deploying Python code in AWS Lambda |
Zappa | 3,334 | about 1 month ago | A tool for deploying WSGI applications on AWS Lambda and API Gateway |
Awesome Python / Shell | |||
xonsh | 8,430 | 4 days ago | A Python-powered, cross-platform, Unix-gazing shell language and command prompt |
Awesome Python / Specific Formats Processing / General | |||
tablib | 4,622 | about 1 month ago | A module for Tabular Datasets in XLS, CSV, JSON, YAML |
Awesome Python / Specific Formats Processing / Office | |||
docxtpl | 2,014 | 9 days ago | Editing a docx document by jinja2 template |
openpyxl | A library for reading and writing Excel 2010 xlsx/xlsm/xltx/xltm files | ||
pyexcel | 1,215 | 12 days ago | Providing one API for reading, manipulating and writing csv, ods, xls, xlsx and xlsm files |
python-docx | 4,628 | 3 months ago | Reads, queries and modifies Microsoft Word 2007/2008 docx files |
python-pptx | 2,463 | 4 months ago | Python library for creating and updating PowerPoint (.pptx) files |
unoconv | 2,618 | over 1 year ago | Convert between any document format supported by LibreOffice/OpenOffice |
XlsxWriter | 3,651 | 5 days ago | A Python module for creating Excel .xlsx files |
xlwings | 2,993 | 7 days ago | A BSD-licensed library that makes it easy to call Python from Excel and vice versa |
xlwt | 1,044 | over 4 years ago | / - Writing and reading data and formatting information from Excel files |
Awesome Python / Specific Formats Processing / PDF | |||
pdfminer.six | 5,955 | 4 months ago | Pdfminer.six is a community maintained fork of the original PDFMiner |
PyPDF2 | 8,379 | 6 days ago | A library capable of splitting, merging and transforming PDF pages |
ReportLab | Allowing Rapid creation of rich PDF documents | ||
Awesome Python / Specific Formats Processing / Markdown | |||
Mistune | 2,597 | 14 days ago | Fastest and full featured pure Python parsers of Markdown |
Python-Markdown | 3,800 | about 2 months ago | A Python implementation of John Gruber’s Markdown |
Awesome Python / Specific Formats Processing / YAML | |||
PyYAML | YAML implementations for Python | ||
Awesome Python / Specific Formats Processing / CSV | |||
csvkit | 6,022 | 3 months ago | Utilities for converting to and working with CSV |
Awesome Python / Specific Formats Processing / Archive | |||
unp | 424 | over 7 years ago | A command line tool that can unpack archives easily |
Awesome Python / Static Site Generator | |||
lektor | 3,844 | 4 days ago | An easy to use static CMS and blog engine |
mkdocs | 19,427 | 15 days ago | Markdown friendly documentation generator |
makesite | 1,819 | over 1 year ago | Simple, lightweight, and magic-free static site/blog generator (< 130 lines) |
nikola | 2,621 | 3 months ago | A static website and blog generator |
pelican | 12,579 | 13 days ago | Static site generator that supports Markdown and reST syntax |
Awesome Python / Tagging | |||
django-taggit | 3,342 | 16 days ago | Simple tagging for Django |
Awesome Python / Task Queues | |||
celery | An asynchronous task queue/job queue based on distributed message passing | ||
dramatiq | 4,346 | 8 days ago | A fast and reliable background task processing library for Python 3 |
huey | 5,220 | about 1 month ago | Little multi-threaded task queue |
mrq | 877 | over 1 year ago | A distributed worker task queue in Python using Redis & gevent |
rq | 9,890 | 5 days ago | Simple job queues for Python |
Awesome Python / Template Engine | |||
Genshi | Python templating toolkit for generation of web-aware output | ||
Jinja2 | 10,364 | 28 days ago | A modern and designer friendly templating language |
Mako | Hyperfast and lightweight templating for the Python platform | ||
Awesome Python / Testing / Testing Frameworks | |||
hypothesis | 7,576 | 4 days ago | Hypothesis is an advanced Quickcheck style property based testing library |
nose2 | 796 | 17 days ago | The successor to , based on `unittest2 |
pytest | A mature full-featured Python testing tool | ||
Robot Framework | 9,897 | 5 days ago | A generic test automation framework |
unittest | (Python standard library) Unit testing framework | ||
Awesome Python / Testing / Test Runners | |||
green | 795 | 8 days ago | 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 | ||
Awesome Python / Testing / GUI / Web Testing | |||
locust | 25,061 | 6 days ago | Scalable user load testing tool written in Python |
PyAutoGUI | 10,440 | 3 months ago | PyAutoGUI is a cross-platform GUI automation Python module for human beings |
Schemathesis | 2,296 | 3 days ago | A tool for automatic property-based testing of web applications built with Open API / Swagger specifications |
Selenium | Python bindings for WebDriver | ||
sixpack | 1,758 | about 2 years ago | A language-agnostic A/B Testing framework |
splinter | 2,722 | 20 days ago | Open source tool for testing web applications |
Awesome Python / Testing / Mock | |||
doublex | Powerful test doubles framework for Python | ||
freezegun | 4,196 | 4 months ago | Travel through time by mocking the datetime module |
httmock | 468 | about 1 year ago | A mocking library for requests for Python 2.6+ and 3.2+ |
httpretty | 2,108 | 5 months ago | HTTP request mock tool for Python |
mock | (Python standard library) A mocking and patching library | ||
mocket | 285 | 4 days ago | A socket mock framework with gevent/asyncio/SSL support |
responses | 4,166 | about 2 months ago | A utility library for mocking out the requests Python library |
VCR.py | 2,715 | 6 days ago | Record and replay HTTP interactions on your tests |
Awesome Python / Testing / Object Factories | |||
factory_boy | 3,525 | 3 months ago | A test fixtures replacement for Python |
mixer | 944 | 9 months ago | Another fixtures replacement. Supports Django, Flask, SQLAlchemy, Peewee and etc |
model_mommy | 902 | about 5 years ago | Creating random fixtures for testing in Django |
Awesome Python / Testing / Code Coverage | |||
coverage | Code coverage measurement | ||
Awesome Python / Testing / Fake Data | |||
fake2db | 2,282 | almost 5 years ago | Fake database generator |
faker | 17,786 | 7 days ago | A Python package that generates fake data |
mimesis | 4,448 | 6 days ago | is a Python library that help you generate fake data |
radar | Generate random datetime / time | ||
Awesome Python / Text Processing / General | |||
chardet | 2,181 | 4 months ago | Python 2/3 compatible character encoding detector |
difflib | (Python standard library) Helpers for computing deltas | ||
ftfy | 3,816 | 22 days ago | Makes Unicode text less broken and more consistent automagically |
fuzzywuzzy | 9,229 | over 1 year ago | Fuzzy String Matching |
Levenshtein | 1,263 | over 3 years ago | Fast computation of Levenshtein distance and string similarity |
pangu.py | 255 | over 1 year ago | Paranoid text spacing |
pyfiglet | 1,375 | 4 months ago | An implementation of figlet written in Python |
pypinyin | 4,903 | 2 months ago | Convert Chinese hanzi (漢字) to pinyin (拼音) |
textdistance | 3,394 | 2 months ago | Compute distance between sequences with 30+ algorithms |
unidecode | ASCII transliterations of Unicode text | ||
Awesome Python / Text Processing / Slugify | |||
awesome-slugify | 485 | over 4 years ago | A Python slugify library that can preserve unicode |
python-slugify | 1,490 | 9 months ago | A Python slugify library that translates unicode to ASCII |
unicode-slugify | 321 | 10 months ago | A slugifier that generates unicode slugs with Django as a dependency |
Awesome Python / Text Processing / Unique identifiers | |||
hashids | 1,412 | over 1 year ago | Implementation of in Python |
shortuuid | 2,076 | 6 months ago | A generator library for concise, unambiguous and URL-safe UUIDs |
Awesome Python / Text Processing / Parser | |||
ply | 2,797 | 5 months ago | Implementation of lex and yacc parsing tools for Python |
pygments | A generic syntax highlighter | ||
pyparsing | 2,233 | 3 days ago | A general purpose framework for generating parsers |
python-nameparser | 657 | 6 months ago | Parsing human names into their individual components |
python-phonenumbers | 3,516 | 5 days ago | Parsing, formatting, storing and validating international phone numbers |
python-user-agents | 1,448 | almost 2 years ago | Browser user agent parser |
sqlparse | 3,752 | 7 days ago | A non-validating SQL parser |
Awesome Python / Third-party APIs | |||
apache-libcloud | One Python library for all clouds | ||
boto3 | 9,066 | 6 days ago | Python interface to Amazon Web Services |
django-wordpress | 356 | over 3 years ago | WordPress models and views for Django |
facebook-sdk | 2,744 | 4 months ago | Facebook Platform Python SDK |
google-api-python-client | 7,779 | 9 days ago | Google APIs Client Library for Python |
gspread | 7,112 | 13 days ago | Google Spreadsheets Python API |
twython | 1,855 | over 2 years ago | A Python wrapper for the Twitter API |
Awesome Python / URL Manipulation | |||
furl | 2,643 | 9 days ago | A small Python library that makes parsing and manipulating URLs easy |
purl | 294 | over 1 year ago | A simple, immutable URL class with a clean API for interrogation and manipulation |
pyshorteners | 389 | over 2 years ago | A pure Python URL shortening lib |
webargs | 1,379 | 17 days ago | A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks |
Awesome Python / Video | |||
moviepy | A module for script-based movie editing with many formats, including animated GIFs | ||
scikit-video | 138 | over 4 years ago | Video processing routines for SciPy |
vidgear | 3,373 | 3 months ago | Most Powerful multi-threaded Video Processing framework |
Awesome Python / Web Asset Management | |||
django-compressor | 2,802 | about 1 month ago | Compresses linked and inline JavaScript or CSS into a single cached file |
django-pipeline | 1,517 | 25 days ago | An asset packaging library for Django |
django-storages | 2,767 | about 1 month ago | 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 | 455 | 11 months ago | Helps you integrate webassets into your Flask app |
webassets | 925 | 5 months ago | Bundles, optimizes, and manages unique cache-busting URLs for static resources |
Awesome Python / Web Content Extracting | |||
html2text | 1,845 | 4 months ago | Convert HTML to Markdown-formatted text |
lassie | 613 | over 2 years ago | Web Content Retrieval for Humans |
micawber | 636 | about 1 month ago | A small library for extracting rich content from URLs |
newspaper | 14,171 | 4 months ago | News extraction, article extraction and content curation in Python |
python-readability | 2,666 | about 1 month ago | Fast Python port of arc90's readability tool |
requests-html | 13,740 | 7 months ago | Pythonic HTML Parsing for Humans |
sumy | 3,522 | 6 months ago | A module for automatic summarization of text documents and HTML pages |
textract | 3,907 | 17 days ago | Extract text from any document, Word, PowerPoint, PDFs, etc |
toapi | 3,500 | over 2 years ago | Every web site provides APIs |
Awesome Python / Web Crawling | |||
feedparser | 1,977 | 16 days ago | Universal feed parser |
grab | 2,393 | 8 months ago | Site scraping framework |
mechanicalsoup | 4,672 | 6 days ago | A Python library for automating interaction with websites |
scrapy | 53,156 | 6 days ago | A fast high-level screen scraping and web crawling framework |
Awesome Python / Web Frameworks / Synchronous | |||
django | 80,945 | 7 days ago | The most popular web framework in Python |
Awesome Python / Web Frameworks / Synchronous / django | |||
awesome-django | 1,667 | 2 months ago | |
awesome-django | 9,539 | 16 days ago | |
Awesome Python / Web Frameworks / Synchronous | |||
flask | 68,094 | 8 days ago | A microframework for Python |
Awesome Python / Web Frameworks / Synchronous / flask | |||
awesome-flask | 12,253 | 3 months ago | |
Awesome Python / Web Frameworks / Synchronous | |||
pyramid | A small, fast, down-to-earth, open source Python web framework | ||
Awesome Python / Web Frameworks / Synchronous / pyramid | |||
awesome-pyramid | 553 | over 3 years ago | |
Awesome Python / Web Frameworks / Synchronous | |||
masonite | 2,209 | 21 days ago | The modern and developer centric Python web framework |
Awesome Python / Web Frameworks / Asynchronous | |||
tornado | 21,748 | 22 days ago | A web framework and asynchronous networking library |
Awesome Python / WebSocket | |||
autobahn-python | 2,483 | 3 months ago | WebSocket & WAMP for Python on Twisted and |
channels | 6,108 | 6 days ago | Developer-friendly asynchrony for Django |
websockets | 5,220 | 6 days ago | A library for building WebSocket servers and clients with a focus on correctness and simplicity |
Awesome Python / WSGI Servers | |||
gunicorn | 9,853 | 27 days ago | Pre-forked, ported from Ruby's Unicorn project |
uwsgi | A project aims at developing a full stack for building hosting services, written in C | ||
waitress | 1,446 | 5 days ago | Multi-threaded, powers Pyramid |
werkzeug | 6,657 | 8 days ago | A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects |
Resources / Newsletters | |||
Awesome Python Newsletter | |||
Pycoder's Weekly | |||
Python Tricks | |||
Python Weekly | |||
Resources / Podcasts | |||
Django Chat | |||
Python Bytes | |||
Talk Python To Me | |||
Python Test | |||
The Real Python Podcast |
Backlinks from these awesome lists:
- sindresorhus/awesome
- josephmisiti/awesome-machine-learning
- bayandin/awesome-awesomeness
- academic/awesome-datascience
- enaqx/awesome-pentest
- jnv/lists
- agmmnn/awesome-blender
- sacridini/awesome-geospatial
- kelvins/awesome-mlops
- junnplus/awesome-python-books
- myles/awesome-static-generators
- emijrp/awesome-awesome
- ybayle/awesome-deep-learning-music
- networktocode/awesome-network-automation
- cicdops/awesome-ciandcd
- typeddjango/awesome-python-typing
- lyfeyaj/awesome-resources
- sirredbeard/awesome-unix
- stevinz/awesome-game-engine-dev
- quobit/awesome-python-in-education
- fleveque/awesome-awesomes
- jhermann/awesome-python-talks
- torchhound/warren
- erichs/awesome-awesome
- itech001/awesome-linux-resources
- bradoyler/awesome-all
- grundic/awesome-python-models
- flyhigher139/awesome-collection
- szabgab/awesome-lists
- coopermaa/awesome-awesome
- 0ex/more-awesome
- xwjdsh/awesome-go-extra