- Notifications
You must be signed in to change notification settings - Fork192
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
License
ml-tooling/best-of-web-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
🏆 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.3M 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 anissue, submit apull request, or directly edit theprojects.yaml. Contributions are very welcome!
🧙♂️ Discover otherbest-of lists or createyour own.
📫 Subscribe to ournewsletter for updates and trending projects.
- Web Frameworks35 projects
- HTTP Clients19 projects
- Servers12 projects
- Authorization & Authentication39 projects
- HTML Processing10 projects
- URL Utilities6 projects
- OpenAPI Utilities23 projects
- GraphQL Utilities16 projects
- Websocket Utilities12 projects
- RPC Utilities5 projects
- Serverless4 projects
- Content Management Systems6 projects
- Web Testing50 projects
- Web Forms5 projects
- Markdown12 projects
- Third-party Web APIs56 projects
- Email11 projects
- Web Scraping & Crawling33 projects
- Monitoring13 projects
- Web UI12 projects
- Admin UI13 projects
- API Proxies & Gateways2 projects
- Flask Utilities36 projects
- FastAPI Utilities17 projects
- Pyramid Utilities3 projects
- Django Utilities76 projects
- Others59 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-rest-framework (🥈44 · ⭐ 30K) - Web APIs for Django.BSD-3

Flask-AppBuilder (🥈40 · ⭐ 4.9K) - Simple and rapid application development framework,..BSD-3

bottle (🥈39 · ⭐ 8.7K) - bottle.py is a fast and simple micro-framework for python web-applications.MIT
django-tastypie (🥉34 · ⭐ 3.9K) - Creating delicious APIs for Django apps since 2010.BSD-3

