This curated list contains 570 awesome open-source projects with a total of 2.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 an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
Contents
- Web Frameworks 32 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 4 projects
- Serverless 4 projects
- Content Management Systems 6 projects
- Web Testing 49 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 8 projects
- Admin UI 12 projects
- API Proxies & Gateways 2 projects
- Flask Utilities 36 projects
- FastAPI Utilities 16 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 projectsFlask 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 (🥈 42 · ⭐ 23K) - Web APIs for Django. BSD-3

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

bottle (🥈 37 · ⭐ 7.5K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT
flask-restful (🥈 36 · ⭐ 6.3K · 💤 ) - Simple framework for creating REST APIs. BSD-3

django-tastypie (🥉 35 · ⭐ 3.8K) - Creating delicious APIs for Django apps since 2010. BSD-3

masonite (🥉 31 · ⭐ 1.7K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
guillotina (🥉 27 · ⭐ 170) - Python AsyncIO data API to manage billions of resources. BSD-3
web2py (🥉 26 · ⭐ 2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0
-
GitHub (
👨💻 260 ·🔀 850 ·📦 40 ·📋 1K - 34% open ·⏱️ 17.02.2022):git clone https://github.com/web2py/web2py
flask-mongorest (🥉 21 · ⭐ 520) - Restful API framework wrapped around MongoEngine. BSD-3

justpy (🥉 18 · ⭐ 800) - An object oriented high-level Python Web Framework that requires no.. Apache-2
Show 6 hidden projects...
- pyramid (
🥉 35 ·⭐ 3.6K) - Pyramid - A Python web framework.❗Unlicensed
- hug (
🥉 31 ·⭐ 6.6K ·💀 ) - Embrace the APIs of the future. Hug aims to make developing APIs as simple..MIT
- flask-restplus (
🥉 31 ·⭐ 2.6K ·💀 ) - Fully featured framework for fast, easy and..BSD-3
- japronto (
🥉 26 ·⭐ 8.5K ·💀 ) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining..MIT
- vibora (
🥉 23 ·⭐ 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 (🥈 36 · ⭐ 53K) - As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP.. BSD-3
python-zeep (🥈 34 · ⭐ 1.6K) - A modern/fast python SOAP client based on lxml / requests. MIT
requests-toolbelt (🥉 31 · ⭐ 830) - A toolbelt of useful classes and functions to be used.. Apache-2
requests-futures (🥉 28 · ⭐ 1.9K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2
http-prompt (🥉 26 · ⭐ 8.4K) - An interactive command-line HTTP and API testing client built on top.. MIT
Show 4 hidden projects...
- hyper (
🥉 29 ·⭐ 1K ·💀 ) - HTTP/2 for Python.MIT
- pysimplesoap (
🥉 25 ·⭐ 370 ·💀 ) - Python Simple SOAP Library.❗️LGPL-3.0
- http-parser (
🥉 23 ·⭐ 330 ·💀 ) - HTTP request/response parser for python in C.MIT
- httpstat (
🥉 20 ·⭐ 5K ·💀 ) - curl statistics made simple.MIT
Servers
gunicorn (🥇 43 · ⭐ 8.1K · 📉 ) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients.. MIT
whitenoise (🥈 34 · ⭐ 1.9K) - Radically simplified static file serving for Python web apps. MIT
Hypercorn (🥉 28 · ⭐ 250) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT
livereload (🥉 27 · ⭐ 950) - livereload server in python (MAINTAINERS NEEDED). BSD-3
Show 3 hidden projects...
Authorization & Authentication
django-allauth (🥇 42 · ⭐ 7K) - Integrated set of Django applications addressing.. MIT

requests-oauthlib (🥇 37 · ⭐ 1.5K) - OAuthlib support for Python-Requests!. ISC
google-auth (🥇 37 · ⭐ 480) - Google Auth Python Library. Apache-2
django-oauth-toolkit (🥈 35 · ⭐ 2.5K) - OAuth2 goodies for the Djangonauts!. BSD-3

authlib (🥈 34 · ⭐ 2.9K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3
flask-jwt-extended (🥈 33 · ⭐ 1.3K) - An open source Flask extension that provides JWT.. MIT

django-guardian (🥈 32 · ⭐ 3.1K) - Per object permissions for Django. BSD-3

flask-login (🥈 32 · ⭐ 3K) - Flask user session management. MIT

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

dj-rest-auth (🥉 30 · ⭐ 840) - Authentication for Django Rest Framework. MIT

django-rules (🥉 29 · ⭐ 1.4K) - Awesome Django authorization, without the database. MIT

Flask-HTTPAuth (🥉 29 · ⭐ 1.1K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT

python-jose (🥉 29 · ⭐ 1K) - A JOSE implementation in Python. MIT
django-rest-knox (🥉 28 · ⭐ 710) - Authentication Module for django rest auth. MIT

fastapi-users (🥉 27 · ⭐ 1.6K) - Ready-to-use and customizable users management for FastAPI. MIT

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

flask-dance (🥉 26 · ⭐ 870) - Doing the OAuth dance with style using Flask, requests, and.. MIT

authomatic (🥉 25 · ⭐ 980) - Simple yet powerful authorization / authentication client library for.. MIT
Flask-OpenID (🥉 25 · ⭐ 210) - Flask-OpenID adds openid support to flask applications. BSD-3

python-jwt (🥉 22 · ⭐ 190) - Python module for generating and verifying JSON Web Tokens. MIT
flask-praetorian (🥉 21 · ⭐ 310) - Strong, Simple, and Precise security for Flask APIs.. MIT

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

flask_simplelogin (🥉 19 · ⭐ 160) - Simple Login - Login Extension for Flask - maintainer.. MIT

Show 12 hidden projects...
- oauth2client (
🥈 33 ·⭐ 780 ·💀 ) - This is a Python library for accessing resources protected..Apache-2
- python-social-auth (
🥈 32 ·⭐ 2.8K ·💀 ) - Social auth made simple.BSD-3
- django-rest-framework-jwt (
🥈 31 ·⭐ 3.1K ·💀 ) - JSON Web Token Authentication support for Django REST..MIT
- python-oauth2 (
🥉 30 ·⭐ 2.9K ·💀 ) - 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 (
🥉 27 ·⭐ 970 ·💀 ) - Customizable User Authorization & User Management: Register,..MIT
- django-stronghold (
🥉 23 ·⭐ 370 ·💀 ) - Get inside your stronghold and make all your Django..MIT
- velruse (
🥉 22 ·⭐ 250 ·💀 ) - Simplifying third-party authentication for web applications.MIT
- fastapi-jwt-auth (
🥉 19 ·⭐ 330 ·💀 ) - FastAPI extension that provides JWT Auth support..MIT
- apex (
🥉 17 ·⭐ 96 ·💀 ) - Toolkit for Pyramid, a Pylons Project, to add Authentication and..MIT
- pyramid_jwt (
🥉 16 ·⭐ 73 ·💀 ) - JWT authentication for Pyramid.BSD-2
- fastapi-permissions (
🥉 14 ·⭐ 220 ·💀 ) - row level security for FastAPI framework.❗️THE BEER-WARE LICENSE
HTML Processing
bleach (🥈 36 · ⭐ 2.3K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2
markupsafe (🥈 35 · ⭐ 450) - Safely add untrusted strings to HTML/XML markup. BSD-3
html5lib-python (🥉 33 · ⭐ 950) - Standards-compliant library for parsing and serializing HTML.. MIT
WeasyPrint (🥉 32 · ⭐ 4.8K) - The awesome document factory. BSD-3
selectolax (🥉 24 · ⭐ 520) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT
html5-parser (🥉 21 · ⭐ 620) - Fast C based HTML 5 parsing for python. Apache-2
Show 1 hidden projects...
- Requests-HTML (
🥈 34 ·⭐ 12K ·💀 ) - Pythonic HTML Parsing for Humans.MIT
URL Utilities
tldextract (🥇 33 · ⭐ 1.4K) - Accurately separate the TLD from the registered domain and.. BSD-3
Show 1 hidden projects...
- uritemplate (
🥈 28 ·⭐ 200) - URI template parsing per RFC6570.❗️BSD-1-Clause
OpenAPI Utilities
OpenAPI Generator (🥇 42 · ⭐ 11K) - OpenAPI Generator allows generation of API client.. Apache-2

swagger-ui (🥇 37 · ⭐ 22K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2

-
GitHub (
👨💻 500 ·🔀 8.2K ·📦 32K ·📋 4.8K - 15% open ·⏱️ 15.02.2022):git clone https://github.com/swagger-api/swagger-ui
redoc (🥈 32 · ⭐ 16K) - OpenAPI/Swagger-generated API Reference Documentation. MIT

-
GitHub (
👨💻 180 ·🔀 1.8K ·📥 66 ·📦 2.1K ·📋 1.5K - 29% open ·⏱️ 09.02.2022):git clone https://github.com/Redocly/redoc
AutoRest (🥈 31 · ⭐ 3.7K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT

-
GitHub (
👨💻 150 ·🔀 680 ·📥 84K ·📦 340 ·📋 1.9K - 4% open ·⏱️ 16.02.2022):git clone https://github.com/Azure/autorest
swagger-codegen (🥉 30 · ⭐ 14K) - swagger-codegen contains a template-driven engine to.. Apache-2

-
GitHub (
👨💻 1.2K ·🔀 5.7K ·📋 6.5K - 48% open ·⏱️ 17.02.2022):git clone https://github.com/swagger-api/swagger-codegen
drf-spectacular (🥉 29 · ⭐ 950) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3

OpenAPI-to-GraphQL (🥉 28 · ⭐ 1.2K) - Translate APIs described by OpenAPI Specifications.. MIT


OpenAPI Spec validator (🥉 27 · ⭐ 200) - OpenAPI Spec validator. Apache-2
datamodel-code-generator (🥉 26 · ⭐ 820) - Pydantic model generator for easy conversion of JSON,.. MIT

openapi-core (🥉 24 · ⭐ 160) - OpenAPI core. BSD-3
openapi-python-client (🥉 23 · ⭐ 290) - Generate modern Python clients from OpenAPI. MIT

pyramid_openapi3 (🥉 17 · ⭐ 74) - Pyramid addon for OpenAPI3 validation of requests and.. MIT


Show 3 hidden projects...
- django-rest-swagger (
🥈 31 ·⭐ 2.6K ·💀 ) - Swagger Documentation Generator for Django REST..BSD-2
- flask-swagger (
🥉 26 ·⭐ 450 ·💀 ) - A swagger 2.0 spec extractor for flask.MIT
- pyramid_swagger (
🥉 19 ·⭐ 64 ·💀 ) - Convenient tools for using Swagger to define and..BSD-3
GraphQL Utilities
Strawberry GraphQL (🥇 33 · ⭐ 2K) - A new GraphQL library for Python. MIT

graphene-django (🥈 32 · ⭐ 3.8K) - Integrate GraphQL into your Django project. MIT


graphql-core (🥈 32 · ⭐ 410) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT
graphql-relay-py (🥈 28 · ⭐ 140) - A library to help construct a graphql-py server supporting.. MIT
tartiflette (🥉 24 · ⭐ 810) - GraphQL Engine built with Python 3.6+ / asyncio. MIT
graphene-mongo (🥉 23 · ⭐ 250) - Graphene MongoEngine integration. MIT

django-graphql-auth (🥉 22 · ⭐ 270) - Django registration and authentication with GraphQL. MIT

graphene-pydantic (🥉 20 · ⭐ 150) - Integrate GraphQL with your Pydantic models. Apache-2

tartiflette-aiohttp (🥉 18 · ⭐ 56) - tartiflette-aiohttp is a wrapper of aiohttp which includes.. MIT
tartiflette-asgi (🥉 16 · ⭐ 96) - ASGI support for the Tartiflette GraphQL engine. MIT

Flask-GraphQL-Auth (🥉 16 · ⭐ 63 · 💤 ) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to.. MIT

Show 2 hidden projects...
- flask-graphql (
🥉 26 ·⭐ 1.3K ·💀 ) - Adds GraphQL support to your Flask application.MIT
- python-graphql-client (
🥉 20 ·⭐ 140 ·💀 ) - Simple GraphQL client for Python 2.7+.MIT
Websocket Utilities
websocket-client (🥇 39 · ⭐ 2.9K) - WebSocket client for Python. Apache-2
autobahn-python (🥇 36 · ⭐ 2.3K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT
websockets (🥈 34 · ⭐ 3.8K) - Library for building WebSocket servers and clients in Python. BSD-3
python-socketio (🥈 33 · ⭐ 2.7K) - Python Socket.IO server and client. MIT
Flask-SocketIO (🥈 32 · ⭐ 4.6K) - Socket.IO integration for Flask applications. MIT

websockify (🥉 27 · ⭐ 3K · 💤 ) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0
Show 4 hidden projects...
- flask-sockets (
🥉 28 ·⭐ 1.7K ·💀 ) - [DEPRECATED] Elegant WebSockets for your Flask apps.MIT
- gevent-socketio (
🥉 26 ·⭐ 1.2K ·💀 ) - Official repository for gevent-socketio.BSD-3
- sockjs-tornado (
🥉 26 ·⭐ 860 ·💀 ) - WebSocket emulation - Python server.MIT
- tornadio2 (
🥉 22 ·⭐ 530 ·💀 ) - Python socket.io server implementation on top of Tornado..Apache-2
RPC Utilities
rpyc (🥈 30 · ⭐ 1.1K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT
fastapi-jsonrpc (🥉 18 · ⭐ 150) - JSON-RPC server based on fastapi. MIT

Show 1 hidden projects...
- spyne (
🥈 30 ·⭐ 1K) - A transport agnostic sync/async RPC library that focuses on exposing..❗️LGPL-2.1
Serverless
python-lambda (🥉 25 · ⭐ 1.3K · 💤 ) - A toolkit for developing and deploying serverless Python code.. ISC
lambdarest (🥉 20 · ⭐ 89) - Flask like web framework for AWS Lambda. MIT
Content Management Systems
django-cms (🥈 38 · ⭐ 8.6K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3

Show 1 hidden projects...
Web Testing
SeleniumBase (🥈 34 · ⭐ 2.6K) - A Python framework that inspires developers to become better test.. MIT
SeleniumLibrary (🥈 34 · ⭐ 1.1K) - Web testing library for Robot Framework. Apache-2
-
GitHub (
👨💻 110 ·🔀 670 ·📥 3.5K ·📦 2.1K ·📋 970 - 4% open ·⏱️ 08.01.2022):git clone https://github.com/robotframework/SeleniumLibrary
-
PyPi (
📥 480K / month ·📦 120 ·⏱️ 08.01.2022):pip install robotframework-seleniumlibrary
-
Conda (
📥 44K ·⏱️ 12.01.2022):conda install -c conda-forge robotframework-seleniumlibrary
pytest-django (🥈 34 · ⭐ 1K) - A Django plugin for pytest. BSD-3

django-silk (🥈 32 · ⭐ 3.3K) - Silky smooth profiling for Django. MIT

Prism (🥈 32 · ⭐ 2.6K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2

vcrpy (🥈 32 · ⭐ 2.2K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT
HTTPretty (🥈 31 · ⭐ 1.9K) - Intercept HTTP requests at the Python socket level. Fakes the whole.. MIT
factory_boy (🥈 30 · ⭐ 2.8K) - A test fixtures replacement for Python. MIT

django-nose (🥈 29 · ⭐ 870) - Django test runner using nose. BSD-3

webtest (🥈 28 · ⭐ 310) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT
schemathesis (🥈 27 · ⭐ 1.2K) - A modern API testing tool for web applications built.. MIT


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

pytest-flask (🥉 26 · ⭐ 410) - A set of pytest fixtures to test Flask applications. MIT

Mockoon (🥉 25 · ⭐ 3.6K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT

-
GitHub (
👨💻 38 ·🔀 200 ·📥 67K ·📋 400 - 10% open ·⏱️ 17.02.2022):git clone https://github.com/mockoon/mockoon
selenium-python-helium (🥉 25 · ⭐ 2.8K) - Selenium-python but lighter: Helium is the best.. MIT
httprunner (🥉 25 · ⭐ 2.7K) - One-stop solution for HTTP(S) testing, written in Python. Apache-2
Model Bakery (🥉 25 · ⭐ 510) - Object factory for Django. Apache-2

aioresponses (🥉 25 · ⭐ 340) - Aioresponses is a helper for mock/fake web requests in python.. MIT
python-mocket (🥉 24 · ⭐ 230) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
aresponses (🥉 21 · ⭐ 87) - Asyncio http mocking. Similar to the responses library used for requests. MIT
async-asgi-testclient (🥉 19 · ⭐ 100) - A framework-agnostic library for testing ASGI web.. MIT
Show 13 hidden projects...
- pyppeteer (
🥈 32 ·⭐ 3.5K ·💀 ) - Headless chrome/chromium automation library (unofficial port of..MIT
- flask-debugtoolbar (
🥈 27 ·⭐ 820 ·💀 ) - A toolbar overlay for debugging Flask applications.BSD-3
- parameterized (
🥉 26 ·⭐ 640 ·💀 ) - Parameterized testing with any Python test framework.❗️BSD-2-Clause-FreeBSD
- flask-testing (
🥉 26 ·⭐ 480 ·💀 ) - Unittest extensions for Flask.BSD-3
- pyramid_debugtoolbar (
🥉 26 ·⭐ 94 ·💀 ) - Pyramid debug toolbar.BSD-3
- pytest-splinter (
🥉 25 ·⭐ 220 ·💀 ) - pytest splinter and selenium integration for anyone..MIT
- yandex-tank (
🥉 24 ·⭐ 2.1K) - Load and performance benchmark tool.❗️LGPL-2.1
- wdb (
🥉 24 ·⭐ 1.5K ·💀 ) - An improbable web debugger through WebSockets.❗️GPL-3.0
- httmock (
🥉 24 ·⭐ 440 ·💀 ) - A mocking library for requests.Apache-2
- requestium (
🥉 22 ·⭐ 1.6K ·💀 ) - Integration layer between Requests and Selenium for automation..BSD-3
- pyresttest (
🥉 22 ·⭐ 1.1K ·💀 ) - Python Rest Testing.Apache-2
- huxley (
🥉 17 ·⭐ 4.1K ·💀 ) - A testing system for catching visual regressions in Web..Apache-2
- Astra (
🥉 16 ·⭐ 1.9K ·💀 ) - Automated Security Testing For REST APIs.Apache-2
Web Forms
django-crispy-forms (🥇 38 · ⭐ 4.4K) - The best way to have DRY Django forms. The app.. MIT

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

Markdown
pelican (🥇 37 · ⭐ 11K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0
markdown (🥇 37 · ⭐ 2.8K · 📉 ) - A Python implementation of John Grubers Markdown with Extension.. BSD-3
python-markdown2 (🥈 33 · ⭐ 2.3K) - markdown2: A fast and complete implementation of Markdown in.. MIT
pymdown-extensions (🥈 32 · ⭐ 570) - Extensions for Python Markdown. MIT
django-markdownx (🥉 27 · ⭐ 710) - Comprehensive Markdown plugin built for Django. BSD-3

markdown-it-py (🥉 25 · ⭐ 280) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT
django-markdown-editor (🥉 24 · ⭐ 540) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0

Show 1 hidden projects...
- markdown-include (
🥉 20 ·⭐ 75 ·💀 ) - Provides syntax for Python-Markdown which allows for..❗️GPL-3.0
Third-party Web APIs
youtube-dl (🥇 45 · ⭐ 110K) - Command-line program to download videos from YouTube.com and.. Unlicense
google-api-python-client (🥇 43 · ⭐ 5.4K) - The official Python client library for Googles.. Apache-2
-
GitHub (
👨💻 180 ·🔀 2.1K ·📥 93 ·📦 89K ·📋 870 - 4% open ·⏱️ 14.02.2022):git clone https://github.com/googleapis/google-api-python-client
-
PyPi (
📥 25M / month ·📦 7.2K ·⏱️ 09.02.2022):pip install google-api-python-client
-
Conda (
📥 1M ·⏱️ 10.02.2022):conda install -c conda-forge google-api-python-client
discord.py (🥇 39 · ⭐ 9.4K) - An API wrapper for Discord written in Python. MIT
python-telegram-bot (🥇 38 · ⭐ 18K) - We have made you a wrapper you cant refuse. ❗️LGPL-3.0
-
GitHub (
👨💻 160 ·🔀 3.8K ·📥 5.1K ·📦 47K ·📋 1.6K - 1% open ·⏱️ 02.02.2022):git clone https://github.com/python-telegram-bot/python-telegram-bot
-
PyPi (
📥 540K / month ·📦 2.5K ·⏱️ 02.02.2022):pip install python-telegram-bot
-
Conda (
📥 43K ·⏱️ 02.02.2022):conda install -c conda-forge python-telegram-bot
pyTelegramBotAPI (🥇 38 · ⭐ 5.2K) - Python Telegram bot api. ❗️GPL-2.0
praw (🥈 36 · ⭐ 2.7K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
twilio (🥈 36 · ⭐ 1.6K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
PyGithub (🥈 35 · ⭐ 5.1K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0
slackclient (🥈 35 · ⭐ 3.3K) - Slack Developer Kit for Python. MIT
google-maps-services-python (🥈 34 · ⭐ 3.5K) - Python client library for Google Maps API Web Services. Apache-2
python-twitter (🥈 34 · ⭐ 3.3K) - A Python wrapper around the Twitter API. Apache-2
python-slack-sdk (🥈 33 · ⭐ 3.3K) - Slack Developer Kit for Python. MIT
instagram-scraper (🥉 32 · ⭐ 5.8K) - Scrapes an instagram users photos and videos. Unlicense
py-googletrans (🥉 32 · ⭐ 2.9K · 💤 ) - (unofficial) Googletrans: Free and Unlimited Google.. MIT
simple-salesforce (🥉 31 · ⭐ 1.2K) - A very simple Salesforce.com REST API client for Python. Apache-2
imdbpy (🥉 30 · ⭐ 940) - Cinemagoer is a Python package useful to retrieve and manage the data.. ❗️GPL-2.0
coursera-dl (🥉 29 · ⭐ 8.6K · 💤 ) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0
gallery-dl (🥉 29 · ⭐ 4.5K) - Command-line program to download image galleries and.. ❗️GPL-2.0
twitter-scraper (🥉 27 · ⭐ 3.1K) - Scrape the Twitter Frontend API without authentication. MIT
igramscraper (🥉 25 · ⭐ 2.3K · 💤 ) - scrapes medias, likes, followers, tags and all metadata... MIT
WikiExtractor (🥉 24 · ⭐ 2.9K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0
notion-sdk-py (🥉 24 · ⭐ 550) - Official Notion SDK rewritten in Python (sync + async). MIT
GHunt (🥉 21 · ⭐ 11K) - Investigate Google emails and documents. MPL-2.0
-
GitHub (
👨💻 24 ·🔀 860 ·📋 240 - 17% open ·⏱️ 05.01.2022):git clone https://github.com/mxrch/GHunt
Show 13 hidden projects...
- tushare (
🥈 33 ·⭐ 11K ·💀 ) - TuShare is a utility for crawling historical data of China stocks.BSD-3
- google-resumable-media (
🥈 33 ·⭐ 34) - Utilities for Google Media Downloads and Resumable..Apache-2
- facebook-sdk (
🥉 32 ·⭐ 2.6K ·💀 ) - Python SDK for Facebooks Graph API.Apache-2
- Wikipedia (
🥉 31 ·⭐ 2.4K ·💀 ) - A Pythonic wrapper for the Wikipedia API.MIT
- slacker (
🥉 29 ·⭐ 1.6K ·💀 ) - Full-featured Python interface for the Slack API.Apache-2
- Google Images Download (
🥉 28 ·⭐ 7.9K ·💀 ) - Python Script to download hundreds of images from..MIT
- python-instagram (
🥉 27 ·⭐ 2.9K ·💀 ) - Python Client for Instagram 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
- telepot (
🥉 26 ·⭐ 2.4K ·💀 ) - Python framework for Telegram Bot API.MIT
- twitterscraper (
🥉 26 ·⭐ 2K ·💀 ) - Scrape Twitter for Tweets.MIT
- pyshorteners (
🥉 25 ·⭐ 320 ·💀 ) - Generating short urls with python has never been easier.❗️GPL-3.0
- instagram_private_api (
🥉 24 ·⭐ 2.3K ·💀 ) - A Python library to access Instagrams private API.MIT
fastapi-mail (🥉 21 · ⭐ 280) - 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 (
🥈 29 ·⭐ 530 ·💀 ) - Flask-Mail adds SMTP mail sending to your Flask applications.BSD-3
- sync-engine (
🥈 28 ·⭐ 3.5K ·💀 ) - IMAP/SMTP sync system with modern APIs.❗️AGPL-3.0
- offlineimap (
🥉 25 ·⭐ 1.7K) - Read/sync your IMAP mailboxes (python2).❗️libpng-2.0
- 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 · ⭐ 43K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
feedparser (🥇 32 · ⭐ 1.4K) - Parse feeds in Python. BSD-2
cloudscraper (🥈 29 · ⭐ 1.6K · 💤 ) - A Python module to bypass Cloudflares anti-bot page. MIT
parsel (🥈 29 · ⭐ 740) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3
MechanicalSoup (🥈 28 · ⭐ 3.9K) - A Python library for automating interaction with websites. MIT
trafilatura (🥉 26 · ⭐ 390) - Web scraping library and command-line tool for text discovery.. ❗️GPL-3.0
AutoScraper (🥉 22 · ⭐ 4.2K · 💤 ) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT
Show 15 hidden projects...
- Pattern (
🥇 33 ·⭐ 8.2K ·💀 ) - Web mining module for Python, with tools for scraping, natural..BSD-3
- newspaper3k (
🥇 32 ·⭐ 12K ·💀 ) - News, full-text, and article metadata extraction in Python 3...MIT
- pyspider (
🥈 31 ·⭐ 15K ·💀 ) - A Powerful Spider(Web Crawler) System in Python.Apache-2
- python-goose (
🥈 29 ·⭐ 3.7K ·💀 ) - Html Content / Article Extractor, web scrapping lib in..Apache-2
- Grab (
🥉 27 ·⭐ 2.2K ·💀 ) - Web Scraping Framework.MIT
- frontera (
🥉 25 ·⭐ 1.2K ·💀 ) - A scalable frontier for web crawlers.BSD-3
- robobrowser (
🥉 24 ·⭐ 3.6K ·💀 ) - Your friendly neighborhood web scraper.BSD-3
- scrapely (
🥉 24 ·⭐ 1.8K ·💀 ) - A pure-python HTML screen-scraping library.BSD-3
- Photon (
🥉 23 ·⭐ 8.5K ·💀 ) - Incredibly fast crawler designed for OSINT.❗️GPL-3.0
- snallygaster (
🥉 21 ·⭐ 1.9K) - Tool to scan for secret files on HTTP servers.❗️CC0-1.0
- Cola (
🥉 20 ·⭐ 1.4K ·💀 ) - A high-level distributed crawling framework.Apache-2
- gain (
🥉 18 ·⭐ 2K ·💀 ) - Web crawling framework based on asyncio.❗️GPL-3.0
- opengraph (
🥉 17 ·⭐ 210 ·💀 ) - A python module to parse the Open Graph Protocol.MIT
- lazynlp (
🥉 13 ·⭐ 2K ·💀 ) - Library to scrape and clean web pages to create massive datasets.MIT
- Transistor (
🥉 13 ·⭐ 210 ·💀 ) - Transistor, a Python web scraping framework for intelligent use..MIT
Monitoring
sentry (🥇 40 · ⭐ 30K) - Sentry is cross-platform application monitoring, with a focus on.. ❗️SSPL-1.0
Prometheus Client (🥇 33 · ⭐ 2.6K) - Python client for the Prometheus monitoring system. Apache-2
prometheus-flask-exporter (🥈 28 · ⭐ 440) - Prometheus exporter for Flask applications. MIT

opentracing-python (🥈 27 · ⭐ 760 · 💤 ) - OpenTracing API for Python. This library is.. Apache-2
opentelemetry-python (🥈 26 · ⭐ 810) - OpenTelemetry Python API and SDK. Apache-2
GoAccess (🥉 24 · ⭐ 14K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT
-
GitHub (
👨💻 140 ·🔀 940 ·📋 1.9K - 17% open ·⏱️ 11.02.2022):git clone https://github.com/allinurl/goaccess
Flask-MonitoringDashboard (🥉 23 · ⭐ 600) - Automatically monitor the evolving performance of.. MIT

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

Starlette Prometheus (🥉 18 · ⭐ 180) - Prometheus integration for Starlette. ❗️GPL-3.0

flask-state (🥉 15 · ⭐ 620 · 💤 ) - Display machine state using Python3 with Flask. BSD-3

Show 2 hidden projects...
- ngxtop (
🥉 22 ·⭐ 6.3K ·💀 ) - Real-time metrics for nginx server.MIT
- timing-asgi (
🥉 4 ·⭐ 85 ·💀 ) - ASGI middleware to record and emit timing metrics (to..❗Unlicensed
Web UI
python-react (🥉 24 · ⭐ 1.5K · 💤 ) - Server-side rendering of React components. MIT
Show 1 hidden projects...
Admin UI
django-debug-toolbar (🥇 38 · ⭐ 6.9K) - A configurable set of panels that display various.. BSD-3
flask-admin (🥇 38 · ⭐ 5K) - Simple and extensible administrative interface framework for.. BSD-3

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

django-admin-interface (🥈 27 · ⭐ 1.1K) - djangos default admin interface made customizable... MIT

django-smuggler (🥉 24 · ⭐ 370) - Django Smuggler is a pluggable application for Django.. ❗️LGPL-3.0

django-admin2 (🥉 23 · ⭐ 1.1K) - Extendable, adaptable rewrite of django.contrib.admin. BSD-3

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

Show 5 hidden projects...
- django-suit (
🥈 29 ·⭐ 2.1K ·💀 ) - Modern theme for Django admin interface.❗️AFL-3.0
- xadmin (
🥈 27 ·⭐ 4.6K ·💀 ) - Drop-in replacement of Django admin comes with lots of goodies,..BSD-3
- django-jet (
🥈 27 ·⭐ 3.2K ·💀 ) - 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
- nginx-ui (
🥉 17 ·⭐ 4.1K ·💀 ) - Nginx UI allows you to access and modify the nginx configurations..MIT
API Proxies & Gateways
Kong (🥇 36 · ⭐ 32K) - The Cloud-Native API Gateway. Apache-2
-
GitHub (
👨💻 300 ·🔀 4K ·📥 530K ·📋 3.9K - 7% open ·⏱️ 17.02.2022):git clone https://github.com/kong/kong
-
Docker Hub (
📥 280M ·⭐ 640 ·⏱️ 04.02.2022):docker pull kong
tyk (🥉 28 · ⭐ 7.1K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0
-
GitHub (
👨💻 94 ·🔀 870 ·📥 18K ·📋 1.9K - 17% open ·⏱️ 17.02.2022):git clone https://github.com/TykTechnologies/tyk
Flask Utilities
flask-sqlalchemy (🥇 35 · ⭐ 3.7K) - Adds SQLAlchemy support to Flask. BSD-3

Flask-Migrate (🥇 31 · ⭐ 2K) - SQLAlchemy database migrations for Flask applications using.. MIT

flask-cors (🥇 31 · ⭐ 760 · 💤 ) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT

flask-limiter (🥈 29 · ⭐ 840) - Rate Limiting extension for Flask. MIT

flask-caching (🥈 29 · ⭐ 700) - A caching extension for Flask. BSD-3

flask-session (🥈 27 · ⭐ 380 · 💤 ) - Server side session extension for Flask. BSD-3

flask-bcrypt (🥈 27 · ⭐ 290 · 💤 ) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3

flask-marshmallow (🥈 26 · ⭐ 740) - Flask + marshmallow for beautiful APIs. MIT

flask-babel (🥈 26 · ⭐ 370) - i18n and l10n support for Flask based on Babel and pytz. BSD-3

flask-paginate (🥈 25 · ⭐ 250) - Pagination support for flask. BSD-3

flask-seasurf (🥈 25 · ⭐ 180) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3

flask-jsonrpc (🥉 24 · ⭐ 250) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3

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


Frozen-Flask (🥉 23 · ⭐ 710 · 💤 ) - Freezes a Flask application into a set of static files. BSD-3

Flask-Moment (🥉 22 · ⭐ 340) - Formatting of dates and times in Flask templates using.. MIT

flask_injector (🥉 22 · ⭐ 240) - Adds Injector support to Flask. BSD-3

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

-
GitHub (
👨💻 66 ·🔀 690 ·📋 170 - 4% open ·⏱️ 15.02.2022):git clone https://github.com/cookiecutter-flask/cookiecutter-flask
flask_pydantic (🥉 20 · ⭐ 180) - flask extension for integration with the awesome pydantic.. MIT

flask-msearch (🥉 19 · ⭐ 190 · 💤 ) - Full text search for flask. BSD-3

flask-file-upload (🥉 18 · ⭐ 130) - Easy file uploads for Flask. MIT

Show 14 hidden projects...
- flask-security (
🥇 30 ·⭐ 1.6K ·💀 ) - Quick and simple security for Flask applications.MIT
- flask-mongoengine (
🥈 29 ·⭐ 800 ·💀 ) - MongoEngine flask extension with WTF model forms..BSD-3
- flask-assets (
🥈 27 ·⭐ 420 ·💀 ) - Flask webassets integration.BSD-2
- flask-apispec (
🥈 26 ·⭐ 570 ·💀 ) - Build and document REST APIs with Flask and apispec.MIT
- flask-bootstrap (
🥉 24 ·⭐ 1.5K ·💀 ) - A Flask app template with integrated SQLAlchemy,..BSD-3
- flask-ask (
🥉 23 ·⭐ 1.9K ·💀 ) - Alexa Skills Kit for Python.Apache-2
- flask-talisman (
🥉 22 ·⭐ 800 ·💀 ) - HTTP security headers for Flask.Apache-2
- flask-profiler (
🥉 22 ·⭐ 680 ·💀 ) - a flask profiler which watches endpoint calls and tries..MIT
- Flask-Excel (
🥉 22 ·⭐ 240 ·💀 ) - A flask extension using pyexcel to read, manipulate and write..BSD-3
- flask-s3 (
🥉 21 ·⭐ 180 ·💀 ) - Seamlessly serve your static assets of your Flask app from Amazon..❗️WTFPL
- flask-ngrok (
🥉 21 ·⭐ 100 ·💀 ) - A simple way to demo Flask apps from your machine.Apache-2
- Flask-Opentracing (
🥉 20 ·⭐ 120 ·💀 ) - OpenTracing instrumentation for the Flask..BSD-3
- flask_jsondash (
🥉 18 ·⭐ 3.2K ·💀 ) - Build complex dashboards without any front-end code...MIT
- flask2postman (
🥉 13 ·⭐ 130 ·💀 ) - Generate a Postman collection from your Flask application.MIT
FastAPI Utilities
fastapi-crudrouter (🥇 24 · ⭐ 630) - A dynamic FastAPI router that automatically creates.. MIT

fastapi-admin/fastapi-admin (🥇 21 · ⭐ 1.1K) - A fast admin dashboard based on FastAPI and.. Apache-2

fastapi-code-generator (🥈 20 · ⭐ 410) - This code generator creates FastAPI app from an.. MIT


starlette_exporter (🥈 19 · ⭐ 160) - Prometheus exporter for Starlette and FastAPI. Apache-2

fastapi-react (🥈 17 · ⭐ 1K) - Cookiecutter Template for FastAPI + React Projects. Using.. MIT

-
GitHub (
👨💻 13 ·🔀 160 ·📋 54 - 35% open ·⏱️ 03.11.2021):git clone https://github.com/Buuntu/fastapi-react
fastapi_contrib (🥈 17 · ⭐ 450 · 💤 ) - Opinionated set of utilities on top of FastAPI. MIT

fastapi-plugins (🥈 17 · ⭐ 190) - FastAPI framework plugins. MIT

fastapi-socketio (🥈 17 · ⭐ 130) - Easily integrate socket.io with your FastAPI app. Apache-2

fastapi-mvc (🥈 17 · ⭐ 110) - Create and develop production grade FastAPI projects. MIT

fastapi-versioning (🥉 16 · ⭐ 340) - api versioning for fastapi web applications. MIT

fastapi_cache (🥉 13 · ⭐ 170 · 💤 ) - FastAPI simple cache. MIT

fastapi_client (🥉 11 · ⭐ 230 · 💤 ) - FastAPI client generator. Apache-2

-
GitHub (
👨💻 8 ·🔀 23 ·📋 16 - 56% open ·⏱️ 11.02.2021):git clone https://github.com/dmontagu/fastapi_client
fastapi-lazy (🥉 10 · ⭐ 78 · 🐣 ) - Lazy package to start your project using FastAPI. MIT

Show 2 hidden projects...
- fastapi-sqlalchemy (
🥈 20 ·⭐ 390 ·💀 ) - Adds simple SQLAlchemy support to FastAPI.MIT
- fastapi-utils (
🥉 16 ·⭐ 950 ·💀 ) - Reusable utilities for FastAPI.MIT
Pyramid Utilities
pyramid_celery (🥉 19 · ⭐ 99 · 💤 ) - Pyramid configuration with celery integration. Allows you.. MIT

pyramid_services (🥉 14 · ⭐ 77 · 💤 ) - A service layer for pyramid. MIT

Show 1 hidden projects...
- pyramid_jinja2 (
🥇 23 ·⭐ 72) - Jinja2 templating system bindings for the Pyramid web..❗Unlicensed
Django Utilities
django-extensions (🥇 36 · ⭐ 5.7K) - This is a repository for collecting global custom.. MIT

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

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

django-import-export (🥇 36 · ⭐ 2.3K) - Django application and library for importing and.. BSD-2

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

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

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

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

django-model-utils (🥇 34 · ⭐ 2.2K) - Django model mixins and utilities. BSD-3

django-autocomplete-light (🥇 34 · ⭐ 1.6K) - A fresh approach to autocomplete implementations,.. MIT

django-environ (🥈 33 · ⭐ 2.5K) - Django-environ allows you to utilize 12factor inspired.. MIT

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

django-storages (🥈 33 · ⭐ 2.1K) - Django-storages is a project to provide a variety of.. BSD-3

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

sorl-thumbnail (🥈 33 · ⭐ 1.6K · 📈 ) - Thumbnails for Django. BSD-3

django-simple-history (🥈 33 · ⭐ 1.6K) - Store model history and view/revert changes from.. BSD-3

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

easy-thumbnails (🥈 33 · ⭐ 1.3K) - Easy thumbnails for Django. BSD-3

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

django-taggit (🥈 32 · ⭐ 2.8K) - Simple tagging for django. BSD-3

django-mptt (🥈 32 · ⭐ 2.6K) - Utilities for implementing a modified pre-order traversal tree.. MIT

django-compressor (🥈 32 · ⭐ 2.5K) - Compresses linked and inline javascript or CSS into a.. MIT

django-imagekit (🥈 32 · ⭐ 2K) - Automated image processing for Django. Currently v4.0. BSD-3

django-tables2 (🥈 32 · ⭐ 1.5K) - django-tables2 - An app for creating HTML tables. BSD-2

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

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

django-webpack-loader (🥈 31 · ⭐ 2.3K) - Transparently use webpack with django. MIT

django-activity-stream (🥈 31 · ⭐ 2K) - Generate generic activity streams from the actions on.. BSD-3

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

django-bootstrap4 (🥈 31 · ⭐ 940) - Bootstrap 4 integration with Django. BSD-3

django-stubs (🥈 31 · ⭐ 830) - PEP-484 stubs for Django. MIT

django-braces (🥉 30 · ⭐ 1.8K) - Reusable, generic mixins for Django. BSD-3

django-cacheops (🥉 30 · ⭐ 1.6K) - A slick ORM cache with automatic granular event-driven.. BSD-3

django-constance (🥉 30 · ⭐ 1.4K) - Dynamic Django settings. BSD-3

django-waffle (🥉 30 · ⭐ 900) - A feature flipper for Django. BSD-3

django-shop (🥉 29 · ⭐ 2.7K · 💤 ) - A Django based shop system. BSD-3

django-fsm (🥉 29 · ⭐ 2K) - Django friendly finite state machine support. MIT

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

django-polymorphic (🥉 29 · ⭐ 1.3K) - Improved Django model inheritance with automatic.. BSD-3

django-filebrowser (🥉 29 · ⭐ 880) - Media-Management with Grappelli. BSD-3

django-dbbackup (🥉 29 · ⭐ 570) - Management commands to help backup and restore your.. BSD-3

django-sql-explorer (🥉 28 · ⭐ 2K) - Easily share data across your company via SQL queries... MIT

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

django-rosetta (🥉 28 · ⭐ 880) - Rosetta is a Django application that eases the translation.. MIT

django-summernote (🥉 28 · ⭐ 870) - Simply integrate Summernote editor with Django project. MIT

django-paypal (🥉 28 · ⭐ 640) - A pluggable Django application for integrating PayPal.. MIT

Django-Ninja (🥉 27 · ⭐ 2.6K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT
viewflow (🥉 27 · ⭐ 2.2K) - Reusable workflow library for Django. ❗️AGPL-3.0

django-angular (🥉 27 · ⭐ 1.2K) - Let AngularJS play well with Django. MIT

django-countries (🥉 27 · ⭐ 1.1K) - A Django application that provides country choices for.. MIT

django-configurations (🥉 27 · ⭐ 890) - A helper for organizing Django project settings by.. BSD-3

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

django-watson (🥉 26 · ⭐ 980) - Full-text multi-table search application for Django. Easy.. BSD-3

django-cachalot (🥉 26 · ⭐ 900) - No effort, no worry, maximum performance. BSD-3

django-robots (🥉 26 · ⭐ 360) - A Django app for managing robots.txt files following the.. BSD-3

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

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

-
GitHub (
👨💻 39 ·🔀 54 ·📦 1.1K ·📋 78 - 35% open ·⏱️ 25.12.2021):git clone https://github.com/typeddjango/djangorestframework-stubs
-
PyPi (
📥 220K / month ·📦 51 ·⏱️ 03.02.2021):pip install djangorestframework-stubs
-
Conda (
📥 490 ·⏱️ 14.05.2021):conda install -c conda-forge djangorestframework-stubs
django-organizations (🥉 24 · ⭐ 940) - Multi-user accounts for Django projects. BSD-2

django-split-settings (🥉 24 · ⭐ 820) - Organize Django settings into multiple files and.. BSD-3

django-csp (🥉 24 · ⭐ 410) - Content Security Policy for Django. BSD-3

django-vanilla-views (🥉 23 · ⭐ 910 · 💤 ) - Beautifully simple class-based views. BSD-2

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

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

Show 10 hidden projects...
- dj-database-url (
🥈 33 ·⭐ 1.2K ·💀 ) - Use Database URLs in your Django Application.BSD-2
- jsonfield (
🥈 32 ·⭐ 1.1K ·💀 ) - A reusable Django model field for storing ad-hoc JSON data.MIT
- django-blog-zinnia (
🥉 28 ·⭐ 2K ·💀 ) - Simple yet powerful and really extendable application..BSD-3
- django-redis-cache (
🥉 28 ·⭐ 1K ·💀 ) - A Redis cache backend for django.BSD-3
- django-jenkins (
🥉 27 ·⭐ 940 ·💀 ) - Plug and play continuous integration with django and..❗️LGPL-3.0
- django-floppyforms (
🥉 26 ·⭐ 800 ·💀 ) - Full control of form rendering in the templates.❗️MirOS
- django-solo (
🥉 26 ·⭐ 650) - Helps working with singletons - things like global..❗️CC-BY-3.0
- django-cache-machine (
🥉 25 ·⭐ 820 ·💀 ) - Automatic caching and invalidation for Django models..BSD-3
- merchant (
🥉 21 ·⭐ 980 ·💀 ) - A Django app to accept payments from various payment..BSD-3
- django-schedule (
🥉 14 ·⭐ 800 ·💀 ) - A calendaring app for Django. It is now stable,..BSD-3
Others
scapy (🥇 38 · ⭐ 7.1K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0
rdflib (🥇 38 · ⭐ 1.6K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3
itsdangerous (🥈 37 · ⭐ 2.4K) - Safely pass trusted data to untrusted environments and back. BSD-3
impacket (🥈 36 · ⭐ 8.4K) - Impacket is a collection of Python classes for working with network.. Apache-2
weblate (🥈 33 · ⭐ 2.8K) - Web based localization tool with tight version control integration. ❗️GPL-3.0
speedtest-cli (🥈 32 · ⭐ 12K · 💤 ) - Command line interface for testing internet bandwidth.. Apache-2
pywebview (🥈 32 · ⭐ 2.8K · 📈 ) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3
saleor (🥉 30 · ⭐ 15K) - A modular, high performance, headless e-commerce platform built.. BSD-3


-
GitHub (
👨💻 220 ·🔀 4.3K ·📋 3.2K - 8% open ·⏱️ 17.02.2022):git clone https://github.com/saleor/saleor
sslyze (🥉 30 · ⭐ 2.7K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0
proxy.py (🥉 30 · ⭐ 1.7K) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-.. BSD-3
maltrail (🥉 29 · ⭐ 4.4K) - Malicious traffic detection system. MIT
-
GitHub (
👨💻 33 ·🔀 790 ·📋 300 - 18% open ·⏱️ 17.02.2022):git clone https://github.com/stamparm/maltrail
Js2Py (🥉 29 · ⭐ 1.8K) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT
python-user-agents (🥉 29 · ⭐ 1.2K) - A Python library that provides an easy way to identify.. MIT
pyload (🥉 28 · ⭐ 2.5K · 📈 ) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0
tifffile (🥉 27 · ⭐ 230) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3
httpagentparser (🥉 27 · ⭐ 210) - Python HTTP Agent Parser. MIT
healthchecks (🥉 24 · ⭐ 4.4K) - A cron monitoring tool written in Python & Django. BSD-3
-
GitHub (
👨💻 67 ·🔀 510 ·📋 440 - 15% open ·⏱️ 16.02.2022):git clone https://github.com/healthchecks/healthchecks
streaming-form-data (🥉 20 · ⭐ 100) - Streaming parser for multipart/form-data written in Python. MIT
asgi-lifespan (🥉 18 · ⭐ 93) - Programmatic startup/shutdown of ASGI apps. MIT
Show 15 hidden projects...
- pyzmq (
🥇 38 ·⭐ 3K) - PyZMQ: Python bindings for zeromq.❗️Revised BSD
- httpbin (
🥈 33 ·⭐ 11K ·💀 ) - HTTP Request & Response Service, written in Python + Flask.ISC
- PySocks (
🥈 31 ·⭐ 1.1K ·💀 ) - A SOCKS proxy client and wrapper for Python.BSD-3
- fake-useragent (
🥉 30 ·⭐ 2.7K ·💀 ) - up to date simple useragent faker with real world..Apache-2
- Cactus (
🥉 26 ·⭐ 3.4K ·💀 ) - Static site generator for designers. Uses Python and Django..BSD-3
- ipaddress (
🥉 25 ·⭐ 99 ·💀 ) - Python 3.3+s ipaddress for older Python versions.Python-2.0
- python-whois (
🥉 24 ·⭐ 370 ·💀 ) - A python module for retrieving and parsing WHOIS data.❗️WTFPL
- ProxyBroker (
🥉 23 ·⭐ 2.9K ·💀 ) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.Apache-2
- sandman2 (
🥉 23 ·⭐ 1.8K ·💀 ) - Automatically generate a RESTful API service for your legacy..Apache-2
- hyde (
🥉 22 ·⭐ 1.6K ·💀 ) - A Python Static Website Generator.MIT
- reppy (
🥉 22 ·⭐ 170 ·💀 ) - Modern robots.txt Parser for Python.MIT
- tinkerer (
🥉 21 ·⭐ 300) - Python blogging engine.❗️BSD-2-Clause-FreeBSD
- cabot (
🥉 20 ·⭐ 5.2K ·💀 ) - Self-hosted, easily-deployable monitoring and alerts service - like a..MIT
- libextract (
🥉 17 ·⭐ 490 ·💀 ) - Extract data from websites using basic statistical magic.MIT
- IP2Trace (
🥉 10 ·⭐ 12) - A Python tool to display geolocation information in the traceroute.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.