This curated list contains 580 awesome open-source projects with a total of 2.6M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
Contents
- Web Frameworks 33 projects
- HTTP Clients 19 projects
- Servers 12 projects
- Authorization & Authentication 39 projects
- HTML Processing 10 projects
- URL Utilities 6 projects
- OpenAPI Utilities 23 projects
- GraphQL Utilities 16 projects
- Websocket Utilities 11 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 56 projects
- Email 11 projects
- Web Scraping & Crawling 33 projects
- Monitoring 12 projects
- Web UI 11 projects
- Admin UI 12 projects
- API Proxies & Gateways 2 projects
- Flask Utilities 36 projects
- FastAPI Utilities 17 projects
- Pyramid Utilities 3 projects
- Django Utilities 76 projects
- Others 58 projects
Explanation
🥇 🥈 🥉 Combined project-quality score⭐️ Star count from GitHub🐣 New project (less than 6 months old)💤 Inactive project (6 months no activity)💀 Dead project (12 months no activity)📈 📉 Project is trending up or down➕ Project was recently added❗️ Warning (e.g. missing/risky license)👨💻 Contributors count from GitHub🔀 Fork count from GitHub📋 Issue count from GitHub⏱️ Last update timestamp on package manager📥 Download count from package manager📦 Number of dependent projects- Flask related project
- Django related project
- FastAPI related project
- Pyramid related project
- OpenAPI related project
- GraphQL related project
Web Frameworks
General purpose web frameworks to build web applications and REST APIs.
django-rest-framework (🥈 43 · ⭐ 26K) - Web APIs for Django. BSD-3
Flask-AppBuilder (🥈 39 · ⭐ 4.2K) - Simple and rapid application development framework,.. BSD-3
flask-restful (🥈 36 · ⭐ 6.6K) - Simple framework for creating REST APIs. BSD-3
django-tastypie (🥉 34 · ⭐ 3.8K) - Creating delicious APIs for Django apps since 2010. BSD-3
robyn (🥉 28 · ⭐ 2.7K) - A High-Performance, Community-Driven, and Innovator Friendly Web Framework.. BSD-2
masonite (🥉 28 · ⭐ 2K · 💤 ) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
guillotina (🥉 26 · ⭐ 180) - Python AsyncIO data API to manage billions of resources. BSD-3
web2py (🥉 25 · ⭐ 2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0
-
GitHub (
👨💻 260 ·🔀 880 ·📦 40 ·📋 1.1K - 34% open ·⏱️ 05.06.2023):git clone https://github.com/web2py/web2py
justpy (🥉 25 · ⭐ 1K) - An object oriented high-level Python Web Framework that requires no.. Apache-2
quart (🥉 24 · ⭐ 1.9K · 💤 ) - Quart is a Python ASGI web microframework with the same API as Flask. MIT
flask-mongorest (🥉 20 · ⭐ 530 · 💤 ) - Restful API framework wrapped around MongoEngine. BSD-3
Show 7 hidden projects...
- pyramid (
🥉 34 ·⭐ 3.8K) - Pyramid - A Python web framework.❗Unlicensed
- hug (
🥉 30 ·⭐ 6.7K ·💀 ) - 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
- japronto (
🥉 26 ·⭐ 8.6K ·💀 ) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining..MIT
- responder (
🥉 26 ·⭐ 3.6K ·💀 ) - A familiar HTTP Service Framework for Python.Apache-2
- vibora (
🥉 22 ·⭐ 5.7K ·💀 ) - Fast, asynchronous and elegant Python web framework.MIT
- Growler (
🥉 15 ·⭐ 690 ·💀 ) - A micro web-framework using asyncio coroutines and chained..Apache-2
HTTP Clients
httpie (🥈 37 · ⭐ 28K) - HTTPie for Terminal modern, user-friendly command-line HTTP client for.. BSD-3
python-zeep (🥈 34 · ⭐ 1.8K) - A Python SOAP client. MIT
requests-toolbelt (🥉 31 · ⭐ 920) - A toolbelt of useful classes and functions to be used.. Apache-2
requests-futures (🥉 29 · ⭐ 2K) - Asynchronous Python HTTP Requests for Humans using Futures. Apache-2
Show 5 hidden projects...
- pycurl (
🥉 32 ·⭐ 980) - PycURL - Python interface to libcurl.❗️LGPL-2.1
- hyper (
🥉 29 ·⭐ 1.1K ·💀 ) - HTTP/2 for Python.MIT
- http-prompt (
🥉 26 ·⭐ 8.7K ·💀 ) - An interactive command-line HTTP and API testing client built on..MIT
- pysimplesoap (
🥉 25 ·⭐ 370 ·💀 ) - Python Simple SOAP Library.❗️LGPL-3.0
- http-parser (
🥉 23 ·⭐ 340 ·💀 ) - HTTP request/response parser for python in C.MIT
Servers
gunicorn (🥇 44 · ⭐ 9K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT
whitenoise (🥈 33 · ⭐ 2.2K) - Radically simplified static file serving for Python web apps. MIT
livereload (🥉 27 · ⭐ 990) - livereload server in python (MAINTAINERS NEEDED). BSD-3
Hypercorn (🥉 25 · ⭐ 590) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT
Show 3 hidden projects...
Authorization & Authentication
django-allauth (🥇 41 · ⭐ 8K) - Integrated set of Django applications addressing.. MIT
google-auth (🥇 38 · ⭐ 650) - Google Auth Python Library. Apache-2
requests-oauthlib (🥈 37 · ⭐ 1.6K · 💤 ) - OAuthlib support for Python-Requests!. ISC
flask-login (🥈 36 · ⭐ 3.3K) - Flask user session management. MIT
flask-jwt-extended (🥈 36 · ⭐ 1.4K) - An open source Flask extension that provides JWT.. MIT
authlib (🥈 35 · ⭐ 3.7K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3
django-oauth-toolkit (🥈 34 · ⭐ 2.8K) - OAuth2 goodies for the Djangonauts!. BSD-3
dj-rest-auth (🥈 32 · ⭐ 1.3K) - Authentication for Django Rest Framework. MIT
fastapi-users (🥈 31 · ⭐ 2.8K) - Ready-to-use and customizable users management for FastAPI. MIT
Flask-HTTPAuth (🥈 31 · ⭐ 1.2K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT
django-rest-framework-simplejwt (🥉 30 · ⭐ 3.5K) - A JSON Web Token authentication plugin for the Django.. MIT
python-jose (🥉 30 · ⭐ 1.3K) - A JOSE implementation in Python. MIT
authomatic (🥉 28 · ⭐ 1K · 📈 ) - Simple yet powerful authorization / authentication client library.. MIT
django-rest-knox (🥉 28 · ⭐ 950 · 💤 ) - Authentication Module for django rest auth. MIT
flask-dance (🥉 28 · ⭐ 940) - Doing the OAuth dance with style using Flask, requests, and.. MIT
django-rules (🥉 27 · ⭐ 1.6K) - Awesome Django authorization, without the database. MIT
fastapi_login (🥉 25 · ⭐ 480) - FastAPI-Login tries to provide similar functionality as.. MIT
django-cas-ng (🥉 24 · ⭐ 350) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT
flask-praetorian (🥉 22 · ⭐ 330 · 💤 ) - Strong, Simple, and Precise security for Flask APIs.. MIT
python-jwt (🥉 21 · ⭐ 210) - Python module for generating and verifying JSON Web Tokens. MIT
flask_simplelogin (🥉 19 · ⭐ 190) - Simple Login - Login Extension for Flask - maintainer.. MIT
Show 14 hidden projects...
- oauth2client (
🥈 34 ·⭐ 800 ·💀 ) - This is a Python library for accessing resources protected..Apache-2
- python-social-auth (
🥈 32 ·⭐ 2.8K ·💀 ) - Social auth made simple.BSD-3
- django-guardian (
🥈 31 ·⭐ 3.4K ·💀 ) - Per object permissions for Django.BSD-3
- django-rest-framework-jwt (
🥈 31 ·⭐ 3.2K ·💀 ) - JSON Web Token Authentication support for Django REST..MIT
- python-oauth2 (
🥉 29 ·⭐ 3K ·💀 ) - A fully tested, abstract interface to creating OAuth clients..MIT
- rauth (
🥉 28 ·⭐ 1.6K ·💀 ) - A Python library for OAuth 1.0/a, 2.0, and Ofly.MIT
- Flask-User (
🥉 26 ·⭐ 1K ·💀 ) - Customizable User Authorization & User Management: Register,..MIT
- Flask-OpenID (
🥉 25 ·⭐ 220 ·💀 ) - Flask-OpenID adds openid support to flask applications.BSD-3
- django-stronghold (
🥉 23 ·⭐ 390 ·💀 ) - Get inside your stronghold and make all your Django..MIT
- velruse (
🥉 23 ·⭐ 250 ·💀 ) - Simplifying third-party authentication for web applications.MIT
- fastapi-jwt-auth (
🥉 19 ·⭐ 520 ·💀 ) - FastAPI extension that provides JWT Auth support..MIT
- apex (
🥉 17 ·⭐ 95 ·💀 ) - Toolkit for Pyramid, a Pylons Project, to add Authentication and..MIT
- pyramid_jwt (
🥉 15 ·⭐ 73 ·💀 ) - JWT authentication for Pyramid.BSD-2
- fastapi-permissions (
🥉 13 ·⭐ 360 ·💀 ) - row level security for FastAPI framework.❗️THE BEER-WARE LICENSE
HTML Processing
markupsafe (🥇 37 · ⭐ 540) - Safely add untrusted strings to HTML/XML markup. BSD-3
bleach (🥈 36 · ⭐ 2.5K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2
Requests-HTML (🥉 33 · ⭐ 13K) - Pythonic HTML Parsing for Humans. MIT
WeasyPrint (🥉 33 · ⭐ 5.9K) - The awesome document factory. BSD-3
html5lib-python (🥉 32 · ⭐ 1K) - Standards-compliant library for parsing and serializing HTML.. MIT
selectolax (🥉 26 · ⭐ 820) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT
html5-parser (🥉 23 · ⭐ 650) - Fast C based HTML 5 parsing for python. Apache-2
URL Utilities
tldextract (🥇 36 · ⭐ 1.7K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3
Show 2 hidden projects...
- uritemplate (
🥉 27 ·⭐ 220) - URI template parsing per RFC6570.❗️BSD-1-Clause
- purl (
🥉 23 ·⭐ 290 ·💀 ) - A simple, immutable URL class with a clean API for interrogation and..MIT
OpenAPI Utilities
OpenAPI Generator (🥇 42 · ⭐ 17K) - OpenAPI Generator allows generation of API client.. Apache-2
swagger-ui (🥇 38 · ⭐ 24K · 📈 ) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2
-
GitHub (
👨💻 550 ·🔀 8.7K ·📦 35K ·📋 5.2K - 18% open ·⏱️ 15.06.2023):git clone https://github.com/swagger-api/swagger-ui
drf-spectacular (🥈 34 · ⭐ 1.7K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3
redoc (🥈 31 · ⭐ 20K) - OpenAPI/Swagger-generated API Reference Documentation. MIT
-
GitHub (
👨💻 210 ·🔀 2.2K ·📥 86 ·📦 4.7K ·📋 1.7K - 25% open ·⏱️ 13.06.2023):git clone https://github.com/Redocly/redoc
swagger-codegen (🥈 31 · ⭐ 16K) - swagger-codegen contains a template-driven engine to.. Apache-2
-
GitHub (
👨💻 1.2K ·🔀 6K ·📦 2 ·📋 6.8K - 49% open ·⏱️ 22.05.2023):git clone https://github.com/swagger-api/swagger-codegen
AutoRest (🥈 31 · ⭐ 4.2K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT
-
GitHub (
👨💻 170 ·🔀 740 ·📥 86K ·📦 490 ·📋 2K - 3% open ·⏱️ 07.06.2023):git clone https://github.com/Azure/autorest
datamodel-code-generator (🥈 31 · ⭐ 1.7K) - Pydantic model and dataclasses.dataclass generator.. MIT
OpenAPI Spec validator (🥈 31 · ⭐ 260) - OpenAPI Spec Validator is a Python library that.. Apache-2
openapi-python-client (🥉 28 · ⭐ 720) - Generate modern Python clients from OpenAPI. MIT
openapi-core (🥉 28 · ⭐ 210) - Openapi-core is a Python library that adds client-side and.. BSD-3
OpenAPI-to-GraphQL (🥉 27 · ⭐ 1.5K) - Translate APIs described by OpenAPI Specifications.. MIT
pyramid_openapi3 (🥉 22 · ⭐ 79) - Pyramid addon for OpenAPI3 validation of requests and.. MIT
pyramid_swagger (🥉 17 · ⭐ 65 · 💤 ) - Convenient tools for using Swagger to define and.. BSD-3
Show 4 hidden projects...
- django-rest-swagger (
🥈 31 ·⭐ 2.6K ·💀 ) - Swagger Documentation Generator for Django REST..BSD-2
- apistar (
🥉 29 ·⭐ 5.6K ·💀 ) - The Web API toolkit.BSD-3
- flask-swagger (
🥉 26 ·⭐ 460 ·💀 ) - A swagger 2.0 spec extractor for flask.MIT
- Spectacle (
🥉 24 ·⭐ 1.3K ·💀 ) - Beautiful static documentation generator for OpenAPI/Swagger..MIT
GraphQL Utilities
Strawberry GraphQL (🥇 36 · ⭐ 3.3K) - A GraphQL library for Python that leverages type.. MIT
graphene-django (🥈 35 · ⭐ 4.1K) - Build powerful, efficient, and flexible GraphQL APIs.. MIT
graphql-core (🥈 32 · ⭐ 480) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT
graphene-mongo (🥈 26 · ⭐ 270) - Graphene MongoEngine integration. MIT
graphql-relay-py (🥉 25 · ⭐ 140 · 💤 ) - A library to help construct a graphql-py server supporting.. MIT
django-graphql-auth (🥉 23 · ⭐ 320 · 💤 ) - Django registration and authentication with GraphQL. MIT
graphene-pydantic (🥉 19 · ⭐ 190) - Integrate GraphQL with your Pydantic models. Apache-2
tartiflette-aiohttp (🥉 17 · ⭐ 60 · 💤 ) - tartiflette-aiohttp is a wrapper of aiohttp which.. MIT
Show 5 hidden projects...
- flask-graphql (
🥉 25 ·⭐ 1.3K ·💀 ) - Adds GraphQL support to your Flask application.MIT
- tartiflette (
🥉 21 ·⭐ 850 ·💀 ) - GraphQL Engine built with Python 3.6+ / asyncio.MIT
- python-graphql-client (
🥉 21 ·⭐ 150 ·💀 ) - Simple GraphQL client for Python 2.7+.MIT
- Flask-GraphQL-Auth (
🥉 18 ·⭐ 63 ·💀 ) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to..MIT
- tartiflette-asgi (
🥉 17 ·⭐ 100 ·💀 ) - ASGI support for the Tartiflette GraphQL engine.MIT
Websocket Utilities
websocket-client (🥇 40 · ⭐ 3.3K · 📈 ) - WebSocket client for Python. Apache-2
websockets (🥇 39 · ⭐ 4.6K) - Library for building WebSocket servers and clients in Python. BSD-3
autobahn-python (🥈 35 · ⭐ 2.4K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT
Flask-SocketIO (🥈 33 · ⭐ 5K) - Socket.IO integration for Flask applications. MIT
python-socketio (🥈 33 · ⭐ 3.4K) - Python Socket.IO server and client. MIT
websockify (🥉 27 · ⭐ 3.5K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0
sockjs-tornado (🥉 26 · ⭐ 860) - WebSocket emulation - Python server. MIT
Show 3 hidden projects...
- flask-sockets (
🥉 28 ·⭐ 1.7K ·💀 ) - [DEPRECATED] Alternative:..MIT
- gevent-socketio (
🥉 26 ·⭐ 1.2K ·💀 ) - Official repository for gevent-socketio.BSD-3
- tornadio2 (
🥉 21 ·⭐ 530 ·💀 ) - Python socket.io server implementation on top of Tornado..Apache-2
RPC Utilities
rpyc (🥈 32 · ⭐ 1.4K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT
fastapi-jsonrpc (🥉 19 · ⭐ 230) - JSON-RPC server based on fastapi. MIT
ucall (🥉 18 · ⭐ 760 · 🐣 ) - Up to 100x Faster FastAPI. JSON-RPC with io_uring, SIMDJSON, and.. Apache-2
Show 1 hidden projects...
- spyne (
🥉 26 ·⭐ 1.1K) - A transport agnostic sync/async RPC library that focuses on exposing..❗️LGPL-2.1
Serverless
python-lambda (🥉 25 · ⭐ 1.4K · 💤 ) - A toolkit for developing and deploying serverless Python code.. ISC
lambdarest (🥉 20 · ⭐ 91) - Flask like web framework for AWS Lambda. MIT
Content Management Systems
django-cms (🥈 40 · ⭐ 9.3K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3
Show 1 hidden projects...
Web Testing
vcrpy (🥇 36 · ⭐ 2.4K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT
SeleniumBase (🥈 34 · ⭐ 3.4K) - Python browser automation framework for creating reliable end-to-.. MIT
SeleniumLibrary (🥈 34 · ⭐ 1.2K) - Web testing library for Robot Framework. Apache-2
-
GitHub (
👨💻 110 ·🔀 710 ·📥 3.6K ·📦 3.6K ·📋 1K - 6% open ·⏱️ 14.05.2023):git clone https://github.com/robotframework/SeleniumLibrary
-
PyPi (
📥 980K / month ·📦 140 ·⏱️ 08.01.2022):pip install robotframework-seleniumlibrary
-
Conda (
📥 70K ·⏱️ 10.06.2023):conda install -c conda-forge robotframework-seleniumlibrary
Prism (🥈 33 · ⭐ 3.6K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2
pytest-django (🥈 33 · ⭐ 1.2K) - A Django plugin for pytest. BSD-3
django-silk (🥈 32 · ⭐ 3.9K) - Silky smooth profiling for Django. MIT
factory_boy (🥈 31 · ⭐ 3.1K) - A test fixtures replacement for Python. MIT
httprunner (🥈 30 · ⭐ 3.7K) - HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC. Apache-2
schemathesis (🥈 30 · ⭐ 1.7K) - Guarantee flawless API functionality with thorough,.. MIT
Mockoon (🥈 29 · ⭐ 5.2K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT
-
GitHub (
👨💻 50 ·🔀 280 ·📥 140K ·📦 61 ·📋 580 - 11% open ·⏱️ 15.06.2023):git clone https://github.com/mockoon/mockoon
Model Bakery (🥉 28 · ⭐ 680) - Object factory for Django. Apache-2
webtest (🥉 28 · ⭐ 330) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT
flask-debugtoolbar (🥉 27 · ⭐ 870) - A toolbar overlay for debugging Flask applications. BSD-3
pytest-flask (🥉 27 · ⭐ 450) - A set of pytest fixtures to test Flask applications. MIT
django-test-plus (🥉 26 · ⭐ 570) - Useful additions to Djangos default TestCase. BSD-3
playwright (🥉 25 · ⭐ 8.8K) - A high-level API to automate web browsers. Apache-2
selenium-python-helium (🥉 25 · ⭐ 3.4K · 💤 ) - Selenium-python but lighter: Helium is the best.. MIT
pytest-splinter (🥉 25 · ⭐ 240 · 💤 ) - pytest splinter and selenium integration for anyone.. MIT
requestium (🥉 24 · ⭐ 1.7K) - Integration layer between Requests and Selenium for automation of.. BSD-3
aioresponses (🥉 24 · ⭐ 440) - Aioresponses is a helper for mock/fake web requests in python.. MIT
pyramid_debugtoolbar (🥉 23 · ⭐ 95) - Pyramid debug toolbar. BSD-3
python-mocket (🥉 22 · ⭐ 260) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
async-asgi-testclient (🥉 19 · ⭐ 130 · 💤 ) - A framework-agnostic library for testing ASGI web.. MIT
aresponses (🥉 19 · ⭐ 97 · 💤 ) - Asyncio http mocking. Similar to the responses library used for.. MIT
Astra (🥉 16 · ⭐ 2.3K) - Automated Security Testing For REST APIs. Apache-2
-
GitHub (
👨💻 12 ·🔀 370 ·📋 85 - 67% open ·⏱️ 16.02.2023):git clone https://github.com/flipkart-incubator/Astra
Show 13 hidden projects...
- Dredd (
🥈 29 ·⭐ 4K ·💀 ) - Language-agnostic HTTP API Testing Tool.MIT
- parameterized (
🥈 29 ·⭐ 760) - Parameterized testing with any Python test framework.❗️BSD-2-Clause-FreeBSD
- pyppeteer (
🥉 28 ·⭐ 3.5K ·💀 ) - Headless chrome/chromium automation library (unofficial port of..MIT
- django-nose (
🥉 28 ·⭐ 880 ·💀 ) - Django test runner using nose.BSD-3
- flask-testing (
🥉 27 ·⭐ 490 ·💀 ) - Unittest extensions for Flask.BSD-3
- splash (
🥉 25 ·⭐ 3.8K ·💀 ) - Lightweight, scriptable browser as a service with an HTTP API.BSD-3
- yandex-tank (
🥉 25 ·⭐ 2.3K) - Load and performance benchmark tool.❗️LGPL-2.1
- mixer (
🥉 25 ·⭐ 900 ·💀 ) - Mixer -- Is a fixtures replacement. Supported Django, Flask,..BSD-3
- wdb (
🥉 24 ·⭐ 1.6K ·💀 ) - An improbable web debugger through WebSockets.❗️GPL-3.0
- pyresttest (
🥉 23 ·⭐ 1.1K ·💀 ) - Python Rest Testing.Apache-2
- httmock (
🥉 23 ·⭐ 460 ·💀 ) - A mocking library for requests.Apache-2
- huxley (
🥉 17 ·⭐ 4.1K ·💀 ) - A testing system for catching visual regressions in Web..Apache-2
- golem (
🥉 17 ·⭐ 490 ·💀 ) - A complete test automation tool.MIT
Web Forms
django-crispy-forms (🥇 36 · ⭐ 4.7K) - The best way to have DRY Django forms. The app.. MIT
django-formtools (🥉 29 · ⭐ 660) - A set of high-level abstractions for Django forms. BSD-3
Markdown
mistune (🥇 37 · ⭐ 2.3K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3
pelican (🥇 36 · ⭐ 12K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0
python-markdown2 (🥈 35 · ⭐ 2.5K) - markdown2: A fast and complete implementation of Markdown in.. MIT
pymdown-extensions (🥈 34 · ⭐ 760) - Extensions for Python Markdown. MIT
markdown-it-py (🥉 32 · ⭐ 490) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT
django-markdownx (🥉 28 · ⭐ 770) - Comprehensive Markdown plugin built for Django. BSD-3
django-markdown-editor (🥉 24 · ⭐ 710) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0
markdown-include (🥉 22 · ⭐ 89) - Provides syntax for Python-Markdown which allows for the.. ❗️GPL-3.0
Show 3 hidden projects...
Third-party Web APIs
youtube-dl (🥇 44 · ⭐ 120K) - Command-line program to download videos from YouTube.com and.. Unlicense
discord.py (🥇 43 · ⭐ 13K) - An API wrapper for Discord written in Python. MIT
google-api-python-client (🥇 42 · ⭐ 6.7K) - The official Python client library for Googles.. Apache-2
-
GitHub (
👨💻 190 ·🔀 2.3K ·📦 150K ·📋 1K - 9% open ·⏱️ 14.06.2023):git clone https://github.com/googleapis/google-api-python-client
-
PyPi (
📥 46M / month ·📦 7.5K ·⏱️ 31.01.2023):pip install google-api-python-client
-
Conda (
📥 2.2M ·⏱️ 13.06.2023):conda install -c conda-forge google-api-python-client
python-telegram-bot (🥇 41 · ⭐ 22K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0
-
GitHub (
👨💻 180 ·🔀 4.8K ·📥 18K ·📦 85K ·📋 1.9K - 1% open ·⏱️ 07.06.2023):git clone https://github.com/python-telegram-bot/python-telegram-bot
-
PyPi (
📥 790K / month ·📦 2.5K ·⏱️ 28.06.2022):pip install python-telegram-bot
-
Conda (
📥 79K ·⏱️ 08.05.2023):conda install -c conda-forge python-telegram-bot
pyTelegramBotAPI (🥇 40 · ⭐ 6.9K) - Python Telegram bot api. ❗️GPL-2.0
GitPython (🥇 40 · ⭐ 4K) - GitPython is a python library used to interact with Git repositories. BSD-3
PyGithub (🥈 39 · ⭐ 6.1K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0
slackclient (🥈 37 · ⭐ 3.6K) - Slack Developer Kit for Python. MIT
twilio (🥈 36 · ⭐ 1.7K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
python-slack-sdk (🥈 35 · ⭐ 3.6K) - Slack Developer Kit for Python. MIT
praw (🥈 35 · ⭐ 3.1K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
google-maps-services-python (🥈 34 · ⭐ 4K) - Python client library for Google Maps API Web Services. Apache-2
simple-salesforce (🥈 32 · ⭐ 1.4K) - A very simple Salesforce.com REST API client for Python. Apache-2
gallery-dl (🥉 31 · ⭐ 7.6K) - Command-line program to download image galleries and.. ❗️GPL-2.0
notion-sdk-py (🥉 27 · ⭐ 1.2K) - The official Notion API client library, but rewritten in Python!.. MIT
WikiExtractor (🥉 26 · ⭐ 3.3K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0
imdbpy (🥉 26 · ⭐ 1.1K · 📉 ) - Cinemagoer is a Python package useful to retrieve and manage the.. ❗️GPL-2.0
pyshorteners (🥉 23 · ⭐ 360 · 💤 ) - Generating short urls with python has never been easier. ❗️GPL-3.0
instagram-scraper (🥉 21 · ⭐ 6.9K · 💤 ) - Scrapes an instagram users photos and videos. Unlicense
Show 21 hidden projects...
- google-resumable-media (
🥈 33 ·⭐ 39) - Utilities for Google Media Downloads and Resumable..Apache-2
- tushare (
🥈 32 ·⭐ 12K ·💀 ) - TuShare is a utility for crawling historical data of China stocks.BSD-3
- python-twitter (
🥈 32 ·⭐ 3.4K ·💀 ) - A Python wrapper around the Twitter API.Apache-2
- facebook-sdk (
🥉 31 ·⭐ 2.7K ·💀 ) - Python SDK for Facebooks Graph API.Apache-2
- py-googletrans (
🥉 30 ·⭐ 3.4K ·💀 ) - (unofficial) Googletrans: Free and Unlimited Google..MIT
- Wikipedia (
🥉 30 ·⭐ 2.6K ·💀 ) - A Pythonic wrapper for the Wikipedia API.MIT
- twython (
🥉 30 ·⭐ 1.9K ·💀 ) - Actively maintained, pure Python wrapper for the Twitter API...MIT
- slacker (
🥉 30 ·⭐ 1.6K ·💀 ) - Full-featured Python interface for the Slack API.Apache-2
- coursera-dl (
🥉 29 ·⭐ 9.1K ·💀 ) - Script for downloading Coursera.org videos and naming them.❗️LGPL-3.0
- Google Images Download (
🥉 29 ·⭐ 8.3K ·💀 ) - Python Script to download hundreds of images from..MIT
- twitter-scraper (
🥉 27 ·⭐ 3.6K ·💀 ) - Scrape the Twitter Frontend API without authentication.MIT
- python-instagram (
🥉 27 ·⭐ 3K ·💀 ) - Python Client for Instagram API.MIT
- 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
- gmusicapi (
🥉 26 ·⭐ 2.5K ·💀 ) - An unofficial client library for Google Music.BSD-3
- twitterscraper (
🥉 26 ·⭐ 2.3K ·💀 ) - Scrape Twitter for Tweets.MIT
- notion-py (
🥉 25 ·⭐ 4K ·💀 ) - Unofficial Python API client for Notion.so.MIT
- instagram_private_api (
🥉 22 ·⭐ 2.7K ·💀 ) - A Python library to access Instagrams private API.MIT
- GHunt (
🥉 20 ·⭐ 14K) - Offensive Google framework.❗Unlicensed
- InstaPy (
🥉 17 ·⭐ 15K ·💀 ) - Tool for automated Instagram interactions.❗️GPL-3.0
- igramscraper (
🥉 16 ·⭐ 2.1K ·💀 ) - scrapes medias, likes, followers, tags and all metadata...MIT
fastapi-mail (🥈 27 · ⭐ 470) - Fastapi mail system sending mails(individual, bulk).. MIT
pyramid_mailer (🥉 21 · ⭐ 51 · 💤 ) - A package for sending email from your Pyramid.. BSD-3
Show 4 hidden projects...
- flask-mail (
🥇 30 ·⭐ 570 ·💀 ) - Flask-Mail adds SMTP mail sending to your Flask applications.BSD-3
- sync-engine (
🥈 27 ·⭐ 3.5K ·💀 ) - IMAP/SMTP sync system with modern APIs.❗️AGPL-3.0
- offlineimap (
🥉 23 ·⭐ 1.8K) - Read/sync your IMAP mailboxes (python2) [LEGACY: move to..❗Unlicensed
- gmail (
🥉 20 ·⭐ 1.7K ·💀 ) - A Pythonic interface for Google Mail.MIT
Web Scraping & Crawling
Libraries for web scraping, crawling, downloading, and mining as well as libraries.
Scrapy (🥇 45 · ⭐ 48K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
feedparser (🥇 36 · ⭐ 1.6K) - Parse feeds in Python. BSD-2
parsel (🥇 32 · ⭐ 930) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3
cloudscraper (🥈 28 · ⭐ 3.2K) - A Python module to bypass Cloudflares anti-bot page. MIT
trafilatura (🥈 28 · ⭐ 1.1K) - Python & command-line tool to gather text on the Web: web.. ❗️GPL-3.0
MechanicalSoup (🥉 27 · ⭐ 4.4K) - A Python library for automating interaction with websites. MIT
AutoScraper (🥉 24 · ⭐ 5.2K · 💤 ) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT
Show 16 hidden projects...
- newspaper3k (
🥇 32 ·⭐ 13K ·💀 ) - News, full-text, and article metadata extraction in Python 3...MIT
- Pattern (
🥇 32 ·⭐ 8.5K ·💀 ) - Web mining module for Python, with tools for scraping, natural..BSD-3
- pyspider (
🥈 31 ·⭐ 16K ·💀 ) - A Powerful Spider(Web Crawler) System in Python.Apache-2
- python-goose (
🥈 28 ·⭐ 3.9K ·💀 ) - Html Content / Article Extractor, web scrapping lib in..Apache-2
- robobrowser (
🥉 25 ·⭐ 3.7K ·💀 ) - Your friendly neighborhood web scraper.BSD-3
- scrapely (
🥉 24 ·⭐ 1.8K ·💀 ) - A pure-python HTML screen-scraping library.BSD-3
- frontera (
🥉 24 ·⭐ 1.2K ·💀 ) - A scalable frontier for web crawlers.BSD-3
- snallygaster (
🥉 21 ·⭐ 2K) - Tool to scan for secret files on HTTP servers.❗️CC0-1.0
- Cola (
🥉 21 ·⭐ 1.5K ·💀 ) - A high-level distributed crawling framework.Apache-2
- gazpacho (
🥉 21 ·⭐ 710 ·💀 ) - The simple, fast, and modern web scraping library.MIT
- Lassie (
🥉 21 ·⭐ 590 ·💀 ) - Web Content Retrieval for Humans.MIT
- gain (
🥉 19 ·⭐ 2K ·💀 ) - Web crawling framework based on asyncio.❗️GPL-3.0
- opengraph (
🥉 15 ·⭐ 220 ·💀 ) - 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.1K ·💀 ) - Library to scrape and clean web pages to create massive datasets.MIT
- Scrapera (
🥉 12 ·⭐ 300 ·💀 ) - A universal package of scraper scripts for humans.MIT
Monitoring
sentry (🥇 39 · ⭐ 34K) - Developer-first error tracking and performance monitoring. ❗️SSPL-1.0
opentelemetry-python (🥇 35 · ⭐ 1.3K) - OpenTelemetry Python API and SDK. Apache-2
Prometheus Client (🥈 32 · ⭐ 3.4K) - Python client for the Prometheus monitoring system. Apache-2
prometheus-flask-exporter (🥈 28 · ⭐ 570) - Prometheus exporter for Flask applications. MIT
GoAccess (🥉 24 · ⭐ 16K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT
-
GitHub (
👨💻 160 ·🔀 1K ·📋 2.1K - 16% open ·⏱️ 27.05.2023):git clone https://github.com/allinurl/goaccess
Flask-MonitoringDashboard (🥉 23 · ⭐ 690) - Automatically monitor the evolving performance of.. MIT
starlette context (🥉 23 · ⭐ 340) - Middleware for Starlette that allows you to store and.. MIT
Show 5 hidden projects...
- opentracing-python (
🥈 26 ·⭐ 760 ·💀 ) - OpenTracing API for Python. This library is..Apache-2
- ngxtop (
🥉 23 ·⭐ 6.4K ·💀 ) - Real-time metrics for nginx server.MIT
- Starlette Prometheus (
🥉 20 ·⭐ 250 ·💀 ) - Prometheus integration for Starlette.❗️GPL-3.0
- flask-state (
🥉 14 ·⭐ 620 ·💀 ) - Display machine state using Python3 with Flask.BSD-3
- timing-asgi (
🥉 7 ·⭐ 100 ·💤 ) - ASGI middleware to record and emit timing metrics (to..❗Unlicensed
Web UI
Misago (🥈 27 · ⭐ 2.3K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0
-
GitHub (
👨💻 39 ·🔀 500 ·📦 47 ·📋 1.2K - 7% open ·⏱️ 10.06.2023):git clone https://github.com/rafalp/Misago
pyscript (🥉 24 · ⭐ 17K) - Home Page: https://pyscript.net Examples:.. Apache-2
-
GitHub (
👨💻 110 ·🔀 1.3K ·📥 180 ·📋 640 - 16% open ·⏱️ 14.06.2023):git clone https://github.com/pyscript/pyscript
trame (🥉 22 · ⭐ 150) - Trame lets you weave various components and technologies into a Web.. Apache-2
Show 1 hidden projects...
- python-react (
🥉 24 ·⭐ 1.6K ·💀 ) - Server-side rendering of React components.MIT
Admin UI
django-debug-toolbar (🥇 38 · ⭐ 7.5K) - A configurable set of panels that display various.. BSD-3
flask-admin (🥇 38 · ⭐ 5.4K) - Simple and extensible administrative interface framework for.. BSD-3
django-grappelli (🥈 34 · ⭐ 3.4K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3
django-admin-interface (🥈 32 · ⭐ 1.4K) - djangos default admin interface with superpowers -.. MIT
fastapi-admin (🥉 24 · ⭐ 1.9K) - A fast admin dashboard based on FastAPI and TortoiseORM.. Apache-2
nginx-ui (🥉 16 · ⭐ 4.3K) - Nginx UI allows you to access and modify the nginx configurations files.. MIT
-
GitHub (
👨💻 4 ·🔀 260 ·📋 37 - 64% open ·⏱️ 24.04.2023):git clone https://github.com/schenkd/nginx-ui
-
Docker Hub (
📥 540K ·⭐ 16 ·⏱️ 25.06.2020):docker pull schenkd/nginx-ui
Show 6 hidden projects...
- django-suit (
🥈 30 ·⭐ 2.2K ·💤 ) - Modern theme for Django admin interface.❗️AFL-3.0
- xadmin (
🥉 27 ·⭐ 4.7K ·💀 ) - Drop-in replacement of Django admin comes with lots of goodies,..BSD-3
- django-jet (
🥉 26 ·⭐ 3.4K ·💀 ) - Modern responsive template for the Django admin..❗️AGPL-3.0
- django-admin-bootstrapped (
🥉 26 ·⭐ 1.6K ·💀 ) - A Django admin theme using Twitter Bootstrap. It..Apache-2
- django-admin2 (
🥉 24 ·⭐ 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
API Proxies & Gateways
Kong (🥇 37 · ⭐ 36K) - The Cloud-Native API Gateway. Apache-2
-
GitHub (
👨💻 380 ·🔀 4.5K ·📥 68K ·📋 4.2K - 5% open ·⏱️ 15.06.2023):git clone https://github.com/kong/kong
-
Docker Hub (
📥 310M ·⭐ 740 ·⏱️ 15.06.2023):docker pull kong
tyk (🥉 28 · ⭐ 8.5K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0
-
GitHub (
👨💻 110 ·🔀 1K ·📥 2.7K ·📋 2.1K - 14% open ·⏱️ 15.06.2023):git clone https://github.com/TykTechnologies/tyk
Flask Utilities
flask-sqlalchemy (🥇 38 · ⭐ 4K) - Adds SQLAlchemy support to Flask. BSD-3
Flask-Migrate (🥇 32 · ⭐ 2.2K) - SQLAlchemy database migrations for Flask applications using.. MIT
flask-caching (🥇 32 · ⭐ 800) - A caching extension for Flask. BSD-3
flask-limiter (🥇 31 · ⭐ 980) - Rate Limiting extension for Flask. MIT
flask-cors (🥇 31 · ⭐ 820) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT
flask-session (🥇 31 · ⭐ 420) - Server side session extension for Flask. BSD-3
flask-mongoengine (🥈 30 · ⭐ 830 · 💤 ) - MongoEngine flask extension with WTF model forms.. BSD-3
flask-marshmallow (🥈 30 · ⭐ 800) - Flask + marshmallow for beautiful APIs. MIT
flask-babel (🥈 27 · ⭐ 420) - i18n and l10n support for Flask based on Babel and pytz. BSD-3
flask-apispec (🥈 26 · ⭐ 630 · 💤 ) - Build and document REST APIs with Flask and apispec. MIT
flask-rebar (🥈 25 · ⭐ 220) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT
flask-seasurf (🥈 25 · ⭐ 190 · 💤 ) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3
flask-paginate (🥉 24 · ⭐ 270 · 💤 ) - Pagination support for flask. BSD-3
Frozen-Flask (🥉 23 · ⭐ 750) - Freezes a Flask application into a set of static files. BSD-3
Flask-Moment (🥉 23 · ⭐ 360) - Formatting of dates and times in Flask templates using.. MIT
flask_injector (🥉 23 · ⭐ 250 · 💤 ) - Adds Injector support to Flask. BSD-3
flask-jsonrpc (🥉 22 · ⭐ 280) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3
cookiecutter-flask (🥉 21 · ⭐ 4.4K) - A flask template with Bootstrap, asset.. MIT
-
GitHub (
👨💻 73 ·🔀 740 ·📋 180 - 3% open ·⏱️ 12.06.2023):git clone https://github.com/cookiecutter-flask/cookiecutter-flask
flask_pydantic (🥉 21 · ⭐ 280) - flask extension for integration with the awesome pydantic.. MIT
flask_jsondash (🥉 18 · ⭐ 3.3K · 💤 ) - Build complex dashboards without any front-end code... MIT
flask-file-upload (🥉 16 · ⭐ 150) - Easy file uploads for Flask. MIT
flask2postman (🥉 14 · ⭐ 140 · 💤 ) - Generate a Postman collection from your Flask application. MIT
Show 12 hidden projects...
- flask-security (
🥈 29 ·⭐ 1.6K ·💀 ) - Quick and simple security for Flask applications.MIT
- flask-assets (
🥈 26 ·⭐ 440 ·💀 ) - Flask webassets integration.BSD-2
- flask-ask (
🥈 25 ·⭐ 1.9K ·💀 ) - Alexa Skills Kit for Python.Apache-2
- flask-bootstrap (
🥉 24 ·⭐ 1.5K ·💀 ) - A Flask app template with integrated SQLAlchemy,..BSD-3
- flask-bcrypt (
🥉 24 ·⭐ 310 ·💀 ) - Flask-Bcrypt is a Flask extension that provides..❗Unlicensed
- Flask-Excel (
🥉 23 ·⭐ 250 ·💀 ) - A flask extension using pyexcel to read, manipulate and write..BSD-3
- flask-talisman (
🥉 22 ·⭐ 880 ·💀 ) - HTTP security headers for Flask.Apache-2
- flask-profiler (
🥉 21 ·⭐ 730 ·💀 ) - a flask profiler which watches endpoint calls and tries..MIT
- flask-s3 (
🥉 21 ·⭐ 190 ·💀 ) - Seamlessly serve your static assets of your Flask app from Amazon..❗️WTFPL
- Flask-Opentracing (
🥉 21 ·⭐ 140 ·💀 ) - OpenTracing instrumentation for the Flask..BSD-3
- flask-ngrok (
🥉 21 ·⭐ 120 ·💀 ) - A simple way to demo Flask apps from your machine.Apache-2
- flask-msearch (
🥉 17 ·⭐ 200 ·💀 ) - Full text search for flask.BSD-3
FastAPI Utilities
fastapi-crudrouter (🥇 25 · ⭐ 1.1K) - A dynamic FastAPI router that automatically creates.. MIT
fastapi-admin/fastapi-admin (🥈 24 · ⭐ 1.9K) - A fast admin dashboard based on FastAPI and.. Apache-2
fastapi-code-generator (🥈 24 · ⭐ 740) - This code generator creates FastAPI app from an.. MIT
fastapi-utils (🥈 23 · ⭐ 1.4K) - Reusable utilities for FastAPI. MIT
fastapi-sqlalchemy (🥈 22 · ⭐ 510 · 💤 ) - Adds simple SQLAlchemy support to FastAPI. MIT
fastapi-mvc (🥈 22 · ⭐ 400) - Developer productivity tool for making high-quality FastAPI.. MIT
starlette_exporter (🥈 22 · ⭐ 260) - Prometheus exporter for Starlette and FastAPI. Apache-2
fastapi-socketio (🥉 21 · ⭐ 250) - Easily integrate socket.io with your FastAPI app. Apache-2
fastapi-plugins (🥉 18 · ⭐ 280) - FastAPI framework plugins. MIT
Show 6 hidden projects...
- fastapi_contrib (
🥉 19 ·⭐ 560 ·💀 ) - Opinionated set of utilities on top of FastAPI.MIT
- fastapi-react (
🥉 18 ·⭐ 1.7K ·💀 ) - Cookiecutter Template for FastAPI + React Projects...MIT
- fastapi-versioning (
🥉 18 ·⭐ 520 ·💀 ) - api versioning for fastapi web applications.MIT
- fastapi_cache (
🥉 16 ·⭐ 200 ·💀 ) - FastAPI simple cache.MIT
- fastapi_client (
🥉 14 ·⭐ 300 ·💀 ) - FastAPI client generator.Apache-2
- fastapi-lazy (
🥉 10 ·⭐ 99 ·💀 ) - Lazy package to start your project using FastAPI.MIT
Pyramid Utilities
pyramid_services (🥉 12 · ⭐ 81 · 📉 ) - A service layer for pyramid. MIT
Show 2 hidden projects...
- pyramid_jinja2 (
🥇 21 ·⭐ 74) - Jinja2 templating system bindings for the Pyramid web..❗Unlicensed
- pyramid_celery (
🥉 17 ·⭐ 100 ·💀 ) - Pyramid configuration with celery integration. Allows..MIT
Django Utilities
django-extensions (🥇 39 · ⭐ 6.1K) - This is a repository for collecting global custom.. MIT
django-cors-headers (🥇 37 · ⭐ 5K) - Django app for handling the server headers required.. MIT
django-import-export (🥇 37 · ⭐ 2.7K) - Django application and library for importing and.. BSD-2
django-oscar (🥇 36 · ⭐ 5.8K) - Domain-driven e-commerce for Django. BSD-3
django-filter (🥇 36 · ⭐ 4.1K) - A generic system for filtering Django QuerySets based on.. BSD-3
django-simple-history (🥇 36 · ⭐ 1.9K) - Store model history and view/revert changes from.. BSD-3
django-stubs (🥇 36 · ⭐ 1.2K) - PEP-484 stubs for Django. MIT
django-haystack (🥈 35 · ⭐ 3.4K · 📈 ) - Modular search for Django. BSD-3
django-environ (🥈 35 · ⭐ 2.8K) - Django-environ allows you to utilize 12factor inspired.. MIT
django-autocomplete-light (🥈 35 · ⭐ 1.7K) - A fresh approach to autocomplete implementations,.. MIT
django-storages (🥈 34 · ⭐ 2.4K) - Django-storages is a project to provide a variety of.. BSD-3
django-bootstrap3 (🥈 34 · ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3
dj-database-url (🥈 34 · ⭐ 1.4K) - Use Database URLs in your Django Application. BSD-3
django-bootstrap4 (🥈 34 · ⭐ 1K) - Bootstrap 4 integration with Django. BSD-3
Django-Ninja (🥈 33 · ⭐ 4.5K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT
django-reversion (🥈 33 · ⭐ 2.9K) - django-reversion is an extension to the Django web.. BSD-3
django-model-utils (🥈 33 · ⭐ 2.5K) - Django model mixins and utilities. BSD-3
django-imagekit (🥈 33 · ⭐ 2.1K) - Automated image processing for Django. Currently v4.0. BSD-3
django-tables2 (🥈 33 · ⭐ 1.7K) - django-tables2 - An app for creating HTML tables. BSD-2
django-pipeline (🥈 33 · ⭐ 1.5K) - Pipeline is an asset packaging library for Django. MIT
django-phonenumber-field (🥈 33 · ⭐ 1.4K) - A django model and form field for normalised phone.. MIT
django-taggit (🥈 32 · ⭐ 3K) - Simple tagging for django. BSD-3
django-mptt (🥈 32 · ⭐ 2.7K · 💤 ) - Utilities for implementing a modified pre-order traversal.. MIT
django-compressor (🥈 32 · ⭐ 2.7K) - Compresses linked and inline javascript or CSS into a.. MIT
django-redis (🥈 32 · ⭐ 2.6K) - Full featured redis cache backend for Django. BSD-3
django-webpack-loader (🥈 32 · ⭐ 2.5K) - Transparently use webpack with django. MIT
django-ckeditor (🥈 32 · ⭐ 2.2K) - Django admin CKEditor integration. BSD-3
django-cacheops (🥈 32 · ⭐ 1.9K) - A slick ORM cache with automatic granular event-driven.. BSD-3
django-money (🥈 32 · ⭐ 1.4K) - Money fields for Django forms and models. BSD-3
django-countries (🥈 32 · ⭐ 1.3K) - A Django application that provides country choices for.. MIT
sorl-thumbnail (🥉 31 · ⭐ 1.7K) - Thumbnails for Django. BSD-3
easy-thumbnails (🥉 31 · ⭐ 1.3K) - Easy thumbnails for Django. BSD-3
cookiecutter-django (🥉 30 · ⭐ 11K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3
django-activity-stream (🥉 30 · ⭐ 2.2K) - Generate generic activity streams from the actions on.. BSD-3
django-constance (🥉 30 · ⭐ 1.6K) - Dynamic Django settings. BSD-3
django-rosetta (🥉 30 · ⭐ 940) - Rosetta is a Django application that eases the translation.. MIT
django-sql-explorer (🥉 29 · ⭐ 2.1K) - Easily share data across your company via SQL.. MIT
django-waffle (🥉 29 · ⭐ 980 · 💤 ) - A feature flipper for Django. BSD-3
django-dbbackup (🥉 29 · ⭐ 750) - Management commands to help backup and restore your.. BSD-3
djangorestframework-stubs (🥉 29 · ⭐ 340) - PEP-484 stubs for django-rest-framework. MIT
-
GitHub (
👨💻 61 ·🔀 91 ·📦 2.2K ·📋 120 - 38% open ·⏱️ 14.06.2023):git clone https://github.com/typeddjango/djangorestframework-stubs
-
PyPi (
📥 550K / month ·📦 56 ·⏱️ 22.06.2022):pip install djangorestframework-stubs
-
Conda (
📥 4.9K ·⏱️ 03.06.2023):conda install -c conda-forge djangorestframework-stubs
django-fsm (🥉 28 · ⭐ 2.2K) - Django friendly finite state machine support. MIT
django-push-notifications (🥉 28 · ⭐ 2.1K · 💤 ) - Send push notifications to mobile devices through GCM.. MIT
django-extra-views (🥉 28 · ⭐ 1.3K) - Djangos class-based generic views are awesome, lets.. MIT
django-angular (🥉 28 · ⭐ 1.2K · 💤 ) - Let AngularJS play well with Django. MIT
django-cleanup (🥉 28 · ⭐ 920) - Automatically deletes old file for FileField and ImageField... MIT
django-split-settings (🥉 27 · ⭐ 990) - Organize Django settings into multiple files and.. BSD-3
django-filebrowser (🥉 27 · ⭐ 920 · 💤 ) - Media-Management with Grappelli. BSD-3
django-paypal (🥉 27 · ⭐ 690 · 💤 ) - A pluggable Django application for integrating PayPal.. MIT
viewflow (🥉 26 · ⭐ 2.4K) - Reusable workflow library for Django. ❗️AGPL-3.0
django-watson (🥉 26 · ⭐ 1.1K) - Full-text multi-table search application for Django. Easy.. BSD-3
django-configurations (🥉 26 · ⭐ 1K) - A helper for organizing Django project settings by.. BSD-3
django-easy-audit (🥉 26 · ⭐ 560 · 📈 ) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0
django-cachalot (🥉 25 · ⭐ 1K) - No effort, no worry, maximum performance. BSD-3
django-organizations (🥉 24 · ⭐ 1.1K) - Multi-user accounts for Django projects. BSD-2
django-cache-machine (🥉 24 · ⭐ 860) - Automatic caching and invalidation for Django models.. BSD-3
django-csp (🥉 24 · ⭐ 480 · 💤 ) - Content Security Policy for Django. BSD-3
django-robots (🥉 24 · ⭐ 410 · 💤 ) - A Django app for managing robots.txt files following.. BSD-3
django-codemod (🥉 22 · ⭐ 160) - A tool to automatically fix Django deprecations. MIT
django-vanilla-views (🥉 21 · ⭐ 960 · 💤 ) - Beautifully simple class-based views. BSD-2
Show 15 hidden projects...
- django-braces (
🥉 31 ·⭐ 1.9K ·💀 ) - Reusable, generic mixins for Django.BSD-3
- jsonfield (
🥉 31 ·⭐ 1.2K ·💀 ) - A reusable Django model field for storing ad-hoc JSON data.MIT
- django-widget-tweaks (
🥉 30 ·⭐ 1.9K ·💀 ) - Tweak the form field rendering in templates, not in..MIT
- django-q (
🥉 30 ·⭐ 1.7K ·💀 ) - A multiprocessing distributed task queue for Django.MIT
- django-redis-cache (
🥉 29 ·⭐ 1K ·💀 ) - A Redis cache backend for django.BSD-3
- django-shop (
🥉 28 ·⭐ 3K ·💀 ) - A Django based shop system.BSD-3
- django-blog-zinnia (
🥉 28 ·⭐ 2.1K ·💀 ) - Simple yet powerful and really extendable application..BSD-3
- django-polymorphic (
🥉 28 ·⭐ 1.5K ·💀 ) - Improved Django model inheritance with automatic..BSD-3
- django-lifecycle (
🥉 26 ·⭐ 1.1K ·💀 ) - Declarative model lifecycle hooks, an alternative to..MIT
- django-jenkins (
🥉 26 ·⭐ 950 ·💀 ) - Plug and play continuous integration with django and..❗️LGPL-3.0
- django-solo (
🥉 26 ·⭐ 760) - Helps working with singletons - things like global..❗️CC-BY-3.0
- django-summernote (
🥉 25 ·⭐ 970 ·💀 ) - Simply integrate Summernote editor with Django project.MIT
- django-floppyforms (
🥉 25 ·⭐ 820) - Full control of form rendering in the templates.❗️MirOS
- merchant (
🥉 20 ·⭐ 1K ·💀 ) - A Django app to accept payments from various payment processors..BSD-3
- django-schedule (
🥉 14 ·⭐ 820 ·💀 ) - A calendaring app for Django. It is now stable,..BSD-3
Others
scapy (🥇 39 · ⭐ 8.9K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0
impacket (🥈 37 · ⭐ 11K) - Impacket is a collection of Python classes for working with network.. Apache-2
itsdangerous (🥈 37 · ⭐ 2.7K) - Safely pass trusted data to untrusted environments and back. BSD-3
rdflib (🥈 37 · ⭐ 1.9K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3
weblate (🥈 33 · ⭐ 3.6K) - Web based localization tool with tight version control integration. ❗️GPL-3.0
fake-useragent (🥈 33 · ⭐ 3.1K) - Up-to-date simple useragent faker with real world database. Apache-2
saleor (🥉 30 · ⭐ 19K) - Saleor Core: the high performance, composable, headless.. BSD-3
-
GitHub (
👨💻 270 ·🔀 5K ·📥 20 ·📦 1 ·📋 3.7K - 13% open ·⏱️ 13.06.2023):git clone https://github.com/saleor/saleor
Js2Py (🥉 29 · ⭐ 2.2K · 💤 ) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT
python-user-agents (🥉 29 · ⭐ 1.4K) - A Python library that provides an easy way to identify.. MIT
dpkt (🥉 29 · ⭐ 1K) - fast, simple packet creation / parsing, with definitions for the basic TCP/IP.. BSD-3
maltrail (🥉 28 · ⭐ 5.1K) - Malicious traffic detection system. MIT
-
GitHub (
👨💻 41 ·🔀 950 ·📋 370 - 19% open ·⏱️ 15.06.2023):git clone https://github.com/stamparm/maltrail
pyload (🥉 28 · ⭐ 2.9K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0
tifffile (🥉 28 · ⭐ 390) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3
sslyze (🥉 27 · ⭐ 3K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0
proxy.py (🥉 26 · ⭐ 2.5K) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-.. BSD-3
httpagentparser (🥉 25 · ⭐ 220 · 💤 ) - Python HTTP Agent Parser. MIT
healthchecks (🥉 24 · ⭐ 6.3K) - Open-source cron job and background task monitoring service,.. BSD-3
-
GitHub (
👨💻 81 ·🔀 670 ·📋 590 - 11% open ·⏱️ 15.06.2023):git clone https://github.com/healthchecks/healthchecks
asgi-lifespan (🥉 24 · ⭐ 160) - Programmatic startup/shutdown of ASGI apps. MIT
streaming-form-data (🥉 24 · ⭐ 130) - Streaming parser for multipart/form-data written in Cython. MIT
urlwatch (🥉 23 · ⭐ 2.6K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3
Show 19 hidden projects...
- pyzmq (
🥇 39 ·⭐ 3.4K) - PyZMQ: Python bindings for zeromq.❗️Revised BSD
- PySocks (
🥈 33 ·⭐ 1.2K ·💀 ) - A SOCKS proxy client and wrapper for Python.BSD-3
- speedtest-cli (
🥈 32 ·⭐ 13K ·💀 ) - Command line interface for testing internet bandwidth..Apache-2
- httpbin (
🥈 32 ·⭐ 12K ·💀 ) - HTTP Request & Response Service, written in Python + Flask.ISC
- webassets (
🥉 31 ·⭐ 920 ·💀 ) - Asset management for Python web development.BSD-2
- netaddr (
🥉 31 ·⭐ 720 ·💀 ) - A network address manipulation library for Python.BSD-3
- aiodns (
🥉 27 ·⭐ 480 ·💀 ) - Simple DNS resolver for asyncio.MIT
- ipaddress (
🥉 26 ·⭐ 100 ·💀 ) - Python 3.3+s ipaddress for older Python versions.Python-2.0
- Cactus (
🥉 25 ·⭐ 3.4K ·💀 ) - Static site generator for designers. Uses Python and Django..BSD-3
- python-whois (
🥉 24 ·⭐ 390 ·💀 ) - A python module for retrieving and parsing WHOIS data.❗️WTFPL
- ProxyBroker (
🥉 23 ·⭐ 3.4K ·💀 ) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.Apache-2
- sandman2 (
🥉 23 ·⭐ 1.9K ·💀 ) - Automatically generate a RESTful API service for your legacy..Apache-2
- hyde (
🥉 23 ·⭐ 1.6K ·💀 ) - A Python Static Website Generator.MIT
- reppy (
🥉 23 ·⭐ 180 ·💀 ) - Modern robots.txt Parser for Python.MIT
- cabot (
🥉 21 ·⭐ 5.5K ·💀 ) - Self-hosted, easily-deployable monitoring and alerts service - like a..MIT
- toapi (
🥉 20 ·⭐ 3.4K ·💀 ) - Every web site provides APIs.MIT
- tinkerer (
🥉 19 ·⭐ 310 ·💤 ) - Python blogging engine.❗️BSD-2-Clause-FreeBSD
- libextract (
🥉 16 ·⭐ 500 ·💀 ) - Extract data from websites using basic statistical magic.MIT
- IP2Trace (
🥉 10 ·⭐ 25) - Python tool to traceroute with IP geolocation information, such as..MIT
Related Resources
- Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
- best-of-ml-python: A ranked list of awesome machine learning python libraries.
- Python Wiki - Web Programming: Wiki page about programming Web applications (both clients and servers) using Python.
Contribution
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
- Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
- Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.
For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.