Best-of Web Development with Python 🏆 A ranked list of awesome python libraries for web development. Updated weekly.
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 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.
🥇🥈🥉 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 (🥇48 · ⭐ 64K) - The Web framework for perfectionists with deadlines.BSD-3
GitHub (👨💻 2.7K · 🔀 27K · 📦 910K · ⏱️ 28.04.2022):
git clone https://github.com/django/django
PyPi (📥 7.5M / month · 📦 120K · ⏱️ 11.04.2022):
Conda (📥 1.1M · ⏱️ 11.04.2022):
conda install -c conda-forge django
flask (🥇48 · ⭐ 59K) - The Python micro framework for building web applications.BSD-3
GitHub (👨💻 770 · 🔀 15K · 📥 5K · 📦 1M · 📋 2.3K - 0% open · ⏱️ 28.04.2022):
git clone https://github.com/pallets/flask
PyPi (📥 59M / month · 📦 120K · ⏱️ 30.03.2022):
Conda (📥 3M · ⏱️ 31.03.2022):
conda install -c conda-forge flask
werkzeug (🥇44 · ⭐ 6.1K) - The comprehensive WSGI web application library.BSD-3
GitHub (👨💻 450 · 🔀 1.6K · 📥 250 · 📦 720K · 📋 950 - 1% open · ⏱️ 28.04.2022):
git clone https://github.com/pallets/werkzeug
PyPi (📥 71M / month · 📦 69K · ⏱️ 01.04.2022):
Conda (📥 4.3M · ⏱️ 01.04.2022):
conda install -c conda-forge werkzeug
django-rest-framework (🥇42 · ⭐ 23K) - Web APIs for Django.BSD-3
GitHub (👨💻 1.3K · 🔀 6K · 📦 320K · 📋 3.8K - 5% open · ⏱️ 24.04.2022):
git clone https://github.com/encode/django-rest-framework
PyPi (📥 92K / month · 📦 400 · ⏱️ 20.07.2017):
pip install django-rest-framework
Conda (📥 410K · ⏱️ 16.12.2021):
conda install -c conda-forge djangorestframework
tornado (🥇42 · ⭐ 21K) - Tornado is a Python web framework and asynchronous networking..Apache-2
GitHub (👨💻 420 · 🔀 5.4K · 📦 230K · 📋 1.8K - 14% open · ⏱️ 22.04.2022):
git clone https://github.com/tornadoweb/tornado
PyPi (📥 16M / month · 📦 25K · ⏱️ 30.10.2020):
Conda (📥 18M · ⏱️ 01.04.2022):
conda install -c conda-forge tornado
fastapi (🥈41 · ⭐ 44K) - FastAPI framework, high performance, easy to learn, fast to..MIT
GitHub (👨💻 290 · 🔀 3.4K · 📋 3.3K - 44% open · ⏱️ 25.04.2022):
git clone https://github.com/tiangolo/fastapi
PyPi (📥 5.9M / month · 📦 1.1K · ⏱️ 17.04.2022):
Conda (📥 680K · ⏱️ 18.04.2022):
conda install -c conda-forge fastapi
sanic (🥈38 · ⭐ 16K) - Next generation Python web server/framework | Build fast. Run fast.MIT
GitHub (👨💻 320 · 🔀 1.4K · 📋 1.1K - 3% open · ⏱️ 26.04.2022):
git clone https://github.com/sanic-org/sanic
PyPi (📥 750K / month · 📦 610 · ⏱️ 17.04.2022):
Conda (📥 190K · ⏱️ 17.04.2022):
conda install -c conda-forge sanic
falcon (🥈38 · ⭐ 8.7K) - The no-nonsense web data plane API and microservices framework for..Apache-2
GitHub (👨💻 190 · 🔀 870 · 📥 3.1K · 📦 6.6K · 📋 950 - 17% open · ⏱️ 09.04.2022):
git clone https://github.com/falconry/falcon
PyPi (📥 730K / month · 📦 1.7K · ⏱️ 25.03.2022):
Conda (📥 250K · ⏱️ 09.04.2022):
conda install -c conda-forge falcon
starlette (🥈38 · ⭐ 6.9K) - The little ASGI framework that shines.BSD-3
GitHub (👨💻 200 · 🔀 600 · 📦 39K · 📋 620 - 10% open · ⏱️ 26.04.2022):
git clone https://github.com/encode/starlette
PyPi (📥 7M / month · 📦 660 · ⏱️ 22.04.2022):
Conda (📥 630K · ⏱️ 22.04.2022):
conda install -c conda-forge starlette
Flask-AppBuilder (🥈38 · ⭐ 3.7K) - Simple and rapid application development framework,..BSD-3
GitHub (👨💻 170 · 🔀 1.2K · 📦 3K · 📋 1.2K - 11% open · ⏱️ 28.04.2022):
git clone https://github.com/dpgaspar/Flask-AppBuilder
PyPi (📥 4M / month · 📦 6 · ⏱️ 16.03.2021):
pip install flask-appbuilder
Conda (📥 180K · ⏱️ 21.03.2022):
conda install -c conda-forge flask-appbuilder
bottle (🥈37 · ⭐ 7.6K) - bottle.py is a fast and simple micro-framework for python web-applications.MIT
GitHub (👨💻 220 · 🔀 1.4K · 📦 20K · 📋 860 - 36% open · ⏱️ 01.03.2022):
git clone https://github.com/bottlepy/bottle
PyPi (📥 1.6M / month · 📦 5.1K · ⏱️ 11.11.2020):
Conda (📥 300K · ⏱️ 10.06.2020):
conda install -c conda-forge bottle
CherryPy (🥈37 · ⭐ 1.5K · 📈) - CherryPy is a pythonic, object-oriented HTTP framework...BSD-3
GitHub (👨💻 140 · 🔀 340 · 📦 8.8K · 📋 1.7K - 13% open · ⏱️ 13.03.2022):
git clone https://github.com/cherrypy/cherrypy
PyPi (📥 2.3M / month · 📦 10K · ⏱️ 03.07.2021):
Conda (📥 13K · ⏱️ 05.03.2022):
conda install -c anaconda cherrypy
flask-restful (🥈35 · ⭐ 6.3K) - Simple framework for creating REST APIs.BSD-3
GitHub (👨💻 160 · 🔀 970 · 📦 75K · 📋 570 - 20% open · ⏱️ 04.03.2022):
git clone https://github.com/flask-restful/flask-restful
PyPi (📥 1.8M / month · 📦 7.2K · ⏱️ 17.05.2021):
pip install flask-restful
Conda (📥 110K · ⏱️ 30.05.2021):
conda install -c conda-forge flask-restful
django-tastypie (🥉34 · ⭐ 3.8K) - Creating delicious APIs for Django apps since 2010.BSD-3
eve (🥉33 · ⭐ 6.5K) - REST API framework designed for human beings.BSD-3
webpy (🥉31 · ⭐ 5.7K) - web.py is a web framework for python that is as simple as it is..Unlicense
GitHub (👨💻 87 · 🔀 1.3K · 📋 420 - 8% open · ⏱️ 27.03.2022):
git clone https://github.com/webpy/webpy
PyPi (📥 140K / month · 📦 1.1K · ⏱️ 15.12.2021):
Conda (📥 35K · ⏱️ 12.11.2020):
conda install -c conda-forge web.py
masonite (🥉31 · ⭐ 1.8K) - The Modern And Developer Centric Python Web Framework. Be sure to read..MIT
cornice (🥉29 · ⭐ 380) - Build Web Services with Pyramid.MPL-2.0
GitHub (👨💻 120 · 🔀 160 · 📦 720 · 📋 230 - 18% open · ⏱️ 25.01.2022):
git clone https://github.com/Cornices/cornice
PyPi (📥 39K / month · 📦 360 · ⏱️ 07.01.2022):
Conda (📥 5.4K · ⏱️ 05.10.2021):
conda install -c anaconda cornice
guillotina (🥉27 · ⭐ 180) - 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
quart (🥉26 · ⭐ 1K) - Quart is a Python ASGI web microframework with the same API as Flask.MIT
GitHub (👨💻 65 · 🔀 62 · 📋 130 - 5% open · ⏱️ 26.03.2022):
git clone https://github.com/pgjones/quart
PyPi (📥 200K / month · 📦 29 · ⏱️ 26.03.2022):
Conda (📥 33K · ⏱️ 28.03.2022):
conda install -c conda-forge quart
emmett (🥉25 · ⭐ 750) - The web framework for inventors.BSD-3
flask-mongorest (🥉19 · ⭐ 520) - Restful API framework wrapped around MongoEngine.BSD-3
justpy (🥉18 · ⭐ 820) - An object oriented high-level Python Web Framework that requires no..Apache-2
flama (🥉14 · ⭐ 200 · 💤) - Fire up your API.❗️GPL-3.0
Show 7 hidden projects... pyramid (🥈35 · ⭐ 3.7K) - 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 (🥉30 · ⭐ 2.6K · 💀) - Fully featured framework for fast, easy and..BSD-3
responder (🥉26 · ⭐ 3.6K · 💀) - A familiar HTTP Service Framework for Python.Apache-2
japronto (🥉25 · ⭐ 8.5K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining..MIT
vibora (🥉22 · ⭐ 5.7K · 💀) - Fast, asynchronous and elegant Python web framework.MIT
Growler (🥉14 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained..Apache-2
requests (🥇49 · ⭐ 47K) - A simple, yet elegant, HTTP library.Apache-2
GitHub (👨💻 710 · 🔀 8.7K · 📥 870 · 📦 1.4M · 📋 3.6K - 6% open · ⏱️ 28.03.2022):
git clone https://github.com/psf/requests
PyPi (📥 190M / month · 📦 190K · ⏱️ 05.01.2022):
Conda (📥 18M · ⏱️ 07.01.2022):
conda install -c conda-forge requests
aiohttp (🥇45 · ⭐ 12K) - Asynchronous HTTP client/server framework for asyncio and Python.Apache-2
GitHub (👨💻 630 · 🔀 1.7K · 📥 4K · 📦 180K · 📋 2.6K - 14% open · ⏱️ 25.04.2022):
git clone https://github.com/aio-libs/aiohttp
PyPi (📥 53M / month · 📦 12K · ⏱️ 14.11.2021):
Conda (📥 4.8M · ⏱️ 03.04.2022):
conda install -c conda-forge aiohttp
urllib3 (🥈40 · ⭐ 3K) - Python HTTP library with thread-safe connection pooling, file post support,..MIT
GitHub (👨💻 300 · 🔀 910 · 📥 1.8K · 📋 1K - 11% open · ⏱️ 04.04.2022):
git clone https://github.com/urllib3/urllib3
PyPi (📥 210M / month · 📦 43K · ⏱️ 16.03.2022):
Conda (📥 18M · ⏱️ 17.03.2022):
conda install -c conda-forge urllib3
httpx (🥈39 · ⭐ 8.7K) - A next generation HTTP client for Python.BSD-3
GitHub (👨💻 160 · 🔀 560 · 📦 21K · 📋 680 - 6% open · ⏱️ 18.04.2022):
git clone https://github.com/encode/httpx
PyPi (📥 7.1M / month · 📦 1.2K · ⏱️ 26.01.2022):
Conda (📥 140K · ⏱️ 01.02.2022):
conda install -c conda-forge httpx
httpie (🥈37 · ⭐ 53K) - As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP..BSD-3
GitHub (👨💻 150 · 🔀 3.5K · 📥 200 · 📦 10K · 📋 800 - 17% open · ⏱️ 28.04.2022):
git clone https://github.com/httpie/httpie
PyPi (📥 200K / month · 📦 1.7K · ⏱️ 07.03.2022):
Conda (📥 73K · ⏱️ 17.11.2021):
conda install -c conda-forge httpie
pycurl (🥈36 · ⭐ 860) - PycURL - Python interface to libcurl.MIT
GitHub (👨💻 97 · 🔀 230 · 📦 43K · 📋 320 - 3% open · ⏱️ 01.04.2022):
git clone https://github.com/pycurl/pycurl
PyPi (📥 3.3M / month · 📦 4.3K · ⏱️ 13.03.2022):
Conda (📥 690K · ⏱️ 08.04.2022):
conda install -c conda-forge pycurl
python-zeep (🥈34 · ⭐ 1.7K) - A modern/fast python SOAP client based on lxml / requests.MIT
GitHub (👨💻 130 · 🔀 520 · 📦 4.4K · 📋 1K - 35% open · ⏱️ 29.12.2021):
git clone https://github.com/mvantellingen/python-zeep
PyPi (📥 5.1M / month · 📦 550 · ⏱️ 15.08.2021):
Conda (📥 140K · ⏱️ 30.08.2021):
conda install -c conda-forge zeep
httplib2 (🥈34 · ⭐ 440) - Small, fast HTTP client library for Python. Features persistent..MIT
GitHub (👨💻 72 · 🔀 170 · 📦 100K · 📋 120 - 44% open · ⏱️ 02.02.2022):
git clone https://github.com/httplib2/httplib2
PyPi (📥 32M / month · 📦 16K · ⏱️ 03.02.2022):
Conda (📥 1.4M · ⏱️ 11.02.2022):
conda install -c conda-forge httplib2
requests-toolbelt (🥉32 · ⭐ 840) - A toolbelt of useful classes and functions to be used..Apache-2
GitHub (👨💻 61 · 🔀 150 · 📋 180 - 42% open · ⏱️ 28.10.2021):
git clone https://github.com/requests/toolbelt
PyPi (📥 26M / month · 📦 5.1K · ⏱️ 30.01.2019):
pip install requests-toolbelt
Conda (📥 760K · ⏱️ 30.01.2019):
conda install -c conda-forge requests-toolbelt
httpcore (🥉32 · ⭐ 260) - A minimal HTTP client.BSD-3
GitHub (👨💻 27 · 🔀 52 · 📦 11K · 📋 100 - 5% open · ⏱️ 06.04.2022):
git clone https://github.com/encode/httpcore
PyPi (📥 7.1M / month · 📦 77 · ⏱️ 04.02.2022):
Conda (📥 110K · ⏱️ 04.02.2022):
conda install -c conda-forge httpcore
httptools (🥉30 · ⭐ 1K) - Fast HTTP parser.MIT
GitHub (👨💻 13 · 🔀 65 · 📦 19K · 📋 44 - 15% open · ⏱️ 22.02.2022):
git clone https://github.com/MagicStack/httptools
PyPi (📥 3.9M / month · 📦 540 · ⏱️ 22.02.2022):
Conda (📥 370K · ⏱️ 09.04.2022):
conda install -c conda-forge httptools
requests-futures (🥉28 · ⭐ 1.9K) - Asynchronous Python HTTP Requests for Humans using..Apache-2
GitHub (👨💻 26 · 🔀 140 · 📦 3.9K · 📋 79 - 22% open · ⏱️ 25.10.2021):
git clone https://github.com/ross/requests-futures
PyPi (📥 930K / month · 📦 950 · ⏱️ 11.06.2019):
pip install requests-futures
Conda (📥 130K · ⏱️ 14.10.2020):
conda install -c conda-forge requests-futures
treq (🥉28 · ⭐ 540) - Python requests like API built on top of Twisteds HTTP client.MIT
GitHub (👨💻 48 · 🔀 140 · 📥 120 · 📦 950 · 📋 150 - 38% open · ⏱️ 09.02.2022):
git clone https://github.com/twisted/treq
PyPi (📥 70K / month · 📦 410 · ⏱️ 09.02.2022):
Conda (📥 59K · ⏱️ 30.01.2022):
conda install -c conda-forge treq
http-prompt (🥉27 · ⭐ 8.5K) - An interactive command-line HTTP and API testing client built on top..MIT
grequests (🥉27 · ⭐ 4K) - Requests + Gevent = 3.BSD-2
GitHub (👨💻 28 · 🔀 340 · 📦 2.9K · 📋 110 - 8% open · ⏱️ 26.01.2022):
git clone https://github.com/spyoungtech/grequests
PyPi (📥 300K / month · 📦 660 · ⏱️ 05.04.2020):
Conda (📥 49K · ⏱️ 22.04.2020):
conda install -c conda-forge grequests
Show 4 hidden projects...
gunicorn (🥇43 · ⭐ 8.3K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and..MIT
GitHub (👨💻 370 · 🔀 1.5K · 📥 100 · 📦 650K · 📋 1.8K - 20% open · ⏱️ 14.03.2022):
git clone https://github.com/benoitc/gunicorn
PyPi (📥 23M / month · 📦 62K · ⏱️ 27.03.2021):
Conda (📥 960K · ⏱️ 08.04.2022):
conda install -c conda-forge gunicorn
gevent (🥇39 · ⭐ 5.7K) - Coroutine-based concurrency library for Python.MIT
GitHub (👨💻 100 · 🔀 920 · 📥 59K · 📦 77K · 📋 1.3K - 6% open · ⏱️ 20.01.2022):
git clone https://github.com/gevent/gevent
PyPi (📥 6.8M / month · 📦 15K · ⏱️ 11.12.2021):
Conda (📥 760K · ⏱️ 07.04.2022):
conda install -c conda-forge gevent
uvicorn (🥈37 · ⭐ 5.2K) - An ASGI web server, for Python.BSD-3
GitHub (👨💻 130 · 🔀 430 · 📦 65K · 📋 610 - 14% open · ⏱️ 23.04.2022):
git clone https://github.com/encode/uvicorn
PyPi (📥 7.2M / month · 📦 1.1K · ⏱️ 11.03.2022):
Conda (📥 910K · ⏱️ 18.04.2022):
conda install -c conda-forge uvicorn
whitenoise (🥈34 · ⭐ 2K) - Radically simplified static file serving for Python web apps.MIT
GitHub (👨💻 59 · 🔀 120 · 📋 220 - 12% open · ⏱️ 27.04.2022):
git clone https://github.com/evansd/whitenoise
PyPi (📥 1.3M / month · 📦 13K · ⏱️ 09.02.2022):
Conda (📥 56K · ⏱️ 16.07.2021):
conda install -c conda-forge whitenoise
asgiref (🥈30 · ⭐ 1K) - ASGI specification and utilities.BSD-3
GitHub (👨💻 70 · 🔀 140 · 📋 160 - 22% open · ⏱️ 19.04.2022):
git clone https://github.com/django/asgiref
PyPi (📥 11M / month · 📦 1.1K · ⏱️ 22.01.2022):
Conda (📥 540K · ⏱️ 23.01.2022):
conda install -c conda-forge asgiref
bjoern (🥉28 · ⭐ 2.8K) - A screamingly fast Python 2/3 WSGI server written in C.BSD-2
GitHub (👨💻 42 · 🔀 190 · 📦 430 · 📋 150 - 19% open · ⏱️ 12.04.2022):
git clone https://github.com/jonashaag/bjoern
PyPi (📥 20K / month · 📦 140 · ⏱️ 14.02.2022):
Conda (📥 66K · ⏱️ 19.04.2022):
conda install -c conda-forge bjoern
livereload (🥉27 · ⭐ 960) - livereload server in python (MAINTAINERS NEEDED).BSD-3
GitHub (👨💻 57 · 🔀 140 · 📋 140 - 29% open · ⏱️ 19.03.2022):
git clone https://github.com/lepture/python-livereload
PyPi (📥 500K / month · 📦 1.6K · ⏱️ 22.08.2020):
Conda (📥 200K · ⏱️ 22.08.2020):
conda install -c conda-forge livereload
mangum (🥉27 · ⭐ 900) - AWS Lambda support for ASGI applications.MIT
Hypercorn (🥉27 · ⭐ 260) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by..MIT
Show 3 hidden projects... waitress (🥈30 · ⭐ 1.1K) - Waitress - A WSGI server for Python 2 and 3.❗️ZPL-2.1
Meinheld (🥉26 · ⭐ 1.4K · 💀) - Meinheld is a high performance asynchronous WSGI Web Server (based..BSD-3
django-devserver (🥉25 · ⭐ 1.3K · 💀) - A drop-in replacement for Djangos runserver.BSD-3
Authorization & Authentication
django-allauth (🥇41 · ⭐ 7.2K) - Integrated set of Django applications addressing..MIT
GitHub (👨💻 590 · 🔀 2.6K · 📦 87K · 📋 1.9K - 17% open · ⏱️ 22.04.2022):
git clone https://github.com/pennersr/django-allauth
PyPi (📥 500K / month · 📦 5.3K · ⏱️ 25.03.2022):
pip install django-allauth
Conda (📥 70K · ⏱️ 22.04.2022):
conda install -c conda-forge django-allauth
oauthlib (🥇40 · ⭐ 2.4K) - A generic, spec-compliant, thorough implementation of the OAuth..BSD-3
GitHub (👨💻 180 · 🔀 450 · 📦 220K · 📋 360 - 21% open · ⏱️ 06.03.2022):
git clone https://github.com/oauthlib/oauthlib
PyPi (📥 77M / month · 📦 12K · ⏱️ 29.01.2022):
Conda (📥 4.6M · ⏱️ 30.01.2022):
conda install -c conda-forge oauthlib
requests-oauthlib (🥇38 · ⭐ 1.5K) - OAuthlib support for Python-Requests!.ISC
GitHub (👨💻 110 · 🔀 390 · 📦 210K · 📋 260 - 43% open · ⏱️ 21.02.2022):
git clone https://github.com/requests/requests-oauthlib
PyPi (📥 71M / month · 📦 12K · ⏱️ 29.01.2022):
pip install requests-oauthlib
Conda (📥 4.5M · ⏱️ 30.01.2022):
conda install -c conda-forge requests-oauthlib
pyjwt (🥇37 · ⭐ 4.2K) - JSON Web Token implementation in Python.MIT
GitHub (👨💻 110 · 🔀 540 · 📦 200K · 📋 370 - 26% open · ⏱️ 19.04.2022):
git clone https://github.com/jpadilla/pyjwt
PyPi (📥 86M / month · 📦 11K · ⏱️ 16.10.2021):
Conda (📥 6M · ⏱️ 06.12.2021):
conda install -c conda-forge pyjwt
google-auth (🥇37 · ⭐ 500) - Google Auth Python Library.Apache-2
GitHub (👨💻 93 · 🔀 240 · 📦 120K · 📋 350 - 17% open · ⏱️ 21.04.2022):
git clone https://github.com/googleapis/google-auth-library-python
PyPi (📥 63M / month · 📦 2.5K · ⏱️ 21.04.2022):
Conda (📥 4.1M · ⏱️ 22.04.2022):
conda install -c conda-forge google-auth
flask-login (🥈36 · ⭐ 3K) - Flask user session management.MIT
GitHub (👨💻 110 · 🔀 700 · 📦 100K · 📋 330 - 0% open · ⏱️ 11.04.2022):
git clone https://github.com/maxcountryman/flask-login
PyPi (📥 2.1M / month · 📦 13K · ⏱️ 30.03.2022):
Conda (📥 120K · ⏱️ 30.03.2022):
conda install -c conda-forge flask-login
django-oauth-toolkit (🥈34 · ⭐ 2.5K) - OAuth2 goodies for the Djangonauts!.BSD-3
flask-jwt-extended (🥈34 · ⭐ 1.3K) - An open source Flask extension that provides JWT..MIT
GitHub (👨💻 83 · 🔀 210 · 📦 18K · 📋 340 - 3% open · ⏱️ 14.04.2022):
git clone https://github.com/vimalloc/flask-jwt-extended
PyPi (📥 1.7M / month · 📦 640 · ⏱️ 08.10.2021):
pip install flask-jwt-extended
Conda (📥 95K · ⏱️ 08.10.2021):
conda install -c conda-forge flask-jwt-extended
django-guardian (🥈32 · ⭐ 3.2K) - Per object permissions for Django.BSD-3
GitHub (👨💻 160 · 🔀 520 · 📦 4.7K · 📋 440 - 27% open · ⏱️ 25.03.2022):
git clone https://github.com/django-guardian/django-guardian
PyPi (📥 250K / month · 📦 1.9K · ⏱️ 23.05.2021):
pip install django-guardian
Conda (📥 35K · ⏱️ 26.05.2021):
conda install -c conda-forge django-guardian
django-rest-framework-simplejwt (🥈32 · ⭐ 2.9K) - A JSON Web Token authentication plugin for the Django..MIT
pyotp (🥈31 · ⭐ 2K) - Python One-Time Password Library.MIT
GitHub (👨💻 36 · 🔀 270 · 📥 150 · 📦 4.7K · 📋 75 - 6% open · ⏱️ 20.12.2021):
git clone https://github.com/pyauth/pyotp
PyPi (📥 2M / month · 📦 550 · ⏱️ 04.02.2021):
Conda (📥 15K · ⏱️ 04.02.2021):
conda install -c conda-forge pyotp
django-rules (🥈30 · ⭐ 1.5K) - Awesome Django authorization, without the database.MIT
dj-rest-auth (🥈30 · ⭐ 910) - Authentication for Django Rest Framework.MIT
GitHub (👨💻 160 · 🔀 180 · 📥 190 · 📦 2.8K · 📋 260 - 46% open · ⏱️ 17.04.2022):
git clone https://github.com/iMerica/dj-rest-auth
PyPi (📥 100K / month · 📦 7 · ⏱️ 30.03.2022):
Conda (📥 2.4K · ⏱️ 30.03.2022):
conda install -c conda-forge dj-rest-auth
djoser (🥉29 · ⭐ 2.1K) - REST implementation of Django authentication system.MIT
Flask-HTTPAuth (🥉29 · ⭐ 1.1K) - Simple extension that provides Basic, Digest and Token HTTP..MIT
GitHub (👨💻 32 · 🔀 200 · 📋 99 - 10% open · ⏱️ 20.04.2022):
git clone https://github.com/miguelgrinberg/Flask-HTTPAuth
PyPi (📥 510K / month · 📦 2.2K · ⏱️ 20.04.2022):
pip install flask-httpauth
Conda (📥 100K · ⏱️ 21.04.2022):
conda install -c conda-forge flask-httpauth
python-jose (🥉28 · ⭐ 1.1K) - A JOSE implementation in Python.MIT
GitHub (👨💻 49 · 🔀 190 · 📋 130 - 40% open · ⏱️ 09.02.2022):
git clone https://github.com/mpdavis/python-jose
PyPi (📥 5.7M / month · 📦 660 · ⏱️ 05.06.2021):
Conda (📥 910K · ⏱️ 26.06.2021):
conda install -c conda-forge python-jose
fastapi-users (🥉27 · ⭐ 1.9K) - Ready-to-use and customizable users management for FastAPI.MIT
GitHub (👨💻 41 · 🔀 160 · 📋 200 - 1% open · ⏱️ 23.04.2022):
git clone https://github.com/fastapi-users/fastapi-users
PyPi (📥 22K / month · 📦 7 · ⏱️ 21.04.2022):
pip install fastapi-users
Conda (📥 1.7K · ⏱️ 21.04.2022):
conda install -c conda-forge fastapi-users
flask-dance (🥉27 · ⭐ 880) - Doing the OAuth dance with style using Flask, requests, and..MIT
GitHub (👨💻 53 · 🔀 140 · 📦 2.6K · 📋 190 - 17% open · ⏱️ 05.04.2022):
git clone https://github.com/singingwolfboy/flask-dance
PyPi (📥 46K / month · 📦 160 · ⏱️ 05.04.2022):
Conda (📥 7.6K · ⏱️ 07.06.2019):
conda install -c conda-forge flask-dance
django-rest-knox (🥉27 · ⭐ 740) - Authentication Module for django rest auth.MIT
django-cas-ng (🥉26 · ⭐ 330) - Django CAS 1.0/2.0/3.0 client authentication library, support..MIT
authomatic (🥉25 · ⭐ 980) - Simple yet powerful authorization / authentication client library for..MIT
fastapi_login (🥉25 · ⭐ 320) - FastAPI-Login tries to provide similar functionality as..MIT
Flask-OpenID (🥉25 · ⭐ 220) - Flask-OpenID adds openid support to flask applications.BSD-3
GitHub (👨💻 15 · 🔀 68 · 📥 9 · 📦 5.5K · 📋 42 - 4% open · ⏱️ 23.11.2021):
git clone https://github.com/pallets-eco/flask-openid
PyPi (📥 1.6M / month · 📦 1.3K · ⏱️ 08.09.2021):
Conda (📥 91K · ⏱️ 04.11.2021):
conda install -c conda-forge flask-openid
python-jwt (🥉22 · ⭐ 200) - Python module for generating and verifying JSON Web Tokens.MIT
flask-praetorian (🥉21 · ⭐ 310) - Strong, Simple, and Precise security for Flask APIs..MIT
flask_simplelogin (🥉18 · ⭐ 160) - Simple Login - Login Extension for Flask - maintainer..MIT
Show 13 hidden projects...
bleach (🥇38 · ⭐ 2.3K) - Bleach is an allowed-list-based HTML sanitizing library that escapes..Apache-2
GitHub (👨💻 77 · 🔀 240 · 📦 170K · 📋 350 - 11% open · ⏱️ 11.04.2022):
git clone https://github.com/mozilla/bleach
PyPi (📥 14M / month · 📦 12K · ⏱️ 07.04.2022):
Conda (📥 6.5M · ⏱️ 07.04.2022):
conda install -c conda-forge bleach
lxml (🥈37 · ⭐ 2.1K) - The lxml XML toolkit for Python.BSD-3
GitHub (👨💻 140 · 🔀 490 · 📥 3.1K · 📦 250K · ⏱️ 31.03.2022):
git clone https://github.com/lxml/lxml
PyPi (📥 43M / month · 📦 38K · ⏱️ 17.02.2022):
Conda (📥 5.4M · ⏱️ 11.04.2022):
conda install -c conda-forge lxml
markupsafe (🥈36 · ⭐ 460) - Safely add untrusted strings to HTML/XML markup.BSD-3
GitHub (👨💻 38 · 🔀 120 · 📦 830K · ⏱️ 28.04.2022):
git clone https://github.com/pallets/markupsafe
PyPi (📥 92M / month · 📦 74K · ⏱️ 15.03.2022):
Conda (📥 17M · ⏱️ 31.03.2022):
conda install -c conda-forge markupsafe
xhtml2pdf (🥈34 · ⭐ 1.9K) - A library for converting HTML into PDFs using ReportLab.Apache-2
GitHub (👨💻 140 · 🔀 590 · 📥 6 · 📦 7.5K · 📋 330 - 37% open · ⏱️ 19.04.2022):
git clone https://github.com/xhtml2pdf/xhtml2pdf
PyPi (📥 370K / month · 📦 820 · ⏱️ 31.03.2022):
Conda (📥 38K · ⏱️ 12.04.2022):
conda install -c conda-forge xhtml2pdf
html5lib-python (🥉33 · ⭐ 960 · 💤) - Standards-compliant library for parsing and serializing HTML..MIT
GitHub (👨💻 62 · 🔀 250 · 📋 250 - 34% open · ⏱️ 17.09.2021):
git clone https://github.com/html5lib/html5lib-python
PyPi (📥 9.8M / month · 📦 15K · ⏱️ 22.06.2020):
Conda (📥 2.3M · ⏱️ 23.06.2020):
conda install -c conda-forge html5lib
WeasyPrint (🥉32 · ⭐ 4.9K) - The awesome document factory.BSD-3
GitHub (👨💻 110 · 🔀 560 · 📋 1.4K - 11% open · ⏱️ 28.04.2022):
git clone https://github.com/Kozea/WeasyPrint
PyPi (📥 630K / month · 📦 37 · ⏱️ 15.04.2022):
Conda (📥 42K · ⏱️ 04.04.2022):
conda install -c conda-forge weasyprint
pyquery (🥉31 · ⭐ 2.1K) - A jquery-like library for python.BSD-3
GitHub (👨💻 50 · 🔀 170 · 📦 14K · 📋 170 - 26% open · ⏱️ 19.01.2022):
git clone https://github.com/gawel/pyquery
PyPi (📥 1M / month · 📦 3.3K · ⏱️ 21.11.2020):
Conda (📥 24K · ⏱️ 27.11.2020):
conda install -c conda-forge pyquery
selectolax (🥉25 · ⭐ 540) - Python binding to Modest and Lexbor engines (fast HTML5 parser with..MIT
html5-parser (🥉20 · ⭐ 620) - Fast C based HTML 5 parsing for python.Apache-2
Show 1 hidden projects...
tldextract (🥇34 · ⭐ 1.5K) - Accurately separates a URLs subdomain, domain, and public suffix,..BSD-3
GitHub (👨💻 42 · 🔀 190 · 📦 9.9K · 📋 170 - 14% open · ⏱️ 11.04.2022):
git clone https://github.com/john-kurkowski/tldextract
PyPi (📥 5.2M / month · 📦 1.1K · ⏱️ 11.04.2022):
Conda (📥 170K · ⏱️ 11.04.2022):
conda install -c conda-forge tldextract
Yarl (🥈33 · ⭐ 800) - Yet another URL library.Apache-2
GitHub (👨💻 68 · 🔀 110 · 📥 4.8K · 📋 190 - 15% open · ⏱️ 23.04.2022):
git clone https://github.com/aio-libs/yarl
PyPi (📥 66M / month · 📦 2.7K · ⏱️ 01.11.2021):
Conda (📥 4.3M · ⏱️ 03.04.2022):
conda install -c conda-forge yarl
shortuuid (🥈30 · ⭐ 1.6K) - A generator library for concise, unambiguous and URL-safe UUIDs.BSD-3
GitHub (👨💻 24 · 🔀 94 · ⏱️ 18.04.2022):
git clone https://github.com/skorokithakis/shortuuid
PyPi (📥 3.4M / month · 📦 1K · ⏱️ 11.11.2021):
Conda (📥 150K · ⏱️ 05.02.2022):
conda install -c conda-forge shortuuid
furl (🥉26 · ⭐ 2.2K) - URL parsing and manipulation made easy.Unlicense
GitHub (👨💻 15 · 🔀 130 · 📋 100 - 21% open · ⏱️ 15.03.2022):
git clone https://github.com/gruns/furl
PyPi (📥 870K / month · 📦 590 · ⏱️ 27.09.2021):
Conda (📥 170K · ⏱️ 28.09.2021):
conda install -c conda-forge furl
purl (🥉22 · ⭐ 270 · 💤) - A simple, immutable URL class with a clean API for interrogation and..MIT
Show 1 hidden projects...
🔗 OpenAPI-Specification ( ⭐ 24K) - The OpenAPI Specification Repository.
OpenAPI Generator (🥇42 · ⭐ 12K) - OpenAPI Generator allows generation of API client..Apache-2
GitHub (👨💻 2.4K · 🔀 4.1K · 📦 4 · 📋 5.6K - 56% open · ⏱️ 27.04.2022):
git clone https://github.com/OpenAPITools/openapi-generator
PyPi (📥 1.8K / month · ⏱️ 15.05.2020):
pip install openapi-generator-cli
npm (📥 1M / month · 📦 330 · ⏱️ 26.04.2022):
npm install @openapitools/openapi-generator-cli
swagger-ui (🥇37 · ⭐ 22K) - Swagger UI is a collection of HTML, JavaScript, and CSS..Apache-2
connexion (🥇37 · ⭐ 4K) - Swagger/OpenAPI First framework for Python on top of Flask..Apache-2
GitHub (👨💻 200 · 🔀 700 · 📦 6.5K · 📋 850 - 17% open · ⏱️ 27.04.2022):
git clone https://github.com/zalando/connexion
PyPi (📥 3.8M / month · 📦 710 · ⏱️ 27.04.2022):
Conda (📥 160K · ⏱️ 28.04.2022):
conda install -c conda-forge connexion
apispec (🥈34 · ⭐ 940) - A pluggable API specification generator. Currently supports the..MIT
GitHub (👨💻 76 · 🔀 160 · 📦 5K · 📋 240 - 11% open · ⏱️ 28.03.2022):
git clone https://github.com/marshmallow-code/apispec
PyPi (📥 3.8M / month · 📦 7.1K · ⏱️ 27.09.2021):
Conda (📥 350K · ⏱️ 27.09.2021):
conda install -c conda-forge apispec
drf-yasg (🥈33 · ⭐ 2.7K) - Automated generation of real Swagger/OpenAPI 2.0 schemas..BSD-3
GitHub (👨💻 65 · 🔀 350 · 📦 54K · 📋 570 - 32% open · ⏱️ 16.12.2021):
git clone https://github.com/axnsan12/drf-yasg
PyPi (📥 1.3M / month · 📦 340 · ⏱️ 25.10.2020):
Conda (📥 3.3K · ⏱️ 26.10.2020):
conda install -c conda-forge drf-yasg
redoc (🥈32 · ⭐ 17K) - OpenAPI/Swagger-generated API Reference Documentation.MIT
AutoRest (🥈32 · ⭐ 3.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,..MIT
flasgger (🥈31 · ⭐ 3K) - Easy OpenAPI specs and Swagger UI for your Flask API.MIT
GitHub (👨💻 110 · 🔀 410 · 📥 470 · 📦 6.8K · 📋 340 - 55% open · ⏱️ 21.01.2022):
git clone https://github.com/flasgger/flasgger
PyPi (📥 410K / month · 📦 360 · ⏱️ 31.07.2020):
Conda (📥 110K · ⏱️ 16.04.2021):
conda install -c conda-forge flasgger
drf-spectacular (🥈31 · ⭐ 1K) - Sane and flexible OpenAPI 3 schema generation for Django..BSD-3
GitHub (👨💻 67 · 🔀 130 · 📦 1.8K · 📋 530 - 7% open · ⏱️ 28.04.2022):
git clone https://github.com/tfranzel/drf-spectacular
PyPi (📥 460K / month · 📦 21 · ⏱️ 25.04.2022):
pip install drf-spectacular
Conda (📥 1.8K · ⏱️ 26.04.2022):
conda install -c conda-forge drf-spectacular
swagger-codegen (🥉30 · ⭐ 14K) - swagger-codegen contains a template-driven engine to..Apache-2
apistar (🥉29 · ⭐ 5.6K · 💤) - The Web API toolkit.BSD-3
GitHub (👨💻 89 · 🔀 420 · 📦 680 · 📋 350 - 16% open · ⏱️ 31.08.2021):
git clone https://github.com/encode/apistar
PyPi (📥 11K / month · 📦 170 · ⏱️ 03.04.2019):
Conda (📥 95K · ⏱️ 03.04.2019):
conda install -c conda-forge apistar
OpenAPI-to-GraphQL (🥉28 · ⭐ 1.3K) - Translate APIs described by OpenAPI Specifications..MIT
OpenAPI Spec validator (🥉26 · ⭐ 210) - OpenAPI Spec validator.Apache-2
GitHub (👨💻 29 · 🔀 47 · 📋 83 - 49% open · ⏱️ 28.01.2022):
git clone https://github.com/p1c2u/openapi-spec-validator
PyPi (📥 1.7M / month · 📦 170 · ⏱️ 28.01.2022):
pip install openapi-spec-validator
Conda (📥 19K · ⏱️ 28.01.2022):
conda install -c conda-forge openapi-spec-validator
datamodel-code-generator (🥉25 · ⭐ 930) - Pydantic model generator for easy conversion of JSON,..MIT
Spectacle (🥉24 · ⭐ 1.2K · 💤) - Beautiful static documentation generator for OpenAPI/Swagger..MIT
Spectree (🥉24 · ⭐ 180) - API spec validator and OpenAPI document generator for Python..Apache-2
openapi-core (🥉24 · ⭐ 160) - OpenAPI core.BSD-3
GitHub (👨💻 47 · 🔀 93 · 📋 160 - 34% open · ⏱️ 18.02.2022):
git clone https://github.com/p1c2u/openapi-core
PyPi (📥 120K / month · 📦 21 · ⏱️ 14.05.2021):
Conda (📥 2.5K · ⏱️ 17.05.2021):
conda install -c conda-forge openapi-core
openapi-python-client (🥉23 · ⭐ 350) - Generate modern Python clients from OpenAPI.MIT
GitHub (👨💻 36 · 🔀 70 · 📋 210 - 23% open · ⏱️ 26.03.2022):
git clone https://github.com/openapi-generators/openapi-python-client
PyPi (📥 21K / month · 📦 1 · ⏱️ 29.01.2022):
pip install openapi-python-client
Conda (📥 1.4K · ⏱️ 27.03.2022):
conda install -c conda-forge openapi-python-client
pyramid_openapi3 (🥉18 · ⭐ 75) - Pyramid addon for OpenAPI3 validation of requests and..MIT
Show 3 hidden projects...
🔗 GraphQL Specification ( ⭐ 14K) - GraphQL is a query language and execution engine tied to any..
graphene (🥇35 · ⭐ 7.2K) - GraphQL framework for Python.MIT
GitHub (👨💻 180 · 🔀 770 · 📦 12K · 📋 960 - 15% open · ⏱️ 07.04.2022):
git clone https://github.com/graphql-python/graphene
PyPi (📥 1.2M / month · 📦 840 · ⏱️ 13.11.2021):
Conda (📥 170K · ⏱️ 14.11.2021):
conda install -c conda-forge graphene
Strawberry GraphQL (🥇33 · ⭐ 2.2K) - A new GraphQL library for Python.MIT
ariadne (🥇33 · ⭐ 1.7K) - Ariadne is a Python library for implementing GraphQL servers using..BSD-3
graphene-django (🥈32 · ⭐ 3.8K) - Integrate GraphQL into your Django project.MIT
GitHub (👨💻 190 · 🔀 640 · 📦 7.8K · 📋 750 - 18% open · ⏱️ 03.03.2022):
git clone https://github.com/graphql-python/graphene-django
PyPi (📥 400K / month · 📦 470 · ⏱️ 31.12.2020):
pip install graphene-django
Conda (📥 16K · ⏱️ 09.01.2021):
conda install -c conda-forge graphene-django
graphql-core (🥈32 · ⭐ 420) - A Python 3.6+ port of the GraphQL.js reference implementation of..MIT
GitHub (👨💻 26 · 🔀 96 · 📦 13K · 📋 120 - 10% open · ⏱️ 16.04.2022):
git clone https://github.com/graphql-python/graphql-core
PyPi (📥 3.4M / month · 📦 720 · ⏱️ 10.04.2022):
Conda (📥 260K · ⏱️ 10.04.2022):
conda install -c conda-forge graphql-core
graphql-relay-py (🥈27 · ⭐ 140) - A library to help construct a graphql-py server supporting..MIT
GitHub (👨💻 10 · 🔀 32 · 📦 10K · 📋 32 - 28% open · ⏱️ 16.04.2022):
git clone https://github.com/graphql-python/graphql-relay-py
PyPi (📥 1.1M / month · 📦 480 · ⏱️ 16.04.2022):
pip install graphql-relay
Conda (📥 170K · ⏱️ 16.04.2022):
conda install -c conda-forge graphql-relay
graphene-mongo (🥉25 · ⭐ 250) - Graphene MongoEngine integration.MIT
GitHub (👨💻 29 · 🔀 95 · 📦 270 · 📋 84 - 28% open · ⏱️ 14.01.2022):
git clone https://github.com/graphql-python/graphene-mongo
PyPi (📥 8.3K / month · 📦 13 · ⏱️ 14.01.2022):
pip install graphene-mongo
Conda (📥 3.9K · ⏱️ 30.06.2020):
conda install -c conda-forge graphene-mongo
tartiflette (🥉24 · ⭐ 810) - GraphQL Engine built with Python 3.6+ / asyncio.MIT
django-graphql-auth (🥉23 · ⭐ 280) - Django registration and authentication with GraphQL.MIT
graphene-pydantic (🥉20 · ⭐ 160) - Integrate GraphQL with your Pydantic models.Apache-2
tartiflette-aiohttp (🥉19 · ⭐ 58) - tartiflette-aiohttp is a wrapper of aiohttp which includes..MIT
tartiflette-asgi (🥉17 · ⭐ 97) - ASGI support for the Tartiflette GraphQL engine.MIT
Flask-GraphQL-Auth (🥉16 · ⭐ 64 · 💤) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to..MIT
Show 2 hidden projects...
websocket-client (🥇39 · ⭐ 2.9K) - WebSocket client for Python.Apache-2
GitHub (👨💻 200 · 🔀 700 · 📦 60K · 📋 530 - 1% open · ⏱️ 29.03.2022):
git clone https://github.com/websocket-client/websocket-client
PyPi (📥 37M / month · 📦 6.6K · ⏱️ 29.03.2022):
pip install websocket-client
Conda (📥 2.6M · ⏱️ 29.03.2022):
conda install -c conda-forge websocket-client
websockets (🥇37 · ⭐ 3.9K) - Library for building WebSocket servers and clients in Python.BSD-3
GitHub (👨💻 58 · 🔀 430 · 📦 56K · 📋 870 - 1% open · ⏱️ 24.04.2022):
git clone https://github.com/aaugustin/websockets
PyPi (📥 14M / month · 📦 3.6K · ⏱️ 17.04.2022):
Conda (📥 1.2M · ⏱️ 18.04.2022):
conda install -c conda-forge websockets
autobahn-python (🥈36 · ⭐ 2.3K) - WebSocket and WAMP in Python for Twisted and asyncio.MIT
GitHub (👨💻 130 · 🔀 750 · 📦 18K · 📋 860 - 20% open · ⏱️ 27.04.2022):
git clone https://github.com/crossbario/autobahn-python
PyPi (📥 810K / month · 📦 2K · ⏱️ 27.03.2022):
Conda (📥 270K · ⏱️ 28.03.2022):
conda install -c conda-forge autobahn
Flask-SocketIO (🥈33 · ⭐ 4.7K) - Socket.IO integration for Flask applications.MIT
GitHub (👨💻 65 · 🔀 870 · 📋 1.5K - 1% open · ⏱️ 24.04.2022):
git clone https://github.com/miguelgrinberg/Flask-SocketIO
PyPi (📥 530K / month · 📦 2.3K · ⏱️ 24.04.2022):
pip install flask-socketio
Conda (📥 150K · ⏱️ 24.04.2022):
conda install -c conda-forge flask-socketio
python-socketio (🥈33 · ⭐ 2.8K) - Python Socket.IO server and client.MIT
GitHub (👨💻 58 · 🔀 470 · 📋 700 - 5% open · ⏱️ 24.04.2022):
git clone https://github.com/miguelgrinberg/python-socketio
PyPi (📥 920K / month · 📦 1.9K · ⏱️ 24.04.2022):
pip install python-socketio
Conda (📥 220K · ⏱️ 24.04.2022):
conda install -c conda-forge python-socketio
daphne (🥉31 · ⭐ 1.7K) - Django Channels HTTP/WebSocket server.BSD-3
GitHub (👨💻 58 · 🔀 210 · 📦 14K · 📋 290 - 17% open · ⏱️ 14.02.2022):
git clone https://github.com/django/daphne
PyPi (📥 470K / month · 📦 770 · ⏱️ 07.04.2021):
Conda (📥 83K · ⏱️ 07.04.2021):
conda install -c conda-forge daphne
websockify (🥉27 · ⭐ 3K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a..❗️LGPL-3.0
GitHub (👨💻 89 · 🔀 600 · 📦 490 · 📋 310 - 8% open · ⏱️ 22.04.2022):
git clone https://github.com/novnc/websockify
PyPi (📥 42K / month · 📦 300 · ⏱️ 22.07.2021):
Conda (📥 36K · ⏱️ 17.04.2022):
conda install -c conda-forge websockify
Show 4 hidden projects...
grpc (🥇48 · ⭐ 34K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).Apache-2
GitHub (👨💻 830 · 🔀 9K · 📥 75K · 📦 3.4K · 📋 10K - 9% open · ⏱️ 28.04.2022):
git clone https://github.com/grpc/grpc
PyPi (📥 41M / month · 📦 4.6K · ⏱️ 22.04.2022):
Conda (📥 4.8M · ⏱️ 25.03.2022):
conda install -c conda-forge grpcio
rpyc (🥈32 · ⭐ 1.2K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.MIT
GitHub (👨💻 76 · 🔀 220 · 📥 140 · 📦 1.2K · 📋 360 - 16% open · ⏱️ 16.03.2022):
git clone https://github.com/tomerfiliba-org/rpyc
PyPi (📥 240K / month · 📦 330 · ⏱️ 26.02.2022):
Conda (📥 590K · ⏱️ 12.01.2021):
conda install -c conda-forge rpyc
fastapi-jsonrpc (🥉18 · ⭐ 160) - 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
chalice (🥇36 · ⭐ 8.8K) - Python Serverless Microframework for AWS.Apache-2
GitHub (👨💻 190 · 🔀 920 · 📦 1.5K · 📋 1.2K - 32% open · ⏱️ 19.04.2022):
git clone https://github.com/aws/chalice
PyPi (📥 220K / month · 📦 160 · ⏱️ 19.04.2022):
Conda (📥 97K · ⏱️ 20.04.2022):
conda install -c conda-forge chalice
python-lambda (🥉26 · ⭐ 1.4K · 💤) - A toolkit for developing and deploying serverless Python code..ISC
lambdarest (🥉19 · ⭐ 91 · 💤) - Flask like web framework for AWS Lambda.MIT
Show 1 hidden projects... Zappa (🥈35 · ⭐ 12K · 💀) - Serverless Python.MIT
Content Management Systems
wagtail (🥇42 · ⭐ 12K) - A Django content management system focused on flexibility and user..BSD-3
GitHub (👨💻 660 · 🔀 2.5K · 📦 6.6K · 📋 3.9K - 26% open · ⏱️ 28.04.2022):
git clone https://github.com/wagtail/wagtail
PyPi (📥 110K / month · 📦 1.4K · ⏱️ 22.04.2022):
Conda (📥 43K · ⏱️ 21.11.2019):
conda install -c conda-forge wagtail
django-cms (🥈38 · ⭐ 8.7K) - The easy-to-use and developer-friendly enterprise CMS powered..BSD-3
mezzanine (🥈33 · ⭐ 4.4K) - CMS framework for Django.BSD-2
lektor (🥉30 · ⭐ 3.6K) - The lektor static file content management system.BSD-3
GitHub (👨💻 90 · 🔀 290 · 📥 7K · 📋 610 - 39% open · ⏱️ 07.04.2022):
git clone https://github.com/lektor/lektor
PyPi (📥 1.7K / month · 📦 84 · ⏱️ 29.03.2022):
Conda (📥 51K · ⏱️ 27.08.2020):
conda install -c conda-forge lektor
feincms (🥉29 · ⭐ 820) - A Django-based CMS with a focus on extensibility and concise code.BSD-3
Show 1 hidden projects... Kotti (🥉19 · ⭐ 380) - Kotti is a high-level, Pythonic web application framework based on Pyramid..❗️BSD
selenium (🥇47 · ⭐ 23K) - A browser automation framework and ecosystem.Apache-2
GitHub (👨💻 730 · 🔀 6.9K · 📥 1.8M · 📦 140K · 📋 8.1K - 1% open · ⏱️ 28.04.2022):
git clone https://github.com/SeleniumHQ/selenium
PyPi (📥 11M / month · 📦 16K · ⏱️ 09.03.2022):
Conda (📥 750K · ⏱️ 11.01.2022):
conda install -c conda-forge selenium
mitmproxy (🥇41 · ⭐ 27K · 📈) - An interactive TLS-capable intercepting HTTP proxy for penetration..MIT
coverage (🥇40 · ⭐ 2K · 📈) - The code coverage tool for Python.Apache-2
GitHub (👨💻 140 · 🔀 280 · 📦 200K · 📋 1.1K - 18% open · ⏱️ 12.04.2022):
git clone https://github.com/nedbat/coveragepy
PyPi (📥 24M / month · 📦 55K · ⏱️ 20.02.2022):
Conda (📥 6.7M · ⏱️ 31.03.2022):
conda install -c conda-forge coverage
Locust (🥇38 · ⭐ 19K · 📉) - Scalable user load testing tool written in Python.MIT
GitHub (👨💻 240 · 🔀 2.4K · 📋 1.3K - 1% open · ⏱️ 28.04.2022):
git clone https://github.com/locustio/locust
PyPi (📥 610K / month · 📦 86 · ⏱️ 28.04.2022):
Conda (📥 49K · ⏱️ 07.04.2022):
conda install -c conda-forge locust
responses (🥇36 · ⭐ 3.6K) - A utility for mocking out the Python Requests library.Apache-2
GitHub (👨💻 110 · 🔀 290 · 📥 49 · 📦 13K · 📋 230 - 4% open · ⏱️ 26.04.2022):
git clone https://github.com/getsentry/responses
PyPi (📥 9M / month · 📦 2.9K · ⏱️ 18.03.2022):
Conda (📥 1M · ⏱️ 18.03.2022):
conda install -c conda-forge responses
SeleniumBase (🥈35 · ⭐ 2.7K · 📈) - A Web-UI testing framework that lets you move fast and detect..MIT
splinter (🥈35 · ⭐ 2.5K) - splinter - python test framework for web applications.BSD-3
pytest-django (🥈33 · ⭐ 1K) - A Django plugin for pytest.BSD-3
GitHub (👨💻 130 · 🔀 300 · 📋 480 - 27% open · ⏱️ 26.04.2022):
git clone https://github.com/pytest-dev/pytest-django
PyPi (📥 1.6M / month · 📦 5.9K · ⏱️ 07.12.2021):
pip install pytest-django
Conda (📥 130K · ⏱️ 08.12.2021):
conda install -c conda-forge pytest-django
django-silk (🥈32 · ⭐ 3.4K) - Silky smooth profiling for Django.MIT
Prism (🥈32 · ⭐ 2.8K) - 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
GitHub (👨💻 120 · 🔀 280 · 📦 3.8K · 📋 330 - 24% open · ⏱️ 26.04.2022):
git clone https://github.com/kevin1024/vcrpy
PyPi (📥 1.3M / month · 📦 950 · ⏱️ 09.10.2020):
Conda (📥 240K · ⏱️ 09.10.2020):
conda install -c conda-forge vcrpy
SeleniumLibrary (🥈32 · ⭐ 1.1K) - Web testing library for Robot Framework.Apache-2
GitHub (👨💻 110 · 🔀 670 · 📥 3.5K · 📦 2.3K · 📋 970 - 4% open · ⏱️ 20.04.2022):
git clone https://github.com/robotframework/SeleniumLibrary
PyPi (📥 560K / month · 📦 120 · ⏱️ 08.01.2022):
pip install robotframework-seleniumlibrary
Conda (📥 46K · ⏱️ 12.01.2022):
conda install -c conda-forge robotframework-seleniumlibrary
factory_boy (🥈30 · ⭐ 2.8K) - A test fixtures replacement for Python.MIT
GitHub (👨💻 120 · 🔀 330 · 📋 510 - 30% open · ⏱️ 16.02.2022):
git clone https://github.com/FactoryBoy/factory_boy
PyPi (📥 2M / month · 📦 2.1K · ⏱️ 05.05.2018):
Conda (📥 95K · ⏱️ 26.10.2021):
conda install -c conda-forge factory_boy
HTTPretty (🥈30 · ⭐ 2K) - Intercept HTTP requests at the Python socket level. Fakes the whole..MIT
GitHub (👨💻 100 · 🔀 250 · 📦 6K · 📋 230 - 38% open · ⏱️ 05.11.2021):
git clone https://github.com/gabrielfalcao/HTTPretty
PyPi (📥 430K / month · 📦 2.7K · ⏱️ 16.08.2021):
Conda (📥 170K · ⏱️ 16.08.2021):
conda install -c conda-forge httpretty
tavern (🥈30 · ⭐ 860) - A command-line tool and Python library and Pytest plugin for automated..MIT
flask-debugtoolbar (🥈30 · ⭐ 840) - A toolbar overlay for debugging Flask applications.BSD-3
GitHub (👨💻 41 · 🔀 130 · 📦 17K · 📋 110 - 40% open · ⏱️ 01.04.2022):
git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar
PyPi (📥 98K / month · 📦 3K · ⏱️ 29.03.2022):
pip install flask-debugtoolbar
Conda (📥 51K · ⏱️ 30.03.2022):
conda install -c conda-forge flask-debugtoolbar
Dredd (🥈29 · ⭐ 3.8K) - Language-agnostic HTTP API Testing Tool.MIT
GitHub (👨💻 110 · 🔀 280 · 📦 800 · 📋 810 - 29% open · ⏱️ 03.04.2022):
git clone https://github.com/apiaryio/dredd
PyPi (📥 5.1K / month · 📦 38 · ⏱️ 09.04.2018):
npm (📥 44K / month · 📦 170 · ⏱️ 16.11.2021):
httprunner (🥈29 · ⭐ 2.8K) - HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC.Apache-2
django-nose (🥈28 · ⭐ 870) - Django test runner using nose.BSD-3
Mockoon (🥉27 · ⭐ 3.8K) - Mockoon is the easiest and quickest way to run mock APIs locally. No..MIT
schemathesis (🥉27 · ⭐ 1.2K) - A modern API testing tool for web applications built..MIT
webtest (🥉27 · ⭐ 320) - Wraps any WSGI application and makes it easy to send test requests to that..MIT
GitHub (👨💻 86 · 🔀 100 · 📦 9.3K · 📋 130 - 21% open · ⏱️ 19.01.2022):
git clone https://github.com/Pylons/webtest
PyPi (📥 520K / month · 📦 4K · ⏱️ 19.08.2021):
Conda (📥 8.3K · ⏱️ 19.08.2021):
conda install -c conda-forge webtest
mixer (🥉26 · ⭐ 820) - Mixer -- Is a fixtures replacement. Supported Django, Flask,..BSD-3
pytest-flask (🥉26 · ⭐ 420) - A set of pytest fixtures to test Flask applications.MIT
GitHub (👨💻 29 · 🔀 74 · 📋 67 - 13% open · ⏱️ 18.04.2022):
git clone https://github.com/pytest-dev/pytest-flask
PyPi (📥 250K / month · 📦 8.3K · ⏱️ 27.02.2021):
Conda (📥 53K · ⏱️ 27.02.2021):
conda install -c conda-forge pytest-flask
Model Bakery (🥉25 · ⭐ 530) - Object factory for Django.Apache-2
GitHub (👨💻 40 · 🔀 63 · 📋 110 - 22% open · ⏱️ 13.04.2022):
git clone https://github.com/model-bakers/model_bakery
PyPi (📥 260K / month · 📦 14 · ⏱️ 05.04.2022):
Conda (📥 5.2K · ⏱️ 06.04.2022):
conda install -c conda-forge model_bakery
selene (🥉25 · ⭐ 530) - User-oriented Web UI browser tests in Python.MIT
django-test-plus (🥉25 · ⭐ 500) - Useful additions to Djangos default TestCase.BSD-3
GitHub (👨💻 29 · 🔀 54 · 📋 48 - 10% open · ⏱️ 25.02.2022):
git clone https://github.com/revsys/django-test-plus
PyPi (📥 71K / month · 📦 1.3K · ⏱️ 19.05.2021):
pip install django-test-plus
Conda (📥 24K · ⏱️ 12.01.2018):
conda install -c conda-forge django-test-plus
aioresponses (🥉25 · ⭐ 350) - Aioresponses is a helper for mock/fake web requests in python..MIT
python-mocket (🥉25 · ⭐ 230) - a socket mock framework - for all kinds of socket animals, web-..BSD-3
selenium-python-helium (🥉24 · ⭐ 2.9K · 💤) - Selenium-python but lighter: Helium is the best..MIT
requestium (🥉24 · ⭐ 1.7K) - Integration layer between Requests and Selenium for automation of..BSD-3
gabbi (🥉23 · ⭐ 140) - Declarative HTTP Testing for Python and anything else.Apache-2
molotov (🥉22 · ⭐ 380) - Load Testing Tool.Apache-2
aresponses (🥉20 · ⭐ 90) - Asyncio http mocking. Similar to the responses library used for requests.MIT
golem (🥉19 · ⭐ 480) - A complete test automation tool.MIT
fsociety (🥉18 · ⭐ 600) - A Modular Penetration Testing Framework.MIT
async-asgi-testclient (🥉18 · ⭐ 110) - A framework-agnostic library for testing ASGI web..MIT
Show 12 hidden projects...
django-crispy-forms (🥇38 · ⭐ 4.4K) - The best way to have DRY Django forms. The app..MIT
GitHub (👨💻 220 · 🔀 700 · 📦 88K · 📋 660 - 11% open · ⏱️ 05.03.2022):
git clone https://github.com/django-crispy-forms/django-crispy-forms
PyPi (📥 610K / month · 📦 8K · ⏱️ 25.01.2022):
pip install django-crispy-forms
Conda (📥 46K · ⏱️ 25.01.2022):
conda install -c conda-forge django-crispy-forms
wtforms (🥈36 · ⭐ 1.3K) - A flexible forms validation and rendering library for Python.BSD-3
GitHub (👨💻 130 · 🔀 360 · 📦 130K · 📋 400 - 11% open · ⏱️ 19.02.2022):
git clone https://github.com/wtforms/wtforms
PyPi (📥 2.6M / month · 📦 15K · ⏱️ 23.12.2021):
Conda (📥 95K · ⏱️ 24.12.2021):
conda install -c conda-forge wtforms
flask-wtf (🥈36 · ⭐ 1.3K) - Simple integration of Flask and WTForms, including CSRF, file..BSD-3
GitHub (👨💻 95 · 🔀 290 · 📦 130K · 📋 310 - 11% open · ⏱️ 14.04.2022):
git clone https://github.com/wtforms/flask-wtf
PyPi (📥 2.2M / month · 📦 16K · ⏱️ 31.03.2022):
Conda (📥 110K · ⏱️ 01.04.2022):
conda install -c conda-forge flask-wtf
django-formtools (🥉27 · ⭐ 580) - A set of high-level abstractions for Django forms.BSD-3
deform (🥉26 · ⭐ 380) - A Python HTML form library.BSD-3
markdown (🥇38 · ⭐ 2.9K) - A Python implementation of John Grubers Markdown with Extension support.BSD-3
GitHub (👨💻 150 · 🔀 710 · 📦 190K · 📋 760 - 4% open · ⏱️ 18.04.2022):
git clone https://github.com/Python-Markdown/markdown
PyPi (📥 20M / month · 📦 22K · ⏱️ 17.11.2021):
Conda (📥 2.8M · ⏱️ 18.11.2021):
conda install -c conda-forge markdown
pelican (🥇37 · ⭐ 11K) - Static site generator that supports Markdown and reST syntax...❗️AGPL-3.0
GitHub (👨💻 430 · 🔀 1.8K · 📥 530 · 📦 5.7K · 📋 1.5K - 4% open · ⏱️ 03.04.2022):
git clone https://github.com/getpelican/pelican
PyPi (📥 16K / month · 📦 1.8K · ⏱️ 09.02.2022):
Conda (📥 120K · ⏱️ 11.02.2022):
conda install -c conda-forge pelican
python-markdown2 (🥈35 · ⭐ 2.3K) - markdown2: A fast and complete implementation of Markdown in..MIT
mistune (🥈33 · ⭐ 2.1K) - A fast yet powerful Python Markdown parser with renderers and plugins.BSD-3
GitHub (👨💻 34 · 🔀 210 · 📋 220 - 11% open · ⏱️ 25.04.2022):
git clone https://github.com/lepture/mistune
PyPi (📥 11M / month · 📦 9.2K · ⏱️ 14.01.2022):
Conda (📥 6.6M · ⏱️ 14.01.2022):
conda install -c conda-forge mistune
pymdown-extensions (🥈32 · ⭐ 590) - Extensions for Python Markdown.MIT
GitHub (👨💻 35 · 🔀 200 · 📋 290 - 5% open · ⏱️ 26.04.2022):
git clone https://github.com/facelessuser/pymdown-extensions
PyPi (📥 770K / month · 📦 890 · ⏱️ 25.04.2022):
pip install pymdown-extensions
Conda (📥 62K · ⏱️ 19.03.2022):
conda install -c conda-forge pymdown-extensions
grip (🥉31 · ⭐ 5.6K) - Preview GitHub README.md files locally before committing them.MIT
html2text (🥉28 · ⭐ 1.2K) - Convert HTML to Markdown-formatted text.❗️GPL-3.0
mistletoe (🥉26 · ⭐ 460) - A fast, extensible and spec-compliant Markdown parser in pure Python.MIT
django-markdownx (🥉25 · ⭐ 720) - Comprehensive Markdown plugin built for Django.BSD-3
markdown-it-py (🥉25 · ⭐ 310) - Markdown parser, done right. 100% CommonMark support, extensions,..MIT
GitHub (👨💻 18 · 🔀 40 · 📋 61 - 32% open · ⏱️ 16.04.2022):
git clone https://github.com/executablebooks/markdown-it-py
PyPi (📥 930K / month · 📦 36 · ⏱️ 16.04.2022):
pip install markdown-it-py
Conda (📥 260K · ⏱️ 18.04.2022):
conda install -c conda-forge markdown-it-py
django-markdown-editor (🥉24 · ⭐ 550) - Awesome Django Markdown Editor, supported for..❗️GPL-3.0
Show 1 hidden projects...
🔗 Public APIs ( ⭐ 190K) - A collective list of free APIs.
🔗 best-of-ml-python - DB Clients ( ⭐ 7.3K) - Collection of python database client libraries.
youtube-dl (🥇45 · ⭐ 110K) - Command-line program to download videos from YouTube.com and..Unlicense
GitHub (👨💻 970 · 🔀 7.7K · 📥 48M · 📋 26K - 18% open · ⏱️ 28.04.2022):
git clone https://github.com/ytdl-org/youtube-dl
PyPi (📥 3.5M / month · 📦 1.8K · ⏱️ 16.12.2021):
Conda (📥 950K · ⏱️ 20.12.2021):
conda install -c conda-forge youtube-dl
discord.py (🥇44 · ⭐ 10K) - An API wrapper for Discord written in Python.MIT
GitHub (👨💻 330 · 🔀 3.3K · 📦 47K · 📋 2.6K - 3% open · ⏱️ 28.04.2022):
git clone https://github.com/Rapptz/discord.py
PyPi (📥 32M / month · 📦 2.7K · ⏱️ 12.06.2021):
Conda (📥 3.3K · ⏱️ 12.06.2021):
conda install -c conda-forge discord.py
google-api-python-client (🥇43 · ⭐ 5.6K) - The official Python client library for Googles..Apache-2
GitHub (👨💻 180 · 🔀 2.1K · 📦 99K · 📋 900 - 5% open · ⏱️ 26.04.2022):
git clone https://github.com/googleapis/google-api-python-client
PyPi (📥 26M / month · 📦 7.3K · ⏱️ 26.04.2022):
pip install google-api-python-client
Conda (📥 1.1M · ⏱️ 27.04.2022):
conda install -c conda-forge google-api-python-client
tweepy (🥇41 · ⭐ 8.7K) - Twitter for Python!.MIT
GitHub (👨💻 240 · 🔀 4K · 📦 33K · 📋 1.1K - 5% open · ⏱️ 21.04.2022):
git clone https://github.com/tweepy/tweepy
PyPi (📥 680K / month · 📦 4.4K · ⏱️ 24.03.2022):
Conda (📥 140K · ⏱️ 26.03.2022):
conda install -c conda-forge tweepy
GitPython (🥇40 · ⭐ 3.5K) - GitPython is a python library used to interact with Git repositories.BSD-3
GitHub (👨💻 260 · 🔀 760 · 📦 78K · 📋 830 - 15% open · ⏱️ 07.04.2022):
git clone https://github.com/gitpython-developers/GitPython
PyPi (📥 26M / month · 📦 7.2K · ⏱️ 20.02.2022):
Conda (📥 3M · ⏱️ 22.02.2022):
conda install -c conda-forge gitpython
Telethon (🥇39 · ⭐ 6.4K) - Pure Python 3 MTProto API Telegram client library, for bots too!.MIT
pyTelegramBotAPI (🥈38 · ⭐ 5.5K) - Python Telegram bot api.❗️GPL-2.0
python-telegram-bot (🥈37 · ⭐ 18K) - We have made you a wrapper you cant refuse.❗️LGPL-3.0
GitHub (👨💻 160 · 🔀 3.9K · 📥 6.3K · 📦 52K · 📋 1.6K - 1% open · ⏱️ 02.02.2022):
git clone https://github.com/python-telegram-bot/python-telegram-bot
PyPi (📥 620K / month · 📦 2.5K · ⏱️ 02.02.2022):
pip install python-telegram-bot
Conda (📥 45K · ⏱️ 02.02.2022):
conda install -c conda-forge python-telegram-bot
gspread (🥈37 · ⭐ 5.9K) - Google Sheets Python API.MIT
GitHub (👨💻 150 · 🔀 870 · 📥 98 · 📦 15K · 📋 710 - 7% open · ⏱️ 27.04.2022):
git clone https://github.com/burnash/gspread
PyPi (📥 7.9M / month · 📦 960 · ⏱️ 12.04.2022):
Conda (📥 210K · ⏱️ 09.08.2021):
conda install -c conda-forge gspread
praw (🥈37 · ⭐ 2.8K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that..BSD-2
GitHub (👨💻 220 · 🔀 420 · 📦 11K · 📋 690 - 1% open · ⏱️ 13.04.2022):
git clone https://github.com/praw-dev/praw
PyPi (📥 680K / month · 📦 1.7K · ⏱️ 14.11.2021):
Conda (📥 25K · ⏱️ 17.11.2021):
conda install -c conda-forge praw
PyGithub (🥈36 · ⭐ 5.2K) - Typed interactions with the GitHub API v3.❗️LGPL-3.0
GitHub (👨💻 280 · 🔀 1.4K · 📦 28K · 📋 1.3K - 10% open · ⏱️ 20.12.2021):
git clone https://github.com/PyGithub/PyGithub
PyPi (📥 6.9M / month · 📦 2.4K · ⏱️ 26.04.2021):
Conda (📥 2.1M · ⏱️ 01.07.2021):
conda install -c conda-forge pygithub
slackclient (🥈36 · ⭐ 3.4K) - Slack Developer Kit for Python.MIT
GitHub (👨💻 140 · 🔀 800 · 📥 340 · 📋 630 - 2% open · ⏱️ 22.04.2022):
git clone https://github.com/slackapi/python-slack-sdk
PyPi (📥 6.8M / month · 📦 2.2K · ⏱️ 22.04.2022):
Conda (📥 450K · ⏱️ 19.11.2021):
conda install -c conda-forge slackclient
twilio (🥈36 · ⭐ 1.6K) - A Python module for communicating with the Twilio API and generating TwiML.MIT
GitHub (👨💻 130 · 🔀 620 · 📦 22K · 📋 270 - 5% open · ⏱️ 21.04.2022):
git clone https://github.com/twilio/twilio-python
PyPi (📥 2.9M / month · 📦 3.5K · ⏱️ 20.04.2022):
Conda (📥 74K · ⏱️ 20.04.2022):
conda install -c conda-forge twilio
stripe (🥈36 · ⭐ 1.2K) - Python library for the Stripe API.MIT
GitHub (👨💻 120 · 🔀 340 · 📦 21K · 📋 310 - 4% open · ⏱️ 27.04.2022):
git clone https://github.com/stripe/stripe-python
PyPi (📥 1.8M / month · 📦 2K · ⏱️ 21.04.2022):
Conda (📥 13K · ⏱️ 08.09.2021):
conda install -c anaconda stripe
pytube (🥈35 · ⭐ 6.8K) - A lightweight, dependency-free Python library (and command-line..Unlicense
GitHub (👨💻 100 · 🔀 1.3K · 📦 15K · 📋 810 - 14% open · ⏱️ 14.02.2022):
git clone https://github.com/pytube/pytube
PyPi (📥 310K / month · 📦 320 · ⏱️ 14.02.2022):
Conda (📥 830 · ⏱️ 14.02.2022):
conda install -c conda-forge pytube
jira (🥈35 · ⭐ 1.5K) - Python Jira library. Development chat available on..BSD-2
GitHub (👨💻 230 · 🔀 750 · 📥 710 · 📦 4 · 📋 610 - 17% open · ⏱️ 18.04.2022):
git clone https://github.com/pycontribs/jira
PyPi (📥 3M / month · 📦 1K · ⏱️ 13.04.2022):
Conda (📥 75K · ⏱️ 14.04.2022):
conda install -c conda-forge jira
google-maps-services-python (🥈34 · ⭐ 3.5K) - Python client library for Google Maps API Web Services.Apache-2
python-slack-sdk (🥈34 · ⭐ 3.4K) - Slack Developer Kit for Python.MIT
GitHub (👨💻 140 · 🔀 800 · 📥 340 · 📋 630 - 2% open · ⏱️ 22.04.2022):
git clone https://github.com/slackapi/python-slack-sdk
PyPi (📥 5.2M / month · 📦 85 · ⏱️ 03.03.2022):
Conda (📥 10K · ⏱️ 03.03.2022):
conda install -c conda-forge slack-sdk
thumbor (🥈33 · ⭐ 8.9K · 📉) - thumbor is an open-source photo thumbnail service by globo.com.MIT
python-twitter (🥈33 · ⭐ 3.3K) - A Python wrapper around the Twitter API.Apache-2
hvac (🥈33 · ⭐ 960 · 💤) - Python 2.7/3.X client for HashiCorp Vault.Apache-2
GitHub (👨💻 160 · 🔀 300 · 📥 450 · 📦 2.3K · 📋 320 - 35% open · ⏱️ 23.09.2021):
git clone https://github.com/hvac/hvac
PyPi (📥 4.8M / month · 📦 310 · ⏱️ 23.09.2021):
Conda (📥 120K · ⏱️ 23.09.2021):
conda install -c conda-forge hvac
instagram-scraper (🥉32 · ⭐ 6.1K) - Scrapes an instagram users photos and videos.Unlicense
sherlock (🥉31 · ⭐ 31K) - Hunt down social media accounts by username across social networks.MIT
spotipy (🥉31 · ⭐ 3.8K) - A light weight Python library for the Spotify Web API.MIT
GitHub (👨💻 140 · 🔀 740 · 📦 8.3K · 📋 490 - 11% open · ⏱️ 03.01.2022):
git clone https://github.com/plamere/spotipy
PyPi (📥 360K / month · 📦 570 · ⏱️ 12.08.2021):
Conda (📥 2.9K · ⏱️ 09.09.2021):
conda install -c conda-forge spotipy
twitter (🥉31 · ⭐ 2.8K) - Python Twitter API.MIT
simple-salesforce (🥉31 · ⭐ 1.3K) - A very simple Salesforce.com REST API client for Python.Apache-2
GitHub (👨💻 74 · 🔀 570 · 📋 340 - 38% open · ⏱️ 28.02.2022):
git clone https://github.com/simple-salesforce/simple-salesforce
PyPi (📥 4.5M / month · 📦 190 · ⏱️ 28.02.2022):
pip install simple-salesforce
Conda (📥 42K · ⏱️ 11.12.2020):
conda install -c conda-forge simple-salesforce
wechatpy (🥉30 · ⭐ 3.1K) - WeChat SDK for Python.MIT
twython (🥉30 · ⭐ 1.8K · 💤) - Actively maintained, pure Python wrapper for the Twitter API...MIT
GitHub (👨💻 100 · 🔀 400 · 📦 5.1K · 📋 320 - 6% open · ⏱️ 16.07.2021):
git clone https://github.com/ryanmcgrath/twython
PyPi (📥 170K / month · 📦 1.2K · ⏱️ 16.07.2021):
Conda (📥 250K · ⏱️ 17.07.2021):
conda install -c conda-forge twython
imdbpy (🥉30 · ⭐ 960) - Cinemagoer is a Python package useful to retrieve and manage the data..❗️GPL-2.0
gallery-dl (🥉29 · ⭐ 4.8K) - Command-line program to download image galleries and..❗️GPL-2.0
twitter-scraper (🥉27 · ⭐ 3.2K) - Scrape the Twitter Frontend API without authentication.MIT
scdl (🥉25 · ⭐ 2.3K) - Soundcloud Music Downloader.❗️GPL-2.0
igramscraper (🥉25 · ⭐ 2.3K · 💤) - scrapes medias, likes, followers, tags and all metadata...MIT
WikiExtractor (🥉23 · ⭐ 3K) - A tool for extracting plain text from Wikipedia dumps.❗️AGPL-3.0
notion-sdk-py (🥉23 · ⭐ 660) - Official Notion SDK rewritten in Python (sync + async).MIT
GitHub (👨💻 14 · 🔀 60 · 📦 150 · 📋 43 - 13% open · ⏱️ 18.04.2022):
git clone https://github.com/ramnes/notion-sdk-py
PyPi (📥 28K / month · 📦 17 · ⏱️ 18.04.2022):
pip install notion-client
Conda (📥 390 · ⏱️ 21.04.2022):
conda install -c conda-forge notion-client
ghapi (🥉23 · ⭐ 330) - A delightful and complete interface to GitHubs amazing API.Apache-2
GHunt (🥉20 · ⭐ 11K) - Offensive Google framework.MPL-2.0
InstaPy (🥉18 · ⭐ 14K) - Tool for automated Instagram interactions.❗️GPL-3.0
Show 16 hidden projects...
yagmail (🥇30 · ⭐ 2.3K) - Send email in Python conveniently for gmail using yagmail.MIT
GitHub (👨💻 31 · 🔀 250 · 📦 2.2K · 📋 200 - 46% open · ⏱️ 14.01.2022):
git clone https://github.com/kootenpv/yagmail
PyPi (📥 120K / month · 📦 430 · ⏱️ 14.01.2022):
Conda (📥 9.8K · ⏱️ 14.01.2022):
conda install -c conda-forge yagmail
modoboa (🥇30 · ⭐ 2.1K) - Mail hosting made simple.ISC
fastapi-mail (🥉22 · ⭐ 320) - Fastapi mail system sending mails(individual, bulk)..MIT
mailer (🥉22 · ⭐ 240 · 💤) - A light-weight, modular, message representation and mail delivery..MIT
GitHub (👨💻 20 · 🔀 54 · 📥 120 · 📋 73 - 34% open · ⏱️ 20.04.2021):
git clone https://github.com/marrow/mailer
PyPi (📥 36K / month · 📦 83 · ⏱️ 22.04.2015):
Conda (📥 45K · ⏱️ 01.07.2021):
conda install -c conda-forge mailer
pyramid_mailer (🥉21 · ⭐ 51 · 💤) - A package for sending email from your Pyramid..BSD-3
salmon (🥉17 · ⭐ 540) - A Python Mail Server.❗️GPL-3.0
Show 5 hidden projects... flask-mail (🥈29 · ⭐ 540 · 💀) - 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
flanker (🥈27 · ⭐ 1.5K · 💀) - Python email address and Mime parsing library.Apache-2
offlineimap (🥉25 · ⭐ 1.7K · 💤) - Read/sync your IMAP mailboxes (python2).❗️libpng-2.0
gmail (🥉20 · ⭐ 1.7K · 💀) - A Pythonic interface for Google Mail.MIT
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
GitHub (👨💻 520 · 🔀 9.6K · 📦 30K · 📋 2.9K - 26% open · ⏱️ 15.04.2022):
git clone https://github.com/scrapy/scrapy
PyPi (📥 850K / month · 📦 4.5K · ⏱️ 01.03.2022):
Conda (📥 500K · ⏱️ 04.04.2022):
conda install -c conda-forge scrapy
You-Get (🥇32 · ⭐ 44K · 📉) - Dumb downloader that scrapes the web.MIT
GitHub (👨💻 240 · 🔀 8.9K · 📥 350K · ⏱️ 22.04.2022):
git clone https://github.com/soimort/you-get
PyPi (📥 23K / month · 📦 22 · ⏱️ 22.04.2022):
Conda (📥 6.9K · ⏱️ 23.04.2022):
conda install -c conda-forge you-get
feedparser (🥇32 · ⭐ 1.4K) - Parse feeds in Python.BSD-2
GitHub (👨💻 47 · 🔀 280 · 📋 210 - 36% open · ⏱️ 31.12.2021):
git clone https://github.com/kurtmckee/feedparser
PyPi (📥 2.7M / month · 📦 7.4K · ⏱️ 22.06.2021):
Conda (📥 280K · ⏱️ 22.06.2021):
conda install -c conda-forge feedparser
pytrends (🥈31 · ⭐ 2.4K) - Pseudo API for Google Trends.Apache-2
GitHub (👨💻 76 · 🔀 660 · 📦 1.4K · 📋 390 - 22% open · ⏱️ 26.03.2022):
git clone https://github.com/GeneralMills/pytrends
PyPi (📥 99K / month · 📦 63 · ⏱️ 02.02.2022):
Conda (📥 2.1K · ⏱️ 08.02.2022):
conda install -c conda-forge pytrends
cloudscraper (🥈31 · ⭐ 1.8K) - A Python module to bypass Cloudflares anti-bot page.MIT
Grab (🥈30 · ⭐ 2.2K) - Web Scraping Framework.MIT
parsel (🥈30 · ⭐ 760) - Parsel lets you extract data from XML/HTML documents using XPath or CSS..BSD-3
GitHub (👨💻 43 · 🔀 120 · 📦 20K · 📋 100 - 42% open · ⏱️ 06.04.2022):
git clone https://github.com/scrapy/parsel
PyPi (📥 970K / month · 📦 1.6K · ⏱️ 07.05.2020):
Conda (📥 28K · ⏱️ 02.06.2020):
conda install -c conda-forge parsel
MechanicalSoup (🥈29 · ⭐ 3.9K) - A Python library for automating interaction with websites.MIT
GitHub (👨💻 49 · 🔀 360 · 📥 43 · 📋 170 - 18% open · ⏱️ 06.04.2022):
git clone https://github.com/MechanicalSoup/MechanicalSoup
PyPi (📥 110K / month · 📦 260 · ⏱️ 15.12.2021):
pip install MechanicalSoup
Conda (📥 120K · ⏱️ 31.05.2021):
conda install -c conda-forge mechanicalsoup
dirsearch (🥈28 · ⭐ 7.9K) - Web path scanner.❗️GPL-2.0
soupsieve (🥉27 · ⭐ 120) - A modern CSS selector implementation for BeautifulSoup.MIT
GitHub (👨💻 9 · 🔀 27 · 📋 110 - 14% open · ⏱️ 14.04.2022):
git clone https://github.com/facelessuser/soupsieve
PyPi (📥 43M / month · 📦 2.4K · ⏱️ 14.04.2022):
Conda (📥 5.3M · ⏱️ 03.12.2021):
conda install -c conda-forge soupsieve
trafilatura (🥉26 · ⭐ 460) - Web scraping library and command-line tool for text discovery..❗️GPL-3.0
Gerapy (🥉25 · ⭐ 2.7K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,..MIT
extruct (🥉24 · ⭐ 670) - Extract embedded metadata from HTML markup.BSD-3
micawber (🥉24 · ⭐ 570 · 💤) - a small library for extracting rich content from urls.MIT
GitHub (👨💻 27 · 🔀 84 · 📦 720 · ⏱️ 12.07.2021):
git clone https://github.com/coleifer/micawber
PyPi (📥 28K / month · 📦 190 · ⏱️ 12.07.2021):
Conda (📥 1.9K · ⏱️ 14.07.2021):
conda install -c conda-forge micawber
Photon (🥉23 · ⭐ 8.6K) - Incredibly fast crawler designed for OSINT.❗️GPL-3.0
ruia (🥉22 · ⭐ 1.6K) - Async Python 3.6+ web scraping micro-framework based on asyncio.Apache-2
Lassie (🥉21 · ⭐ 550 · 💤) - Web Content Retrieval for Humans.MIT
gazpacho (🥉20 · ⭐ 640 · 💤) - The simple, fast, and modern web scraping library.MIT
Scrapera (🥉12 · ⭐ 290 · 💤) - A universal package of scraper scripts for humans.MIT
Show 14 hidden projects... newspaper3k (🥇32 · ⭐ 12K · 💀) - News, full-text, and article metadata extraction in Python 3...MIT
Pattern (🥇32 · ⭐ 8.2K · 💀) - Web mining module for Python, with tools for scraping, natural..BSD-3
pyspider (🥈30 · ⭐ 15K · 💀) - A Powerful Spider(Web Crawler) System in Python.Apache-2
python-goose (🥈28 · ⭐ 3.8K · 💀) - Html Content / Article Extractor, web scrapping lib in..Apache-2
scrapely (🥉25 · ⭐ 1.8K · 💀) - A pure-python HTML screen-scraping library.BSD-3
robobrowser (🥉24 · ⭐ 3.6K · 💀) - Your friendly neighborhood web scraper.BSD-3
frontera (🥉24 · ⭐ 1.2K · 💀) - A scalable frontier for web crawlers.BSD-3
AutoScraper (🥉22 · ⭐ 4.4K · 💀) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python.MIT
snallygaster (🥉21 · ⭐ 1.9K) - Tool to scan for secret files on HTTP servers.❗️CC0-1.0
Cola (🥉21 · ⭐ 1.4K · 💀) - A high-level distributed crawling framework.Apache-2
gain (🥉18 · ⭐ 2K · 💀) - Web crawling framework based on asyncio.❗️GPL-3.0
opengraph (🥉16 · ⭐ 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
sentry (🥇40 · ⭐ 31K) - Sentry is cross-platform application monitoring, with a focus on..❗️SSPL-1.0
GitHub (👨💻 650 · 🔀 3.3K · 📥 43K · 📦 570 · 📋 5.1K - 8% open · ⏱️ 28.04.2022):
git clone https://github.com/getsentry/sentry
PyPi (📥 8.3K / month · 📦 380 · ⏱️ 15.04.2022):
Conda (📥 150K · ⏱️ 15.04.2022):
conda install -c conda-forge sentry-sdk
Prometheus Client (🥇33 · ⭐ 2.7K) - Python client for the Prometheus monitoring system.Apache-2
GitHub (👨💻 120 · 🔀 640 · 📋 410 - 11% open · ⏱️ 25.04.2022):
git clone https://github.com/prometheus/client_python
PyPi (📥 19M / month · 📦 490 · ⏱️ 08.04.2022):
pip install prometheus-client
Conda (📥 5.5M · ⏱️ 08.04.2022):
conda install -c conda-forge prometheus_client
prometheus-flask-exporter (🥈28 · ⭐ 460) - Prometheus exporter for Flask applications.MIT
GitHub (👨💻 23 · 🔀 120 · 📋 100 - 17% open · ⏱️ 07.04.2022):
git clone https://github.com/rycus86/prometheus_flask_exporter
PyPi (📥 10M / month · 📦 53 · ⏱️ 07.04.2022):
pip install prometheus-flask-exporter
Conda (📥 290K · ⏱️ 08.04.2022):
conda install -c conda-forge prometheus_flask_exporter
opentelemetry-python (🥈27 · ⭐ 880) - OpenTelemetry Python API and SDK.Apache-2
GitHub (👨💻 140 · 🔀 300 · 📋 1.1K - 14% open · ⏱️ 27.04.2022):
git clone https://github.com/open-telemetry/opentelemetry-python
PyPi (📥 7.1K / month · ⏱️ 13.11.2020):
Conda (📥 48K · ⏱️ 22.04.2022):
conda install -c conda-forge opentelemetry-api
opentracing-python (🥈27 · ⭐ 760 · 💤) - OpenTracing API for Python. This library is..Apache-2
GitHub (👨💻 34 · 🔀 110 · 📋 50 - 34% open · ⏱️ 13.04.2021):
git clone https://github.com/opentracing/opentracing-python
PyPi (📥 2.3M / month · 📦 230 · ⏱️ 19.11.2020):
Conda (📥 130K · ⏱️ 09.04.2022):
conda install -c conda-forge opentracing
GoAccess (🥉23 · ⭐ 15K) - GoAccess is a real-time web log analyzer and interactive viewer that runs..MIT
Flask-MonitoringDashboard (🥉23 · ⭐ 620) - Automatically monitor the evolving performance of..MIT
starlette context (🥉19 · ⭐ 240) - Middleware for Starlette that allows you to store and..MIT
Starlette Prometheus (🥉18 · ⭐ 190) - Prometheus integration for Starlette.❗️GPL-3.0
flask-state (🥉14 · ⭐ 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 · ⭐ 86 · 💀) - ASGI middleware to record and emit timing metrics (to..❗Unlicensed
Streamlit (🥇38 · ⭐ 19K) - Streamlit The fastest way to build data apps in Python.Apache-2
wave (🥈31 · ⭐ 2.9K) - Realtime Web Apps and Dashboards for Python and R.Apache-2
PyWebIO (🥈28 · ⭐ 2.9K) - Write interactive web app in script way.MIT
idom (🥉25 · ⭐ 580) - Create highly interactive web pages purely in Python.MIT
flaskbb (🥉24 · ⭐ 2.2K) - A classic Forum Software in Python using Flask.BSD-3
python-react (🥉24 · ⭐ 1.5K · 💤) - Server-side rendering of React components.MIT
Misago (🥉21 · ⭐ 2.2K) - Misago is fully featured modern forum application that is fast,..❗️GPL-2.0
Wooey (🥉21 · ⭐ 1.7K · 💤) - A Django app that creates automatic web UIs for Python scripts.BSD-3
django-debug-toolbar (🥇37 · ⭐ 7K) - A configurable set of panels that display various debug..BSD-3
GitHub (👨💻 250 · 🔀 970 · 📥 170 · 📦 50K · 📋 800 - 11% open · ⏱️ 24.04.2022):
git clone https://github.com/jazzband/django-debug-toolbar
PyPi (📥 1.3M / month · 📦 12K · ⏱️ 15.12.2021):
pip install django-debug-toolbar
Conda (📥 130K · ⏱️ 16.12.2021):
conda install -c conda-forge django-debug-toolbar
flask-admin (🥇36 · ⭐ 5K) - Simple and extensible administrative interface framework for..BSD-3
GitHub (👨💻 340 · 🔀 1.4K · 📦 15K · 📋 1.4K - 30% open · ⏱️ 30.01.2022):
git clone https://github.com/flask-admin/flask-admin
PyPi (📥 1.8M / month · 📦 2.4K · ⏱️ 30.01.2022):
Conda (📥 120K · ⏱️ 30.01.2022):
conda install -c conda-forge flask-admin
django-grappelli (🥈33 · ⭐ 3.2K) - A jazzy skin for the Django Admin-Interface (official..BSD-3
GitHub (👨💻 79 · 🔀 640 · 📦 4.7K · 📋 700 - 3% open · ⏱️ 18.02.2022):
git clone https://github.com/sehmaschine/django-grappelli
PyPi (📥 110K / month · 📦 1.7K · ⏱️ 18.02.2022):
pip install django-grappelli
Conda (📥 95K · ⏱️ 18.02.2022):
conda install -c conda-forge django-grappelli
django-admin-interface (🥈28 · ⭐ 1.1K) - djangos default admin interface made customizable...MIT
django-admin2 (🥉23 · ⭐ 1.2K) - Extendable, adaptable rewrite of django.contrib.admin.BSD-3
django-smuggler (🥉23 · ⭐ 370) - Django Smuggler is a pluggable application for Django..❗️LGPL-3.0
fastapi-admin (🥉20 · ⭐ 1.2K) - A fast admin dashboard based on FastAPI and TortoiseORM..Apache-2
Show 5 hidden projects... django-suit (🥈30 · ⭐ 2.2K · 💀) - 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.3K · 💀) - 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.2K · 💀) - Nginx UI allows you to access and modify the nginx configurations..MIT
Kong (🥇37 · ⭐ 32K) - The Cloud-Native API Gateway.Apache-2
tyk (🥉27 · ⭐ 7.3K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP..MPL-2.0
flask-sqlalchemy (🥇35 · ⭐ 3.7K) - Adds SQLAlchemy support to Flask.BSD-3
GitHub (👨💻 110 · 🔀 880 · 📥 400 · 📦 250K · 📋 570 - 7% open · ⏱️ 04.11.2021):
git clone https://github.com/pallets/flask-sqlalchemy
PyPi (📥 3.9M / month · 📦 27K · ⏱️ 18.03.2021):
pip install flask-sqlalchemy
Conda (📥 230K · ⏱️ 18.03.2021):
conda install -c conda-forge flask-sqlalchemy
Flask-Migrate (🥇31 · ⭐ 2K) - SQLAlchemy database migrations for Flask applications using..MIT
GitHub (👨💻 44 · 🔀 200 · 📋 370 - 2% open · ⏱️ 20.02.2022):
git clone https://github.com/miguelgrinberg/Flask-Migrate
PyPi (📥 1.1M / month · 📦 9.5K · ⏱️ 01.08.2021):
pip install flask-migrate
Conda (📥 160K · ⏱️ 17.03.2022):
conda install -c conda-forge flask-migrate
flask-caching (🥇31 · ⭐ 710) - A caching extension for Flask.BSD-3
GitHub (👨💻 100 · 🔀 160 · 📦 10K · 📋 190 - 17% open · ⏱️ 23.04.2022):
git clone https://github.com/pallets-eco/flask-caching
PyPi (📥 2.9M / month · 📦 730 · ⏱️ 17.03.2021):
pip install flask-caching
Conda (📥 64K · ⏱️ 13.08.2021):
conda install -c conda-forge flask-caching
flask-cors (🥇30 · ⭐ 780) - Cross Origin Resource Sharing ( CORS ) support for Flask.MIT
GitHub (👨💻 38 · 🔀 110 · 📦 150K · 📋 140 - 26% open · ⏱️ 19.02.2022):
git clone https://github.com/corydolphin/flask-cors
PyPi (📥 4M / month · 📦 8K · ⏱️ 06.01.2021):
Conda (📥 620K · ⏱️ 30.05.2021):
conda install -c conda-forge flask-cors
flask-bcrypt (🥇30 · ⭐ 300) - Flask-Bcrypt is a Flask extension that provides bcrypt..BSD-3
GitHub (👨💻 25 · 🔀 57 · 📦 36K · 📋 42 - 2% open · ⏱️ 05.04.2022):
git clone https://github.com/maxcountryman/flask-bcrypt
PyPi (📥 830K / month · 📦 3K · ⏱️ 05.04.2022):
Conda (📥 27K · ⏱️ 22.10.2018):
conda install -c conda-forge flask-bcrypt
flask-limiter (🥈29 · ⭐ 860) - Rate Limiting extension for Flask.MIT
flask-seasurf (🥈29 · ⭐ 180) - SeaSurf is a Flask extension for preventing cross-site..BSD-3
GitHub (👨💻 33 · 🔀 47 · 📦 1.9K · 📋 47 - 8% open · ⏱️ 24.04.2022):
git clone https://github.com/maxcountryman/flask-seasurf
PyPi (📥 71K / month · 📦 260 · ⏱️ 05.04.2022):
pip install flask-seasurf
Conda (📥 77K · ⏱️ 05.04.2022):
conda install -c conda-forge flask-seasurf
flask-api (🥈28 · ⭐ 1.3K · 💤) - Browsable web APIs for Flask.BSD-3
flask-session (🥈28 · ⭐ 390 · 💤) - Server side session extension for Flask.BSD-3
flask-babel (🥈28 · ⭐ 380) - i18n and l10n support for Flask based on Babel and pytz.BSD-3
GitHub (👨💻 33 · 🔀 150 · 📦 14K · 📋 110 - 17% open · ⏱️ 26.11.2021):
git clone https://github.com/python-babel/flask-babel
PyPi (📥 2.1M / month · 📦 2.6K · ⏱️ 27.08.2020):
Conda (📥 86K · ⏱️ 28.08.2020):
conda install -c conda-forge flask-babel
flask-marshmallow (🥈27 · ⭐ 740) - Flask + marshmallow for beautiful APIs.MIT
GitHub (👨💻 17 · 🔀 49 · 📦 17K · 📋 100 - 24% open · ⏱️ 30.01.2022):
git clone https://github.com/marshmallow-code/flask-marshmallow
PyPi (📥 470K / month · 📦 800 · ⏱️ 28.09.2020):
pip install flask-marshmallow
Conda (📥 60K · ⏱️ 28.09.2020):
conda install -c conda-forge flask-marshmallow
flask-apispec (🥈27 · ⭐ 580) - Build and document REST APIs with Flask and apispec.MIT
GitHub (👨💻 30 · 🔀 130 · 📦 840 · 📋 170 - 61% open · ⏱️ 30.03.2022):
git clone https://github.com/jmcarp/flask-apispec
PyPi (📥 250K / month · 📦 41 · ⏱️ 30.03.2022):
pip install flask-apispec
Conda (📥 100K · ⏱️ 30.03.2022):
conda install -c conda-forge flask-apispec
flask-paginate (🥉25 · ⭐ 250) - Pagination support for flask.BSD-3
GitHub (👨💻 27 · 🔀 79 · 📥 36 · 📦 2.2K · 📋 67 - 7% open · ⏱️ 09.01.2022):
git clone https://github.com/lixxu/flask-paginate
PyPi (📥 29K / month · 📦 46 · ⏱️ 09.01.2022):
pip install flask-paginate
Conda (📥 8K · ⏱️ 12.01.2022):
conda install -c conda-forge flask-paginate
flask-ask (🥉24 · ⭐ 1.9K) - Alexa Skills Kit for Python.Apache-2
flask-jsonrpc (🥉24 · ⭐ 250) - Basic JSON-RPC implementation for your Flask-powered sites.BSD-3
Frozen-Flask (🥉23 · ⭐ 710 · 💤) - Freezes a Flask application into a set of static files.BSD-3
GitHub (👨💻 25 · 🔀 69 · 📥 63 · 📦 2.4K · 📋 67 - 34% open · ⏱️ 19.07.2021):
git clone https://github.com/Frozen-Flask/Frozen-Flask
PyPi (📥 33K / month · 📦 580 · ⏱️ 15.06.2021):
Conda (📥 64K · ⏱️ 12.07.2018):
conda install -c conda-forge frozen-flask
flask_injector (🥉23 · ⭐ 240 · 💤) - Adds Injector support to Flask.BSD-3
GitHub (👨💻 11 · 🔀 32 · 📦 650 · 📋 47 - 25% open · ⏱️ 31.08.2021):
git clone https://github.com/alecthomas/flask_injector
PyPi (📥 52K / month · 📦 64 · ⏱️ 31.08.2021):
pip install flask_injector
Conda (📥 1.4K · ⏱️ 01.09.2021):
conda install -c conda-forge flask-injector
flask-rebar (🥉23 · ⭐ 210) - Flask-Rebar combines flask, marshmallow, and swagger for..MIT
Flask-Moment (🥉22 · ⭐ 350) - Formatting of dates and times in Flask templates using..MIT
GitHub (👨💻 19 · 🔀 48 · 📋 45 - 2% open · ⏱️ 16.01.2022):
git clone https://github.com/miguelgrinberg/Flask-Moment
PyPi (📥 28K / month · 📦 2.3K · ⏱️ 16.07.2021):
Conda (📥 32K · ⏱️ 16.07.2021):
conda install -c conda-forge flask-moment
safrs (🥉22 · ⭐ 340) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.❗️GPL-3.0
cookiecutter-flask (🥉21 · ⭐ 4.1K) - A flask template with Bootstrap 4, asset..MIT
flask_pydantic (🥉19 · ⭐ 190) - flask extension for integration with the awesome pydantic..MIT
flask-msearch (🥉19 · ⭐ 190 · 💤) - Full text search for flask.BSD-3
flask-file-upload (🥉18 · ⭐ 140) - Easy file uploads for Flask.MIT
Show 12 hidden projects...
fastapi-crudrouter (🥇23 · ⭐ 710) - A dynamic FastAPI router that automatically creates..MIT
fastapi-admin/fastapi-admin (🥇20 · ⭐ 1.2K) - A fast admin dashboard based on FastAPI and..Apache-2
starlette_exporter (🥇20 · ⭐ 180) - Prometheus exporter for Starlette and FastAPI.Apache-2
fastapi-socketio (🥇20 · ⭐ 150) - Easily integrate socket.io with your FastAPI app.Apache-2
fastapi-code-generator (🥈19 · ⭐ 450) - This code generator creates FastAPI app from an..MIT
fastapi-mvc (🥈19 · ⭐ 130) - Developer productivity tool for making high-quality FastAPI..MIT
fastapi-react (🥉17 · ⭐ 1.1K) - Cookiecutter Template for FastAPI + React Projects. Using..MIT
fastapi_contrib (🥉17 · ⭐ 490 · 💤) - Opinionated set of utilities on top of FastAPI.MIT
slowapi (🥉17 · ⭐ 420) - A rate limiter for Starlette and FastAPI.MIT
fastapi-plugins (🥉17 · ⭐ 210) - FastAPI framework plugins.MIT
fastapi-versioning (🥉16 · ⭐ 370 · 💤) - api versioning for fastapi web applications.MIT
fastapi-lazy (🥉10 · ⭐ 83) - Lazy package to start your project using FastAPI.MIT
Show 4 hidden projects...
pyramid_services (🥉14 · ⭐ 78 · 💤) - A service layer for pyramid.MIT
Show 2 hidden projects... pyramid_jinja2 (🥇24 · ⭐ 73) - Jinja2 templating system bindings for the Pyramid web..❗Unlicensed
pyramid_celery (🥉19 · ⭐ 99 · 💀) - Pyramid configuration with celery integration. Allows you..MIT
channels (🥇37 · ⭐ 5.3K) - Developer-friendly asynchrony for Django.BSD-3
GitHub (👨💻 240 · 🔀 700 · 📦 17K · 📋 1.2K - 9% open · ⏱️ 10.04.2022):
git clone https://github.com/django/channels
PyPi (📥 480K / month · 📦 1.3K · ⏱️ 11.07.2021):
Conda (📥 82K · ⏱️ 22.12.2021):
conda install -c conda-forge channels
django-extensions (🥇36 · ⭐ 5.7K) - This is a repository for collecting global custom..MIT
GitHub (👨💻 540 · 🔀 1.1K · 📦 90K · 📋 820 - 15% open · ⏱️ 03.02.2022):
git clone https://github.com/django-extensions/django-extensions
PyPi (📥 1.9M / month · 📦 12K · ⏱️ 07.11.2021):
pip install django-extensions
Conda (📥 310K · ⏱️ 07.11.2021):
conda install -c conda-forge django-extensions
django-cors-headers (🥇36 · ⭐ 4.5K) - Django app for handling the server headers required..MIT
GitHub (👨💻 61 · 🔀 490 · 📦 100K · 📋 250 - 3% open · ⏱️ 27.04.2022):
git clone https://github.com/adamchainz/django-cors-headers
PyPi (📥 2.5M / month · 📦 6.7K · ⏱️ 10.01.2022):
pip install django-cors-headers
Conda (📥 34K · ⏱️ 10.01.2022):
conda install -c conda-forge django-cors-headers
django-import-export (🥇36 · ⭐ 2.4K) - Django application and library for importing and..BSD-2
GitHub (👨💻 180 · 🔀 700 · 📦 13K · 📋 840 - 10% open · ⏱️ 31.03.2022):
git clone https://github.com/django-import-export/django-import-export
PyPi (📥 520K / month · 📦 1K · ⏱️ 21.04.2022):
pip install django-import-export
Conda (📥 56K · ⏱️ 31.03.2022):
conda install -c conda-forge django-import-export
django-oscar (🥇35 · ⭐ 5.3K · 📉) - Domain-driven e-commerce for Django.BSD-3
django-haystack (🥇35 · ⭐ 3.3K) - Modular search for Django.BSD-3
GitHub (👨💻 200 · 🔀 1.3K · 📦 7.8K · 📋 1.3K - 43% open · ⏱️ 12.04.2022):
git clone https://github.com/django-haystack/django-haystack
PyPi (📥 110K / month · 📦 2.8K · ⏱️ 17.03.2022):
pip install django-haystack
Conda (📥 4.5K · ⏱️ 31.05.2018):
conda install -c conda-forge django-haystack
django-ckeditor (🥇35 · ⭐ 2.1K) - Django admin CKEditor integration.BSD-3
django-filter (🥇34 · ⭐ 3.7K) - A generic system for filtering Django QuerySets based on..BSD-3
GitHub (👨💻 180 · 🔀 690 · 📦 83K · 📋 780 - 8% open · ⏱️ 16.02.2022):
git clone https://github.com/carltongibson/django-filter
PyPi (📥 2.4M / month · 📦 8.7K · ⏱️ 24.09.2021):
pip install django-filter
Conda (📥 70K · ⏱️ 24.09.2021):
conda install -c conda-forge django-filter
django-reversion (🥇34 · ⭐ 2.7K) - django-reversion is an extension to the Django web..BSD-3
django-autocomplete-light (🥇34 · ⭐ 1.6K) - A fresh approach to autocomplete implementations,..MIT
django-bootstrap3 (🥈33 · ⭐ 2.3K) - Bootstrap 3 integration with Django.BSD-3
GitHub (👨💻 98 · 🔀 690 · 📦 17K · 📋 290 - 2% open · ⏱️ 21.04.2022):
git clone https://github.com/zostera/django-bootstrap3
PyPi (📥 100K / month · 📦 4K · ⏱️ 27.12.2021):
pip install django-bootstrap3
Conda (📥 21K · ⏱️ 04.08.2019):
conda install -c conda-forge django-bootstrap3
django-model-utils (🥈33 · ⭐ 2.2K) - Django model mixins and utilities.BSD-3
django-storages (🥈33 · ⭐ 2.1K) - Django-storages is a project to provide a variety of..BSD-3
GitHub (👨💻 230 · 🔀 740 · 📋 590 - 28% open · ⏱️ 12.03.2022):
git clone https://github.com/jschneier/django-storages
PyPi (📥 1.9M / month · 📦 4.9K · ⏱️ 30.10.2021):
pip install django-storages
Conda (📥 32K · ⏱️ 30.10.2021):
conda install -c conda-forge django-storages
django-simple-history (🥈33 · ⭐ 1.6K) - Store model history and view/revert changes from..BSD-3
sorl-thumbnail (🥈33 · ⭐ 1.6K) - Thumbnails for Django.BSD-3
GitHub (👨💻 150 · 🔀 460 · 📦 8.6K · 📋 400 - 28% open · ⏱️ 12.02.2022):
git clone https://github.com/jazzband/sorl-thumbnail
PyPi (📥 140K / month · 📦 2.5K · ⏱️ 10.02.2022):
pip install sorl-thumbnail
Conda (📥 1.9K · ⏱️ 11.02.2022):
conda install -c conda-forge sorl-thumbnail
django-pipeline (🥈33 · ⭐ 1.4K) - Pipeline is an asset packaging library for Django.MIT
django-stubs (🥈33 · ⭐ 880) - PEP-484 stubs for Django.MIT
GitHub (👨💻 160 · 🔀 240 · 📦 2.4K · 📋 420 - 43% open · ⏱️ 28.04.2022):
git clone https://github.com/typeddjango/django-stubs
PyPi (📥 490K / month · 📦 76 · ⏱️ 28.03.2022):
Conda (📥 2K · ⏱️ 30.03.2022):
conda install -c conda-forge django-stubs
django-taggit (🥈32 · ⭐ 2.8K) - Simple tagging for django.BSD-3
GitHub (👨💻 140 · 🔀 590 · 📋 380 - 18% open · ⏱️ 25.04.2022):
git clone https://github.com/jazzband/django-taggit
PyPi (📥 340K / month · 📦 2.9K · ⏱️ 24.01.2022):
pip install django-taggit
Conda (📥 90K · ⏱️ 24.01.2022):
conda install -c conda-forge django-taggit
django-environ (🥈32 · ⭐ 2.5K) - Django-environ allows you to utilize 12factor inspired..MIT
GitHub (👨💻 71 · 🔀 260 · 📦 73K · 📋 200 - 28% open · ⏱️ 19.10.2021):
git clone https://github.com/joke2k/django-environ
PyPi (📥 940K / month · 📦 3.5K · ⏱️ 20.10.2021):
pip install django-environ
Conda (📥 53K · ⏱️ 09.07.2018):
conda install -c conda-forge django-environ
django-webpack-loader (🥈32 · ⭐ 2.4K) - Transparently use webpack with django.MIT
GitHub (👨💻 54 · 🔀 330 · 📦 7.4K · 📋 180 - 16% open · ⏱️ 26.04.2022):
git clone https://github.com/django-webpack/django-webpack-loader
PyPi (📥 340K / month · 📦 980 · ⏱️ 06.04.2022):
pip install django-webpack-loader
Conda (📥 2.2K · ⏱️ 17.11.2021):
conda install -c conda-forge django-webpack-loader
django-redis (🥈32 · ⭐ 2.3K) - Full featured redis cache backend for Django.BSD-3
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
GitHub (👨💻 140 · 🔀 380 · 📦 4.8K · 📋 530 - 10% open · ⏱️ 05.10.2021):
git clone https://github.com/jieter/django-tables2
PyPi (📥 160K / month · 📦 890 · ⏱️ 05.10.2021):
pip install django-tables2
Conda (📥 780 · ⏱️ 24.10.2021):
conda install -c conda-forge django-tables2
django-money (🥈32 · ⭐ 1.3K) - Money fields for Django forms and models.BSD-3
django-phonenumber-field (🥈32 · ⭐ 1.2K) - A django model and form field for normalised phone..MIT
django-mptt (🥈31 · ⭐ 2.6K · 💤) - Utilities for implementing a modified pre-order traversal..MIT
django-compressor (🥈31 · ⭐ 2.6K) - Compresses linked and inline javascript or CSS into a..MIT
django-activity-stream (🥈31 · ⭐ 2K) - Generate generic activity streams from the actions on..BSD-3
django-braces (🥈31 · ⭐ 1.8K) - Reusable, generic mixins for Django.BSD-3
GitHub (👨💻 77 · 🔀 210 · 📦 12K · 📋 120 - 2% open · ⏱️ 18.11.2021):
git clone https://github.com/brack3t/django-braces
PyPi (📥 210K / month · 📦 4K · ⏱️ 05.11.2021):
pip install django-braces
Conda (📥 32K · ⏱️ 08.07.2018):
conda install -c conda-forge django-braces
django-rq (🥈31 · ⭐ 1.5K) - A simple app that provides django integration for RQ (Redis Queue).MIT
easy-thumbnails (🥈31 · ⭐ 1.3K) - Easy thumbnails for Django.BSD-3
django-countries (🥈31 · ⭐ 1.1K) - A Django application that provides country choices for..MIT
django-bootstrap4 (🥈31 · ⭐ 960) - Bootstrap 4 integration with Django.BSD-3
GitHub (👨💻 140 · 🔀 250 · 📦 59K · 📋 160 - 14% open · ⏱️ 21.04.2022):
git clone https://github.com/zostera/django-bootstrap4
PyPi (📥 140K / month · 📦 990 · ⏱️ 07.03.2022):
pip install django-bootstrap4
Conda (📥 17K · ⏱️ 20.10.2021):
conda install -c conda-forge django-bootstrap4
cookiecutter-django (🥉30 · ⭐ 9.3K) - Cookiecutter Django is a framework for jumpstarting..BSD-3
django-widget-tweaks (🥉30 · ⭐ 1.7K) - Tweak the form field rendering in templates, not in..MIT
django-constance (🥉30 · ⭐ 1.4K) - Dynamic Django settings.BSD-3
django-waffle (🥉30 · ⭐ 910) - A feature flipper for Django.BSD-3
GitHub (👨💻 110 · 🔀 240 · 📦 740 · 📋 190 - 17% open · ⏱️ 28.03.2022):
git clone https://github.com/django-waffle/django-waffle
PyPi (📥 260K / month · 📦 340 · ⏱️ 28.03.2022):
pip install django-waffle
Conda (📥 4.5K · ⏱️ 29.03.2022):
conda install -c conda-forge django-waffle
django-sql-explorer (🥉29 · ⭐ 2K) - Easily share data across your company via SQL queries...MIT
django-fsm (🥉29 · ⭐ 2K) - Django friendly finite state machine support.MIT
GitHub (👨💻 64 · 🔀 260 · 📦 1.1K · 📋 150 - 14% open · ⏱️ 16.02.2022):
git clone https://github.com/viewflow/django-fsm
PyPi (📥 250K / month · 📦 330 · ⏱️ 05.11.2021):
Conda (📥 20K · ⏱️ 07.12.2019):
conda install -c conda-forge django-fsm
django-cacheops (🥉29 · ⭐ 1.6K) - A slick ORM cache with automatic granular event-driven..BSD-3
django-polymorphic (🥉29 · ⭐ 1.3K) - Improved Django model inheritance with automatic..BSD-3
GitHub (👨💻 100 · 🔀 240 · 📋 310 - 43% open · ⏱️ 18.11.2021):
git clone https://github.com/django-polymorphic/django-polymorphic
PyPi (📥 300K / month · 📦 150 · ⏱️ 18.11.2021):
pip install django-polymorphic
Conda (📥 50K · ⏱️ 18.11.2021):
conda install -c conda-forge django_polymorphic
django-angular (🥉29 · ⭐ 1.2K) - Let AngularJS play well with Django.MIT
django-redis-cache (🥉29 · ⭐ 1K) - A Redis cache backend for django.BSD-3
GitHub (👨💻 46 · 🔀 200 · 📦 3.3K · 📋 130 - 49% open · ⏱️ 09.03.2022):
git clone https://github.com/sebleier/django-redis-cache
PyPi (📥 180K / month · 📦 1.2K · ⏱️ 15.10.2020):
pip install django-redis-cache
Conda (📥 43K · ⏱️ 09.03.2022):
conda install -c conda-forge django-redis-cache
Django-Ninja (🥉28 · ⭐ 2.9K) - Fast, Async-ready, Openapi, type hints based framework for..MIT
GitHub (👨💻 52 · 🔀 180 · 📋 300 - 35% open · ⏱️ 25.04.2022):
git clone https://github.com/vitalik/django-ninja
PyPi (📥 38K / month · 📦 8 · ⏱️ 03.02.2022):
Conda (📥 280 · ⏱️ 04.02.2022):
conda install -c conda-forge django-ninja
django-push-notifications (🥉28 · ⭐ 1.9K) - Send push notifications to mobile devices through GCM..MIT
django-q (🥉28 · ⭐ 1.5K · 💤) - A multiprocessing distributed task queue for Django.MIT
django-filebrowser (🥉28 · ⭐ 880) - Media-Management with Grappelli.BSD-3
django-paypal (🥉28 · ⭐ 650) - A pluggable Django application for integrating PayPal..MIT
django-dbbackup (🥉28 · ⭐ 580) - Management commands to help backup and restore your..BSD-3
djangorestframework-stubs (🥉28 · ⭐ 260) - PEP-484 stubs for django-rest-framework.MIT
GitHub (👨💻 42 · 🔀 63 · 📦 1.2K · 📋 90 - 41% open · ⏱️ 25.04.2022):
git clone https://github.com/typeddjango/djangorestframework-stubs
PyPi (📥 270K / month · 📦 58 · ⏱️ 06.04.2022):
pip install djangorestframework-stubs
Conda (📥 590 · ⏱️ 12.04.2022):
conda install -c conda-forge djangorestframework-stubs
viewflow (🥉27 · ⭐ 2.2K) - Reusable workflow library for Django.❗️AGPL-3.0
django-extra-views (🥉27 · ⭐ 1.2K) - Djangos class-based generic views are awesome, lets..MIT
django-watson (🥉27 · ⭐ 1K) - Full-text multi-table search application for Django. Easy to..BSD-3
django-configurations (🥉27 · ⭐ 910) - A helper for organizing Django project settings by..BSD-3
GitHub (👨💻 61 · 🔀 130 · 📦 2.2K · 📋 180 - 21% open · ⏱️ 25.01.2022):
git clone https://github.com/jazzband/django-configurations
PyPi (📥 88K / month · 📦 660 · ⏱️ 25.01.2022):
pip install django-configurations
Conda (📥 24K · ⏱️ 13.10.2020):
conda install -c conda-forge django-configurations
django-rosetta (🥉27 · ⭐ 880) - Rosetta is a Django application that eases the translation..MIT
GitHub (👨💻 79 · 🔀 180 · 📦 1.7K · 📋 150 - 28% open · ⏱️ 06.01.2022):
git clone https://github.com/mbi/django-rosetta
PyPi (📥 48K / month · 📦 610 · ⏱️ 08.12.2021):
pip install django-rosetta
Conda (📥 3K · ⏱️ 08.12.2021):
conda install -c conda-forge django-rosetta
django-cachalot (🥉26 · ⭐ 920) - No effort, no worry, maximum performance.BSD-3
GitHub (👨💻 29 · 🔀 110 · 📦 410 · 📋 140 - 12% open · ⏱️ 24.02.2022):
git clone https://github.com/noripyt/django-cachalot
PyPi (📥 44K / month · 📦 83 · ⏱️ 25.02.2022):
pip install django-cachalot
Conda (📥 37K · ⏱️ 09.08.2018):
conda install -c conda-forge django-cachalot
django-summernote (🥉26 · ⭐ 890) - Simply integrate Summernote editor with Django project.MIT
django-cleanup (🥉26 · ⭐ 760) - Automatically deletes old file for FileField and ImageField...MIT
GitHub (👨💻 17 · 🔀 70 · 📦 7.2K · 📋 48 - 4% open · ⏱️ 24.01.2022):
git clone https://github.com/un1t/django-cleanup
PyPi (📥 88K / month · 📦 320 · ⏱️ 24.01.2022):
pip install django-cleanup
Conda (📥 5.2K · ⏱️ 26.01.2022):
conda install -c conda-forge django-cleanup
django-organizations (🥉25 · ⭐ 960) - Multi-user accounts for Django projects.BSD-2
GitHub (👨💻 45 · 🔀 170 · 📋 140 - 11% open · ⏱️ 29.03.2022):
git clone https://github.com/bennylope/django-organizations
PyPi (📥 35K / month · 📦 37 · ⏱️ 17.03.2022):
pip install django-organizations
Conda (📥 2.4K · ⏱️ 23.09.2021):
conda install -c conda-forge django-organizations
django-lifecycle (🥉25 · ⭐ 920) - Declarative model lifecycle hooks, an alternative to..MIT
django-robots (🥉25 · ⭐ 370) - A Django app for managing robots.txt files following the..BSD-3
django-split-settings (🥉24 · ⭐ 850) - Organize Django settings into multiple files and..BSD-3
django-easy-audit (🥉24 · ⭐ 440) - Yet another Django audit log app, hopefully the..❗️GPL-3.0
django-vanilla-views (🥉23 · ⭐ 920 · 💤) - Beautifully simple class-based views.BSD-2
django-csp (🥉23 · ⭐ 420 · 💤) - Content Security Policy for Django.BSD-3
django-codemod (🥉18 · ⭐ 130) - A tool to automatically fix Django deprecations.MIT
Show 10 hidden projects...
jinja (🥇44 · ⭐ 8.5K) - A very fast and expressive template engine.BSD-3
GitHub (👨💻 300 · 🔀 1.5K · 📥 53K · 📋 880 - 3% open · ⏱️ 28.04.2022):
git clone https://github.com/pallets/jinja
PyPi (📥 100M / month · 📦 99K · ⏱️ 25.03.2022):
Conda (📥 16M · ⏱️ 26.03.2022):
conda install -c conda-forge jinja2
certbot (🥇40 · ⭐ 29K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and..Apache-2
GitHub (👨💻 490 · 🔀 3.2K · 📥 12K · 📦 1.1K · 📋 5.1K - 11% open · ⏱️ 27.04.2022):
git clone https://github.com/certbot/certbot
PyPi (📥 260K / month · 📦 290 · ⏱️ 16.03.2022):
Conda (📥 2.8K · ⏱️ 17.04.2022):
conda install -c conda-forge certbot-apache
dnspython (🥇39 · ⭐ 1.9K) - a powerful DNS toolkit for python.ISC
GitHub (👨💻 99 · 🔀 430 · 📦 110K · 📋 410 - 0% open · ⏱️ 27.04.2022):
git clone https://github.com/rthalley/dnspython
PyPi (📥 15M / month · 📦 4.5K · ⏱️ 06.03.2022):
Conda (📥 350K · ⏱️ 07.03.2022):
conda install -c conda-forge dnspython
scapy (🥇38 · ⭐ 7.3K) - Scapy: the Python-based interactive packet manipulation program &..❗️GPL-2.0
GitHub (👨💻 380 · 🔀 1.6K · 📦 7.7K · 📋 1.3K - 5% open · ⏱️ 23.04.2022):
git clone https://github.com/secdev/scapy
PyPi (📥 1.8M / month · 📦 950 · ⏱️ 19.04.2021):
Conda (📥 24K · ⏱️ 19.04.2021):
conda install -c conda-forge scapy
twisted (🥇38 · ⭐ 4.6K · 📉) - Event-driven networking engine written in Python.MIT
GitHub (👨💻 240 · 🔀 1.1K · 📦 53K · ⏱️ 27.04.2022):
git clone https://github.com/twisted/twisted
PyPi (📥 2.4M / month · 📦 10K · ⏱️ 11.04.2022):
Conda (📥 650K · ⏱️ 12.04.2022):
conda install -c conda-forge twisted
itsdangerous (🥇38 · ⭐ 2.4K) - Safely pass trusted data to untrusted environments and back.BSD-3
GitHub (👨💻 41 · 🔀 200 · 📦 600K · ⏱️ 28.04.2022):
git clone https://github.com/pallets/itsdangerous
PyPi (📥 47M / month · 📦 53K · ⏱️ 24.03.2022):
Conda (📥 2.9M · ⏱️ 24.03.2022):
conda install -c conda-forge itsdangerous
rdflib (🥇38 · ⭐ 1.7K) - RDFLib is a Python library for working with RDF, a simple yet powerful..BSD-3
GitHub (👨💻 180 · 🔀 460 · 📦 8.1K · 📋 990 - 13% open · ⏱️ 28.04.2022):
git clone https://github.com/RDFLib/rdflib
PyPi (📥 2.2M / month · 📦 2K · ⏱️ 19.12.2021):
Conda (📥 230K · ⏱️ 13.01.2022):
conda install -c conda-forge rdflib
web3.py (🥈37 · ⭐ 3.3K) - A python interface for interacting with the Ethereum blockchain and..MIT
GitHub (👨💻 200 · 🔀 1.1K · 📦 7.5K · 📋 1.2K - 19% open · ⏱️ 27.04.2022):
git clone https://github.com/ethereum/web3.py
PyPi (📥 480K / month · 📦 820 · ⏱️ 27.04.2022):
Conda (📥 65K · ⏱️ 14.04.2022):
conda install -c conda-forge web3
impacket (🥈36 · ⭐ 8.8K) - Impacket is a collection of Python classes for working with network..Apache-2
pyopenssl (🥈36 · ⭐ 750) - A Python wrapper around the OpenSSL library.Apache-2
GitHub (👨💻 100 · 🔀 380 · 📋 470 - 18% open · ⏱️ 20.03.2022):
git clone https://github.com/pyca/pyopenssl
PyPi (📥 38M / month · 📦 15K · ⏱️ 29.01.2022):
Conda (📥 17M · ⏱️ 29.01.2022):
conda install -c conda-forge pyopenssl
pwntools (🥈35 · ⭐ 9K) - CTF framework and exploit development library.MIT
webargs (🥈35 · ⭐ 1.3K) - A friendly library for parsing HTTP request arguments, with built-in..MIT
GitHub (👨💻 69 · 🔀 150 · 📦 3.9K · 📋 280 - 3% open · ⏱️ 28.04.2022):
git clone https://github.com/marshmallow-code/webargs
PyPi (📥 610K / month · 📦 470 · ⏱️ 12.01.2022):
Conda (📥 150K · ⏱️ 12.01.2022):
conda install -c conda-forge webargs
certifi (🥈35 · ⭐ 530 · 📈) - (Python Distribution) A carefully curated collection of Root..MPL-2.0
GitHub (👨💻 29 · 🔀 180 · 📦 830K · 📋 110 - 9% open · ⏱️ 12.03.2022):
git clone https://github.com/certifi/python-certifi
PyPi (📥 150M / month · 📦 43K · ⏱️ 08.10.2021):
Conda (📥 53M · ⏱️ 31.03.2022):
conda install -c conda-forge certifi
weblate (🥈33 · ⭐ 2.9K) - Web based localization tool with tight version control integration.❗️GPL-3.0
pywebview (🥈33 · ⭐ 2.9K) - Build GUI for your Python program with JavaScript, HTML, and CSS.BSD-3
pynacl (🥈33 · ⭐ 880) - Python binding to the Networking and Cryptography (NaCl) library.Apache-2
GitHub (👨💻 63 · 🔀 200 · 📋 280 - 13% open · ⏱️ 11.04.2022):
git clone https://github.com/pyca/pynacl
PyPi (📥 34M / month · 📦 2.3K · ⏱️ 07.01.2022):
Conda (📥 2.5M · ⏱️ 09.04.2022):
conda install -c conda-forge pynacl
speedtest-cli (🥈32 · ⭐ 12K · 💤) - Command line interface for testing internet bandwidth..Apache-2
GitHub (👨💻 10 · 🔀 1.7K · 📦 32K · ⏱️ 07.07.2021):
git clone https://github.com/sivel/speedtest-cli
PyPi (📥 240K / month · 📦 520 · ⏱️ 08.04.2021):
pip install speedtest-cli
Conda (📥 200 · ⏱️ 09.11.2021):
conda install -c conda-forge speedtest-cli
saleor (🥈31 · ⭐ 16K) - A modular, high performance, headless e-commerce platform built..BSD-3
webassets (🥈31 · ⭐ 910 · 💤) - Asset management for Python web development.BSD-3
GitHub (👨💻 160 · 🔀 260 · 📦 5.6K · 📋 300 - 22% open · ⏱️ 01.05.2021):
git clone https://github.com/miracle2k/webassets
PyPi (📥 140K / month · 📦 1.7K · ⏱️ 20.12.2019):
Conda (📥 42K · ⏱️ 24.12.2019):
conda install -c conda-forge webassets
netaddr (🥈31 · ⭐ 690 · 💤) - A network address manipulation library for Python.BSD-3
GitHub (👨💻 46 · 🔀 160 · 📦 17K · 📋 160 - 24% open · ⏱️ 15.04.2021):
git clone https://github.com/netaddr/netaddr
PyPi (📥 3.2M / month · 📦 4.8K · ⏱️ 03.07.2020):
Conda (📥 140K · ⏱️ 16.09.2017):
conda install -c conda-forge netaddr
terminado (🥈31 · ⭐ 300) - Terminals served by tornado websockets.BSD-3
GitHub (👨💻 41 · 🔀 78 · 📥 51 · 📋 62 - 41% open · ⏱️ 18.04.2022):
git clone https://github.com/jupyter/terminado
PyPi (📥 8.6M / month · 📦 6.9K · ⏱️ 03.03.2022):
Conda (📥 5.7M · ⏱️ 04.04.2022):
conda install -c conda-forge terminado
aiortc (🥉30 · ⭐ 2.9K) - WebRTC and ORTC implementation for Python using asyncio.BSD-3
Mako (🥉30 · ⭐ 190) - Mako Templates for Python.MIT
GitHub (👨💻 56 · 🔀 38 · 📋 330 - 20% open · ⏱️ 09.04.2022):
git clone https://github.com/sqlalchemy/mako
PyPi (📥 20M / month · 📦 14K · ⏱️ 10.03.2022):
Conda (📥 2.9M · ⏱️ 04.04.2022):
conda install -c conda-forge mako
maltrail (🥉29 · ⭐ 4.5K) - Malicious traffic detection system.MIT
sslyze (🥉29 · ⭐ 2.7K) - Fast and powerful SSL/TLS scanning library.❗️AGPL-3.0
proxy.py (🥉29 · ⭐ 1.9K) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-..BSD-3
Js2Py (🥉29 · ⭐ 1.8K · 💤) - JavaScript to Python Translator & JavaScript interpreter written in 100%..MIT
GitHub (👨💻 28 · 🔀 200 · 📦 8.7K · 📋 220 - 48% open · ⏱️ 18.09.2021):
git clone https://github.com/PiotrDabkowski/Js2Py
PyPi (📥 270K / month · 📦 140 · ⏱️ 01.04.2021):
Conda (📥 3K · ⏱️ 09.04.2021):
conda install -c conda-forge js2py
python-user-agents (🥉29 · ⭐ 1.3K) - A Python library that provides an easy way to identify..MIT
GitHub (👨💻 31 · 🔀 190 · 📦 4.1K · 📋 66 - 53% open · ⏱️ 14.12.2021):
git clone https://github.com/selwin/python-user-agents
PyPi (📥 2.5M / month · 📦 470 · ⏱️ 23.08.2020):
Conda (📥 33K · ⏱️ 24.08.2020):
conda install -c conda-forge user-agents
idna (🥉29 · ⭐ 180) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46).BSD-3
GitHub (👨💻 20 · 🔀 71 · 📋 64 - 4% open · ⏱️ 27.04.2022):
git clone https://github.com/kjd/idna
PyPi (📥 180M / month · 📦 38K · ⏱️ 12.10.2021):
Conda (📥 17M · ⏱️ 17.01.2022):
conda install -c conda-forge idna
Radicale (🥉28 · ⭐ 2.4K) - A simple CalDAV (calendar) and CardDAV (contact) server.❗️GPL-3.0
dpkt (🥉28 · ⭐ 890) - fast, simple packet creation / parsing, with definitions for the basic..BSD-3
GitHub (👨💻 61 · 🔀 230 · 📦 990 · 📋 370 - 19% open · ⏱️ 26.04.2022):
git clone https://github.com/kbandla/dpkt
PyPi (📥 240K / month · 📦 320 · ⏱️ 15.12.2021):
Conda (📥 62K · ⏱️ 06.09.2021):
conda install -c conda-forge dpkt
pyload (🥉27 · ⭐ 2.5K) - The free and open-source Download Manager written in pure Python.❗️AGPL-3.0
aiodns (🥉27 · ⭐ 440 · 💤) - Simple DNS resolver for asyncio.MIT
GitHub (👨💻 24 · 🔀 52 · 📦 27K · 📋 62 - 8% open · ⏱️ 15.05.2021):
git clone https://github.com/saghul/aiodns
PyPi (📥 1.8M / month · 📦 1K · ⏱️ 14.05.2021):
Conda (📥 150K · ⏱️ 25.11.2021):
conda install -c conda-forge aiodns
tifffile (🥉27 · ⭐ 250) - Read and write TIFF files. Forked fromhttps://pypi.org/project/tifffile .BSD-3
GitHub (👨💻 1 · 🔀 68 · 📋 120 - 3% open · ⏱️ 26.04.2022):
git clone https://github.com/cgohlke/tifffile
PyPi (📥 3.6M / month · 📦 520 · ⏱️ 26.04.2022):
Conda (📥 1.5M · ⏱️ 27.04.2022):
conda install -c conda-forge tifffile
klein (🥉26 · ⭐ 800) - werkzeug + twisted.web.MIT
httpagentparser (🥉26 · ⭐ 210) - Python HTTP Agent Parser.MIT
healthchecks (🥉24 · ⭐ 4.7K) - A cron monitoring tool written in Python & Django.BSD-3
trustme (🥉24 · ⭐ 450) - #1 quality TLS certs while you wait, for the discerning tester.MIT
GitHub (👨💻 16 · 🔀 21 · 📦 220 · 📋 32 - 12% open · ⏱️ 28.04.2022):
git clone https://github.com/python-trio/trustme
PyPi (📥 38K / month · 📦 44 · ⏱️ 12.08.2021):
Conda (📥 2.9K · ⏱️ 12.08.2021):
conda install -c conda-forge trustme
urlwatch (🥉23 · ⭐ 2.4K) - urlwatch monitors webpages for you.BSD-3
pyngrok (🥉23 · ⭐ 290) - A Python wrapper for ngrok.MIT
GitHub (👨💻 8 · 🔀 40 · ⏱️ 15.12.2021):
git clone https://github.com/alexdlaird/pyngrok
PyPi (📥 100K / month · 📦 53 · ⏱️ 25.08.2021):
Conda (📥 39K · ⏱️ 25.08.2021):
conda install -c conda-forge pyngrok
streaming-form-data (🥉22 · ⭐ 100) - Streaming parser for multipart/form-data written in Python.MIT
toapi (🥉19 · ⭐ 3.2K · 💤) - Every web site provides APIs.MIT
asgi-lifespan (🥉19 · ⭐ 97) - Programmatic startup/shutdown of ASGI apps.MIT
GitHub (👨💻 2 · 🔀 5 · 📦 440 · 📋 14 - 21% open · ⏱️ 06.12.2021):
git clone https://github.com/florimondmanca/asgi-lifespan
PyPi (📥 74K / month · 📦 11 · ⏱️ 07.06.2020):
pip install asgi-lifespan
Conda (📥 18K · ⏱️ 19.04.2022):
conda install -c conda-forge asgi-lifespan
Show 15 hidden projects... pyzmq (🥇38 · ⭐ 3.1K) - PyZMQ: Python bindings for zeromq.❗️Revised BSD
httpbin (🥈33 · ⭐ 11K · 💀) - HTTP Request & Response Service, written in Python + Flask.ISC
PySocks (🥈33 · ⭐ 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 · ⭐ 380 · 💀) - A python module for retrieving and parsing WHOIS data.❗️WTFPL
sandman2 (🥉23 · ⭐ 1.8K · 💀) - Automatically generate a RESTful API service for your legacy..Apache-2
ProxyBroker (🥉22 · ⭐ 2.9K · 💀) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.Apache-2
hyde (🥉22 · ⭐ 1.6K · 💀) - A Python Static Website Generator.MIT
reppy (🥉22 · ⭐ 170 · 💀) - Modern robots.txt Parser for Python.MIT
cabot (🥉20 · ⭐ 5.3K · 💀) - Self-hosted, easily-deployable monitoring and alerts service - like a..MIT
tinkerer (🥉19 · ⭐ 300) - Python blogging engine.❗️BSD-2-Clause-FreeBSD
libextract (🥉17 · ⭐ 490 · 💀) - Extract data from websites using basic statistical magic.MIT
IP2Trace (🥉10 · ⭐ 17) - A Python tool to display geolocation information in the traceroute.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 .