masonite (🥉27 · ⭐ 2.3K · 💤) - The Modern And Developer Centric Python Web Framework. Be sure to..MIT
guillotina (🥉26 · ⭐ 210) - Python AsyncIO data API to manage billions of resources.BSD-3
web2py (🥉24 · ⭐ 2.2K) - Free and open source full-stack enterprise framework for agile..❗️LGPL-3.0
GitHub (👨💻 270 · 🔀 910 · 📋 1.1K - 34% open · ⏱️ 01.10.2025):
git clone https://github.com/web2py/web2py
Show 11 hidden projects...
- flask-restful (🥈36 · ⭐ 6.9K · 💀) - Simple framework for creating REST APIs.
BSD-3
- pyramid (🥈35 · ⭐ 4K · 💤) - Pyramid - A Python web framework.
❗Unlicensed
- 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
- cornice (🥉28 · ⭐ 390 · 💤) - Build Web Services with Pyramid.
❗Unlicensed
- quart (🥉25 · ⭐ 3.4K · 💀) - Quart is a Python ASGI web microframework with the same API as Flask.
MIT
- japronto (🥉24 · ⭐ 8.6K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining..
MIT
- justpy (🥉24 · ⭐ 1.3K · 💀) - An object oriented high-level Python Web Framework that requires..
Apache-2
- vibora (🥉22 · ⭐ 5.6K · 💀) - Fast, asynchronous and elegant Python web framework.
MIT
- flask-mongorest (🥉20 · ⭐ 520 · 💀) - Restful API framework wrapped around MongoEngine.
BSD-3
- Growler (🥉15 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained..
Apache-2
python-zeep (🥈34 · ⭐ 2K) - A Python SOAP client.MIT
requests-toolbelt (🥉33 · ⭐ 1K · 💤) - A toolbelt of useful classes and functions to be used..Apache-2
httpie (🥉32 · ⭐ 37K · 💤) - HTTPie CLI modern, user-friendly command-line HTTP client for the API..BSD-3
requests-futures (🥉30 · ⭐ 2.2K) - Asynchronous Python HTTP Requests for Humans using..Apache-2
Show 7 hidden projects...
- pycurl (🥈36 · ⭐ 1.1K) - PycURL - Python interface to libcurl.
❗️LGPL-2.1
- grequests (🥉29 · ⭐ 4.6K · 💀) - Requests + Gevent = 3.
BSD-2
- hyper (🥉29 · ⭐ 1K · 💀) - HTTP/2 for Python.
MIT
- http-prompt (🥉25 · ⭐ 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 · ⭐ 340 · 💀) - HTTP request/response parser for python in C.
MIT
- httpstat (🥉21 · ⭐ 6.1K · 💀) - curl statistics made simple.
MIT
gunicorn (🥇44 · ⭐ 10K · 💤) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients..MIT
whitenoise (🥈38 · ⭐ 2.7K) - Radically simplified static file serving for Python web apps.MIT
Hypercorn (🥉28 · ⭐ 1.4K) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by..MIT
livereload (🥉27 · ⭐ 1K · 💤) - livereload server in python.BSD-3
Show 4 hidden projects...
- waitress (🥉35 · ⭐ 1.5K) - 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
- django-devserver (🥉27 · ⭐ 1.3K · 💀) - A drop-in replacement for Djangos runserver.
BSD-3
- Meinheld (🥉25 · ⭐ 1.5K · 💀) - Meinheld is a high performance asynchronous WSGI Web Server (based..
BSD-3
django-allauth (🥇43 · ⭐ 10K) - Integrated set of Django applications addressing..MIT

authlib (🥇39 · ⭐ 5K) - The ultimate Python library in building OAuth, OpenID Connect clients and..BSD-3
django-guardian (🥈37 · ⭐ 3.8K) - Per object permissions for Django.BSD-2

requests-oauthlib (🥈37 · ⭐ 1.8K) - OAuthlib support for Python-Requests!.ISC
google-auth (🥈35 · ⭐ 850) - Google Auth Python Library.Apache-2
flask-login (🥈34 · ⭐ 3.7K) - Flask user session management.MIT

django-rest-framework-simplejwt (🥈33 · ⭐ 4.2K) - A JSON Web Token authentication plugin for the Django..MIT

dj-rest-auth (🥈33 · ⭐ 1.8K) - Authentication for Django Rest Framework.MIT

flask-jwt-extended (🥈33 · ⭐ 1.6K · 💤) - An open source Flask extension that provides JWT..MIT

fastapi-users (🥈32 · ⭐ 5.6K · 💤) - Ready-to-use and customizable users management for..MIT

python-jose (🥉31 · ⭐ 1.7K) - A JOSE implementation in Python.MIT
Flask-HTTPAuth (🥉31 · ⭐ 1.3K · 💤) - Simple extension that provides Basic, Digest and Token..MIT

django-rest-knox (🥉28 · ⭐ 1.2K) - Authentication Module for django rest auth.MIT

django-cas-ng (🥉25 · ⭐ 390) - Django CAS 1.0/2.0/3.0 client authentication library,..MIT

authomatic (🥉24 · ⭐ 1K) - Simple yet powerful authorization / authentication client library for..MIT
flask-praetorian (🥉24 · ⭐ 350) - Strong, Simple, and Precise security for Flask APIs..MIT

fastapi_login (🥉23 · ⭐ 720) - FastAPI-Login tries to provide similar functionality as..MIT

django-stronghold (🥉23 · ⭐ 400 · 💤) - Get inside your stronghold and make all your Django..MIT

flask_simplelogin (🥉20 · ⭐ 200) - Simple Login - Login Extension for Flask.MIT

pyramid_jwt (🥉15 · ⭐ 76 · 💤) - JWT authentication for Pyramid.BSD-2

Show 15 hidden projects...
- django-oauth-toolkit (🥈32 · ⭐ 3.3K) - OAuth2 goodies for the Djangonauts!.
❗Unlicensed
- python-social-auth (🥈32 · ⭐ 2.8K · 💀) - Social auth made simple.
BSD-3
- oauth2client (🥈32 · ⭐ 800 · 💀) - This is a Python library for accessing resources protected..
Apache-2
- django-rest-framework-jwt (🥉31 · ⭐ 3.2K · 💀) - JSON Web Token Authentication support for Django REST..
MIT
- 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
- Flask-User (🥉26 · ⭐ 1.1K · 💀) - Customizable User Authorization & User Management: Register,..
MIT
- django-rules (🥉25 · ⭐ 1.9K · 💀) - Awesome Django authorization, without the database.
MIT
- Flask-OpenID (🥉25 · ⭐ 240 · 💀) - Flask-OpenID adds openid support to flask applications.
BSD-3
- python-oauth2 (🥉24 · ⭐ 3K · 💀) - A fully tested, abstract interface to creating OAuth clients..
MIT
- velruse (🥉23 · ⭐ 250 · 💀) - Simplifying third-party authentication for web applications.
MIT
- fastapi-jwt-auth (🥉21 · ⭐ 730 · 💀) - FastAPI extension that provides JWT Auth support..
MIT
- python-jwt (🥉21 · ⭐ 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 · ⭐ 550 · 💀) - row level security for FastAPI framework.
❗️THE BEER-WARE LICENSE
WeasyPrint (🥈40 · ⭐ 8.2K) - The awesome document factory.BSD-3
markupsafe (🥈39 · ⭐ 670 · 📈) - Safely add untrusted strings to HTML/XML markup.BSD-3
bleach (🥈37 · ⭐ 2.7K) - Bleach is an allowed-list-based HTML sanitizing library that escapes..Apache-2
selectolax (🥉31 · ⭐ 1.4K) - 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...
- html5lib-python (🥉33 · ⭐ 1.2K · 💀) - Standards-compliant library for parsing and serializing..
MIT
- Requests-HTML (🥉31 · ⭐ 14K · 💀) - Pythonic HTML Parsing for Humans.
MIT
- pyquery (🥉31 · ⭐ 2.4K · 💀) - A jquery-like library for python.
BSD-3
tldextract (🥈33 · ⭐ 1.9K) - Accurately separates a URLs subdomain, domain, and public suffix,..BSD-3
shortuuid (🥈31 · ⭐ 2.2K · 💤) - A generator library for concise, unambiguous and URL-safe UUIDs.BSD-3
uritemplate (🥉28 · ⭐ 240) - URI template parsing per RFC6570.BSD-3
Show 1 hidden projects...
🔗 OpenAPI-Specification ( ⭐ 30K) - The OpenAPI Specification Repository.
OpenAPI Generator (🥇44 · ⭐ 25K) - OpenAPI Generator allows generation of API client..Apache-2

GitHub (👨💻 3.6K · 🔀 7.2K · 📦 5 · 📋 9.8K - 54% open · ⏱️ 02.10.2025):
git clone https://github.com/OpenAPITools/openapi-generator
PyPi (📥 150K / month · 📦 14 · ⏱️ 29.09.2025):
pip install openapi-generator-cli
npm (📥 3.8M / month · 📦 1.2K · ⏱️ 28.09.2025):
npm install @openapitools/openapi-generator-cli
swagger-ui (🥇36 · ⭐ 28K) - Swagger UI is a collection of HTML, JavaScript, and CSS..Apache-2

GitHub (👨💻 610 · 🔀 9.2K · 📦 38K · 📋 5.7K - 22% open · ⏱️ 02.10.2025):
git clone https://github.com/swagger-api/swagger-ui
datamodel-code-generator (🥇36 · ⭐ 3.5K) - Pydantic model and dataclasses.dataclass generator..MIT

drf-spectacular (🥈35 · ⭐ 2.7K) - Sane and flexible OpenAPI 3 schema generation for Django..BSD-3

redoc (🥈32 · ⭐ 25K) - OpenAPI/Swagger-generated API Reference Documentation.MIT

GitHub (👨💻 230 · 🔀 2.4K · 📥 150 · 📦 12K · 📋 1.9K - 20% open · ⏱️ 26.09.2025):
git clone https://github.com/Redocly/redoc
swagger-codegen (🥈32 · ⭐ 18K) - swagger-codegen contains a template-driven engine to..Apache-2

GitHub (👨💻 1.2K · 🔀 6K · 📦 23 · 📋 6.9K - 49% open · ⏱️ 30.09.2025):
git clone https://github.com/swagger-api/swagger-codegen
openapi-python-client (🥈32 · ⭐ 1.7K) - Generate modern Python clients from OpenAPI.MIT

AutoRest (🥉31 · ⭐ 4.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,..MIT

GitHub (👨💻 180 · 🔀 740 · 📥 77K · 📦 790 · 📋 2.2K - 7% open · ⏱️ 23.09.2025):
git clone https://github.com/Azure/autorest
OpenAPI Spec validator (🥉30 · ⭐ 380) - OpenAPI Spec Validator is a CLI, pre-commit hook and..Apache-2
openapi-core (🥉30 · ⭐ 350) - Openapi-core is a Python library that adds client-side and..BSD-3
pyramid_openapi3 (🥉22 · ⭐ 83) - Pyramid addon for OpenAPI3 validation of requests and..MIT


Show 8 hidden projects...
- drf-yasg (🥈34 · ⭐ 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 (🥉28 · ⭐ 5.6K · 💀) - The Web API toolkit.
BSD-3
- OpenAPI-to-GraphQL (🥉28 · ⭐ 1.6K · 💀) - Translate APIs described by OpenAPI Specifications..
MIT
- flask-swagger (🥉25 · ⭐ 460 · 💀) - A swagger 2.0 spec extractor for flask.
MIT
- Spectacle (🥉21 · ⭐ 1.3K · 💀) - Beautiful static documentation generator for OpenAPI/Swagger..
MIT
- pyramid_swagger (🥉17 · ⭐ 62 · 💀) - Convenient tools for using Swagger to define and..
BSD-3
🔗 GraphQL Specification ( ⭐ 15K) - GraphQL is a query language and execution engine tied to any..
graphql-core (🥇34 · ⭐ 520) - A Python 3.6+ port of the GraphQL.js reference implementation of..MIT
Strawberry GraphQL (🥈33 · ⭐ 4.4K) - A GraphQL library for Python that leverages type..MIT

graphene-django (🥈33 · ⭐ 4.4K) - Build powerful, efficient, and flexible GraphQL APIs..MIT


graphene-mongo (🥉24 · ⭐ 290) - Graphene MongoEngine integration.MIT

graphene-pydantic (🥉21 · ⭐ 240 · 💤) - Integrate GraphQL with your Pydantic models.Apache-2

Show 8 hidden projects...
- flask-graphql (🥈25 · ⭐ 1.3K · 💀) - Adds GraphQL support to your Flask application.
MIT
- graphql-relay-py (🥉24 · ⭐ 140 · 💀) - A library to help construct a graphql-py server supporting..
MIT
- tartiflette (🥉23 · ⭐ 860 · 💀) - GraphQL Engine built with Python 3.6+ / asyncio.
MIT
- django-graphql-auth (🥉21 · ⭐ 330 · 💀) - Django registration and authentication with GraphQL.
MIT
- python-graphql-client (🥉21 · ⭐ 160 · 💀) - Simple GraphQL client for Python 2.7+.
MIT
- Flask-GraphQL-Auth (🥉17 · ⭐ 63 · 💀) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to..
MIT
- tartiflette-asgi (🥉16 · ⭐ 99 · 💀) - ASGI support for the Tartiflette GraphQL engine.
MIT
- tartiflette-aiohttp (🥉16 · ⭐ 62 · 💀) - tartiflette-aiohttp is a wrapper of aiohttp which..
MIT
websockets (🥇40 · ⭐ 5.5K) - Library for building WebSocket servers and clients in Python.BSD-3
websocket-client (🥇38 · ⭐ 3.7K) - WebSocket client for Python.Apache-2
python-socketio (🥈36 · ⭐ 4.3K) - Python Socket.IO server and client.MIT
autobahn-python (🥈35 · ⭐ 2.5K) - WebSocket and WAMP in Python for Twisted and asyncio.MIT
Flask-SocketIO (🥉33 · ⭐ 5.5K · 💤) - Socket.IO integration for Flask applications.MIT

websockify (🥉27 · ⭐ 4.2K · 📉) - Websockify is a WebSocket to TCP proxy/bridge. This allows..❗️LGPL-3.0
Show 4 hidden projects...
- gevent-socketio (🥉26 · ⭐ 1.2K · 💀) - Official repository for gevent-socketio.
BSD-3
- sockjs-tornado (🥉26 · ⭐ 850 · 💀) - WebSocket emulation - Python server.
MIT
- flask-sockets (🥉23 · ⭐ 1.7K · 💀) - [DEPRECATED] Alternative:..
MIT
- tornadio2 (🥉20 · ⭐ 530 · 💀) - Python socket.io server implementation on top of Tornado..
Apache-2
rpyc (🥈31 · ⭐ 1.7K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.MIT
ucall (🥉22 · ⭐ 1.3K) - Web Serving and Remote Procedure Calls at 50x lower latency and 70x..Apache-2
fastapi-jsonrpc (🥉21 · ⭐ 330) - JSON-RPC server based on fastapi.MIT

Show 1 hidden projects...
- spyne (🥉28 · ⭐ 1.1K · 💀) - A transport agnostic sync/async RPC library that focuses on..
❗️LGPL-2.1
Show 3 hidden projects...
- Zappa (🥈32 · ⭐ 12K · 💀) - Serverless Python.
MIT
- python-lambda (🥉25 · ⭐ 1.5K · 💀) - A toolkit for developing and deploying serverless Python code..
ISC
- lambdarest (🥉20 · ⭐ 94 · 💀) - Flask like web framework for AWS Lambda.
MIT
django-cms (🥈40 · ⭐ 11K) - The easy-to-use and developer-friendly enterprise CMS powered..BSD-3

Show 1 hidden projects...
SeleniumBase (🥇40 · ⭐ 12K) - Python APIs for web automation, testing, and bypassing bot-detection.MIT
django-silk (🥈35 · ⭐ 4.8K) - Silky smooth profiling for Django.MIT

vcrpy (🥈35 · ⭐ 2.9K) - Automatically mock your HTTP interactions to simplify and speed up testing.MIT
schemathesis (🥈34 · ⭐ 2.8K) - Catch API bugs before your users do.MIT


httprunner (🥈31 · ⭐ 4.2K) - HttpRunner API/UI.Apache-2
factory_boy (🥈31 · ⭐ 3.7K) - A test fixtures replacement for Python.MIT

SeleniumLibrary (🥈31 · ⭐ 1.4K) - Web testing library for Robot Framework.Apache-2
GitHub (👨💻 120 · 🔀 780 · 📥 3.8K · 📋 1.1K - 6% open · ⏱️ 04.08.2025):
git clone https://github.com/robotframework/SeleniumLibrary
PyPi (📥 1.6M / month · 📦 130 · ⏱️ 27.02.2025):
pip install robotframework-seleniumlibrary
Conda (📥 110K · ⏱️ 22.04.2025):
conda install -c conda-forge robotframework-seleniumlibrary
Mockoon (🥈30 · ⭐ 7.7K) - Mockoon is the easiest and quickest way to run mock APIs locally. No..MIT

GitHub (👨💻 66 · 🔀 440 · 📥 270K · 📦 220 · 📋 880 - 7% open · ⏱️ 02.10.2025):
git clone https://github.com/mockoon/mockoon
playwright (🥈29 · ⭐ 14K) - A high-level API to automate web browsers.Apache-2
webtest (🥈28 · ⭐ 340) - Wraps any WSGI application and makes it easy to send test requests to that..MIT
Model Bakery (🥉27 · ⭐ 940) - Object factory for Django.Apache-2

aioresponses (🥉26 · ⭐ 550 · 💤) - Aioresponses is a helper for mock/fake web requests in python..MIT
pytest-flask (🥉26 · ⭐ 500 · 💤) - A set of pytest fixtures to test Flask applications.MIT

selenium-python-helium (🥉25 · ⭐ 8K) - Lighter web automation with Python.MIT
requestium (🥉25 · ⭐ 1.8K) - Integration layer between Requests and Selenium for automation of..BSD-3
python-mocket (🥉24 · ⭐ 300) - a socket mock framework - for all kinds of socket animals, web-..BSD-3
flask-debugtoolbar (🥉22 · ⭐ 950) - MongoDB Bugbounty POC by @nvk0x.BSD-3

django-test-plus (🥉22 · ⭐ 630) - Useful additions to Djangos default TestCase.BSD-3

Show 21 hidden projects...
- pytest-django (🥈36 · ⭐ 1.5K) - A Django plugin for pytest.
❗Unlicensed
- HTTPretty (🥈30 · ⭐ 2.1K · 💀) - Intercept HTTP requests at the Python socket level. Fakes the..
MIT
- Dredd (🥈28 · ⭐ 4.2K · 💀) - Language-agnostic HTTP API Testing Tool.
MIT
- pyppeteer (🥈28 · ⭐ 3.9K · 💀) - Headless chrome/chromium automation library (unofficial port of..
MIT
- django-nose (🥈28 · ⭐ 880 · 💀) - Django test runner using nose.
BSD-3
- parameterized (🥈28 · ⭐ 850 · 💀) - Parameterized testing with any Python test framework.
❗️BSD-2-Clause-FreeBSD
- flask-testing (🥈28 · ⭐ 500 · 💀) - Unittest extensions for Flask.
BSD-3
- pyramid_debugtoolbar (🥉25 · ⭐ 96 · 💀) - Pyramid debug toolbar.
BSD-3
- httmock (🥉24 · ⭐ 470 · 💀) - A mocking library for requests.
Apache-2
- pytest-splinter (🥉24 · ⭐ 260 · 💀) - pytest splinter and selenium integration for anyone..
MIT
- splash (🥉23 · ⭐ 4.2K · 💀) - Lightweight, scriptable browser as a service with an HTTP API.
BSD-3
- wdb (🥉23 · ⭐ 1.6K · 💀) - An improbable web debugger through WebSockets.
❗️GPL-3.0
- pyresttest (🥉23 · ⭐ 1.2K · 💀) - Python Rest Testing.
Apache-2
- mixer (🥉22 · ⭐ 950 · 💀) - Mixer -- Is a fixtures replacement. Supported Django, Flask,..
BSD-3
- molotov (🥉22 · ⭐ 470 · 💀) - Load Testing Tool.
Apache-2
- async-asgi-testclient (🥉22 · ⭐ 160 · 💀) - A framework-agnostic library for testing ASGI web..
MIT
- yandex-tank (🥉21 · ⭐ 2.5K · 💤) - Load and performance benchmark tool.
❗️LGPL-2.0
- aresponses (🥉20 · ⭐ 110 · 💀) - Asyncio http mocking. Similar to the responses library used for..
MIT
- huxley (🥉18 · ⭐ 4.1K · 💀) - A testing system for catching visual regressions in Web..
Apache-2
- golem (🥉18 · ⭐ 490 · 💀) - A complete test automation tool.
MIT
- Astra (🥉15 · ⭐ 2.6K · 💀) - Automated Security Testing For REST APIs.
Apache-2
django-crispy-forms (🥈34 · ⭐ 5.1K) - The best way to have DRY Django forms. The app..MIT

django-formtools (🥉29 · ⭐ 860) - A set of high-level abstractions for Django forms.BSD-3

markdown (🥇40 · ⭐ 4.1K) - A Python implementation of John Grubers Markdown with Extension support.BSD-3
mistune (🥇38 · ⭐ 2.9K) - A fast yet powerful Python Markdown parser with renderers and plugins.BSD-3
pelican (🥈37 · ⭐ 13K) - Static site generator that supports Markdown and reST syntax...❗️AGPL-3.0
markdown-it-py (🥈36 · ⭐ 1K) - Markdown parser, done right. 100% CommonMark support, extensions,..MIT
python-markdown2 (🥈34 · ⭐ 2.8K) - markdown2: A fast and complete implementation of Markdown in..MIT
pymdown-extensions (🥈34 · ⭐ 1.1K) - Extensions for Python Markdown.MIT
django-markdown-editor (🥉28 · ⭐ 880) - Awesome Django Markdown Editor, supported for..❗️GPL-3.0

django-markdownx (🥉27 · ⭐ 920) - Comprehensive Markdown plugin built for Django.BSD-3

Show 2 hidden projects...
- grip (🥉28 · ⭐ 6.7K · 💀) - Preview GitHub README.md files locally before committing them.
MIT
- markdown-include (🥉21 · ⭐ 110 · 💀) - Provides syntax for Python-Markdown which allows for..
❗️GPL-3.0
🔗 Public APIs ( ⭐ 370K) - A collective list of free APIs.
🔗 best-of-ml-python - DB Clients ( ⭐ 22K) - Collection of python database client libraries.
google-api-python-client (🥇43 · ⭐ 8.5K) - The official Python client library for Googles..Apache-2
GitHub (👨💻 200 · 🔀 2.5K · 📦 280K · 📋 1.2K - 14% open · ⏱️ 01.10.2025):
git clone https://github.com/googleapis/google-api-python-client
PyPi (📥 120M / month · 📦 3.7K · ⏱️ 01.10.2025):
pip install google-api-python-client
Conda (📥 4.1M · ⏱️ 02.10.2025):
conda install -c conda-forge google-api-python-client
youtube-dl (🥇42 · ⭐ 140K · 📈) - Command-line program to download videos from YouTube.com..Unlicense
python-telegram-bot (🥇42 · ⭐ 28K) - We have made you a wrapper you cant refuse.❗️GPL-3.0
GitHub (👨💻 200 · 🔀 5.8K · 📥 40K · 📦 150K · 📋 2.3K - 0% open · ⏱️ 01.10.2025):
git clone https://github.com/python-telegram-bot/python-telegram-bot
PyPi (📥 21M / month · 📦 910 · ⏱️ 27.09.2025):
pip install python-telegram-bot
Conda (📥 160K · ⏱️ 27.09.2025):
conda install -c conda-forge python-telegram-bot
discord.py (🥇42 · ⭐ 16K) - An API wrapper for Discord written in Python.MIT
pyTelegramBotAPI (🥇41 · ⭐ 8.6K) - Python Telegram bot api.❗️GPL-2.0
PyGithub (🥇41 · ⭐ 7.5K) - Typed interactions with the GitHub API v3.❗️LGPL-3.0
python-slack-sdk (🥈37 · ⭐ 4K) - Slack Developer Kit for Python.MIT
twilio (🥈37 · ⭐ 2K) - A Python module for communicating with the Twilio API and generating TwiML.MIT
gallery-dl (🥈36 · ⭐ 15K) - Command-line program to download image galleries and collections..❗️GPL-2.0
slackclient (🥈36 · ⭐ 4K) - Slack Developer Kit for Python.MIT
praw (🥈36 · ⭐ 3.8K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that..BSD-2
notion-sdk-py (🥉29 · ⭐ 2.1K) - Notion API client SDK, rewritten in Python! (sync + async).MIT
py-googletrans (🥉28 · ⭐ 4.2K) - (unofficial) Googletrans: Free and Unlimited Google translate..MIT
Show 25 hidden projects...
- pytube (🥈36 · ⭐ 13K · 💀) - A lightweight, dependency-free Python library (and command-line..
Unlicense
- tushare (🥈34 · ⭐ 14K · 💀) - TuShare is a utility for crawling historical data of China stocks.
BSD-3
- Wikipedia (🥉32 · ⭐ 3K · 💀) - A Pythonic wrapper for the Wikipedia API.
MIT
- simple-salesforce (🥉32 · ⭐ 1.8K) - A very simple Salesforce.com REST API client for..
❗Unlicensed
- facebook-sdk (🥉31 · ⭐ 2.8K · 💀) - Python SDK for Facebooks Graph API.
Apache-2
- google-resumable-media (🥉31 · ⭐ 45 · 💤) - Utilities for Google Media Downloads and Resumable..
Apache-2
- google-maps-services-python (🥉30 · ⭐ 4.8K · 💀) - Python client library for Google Maps API Web Services.
Apache-2
- twython (🥉30 · ⭐ 1.9K · 💀) - Actively maintained, pure Python wrapper for the Twitter API...
MIT
- coursera-dl (🥉29 · ⭐ 9.6K · 💀) - Script for downloading Coursera.org videos and naming them.
❗️LGPL-3.0
- python-twitter (🥉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
- Google Images Download (🥉27 · ⭐ 8.7K · 💀) - Python Script to download hundreds of images from..
MIT
- gmusicapi (🥉27 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music.
BSD-3
- telepot (🥉27 · ⭐ 2.4K · 💀) - Python framework for Telegram Bot API.
MIT
- Django Facebook (🥉27 · ⭐ 1.4K · 💀) - Facebook open graph api implementation using the Django..
BSD-3
- python-instagram (🥉26 · ⭐ 3K · 💀) - Python Client for Instagram API.
MIT
- twitterscraper (🥉26 · ⭐ 2.5K · 💀) - Scrape Twitter for Tweets.
MIT
- pyshorteners (🥉25 · ⭐ 400 · 💀) - Generating short urls with python has never been easier.
❗️GPL-3.0
- WikiExtractor (🥉24 · ⭐ 3.9K · 💀) - A tool for extracting plain text from Wikipedia dumps.
❗️AGPL-3.0
- twitter-scraper (🥉23 · ⭐ 4K · 💀) - Scrape the Twitter Frontend API without authentication.
MIT
- instagram_private_api (🥉23 · ⭐ 3.2K · 💀) - A Python library to access Instagrams private API.
MIT
- GHunt (🥉20 · ⭐ 18K) - Offensive Google framework.
❗Unlicensed
- instagram-scraper (🥉18 · ⭐ 6.9K · 💀) - Scrapes an instagram users photos and videos.
Unlicense
- igramscraper (🥉16 · ⭐ 2.1K · 💀) - scrapes medias, likes, followers, tags and all metadata...
MIT
- InstaPy (🥉15 · ⭐ 17K · 💀) - Tool for automated Instagram interactions.
❗️GPL-3.0
flask-mail (🥇31 · ⭐ 640) - Flask-Mail adds SMTP mail sending to your Flask applications.BSD-3
fastapi-mail (🥈28 · ⭐ 840) - Fastapi mail system sending mails(individual, bulk)..MIT

mailer (🥉22 · ⭐ 280) - A light-weight, modular, message representation and mail delivery framework..MIT
Show 6 hidden projects...
- yagmail (🥈29 · ⭐ 2.7K · 💀) - Send email in Python conveniently for gmail using yagmail.
MIT
- sync-engine (🥈28 · ⭐ 3.5K · 💀) - IMAP/SMTP sync system with modern APIs.
❗️AGPL-3.0
- flanker (🥉27 · ⭐ 1.6K · 💀) - Python email address and Mime parsing library.
Apache-2
- offlineimap (🥉26 · ⭐ 1.8K · 💀) - Read/sync your IMAP mailboxes (python2) [LEGACY: move..
❗️libpng-2.0
- pyramid_mailer (🥉20 · ⭐ 51 · 💀) - A package for sending email from your Pyramid..
BSD-3
- gmail (🥉19 · ⭐ 1.8K · 💀) - A Pythonic interface for Google Mail.
MIT
Libraries for web scraping, crawling, downloading, and mining as well as libraries.
Scrapy (🥇44 · ⭐ 58K · 📉) - Scrapy, a fast high-level web crawling & scraping framework for Python.BSD-3
feedparser (🥇38 · ⭐ 2.2K) - Parse feeds in Python.BSD-2
newspaper3k (🥇33 · ⭐ 15K) - newspaper3k is a news, full-text, and article metadata extraction in..MIT
parsel (🥇33 · ⭐ 1.3K) - Parsel lets you extract data from XML/HTML documents using XPath or CSS..BSD-3
trafilatura (🥈32 · ⭐ 4.8K) - Python & Command-line tool to gather text and metadata on the..Apache-2
cloudscraper (🥈30 · ⭐ 5.6K) - A Python module to bypass Cloudflares anti-bot page.MIT
MechanicalSoup (🥈28 · ⭐ 4.8K) - A Python library for automating interaction with websites.MIT
AutoScraper (🥉19 · ⭐ 7K) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python.MIT
Show 16 hidden projects...
- pyspider (🥈29 · ⭐ 17K · 💀) - A Powerful Spider(Web Crawler) System in Python.
Apache-2
- Pattern (🥈29 · ⭐ 8.8K · 💀) - Web mining module for Python, with tools for scraping, natural..
BSD-3
- python-goose (🥈28 · ⭐ 4K · 💀) - Html Content / Article Extractor, web scrapping lib in..
Apache-2
- pytrends (🥉27 · ⭐ 3.5K · 💀) - Pseudo API for Google Trends.
Apache-2
- robobrowser (🥉25 · ⭐ 3.7K · 💀) - Your friendly neighborhood web scraper.
BSD-3
- scrapely (🥉24 · ⭐ 1.9K · 💀) - A pure-python HTML screen-scraping library.
BSD-3
- Gerapy (🥉23 · ⭐ 3.5K · 💀) - Distributed Crawler Management Framework Based on Scrapy,..
MIT
- Cola (🥉23 · ⭐ 1.5K · 💀) - A high-level distributed crawling framework.
Apache-2
- ruia (🥉22 · ⭐ 1.8K · 💀) - Async Python 3.6+ web scraping micro-framework based on asyncio.
Apache-2
- snallygaster (🥉21 · ⭐ 2.1K) - Tool to scan for secret files on HTTP servers.
❗️0BSD
- Lassie (🥉21 · ⭐ 620 · 💀) - Web Content Retrieval for Humans.
MIT
- gazpacho (🥉20 · ⭐ 770 · 💀) - The simple, fast, and modern web scraping library.
MIT
- opengraph (🥉16 · ⭐ 230 · 💀) - A python module to parse the Open Graph Protocol.
MIT
- Transistor (🥉14 · ⭐ 210 · 💀) - Transistor, a Python web scraping framework for intelligent use..
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
posthog (🥇43 · ⭐ 30K) - PostHog provides open-source web & product analytics, session recording,..MIT
sentry (🥇42 · ⭐ 42K) - Developer-first error tracking and performance monitoring.❗️SSPL-1.0
Prometheus Client (🥈36 · ⭐ 4.2K) - Python client for the Prometheus monitoring system.Apache-2
opentelemetry-python (🥈33 · ⭐ 2.2K) - OpenTelemetry Python API and SDK.Apache-2
GoAccess (🥈27 · ⭐ 20K) - GoAccess is a real-time web log analyzer and interactive viewer that runs..MIT
GitHub (👨💻 180 · 🔀 1.2K · 📦 21 · 📋 2.4K - 17% open · ⏱️ 16.09.2025):
git clone https://github.com/allinurl/goaccess
prometheus-flask-exporter (🥉26 · ⭐ 680 · 💤) - Prometheus exporter for Flask applications.MIT

starlette context (🥉25 · ⭐ 500) - Middleware for Starlette that allows you to store and..MIT

Flask-MonitoringDashboard (🥉24 · ⭐ 810) - Automatically monitor the evolving performance of..MIT

Show 5 hidden projects...
- opentracing-python (🥉26 · ⭐ 760 · 💀) - OpenTracing API for Python. This library is..
Apache-2
- ngxtop (🥉22 · ⭐ 6.5K · 💀) - Real-time metrics for nginx server.
MIT
- Starlette Prometheus (🥉20 · ⭐ 290 · 💀) - Prometheus integration for Starlette.
❗️GPL-3.0
- flask-state (🥉15 · ⭐ 610 · 💀) - Display machine state using Python3 with Flask.
BSD-3
- timing-asgi (🥉8 · ⭐ 130 · 💀) - ASGI middleware to record and emit timing metrics (to..
❗Unlicensed
NiceGUI (🥈37 · ⭐ 14K) - Create web-based user interfaces with Python. The nice way.MIT
GitHub (👨💻 180 · 🔀 830 · 📦 2.4K · 📋 1.4K - 6% open · ⏱️ 01.10.2025):
git clone https://github.com/zauberzeug/nicegui
PyPi (📥 430K / month · 📦 220 · ⏱️ 23.09.2025):
pip install nicegui
Conda (📥 95K · ⏱️ 23.09.2025):
conda install -c conda-forge nicegui
Docker Hub (📥 58K · ⭐ 12 · ⏱️ 23.09.2025):
docker pull zauberzeug/nicegui
pyscript (🥈30 · ⭐ 19K) - PyScript is an open source platform for Python in the browser. Try..Apache-2
GitHub (👨💻 120 · 🔀 1.5K · 📥 230 · 📦 850 · 📋 840 - 2% open · ⏱️ 02.10.2025):
git clone https://github.com/pyscript/pyscript
Misago (🥉26 · ⭐ 2.7K) - Misago is fully featured modern forum application that is fast,..❗️GPL-2.0
GitHub (👨💻 46 · 🔀 540 · 📦 53 · 📋 1.4K - 11% open · ⏱️ 19.09.2025):
git clone https://github.com/rafalp/Misago
Show 3 hidden projects...
django-debug-toolbar (🥇40 · ⭐ 8.3K) - A configurable set of panels that display various..BSD-3
flask-admin (🥇40 · ⭐ 6K) - Simple and extensible administrative interface framework for..BSD-3

django-admin-interface (🥈33 · ⭐ 2K) - djangos default admin interface with superpowers -..MIT

django-grappelli (🥈32 · ⭐ 3.9K) - A jazzy skin for the Django Admin-Interface (official..BSD-3

starlette-admin (🥈28 · ⭐ 850) - Fast, beautiful and extensible administrative interface..MIT

fastapi-admin (🥉25 · ⭐ 3.5K) - A fast admin dashboard based on FastAPI and TortoiseORM..Apache-2

Show 7 hidden projects...
- xadmin (🥈28 · ⭐ 4.8K · 💀) - Drop-in replacement of Django admin comes with lots of goodies,..
BSD-3
- django-suit (🥉27 · ⭐ 2.4K) - Modern theme for Django admin interface.
❗️AFL-3.0
- django-admin-bootstrapped (🥉26 · ⭐ 1.6K · 💀) - A Django admin theme using Twitter Bootstrap. It..
Apache-2
- django-jet (🥉25 · ⭐ 3.6K · 💀) - Modern responsive template for the Django admin..
❗️AGPL-3.0
- django-admin2 (🥉23 · ⭐ 1.2K · 💀) - Extendable, adaptable rewrite of django.contrib.admin.
BSD-3
- django-smuggler (🥉22 · ⭐ 370 · 💀) - Django Smuggler is a pluggable application for Django..
❗️LGPL-3.0
- nginx-ui (🥉16 · ⭐ 4.5K · 💀) - Nginx UI allows you to access and modify the nginx configurations..
MIT
Kong (🥇37 · ⭐ 43K) - The Cloud-Native Gateway for APIs & AI.Apache-2
GitHub (👨💻 440 · 🔀 5K · 📦 22 · 📋 4.6K - 2% open · ⏱️ 30.09.2025):
git clone https://github.com/kong/kong
Docker Hub (📥 340M · ⭐ 820 · ⏱️ 02.10.2025):
docker pull kong
tyk (🥉28 · ⭐ 10K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP..MPL-2.0
GitHub (👨💻 130 · 🔀 1.1K · 📋 2.2K - 15% open · ⏱️ 02.10.2025):
git clone https://github.com/TykTechnologies/tyk
flask-sqlalchemy (🥇36 · ⭐ 4.3K) - Adds SQLAlchemy support to Flask.BSD-3

Flask-Migrate (🥇34 · ⭐ 2.4K · 💤) - SQLAlchemy database migrations for Flask applications..MIT

flask-limiter (🥇34 · ⭐ 1.2K) - Rate Limiting extension for Flask.MIT

flask-cors (🥇33 · ⭐ 930) - Cross Origin Resource Sharing ( CORS ) support for Flask.MIT

flask-caching (🥈31 · ⭐ 930 · 💤) - A caching extension for Flask.BSD-3

flask-marshmallow (🥈29 · ⭐ 890) - Flask + marshmallow for beautiful APIs.MIT

flask_pydantic (🥈27 · ⭐ 400) - flask extension for integration with the awesome pydantic..MIT

flask-apispec (🥈26 · ⭐ 660) - Build and document REST APIs with Flask and apispec.MIT

Flask-Moment (🥈26 · ⭐ 380 · 💤) - Formatting of dates and times in Flask templates using..MIT

flask-paginate (🥈26 · ⭐ 280 · 💤) - Pagination support for flask.BSD-3

flask-rebar (🥉22 · ⭐ 240) - Flask-Rebar combines flask, marshmallow, and swagger for..MIT


flask-jsonrpc (🥉21 · ⭐ 300 · 💤) - Basic JSON-RPC implementation for your Flask-powered..BSD-3

cookiecutter-flask (🥉20 · ⭐ 4.7K) - A flask template with Bootstrap, asset..MIT

GitHub (👨💻 78 · 🔀 750 · 📋 190 - 5% open · ⏱️ 13.08.2025):
git clone https://github.com/cookiecutter-flask/cookiecutter-flask
Show 22 hidden projects...
- flask-security (🥈31 · ⭐ 1.6K · 💀) - Quick and simple security for Flask applications.
MIT
- flask-session (🥈30 · ⭐ 530 · 💀) - Server side session extension for Flask.
BSD-3
- flask-babel (🥈30 · ⭐ 450 · 💀) - i18n and l10n support for Flask based on Babel and pytz.
BSD-3
- flask-mongoengine (🥈29 · ⭐ 840 · 💀) - MongoEngine flask extension with WTF model forms..
BSD-3
- flask-bcrypt (🥈29 · ⭐ 330 · 💀) - Flask-Bcrypt is a Flask extension that provides bcrypt..
BSD-3
- flask-api (🥈28 · ⭐ 1.5K · 💀) - Browsable web APIs for Flask.
BSD-3
- flask-assets (🥈26 · ⭐ 460 · 💀) - Flask webassets integration.
BSD-2
- flask-seasurf (🥈26 · ⭐ 190 · 💀) - 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-profiler (🥉24 · ⭐ 760 · 💀) - a flask profiler which watches endpoint calls and tries..
MIT
- flask-ask (🥉23 · ⭐ 1.9K · 💀) - Alexa Skills Kit for Python.
Apache-2
- flask-talisman (🥉23 · ⭐ 940 · 💀) - HTTP security headers for Flask.
Apache-2
- flask_injector (🥉23 · ⭐ 280 · 💀) - Adds Injector support to Flask.
BSD-3
- Flask-Excel (🥉23 · ⭐ 260 · 💀) - A flask extension using pyexcel to read, manipulate and write..
BSD-3
- flask-s3 (🥉22 · ⭐ 200 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon..
❗️WTFPL
- flask-bootstrap (🥉21 · ⭐ 1.6K · 💀) - A Flask app template with integrated SQLAlchemy,..
BSD-3
- Flask-Opentracing (🥉21 · ⭐ 140 · 💀) - OpenTracing instrumentation for the Flask..
BSD-3
- flask-ngrok (🥉20 · ⭐ 140 · 💀) - A simple way to demo Flask apps from your machine.
Apache-2
- flask-msearch (🥉19 · ⭐ 230 · 💀) - Full text search for flask.
BSD-3
- flask_jsondash (🥉18 · ⭐ 3.3K · 💀) - Build complex dashboards without any front-end code...
MIT
- flask-file-upload (🥉18 · ⭐ 150 · 💀) - Easy file uploads for Flask.
MIT
- flask2postman (🥉14 · ⭐ 150 · 💀) - Generate a Postman collection from your Flask application.
MIT
fastapi-utils (🥈27 · ⭐ 2.2K · 💤) - Reusable utilities for FastAPI.MIT

fastapi-code-generator (🥈26 · ⭐ 1.3K) - This code generator creates FastAPI app from an..MIT


fastapi-admin/fastapi-admin (🥈25 · ⭐ 3.5K) - A fast admin dashboard based on FastAPI and..Apache-2

fastapi-plugins (🥉18 · ⭐ 500) - FastAPI framework plugins.MIT

Show 11 hidden projects...
- fastapi-crudrouter (🥈25 · ⭐ 1.5K · 💀) - A dynamic FastAPI router that automatically creates..
MIT
- starlette_exporter (🥈22 · ⭐ 320 · 💀) - Prometheus exporter for Starlette and FastAPI.
Apache-2
- fastapi-mvc (🥉20 · ⭐ 690 · 💀) - Developer productivity tool for making high-quality FastAPI..
MIT
- fastapi-versioning (🥉19 · ⭐ 740 · 💀) - api versioning for fastapi web applications.
MIT
- fastapi-sqlalchemy (🥉19 · ⭐ 670 · 💀) - Adds simple SQLAlchemy support to FastAPI.
MIT
- fastapi_cache (🥉19 · ⭐ 220 · 💀) - FastAPI simple cache.
MIT
- fastapi_contrib (🥉18 · ⭐ 640 · 💀) - Opinionated set of utilities on top of FastAPI.
MIT
- fastapi-socketio (🥉18 · ⭐ 330 · 💀) - Easily integrate socket.io with your FastAPI app.
Apache-2
- fastapi-react (🥉17 · ⭐ 2.5K · 💀) - Cookiecutter Template for FastAPI + React Projects...
MIT
- fastapi_client (🥉14 · ⭐ 340 · 💀) - FastAPI client generator.
Apache-2
- fastapi-lazy (🥉10 · ⭐ 120 · 💀) - Simplifies class-based views for more organized and..
MIT
Show 3 hidden projects...
- pyramid_jinja2 (🥇21 · ⭐ 71 · 💀) - Jinja2 templating system bindings for the Pyramid web..
❗Unlicensed
- pyramid_celery (🥉18 · ⭐ 110 · 💀) - Pyramid configuration with celery integration. Allows..
MIT
- pyramid_services (🥉16 · ⭐ 82 · 💀) - A service layer for pyramid.
MIT
django-import-export (🥇39 · ⭐ 3.3K · 📈) - Django application and library for importing and..BSD-2

django-extensions (🥇38 · ⭐ 6.7K) - This is a repository for collecting global custom..MIT

django-cors-headers (🥇37 · ⭐ 5.5K) - Django app for handling the server headers required..MIT

django-stubs (🥇37 · ⭐ 1.8K) - PEP-484 stubs for Django.MIT

django-oscar (🥇36 · ⭐ 6.5K) - Domain-driven e-commerce for Django.BSD-3

django-filter (🥇36 · ⭐ 4.6K) - A generic system for filtering Django QuerySets based on..BSD-3

django-reversion (🥇36 · ⭐ 3.1K) - django-reversion is an extension to the Django web..BSD-3

django-mptt (🥇36 · ⭐ 3K) - Utilities for implementing a modified pre-order traversal tree in..MIT

django-storages (🥇36 · ⭐ 2.9K) - Django-storages is a project to provide a variety of..BSD-3

django-simple-history (🥇36 · ⭐ 2.4K) - Store model history and view/revert changes from..BSD-3

django-haystack (🥈35 · ⭐ 3.7K) - Modular search for Django.BSD-3

django-environ (🥈35 · ⭐ 3.1K · 💤) - Django-environ allows you to utilize 12factor inspired..MIT

dj-database-url (🥈35 · ⭐ 1.5K) - Use Database URLs in your Django Application.BSD-3

Django-Ninja (🥈34 · ⭐ 8.6K) - Fast, Async-ready, Openapi, type hints based framework for..MIT
django-model-utils (🥈34 · ⭐ 2.7K) - Django model mixins and utilities.BSD-3

django-polymorphic (🥈34 · ⭐ 1.8K) - Improved Django model inheritance with automatic..BSD-3

django-pipeline (🥈34 · ⭐ 1.5K) - Pipeline is an asset packaging library for Django.MIT

django-phonenumber-field (🥈34 · ⭐ 1.5K) - A django model and form field for normalised phone..MIT

cookiecutter-django (🥈33 · ⭐ 13K) - Cookiecutter Django is a framework for jumpstarting..BSD-3

django-redis (🥈33 · ⭐ 3K) - Full featured redis cache backend for Django.BSD-3

django-ckeditor (🥈33 · ⭐ 2.5K) - Django admin CKEditor integration.BSD-3

django-bootstrap3 (🥈33 · ⭐ 2.3K) - Bootstrap 3 integration with Django.BSD-3

django-autocomplete-light (🥈33 · ⭐ 1.9K · 💤) - A fresh approach to autocomplete implementations,..MIT

django-waffle (🥈33 · ⭐ 1.2K) - A feature flipper for Django.BSD-3

django-webpack-loader (🥈32 · ⭐ 2.5K) - Transparently use webpack with django.MIT

django-constance (🥈32 · ⭐ 1.8K) - Dynamic Django settings.BSD-3

sorl-thumbnail (🥈32 · ⭐ 1.8K · 💤) - Thumbnails for Django.BSD-3

django-money (🥈32 · ⭐ 1.7K) - Money fields for Django forms and models.BSD-3

django-countries (🥈32 · ⭐ 1.5K) - A Django application that provides country choices for..MIT

easy-thumbnails (🥈32 · ⭐ 1.4K) - Easy thumbnails for Django.BSD-3

django-bootstrap4 (🥈32 · ⭐ 1K) - Bootstrap 4 integration with Django.BSD-3

django-taggit (🥉31 · ⭐ 3.4K) - Simple tagging for django.BSD-3

django-compressor (🥉31 · ⭐ 2.9K) - Compresses linked and inline javascript or CSS into a..MIT

django-imagekit (🥉31 · ⭐ 2.3K) - Automated image processing for Django. Currently v4.0.BSD-3

django-widget-tweaks (🥉31 · ⭐ 2.1K) - Tweak the form field rendering in templates, not in..MIT

django-dbbackup (🥉31 · ⭐ 1.1K) - Backup and restore your Django database and media.BSD-3

djangorestframework-stubs (🥉31 · ⭐ 520) - PEP-484 stubs for django-rest-framework.MIT

GitHub (👨💻 88 · 🔀 130 · 📦 3.9K · 📋 170 - 36% open · ⏱️ 02.10.2025):
git clone https://github.com/typeddjango/djangorestframework-stubs
PyPi (📥 2M / month · 📦 57 · ⏱️ 29.09.2025):
pip install djangorestframework-stubs
Conda (📥 27K · ⏱️ 18.08.2025):
conda install -c conda-forge djangorestframework-stubs
django-cacheops (🥉30 · ⭐ 2.2K) - A slick ORM cache with automatic granular event-driven..BSD-3

django-braces (🥉29 · ⭐ 2K · 💤) - Reusable, generic mixins for Django.BSD-3

django-rosetta (🥉29 · ⭐ 1.1K) - Rosetta is a Django application that eases the translation..MIT

django-configurations (🥉29 · ⭐ 1.1K · 💤) - A helper for organizing Django project settings by..BSD-3

django-paypal (🥉29 · ⭐ 730 · 💤) - A pluggable Django application for integrating PayPal..MIT

django-sql-explorer (🥉28 · ⭐ 2.8K) - SQL reporting that Just Works. Fast, simple, and..MIT

viewflow (🥉28 · ⭐ 2.8K) - Reusable workflow library for Django.❗️AGPL-3.0

django-push-notifications (🥉28 · ⭐ 2.4K) - Send push notifications to mobile devices through GCM..MIT

django-extra-views (🥉28 · ⭐ 1.4K) - Djangos class-based generic views are awesome, lets..MIT

django-cachalot (🥉28 · ⭐ 1.4K) - No effort, no worry, maximum performance.BSD-3

django-organizations (🥉27 · ⭐ 1.3K) - Multi-user accounts for Django projects.BSD-2

django-cleanup (🥉27 · ⭐ 1.2K) - Automatically deletes old file for FileField and..MIT

django-split-settings (🥉27 · ⭐ 1.2K) - Organize Django settings into multiple files and..BSD-3

django-filebrowser (🥉27 · ⭐ 990 · 💤) - Media-Management with Grappelli.BSD-3

django-csp (🥉27 · ⭐ 620 · 📉) - Content Security Policy for Django.BSD-3

django-lifecycle (🥉25 · ⭐ 1.4K · 💤) - Declarative model lifecycle hooks, an alternative to..MIT

django-easy-audit (🥉24 · ⭐ 820) - Yet another Django audit log app, hopefully the..❗️GPL-3.0

django-codemod (🥉23 · ⭐ 180) - A tool to automatically fix Django deprecations.MIT

Show 18 hidden projects...
- django-tables2 (🥈32 · ⭐ 2K) - django-tables2 - An app for creating HTML tables.
❗Unlicensed
- django-activity-stream (🥉30 · ⭐ 2.4K · 💀) - Generate generic activity streams from the actions on..
BSD-3
- django-fsm (🥉30 · ⭐ 2.3K · 💀) - Django friendly finite state machine support.
MIT
- django-q (🥉30 · ⭐ 1.9K · 💀) - A multiprocessing distributed task queue for Django.
MIT
- django-blog-zinnia (🥉28 · ⭐ 2.1K · 💀) - Simple yet powerful and really extendable application..
BSD-3
- django-redis-cache (🥉28 · ⭐ 1K · 💀) - A Redis cache backend for django.
BSD-3
- django-shop (🥉27 · ⭐ 3.3K · 💀) - A Django based shop system.
BSD-3
- django-angular (🥉27 · ⭐ 1.2K · 💀) - Let AngularJS play well with Django.
MIT
- django-watson (🥉26 · ⭐ 1.2K · 💀) - Full-text multi-table search application for Django...
BSD-3
- django-jenkins (🥉26 · ⭐ 950 · 💀) - Plug and play continuous integration with django and..
❗️LGPL-3.0
- django-cache-machine (🥉25 · ⭐ 880 · 💀) - Automatic caching and invalidation for Django models..
BSD-3
- django-vanilla-views (🥉24 · ⭐ 990 · 💀) - Beautifully simple class-based views.
BSD-2
- django-solo (🥉24 · ⭐ 940) - Helps working with singletons - things like global..
❗️CC-BY-3.0
- django-floppyforms (🥉24 · ⭐ 840 · 💤) - Full control of form rendering in the templates.
❗️MirOS
- django-robots (🥉24 · ⭐ 480 · 💀) - A Django app for managing robots.txt files following..
BSD-3
- django-summernote (🥉23 · ⭐ 1.1K · 💀) - Simply integrate Summernote editor with Django project.
MIT
- merchant (🥉19 · ⭐ 1K · 💀) - A Django app to accept payments from various payment processors..
BSD-3
- django-schedule (🥉14 · ⭐ 840 · 💀) - A calendaring app for Django. It is now stable,..
BSD-3
rdflib (🥈38 · ⭐ 2.3K) - RDFLib is a Python library for working with RDF, a simple yet powerful..BSD-3
impacket (🥈37 · ⭐ 15K) - Impacket is a collection of Python classes for working with network..Apache-2
weblate (🥈37 · ⭐ 5.4K) - Web based localization tool with tight version control integration.❗️GPL-3.0
itsdangerous (🥈35 · ⭐ 3.1K) - Safely pass trusted data to untrusted environments and back.BSD-3
saleor (🥈32 · ⭐ 22K) - Saleor Core: the high performance, composable, headless..BSD-3


GitHub (👨💻 320 · 🔀 5.8K · 📥 790 · 📦 7 · 📋 4.4K - 5% open · ⏱️ 02.10.2025):
git clone https://github.com/saleor/saleor
maltrail (🥉31 · ⭐ 7.2K) - Malicious traffic detection system.MIT
GitHub (👨💻 59 · 🔀 1.1K · 📦 20 · 📋 460 - 18% open · ⏱️ 02.10.2025):
git clone https://github.com/stamparm/maltrail
fake-useragent (🥉31 · ⭐ 4K) - Up-to-date simple useragent faker with real world database.Apache-2
sslyze (🥉29 · ⭐ 3.7K) - Fast and powerful SSL/TLS scanning library.❗️AGPL-3.0
pyload (🥉29 · ⭐ 3.6K) - The free and open-source Download Manager written in pure Python.❗️AGPL-3.0
proxy.py (🥉27 · ⭐ 3.4K · 💤) - Ngrok FRP Alternative Fast Lightweight 0 Dependency Pluggable TLS..BSD-3
healthchecks (🥉25 · ⭐ 9.5K) - Open-source cron job and background task monitoring service,..BSD-3
GitHub (👨💻 100 · 🔀 910 · 📦 1 · 📋 820 - 9% open · ⏱️ 02.10.2025):
git clone https://github.com/healthchecks/healthchecks
streaming-form-data (🥉25 · ⭐ 180) - Streaming (and fast!) parser for multipart/form-data..MIT
urlwatch (🥉21 · ⭐ 2.9K) - Watch (parts of) webpages and get notified when something changes via..BSD-3
Show 23 hidden projects...
- pyzmq (🥇40 · ⭐ 4K) - PyZMQ: Python bindings for zeromq.
❗️Revised BSD
- certbot (🥇39 · ⭐ 32K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and..
❗Unlicensed
- PySocks (🥈34 · ⭐ 1.3K · 💀) - A SOCKS proxy client and wrapper for Python.
BSD-3
- speedtest-cli (🥈32 · ⭐ 14K · 💀) - Command line interface for testing internet bandwidth..
Apache-2
- httpbin (🥈32 · ⭐ 13K · 💀) - HTTP Request & Response Service, written in Python + Flask.
ISC
- netaddr (🥈32 · ⭐ 820 · 💀) - A network address manipulation library for Python.
BSD-3
- dpkt (🥉30 · ⭐ 1.1K · 💀) - fast, simple packet creation / parsing, with definitions for the basic..
BSD-3
- Js2Py (🥉29 · ⭐ 2.6K · 💀) - JavaScript to Python Translator & JavaScript interpreter written in 100%..
MIT
- python-user-agents (🥉28 · ⭐ 1.5K · 💀) - A Python library that provides an easy way to identify..
MIT
- httpagentparser (🥉26 · ⭐ 220 · 💀) - Python HTTP Agent Parser.
MIT
- ipaddress (🥉26 · ⭐ 110 · 💀) - Python 3.3+s ipaddress for older Python versions.
Python-2.0
- Cactus (🥉25 · ⭐ 3.5K · 💀) - Static site generator for designers. Uses Python and Django..
BSD-3
- python-whois (🥉25 · ⭐ 410 · 💀) - A python module for retrieving and parsing WHOIS data.
❗️WTFPL
- asgi-lifespan (🥉24 · ⭐ 240 · 💀) - Programmatic startup/shutdown of ASGI apps.
MIT
- sandman2 (🥉23 · ⭐ 2K · 💀) - Automatically generate a RESTful API service for your legacy..
Apache-2
- reppy (🥉23 · ⭐ 200 · 💀) - Modern robots.txt Parser for Python.
MIT
- hyde (🥉22 · ⭐ 1.6K · 💀) - A Python Static Website Generator (Seehttps://duct-ui.org from the..
MIT
- ProxyBroker (🥉21 · ⭐ 4.1K · 💀) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.
Apache-2
- cabot (🥉20 · ⭐ 5.7K · 💀) - Self-hosted, easily-deployable monitoring and alerts service - like a..
MIT
- toapi (🥉20 · ⭐ 3.5K · 💀) - Every web site provides APIs.
MIT
- libextract (🥉17 · ⭐ 500 · 💀) - Extract data from websites using basic statistical magic.
MIT
- tinkerer (🥉16 · ⭐ 300 · 💀) - Python blogging engine.
❗️BSD-2-Clause-FreeBSD
- IP2Trace (🥉11 · ⭐ 39 · 💤) - 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 theissue page and fill in the requested information.
- Modify theprojects.yaml with your additions or changes, and submit a pull request. This can also be done directly via theGithub UI.
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to thebest-of-generator repository. If you like to create your own best-of list, we recommend to followthis guide.
For more information on how to add or update projects, please read thecontribution guidelines. By participating in this project, you agree to abide by itsCode of Conduct.
About
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.