Best-of Web Development with Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
This curated list contains 590 awesome open-source projects with a total of 3.6M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
🧙♂️ Discover other best-of lists or create your own.
📫 Subscribe to our newsletter for updates and trending projects.
Contents
Explanation
- 🥇🥈🥉 Combined project-quality score
- ⭐️ Star count from GitHub
- 🐣 New project (less than 6 months old)
- 💤 Inactive project (6 months no activity)
- 💀 Dead project (12 months no activity)
- 📈📉 Project is trending up or down
- ➕ Project was recently added
- ❗️ Warning (e.g. missing/risky license)
- 👨💻 Contributors count from GitHub
- 🔀 Fork count from GitHub
- 📋 Issue count from GitHub
- ⏱️ Last update timestamp on package manager
- 📥 Download count from package manager
- 📦 Number of dependent projects
Flask related project
Django related project
FastAPI related project
Pyramid related project
OpenAPI related project
GraphQL related project
Web Frameworks

General purpose web frameworks to build web applications and REST APIs.
fastapi (🥇50 · ⭐ 100K) - FastAPI framework, high performance, easy to learn, fast to.. MIT 

GitHub (👨💻 900 · 🔀 9.5K · 📦 910K · 📋 3.5K - 0% open · ⏱️ 07.07.2026):
git clone https://github.com/tiangolo/fastapi
PyPi (📥 480M / month · 📦 32K · ⏱️ 01.07.2026):
pip install fastapi
Conda (📥 5.2M · ⏱️ 02.07.2026):
conda install -c conda-forge fastapi
django (🥇50 · ⭐ 88K) - The Web framework for perfectionists with deadlines. BSD-3 
GitHub (👨💻 3.5K · 🔀 34K · 📦 2M · ⏱️ 08.07.2026):
git clone https://github.com/django/django
PyPi (📥 49M / month · 📦 23K · ⏱️ 07.07.2026):
pip install django
Conda (📥 3.8M · ⏱️ 07.07.2026):
conda install -c conda-forge django
flask (🥇49 · ⭐ 72K) - The Python micro framework for building web applications. BSD-3 
GitHub (👨💻 860 · 🔀 17K · 📥 13K · 📦 2.8M · 📋 2.8K - 0% open · ⏱️ 31.05.2026):
git clone https://github.com/pallets/flask
PyPi (📥 190M / month · 📦 19K · ⏱️ 19.02.2026):
pip install flask
Conda (📥 13M · ⏱️ 19.02.2026):
conda install -c conda-forge flask
werkzeug (🥇46 · ⭐ 6.9K) - The comprehensive WSGI web application library. BSD-3
GitHub (👨💻 510 · 🔀 1.8K · 📥 3.8K · 📦 1.7M · 📋 1.3K - 0% open · ⏱️ 05.05.2026):
git clone https://github.com/pallets/werkzeug
PyPi (📥 240M / month · 📦 5.2K · ⏱️ 02.04.2026):
pip install werkzeug
Conda (📥 18M · ⏱️ 02.04.2026):
conda install -c conda-forge werkzeug
tornado (🥈45 · ⭐ 22K) - Tornado is a Python web framework and asynchronous networking.. Apache-2
GitHub (👨💻 480 · 🔀 5.5K · 📦 700K · 📋 1.9K - 11% open · ⏱️ 08.07.2026):
git clone https://github.com/tornadoweb/tornado
PyPi (📥 120M / month · 📦 4.1K · ⏱️ 08.06.2026):
pip install tornado
Conda (📥 74M · ⏱️ 09.06.2026):
conda install -c conda-forge tornado
starlette (🥈45 · ⭐ 12K) - The little ASGI framework that shines. BSD-3
GitHub (👨💻 330 · 🔀 1.2K · 📦 430K · 📋 770 - 1% open · ⏱️ 04.07.2026):
git clone https://github.com/encode/starlette
PyPi (📥 520M / month · 📦 6.8K · ⏱️ 12.06.2026):
pip install starlette
Conda (📥 6.1M · ⏱️ 14.06.2026):
conda install -c conda-forge starlette
django-rest-framework (🥈44 · ⭐ 30K) - Web APIs for Django. BSD-3 
GitHub (👨💻 1.5K · 🔀 7.1K · 📥 79 · 📦 860K · 📋 4K - 1% open · ⏱️ 01.07.2026):
git clone https://github.com/encode/django-rest-framework
PyPi (📥 120K / month · 📦 110 · ⏱️ 20.07.2017):
pip install django-rest-framework
Conda (📥 1.5M · ⏱️ 25.03.2026):
conda install -c conda-forge djangorestframework
falcon (🥈38 · ⭐ 9.8K) - The no-magic web API and microservices framework for Python.. Apache-2
GitHub (👨💻 240 · 🔀 1K · 📥 13K · 📦 11K · 📋 1.1K - 13% open · ⏱️ 08.07.2026):
git clone https://github.com/falconry/falcon
PyPi (📥 1.3M / month · 📦 430 · ⏱️ 16.06.2026):
pip install falcon
Conda (📥 1.1M · ⏱️ 16.06.2026):
conda install -c conda-forge falcon
bottle (🥈38 · ⭐ 8.8K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT
GitHub (👨💻 240 · 🔀 1.5K · 📥 480 · 📦 37K · 📋 930 - 30% open · ⏱️ 23.03.2026):
git clone https://github.com/bottlepy/bottle
PyPi (📥 11M / month · 📦 800 · ⏱️ 15.06.2025):
pip install bottle
Conda (📥 660K · ⏱️ 11.08.2025):
conda install -c conda-forge bottle
litestar (🥈38 · ⭐ 8.3K) - Light, flexible and extensible ASGI framework | Built to scale. MIT 
GitHub (👨💻 290 · 🔀 570 · 📦 2.3K · 📋 1.5K - 18% open · ⏱️ 08.07.2026):
git clone https://github.com/litestar-org/litestar
PyPi (📥 1.8M / month · 📦 230 · ⏱️ 11.06.2026):
pip install litestar
sanic (🥈37 · ⭐ 19K) - Accelerate your web app development | Build fast. Run fast. MIT
GitHub (👨💻 370 · 🔀 1.6K · 📦 19K · 📋 1.5K - 8% open · ⏱️ 31.05.2026):
git clone https://github.com/sanic-org/sanic
PyPi (📦 820 · ⏱️ 31.05.2026):
pip install sanic
Conda (📥 760K · ⏱️ 03.06.2026):
conda install -c conda-forge sanic
Flask-AppBuilder (🥈36 · ⭐ 5K) - Simple and rapid application development framework,.. BSD-3 
GitHub (👨💻 230 · 🔀 1.4K · 📋 1.4K - 19% open · ⏱️ 23.06.2026):
git clone https://github.com/dpgaspar/Flask-AppBuilder
PyPi (📥 15M / month · 📦 16 · ⏱️ 29.06.2026):
pip install flask-appbuilder
Conda (📥 790K · ⏱️ 25.06.2026):
conda install -c conda-forge flask-appbuilder
CherryPy (🥈35 · ⭐ 1.9K · 💤) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3
GitHub (👨💻 150 · 🔀 370 · 📦 15K · 📋 1.8K - 14% open · ⏱️ 20.11.2025):
git clone https://github.com/cherrypy/cherrypy
PyPi (📥 830K / month · 📦 430 · ⏱️ 14.06.2024):
pip install cherrypy
Conda (📥 34K · ⏱️ 12.12.2025):
conda install -c anaconda cherrypy
responder (🥉33 · ⭐ 3.6K · 📈) - A familiar HTTP Service Framework for Python. Apache-2
GitHub (👨💻 87 · 🔀 220 · 📥 6 · 📦 590 · ⏱️ 07.07.2026):
git clone https://github.com/taoufik07/responder
PyPi (📥 12K / month · 📦 15 · ⏱️ 06.07.2026):
pip install responder
Conda (📥 130K · ⏱️ 22.04.2025):
conda install -c conda-forge responder
eve (🥉32 · ⭐ 6.7K) - REST API framework designed for human beings. BSD-3
GitHub (👨💻 220 · 🔀 730 · 📦 1.2K · 📋 980 - 2% open · ⏱️ 24.03.2026):
git clone https://github.com/pyeve/eve
PyPi (📥 16K / month · 📦 46 · ⏱️ 24.03.2026):
pip install eve
robyn (🥉30 · ⭐ 7.3K) - Robyn is a Super Fast Async Python Web Framework with a Rust runtime. BSD-2
GitHub (👨💻 90 · 🔀 330 · 📦 260 · 📋 590 - 8% open · ⏱️ 25.06.2026):
git clone https://github.com/sansyrox/robyn
PyPi (📥 21K / month · 📦 20 · ⏱️ 25.06.2026):
pip install robyn
Conda (📥 1.2M · ⏱️ 18.10.2025):
conda install -c conda-forge robyn
webpy (🥉30 · ⭐ 5.9K) - web.py is a web framework for python that is as simple as it is.. Unlicense
GitHub (👨💻 98 · 🔀 1.3K · 📦 24 · 📋 470 - 10% open · ⏱️ 19.06.2026):
git clone https://github.com/webpy/webpy
PyPi (📥 92K / month · 📦 53 · ⏱️ 09.11.2020):
pip install web.py
Conda (📥 140K · ⏱️ 22.04.2025):
conda install -c conda-forge web.py
masonite (🥉29 · ⭐ 2.4K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
GitHub (👨💻 89 · 🔀 140 · 📦 550 · 📋 460 - 6% open · ⏱️ 07.06.2026):
git clone https://github.com/MasoniteFramework/masonite
PyPi (📥 13K / month · 📦 53 · ⏱️ 07.06.2026):
pip install masonite
guillotina (🥉28 · ⭐ 210) - Python AsyncIO data API to manage billions of resources. BSD-3
GitHub (👨💻 54 · 🔀 53 · 📦 140 · 📋 240 - 28% open · ⏱️ 24.06.2026):
git clone https://github.com/plone/guillotina
PyPi (📥 1.2K / month · 📦 38 · ⏱️ 24.06.2026):
pip install guillotina
web2py (🥉25 · ⭐ 2.2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0
emmett (🥉25 · ⭐ 1.2K) - The web framework for inventors. BSD-3
GitHub (👨💻 25 · 🔀 73 · 📦 95 · 📋 360 - 10% open · ⏱️ 02.07.2026):
git clone https://github.com/emmett-framework/emmett
PyPi (📥 570 / month · 📦 8 · ⏱️ 07.04.2026):
pip install emmett
flama (🥉23 · ⭐ 290) - The production framework for Predictive and Generative AI. Serve any.. Apache-2
GitHub (👨💻 11 · 🔀 17 · 📥 710 · 📦 16 · 📋 140 - 2% open · ⏱️ 08.07.2026):
git clone https://github.com/perdy/flama
PyPi (📥 15K / month · 📦 1 · ⏱️ 18.06.2026):
pip install flama
view.py (🥉15 · ⭐ 210) - The Batteries-Detachable Web Framework. MIT
GitHub (👨💻 13 · 🔀 16 · ⏱️ 22.02.2026):
git clone https://github.com/ZeroIntensity/view.py
PyPi (📥 220 / month · ⏱️ 26.05.2024):
pip install view.py
Show 12 hidden projects...
- flask-restful (🥈36 · ⭐ 6.9K · 💀) - Simple framework for creating REST APIs.
BSD-3 
- django-tastypie (🥉33 · ⭐ 4K · 💀) - Creating delicious APIs for Django apps since 2010.
BSD-3 
- hug (🥉32 · ⭐ 6.9K · 💀) - Embrace the APIs of the future. Hug aims to make developing APIs as simple..
MIT
- pyramid (🥉30 · ⭐ 4.1K) - Pyramid - A Python web framework.
❗Unlicensed
- flask-restplus (🥉30 · ⭐ 2.7K · 💀) - Fully featured framework for fast, easy and..
BSD-3 
- cornice (🥉28 · ⭐ 390 · 💀) - Build Web Services with Pyramid.
❗Unlicensed 
- quart (🥉26 · ⭐ 3.5K · 💀) - Quart is a Python ASGI web microframework with the same API as Flask.
MIT
- japronto (🥉24 · ⭐ 8.6K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining..
MIT
- justpy (🥉24 · ⭐ 1.3K · 💀) - An object oriented high-level Python Web Framework that requires..
Apache-2
- vibora (🥉19 · ⭐ 5.6K · 💀) - Fast, asynchronous and elegant Python web framework.
MIT
- flask-mongorest (🥉19 · ⭐ 520 · 💀) - Restful API framework wrapped around MongoEngine.
BSD-3 
- Growler (🥉13 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained..
Apache-2
HTTP Clients

requests (🥇51 · ⭐ 54K) - A simple, yet elegant, HTTP library. Apache-2
GitHub (👨💻 800 · 🔀 9.9K · 📥 38K · 📦 4.2M · 📋 4.2K - 5% open · ⏱️ 09.07.2026):
git clone https://github.com/psf/requests
PyPi (📥 1.6B / month · 📦 170K · ⏱️ 14.05.2026):
pip install requests
Conda (📥 87M · ⏱️ 15.05.2026):
conda install -c conda-forge requests
urllib3 (🥇46 · ⭐ 4K) - urllib3 is a user-friendly HTTP client library for Python. MIT
GitHub (👨💻 400 · 🔀 1.4K · 📥 93K · 📦 2.5M · 📋 1.4K - 14% open · ⏱️ 06.07.2026):
git clone https://github.com/urllib3/urllib3
PyPi (📥 1.7B / month · 📦 25K · ⏱️ 07.05.2026):
pip install urllib3
Conda (📥 94M · ⏱️ 07.05.2026):
conda install -c conda-forge urllib3
httpx (🥈39 · ⭐ 15K) - A next generation HTTP client for Python. BSD-3
GitHub (👨💻 250 · 🔀 1.2K · 📦 650K · ⏱️ 23.02.2026):
git clone https://github.com/encode/httpx
PyPi (📥 710M / month · 📦 22K · ⏱️ 15.09.2025):
pip install httpx
Conda (📥 20M · ⏱️ 22.04.2025):
conda install -c conda-forge httpx
httpcore (🥈36 · ⭐ 540 · 💤) - A minimal HTTP client. BSD-3
GitHub (👨💻 59 · 🔀 170 · 📦 430K · 📋 220 - 21% open · ⏱️ 13.10.2025):
git clone https://github.com/encode/httpcore
PyPi (📥 690M / month · 📦 970 · ⏱️ 24.04.2025):
pip install httpcore
Conda (📥 20M · ⏱️ 25.04.2025):
conda install -c conda-forge httpcore
aiohttp (🥈35 · ⭐ 16K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2
GitHub (👨💻 980 · 🔀 2.3K):
git clone https://github.com/aio-libs/aiohttp
PyPi (📥 600M / month · 📦 32K · ⏱️ 07.06.2026):
pip install aiohttp
Conda (📥 28M · ⏱️ 08.06.2026):
conda install -c conda-forge aiohttp
httptools (🥈35 · ⭐ 1.3K) - Fast HTTP parser. MIT
GitHub (👨💻 24 · 🔀 110 · 📦 200K · 📋 76 - 30% open · ⏱️ 25.05.2026):
git clone https://github.com/MagicStack/httptools
PyPi (📥 210M / month · 📦 590 · ⏱️ 25.05.2026):
pip install httptools
Conda (📥 4.1M · ⏱️ 26.05.2026):
conda install -c conda-forge httptools
httplib2 (🥈34 · ⭐ 510) - Small, fast HTTP client library for Python. Features persistent.. MIT
GitHub (👨💻 80 · 🔀 190 · 📦 270K · 📋 140 - 45% open · ⏱️ 26.06.2026):
git clone https://github.com/httplib2/httplib2
PyPi (📥 170M / month · 📦 1.2K · ⏱️ 26.06.2026):
pip install httplib2
Conda (📥 5.4M · ⏱️ 26.06.2026):
conda install -c conda-forge httplib2
requests-futures (🥉32 · ⭐ 2.2K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2
GitHub (👨💻 28 · 🔀 150 · 📦 7.9K · ⏱️ 20.06.2026):
git clone https://github.com/ross/requests-futures
PyPi (📥 4.2M / month · 📦 310 · ⏱️ 15.11.2024):
pip install requests-futures
Conda (📥 560K · ⏱️ 22.04.2025):
conda install -c conda-forge requests-futures
python-zeep (🥉32 · ⭐ 2K) - A Python SOAP client. MIT
GitHub (👨💻 150 · 🔀 610 · 📋 1.2K - 40% open · ⏱️ 18.06.2026):
git clone https://github.com/mvantellingen/python-zeep
PyPi (📦 750 · ⏱️ 18.06.2026):
pip install zeep
Conda (📥 610K · ⏱️ 16.09.2025):
conda install -c conda-forge zeep
treq (🥉30 · ⭐ 600) - Python requests like API built on top of Twisteds HTTP client. MIT
GitHub (👨💻 58 · 🔀 140 · 📥 510 · 📦 1.8K · 📋 180 - 31% open · ⏱️ 02.07.2026):
git clone https://github.com/twisted/treq
PyPi (📥 240K / month · 📦 130 · ⏱️ 02.07.2026):
pip install treq
Conda (📥 290K · ⏱️ 02.07.2026):
conda install -c conda-forge treq
httpstat (🥉22 · ⭐ 6.3K) - curl statistics made simple. MIT
GitHub (👨💻 6 · 🔀 380 · 📥 380 · 📦 20 · 📋 30 - 26% open · ⏱️ 08.04.2026):
git clone https://github.com/reorx/httpstat
PyPi (📥 2.1K / month · ⏱️ 08.04.2026):
pip install httpstat
Show 8 hidden projects...
- pycurl (🥈37 · ⭐ 1.2K) - PycURL - Python interface to libcurl.
❗️LGPL-2.1
- requests-toolbelt (🥉33 · ⭐ 1K · 💀) - A toolbelt of useful classes and functions to be used..
Apache-2
- httpie (🥉32 · ⭐ 38K · 💀) - HTTPie CLI modern, user-friendly command-line HTTP client for the API..
BSD-3
- grequests (🥉29 · ⭐ 4.6K · 💀) - Requests + Gevent = 3.
BSD-2
- hyper (🥉28 · ⭐ 1K · 💀) - HTTP/2 for Python.
MIT
- pysimplesoap (🥉24 · ⭐ 370 · 💀) - Python Simple SOAP Library.
❗️LGPL-3.0
- http-prompt (🥉23 · ⭐ 9.1K · 💀) - An interactive command-line HTTP and API testing client built on..
MIT
- http-parser (🥉23 · ⭐ 340 · 💀) - HTTP request/response parser for python in C.
MIT
Servers

uvicorn (🥇44 · ⭐ 11K) - An ASGI web server, for Python. BSD-3
GitHub (👨💻 220 · 🔀 980 · 📦 900K · 📋 710 - 2% open · ⏱️ 08.07.2026):
git clone https://github.com/encode/uvicorn
PyPi (📥 500M / month · 📦 21K · ⏱️ 08.07.2026):
pip install uvicorn
Conda (📥 7.2M · ⏱️ 08.07.2026):
conda install -c conda-forge uvicorn
gevent (🥈41 · ⭐ 6.4K) - Coroutine-based concurrency library for Python. MIT
GitHub (👨💻 120 · 🔀 960 · 📥 65K · 📦 150K · 📋 1.5K - 8% open · ⏱️ 02.07.2026):
git clone https://github.com/gevent/gevent
PyPi (📥 51M / month · 📦 2.3K · ⏱️ 20.05.2026):
pip install gevent
Conda (📥 2.4M · ⏱️ 21.05.2026):
conda install -c conda-forge gevent
asgiref (🥈38 · ⭐ 1.6K) - ASGI specification and utilities. BSD-3
GitHub (👨💻 110 · 🔀 250 · 📦 1.1M · 📋 270 - 24% open · ⏱️ 08.07.2026):
git clone https://github.com/django/asgiref
PyPi (📥 130M / month · 📦 1.3K · ⏱️ 03.02.2026):
pip install asgiref
Conda (📥 2.2M · ⏱️ 05.02.2026):
conda install -c conda-forge asgiref
whitenoise (🥈37 · ⭐ 2.8K) - Radically simplified static file serving for Python web apps. MIT
GitHub (👨💻 70 · 🔀 150 · 📦 530K · 📋 260 - 13% open · ⏱️ 14.06.2026):
git clone https://github.com/evansd/whitenoise
PyPi (📥 15M / month · 📦 580 · ⏱️ 27.02.2026):
pip install whitenoise
Conda (📥 280K · ⏱️ 27.02.2026):
conda install -c conda-forge whitenoise
mangum (🥉32 · ⭐ 2.1K) - AWS Lambda support for ASGI applications. MIT 
GitHub (👨💻 35 · 🔀 130 · 📦 8.6K · 📋 180 - 15% open · ⏱️ 31.05.2026):
git clone https://github.com/jordaneremieff/mangum
PyPi (📥 7.5M / month · 📦 120 · ⏱️ 01.02.2026):
pip install mangum
Hypercorn (🥉29 · ⭐ 1.6K · 💤) - Hypercorn is an ASGI Server based on Hyper libraries and inspired.. MIT
GitHub (👨💻 73 · 🔀 140 · 📦 13K · 📋 280 - 47% open · ⏱️ 08.11.2025):
git clone https://github.com/pgjones/hypercorn
PyPi (📥 6.1M / month · 📦 160 · ⏱️ 08.11.2025):
pip install hypercorn
livereload (🥉27 · ⭐ 1.1K) - livereload server in python. BSD-3
GitHub (👨💻 62 · 🔀 150 · 📋 170 - 34% open · ⏱️ 23.05.2026):
git clone https://github.com/lepture/python-livereload
PyPi (📥 650K / month · 📦 350 · ⏱️ 18.12.2024):
pip install livereload
Conda (📥 900K · ⏱️ 22.04.2025):
conda install -c conda-forge livereload
Show 5 hidden projects...
- gunicorn (🥇45 · ⭐ 11K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast..
❗Unlicensed
- waitress (🥉34 · ⭐ 1.6K) - Waitress - A WSGI server for Python 3.
❗️ZPL-2.1
- bjoern (🥉27 · ⭐ 3K · 💀) - A screamingly fast Python 2/3 WSGI server written in C.
BSD-2
- django-devserver (🥉25 · ⭐ 1.3K · 💀) - A drop-in replacement for Djangos runserver.
BSD-3 
- Meinheld (🥉24 · ⭐ 1.5K · 💀) - Meinheld is a high performance asynchronous WSGI Web Server (based..
BSD-3
Authorization & Authentication

django-allauth (🥇44 · ⭐ 10K) - Integrated set of Django applications addressing.. MIT 
GitHub (👨💻 810 · 🔀 3.1K · 📦 270K · 📋 2.4K - 0% open · ⏱️ 29.05.2026):
git clone https://github.com/pennersr/django-allauth
PyPi (📥 4.6M / month · 📦 300 · ⏱️ 29.05.2026):
pip install django-allauth
Conda (📥 390K · ⏱️ 30.05.2026):
conda install -c conda-forge django-allauth
pyjwt (🥇40 · ⭐ 5.7K) - JSON Web Token implementation in Python. MIT
GitHub (👨💻 160 · 🔀 760 · 📦 820K · 📋 520 - 10% open · ⏱️ 21.05.2026):
git clone https://github.com/jpadilla/pyjwt
PyPi (📥 630M / month · 📦 9K · ⏱️ 21.05.2026):
pip install pyjwt
Conda (📥 24M · ⏱️ 21.05.2026):
conda install -c conda-forge pyjwt
oauthlib (🥇39 · ⭐ 3K) - A generic, spec-compliant, thorough implementation of the OAuth request-.. BSD-3
GitHub (👨💻 200 · 🔀 510 · 📦 650K · 📋 400 - 23% open · ⏱️ 22.04.2026):
git clone https://github.com/oauthlib/oauthlib
PyPi (📥 300M / month · 📦 1.7K · ⏱️ 19.06.2025):
pip install oauthlib
Conda (📥 17M · ⏱️ 20.06.2025):
conda install -c conda-forge oauthlib
authlib (🥇38 · ⭐ 5.4K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3
GitHub (👨💻 140 · 🔀 550 · 📦 55K · 📋 540 - 21% open · ⏱️ 19.06.2026):
git clone https://github.com/lepture/authlib
PyPi (📥 150M / month · 📦 1.6K · ⏱️ 06.05.2026):
pip install authlib
Conda (📥 340K · ⏱️ 19.05.2026):
conda install -c conda-forge authlib
google-auth (🥇38 · ⭐ 5.3K) - This library has moved to https://github.com/googleapis/google-.. Apache-2
GitHub (👨💻 170 · 🔀 1.7K · ⏱️ 06.03.2026):
git clone https://github.com/googleapis/google-auth-library-python
PyPi (📥 530M / month · 📦 4.8K · ⏱️ 07.07.2026):
pip install google-auth
Conda (📥 15M · ⏱️ 26.06.2026):
conda install -c conda-forge google-auth
django-guardian (🥈36 · ⭐ 3.9K) - Per object permissions for Django. BSD-2 
GitHub (👨💻 190 · 🔀 590 · 📦 7.8K · 📋 520 - 7% open · ⏱️ 06.07.2026):
git clone https://github.com/django-guardian/django-guardian
PyPi (📥 970K / month · 📦 110 · ⏱️ 08.06.2026):
pip install django-guardian
Conda (📥 160K · ⏱️ 08.06.2026):
conda install -c conda-forge django-guardian
flask-login (🥈35 · ⭐ 3.7K · 💤) - Flask user session management. MIT 
GitHub (👨💻 120 · 🔀 800 · 📦 220K · 📋 430 - 3% open · ⏱️ 27.08.2025):
git clone https://github.com/maxcountryman/flask-login
PyPi (📥 26M / month · 📦 670 · ⏱️ 30.10.2023):
pip install flask-login
Conda (📥 660K · ⏱️ 22.04.2025):
conda install -c conda-forge flask-login
pyotp (🥈35 · ⭐ 3.3K) - Python One-Time Password Library. MIT
GitHub (👨💻 53 · 🔀 350 · 📥 720 · 📦 28K · 📋 100 - 4% open · ⏱️ 29.06.2026):
git clone https://github.com/pyauth/pyotp
PyPi (📥 40M / month · 📦 460 · ⏱️ 27.07.2023):
pip install pyotp
Conda (📥 120K · ⏱️ 14.06.2026):
conda install -c conda-forge pyotp
flask-jwt-extended (🥈35 · ⭐ 1.6K) - An open source Flask extension that provides JWT.. MIT 
GitHub (👨💻 100 · 🔀 250 · 📦 67K · 📋 400 - 4% open · ⏱️ 02.07.2026):
git clone https://github.com/vimalloc/flask-jwt-extended
PyPi (📥 13M / month · 📦 380 · ⏱️ 13.05.2026):
pip install flask-jwt-extended
Conda (📥 450K · ⏱️ 14.05.2026):
conda install -c conda-forge flask-jwt-extended
dj-rest-auth (🥈33 · ⭐ 1.9K) - Authentication for Django Rest Framework. MIT 
GitHub (👨💻 210 · 🔀 340 · 📥 760 · 📦 68K · 📋 480 - 51% open · ⏱️ 25.04.2026):
git clone https://github.com/iMerica/dj-rest-auth
PyPi (📥 760K / month · 📦 26 · ⏱️ 15.03.2026):
pip install dj-rest-auth
Conda (📥 62K · ⏱️ 16.03.2026):
conda install -c conda-forge dj-rest-auth
fastapi-users (🥈32 · ⭐ 6.2K) - Ready-to-use and customizable users management for FastAPI. MIT 
GitHub (👨💻 78 · 🔀 500 · 📥 580 · 📦 5.8K · 📋 300 - 1% open · ⏱️ 22.06.2026):
git clone https://github.com/fastapi-users/fastapi-users
PyPi (📥 1.6M / month · 📦 42 · ⏱️ 27.03.2026):
pip install fastapi-users
Conda (📥 120K · ⏱️ 27.03.2026):
conda install -c conda-forge fastapi-users
Flask-HTTPAuth (🥈32 · ⭐ 1.3K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT 
GitHub (👨💻 34 · 🔀 230 · 📦 22K · 📋 110 - 8% open · ⏱️ 14.05.2026):
git clone https://github.com/miguelgrinberg/Flask-HTTPAuth
PyPi (📥 2.5M / month · 📦 240 · ⏱️ 28.03.2026):
pip install flask-httpauth
Conda (📥 450K · ⏱️ 29.03.2026):
conda install -c conda-forge flask-httpauth
django-rest-framework-simplejwt (🥈31 · ⭐ 4.3K) - A JSON Web Token authentication plugin for the Django.. MIT 
GitHub (👨💻 140 · 🔀 700 · 📋 570 - 28% open · ⏱️ 26.05.2026):
git clone https://github.com/jazzband/djangorestframework-simplejwt
PyPi (📥 7.8M / month · 📦 310 · ⏱️ 21.07.2025):
pip install djangorestframework-simplejwt
djoser (🥈31 · ⭐ 2.7K · 💤) - REST implementation of Django authentication system. MIT 
GitHub (👨💻 110 · 🔀 470 · 📦 36K · 📋 540 - 37% open · ⏱️ 13.07.2025):
git clone https://github.com/sunscrapers/djoser
PyPi (📥 380K / month · 📦 14 · ⏱️ 13.07.2025):
pip install djoser
django-rest-knox (🥉30 · ⭐ 1.3K) - Authentication Module for django rest auth. MIT 
GitHub (👨💻 64 · 🔀 220 · 📦 12K · 📋 170 - 15% open · ⏱️ 08.07.2026):
git clone https://github.com/James1345/django-rest-knox
PyPi (📥 760K / month · 📦 46 · ⏱️ 10.03.2026):
pip install django-rest-knox
django-cas-ng (🥉28 · ⭐ 390) - Django CAS 1.0/2.0/3.0 client authentication library,.. MIT 
GitHub (👨💻 92 · 🔀 170 · 📥 850 · 📦 650 · 📋 160 - 3% open · ⏱️ 26.05.2026):
git clone https://github.com/django-cas-ng/django-cas-ng
PyPi (📥 52K / month · 📦 15 · ⏱️ 05.05.2026):
pip install django-cas-ng
flask-praetorian (🥉22 · ⭐ 350 · 💤) - Strong, Simple, and Precise security for Flask APIs.. MIT 
GitHub (👨💻 27 · 🔀 47 · 📦 460 · 📋 150 - 2% open · ⏱️ 19.08.2025):
git clone https://github.com/dusktreader/flask-praetorian
PyPi (📥 5.7K / month · 📦 2 · ⏱️ 19.08.2025):
pip install flask-praetorian
django-rules (🥉21 · ⭐ 2K · 💤) - Awesome Django authorization, without the database. MIT 
GitHub (👨💻 34 · 🔀 150 · 📋 130 - 32% open · ⏱️ 11.10.2025):
git clone https://github.com/dfunckt/django-rules
PyPi (📦 56 · ⏱️ 02.09.2024):
pip install rules
flask_simplelogin (🥉21 · ⭐ 200) - Simple Login - Login Extension for Flask. MIT 
GitHub (👨💻 12 · 🔀 43 · 📦 140 · 📋 22 - 13% open · ⏱️ 04.05.2026):
git clone https://github.com/flask-extensions/flask_simplelogin
PyPi (📥 26K / month · 📦 4 · ⏱️ 04.05.2026):
pip install flask_simplelogin
authomatic (🥉20 · ⭐ 1.1K · 💤) - Simple yet powerful authorization / authentication client library.. MIT
GitHub (👨💻 49 · 🔀 390 · 📋 150 - 33% open · ⏱️ 12.12.2025):
git clone https://github.com/authomatic/authomatic
PyPi (📦 10 · ⏱️ 28.05.2024):
pip install authomatic
apex (🥉15 · ⭐ 96) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. MIT 
GitHub (👨💻 20 · 🔀 28 · 📋 29 - 31% open · ⏱️ 15.04.2026):
git clone https://github.com/cd34/apex
PyPi (📥 6.9K / month · 📦 24 · ⏱️ 15.12.2021):
pip install apex
Show 18 hidden projects...
HTML Processing

WeasyPrint (🥇41 · ⭐ 9.4K) - The awesome document factory. BSD-3
GitHub (👨💻 190 · 🔀 830 · 📥 31K · 📦 31K · 📋 2.3K - 8% open · ⏱️ 08.07.2026):
git clone https://github.com/Kozea/WeasyPrint
PyPi (📥 30M / month · 📦 1.1K · ⏱️ 02.06.2026):
pip install weasyprint
Conda (📥 410K · ⏱️ 09.06.2026):
conda install -c conda-forge weasyprint
lxml (🥈40 · ⭐ 3K) - The lxml XML toolkit for Python. BSD-3
GitHub (👨💻 180 · 🔀 620 · 📥 5.6K · 📦 620K · ⏱️ 24.06.2026):
git clone https://github.com/lxml/lxml
PyPi (📥 380M / month · 📦 21K · ⏱️ 17.06.2026):
pip install lxml
Conda (📥 21M · ⏱️ 19.05.2026):
conda install -c conda-forge lxml
xhtml2pdf (🥈36 · ⭐ 2.4K) - A library for converting HTML into PDFs using ReportLab. Apache-2
GitHub (👨💻 170 · 🔀 650 · 📥 100 · 📦 21K · 📋 460 - 29% open · ⏱️ 19.01.2026):
git clone https://github.com/xhtml2pdf/xhtml2pdf
PyPi (📥 4M / month · 📦 140 · ⏱️ 23.02.2025):
pip install xhtml2pdf
Conda (📥 250K · ⏱️ 01.07.2026):
conda install -c conda-forge xhtml2pdf
markupsafe (🥈36 · ⭐ 690 · 💤) - Safely add untrusted strings to HTML/XML markup. BSD-3
GitHub (👨💻 51 · 🔀 180 · 📥 16K · 📦 2.2M · 📋 150 - 9% open · ⏱️ 27.09.2025):
git clone https://github.com/pallets/markupsafe
PyPi (📥 710M / month · 📦 5.3K · ⏱️ 27.09.2025):
pip install markupsafe
Conda (📥 79M · ⏱️ 02.03.2026):
conda install -c conda-forge markupsafe
bleach (🥉34 · ⭐ 2.8K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2
GitHub (👨💻 79 · 🔀 260 · ⏱️ 05.06.2026):
git clone https://github.com/mozilla/bleach
PyPi (📥 74M / month · 📦 2.1K · ⏱️ 05.06.2026):
pip install bleach
Conda (📥 28M · ⏱️ 05.06.2026):
conda install -c conda-forge bleach
pyquery (🥉31 · ⭐ 2.4K) - A jquery-like library for python. BSD-3
GitHub (👨💻 53 · 🔀 180 · 📦 28K · 📋 190 - 28% open · ⏱️ 18.02.2026):
git clone https://github.com/gawel/pyquery
PyPi (📥 1.8M / month · 📦 520 · ⏱️ 30.08.2024):
pip install pyquery
Conda (📥 110K · ⏱️ 22.04.2025):
conda install -c conda-forge pyquery
selectolax (🥉31 · ⭐ 1.7K) - Python binding to Modest and Lexbor engines. Fast HTML5 parser with.. MIT
GitHub (👨💻 26 · 🔀 92 · 📦 3.2K · 📋 160 - 6% open · ⏱️ 03.07.2026):
git clone https://github.com/rushter/selectolax
PyPi (📥 5.3M / month · 📦 360 · ⏱️ 26.05.2026):
pip install selectolax
html5-parser (🥉23 · ⭐ 700) - Fast C based HTML 5 parsing for python. Apache-2
GitHub (👨💻 7 · 🔀 40 · 📦 910 · 📋 27 - 3% open · ⏱️ 30.03.2026):
git clone https://github.com/kovidgoyal/html5-parser
PyPi (📥 16K / month · 📦 11 · ⏱️ 19.11.2023):
pip install html5-parser
Show 2 hidden projects...
- html5lib-python (🥉33 · ⭐ 1.2K · 💀) - Standards-compliant library for parsing and serializing..
MIT
- Requests-HTML (🥉31 · ⭐ 14K · 💀) - Pythonic HTML Parsing for Humans.
MIT
URL Utilities

tldextract (🥇34 · ⭐ 2K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3
GitHub (👨💻 53 · 🔀 220 · 📦 45K · 📋 220 - 11% open · ⏱️ 21.04.2026):
git clone https://github.com/john-kurkowski/tldextract
PyPi (📥 34M / month · 📦 880 · ⏱️ 28.12.2025):
pip install tldextract
Conda (📥 880K · ⏱️ 29.12.2025):
conda install -c conda-forge tldextract
shortuuid (🥈31 · ⭐ 2.2K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3
GitHub (👨💻 39 · 🔀 120 · 📦 36K · 📋 69 - 2% open · ⏱️ 20.06.2026):
git clone https://github.com/skorokithakis/shortuuid
PyPi (📥 15M / month · 📦 590 · ⏱️ 11.03.2024):
pip install shortuuid
Conda (📥 740K · ⏱️ 22.04.2025):
conda install -c conda-forge shortuuid
furl (🥈28 · ⭐ 2.8K) - The easiest way to parse and modify URLs in Python. Unlicense
GitHub (👨💻 16 · 🔀 160 · 📋 130 - 31% open · ⏱️ 22.02.2026):
git clone https://github.com/gruns/furl
PyPi (📥 5.5M / month · 📦 500 · ⏱️ 09.03.2025):
pip install furl
Conda (📥 850K · ⏱️ 22.04.2025):
conda install -c conda-forge furl
Yarl (🥉26 · ⭐ 1.5K) - Yet another URL library. Apache-2
GitHub (👨💻 130 · 🔀 190):
git clone https://github.com/aio-libs/yarl
PyPi (📦 3.4K · ⏱️ 19.05.2026):
pip install yarl
Conda (📥 27M · ⏱️ 20.05.2026):
conda install -c conda-forge yarl
uritemplate (🥉25 · ⭐ 250) - URI template parsing per RFC6570. BSD-3
GitHub (👨💻 22 · 🔀 38 · 📥 8 · 📋 35 - 17% open · ⏱️ 26.05.2026):
git clone https://github.com/python-hyper/uritemplate
PyPi (📦 570 · ⏱️ 02.06.2025):
pip install uritemplate
Conda (📥 7.8M · ⏱️ 02.06.2025):
conda install -c conda-forge uritemplate
Show 1 hidden projects...
- purl (🥉25 · ⭐ 300 · 💀) - A simple, immutable URL class with a clean API for interrogation and..
MIT
OpenAPI Utilities

🔗 OpenAPI-Specification ( ⭐ 31K) - The OpenAPI Specification Repository. 
OpenAPI Generator (🥇44 · ⭐ 26K) - OpenAPI Generator allows generation of API client.. Apache-2 
GitHub (👨💻 3.8K · 🔀 7.6K · 📥 1.8K · 📦 5 · 📋 11K - 54% open · ⏱️ 09.07.2026):
git clone https://github.com/OpenAPITools/openapi-generator
PyPi (📥 700K / month · 📦 25 · ⏱️ 10.06.2026):
pip install openapi-generator-cli
npm (📥 5.9M / month · 📦 1.5K · ⏱️ 30.06.2026):
npm install @openapitools/openapi-generator-cli
datamodel-code-generator (🥇39 · ⭐ 4K) - Generate Pydantic v2 models, dataclasses, TypedDict,.. MIT 
GitHub (👨💻 230 · 🔀 450 · 📦 3.7K · 📋 850 - 2% open · ⏱️ 08.07.2026):
git clone https://github.com/koxudaxi/datamodel-code-generator
PyPi (📥 15M / month · 📦 580 · ⏱️ 08.07.2026):
pip install datamodel-code-generator
swagger-ui (🥇37 · ⭐ 29K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 
drf-spectacular (🥇37 · ⭐ 2.8K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 
GitHub (👨💻 140 · 🔀 320 · 📦 140K · 📋 1.1K - 18% open · ⏱️ 06.07.2026):
git clone https://github.com/tfranzel/drf-spectacular
PyPi (📥 12M / month · 📦 420 · ⏱️ 06.07.2026):
pip install drf-spectacular
Conda (📥 95K · ⏱️ 06.07.2026):
conda install -c conda-forge drf-spectacular
apispec (🥈36 · ⭐ 1.2K) - A pluggable API specification generator. Currently supports the.. MIT 
GitHub (👨💻 97 · 🔀 190 · 📦 20K · 📋 280 - 10% open · ⏱️ 06.07.2026):
git clone https://github.com/marshmallow-code/apispec
PyPi (📥 15M / month · 📦 390 · ⏱️ 06.03.2026):
pip install apispec
Conda (📥 1.9M · ⏱️ 07.03.2026):
conda install -c conda-forge apispec
connexion (🥈34 · ⭐ 4.6K) - Connexion is a modern Python web framework that makes spec-.. Apache-2 
GitHub (👨💻 240 · 🔀 780 · 📦 17K · 📋 1.1K - 12% open · ⏱️ 25.04.2026):
git clone https://github.com/zalando/connexion
PyPi (📥 9.8M / month · 📦 220 · ⏱️ 13.10.2025):
pip install connexion
Conda (📥 700K · ⏱️ 31.12.2025):
conda install -c conda-forge connexion
redoc (🥈33 · ⭐ 26K) - OpenAPI/Swagger-generated API Reference Documentation. MIT 
openapi-core (🥈33 · ⭐ 370) - Openapi-core is a Python library that adds client-side and.. BSD-3
GitHub (👨💻 73 · 🔀 140 · 📦 2.5K · 📋 270 - 25% open · ⏱️ 29.05.2026):
git clone https://github.com/p1c2u/openapi-core
PyPi (📥 4.3M / month · 📦 130 · ⏱️ 02.04.2026):
pip install openapi-core
Conda (📥 69K · ⏱️ 03.04.2026):
conda install -c conda-forge openapi-core
swagger-codegen (🥈32 · ⭐ 18K) - swagger-codegen contains a template-driven engine to.. Apache-2 
openapi-python-client (🥈32 · ⭐ 2K) - Generate modern Python clients from OpenAPI. MIT 
GitHub (👨💻 120 · 🔀 280 · 📦 1.6K · 📋 450 - 24% open · ⏱️ 29.06.2026):
git clone https://github.com/openapi-generators/openapi-python-client
PyPi (📥 2.9M / month · 📦 150 · ⏱️ 30.05.2026):
pip install openapi-python-client
Conda (📥 99K · ⏱️ 11.05.2026):
conda install -c conda-forge openapi-python-client
OpenAPI Spec validator (🥈32 · ⭐ 410) - OpenAPI Spec Validator is a CLI, pre-commit hook and.. Apache-2
GitHub (👨💻 46 · 🔀 75 · 📦 11K · 📋 130 - 30% open · ⏱️ 20.05.2026):
git clone https://github.com/p1c2u/openapi-spec-validator
PyPi (📥 45M / month · 📦 440 · ⏱️ 20.05.2026):
pip install openapi-spec-validator
Conda (📥 1.4M · ⏱️ 20.05.2026):
conda install -c conda-forge openapi-spec-validator
AutoRest (🥉30 · ⭐ 4.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT 
OpenAPI-to-GraphQL (🥉27 · ⭐ 1.6K · 📈) - Translate APIs described by OpenAPI Specifications.. MIT 

GitHub (👨💻 44 · 🔀 210 · 📦 880 · 📋 290 - 48% open · ⏱️ 02.06.2026):
git clone https://github.com/IBM/openapi-to-graphql
npm (📥 16K / month · 📦 5 · ⏱️ 26.12.2023):
npm install openapi-to-graphql-cli
Spectree (🥉25 · ⭐ 360) - API spec validator and OpenAPI document generator for Python.. Apache-2 
GitHub (👨💻 50 · 🔀 85 · 📦 140 · 📋 130 - 9% open · ⏱️ 01.07.2026):
git clone https://github.com/0b01001001/spectree
PyPi (📥 360K / month · 📦 12 · ⏱️ 12.05.2026):
pip install spectree
pyramid_openapi3 (🥉25 · ⭐ 84) - Pyramid addon for OpenAPI3 validation of requests and.. MIT 

GitHub (👨💻 29 · 🔀 47 · 📦 140 · 📋 92 - 25% open · ⏱️ 04.07.2026):
git clone https://github.com/Pylons/pyramid_openapi3
PyPi (📥 60K / month · ⏱️ 10.06.2026):
pip install pyramid_openapi3
Spectacle (🥉24 · ⭐ 1.3K) - Precision documentation from OpenAPI, MCP, Doxygen, and.. ❗️AGPL-3.0 
GitHub (👨💻 41 · 🔀 330 · 📥 50 · 📦 6 · 📋 130 - 1% open · ⏱️ 30.06.2026):
git clone https://github.com/sourcey/spectacle
npm (📥 810 / month · 📦 8 · ⏱️ 10.03.2020):
npm install spectacle-docs
pyramid_swagger (🥉17 · ⭐ 62) - Convenient tools for using Swagger to define and validate.. BSD-3 
GitHub (👨💻 43 · 🔀 46 · ⏱️ 02.04.2026):
git clone https://github.com/striglia/pyramid_swagger
PyPi (📥 12K / month · ⏱️ 08.05.2024):
pip install pyramid_swagger
Show 5 hidden projects...
- flasgger (🥈32 · ⭐ 3.7K · 💀) - Easy OpenAPI specs and Swagger UI for your Flask API.
MIT 
- drf-yasg (🥈32 · ⭐ 3.5K) - Automated generation of real Swagger/OpenAPI 2.0..
❗Unlicensed 

- django-rest-swagger (🥉29 · ⭐ 2.6K · 💀) - Swagger Documentation Generator for Django REST..
BSD-2 
- apistar (🥉25 · ⭐ 5.6K · 💀) - The Web API toolkit.
BSD-3 
- flask-swagger (🥉25 · ⭐ 460 · 💀) - A swagger 2.0 spec extractor for flask.
MIT 
GraphQL Utilities

🔗 GraphQL Specification ( ⭐ 15K) - GraphQL is a query language and execution engine tied to any..
Strawberry GraphQL (🥇38 · ⭐ 4.7K) - A GraphQL library for Python that leverages type.. MIT 
GitHub (👨💻 350 · 🔀 650 · 📥 820 · 📦 5.9K · 📋 1.3K - 36% open · ⏱️ 09.07.2026):
git clone https://github.com/strawberry-graphql/strawberry
PyPi (📥 7.4M / month · 📦 260 · ⏱️ 09.07.2026):
pip install strawberry-graphql
graphql-core (🥈35 · ⭐ 530) - A Python 3 port of the GraphQL.js reference implementation of.. MIT
GitHub (👨💻 45 · 🔀 140 · 📦 42K · 📋 180 - 16% open · ⏱️ 07.07.2026):
git clone https://github.com/graphql-python/graphql-core
PyPi (📥 75M / month · 📦 630 · ⏱️ 19.06.2026):
pip install graphql-core
Conda (📥 2.3M · ⏱️ 05.06.2026):
conda install -c conda-forge graphql-core
ariadne (🥈34 · ⭐ 2.3K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 
GitHub (👨💻 88 · 🔀 200 · 📥 450 · 📦 2.1K · 📋 340 - 9% open · ⏱️ 15.06.2026):
git clone https://github.com/mirumee/ariadne
PyPi (📥 1.4M / month · 📦 100 · ⏱️ 15.06.2026):
pip install ariadne
graphene-django (🥈32 · ⭐ 4.4K) - Build powerful, efficient, and flexible GraphQL APIs.. MIT 

GitHub (👨💻 220 · 🔀 770 · 📦 16K · 📋 840 - 18% open · ⏱️ 24.06.2026):
git clone https://github.com/graphql-python/graphene-django
PyPi (📥 1.1M / month · 📦 220 · ⏱️ 13.03.2025):
pip install graphene-django
Conda (📥 65K · ⏱️ 22.04.2025):
conda install -c conda-forge graphene-django
graphene-mongo (🥉23 · ⭐ 290) - Graphene MongoEngine integration. MIT 
GitHub (👨💻 38 · 🔀 110 · 📦 380 · 📋 94 - 22% open · ⏱️ 03.01.2026):
git clone https://github.com/graphql-python/graphene-mongo
PyPi (📥 16K / month · 📦 3 · ⏱️ 03.01.2026):
pip install graphene-mongo
Conda (📥 12K · ⏱️ 05.01.2026):
conda install -c conda-forge graphene-mongo
Show 10 hidden projects...
Websocket Utilities

websockets (🥇40 · ⭐ 5.7K) - Library for building WebSocket servers and clients in Python. BSD-3
GitHub (👨💻 87 · 🔀 600 · 📦 390K · 📋 1.2K - 1% open · ⏱️ 09.07.2026):
git clone https://github.com/aaugustin/websockets
PyPi (📥 420M / month · 📦 7.7K · ⏱️ 10.01.2026):
pip install websockets
Conda (📥 7.6M · ⏱️ 10.01.2026):
conda install -c conda-forge websockets
websocket-client (🥇38 · ⭐ 3.7K) - WebSocket client for Python. Apache-2
GitHub (👨💻 230 · 🔀 780 · 📦 330K · 📋 690 - 4% open · ⏱️ 04.05.2026):
git clone https://github.com/websocket-client/websocket-client
PyPi (📥 220M / month · 📦 3.9K · ⏱️ 07.10.2025):
pip install websocket-client
Conda (📥 24M · ⏱️ 08.10.2025):
conda install -c conda-forge websocket-client
python-socketio (🥈37 · ⭐ 4.4K) - Python Socket.IO server and client. MIT
GitHub (👨💻 86 · 🔀 620 · 📦 70K · 📋 870 - 1% open · ⏱️ 20.06.2026):
git clone https://github.com/miguelgrinberg/python-socketio
PyPi (📥 29M / month · 📦 1.1K · ⏱️ 15.06.2026):
pip install python-socketio
Conda (📥 1.1M · ⏱️ 16.06.2026):
conda install -c conda-forge python-socketio
Flask-SocketIO (🥈36 · ⭐ 5.5K) - Socket.IO integration for Flask applications. MIT 
GitHub (👨💻 71 · 🔀 900 · 📦 62K · 📋 1.6K - 0% open · ⏱️ 14.05.2026):
git clone https://github.com/miguelgrinberg/Flask-SocketIO
PyPi (📥 4.8M / month · 📦 760 · ⏱️ 21.02.2026):
pip install flask-socketio
Conda (📥 770K · ⏱️ 21.02.2026):
conda install -c conda-forge flask-socketio
daphne (🥈35 · ⭐ 2.7K) - Django Channels HTTP/WebSocket server. BSD-3 
GitHub (👨💻 78 · 🔀 290 · 📦 40K · 📋 350 - 10% open · ⏱️ 03.06.2026):
git clone https://github.com/django/daphne
PyPi (📥 5.1M / month · 📦 200 · ⏱️ 03.06.2026):
pip install daphne
Conda (📥 230K · ⏱️ 03.06.2026):
conda install -c conda-forge daphne
httpx-ws (🥉28 · ⭐ 150) - WebSocket support for HTTPX. MIT
GitHub (👨💻 18 · 🔀 31 · 📥 440 · 📦 1.4K · 📋 46 - 6% open · ⏱️ 22.06.2026):
git clone https://github.com/frankie567/httpx-ws
PyPi (📥 6.6M / month · 📦 110 · ⏱️ 28.03.2026):
pip install httpx-ws
Conda (📥 55K · ⏱️ 28.03.2026):
conda install -c conda-forge httpx-ws
websockify (🥉27 · ⭐ 4.4K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0
GitHub (👨💻 100 · 🔀 830 · 📦 45 · 📋 390 - 10% open · ⏱️ 24.05.2026):
git clone https://github.com/novnc/websockify
PyPi (📥 380K / month · 📦 22 · ⏱️ 26.05.2025):
pip install websockify
Conda (📥 270K · ⏱️ 04.09.2025):
conda install -c conda-forge websockify
Show 5 hidden projects...
- gevent-socketio (🥉26 · ⭐ 1.2K · 💀) - Official repository for gevent-socketio.
BSD-3
- sockjs-tornado (🥉26 · ⭐ 850 · 💀) - WebSocket emulation - Python server.
MIT
- autobahn-python (🥉25 · ⭐ 2.5K · 📉) - WebSocket and WAMP in Python for Twisted and asyncio.
❗Unlicensed
- flask-sockets (🥉22 · ⭐ 1.7K · 💀) - [DEPRECATED] Alternative:..
MIT 
- tornadio2 (🥉20 · ⭐ 530 · 💀) - Python socket.io server implementation on top of Tornado..
Apache-2
RPC Utilities

grpc (🥇50 · ⭐ 45K) - C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2
GitHub (👨💻 1.2K · 🔀 11K · 📦 7.3K · 📋 13K - 10% open · ⏱️ 09.07.2026):
git clone https://github.com/grpc/grpc
PyPi (📥 410M / month · 📦 6.7K · ⏱️ 08.07.2026):
pip install grpcio
Conda (📥 24M · ⏱️ 09.07.2026):
conda install -c conda-forge grpcio
rpyc (🥈30 · ⭐ 1.7K · 💤) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for.. MIT
GitHub (👨💻 86 · 🔀 250 · 📥 1.3K · 📦 3.4K · 📋 440 - 21% open · ⏱️ 14.08.2025):
git clone https://github.com/tomerfiliba-org/rpyc
PyPi (📥 1.8M / month · 📦 230 · ⏱️ 18.04.2025):
pip install rpyc
Conda (📥 810K · ⏱️ 21.10.2025):
conda install -c conda-forge rpyc
fastapi-jsonrpc (🥉23 · ⭐ 420) - JSON-RPC server based on fastapi. MIT 
GitHub (👨💻 16 · 🔀 37 · 📦 83 · 📋 48 - 22% open · ⏱️ 17.04.2026):
git clone https://github.com/smagafurov/fastapi-jsonrpc
PyPi (📥 24K / month · 📦 10 · ⏱️ 17.04.2026):
pip install fastapi-jsonrpc
ucall (🥉20 · ⭐ 1.3K · 💤) - Web Serving and Remote Procedure Calls at 50x lower latency and.. Apache-2
GitHub (👨💻 14 · 🔀 54 · 📦 63 · 📋 34 - 41% open · ⏱️ 16.09.2025):
git clone https://github.com/unum-cloud/ucall
PyPi (📥 430 / month · 📦 1 · ⏱️ 15.04.2024):
pip install ucall
Show 1 hidden projects...
- spyne (🥉28 · ⭐ 1.1K · 💤) - A transport agnostic sync/async RPC library that focuses on..
❗️LGPL-2.1
Serverless

chalice (🥇36 · ⭐ 11K) - Python Serverless Microframework for AWS. Apache-2
GitHub (👨💻 210 · 🔀 1K · 📦 3.3K · 📋 1.3K - 37% open · ⏱️ 02.07.2026):
git clone https://github.com/aws/chalice
PyPi (📥 420K / month · 📦 70 · ⏱️ 07.05.2026):
pip install chalice
Conda (📥 610K · ⏱️ 07.05.2026):
conda install -c conda-forge chalice
Show 3 hidden projects...
- Zappa (🥈33 · ⭐ 12K · 💀) - Serverless Python.
MIT
- python-lambda (🥉22 · ⭐ 1.5K · 💀) - A toolkit for developing and deploying serverless Python code..
ISC
- lambdarest (🥉19 · ⭐ 94 · 💀) - Flask like web framework for AWS Lambda.
MIT
Content Management Systems

wagtail (🥇44 · ⭐ 20K) - A Django content management system focused on flexibility and user.. BSD-3 
GitHub (👨💻 1.1K · 🔀 4.6K · 📦 12K · 📋 5.8K - 17% open · ⏱️ 08.07.2026):
git clone https://github.com/wagtail/wagtail
PyPi (📥 1.4M / month · 📦 910 · ⏱️ 15.06.2026):
pip install wagtail
Conda (📥 240K · ⏱️ 15.06.2026):
conda install -c conda-forge wagtail
django-cms (🥈41 · ⭐ 11K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 
GitHub (👨💻 600 · 🔀 3.2K · 📦 5.5K · 📋 3.7K - 0% open · ⏱️ 09.07.2026):
git clone https://github.com/django-cms/django-cms
PyPi (📥 130K / month · 📦 360 · ⏱️ 10.06.2026):
pip install django-cms
mezzanine (🥈31 · ⭐ 4.8K) - CMS framework for Django. BSD-2 
GitHub (👨💻 330 · 🔀 1.6K · 📦 2.5K · 📋 1.1K - 5% open · ⏱️ 19.04.2026):
git clone https://github.com/stephenmcd/mezzanine
PyPi (📥 15K / month · 📦 25 · ⏱️ 04.06.2025):
pip install mezzanine
lektor (🥉30 · ⭐ 3.9K) - The lektor static file content management system. BSD-3
GitHub (👨💻 100 · 🔀 320 · 📥 7.4K · 📦 500 · 📋 700 - 35% open · ⏱️ 28.06.2026):
git clone https://github.com/lektor/lektor
PyPi (📥 13K / month · 📦 40 · ⏱️ 05.04.2026):
pip install lektor
Conda (📥 260K · ⏱️ 23.02.2026):
conda install -c conda-forge lektor
feincms (🥉27 · ⭐ 1.1K) - A Django-based CMS with a focus on extensibility and concise code. BSD-3 
GitHub (👨💻 140 · 🔀 240 · 📋 450 - 5% open · ⏱️ 06.07.2026):
git clone https://github.com/feincms/feincms
PyPi (📥 5.3K / month · 📦 15 · ⏱️ 11.02.2026):
pip install feincms
Show 1 hidden projects...
- Kotti (🥉19 · ⭐ 410 · 💀) - Kotti is a high-level, Pythonic web application framework based on..
❗️BSD
Web Testing

selenium (🥇50 · ⭐ 34K) - A browser automation framework and ecosystem. Apache-2
GitHub (👨💻 940 · 🔀 8.7K · 📥 32M · 📦 370K · 📋 11K - 1% open · ⏱️ 09.07.2026):
git clone https://github.com/SeleniumHQ/selenium
PyPi (📥 56M / month · 📦 7.8K · ⏱️ 16.06.2026):
pip install selenium
Conda (📥 3.1M · ⏱️ 16.06.2026):
conda install -c conda-forge selenium
mitmproxy (🥇43 · ⭐ 44K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT
GitHub (👨💻 610 · 🔀 4.6K · 📥 230K · 📦 5.4K · 📋 3.7K - 11% open · ⏱️ 03.07.2026):
git clone https://github.com/mitmproxy/mitmproxy
PyPi (📥 5.9M / month · 📦 270 · ⏱️ 12.05.2026):
pip install mitmproxy
Locust (🥇43 · ⭐ 28K) - Write scalable load tests in plain Python. MIT
GitHub (👨💻 390 · 🔀 3.2K · 📦 18K · 📋 1.8K - 0% open · ⏱️ 09.07.2026):
git clone https://github.com/locustio/locust
PyPi (📥 13M / month · 📦 310 · ⏱️ 09.07.2026):
pip install locust
Conda (📥 350K · ⏱️ 09.07.2026):
conda install -c conda-forge locust
SeleniumBase (🥇41 · ⭐ 13K) - APIs for web automation, testing, and bypassing bot-detection. MIT
GitHub (👨💻 40 · 🔀 1.6K · 📦 2.7K · 📋 2K - 0% open · ⏱️ 08.07.2026):
git clone https://github.com/seleniumbase/SeleniumBase
PyPi (📥 2.9M / month · 📦 120 · ⏱️ 08.07.2026):
pip install seleniumbase
coverage (🥇41 · ⭐ 3.4K) - The code coverage tool for Python. Apache-2
GitHub (👨💻 210 · 🔀 500 · 📦 510K · 📋 1.7K - 15% open · ⏱️ 07.07.2026):
git clone https://github.com/nedbat/coveragepy
PyPi (📦 25K · ⏱️ 02.07.2026):
pip install coverage
Conda (📥 35M · ⏱️ 02.07.2026):
conda install -c conda-forge coverage
responses (🥈38 · ⭐ 4.3K · 📈) - A utility for mocking out the Python Requests library. Apache-2
GitHub (👨💻 150 · 🔀 370 · 📥 1K · 📦 54K · 📋 350 - 9% open · ⏱️ 03.07.2026):
git clone https://github.com/getsentry/responses
PyPi (📥 64M / month · 📦 3.8K · ⏱️ 03.07.2026):
pip install responses
Conda (📥 3.7M · ⏱️ 03.07.2026):
conda install -c conda-forge responses
schemathesis (🥈36 · ⭐ 3.4K) - Catch API bugs before your users do. MIT 

GitHub (👨💻 84 · 🔀 220 · 📦 1K · 📋 1.1K - 0% open · ⏱️ 09.07.2026):
git clone https://github.com/schemathesis/schemathesis
PyPi (📥 6.9M / month · 📦 88 · ⏱️ 08.07.2026):
pip install schemathesis
Prism (🥈34 · ⭐ 5K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 
GitHub (👨💻 110 · 🔀 400 · 📥 240K · 📦 820 · 📋 770 - 17% open · ⏱️ 06.07.2026):
git clone https://github.com/stoplightio/prism
npm (📥 650K / month · 📦 94 · ⏱️ 03.06.2026):
npm install @stoplight/prism-cli
django-silk (🥈34 · ⭐ 5K) - Silky smooth profiling for Django. MIT 
GitHub (👨💻 170 · 🔀 370 · 📥 260 · 📦 6.5K · 📋 400 - 31% open · ⏱️ 29.06.2026):
git clone https://github.com/jazzband/django-silk
PyPi (📥 2.4M / month · 📦 30 · ⏱️ 08.03.2026):
pip install django-silk
vcrpy (🥈34 · ⭐ 3K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT
GitHub (👨💻 170 · 🔀 430 · 📦 12K · 📋 490 - 29% open · ⏱️ 04.07.2026):
git clone https://github.com/kevin1024/vcrpy
PyPi (📦 690 · ⏱️ 04.07.2026):
pip install vcrpy
Conda (📥 1M · ⏱️ 06.07.2026):
conda install -c conda-forge vcrpy
splinter (🥈33 · ⭐ 2.8K · 💤) - splinter - python test framework for web applications. BSD-3
GitHub (👨💻 180 · 🔀 510 · 📦 7.2K · 📋 540 - 10% open · ⏱️ 16.08.2025):
git clone https://github.com/cobrateam/splinter
PyPi (📥 460K / month · 📦 55 · ⏱️ 16.01.2024):
pip install splinter
SeleniumLibrary (🥈33 · ⭐ 1.5K) - Web testing library for Robot Framework. Apache-2
GitHub (👨💻 130 · 🔀 780 · 📥 3.8K · 📋 1.1K - 5% open · ⏱️ 17.05.2026):
git clone https://github.com/robotframework/SeleniumLibrary
PyPi (📥 2M / month · 📦 160 · ⏱️ 17.05.2026):
pip install robotframework-seleniumlibrary
Conda (📥 130K · ⏱️ 17.05.2026):
conda install -c conda-forge robotframework-seleniumlibrary
Mockoon (🥈32 · ⭐ 8.3K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT 
playwright (🥈31 · ⭐ 15K) - A high-level API to automate web browsers. Apache-2
GitHub (🔀 1.2K):
git clone https://github.com/Microsoft/playwright-python
PyPi (📥 81M / month · 📦 6.8K · ⏱️ 29.06.2026):
pip install playwright
Conda (📥 140K · ⏱️ 18.05.2026):
conda install -c microsoft playwright
selene (🥈31 · ⭐ 730) - User-oriented Web UI browser tests in Python. MIT
GitHub (👨💻 45 · 🔀 180 · 📦 6K · 📋 380 - 35% open · ⏱️ 30.05.2026):
git clone https://github.com/yashaka/selene
PyPi (📥 21K / month · 📦 3 · ⏱️ 20.05.2026):
pip install selene
factory_boy (🥈30 · ⭐ 3.8K · 💤) - A test fixtures replacement for Python. MIT 
GitHub (👨💻 130 · 🔀 410 · 📋 640 - 29% open · ⏱️ 14.12.2025):
git clone https://github.com/FactoryBoy/factory_boy
PyPi (📥 22M / month · 📦 650 · ⏱️ 03.02.2025):
pip install factory_boy
Conda (📥 380K · ⏱️ 25.04.2025):
conda install -c conda-forge factory_boy
aioresponses (🥈30 · ⭐ 560) - Aioresponses is a helper for mock/fake web requests in python.. MIT
GitHub (👨💻 60 · 🔀 100 · 📋 120 - 51% open · ⏱️ 13.04.2026):
git clone https://github.com/pnuckowski/aioresponses
PyPi (📥 12M / month · 📦 880 · ⏱️ 23.06.2026):
pip install aioresponses
selenium-python-helium (🥈29 · ⭐ 8.3K) - Lighter web automation with Python. MIT
GitHub (👨💻 13 · 🔀 510 · 📦 760 · 📋 100 - 51% open · ⏱️ 07.07.2026):
git clone https://github.com/mherrmann/selenium-python-helium
PyPi (📥 23K / month · 📦 37 · ⏱️ 07.07.2026):
pip install helium
tavern (🥉28 · ⭐ 1.1K) - A command-line tool and Python library and Pytest plugin for automated.. MIT
GitHub (👨💻 69 · 🔀 200 · 📦 900 · 📋 620 - 3% open · ⏱️ 02.07.2026):
git clone https://github.com/taverntesting/tavern
PyPi (📦 15 · ⏱️ 14.06.2026):
pip install tavern
webtest (🥉28 · ⭐ 350) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT
GitHub (👨💻 98 · 🔀 110 · 📦 13K · 📋 140 - 21% open · ⏱️ 06.01.2026):
git clone https://github.com/Pylons/webtest
PyPi (📥 1.3M / month · 📦 350 · ⏱️ 06.10.2025):
pip install webtest
Conda (📥 28K · ⏱️ 12.10.2025):
conda install -c conda-forge webtest
Model Bakery (🥉27 · ⭐ 990) - Object factory for Django. Apache-2 
GitHub (👨💻 70 · 🔀 110 · 📋 160 - 9% open · ⏱️ 30.06.2026):
git clone https://github.com/model-bakers/model_bakery
PyPi (📥 1.8M / month · 📦 120 · ⏱️ 23.06.2026):
pip install model_bakery
Conda (📥 41K · ⏱️ 22.04.2025):
conda install -c conda-forge model_bakery
httprunner (🥉26 · ⭐ 4.3K · 💤) - HttpRunner API/UI. Apache-2
GitHub (👨💻 54 · 🔀 1.3K · 📥 4.3M · 📋 1.3K - 39% open · ⏱️ 18.08.2025):
git clone https://github.com/httprunner/httprunner
PyPi (📥 12K / month · 📦 7 · ⏱️ 23.07.2023):
pip install httprunner
requestium (🥉26 · ⭐ 1.8K) - Integration layer between Requests and Selenium for automation of.. BSD-3
GitHub (👨💻 18 · 🔀 140 · 📦 110 · 📋 42 - 19% open · ⏱️ 01.07.2026):
git clone https://github.com/tryolabs/requestium
PyPi (📥 75K / month · 📦 6 · ⏱️ 19.01.2026):
pip install requestium
django-test-plus (🥉25 · ⭐ 640 · 💤) - Useful additions to Djangos default TestCase. BSD-3 
GitHub (👨💻 37 · 🔀 63 · 📦 3.5K · 📋 64 - 15% open · ⏱️ 19.12.2025):
git clone https://github.com/revsys/django-test-plus
PyPi (📥 120K / month · 📦 4 · ⏱️ 19.12.2025):
pip install django-test-plus
Conda (📥 110K · ⏱️ 20.12.2025):
conda install -c conda-forge django-test-plus
python-mocket (🥉24 · ⭐ 310) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
GitHub (👨💻 33 · 🔀 51 · 📋 95 - 5% open · ⏱️ 20.06.2026):
git clone https://github.com/mindflayer/python-mocket
PyPi (📥 230K / month · 📦 15 · ⏱️ 20.06.2026):
pip install mocket
fsociety (🥉23 · ⭐ 1.8K) - A Modular Penetration Testing Framework. MIT
GitHub (👨💻 12 · 🔀 210 · 📦 17 · 📋 67 - 25% open · ⏱️ 19.01.2026):
git clone https://github.com/fsociety-team/fsociety
PyPi (📥 1.7K / month · ⏱️ 01.05.2022):
pip install fsociety
gabbi (🥉21 · ⭐ 150) - Declarative HTTP Testing for Python and anything else. Apache-2
GitHub (👨💻 30 · 🔀 36 · 📥 58 · 📋 160 - 15% open · ⏱️ 16.01.2026):
git clone https://github.com/cdent/gabbi
PyPi (📥 21K / month · 📦 12 · ⏱️ 16.01.2026):
pip install gabbi
Show 23 hidden projects...
- pytest-django (🥈36 · ⭐ 1.5K) - A Django plugin for pytest.
❗Unlicensed 
- HTTPretty (🥈30 · ⭐ 2.2K · 💀) - Intercept HTTP requests at the Python socket level. Fakes the..
MIT
- parameterized (🥉28 · ⭐ 860 · 💀) - Parameterized testing with any Python test framework.
❗️BSD-2-Clause-FreeBSD
- flask-testing (🥉28 · ⭐ 500 · 💀) - Unittest extensions for Flask.
BSD-3 
- Dredd (🥉27 · ⭐ 4.2K · 💀) - Language-agnostic HTTP API Testing Tool.
MIT 
- django-nose (🥉27 · ⭐ 880 · 💀) - Django test runner using nose.
BSD-3 
- pyppeteer (🥉26 · ⭐ 3.9K · 💀) - Headless chrome/chromium automation library (unofficial port of..
MIT
- pytest-flask (🥉26 · ⭐ 500 · 💀) - A set of pytest fixtures to test Flask applications.
MIT 
- pytest-splinter (🥉25 · ⭐ 260 · 💀) - pytest splinter and selenium integration for anyone..
MIT
- httmock (🥉24 · ⭐ 470 · 💀) - A mocking library for requests.
Apache-2
- pyramid_debugtoolbar (🥉24 · ⭐ 96 · 💀) - Pyramid debug toolbar.
BSD-3 
- splash (🥉23 · ⭐ 4.2K · 💀) - Lightweight, scriptable browser as a service with an HTTP API.
BSD-3
- wdb (🥉23 · ⭐ 1.6K · 💀) - An improbable web debugger through WebSockets.
❗️GPL-3.0
- pyresttest (🥉23 · ⭐ 1.2K · 💀) - Python Rest Testing.
Apache-2
- mixer (🥉22 · ⭐ 960 · 💀) - Mixer -- Is a fixtures replacement. Supported Django, Flask,..
BSD-3 

- molotov (🥉22 · ⭐ 480 · 💀) - Load Testing Tool.
Apache-2
- async-asgi-testclient (🥉22 · ⭐ 160 · 💀) - A framework-agnostic library for testing ASGI web..
MIT
- yandex-tank (🥉21 · ⭐ 2.6K · 💀) - Load and performance benchmark tool.
❗️LGPL-2.0
- flask-debugtoolbar (🥉20 · ⭐ 980 · 💀) - A toolbar overlay for debugging Flask applications.
BSD-3 
- aresponses (🥉20 · ⭐ 110 · 💀) - Asyncio http mocking. Similar to the responses library used for..
MIT
- golem (🥉17 · ⭐ 490 · 💀) - A complete test automation tool.
MIT
- Astra (🥉15 · ⭐ 2.6K · 💀) - Automated Security Testing For REST APIs.
Apache-2
- huxley (🥉14 · ⭐ 4.1K · 💀) - A testing system for catching visual regressions in Web..
Apache-2

wtforms (🥇40 · ⭐ 1.6K) - A flexible forms validation and rendering library for Python. BSD-3
GitHub (👨💻 180 · 🔀 410 · 📥 150 · 📦 260K · 📋 480 - 5% open · ⏱️ 29.06.2026):
git clone https://github.com/wtforms/wtforms
PyPi (📥 19M / month · 📦 690 · ⏱️ 15.06.2026):
pip install wtforms
Conda (📥 470K · ⏱️ 03.05.2026):
conda install -c conda-forge wtforms
django-crispy-forms (🥈35 · ⭐ 5.2K) - The best way to have DRY Django forms. The app.. MIT 
GitHub (👨💻 230 · 🔀 730 · 📦 170K · 📋 720 - 9% open · ⏱️ 19.06.2026):
git clone https://github.com/django-crispy-forms/django-crispy-forms
PyPi (📥 3.2M / month · 📦 480 · ⏱️ 01.03.2026):
pip install django-crispy-forms
Conda (📥 250K · ⏱️ 01.03.2026):
conda install -c conda-forge django-crispy-forms
flask-wtf (🥉34 · ⭐ 1.5K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 
GitHub (👨💻 110 · 🔀 310 · 📥 90 · 📋 330 - 7% open · ⏱️ 01.07.2026):
git clone https://github.com/wtforms/flask-wtf
PyPi (📥 20M / month · 📦 900 · ⏱️ 23.04.2026):
pip install flask-wtf
Conda (📥 540K · ⏱️ 23.04.2026):
conda install -c conda-forge flask-wtf
django-formtools (🥉31 · ⭐ 880) - A set of high-level abstractions for Django forms. BSD-3 
GitHub (👨💻 79 · 🔀 150 · 📦 12K · 📋 170 - 50% open · ⏱️ 09.07.2026):
git clone https://github.com/jazzband/django-formtools
PyPi (📥 3.4M / month · 📦 100 · ⏱️ 09.07.2026):
pip install django-formtools
deform (🥉28 · ⭐ 420) - A Python HTML form library. BSD-3
GitHub (👨💻 100 · 🔀 160 · 📦 850 · 📋 200 - 26% open · ⏱️ 28.05.2026):
git clone https://github.com/Pylons/deform
PyPi (📥 32K / month · 📦 30 · ⏱️ 26.02.2026):
pip install deform
Markdown

markdown (🥇40 · ⭐ 4.2K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3
GitHub (👨💻 190 · 🔀 900 · 📥 710 · 📦 520K · 📋 960 - 2% open · ⏱️ 08.07.2026):
git clone https://github.com/Python-Markdown/markdown
PyPi (📥 110M / month · 📦 6.3K · ⏱️ 09.02.2026):
pip install markdown
Conda (📥 12M · ⏱️ 10.02.2026):
conda install -c conda-forge markdown
mistune (🥇40 · ⭐ 3.1K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3
GitHub (👨💻 64 · 🔀 290 · 📦 370K · 📋 320 - 8% open · ⏱️ 09.07.2026):
git clone https://github.com/lepture/mistune
PyPi (📥 74M / month · 📦 1.7K · ⏱️ 09.07.2026):
pip install mistune
Conda (📥 28M · ⏱️ 09.07.2026):
conda install -c conda-forge mistune
pelican (🥈37 · ⭐ 13K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0
GitHub (👨💻 480 · 🔀 1.8K · 📥 1.8K · 📦 8.8K · 📋 1.8K - 5% open · ⏱️ 20.04.2026):
git clone https://github.com/getpelican/pelican
PyPi (📥 77K / month · 📦 280 · ⏱️ 20.04.2026):
pip install pelican
Conda (📥 480K · ⏱️ 21.04.2026):
conda install -c conda-forge pelican
markdown-it-py (🥈37 · ⭐ 1.3K) - Markdown parser, done right. 100% CommonMark support,.. MIT
GitHub (👨💻 35 · 🔀 110 · 📦 390K · 📋 110 - 42% open · ⏱️ 08.07.2026):
git clone https://github.com/executablebooks/markdown-it-py
PyPi (📥 560M / month · 📦 2.7K · ⏱️ 07.05.2026):
pip install markdown-it-py
Conda (📥 19M · ⏱️ 07.05.2026):
conda install -c conda-forge markdown-it-py
pymdown-extensions (🥈37 · ⭐ 1.1K) - Extensions for Python Markdown. MIT
GitHub (👨💻 66 · 🔀 270 · 📦 61K · 📋 440 - 4% open · ⏱️ 02.07.2026):
git clone https://github.com/facelessuser/pymdown-extensions
PyPi (📥 25M / month · 📦 2.5K · ⏱️ 02.07.2026):
pip install pymdown-extensions
Conda (📥 750K · ⏱️ 02.07.2026):
conda install -c conda-forge pymdown-extensions
python-markdown2 (🥉34 · ⭐ 2.8K) - markdown2: A fast and complete implementation of Markdown in.. MIT
GitHub (👨💻 83 · 🔀 440 · 📋 390 - 23% open · ⏱️ 22.06.2026):
git clone https://github.com/trentm/python-markdown2
PyPi (📥 8.8M / month · 📦 680 · ⏱️ 02.03.2026):
pip install markdown2
html2text (🥉31 · ⭐ 2.2K · 💤) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0
GitHub (👨💻 82 · 🔀 290 · 📦 42K · 📋 240 - 39% open · ⏱️ 28.10.2025):
git clone https://github.com/Alir3z4/html2text
PyPi (📥 17M / month · 📦 1.2K · ⏱️ 15.04.2025):
pip install html2text
django-markdownx (🥉30 · ⭐ 940) - Comprehensive Markdown plugin built for Django. BSD-3 
GitHub (👨💻 41 · 🔀 160 · 📦 2.9K · 📋 180 - 26% open · ⏱️ 23.05.2026):
git clone https://github.com/neutronX/django-markdownx
PyPi (📥 140K / month · 📦 21 · ⏱️ 23.05.2026):
pip install django-markdownx
django-markdown-editor (🥉28 · ⭐ 900) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 
GitHub (👨💻 46 · 🔀 1.3K · 📦 1.2K · 📋 170 - 22% open · ⏱️ 22.06.2026):
git clone https://github.com/agusmakmun/django-markdown-editor
PyPi (📥 56K / month · 📦 22 · ⏱️ 22.06.2026):
pip install martor
mistletoe (🥉27 · ⭐ 1.1K) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT
GitHub (👨💻 45 · 🔀 130 · 📥 2.9K · 📦 1.7K · 📋 180 - 20% open · ⏱️ 06.07.2026):
git clone https://github.com/miyuchina/mistletoe
PyPi (📥 1.8M / month · 📦 180 · ⏱️ 07.12.2025):
pip install mistletoe
Show 2 hidden projects...
- grip (🥉29 · ⭐ 6.8K · 💀) - Preview GitHub README.md files locally before committing them.
MIT
- markdown-include (🥉21 · ⭐ 120 · 💀) - Provides syntax for Python-Markdown which allows for..
❗️GPL-3.0
Third-party Web APIs

🔗 Public APIs ( ⭐ 450K) - A collective list of free APIs.
🔗 best-of-ml-python - DB Clients ( ⭐ 24K) - Collection of python database client libraries.
google-api-python-client (🥇45 · ⭐ 8.9K) - The official Python client library for Googles.. Apache-2
GitHub (👨💻 200 · 🔀 2.6K · 📦 290K · 📋 1.2K - 4% open · ⏱️ 07.07.2026):
git clone https://github.com/googleapis/google-api-python-client
PyPi (📥 180M / month · 📦 4.9K · ⏱️ 25.06.2026):
pip install google-api-python-client
Conda (📥 5.5M · ⏱️ 25.06.2026):
conda install -c conda-forge google-api-python-client
python-telegram-bot (🥇43 · ⭐ 29K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0
GitHub (👨💻 210 · 🔀 6.1K · 📥 47K · 📦 160K · 📋 2.3K - 1% open · ⏱️ 05.07.2026):
git clone https://github.com/python-telegram-bot/python-telegram-bot
PyPi (📥 43M / month · 📦 1.5K · ⏱️ 12.06.2026):
pip install python-telegram-bot
Conda (📥 210K · ⏱️ 13.06.2026):
conda install -c conda-forge python-telegram-bot
discord.py (🥇42 · ⭐ 16K) - An API wrapper for Discord written in Python. MIT
GitHub (👨💻 460 · 🔀 3.9K · 📦 55K · 📋 3.1K - 4% open · ⏱️ 08.07.2026):
git clone https://github.com/Rapptz/discord.py
PyPi (📥 6.6M / month · 📦 1.3K · ⏱️ 03.03.2026):
pip install discord.py
Conda (📥 38K · ⏱️ 22.04.2025):
conda install -c conda-forge discord.py
tweepy (🥇41 · ⭐ 11K · 📈) - Twitter for Python!. MIT
GitHub (👨💻 250 · 🔀 4.5K · 📥 290 · 📦 66K · 📋 1.3K - 7% open · ⏱️ 02.07.2026):
git clone https://github.com/tweepy/tweepy
PyPi (📥 3.7M / month · 📦 630 · ⏱️ 02.07.2026):
pip install tweepy
Conda (📥 550K · ⏱️ 03.07.2026):
conda install -c conda-forge tweepy
pyTelegramBotAPI (🥇41 · ⭐ 8.8K) - Python Telegram bot api. ❗️GPL-2.0
GitHub (👨💻 270 · 🔀 2.1K · 📦 65K · 📋 1.3K - 0% open · ⏱️ 17.06.2026):
git clone https://github.com/eternnoir/pyTelegramBotAPI
PyPi (📥 1.1M / month · 📦 340 · ⏱️ 03.06.2026):
pip install pytelegrambotapi
youtube-dl (🥇40 · ⭐ 140K · 💤) - Command-line program to download videos from YouTube.com.. Unlicense
GitHub (👨💻 1K · 🔀 11K · 📥 58M · 📋 27K - 15% open · ⏱️ 26.11.2025):
git clone https://github.com/ytdl-org/youtube-dl
PyPi (📥 230K / month · 📦 730 · ⏱️ 16.12.2021):
pip install youtube_dl
Conda (📥 2.3M · ⏱️ 22.04.2025):
conda install -c conda-forge youtube-dl
PyGithub (🥇40 · ⭐ 7.7K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0
GitHub (👨💻 430 · 🔀 1.9K · 📦 74K · 📋 1.8K - 21% open · ⏱️ 16.06.2026):
git clone https://github.com/PyGithub/PyGithub
PyPi (📥 83M / month · 📦 2.7K · ⏱️ 14.04.2026):
pip install pygithub
Conda (📥 8.5M · ⏱️ 14.04.2026):
conda install -c conda-forge pygithub
gspread (🥈39 · ⭐ 7.5K) - Google Sheets Python API. MIT
GitHub (👨💻 190 · 🔀 970 · 📥 33K · 📦 55K · 📋 960 - 6% open · ⏱️ 03.07.2026):
git clone https://github.com/burnash/gspread
PyPi (📥 42M / month · 📦 540 · ⏱️ 14.05.2025):
pip install gspread
Conda (📥 510K · ⏱️ 25.06.2026):
conda install -c conda-forge gspread
GitPython (🥈39 · ⭐ 5.1K) - GitPython is a python library used to interact with Git repositories. BSD-3
GitHub (👨💻 350 · 🔀 980 · 📦 430K · 📋 1.1K - 16% open · ⏱️ 01.07.2026):
git clone https://github.com/gitpython-developers/GitPython
PyPi (📦 9.3K · ⏱️ 06.05.2026):
pip install gitpython
Conda (📥 17M · ⏱️ 06.05.2026):
conda install -c conda-forge gitpython
Telethon (🥈38 · ⭐ 12K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT
GitHub (👨💻 210 · 🔀 1.6K · 📦 24 · 📋 2.4K - 0% open · ⏱️ 21.02.2026):
git clone https://github.com/LonamiWebs/Telethon
PyPi (📥 3.4M / month · 📦 710 · ⏱️ 15.06.2026):
pip install telethon
praw (🥈38 · ⭐ 4.2K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
GitHub (👨💻 240 · 🔀 500 · 📦 27K · ⏱️ 01.07.2026):
git clone https://github.com/praw-dev/praw
PyPi (📥 1.8M / month · 📦 430 · ⏱️ 24.06.2026):
pip install praw
Conda (📥 94K · ⏱️ 26.06.2026):
conda install -c conda-forge praw
python-slack-sdk (🥈38 · ⭐ 4K) - Slack Developer Kit for Python. MIT
GitHub (👨💻 190 · 🔀 860 · 📋 930 - 5% open · ⏱️ 03.07.2026):
git clone https://github.com/slackapi/python-slack-sdk
PyPi (📥 93M / month · 📦 1.3K · ⏱️ 30.06.2026):
pip install slack-sdk
Conda (📥 870K · ⏱️ 01.07.2026):
conda install -c conda-forge slack-sdk
twilio (🥈37 · ⭐ 2.1K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
GitHub (👨💻 150 · 🔀 810 · 📦 60K · 📋 370 - 14% open · ⏱️ 10.06.2026):
git clone https://github.com/twilio/twilio-python
PyPi (📥 19M / month · 📦 630 · ⏱️ 07.05.2026):
pip install twilio
Conda (📥 430K · ⏱️ 07.05.2026):
conda install -c conda-forge twilio
slackclient (🥈36 · ⭐ 4K) - Slack Developer Kit for Python. MIT
GitHub (👨💻 190 · 🔀 860 · 📋 930 - 5% open · ⏱️ 03.07.2026):
git clone https://github.com/slackapi/python-slack-sdk
PyPi (📥 7.7M / month · 📦 500 · ⏱️ 22.04.2022):
pip install slackclient
Conda (📥 1.4M · ⏱️ 22.04.2025):
conda install -c conda-forge slackclient
jira (🥈36 · ⭐ 2.1K) - Python Jira library. Development chat available on.. BSD-2
GitHub (👨💻 270 · 🔀 900 · 📥 290K · 📦 11K · 📋 810 - 27% open · ⏱️ 01.05.2026):
git clone https://github.com/pycontribs/jira
PyPi (📥 24M / month · 📦 450 · ⏱️ 28.07.2025):
pip install jira
Conda (📥 280K · ⏱️ 28.07.2025):
conda install -c conda-forge jira
stripe (🥈36 · ⭐ 2K) - Python library for the Stripe API. MIT
GitHub (👨💻 350 · 🔀 530 · 📋 420 - 5% open · ⏱️ 09.07.2026):
git clone https://github.com/stripe/stripe-python
PyPi (📥 36M / month · 📦 710 · ⏱️ 08.07.2026):
pip install stripe
Conda (📥 47K · ⏱️ 11.06.2026):
conda install -c anaconda stripe
sherlock (🥈35 · ⭐ 86K) - Hunt down social media accounts by username across social networks. MIT
GitHub (👨💻 310 · 🔀 9.9K · 📋 1.2K - 13% open · ⏱️ 09.05.2026):
git clone https://github.com/sherlock-project/sherlock
PyPi (📥 38K / month · 📦 15 · ⏱️ 18.02.2023):
pip install sherlock
gallery-dl (🥈35 · ⭐ 19K) - Command-line program to download image galleries and collections.. ❗️GPL-2.0
GitHub (👨💻 210 · 🔀 1.4K · 📥 1.1M · 📦 24 · 📋 7.7K - 15% open · ⏱️ 30.06.2026):
git clone https://github.com/mikf/gallery-dl
PyPi (📥 270K / month · 📦 31 · ⏱️ 30.06.2026):
pip install gallery-dl
thumbor (🥈34 · ⭐ 11K) - thumbor is an open-source photo thumbnail service by globo.com. MIT
GitHub (👨💻 210 · 🔀 860 · 📦 390 · 📋 1K - 2% open · ⏱️ 04.06.2026):
git clone https://github.com/thumbor/thumbor
PyPi (📥 18K / month · 📦 53 · ⏱️ 30.05.2026):
pip install thumbor
spotipy (🥈34 · ⭐ 5.5K) - A light weight Python library for the Spotify Web API. MIT
GitHub (👨💻 200 · 🔀 970 · 📦 43K · 📋 720 - 7% open · ⏱️ 11.03.2026):
git clone https://github.com/plamere/spotipy
PyPi (📥 430K / month · 📦 510 · ⏱️ 03.03.2026):
pip install spotipy
Conda (📥 31K · ⏱️ 05.01.2026):
conda install -c conda-forge spotipy
hvac (🥈34 · ⭐ 1.3K) - Python 3.X client for HashiCorp Vault. Apache-2
GitHub (👨💻 210 · 🔀 390 · 📥 1.2K · 📦 7.3K · 📋 530 - 33% open · ⏱️ 06.01.2026):
git clone https://github.com/hvac/hvac
PyPi (📥 29M / month · 📦 500 · ⏱️ 30.10.2025):
pip install hvac
Conda (📥 810K · ⏱️ 30.10.2025):
conda install -c conda-forge hvac
google-resumable-media (🥉33 · ⭐ 5.3K) - This library has moved to.. Apache-2
GitHub (👨💻 39 · 🔀 1.7K · ⏱️ 06.03.2026):
git clone https://github.com/googleapis/google-resumable-media-python
PyPi (📥 180M / month · 📦 310 · ⏱️ 03.06.2026):
pip install google-resumable-media
Conda (📥 7.2M · ⏱️ 03.06.2026):
conda install -c conda-forge google-resumable-media
wechatpy (🥉33 · ⭐ 4.3K) - WeChat SDK for Python. MIT
GitHub (👨💻 100 · 🔀 830 · 📦 10K · 📋 370 - 15% open · ⏱️ 07.03.2026):
git clone https://github.com/wechatpy/wechatpy
PyPi (📥 160K / month · 📦 25 · ⏱️ 19.06.2022):
pip install wechatpy
notion-sdk-py (🥉31 · ⭐ 2.2K) - Notion API client SDK, rewritten in Python! (sync + async). MIT
GitHub (👨💻 42 · 🔀 170 · 📋 160 - 7% open · ⏱️ 09.07.2026):
git clone https://github.com/ramnes/notion-sdk-py
PyPi (📥 3.5M / month · 📦 290 · ⏱️ 12.05.2026):
pip install notion-client
Conda (📥 18K · ⏱️ 22.04.2025):
conda install -c conda-forge notion-client
imdbpy (🥉31 · ⭐ 1.3K) - Cinemagoer is a Python package useful to retrieve and manage the.. ❗️GPL-2.0
GitHub (👨💻 86 · 🔀 380 · 📥 620 · 📦 7.8K · 📋 360 - 1% open · ⏱️ 27.06.2026):
git clone https://github.com/alberanid/imdbpy
PyPi (📥 16K / month · 📦 35 · ⏱️ 09.07.2022):
pip install imdbpy
ghapi (🥉31 · ⭐ 680) - A delightful and complete interface to GitHubs amazing API. Apache-2
GitHub (👨💻 23 · 🔀 72 · 📦 3.5K · 📋 160 - 30% open · ⏱️ 09.07.2026):
git clone https://github.com/fastai/ghapi
PyPi (📥 77M / month · 📦 160 · ⏱️ 08.07.2026):
pip install ghapi
Google Images Download (🥉28 · ⭐ 8.7K) - Python Script to download hundreds of images from.. MIT
GitHub (👨💻 41 · 🔀 2.1K · 📋 310 - 21% open · ⏱️ 18.05.2026):
git clone https://github.com/hardikvasa/google-images-download
PyPi (📥 4.3K / month · 📦 3 · ⏱️ 21.05.2019):
pip install google_images_download
notion-py (🥉28 · ⭐ 4.4K) - Unofficial Python API client for Notion.so. MIT
GitHub (👨💻 36 · 🔀 470 · 📋 280 - 59% open · ⏱️ 16.02.2026):
git clone https://github.com/jamalex/notion-py
PyPi (📥 910K / month · 📦 61 · ⏱️ 16.02.2026):
pip install notion
scdl (🥉27 · ⭐ 4.1K) - Soundcloud Music Downloader. ❗️GPL-2.0
GitHub (👨💻 53 · 🔀 390 · 📦 430 · 📋 430 - 25% open · ⏱️ 05.07.2026):
git clone https://github.com/flyingrub/scdl
PyPi (📥 4.6K / month · 📦 5 · ⏱️ 05.07.2026):
pip install scdl
Show 25 hidden projects...
- pytube (🥈37 · ⭐ 13K · 💀) - Lightweight, dependency-free Python library and CLI for..
Unlicense
- tushare (🥈34 · ⭐ 15K · 💀) - TuShare is a utility for crawling historical data of China stocks.
BSD-3
- Wikipedia (🥉32 · ⭐ 3K · 💀) - A Pythonic wrapper for the Wikipedia API.
MIT
- simple-salesforce (🥉32 · ⭐ 1.9K) - A very simple Salesforce.com REST API client for..
❗Unlicensed
- facebook-sdk (🥉31 · ⭐ 2.8K · 💀) - Python SDK for Facebooks Graph API.
Apache-2
- google-maps-services-python (🥉30 · ⭐ 5K · 💀) - Python client library for Google Maps API Web Services.
Apache-2
- py-googletrans (🥉30 · ⭐ 4.3K · 💀) - (unofficial) Googletrans: Free and Unlimited Google..
MIT
- twython (🥉30 · ⭐ 1.9K · 💀) - Actively maintained, pure Python wrapper for the Twitter API...
MIT
- coursera-dl (🥉29 · ⭐ 9.6K · 💀) - Script for downloading Coursera.org videos and naming them.
❗️LGPL-3.0
- python-twitter (🥉27 · ⭐ 3.4K · 💀) - A Python wrapper around the Twitter API.
Apache-2
- slacker (🥉27 · ⭐ 1.6K · 💀) - Full-featured Python interface for the Slack API.
Apache-2
- Django Facebook (🥉27 · ⭐ 1.4K · 💀) - Facebook open graph api implementation using the Django..
BSD-3
- twitterscraper (🥉26 · ⭐ 2.5K · 💀) - Scrape Twitter for Tweets.
MIT
- twitter (🥉25 · ⭐ 3.3K · 💀) - Python Twitter API.
MIT
- telepot (🥉25 · ⭐ 2.4K · 💀) - Python framework for Telegram Bot API.
MIT
- pyshorteners (🥉25 · ⭐ 400 · 💀) - Generating short urls with python has never been easier.
❗️GPL-3.0
- WikiExtractor (🥉24 · ⭐ 4K · 💀) - A tool for extracting plain text from Wikipedia dumps.
❗️AGPL-3.0
- instagram_private_api (🥉23 · ⭐ 3.3K · 💀) - A Python library to access Instagrams private API.
MIT
- gmusicapi (🥉22 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music.
BSD-3
- python-instagram (🥉21 · ⭐ 3.1K · 💀) - Python Client for Instagram API.
MIT
- GHunt (🥉20 · ⭐ 19K) - Offensive Google framework.
❗Unlicensed
- twitter-scraper (🥉20 · ⭐ 4K · 💀) - Scrape the Twitter Frontend API without authentication.
MIT
- instagram-scraper (🥉16 · ⭐ 6.9K · 💀) - Scrapes an instagram users photos and videos.
Unlicense
- igramscraper (🥉16 · ⭐ 2.1K · 💀) - scrapes medias, likes, followers, tags and all metadata...
MIT
- InstaPy (🥉15 · ⭐ 17K · 💀) - Tool for automated Instagram interactions.
❗️GPL-3.0
Email

yagmail (🥇32 · ⭐ 2.7K) - Send email in Python conveniently for gmail using yagmail. MIT
GitHub (👨💻 34 · 🔀 270 · 📦 5.8K · 📋 240 - 45% open · ⏱️ 26.05.2026):
git clone https://github.com/kootenpv/yagmail
PyPi (📥 380K / month · 📦 170 · ⏱️ 26.05.2026):
pip install yagmail
Conda (📥 65K · ⏱️ 26.05.2026):
conda install -c conda-forge yagmail
flask-mail (🥇32 · ⭐ 640) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3
GitHub (👨💻 42 · 🔀 180 · 📥 42 · 📦 84K · 📋 130 - 10% open · ⏱️ 10.06.2026):
git clone https://github.com/mattupstate/flask-mail
PyPi (📥 1.7M / month · 📦 230 · ⏱️ 23.05.2024):
pip install flask-mail
Conda (📥 260K · ⏱️ 22.04.2025):
conda install -c conda-forge flask-mail
modoboa (🥈31 · ⭐ 3.5K) - Mail hosting made simple. ISC
GitHub (👨💻 130 · 🔀 460 · 📦 62 · 📋 2K - 2% open · ⏱️ 08.07.2026):
git clone https://github.com/modoboa/modoboa
PyPi (📥 2.2K / month · 📦 15 · ⏱️ 29.05.2026):
pip install modoboa
fastapi-mail (🥈30 · ⭐ 1K) - Fastapi mail system sending mails(individual, bulk).. MIT 
GitHub (👨💻 56 · 🔀 110 · 📦 5.7K · 📋 140 - 9% open · ⏱️ 18.06.2026):
git clone https://github.com/sabuhish/fastapi-mail
PyPi (📥 1.4M / month · 📦 36 · ⏱️ 18.06.2026):
pip install fastapi-mail
sync-engine (🥈27 · ⭐ 3.5K) - IMAP/SMTP sync system with modern APIs. ❗️AGPL-3.0
GitHub (👨💻 80 · 🔀 350 · 📋 330 - 20% open · ⏱️ 25.06.2026):
git clone https://github.com/nylas/sync-engine
PyPi (📥 330K / month · 📦 7 · ⏱️ 16.06.2026):
pip install nylas
flanker (🥈27 · ⭐ 1.7K) - Python email address and Mime parsing library. Apache-2
GitHub (👨💻 58 · 🔀 210 · 📦 570 · 📋 110 - 65% open · ⏱️ 08.04.2026):
git clone https://github.com/mailgun/flanker
PyPi (📥 32K / month · 📦 7 · ⏱️ 05.12.2019):
pip install flanker
Show 5 hidden projects...
- offlineimap (🥉26 · ⭐ 1.9K · 💀) - Read/sync your IMAP mailboxes (python2) [LEGACY: move..
❗Unlicensed
- mailer (🥉21 · ⭐ 290 · 💀) - A light-weight, modular, message representation and mail delivery..
MIT
- gmail (🥉20 · ⭐ 1.8K · 💀) - A Pythonic interface for Google Mail.
MIT
- pyramid_mailer (🥉20 · ⭐ 51 · 💀) - A package for sending email from your Pyramid..
BSD-3 
- salmon (🥉13 · ⭐ 660 · 💀) - Moved to Codeberg.
❗️GPL-3.0
Web Scraping & Crawling

Libraries for web scraping, crawling, downloading, and mining as well as libraries.
Scrapy (🥇47 · ⭐ 63K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
GitHub (👨💻 740 · 🔀 12K · 📦 56K · 📋 3.5K - 17% open · ⏱️ 09.07.2026):
git clone https://github.com/scrapy/scrapy
PyPi (📥 5.9M / month · 📦 1.1K · ⏱️ 07.07.2026):
pip install scrapy
Conda (📥 2.3M · ⏱️ 08.07.2026):
conda install -c conda-forge scrapy
trafilatura (🥇36 · ⭐ 6.3K) - Python & Command-line tool to gather text and metadata on the.. Apache-2
GitHub (👨💻 64 · 🔀 390 · 📦 9.6K · 📋 470 - 20% open · ⏱️ 09.07.2026):
git clone https://github.com/adbar/trafilatura
PyPi (📥 10M / month · 📦 860 · ⏱️ 07.06.2026):
pip install trafilatura
feedparser (🥇36 · ⭐ 2.4K) - Parse feeds in Python. BSD-2
GitHub (👨💻 63 · 🔀 360 · 📦 100K · 📋 300 - 36% open · ⏱️ 14.05.2026):
git clone https://github.com/kurtmckee/feedparser
PyPi (📥 16M / month · 📦 1.5K · ⏱️ 10.09.2025):
pip install feedparser
Conda (📥 3.7M · ⏱️ 15.09.2025):
conda install -c conda-forge feedparser
soupsieve (🥇34 · ⭐ 270) - A modern CSS selector implementation for BeautifulSoup. MIT
GitHub (👨💻 17 · 🔀 49 · 📦 760K · 📋 120 - 9% open · ⏱️ 06.07.2026):
git clone https://github.com/facelessuser/soupsieve
PyPi (📥 380M / month · 📦 1.9K · ⏱️ 24.05.2026):
pip install soupsieve
Conda (📥 37M · ⏱️ 24.05.2026):
conda install -c conda-forge soupsieve
newspaper3k (🥈33 · ⭐ 15K) - newspaper3k is a news, full-text, and article metadata extraction in.. MIT
GitHub (👨💻 100 · 🔀 2.1K · 📦 24 · 📋 770 - 64% open · ⏱️ 08.07.2026):
git clone https://github.com/codelucas/newspaper
PyPi (📥 790K / month · 📦 190 · ⏱️ 28.09.2018):
pip install newspaper3k
Conda (📥 190K · ⏱️ 22.04.2025):
conda install -c conda-forge newspaper3k
dirsearch (🥈33 · ⭐ 14K) - Web path scanner. ❗️GPL-2.0
GitHub (👨💻 110 · 🔀 2.4K · 📦 200 · 📋 610 - 6% open · ⏱️ 01.07.2026):
git clone https://github.com/maurosoria/dirsearch
PyPi (📥 32K / month · 📦 1 · ⏱️ 03.10.2022):
pip install dirsearch
parsel (🥈33 · ⭐ 1.3K) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3
GitHub (👨💻 53 · 🔀 160 · 📦 40K · 📋 140 - 31% open · ⏱️ 29.01.2026):
git clone https://github.com/scrapy/parsel
PyPi (📥 4.6M / month · 📦 410 · ⏱️ 29.01.2026):
pip install parsel
Conda (📥 330K · ⏱️ 29.01.2026):
conda install -c conda-forge parsel
MechanicalSoup (🥈28 · ⭐ 4.9K) - A Python library for automating interaction with websites. MIT
GitHub (👨💻 56 · 🔀 390 · 📥 80 · 📋 190 - 21% open · ⏱️ 26.06.2026):
git clone https://github.com/MechanicalSoup/MechanicalSoup
PyPi (📥 120K / month · 📦 120 · ⏱️ 30.05.2025):
pip install MechanicalSoup
Conda (📥 330K · ⏱️ 30.05.2025):
conda install -c conda-forge mechanicalsoup
micawber (🥈28 · ⭐ 680) - a small library for extracting rich content from urls. MIT
GitHub (👨💻 28 · 🔀 89 · 📦 3.2K · ⏱️ 05.07.2026):
git clone https://github.com/coleifer/micawber
PyPi (📥 150K / month · 📦 26 · ⏱️ 05.07.2026):
pip install micawber
Conda (📥 25K · ⏱️ 22.04.2025):
conda install -c conda-forge micawber
Grab (🥈27 · ⭐ 2.5K · 💤) - Web Scraping Framework. MIT
GitHub (👨💻 67 · 🔀 280 · 📦 440 · 📋 220 - 0% open · ⏱️ 19.09.2025):
git clone https://github.com/lorien/grab
PyPi (📥 3.3K / month · 📦 5 · ⏱️ 18.09.2025):
pip install grab
python-goose (🥉26 · ⭐ 4.1K) - Html Content / Article Extractor, web scrapping lib in Python. Apache-2
GitHub (👨💻 36 · 🔀 830 · 📋 200 - 53% open · ⏱️ 10.03.2026):
git clone https://github.com/grangier/python-goose
PyPi (📥 84K / month · 📦 27 · ⏱️ 30.11.2025):
pip install goose3
Gerapy (🥉24 · ⭐ 3.5K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT 
GitHub (👨💻 17 · 🔀 650 · 📦 150 · 📋 290 - 25% open · ⏱️ 04.07.2026):
git clone https://github.com/Gerapy/Gerapy
PyPi (📥 370 / month · ⏱️ 19.07.2023):
pip install gerapy
Photon (🥉23 · ⭐ 13K) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0
GitHub (👨💻 21 · 🔀 1.6K · 📋 120 - 43% open · ⏱️ 10.02.2026):
git clone https://github.com/s0md3v/Photon
PyPi (📥 1.4K / month · ⏱️ 25.01.2019):
pip install photon
gain (🥉16 · ⭐ 2K · 💤) - Taken Over By Shad0w For Responsible Disclosure [Kiwi BBP]. MIT
GitHub (🔀 200 · ⏱️ 17.08.2025):
git clone https://github.com/gaojiuli/gain
PyPi (📥 160 / month · 📦 2 · ⏱️ 22.05.2026):
pip install gain
Show 20 hidden projects...
- You-Get (🥈31 · ⭐ 57K · 💀) - Dumb downloader that scrapes the web.
MIT
- cloudscraper (🥈30 · ⭐ 6.6K · 💀) - A Python module to bypass Cloudflares anti-bot page.
MIT
- Pattern (🥈29 · ⭐ 8.9K · 💀) - Web mining module for Python, with tools for scraping, natural..
BSD-3
- pytrends (🥈27 · ⭐ 3.7K · 💀) - Pseudo API for Google Trends.
Apache-2
- extruct (🥈27 · ⭐ 970 · 💀) - Extract embedded metadata from HTML markup.
BSD-3
- pyspider (🥉26 · ⭐ 17K · 💀) - A Powerful Spider(Web Crawler) System in Python.
Apache-2
- robobrowser (🥉25 · ⭐ 3.7K · 💀) - Your friendly neighborhood web scraper.
BSD-3
- frontera (🥉25 · ⭐ 1.3K · 💀) - A scalable frontier for web crawlers.
BSD-3
- scrapely (🥉23 · ⭐ 1.9K · 💀) - A pure-python HTML screen-scraping library.
BSD-3
- ruia (🥉22 · ⭐ 1.7K · 💀) - Async Python 3.6+ web scraping micro-framework based on asyncio.
Apache-2
- gazpacho (🥉20 · ⭐ 770 · 💀) - The simple, fast, and modern web scraping library.
MIT
- AutoScraper (🥉19 · ⭐ 7.6K · 💀) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python.
MIT
- snallygaster (🥉19 · ⭐ 2.1K) - Tool to scan for secret files on HTTP servers.
❗️0BSD
- Lassie (🥉19 · ⭐ 630 · 💀) - Web Content Retrieval for Humans.
MIT
- Cola (🥉16 · ⭐ 1.5K · 💀) - A high-level distributed crawling framework.
Apache-2
- opengraph (🥉15 · ⭐ 240 · 💀) - A python module to parse the Open Graph Protocol.
MIT
- lazynlp (🥉13 · ⭐ 2.3K · 💀) - Library to scrape and clean web pages to create massive datasets.
MIT
- Scrapera (🥉13 · ⭐ 310 · 💀) - A universal package of scraper scripts for humans.
MIT
- Transistor (🥉13 · ⭐ 210 · 💀) - Transistor, a Python web scraping framework for intelligent use..
MIT
- iploop-sdk (🥉10 · ⭐ 9 · 🐣) - Residential proxy SDK with 66 site presets and built-in anti-..
MIT
Monitoring

posthog (🥇46 · ⭐ 35K) - PostHog is an all-in-one developer platform for building successful.. MIT
GitHub (👨💻 21K · 🔀 2.9K · 📥 18K · 📦 160 · 📋 11K - 39% open · ⏱️ 09.07.2026):
git clone https://github.com/PostHog/posthog
PyPi (📥 46M / month · 📦 700 · ⏱️ 06.07.2026):
pip install posthog
sentry (🥇43 · ⭐ 44K) - Developer-first error tracking and performance monitoring. ❗️SSPL-1.0
GitHub (👨💻 1.1K · 🔀 4.7K · 📥 4.4K · 📦 760 · 📋 17K - 11% open · ⏱️ 09.07.2026):
git clone https://github.com/getsentry/sentry
PyPi (📥 3.1K / month · 📦 140 · ⏱️ 25.07.2023):
pip install sentry
Conda (📥 1.8M · ⏱️ 30.06.2026):
conda install -c conda-forge sentry-sdk
Prometheus Client (🥈36 · ⭐ 4.3K) - Python client for the Prometheus monitoring system. Apache-2
GitHub (👨💻 180 · 🔀 860 · 📋 610 - 21% open · ⏱️ 02.07.2026):
git clone https://github.com/prometheus/client_python
PyPi (📥 160M / month · 📦 3.7K · ⏱️ 09.04.2026):
pip install prometheus-client
Conda (📥 26M · ⏱️ 09.04.2026):
conda install -c conda-forge prometheus_client
opentelemetry-python (🥈33 · ⭐ 2.5K) - OpenTelemetry Python API and SDK. Apache-2
GitHub (👨💻 370 · 🔀 920 · 📋 2.2K - 19% open · ⏱️ 09.07.2026):
git clone https://github.com/open-telemetry/opentelemetry-python
PyPi (📥 640K / month · 📦 9 · ⏱️ 17.02.2026):
pip install timing-asgi
Conda (📥 3.6M · ⏱️ 24.06.2026):
conda install -c conda-forge opentelemetry-api
starlette context (🥈27 · ⭐ 610) - Middleware for Starlette that allows you to store and.. MIT 
GitHub (👨💻 11 · 🔀 29 · 📦 1.6K · 📋 40 - 5% open · ⏱️ 01.04.2026):
git clone https://github.com/tomwojcik/starlette-context
PyPi (📥 2.3M / month · 📦 93 · ⏱️ 28.02.2026):
pip install starlette-context
GoAccess (🥉26 · ⭐ 21K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT
Flask-MonitoringDashboard (🥉24 · ⭐ 830 · 💤) - Automatically monitor the evolving performance of.. MIT 
GitHub (👨💻 48 · 🔀 170 · 📋 220 - 33% open · ⏱️ 02.12.2025):
git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard
PyPi (📥 20K / month · 📦 11 · ⏱️ 14.11.2025):
pip install flask-monitoringdashboard
ngxtop (🥉22 · ⭐ 6.5K) - Real-time metrics for nginx server. MIT
GitHub (👨💻 10 · 🔀 470 · 📦 40 · 📋 91 - 69% open · ⏱️ 02.03.2026):
git clone https://github.com/lebinh/ngxtop
PyPi (📥 2.6K / month · ⏱️ 21.12.2020):
pip install ngxtop
timing-asgi (🥉10 · ⭐ 130) - ASGI middleware to record and emit timing metrics (to something like.. MIT
Show 4 hidden projects...
Web UI

Streamlit (🥇40 · ⭐ 45K · 📉) - Streamlit A faster way to build and share data apps. Apache-2
GitHub (👨💻 950 · 🔀 4.3K · 📦 1M · 📋 6.2K - 20% open · ⏱️ 09.07.2026):
git clone https://github.com/streamlit/streamlit
PyPi (📦 6.8K · ⏱️ 08.07.2026):
pip install streamlit
Panel (🥇40 · ⭐ 5.7K) - Panel: The powerful data exploration & web app framework for Python. BSD-3
GitHub (👨💻 250 · 🔀 610 · 📥 44 · 📦 19K · 📋 4.1K - 26% open · ⏱️ 08.07.2026):
git clone https://github.com/holoviz/panel
PyPi (📥 3.3M / month · 📦 680 · ⏱️ 01.06.2026):
pip install panel
NiceGUI (🥈35 · ⭐ 16K) - Create web-based user interfaces with Python. The nice way. MIT
GitHub (👨💻 230 · 🔀 930 · 📦 2.9K · 📋 1.5K - 1% open · ⏱️ 08.07.2026):
git clone https://github.com/zauberzeug/nicegui
PyPi (📦 470 · ⏱️ 30.06.2026):
pip install nicegui
Conda (📥 160K · ⏱️ 01.07.2026):
conda install -c conda-forge nicegui
Docker Hub (📥 86K · ⭐ 12 · ⏱️ 30.06.2026):
docker pull zauberzeug/nicegui
wave (🥈31 · ⭐ 4.2K) - Realtime Web Apps and Dashboards for Python and R. Apache-2
GitHub (👨💻 65 · 🔀 370 · 📥 2M · 📋 1.1K - 19% open · ⏱️ 11.06.2026):
git clone https://github.com/h2oai/wave
PyPi (📥 40K / month · 📦 120 · ⏱️ 15.03.2024):
pip install wave
trame (🥈30 · ⭐ 680) - Trame lets you weave various components and technologies into a Web.. Apache-2
GitHub (👨💻 32 · 🔀 84 · 📥 830 · 📦 800 · 📋 120 - 23% open · ⏱️ 07.07.2026):
git clone https://github.com/Kitware/trame
PyPi (📥 660K / month · 📦 190 · ⏱️ 15.05.2026):
pip install trame
idom (🥉28 · ⭐ 8.1K) - Its React, but in Python. MIT
GitHub (👨💻 29 · 🔀 330 · 📦 270 · 📋 390 - 12% open · ⏱️ 07.07.2026):
git clone https://github.com/idom-team/idom
PyPi (📥 650 / month · 📦 10 · ⏱️ 26.02.2023):
pip install idom
Misago (🥉27 · ⭐ 2.7K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0
pyscript (🥉25 · ⭐ 19K) - An open source platform for Python in the browser... Apache-2
Wooey (🥉25 · ⭐ 2.2K) - A Django app that creates automatic web UIs for Python scripts. BSD-3
GitHub (👨💻 25 · 🔀 190 · 📦 52 · 📋 220 - 24% open · ⏱️ 16.04.2026):
git clone https://github.com/wooey/wooey
PyPi (📥 94 / month · ⏱️ 13.04.2026):
pip install wooey
Show 3 hidden projects...
- PyWebIO (🥉26 · ⭐ 4.8K · 💀) - Write interactive web app in script way.
MIT
- flaskbb (🥉26 · ⭐ 2.7K) - A classic Forum Software in Python using Flask.
❗Unlicensed 
- python-react (🥉25 · ⭐ 1.6K · 💀) - Server-side rendering of React components.
MIT
Admin UI

django-debug-toolbar (🥇41 · ⭐ 8.4K) - A configurable set of panels that display various.. BSD-3
GitHub (👨💻 330 · 🔀 1.1K · 📥 430 · 📦 110K · 📋 1K - 6% open · ⏱️ 07.07.2026):
git clone https://github.com/jazzband/django-debug-toolbar
PyPi (📥 8.8M / month · 📦 390 · ⏱️ 19.06.2026):
pip install django-debug-toolbar
Conda (📥 620K · ⏱️ 19.06.2026):
conda install -c conda-forge django-debug-toolbar
flask-admin (🥇40 · ⭐ 6.1K) - Simple and extensible administrative interface framework for.. BSD-3 
GitHub (👨💻 390 · 🔀 1.6K · 📥 660 · 📦 33K · 📋 1.5K - 5% open · ⏱️ 08.07.2026):
git clone https://github.com/flask-admin/flask-admin
PyPi (📥 2.4M / month · 📦 210 · ⏱️ 07.05.2026):
pip install flask-admin
Conda (📥 450K · ⏱️ 07.05.2026):
conda install -c conda-forge flask-admin
django-grappelli (🥈34 · ⭐ 3.9K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 
GitHub (👨💻 91 · 🔀 660 · 📦 6.9K · 📋 750 - 1% open · ⏱️ 29.04.2026):
git clone https://github.com/sehmaschine/django-grappelli
PyPi (📥 520K / month · 📦 34 · ⏱️ 29.04.2026):
pip install django-grappelli
Conda (📥 380K · ⏱️ 29.04.2026):
conda install -c conda-forge django-grappelli
django-admin-interface (🥈32 · ⭐ 2K) - djangos default admin interface with superpowers -.. MIT 
GitHub (👨💻 46 · 🔀 200 · 📦 5.3K · 📋 220 - 5% open · ⏱️ 11.05.2026):
git clone https://github.com/fabiocaccamo/django-admin-interface
PyPi (📥 250K / month · 📦 9 · ⏱️ 19.12.2025):
pip install django-admin-interface
starlette-admin (🥈29 · ⭐ 1K) - Fast, beautiful and extensible administrative interface.. MIT 
GitHub (👨💻 32 · 🔀 93 · 📦 1.1K · 📋 280 - 39% open · ⏱️ 08.06.2026):
git clone https://github.com/jowilf/starlette-admin
PyPi (📥 200K / month · 📦 35 · ⏱️ 06.06.2026):
pip install starlette-admin
Conda (📥 18K · ⏱️ 16.06.2026):
conda install -c conda-forge starlette-admin
django-jet (🥉26 · ⭐ 3.6K · 💤) - Modern responsive template for the Django admin.. ❗️AGPL-3.0 
GitHub (👨💻 29 · 🔀 770 · 📦 3.4K · 📋 430 - 69% open · ⏱️ 26.11.2025):
git clone https://github.com/geex-arts/django-jet
PyPi (📥 19K / month · 📦 7 · ⏱️ 18.10.2018):
pip install django-jet
Show 7 hidden projects...
API Proxies & Gateways

Kong (🥇37 · ⭐ 45K) - The API and AI Gateway. Apache-2
GitHub (👨💻 450 · 🔀 5.2K · 📦 25 · 📋 4.7K - 3% open · ⏱️ 01.07.2026):
git clone https://github.com/kong/kong
Docker Hub (📥 360M · ⭐ 830 · ⏱️ 02.07.2026):
docker pull kong
tyk (🥉29 · ⭐ 11K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0
Flask Utilities

flask-sqlalchemy (🥇39 · ⭐ 4.3K) - Adds SQLAlchemy support to Flask. BSD-3 
GitHub (👨💻 120 · 🔀 900 · 📥 1.2K · 📦 540K · 📋 680 - 3% open · ⏱️ 18.05.2026):
git clone https://github.com/pallets/flask-sqlalchemy
PyPi (📥 31M / month · 📦 1.3K · ⏱️ 11.09.2023):
pip install flask-sqlalchemy
Conda (📥 970K · ⏱️ 01.12.2025):
conda install -c conda-forge flask-sqlalchemy
flask-cors (🥇36 · ⭐ 930) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT 
GitHub (👨💻 54 · 🔀 150 · 📦 460K · 📋 200 - 20% open · ⏱️ 08.06.2026):
git clone https://github.com/corydolphin/flask-cors
PyPi (📥 55M / month · 📦 1.1K · ⏱️ 08.06.2026):
pip install flask-cors
Conda (📥 2M · ⏱️ 09.06.2026):
conda install -c conda-forge flask-cors
Flask-Migrate (🥇35 · ⭐ 2.4K) - SQLAlchemy database migrations for Flask applications using.. MIT 
GitHub (👨💻 51 · 🔀 230 · 📦 190K · 📋 420 - 0% open · ⏱️ 14.05.2026):
git clone https://github.com/miguelgrinberg/Flask-Migrate
PyPi (📥 5.6M / month · 📦 400 · ⏱️ 10.01.2025):
pip install flask-migrate
Conda (📥 660K · ⏱️ 22.04.2025):
conda install -c conda-forge flask-migrate
flask-limiter (🥈31 · ⭐ 1.2K) - Rate Limiting extension for Flask. MIT 
GitHub (👨💻 46 · 🔀 130 · 📥 850 · 📦 23K · 📋 200 - 3% open · ⏱️ 10.05.2026):
git clone https://github.com/alisaifee/flask-limiter
PyPi (📥 24M / month · 📦 190 · ⏱️ 06.12.2025):
pip install flask-limiter
flask-marshmallow (🥈31 · ⭐ 890) - Flask + marshmallow for beautiful APIs. MIT 
GitHub (👨💻 27 · 🔀 63 · 📦 34K · 📋 120 - 20% open · ⏱️ 06.07.2026):
git clone https://github.com/marshmallow-code/flask-marshmallow
PyPi (📥 1.5M / month · 📦 180 · ⏱️ 16.04.2026):
pip install flask-marshmallow
Conda (📥 210K · ⏱️ 16.04.2026):
conda install -c conda-forge flask-marshmallow
Flask-Moment (🥈27 · ⭐ 380) - Formatting of dates and times in Flask templates using.. MIT 
GitHub (👨💻 22 · 🔀 49 · 📦 25K · 📋 53 - 1% open · ⏱️ 14.05.2026):
git clone https://github.com/miguelgrinberg/Flask-Moment
PyPi (📥 150K / month · 📦 30 · ⏱️ 28.05.2024):
pip install flask-moment
Conda (📥 160K · ⏱️ 22.04.2025):
conda install -c conda-forge flask-moment
flask_pydantic (🥈26 · ⭐ 440 · 💤) - flask extension for integration with the awesome.. MIT 
GitHub (👨💻 24 · 🔀 69 · 📥 36 · 📦 900 · 📋 53 - 30% open · ⏱️ 22.12.2025):
git clone https://github.com/bauerji/flask_pydantic
PyPi (📥 500K / month · 📦 11 · ⏱️ 22.12.2025):
pip install flask_pydantic
flask-rebar (🥉24 · ⭐ 240) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT 

GitHub (👨💻 48 · 🔀 38 · 📦 58 · 📋 110 - 46% open · ⏱️ 26.06.2026):
git clone https://github.com/plangrid/flask-rebar
PyPi (📥 12K / month · 📦 7 · ⏱️ 26.06.2026):
pip install flask-rebar
safrs (🥉23 · ⭐ 410) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 

GitHub (👨💻 17 · 🔀 73 · 📦 610 · 📋 83 - 3% open · ⏱️ 15.03.2026):
git clone https://github.com/thomaxxl/safrs
PyPi (📥 1.2K / month · 📦 2 · ⏱️ 09.03.2026):
pip install safrs
flask-jsonrpc (🥉19 · ⭐ 300) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 
GitHub (👨💻 19 · 🔀 62 · 📥 270 · 📦 290 · 📋 100 - 3% open · ⏱️ 16.03.2026):
git clone https://github.com/cenobites/flask-jsonrpc
PyPi (📥 130 / month · ⏱️ 28.04.2012):
pip install rpc
cookiecutter-flask (🥉18 · ⭐ 4.7K · 💤) - A flask template with Bootstrap, asset.. MIT 
flask_jsondash (🥉18 · ⭐ 3.3K) - Build complex dashboards without any front-end code. Use.. MIT 
GitHub (👨💻 7 · 🔀 300 · 📦 2 · 📋 160 - 30% open · ⏱️ 26.06.2026):
git clone https://github.com/christabor/flask_jsondash
PyPi (📥 40 / month · ⏱️ 13.06.2017):
pip install flask_jsondash
Show 24 hidden projects...
FastAPI Utilities

sqladmin (🥇33 · ⭐ 2.8K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 
GitHub (👨💻 100 · 🔀 290 · 📦 1.9K · 📋 310 - 16% open · ⏱️ 08.07.2026):
git clone https://github.com/aminalaee/sqladmin
PyPi (📥 860K / month · 📦 48 · ⏱️ 04.07.2026):
pip install sqladmin
slowapi (🥇31 · ⭐ 2K) - A rate limiter for Starlette and FastAPI. MIT 
GitHub (👨💻 28 · 🔀 120 · 📦 11K · 📋 160 - 59% open · ⏱️ 13.06.2026):
git clone https://github.com/laurents/slowapi
PyPi (📥 19M / month · 📦 620 · ⏱️ 13.06.2026):
pip install slowapi
fastapi-code-generator (🥈30 · ⭐ 1.4K) - This code generator creates FastAPI app from an.. MIT 

GitHub (👨💻 36 · 🔀 150 · 📦 250 · 📋 120 - 40% open · ⏱️ 01.07.2026):
git clone https://github.com/koxudaxi/fastapi-code-generator
PyPi (📥 38K / month · 📦 10 · ⏱️ 01.07.2026):
pip install fastapi-code-generator
fastapi-mvc (🥉20 · ⭐ 800) - Developer productivity tool for making high-quality FastAPI.. MIT 
GitHub (👨💻 7 · 🔀 59 · 📥 700 · 📦 18 · 📋 130 - 15% open · ⏱️ 11.02.2026):
git clone https://github.com/rszamszur/fastapi-mvc
PyPi (📥 140 / month · ⏱️ 11.02.2026):
pip install fastapi-mvc
fastapi-plugins (🥉18 · ⭐ 610 · 💤) - FastAPI framework plugins. MIT 
GitHub (👨💻 3 · 🔀 28 · 📦 120 · 📋 18 - 22% open · ⏱️ 09.07.2025):
git clone https://github.com/madkote/fastapi-plugins
PyPi (📥 18K / month · 📦 4 · ⏱️ 09.07.2025):
pip install fastapi-plugins
fastapi-lazy (🥉13 · ⭐ 200) - CLI for generating FastAPI projects with selectable templates. MIT 
GitHub (👨💻 2 · 🔀 11 · ⏱️ 11.06.2026):
git clone https://github.com/yezz123/fastapi-lazy
PyPi (📥 7 / month · ⏱️ 21.11.2021):
pip install fastapi-lazy
Show 11 hidden projects...
Pyramid Utilities

Show 3 hidden projects...
- pyramid_jinja2 (🥇20 · ⭐ 72 · 💀) - Jinja2 templating system bindings for the Pyramid web..
❗Unlicensed 
- pyramid_celery (🥉17 · ⭐ 110 · 💀) - Pyramid configuration with celery integration. Allows..
MIT 
- pyramid_services (🥉15 · ⭐ 82 · 💀) - A service layer for pyramid.
MIT 
Django Utilities

django-environ (🥇38 · ⭐ 3.2K) - Django-environ allows you to utilize 12factor inspired.. MIT 
GitHub (👨💻 110 · 🔀 340 · 📥 200 · 📦 280K · 📋 280 - 17% open · ⏱️ 18.06.2026):
git clone https://github.com/joke2k/django-environ
PyPi (📥 7.7M / month · 📦 520 · ⏱️ 18.06.2026):
pip install django-environ
Conda (📥 220K · ⏱️ 19.06.2026):
conda install -c conda-forge django-environ
django-extensions (🥇37 · ⭐ 6.8K) - This is a repository for collecting global custom.. MIT 
GitHub (👨💻 610 · 🔀 1.2K · 📦 270K · 📋 960 - 21% open · ⏱️ 21.05.2026):
git clone https://github.com/django-extensions/django-extensions
PyPi (📥 13M / month · 📦 550 · ⏱️ 11.04.2025):
pip install django-extensions
Conda (📥 1.3M · ⏱️ 22.04.2025):
conda install -c conda-forge django-extensions
django-simple-history (🥇37 · ⭐ 2.5K) - Store model history and view/revert changes from.. BSD-3 
GitHub (👨💻 190 · 🔀 510 · 📥 27 · 📦 7.3K · 📋 630 - 25% open · ⏱️ 22.06.2026):
git clone https://github.com/jazzband/django-simple-history
PyPi (📥 4.3M / month · 📦 120 · ⏱️ 22.06.2026):
pip install django-simple-history
django-stubs (🥇37 · ⭐ 2K) - PEP-484 stubs for Django. MIT 
GitHub (👨💻 340 · 🔀 560 · 📦 15K · 📋 940 - 20% open · ⏱️ 09.07.2026):
git clone https://github.com/typeddjango/django-stubs
PyPi (📥 9.6M / month · 📦 580 · ⏱️ 23.06.2026):
pip install django-stubs
Conda (📥 88K · ⏱️ 24.06.2026):
conda install -c conda-forge django-stubs
django-autocomplete-light (🥇37 · ⭐ 1.9K) - A fresh approach to autocomplete implementations,.. MIT 
GitHub (👨💻 200 · 🔀 460 · 📦 4.7K · 📋 870 - 24% open · ⏱️ 29.06.2026):
git clone https://github.com/yourlabs/django-autocomplete-light
PyPi (📥 660K / month · 📦 100 · ⏱️ 29.06.2026):
pip install django-autocomplete-light
django-import-export (🥇36 · ⭐ 3.3K) - Django application and library for importing and.. BSD-2 
GitHub (👨💻 240 · 🔀 820 · 📦 130K · 📋 1.1K - 2% open · ⏱️ 30.06.2026):
git clone https://github.com/django-import-export/django-import-export
PyPi (📦 220 · ⏱️ 05.05.2026):
pip install django-import-export
Conda (📥 260K · ⏱️ 05.05.2026):
conda install -c conda-forge django-import-export
django-reversion (🥇36 · ⭐ 3.2K) - django-reversion is an extension to the Django web.. BSD-3 
GitHub (👨💻 200 · 🔀 490 · 📦 7.9K · 📋 670 - 3% open · ⏱️ 12.06.2026):
git clone https://github.com/etianen/django-reversion
PyPi (📥 2.1M / month · 📦 94 · ⏱️ 12.06.2026):
pip install django-reversion
django-mptt (🥇36 · ⭐ 3K) - Utilities for implementing a modified pre-order traversal tree in.. MIT 
GitHub (👨💻 160 · 🔀 460 · 📦 24K · 📋 530 - 0% open · ⏱️ 02.06.2026):
git clone https://github.com/django-mptt/django-mptt
PyPi (📥 1.3M / month · 📦 270 · ⏱️ 02.06.2026):
pip install django-mptt
Conda:
conda install -c anaconda django-mptt
django-polymorphic (🥇36 · ⭐ 1.8K) - Improved Django model inheritance with automatic.. BSD-3 
GitHub (👨💻 150 · 🔀 300 · 📥 480 · 📦 7.9K · 📋 390 - 5% open · ⏱️ 09.07.2026):
git clone https://github.com/django-polymorphic/django-polymorphic
PyPi (📥 2.6M / month · 📦 180 · ⏱️ 02.06.2026):
pip install django-polymorphic
Conda (📥 230K · ⏱️ 02.06.2026):
conda install -c conda-forge django_polymorphic
Django-Ninja (🥈35 · ⭐ 9.1K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT
GitHub (👨💻 180 · 🔀 600 · 📋 1.1K - 19% open · ⏱️ 08.07.2026):
git clone https://github.com/vitalik/django-ninja
PyPi (📥 2.8M / month · 📦 200 · ⏱️ 18.03.2026):
pip install django-ninja
Conda (📥 45K · ⏱️ 23.03.2026):
conda install -c conda-forge django-ninja
django-oscar (🥈35 · ⭐ 6.6K) - Domain-driven e-commerce for Django. BSD-3 
GitHub (👨💻 380 · 🔀 2.3K · 📦 1.2K · 📋 1.6K - 8% open · ⏱️ 08.07.2026):
git clone https://github.com/django-oscar/django-oscar
PyPi (📥 56K / month · 📦 44 · ⏱️ 29.10.2025):
pip install django-oscar
channels (🥈35 · ⭐ 6.3K) - Developer-friendly asynchrony for Django. BSD-3 
GitHub (👨💻 280 · 🔀 820 · 📦 24 · 📋 1.3K - 8% open · ⏱️ 24.04.2026):
git clone https://github.com/django/channels
PyPi (📥 5.9M / month · 📦 440 · ⏱️ 20.11.2025):
pip install channels
Conda (📥 280K · ⏱️ 20.11.2025):
conda install -c conda-forge channels
django-cors-headers (🥈35 · ⭐ 5.6K) - Django app for handling the server headers required.. MIT 
GitHub (👨💻 70 · 🔀 540 · 📦 320K · 📋 280 - 1% open · ⏱️ 14.06.2026):
git clone https://github.com/adamchainz/django-cors-headers
PyPi (📥 20M / month · 📦 510 · ⏱️ 18.09.2025):
pip install django-cors-headers
Conda (📥 250K · ⏱️ 18.09.2025):
conda install -c conda-forge django-cors-headers
django-filter (🥈35 · ⭐ 4.7K) - A generic system for filtering Django QuerySets based on.. BSD-3 
GitHub (👨💻 220 · 🔀 770 · 📦 200K · 📋 880 - 9% open · ⏱️ 11.05.2026):
git clone https://github.com/carltongibson/django-filter
PyPi (📥 16M / month · 📦 1.1K · ⏱️ 05.10.2025):
pip install django-filter
Conda (📥 370K · ⏱️ 05.10.2025):
conda install -c conda-forge django-filter
dj-database-url (🥈35 · ⭐ 1.6K) - Use Database URLs in your Django Application. BSD-3 
GitHub (👨💻 78 · 🔀 220 · 📦 310K · 📋 100 - 6% open · ⏱️ 19.06.2026):
git clone https://github.com/jacobian/dj-database-url
PyPi (📥 7.5M / month · 📦 360 · ⏱️ 19.02.2026):
pip install dj-database-url
django-model-utils (🥈34 · ⭐ 2.8K) - Django model mixins and utilities. BSD-3 
GitHub (👨💻 140 · 🔀 370 · 📦 27K · 📋 310 - 38% open · ⏱️ 23.03.2026):
git clone https://github.com/jazzband/django-model-utils
PyPi (📥 5.2M / month · 📦 500 · ⏱️ 04.09.2024):
pip install django-model-utils
django-rq (🥈34 · ⭐ 1.9K) - A simple app that provides django integration for RQ (Redis Queue). MIT 
GitHub (👨💻 140 · 🔀 300 · 📦 4.4K · 📋 400 - 29% open · ⏱️ 05.07.2026):
git clone https://github.com/rq/django-rq
PyPi (📥 990K / month · 📦 120 · ⏱️ 04.07.2026):
pip install django-rq
cookiecutter-django (🥈33 · ⭐ 14K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 
GitHub (👨💻 470 · 🔀 3K · 📦 34 · 📋 1.3K - 7% open · ⏱️ 09.07.2026):
git clone https://github.com/cookiecutter/cookiecutter-django
PyPi (📥 80 / month · ⏱️ 15.01.2018):
pip install cookiecutter-django
django-taggit (🥈33 · ⭐ 3.4K) - Simple tagging for django. BSD-3 
GitHub (👨💻 160 · 🔀 620 · 📋 460 - 22% open · ⏱️ 23.05.2026):
git clone https://github.com/jazzband/django-taggit
PyPi (📥 2.6M / month · 📦 220 · ⏱️ 29.09.2024):
pip install django-taggit
Conda (📥 460K · ⏱️ 22.04.2025):
conda install -c conda-forge django-taggit
django-webpack-loader (🥈33 · ⭐ 2.5K) - Transparently use webpack with django. MIT 
GitHub (👨💻 67 · 🔀 340 · 📦 10K · 📋 200 - 4% open · ⏱️ 13.05.2026):
git clone https://github.com/django-webpack/django-webpack-loader
PyPi (📥 910K / month · 📦 70 · ⏱️ 13.05.2026):
pip install django-webpack-loader
Conda (📥 30K · ⏱️ 13.05.2026):
conda install -c conda-forge django-webpack-loader
django-imagekit (🥈33 · ⭐ 2.4K) - Automated image processing for Django. Currently v6.0. BSD-3 
GitHub (👨💻 81 · 🔀 280 · 📥 230 · 📦 10K · 📋 400 - 22% open · ⏱️ 22.02.2026):
git clone https://github.com/matthewwithanm/django-imagekit
PyPi (📥 490K / month · 📦 54 · ⏱️ 22.02.2026):
pip install django-imagekit
django-bootstrap3 (🥈33 · ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 
GitHub (👨💻 100 · 🔀 680 · 📦 20K · ⏱️ 22.06.2026):
git clone https://github.com/zostera/django-bootstrap3
PyPi (📥 330K / month · 📦 71 · ⏱️ 03.01.2026):
pip install django-bootstrap3
Conda (📥 54K · ⏱️ 22.04.2025):
conda install -c conda-forge django-bootstrap3
django-phonenumber-field (🥈33 · ⭐ 1.5K) - A django model and form field for normalised phone.. MIT 
GitHub (👨💻 120 · 🔀 320 · 📥 66 · 📦 32K · 📋 240 - 3% open · ⏱️ 15.04.2026):
git clone https://github.com/stefanfoulis/django-phonenumber-field
PyPi (📥 6.1M / month · 📦 150 · ⏱️ 24.11.2025):
pip install django-phonenumber-field
django-countries (🥈33 · ⭐ 1.5K) - A Django application that provides country choices for.. MIT 
GitHub (👨💻 59 · 🔀 300 · 📦 30K · 📋 310 - 0% open · ⏱️ 10.06.2026):
git clone https://github.com/SmileyChris/django-countries
PyPi (📥 2.1M / month · 📦 140 · ⏱️ 10.06.2026):
pip install django-countries
django-bootstrap4 (🥈33 · ⭐ 1K) - Bootstrap 4 integration with Django. BSD-3 
GitHub (👨💻 140 · 🔀 260 · 📦 190K · 📋 160 - 10% open · ⏱️ 22.06.2026):
git clone https://github.com/zostera/django-bootstrap4
PyPi (📥 510K / month · 📦 89 · ⏱️ 03.01.2026):
pip install django-bootstrap4
Conda (📥 44K · ⏱️ 09.08.2025):
conda install -c conda-forge django-bootstrap4
sorl-thumbnail (🥈32 · ⭐ 1.8K) - Thumbnails for Django. BSD-3 
GitHub (👨💻 170 · 🔀 490 · 📦 16K · 📋 430 - 2% open · ⏱️ 19.06.2026):
git clone https://github.com/jazzband/sorl-thumbnail
PyPi (📥 480K / month · 📦 110 · ⏱️ 22.01.2026):
pip install sorl-thumbnail
Conda (📥 14K · ⏱️ 22.04.2025):
conda install -c conda-forge sorl-thumbnail
django-pipeline (🥈32 · ⭐ 1.5K · 💤) - Pipeline is an asset packaging library for Django. MIT 
GitHub (👨💻 180 · 🔀 370 · 📦 2.7K · 📋 490 - 32% open · ⏱️ 13.09.2025):
git clone https://github.com/jazzband/django-pipeline
PyPi (📥 190K / month · 📦 35 · ⏱️ 13.09.2025):
pip install django-pipeline
django-widget-tweaks (🥉31 · ⭐ 2.2K) - Tweak the form field rendering in templates, not in.. MIT 
GitHub (👨💻 38 · 🔀 140 · 📦 50K · 📋 110 - 46% open · ⏱️ 20.03.2026):
git clone https://github.com/jazzband/django-widget-tweaks
PyPi (📥 1.5M / month · 📦 150 · ⏱️ 02.01.2026):
pip install django-widget-tweaks
django-money (🥉31 · ⭐ 1.8K) - Money fields for Django forms and models. BSD-3 
GitHub (👨💻 130 · 🔀 320 · 📋 390 - 23% open · ⏱️ 15.06.2026):
git clone https://github.com/django-money/django-money
PyPi (📥 850K / month · 📦 50 · ⏱️ 07.06.2026):
pip install django-money
easy-thumbnails (🥉31 · ⭐ 1.4K) - Easy thumbnails for Django. BSD-3 
GitHub (👨💻 100 · 🔀 330 · 📦 12K · 📋 430 - 24% open · ⏱️ 06.05.2026):
git clone https://github.com/SmileyChris/easy-thumbnails
PyPi (📥 480K / month · 📦 140 · ⏱️ 17.08.2025):
pip install easy-thumbnails
django-waffle (🥉31 · ⭐ 1.2K) - A feature flipper for Django. BSD-3 
GitHub (👨💻 160 · 🔀 260 · 📦 1.8K · 📋 230 - 20% open · ⏱️ 07.06.2026):
git clone https://github.com/django-waffle/django-waffle
PyPi (📥 1.6M / month · 📦 41 · ⏱️ 12.06.2025):
pip install django-waffle
Conda (📥 33K · ⏱️ 22.04.2025):
conda install -c conda-forge django-waffle
jsonfield (🥉31 · ⭐ 1.2K · 💤) - A reusable Django model field for storing ad-hoc JSON data. MIT 
GitHub (👨💻 53 · 🔀 270 · 📥 190 · 📦 14K · ⏱️ 04.07.2025):
git clone https://github.com/rpkilby/jsonfield
PyPi (📥 1.1M / month · 📦 280 · ⏱️ 04.07.2025):
pip install jsonfield
viewflow (🥉30 · ⭐ 2.9K · 📈) - Reusable workflow library for Django. ❗️AGPL-3.0 
GitHub (👨💻 27 · 🔀 410 · 📥 15 · 📦 380 · 📋 390 - 5% open · ⏱️ 06.07.2026):
git clone https://github.com/viewflow/viewflow
PyPi (📥 220K / month · 📦 3 · ⏱️ 06.07.2026):
pip install django-viewflow
django-cacheops (🥉30 · ⭐ 2.3K) - A slick ORM cache with automatic granular event-driven.. BSD-3 
GitHub (👨💻 74 · 🔀 230 · 📦 1.6K · 📋 360 - 5% open · ⏱️ 15.04.2026):
git clone https://github.com/Suor/django-cacheops
PyPi (📥 640K / month · 📦 13 · ⏱️ 20.04.2025):
pip install django-cacheops
django-activity-stream (🥉29 · ⭐ 2.4K · 💤) - Generate generic activity streams from the actions on.. BSD-3 
GitHub (👨💻 110 · 🔀 490 · 📥 23 · 📦 1.3K · 📋 320 - 7% open · ⏱️ 13.10.2025):
git clone https://github.com/justquick/django-activity-stream
PyPi (📥 140K / month · 📦 11 · ⏱️ 04.10.2023):
pip install django-activity-stream
django-cachalot (🥉29 · ⭐ 1.4K) - No effort, no worry, maximum performance. BSD-3 
GitHub (👨💻 40 · 🔀 160 · 📦 1K · 📋 180 - 15% open · ⏱️ 28.01.2026):
git clone https://github.com/noripyt/django-cachalot
PyPi (📥 210K / month · 📦 12 · ⏱️ 28.01.2026):
pip install django-cachalot
Conda (📥 110K · ⏱️ 30.01.2026):
conda install -c conda-forge django-cachalot
django-organizations (🥉29 · ⭐ 1.4K) - Multi-user accounts for Django projects. BSD-2 
GitHub (👨💻 54 · 🔀 220 · 📦 320 · 📋 160 - 11% open · ⏱️ 04.07.2026):
git clone https://github.com/bennylope/django-organizations
PyPi (📥 74K / month · 📦 7 · ⏱️ 03.07.2026):
pip install django-organizations
Conda (📥 13K · ⏱️ 08.03.2026):
conda install -c conda-forge django-organizations
django-rosetta (🥉29 · ⭐ 1.2K · 💤) - Rosetta is a Django application that eases the.. MIT 
GitHub (👨💻 87 · 🔀 200 · 📦 4K · 📋 170 - 32% open · ⏱️ 07.12.2025):
git clone https://github.com/mbi/django-rosetta
PyPi (📥 380K / month · 📦 33 · ⏱️ 07.12.2025):
pip install django-rosetta
Conda (📥 19K · ⏱️ 22.04.2025):
conda install -c conda-forge django-rosetta
django-fsm (🥉28 · ⭐ 2.3K · 💤) - Django friendly finite state machine support. MIT 
GitHub (👨💻 70 · 🔀 310 · 📦 1.9K · 📋 160 - 0% open · ⏱️ 07.10.2025):
git clone https://github.com/viewflow/django-fsm
PyPi (📥 600K / month · 📦 64 · ⏱️ 07.10.2025):
pip install django-fsm
Conda (📥 89K · ⏱️ 07.10.2025):
conda install -c conda-forge django-fsm
django-split-settings (🥉28 · ⭐ 1.2K) - Organize Django settings into multiple files and.. BSD-3 
GitHub (👨💻 29 · 🔀 74 · 📦 3.5K · 📋 48 - 10% open · ⏱️ 22.06.2026):
git clone https://github.com/sobolevn/django-split-settings
PyPi (📥 350K / month · 📦 12 · ⏱️ 05.07.2024):
pip install django-split-settings
django-dbbackup (🥉28 · ⭐ 1.1K) - Backup and restore your Django database and media. BSD-3 
GitHub (👨💻 84 · 🔀 220 · 📥 83 · 📦 2.6K · 📋 320 - 2% open · ⏱️ 15.04.2026):
git clone https://github.com/jazzband/django-dbbackup
PyPi (📥 290K / month · 📦 23 · ⏱️ 10.04.2026):
pip install django-dbbackup
django-csp (🥉28 · ⭐ 630 · 💤) - Content Security Policy for Django. BSD-3 
GitHub (👨💻 67 · 🔀 110 · 📦 5K · 📋 120 - 8% open · ⏱️ 14.11.2025):
git clone https://github.com/mozilla/django-csp
PyPi (📥 4M / month · 📦 54 · ⏱️ 02.04.2025):
pip install django-csp
django-push-notifications (🥉27 · ⭐ 2.4K) - Send push notifications to mobile devices through GCM.. MIT 
GitHub (👨💻 120 · 🔀 640 · 📥 190 · 📋 450 - 27% open · ⏱️ 05.07.2026):
git clone https://github.com/jazzband/django-push-notifications
PyPi (📥 260K / month · 📦 12 · ⏱️ 16.11.2025):
pip install django-push-notifications
django-constance (🥉27 · ⭐ 1.9K · 📉) - Dynamic Django settings. BSD-3 
GitHub (👨💻 160 · 🔀 320 · 📦 2.5K · 📋 320 - 8% open · ⏱️ 15.06.2026):
git clone https://github.com/jazzband/django-constance
PyPi (📦 39 · ⏱️ 15.03.2026):
pip install django-constance
djangorestframework-stubs (🥉27 · ⭐ 540) - PEP-484 stubs for django-rest-framework. MIT 
GitHub (👨💻 93 · 🔀 140 · 📦 4.4K · 📋 170 - 34% open · ⏱️ 08.07.2026):
git clone https://github.com/typeddjango/djangorestframework-stubs
PyPi (📦 85 · ⏱️ 13.05.2026):
pip install djangorestframework-stubs
Conda (📥 43K · ⏱️ 16.05.2026):
conda install -c conda-forge djangorestframework-stubs
django-lifecycle (🥉26 · ⭐ 1.4K) - Declarative model lifecycle hooks, an alternative to.. MIT 
GitHub (👨💻 42 · 🔀 96 · 📦 480 · 📋 84 - 21% open · ⏱️ 14.06.2026):
git clone https://github.com/rsinger86/django-lifecycle
PyPi (📥 250K / month · 📦 26 · ⏱️ 14.06.2026):
pip install django-lifecycle
django-easy-audit (🥉26 · ⭐ 840) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 
GitHub (👨💻 57 · 🔀 200 · 📦 370 · 📋 190 - 56% open · ⏱️ 30.06.2026):
git clone https://github.com/soynatan/django-easy-audit
PyPi (📥 130K / month · 📦 5 · ⏱️ 30.06.2026):
pip install django-easy-audit
django-codemod (🥉20 · ⭐ 190) - A tool to automatically fix Django deprecations. MIT 
GitHub (👨💻 30 · 🔀 19 · 📥 1.5K · 📦 5 · 📋 41 - 19% open · ⏱️ 09.07.2026):
git clone https://github.com/browniebroke/django-codemod
PyPi (⏱️ 17.05.2026):
pip install django-codemod
Show 28 hidden projects...
Others

twisted (🥇44 · ⭐ 6K) - Event-driven networking engine written in Python. MIT
GitHub (👨💻 310 · 🔀 1.2K · 📦 110K · 📋 11K - 26% open · ⏱️ 06.07.2026):
git clone https://github.com/twisted/twisted
PyPi (📥 14M / month · 📦 1.3K · ⏱️ 11.05.2026):
pip install twisted
Conda (📥 1.6M · ⏱️ 11.05.2026):
conda install -c conda-forge twisted
scapy (🥇41 · ⭐ 12K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0
GitHub (👨💻 530 · 🔀 2.2K · 📦 24K · 📋 1.8K - 7% open · ⏱️ 08.07.2026):
git clone https://github.com/secdev/scapy
PyPi (📥 6.8M / month · 📦 760 · ⏱️ 13.04.2026):
pip install scapy
Conda (📥 180K · ⏱️ 27.12.2025):
conda install -c conda-forge scapy
dnspython (🥇40 · ⭐ 2.7K) - a powerful DNS toolkit for python. ISC
GitHub (👨💻 140 · 🔀 560 · 📥 2.4K · 📦 450K · 📋 600 - 0% open · ⏱️ 03.07.2026):
git clone https://github.com/rthalley/dnspython
PyPi (📥 290M / month · 📦 2.5K · ⏱️ 07.09.2025):
pip install dnspython
Conda (📥 7.4M · ⏱️ 08.09.2025):
conda install -c conda-forge dnspython
impacket (🥇39 · ⭐ 16K) - Impacket is a collection of Python classes for working with network.. Apache-2
GitHub (👨💻 310 · 🔀 3.9K · 📥 280K · 📦 6.6K · 📋 1.1K - 15% open · ⏱️ 08.07.2026):
git clone https://github.com/SecureAuthCorp/impacket
PyPi (📥 600K / month · 📦 180 · ⏱️ 19.05.2026):
pip install impacket
weblate (🥇39 · ⭐ 6K) - Web based localization tool with tight version control integration. ❗️GPL-3.0
GitHub (👨💻 2.2K · 🔀 1.3K · 📥 10K · 📦 54 · 📋 6.5K - 7% open · ⏱️ 09.07.2026):
git clone https://github.com/WeblateOrg/weblate
PyPi (📥 210K / month · ⏱️ 01.07.2026):
pip install weblate
pyopenssl (🥇39 · ⭐ 940) - A Python wrapper around the OpenSSL library. Apache-2
GitHub (👨💻 120 · 🔀 430 · 📦 280K · 📋 580 - 14% open · ⏱️ 30.06.2026):
git clone https://github.com/pyca/pyopenssl
PyPi (📥 290M / month · 📦 3.2K · ⏱️ 12.06.2026):
pip install pyopenssl
Conda (📥 50M · ⏱️ 14.06.2026):
conda install -c conda-forge pyopenssl
structlog (🥈38 · ⭐ 4.9K) - Simple, powerful, and fast logging for Python. Apache-2
GitHub (👨💻 140 · 🔀 280 · 📦 36K · 📋 390 - 7% open · ⏱️ 06.07.2026):
git clone https://github.com/hynek/structlog
PyPi (📥 99M / month · 📦 5K · ⏱️ 06.06.2026):
pip install structlog
idna (🥈38 · ⭐ 290) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3
GitHub (👨💻 43 · 🔀 130 · 📥 1.3K · 📦 2.5M · ⏱️ 01.07.2026):
git clone https://github.com/kjd/idna
PyPi (📥 1.6B / month · 📦 11K · ⏱️ 02.06.2026):
pip install idna
Conda (📥 88M · ⏱️ 16.06.2026):
conda install -c conda-forge idna
pwntools (🥈37 · ⭐ 14K) - CTF framework and exploit development library. MIT
GitHub (👨💻 310 · 🔀 1.8K · 📦 2.3K · 📋 1.2K - 10% open · ⏱️ 05.07.2026):
git clone https://github.com/Gallopsled/pwntools
PyPi (📥 800K / month · 📦 100 · ⏱️ 12.10.2025):
pip install pwntools
pywebview (🥈37 · ⭐ 5.9K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3
GitHub (👨💻 190 · 🔀 630 · 📦 4.7K · 📋 1.2K - 1% open · ⏱️ 15.05.2026):
git clone https://github.com/r0x0r/pywebview
PyPi (📥 1.4M / month · 📦 490 · ⏱️ 15.04.2026):
pip install pywebview
web3.py (🥈37 · ⭐ 5.5K) - A python interface for interacting with the Ethereum blockchain and.. MIT
GitHub (👨💻 310 · 🔀 1.7K · 📋 1.6K - 6% open · ⏱️ 30.04.2026):
git clone https://github.com/ethereum/web3.py
PyPi (📥 4.4M / month · 📦 2.2K · ⏱️ 01.05.2026):
pip install web3
Conda (📥 1.1M · ⏱️ 06.05.2026):
conda install -c conda-forge web3
pynacl (🥈37 · ⭐ 1.2K) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2
GitHub (👨💻 78 · 🔀 260 · 📦 140K · 📋 330 - 16% open · ⏱️ 04.07.2026):
git clone https://github.com/pyca/pynacl
PyPi (📥 230M / month · 📦 1.7K · ⏱️ 01.01.2026):
pip install pynacl
Conda (📥 14M · ⏱️ 09.07.2026):
conda install -c conda-forge pynacl
certifi (🥈37 · ⭐ 980) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0
GitHub (👨💻 40 · 🔀 290 · 📦 5 · 📋 170 - 1% open · ⏱️ 29.06.2026):
git clone https://github.com/certifi/python-certifi
PyPi (📥 1.7B / month · 📦 15K · ⏱️ 17.06.2026):
pip install certifi
Conda (📥 200M · ⏱️ 17.06.2026):
conda install -c conda-forge certifi
rdflib (🥈35 · ⭐ 2.5K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3
GitHub (👨💻 200 · 🔀 590 · 📥 1K · 📦 29K · 📋 1.4K - 25% open · ⏱️ 01.07.2026):
git clone https://github.com/RDFLib/rdflib
PyPi (📦 1.8K · ⏱️ 13.02.2026):
pip install rdflib
Conda (📥 1.4M · ⏱️ 13.02.2026):
conda install -c conda-forge rdflib
Radicale (🥈34 · ⭐ 4.8K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0
GitHub (👨💻 170 · 🔀 510 · 📦 200 · 📋 1.2K - 1% open · ⏱️ 07.07.2026):
git clone https://github.com/Kozea/Radicale
PyPi (📥 33K / month · 📦 43 · ⏱️ 07.07.2026):
pip install radicale
webargs (🥈34 · ⭐ 1.4K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT
GitHub (👨💻 84 · 🔀 160 · 📦 10K · 📋 300 - 2% open · ⏱️ 06.07.2026):
git clone https://github.com/marshmallow-code/webargs
PyPi (📥 3.5M / month · 📦 160 · ⏱️ 29.10.2025):
pip install webargs
Conda (📥 490K · ⏱️ 29.10.2025):
conda install -c conda-forge webargs
tifffile (🥈34 · ⭐ 660) - Read and write TIFF files. BSD-3
GitHub (👨💻 1 · 🔀 160 · 📥 1.4K · 📦 88K · 📋 290 - 0% open · ⏱️ 31.05.2026):
git clone https://github.com/cgohlke/tifffile
PyPi (📥 24M / month · 📦 2.4K · ⏱️ 31.05.2026):
pip install tifffile
Conda (📥 9.3M · ⏱️ 01.06.2026):
conda install -c conda-forge tifffile
Mako (🥈33 · ⭐ 440) - Mako Templates for Python. MIT
GitHub (👨💻 63 · 🔀 81 · 📦 340K · 📋 370 - 19% open · ⏱️ 28.04.2026):
git clone https://github.com/sqlalchemy/mako
PyPi (📥 180M / month · 📦 1.4K · ⏱️ 28.04.2026):
pip install mako
Conda (📥 13M · ⏱️ 28.04.2026):
conda install -c conda-forge mako
aiortc (🥉32 · ⭐ 5.1K · 💤) - WebRTC and ORTC implementation for Python using asyncio. BSD-3
GitHub (👨💻 41 · 🔀 880 · 📦 6.8K · 📋 880 - 4% open · ⏱️ 29.11.2025):
git clone https://github.com/aiortc/aiortc
PyPi (📥 1.8M / month · 📦 160 · ⏱️ 13.10.2025):
pip install aiortc
pyngrok (🥉32 · ⭐ 460) - A Python wrapper for ngrok; programmatic tunnels for ingress, webhooks,.. MIT
GitHub (👨💻 33 · 🔀 59 · 📦 12K · 📋 99 - 1% open · ⏱️ 29.06.2026):
git clone https://github.com/alexdlaird/pyngrok
PyPi (📥 2.2M / month · 📦 340 · ⏱️ 29.04.2026):
pip install pyngrok
Conda (📥 240K · ⏱️ 29.04.2026):
conda install -c conda-forge pyngrok
saleor (🥉31 · ⭐ 23K) - Saleor Core: the high performance, composable, headless.. BSD-3 

fake-useragent (🥉31 · ⭐ 4.1K · 💤) - Up-to-date simple useragent faker with real world.. Apache-2
GitHub (👨💻 23 · 🔀 540 · 📋 160 - 2% open · ⏱️ 12.11.2025):
git clone https://github.com/hellysmile/fake-useragent
PyPi (📥 10M / month · 📦 1.2K · ⏱️ 14.04.2025):
pip install fake-useragent
Conda (📥 88K · ⏱️ 27.08.2025):
conda install -c conda-forge fake-useragent
webassets (🥉31 · ⭐ 940 · 💤) - Asset management for Python web development. BSD-2
GitHub (👨💻 160 · 🔀 260 · 📦 7.6K · 📋 310 - 22% open · ⏱️ 17.08.2025):
git clone https://github.com/miracle2k/webassets
PyPi (📥 250K / month · 📦 98 · ⏱️ 17.08.2025):
pip install webassets
Conda (📥 83K · ⏱️ 03.07.2026):
conda install -c conda-forge webassets
terminado (🥉31 · ⭐ 380 · 💤) - Terminals served by tornado websockets. BSD-2
GitHub (👨💻 50 · 🔀 95 · 📥 690 · 📦 340K · 📋 73 - 43% open · ⏱️ 02.08.2025):
git clone https://github.com/jupyter/terminado
PyPi (📥 41M / month · 📦 370 · ⏱️ 12.03.2024):
pip install terminado
Conda (📥 24M · ⏱️ 23.12.2025):
conda install -c conda-forge terminado
maltrail (🥉30 · ⭐ 8.5K) - Malicious traffic detection system. MIT
aiodns (🥉30 · ⭐ 590) - Simple DNS resolver for asyncio. MIT
GitHub (👨💻 36 · 🔀 76 · 📋 89 - 10% open · ⏱️ 01.07.2026):
git clone https://github.com/saghul/aiodns
PyPi (📥 20M / month · 📦 1K · ⏱️ 20.05.2026):
pip install aiodns
Conda (📥 530K · ⏱️ 22.04.2025):
conda install -c conda-forge aiodns
pyload (🥉29 · ⭐ 3.8K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0
GitHub (👨💻 250 · 🔀 750 · 📥 120K · 📦 24 · 📋 3.4K - 6% open · ⏱️ 08.07.2026):
git clone https://github.com/pyload/pyload
PyPi (📥 3.2K / month · 📦 3 · ⏱️ 09.07.2026):
pip install pyload-ng
sslyze (🥉28 · ⭐ 3.8K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0
GitHub (👨💻 79 · 🔀 490 · 📥 120K · 📋 550 - 3% open · ⏱️ 29.03.2026):
git clone https://github.com/nabla-c0d3/sslyze
PyPi (📥 110K / month · 📦 16 · ⏱️ 29.03.2026):
pip install sslyze
klein (🥉28 · ⭐ 840) - werkzeug + twisted.web. MIT
GitHub (👨💻 57 · 🔀 120 · 📦 1.9K · 📋 190 - 45% open · ⏱️ 30.06.2026):
git clone https://github.com/twisted/klein
PyPi (📥 47K / month · 📦 54 · ⏱️ 12.08.2024):
pip install klein
streaming-form-data (🥉28 · ⭐ 180) - Streaming (and fast!) parser for multipart/form-data.. MIT
GitHub (👨💻 22 · 🔀 35 · 📦 210 · 📋 44 - 4% open · ⏱️ 06.07.2026):
git clone https://github.com/siddhantgoel/streaming-form-data
PyPi (📥 470K / month · 📦 24 · ⏱️ 10.06.2026):
pip install streaming-form-data
trustme (🥉27 · ⭐ 600) - #1 quality TLS certs while you wait, for the discerning tester. MIT
GitHub (👨💻 25 · 🔀 32 · 📥 18 · 📦 1.8K · 📋 35 - 11% open · ⏱️ 01.07.2026):
git clone https://github.com/python-trio/trustme
PyPi (📥 880K / month · 📦 52 · ⏱️ 02.01.2025):
pip install trustme
Conda (📥 38K · ⏱️ 22.04.2025):
conda install -c conda-forge trustme
httpagentparser (🥉27 · ⭐ 220) - Python HTTP Agent Parser. MIT
GitHub (👨💻 37 · 🔀 58 · 📦 6.3K · 📋 57 - 36% open · ⏱️ 08.03.2026):
git clone https://github.com/shon/httpagentparser
PyPi (📥 430K / month · 📦 51 · ⏱️ 08.03.2026):
pip install httpagentparser
asgi-lifespan (🥉25 · ⭐ 280) - Programmatic startup/shutdown of ASGI apps. MIT
GitHub (👨💻 7 · 🔀 17 · 📦 17K · 📋 21 - 14% open · ⏱️ 11.02.2026):
git clone https://github.com/florimondmanca/asgi-lifespan
PyPi (📥 9.8M / month · 📦 68 · ⏱️ 28.03.2023):
pip install asgi-lifespan
Conda (📥 230K · ⏱️ 22.04.2025):
conda install -c conda-forge asgi-lifespan
healthchecks (🥉24 · ⭐ 10K) - Open-source cron job and background task monitoring service,.. BSD-3
urlwatch (🥉24 · ⭐ 3.1K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3
GitHub (👨💻 97 · 🔀 360 · 📦 27 · 📋 520 - 17% open · ⏱️ 09.07.2026):
git clone https://github.com/thp/urlwatch
PyPi (📥 3.8K / month · ⏱️ 10.12.2024):
pip install urlwatch
toapi (🥉22 · ⭐ 3.6K) - Every web site provides APIs. MIT
GitHub (👨💻 12 · 🔀 240 · 📦 21 · ⏱️ 22.05.2026):
git clone https://github.com/gaojiuli/toapi
PyPi (📥 62 / month · ⏱️ 22.05.2026):
pip install toapi
Show 23 hidden projects...
- jinja (🥇40 · ⭐ 12K · 💀) - A very fast and expressive template engine.
BSD-3
- pyzmq (🥇39 · ⭐ 4.2K) - PyZMQ: Python bindings for zeromq.
❗️Revised BSD
- certbot (🥈38 · ⭐ 33K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and..
❗Unlicensed
- itsdangerous (🥈36 · ⭐ 3.1K · 💀) - Safely pass trusted data to untrusted environments and back.
BSD-3
- PySocks (🥈34 · ⭐ 1.3K · 💀) - A SOCKS proxy client and wrapper for Python.
BSD-3
- netaddr (🥈33 · ⭐ 830 · 💀) - A network address manipulation library for Python.
BSD-3
- Js2Py (🥉30 · ⭐ 2.6K · 💀) - JavaScript to Python Translator & JavaScript interpreter written in 100%..
MIT
- dpkt (🥉30 · ⭐ 1.2K · 💀) - fast, simple packet creation / parsing, with definitions for the basic..
BSD-3
- httpbin (🥉29 · ⭐ 14K · 💀) - HTTP Request & Response Service, written in Python + Flask.
ISC 
- speedtest-cli (🥉28 · ⭐ 14K · 💀) - Command line interface for testing internet bandwidth..
Apache-2
- proxy.py (🥉28 · ⭐ 3.5K · 💀) - Ngrok FRP Alternative Fast Lightweight 0 Dependency Pluggable TLS..
BSD-3
- python-user-agents (🥉28 · ⭐ 1.5K · 💀) - A Python library that provides an easy way to identify..
MIT
- ipaddress (🥉26 · ⭐ 110 · 💀) - Python 3.3+s ipaddress for older Python versions.
Python-2.0
- Cactus (🥉25 · ⭐ 3.5K · 💀) - Static site generator for designers. Uses Python and Django..
BSD-3 
- python-whois (🥉25 · ⭐ 430 · 💀) - A python module for retrieving and parsing WHOIS data.
❗️WTFPL
- hyde (🥉23 · ⭐ 1.7K · 💀) - A Python Static Website Generator (See https://duct-ui.org from the..
MIT
- reppy (🥉23 · ⭐ 200 · 💀) - Modern robots.txt Parser for Python.
MIT
- sandman2 (🥉22 · ⭐ 2K · 💀) - Automatically generate a RESTful API service for your legacy..
Apache-2
- ProxyBroker (🥉21 · ⭐ 4.2K · 💀) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.
Apache-2
- cabot (🥉20 · ⭐ 5.7K · 💀) - Self-hosted, easily-deployable monitoring and alerts service - like a..
MIT
- libextract (🥉17 · ⭐ 510 · 💀) - Extract data from websites using basic statistical magic.
MIT
- tinkerer (🥉14 · ⭐ 300 · 💀) - Python blogging engine.
❗️BSD-2-Clause-FreeBSD
- IP2Trace (🥉11 · ⭐ 43 · 💤) - Python tool to traceroute with IP geolocation information, such as..
MIT
- Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
- best-of-ml-python: A ranked list of awesome machine learning python libraries.
- Python Wiki - Web Programming: Wiki page about programming Web applications (both clients and servers) using Python.
Contribution
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
- Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
- Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.
For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.
License
