🏆 A ranked list of awesome python libraries for web development. Updated weekly.
This curated list contains 580 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.
- Web Frameworks 35 projects
- HTTP Clients 18 projects
- Servers 12 projects
- Authorization & Authentication 39 projects
- HTML Processing 10 projects
- URL Utilities 5 projects
- OpenAPI Utilities 23 projects
- GraphQL Utilities 16 projects
- Websocket Utilities 12 projects
- RPC Utilities 5 projects
- Serverless 4 projects
- Content Management Systems 6 projects
- Web Testing 50 projects
- Web Forms 5 projects
- Markdown 12 projects
- Third-party Web APIs 53 projects
- Email 11 projects
- Web Scraping & Crawling 34 projects
- Monitoring 13 projects
- Web UI 12 projects
- Admin UI 13 projects
- API Proxies & Gateways 2 projects
- Flask Utilities 36 projects
- FastAPI Utilities 17 projects
- Pyramid Utilities 3 projects
- Django Utilities 76 projects
- Others 59 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.
bottle (🥈39 · ⭐ 8.8K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT
Flask-AppBuilder (🥈36 · ⭐ 4.9K) - Simple and rapid application development framework,.. BSD-3 
django-tastypie (🥉33 · ⭐ 4K · 💤) - Creating delicious APIs for Django apps since 2010. BSD-3 
web2py (🥉25 · ⭐ 2.2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0
-
GitHub (👨💻 270 · 🔀 900 · 📋 1.1K - 33% open · ⏱️ 08.04.2026):
git clone https://github.com/web2py/web2py
Show 14 hidden projects...
- django-rest-framework (🥈43 · ⭐ 30K) - Web APIs for Django.
❗Unlicensed - pyramid (🥈37 · ⭐ 4.1K) - Pyramid - A Python web framework.
❗Unlicensed - flask-restful (🥈36 · ⭐ 6.9K · 💀) - Simple framework for creating REST APIs.
BSD-3 - hug (🥉32 · ⭐ 6.9K · 💀) - Embrace the APIs of the future. Hug aims to make developing APIs as simple..
MIT - flask-restplus (🥉30 · ⭐ 2.7K · 💀) - Fully featured framework for fast, easy and..
BSD-3 - masonite (🥉27 · ⭐ 2.4K · 💀) - The Modern And Developer Centric Python Web Framework. Be sure to..
MIT - cornice (🥉27 · ⭐ 390 · 💀) - Build Web Services with Pyramid.
❗Unlicensed - justpy (🥉24 · ⭐ 1.3K · 💀) - An object oriented high-level Python Web Framework that requires..
Apache-2 - japronto (🥉22 · ⭐ 8.6K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining..
MIT - guillotina (🥉22 · ⭐ 210) - Python AsyncIO data API to manage billions of resources.
❗Unlicensed - vibora (🥉20 · ⭐ 5.6K · 💀) - Fast, asynchronous and elegant Python web framework.
MIT - flask-mongorest (🥉20 · ⭐ 520 · 💀) - Restful API framework wrapped around MongoEngine.
BSD-3 - quart (🥉17 · ⭐ 29 · 💀) - Quart is a Python ASGI web microframework with the same API as Flask.
MIT - Growler (🥉14 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained..
Apache-2
requests-futures (🥈33 · ⭐ 2.2K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2
python-zeep (🥉31 · ⭐ 2K) - A Python SOAP client. MIT
Show 8 hidden projects...
- pycurl (🥈36 · ⭐ 1.1K) - PycURL - Python interface to libcurl.
❗️LGPL-2.1 - requests-toolbelt (🥈33 · ⭐ 1K · 💀) - A toolbelt of useful classes and functions to be used..
Apache-2 - hyper (🥉30 · ⭐ 1.1K · 💀) - HTTP/2 for Python.
MIT - httpie (🥉29 · ⭐ 38K · 💀) - HTTPie CLI modern, user-friendly command-line HTTP client for the API..
BSD-3 - grequests (🥉29 · ⭐ 4.6K · 💀) - Requests + Gevent = 3.
BSD-2 - http-prompt (🥉26 · ⭐ 9.1K · 💀) - An interactive command-line HTTP and API testing client built on..
MIT - pysimplesoap (🥉24 · ⭐ 370 · 💀) - Python Simple SOAP Library.
❗️LGPL-3.0 - http-parser (🥉23 · ⭐ 350 · 💀) - HTTP request/response parser for python in C.
MIT
whitenoise (🥉35 · ⭐ 2.7K) - Radically simplified static file serving for Python web apps. MIT
Hypercorn (🥉27 · ⭐ 1.5K) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT
livereload (🥉27 · ⭐ 1.1K) - livereload server in python. BSD-3
Show 6 hidden projects...
- gunicorn (🥇46 · ⭐ 11K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast..
❗Unlicensed - gevent (🥈38 · ⭐ 6.4K) - Coroutine-based concurrency library for Python.
❗Unlicensed - waitress (🥈36 · ⭐ 1.6K · 📈) - Waitress - A WSGI server for Python 3.
❗️ZPL-2.1 - bjoern (🥉28 · ⭐ 3K · 💀) - A screamingly fast Python 2/3 WSGI server written in C.
BSD-2 - Meinheld (🥉25 · ⭐ 1.5K · 💀) - Meinheld is a high performance asynchronous WSGI Web Server (based..
BSD-3 - django-devserver (🥉25 · ⭐ 1.3K · 💀) - A drop-in replacement for Djangos runserver.
BSD-3
django-allauth (🥇42 · ⭐ 10K) - Integrated set of Django applications addressing.. MIT 
oauthlib (🥇41 · ⭐ 3K) - A generic, spec-compliant, thorough implementation of the OAuth request-.. BSD-3
django-guardian (🥇37 · ⭐ 3.9K) - Per object permissions for Django. BSD-2 
requests-oauthlib (🥇37 · ⭐ 1.8K · 💤) - OAuthlib support for Python-Requests!. ISC
flask-login (🥈35 · ⭐ 3.7K · 💤) - Flask user session management. MIT 
dj-rest-auth (🥈35 · ⭐ 1.9K) - Authentication for Django Rest Framework. MIT 
fastapi-users (🥈33 · ⭐ 6.1K) - Ready-to-use and customizable users management for FastAPI. MIT 
Flask-HTTPAuth (🥈33 · ⭐ 1.3K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT 
authlib (🥈32 · ⭐ 5.3K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3
python-jose (🥈32 · ⭐ 1.7K · 💤) - A JOSE implementation in Python. MIT
django-rest-framework-simplejwt (🥈31 · ⭐ 4.3K) - A JSON Web Token authentication plugin for the Django.. MIT 
django-rest-knox (🥈31 · ⭐ 1.3K) - Authentication Module for django rest auth. MIT 
google-auth (🥈31 · ⭐ 870) - This library has moved to https://github.com/googleapis/google-.. Apache-2
django-cas-ng (🥉27 · ⭐ 390) - Django CAS 1.0/2.0/3.0 client authentication library,.. MIT 
django-rules (🥉23 · ⭐ 2K) - Awesome Django authorization, without the database. MIT 
authomatic (🥉23 · ⭐ 1K) - Simple yet powerful authorization / authentication client library for.. MIT
fastapi_login (🥉23 · ⭐ 820 · 💤) - FastAPI-Login tries to provide similar functionality as.. MIT 
flask-praetorian (🥉22 · ⭐ 350 · 💤) - Strong, Simple, and Precise security for Flask APIs.. MIT 
flask_simplelogin (🥉19 · ⭐ 210 · 💤) - Simple Login - Login Extension for Flask. MIT 
Show 18 hidden projects...
- django-oauth-toolkit (🥈35 · ⭐ 3.3K) - OAuth2 goodies for the Djangonauts!.
❗Unlicensed - flask-jwt-extended (🥈34 · ⭐ 1.6K · 💀) - An open source Flask extension that provides JWT..
MIT - python-social-auth (🥈33 · ⭐ 2.8K · 💀) - Social auth made simple.
BSD-3 - django-rest-framework-jwt (🥈31 · ⭐ 3.2K · 💀) - JSON Web Token Authentication support for Django REST..
MIT - pyotp (🥉30 · ⭐ 3.3K) - Python One-Time Password Library.
❗Unlicensed - flask-dance (🥉29 · ⭐ 1K · 💀) - Doing the OAuth dance with style using Flask, requests, and..
MIT - rauth (🥉27 · ⭐ 1.6K · 💀) - A Python library for OAuth 1.0/a, 2.0, and Ofly.
MIT - oauth2client (🥉27 · ⭐ 800 · 💀) - This is a Python library for accessing resources protected..
Apache-2 - Flask-User (🥉26 · ⭐ 1.1K · 💀) - Customizable User Authorization & User Management: Register,..
MIT - python-oauth2 (🥉24 · ⭐ 3K · 💀) - A fully tested, abstract interface to creating OAuth clients..
MIT - django-stronghold (🥉23 · ⭐ 400 · 💀) - Get inside your stronghold and make all your Django..
MIT - velruse (🥉23 · ⭐ 250 · 💀) - Simplifying third-party authentication for web applications.
MIT - fastapi-jwt-auth (🥉21 · ⭐ 830 · 💀) - FastAPI extension that provides JWT Auth support..
MIT - Flask-OpenID (🥉17 · ⭐ 230 · 💀) - Flask-OpenID adds openid support to flask applications.
❗Unlicensed - python-jwt (🥉17 · ⭐ 220 · 💀) - Python module for generating and verifying JSON Web Tokens.
MIT - apex (🥉17 · ⭐ 96 · 💀) - Toolkit for Pyramid, a Pylons Project, to add Authentication and..
MIT - fastapi-permissions (🥉14 · ⭐ 660 · 💀) - row level security for FastAPI framework.
❗️THE BEER-WARE LICENSE - pyramid_jwt (🥉14 · ⭐ 75 · 💀) - JWT authentication for Pyramid.
BSD-2
WeasyPrint (🥇40 · ⭐ 8.8K) - The awesome document factory. BSD-3
markupsafe (🥈37 · ⭐ 680 · 💤) - Safely add untrusted strings to HTML/XML markup. BSD-3
selectolax (🥉31 · ⭐ 1.6K) - Python binding to Modest and Lexbor engines. Fast HTML5 parser with.. MIT
html5-parser (🥉24 · ⭐ 700) - Fast C based HTML 5 parsing for python. Apache-2
Show 3 hidden projects...
- bleach (🥈35 · ⭐ 2.8K) - Bleach is an allowed-list-based HTML sanitizing library that..
❗Unlicensed - html5lib-python (🥉27 · ⭐ 1.2K · 💀) - Standards-compliant library for parsing and serializing..
MIT - Requests-HTML (🥉26 · ⭐ 14K · 💀) - Pythonic HTML Parsing for Humans.
MIT
tldextract (🥇35 · ⭐ 2K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3
Show 2 hidden projects...
- purl (🥉25 · ⭐ 300 · 💀) - A simple, immutable URL class with a clean API for interrogation and..
MIT - uritemplate (🥉22 · ⭐ 250) - URI template parsing per RFC6570.
❗Unlicensed
🔗 OpenAPI-Specification ( ⭐ 31K) - The OpenAPI Specification Repository.
OpenAPI Generator (🥇44 · ⭐ 26K) - OpenAPI Generator allows generation of API client.. Apache-2 
-
GitHub (👨💻 3.7K · 🔀 7.5K · 📦 5 · 📋 10K - 54% open · ⏱️ 09.04.2026):
git clone https://github.com/OpenAPITools/openapi-generator -
PyPi (📥 640K / month · 📦 24 · ⏱️ 25.03.2026):
pip install openapi-generator-cli -
npm (📥 5.1M / month · 📦 1.4K · ⏱️ 07.04.2026):
npm install @openapitools/openapi-generator-cli
swagger-ui (🥇37 · ⭐ 29K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 
-
GitHub (👨💻 620 · 🔀 9.3K · 📦 38K · 📋 5.9K - 23% open · ⏱️ 09.04.2026):
git clone https://github.com/swagger-api/swagger-ui
datamodel-code-generator (🥇37 · ⭐ 3.9K) - Python data model generator (Pydantic, dataclasses,.. MIT 
drf-spectacular (🥈35 · ⭐ 2.8K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 
OpenAPI Spec validator (🥈33 · ⭐ 400) - OpenAPI Spec Validator is a CLI, pre-commit hook and.. Apache-2
openapi-python-client (🥈32 · ⭐ 1.9K) - Generate modern Python clients from OpenAPI. MIT 
-
GitHub (👨💻 110 · 🔀 260 · 📦 1.5K · 📋 440 - 21% open · ⏱️ 12.03.2026):
git clone https://github.com/openapi-generators/openapi-python-client -
PyPi (📥 1.9M / month · 📦 97 · ⏱️ 05.03.2026):
pip install openapi-python-client -
Conda (📥 87K · ⏱️ 06.03.2026):
conda install -c conda-forge openapi-python-client
redoc (🥉31 · ⭐ 26K) - OpenAPI/Swagger-generated API Reference Documentation. MIT 
-
GitHub (👨💻 230 · 🔀 2.4K · 📥 150 · 📦 13K · 📋 2K - 22% open · ⏱️ 05.11.2025):
git clone https://github.com/Redocly/redoc
swagger-codegen (🥉31 · ⭐ 18K) - swagger-codegen contains a template-driven engine to.. Apache-2 
-
GitHub (👨💻 1.2K · 🔀 6K · 📦 23 · 📋 6.9K - 49% open · ⏱️ 13.03.2026):
git clone https://github.com/swagger-api/swagger-codegen
AutoRest (🥉31 · ⭐ 4.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT 
-
GitHub (👨💻 180 · 🔀 740 · 📥 77K · 📦 970 · 📋 2.2K - 2% open · ⏱️ 09.04.2026):
git clone https://github.com/Azure/autorest
openapi-core (🥉31 · ⭐ 360) - Openapi-core is a Python library that adds client-side and.. BSD-3
Spectacle (🥉23 · ⭐ 1.3K) - Precision documentation from OpenAPI, MCP, Doxygen, and.. ❗️AGPL-3.0 
pyramid_openapi3 (🥉23 · ⭐ 84) - Pyramid addon for OpenAPI3 validation of requests and.. MIT 

pyramid_swagger (🥉17 · ⭐ 62) - Convenient tools for using Swagger to define and validate.. BSD-3 
Show 6 hidden projects...
- drf-yasg (🥈35 · ⭐ 3.5K) - Automated generation of real Swagger/OpenAPI 2.0..
❗Unlicensed - flasgger (🥈32 · ⭐ 3.7K · 💀) - Easy OpenAPI specs and Swagger UI for your Flask API.
MIT - django-rest-swagger (🥉31 · ⭐ 2.6K · 💀) - Swagger Documentation Generator for Django REST..
BSD-2 - apistar (🥉29 · ⭐ 5.6K · 💀) - The Web API toolkit.
BSD-3 - OpenAPI-to-GraphQL (🥉27 · ⭐ 1.6K · 💀) - Translate APIs described by OpenAPI Specifications..
MIT - flask-swagger (🥉25 · ⭐ 460 · 💀) - A swagger 2.0 spec extractor for flask.
MIT
🔗 GraphQL Specification ( ⭐ 15K) - GraphQL is a query language and execution engine tied to any..
Strawberry GraphQL (🥇37 · ⭐ 4.6K) - A GraphQL library for Python that leverages type.. MIT 
graphql-core (🥈34 · ⭐ 530) - A Python 3 port of the GraphQL.js reference implementation of.. MIT
graphene-django (🥈33 · ⭐ 4.4K · 💤) - Build powerful, efficient, and flexible GraphQL APIs.. MIT 

graphene-mongo (🥉25 · ⭐ 290) - Graphene MongoEngine integration. MIT 
Show 10 hidden projects...
- graphene (🥇37 · ⭐ 8.2K · 💀) - GraphQL framework for Python.
MIT - flask-graphql (🥈26 · ⭐ 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 - tartiflette (🥉19 · ⭐ 860 · 💀) - GraphQL Engine built with Python 3.6+ / asyncio.
MIT - django-graphql-auth (🥉19 · ⭐ 330 · 💀) - Django registration and authentication with GraphQL.
MIT - graphene-pydantic (🥉18 · ⭐ 250 · 💀) - Integrate GraphQL with your Pydantic models.
❗Unlicensed - Flask-GraphQL-Auth (🥉17 · ⭐ 63 · 💀) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to..
MIT - tartiflette-aiohttp (🥉17 · ⭐ 62 · 💀) - tartiflette-aiohttp is a wrapper of aiohttp which..
MIT - python-graphql-client (🥉16 · ⭐ 160 · 💀) - Simple GraphQL client for Python 2.7+.
MIT - tartiflette-asgi (🥉16 · ⭐ 99 · 💀) - ASGI support for the Tartiflette GraphQL engine.
MIT
websockets (🥇41 · ⭐ 5.7K) - Library for building WebSocket servers and clients in Python. BSD-3
websocket-client (🥇37 · ⭐ 3.7K) - WebSocket client for Python. Apache-2
Flask-SocketIO (🥈36 · ⭐ 5.5K) - Socket.IO integration for Flask applications. MIT 
python-socketio (🥈36 · ⭐ 4.3K) - Python Socket.IO server and client. MIT
websockify (🥉27 · ⭐ 4.4K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0
Show 5 hidden projects...
- autobahn-python (🥉31 · ⭐ 2.5K) - WebSocket and WAMP in Python for Twisted and asyncio.
❗Unlicensed - sockjs-tornado (🥉26 · ⭐ 850 · 💀) - WebSocket emulation - Python server.
MIT - gevent-socketio (🥉24 · ⭐ 1.2K · 💀) - Official repository for gevent-socketio.
BSD-3 - flask-sockets (🥉23 · ⭐ 1.7K · 💀) - [DEPRECATED] Alternative:..
MIT - tornadio2 (🥉18 · ⭐ 520 · 💀) - Python socket.io server implementation on top of Tornado..
Apache-2
rpyc (🥈30 · ⭐ 1.7K · 💤) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for.. MIT
fastapi-jsonrpc (🥉23 · ⭐ 420) - JSON-RPC server based on fastapi. MIT 
ucall (🥉20 · ⭐ 1.3K · 💤) - Web Serving and Remote Procedure Calls at 50x lower latency and.. Apache-2
Show 1 hidden projects...
- spyne (🥉27 · ⭐ 1.1K) - A transport agnostic sync/async RPC library that focuses on..
❗Unlicensed
Show 3 hidden projects...
- Zappa (🥇33 · ⭐ 12K · 💀) - Serverless Python.
MIT - python-lambda (🥉21 · ⭐ 1.5K · 💀) - A toolkit for developing and deploying serverless Python code..
ISC - lambdarest (🥉20 · ⭐ 94 · 💀) - Flask like web framework for AWS Lambda.
MIT
Show 2 hidden projects...
- django-cms (🥇39 · ⭐ 11K) - The easy-to-use and developer-friendly enterprise CMS..
❗Unlicensed - Kotti (🥉19 · ⭐ 410 · 💀) - Kotti is a high-level, Pythonic web application framework based on..
❗️BSD
SeleniumBase (🥇41 · ⭐ 13K) - APIs for browser automation, testing, and bypassing bot-detection. MIT
schemathesis (🥈36 · ⭐ 3.2K) - Catch API bugs before your users do. MIT 

vcrpy (🥈36 · ⭐ 3K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT
django-silk (🥈34 · ⭐ 5K) - Silky smooth profiling for Django. MIT 
Prism (🥈33 · ⭐ 4.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 
tavern (🥈33 · ⭐ 1.1K) - A command-line tool and Python library and Pytest plugin for automated.. MIT
Mockoon (🥈32 · ⭐ 8.2K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT 
-
GitHub (👨💻 68 · 🔀 460 · 📥 240K · 📦 230 · 📋 930 - 5% open · ⏱️ 09.04.2026):
git clone https://github.com/mockoon/mockoon
SeleniumLibrary (🥈31 · ⭐ 1.5K) - Web testing library for Robot Framework. Apache-2
-
GitHub (👨💻 130 · 🔀 780 · 📥 3.8K · 📋 1.1K - 6% open · ⏱️ 08.04.2026):
git clone https://github.com/robotframework/SeleniumLibrary -
PyPi (📥 1.7M / month · 📦 140 · ⏱️ 04.10.2025):
pip install robotframework-seleniumlibrary -
Conda (📥 130K · ⏱️ 04.10.2025):
conda install -c conda-forge robotframework-seleniumlibrary
playwright (🥈29 · ⭐ 14K) - A high-level API to automate web browsers. Apache-2
selenium-python-helium (🥈28 · ⭐ 8.3K) - Lighter web automation with Python. MIT
requestium (🥈28 · ⭐ 1.8K) - Integration layer between Requests and Selenium for automation of.. BSD-3
Model Bakery (🥈28 · ⭐ 980) - Object factory for Django. Apache-2 
webtest (🥈28 · ⭐ 340) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT
httprunner (🥉26 · ⭐ 4.3K · 💤) - HttpRunner API/UI. Apache-2
factory_boy (🥉26 · ⭐ 3.8K) - A test fixtures replacement for Python. MIT 
django-test-plus (🥉26 · ⭐ 640) - Useful additions to Djangos default TestCase. BSD-3 
python-mocket (🥉24 · ⭐ 310) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
flask-debugtoolbar (🥉19 · ⭐ 950 · 💤) - A toolbar overlay for debugging Flask applications. BSD-3 
Show 23 hidden projects...
- pytest-django (🥈36 · ⭐ 1.5K) - A Django plugin for pytest.
❗Unlicensed - HTTPretty (🥈30 · ⭐ 2.2K · 💀) - Intercept HTTP requests at the Python socket level. Fakes the..
MIT - Dredd (🥈29 · ⭐ 4.2K · 💀) - Language-agnostic HTTP API Testing Tool.
MIT - parameterized (🥈28 · ⭐ 860 · 💀) - Parameterized testing with any Python test framework.
❗️BSD-2-Clause-FreeBSD - django-nose (🥉27 · ⭐ 880 · 💀) - Django test runner using nose.
BSD-3 - aioresponses (🥉26 · ⭐ 550 · 💀) - Aioresponses is a helper for mock/fake web requests in python..
MIT - flask-testing (🥉26 · ⭐ 500 · 💀) - Unittest extensions for Flask.
❗Unlicensed - pytest-flask (🥉26 · ⭐ 500 · 💀) - A set of pytest fixtures to test Flask applications.
MIT - pytest-splinter (🥉25 · ⭐ 260 · 💀) - pytest splinter and selenium integration for anyone..
MIT - httmock (🥉24 · ⭐ 470 · 💀) - A mocking library for requests.
Apache-2 - pyramid_debugtoolbar (🥉24 · ⭐ 96 · 💀) - Pyramid debug toolbar.
BSD-3 - wdb (🥉23 · ⭐ 1.6K · 💀) - An improbable web debugger through WebSockets.
❗️GPL-3.0 - pyresttest (🥉23 · ⭐ 1.2K · 💀) - Python Rest Testing.
Apache-2 - mixer (🥉22 · ⭐ 960 · 💀) - Mixer -- Is a fixtures replacement. Supported Django, Flask,..
BSD-3 - async-asgi-testclient (🥉22 · ⭐ 160 · 💀) - A framework-agnostic library for testing ASGI web..
MIT - splash (🥉21 · ⭐ 4.2K · 💀) - Lightweight, scriptable browser as a service with an HTTP API.
BSD-3 - pyppeteer (🥉21 · ⭐ 3.6K · 💀) - Headless chrome/chromium automation library (unofficial..
❗Unlicensed - molotov (🥉20 · ⭐ 480 · 💀) - Load Testing Tool.
Apache-2 - aresponses (🥉20 · ⭐ 110 · 💀) - Asyncio http mocking. Similar to the responses library used for..
MIT - yandex-tank (🥉19 · ⭐ 2.6K · 💀) - Load and performance benchmark tool.
❗Unlicensed - golem (🥉18 · ⭐ 480 · 💀) - A complete test automation tool.
MIT - huxley (🥉16 · ⭐ 4K · 💀) - A testing system for catching visual regressions in Web applications.
Apache-2 - Astra (🥉15 · ⭐ 2.6K · 💀) - Automated Security Testing For REST APIs.
Apache-2
django-crispy-forms (🥇36 · ⭐ 5.2K) - The best way to have DRY Django forms. The app.. MIT 
django-formtools (🥉28 · ⭐ 880 · 💤) - A set of high-level abstractions for Django forms. BSD-3 
markdown (🥇40 · ⭐ 4.2K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3
pelican (🥈37 · ⭐ 13K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0
pymdown-extensions (🥈36 · ⭐ 1.1K) - Extensions for Python Markdown. MIT
markdown-it-py (🥈35 · ⭐ 1.3K) - Markdown parser, done right. 100% CommonMark support,.. MIT
python-markdown2 (🥉34 · ⭐ 2.8K) - markdown2: A fast and complete implementation of Markdown in.. MIT
django-markdownx (🥉27 · ⭐ 940) - Comprehensive Markdown plugin built for Django. BSD-3 
django-markdown-editor (🥉26 · ⭐ 900) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 
Show 2 hidden projects...
- grip (🥉29 · ⭐ 6.8K · 💀) - Preview GitHub README.md files locally before committing them.
MIT - markdown-include (🥉21 · ⭐ 120 · 💀) - Provides syntax for Python-Markdown which allows for..
❗️GPL-3.0
🔗 Public APIs ( ⭐ 420K) - A collective list of free APIs.
🔗 best-of-ml-python - DB Clients ( ⭐ 23K) - Collection of python database client libraries.
python-telegram-bot (🥇43 · ⭐ 29K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0
-
GitHub (👨💻 210 · 🔀 6K · 📥 45K · 📦 160K · 📋 2.3K - 0% open · ⏱️ 09.04.2026):
git clone https://github.com/python-telegram-bot/python-telegram-bot -
PyPi (📥 33M / month · 📦 1.2K · ⏱️ 16.03.2026):
pip install python-telegram-bot -
Conda (📥 190K · ⏱️ 16.03.2026):
conda install -c conda-forge python-telegram-bot
GitPython (🥇42 · ⭐ 5.1K) - GitPython is a python library used to interact with Git repositories. BSD-3
youtube-dl (🥇41 · ⭐ 140K) - Command-line program to download videos from YouTube.com and.. Unlicense
discord.py (🥇41 · ⭐ 16K) - An API wrapper for Discord written in Python. MIT
google-api-python-client (🥇41 · ⭐ 8.8K) - The official Python client library for Googles.. Apache-2
pyTelegramBotAPI (🥇41 · ⭐ 8.7K) - Python Telegram bot api. ❗️GPL-2.0
PyGithub (🥈39 · ⭐ 7.7K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0
python-slack-sdk (🥈38 · ⭐ 4K) - Slack Developer Kit for Python. MIT
gallery-dl (🥈37 · ⭐ 18K) - Command-line program to download image galleries and collections.. ❗️GPL-2.0
twilio (🥈37 · ⭐ 2.1K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
slackclient (🥈36 · ⭐ 4K) - Slack Developer Kit for Python. MIT
praw (🥈35 · ⭐ 4.1K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
notion-sdk-py (🥉31 · ⭐ 2.2K) - Notion API client SDK, rewritten in Python! (sync + async). MIT
imdbpy (🥉28 · ⭐ 1.3K) - Cinemagoer is a Python package useful to retrieve and manage the.. ❗️GPL-2.0
py-googletrans (🥉25 · ⭐ 4.2K · 💤) - (unofficial) Googletrans: Free and Unlimited Google.. MIT
Show 23 hidden projects...
- pytube (🥈37 · ⭐ 13K · 💀) - Lightweight, dependency-free Python library and CLI for..
Unlicense - tushare (🥉32 · ⭐ 15K · 💀) - TuShare is a utility for crawling historical data of China stocks.
BSD-3 - facebook-sdk (🥉31 · ⭐ 2.8K · 💀) - Python SDK for Facebooks Graph API.
Apache-2 - Wikipedia (🥉30 · ⭐ 3K · 💀) - A Pythonic wrapper for the Wikipedia API.
MIT - twython (🥉30 · ⭐ 1.9K · 💀) - Actively maintained, pure Python wrapper for the Twitter API...
MIT - simple-salesforce (🥉30 · ⭐ 1.9K · 💤) - A very simple Salesforce.com REST API client for..
❗Unlicensed - python-twitter (🥉29 · ⭐ 3.4K · 💀) - A Python wrapper around the Twitter API.
Apache-2 - slacker (🥉29 · ⭐ 1.6K · 💀) - Full-featured Python interface for the Slack API.
Apache-2 - coursera-dl (🥉28 · ⭐ 9.6K · 💀) - Script for downloading Coursera.org videos and naming them.
❗️LGPL-3.0 - google-maps-services-python (🥉27 · ⭐ 4.9K · 💀) - Python client library for Google Maps API Web Services.
Apache-2 - twitterscraper (🥉26 · ⭐ 2.5K · 💀) - Scrape Twitter for Tweets.
MIT - telepot (🥉26 · ⭐ 2.4K · 💀) - Python framework for Telegram Bot API.
MIT - Django Facebook (🥉26 · ⭐ 1.4K · 💀) - Facebook open graph api implementation using the Django..
BSD-3 - gmusicapi (🥉25 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music.
BSD-3 - pyshorteners (🥉25 · ⭐ 410 · 💀) - Generating short urls with python has never been easier.
❗️GPL-3.0 - google-resumable-media (🥉25 · ⭐ 45) - This library has moved to..
Apache-2 - WikiExtractor (🥉24 · ⭐ 4K · 💀) - A tool for extracting plain text from Wikipedia dumps.
❗️AGPL-3.0 - Google Images Download (🥉23 · ⭐ 8.7K · 💀) - Python Script to download hundreds of images from..
MIT - twitter (🥉23 · ⭐ 3.3K · 💀) - Python Twitter API.
MIT - instagram_private_api (🥉22 · ⭐ 3.2K · 💀) - A Python library to access Instagrams private API.
MIT - GHunt (🥉21 · ⭐ 19K) - Offensive Google framework.
❗Unlicensed - twitter-scraper (🥉19 · ⭐ 4K · 💀) - Scrape the Twitter Frontend API without authentication.
MIT - python-instagram (🥉17 · ⭐ 3.1K · 💀) - Python Client for Instagram API.
❗Unlicensed
flask-mail (🥇31 · ⭐ 640 · 💤) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3
fastapi-mail (🥈28 · ⭐ 990) - Fastapi mail system sending mails(individual, bulk).. MIT 
Show 6 hidden projects...
- yagmail (🥈29 · ⭐ 2.7K · 💀) - Send email in Python conveniently for gmail using yagmail.
MIT - sync-engine (🥉25 · ⭐ 3.5K · 💀) - IMAP/SMTP sync system with modern APIs.
❗️AGPL-3.0 - offlineimap (🥉24 · ⭐ 1.9K · 💀) - Read/sync your IMAP mailboxes (python2) [LEGACY: move..
❗Unlicensed - gmail (🥉17 · ⭐ 1.8K · 💀) - A Pythonic interface for Google Mail.
MIT - pyramid_mailer (🥉15 · ⭐ 51 · 💀) - A package for sending email from your Pyramid..
❗Unlicensed - salmon (🥉13 · ⭐ 660 · 💀) - Moved to Codeberg.
❗Unlicensed
Libraries for web scraping, crawling, downloading, and mining as well as libraries.
Scrapy (🥇46 · ⭐ 61K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
feedparser (🥇36 · ⭐ 2.4K) - Parse feeds in Python. BSD-2
trafilatura (🥇33 · ⭐ 5.7K · 💤) - Python & Command-line tool to gather text and metadata on.. Apache-2
parsel (🥇33 · ⭐ 1.3K) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3
newspaper3k (🥈30 · ⭐ 15K) - newspaper3k is a news, full-text, and article metadata extraction in.. MIT
cloudscraper (🥈30 · ⭐ 6.4K · 💤) - A Python module to bypass Cloudflares anti-bot page. MIT
python-goose (🥈28 · ⭐ 4.1K) - Html Content / Article Extractor, web scrapping lib in Python. Apache-2
MechanicalSoup (🥉24 · ⭐ 4.9K) - A Python library for automating interaction with websites. MIT
AutoScraper (🥉19 · ⭐ 7.1K · 💤) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT
Show 19 hidden projects...
- pyspider (🥈29 · ⭐ 17K · 💀) - A Powerful Spider(Web Crawler) System in Python.
Apache-2 - Pattern (🥈29 · ⭐ 8.9K · 💀) - Web mining module for Python, with tools for scraping, natural..
BSD-3 - You-Get (🥈28 · ⭐ 57K · 💤) - Dumb downloader that scrapes the web.
❗Unlicensed - pytrends (🥈28 · ⭐ 3.7K · 💀) - Pseudo API for Google Trends.
Apache-2 - extruct (🥈27 · ⭐ 960 · 💀) - Extract embedded metadata from HTML markup.
BSD-3 - robobrowser (🥉25 · ⭐ 3.7K · 💀) - Your friendly neighborhood web scraper.
BSD-3 - Gerapy (🥉23 · ⭐ 3.5K · 💀) - Distributed Crawler Management Framework Based on Scrapy,..
MIT - scrapely (🥉23 · ⭐ 1.9K · 💀) - A pure-python HTML screen-scraping library.
BSD-3 - ruia (🥉22 · ⭐ 1.7K · 💀) - Async Python 3.6+ web scraping micro-framework based on asyncio.
Apache-2 - snallygaster (🥉20 · ⭐ 2.1K) - Tool to scan for secret files on HTTP servers.
❗️0BSD - gazpacho (🥉20 · ⭐ 770 · 💀) - The simple, fast, and modern web scraping library.
MIT - Cola (🥉19 · ⭐ 1.5K · 💀) - A high-level distributed crawling framework.
Apache-2 - Lassie (🥉19 · ⭐ 630 · 💀) - Web Content Retrieval for Humans.
MIT - opengraph (🥉16 · ⭐ 240 · 💀) - A python module to parse the Open Graph Protocol.
MIT - lazynlp (🥉13 · ⭐ 2.2K · 💀) - Library to scrape and clean web pages to create massive datasets.
MIT - Scrapera (🥉13 · ⭐ 310 · 💀) - A universal package of scraper scripts for humans.
MIT - Transistor (🥉12 · ⭐ 210 · 💀) - Transistor, a Python web scraping framework for intelligent use..
MIT - iploop-sdk (🥉10 · ⭐ 1 · 🐣) - Residential proxy SDK with 66 site presets and built-in anti-..
MIT - gain (🥉3 · 💤) - Taken Over By Shad0w For Responsible Disclosure [Kiwi BBP].
❗Unlicensed
sentry (🥇43 · ⭐ 44K) - Developer-first error tracking and performance monitoring. ❗️SSPL-1.0
Prometheus Client (🥈35 · ⭐ 4.3K) - Python client for the Prometheus monitoring system. Apache-2
opentelemetry-python (🥈33 · ⭐ 2.4K) - OpenTelemetry Python API and SDK. Apache-2
GoAccess (🥈28 · ⭐ 20K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT
-
GitHub (👨💻 180 · 🔀 1.2K · 📦 21 · 📋 2.4K - 17% open · ⏱️ 09.04.2026):
git clone https://github.com/allinurl/goaccess
starlette context (🥈28 · ⭐ 610) - Middleware for Starlette that allows you to store and.. MIT 
Flask-MonitoringDashboard (🥉25 · ⭐ 830) - Automatically monitor the evolving performance of.. MIT 
timing-asgi (🥉11 · ⭐ 130) - ASGI middleware to record and emit timing metrics (to something like.. MIT
-
GitHub (👨💻 7 · 🔀 12 · 📦 180 · 📋 9 - 44% open · ⏱️ 17.02.2026):
git clone https://github.com/steinnes/timing-asgi
Show 4 hidden projects...
- opentracing-python (🥉26 · ⭐ 760 · 💀) - OpenTracing API for Python. This library is..
Apache-2 - prometheus-flask-exporter (🥉26 · ⭐ 690 · 💀) - Prometheus exporter for Flask applications.
MIT - Starlette Prometheus (🥉20 · ⭐ 380 · 💀) - Prometheus integration for Starlette.
❗️GPL-3.0 - flask-state (🥉15 · ⭐ 610 · 💀) - Display machine state using Python3 with Flask.
BSD-3
NiceGUI (🥇39 · ⭐ 16K) - Create web-based user interfaces with Python. The nice way. MIT
-
GitHub (👨💻 210 · 🔀 900 · 📦 2.7K · 📋 1.5K - 1% open · ⏱️ 09.04.2026):
git clone https://github.com/zauberzeug/nicegui -
PyPi (📥 900K / month):
pip install nicegui -
Conda (📥 130K · ⏱️ 07.04.2026):
conda install -c conda-forge nicegui -
Docker Hub (📥 78K · ⭐ 12 · ⏱️ 07.04.2026):
docker pull zauberzeug/nicegui
trame (🥉27 · ⭐ 660) - Trame lets you weave various components and technologies into a Web.. Apache-2
pyscript (🥉26 · ⭐ 19K) - An open source platform for Python in the browser... Apache-2
-
GitHub (👨💻 130 · 🔀 1.5K · 📥 470 · 📋 860 - 1% open · ⏱️ 08.04.2026):
git clone https://github.com/pyscript/pyscript
Misago (🥉25 · ⭐ 2.7K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0
-
GitHub (👨💻 47 · 🔀 540 · 📦 53 · 📋 1.4K - 11% open · ⏱️ 01.04.2026):
git clone https://github.com/rafalp/Misago
Show 3 hidden projects...
- flaskbb (🥉26 · ⭐ 2.7K) - A classic Forum Software in Python using Flask.
❗Unlicensed - python-react (🥉26 · ⭐ 1.6K · 💀) - Server-side rendering of React components.
MIT - Wooey (🥉24 · ⭐ 2.2K · 💀) - A Django app that creates automatic web UIs for Python scripts.
BSD-3
django-debug-toolbar (🥇40 · ⭐ 8.4K) - A configurable set of panels that display various.. BSD-3
flask-admin (🥇40 · ⭐ 6.1K) - Simple and extensible administrative interface framework for.. BSD-3 
django-admin-interface (🥈32 · ⭐ 2K) - djangos default admin interface with superpowers -.. MIT 
starlette-admin (🥈28 · ⭐ 980) - Fast, beautiful and extensible administrative interface.. MIT 
django-jet (🥉26 · ⭐ 3.6K) - Modern responsive template for the Django admin interface.. ❗️AGPL-3.0 
fastapi-admin (🥉25 · ⭐ 3.8K · 💤) - A fast admin dashboard based on FastAPI and.. Apache-2 
Show 7 hidden projects...
- django-grappelli (🥈28 · ⭐ 3.9K) - A jazzy skin for the Django Admin-Interface (official..
❗Unlicensed - xadmin (🥉26 · ⭐ 4.8K · 💀) - Drop-in replacement of Django admin comes with lots of goodies,..
BSD-3 - django-admin-bootstrapped (🥉26 · ⭐ 1.6K · 💀) - A Django admin theme using Twitter Bootstrap. It..
Apache-2 - django-suit (🥉24 · ⭐ 2.4K · 💤) - Modern theme for Django admin interface.
❗Unlicensed - django-admin2 (🥉22 · ⭐ 1.2K · 💀) - Extendable, adaptable rewrite of django.contrib.admin.
BSD-3 - django-smuggler (🥉20 · ⭐ 370 · 💀) - Django Smuggler is a pluggable application for Django..
❗️LGPL-3.0 - nginx-ui (🥉15 · ⭐ 4.5K · 💀) - Nginx UI allows you to access and modify the nginx configurations..
MIT
Kong (🥇35 · ⭐ 44K) - The API and AI Gateway. Apache-2
-
GitHub (👨💻 450 · 🔀 5.1K · 📦 22 · 📋 4.7K - 2% open · ⏱️ 26.02.2026):
git clone https://github.com/kong/kong -
Docker Hub (📥 350M · ⭐ 830 · ⏱️ 07.04.2026):
docker pull kong
tyk (🥉29 · ⭐ 11K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0
-
GitHub (👨💻 160 · 🔀 1.2K · 📋 2.3K - 19% open · ⏱️ 09.04.2026):
git clone https://github.com/TykTechnologies/tyk
flask-sqlalchemy (🥇38 · ⭐ 4.3K · 💤) - Adds SQLAlchemy support to Flask. BSD-3 
Flask-Migrate (🥇34 · ⭐ 2.4K) - SQLAlchemy database migrations for Flask applications using.. MIT 
flask-cors (🥇34 · ⭐ 940) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT 
flask-marshmallow (🥇30 · ⭐ 890) - Flask + marshmallow for beautiful APIs. MIT 
flask_pydantic (🥈27 · ⭐ 430) - flask extension for integration with the awesome pydantic.. MIT 
Flask-Moment (🥈26 · ⭐ 380) - Formatting of dates and times in Flask templates using.. MIT 
flask-rebar (🥈26 · ⭐ 240) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT 

flask-limiter (🥉25 · ⭐ 1.2K) - Rate Limiting extension for Flask. MIT 
flask-apispec (🥉24 · ⭐ 650 · 💤) - Build and document REST APIs with Flask and apispec. MIT 
flask-jsonrpc (🥉22 · ⭐ 290) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 
cookiecutter-flask (🥉18 · ⭐ 4.7K · 💤) - A flask template with Bootstrap, asset.. MIT 
-
GitHub (👨💻 78 · 🔀 750 · 📋 180 - 1% open · ⏱️ 13.08.2025):
git clone https://github.com/cookiecutter-flask/cookiecutter-flask
Show 24 hidden projects...
- flask-security (🥈29 · ⭐ 1.6K · 💀) - Quick and simple security for Flask applications.
MIT - flask-caching (🥈29 · ⭐ 940 · 💀) - A caching extension for Flask.
❗Unlicensed - flask-session (🥈29 · ⭐ 540 · 💀) - Server side session extension for Flask.
BSD-3 - flask-api (🥈28 · ⭐ 1.5K · 💀) - Browsable web APIs for Flask.
BSD-3 - flask-mongoengine (🥈27 · ⭐ 830 · 💀) - MongoEngine flask extension with WTF model forms..
❗Unlicensed - flask-assets (🥈26 · ⭐ 460 · 💀) - Flask webassets integration.
BSD-2 - flask-babel (🥈26 · ⭐ 450 · 💀) - i18n and l10n support for Flask based on Babel and pytz.
BSD-3 - flask-bcrypt (🥉25 · ⭐ 330 · 💀) - Flask-Bcrypt is a Flask extension that provides..
❗Unlicensed - flask-seasurf (🥉25 · ⭐ 200 · 💀) - SeaSurf is a Flask extension for preventing cross-site..
BSD-3 - Frozen-Flask (🥉24 · ⭐ 800 · 💀) - Freezes a Flask application into a set of static files.
❗Unlicensed - flask-paginate (🥉24 · ⭐ 290 · 💀) - Pagination support for flask.
❗Unlicensed - flask_injector (🥉24 · ⭐ 280 · 💀) - Adds Injector support to Flask.
BSD-3 - flask-ask (🥉23 · ⭐ 1.9K · 💀) - Alexa Skills Kit for Python.
Apache-2 - flask-talisman (🥉23 · ⭐ 940 · 💀) - HTTP security headers for Flask.
Apache-2 - flask-profiler (🥉23 · ⭐ 760 · 💀) - a flask profiler which watches endpoint calls and tries..
MIT - flask-bootstrap (🥉22 · ⭐ 1.6K · 💀) - A Flask app template with integrated SQLAlchemy,..
BSD-3 - Flask-Excel (🥉21 · ⭐ 260 · 💀) - A flask extension using pyexcel to read, manipulate and..
❗Unlicensed - flask-s3 (🥉21 · ⭐ 200 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon..
❗️WTFPL - Flask-Opentracing (🥉21 · ⭐ 140 · 💀) - OpenTracing instrumentation for the Flask..
BSD-3 - flask_jsondash (🥉18 · ⭐ 3.3K · 💀) - Build complex dashboards without any front-end code...
MIT - flask-msearch (🥉17 · ⭐ 230 · 💀) - Full text search for flask.
BSD-3 - flask-ngrok (🥉16 · ⭐ 140 · 💀) - A simple way to demo Flask apps from your machine.
❗Unlicensed - flask-file-upload (🥉13 · ⭐ 150 · 💀) - Easy file uploads for Flask.
MIT - flask2postman (🥉12 · ⭐ 150 · 💀) - Generate a Postman collection from your Flask application.
MIT
fastapi-code-generator (🥈26 · ⭐ 1.4K · 💤) - This code generator creates FastAPI app from an.. MIT 

fastapi-admin/fastapi-admin (🥈25 · ⭐ 3.8K · 💤) - A fast admin dashboard based on FastAPI and.. Apache-2 
fastapi-mvc (🥈22 · ⭐ 800) - Developer productivity tool for making high-quality FastAPI.. MIT 
fastapi-plugins (🥉18 · ⭐ 620 · 💤) - FastAPI framework plugins. MIT 
Show 11 hidden projects...
- fastapi-utils (🥈27 · ⭐ 2.3K · 💀) - Reusable utilities for FastAPI.
MIT - fastapi-crudrouter (🥈25 · ⭐ 1.7K · 💀) - A dynamic FastAPI router that automatically creates..
MIT - starlette_exporter (🥈22 · ⭐ 410 · 💀) - Prometheus exporter for Starlette and FastAPI.
Apache-2 - fastapi-socketio (🥉20 · ⭐ 420 · 💀) - Easily integrate socket.io with your FastAPI app.
Apache-2 - fastapi-versioning (🥉19 · ⭐ 850 · 💀) - api versioning for fastapi web applications.
MIT - fastapi-sqlalchemy (🥉19 · ⭐ 760 · 💀) - Adds simple SQLAlchemy support to FastAPI.
MIT - fastapi_contrib (🥉19 · ⭐ 740 · 💀) - Opinionated set of utilities on top of FastAPI.
MIT - fastapi_cache (🥉19 · ⭐ 310 · 💀) - FastAPI simple cache.
MIT - fastapi-react (🥉17 · ⭐ 2.6K · 💀) - Cookiecutter Template for FastAPI + React Projects...
MIT - fastapi_client (🥉14 · ⭐ 430 · 💀) - FastAPI client generator.
Apache-2 - fastapi-lazy (🥉11 · ⭐ 200 · 💀) - Simplifies class-based views for more organized and..
MIT
Show 3 hidden projects...
- pyramid_jinja2 (🥇20 · ⭐ 71 · 💀) - Jinja2 templating system bindings for the Pyramid web..
❗Unlicensed - pyramid_celery (🥉16 · ⭐ 110 · 💀) - Pyramid configuration with celery integration. Allows..
MIT - pyramid_services (🥉12 · ⭐ 82 · 💀) - A service layer for pyramid.
MIT
django-import-export (🥇39 · ⭐ 3.3K) - Django application and library for importing and.. BSD-2 
-
GitHub (👨💻 240 · 🔀 820 · 📦 130K · 📋 1.1K - 2% open · ⏱️ 08.04.2026):
git clone https://github.com/django-import-export/django-import-export -
PyPi (📥 2.7M / month · 📦 190 · ⏱️ 10.01.2026):
pip install django-import-export -
Conda (📥 220K · ⏱️ 11.01.2026):
conda install -c conda-forge django-import-export
django-extensions (🥇38 · ⭐ 6.8K) - This is a repository for collecting global custom.. MIT 
django-environ (🥇38 · ⭐ 3.2K) - Django-environ allows you to utilize 12factor inspired.. MIT 
django-stubs (🥇38 · ⭐ 1.9K) - PEP-484 stubs for Django. MIT 
django-polymorphic (🥇37 · ⭐ 1.8K) - Improved Django model inheritance with automatic.. BSD-3 
-
GitHub (👨💻 150 · 🔀 300 · 📥 230 · 📦 7.8K · 📋 390 - 5% open · ⏱️ 31.03.2026):
git clone https://github.com/django-polymorphic/django-polymorphic -
PyPi (📥 2.1M / month · 📦 170 · ⏱️ 07.03.2026):
pip install django-polymorphic -
Conda (📥 170K · ⏱️ 07.03.2026):
conda install -c conda-forge django_polymorphic
django-storages (🥇36 · ⭐ 2.9K · 💤) - Django-storages is a project to provide a variety of.. BSD-3 
dj-database-url (🥇36 · ⭐ 1.6K) - Use Database URLs in your Django Application. BSD-3 
django-reversion (🥇35 · ⭐ 3.2K) - django-reversion is an extension to the Django web.. BSD-3 
django-model-utils (🥇35 · ⭐ 2.8K) - Django model mixins and utilities. BSD-3 
django-simple-history (🥇35 · ⭐ 2.4K) - Store model history and view/revert changes from.. BSD-3 
django-phonenumber-field (🥇35 · ⭐ 1.6K) - A django model and form field for normalised phone.. MIT 
django-cors-headers (🥈34 · ⭐ 5.6K) - Django app for handling the server headers required.. MIT 
django-haystack (🥈34 · ⭐ 3.8K) - Modular search for Django. BSD-3 
sorl-thumbnail (🥈34 · ⭐ 1.8K) - Thumbnails for Django. BSD-3 
cookiecutter-django (🥈33 · ⭐ 13K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 
django-bootstrap3 (🥈33 · ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 
django-constance (🥈33 · ⭐ 1.8K) - Dynamic Django settings. BSD-3 
django-pipeline (🥈33 · ⭐ 1.5K · 💤) - Pipeline is an asset packaging library for Django. MIT 
django-webpack-loader (🥈32 · ⭐ 2.5K) - Transparently use webpack with django. MIT 
django-imagekit (🥈32 · ⭐ 2.4K) - Automated image processing for Django. Currently v6.0. BSD-3 
django-money (🥈32 · ⭐ 1.8K) - Money fields for Django forms and models. BSD-3 
django-bootstrap4 (🥈32 · ⭐ 1K) - Bootstrap 4 integration with Django. BSD-3 
djangorestframework-stubs (🥈32 · ⭐ 530) - PEP-484 stubs for django-rest-framework. MIT 
-
GitHub (👨💻 90 · 🔀 140 · 📦 4.2K · 📋 170 - 36% open · ⏱️ 09.04.2026):
git clone https://github.com/typeddjango/djangorestframework-stubs -
PyPi (📥 4.1M / month · 📦 82 · ⏱️ 31.03.2026):
pip install djangorestframework-stubs -
Conda (📥 35K · ⏱️ 01.04.2026):
conda install -c conda-forge djangorestframework-stubs
Django-Ninja (🥈31 · ⭐ 9K) - Fast, Async-ready, Openapi, type hints based framework for building.. MIT
easy-thumbnails (🥈31 · ⭐ 1.4K · 💤) - Easy thumbnails for Django. BSD-3 
django-oscar (🥉30 · ⭐ 6.6K) - Domain-driven e-commerce for Django. BSD-3 
django-ckeditor (🥉30 · ⭐ 2.5K · 💤) - Django admin CKEditor integration. BSD-3 
django-cacheops (🥉30 · ⭐ 2.3K) - A slick ORM cache with automatic granular event-driven.. BSD-3 
django-widget-tweaks (🥉30 · ⭐ 2.2K) - Tweak the form field rendering in templates, not in.. MIT 
django-cachalot (🥉30 · ⭐ 1.4K) - No effort, no worry, maximum performance. BSD-3 
django-waffle (🥉30 · ⭐ 1.2K) - A feature flipper for Django. BSD-3 
django-rosetta (🥉30 · ⭐ 1.2K) - Rosetta is a Django application that eases the translation.. MIT 
django-dbbackup (🥉30 · ⭐ 1.1K) - Backup and restore your Django database and media. BSD-3 
django-activity-stream (🥉29 · ⭐ 2.4K) - Generate generic activity streams from the actions on.. BSD-3 
django-countries (🥉29 · ⭐ 1.5K) - A Django application that provides country choices for.. MIT 
django-taggit (🥉28 · ⭐ 3.4K · 💤) - Simple tagging for django. BSD-3 
django-extra-views (🥉28 · ⭐ 1.4K · 💤) - Djangos class-based generic views are awesome, lets.. MIT 
django-lifecycle (🥉28 · ⭐ 1.4K) - Declarative model lifecycle hooks, an alternative to.. MIT 
django-organizations (🥉28 · ⭐ 1.4K) - Multi-user accounts for Django projects. BSD-2 
django-cleanup (🥉28 · ⭐ 1.2K · 💤) - Automatically deletes old file for FileField and.. MIT 
django-csp (🥉27 · ⭐ 620) - Content Security Policy for Django. BSD-3 
django-push-notifications (🥉26 · ⭐ 2.4K) - Send push notifications to mobile devices through GCM.. MIT 
django-split-settings (🥉26 · ⭐ 1.2K) - Organize Django settings into multiple files and.. BSD-3 
django-easy-audit (🥉26 · ⭐ 840) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 
django-fsm (🥉25 · ⭐ 2.3K) - Django friendly finite state machine support. MIT 
viewflow (🥉24 · ⭐ 2.9K) - Reusable workflow library for Django. ❗️AGPL-3.0 
django-codemod (🥉22 · ⭐ 190) - A tool to automatically fix Django deprecations. MIT 
Show 26 hidden projects...
- django-filter (🥈33 · ⭐ 4.7K · 📈) - A generic system for filtering Django QuerySets based..
❗Unlicensed - django-autocomplete-light (🥈33 · ⭐ 1.9K · 💀) - A fresh approach to autocomplete implementations,..
MIT - django-mptt (🥈32 · ⭐ 3K · 💤) - Utilities for implementing a modified pre-order..
❗Unlicensed - django-tables2 (🥈31 · ⭐ 2K) - django-tables2 - An app for creating HTML tables.
❗Unlicensed - django-q (🥉30 · ⭐ 1.9K · 💀) - A multiprocessing distributed task queue for Django.
MIT - django-braces (🥉29 · ⭐ 2K · 💀) - Reusable, generic mixins for Django.
BSD-3 - django-paypal (🥉29 · ⭐ 730 · 💀) - A pluggable Django application for integrating PayPal..
MIT - django-configurations (🥉28 · ⭐ 1.1K · 💀) - A helper for organizing Django project settings by..
BSD-3 - django-angular (🥉27 · ⭐ 1.2K · 💀) - Let AngularJS play well with Django.
MIT - django-redis (🥉26 · ⭐ 3.1K) - Full featured redis cache backend for Django.
❗Unlicensed - django-sql-explorer (🥉26 · ⭐ 2.9K · 💤) - SQL reporting that Just Works. Fast, simple, and..
❗Unlicensed - django-blog-zinnia (🥉26 · ⭐ 2.1K · 💀) - Simple yet powerful and really extendable application..
BSD-3 - django-watson (🥉26 · ⭐ 1.2K · 💀) - Full-text multi-table search application for Django...
BSD-3 - django-shop (🥉25 · ⭐ 3.3K · 💀) - A Django based shop system.
BSD-3 - django-redis-cache (🥉25 · ⭐ 1K · 💀) - A Redis cache backend for django.
❗Unlicensed - django-robots (🥉25 · ⭐ 480 · 💀) - A Django app for managing robots.txt files following..
BSD-3 - django-compressor (🥉24 · ⭐ 2.9K) - Compresses linked and inline javascript or CSS into a..
❗Unlicensed - django-solo (🥉24 · ⭐ 950) - Helps working with singletons - things like global..
❗Unlicensed - django-jenkins (🥉24 · ⭐ 940 · 💀) - Plug and play continuous integration with django and..
❗️LGPL-3.0 - django-cache-machine (🥉24 · ⭐ 880 · 💀) - Automatic caching and invalidation for Django models..
BSD-3 - django-filebrowser (🥉23 · ⭐ 1K · 💀) - Media-Management with Grappelli.
❗Unlicensed - django-summernote (🥉22 · ⭐ 1.1K · 💀) - Simply integrate Summernote editor with Django project.
MIT - django-vanilla-views (🥉22 · ⭐ 990 · 💀) - Beautifully simple class-based views.
BSD-2 - django-floppyforms (🥉21 · ⭐ 840 · 💀) - Full control of form rendering in the templates.
❗Unlicensed - merchant (🥉19 · ⭐ 1K · 💀) - A Django app to accept payments from various payment processors..
BSD-3 - django-schedule (🥉12 · ⭐ 850 · 💀) - A calendaring app for Django. It is now stable,..
❗Unlicensed
weblate (🥇38 · ⭐ 5.8K) - Web based localization tool with tight version control integration. ❗️GPL-3.0
web3.py (🥇38 · ⭐ 5.5K · 📈) - A python interface for interacting with the Ethereum blockchain and.. MIT
rdflib (🥈37 · ⭐ 2.4K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3
itsdangerous (🥈35 · ⭐ 3.1K · 💤) - Safely pass trusted data to untrusted environments and back. BSD-3
fake-useragent (🥈32 · ⭐ 4K) - Up-to-date simple useragent faker with real world database. Apache-2
saleor (🥉31 · ⭐ 23K) - Saleor Core: the high performance, composable, headless.. BSD-3 

-
GitHub (👨💻 320 · 🔀 5.9K · 📦 8 · 📋 4.4K - 5% open · ⏱️ 09.04.2026):
git clone https://github.com/saleor/saleor
maltrail (🥉30 · ⭐ 8.4K) - Malicious traffic detection system. MIT
-
GitHub (👨💻 3 · 🔀 1.2K · 📦 20 · 📋 500 - 17% open · ⏱️ 09.04.2026):
git clone https://github.com/stamparm/maltrail
httpagentparser (🥉27 · ⭐ 230) - Python HTTP Agent Parser. MIT
sslyze (🥉26 · ⭐ 3.7K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0
healthchecks (🥉25 · ⭐ 10K) - Open-source cron job and background task monitoring service,.. BSD-3
-
GitHub (👨💻 100 · 🔀 940 · 📦 1 · 📋 860 - 6% open · ⏱️ 09.04.2026):
git clone https://github.com/healthchecks/healthchecks
asgi-lifespan (🥉24 · ⭐ 270) - Programmatic startup/shutdown of ASGI apps. MIT
streaming-form-data (🥉24 · ⭐ 180) - Streaming (and fast!) parser for multipart/form-data.. MIT
Show 29 hidden projects...
- pyzmq (🥇40 · ⭐ 4.1K) - PyZMQ: Python bindings for zeromq.
❗️Revised BSD - certbot (🥇39 · ⭐ 33K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and..
❗Unlicensed - dnspython (🥇38 · ⭐ 2.6K) - a powerful DNS toolkit for python.
❗Unlicensed - impacket (🥈35 · ⭐ 16K) - Impacket is a collection of Python classes for working with..
❗Unlicensed - pwntools (🥈34 · ⭐ 13K) - CTF framework and exploit development library.
❗Unlicensed - PySocks (🥈34 · ⭐ 1.3K · 💀) - A SOCKS proxy client and wrapper for Python.
BSD-3 - httpbin (🥈32 · ⭐ 14K · 💀) - HTTP Request & Response Service, written in Python + Flask.
ISC - Js2Py (🥉30 · ⭐ 2.6K · 💀) - JavaScript to Python Translator & JavaScript interpreter written in 100%..
MIT - dpkt (🥉30 · ⭐ 1.2K · 💀) - fast, simple packet creation / parsing, with definitions for the basic..
BSD-3 - netaddr (🥉30 · ⭐ 820 · 💀) - A network address manipulation library for Python.
❗Unlicensed - pyload (🥉29 · ⭐ 3.7K) - The free and open-source Download Manager written in pure Python.
❗Unlicensed - speedtest-cli (🥉28 · ⭐ 14K · 💀) - Command line interface for testing internet bandwidth..
Apache-2 - proxy.py (🥉27 · ⭐ 3.5K · 💀) - Ngrok FRP Alternative Fast Lightweight 0 Dependency Pluggable TLS..
BSD-3 - klein (🥉26 · ⭐ 840) - werkzeug + twisted.web.
❗Unlicensed - ipaddress (🥉26 · ⭐ 110 · 💀) - Python 3.3+s ipaddress for older Python versions.
Python-2.0 - trustme (🥉25 · ⭐ 600) - #1 quality TLS certs while you wait, for the discerning tester.
❗Unlicensed - python-user-agents (🥉24 · ⭐ 1.5K · 💀) - A Python library that provides an easy way to identify..
MIT - python-whois (🥉24 · ⭐ 410 · 💀) - A python module for retrieving and parsing WHOIS data.
❗️WTFPL - Cactus (🥉23 · ⭐ 3.5K · 💀) - Static site generator for designers. Uses Python and Django..
BSD-3 - hyde (🥉22 · ⭐ 1.7K · 💀) - A Python Static Website Generator (See https://duct-ui.org from the..
MIT - ProxyBroker (🥉21 · ⭐ 4.1K · 💀) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.
Apache-2 - sandman2 (🥉21 · ⭐ 2K · 💀) - Automatically generate a RESTful API service for your legacy..
Apache-2 - reppy (🥉21 · ⭐ 200 · 💀) - Modern robots.txt Parser for Python.
MIT - cabot (🥉20 · ⭐ 5.7K · 💀) - Self-hosted, easily-deployable monitoring and alerts service - like a..
MIT - urlwatch (🥉20 · ⭐ 3K) - Watch (parts of) webpages and get notified when something changes..
❗Unlicensed - toapi (🥉19 · ⭐ 3.6K · 💀) - Every web site provides APIs.
MIT - tinkerer (🥉17 · ⭐ 300 · 💀) - Python blogging engine.
❗️BSD-2-Clause-FreeBSD - libextract (🥉16 · ⭐ 510 · 💀) - Extract data from websites using basic statistical magic.
MIT - IP2Trace (🥉10 · ⭐ 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.