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.4M 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.
- π₯π₯π₯Β 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

General purpose web frameworks to build web applications and REST APIs.
django (π₯40 Β· β 88K) - The Web framework for perfectionists with deadlines. BSD-3 
-
GitHub (π¨βπ» 3.5K Β· π 34K Β· π¦ 2M):
git clone https://github.com/django/django
-
PyPi (π₯ 56M / month Β· π¦ 24K Β· β±οΈ 05.08.2026):
pip install django
-
Conda (π₯ 4M Β· β±οΈ 06.08.2026):
conda install -c conda-forge django
fastapi (π₯38 Β· β 100K) - FastAPI framework, high performance, easy to learn, fast to.. MIT 

-
GitHub (π¨βπ» 910 Β· π 9.7K Β· π¦ 920K):
git clone https://github.com/tiangolo/fastapi
-
PyPi (π₯ 610M / month Β· π¦ 35K Β· β±οΈ 29.07.2026):
pip install fastapi
-
Conda (π₯ 5.7M Β· β±οΈ 30.07.2026):
conda install -c conda-forge fastapi
flask (π₯38 Β· β 71K) - The Python micro framework for building web applications. BSD-3 
-
GitHub (π¨βπ» 860 Β· π 17K Β· π¦ 2.8M):
git clone https://github.com/pallets/flask
-
PyPi (π₯ 210M / month Β· π¦ 19K Β· β±οΈ 19.02.2026):
pip install flask
-
Conda (π₯ 14M Β· β±οΈ 19.02.2026):
conda install -c conda-forge flask
tornado (π₯36 Β· β 22K) - Tornado is a Python web framework and asynchronous networking.. Apache-2
-
GitHub (π¨βπ» 480 Β· π 5.6K Β· π¦ 710K):
git clone https://github.com/tornadoweb/tornado
-
PyPi (π₯ 120M / month Β· π¦ 4.2K Β· β±οΈ 07.08.2026):
pip install tornado
-
Conda (π₯ 78M Β· β±οΈ 10.08.2026):
conda install -c conda-forge tornado
starlette (π₯36 Β· β 13K) - The little ASGI library that shines. BSD-3
-
GitHub (π¨βπ» 340 Β· π 1.3K Β· π¦ 440K):
git clone https://github.com/encode/starlette
-
PyPi (π₯ 680M / month Β· π¦ 7.6K Β· β±οΈ 08.08.2026):
pip install starlette
-
Conda (π₯ 6.8M Β· β±οΈ 09.08.2026):
conda install -c conda-forge starlette
werkzeug (π₯36 Β· β 6.9K) - The comprehensive WSGI web application library. BSD-3
-
GitHub (π¨βπ» 510 Β· π 1.8K Β· π¦ 1.7M):
git clone https://github.com/pallets/werkzeug
-
PyPi (π₯ 270M / month Β· π¦ 5.2K Β· β±οΈ 02.04.2026):
pip install werkzeug
-
Conda (π₯ 19M Β· β±οΈ 02.04.2026):
conda install -c conda-forge werkzeug
django-rest-framework (π₯33 Β· β 30K) - Web APIs for Django. BSD-3 
-
GitHub (π¨βπ» 1.5K Β· π 7.1K Β· π¦ 860K):
git clone https://github.com/encode/django-rest-framework
-
PyPi (π₯ 90K / month Β· π¦ 110 Β· β±οΈ 20.07.2017):
pip install django-rest-framework
-
Conda (π₯ 1.6M Β· β±οΈ 08.08.2026):
conda install -c conda-forge djangorestframework
sanic (π₯32 Β· β 19K) - Accelerate your web app development | Build fast. Run fast. MIT
-
GitHub (π¨βπ» 370 Β· π 1.6K Β· π¦ 19K):
git clone https://github.com/sanic-org/sanic
-
PyPi (π₯ 1.7M / month Β· π¦ 820 Β· β±οΈ 31.05.2026):
pip install sanic
-
Conda (π₯ 790K Β· β±οΈ 03.06.2026):
conda install -c conda-forge sanic
bottle (π₯31 Β· β 8.8K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT
-
GitHub (π¨βπ» 240 Β· π 1.5K Β· π¦ 37K):
git clone https://github.com/bottlepy/bottle
-
PyPi (π₯ 11M / month Β· π¦ 800 Β· β±οΈ 15.06.2025):
pip install bottle
-
Conda (π₯ 700K Β· β±οΈ 11.08.2025):
conda install -c conda-forge bottle
falcon (π₯30 Β· β 9.8K) - The no-magic web API and microservices framework for Python.. Apache-2
-
GitHub (π¨βπ» 250 Β· π 1K Β· π¦ 11K):
git clone https://github.com/falconry/falcon
-
PyPi (π₯ 1.7M / month Β· π¦ 430 Β· β±οΈ 16.06.2026):
pip install falcon
-
Conda (π₯ 1.2M Β· β±οΈ 16.06.2026):
conda install -c conda-forge falcon
litestar (π₯29 Β· β 8.4K) - Light, flexible and extensible ASGI framework | Built to scale. MIT 
-
GitHub (π¨βπ» 300 Β· π 590 Β· π¦ 2.4K):
git clone https://github.com/litestar-org/litestar
-
PyPi (π₯ 2.2M / month Β· π¦ 280 Β· β±οΈ 11.06.2026):
pip install litestar
CherryPy (π₯28 Β· β 1.9K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3
-
GitHub (π¨βπ» 150 Β· π 370 Β· π¦ 15K):
git clone https://github.com/cherrypy/cherrypy
-
PyPi (π₯ 780K / month Β· π¦ 430 Β· β±οΈ 14.06.2024):
pip install cherrypy
-
Conda (π₯ 35K Β· β±οΈ 12.12.2025):
conda install -c anaconda cherrypy
Flask-AppBuilder (π₯27 Β· β 5K) - Simple and rapid application development framework,.. BSD-3 
-
GitHub (π¨βπ» 230 Β· π 1.4K):
git clone https://github.com/dpgaspar/Flask-AppBuilder
-
PyPi (π₯ 13M / month Β· π¦ 16 Β· β±οΈ 29.06.2026):
pip install flask-appbuilder
-
Conda (π₯ 820K Β· β±οΈ 25.06.2026):
conda install -c conda-forge flask-appbuilder
django-tastypie (π₯27 Β· β 3.9K Β· π€) - Creating delicious APIs for Django apps since 2010. BSD-3 
-
GitHub (π¨βπ» 200 Β· π 1.2K Β· π¦ 6.4K):
git clone https://github.com/django-tastypie/django-tastypie
-
PyPi (π₯ 130K / month Β· π¦ 48 Β· β±οΈ 23.02.2025):
pip install django-tastypie
quart (π₯27 Β· β 3.7K) - Quart is a Python ASGI web microframework with the same API as Flask. MIT
-
GitHub (π¨βπ» 68 Β· π 200):
git clone https://github.com/pgjones/quart
-
PyPi (π₯ 4.2M / month Β· π¦ 320 Β· β±οΈ 19.08.2026):
pip install quart
-
Conda (π₯ 150K Β· β±οΈ 28.07.2026):
conda install -c conda-forge quart
eve (π₯25 Β· β 6.7K) - REST API framework designed for human beings. BSD-3
-
GitHub (π¨βπ» 220 Β· π 730 Β· π¦ 1.2K):
git clone https://github.com/pyeve/eve
-
PyPi (π₯ 28K / month Β· π¦ 46 Β· β±οΈ 24.03.2026):
pip install eve
robyn (π₯23 Β· β 7.3K) - A Super Fast Async Python Web Framework with a Rust runtime. BSD-3
-
GitHub (π¨βπ» 91 Β· π 330 Β· π¦ 260):
git clone https://github.com/sansyrox/robyn
-
PyPi (π₯ 18K / month Β· π¦ 20 Β· β±οΈ 25.06.2026):
pip install robyn
-
Conda (π₯ 1.2M Β· β±οΈ 18.10.2025):
conda install -c conda-forge robyn
webpy (π₯23 Β· β 5.9K) - web.py is a web framework for python that is as simple as it is.. Unlicense
-
GitHub (π¨βπ» 98 Β· π 1.3K Β· π¦ 24):
git clone https://github.com/webpy/webpy
-
PyPi (π₯ 75K / month Β· π¦ 53 Β· β±οΈ 09.11.2020):
pip install web.py
-
Conda (π₯ 150K Β· β±οΈ 22.04.2025):
conda install -c conda-forge web.py
responder (π₯23 Β· β 3.6K) - A familiar HTTP Service Framework for Python. Apache-2
-
GitHub (π¨βπ» 87 Β· π 220 Β· π¦ 600):
git clone https://github.com/taoufik07/responder
-
PyPi (π₯ 8.9K / month Β· π¦ 15 Β· β±οΈ 14.07.2026):
pip install responder
-
Conda (π₯ 130K Β· β±οΈ 22.04.2025):
conda install -c conda-forge responder
masonite (π₯23 Β· β 2.4K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
-
GitHub (π¨βπ» 89 Β· π 140 Β· π¦ 550):
git clone https://github.com/MasoniteFramework/masonite
-
PyPi (π₯ 20K / month Β· π¦ 53 Β· β±οΈ 07.06.2026):
pip install masonite
guillotina (π₯20 Β· β 210) - Python AsyncIO data API to manage billions of resources. BSD-3
-
GitHub (π¨βπ» 54 Β· π 53 Β· π¦ 140):
git clone https://github.com/plone/guillotina
-
PyPi (π₯ 1.7K / month Β· π¦ 38 Β· β±οΈ 24.06.2026):
pip install guillotina
emmett (π₯19 Β· β 1.2K) - The web framework for inventors. BSD-3
-
GitHub (π¨βπ» 25 Β· π 73 Β· π¦ 95):
git clone https://github.com/emmett-framework/emmett
-
PyPi (π₯ 300 / month Β· π¦ 8 Β· β±οΈ 07.04.2026):
pip install emmett
flama (π₯15 Β· β 300) - Fire up your models with the flame. Apache-2
-
GitHub (π¨βπ» 11 Β· π 17 Β· π¦ 16):
git clone https://github.com/perdy/flama
-
PyPi (π₯ 4.1K / month Β· π¦ 1 Β· β±οΈ 31.07.2026):
pip install flama
web2py (π₯12 Β· β 2.2K Β· π€) - Free and open source full-stack enterprise framework for agile.. βοΈLGPL-3.0
view.py (π₯10 Β· β 210 Β· π) - The Batteries-Detachable Web Framework. MIT
-
GitHub (π¨βπ» 13 Β· π 16):
git clone https://github.com/ZeroIntensity/view.py
-
PyPi (π₯ 120 / month Β· β±οΈ 26.05.2024):
pip install view.py
Show 10 hidden projects...
- flask-restful (π₯30 Β· β 6.9K Β· π) - Simple framework for creating REST APIs.
BSD-3 
- pyramid (π₯26 Β· β 4.1K) - Pyramid - A Python web framework.
βUnlicensed
- hug (π₯25 Β· β 6.9K Β· π) - Embrace the APIs of the future. Hug aims to make developing APIs as simple..
MIT
- flask-restplus (π₯25 Β· β 2.7K Β· π) - Fully featured framework for fast, easy and..
BSD-3 
- cornice (π₯21 Β· β 380 Β· π) - Build Web Services with Pyramid.
βUnlicensed 
- japronto (π₯19 Β· β 8.6K Β· π) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining..
MIT
- vibora (π₯19 Β· β 5.6K Β· π) - Fast, asynchronous and elegant Python web framework.
MIT
- flask-mongorest (π₯17 Β· β 520 Β· π) - Restful API framework wrapped around MongoEngine.
BSD-3 
- justpy (π₯15 Β· β 1.3K Β· π) - An object oriented high-level Python Web Framework that..
βUnlicensed
- Growler (π₯12 Β· β 690 Β· π) - A micro web-framework using asyncio coroutines and chained..
Apache-2

requests (π₯40 Β· β 54K) - A simple, yet elegant, HTTP library. Apache-2
-
GitHub (π¨βπ» 800 Β· π 10K Β· π¦ 4.3M):
git clone https://github.com/psf/requests
-
PyPi (π₯ 1.8B / month Β· π¦ 170K Β· β±οΈ 14.05.2026):
pip install requests
-
Conda (π₯ 92M Β· β±οΈ 15.05.2026):
conda install -c conda-forge requests
urllib3 (π₯38 Β· β 4K) - urllib3 is a user-friendly HTTP client library for Python. MIT
-
GitHub (π¨βπ» 400 Β· π 1.5K Β· π¦ 2.5M):
git clone https://github.com/urllib3/urllib3
-
PyPi (π₯ 1.9B / month Β· π¦ 25K Β· β±οΈ 07.05.2026):
pip install urllib3
-
Conda (π₯ 100M Β· β±οΈ 07.05.2026):
conda install -c conda-forge urllib3
aiohttp (π₯37 Β· β 17K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2
-
GitHub (π¨βπ» 990 Β· π 2.4K Β· π¦ 810K):
git clone https://github.com/aio-libs/aiohttp
-
PyPi (π₯ 670M / month Β· π¦ 33K Β· β±οΈ 23.07.2026):
pip install aiohttp
-
Conda (π₯ 30M Β· β±οΈ 24.07.2026):
conda install -c conda-forge aiohttp
httpx (π₯36 Β· β 15K) - A next generation HTTP client for Python. BSD-3
-
GitHub (π¨βπ» 250 Β· π 1.3K Β· π¦ 670K):
git clone https://github.com/encode/httpx
-
PyPi (π₯ 860M / month Β· π¦ 72K Β· β±οΈ 19.08.2026):
pip install httpx
-
Conda (π₯ 23M Β· β±οΈ 22.04.2025):
conda install -c conda-forge httpx
httptools (π₯31 Β· β 1.3K) - Fast HTTP parser. MIT
-
GitHub (π¨βπ» 24 Β· π 100 Β· π¦ 200K):
git clone https://github.com/MagicStack/httptools
-
PyPi (π₯ 270M / month Β· π¦ 590 Β· β±οΈ 25.05.2026):
pip install httptools
-
Conda (π₯ 4.7M Β· β±οΈ 26.05.2026):
conda install -c conda-forge httptools
httpcore (π₯31 Β· β 540 Β· π€) - A minimal HTTP client. BSD-3
-
GitHub (π¨βπ» 59 Β· π 170 Β· π¦ 440K):
git clone https://github.com/encode/httpcore
-
PyPi (π₯ 850M / month Β· π¦ 970 Β· β±οΈ 24.04.2025):
pip install httpcore
-
Conda (π₯ 23M Β· β±οΈ 25.04.2025):
conda install -c conda-forge httpcore
httplib2 (π₯31 Β· β 510) - Small, fast HTTP client library for Python. Features persistent.. MIT
-
GitHub (π¨βπ» 80 Β· π 190 Β· π¦ 270K):
git clone https://github.com/httplib2/httplib2
-
PyPi (π₯ 180M / month Β· π¦ 1.2K Β· β±οΈ 26.06.2026):
pip install httplib2
-
Conda (π₯ 5.7M Β· β±οΈ 26.06.2026):
conda install -c conda-forge httplib2
python-zeep (π₯29 Β· β 2K) - A Python SOAP client. MIT
-
GitHub (π¨βπ» 150 Β· π 610):
git clone https://github.com/mvantellingen/python-zeep
-
PyPi (π₯ 42M / month Β· π¦ 750 Β· β±οΈ 18.06.2026):
pip install zeep
-
Conda (π₯ 650K Β· β±οΈ 10.07.2026):
conda install -c conda-forge zeep
treq (π₯24 Β· β 600) - Python requests like API built on top of Twisteds HTTP client. MIT
-
GitHub (π¨βπ» 59 Β· π 140 Β· π¦ 1.8K):
git clone https://github.com/twisted/treq
-
PyPi (π₯ 250K / month Β· π¦ 130 Β· β±οΈ 02.07.2026):
pip install treq
-
Conda (π₯ 320K Β· β±οΈ 02.07.2026):
conda install -c conda-forge treq
httpstat (π₯19 Β· β 6.3K) - curl statistics made simple. MIT
-
GitHub (π¨βπ» 6 Β· π 380 Β· π¦ 20):
git clone https://github.com/reorx/httpstat
-
PyPi (π₯ 1.4K / month Β· β±οΈ 08.04.2026):
pip install httpstat
Show 9 hidden projects...
- requests-toolbelt (π₯30 Β· β 1K Β· π) - A toolbelt of useful classes and functions to be used..
Apache-2
- pycurl (π₯29 Β· β 1.2K) - PycURL - Python interface to libcurl.
βοΈLGPL-2.1
- requests-futures (π₯27 Β· β 2.1K Β· π) - Asynchronous Python HTTP Requests for Humans using..
Apache-2
- httpie (π₯25 Β· β 38K Β· π) - HTTPie: modern, user-friendly command-line HTTP client for the API era.
BSD-3
- grequests (π₯25 Β· β 4.5K Β· π) - Requests + Gevent = 3.
BSD-2
- hyper (π₯23 Β· β 1K Β· π) - HTTP/2 for Python.
MIT
- pysimplesoap (π₯21 Β· β 370 Β· π) - Python Simple SOAP Library.
βοΈLGPL-3.0
- http-prompt (π₯20 Β· β 9.1K Β· π) - An interactive command-line HTTP and API testing client built on..
MIT
- http-parser (π₯20 Β· β 340 Β· π) - HTTP request/response parser for python in C.
MIT

uvicorn (π₯35 Β· β 11K) - The lightning-fast ASGI server. BSD-3
-
GitHub (π¨βπ» 220 Β· π 1K Β· π¦ 920K):
git clone https://github.com/encode/uvicorn
-
PyPi (π₯ 680M / month Β· π¦ 23K Β· β±οΈ 19.08.2026):
pip install uvicorn
-
Conda (π₯ 7.9M Β· β±οΈ 19.08.2026):
conda install -c conda-forge uvicorn
asgiref (π₯33 Β· β 1.6K) - ASGI specification and utilities. BSD-3
-
GitHub (π¨βπ» 120 Β· π 250 Β· π¦ 1.2M):
git clone https://github.com/django/asgiref
-
PyPi (π₯ 150M / month Β· π¦ 1.4K Β· β±οΈ 14.07.2026):
pip install asgiref
-
Conda (π₯ 2.4M Β· β±οΈ 05.02.2026):
conda install -c conda-forge asgiref
gevent (π₯32 Β· β 6.4K) - Coroutine-based concurrency library for Python. MIT
-
GitHub (π¨βπ» 130 Β· π 960 Β· π¦ 150K):
git clone https://github.com/gevent/gevent
-
PyPi (π₯ 51M / month Β· π¦ 2.4K Β· β±οΈ 10.08.2026):
pip install gevent
-
Conda (π₯ 2.5M Β· β±οΈ 11.08.2026):
conda install -c conda-forge gevent
whitenoise (π₯30 Β· β 2.7K) - Radically simplified static file serving for Python web apps. MIT
-
GitHub (π¨βπ» 70 Β· π 150 Β· π¦ 530K):
git clone https://github.com/evansd/whitenoise
-
PyPi (π₯ 17M / month Β· π¦ 580 Β· β±οΈ 27.02.2026):
pip install whitenoise
-
Conda (π₯ 290K Β· β±οΈ 27.02.2026):
conda install -c conda-forge whitenoise
Hypercorn (π₯26 Β· β 1.6K Β· π€) - Hypercorn is an ASGI Server based on Hyper libraries and inspired.. MIT
-
GitHub (π¨βπ» 73 Β· π 140 Β· π¦ 13K):
git clone https://github.com/pgjones/hypercorn
-
PyPi (π₯ 7.7M / month Β· π¦ 160 Β· β±οΈ 08.11.2025):
pip install hypercorn
mangum (π₯24 Β· β 2.1K) - AWS Lambda support for ASGI applications. MIT 
-
GitHub (π¨βπ» 35 Β· π 130 Β· π¦ 8.7K):
git clone https://github.com/jordaneremieff/mangum
-
PyPi (π₯ 6.6M / month Β· π¦ 120 Β· β±οΈ 01.02.2026):
pip install mangum
bjoern (π₯23 Β· β 3K Β· π€) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2
-
GitHub (π¨βπ» 44 Β· π 190 Β· π¦ 850):
git clone https://github.com/jonashaag/bjoern
-
PyPi (π₯ 51K / month Β· π¦ 67 Β· β±οΈ 19.09.2022):
pip install bjoern
-
Conda (π₯ 290K Β· β±οΈ 29.08.2025):
conda install -c conda-forge bjoern
livereload (π₯23 Β· β 1K) - livereload server in python. BSD-3
-
GitHub (π¨βπ» 62 Β· π 150):
git clone https://github.com/lepture/python-livereload
-
PyPi (π₯ 630K / month Β· π¦ 350 Β· β±οΈ 18.12.2024):
pip install livereload
-
Conda (π₯ 940K Β· β±οΈ 22.04.2025):
conda install -c conda-forge livereload
Show 4 hidden projects...
- gunicorn (π₯35 Β· β 11K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast..
βUnlicensed
- waitress (π₯28 Β· β 1.5K Β· π€) - Waitress - A WSGI server for Python 3.
βοΈZPL-2.1
- Meinheld (π₯21 Β· β 1.3K Β· π) - Meinheld is a high performance asynchronous WSGI Web Server (based..
BSD-3
- django-devserver (π₯21 Β· β 1.3K Β· π) - A drop-in replacement for Djangos runserver.
BSD-3 

pyjwt (π₯35 Β· β 5.7K) - JSON Web Token implementation in Python. MIT
-
GitHub (π¨βπ» 160 Β· π 760 Β· π¦ 830K):
git clone https://github.com/jpadilla/pyjwt
-
PyPi (π₯ 720M / month Β· π¦ 9K Β· β±οΈ 21.05.2026):
pip install pyjwt
-
Conda (π₯ 27M Β· β±οΈ 21.05.2026):
conda install -c conda-forge pyjwt
django-allauth (π₯34 Β· β 10K) - Integrated set of Django applications addressing.. MIT 
-
GitHub (π¨βπ» 810 Β· π 3.1K Β· π¦ 270K):
git clone https://github.com/pennersr/django-allauth
-
PyPi (π₯ 5.1M / month Β· π¦ 320 Β· β±οΈ 13.08.2026):
pip install django-allauth
-
Conda (π₯ 420K Β· β±οΈ 13.08.2026):
conda install -c conda-forge django-allauth
google-auth (π₯33 Β· β 5.4K) - This library has moved to https://github.com/googleapis/google-.. Apache-2
-
GitHub (π¨βπ» 170 Β· π 1.8K):
git clone https://github.com/googleapis/google-auth-library-python
-
PyPi (π₯ 590M / month Β· π¦ 5K Β· β±οΈ 06.08.2026):
pip install google-auth
-
Conda (π₯ 16M Β· β±οΈ 06.08.2026):
conda install -c conda-forge google-auth
oauthlib (π₯33 Β· β 2.9K Β· π€) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3
-
GitHub (π¨βπ» 200 Β· π 500 Β· π¦ 650K):
git clone https://github.com/oauthlib/oauthlib
-
PyPi (π₯ 340M / month Β· π¦ 1.7K Β· β±οΈ 19.06.2025):
pip install oauthlib
-
Conda (π₯ 19M Β· β±οΈ 20.06.2025):
conda install -c conda-forge oauthlib
pyotp (π₯30 Β· β 3.3K) - Python One-Time Password Library. MIT
-
GitHub (π¨βπ» 53 Β· π 350 Β· π¦ 28K):
git clone https://github.com/pyauth/pyotp
-
PyPi (π₯ 42M / month Β· π¦ 460 Β· β±οΈ 27.07.2023):
pip install pyotp
-
Conda (π₯ 130K Β· β±οΈ 14.06.2026):
conda install -c conda-forge pyotp
authlib (π₯29 Β· β 5.4K) - The ultimate Python library in building OAuth and OpenID Connect.. BSD-3
-
GitHub (π¨βπ» 150 Β· π 550 Β· π¦ 56K):
git clone https://github.com/lepture/authlib
-
PyPi (π₯ 160M / month Β· π¦ 1.6K Β· β±οΈ 06.05.2026):
pip install authlib
-
Conda (π₯ 370K Β· β±οΈ 19.05.2026):
conda install -c conda-forge authlib
django-guardian (π₯29 Β· β 3.9K) - Per object permissions for Django. BSD-2 
-
GitHub (π¨βπ» 190 Β· π 590 Β· π¦ 7.8K):
git clone https://github.com/django-guardian/django-guardian
-
PyPi (π₯ 1M / month Β· π¦ 120 Β· β±οΈ 22.07.2026):
pip install django-guardian
-
Conda (π₯ 170K Β· β±οΈ 23.07.2026):
conda install -c conda-forge django-guardian
dj-rest-auth (π₯29 Β· β 1.8K) - Authentication for Django Rest Framework. MIT 
-
GitHub (π¨βπ» 210 Β· π 340 Β· π¦ 68K):
git clone https://github.com/iMerica/dj-rest-auth
-
PyPi (π₯ 800K / month Β· π¦ 26 Β· β±οΈ 15.03.2026):
pip install dj-rest-auth
-
Conda (π₯ 65K Β· β±οΈ 16.03.2026):
conda install -c conda-forge dj-rest-auth
flask-jwt-extended (π₯29 Β· β 1.6K) - An open source Flask extension that provides JWT.. MIT 
-
GitHub (π¨βπ» 100 Β· π 250 Β· π¦ 67K):
git clone https://github.com/vimalloc/flask-jwt-extended
-
PyPi (π₯ 12M / month Β· π¦ 380 Β· β±οΈ 13.05.2026):
pip install flask-jwt-extended
-
Conda (π₯ 470K Β· β±οΈ 14.05.2026):
conda install -c conda-forge flask-jwt-extended
djoser (π₯28 Β· β 2.7K) - REST implementation of Django authentication system. MIT 
-
GitHub (π¨βπ» 110 Β· π 470 Β· π¦ 36K):
git clone https://github.com/sunscrapers/djoser
-
PyPi (π₯ 390K / month Β· π¦ 14 Β· β±οΈ 01.08.2026):
pip install djoser
Flask-HTTPAuth (π₯28 Β· β 1.3K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT 
-
GitHub (π¨βπ» 34 Β· π 230 Β· π¦ 22K):
git clone https://github.com/miguelgrinberg/Flask-HTTPAuth
-
PyPi (π₯ 2.3M / month Β· π¦ 240 Β· β±οΈ 28.03.2026):
pip install flask-httpauth
-
Conda (π₯ 480K Β· β±οΈ 29.03.2026):
conda install -c conda-forge flask-httpauth
fastapi-users (π₯27 Β· β 6.1K) - Ready-to-use and customizable users management for FastAPI. MIT 
-
GitHub (π¨βπ» 78 Β· π 500 Β· π¦ 5.8K):
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
python-jose (π₯27 Β· β 1.7K) - A JOSE implementation in Python. MIT
-
GitHub (π¨βπ» 62 Β· π 260):
git clone https://github.com/mpdavis/python-jose
-
PyPi (π₯ 45M / month Β· π¦ 1.1K Β· β±οΈ 28.05.2025):
pip install python-jose
-
Conda (π₯ 2.7M Β· β±οΈ 29.05.2025):
conda install -c conda-forge python-jose
django-rest-framework-simplejwt (π₯26 Β· β 4.3K) - A JSON Web Token authentication plugin for the Django.. MIT 
-
GitHub (π¨βπ» 140 Β· π 710):
git clone https://github.com/jazzband/djangorestframework-simplejwt
-
PyPi (π₯ 8.2M / month Β· π¦ 310 Β· β±οΈ 21.07.2025):
pip install djangorestframework-simplejwt
django-rest-knox (π₯26 Β· β 1.3K) - Authentication for django rest framework. MIT 
-
GitHub (π¨βπ» 64 Β· π 230 Β· π¦ 12K):
git clone https://github.com/James1345/django-rest-knox
-
PyPi (π₯ 820K / month Β· π¦ 46 Β· β±οΈ 12.07.2026):
pip install django-rest-knox
django-rules (π₯23 Β· β 2K Β· π€) - Awesome Django authorization, without the database. MIT 
-
GitHub (π¨βπ» 34 Β· π 150):
git clone https://github.com/dfunckt/django-rules
-
PyPi (π₯ 560K / month Β· π¦ 56 Β· β±οΈ 02.09.2024):
pip install rules
django-cas-ng (π₯21 Β· β 390) - Django CAS 1.0/2.0/3.0 client authentication library,.. MIT 
-
GitHub (π¨βπ» 92 Β· π 170 Β· π¦ 660):
git clone https://github.com/django-cas-ng/django-cas-ng
-
PyPi (π₯ 59K / month Β· π¦ 15 Β· β±οΈ 05.05.2026):
pip install django-cas-ng
flask-praetorian (π₯19 Β· β 350 Β· π€) - Strong, Simple, and Precise security for Flask APIs.. MIT 
-
GitHub (π¨βπ» 27 Β· π 47 Β· π¦ 460):
git clone https://github.com/dusktreader/flask-praetorian
-
PyPi (π₯ 6.1K / month Β· π¦ 2 Β· β±οΈ 19.08.2025):
pip install flask-praetorian
authomatic (π₯18 Β· β 1K Β· π€) - Simple yet powerful authorization / authentication client library.. MIT
-
GitHub (π¨βπ» 49 Β· π 390):
git clone https://github.com/authomatic/authomatic
-
PyPi (π₯ 6.5K / month Β· π¦ 10 Β· β±οΈ 28.05.2024):
pip install authomatic
flask_simplelogin (π₯17 Β· β 200) - Flask Simple Login - Login Extension for Flask. MIT 
-
GitHub (π¨βπ» 12 Β· π 43 Β· π¦ 140):
git clone https://github.com/flask-extensions/flask_simplelogin
-
PyPi (π₯ 24K / month Β· π¦ 4 Β· β±οΈ 04.05.2026):
pip install flask_simplelogin
Show 19 hidden projects...
- requests-oauthlib (π₯32 Β· β 1.8K Β· π) - OAuthlib support for Python-Requests!.
ISC
- flask-login (π₯30 Β· β 3.6K Β· π) - Flask user session management.
MIT 
- django-oauth-toolkit (π₯26 Β· β 3.3K) - OAuth2 Provider for Django.
βUnlicensed 
- django-rest-framework-jwt (π₯26 Β· β 3.2K Β· π) - JSON Web Token Authentication support for Django REST..
MIT
- python-social-auth (π₯26 Β· β 2.8K Β· π) - Social auth made simple.
BSD-3
- oauth2client (π₯26 Β· β 800 Β· π) - This is a Python library for accessing resources protected..
Apache-2
- flask-dance (π₯25 Β· β 1K Β· π) - Doing the OAuth dance with style using Flask, requests, and..
MIT 
- rauth (π₯23 Β· β 1.6K Β· π) - A Python library for OAuth 1.0/a, 2.0, and Ofly.
MIT
- Flask-OpenID (π₯23 Β· β 230 Β· π) - Flask-OpenID adds openid support to flask applications.
BSD-3 
- Flask-User (π₯22 Β· β 1.1K Β· π) - Customizable User Authorization & User Management: Register,..
MIT 
- fastapi_login (π₯21 Β· β 650 Β· π) - FastAPI-Login tries to provide similar functionality as..
MIT 
- django-stronghold (π₯20 Β· β 390 Β· π) - Get inside your stronghold and make all your Django..
MIT 
- python-oauth2 (π₯19 Β· β 3K Β· π) - A fully tested, abstract interface to creating OAuth clients..
MIT
- velruse (π₯19 Β· β 250 Β· π) - Simplifying third-party authentication for web applications.
MIT
- python-jwt (π₯19 Β· β 220 Β· π) - Python module for generating and verifying JSON Web Tokens.
MIT
- fastapi-jwt-auth (π₯18 Β· β 660 Β· π) - FastAPI extension that provides JWT Auth support..
MIT 
- apex (π₯14 Β· β 96 Β· π) - Toolkit for Pyramid, a Pylons Project, to add Authentication and..
MIT 
- pyramid_jwt (π₯13 Β· β 75 Β· π) - JWT authentication for Pyramid.
BSD-2 
- fastapi-permissions (π₯11 Β· β 83 Β· π) - row level security for FastAPI framework.
βοΈTHE BEER-WARE LICENSE 

lxml (π₯35 Β· β 3K) - The lxml XML toolkit for Python. BSD-3
-
GitHub (π¨βπ» 180 Β· π 640 Β· π¦ 620K):
git clone https://github.com/lxml/lxml
-
PyPi (π₯ 410M / month Β· π¦ 22K Β· β±οΈ 19.08.2026):
pip install lxml
-
Conda (π₯ 23M Β· β±οΈ 19.08.2026):
conda install -c conda-forge lxml
WeasyPrint (π₯32 Β· β 9.5K) - The awesome document factory. BSD-3
-
GitHub (π¨βπ» 190 Β· π 860 Β· π¦ 31K):
git clone https://github.com/Kozea/WeasyPrint
-
PyPi (π₯ 39M / month Β· π¦ 1.4K Β· β±οΈ 02.06.2026):
pip install weasyprint
-
Conda (π₯ 450K Β· β±οΈ 09.06.2026):
conda install -c conda-forge weasyprint
markupsafe (π₯32 Β· β 690) - Safely add untrusted strings to HTML/XML markup. BSD-3
-
GitHub (π¨βπ» 51 Β· π 180 Β· π¦ 2.2M):
git clone https://github.com/pallets/markupsafe
-
PyPi (π₯ 840M / month Β· π¦ 5.3K Β· β±οΈ 27.09.2025):
pip install markupsafe
-
Conda (π₯ 84M Β· β±οΈ 02.03.2026):
conda install -c conda-forge markupsafe
xhtml2pdf (π₯30 Β· β 2.4K) - A library for converting HTML into PDFs using ReportLab. Apache-2
-
GitHub (π¨βπ» 170 Β· π 650 Β· π¦ 21K):
git clone https://github.com/xhtml2pdf/xhtml2pdf
-
PyPi (π₯ 4.2M / month Β· π¦ 140 Β· β±οΈ 23.02.2025):
pip install xhtml2pdf
-
Conda (π₯ 260K Β· β±οΈ 01.07.2026):
conda install -c conda-forge xhtml2pdf
bleach (π₯29 Β· β 2.8K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2
-
GitHub (π¨βπ» 79 Β· π 260):
git clone https://github.com/mozilla/bleach
-
PyPi (π₯ 76M / month Β· π¦ 2.1K Β· β±οΈ 05.06.2026):
pip install bleach
-
Conda (π₯ 29M Β· β±οΈ 05.06.2026):
conda install -c conda-forge bleach
pyquery (π₯29 Β· β 2.4K) - A jquery-like library for python. BSD-3
-
GitHub (π¨βπ» 54 Β· π 180 Β· π¦ 28K):
git clone https://github.com/gawel/pyquery
-
PyPi (π₯ 2.4M / month Β· π¦ 600 Β· β±οΈ 27.07.2026):
pip install pyquery
-
Conda (π₯ 120K Β· β±οΈ 22.04.2025):
conda install -c conda-forge pyquery
selectolax (π₯28 Β· β 1.7K) - Python binding to Modest and Lexbor engines. Fast HTML5 parser with.. MIT
-
GitHub (π¨βπ» 26 Β· π 91 Β· π¦ 3.4K):
git clone https://github.com/rushter/selectolax
-
PyPi (π₯ 5.9M / month Β· π¦ 470 Β· β±οΈ 15.07.2026):
pip install selectolax
html5-parser (π₯20 Β· β 700 Β· π€) - Fast C based HTML 5 parsing for python. Apache-2
-
GitHub (π¨βπ» 7 Β· π 40 Β· π¦ 910):
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 (π₯27 Β· β 1.2K Β· π) - Standards-compliant library for parsing and serializing..
MIT
- Requests-HTML (π₯25 Β· β 14K Β· π) - Pythonic HTML Parsing for Humans.
MIT

tldextract (π₯31 Β· β 2K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3
-
GitHub (π¨βπ» 56 Β· π 220 Β· π¦ 45K):
git clone https://github.com/john-kurkowski/tldextract
-
PyPi (π₯ 39M / month Β· π¦ 1.1K Β· β±οΈ 08.08.2026):
pip install tldextract
-
Conda (π₯ 920K Β· β±οΈ 09.08.2026):
conda install -c conda-forge tldextract
Yarl (π₯30 Β· β 1.5K) - Yet another URL library. Apache-2
-
GitHub (π¨βπ» 140 Β· π 200):
git clone https://github.com/aio-libs/yarl
-
PyPi (π₯ 650M / month Β· π¦ 3.5K Β· β±οΈ 20.07.2026):
pip install yarl
-
Conda (π₯ 29M Β· β±οΈ 20.07.2026):
conda install -c conda-forge yarl
uritemplate (π₯26 Β· β 250) - URI template parsing per RFC6570. BSD-3
-
GitHub (π¨βπ» 22 Β· π 39):
git clone https://github.com/python-hyper/uritemplate
-
PyPi (π₯ 190M / month Β· π¦ 570 Β· β±οΈ 02.06.2025):
pip install uritemplate
-
Conda (π₯ 8.3M Β· β±οΈ 02.06.2025):
conda install -c conda-forge uritemplate
Show 3 hidden projects...
- shortuuid (π₯27 Β· β 2K Β· π) - A generator library for concise, unambiguous and URL-safe UUIDs.
BSD-3
- furl (π₯24 Β· β 2.7K Β· π) - URL parsing and manipulation made easy.
Unlicense
- purl (π₯23 Β· β 300 Β· π) - A simple, immutable URL class with a clean API for interrogation and..
MIT

πΒ OpenAPI-Specification ( β 29K Β· π) - The OpenAPI Specification Repository. 
OpenAPI Generator (π₯32 Β· β 27K) - OpenAPI Generator allows generation of API client.. Apache-2 
-
GitHub (π¨βπ» 3.9K Β· π 7.7K Β· π¦ 5):
git clone https://github.com/OpenAPITools/openapi-generator
-
PyPi (π₯ 710K / month Β· π¦ 25 Β· β±οΈ 21.07.2026):
pip install openapi-generator-cli
-
npm (π₯ 6.4M / month Β· π¦ 1.5K Β· β±οΈ 24.07.2026):
npm install @openapitools/openapi-generator-cli
drf-spectacular (π₯31 Β· β 2.8K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 
-
GitHub (π¨βπ» 140 Β· π 320 Β· π¦ 140K):
git clone https://github.com/tfranzel/drf-spectacular
-
PyPi (π₯ 14M / month Β· π¦ 420 Β· β±οΈ 06.07.2026):
pip install drf-spectacular
-
Conda (π₯ 99K Β· β±οΈ 06.07.2026):
conda install -c conda-forge drf-spectacular
datamodel-code-generator (π₯30 Β· β 4K) - Generate Pydantic v2 models, dataclasses, TypedDict,.. MIT 
-
GitHub (π¨βπ» 240 Β· π 450 Β· π¦ 3.9K):
git clone https://github.com/koxudaxi/datamodel-code-generator
-
PyPi (π₯ 18M / month Β· π¦ 630 Β· β±οΈ 17.08.2026):
pip install datamodel-code-generator
apispec (π₯29 Β· β 1.2K) - A pluggable API specification generator. Currently supports the.. MIT 
-
GitHub (π¨βπ» 97 Β· π 190 Β· π¦ 20K):
git clone https://github.com/marshmallow-code/apispec
-
PyPi (π₯ 13M / month Β· π¦ 390 Β· β±οΈ 06.03.2026):
pip install apispec
-
Conda (π₯ 2M Β· β±οΈ 07.03.2026):
conda install -c conda-forge apispec
connexion (π₯28 Β· β 4.6K Β· π€) - Connexion - API first applications with OpenAPI/Swagger. Apache-2 
-
GitHub (π¨βπ» 240 Β· π 780 Β· π¦ 17K):
git clone https://github.com/zalando/connexion
-
PyPi (π₯ 10M / month Β· π¦ 220 Β· β±οΈ 13.10.2025):
pip install connexion
-
Conda (π₯ 740K Β· β±οΈ 31.12.2025):
conda install -c conda-forge connexion
openapi-python-client (π₯28 Β· β 2K) - Generate modern Python clients from OpenAPI. MIT 
-
GitHub (π¨βπ» 120 Β· π 280 Β· π¦ 1.6K):
git clone https://github.com/openapi-generators/openapi-python-client
-
PyPi (π₯ 3.4M / month Β· π¦ 150 Β· β±οΈ 30.05.2026):
pip install openapi-python-client
-
Conda (π₯ 110K Β· β±οΈ 10.08.2026):
conda install -c conda-forge openapi-python-client
OpenAPI Spec validator (π₯26 Β· β 410) - OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator. Apache-2
-
GitHub (π¨βπ» 46 Β· π 73 Β· π¦ 12K):
git clone https://github.com/p1c2u/openapi-spec-validator
-
PyPi (π₯ 44M / month Β· π¦ 440 Β· β±οΈ 20.05.2026):
pip install openapi-spec-validator
-
Conda (π₯ 1.5M Β· β±οΈ 20.05.2026):
conda install -c conda-forge openapi-spec-validator
swagger-ui (π₯24 Β· β 29K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 
openapi-core (π₯24 Β· β 370) - client-side and server-side support for the OpenAPI Specification.. BSD-3
-
GitHub (π¨βπ» 73 Β· π 140 Β· π¦ 2.7K):
git clone https://github.com/p1c2u/openapi-core
-
PyPi (π₯ 4M / month Β· π¦ 130 Β· β±οΈ 02.04.2026):
pip install openapi-core
-
Conda (π₯ 75K Β· β±οΈ 03.04.2026):
conda install -c conda-forge openapi-core
redoc (π₯22 Β· β 26K) - OpenAPI/Swagger-generated API Reference Documentation. MIT 
apistar (π₯22 Β· β 5.6K Β· π€) - The Web API toolkit. BSD-3 
-
GitHub (π¨βπ» 91 Β· π 410 Β· π¦ 790):
git clone https://github.com/encode/apistar
-
PyPi (π₯ 8.4K / month Β· π¦ 55 Β· β±οΈ 30.11.2023):
pip install apistar
-
Conda (π₯ 180K Β· β±οΈ 07.01.2026):
conda install -c conda-forge apistar
pyramid_openapi3 (π₯21 Β· β 84) - Pyramid addon for OpenAPI3 validation of requests and.. MIT 

-
GitHub (π¨βπ» 29 Β· π 47 Β· π¦ 140):
git clone https://github.com/Pylons/pyramid_openapi3
-
PyPi (π₯ 60K / month Β· β±οΈ 10.06.2026):
pip install pyramid_openapi3
Spectree (π₯20 Β· β 360) - API spec validator and OpenAPI document generator for Python.. Apache-2 
-
GitHub (π¨βπ» 50 Β· π 85 Β· π¦ 140):
git clone https://github.com/0b01001001/spectree
-
PyPi (π₯ 320K / month Β· π¦ 12 Β· β±οΈ 12.05.2026):
pip install spectree
swagger-codegen (π₯19 Β· β 18K) - swagger-codegen contains a template-driven engine to.. Apache-2 
AutoRest (π₯18 Β· β 4.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT 
Show 7 hidden projects...
- flasgger (π₯27 Β· β 3.7K Β· π) - Easy OpenAPI specs and Swagger UI for your Flask API.
MIT 
- drf-yasg (π₯27 Β· β 3.5K) - Automated generation of real Swagger/OpenAPI 2.0..
βUnlicensed 

- django-rest-swagger (π₯26 Β· β 2.6K Β· π) - Swagger Documentation Generator for Django REST..
BSD-2 
- OpenAPI-to-GraphQL (π₯23 Β· β 1.6K Β· π) - Translate APIs described by OpenAPI Specifications..
MIT 

- flask-swagger (π₯23 Β· β 460 Β· π) - A swagger 2.0 spec extractor for flask.
MIT 
- Spectacle (π₯16 Β· β 1.3K Β· π) - Generate beautiful static API documentation from..
MIT 
- pyramid_swagger (π₯13 Β· β 62 Β· π) - Swagger tools for use in pyramid webapps.
BSD-3 

πΒ GraphQL Specification ( β 15K) - GraphQL is a query language and execution engine tied to any..
graphene (π₯31 Β· β 8.2K Β· π€) - GraphQL framework for Python. MIT 
-
GitHub (π¨βπ» 210 Β· π 820 Β· π¦ 32K):
git clone https://github.com/graphql-python/graphene
-
PyPi (π₯ 41M / month Β· π¦ 320 Β· β±οΈ 09.11.2024):
pip install graphene
-
Conda (π₯ 1.6M Β· β±οΈ 22.04.2025):
conda install -c conda-forge graphene
Strawberry GraphQL (π₯30 Β· β 4.7K) - A GraphQL library for Python that leverages type.. MIT 
-
GitHub (π¨βπ» 360 Β· π 660 Β· π¦ 6K):
git clone https://github.com/strawberry-graphql/strawberry
-
PyPi (π₯ 7.7M / month Β· π¦ 270 Β· β±οΈ 10.08.2026):
pip install strawberry-graphql
graphql-core (π₯29 Β· β 530) - A Python 3 port of the GraphQL.js reference implementation of.. MIT
-
GitHub (π¨βπ» 45 Β· π 150 Β· π¦ 43K):
git clone https://github.com/graphql-python/graphql-core
-
PyPi (π₯ 81M / month Β· π¦ 630 Β· β±οΈ 19.06.2026):
pip install graphql-core
-
Conda (π₯ 2.8M Β· β±οΈ 05.06.2026):
conda install -c conda-forge graphql-core
graphene-django (π₯28 Β· β 4.4K) - Build powerful, efficient, and flexible GraphQL APIs.. MIT 

-
GitHub (π¨βπ» 220 Β· π 760 Β· π¦ 16K):
git clone https://github.com/graphql-python/graphene-django
-
PyPi (π₯ 1.2M / month Β· π¦ 220 Β· β±οΈ 13.03.2025):
pip install graphene-django
-
Conda (π₯ 67K Β· β±οΈ 22.04.2025):
conda install -c conda-forge graphene-django
ariadne (π₯27 Β· β 2.3K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 
-
GitHub (π¨βπ» 88 Β· π 200 Β· π¦ 2.1K):
git clone https://github.com/mirumee/ariadne
-
PyPi (π₯ 2M / month Β· π¦ 100 Β· β±οΈ 15.06.2026):
pip install ariadne
graphene-mongo (π₯20 Β· β 290) - Graphene MongoEngine integration. MIT 
-
GitHub (π¨βπ» 38 Β· π 110 Β· π¦ 380):
git clone https://github.com/graphql-python/graphene-mongo
-
PyPi (π₯ 13K / month Β· π¦ 3 Β· β±οΈ 03.01.2026):
pip install graphene-mongo
-
Conda (π₯ 13K Β· β±οΈ 05.01.2026):
conda install -c conda-forge graphene-mongo
graphene-pydantic (π₯19 Β· β 250) - Integrate GraphQL with your Pydantic models. Apache-2 
-
GitHub (π¨βπ» 25 Β· π 47):
git clone https://github.com/graphql-python/graphene-pydantic
-
PyPi (π₯ 480K / month Β· π¦ 3 Β· β±οΈ 01.02.2024):
pip install graphene-pydantic
Show 8 hidden projects...
- flask-graphql (π₯24 Β· β 1.3K Β· π) - Adds GraphQL support to your Flask application.
MIT 

- graphql-relay-py (π₯21 Β· β 140 Β· π) - A library to help construct a graphql-py server supporting..
MIT
- python-graphql-client (π₯20 Β· β 160 Β· π) - Simple GraphQL client for Python 2.7+.
MIT
- django-graphql-auth (π₯18 Β· β 320 Β· π) - Django registration and authentication with GraphQL.
MIT 
- tartiflette (π₯17 Β· β 860 Β· π) - GraphQL Engine built with Python 3.6+ / asyncio.
MIT
- tartiflette-asgi (π₯14 Β· β 99 Β· π) - ASGI support for the Tartiflette GraphQL engine.
MIT 
- Flask-GraphQL-Auth (π₯14 Β· β 63 Β· π) - JWT library for Flask-GraphQL.
MIT 
- tartiflette-aiohttp (π₯14 Β· β 62 Β· π) - tartiflette-aiohttp is a wrapper of aiohttp which..
MIT

websockets (π₯33 Β· β 5.7K) - An implementation of the WebSocket Protocol (RFC 6455 & 7692). BSD-3
-
GitHub (π¨βπ» 89 Β· π 600 Β· π¦ 400K):
git clone https://github.com/aaugustin/websockets
-
PyPi (π₯ 590M / month Β· π¦ 13K Β· β±οΈ 31.07.2026):
pip install websockets
-
Conda (π₯ 8.4M Β· β±οΈ 02.08.2026):
conda install -c conda-forge websockets
websocket-client (π₯32 Β· β 3.7K Β· π€) - WebSocket client for Python. Apache-2
-
GitHub (π¨βπ» 230 Β· π 780 Β· π¦ 340K):
git clone https://github.com/websocket-client/websocket-client
-
PyPi (π₯ 230M / month Β· π¦ 3.9K Β· β±οΈ 07.10.2025):
pip install websocket-client
-
Conda (π₯ 25M Β· β±οΈ 08.10.2025):
conda install -c conda-forge websocket-client
python-socketio (π₯31 Β· β 4.4K) - Python Socket.IO server and client. MIT
-
GitHub (π¨βπ» 86 Β· π 620 Β· π¦ 71K):
git clone https://github.com/miguelgrinberg/python-socketio
-
PyPi (π₯ 30M / month Β· π¦ 1.2K Β· β±οΈ 06.08.2026):
pip install python-socketio
-
Conda (π₯ 1.2M Β· β±οΈ 09.08.2026):
conda install -c conda-forge python-socketio
daphne (π₯30 Β· β 2.7K) - Django Channels HTTP/WebSocket server. BSD-3 
-
GitHub (π¨βπ» 79 Β· π 290 Β· π¦ 41K):
git clone https://github.com/django/daphne
-
PyPi (π₯ 6.4M / month Β· π¦ 210 Β· β±οΈ 21.07.2026):
pip install daphne
-
Conda (π₯ 240K Β· β±οΈ 21.07.2026):
conda install -c conda-forge daphne
Flask-SocketIO (π₯28 Β· β 5.5K Β· π) - Socket.IO integration for Flask applications. MIT 
-
GitHub (π¨βπ» 72 Β· π 900 Β· π¦ 62K):
git clone https://github.com/miguelgrinberg/Flask-SocketIO
-
PyPi (π₯ 4.1M / month Β· π¦ 760 Β· β±οΈ 21.02.2026):
pip install flask-socketio
-
Conda (π₯ 800K Β· β±οΈ 21.02.2026):
conda install -c conda-forge flask-socketio
httpx-ws (π₯23 Β· β 150) - WebSocket support for HTTPX. MIT
-
GitHub (π¨βπ» 18 Β· π 29 Β· π¦ 1.6K):
git clone https://github.com/frankie567/httpx-ws
-
PyPi (π₯ 12M / month Β· π¦ 110 Β· β±οΈ 28.03.2026):
pip install httpx-ws
-
Conda (π₯ 60K Β· β±οΈ 28.03.2026):
conda install -c conda-forge httpx-ws
websockify (π₯21 Β· β 4.4K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. βοΈLGPL-3.0
-
GitHub (π¨βπ» 100 Β· π 830 Β· π¦ 45):
git clone https://github.com/novnc/websockify
-
PyPi (π₯ 300K / month Β· π¦ 22 Β· β±οΈ 26.05.2025):
pip install websockify
-
Conda (π₯ 290K Β· β±οΈ 04.09.2025):
conda install -c conda-forge websockify
Show 5 hidden projects...
- autobahn-python (π₯28 Β· β 2.5K) - WebSocket and WAMP in Python for Twisted and asyncio.
βUnlicensed
- gevent-socketio (π₯22 Β· β 1.2K Β· π) - Official repository for gevent-socketio.
BSD-3
- sockjs-tornado (π₯22 Β· β 850 Β· π) - WebSocket emulation - Python server.
MIT
- flask-sockets (π₯20 Β· β 1.7K Β· π) - [DEPRECATED] Alternative:..
MIT 
- tornadio2 (π₯17 Β· β 530 Β· π) - Python socket.io server implementation on top of Tornado..
Apache-2

grpc (π₯36 Β· β 45K Β· π) - C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2
-
GitHub (π¨βπ» 1.2K Β· π 11K Β· π¦ 7.4K):
git clone https://github.com/grpc/grpc
-
PyPi (π₯ 460M / month Β· π¦ 6.8K Β· β±οΈ 23.07.2026):
pip install grpcio
-
Conda (π₯ 25M Β· β±οΈ 31.07.2026):
conda install -c conda-forge grpcio
rpyc (π₯25 Β· β 1.7K Β· π€) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for.. MIT
-
GitHub (π¨βπ» 86 Β· π 250 Β· π¦ 3.5K):
git clone https://github.com/tomerfiliba-org/rpyc
-
PyPi (π₯ 1.5M / month Β· π¦ 230 Β· β±οΈ 18.04.2025):
pip install rpyc
-
Conda (π₯ 810K Β· β±οΈ 21.10.2025):
conda install -c conda-forge rpyc
fastapi-jsonrpc (π₯19 Β· β 420) - JSON-RPC server based on fastapi. MIT 
-
GitHub (π¨βπ» 17 Β· π 37 Β· π¦ 83):
git clone https://github.com/smagafurov/fastapi-jsonrpc
-
PyPi (π₯ 29K / month Β· π¦ 10 Β· β±οΈ 17.04.2026):
pip install fastapi-jsonrpc
ucall (π₯17 Β· β 1.3K Β· π€) - Web Serving and Remote Procedure Calls at 50x lower latency and.. Apache-2
-
GitHub (π¨βπ» 14 Β· π 54 Β· π¦ 63):
git clone https://github.com/unum-cloud/ucall
-
PyPi (π₯ 890 / month Β· π¦ 1 Β· β±οΈ 15.04.2024):
pip install ucall
Show 1 hidden projects...
- spyne (π₯23 Β· β 1.1K Β· π) - A transport agnostic sync/async RPC library that focuses on..
βοΈLGPL-2.1

chalice (π₯28 Β· β 11K) - Python Serverless Microframework for AWS. Apache-2
-
GitHub (π¨βπ» 210 Β· π 1K Β· π¦ 3.3K):
git clone https://github.com/aws/chalice
-
PyPi (π₯ 980K / month Β· π¦ 70 Β· β±οΈ 07.05.2026):
pip install chalice
-
Conda (π₯ 640K Β· β±οΈ 07.05.2026):
conda install -c conda-forge chalice
Zappa (π₯26 Β· β 12K) - Serverless Python. MIT
-
GitHub (π¨βπ» 260 Β· π 1.2K Β· π¦ 24):
git clone https://github.com/Miserlou/Zappa
-
PyPi (π₯ 260K / month Β· π¦ 20 Β· β±οΈ 11.03.2026):
pip install zappa
Show 2 hidden projects...
- python-lambda (π₯17 Β· β 1.5K Β· π) - A toolkit for developing and deploying serverless Python code..
ISC
- lambdarest (π₯15 Β· β 93 Β· π) - Flask like web framework for AWS Lambda.
MIT

wagtail (π₯32 Β· β 20K) - A Django content management system focused on flexibility and user.. BSD-3 
-
GitHub (π¨βπ» 1.1K Β· π 4.6K Β· π¦ 12K):
git clone https://github.com/wagtail/wagtail
-
PyPi (π₯ 1.1M / month Β· π¦ 920 Β· β±οΈ 20.08.2026):
pip install wagtail
-
Conda (π₯ 250K Β· β±οΈ 15.06.2026):
conda install -c conda-forge wagtail
django-cms (π₯30 Β· β 11K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 
-
GitHub (π¨βπ» 600 Β· π 3.2K Β· π¦ 5.5K):
git clone https://github.com/django-cms/django-cms
-
PyPi (π₯ 120K / month Β· π¦ 370 Β· β±οΈ 06.08.2026):
pip install django-cms
lektor (π₯24 Β· β 3.9K) - The lektor static file content management system. BSD-3
-
GitHub (π¨βπ» 100 Β· π 320 Β· π¦ 500):
git clone https://github.com/lektor/lektor
-
PyPi (π₯ 7.1K / month Β· π¦ 41 Β· β±οΈ 07.08.2026):
pip install lektor
-
Conda (π₯ 280K Β· β±οΈ 09.08.2026):
conda install -c conda-forge lektor
feincms (π₯18 Β· β 1.1K) - A Django-based CMS with a focus on extensibility and concise code. BSD-3 
-
GitHub (π¨βπ» 140 Β· π 240):
git clone https://github.com/feincms/feincms
-
PyPi (π₯ 7.2K / month Β· π¦ 15 Β· β±οΈ 11.02.2026):
pip install feincms
Show 2 hidden projects...
- mezzanine (π₯24 Β· β 4.8K Β· π) - CMS framework for Django.
BSD-2 
- Kotti (π₯13 Β· β 410 Β· π) - Kotti is a high-level, Pythonic web application framework based on..
βοΈBSD

selenium (π₯37 Β· β 34K) - A browser automation framework and ecosystem. Apache-2
-
GitHub (π¨βπ» 940 Β· π 8.7K Β· π¦ 430K):
git clone https://github.com/SeleniumHQ/selenium
-
PyPi (π₯ 57M / month Β· π¦ 8K Β· β±οΈ 10.08.2026):
pip install selenium
-
Conda (π₯ 3.3M Β· β±οΈ 11.08.2026):
conda install -c conda-forge selenium
coverage (π₯34 Β· β 3.4K) - Code coverage measurement for Python. Apache-2
-
GitHub (π¨βπ» 210 Β· π 510 Β· π¦ 520K):
git clone https://github.com/nedbat/coveragepy
-
PyPi (π₯ 330M / month Β· π¦ 25K Β· β±οΈ 06.08.2026):
pip install coverage
-
Conda (π₯ 37M Β· β±οΈ 09.08.2026):
conda install -c conda-forge coverage
Locust (π₯33 Β· β 28K) - Write scalable load tests in plain Python. MIT
-
GitHub (π¨βπ» 400 Β· π 3.2K Β· π¦ 18K):
git clone https://github.com/locustio/locust
-
PyPi (π₯ 14M / month Β· π¦ 330 Β· β±οΈ 20.08.2026):
pip install locust
-
Conda (π₯ 380K Β· β±οΈ 01.08.2026):
conda install -c conda-forge locust
responses (π₯32 Β· β 4.3K) - A utility for mocking out the Python Requests library. Apache-2
-
GitHub (π¨βπ» 150 Β· π 370 Β· π¦ 55K):
git clone https://github.com/getsentry/responses
-
PyPi (π₯ 71M / month Β· π¦ 3.8K Β· β±οΈ 03.07.2026):
pip install responses
-
Conda (π₯ 3.9M Β· β±οΈ 03.07.2026):
conda install -c conda-forge responses
mitmproxy (π₯31 Β· β 43K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT
-
GitHub (π¨βπ» 620 Β· π 4.6K Β· π¦ 5.5K):
git clone https://github.com/mitmproxy/mitmproxy
-
PyPi (π₯ 6.1M / month Β· π¦ 270 Β· β±οΈ 12.05.2026):
pip install mitmproxy
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 (π₯ 100M / month Β· π¦ 7.5K Β· β±οΈ 31.07.2026):
pip install playwright
-
Conda (π₯ 140K Β· β±οΈ 18.05.2026):
conda install -c microsoft playwright
vcrpy (π₯31 Β· β 3K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT
-
GitHub (π¨βπ» 170 Β· π 430 Β· π¦ 12K):
git clone https://github.com/kevin1024/vcrpy
-
PyPi (π₯ 27M / month Β· π¦ 690 Β· β±οΈ 04.07.2026):
pip install vcrpy
-
Conda (π₯ 1.1M Β· β±οΈ 06.07.2026):
conda install -c conda-forge vcrpy
SeleniumBase (π₯29 Β· β 13K) - APIs for web automation, testing, and bypassing bot-detection. MIT
-
GitHub (π¨βπ» 40 Β· π 1.6K Β· π¦ 2.8K):
git clone https://github.com/seleniumbase/SeleniumBase
-
PyPi (π₯ 3M / month Β· π¦ 130 Β· β±οΈ 19.08.2026):
pip install seleniumbase
django-silk (π₯29 Β· β 5K) - Silky smooth profiling for Django. MIT 
-
GitHub (π¨βπ» 170 Β· π 370 Β· π¦ 6.6K):
git clone https://github.com/jazzband/django-silk
-
PyPi (π₯ 2.6M / month Β· π¦ 47 Β· β±οΈ 13.08.2026):
pip install django-silk
schemathesis (π₯28 Β· β 3.5K) - Catch API bugs before your users do. MIT 

-
GitHub (π¨βπ» 85 Β· π 220 Β· π¦ 1.1K):
git clone https://github.com/schemathesis/schemathesis
-
PyPi (π₯ 6.3M / month Β· π¦ 94 Β· β±οΈ 25.07.2026):
pip install schemathesis
Prism (π₯27 Β· β 5K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 
-
GitHub (π¨βπ» 110 Β· π 410 Β· π¦ 830):
git clone https://github.com/stoplightio/prism
-
npm (π₯ 780K / month Β· π¦ 99 Β· β±οΈ 17.07.2026):
npm install @stoplight/prism-cli
splinter (π₯27 Β· β 2.8K Β· π€) - splinter - python test framework for web applications. BSD-3
-
GitHub (π¨βπ» 180 Β· π 510 Β· π¦ 7.2K):
git clone https://github.com/cobrateam/splinter
-
PyPi (π₯ 440K / month Β· π¦ 55 Β· β±οΈ 16.01.2024):
pip install splinter
tavern (π₯26 Β· β 1.1K) - A command-line tool and Python library and Pytest plugin for automated.. MIT
-
GitHub (π¨βπ» 70 Β· π 200 Β· π¦ 910):
git clone https://github.com/taverntesting/tavern
-
PyPi (π₯ 240K / month Β· π¦ 15 Β· β±οΈ 14.06.2026):
pip install tavern
aioresponses (π₯26 Β· β 560) - Aioresponses is a helper for mock/fake web requests in python.. MIT
-
GitHub (π¨βπ» 60 Β· π 100):
git clone https://github.com/pnuckowski/aioresponses
-
PyPi (π₯ 7.5M / month Β· π¦ 880 Β· β±οΈ 23.06.2026):
pip install aioresponses
SeleniumLibrary (π₯24 Β· β 1.5K) - Web testing library for Robot Framework. Apache-2
-
GitHub (π¨βπ» 130 Β· π 780):
git clone https://github.com/robotframework/SeleniumLibrary
-
PyPi (π₯ 2M / month Β· π¦ 160 Β· β±οΈ 17.05.2026):
pip install robotframework-seleniumlibrary
-
Conda (π₯ 140K Β· β±οΈ 17.05.2026):
conda install -c conda-forge robotframework-seleniumlibrary
django-test-plus (π₯24 Β· β 630) - Useful additions to Djangos default TestCase. BSD-3 
-
GitHub (π¨βπ» 38 Β· π 63 Β· π¦ 3.5K):
git clone https://github.com/revsys/django-test-plus
-
PyPi (π₯ 140K / month Β· π¦ 8 Β· β±οΈ 02.08.2026):
pip install django-test-plus
-
Conda (π₯ 120K Β· β±οΈ 02.08.2026):
conda install -c conda-forge django-test-plus
webtest (π₯24 Β· β 340 Β· π€) - Wraps any WSGI application and makes it easy to send test requests to.. MIT
-
GitHub (π¨βπ» 98 Β· π 110 Β· π¦ 13K):
git clone https://github.com/Pylons/webtest
-
PyPi (π₯ 1.6M / month Β· π¦ 350 Β· β±οΈ 06.10.2025):
pip install webtest
-
Conda (π₯ 29K Β· β±οΈ 12.10.2025):
conda install -c conda-forge webtest
Model Bakery (π₯23 Β· β 990) - Object factory for Django. Apache-2 
-
GitHub (π¨βπ» 70 Β· π 110):
git clone https://github.com/model-bakers/model_bakery
-
PyPi (π₯ 2.2M / month Β· π¦ 120 Β· β±οΈ 23.06.2026):
pip install model_bakery
-
Conda (π₯ 43K Β· β±οΈ 28.07.2026):
conda install -c conda-forge model_bakery
selene (π₯23 Β· β 730) - User-oriented Web UI browser tests in Python. MIT
-
GitHub (π¨βπ» 45 Β· π 180 Β· π¦ 6K):
git clone https://github.com/yashaka/selene
-
PyPi (π₯ 19K / month Β· π¦ 3 Β· β±οΈ 20.05.2026):
pip install selene
selenium-python-helium (π₯22 Β· β 8.3K) - Lighter browser automation based on Selenium. MIT
-
GitHub (π¨βπ» 13 Β· π 510 Β· π¦ 760):
git clone https://github.com/mherrmann/selenium-python-helium
-
PyPi (π₯ 21K / month Β· π¦ 37 Β· β±οΈ 07.07.2026):
pip install helium
pytest-flask (π₯22 Β· β 500 Β· π€) - A set of pytest fixtures to test Flask applications. MIT 
-
GitHub (π¨βπ» 39 Β· π 89):
git clone https://github.com/pytest-dev/pytest-flask
-
PyPi (π₯ 1.4M / month Β· π¦ 200 Β· β±οΈ 23.10.2023):
pip install pytest-flask
-
Conda (π₯ 180K Β· β±οΈ 22.04.2025):
conda install -c conda-forge pytest-flask
python-mocket (π₯21 Β· β 310) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
-
GitHub (π¨βπ» 34 Β· π 51):
git clone https://github.com/mindflayer/python-mocket
-
PyPi (π₯ 280K / month Β· π¦ 15 Β· β±οΈ 13.07.2026):
pip install mocket
httprunner (π₯20 Β· β 4.3K Β· π€) - HttpRunner API/UI. Apache-2
-
GitHub (π¨βπ» 54 Β· π 1.3K):
git clone https://github.com/httprunner/httprunner
-
PyPi (π₯ 10K / month Β· π¦ 7 Β· β±οΈ 23.07.2023):
pip install httprunner
requestium (π₯20 Β· β 1.8K) - Integration layer between Requests and Selenium for automation of.. BSD-3
-
GitHub (π¨βπ» 18 Β· π 140 Β· π¦ 110):
git clone https://github.com/tryolabs/requestium
-
PyPi (π₯ 85K / month Β· π¦ 6 Β· β±οΈ 19.01.2026):
pip install requestium
pyramid_debugtoolbar (π₯20 Β· β 96 Β· π€) - Pyramid debug toolbar. BSD-3 
-
GitHub (π¨βπ» 71 Β· π 83):
git clone https://github.com/Pylons/pyramid_debugtoolbar
-
PyPi (π₯ 1.7M / month Β· π¦ 46 Β· β±οΈ 05.02.2024):
pip install pyramid_debugtoolbar
-
Conda (π₯ 9.6K Β· β±οΈ 22.04.2025):
conda install -c conda-forge pyramid_debugtoolbar
Mockoon (π₯18 Β· β 8.3K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT 
fsociety (π₯18 Β· β 1.6K Β· π€) - A Modular Penetration Testing Framework. MIT
-
GitHub (π¨βπ» 12 Β· π 190 Β· π¦ 17):
git clone https://github.com/fsociety-team/fsociety
-
PyPi (π₯ 1.9K / month Β· β±οΈ 01.05.2022):
pip install fsociety
gabbi (π₯18 Β· β 150 Β· π€) - Declarative HTTP Testing for Python and anything else. Apache-2
-
GitHub (π¨βπ» 30 Β· π 36):
git clone https://github.com/cdent/gabbi
-
PyPi (π₯ 18K / month Β· π¦ 12 Β· β±οΈ 16.01.2026):
pip install gabbi
Show 22 hidden projects...
- pytest-django (π₯30 Β· β 1.5K) - A Django plugin for pytest.
βUnlicensed 
- HTTPretty (π₯26 Β· β 2.1K Β· π) - Intercept HTTP requests at the Python socket level. Fakes the..
MIT
- factory_boy (π₯25 Β· β 3.6K Β· π) - A test fixtures replacement for Python.
MIT 
- parameterized (π₯25 Β· β 840 Β· π) - Parameterized testing with any Python test framework.
βοΈBSD-2-Clause-FreeBSD
- flask-testing (π₯25 Β· β 500 Β· π) - Unittest extensions for Flask.
BSD-3 
- Dredd (π₯24 Β· β 4.2K Β· π) - Language-agnostic HTTP API Testing Tool.
MIT 
- pyppeteer (π₯24 Β· β 3.9K Β· π) - Headless chrome/chromium automation library (unofficial port of..
MIT
- django-nose (π₯24 Β· β 880 Β· π) - Django test runner using nose.
BSD-3 
- httmock (π₯23 Β· β 470 Β· π) - A mocking library for requests.
Apache-2
- pytest-splinter (π₯21 Β· β 250 Β· π) - pytest splinter and selenium integration for anyone..
MIT
- async-asgi-testclient (π₯21 Β· β 160 Β· π) - A framework-agnostic library for testing ASGI web..
MIT
- flask-debugtoolbar (π₯20 Β· β 980 Β· π) - A toolbar overlay for debugging Flask applications.
BSD-3 
- wdb (π₯19 Β· β 1.6K Β· π) - An improbable web debugger through WebSockets.
βοΈGPL-3.0
- pyresttest (π₯19 Β· β 1.2K Β· π) - Python Rest Testing.
Apache-2
- mixer (π₯19 Β· β 940 Β· π) - Mixer -- Is a fixtures replacement. Supported Django, Flask,..
BSD-3 

- aresponses (π₯18 Β· β 110 Β· π) - Asyncio http mocking. Similar to the responses library used for..
MIT
- molotov (π₯17 Β· β 460 Β· π) - Spiffy load testing tool.
Apache-2
- splash (π₯16 Β· β 4.2K Β· π) - Lightweight, scriptable browser as a service with an HTTP API.
BSD-3
- yandex-tank (π₯15 Β· β 2.5K Β· π) - Load and performance benchmark tool.
βοΈLGPL-2.0
- golem (π₯14 Β· β 490 Β· π) - A complete test automation tool.
MIT
- huxley (π₯12 Β· β 4.1K Β· π) - A testing system for catching visual regressions in Web..
Apache-2
- Astra (π₯11 Β· β 2.6K Β· π) - Automated Security Testing For REST APIs.
Apache-2

django-crispy-forms (π₯30 Β· β 5.2K) - The best way to have DRY Django forms. The app.. MIT 
-
GitHub (π¨βπ» 230 Β· π 730 Β· π¦ 170K):
git clone https://github.com/django-crispy-forms/django-crispy-forms
-
PyPi (π₯ 3.1M / month Β· π¦ 510 Β· β±οΈ 29.07.2026):
pip install django-crispy-forms
-
Conda (π₯ 260K Β· β±οΈ 01.03.2026):
conda install -c conda-forge django-crispy-forms
django-formtools (π₯27 Β· β 880) - A set of high-level abstractions for Django forms. BSD-3 
-
GitHub (π¨βπ» 79 Β· π 140 Β· π¦ 12K):
git clone https://github.com/jazzband/django-formtools
-
PyPi (π₯ 3.9M / month Β· π¦ 100 Β· β±οΈ 09.07.2026):
pip install django-formtools
deform (π₯22 Β· β 420) - A Python HTML form library. BSD-3
-
GitHub (π¨βπ» 100 Β· π 160 Β· π¦ 850):
git clone https://github.com/Pylons/deform
-
PyPi (π₯ 45K / month Β· π¦ 30 Β· β±οΈ 26.02.2026):
pip install deform
Show 2 hidden projects...
- wtforms (π₯29 Β· β 1.6K) - Form validation and rendering for Python web development.
βUnlicensed
- flask-wtf (π₯24 Β· β 1.5K) - Form rendering, validation, and CSRF protection for..
βUnlicensed 

markdown (π₯34 Β· β 4.2K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3
-
GitHub (π¨βπ» 190 Β· π 900 Β· π¦ 520K):
git clone https://github.com/Python-Markdown/markdown
-
PyPi (π₯ 130M / month Β· π¦ 7.5K Β· β±οΈ 30.07.2026):
pip install markdown
-
Conda (π₯ 13M Β· β±οΈ 31.07.2026):
conda install -c conda-forge markdown
mistune (π₯33 Β· β 3.1K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3
-
GitHub (π¨βπ» 66 Β· π 290 Β· π¦ 380K):
git clone https://github.com/lepture/mistune
-
PyPi (π₯ 78M / month Β· π¦ 1.7K Β· β±οΈ 22.07.2026):
pip install mistune
-
Conda (π₯ 29M Β· β±οΈ 22.07.2026):
conda install -c conda-forge mistune
markdown-it-py (π₯32 Β· β 1.3K) - Markdown parser, done right. 100% CommonMark support,.. MIT
-
GitHub (π¨βπ» 35 Β· π 100 Β· π¦ 390K):
git clone https://github.com/executablebooks/markdown-it-py
-
PyPi (π₯ 640M / month Β· π¦ 2.7K Β· β±οΈ 07.05.2026):
pip install markdown-it-py
-
Conda (π₯ 22M Β· β±οΈ 07.05.2026):
conda install -c conda-forge markdown-it-py
pymdown-extensions (π₯31 Β· β 1.1K) - Extensions for Python Markdown. MIT
-
GitHub (π¨βπ» 66 Β· π 270 Β· π¦ 63K):
git clone https://github.com/facelessuser/pymdown-extensions
-
PyPi (π₯ 26M / month Β· π¦ 2.7K Β· β±οΈ 02.07.2026):
pip install pymdown-extensions
-
Conda (π₯ 870K Β· β±οΈ 02.07.2026):
conda install -c conda-forge pymdown-extensions
pelican (π₯28 Β· β 13K) - Static site generator that supports Markdown and reST syntax... βοΈAGPL-3.0
-
GitHub (π¨βπ» 480 Β· π 1.8K Β· π¦ 8.9K):
git clone https://github.com/getpelican/pelican
-
PyPi (π₯ 83K / month Β· π¦ 280 Β· β±οΈ 20.04.2026):
pip install pelican
-
Conda (π₯ 510K Β· β±οΈ 21.04.2026):
conda install -c conda-forge pelican
python-markdown2 (π₯26 Β· β 2.8K) - markdown2: A fast and complete implementation of Markdown in.. MIT
-
GitHub (π¨βπ» 87 Β· π 440):
git clone https://github.com/trentm/python-markdown2
-
PyPi (π₯ 9.8M / month Β· π¦ 680 Β· β±οΈ 02.03.2026):
pip install markdown2
mistletoe (π₯25 Β· β 1.1K) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT
-
GitHub (π¨βπ» 45 Β· π 130 Β· π¦ 1.8K):
git clone https://github.com/miyuchina/mistletoe
-
PyPi (π₯ 2.1M / month Β· π¦ 240 Β· β±οΈ 11.07.2026):
pip install mistletoe
django-markdown-editor (π₯25 Β· β 900) - Awesome Django Markdown Editor, supported for.. βοΈGPL-3.0 
-
GitHub (π¨βπ» 46 Β· π 1.3K Β· π¦ 1.2K):
git clone https://github.com/agusmakmun/django-markdown-editor
-
PyPi (π₯ 63K / month Β· π¦ 22 Β· β±οΈ 22.06.2026):
pip install martor
django-markdownx (π₯24 Β· β 940) - Comprehensive Markdown plugin built for Django. BSD-3 
-
GitHub (π¨βπ» 41 Β· π 160 Β· π¦ 2.9K):
git clone https://github.com/neutronX/django-markdownx
-
PyPi (π₯ 140K / month Β· π¦ 21 Β· β±οΈ 23.05.2026):
pip install django-markdownx
Show 3 hidden projects...
- html2text (π₯27 Β· β 1.9K Β· π) - Convert HTML to Markdown-formatted text.
βοΈGPL-3.0
- grip (π₯24 Β· β 6.4K Β· π) - Preview GitHub README.md files locally before committing them.
MIT
- markdown-include (π₯20 Β· β 100 Β· π) - Provides syntax for Python-Markdown which allows for..
βοΈGPL-3.0

πΒ Public APIs ( β 320K Β· π) - A collective list of free APIs.
πΒ best-of-ml-python - DB Clients ( β 16K Β· π) - Collection of python database client libraries.
google-api-python-client (π₯36 Β· β 8.9K) - The official Python client library for Googles.. Apache-2
-
GitHub (π¨βπ» 200 Β· π 2.6K Β· π¦ 290K):
git clone https://github.com/googleapis/google-api-python-client
-
PyPi (π₯ 190M / month Β· π¦ 4.9K Β· β±οΈ 25.06.2026):
pip install google-api-python-client
-
Conda (π₯ 5.9M Β· β±οΈ 25.06.2026):
conda install -c conda-forge google-api-python-client
GitPython (π₯35 Β· β 5.2K) - GitPython is a python library used to interact with Git repositories. BSD-3
-
GitHub (π¨βπ» 390 Β· π 990 Β· π¦ 430K):
git clone https://github.com/gitpython-developers/GitPython
-
PyPi (π₯ 270M / month Β· π¦ 10K Β· β±οΈ 10.08.2026):
pip install gitpython
-
Conda (π₯ 19M Β· β±οΈ 11.08.2026):
conda install -c conda-forge gitpython
python-telegram-bot (π₯33 Β· β 29K) - We have made you a wrapper you cant refuse. βοΈGPL-3.0
-
GitHub (π¨βπ» 210 Β· π 6.1K Β· π¦ 160K):
git clone https://github.com/python-telegram-bot/python-telegram-bot
-
PyPi (π₯ 41M / month Β· π¦ 1.5K Β· β±οΈ 12.06.2026):
pip install python-telegram-bot
-
Conda (π₯ 220K Β· β±οΈ 13.06.2026):
conda install -c conda-forge python-telegram-bot
tweepy (π₯33 Β· β 11K) - Twitter for Python!. MIT
-
GitHub (π¨βπ» 250 Β· π 4.5K Β· π¦ 66K):
git clone https://github.com/tweepy/tweepy
-
PyPi (π₯ 5M / month Β· π¦ 630 Β· β±οΈ 02.07.2026):
pip install tweepy
-
Conda (π₯ 570K Β· β±οΈ 03.07.2026):
conda install -c conda-forge tweepy
PyGithub (π₯33 Β· β 7.8K) - Typed interactions with the GitHub API v3. βοΈLGPL-3.0
-
GitHub (π¨βπ» 440 Β· π 1.9K Β· π¦ 75K):
git clone https://github.com/PyGithub/PyGithub
-
PyPi (π₯ 76M / month Β· π¦ 3.1K Β· β±οΈ 20.08.2026):
pip install pygithub
-
Conda (π₯ 9.3M Β· β±οΈ 20.08.2026):
conda install -c conda-forge pygithub
discord.py (π₯32 Β· β 16K) - An API wrapper for Discord written in Python. MIT
-
GitHub (π¨βπ» 460 Β· π 3.9K Β· π¦ 55K):
git clone https://github.com/Rapptz/discord.py
-
PyPi (π₯ 7.6M / month Β· π¦ 1.3K Β· β±οΈ 03.03.2026):
pip install discord.py
-
Conda (π₯ 40K Β· β±οΈ 22.04.2025):
conda install -c conda-forge discord.py
pyTelegramBotAPI (π₯31 Β· β 8.8K) - Python Telegram bot api. βοΈGPL-2.0
-
GitHub (π¨βπ» 270 Β· π 2.2K Β· π¦ 65K):
git clone https://github.com/eternnoir/pyTelegramBotAPI
-
PyPi (π₯ 1.5M / month Β· π¦ 360 Β· β±οΈ 13.08.2026):
pip install pytelegrambotapi
gspread (π₯31 Β· β 7.4K) - Google Sheets Python API. MIT
-
GitHub (π¨βπ» 200 Β· π 970 Β· π¦ 55K):
git clone https://github.com/burnash/gspread
-
PyPi (π₯ 46M / month Β· π¦ 540 Β· β±οΈ 14.05.2025):
pip install gspread
-
Conda (π₯ 530K Β· β±οΈ 25.06.2026):
conda install -c conda-forge gspread
pytube (π₯30 Β· β 12K) - A lightweight, dependency-free Python library (and command-line.. Unlicense
-
GitHub (π¨βπ» 110 Β· π 2.5K Β· π¦ 58K):
git clone https://github.com/pytube/pytube
-
PyPi (π₯ 4.5M / month Β· π¦ 540 Β· β±οΈ 07.05.2023):
pip install pytube
-
Conda (π₯ 34K Β· β±οΈ 27.04.2026):
conda install -c conda-forge pytube
Telethon (π₯30 Β· β 12K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT
-
GitHub (π¨βπ» 210 Β· π 1.6K Β· π¦ 24):
git clone https://github.com/LonamiWebs/Telethon
-
PyPi (π₯ 4.1M / month Β· π¦ 710 Β· β±οΈ 15.06.2026):
pip install telethon
google-resumable-media (π₯30 Β· β 5.4K) - This library has moved to.. Apache-2
-
GitHub (π¨βπ» 39 Β· π 1.8K):
git clone https://github.com/googleapis/google-resumable-media-python
-
PyPi (π₯ 190M / month Β· π¦ 320 Β· β±οΈ 06.08.2026):
pip install google-resumable-media
-
Conda (π₯ 7.5M Β· β±οΈ 09.08.2026):
conda install -c conda-forge google-resumable-media
praw (π₯30 Β· β 4.2K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
-
GitHub (π¨βπ» 240 Β· π 500 Β· π¦ 28K):
git clone https://github.com/praw-dev/praw
-
PyPi (π₯ 2M / month Β· π¦ 440 Β· β±οΈ 12.08.2026):
pip install praw
-
Conda (π₯ 110K Β· β±οΈ 26.06.2026):
conda install -c conda-forge praw
python-slack-sdk (π₯30 Β· β 4K) - Slack Developer Kit for Python. MIT
-
GitHub (π¨βπ» 190 Β· π 860):
git clone https://github.com/slackapi/python-slack-sdk
-
PyPi (π₯ 100M / month Β· π¦ 1.3K Β· β±οΈ 30.06.2026):
pip install slack-sdk
-
Conda (π₯ 950K Β· β±οΈ 01.07.2026):
conda install -c conda-forge slack-sdk
twilio (π₯30 Β· β 2.1K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
-
GitHub (π¨βπ» 150 Β· π 810 Β· π¦ 60K):
git clone https://github.com/twilio/twilio-python
-
PyPi (π₯ 22M / month Β· π¦ 690 Β· β±οΈ 11.08.2026):
pip install twilio
-
Conda (π₯ 460K Β· β±οΈ 12.08.2026):
conda install -c conda-forge twilio
stripe (π₯29 Β· β 2K) - Python library for the Stripe API. MIT
-
GitHub (π¨βπ» 360 Β· π 530):
git clone https://github.com/stripe/stripe-python
-
PyPi (π₯ 43M / month Β· π¦ 770 Β· β±οΈ 19.08.2026):
pip install stripe
-
Conda (π₯ 48K Β· β±οΈ 11.06.2026):
conda install -c anaconda stripe
hvac (π₯29 Β· β 1.3K Β· π€) - Python 3.X client for HashiCorp Vault. Apache-2
-
GitHub (π¨βπ» 210 Β· π 390 Β· π¦ 7.4K):
git clone https://github.com/hvac/hvac
-
PyPi (π₯ 29M / month Β· π¦ 500 Β· β±οΈ 30.10.2025):
pip install hvac
-
Conda (π₯ 840K Β· β±οΈ 30.10.2025):
conda install -c conda-forge hvac
youtube-dl (π₯28 Β· β 140K) - Command-line program to download videos from YouTube.com and.. Unlicense
-
GitHub (π¨βπ» 1K Β· π 11K):
git clone https://github.com/ytdl-org/youtube-dl
-
PyPi (π₯ 200K / month Β· π¦ 730 Β· β±οΈ 16.12.2021):
pip install youtube_dl
-
Conda (π₯ 2.4M Β· β±οΈ 22.04.2025):
conda install -c conda-forge youtube-dl
tushare (π₯28 Β· β 15K) - TuShare is a utility for crawling historical data of China stocks. BSD-3
-
GitHub (π¨βπ» 34 Β· π 4.4K Β· π¦ 2.7K):
git clone https://github.com/waditu/tushare
-
PyPi (π₯ 520K / month Β· π¦ 170 Β· β±οΈ 25.03.2026):
pip install tushare
spotipy (π₯28 Β· β 5.4K) - A light weight Python library for the Spotify Web API. MIT
-
GitHub (π¨βπ» 200 Β· π 970 Β· π¦ 44K):
git clone https://github.com/plamere/spotipy
-
PyPi (π₯ 470K / month Β· π¦ 510 Β· β±οΈ 03.03.2026):
pip install spotipy
-
Conda (π₯ 32K Β· β±οΈ 05.01.2026):
conda install -c conda-forge spotipy
jira (π₯28 Β· β 2.1K) - Python Jira library. Development chat available on.. BSD-2
-
GitHub (π¨βπ» 270 Β· π 900 Β· π¦ 11K):
git clone https://github.com/pycontribs/jira
-
PyPi (π₯ 24M / month Β· π¦ 450 Β· β±οΈ 28.07.2025):
pip install jira
-
Conda (π₯ 300K Β· β±οΈ 28.07.2025):
conda install -c conda-forge jira
slackclient (π₯27 Β· β 4K) - Slack Developer Kit for Python. MIT
-
GitHub (π¨βπ» 190 Β· π 860):
git clone https://github.com/slackapi/python-slack-sdk
-
PyPi (π₯ 7.8M / month Β· π¦ 500 Β· β±οΈ 22.04.2022):
pip install slackclient
-
Conda (π₯ 1.5M Β· β±οΈ 22.04.2025):
conda install -c conda-forge slackclient
gallery-dl (π₯26 Β· β 19K) - Command-line program to download image galleries and collections.. βοΈGPL-2.0
-
GitHub (π¨βπ» 210 Β· π 1.4K Β· π¦ 24):
git clone https://github.com/mikf/gallery-dl
-
PyPi (π₯ 410K / month Β· π¦ 38 Β· β±οΈ 01.08.2026):
pip install gallery-dl
notion-sdk-py (π₯26 Β· β 2.2K) - Notion API client SDK, rewritten in Python! (sync + async). MIT
-
GitHub (π¨βπ» 44 Β· π 170):
git clone https://github.com/ramnes/notion-sdk-py
-
PyPi (π₯ 4.7M / month Β· π¦ 290 Β· β±οΈ 12.05.2026):
pip install notion-client
-
Conda (π₯ 19K Β· β±οΈ 22.04.2025):
conda install -c conda-forge notion-client
ghapi (π₯26 Β· β 680) - A python client for the GitHub API. Apache-2
-
GitHub (π¨βπ» 23 Β· π 70 Β· π¦ 3.6K):
git clone https://github.com/fastai/ghapi
-
PyPi (π₯ 440M / month Β· π¦ 170 Β· β±οΈ 13.08.2026):
pip install ghapi
sherlock (π₯25 Β· β 70K Β· π€) - Hunt down social media accounts by username across social networks. MIT
-
GitHub (π¨βπ» 310 Β· π 8.2K):
git clone https://github.com/sherlock-project/sherlock
-
PyPi (π₯ 28K / month Β· π¦ 15 Β· β±οΈ 18.02.2023):
pip install sherlock
thumbor (π₯25 Β· β 10K) - thumbor is an open-source photo thumbnail service by globo.com. MIT
-
GitHub (π¨βπ» 210 Β· π 860 Β· π¦ 390):
git clone https://github.com/thumbor/thumbor
-
PyPi (π₯ 20K / month Β· π¦ 53 Β· β±οΈ 30.05.2026):
pip install thumbor
wechatpy (π₯25 Β· β 4.3K) - WeChat SDK for Python. MIT
-
GitHub (π¨βπ» 100 Β· π 820 Β· π¦ 10K):
git clone https://github.com/wechatpy/wechatpy
-
PyPi (π₯ 160K / month Β· π¦ 25 Β· β±οΈ 19.06.2022):
pip install wechatpy
py-googletrans (π₯24 Β· β 4.3K Β· π) - (unofficial) Googletrans: Free and Unlimited Google.. MIT
-
GitHub (π¨βπ» 31 Β· π 740):
git clone https://github.com/ssut/py-googletrans
-
PyPi (π₯ 2.7M / month Β· π¦ 400 Β· β±οΈ 01.01.2025):
pip install googletrans
notion-py (π₯23 Β· β 4.4K) - Unofficial Python API client for Notion.so. MIT
-
GitHub (π¨βπ» 36 Β· π 470):
git clone https://github.com/jamalex/notion-py
-
PyPi (π₯ 900K / month Β· π¦ 61 Β· β±οΈ 16.02.2026):
pip install notion
Google Images Download (π₯20 Β· β 8.7K) - Python Script to download hundreds of images from.. MIT
-
GitHub (π¨βπ» 41 Β· π 2.1K):
git clone https://github.com/hardikvasa/google-images-download
-
PyPi (π₯ 2.8K / month Β· π¦ 3 Β· β±οΈ 21.05.2019):
pip install google_images_download
scdl (π₯20 Β· β 4.1K) - Download Music from Souncloud. βοΈGPL-3.0
-
GitHub (π¨βπ» 53 Β· π 400 Β· π¦ 430):
git clone https://github.com/flyingrub/scdl
-
PyPi (π₯ 3.2K / month Β· π¦ 5 Β· β±οΈ 20.08.2026):
pip install scdl
WikiExtractor (π₯20 Β· β 4K) - A tool for extracting plain text from Wikipedia dumps. βοΈAGPL-3.0
-
GitHub (π¨βπ» 41 Β· π 1K Β· π¦ 460):
git clone https://github.com/attardi/wikiextractor
-
PyPi (π₯ 5.5K / month Β· π¦ 10 Β· β±οΈ 10.08.2026):
pip install wikiextractor
Show 22 hidden projects...
- Wikipedia (π₯28 Β· β 2.9K Β· π) - A Pythonic wrapper for the Wikipedia API.
MIT
- simple-salesforce (π₯27 Β· β 1.9K) - A very simple Salesforce.com REST API client for..
βUnlicensed
- facebook-sdk (π₯26 Β· β 2.8K Β· π) - Python SDK for Facebooks Graph API.
Apache-2
- twython (π₯25 Β· β 1.9K Β· π) - Actively maintained, pure Python wrapper for the Twitter API...
MIT
- slacker (π₯25 Β· β 1.6K Β· π) - Full-featured Python interface for the Slack API.
Apache-2
- google-maps-services-python (π₯24 Β· β 4.8K Β· π) - Python client library for Google Maps API Web Services.
Apache-2
- python-twitter (π₯23 Β· β 3.4K Β· π) - A Python wrapper around the Twitter API.
Apache-2
- pyshorteners (π₯23 Β· β 380 Β· π) - Generating short urls with python has never been easier.
βοΈGPL-3.0
- coursera-dl (π₯22 Β· β 9.6K Β· π) - Script for downloading Coursera.org videos and naming them.
βοΈLGPL-3.0
- telepot (π₯22 Β· β 2.4K Β· π) - Python framework for Telegram Bot API.
MIT
- twitter (π₯21 Β· β 3.3K Β· π) - Python Twitter API.
MIT
- twitterscraper (π₯21 Β· β 2.4K Β· π) - Scrape Twitter for Tweets.
MIT
- Django Facebook (π₯21 Β· β 1.4K Β· π) - Facebook open graph api implementation using the Django..
BSD-3
- imdbpy (π₯21 Β· β 1.3K Β· π) - IMDbPY is now cinemagoer.
βοΈGPL-2.0
- gmusicapi (π₯20 Β· β 2.5K Β· π) - An unofficial client library for Google Music.
BSD-3
- python-instagram (π₯19 Β· β 3K Β· π) - Python Client for Instagram API.
MIT
- twitter-scraper (π₯18 Β· β 3.6K Β· π) - Scrape the Twitter Frontend API without authentication.
MIT
- instagram-scraper (π₯16 Β· β 6.9K Β· π) - Scrapes an instagram users photos and videos.
Unlicense
- instagram_private_api (π₯16 Β· β 3K Β· π) - A Python library to access Instagrams private API.
MIT
- igramscraper (π₯16 Β· β 2.1K Β· π) - scrapes medias, likes, followers, tags and all metadata...
MIT
- InstaPy (π₯14 Β· β 17K Β· π) - Tool for automated Instagram interactions.
βοΈGPL-3.0
- GHunt (π₯12 Β· β 19K) - Offensive Google framework.
βUnlicensed

fastapi-mail (π₯27 Β· β 1K) - Fastapi mail system sending mails(individual, bulk).. MIT 
-
GitHub (π¨βπ» 56 Β· π 110 Β· π¦ 5.8K):
git clone https://github.com/sabuhish/fastapi-mail
-
PyPi (π₯ 3.7M / month Β· π¦ 36 Β· β±οΈ 18.06.2026):
pip install fastapi-mail
yagmail (π₯26 Β· β 2.7K) - Send email in Python conveniently for gmail using yagmail. MIT
-
GitHub (π¨βπ» 34 Β· π 270 Β· π¦ 5.8K):
git clone https://github.com/kootenpv/yagmail
-
PyPi (π₯ 340K / month Β· π¦ 170 Β· β±οΈ 26.05.2026):
pip install yagmail
-
Conda (π₯ 67K Β· β±οΈ 26.05.2026):
conda install -c conda-forge yagmail
modoboa (π₯22 Β· β 3.5K) - Mail hosting made simple. ISC
-
GitHub (π¨βπ» 130 Β· π 480 Β· π¦ 62):
git clone https://github.com/modoboa/modoboa
-
PyPi (π₯ 4.1K / month Β· π¦ 15 Β· β±οΈ 05.08.2026):
pip install modoboa
sync-engine (π₯22 Β· β 3.5K) - IMAP/SMTP sync system with modern APIs. βοΈAGPL-3.0
-
GitHub (π¨βπ» 80 Β· π 350):
git clone https://github.com/nylas/sync-engine
-
PyPi (π₯ 440K / month Β· π¦ 10 Β· β±οΈ 21.07.2026):
pip install nylas
mailer (π₯18 Β· β 280 Β· π€) - A light-weight, modular, message representation and mail delivery.. MIT
-
GitHub (π¨βπ» 22 Β· π 60):
git clone https://github.com/marrow/mailer
-
PyPi (π₯ 94K / month Β· π¦ 7 Β· β±οΈ 22.04.2015):
pip install mailer
-
Conda (π₯ 120K Β· β±οΈ 28.08.2025):
conda install -c conda-forge mailer
Show 6 hidden projects...
- flask-mail (π₯26 Β· β 640 Β· π) - Flask extension for sending email.
BSD-3
- flanker (π₯22 Β· β 1.6K Β· π) - Python email address and Mime parsing library.
Apache-2
- offlineimap (π₯20 Β· β 1.9K) - Read/sync your IMAP mailboxes (python2) [LEGACY: move to..
βUnlicensed
- gmail (π₯18 Β· β 1.8K Β· π) - A Pythonic interface for Google Mail.
MIT
- pyramid_mailer (π₯18 Β· β 51 Β· π) - A package for sending email from your Pyramid..
BSD-3 
- salmon (π₯12 Β· β 640 Β· π) - A Python Mail Server.
βοΈGPL-3.0

Libraries for web scraping, crawling, downloading, and mining as well as libraries.
Scrapy (π₯35 Β· β 64K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
-
GitHub (π¨βπ» 740 Β· π 12K Β· π¦ 56K):
git clone https://github.com/scrapy/scrapy
-
PyPi (π₯ 3.9M / month Β· π¦ 1.1K Β· β±οΈ 20.08.2026):
pip install scrapy
-
Conda (π₯ 2.4M Β· β±οΈ 08.07.2026):
conda install -c conda-forge scrapy
feedparser (π₯32 Β· β 2.4K) - Parse feeds in Python. BSD-2
-
GitHub (π¨βπ» 63 Β· π 370 Β· π¦ 100K):
git clone https://github.com/kurtmckee/feedparser
-
PyPi (π₯ 26M / month Β· π¦ 2.1K Β· β±οΈ 30.07.2026):
pip install feedparser
-
Conda (π₯ 4M Β· β±οΈ 08.08.2026):
conda install -c conda-forge feedparser
soupsieve (π₯31 Β· β 270) - A modern CSS selector implementation for BeautifulSoup. MIT
-
GitHub (π¨βπ» 18 Β· π 52 Β· π¦ 760K):
git clone https://github.com/facelessuser/soupsieve
-
PyPi (π₯ 460M / month Β· π¦ 2K Β· β±οΈ 07.08.2026):
pip install soupsieve
-
Conda (π₯ 40M Β· β±οΈ 08.08.2026):
conda install -c conda-forge soupsieve
trafilatura (π₯29 Β· β 6.4K Β· π) - Python & Command-line tool to gather text and metadata on.. Apache-2
-
GitHub (π¨βπ» 71 Β· π 400 Β· π¦ 10K):
git clone https://github.com/adbar/trafilatura
-
PyPi (π₯ 14M / month Β· π¦ 1.1K Β· β±οΈ 31.07.2026):
pip install trafilatura
parsel (π₯28 Β· β 1.3K Β· π€) - Parsel lets you extract data from XML/HTML documents using XPath or.. BSD-3
-
GitHub (π¨βπ» 55 Β· π 160 Β· π¦ 40K):
git clone https://github.com/scrapy/parsel
-
PyPi (π₯ 4.8M / month Β· π¦ 410 Β· β±οΈ 29.01.2026):
pip install parsel
-
Conda (π₯ 340K Β· β±οΈ 29.01.2026):
conda install -c conda-forge parsel
dirsearch (π₯25 Β· β 15K) - Web path scanner. βοΈGPL-2.0
-
GitHub (π¨βπ» 110 Β· π 2.4K Β· π¦ 200):
git clone https://github.com/maurosoria/dirsearch
-
PyPi (π₯ 32K / month Β· π¦ 1 Β· β±οΈ 19.08.2026):
pip install dirsearch
micawber (π₯24 Β· β 680) - a small library for extracting rich content from urls. MIT
-
GitHub (π¨βπ» 29 Β· π 89 Β· π¦ 3.2K):
git clone https://github.com/coleifer/micawber
-
PyPi (π₯ 230K / month Β· π¦ 26 Β· β±οΈ 05.07.2026):
pip install micawber
-
Conda (π₯ 26K Β· β±οΈ 22.04.2025):
conda install -c conda-forge micawber
python-goose (π₯23 Β· β 3.9K) - Html Content / Article Extractor, web scrapping lib in Python. Apache-2
-
GitHub (π¨βπ» 36 Β· π 830):
git clone https://github.com/grangier/python-goose
-
PyPi (π₯ 86K / month Β· π¦ 33 Β· β±οΈ 23.07.2026):
pip install goose3
extruct (π₯23 Β· β 970) - Extract embedded metadata from HTML markup. BSD-3
-
GitHub (π¨βπ» 40 Β· π 120 Β· π¦ 1.5K):
git clone https://github.com/scrapinghub/extruct
-
PyPi (π₯ 630K / month Β· π¦ 38 Β· β±οΈ 08.11.2024):
pip install extruct
MechanicalSoup (π₯22 Β· β 4.8K Β· π€) - A Python library for automating interaction with websites. MIT
-
GitHub (π¨βπ» 59 Β· π 380):
git clone https://github.com/MechanicalSoup/MechanicalSoup
-
PyPi (π₯ 150K / month Β· π¦ 120 Β· β±οΈ 30.05.2025):
pip install MechanicalSoup
-
Conda (π₯ 340K Β· β±οΈ 30.05.2025):
conda install -c conda-forge mechanicalsoup
Grab (π₯20 Β· β 2.4K Β· π€) - Web Scraping Framework. MIT
-
GitHub (π¨βπ» 67 Β· π 280 Β· π¦ 440):
git clone https://github.com/lorien/grab
-
PyPi (π₯ 1K / month Β· π¦ 5 Β· β±οΈ 18.09.2025):
pip install grab
Gerapy (π₯19 Β· β 3.5K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT 
-
GitHub (π¨βπ» 17 Β· π 650 Β· π¦ 150):
git clone https://github.com/Gerapy/Gerapy
-
PyPi (π₯ 700 / month Β· β±οΈ 19.07.2023):
pip install gerapy
gain (π₯13 Β· β 2K) - Async web crawling framework for everyone. MIT
iploop-sdk (π₯10 Β· π£) - Residential proxy SDK with 66 site presets and built-in anti-detection (TLS.. MIT
Show 20 hidden projects...
- cloudscraper (π₯27 Β· β 6.7K Β· π) - A Python module to bypass Cloudflares anti-bot page.
MIT
- newspaper3k (π₯26 Β· β 14K Β· π) - newspaper3k is a news, full-text, and article metadata extraction..
MIT
- You-Get (π₯24 Β· β 53K Β· π) - Dumb downloader that scrapes the web.
MIT
- Pattern (π₯23 Β· β 8.9K Β· π) - Web mining module for Python, with tools for scraping, natural..
BSD-3
- pytrends (π₯23 Β· β 3.2K Β· π) - Pseudo API for Google Trends.
Apache-2
- pyspider (π₯22 Β· β 17K Β· π) - A Powerful Spider(Web Crawler) System in Python.
Apache-2
- robobrowser (π₯22 Β· β 3.7K Β· π) - Your friendly neighborhood web scraper.
BSD-3
- frontera (π₯20 Β· β 1.3K Β· π) - A scalable frontier for web crawlers.
BSD-3
- scrapely (π₯19 Β· β 1.9K Β· π) - A pure-python HTML screen-scraping library.
BSD-3
- ruia (π₯18 Β· β 1.7K Β· π) - Async Python 3.6+ web scraping micro-framework based on asyncio.
Apache-2
- gazpacho (π₯18 Β· β 760 Β· π) - The simple, fast, and modern web scraping library.
MIT
- Photon (π₯17 Β· β 11K Β· π) - Incredibly fast crawler designed for OSINT.
βοΈGPL-3.0
- Lassie (π₯17 Β· β 610 Β· π) - Web Content Retrieval for Humans.
MIT
- AutoScraper (π₯16 Β· β 6.2K Β· π) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python.
MIT
- opengraph (π₯16 Β· β 240 Β· π) - A python module to parse the Open Graph Protocol.
MIT
- snallygaster (π₯15 Β· β 2.1K Β· π€) - Tool to scan for secret files on HTTP servers.
βοΈ0BSD
- Cola (π₯14 Β· β 1.5K Β· π) - A high-level distributed crawling framework.
Apache-2
- lazynlp (π₯11 Β· β 1.9K Β· π) - Library to scrape and clean web pages to create massive datasets.
MIT
- Scrapera (π₯11 Β· β 250 Β· π) - A universal package of scraper scripts for humans.
MIT
- Transistor (π₯11 Β· β 210 Β· π) - Transistor, a Python web scraping framework for intelligent use..
MIT

Prometheus Client (π₯32 Β· β 4.3K) - Python client for the Prometheus monitoring system. Apache-2
-
GitHub (π¨βπ» 180 Β· π 870):
git clone https://github.com/prometheus/client_python
-
PyPi (π₯ 180M / month Β· π¦ 4.8K Β· β±οΈ 24.07.2026):
pip install prometheus-client
-
Conda (π₯ 28M Β· β±οΈ 25.07.2026):
conda install -c conda-forge prometheus_client
sentry (π₯26 Β· β 44K) - Developer-first error tracking and performance monitoring. βοΈSSPL-1.0
-
GitHub (π¨βπ» 1.1K Β· π 4.7K Β· π¦ 760):
git clone https://github.com/getsentry/sentry
-
PyPi (π₯ 2.5K / month Β· π¦ 140 Β· β±οΈ 25.07.2023):
pip install sentry
-
Conda (π₯ 1.9M Β· β±οΈ 13.08.2026):
conda install -c conda-forge sentry-sdk
opentelemetry-python (π₯23 Β· β 2.6K) - OpenTelemetry Python API and SDK. Apache-2
-
GitHub (π¨βπ» 390 Β· π 970):
git clone https://github.com/open-telemetry/opentelemetry-python
-
PyPi (π₯ 640K / month Β· π¦ 9 Β· β±οΈ 17.02.2026):
pip install timing-asgi
-
Conda (π₯ 4.7M Β· β±οΈ 16.07.2026):
conda install -c conda-forge opentelemetry-api
opentracing-python (π₯22 Β· β 760 Β· π€) - OpenTracing API for Python. This library is.. Apache-2
-
GitHub (π¨βπ» 34 Β· π 160):
git clone https://github.com/opentracing/opentracing-python
-
PyPi (π₯ 750K / month Β· π¦ 170 Β· β±οΈ 19.11.2020):
pip install opentracing
-
Conda (π₯ 540K Β· β±οΈ 13.10.2025):
conda install -c conda-forge opentracing
starlette context (π₯22 Β· β 610) - Middleware for Starlette that allows you to store and.. MIT 
-
GitHub (π¨βπ» 11 Β· π 29 Β· π¦ 1.6K):
git clone https://github.com/tomwojcik/starlette-context
-
PyPi (π₯ 2.2M / month Β· π¦ 93 Β· β±οΈ 28.02.2026):
pip install starlette-context
Flask-MonitoringDashboard (π₯20 Β· β 830) - Automatically monitor the evolving performance of.. MIT 
-
GitHub (π¨βπ» 48 Β· π 170):
git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard
-
PyPi (π₯ 9.8K / month Β· π¦ 11 Β· β±οΈ 14.11.2025):
pip install flask-monitoringdashboard
GoAccess (π₯17 Β· β 21K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT
timing-asgi (π₯10 Β· β 130) - ASGI middleware to record and emit timing metrics (to something like.. MIT
Show 5 hidden projects...
- posthog (π₯31 Β· β 38K Β· π) - PostHog is the leading platform for building self-driving..
βUnlicensed
- prometheus-flask-exporter (π₯22 Β· β 670 Β· π) - Prometheus exporter for Flask applications.
MIT 
- Starlette Prometheus (π₯20 Β· β 380 Β· π) - Prometheus integration for Starlette.
βοΈGPL-3.0 
- ngxtop (π₯18 Β· β 6.5K Β· π) - Real-time metrics for nginx server.
MIT
- flask-state (π₯13 Β· β 610 Β· π) - Display machine state using Python3 with Flask.
BSD-3 

Streamlit (π₯36 Β· β 46K) - Streamlit A faster way to build and share data apps. Apache-2
-
GitHub (π¨βπ» 1K Β· π 4.4K Β· π¦ 1M):
git clone https://github.com/streamlit/streamlit
-
PyPi (π₯ 31M / month Β· π¦ 7.2K Β· β±οΈ 19.08.2026):
pip install streamlit
Panel (π₯31 Β· β 5.7K) - Panel: The powerful data exploration & web app framework for Python. BSD-3
-
GitHub (π¨βπ» 260 Β· π 620 Β· π¦ 19K):
git clone https://github.com/holoviz/panel
-
PyPi (π₯ 3.6M / month Β· π¦ 710 Β· β±οΈ 19.08.2026):
pip install panel
NiceGUI (π₯29 Β· β 16K) - Create web-based user interfaces with Python. The nice way. MIT
-
GitHub (π¨βπ» 230 Β· π 940 Β· π¦ 3K):
git clone https://github.com/zauberzeug/nicegui
-
PyPi (π₯ 1.2M / month Β· π¦ 520 Β· β±οΈ 12.08.2026):
pip install nicegui
-
Conda (π₯ 170K Β· β±οΈ 14.08.2026):
conda install -c conda-forge nicegui
-
Docker Hub (π₯ 91K Β· β 12 Β· β±οΈ 12.08.2026):
docker pull zauberzeug/nicegui
trame (π₯24 Β· β 670) - Trame lets you weave various components and technologies into a Web.. Apache-2
-
GitHub (π¨βπ» 32 Β· π 80 Β· π¦ 820):
git clone https://github.com/Kitware/trame
-
PyPi (π₯ 1.3M / month Β· π¦ 190 Β· β±οΈ 15.05.2026):
pip install trame
wave (π₯22 Β· β 4.2K) - Realtime Web Apps and Dashboards for Python and R. Apache-2
-
GitHub (π¨βπ» 65 Β· π 370):
git clone https://github.com/h2oai/wave
-
PyPi (π₯ 59K / month Β· π¦ 120 Β· β±οΈ 15.03.2024):
pip install wave
Wooey (π₯20 Β· β 2.2K) - A Django app that creates automatic web UIs for Python scripts. BSD-3
-
GitHub (π¨βπ» 25 Β· π 190 Β· π¦ 52):
git clone https://github.com/wooey/wooey
-
PyPi (π₯ 170 / month Β· β±οΈ 13.04.2026):
pip install wooey
pyscript (π₯15 Β· β 19K) - An open source platform for Python in the browser... Apache-2
Show 5 hidden projects...
- PyWebIO (π₯21 Β· β 4.8K Β· π) - Write interactive web app in script way.
MIT
- python-react (π₯21 Β· β 1.6K Β· π) - Server-side rendering of React components.
MIT
- idom (π₯20 Β· β 8.1K Β· π) - Its React, but in Python.
MIT
- flaskbb (π₯18 Β· β 2.7K) - A classic Forum Software in Python using Flask.
βUnlicensed 
- Misago (π₯14 Β· β 2.5K Β· π) - Misago is fully featured modern forum application that is fast,..
βοΈGPL-2.0

django-debug-toolbar (π₯33 Β· β 8.4K) - A configurable set of panels that display various.. BSD-3
-
GitHub (π¨βπ» 330 Β· π 1.1K Β· π¦ 110K):
git clone https://github.com/jazzband/django-debug-toolbar
-
PyPi (π₯ 9.3M / month Β· π¦ 400 Β· β±οΈ 14.08.2026):
pip install django-debug-toolbar
-
Conda (π₯ 680K Β· β±οΈ 16.08.2026):
conda install -c conda-forge django-debug-toolbar
flask-admin (π₯29 Β· β 6.1K) - Simple and extensible admin interface framework for Flask. BSD-3 
-
GitHub (π¨βπ» 390 Β· π 1.6K Β· π¦ 33K):
git clone https://github.com/flask-admin/flask-admin
-
PyPi (π₯ 2.6M / month Β· π¦ 210 Β· β±οΈ 07.05.2026):
pip install flask-admin
-
Conda (π₯ 480K Β· β±οΈ 07.05.2026):
conda install -c conda-forge flask-admin
django-grappelli (π₯26 Β· β 3.9K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 
-
GitHub (π¨βπ» 91 Β· π 660 Β· π¦ 6.9K):
git clone https://github.com/sehmaschine/django-grappelli
-
PyPi (π₯ 320K / month Β· π¦ 34 Β· β±οΈ 29.04.2026):
pip install django-grappelli
-
Conda (π₯ 400K Β· β±οΈ 29.04.2026):
conda install -c conda-forge django-grappelli
django-admin-interface (π₯25 Β· β 2K Β· π€) - djangos default admin interface with superpowers -.. MIT 
-
GitHub (π¨βπ» 46 Β· π 200 Β· π¦ 5.3K):
git clone https://github.com/fabiocaccamo/django-admin-interface
-
PyPi (π₯ 260K / month Β· π¦ 9 Β· β±οΈ 19.12.2025):
pip install django-admin-interface
starlette-admin (π₯24 Β· β 1K) - Fast, beautiful and extensible administrative interface.. MIT 
-
GitHub (π¨βπ» 33 Β· π 96 Β· π¦ 1.1K):
git clone https://github.com/jowilf/starlette-admin
-
PyPi (π₯ 210K / month Β· π¦ 37 Β· β±οΈ 16.08.2026):
pip install starlette-admin
-
Conda (π₯ 20K Β· β±οΈ 22.07.2026):
conda install -c conda-forge starlette-admin
django-jet (π₯18 Β· β 3.6K Β· π€) - Modern responsive template for the Django admin.. βοΈAGPL-3.0 
-
GitHub (π¨βπ» 29 Β· π 770):
git clone https://github.com/geex-arts/django-jet
-
PyPi (π₯ 16K / month Β· π¦ 8 Β· β±οΈ 18.10.2018):
pip install django-jet
Show 7 hidden projects...
- django-suit (π₯22 Β· β 2.3K Β· π) - Modern theme for Django admin interface.
βοΈAFL-3.0 
- django-admin-bootstrapped (π₯22 Β· β 1.6K Β· π) - A Django admin theme using Twitter Bootstrap. It..
Apache-2 
- fastapi-admin (π₯21 Β· β 3.8K Β· π) - A fast admin dashboard based on FastAPI and..
Apache-2 
- xadmin (π₯20 Β· β 4.8K Β· π) - Drop-in replacement of Django admin comes with lots of goodies,..
BSD-3
- django-smuggler (π₯19 Β· β 370 Β· π) - Django Smuggler is a pluggable application for Django..
βοΈLGPL-3.0 
- django-admin2 (π₯16 Β· β 1.2K Β· π) - Extendable, adaptable rewrite of django.contrib.admin.
BSD-3 
- nginx-ui (π₯14 Β· β 4.5K Β· π) - Nginx UI allows you to access and modify the nginx configurations..
MIT

Kong (π₯24 Β· β 45K) - The API and AI Gateway. Apache-2
-
GitHub (π¨βπ» 450 Β· π 5.2K Β· π¦ 25):
git clone https://github.com/kong/kong
-
Docker Hub (π₯ 360M Β· β 830 Β· β±οΈ 18.08.2026):
docker pull kong
tyk (π₯16 Β· β 11K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0

flask-cors (π₯32 Β· β 930) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT 
-
GitHub (π¨βπ» 54 Β· π 150 Β· π¦ 460K):
git clone https://github.com/corydolphin/flask-cors
-
PyPi (π₯ 58M / month Β· π¦ 1.1K Β· β±οΈ 08.06.2026):
pip install flask-cors
-
Conda (π₯ 2.1M Β· β±οΈ 09.06.2026):
conda install -c conda-forge flask-cors
flask-sqlalchemy (π₯30 Β· β 4.3K Β· π€) - Add SQLAlchemy support to your Flask application. BSD-3 
-
GitHub (π¨βπ» 120 Β· π 900 Β· π¦ 540K):
git clone https://github.com/pallets/flask-sqlalchemy
-
PyPi (π₯ 29M / month Β· π¦ 1.3K Β· β±οΈ 11.09.2023):
pip install flask-sqlalchemy
-
Conda (π₯ 1M Β· β±οΈ 01.12.2025):
conda install -c conda-forge flask-sqlalchemy
flask-limiter (π₯27 Β· β 1.2K) - Rate Limiting extension for Flask. MIT 
-
GitHub (π¨βπ» 46 Β· π 130 Β· π¦ 23K):
git clone https://github.com/alisaifee/flask-limiter
-
PyPi (π₯ 20M / month Β· π¦ 190 Β· β±οΈ 06.12.2025):
pip install flask-limiter
flask-marshmallow (π₯26 Β· β 890) - Flask + marshmallow for beautiful APIs. MIT 
-
GitHub (π¨βπ» 27 Β· π 63 Β· π¦ 34K):
git clone https://github.com/marshmallow-code/flask-marshmallow
-
PyPi (π₯ 1.5M / month Β· π¦ 180 Β· β±οΈ 16.04.2026):
pip install flask-marshmallow
-
Conda (π₯ 220K Β· β±οΈ 16.04.2026):
conda install -c conda-forge flask-marshmallow
flask-bcrypt (π₯26 Β· β 330 Β· π€) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 
-
GitHub (π¨βπ» 25 Β· π 64 Β· π¦ 82K):
git clone https://github.com/maxcountryman/flask-bcrypt
-
PyPi (π₯ 2.1M / month Β· π¦ 120 Β· β±οΈ 05.04.2022):
pip install flask-bcrypt
-
Conda (π₯ 84K Β· β±οΈ 22.04.2025):
conda install -c conda-forge flask-bcrypt
flask-security (π₯25 Β· β 700) - Quickly add security features to your Flask application. MIT 
-
GitHub (π¨βπ» 130 Β· π 170 Β· π¦ 8.6K):
git clone https://github.com/mattupstate/flask-security
-
PyPi (π₯ 150K / month Β· π¦ 73 Β· β±οΈ 12.08.2026):
pip install flask-security
-
Conda (π₯ 200K Β· β±οΈ 14.08.2026):
conda install -c conda-forge flask-security
flask_pydantic (π₯21 Β· β 430 Β· π€) - Flask extension for integration with Pydantic library. MIT 
-
GitHub (π¨βπ» 24 Β· π 69 Β· π¦ 910):
git clone https://github.com/bauerji/flask_pydantic
-
PyPi (π₯ 610K / month Β· π¦ 11 Β· β±οΈ 22.12.2025):
pip install flask_pydantic
flask-rebar (π₯20 Β· β 240) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT 

-
GitHub (π¨βπ» 48 Β· π 38 Β· π¦ 58):
git clone https://github.com/plangrid/flask-rebar
-
PyPi (π₯ 4.1K / month Β· π¦ 7 Β· β±οΈ 26.06.2026):
pip install flask-rebar
safrs (π₯17 Β· β 410) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. βοΈGPL-3.0 

-
GitHub (π¨βπ» 17 Β· π 73 Β· π¦ 610):
git clone https://github.com/thomaxxl/safrs
-
PyPi (π₯ 760 / month Β· π¦ 2 Β· β±οΈ 09.03.2026):
pip install safrs
flask-jsonrpc (π₯17 Β· β 300 Β· π€) - Basic JSON-RPC implementation for your Flask-powered.. BSD-3 
-
GitHub (π¨βπ» 19 Β· π 62 Β· π¦ 290):
git clone https://github.com/cenobites/flask-jsonrpc
-
PyPi (π₯ 160 / month Β· β±οΈ 28.04.2012):
pip install rpc
Show 26 hidden projects...
- Flask-Migrate (π₯29 Β· β 2.4K Β· π) - SQLAlchemy database migrations for Flask applications..
MIT 
- flask-caching (π₯27 Β· β 930) - A caching extension for Flask.
βUnlicensed 
- flask-babel (π₯27 Β· β 450 Β· π) - i18n and l10n support for Flask based on Babel and pytz.
BSD-3 
- flask-api (π₯25 Β· β 1.5K Β· π) - Browsable web APIs for Flask.
BSD-3 
- flask-mongoengine (π₯24 Β· β 830 Β· π) - MongoEngine flask extension with WTF model forms..
BSD-3 
- flask-session (π₯24 Β· β 540 Β· π) - Server-side session support for Flask.
BSD-3 
- Flask-Moment (π₯24 Β· β 370 Β· π) - Formatting of dates and times in Flask templates using..
MIT 
- flask-paginate (π₯24 Β· β 280 Β· π) - Pagination support for flask.
BSD-3 
- flask-apispec (π₯23 Β· β 650 Β· π) - Build and document REST APIs with Flask and apispec.
MIT 
- flask-assets (π₯23 Β· β 450 Β· π) - Flask webassets integration.
BSD-2 
- flask-seasurf (π₯22 Β· β 190 Β· π) - SeaSurf is a Flask extension for preventing cross-site..
BSD-3 
- flask-bootstrap (π₯21 Β· β 1.6K Β· π) - A Flask app template with integrated SQLAlchemy,..
BSD-3 
- Frozen-Flask (π₯21 Β· β 800 Β· π) - Freezes a Flask application into a set of static files.
βUnlicensed 
- flask-ask (π₯20 Β· β 1.9K Β· π) - Alexa Skills Kit for Python.
Apache-2 
- flask-talisman (π₯20 Β· β 940 Β· π) - HTTP security headers for Flask.
Apache-2 
- flask-profiler (π₯20 Β· β 750 Β· π) - a flask profiler which watches endpoint calls and tries..
MIT 
- flask_injector (π₯20 Β· β 280 Β· π) - Adds Injector, a Dependency Injection framework,..
BSD-3 
- Flask-Excel (π₯20 Β· β 260 Β· π) - A flask extension using pyexcel to read, manipulate and write..
BSD-3
- flask-s3 (π₯19 Β· β 200 Β· π) - Seamlessly serve your static assets of your Flask app from Amazon..
βοΈWTFPL
- flask-ngrok (π₯19 Β· β 140 Β· π) - A simple way to demo Flask apps from your machine.
Apache-2 
- Flask-Opentracing (π₯18 Β· β 140 Β· π) - OpenTracing instrumentation for the Flask..
BSD-3 
- flask-msearch (π₯17 Β· β 230 Β· π) - Full text search for flask.
BSD-3 
- flask_jsondash (π₯14 Β· β 3.3K Β· π) - Build complex dashboards without any front-end code...
MIT 
- flask2postman (π₯14 Β· β 150 Β· π) - Generate a Postman collection from your Flask application.
MIT 
- flask-file-upload (π₯13 Β· β 130 Β· π) - Easy file uploads for Flask.
MIT 
- cookiecutter-flask (π₯12 Β· β 4.5K Β· π) - A flask template with Bootstrap, asset..
MIT 

slowapi (π₯28 Β· β 2K) - A rate limiter for Starlette and FastAPI. MIT 
-
GitHub (π¨βπ» 28 Β· π 130 Β· π¦ 12K):
git clone https://github.com/laurents/slowapi
-
PyPi (π₯ 22M / month Β· π¦ 620 Β· β±οΈ 13.06.2026):
pip install slowapi
sqladmin (π₯25 Β· β 2.8K) - SQLAlchemy admin for FastAPI and Starlette. BSD-3 
-
GitHub (π¨βπ» 110 Β· π 300 Β· π¦ 1.9K):
git clone https://github.com/aminalaee/sqladmin
-
PyPi (π₯ 980K / month Β· π¦ 51 Β· β±οΈ 06.08.2026):
pip install sqladmin
fastapi-code-generator (π₯24 Β· β 1.4K) - This code generator creates FastAPI app from an.. MIT 

-
GitHub (π¨βπ» 36 Β· π 150 Β· π¦ 260):
git clone https://github.com/koxudaxi/fastapi-code-generator
-
PyPi (π₯ 46K / month Β· π¦ 10 Β· β±οΈ 01.07.2026):
pip install fastapi-code-generator
starlette_exporter (π₯22 Β· β 420) - Prometheus exporter for Starlette and FastAPI. Apache-2 
-
GitHub (π¨βπ» 27 Β· π 38):
git clone https://github.com/stephenhillier/starlette_exporter
-
PyPi (π₯ 1.8M / month Β· π¦ 41 Β· β±οΈ 29.07.2026):
pip install starlette_exporter
fastapi-mvc (π₯13 Β· β 800) - Developer productivity tool for making high-quality FastAPI.. MIT 
-
GitHub (π¨βπ» 7 Β· π 59 Β· π¦ 18):
git clone https://github.com/rszamszur/fastapi-mvc
-
PyPi (π₯ 180 / month Β· β±οΈ 11.02.2026):
pip install fastapi-mvc
Show 12 hidden projects...

Show 3 hidden projects...
- pyramid_jinja2 (π₯17 Β· β 71 Β· π€) - Jinja2 templating system bindings for the Pyramid web..
βUnlicensed 
- pyramid_celery (π₯14 Β· β 110 Β· π) - Pyramid configuration with celery integration. Allows..
MIT 
- pyramid_services (π₯14 Β· β 81 Β· π) - A service layer for pyramid.
MIT 

django-extensions (π₯31 Β· β 6.7K Β· π€) - This is a repository for collecting global custom.. MIT 
-
GitHub (π¨βπ» 610 Β· π 1.2K Β· π¦ 270K):
git clone https://github.com/django-extensions/django-extensions
-
PyPi (π₯ 15M / month Β· π¦ 550 Β· β±οΈ 11.04.2025):
pip install django-extensions
-
Conda (π₯ 1.4M Β· β±οΈ 22.04.2025):
conda install -c conda-forge django-extensions
django-filter (π₯31 Β· β 4.7K) - A generic system for filtering Django QuerySets based on.. BSD-3 
-
GitHub (π¨βπ» 220 Β· π 770 Β· π¦ 200K):
git clone https://github.com/carltongibson/django-filter
-
PyPi (π₯ 18M / month Β· π¦ 1.2K Β· β±οΈ 11.07.2026):
pip install django-filter
-
Conda (π₯ 400K Β· β±οΈ 12.07.2026):
conda install -c conda-forge django-filter
django-environ (π₯31 Β· β 3.2K) - Django-environ allows you to utilize 12factor inspired.. MIT 
-
GitHub (π¨βπ» 110 Β· π 340 Β· π¦ 280K):
git clone https://github.com/joke2k/django-environ
-
PyPi (π₯ 8.7M / month Β· π¦ 520 Β· β±οΈ 18.06.2026):
pip install django-environ
-
Conda (π₯ 240K Β· β±οΈ 19.06.2026):
conda install -c conda-forge django-environ
django-import-export (π₯30 Β· β 3.3K) - Django application and library for importing and.. BSD-2 
-
GitHub (π¨βπ» 250 Β· π 820 Β· π¦ 130K):
git clone https://github.com/django-import-export/django-import-export
-
PyPi (π₯ 2.9M / month Β· π¦ 220 Β· β±οΈ 05.05.2026):
pip install django-import-export
-
Conda (π₯ 280K Β· β±οΈ 05.05.2026):
conda install -c conda-forge django-import-export
django-stubs (π₯30 Β· β 2K) - PEP-484 stubs for Django. MIT 
-
GitHub (π¨βπ» 350 Β· π 560 Β· π¦ 15K):
git clone https://github.com/typeddjango/django-stubs
-
PyPi (π₯ 11M / month Β· π¦ 630 Β· β±οΈ 12.08.2026):
pip install django-stubs
-
Conda (π₯ 94K Β· β±οΈ 13.08.2026):
conda install -c conda-forge django-stubs
Django-Ninja (π₯29 Β· β 9.2K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT
-
GitHub (π¨βπ» 180 Β· π 610):
git clone https://github.com/vitalik/django-ninja
-
PyPi (π₯ 3.4M / month Β· π¦ 260 Β· β±οΈ 17.08.2026):
pip install django-ninja
-
Conda (π₯ 49K Β· β±οΈ 18.08.2026):
conda install -c conda-forge django-ninja
django-cors-headers (π₯29 Β· β 5.5K Β· π€) - Django app for handling the server headers required.. MIT 
-
GitHub (π¨βπ» 70 Β· π 540 Β· π¦ 320K):
git clone https://github.com/adamchainz/django-cors-headers
-
PyPi (π₯ 22M / month Β· π¦ 510 Β· β±οΈ 18.09.2025):
pip install django-cors-headers
-
Conda (π₯ 270K Β· β±οΈ 18.09.2025):
conda install -c conda-forge django-cors-headers
django-reversion (π₯29 Β· β 3.2K) - django-reversion is an extension to the Django web.. BSD-3 
-
GitHub (π¨βπ» 200 Β· π 490 Β· π¦ 7.9K):
git clone https://github.com/etianen/django-reversion
-
PyPi (π₯ 2.1M / month Β· π¦ 94 Β· β±οΈ 12.06.2026):
pip install django-reversion
django-mptt (π₯29 Β· β 3K) - Utilities for implementing a modified pre-order traversal tree in.. MIT 
-
GitHub (π¨βπ» 160 Β· π 460 Β· π¦ 24K):
git clone https://github.com/django-mptt/django-mptt
-
PyPi (π₯ 1.5M / month Β· π¦ 270 Β· β±οΈ 02.06.2026):
pip install django-mptt
-
Conda:
conda install -c anaconda django-mptt
django-model-utils (π₯29 Β· β 2.8K) - Django model mixins and utilities. BSD-3 
-
GitHub (π¨βπ» 140 Β· π 370 Β· π¦ 27K):
git clone https://github.com/jazzband/django-model-utils
-
PyPi (π₯ 5M / month Β· π¦ 500 Β· β±οΈ 04.09.2024):
pip install django-model-utils
django-autocomplete-light (π₯29 Β· β 1.9K) - A fresh approach to autocomplete implementations,.. MIT 
-
GitHub (π¨βπ» 200 Β· π 460 Β· π¦ 4.8K):
git clone https://github.com/yourlabs/django-autocomplete-light
-
PyPi (π₯ 700K / month Β· π¦ 100 Β· β±οΈ 29.06.2026):
pip install django-autocomplete-light
sorl-thumbnail (π₯29 Β· β 1.8K) - Thumbnails for Django. BSD-3 
-
GitHub (π¨βπ» 170 Β· π 500 Β· π¦ 16K):
git clone https://github.com/jazzband/sorl-thumbnail
-
PyPi (π₯ 520K / month Β· π¦ 120 Β· β±οΈ 19.08.2026):
pip install sorl-thumbnail
-
Conda (π₯ 15K Β· β±οΈ 22.04.2025):
conda install -c conda-forge sorl-thumbnail
django-countries (π₯29 Β· β 1.5K) - A Django application that provides country choices for.. MIT 
-
GitHub (π¨βπ» 59 Β· π 300 Β· π¦ 30K):
git clone https://github.com/SmileyChris/django-countries
-
PyPi (π₯ 2.3M / month Β· π¦ 140 Β· β±οΈ 10.06.2026):
pip install django-countries
django-simple-history (π₯28 Β· β 2.5K) - Store model history and view/revert changes from.. BSD-3 
-
GitHub (π¨βπ» 190 Β· π 510 Β· π¦ 7.3K):
git clone https://github.com/jazzband/django-simple-history
-
PyPi (π₯ 4.6M / month Β· π¦ 130 Β· β±οΈ 22.07.2026):
pip install django-simple-history
django-rq (π₯28 Β· β 1.9K) - A simple app that provides django integration for RQ (Redis Queue). MIT 
-
GitHub (π¨βπ» 140 Β· π 300 Β· π¦ 4.4K):
git clone https://github.com/rq/django-rq
-
PyPi (π₯ 1.1M / month Β· π¦ 120 Β· β±οΈ 04.07.2026):
pip install django-rq
django-constance (π₯28 Β· β 1.9K) - Dynamic Django settings. BSD-3 
-
GitHub (π¨βπ» 160 Β· π 330 Β· π¦ 2.5K):
git clone https://github.com/jazzband/django-constance
-
PyPi (π₯ 1.2M / month Β· π¦ 39 Β· β±οΈ 15.03.2026):
pip install django-constance
django-polymorphic (π₯28 Β· β 1.8K) - Seamless polymorphic inheritance for Django models. BSD-3 
-
GitHub (π¨βπ» 150 Β· π 300 Β· π¦ 7.9K):
git clone https://github.com/django-polymorphic/django-polymorphic
-
PyPi (π₯ 2.7M / month Β· π¦ 180 Β· β±οΈ 01.08.2026):
pip install django-polymorphic
-
Conda (π₯ 250K Β· β±οΈ 01.08.2026):
conda install -c conda-forge django_polymorphic
django-phonenumber-field (π₯28 Β· β 1.5K) - An international phone number field for django models. MIT 
-
GitHub (π¨βπ» 120 Β· π 320 Β· π¦ 32K):
git clone https://github.com/stefanfoulis/django-phonenumber-field
-
PyPi (π₯ 6.9M / month Β· π¦ 160 Β· β±οΈ 23.07.2026):
pip install django-phonenumber-field
django-oscar (π₯27 Β· β 6.6K) - Domain-driven e-commerce for Django. BSD-3 
-
GitHub (π¨βπ» 380 Β· π 2.3K Β· π¦ 1.2K):
git clone https://github.com/django-oscar/django-oscar
-
PyPi (π₯ 67K / month Β· π¦ 47 Β· β±οΈ 05.08.2026):
pip install django-oscar
django-webpack-loader (π₯27 Β· β 2.5K) - Transparently use webpack with django. MIT 
-
GitHub (π¨βπ» 67 Β· π 340 Β· π¦ 10K):
git clone https://github.com/django-webpack/django-webpack-loader
-
PyPi (π₯ 940K / month Β· π¦ 70 Β· β±οΈ 13.05.2026):
pip install django-webpack-loader
-
Conda (π₯ 32K Β· β±οΈ 13.05.2026):
conda install -c conda-forge django-webpack-loader
django-bootstrap3 (π₯27 Β· β 2.3K) - Bootstrap 3 integration with Django. BSD-3 
-
GitHub (π¨βπ» 100 Β· π 670 Β· π¦ 20K):
git clone https://github.com/zostera/django-bootstrap3
-
PyPi (π₯ 340K / month Β· π¦ 72 Β· β±οΈ 30.07.2026):
pip install django-bootstrap3
-
Conda (π₯ 56K Β· β±οΈ 22.04.2025):
conda install -c conda-forge django-bootstrap3
django-widget-tweaks (π₯27 Β· β 2.2K) - Tweak the form field rendering in templates, not in.. MIT 
-
GitHub (π¨βπ» 38 Β· π 140 Β· π¦ 50K):
git clone https://github.com/jazzband/django-widget-tweaks
-
PyPi (π₯ 1.4M / month Β· π¦ 150 Β· β±οΈ 02.01.2026):
pip install django-widget-tweaks
dj-database-url (π₯27 Β· β 1.6K) - Use Database URLs in your Django Application. BSD-3 
-
GitHub (π¨βπ» 78 Β· π 220 Β· π¦ 310K):
git clone https://github.com/jacobian/dj-database-url
-
PyPi (π₯ 8.7M / month Β· π¦ 360 Β· β±οΈ 19.02.2026):
pip install dj-database-url
djangorestframework-stubs (π₯27 Β· β 540) - PEP-484 stubs for django-rest-framework. MIT 
-
GitHub (π¨βπ» 96 Β· π 140 Β· π¦ 4.5K):
git clone https://github.com/typeddjango/djangorestframework-stubs
-
PyPi (π₯ 6.3M / month Β· π¦ 120 Β· β±οΈ 12.08.2026):
pip install djangorestframework-stubs
-
Conda (π₯ 46K Β· β±οΈ 14.08.2026):
conda install -c conda-forge djangorestframework-stubs
channels (π₯26 Β· β 6.3K Β· π€) - Developer-friendly asynchrony for Django. BSD-3 
-
GitHub (π¨βπ» 280 Β· π 820 Β· π¦ 24):
git clone https://github.com/django/channels
-
PyPi (π₯ 6.2M / month Β· π¦ 440 Β· β±οΈ 20.11.2025):
pip install channels
-
Conda (π₯ 290K Β· β±οΈ 20.11.2025):
conda install -c conda-forge channels
django-taggit (π₯26 Β· β 3.4K) - Simple tagging for django. BSD-3 
-
GitHub (π¨βπ» 160 Β· π 630):
git clone https://github.com/jazzband/django-taggit
-
PyPi (π₯ 2.1M / month Β· π¦ 220 Β· β±οΈ 29.09.2024):
pip install django-taggit
-
Conda (π₯ 490K Β· β±οΈ 22.04.2025):
conda install -c conda-forge django-taggit
django-imagekit (π₯26 Β· β 2.4K Β· π) - Automated image processing for Django. Currently v6.0. BSD-3 
-
GitHub (π¨βπ» 81 Β· π 280 Β· π¦ 10K):
git clone https://github.com/matthewwithanm/django-imagekit
-
PyPi (π₯ 490K / month Β· π¦ 54 Β· β±οΈ 22.02.2026):
pip install django-imagekit
django-pipeline (π₯26 Β· β 1.5K) - Pipeline is an asset packaging library for Django. MIT 
-
GitHub (π¨βπ» 180 Β· π 370 Β· π¦ 2.7K):
git clone https://github.com/jazzband/django-pipeline
-
PyPi (π₯ 340K / month Β· π¦ 35 Β· β±οΈ 13.09.2025):
pip install django-pipeline
easy-thumbnails (π₯26 Β· β 1.4K) - Easy thumbnails for Django. BSD-3 
-
GitHub (π¨βπ» 100 Β· π 320 Β· π¦ 12K):
git clone https://github.com/SmileyChris/easy-thumbnails
-
PyPi (π₯ 500K / month Β· π¦ 140 Β· β±οΈ 17.08.2025):
pip install easy-thumbnails
django-bootstrap4 (π₯26 Β· β 1K Β· π€) - Bootstrap 4 integration with Django. BSD-3 
-
GitHub (π¨βπ» 140 Β· π 260 Β· π¦ 190K):
git clone https://github.com/zostera/django-bootstrap4
-
PyPi (π₯ 310K / month Β· π¦ 89 Β· β±οΈ 03.01.2026):
pip install django-bootstrap4
-
Conda (π₯ 46K Β· β±οΈ 09.08.2025):
conda install -c conda-forge django-bootstrap4
django-fsm (π₯25 Β· β 2.3K Β· π€) - Django friendly finite state machine support. MIT 
-
GitHub (π¨βπ» 70 Β· π 310 Β· π¦ 1.9K):
git clone https://github.com/viewflow/django-fsm
-
PyPi (π₯ 650K / month Β· π¦ 64 Β· β±οΈ 07.10.2025):
pip install django-fsm
-
Conda (π₯ 97K Β· β±οΈ 07.10.2025):
conda install -c conda-forge django-fsm
django-money (π₯25 Β· β 1.8K) - Money fields for Django forms and models. BSD-3 
-
GitHub (π¨βπ» 130 Β· π 320):
git clone https://github.com/django-money/django-money
-
PyPi (π₯ 810K / month Β· π¦ 50 Β· β±οΈ 07.06.2026):
pip install django-money
django-organizations (π₯25 Β· β 1.4K) - Multi-user accounts for Django projects. BSD-2 
-
GitHub (π¨βπ» 54 Β· π 220 Β· π¦ 320):
git clone https://github.com/bennylope/django-organizations
-
PyPi (π₯ 86K / month Β· π¦ 7 Β· β±οΈ 03.07.2026):
pip install django-organizations
-
Conda (π₯ 14K Β· β±οΈ 08.03.2026):
conda install -c conda-forge django-organizations
django-rosetta (π₯25 Β· β 1.2K Β· π€) - Rosetta is a Django application that eases the.. MIT 
-
GitHub (π¨βπ» 87 Β· π 200 Β· π¦ 4K):
git clone https://github.com/mbi/django-rosetta
-
PyPi (π₯ 220K / month Β· π¦ 33 Β· β±οΈ 07.12.2025):
pip install django-rosetta
-
Conda (π₯ 19K Β· β±οΈ 22.04.2025):
conda install -c conda-forge django-rosetta
django-csp (π₯25 Β· β 620 Β· π€) - Content Security Policy for Django. BSD-3 
-
GitHub (π¨βπ» 67 Β· π 110 Β· π¦ 5.1K):
git clone https://github.com/mozilla/django-csp
-
PyPi (π₯ 4.3M / month Β· π¦ 54 Β· β±οΈ 02.04.2025):
pip install django-csp
viewflow (π₯24 Β· β 2.9K) - Reusable workflow library for Django. βοΈAGPL-3.0 
-
GitHub (π¨βπ» 27 Β· π 410 Β· π¦ 380):
git clone https://github.com/viewflow/viewflow
-
PyPi (π₯ 190K / month Β· π¦ 3 Β· β±οΈ 30.07.2026):
pip install django-viewflow
django-lifecycle (π₯24 Β· β 1.4K) - Declarative model lifecycle hooks, an alternative to.. MIT 
-
GitHub (π¨βπ» 42 Β· π 96 Β· π¦ 490):
git clone https://github.com/rsinger86/django-lifecycle
-
PyPi (π₯ 250K / month Β· π¦ 26 Β· β±οΈ 14.06.2026):
pip install django-lifecycle
django-filebrowser (π₯24 Β· β 1K) - Media-Management with Grappelli. BSD-3 
-
GitHub (π¨βπ» 38 Β· π 410 Β· π¦ 1K):
git clone https://github.com/sehmaschine/django-filebrowser
-
PyPi (π₯ 24K / month Β· π¦ 4 Β· β±οΈ 27.07.2026):
pip install django-filebrowser
django-cachalot (π₯23 Β· β 1.4K) - No effort, no worry, maximum performance. BSD-3 
-
GitHub (π¨βπ» 40 Β· π 160):
git clone https://github.com/noripyt/django-cachalot
-
PyPi (π₯ 270K / month Β· π¦ 12 Β· β±οΈ 10.08.2026):
pip install django-cachalot
-
Conda (π₯ 120K Β· β±οΈ 11.08.2026):
conda install -c conda-forge django-cachalot
django-configurations (π₯23 Β· β 1.1K Β· π€) - A helper for organizing Django project settings by.. BSD-3 
-
GitHub (π¨βπ» 74 Β· π 140 Β· π¦ 3.4K):
git clone https://github.com/jazzband/django-configurations
-
PyPi (π₯ 360K / month Β· π¦ 69 Β· β±οΈ 27.03.2024):
pip install django-configurations
-
Conda (π₯ 110K Β· β±οΈ 22.04.2025):
conda install -c conda-forge django-configurations
django-dbbackup (π₯23 Β· β 1.1K) - Management commands to help backup and restore a project.. BSD-3 
-
GitHub (π¨βπ» 84 Β· π 220 Β· π¦ 2.6K):
git clone https://github.com/jazzband/django-dbbackup
-
PyPi (π₯ 280K / month Β· π¦ 23 Β· β±οΈ 10.04.2026):
pip install django-dbbackup
django-easy-audit (π₯23 Β· β 840) - Yet another Django audit log app, hopefully the.. βοΈGPL-3.0 
-
GitHub (π¨βπ» 58 Β· π 200 Β· π¦ 370):
git clone https://github.com/soynatan/django-easy-audit
-
PyPi (π₯ 110K / month Β· π¦ 5 Β· β±οΈ 11.08.2026):
pip install django-easy-audit
django-robots (π₯23 Β· β 480) - A Django app for managing robots.txt files following the.. BSD-3 
-
GitHub (π¨βπ» 45 Β· π 100 Β· π¦ 1.6K):
git clone https://github.com/jazzband/django-robots
-
PyPi (π₯ 150K / month Β· π¦ 13 Β· β±οΈ 09.12.2023):
pip install django-robots
django-push-notifications (π₯22 Β· β 2.4K) - Send push notifications to mobile devices through GCM.. MIT 
-
GitHub (π¨βπ» 120 Β· π 640):
git clone https://github.com/jazzband/django-push-notifications
-
PyPi (π₯ 270K / month Β· π¦ 12 Β· β±οΈ 16.11.2025):
pip install django-push-notifications
cookiecutter-django (π₯20 Β· β 13K Β· π€) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 
-
GitHub (π¨βπ» 480 Β· π 3K Β· π¦ 34):
git clone https://github.com/cookiecutter/cookiecutter-django
-
PyPi (π₯ 57 / month Β· β±οΈ 15.01.2018):
pip install cookiecutter-django
django-codemod (π₯17 Β· β 190) - A tool to automatically fix Django deprecations. MIT 
-
GitHub (π¨βπ» 30 Β· π 19 Β· π¦ 5):
git clone https://github.com/browniebroke/django-codemod
-
PyPi (π₯ 3K / month Β· β±οΈ 07.08.2026):
pip install django-codemod
Show 30 hidden projects...
- django-storages (π₯30 Β· β 2.8K Β· π) - Django-storages is a project to provide a variety of..
BSD-3 
- django-redis (π₯29 Β· β 3.1K) - Full featured redis cache backend for Django.
βUnlicensed 
- django-haystack (π₯27 Β· β 3.7K) - Modular search for Django.
βUnlicensed 
- django-ckeditor (π₯27 Β· β 2.5K Β· π) - Django admin CKEditor integration.
BSD-3 
- django-tables2 (π₯26 Β· β 2K) - django-tables2 - An app for creating HTML tables.
βUnlicensed 
- django-waffle (π₯26 Β· β 1.2K Β· π) - A feature flipper for Django.
BSD-3 
- jsonfield (π₯26 Β· β 1.2K Β· π) - A reusable Django model field for storing ad-hoc JSON data.
MIT 
- django-cacheops (π₯25 Β· β 2.2K Β· π) - A slick ORM cache with automatic granular event-..
BSD-3 
- django-braces (π₯25 Β· β 2K Β· π) - Reusable, generic mixins for Django.
BSD-3 
- django-activity-stream (π₯24 Β· β 2.3K Β· π) - Generate generic activity streams from the actions on..
BSD-3 
- django-extra-views (π₯24 Β· β 1.4K Β· π) - Djangos class-based generic views are awesome, lets..
MIT 
- django-cleanup (π₯24 Β· β 1.1K Β· π) - Automatically deletes old file for FileField and..
MIT 
- django-redis-cache (π₯24 Β· β 1K Β· π) - A Redis cache backend for django.
BSD-3 
- django-q (π₯23 Β· β 1.8K Β· π) - A multiprocessing distributed task queue for Django.
MIT 
- django-paypal (π₯23 Β· β 720 Β· π) - A pluggable Django application for integrating PayPal..
MIT 
- django-compressor (π₯22 Β· β 2.9K) - Compresses linked and inline javascript or CSS into a..
βUnlicensed 
- django-watson (π₯22 Β· β 1.2K Β· π) - Full-text multi-table search application for Django...
BSD-3 
- django-sql-explorer (π₯21 Β· β 2.8K Β· π) - SQL Reporting that Just Works. Fast, simple, and..
MIT 
- django-blog-zinnia (π₯21 Β· β 2.1K Β· π) - Simple yet powerful and really extendable application..
BSD-3 
- django-angular (π₯21 Β· β 1.2K Β· π) - Let AngularJS play well with Django.
MIT 
- django-split-settings (π₯21 Β· β 1.1K Β· π) - Organize Django settings into multiple files and..
BSD-3 
- django-jenkins (π₯21 Β· β 950 Β· π) - Plug and play continuous integration with django and..
βοΈLGPL-3.0 
- django-solo (π₯21 Β· β 950 Β· π€) - Helps working with singletons - things like global..
βUnlicensed 
- django-floppyforms (π₯21 Β· β 840 Β· π) - Full control of form rendering in the templates.
βοΈMirOS 
- django-shop (π₯20 Β· β 3.1K Β· π) - A Django based shop system.
BSD-3 
- django-vanilla-views (π₯20 Β· β 980 Β· π) - Beautifully simple class-based views.
BSD-2 
- django-cache-machine (π₯20 Β· β 880 Β· π) - Automatic caching and invalidation for Django models..
BSD-3 
- django-summernote (π₯17 Β· β 1K Β· π) - Summernote plugin for Django.
MIT 
- merchant (π₯15 Β· β 1K Β· π) - A Django app to accept payments from various payment processors..
BSD-3 
- django-schedule (π₯10 Β· β 800 Β· π) - A calendaring app for Django. It is now stable,..
BSD-3 

jinja (π₯33 Β· β 11K Β· π€) - A very fast and expressive template engine. BSD-3
-
GitHub (π¨βπ» 340 Β· π 1.7K Β· π¦ 24):
git clone https://github.com/pallets/jinja
-
PyPi (π₯ 760M / month Β· π¦ 24K Β· β±οΈ 05.03.2025):
pip install jinja2
-
Conda (π₯ 75M Β· β±οΈ 30.11.2025):
conda install -c conda-forge jinja2
twisted (π₯32 Β· β 6K) - Event-driven networking engine written in Python. MIT
-
GitHub (π¨βπ» 310 Β· π 1.2K Β· π¦ 110K):
git clone https://github.com/twisted/twisted
-
PyPi (π₯ 15M / month Β· π¦ 1.3K Β· β±οΈ 11.05.2026):
pip install twisted
-
Conda (π₯ 1.7M Β· β±οΈ 11.05.2026):
conda install -c conda-forge twisted
dnspython (π₯32 Β· β 2.7K) - a powerful DNS toolkit for python. ISC
-
GitHub (π¨βπ» 140 Β· π 560 Β· π¦ 460K):
git clone https://github.com/rthalley/dnspython
-
PyPi (π₯ 340M / month Β· π¦ 2.5K Β· β±οΈ 07.09.2025):
pip install dnspython
-
Conda (π₯ 8.3M Β· β±οΈ 08.09.2025):
conda install -c conda-forge dnspython
pynacl (π₯32 Β· β 1.2K) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2
-
GitHub (π¨βπ» 78 Β· π 260 Β· π¦ 140K):
git clone https://github.com/pyca/pynacl
-
PyPi (π₯ 250M / month Β· π¦ 1.7K Β· β±οΈ 01.01.2026):
pip install pynacl
-
Conda (π₯ 16M Β· β±οΈ 09.07.2026):
conda install -c conda-forge pynacl
pyopenssl (π₯32 Β· β 940) - A Python wrapper around the OpenSSL library. Apache-2
-
GitHub (π¨βπ» 120 Β· π 440 Β· π¦ 280K):
git clone https://github.com/pyca/pyopenssl
-
PyPi (π₯ 280M / month Β· π¦ 3.3K Β· β±οΈ 01.08.2026):
pip install pyopenssl
-
Conda (π₯ 51M Β· β±οΈ 02.08.2026):
conda install -c conda-forge pyopenssl
idna (π₯32 Β· β 290) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3
-
GitHub (π¨βπ» 46 Β· π 130 Β· π¦ 2.5M):
git clone https://github.com/kjd/idna
-
PyPi (π₯ 1.9B / month Β· π¦ 11K Β· β±οΈ 18.08.2026):
pip install idna
-
Conda (π₯ 94M Β· β±οΈ 18.08.2026):
conda install -c conda-forge idna
structlog (π₯31 Β· β 4.8K) - Simple, powerful, and fast logging for Python. Apache-2
-
GitHub (π¨βπ» 140 Β· π 280 Β· π¦ 38K):
git clone https://github.com/hynek/structlog
-
PyPi (π₯ 120M / month Β· π¦ 5K Β· β±οΈ 06.06.2026):
pip install structlog
certifi (π₯31 Β· β 990) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0
-
GitHub (π¨βπ» 41 Β· π 300 Β· π¦ 5):
git clone https://github.com/certifi/python-certifi
-
PyPi (π₯ 2B / month Β· π¦ 16K Β· β±οΈ 22.07.2026):
pip install certifi
-
Conda (π₯ 210M Β· β±οΈ 22.07.2026):
conda install -c conda-forge certifi
Mako (π₯31 Β· β 450) - Mako Templates for Python. MIT
-
GitHub (π¨βπ» 63 Β· π 83 Β· π¦ 340K):
git clone https://github.com/sqlalchemy/mako
-
PyPi (π₯ 220M / month Β· π¦ 1.4K Β· β±οΈ 05.08.2026):
pip install mako
-
Conda (π₯ 14M Β· β±οΈ 05.08.2026):
conda install -c conda-forge mako
scapy (π₯30 Β· β 12K) - Scapy: the Python-based interactive packet manipulation program &.. βοΈGPL-2.0
-
GitHub (π¨βπ» 540 Β· π 2.2K Β· π¦ 24K):
git clone https://github.com/secdev/scapy
-
PyPi (π₯ 4.4M / month Β· π¦ 760 Β· β±οΈ 13.04.2026):
pip install scapy
-
Conda (π₯ 180K Β· β±οΈ 27.12.2025):
conda install -c conda-forge scapy
rdflib (π₯30 Β· β 2.5K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3
-
GitHub (π¨βπ» 210 Β· π 600 Β· π¦ 29K):
git clone https://github.com/RDFLib/rdflib
-
PyPi (π₯ 17M / month Β· π¦ 1.8K Β· β±οΈ 13.02.2026):
pip install rdflib
-
Conda (π₯ 1.5M Β· β±οΈ 13.02.2026):
conda install -c conda-forge rdflib
httpbin (π₯29 Β· β 14K) - HTTP Request & Response Service, written in Python + Flask. ISC 
-
GitHub (π¨βπ» 110 Β· π 1.9K Β· π¦ 1.8K):
git clone https://github.com/postmanlabs/httpbin
-
PyPi (π₯ 470K / month Β· π¦ 31 Β· β±οΈ 16.06.2026):
pip install httpbin
tifffile (π₯29 Β· β 660) - Read and write TIFF files. BSD-3
-
GitHub (π¨βπ» 1 Β· π 160 Β· π¦ 89K):
git clone https://github.com/cgohlke/tifffile
-
PyPi (π₯ 30M / month Β· π¦ 2.6K Β· β±οΈ 15.08.2026):
pip install tifffile
-
Conda (π₯ 10M Β· β±οΈ 01.08.2026):
conda install -c conda-forge tifffile
impacket (π₯28 Β· β 16K) - Network protocols Constructors and Dissectors. Apache-2
-
GitHub (π¨βπ» 330 Β· π 3.9K Β· π¦ 6.7K):
git clone https://github.com/SecureAuthCorp/impacket
-
PyPi (π₯ 760K / month Β· π¦ 180 Β· β±οΈ 19.05.2026):
pip install impacket
pwntools (π₯28 Β· β 13K Β· π€) - CTF framework and exploit development library. MIT
-
GitHub (π¨βπ» 310 Β· π 1.8K Β· π¦ 2.3K):
git clone https://github.com/Gallopsled/pwntools
-
PyPi (π₯ 490K / month Β· π¦ 100 Β· β±οΈ 12.10.2025):
pip install pwntools
pywebview (π₯28 Β· β 5.9K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3
-
GitHub (π¨βπ» 190 Β· π 630 Β· π¦ 5K):
git clone https://github.com/r0x0r/pywebview
-
PyPi (π₯ 2.3M / month Β· π¦ 490 Β· β±οΈ 15.04.2026):
pip install pywebview
web3.py (π₯28 Β· β 5.5K) - web3: A Python library for interacting with Ethereum. MIT
-
GitHub (π¨βπ» 310 Β· π 1.7K):
git clone https://github.com/ethereum/web3.py
-
PyPi (π₯ 6.9M / month Β· π¦ 2.2K Β· β±οΈ 01.05.2026):
pip install web3
-
Conda (π₯ 1.2M Β· β±οΈ 06.05.2026):
conda install -c conda-forge web3
aiortc (π₯28 Β· β 5.1K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3
-
GitHub (π¨βπ» 41 Β· π 880 Β· π¦ 6.9K):
git clone https://github.com/aiortc/aiortc
-
PyPi (π₯ 2.2M / month Β· π¦ 330 Β· β±οΈ 13.07.2026):
pip install aiortc
netaddr (π₯28 Β· β 820 Β· π) - A network address manipulation library for Python. BSD-3
-
GitHub (π¨βπ» 54 Β· π 180 Β· π¦ 43K):
git clone https://github.com/netaddr/netaddr
-
PyPi (π₯ 14M / month Β· π¦ 730 Β· β±οΈ 28.05.2024):
pip install netaddr
-
Conda (π₯ 330K Β· β±οΈ 24.06.2026):
conda install -c conda-forge netaddr
terminado (π₯28 Β· β 370 Β· π€) - Terminals served by tornado websockets. BSD-2
-
GitHub (π¨βπ» 50 Β· π 92 Β· π¦ 340K):
git clone https://github.com/jupyter/terminado
-
PyPi (π₯ 40M / month Β· π¦ 370 Β· β±οΈ 12.03.2024):
pip install terminado
-
Conda (π₯ 24M Β· β±οΈ 23.12.2025):
conda install -c conda-forge terminado
webargs (π₯27 Β· β 1.4K Β· π€) - A friendly library for parsing HTTP request arguments, with built-in.. MIT
-
GitHub (π¨βπ» 84 Β· π 160 Β· π¦ 10K):
git clone https://github.com/marshmallow-code/webargs
-
PyPi (π₯ 3.6M / month Β· π¦ 160 Β· β±οΈ 29.10.2025):
pip install webargs
-
Conda (π₯ 510K Β· β±οΈ 29.10.2025):
conda install -c conda-forge webargs
weblate (π₯26 Β· β 6K) - Web based localization tool with tight version control integration. βοΈGPL-3.0
-
GitHub (π¨βπ» 2.2K Β· π 1.3K Β· π¦ 54):
git clone https://github.com/WeblateOrg/weblate
-
PyPi (π₯ 180K / month Β· β±οΈ 07.08.2026):
pip install weblate
webassets (π₯26 Β· β 930) - Asset management for Python web development. BSD-2
-
GitHub (π¨βπ» 160 Β· π 260 Β· π¦ 7.6K):
git clone https://github.com/miracle2k/webassets
-
PyPi (π₯ 290K / month Β· π¦ 98 Β· β±οΈ 17.08.2025):
pip install webassets
-
Conda (π₯ 85K Β· β±οΈ 03.07.2026):
conda install -c conda-forge webassets
pyngrok (π₯26 Β· β 460) - A Python wrapper for ngrok; programmatic tunnels for ingress, webhooks,.. MIT
-
GitHub (π¨βπ» 34 Β· π 59 Β· π¦ 12K):
git clone https://github.com/alexdlaird/pyngrok
-
PyPi (π₯ 1.6M / month Β· π¦ 340 Β· β±οΈ 29.04.2026):
pip install pyngrok
-
Conda (π₯ 270K Β· β±οΈ 29.04.2026):
conda install -c conda-forge pyngrok
fake-useragent (π₯25 Β· β 4.1K Β· π€) - Up-to-date simple useragent faker with real world.. Apache-2
-
GitHub (π¨βπ» 23 Β· π 540):
git clone https://github.com/hellysmile/fake-useragent
-
PyPi (π₯ 11M / month Β· π¦ 1.2K Β· β±οΈ 14.04.2025):
pip install fake-useragent
-
Conda (π₯ 95K Β· β±οΈ 27.08.2025):
conda install -c conda-forge fake-useragent
Radicale (π₯25 Β· β 3.9K) - A simple CalDAV (calendar) and CardDAV (contact) server. βοΈGPL-3.0
-
GitHub (π¨βπ» 170 Β· π 480 Β· π¦ 200):
git clone https://github.com/Kozea/Radicale
-
PyPi (π₯ 63K / month Β· π¦ 43 Β· β±οΈ 06.08.2026):
pip install radicale
aiodns (π₯25 Β· β 590) - Simple DNS resolver for asyncio. MIT
-
GitHub (π¨βπ» 36 Β· π 75):
git clone https://github.com/saghul/aiodns
-
PyPi (π₯ 21M / month Β· π¦ 1K Β· β±οΈ 20.05.2026):
pip install aiodns
-
Conda (π₯ 540K Β· β±οΈ 03.08.2026):
conda install -c conda-forge aiodns
httpagentparser (π₯25 Β· β 220) - Python HTTP Agent Parser. MIT
-
GitHub (π¨βπ» 37 Β· π 57 Β· π¦ 6.3K):
git clone https://github.com/shon/httpagentparser
-
PyPi (π₯ 580K / month Β· π¦ 51 Β· β±οΈ 08.03.2026):
pip install httpagentparser
streaming-form-data (π₯24 Β· β 180) - Streaming (and fast!) parser for multipart/form-data.. MIT
-
GitHub (π¨βπ» 22 Β· π 35 Β· π¦ 210):
git clone https://github.com/siddhantgoel/streaming-form-data
-
PyPi (π₯ 470K / month Β· π¦ 24 Β· β±οΈ 10.06.2026):
pip install streaming-form-data
trustme (π₯23 Β· β 590 Β· π€) - #1 quality TLS certs while you wait, for the discerning tester. MIT
-
GitHub (π¨βπ» 25 Β· π 30 Β· π¦ 1.9K):
git clone https://github.com/python-trio/trustme
-
PyPi (π₯ 1.1M / month Β· π¦ 52 Β· β±οΈ 02.01.2025):
pip install trustme
-
Conda (π₯ 43K Β· β±οΈ 22.04.2025):
conda install -c conda-forge trustme
sslyze (π₯21 Β· β 3.7K) - Fast and powerful SSL/TLS scanning library. βοΈAGPL-3.0
-
GitHub (π¨βπ» 81 Β· π 490):
git clone https://github.com/nabla-c0d3/sslyze
-
PyPi (π₯ 160K / month Β· π¦ 16 Β· β±οΈ 29.03.2026):
pip install sslyze
klein (π₯21 Β· β 840 Β· π€) - werkzeug + twisted.web. MIT
-
GitHub (π¨βπ» 58 Β· π 120 Β· π¦ 1.9K):
git clone https://github.com/twisted/klein
-
PyPi (π₯ 44K / month Β· π¦ 54 Β· β±οΈ 12.08.2024):
pip install klein
pyload (π₯19 Β· β 3.8K) - The free and open-source Download Manager written in pure Python. βοΈAGPL-3.0
-
GitHub (π¨βπ» 250 Β· π 750 Β· π¦ 24):
git clone https://github.com/pyload/pyload
-
PyPi (π₯ 6.9K / month Β· π¦ 3 Β· β±οΈ 09.07.2026):
pip install pyload-ng
urlwatch (π₯18 Β· β 3K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3
-
GitHub (π¨βπ» 97 Β· π 360 Β· π¦ 27):
git clone https://github.com/thp/urlwatch
-
PyPi (π₯ 3.9K / month Β· β±οΈ 10.12.2024):
pip install urlwatch
saleor (π₯16 Β· β 23K Β· π€) - Saleor Core: the high performance, composable, headless.. BSD-3 

toapi (π₯15 Β· β 3.5K) - Every web site provides APIs. MIT
-
GitHub (π¨βπ» 12 Β· π 240 Β· π¦ 21):
git clone https://github.com/gaojiuli/toapi
-
PyPi (π₯ 110 / month Β· β±οΈ 22.05.2026):
pip install toapi
healthchecks (π₯14 Β· β 10K) - Open-source cron job and background task monitoring service,.. BSD-3
Show 22 hidden projects...
- itsdangerous (π₯32 Β· β 2.9K Β· π) - Safely pass trusted data to untrusted environments and back.
BSD-3
- pyzmq (π₯31 Β· β 4K) - PyZMQ: Python bindings for zeromq.
βοΈRevised BSD
- PySocks (π₯30 Β· β 1.3K Β· π) - A SOCKS proxy client and wrapper for Python.
BSD-3
- certbot (π₯28 Β· β 33K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and..
βUnlicensed
- Js2Py (π₯26 Β· β 2.6K Β· π) - JavaScript to Python Translator & JavaScript interpreter written in 100%..
MIT
- python-user-agents (π₯25 Β· β 1.4K Β· π) - A Python library that provides an easy way to identify..
MIT
- speedtest-cli (π₯24 Β· β 14K Β· π) - Command line interface for testing internet bandwidth..
Apache-2
- dpkt (π₯24 Β· β 1.1K Β· π) - fast, simple packet creation / parsing, with definitions for the basic..
BSD-3
- asgi-lifespan (π₯24 Β· β 210 Β· π) - Programmatic startup/shutdown of ASGI apps.
MIT
- ipaddress (π₯24 Β· β 100 Β· π) - Python 3.3+s ipaddress for older Python versions.
Python-2.0
- proxy.py (π₯22 Β· β 3.2K Β· π) - Ngrok FRP Alternative Fast Lightweight 0 Dependency Pluggable TLS..
BSD-3
- Cactus (π₯21 Β· β 3.5K Β· π) - Static site generator for designers. Uses Python and Django..
BSD-3 
- python-whois (π₯21 Β· β 430 Β· π€) - A python module for retrieving and parsing WHOIS data.
βοΈWTFPL
- reppy (π₯19 Β· β 200 Β· π) - Modern robots.txt Parser for Python.
MIT
- ProxyBroker (π₯18 Β· β 3.8K Β· π) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.
Apache-2
- hyde (π₯18 Β· β 1.6K Β· π) - A Python Static Website Generator (See https://duct-ui.org from the..
MIT
- sandman2 (π₯17 Β· β 1.8K Β· π) - Automatically generate a RESTful API service for your legacy..
Apache-2
- libextract (π₯15 Β· β 500 Β· π) - Extract data from websites using basic statistical magic.
MIT
- maltrail (π₯14 Β· β 6.5K Β· π) - Malicious traffic detection system.
MIT
- cabot (π₯14 Β· β 5.7K Β· π) - Self-hosted, easily-deployable monitoring and alerts service - like a..
MIT
- tinkerer (π₯12 Β· β 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.
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.
