Best-of Web Development with Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
This curated list contains 550 awesome open-source projects with a total of 2M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an issue , submit a pull request , or directly edit the projects.yaml . Contributions are very welcome!
🧙♂️ Discover other best-of lists or create your own .
📫 Subscribe to our newsletter for updates and trending projects.
Contents
Explanation
🥇 🥈 🥉 Combined project-quality score
⭐️ Star count from GitHub
🐣 New project (less than 6 months old)
💤 Inactive project (6 months no activity)
💀 Dead project (12 months no activity)
📈 📉 Project is trending up or down
➕ Project was recently added
❗️ Warning (e.g. missing/risky license)
👨💻 Contributors count from GitHub
🔀 Fork count from GitHub
📋 Issue count from GitHub
⏱️ Last update timestamp on package manager
📥 Download count from package manager
📦 Number of dependent projects
Flask related project
Django related project
FastAPI related project
Pyramid related project
OpenAPI related project
GraphQL related project
Web Frameworks
General purpose web frameworks to build web applications and REST APIs.
flask (🥇 39 · ⭐ 55K) - The Python micro framework for building web applications. BSD-3
GitHub (👨💻 710 · 🔀 14K · 📥 4.8K · 📦 710K · 📋 2.1K - 1% open · ⏱️ 14.04.2021):
git clone https://github.com/pallets/flask
PyPi (📥 22M / month · 📦 230K · ⏱️ 03.04.2020):
pip install flask
Conda (📥 1.8M · ⏱️ 03.04.2020):
conda install -c conda-forge flask
django (🥇 38 · ⭐ 57K) - The Web framework for perfectionists with deadlines. BSD-3
GitHub (👨💻 2.5K · 🔀 24K · 📦 650K · ⏱️ 15.04.2021):
git clone https://github.com/django/django
PyPi (📥 7.7M / month · 📦 230K · ⏱️ 06.04.2021):
pip install django
Conda (📥 810K · ⏱️ 07.04.2021):
conda install -c conda-forge django
django-rest-framework (🥇 38 · ⭐ 21K) - Web APIs for Django. BSD-3
GitHub (👨💻 1.2K · 🔀 5.6K · 📦 210K · 📋 3.8K - 5% open · ⏱️ 12.04.2021):
git clone https://github.com/encode/django-rest-framework
PyPi (📥 1.1M / month · 📦 750 · ⏱️ 20.07.2017):
pip install django-rest-framework
Conda (📥 350K · ⏱️ 26.03.2021):
conda install -c conda-forge djangorestframework
werkzeug (🥇 38 · ⭐ 5.7K) - The comprehensive WSGI web application library. BSD-3
GitHub (👨💻 410 · 🔀 1.5K · 📥 240 · 📦 490K · 📋 840 - 2% open · ⏱️ 12.04.2021):
git clone https://github.com/pallets/werkzeug
PyPi (📥 26M / month · 📦 140K · ⏱️ 17.03.2021):
pip install werkzeug
Conda (📥 2.8M · ⏱️ 01.04.2020):
conda install -c conda-forge werkzeug
tornado (🥈 37 · ⭐ 20K) - Tornado is a Python web framework and asynchronous networking.. Apache-2
GitHub (👨💻 410 · 🔀 5.3K · 📦 160K · 📋 1.7K - 13% open · ⏱️ 03.04.2021):
git clone https://github.com/tornadoweb/tornado
PyPi (📥 18M / month · 📦 48K · ⏱️ 30.10.2020):
pip install tornado
Conda (📥 12M · ⏱️ 08.01.2021):
conda install -c conda-forge tornado
bottle (🥈 35 · ⭐ 7.2K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT
GitHub (👨💻 220 · 🔀 1.4K · 📦 16K · 📋 840 - 37% open · ⏱️ 01.01.2021):
git clone https://github.com/bottlepy/bottle
PyPi (📥 1.7M / month · 📦 9.7K · ⏱️ 11.11.2020):
pip install bottle
Conda (📥 230K · ⏱️ 10.06.2020):
conda install -c conda-forge bottle
falcon (🥈 34 · ⭐ 8.3K) - The no-nonsense, minimalist REST and app backend framework for Python.. Apache-2
GitHub (👨💻 170 · 🔀 820 · 📥 440 · 📦 5.3K · 📋 900 - 21% open · ⏱️ 12.04.2021):
git clone https://github.com/falconry/falcon
PyPi (📥 600K / month · 📦 3K · ⏱️ 05.04.2021):
pip install falcon
Conda (📥 180K · ⏱️ 06.04.2021):
conda install -c conda-forge falcon
fastapi (🥈 33 · ⭐ 30K) - FastAPI framework, high performance, easy to learn, fast to.. MIT
GitHub (👨💻 210 · 🔀 2K · 📋 2.2K - 35% open · ⏱️ 07.04.2021):
git clone https://github.com/tiangolo/fastapi
PyPi (📥 1.6M / month · 📦 280 · ⏱️ 20.12.2020):
pip install fastapi
Conda (📥 210K · ⏱️ 08.01.2021):
conda install -c conda-forge fastapi
pyramid (🥈 33 · ⭐ 3.5K) - Pyramid - A Python web framework. BSD-3
GitHub (👨💻 340 · 🔀 870 · 📦 9.1K · 📋 1K - 6% open · ⏱️ 15.03.2021):
git clone https://github.com/Pylons/pyramid
PyPi (📥 400K / month · 📦 5.2K · ⏱️ 01.03.2021):
pip install pyramid
Conda (📥 2.7K · ⏱️ 25.02.2021):
conda install -c anaconda pyramid
sanic (🥈 32 · ⭐ 15K · 📉 ) - Async Python 3.7+ web server/framework | Build fast. Run fast. MIT
GitHub (👨💻 290 · 🔀 1.3K · 📦 5.1K · 📋 1K - 4% open · ⏱️ 12.04.2021):
git clone https://github.com/sanic-org/sanic
PyPi (📥 3.1M / month · 📦 530 · ⏱️ 23.03.2021):
pip install sanic
Conda (📥 130K · ⏱️ 10.03.2021):
conda install -c conda-forge sanic
flask-restful (🥈 32 · ⭐ 6K) - Simple framework for creating REST APIs. BSD-3
GitHub (👨💻 160 · 🔀 930 · 📦 55K · 📋 550 - 20% open · ⏱️ 15.10.2020):
git clone https://github.com/flask-restful/flask-restful
PyPi (📥 1.2M / month · 📦 14K · ⏱️ 06.02.2020):
pip install flask-restful
Conda (📥 81K · ⏱️ 24.03.2020):
conda install -c conda-forge flask-restful
starlette (🥈 31 · ⭐ 5.4K) - The little ASGI framework that shines. BSD-3
GitHub (👨💻 150 · 🔀 460 · 📦 13K · 📋 590 - 30% open · ⏱️ 14.04.2021):
git clone https://github.com/encode/starlette
PyPi (📥 2.1M / month · 📦 580 · ⏱️ 02.02.2021):
pip install starlette
Conda (📥 180K · ⏱️ 03.02.2021):
conda install -c conda-forge starlette
Flask-AppBuilder (🥈 31 · ⭐ 3.3K) - Simple and rapid application development framework,.. BSD-3
GitHub (👨💻 140 · 🔀 1K · 📦 1.9K · 📋 1K - 10% open · ⏱️ 06.04.2021):
git clone https://github.com/dpgaspar/Flask-AppBuilder
PyPi (📥 1.8M / month · ⏱️ 16.03.2021):
pip install flask-appbuilder
Conda (📥 130K · ⏱️ 06.04.2021):
conda install -c conda-forge flask-appbuilder
eve (🥉 30 · ⭐ 6.3K) - REST API framework designed for human beings. BSD-3
GitHub (👨💻 200 · 🔀 720 · 📦 950 · 📋 940 - 3% open · ⏱️ 14.03.2021):
git clone https://github.com/pyeve/eve
PyPi (📥 12K / month · 📦 710 · ⏱️ 25.01.2021):
pip install eve
webpy (🥉 29 · ⭐ 5.5K) - web.py is a web framework for python that is as simple as it is.. Unlicense
GitHub (👨💻 83 · 🔀 1.3K · 📋 420 - 7% open · ⏱️ 03.03.2021):
git clone https://github.com/webpy/webpy
PyPi (📥 68K / month · 📦 2.2K · ⏱️ 09.11.2020):
pip install web.py
hug (🥉 28 · ⭐ 6.5K · 💤 ) - Embrace the APIs of the future. Hug aims to make developing APIs as simple.. MIT
GitHub (👨💻 120 · 🔀 360 · 📦 1K · 📋 440 - 33% open · ⏱️ 10.08.2020):
git clone https://github.com/hugapi/hug
PyPi (📥 29K / month · 📦 420 · ⏱️ 06.02.2020):
pip install hug
Conda (📥 110K · ⏱️ 19.02.2020):
conda install -c conda-forge hug
CherryPy (🥉 28 · ⭐ 1.4K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3
GitHub (👨💻 130 · 🔀 310 · 📦 7.1K · 📋 1.7K - 11% open · ⏱️ 17.01.2021):
git clone https://github.com/cherrypy/cherrypy
PyPi (📥 440K / month · 📦 20K · ⏱️ 17.04.2020):
pip install cherrypy
cornice (🥉 28 · ⭐ 360) - Build Web Services with Pyramid. MPL-2.0
GitHub (👨💻 120 · 🔀 150 · 📦 640 · 📋 240 - 20% open · ⏱️ 06.04.2021):
git clone https://github.com/Cornices/cornice
PyPi (📥 46K / month · 📦 660 · ⏱️ 18.02.2021):
pip install cornice
responder (🥉 27 · ⭐ 3.6K) - A familiar HTTP Service Framework for Python. Apache-2
GitHub (👨💻 86 · 🔀 210 · 📦 430 · 📋 220 - 24% open · ⏱️ 24.03.2021):
git clone https://github.com/taoufik07/responder
PyPi (📥 8.9K / month · 📦 120 · ⏱️ 08.01.2021):
pip install responder
Conda (📥 55K · ⏱️ 08.01.2021):
conda install -c conda-forge responder
quart (🥉 27 · ⭐ 880) - Quart is a Python ASGI web microframework with the same API as Flask. MIT
GitHub (👨💻 55 · 🔀 83 · 📦 1.3K · 📋 110 - 4% open · ⏱️ 15.04.2021):
git clone https://github.com/pgjones/quart
PyPi (📥 120K / month · 📦 160 · ⏱️ 13.12.2020):
pip install quart
Conda (📥 18K · ⏱️ 10.01.2021):
conda install -c conda-forge quart
masonite (🥉 25 · ⭐ 1.6K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
GitHub (👨💻 72 · 🔀 95 · 📥 8 · 📋 240 - 11% open · ⏱️ 15.04.2021):
git clone https://github.com/MasoniteFramework/masonite
PyPi (📥 4K / month · 📦 94 · ⏱️ 23.03.2021):
pip install masonite
guillotina (🥉 25 · ⭐ 160) - Python AsyncIO data API to manage billions of resources. BSD-3
GitHub (👨💻 47 · 🔀 42 · 📦 110 · 📋 210 - 22% open · ⏱️ 12.04.2021):
git clone https://github.com/plone/guillotina
PyPi (📥 13K / month · 📦 52 · ⏱️ 04.03.2021):
pip install guillotina
web2py (🥉 22 · ⭐ 1.9K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0
emmett (🥉 20 · ⭐ 650) - The web framework for inventors. BSD-3
GitHub (👨💻 20 · 🔀 56 · 📦 8 · 📋 260 - 9% open · ⏱️ 09.03.2021):
git clone https://github.com/emmett-framework/emmett
PyPi (📥 640 / month · ⏱️ 09.03.2021):
pip install emmett
flask-mongorest (🥉 19 · ⭐ 510) - Restful API framework wrapped around MongoEngine. BSD-3
GitHub (👨💻 18 · 🔀 89 · 📦 46 · 📋 64 - 42% open · ⏱️ 27.10.2020):
git clone https://github.com/closeio/flask-mongorest
PyPi (📥 280 / month · 📦 27 · ⏱️ 26.08.2019):
pip install Flask-MongoRest
flama (🥉 15 · ⭐ 160) - Fire up your API with this flamethrower. ❗️GPL-3.0
GitHub (👨💻 8 · 🔀 12 · 📥 50 · 📋 29 - 31% open · ⏱️ 16.11.2020):
git clone https://github.com/perdy/flama
PyPi (📥 530 / month · ⏱️ 16.11.2020):
pip install flama
Show 5 hidden projects...
django-tastypie (🥈 32 · ⭐ 3.7K · 💀 ) - Creating delicious APIs for Django apps since 2010. BSD-3
flask-restplus (🥉 28 · ⭐ 2.5K · 💀 ) - Fully featured framework for fast, easy and.. BSD-3
japronto (🥉 24 · ⭐ 8.4K · 💀 ) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT
vibora (🥉 21 · ⭐ 5.7K · 💀 ) - Fast, asynchronous and elegant Python web framework. MIT
Growler (🥉 16 · ⭐ 690 · 💀 ) - A micro web-framework using asyncio coroutines and chained.. Apache-2
HTTP Clients
requests (🥇 41 · ⭐ 45K) - A simple, yet elegant HTTP library. Apache-2
GitHub (👨💻 680 · 🔀 8.2K · 📦 930K · 📋 3.4K - 9% open · ⏱️ 11.04.2021):
git clone https://github.com/psf/requests
PyPi (📥 110M / month · 📦 300K · ⏱️ 16.12.2020):
pip install requests
Conda (📥 10M · ⏱️ 16.12.2020):
conda install -c conda-forge requests
aiohttp (🥇 39 · ⭐ 11K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2
GitHub (👨💻 570 · 🔀 1.6K · 📥 810 · 📦 84K · 📋 2.4K - 14% open · ⏱️ 13.04.2021):
git clone https://github.com/aio-libs/aiohttp
PyPi (📥 25M / month · 📦 15K · ⏱️ 25.02.2021):
pip install aiohttp
Conda (📥 1.8M · ⏱️ 25.02.2021):
conda install -c conda-forge aiohttp
urllib3 (🥈 35 · ⭐ 2.6K) - Python HTTP library with thread-safe connection pooling, file post.. MIT
GitHub (👨💻 270 · 🔀 820 · 📥 72 · 📦 530K · 📋 900 - 16% open · ⏱️ 12.04.2021):
git clone https://github.com/urllib3/urllib3
PyPi (📥 160M / month · 📦 75K · ⏱️ 15.03.2021):
pip install urllib3
Conda (📥 10M · ⏱️ 15.03.2021):
conda install -c conda-forge urllib3
httpie (🥈 33 · ⭐ 50K) - As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP.. BSD-3
GitHub (👨💻 120 · 🔀 3.3K · 📦 8.4K · 📋 700 - 20% open · ⏱️ 15.04.2021):
git clone https://github.com/httpie/httpie
PyPi (📥 240K / month · 📦 3.3K · ⏱️ 06.02.2021):
pip install httpie
Conda (📥 54K · ⏱️ 14.10.2020):
conda install -c conda-forge httpie
httplib2 (🥈 32 · ⭐ 410) - Small, fast HTTP client library for Python. Features persistent.. MIT
GitHub (👨💻 65 · 🔀 140 · 📦 72K · 📋 110 - 42% open · ⏱️ 08.04.2021):
git clone https://github.com/httplib2/httplib2
PyPi (📥 19M / month · 📦 31K · ⏱️ 07.02.2021):
pip install httplib2
Conda (📥 970K · ⏱️ 30.03.2021):
conda install -c conda-forge httplib2
httpx (🥈 31 · ⭐ 6.7K · 📉 ) - A next generation HTTP client for Python. BSD-3
GitHub (👨💻 120 · 🔀 430 · 📦 5.9K · 📋 600 - 8% open · ⏱️ 13.04.2021):
git clone https://github.com/encode/httpx
PyPi (📥 2.8M / month · 📦 64 · ⏱️ 28.02.2021):
pip install httpx
Conda (📥 49K · ⏱️ 15.03.2021):
conda install -c conda-forge httpx
pycurl (🥈 31 · ⭐ 740) - PycURL - Python interface to libcurl. MIT
GitHub (👨💻 86 · 🔀 200 · 📦 31K · 📋 280 - 5% open · ⏱️ 07.12.2020):
git clone https://github.com/pycurl/pycurl
PyPi (📥 1.7M / month · 📦 8.3K · ⏱️ 02.09.2020):
pip install pycurl
Conda (📥 430K · ⏱️ 08.01.2021):
conda install -c conda-forge pycurl
python-zeep (🥈 30 · ⭐ 1.6K) - A modern/fast python SOAP client based on lxml / requests. MIT
GitHub (👨💻 120 · 🔀 500 · 📦 2.8K · 📋 970 - 35% open · ⏱️ 11.04.2021):
git clone https://github.com/mvantellingen/python-zeep
PyPi (📥 1.8M / month · 📦 650 · ⏱️ 12.10.2020):
pip install zeep
requests-toolbelt (🥈 30 · ⭐ 760) - A toolbelt of useful classes and functions to be used.. Apache-2
GitHub (👨💻 58 · 🔀 140 · 📦 26K · 📋 150 - 36% open · ⏱️ 25.03.2021):
git clone https://github.com/requests/toolbelt
PyPi (📥 13M / month · 📦 8.2K · ⏱️ 30.01.2019):
pip install requests-toolbelt
Conda (📥 430K · ⏱️ 30.01.2019):
conda install -c conda-forge requests-toolbelt
requests-futures (🥉 27 · ⭐ 1.7K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2
GitHub (👨💻 24 · 🔀 140 · 📦 2.7K · 📋 70 - 25% open · ⏱️ 13.01.2021):
git clone https://github.com/ross/requests-futures
PyPi (📥 640K / month · 📦 1.6K · ⏱️ 11.06.2019):
pip install requests-futures
Conda (📥 100K · ⏱️ 14.10.2020):
conda install -c conda-forge requests-futures
hyper (🥉 27 · ⭐ 1K) - HTTP/2 for Python. MIT
GitHub (👨💻 43 · 🔀 160 · 📥 140 · 📦 640 · 📋 250 - 31% open · ⏱️ 12.01.2021):
git clone https://github.com/python-hyper/hyper
PyPi (📥 750K / month · 📦 180 · ⏱️ 27.09.2016):
pip install hyper
Conda (📥 16K · ⏱️ 02.12.2018):
conda install -c conda-forge hyper
treq (🥉 27 · ⭐ 520) - Python requests like API built on top of Twisted's HTTP client. MIT
GitHub (👨💻 43 · 🔀 140 · 📥 74 · 📦 820 · 📋 150 - 41% open · ⏱️ 02.02.2021):
git clone https://github.com/twisted/treq
PyPi (📥 130K / month · 📦 700 · ⏱️ 15.01.2021):
pip install treq
Conda (📥 51K · ⏱️ 15.01.2021):
conda install -c conda-forge treq
httpcore (🥉 27 · ⭐ 160) - A minimal HTTP client. BSD-3
GitHub (👨💻 18 · 🔀 26 · 📦 2.9K · 📋 81 - 30% open · ⏱️ 09.04.2021):
git clone https://github.com/encode/httpcore
PyPi (📥 2.6M / month · 📦 70 · ⏱️ 28.01.2021):
pip install httpcore
Conda (📥 30K · ⏱️ 28.01.2021):
conda install -c conda-forge httpcore
http-prompt (🥉 26 · ⭐ 8.1K) - An interactive command-line HTTP and API testing client built on top.. MIT
GitHub (👨💻 25 · 🔀 310 · 📦 34 · 📋 94 - 44% open · ⏱️ 21.03.2021):
git clone https://github.com/httpie/http-prompt
PyPi (📥 1.5K / month · 📦 14 · ⏱️ 05.03.2021):
pip install http-prompt
grequests (🥉 26 · ⭐ 3.7K · 💤 ) - Requests + Gevent = 3. BSD-2
GitHub (👨💻 27 · 🔀 320 · 📦 2.3K · 📋 100 - 10% open · ⏱️ 05.04.2020):
git clone https://github.com/spyoungtech/grequests
PyPi (📥 340K / month · 📦 1.2K · ⏱️ 05.04.2020):
pip install grequests
Conda (📥 35K · ⏱️ 22.04.2020):
conda install -c conda-forge grequests
httptools (🥉 26 · ⭐ 930) - Fast HTTP parser. MIT
GitHub (👨💻 10 · 🔀 55 · 📦 8K · 📋 41 - 34% open · ⏱️ 30.03.2021):
git clone https://github.com/MagicStack/httptools
PyPi (📥 1.7M / month · 📦 900 · ⏱️ 08.02.2020):
pip install httptools
Conda (📥 270K · ⏱️ 09.02.2021):
conda install -c conda-forge httptools
pysimplesoap (🥉 23 · ⭐ 360 · 💤 ) - Python Simple SOAP Library. ❗️LGPL-3.0
GitHub (👨💻 51 · 🔀 220 · 📦 540 · 📋 110 - 81% open · ⏱️ 20.07.2020):
git clone https://github.com/pysimplesoap/pysimplesoap
PyPi (📥 13K / month · 📦 250 · ⏱️ 03.12.2017):
pip install pysimplesoap
http-parser (🥉 23 · ⭐ 330 · 💤 ) - HTTP request/response parser for python in C. MIT
GitHub (👨💻 31 · 🔀 90 · 📦 380 · 📋 54 - 24% open · ⏱️ 06.04.2020):
git clone https://github.com/benoitc/http-parser
PyPi (📥 50K / month · 📦 150 · ⏱️ 06.04.2020):
pip install http-parser
httpstat (🥉 20 · ⭐ 4.7K) - curl statistics made simple. MIT
GitHub (👨💻 4 · 🔀 310 · 📥 39 · 📦 9 · 📋 23 - 21% open · ⏱️ 24.12.2020):
git clone https://github.com/reorx/httpstat
PyPi (📥 2.8K / month · ⏱️ 24.12.2020):
pip install httpstat
Servers
gunicorn (🥇 38 · ⭐ 7.6K) - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients.. MIT
GitHub (👨💻 360 · 🔀 1.4K · 📥 97 · 📦 430K · 📋 1.7K - 18% open · ⏱️ 27.03.2021):
git clone https://github.com/benoitc/gunicorn
PyPi (📥 18M / month · 📦 120K · ⏱️ 27.03.2021):
pip install gunicorn
Conda (📥 590K · ⏱️ 29.03.2021):
conda install -c conda-forge gunicorn
gevent (🥇 35 · ⭐ 5.5K) - Coroutine-based concurrency library for Python. MIT
GitHub (👨💻 97 · 🔀 900 · 📥 58K · 📦 60K · 📋 1.2K - 4% open · ⏱️ 22.01.2021):
git clone https://github.com/gevent/gevent
PyPi (📥 6.2M / month · 📦 28K · ⏱️ 20.01.2021):
pip install gevent
Conda (📥 540K · ⏱️ 17.03.2021):
conda install -c conda-forge gevent
uvicorn (🥈 32 · ⭐ 3.8K) - The lightning-fast ASGI server. BSD-3
GitHub (👨💻 96 · 🔀 300 · 📦 21K · 📋 510 - 21% open · ⏱️ 14.03.2021):
git clone https://github.com/encode/uvicorn
PyPi (📥 2M / month · 📦 710 · ⏱️ 20.02.2021):
pip install uvicorn
Conda (📥 380K · ⏱️ 20.02.2021):
conda install -c conda-forge uvicorn
whitenoise (🥈 31 · ⭐ 1.7K) - Radically simplified static file serving for Python web apps. MIT
GitHub (👨💻 46 · 🔀 100 · 📦 150K · 📋 200 - 13% open · ⏱️ 06.03.2021):
git clone https://github.com/evansd/whitenoise
PyPi (📥 1.1M / month · 📦 26K · ⏱️ 04.08.2020):
pip install whitenoise
Conda (📥 46K · ⏱️ 13.10.2020):
conda install -c conda-forge whitenoise
livereload (🥈 28 · ⭐ 900) - livereload server in python (MAINTAINERS NEEDED). BSD-3
GitHub (👨💻 55 · 🔀 140 · 📦 6.3K · 📋 140 - 29% open · ⏱️ 13.10.2020):
git clone https://github.com/lepture/python-livereload
PyPi (📥 750K / month · 📦 3.1K · ⏱️ 22.08.2020):
pip install livereload
Conda (📥 130K · ⏱️ 22.08.2020):
conda install -c conda-forge livereload
asgiref (🥉 27 · ⭐ 820) - ASGI specification and utilities. BSD-3
GitHub (👨💻 57 · 🔀 120 · 📋 120 - 19% open · ⏱️ 07.04.2021):
git clone https://github.com/django/asgiref
PyPi (📥 4.1M / month · 📦 1.8K · ⏱️ 06.04.2021):
pip install asgiref
Conda (📥 75K · ⏱️ 06.04.2021):
conda install -c conda-forge asgiref
Hypercorn (🥉 27 · ⭐ 190) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT
GitHub (👨💻 28 · 🔀 29 · 📦 990 · 📋 34 - 14% open · ⏱️ 07.02.2021):
git clone https://github.com/pgjones/hypercorn
PyPi (📥 140K / month · 📦 98 · ⏱️ 10.01.2021):
pip install hypercorn
bjoern (🥉 25 · ⭐ 2.6K) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2
GitHub (👨💻 40 · 🔀 180 · 📦 280 · 📋 140 - 20% open · ⏱️ 20.12.2020):
git clone https://github.com/jonashaag/bjoern
PyPi (📥 15K / month · 📦 240 · ⏱️ 03.11.2019):
pip install bjoern
Conda (📥 43K · ⏱️ 13.10.2020):
conda install -c conda-forge bjoern
Meinheld (🥉 25 · ⭐ 1.3K · 💤 ) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3
GitHub (👨💻 20 · 🔀 91 · 📦 580 · 📋 75 - 33% open · ⏱️ 23.06.2020):
git clone https://github.com/mopemope/meinheld
PyPi (📥 37K / month · 📦 590 · ⏱️ 17.05.2020):
pip install meinheld
mangum (🥉 23 · ⭐ 510) - AWS Lambda & API Gateway support for ASGI. MIT
GitHub (👨💻 17 · 🔀 45 · 📦 180 · 📋 100 - 11% open · ⏱️ 22.03.2021):
git clone https://github.com/jordaneremieff/mangum
PyPi (📥 47K / month · ⏱️ 19.03.2021):
pip install mangum
Show 2 hidden projects...
Authorization & Authentication
oauthlib (🥇 36 · ⭐ 2.2K) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3
GitHub (👨💻 170 · 🔀 430 · 📦 140K · 📋 330 - 20% open · ⏱️ 12.02.2021):
git clone https://github.com/oauthlib/oauthlib
PyPi (📥 44M / month · 📦 24K · ⏱️ 06.08.2019):
pip install oauthlib
Conda (📥 2.3M · ⏱️ 20.02.2019):
conda install -c conda-forge oauthlib
django-allauth (🥇 35 · ⭐ 6.4K) - Integrated set of Django applications addressing.. MIT
GitHub (👨💻 530 · 🔀 2.2K · 📦 61K · 📋 1.7K - 18% open · ⏱️ 23.02.2021):
git clone https://github.com/pennersr/django-allauth
PyPi (📥 460K / month · 📦 10K · ⏱️ 25.11.2020):
pip install django-allauth
Conda (📥 58K · ⏱️ 23.12.2019):
conda install -c conda-forge django-allauth
pyjwt (🥇 35 · ⭐ 3.8K) - JSON Web Token implementation in Python. MIT
GitHub (👨💻 91 · 🔀 490 · 📦 110K · 📋 320 - 27% open · ⏱️ 06.04.2021):
git clone https://github.com/jpadilla/pyjwt
PyPi (📥 37M / month · 📦 19K · ⏱️ 17.01.2021):
pip install pyjwt
Conda (📥 3M · ⏱️ 31.03.2021):
conda install -c conda-forge pyjwt
requests-oauthlib (🥇 34 · ⭐ 1.4K · 💤 ) - OAuthlib support for Python-Requests!. ISC
GitHub (👨💻 98 · 🔀 360 · 📦 130K · 📋 230 - 43% open · ⏱️ 14.05.2020):
git clone https://github.com/requests/requests-oauthlib
PyPi (📥 44M / month · 📦 22K · ⏱️ 06.11.2019):
pip install requests-oauthlib
Conda (📥 2.3M · ⏱️ 23.07.2020):
conda install -c conda-forge requests-oauthlib
google-auth (🥈 33 · ⭐ 400) - Google Auth Python Library. Apache-2
GitHub (👨💻 72 · 🔀 190 · 📦 56K · 📋 280 - 22% open · ⏱️ 15.04.2021):
git clone https://github.com/googleapis/google-auth-library-python
PyPi (📥 34M / month · 📦 3.6K · ⏱️ 08.04.2021):
pip install google-auth
Conda (📥 2.2M · ⏱️ 30.03.2021):
conda install -c conda-forge google-auth
authlib (🥈 32 · ⭐ 2.4K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3
GitHub (👨💻 58 · 🔀 250 · 📦 13K · 📋 240 - 8% open · ⏱️ 08.03.2021):
git clone https://github.com/lepture/authlib
PyPi (📥 2M / month · 📦 320 · ⏱️ 31.01.2021):
pip install authlib
Conda (📥 50K · ⏱️ 15.01.2021):
conda install -c conda-forge authlib
flask-login (🥈 31 · ⭐ 2.8K) - Flask user session management. MIT
GitHub (👨💻 97 · 🔀 620 · 📋 320 - 13% open · ⏱️ 24.03.2021):
git clone https://github.com/maxcountryman/flask-login
PyPi (📥 2.6M / month · 📦 25K · ⏱️ 09.02.2020):
pip install flask-login
Conda (📥 92K · ⏱️ 27.04.2020):
conda install -c conda-forge flask-login
django-oauth-toolkit (🥈 31 · ⭐ 2.2K) - OAuth2 goodies for the Djangonauts!. BSD-3
GitHub (👨💻 180 · 🔀 600 · 📋 610 - 23% open · ⏱️ 12.04.2021):
git clone https://github.com/jazzband/django-oauth-toolkit
PyPi (📥 260K / month · 📦 2K · ⏱️ 22.03.2021):
pip install django-oauth-toolkit
flask-jwt-extended (🥈 31 · ⭐ 1.1K) - An open source Flask extension that provides JWT.. MIT
GitHub (👨💻 69 · 🔀 180 · 📦 12K · 📋 300 - 3% open · ⏱️ 06.04.2021):
git clone https://github.com/vimalloc/flask-jwt-extended
PyPi (📥 2.4M / month · 📦 1.2K · ⏱️ 09.03.2021):
pip install flask-jwt-extended
Conda (📥 63K · ⏱️ 10.03.2021):
conda install -c conda-forge flask-jwt-extended
django-guardian (🥈 30 · ⭐ 2.9K) - Per object permissions for Django. BSD-3
GitHub (👨💻 160 · 🔀 500 · 📦 4K · 📋 430 - 25% open · ⏱️ 21.03.2021):
git clone https://github.com/django-guardian/django-guardian
PyPi (📥 260K / month · 📦 3.8K · ⏱️ 07.06.2020):
pip install django-guardian
Conda (📥 27K · ⏱️ 08.09.2019):
conda install -c conda-forge django-guardian
django-rest-framework-simplejwt (🥈 29 · ⭐ 2.3K) - A JSON Web Token authentication plugin for the Django.. MIT
GitHub (👨💻 41 · 🔀 360 · 📋 250 - 22% open · ⏱️ 18.03.2021):
git clone https://github.com/SimpleJWT/django-rest-framework-simplejwt
PyPi (📥 470K / month · 📦 480 · ⏱️ 13.11.2020):
pip install djangorestframework-simplejwt
pyotp (🥈 28 · ⭐ 1.7K) - Python One-Time Password Library. MIT
GitHub (👨💻 36 · 🔀 230 · 📥 91 · 📦 2.9K · 📋 64 - 4% open · ⏱️ 02.03.2021):
git clone https://github.com/pyauth/pyotp
PyPi (📥 2M / month · 📦 890 · ⏱️ 04.02.2021):
pip install pyotp
Conda (📥 8.4K · ⏱️ 04.02.2021):
conda install -c conda-forge pyotp
Flask-HTTPAuth (🥈 28 · ⭐ 960) - Simple extension that provides Basic, Digest and Token HTTP.. MIT
GitHub (👨💻 28 · 🔀 170 · 📦 11K · 📋 84 - 5% open · ⏱️ 21.02.2021):
git clone https://github.com/miguelgrinberg/Flask-HTTPAuth
PyPi (📥 260K / month · 📦 4.3K · ⏱️ 16.11.2020):
pip install flask-httpauth
Conda (📥 87K · ⏱️ 16.11.2020):
conda install -c conda-forge flask-httpauth
djoser (🥉 27 · ⭐ 1.9K) - REST implementation of Django authentication system. MIT
GitHub (👨💻 89 · 🔀 350 · 📋 370 - 26% open · ⏱️ 31.12.2020):
git clone https://github.com/sunscrapers/djoser
PyPi (📥 97K / month · 📦 420 · ⏱️ 30.10.2020):
pip install djoser
django-rest-knox (🥉 27 · ⭐ 660) - Authentication Module for django rest auth. MIT
GitHub (👨💻 40 · 🔀 99 · 📦 5.1K · 📋 120 - 30% open · ⏱️ 01.12.2020):
git clone https://github.com/James1345/django-rest-knox
PyPi (📥 69K / month · 📦 320 · ⏱️ 01.06.2019):
pip install django-rest-knox
dj-rest-auth (🥉 26 · ⭐ 530) - Authentication for Django Rest Framework. MIT
GitHub (👨💻 140 · 🔀 97 · 📥 100 · 📦 760 · 📋 160 - 38% open · ⏱️ 05.04.2021):
git clone https://github.com/jazzband/dj-rest-auth
PyPi (📥 69K / month · ⏱️ 20.03.2021):
pip install dj-rest-auth
authomatic (🥉 25 · ⭐ 960) - Simple yet powerful authorization / authentication client library for.. MIT
GitHub (👨💻 43 · 🔀 390 · 📋 120 - 31% open · ⏱️ 19.02.2021):
git clone https://github.com/authomatic/authomatic
PyPi (📥 2.3K / month · 📦 490 · ⏱️ 27.11.2019):
pip install authomatic
flask-dance (🥉 24 · ⭐ 820) - Doing the OAuth dance with style using Flask, requests, and.. MIT
GitHub (👨💻 50 · 🔀 140 · 📦 1.9K · 📋 170 - 14% open · ⏱️ 10.04.2021):
git clone https://github.com/singingwolfboy/flask-dance
PyPi (📥 45K / month · 📦 300 · ⏱️ 10.04.2021):
pip install flask-dance
Conda (📥 5.7K · ⏱️ 07.06.2019):
conda install -c conda-forge flask-dance
django-cas-ng (🥉 24 · ⭐ 300) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT
GitHub (👨💻 76 · 🔀 150 · 📥 390 · 📦 240 · 📋 130 - 3% open · ⏱️ 31.03.2021):
git clone https://github.com/django-cas-ng/django-cas-ng
PyPi (📥 11K / month · 📦 130 · ⏱️ 27.02.2020):
pip install django-cas-ng
flask-praetorian (🥉 20 · ⭐ 270) - Strong, Simple, and Precise security for Flask APIs.. MIT
GitHub (👨💻 19 · 🔀 36 · 📋 120 - 4% open · ⏱️ 07.12.2020):
git clone https://github.com/dusktreader/flask-praetorian
PyPi (📥 4.8K / month · 📦 14 · ⏱️ 07.12.2020):
pip install flask-praetorian
python-jwt (🥉 20 · ⭐ 190 · 💤 ) - Python module for generating and verifying JSON Web Tokens. MIT
GitHub (👨💻 5 · 🔀 23 · ⏱️ 24.08.2020):
git clone https://github.com/davedoesdev/python-jwt
PyPi (📥 130K / month · 📦 42 · ⏱️ 24.08.2020):
pip install python-jwt
fastapi_login (🥉 20 · ⭐ 140) - FastAPI-Login tries to provide similar functionality as.. MIT
GitHub (👨💻 5 · 🔀 12 · 📥 3 · 📦 58 · ⏱️ 18.02.2021):
git clone https://github.com/MushroomMaula/fastapi_login
PyPi (📥 3.6K / month · ⏱️ 18.02.2021):
pip install fastapi_login
fastapi-users (🥉 19 · ⭐ 780) - Ready-to-use and customizable users management for FastAPI. MIT
GitHub (👨💻 17 · 🔀 76 · 📋 140 - 5% open · ⏱️ 10.04.2021):
git clone https://github.com/frankie567/fastapi-users
PyPi (📥 5.6K / month · ⏱️ 29.03.2021):
pip install fastapi-users
fastapi-jwt-auth (🥉 19 · ⭐ 170) - FastAPI extension that provides JWT Auth support (secure,.. MIT
GitHub (👨💻 3 · 🔀 21 · 📋 43 - 32% open · ⏱️ 11.11.2020):
git clone https://github.com/IndominusByte/fastapi-jwt-auth
PyPi (📥 8.8K / month · ⏱️ 06.11.2020):
pip install fastapi-jwt-auth
apex (🥉 18 · ⭐ 95 · 💤 ) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. MIT
GitHub (👨💻 19 · 🔀 29 · 📋 27 - 29% open · ⏱️ 02.04.2020):
git clone https://github.com/cd34/apex
PyPi (📥 6.6K / month · 📦 44 · ⏱️ 05.03.2013):
pip install apex
flask_simplelogin (🥉 17 · ⭐ 130) - Simple Login - Login Extension for Flask - maintainer.. MIT
GitHub (👨💻 7 · 🔀 28 · 📋 15 - 40% open · ⏱️ 09.11.2020):
git clone https://github.com/flask-extensions/flask_simplelogin
PyPi (📥 6.8K / month · 📦 14 · ⏱️ 14.10.2019):
pip install flask_simplelogin
pyramid_jwt (🥉 17 · ⭐ 70) - JWT authentication for Pyramid. BSD-2
GitHub (👨💻 12 · 🔀 27 · 📋 28 - 28% open · ⏱️ 09.10.2020):
git clone https://github.com/wichert/pyramid_jwt
PyPi (📥 15K / month · 📦 1 · ⏱️ 10.08.2018):
pip install pyramid_jwt
Show 11 hidden projects...
HTML Processing
lxml (🥇 35 · ⭐ 1.9K) - The lxml XML toolkit for Python. BSD-3
GitHub (👨💻 120 · 🔀 450 · 📦 170K · ⏱️ 29.03.2021):
git clone https://github.com/lxml/lxml
PyPi (📥 23M / month · 📦 67K · ⏱️ 21.03.2021):
pip install lxml
Conda (📥 3.1M · ⏱️ 23.03.2021):
conda install -c conda-forge lxml
bleach (🥈 34 · ⭐ 2.1K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2
GitHub (👨💻 71 · 🔀 220 · 📦 120K · 📋 320 - 15% open · ⏱️ 22.02.2021):
git clone https://github.com/mozilla/bleach
PyPi (📥 14M / month · 📦 23K · ⏱️ 01.02.2021):
pip install bleach
Conda (📥 4M · ⏱️ 01.02.2021):
conda install -c conda-forge bleach
html5lib-python (🥈 33 · ⭐ 900) - Standards-compliant library for parsing and serializing HTML.. MIT
GitHub (👨💻 61 · 🔀 250 · 📦 87K · 📋 240 - 35% open · ⏱️ 29.03.2021):
git clone https://github.com/html5lib/html5lib-python
PyPi (📥 4.9M / month · 📦 29K · ⏱️ 22.06.2020):
pip install html5lib
markupsafe (🥈 33 · ⭐ 370) - Safely add untrusted strings to HTML/XML markup. BSD-3
GitHub (👨💻 33 · 🔀 98 · 📦 550K · ⏱️ 12.04.2021):
git clone https://github.com/pallets/markupsafe
PyPi (📥 62M / month · 📦 150K · ⏱️ 15.02.2021):
pip install markupsafe
Conda (📥 10M · ⏱️ 08.01.2021):
conda install -c conda-forge markupsafe
pyquery (🥉 31 · ⭐ 2K) - A jquery-like library for python. BSD-3
GitHub (👨💻 47 · 🔀 160 · 📦 11K · 📋 160 - 27% open · ⏱️ 09.03.2021):
git clone https://github.com/gawel/pyquery
PyPi (📥 630K / month · 📦 6.2K · ⏱️ 21.11.2020):
pip install pyquery
Conda (📥 14K · ⏱️ 27.11.2020):
conda install -c conda-forge pyquery
Requests-HTML (🥉 30 · ⭐ 12K · 💤 ) - Pythonic HTML Parsing for Humans. MIT
GitHub (👨💻 62 · 🔀 800 · 📦 4.2K · 📋 340 - 42% open · ⏱️ 10.05.2020):
git clone https://github.com/psf/requests-html
PyPi (📥 440K / month · 📦 360 · ⏱️ 17.02.2019):
pip install requests-html
WeasyPrint (🥉 30 · ⭐ 4.3K) - The awesome document factory. BSD-3
GitHub (👨💻 100 · 🔀 490 · 📋 1.1K - 13% open · ⏱️ 14.04.2021):
git clone https://github.com/Kozea/WeasyPrint
PyPi (📥 460K / month · 📦 1.2K · ⏱️ 11.03.2021):
pip install weasyprint
xhtml2pdf (🥉 29 · ⭐ 1.8K) - A library for converting HTML into PDFs using ReportLab. Apache-2
GitHub (👨💻 130 · 🔀 540 · 📦 4.7K · 📋 280 - 35% open · ⏱️ 19.03.2021):
git clone https://github.com/xhtml2pdf/xhtml2pdf
PyPi (📥 240K / month · 📦 1.6K · ⏱️ 08.10.2020):
pip install xhtml2pdf
Conda (📥 21K · ⏱️ 20.01.2021):
conda install -c conda-forge xhtml2pdf
html5-parser (🥉 23 · ⭐ 600) - Fast C based HTML 5 parsing for python. Apache-2
GitHub (👨💻 5 · 🔀 21 · 📦 210 · 📋 18 - 5% open · ⏱️ 17.12.2020):
git clone https://github.com/kovidgoyal/html5-parser
PyPi (📥 250K / month · 📦 24 · ⏱️ 03.11.2019):
pip install html5-parser
selectolax (🥉 21 · ⭐ 380) - Python binding to Modest engine (fast HTML5 parser with CSS selectors). MIT
GitHub (👨💻 2 · 🔀 24 · 📦 160 · 📋 34 - 20% open · ⏱️ 09.01.2021):
git clone https://github.com/rushter/selectolax
PyPi (📥 17K / month · 📦 6 · ⏱️ 19.12.2020):
pip install selectolax
URL Utilities
tldextract (🥇 31 · ⭐ 1.3K) - Accurately separate the TLD from the registered domain and.. BSD-3
GitHub (👨💻 38 · 🔀 180 · 📦 5.7K · 📋 140 - 13% open · ⏱️ 22.11.2020):
git clone https://github.com/john-kurkowski/tldextract
PyPi (📥 7.4M / month · 📦 1.8K · ⏱️ 22.11.2020):
pip install tldextract
Conda (📥 77K · ⏱️ 09.11.2019):
conda install -c conda-forge tldextract
Yarl (🥈 30 · ⭐ 630) - Yet another URL library. Apache-2
GitHub (👨💻 58 · 🔀 87 · 📥 1.4K · 📋 170 - 15% open · ⏱️ 22.02.2021):
git clone https://github.com/aio-libs/yarl
PyPi (📥 24M / month · 📦 4.6K · ⏱️ 14.11.2020):
pip install yarl
Conda (📥 1.6M · ⏱️ 11.01.2021):
conda install -c conda-forge yarl
shortuuid (🥈 28 · ⭐ 1.4K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3
GitHub (👨💻 22 · 🔀 91 · 📦 4.8K · 📋 29 - 6% open · ⏱️ 17.02.2021):
git clone https://github.com/skorokithakis/shortuuid
PyPi (📥 750K / month · 📦 1.7K · ⏱️ 06.03.2020):
pip install shortuuid
Conda (📥 64K · ⏱️ 07.04.2021):
conda install -c conda-forge shortuuid
furl (🥉 27 · ⭐ 2K) - URL parsing and manipulation made easy. Unlicense
GitHub (👨💻 14 · 🔀 120 · 📋 98 - 22% open · ⏱️ 12.04.2021):
git clone https://github.com/gruns/furl
PyPi (📥 530K / month · 📦 850 · ⏱️ 12.04.2021):
pip install furl
Conda (📥 110K · ⏱️ 22.11.2019):
conda install -c conda-forge furl
purl (🥉 24 · ⭐ 250) - A simple, immutable URL class with a clean API for interrogation and.. MIT
GitHub (👨💻 18 · 🔀 32 · 📦 1.6K · 📋 18 - 22% open · ⏱️ 13.04.2021):
git clone https://github.com/codeinthehole/purl
PyPi (📥 42K / month · 📦 710 · ⏱️ 10.03.2019):
pip install purl
Show 1 hidden projects...
OpenAPI Utilities
🔗 OpenAPI-Specification ( ⭐ 21K) - The OpenAPI Specification Repository.
OpenAPI Generator (🥇 35 · ⭐ 8.3K) - OpenAPI Generator allows generation of API client.. Apache-2
GitHub (👨💻 2K · 🔀 2.9K · 📦 260 · 📋 4.1K - 55% open · ⏱️ 14.04.2021):
git clone https://github.com/OpenAPITools/openapi-generator
PyPi (📥 4.3K / month · ⏱️ 15.05.2020):
pip install openapi-generator-cli
NPM (📥 560K / month · 📦 400 · ⏱️ 29.03.2021):
npm install @openapitools/openapi-generator-cli
connexion (🥇 32 · ⭐ 3.6K · 💤 ) - Swagger/OpenAPI First framework for Python on top of.. Apache-2
GitHub (👨💻 160 · 🔀 600 · 📦 4.8K · 📋 800 - 47% open · ⏱️ 10.08.2020):
git clone https://github.com/zalando/connexion
PyPi (📥 1.2M / month · 📦 1.2K · ⏱️ 25.04.2020):
pip install connexion
Conda (📥 130K · ⏱️ 13.02.2021):
conda install -c conda-forge connexion
drf-yasg (🥇 31 · ⭐ 2.2K) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3
GitHub (👨💻 60 · 🔀 300 · 📦 34K · 📋 540 - 31% open · ⏱️ 31.10.2020):
git clone https://github.com/axnsan12/drf-yasg
PyPi (📥 980K / month · 📦 580 · ⏱️ 25.10.2020):
pip install drf-yasg
swagger-ui (🥈 30 · ⭐ 20K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2
swagger-codegen (🥈 29 · ⭐ 13K) - swagger-codegen contains a template-driven engine to.. Apache-2
flasgger (🥈 29 · ⭐ 2.5K) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT
GitHub (👨💻 96 · 🔀 360 · 📥 450 · 📦 4.3K · 📋 320 - 53% open · ⏱️ 13.03.2021):
git clone https://github.com/flasgger/flasgger
PyPi (📥 200K / month · 📦 590 · ⏱️ 31.07.2020):
pip install flasgger
Conda (📥 84K · ⏱️ 01.08.2020):
conda install -c conda-forge flasgger
apispec (🥈 27 · ⭐ 840) - A pluggable API specification generator. Currently supports the.. MIT
GitHub (👨💻 68 · 🔀 140 · 📦 2.9K · 📋 220 - 16% open · ⏱️ 13.04.2021):
git clone https://github.com/marshmallow-code/apispec
PyPi (📥 2.1M / month · 📦 14K · ⏱️ 31.03.2021):
pip install apispec
redoc (🥈 26 · ⭐ 14K) - OpenAPI/Swagger-generated API Reference Documentation. MIT
drf-spectacular (🥈 26 · ⭐ 460) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3
GitHub (👨💻 34 · 🔀 58 · 📦 260 · 📋 280 - 9% open · ⏱️ 08.04.2021):
git clone https://github.com/tfranzel/drf-spectacular
PyPi (📥 110K / month · ⏱️ 08.04.2021):
pip install drf-spectacular
OpenAPI Spec validator (🥈 26 · ⭐ 170) - OpenAPI Spec validator. Apache-2
GitHub (👨💻 20 · 🔀 33 · 📋 64 - 42% open · ⏱️ 28.03.2021):
git clone https://github.com/p1c2u/openapi-spec-validator
PyPi (📥 1.7M / month · 📦 220 · ⏱️ 24.02.2021):
pip install openapi-spec-validator
AutoRest (🥉 25 · ⭐ 3.4K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT
Spectacle (🥉 25 · ⭐ 1.2K · 💤 ) - Beautiful static documentation generator for OpenAPI/Swagger.. MIT
GitHub (👨💻 38 · 🔀 280 · 📦 140 · 📋 130 - 27% open · ⏱️ 21.05.2020):
git clone https://github.com/sourcey/spectacle
NPM (📥 24K / month · 📦 52 · ⏱️ 10.03.2020):
npm install spectacle-docs
flask-swagger (🥉 25 · ⭐ 430 · 💤 ) - A swagger 2.0 spec extractor for flask. MIT
GitHub (👨💻 24 · 🔀 85 · 📦 2.8K · 📋 30 - 56% open · ⏱️ 29.09.2020):
git clone https://github.com/gangverk/flask-swagger
PyPi (📥 1.1M / month · 📦 620 · ⏱️ 26.03.2019):
pip install flask-swagger
Conda (📥 48K · ⏱️ 20.04.2019):
conda install -c conda-forge flask-swagger
OpenAPI-to-GraphQL (🥉 23 · ⭐ 990) - Translate APIs described by OpenAPI Specifications.. MIT
GitHub (👨💻 32 · 🔀 120 · 📦 280 · 📋 210 - 42% open · ⏱️ 14.04.2021):
git clone https://github.com/IBM/openapi-to-graphql
NPM (📥 5.3K / month · 📦 1 · ⏱️ 17.03.2021):
npm install openapi-to-graphql-cli
openapi-core (🥉 23 · ⭐ 130) - OpenAPI core. BSD-3
GitHub (👨💻 40 · 🔀 81 · 📋 140 - 36% open · ⏱️ 31.03.2021):
git clone https://github.com/p1c2u/openapi-core
PyPi (📥 280K / month · 📦 22 · ⏱️ 15.02.2021):
pip install openapi-core
datamodel-code-generator (🥉 20 · ⭐ 440) - Pydantic model generator for easy conversion of JSON,.. MIT
GitHub (👨💻 17 · 🔀 50 · 📋 120 - 14% open · ⏱️ 03.04.2021):
git clone https://github.com/koxudaxi/datamodel-code-generator
PyPi (📥 56K / month · ⏱️ 03.04.2021):
pip install datamodel-code-generator
Spectree (🥉 20 · ⭐ 84) - API spec validator and OpenAPI document generator for Python web.. Apache-2
GitHub (👨💻 11 · 🔀 31 · 📦 12 · 📋 44 - 22% open · ⏱️ 07.04.2021):
git clone https://github.com/0b01001001/spectree
PyPi (📥 2.8K / month · ⏱️ 07.04.2021):
pip install spectree
openapi-python-client (🥉 18 · ⭐ 140) - Generate modern Python clients from OpenAPI. MIT
GitHub (👨💻 23 · 🔀 31 · 📋 140 - 20% open · ⏱️ 13.04.2021):
git clone https://github.com/triaxtec/openapi-python-client
PyPi (📥 11K / month · ⏱️ 19.02.2021):
pip install openapi-python-client
pyramid_openapi3 (🥉 17 · ⭐ 63) - Pyramid addon for OpenAPI3 validation of requests and.. MIT
GitHub (👨💻 18 · 🔀 26 · 📋 39 - 43% open · ⏱️ 15.04.2021):
git clone https://github.com/Pylons/pyramid_openapi3
PyPi (📥 6.6K / month · 📦 1 · ⏱️ 15.02.2021):
pip install pyramid_openapi3
Show 3 hidden projects...
GraphQL Utilities
🔗 GraphQL Specification ( ⭐ 13K) - GraphQL is a query language and execution engine tied to any..
graphene (🥇 32 · ⭐ 6.5K) - GraphQL framework for Python. MIT
GitHub (👨💻 170 · 🔀 690 · 📦 8.4K · 📋 890 - 9% open · ⏱️ 24.03.2021):
git clone https://github.com/graphql-python/graphene
PyPi (📥 1.1M / month · 📦 1.4K · ⏱️ 06.01.2021):
pip install graphene
Conda (📥 140K · ⏱️ 28.08.2019):
conda install -c conda-forge graphene
graphene-django (🥇 31 · ⭐ 3.5K · 📈 ) - Integrate GraphQL into your Django project. MIT
GitHub (👨💻 180 · 🔀 600 · 📦 5.3K · 📋 710 - 15% open · ⏱️ 11.04.2021):
git clone https://github.com/graphql-python/graphene-django
PyPi (📥 350K / month · 📦 780 · ⏱️ 31.12.2020):
pip install graphene-django
Conda (📥 9.2K · ⏱️ 09.01.2021):
conda install -c conda-forge graphene-django
ariadne (🥈 28 · ⭐ 1.3K · 📈 ) - Ariadne is a Python library for implementing GraphQL servers.. BSD-3
GitHub (👨💻 40 · 🔀 100 · 📦 360 · 📋 190 - 25% open · ⏱️ 14.04.2021):
git clone https://github.com/mirumee/ariadne
PyPi (📥 72K / month · 📦 20 · ⏱️ 17.03.2021):
pip install ariadne
graphql-core (🥈 26 · ⭐ 350) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT
GitHub (👨💻 17 · 🔀 67 · 📦 8.3K · 📋 91 - 14% open · ⏱️ 08.04.2021):
git clone https://github.com/graphql-python/graphql-core
PyPi (📥 1.7M / month · 📦 1.1K · ⏱️ 08.04.2021):
pip install graphql-core
Conda (📥 160K · ⏱️ 09.04.2021):
conda install -c conda-forge graphql-core
graphql-relay-py (🥈 26 · ⭐ 130) - A library to help construct a graphql-py server supporting.. MIT
GitHub (👨💻 8 · 🔀 28 · 📦 6.8K · 📋 24 - 37% open · ⏱️ 19.03.2021):
git clone https://github.com/graphql-python/graphql-relay-py
PyPi (📥 1.1M / month · 📦 900 · ⏱️ 25.02.2021):
pip install graphql-relay
flask-graphql (🥉 24 · ⭐ 1.2K · 💤 ) - Adds GraphQL support to your Flask application. MIT
GitHub (👨💻 15 · 🔀 130 · 📦 1.7K · 📋 60 - 65% open · ⏱️ 07.08.2020):
git clone https://github.com/graphql-python/flask-graphql
PyPi (📥 180K / month · 📦 380 · ⏱️ 05.12.2019):
pip install flask-graphql
Conda (📥 6.8K · ⏱️ 11.05.2020):
conda install -c conda-forge flask-graphql
tartiflette (🥉 23 · ⭐ 740) - GraphQL Engine built with Python 3.6+ / asyncio. MIT
GitHub (👨💻 24 · 🔀 35 · 📦 59 · 📋 140 - 10% open · ⏱️ 09.04.2021):
git clone https://github.com/tartiflette/tartiflette
PyPi (📥 3.2K / month · 📦 14 · ⏱️ 09.04.2021):
pip install tartiflette
django-graphql-auth (🥉 23 · ⭐ 210) - Django registration and authentication with GraphQL. MIT
GitHub (👨💻 14 · 🔀 41 · 📦 130 · 📋 75 - 52% open · ⏱️ 10.04.2021):
git clone https://github.com/PedroBern/django-graphql-auth
PyPi (📥 8.9K / month · ⏱️ 16.11.2020):
pip install django-graphql-auth
Strawberry GraphQL (🥉 19 · ⭐ 940) - A new GraphQL library for Python. MIT
GitHub (👨💻 61 · 🔀 95 · 📥 230 · 📋 190 - 41% open · ⏱️ 15.04.2021):
git clone https://github.com/strawberry-graphql/strawberry
PyPi (📥 38K / month · 📦 2 · ⏱️ 14.04.2021):
pip install strawberry-graphql
tartiflette-aiohttp (🥉 19 · ⭐ 52) - tartiflette-aiohttp is a wrapper of aiohttp which includes.. MIT
GitHub (👨💻 9 · 🔀 5 · 📦 31 · 📋 16 - 12% open · ⏱️ 15.12.2020):
git clone https://github.com/tartiflette/tartiflette-aiohttp
PyPi (📥 1.5K / month · 📦 4 · ⏱️ 15.12.2020):
pip install tartiflette-aiohttp
Flask-GraphQL-Auth (🥉 18 · ⭐ 57 · 💤 ) - (Now finding maintainer) A Pythonic way to provide.. MIT
GitHub (👨💻 6 · 🔀 8 · 📦 55 · 📋 17 - 41% open · ⏱️ 11.07.2020):
git clone https://github.com/NovemberOscar/Flask-GraphQL-Auth
PyPi (📥 1.5K / month · 📦 4 · ⏱️ 11.07.2020):
pip install flask-graphql-auth
tartiflette-asgi (🥉 16 · ⭐ 82) - ASGI support for the Tartiflette GraphQL engine. MIT
GitHub (👨💻 9 · 🔀 11 · 📦 6 · 📋 48 - 14% open · ⏱️ 01.03.2021):
git clone https://github.com/tartiflette/tartiflette-asgi
PyPi (📥 170 / month · 📦 1 · ⏱️ 19.01.2021):
pip install tartiflette-asgi
Show 1 hidden projects...
Websocket Utilities
Flask-SocketIO (🥇 32 · ⭐ 4.2K) - Socket.IO integration for Flask applications. MIT
GitHub (👨💻 59 · 🔀 770 · 📦 17K · 📋 1.5K - 4% open · ⏱️ 13.04.2021):
git clone https://github.com/miguelgrinberg/Flask-SocketIO
PyPi (📥 1.3M / month · 📦 4.3K · ⏱️ 19.12.2020):
pip install flask-socketio
Conda (📥 120K · ⏱️ 19.12.2020):
conda install -c conda-forge flask-socketio
websockets (🥇 32 · ⭐ 3.3K) - Library for building WebSocket servers and clients in Python. BSD-3
GitHub (👨💻 47 · 🔀 370 · 📦 32K · 📋 700 - 10% open · ⏱️ 02.01.2021):
git clone https://github.com/aaugustin/websockets
PyPi (📥 4M / month · 📦 5K · ⏱️ 01.11.2019):
pip install websockets
Conda (📥 640K · ⏱️ 15.01.2021):
conda install -c conda-forge websockets
python-socketio (🥇 32 · ⭐ 2.3K) - Python Socket.IO server and client. MIT
GitHub (👨💻 50 · 🔀 390 · 📦 15K · 📋 600 - 9% open · ⏱️ 15.04.2021):
git clone https://github.com/miguelgrinberg/python-socketio
PyPi (📥 640K / month · 📦 3.4K · ⏱️ 25.12.2020):
pip install python-socketio
Conda (📥 160K · ⏱️ 10.03.2021):
conda install -c conda-forge python-socketio
autobahn-python (🥇 32 · ⭐ 2.3K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT
GitHub (👨💻 120 · 🔀 630 · 📦 12K · 📋 820 - 21% open · ⏱️ 01.04.2021):
git clone https://github.com/crossbario/autobahn-python
PyPi (📥 570K / month · 📦 3.6K · ⏱️ 02.03.2021):
pip install autobahn
daphne (🥉 28 · ⭐ 1.5K) - Django Channels HTTP/WebSocket server. BSD-3
GitHub (👨💻 57 · 🔀 180 · 📦 8.9K · 📋 270 - 16% open · ⏱️ 07.04.2021):
git clone https://github.com/django/daphne
PyPi (📥 320K / month · 📦 1.5K · ⏱️ 07.04.2021):
pip install daphne
Conda (📥 40K · ⏱️ 07.04.2021):
conda install -c conda-forge daphne
websockify (🥉 26 · ⭐ 2.7K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0
GitHub (👨💻 88 · 🔀 570 · 📦 380 · 📋 280 - 11% open · ⏱️ 22.03.2021):
git clone https://github.com/novnc/websockify
PyPi (📥 38K / month · 📦 600 · ⏱️ 13.08.2019):
pip install websockify
Conda (📥 13K · ⏱️ 15.01.2021):
conda install -c conda-forge websockify
sockjs-tornado (🥉 25 · ⭐ 850 · 💤 ) - WebSocket emulation - Python server. MIT
GitHub (👨💻 35 · 🔀 160 · 📦 2K · 📋 75 - 46% open · ⏱️ 24.04.2020):
git clone https://github.com/mrjoes/sockjs-tornado
PyPi (📥 18K / month · 📦 1.5K · ⏱️ 24.04.2020):
pip install sockjs-tornado
Show 4 hidden projects...
RPC Utilities
grpc (🥇 38 · ⭐ 30K · 📈 ) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2
GitHub (👨💻 720 · 🔀 7.7K · 📥 150K · 📦 2.7K · 📋 9.6K - 8% open · ⏱️ 14.04.2021):
git clone https://github.com/grpc/grpc
PyPi (📥 25M / month · 📦 6.8K · ⏱️ 31.03.2021):
pip install grpcio
Conda (📥 2.4M · ⏱️ 08.04.2021):
conda install -c conda-forge grpcio
rpyc (🥈 28 · ⭐ 1K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT
GitHub (👨💻 69 · 🔀 190 · 📥 120 · 📦 840 · 📋 340 - 13% open · ⏱️ 10.03.2021):
git clone https://github.com/tomerfiliba-org/rpyc
PyPi (📥 380K / month · 📦 530 · ⏱️ 11.01.2021):
pip install rpyc
Conda (📥 110K · ⏱️ 12.01.2021):
conda install -c conda-forge rpyc
fastapi-jsonrpc (🥉 16 · ⭐ 89) - JSON-RPC server based on fastapi. MIT
GitHub (👨💻 6 · 🔀 10 · 📦 4 · 📋 10 - 50% open · ⏱️ 28.12.2020):
git clone https://github.com/smagafurov/fastapi-jsonrpc
PyPi (📥 1.5K / month · ⏱️ 28.12.2020):
pip install fastapi-jsonrpc
Show 1 hidden projects...
spyne (🥉 26 · ⭐ 1K) - A transport agnostic sync/async RPC library that focuses on exposing.. ❗️LGPL-2.1
Serverless
Zappa (🥇 32 · ⭐ 12K) - Serverless Python. MIT
GitHub (👨💻 260 · 🔀 1.2K · 📥 250 · 📦 2.7K · 📋 1.4K - 51% open · ⏱️ 20.02.2021):
git clone https://github.com/Miserlou/Zappa
PyPi (📥 110K / month · 📦 780 · ⏱️ 07.10.2020):
pip install zappa
chalice (🥉 31 · ⭐ 7.8K) - Python Serverless Microframework for AWS. Apache-2
GitHub (👨💻 160 · 🔀 800 · 📦 1K · 📋 1K - 27% open · ⏱️ 09.04.2021):
git clone https://github.com/aws/chalice
PyPi (📥 140K / month · 📦 250 · ⏱️ 01.02.2021):
pip install chalice
Conda (📥 45K · ⏱️ 15.01.2021):
conda install -c conda-forge chalice
python-lambda (🥉 25 · ⭐ 1.3K) - A toolkit for developing and deploying serverless Python code in.. ISC
GitHub (👨💻 47 · 🔀 210 · 📦 140 · 📋 96 - 45% open · ⏱️ 02.04.2021):
git clone https://github.com/nficano/python-lambda
PyPi (📥 6.9K / month · 📦 33 · ⏱️ 05.01.2021):
pip install python-lambda
Content Management Systems
wagtail (🥇 35 · ⭐ 10K) - A Django content management system focused on flexibility and user.. BSD-3
GitHub (👨💻 560 · 🔀 2.2K · 📦 5.2K · 📋 3.3K - 28% open · ⏱️ 15.04.2021):
git clone https://github.com/wagtail/wagtail
PyPi (📥 120K / month · 📦 2.4K · ⏱️ 18.02.2021):
pip install wagtail
Conda (📥 36K · ⏱️ 21.11.2019):
conda install -c conda-forge wagtail
django-cms (🥈 29 · ⭐ 8.1K) - The easy-to-use and developer-friendly CMS. BSD-3
GitHub (👨💻 570 · 🔀 2.6K · 📦 3.8K · 📋 3.3K - 7% open · ⏱️ 15.04.2021):
git clone https://github.com/django-cms/django-cms
PyPi (📥 48K / month · 📦 3.1K · ⏱️ 28.10.2020):
pip install django-cms
mezzanine (🥈 29 · ⭐ 4.2K · 💤 ) - CMS framework for Django. BSD-2
GitHub (👨💻 320 · 🔀 1.5K · 📋 1K - 7% open · ⏱️ 10.09.2020):
git clone https://github.com/stephenmcd/mezzanine
PyPi (📥 4.9K / month · 📦 2.4K · ⏱️ 09.09.2020):
pip install mezzanine
lektor (🥉 26 · ⭐ 3.4K) - The lektor static file content management system. BSD-3
GitHub (👨💻 88 · 🔀 280 · 📥 6.8K · 📦 280 · 📋 550 - 41% open · ⏱️ 27.03.2021):
git clone https://github.com/lektor/lektor
PyPi (📥 6.4K / month · 📦 140 · ⏱️ 20.08.2020):
pip install lektor
Conda (📥 44K · ⏱️ 27.08.2020):
conda install -c conda-forge lektor
feincms (🥉 23 · ⭐ 800) - A Django-based CMS with a focus on extensibility and concise code. BSD-3
GitHub (👨💻 130 · 🔀 230 · 📋 440 - 8% open · ⏱️ 24.03.2021):
git clone https://github.com/feincms/feincms
PyPi (📥 4.4K / month · 📦 310 · ⏱️ 22.03.2021):
pip install feincms
Show 1 hidden projects...
Kotti (🥉 18 · ⭐ 360) - Kotti is a high-level, Pythonic web application framework based on Pyramid.. ❗️BSD
Web Testing
coverage (🥇 34 · ⭐ 1.6K) - Code coverage measurement for Python. Apache-2
GitHub (👨💻 110 · 🔀 200 · 📦 140K · 📋 1K - 23% open · ⏱️ 15.04.2021):
git clone https://github.com/nedbat/coveragepy
PyPi (📥 20M / month · 📦 100K · ⏱️ 28.02.2021):
pip install coverage
Conda (📥 3.7M · ⏱️ 28.02.2021):
conda install -c conda-forge coverage
selenium (🥇 33 · ⭐ 21K) - A browser automation framework and ecosystem. Apache-2
GitHub (👨💻 670 · 🔀 6.3K · 📦 93K · 📋 7.2K - 2% open · ⏱️ 15.04.2021):
git clone https://github.com/SeleniumHQ/selenium
PyPi (📥 6.9M / month · 📦 28K · ⏱️ 17.03.2021):
pip install selenium
Conda (📥 550K · ⏱️ 14.01.2021):
conda install -c conda-forge selenium
Locust (🥇 33 · ⭐ 16K) - Scalable user load testing tool written in Python. MIT
GitHub (👨💻 200 · 🔀 2.1K · 📦 1.2K · 📋 1.1K - 4% open · ⏱️ 11.04.2021):
git clone https://github.com/locustio/locust
PyPi (📥 280K / month · 📦 70 · ⏱️ 04.04.2021):
pip install locust
responses (🥇 32 · ⭐ 3.2K) - A utility for mocking out the Python Requests library. Apache-2
GitHub (👨💻 93 · 🔀 260 · 📦 9K · 📋 190 - 37% open · ⏱️ 29.03.2021):
git clone https://github.com/getsentry/responses
PyPi (📥 4.5M / month · 📦 4.9K · ⏱️ 29.03.2021):
pip install responses
Conda (📥 510K · ⏱️ 29.03.2021):
conda install -c conda-forge responses
splinter (🥇 31 · ⭐ 2.4K) - splinter - python test framework for web applications. BSD-3
GitHub (👨💻 160 · 🔀 480 · 📦 4.5K · 📋 520 - 19% open · ⏱️ 15.04.2021):
git clone https://github.com/cobrateam/splinter
PyPi (📥 230K / month · 📦 2.1K · ⏱️ 19.08.2020):
pip install splinter
pytest-django (🥇 31 · ⭐ 880) - A Django plugin for pytest. BSD-3
GitHub (👨💻 120 · 🔀 280 · 📋 450 - 29% open · ⏱️ 10.04.2021):
git clone https://github.com/pytest-dev/pytest-django
PyPi (📥 1.6M / month · 📦 11K · ⏱️ 10.04.2021):
pip install pytest-django
mitmproxy (🥈 30 · ⭐ 22K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT
GitHub (👨💻 390 · 🔀 2.8K · 📥 210K · 📦 1.3K · 📋 2.5K - 9% open · ⏱️ 15.04.2021):
git clone https://github.com/mitmproxy/mitmproxy
PyPi (📥 120K / month · 📦 850 · ⏱️ 15.12.2020):
pip install mitmproxy
pyppeteer (🥈 30 · ⭐ 3.4K · 💤 ) - Headless chrome/chromium automation library (unofficial port of.. MIT
GitHub (👨💻 24 · 🔀 370 · 📦 4K · 📋 250 - 60% open · ⏱️ 08.05.2020):
git clone https://github.com/miyakogi/pyppeteer
PyPi (📥 670K / month · 📦 370 · ⏱️ 08.01.2021):
pip install pyppeteer
Conda (📥 21K · ⏱️ 19.09.2020):
conda install -c conda-forge pyppeteer
factory_boy (🥈 30 · ⭐ 2.5K) - A test fixtures replacement for Python. MIT
GitHub (👨💻 110 · 🔀 320 · 📋 480 - 29% open · ⏱️ 18.03.2021):
git clone https://github.com/FactoryBoy/factory_boy
PyPi (📥 1.8M / month · 📦 4.3K · ⏱️ 05.05.2018):
pip install factory_boy
vcrpy (🥈 30 · ⭐ 2K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT
GitHub (👨💻 110 · 🔀 270 · 📦 2.8K · 📋 330 - 24% open · ⏱️ 09.10.2020):
git clone https://github.com/kevin1024/vcrpy
PyPi (📥 1.7M / month · 📦 1.7K · ⏱️ 09.10.2020):
pip install vcrpy
Dredd (🥈 29 · ⭐ 3.6K) - Language-agnostic HTTP API Testing Tool. MIT
GitHub (👨💻 110 · 🔀 280 · 📦 680 · 📋 790 - 27% open · ⏱️ 30.03.2021):
git clone https://github.com/apiaryio/dredd
PyPi (📥 7.1K / month · 📦 38 · ⏱️ 09.04.2018):
pip install dredd_hooks
NPM (📥 52K / month · 📦 310 · ⏱️ 30.11.2020):
npm install dredd
HTTPretty (🥈 29 · ⭐ 1.9K) - HTTP client mocking tool for Python - inspired by Fakeweb for Ruby. MIT
GitHub (👨💻 100 · 🔀 250 · 📦 4.4K · 📋 220 - 40% open · ⏱️ 17.01.2021):
git clone https://github.com/gabrielfalcao/HTTPretty
PyPi (📥 320K / month · 📦 5.3K · ⏱️ 06.01.2021):
pip install httpretty
Conda (📥 93K · ⏱️ 06.01.2021):
conda install -c conda-forge httpretty
SeleniumLibrary (🥈 29 · ⭐ 1K) - Web testing library for Robot Framework. Apache-2
GitHub (👨💻 110 · 🔀 640 · 📥 3.5K · 📦 1.4K · 📋 940 - 2% open · ⏱️ 01.04.2021):
git clone https://github.com/robotframework/SeleniumLibrary
PyPi (📥 330K / month · 📦 150 · ⏱️ 23.03.2021):
pip install robotframework-seleniumlibrary
django-silk (🥈 28 · ⭐ 2.9K) - Silky smooth profiling for Django. MIT
GitHub (👨💻 110 · 🔀 240 · 📥 170 · 📦 1.4K · 📋 260 - 43% open · ⏱️ 13.04.2021):
git clone https://github.com/jazzband/django-silk
PyPi (📥 410K / month · 📦 280 · ⏱️ 07.08.2020):
pip install django-silk
SeleniumBase (🥈 28 · ⭐ 2.1K) - A complete framework for fast, easy, & reliable web testing... MIT
GitHub (👨💻 25 · 🔀 480 · 📦 130 · 📋 230 - 5% open · ⏱️ 10.04.2021):
git clone https://github.com/seleniumbase/SeleniumBase
PyPi (📥 150K / month · 📦 24 · ⏱️ 10.04.2021):
pip install seleniumbase
Prism (🥈 28 · ⭐ 1.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2
GitHub (👨💻 46 · 🔀 160 · 📥 760K · 📦 110 · 📋 450 - 6% open · ⏱️ 13.04.2021):
git clone https://github.com/stoplightio/prism
NPM (📥 88K / month · 📦 4 · ⏱️ 01.12.2020):
npm install @stoplight/prism-cli
django-nose (🥈 28 · ⭐ 860) - Django test runner using nose. BSD-3
GitHub (👨💻 62 · 🔀 230 · 📦 7.5K · 📋 220 - 40% open · ⏱️ 09.03.2021):
git clone https://github.com/jazzband/django-nose
PyPi (📥 340K / month · 📦 8.7K · ⏱️ 20.08.2020):
pip install django-nose
pytest-flask (🥈 28 · ⭐ 360) - A set of pytest fixtures to test Flask applications. MIT
GitHub (👨💻 25 · 🔀 63 · 📋 63 - 12% open · ⏱️ 27.02.2021):
git clone https://github.com/pytest-dev/pytest-flask
PyPi (📥 260K / month · 📦 17K · ⏱️ 27.02.2021):
pip install pytest-flask
Conda (📥 44K · ⏱️ 27.02.2021):
conda install -c conda-forge pytest-flask
flask-debugtoolbar (🥈 27 · ⭐ 800 · 💤 ) - A toolbar overlay for debugging Flask applications. BSD-3
GitHub (👨💻 38 · 🔀 120 · 📦 13K · 📋 100 - 37% open · ⏱️ 14.08.2020):
git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar
PyPi (📥 97K / month · 📦 5.9K · ⏱️ 18.02.2020):
pip install flask-debugtoolbar
Conda (📥 39K · ⏱️ 13.10.2020):
conda install -c conda-forge flask-debugtoolbar
flask-testing (🥈 27 · ⭐ 460) - Unittest extensions for Flask. BSD-3
GitHub (👨💻 33 · 🔀 100 · 📦 12K · 📋 96 - 54% open · ⏱️ 24.12.2020):
git clone https://github.com/jarus/flask-testing
PyPi (📥 280K / month · 📦 4.8K · ⏱️ 24.12.2020):
pip install flask-testing
Conda (📥 47K · ⏱️ 24.12.2020):
conda install -c conda-forge flask-testing
django-test-plus (🥈 27 · ⭐ 440 · 💤 ) - Useful additions to Django's default TestCase. BSD-3
GitHub (👨💻 27 · 🔀 45 · 📦 2.8K · 📋 44 - 15% open · ⏱️ 28.05.2020):
git clone https://github.com/revsys/django-test-plus
PyPi (📥 68K / month · 📦 2.5K · ⏱️ 03.12.2019):
pip install django-test-plus
Conda (📥 20K · ⏱️ 12.01.2018):
conda install -c conda-forge django-test-plus
webtest (🥈 27 · ⭐ 300) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT
GitHub (👨💻 83 · 🔀 98 · 📦 8.3K · 📋 120 - 20% open · ⏱️ 17.12.2020):
git clone https://github.com/Pylons/webtest
PyPi (📥 820K / month · 📦 7.7K · ⏱️ 27.04.2020):
pip install webtest
tavern (🥉 26 · ⭐ 770) - A command-line tool and Python library and Pytest plugin for automated.. MIT
GitHub (👨💻 44 · 🔀 150 · 📦 220 · 📋 470 - 7% open · ⏱️ 05.04.2021):
git clone https://github.com/taverntesting/tavern
PyPi (📥 160K / month · 📦 40 · ⏱️ 05.04.2021):
pip install tavern
mixer (🥉 26 · ⭐ 750) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3
GitHub (👨💻 39 · 🔀 86 · 📋 75 - 37% open · ⏱️ 11.01.2021):
git clone https://github.com/klen/mixer
PyPi (📥 83K / month · 📦 600 · ⏱️ 11.01.2021):
pip install mixer
aioresponses (🥉 25 · ⭐ 280) - Aioresponses is a helper for mock/fake web requests in python.. MIT
GitHub (👨💻 34 · 🔀 53 · 📋 65 - 38% open · ⏱️ 09.03.2021):
git clone https://github.com/pnuckowski/aioresponses
PyPi (📥 240K / month · 📦 150 · ⏱️ 09.03.2021):
pip install aioresponses
pyramid_debugtoolbar (🥉 25 · ⭐ 93) - Pyramid debug toolbar. BSD-3
GitHub (👨💻 65 · 🔀 78 · 📋 180 - 24% open · ⏱️ 25.11.2020):
git clone https://github.com/Pylons/pyramid_debugtoolbar
PyPi (📥 160K / month · 📦 1.3K · ⏱️ 10.09.2018):
pip install pyramid_debugtoolbar
splash (🥉 24 · ⭐ 3.3K) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3
GitHub (👨💻 58 · 🔀 440 · 📋 790 - 42% open · ⏱️ 21.02.2021):
git clone https://github.com/scrapinghub/splash
PyPi (📥 2K / month · 📦 18 · ⏱️ 16.06.2020):
pip install splash
httmock (🥉 24 · ⭐ 420) - A mocking library for requests. Apache-2
GitHub (👨💻 29 · 🔀 52 · 📦 1.3K · 📋 30 - 50% open · ⏱️ 28.10.2020):
git clone https://github.com/patrys/httmock
PyPi (📥 410K / month · 📦 1.2K · ⏱️ 28.10.2020):
pip install httmock
pytest-splinter (🥉 24 · ⭐ 200) - pytest splinter and selenium integration for anyone interested.. MIT
GitHub (👨💻 28 · 🔀 49 · 📦 320 · 📋 75 - 12% open · ⏱️ 25.12.2020):
git clone https://github.com/pytest-dev/pytest-splinter
PyPi (📥 23K / month · 📦 210 · ⏱️ 25.12.2020):
pip install pytest-splinter
gabbi (🥉 24 · ⭐ 130) - Declarative HTTP Testing for Python and anything else. Apache-2
GitHub (👨💻 26 · 🔀 29 · 📋 140 - 15% open · ⏱️ 23.02.2021):
git clone https://github.com/cdent/gabbi
PyPi (📥 12K / month · 📦 200 · ⏱️ 23.02.2021):
pip install gabbi
selenium-python-helium (🥉 23 · ⭐ 2.5K) - Selenium-python but lighter: Helium is the best.. MIT
GitHub (👨💻 5 · 🔀 190 · 📦 75 · 📋 36 - 25% open · ⏱️ 23.03.2021):
git clone https://github.com/mherrmann/selenium-python-helium
PyPi (📥 3.9K / month · ⏱️ 14.09.2020):
pip install helium
Mockoon (🥉 22 · ⭐ 2.7K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT
httprunner (🥉 22 · ⭐ 2.4K) - One-stop solution for HTTP(S) testing. Apache-2
GitHub (👨💻 22 · 🔀 930 · 📋 890 - 37% open · ⏱️ 28.01.2021):
git clone https://github.com/httprunner/httprunner
PyPi (📥 6K / month · 📦 6 · ⏱️ 30.07.2020):
pip install httprunner
schemathesis (🥉 22 · ⭐ 810) - A modern API testing tool for web applications built with.. MIT
GitHub (👨💻 29 · 🔀 61 · 📋 500 - 12% open · ⏱️ 15.04.2021):
git clone https://github.com/schemathesis/schemathesis
PyPi (📥 29K / month · ⏱️ 15.04.2021):
pip install schemathesis
selene (🥉 22 · ⭐ 450) - User-oriented Web UI browser tests in Python. MIT
GitHub (👨💻 26 · 🔀 100 · 📋 190 - 33% open · ⏱️ 15.04.2021):
git clone https://github.com/yashaka/selene
PyPi (📥 20K / month · 📦 28 · ⏱️ 30.03.2021):
pip install selene
python-mocket (🥉 22 · ⭐ 210) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
GitHub (👨💻 19 · 🔀 34 · 📦 50 · 📋 49 - 4% open · ⏱️ 21.02.2021):
git clone https://github.com/mindflayer/python-mocket
PyPi (📥 3.7K / month · 📦 46 · ⏱️ 21.01.2021):
pip install mocket
Model Bakery (🥉 21 · ⭐ 350) - Object factory for Django. Apache-2
GitHub (👨💻 25 · 🔀 40 · 📋 81 - 29% open · ⏱️ 10.04.2021):
git clone https://github.com/model-bakers/model_bakery
PyPi (📥 190K / month · 📦 8 · ⏱️ 12.11.2020):
pip install model_bakery
molotov (🥉 20 · ⭐ 320) - Load Testing Tool. Apache-2
GitHub (👨💻 12 · 🔀 24 · 📦 61 · 📋 100 - 16% open · ⏱️ 21.12.2020):
git clone https://github.com/loads/molotov
PyPi (📥 880 / month · 📦 20 · ⏱️ 18.11.2020):
pip install molotov
aresponses (🥉 20 · ⭐ 83) - Asyncio http mocking. Similar to the responses library used for.. MIT
GitHub (👨💻 12 · 🔀 14 · 📦 150 · ⏱️ 21.01.2021):
git clone https://github.com/CircleUp/aresponses
PyPi (📥 15K / month · 📦 92 · ⏱️ 21.01.2021):
pip install aresponses
async-asgi-testclient (🥉 20 · ⭐ 68) - A framework-agnostic library for testing ASGI web.. MIT
GitHub (👨💻 10 · 🔀 9 · 📦 56 · 📋 11 - 9% open · ⏱️ 02.03.2021):
git clone https://github.com/vinissimus/async-asgi-testclient
PyPi (📥 22K / month · 📦 6 · ⏱️ 11.01.2021):
pip install async-asgi-testclient
golem (🥉 19 · ⭐ 440) - A complete test automation tool. MIT
GitHub (👨💻 18 · 🔀 69 · 📥 43 · 📦 4 · 📋 130 - 16% open · ⏱️ 15.04.2021):
git clone https://github.com/golemhq/golem
PyPi (📥 610 / month · 📦 1 · ⏱️ 15.04.2021):
pip install golem-framework
fsociety (🥉 16 · ⭐ 280) - A Modular Penetration Testing Framework. MIT
GitHub (👨💻 3 · 🔀 42 · ⏱️ 13.11.2020):
git clone https://github.com/fsociety-team/fsociety
PyPi (📥 840 / month · ⏱️ 13.11.2020):
pip install fsociety
Show 7 hidden projects...
Web Forms
wtforms (🥇 33 · ⭐ 1.2K) - A flexible forms validation and rendering library for Python. BSD-3
GitHub (👨💻 120 · 🔀 340 · 📦 91K · 📋 370 - 12% open · ⏱️ 11.02.2021):
git clone https://github.com/wtforms/wtforms
PyPi (📥 2.3M / month · 📦 29K · ⏱️ 23.11.2020):
pip install wtforms
Conda (📥 67K · ⏱️ 29.07.2020):
conda install -c conda-forge wtforms
flask-wtf (🥈 32 · ⭐ 1.2K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3
GitHub (👨💻 89 · 🔀 270 · 📦 98K · 📋 280 - 12% open · ⏱️ 01.03.2021):
git clone https://github.com/lepture/flask-wtf
PyPi (📥 2.8M / month · 📦 32K · ⏱️ 06.02.2020):
pip install flask-wtf
Conda (📥 76K · ⏱️ 11.02.2020):
conda install -c conda-forge flask-wtf
django-crispy-forms (🥉 31 · ⭐ 4.2K · 📉 ) - The best way to have DRY Django forms. The app.. MIT
GitHub (👨💻 220 · 🔀 680 · 📦 60K · 📋 630 - 13% open · ⏱️ 11.04.2021):
git clone https://github.com/django-crispy-forms/django-crispy-forms
PyPi (📥 550K / month · 📦 16K · ⏱️ 21.03.2021):
pip install django-crispy-forms
Conda (📥 35K · ⏱️ 21.03.2021):
conda install -c conda-forge django-crispy-forms
django-formtools (🥉 26 · ⭐ 460) - A set of high-level abstractions for Django forms. BSD-3
GitHub (👨💻 64 · 🔀 100 · 📦 6.5K · 📋 120 - 50% open · ⏱️ 07.04.2021):
git clone https://github.com/jazzband/django-formtools
PyPi (📥 210K / month · 📦 2.3K · ⏱️ 05.12.2019):
pip install django-formtools
deform (🥉 25 · ⭐ 360) - A Python HTML form library. BSD-3
GitHub (👨💻 100 · 🔀 150 · 📦 680 · 📋 180 - 25% open · ⏱️ 22.02.2021):
git clone https://github.com/Pylons/deform
PyPi (📥 8.7K / month · 📦 350 · ⏱️ 10.12.2020):
pip install deform
Markdown
markdown (🥇 34 · ⭐ 2.5K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3
GitHub (👨💻 140 · 🔀 610 · 📦 130K · 📋 690 - 3% open · ⏱️ 24.03.2021):
git clone https://github.com/Python-Markdown/markdown
PyPi (📥 11M / month · 📦 41K · ⏱️ 25.10.2020):
pip install markdown
Conda (📥 1.8M · ⏱️ 01.03.2021):
conda install -c conda-forge markdown
mistune (🥇 33 · ⭐ 1.9K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3
GitHub (👨💻 30 · 🔀 200 · 📦 100K · 📋 210 - 11% open · ⏱️ 07.03.2021):
git clone https://github.com/lepture/mistune
PyPi (📥 12M / month · 📦 18K · ⏱️ 16.02.2021):
pip install mistune
Conda (📥 3.8M · ⏱️ 08.01.2021):
conda install -c conda-forge mistune
pelican (🥈 32 · ⭐ 10K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0
GitHub (👨💻 410 · 🔀 1.7K · 📥 320 · 📦 4.9K · 📋 1.5K - 3% open · ⏱️ 23.03.2021):
git clone https://github.com/getpelican/pelican
PyPi (📥 30K / month · 📦 3.4K · ⏱️ 23.03.2021):
pip install pelican
Conda (📥 100K · ⏱️ 23.03.2021):
conda install -c conda-forge pelican
python-markdown2 (🥈 30 · ⭐ 2.2K) - markdown2: A fast and complete implementation of Markdown in.. MIT
GitHub (👨💻 60 · 🔀 370 · 📦 9.1K · 📋 240 - 41% open · ⏱️ 16.03.2021):
git clone https://github.com/trentm/python-markdown2
PyPi (📥 360K / month · 📦 4.4K · ⏱️ 22.01.2021):
pip install markdown2
pymdown-extensions (🥈 28 · ⭐ 470) - Extensions for Python Markdown. MIT
GitHub (👨💻 26 · 🔀 170 · 📦 4.9K · 📋 260 - 9% open · ⏱️ 30.03.2021):
git clone https://github.com/facelessuser/pymdown-extensions
PyPi (📥 450K / month · 📦 1.5K · ⏱️ 26.01.2021):
pip install pymdown-extensions
Conda (📥 39K · ⏱️ 26.01.2021):
conda install -c conda-forge pymdown-extensions
html2text (🥉 27 · ⭐ 1.1K) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0
GitHub (👨💻 72 · 🔀 190 · 📋 180 - 34% open · ⏱️ 10.03.2021):
git clone https://github.com/Alir3z4/html2text
PyPi (📥 840K / month · 📦 3.8K · ⏱️ 16.01.2020):
pip install html2text
django-markdown-editor (🥉 25 · ⭐ 440) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0
GitHub (👨💻 23 · 🔀 580 · 📦 380 · 📋 99 - 20% open · ⏱️ 07.04.2021):
git clone https://github.com/agusmakmun/django-markdown-editor
PyPi (📥 8.2K / month · 📦 40 · ⏱️ 05.04.2021):
pip install martor
markdown-it-py (🥉 21 · ⭐ 160) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT
GitHub (👨💻 12 · 🔀 21 · 📋 48 - 37% open · ⏱️ 01.04.2021):
git clone https://github.com/executablebooks/markdown-it-py
PyPi (📥 130K / month · ⏱️ 31.03.2021):
pip install markdown-it-py
Conda (📥 84K · ⏱️ 07.02.2021):
conda install -c conda-forge markdown-it-py
markdown-include (🥉 21 · ⭐ 54 · 💤 ) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0
GitHub (👨💻 8 · 🔀 27 · 📦 830 · 📋 19 - 47% open · ⏱️ 20.08.2020):
git clone https://github.com/cmacmackin/markdown-include
PyPi (📥 63K / month · 📦 310 · ⏱️ 20.08.2020):
pip install markdown-include
Show 3 hidden projects...
grip (🥉 27 · ⭐ 5.1K · 💀 ) - Preview GitHub README.md files locally before committing them. MIT
django-markdownx (🥉 25 · ⭐ 660 · 💀 ) - Comprehensive Markdown plugin built for Django. BSD-3
mistletoe (🥉 23 · ⭐ 370 · 💀 ) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT
Third-party Web APIs
🔗 Public APIs ( ⭐ 120K) - A collective list of free APIs.
🔗 best-of-ml-python - DB Clients ( ⭐ 4.7K · 🐣 ) - Collection of python database client libraries.
google-api-python-client (🥇 37 · ⭐ 4.6K) - The official Python client library for Google's.. Apache-2
GitHub (👨💻 160 · 🔀 1.9K · 📥 90 · 📦 57K · 📋 760 - 3% open · ⏱️ 15.04.2021):
git clone https://github.com/googleapis/google-api-python-client
PyPi (📥 25M / month · 📦 13K · ⏱️ 13.04.2021):
pip install google-api-python-client
Conda (📥 650K · ⏱️ 13.04.2021):
conda install -c conda-forge google-api-python-client
tweepy (🥇 35 · ⭐ 7.7K) - Twitter for Python!. MIT
GitHub (👨💻 220 · 🔀 3.4K · 📦 24K · 📋 1K - 10% open · ⏱️ 13.04.2021):
git clone https://github.com/tweepy/tweepy
PyPi (📥 450K / month · 📦 8.3K · ⏱️ 26.12.2020):
pip install tweepy
Conda (📥 110K · ⏱️ 26.12.2020):
conda install -c conda-forge tweepy
discord.py (🥇 35 · ⭐ 7.2K · 📉 ) - An API wrapper for Discord written in Python. MIT
GitHub (👨💻 240 · 🔀 2K · 📦 32K · 📋 2.3K - 5% open · ⏱️ 15.04.2021):
git clone https://github.com/Rapptz/discord.py
PyPi (📥 3.2M / month · 📦 4.6K · ⏱️ 04.04.2021):
pip install discord.py
PyGithub (🥇 35 · ⭐ 4.2K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0
GitHub (👨💻 260 · 🔀 1.3K · 📦 16K · 📋 1.1K - 8% open · ⏱️ 26.03.2021):
git clone https://github.com/PyGithub/PyGithub
PyPi (📥 3.4M / month · 📦 3.8K · ⏱️ 24.12.2020):
pip install pygithub
Conda (📥 970K · ⏱️ 20.01.2021):
conda install -c conda-forge pygithub
GitPython (🥇 35 · ⭐ 3.1K) - GitPython is a python library used to interact with Git repositories. BSD-3
GitHub (👨💻 230 · 🔀 680 · 📦 35K · 📋 750 - 16% open · ⏱️ 14.04.2021):
git clone https://github.com/gitpython-developers/GitPython
PyPi (📥 14M / month · 📦 11K · ⏱️ 28.02.2021):
pip install gitpython
Conda (📥 1.6M · ⏱️ 28.02.2021):
conda install -c conda-forge gitpython
python-telegram-bot (🥇 34 · ⭐ 14K) - We have made you a wrapper you can't refuse. ❗️LGPL-3.0
GitHub (👨💻 150 · 🔀 3K · 📥 2.8K · 📋 1.4K - 1% open · ⏱️ 05.04.2021):
git clone https://github.com/python-telegram-bot/python-telegram-bot
PyPi (📥 580K / month · 📦 4.3K · ⏱️ 14.03.2021):
pip install python-telegram-bot
Conda (📥 31K · ⏱️ 06.04.2021):
conda install -c conda-forge python-telegram-bot
youtube-dl (🥈 32 · ⭐ 93K · 📉 ) - Command-line program to download videos from YouTube.com and.. Unlicense
GitHub (👨💻 640 · 🔀 4.6K):
git clone https://github.com/ytdl-org/youtube-dl
PyPi (📥 2.7M / month · 📦 2.9K · ⏱️ 31.03.2021):
pip install youtube_dl
Conda (📥 680K · ⏱️ 06.04.2021):
conda install -c conda-forge youtube-dl
praw (🥈 32 · ⭐ 2.5K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
GitHub (👨💻 200 · 🔀 410 · 📦 8.2K · 📋 660 - 7% open · ⏱️ 05.03.2021):
git clone https://github.com/praw-dev/praw
PyPi (📥 200K / month · 📦 3.3K · ⏱️ 24.02.2021):
pip install praw
Conda (📥 20K · ⏱️ 03.05.2020):
conda install -c conda-forge praw
stripe (🥈 32 · ⭐ 1K) - Python library for the Stripe API. MIT
GitHub (👨💻 110 · 🔀 280 · 📦 14K · 📋 280 - 4% open · ⏱️ 02.03.2021):
git clone https://github.com/stripe/stripe-python
PyPi (📥 1.1M / month · 📦 3.8K · ⏱️ 22.02.2021):
pip install stripe
gspread (🥈 31 · ⭐ 5.3K) - Google Sheets Python API. MIT
GitHub (👨💻 110 · 🔀 800 · 📦 9.7K · 📋 630 - 25% open · ⏱️ 02.04.2021):
git clone https://github.com/burnash/gspread
PyPi (📥 2.4M / month · 📦 1.6K · ⏱️ 18.02.2021):
pip install gspread
Conda (📥 180K · ⏱️ 18.02.2021):
conda install -c conda-forge gspread
Telethon (🥈 31 · ⭐ 4.8K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT
GitHub (👨💻 130 · 🔀 720 · 📦 11K · 📋 1.5K - 5% open · ⏱️ 10.04.2021):
git clone https://github.com/LonamiWebs/Telethon
PyPi (📥 270K / month · 📦 540 · ⏱️ 14.03.2021):
pip install telethon
pytube (🥈 31 · ⭐ 4.2K) - A lightweight, dependency-free Python library (and command-line.. Unlicense
GitHub (👨💻 90 · 🔀 1K · 📦 5.9K · 📋 560 - 2% open · ⏱️ 12.04.2021):
git clone https://github.com/pytube/pytube
PyPi (📥 160K / month · 📦 420 · ⏱️ 05.04.2021):
pip install pytube
pyTelegramBotAPI (🥈 31 · ⭐ 4.1K) - Python Telegram bot api. ❗️GPL-2.0
GitHub (👨💻 150 · 🔀 1.1K · 📦 14K · 📋 750 - 1% open · ⏱️ 01.04.2021):
git clone https://github.com/eternnoir/pyTelegramBotAPI
PyPi (📥 240K / month · 📦 1.7K · ⏱️ 28.03.2021):
pip install pytelegrambotapi
google-maps-services-python (🥈 31 · ⭐ 3.1K) - Python client library for Google Maps API Web Services. Apache-2
GitHub (👨💻 56 · 🔀 1.1K · 📦 5.4K · 📋 210 - 8% open · ⏱️ 15.03.2021):
git clone https://github.com/googlemaps/google-maps-services-python
PyPi (📥 730K / month · 📦 2.3K · ⏱️ 28.07.2020):
pip install googlemaps
InstaPy (🥈 30 · ⭐ 13K) - Instagram Bot - Tool for automated Instagram interactions. ❗️GPL-3.0
GitHub (👨💻 300 · 🔀 3.1K · 📦 380 · 📋 5.1K - 3% open · ⏱️ 12.03.2021):
git clone https://github.com/timgrossmann/InstaPy
PyPi (📥 12K / month · 📦 11 · ⏱️ 07.01.2021):
pip install instapy
spotipy (🥈 30 · ⭐ 3.2K) - A light weight Python library for the Spotify Web API. MIT
GitHub (👨💻 140 · 🔀 670 · 📦 4.5K · 📋 400 - 6% open · ⏱️ 14.04.2021):
git clone https://github.com/plamere/spotipy
PyPi (📥 190K / month · 📦 920 · ⏱️ 28.02.2021):
pip install spotipy
facebook-sdk (🥈 30 · ⭐ 2.6K) - Python SDK for Facebook's Graph API. Apache-2
GitHub (👨💻 99 · 🔀 950 · 📦 3K · 📋 240 - 10% open · ⏱️ 27.12.2020):
git clone https://github.com/mobolic/facebook-sdk
PyPi (📥 480K / month · 📦 2.5K · ⏱️ 06.11.2018):
pip install facebook-sdk
Wikipedia (🥈 30 · ⭐ 2.2K) - A Pythonic wrapper for the Wikipedia API. MIT
GitHub (👨💻 23 · 🔀 440 · 📦 16K · 📋 220 - 71% open · ⏱️ 09.10.2020):
git clone https://github.com/goldsmith/Wikipedia
PyPi (📥 220K / month · 📦 1.9K · ⏱️ 15.11.2014):
pip install wikipedia
Conda (📥 42K · ⏱️ 18.06.2019):
conda install -c conda-forge wikipedia
twilio (🥈 30 · ⭐ 1.5K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
GitHub (👨💻 120 · 🔀 570 · 📦 16K · 📋 240 - 2% open · ⏱️ 07.04.2021):
git clone https://github.com/twilio/twilio-python
PyPi (📥 1.6M / month · 📦 6.7K · ⏱️ 24.03.2021):
pip install twilio
Conda (📥 46K · ⏱️ 07.04.2021):
conda install -c conda-forge twilio
jira (🥈 30 · ⭐ 1.3K · 💤 ) - Python JIRA Library is the easiest way to automate JIRA. Support for.. BSD-2
GitHub (👨💻 190 · 🔀 660 · 📥 640 · 📋 560 - 22% open · ⏱️ 05.06.2020):
git clone https://github.com/pycontribs/jira
PyPi (📥 2.5M / month · 📦 1.8K · ⏱️ 15.10.2019):
pip install jira
Conda (📥 51K · ⏱️ 17.07.2018):
conda install -c conda-forge jira
thumbor (🥈 29 · ⭐ 8.3K) - thumbor is an open-source photo thumbnail service by globo.com. MIT
GitHub (👨💻 160 · 🔀 710 · 📦 270 · 📋 850 - 14% open · ⏱️ 13.04.2021):
git clone https://github.com/thumbor/thumbor
PyPi (📥 23K / month · 📦 370 · ⏱️ 25.03.2020):
pip install thumbor
python-twitter (🥈 29 · ⭐ 3.2K · 💤 ) - A Python wrapper around the Twitter API. Apache-2
GitHub (👨💻 150 · 🔀 940 · 📦 5.4K · 📋 400 - 22% open · ⏱️ 12.05.2020):
git clone https://github.com/bear/python-twitter
PyPi (📥 180K / month · 📦 3.3K · ⏱️ 03.11.2018):
pip install python-twitter
slackclient (🥈 29 · ⭐ 3.1K) - Slack Developer Kit for Python. MIT
GitHub (👨💻 120 · 🔀 730 · 📥 310 · 📋 530 - 1% open · ⏱️ 14.04.2021):
git clone https://github.com/slackapi/python-slack-sdk
PyPi (📥 7M / month · 📦 3.7K · ⏱️ 22.10.2020):
pip install slackclient
Conda (📥 300K · ⏱️ 13.01.2021):
conda install -c conda-forge slackclient
twitter (🥈 29 · ⭐ 2.6K) - Python Twitter API. MIT
GitHub (👨💻 89 · 🔀 520 · 📦 3K · 📋 280 - 25% open · ⏱️ 19.02.2021):
git clone https://github.com/sixohsix/twitter
PyPi (📥 140K / month · 📦 2.1K · ⏱️ 20.10.2017):
pip install twitter
py-googletrans (🥈 29 · ⭐ 2.4K) - (unofficial) Googletrans: Free and Unlimited Google translate.. MIT
GitHub (👨💻 25 · 🔀 450 · 📦 14K · 📋 210 - 9% open · ⏱️ 10.03.2021):
git clone https://github.com/ssut/py-googletrans
PyPi (📥 1.3M / month · 📦 890 · ⏱️ 09.12.2020):
pip install googletrans
twython (🥈 29 · ⭐ 1.8K) - Actively maintained, pure Python wrapper for the Twitter API. Supports.. MIT
GitHub (👨💻 100 · 🔀 400 · 📦 4.3K · 📋 320 - 7% open · ⏱️ 14.01.2021):
git clone https://github.com/ryanmcgrath/twython
PyPi (📥 82K / month · 📦 2.3K · ⏱️ 04.04.2020):
pip install twython
Conda (📥 240K · ⏱️ 08.05.2018):
conda install -c conda-forge twython
slacker (🥈 29 · ⭐ 1.6K · 💤 ) - Full-featured Python interface for the Slack API. Apache-2
GitHub (👨💻 44 · 🔀 250 · 📦 2.3K · 📋 91 - 32% open · ⏱️ 03.07.2020):
git clone https://github.com/os/slacker
PyPi (📥 760K / month · 📦 2K · ⏱️ 15.02.2020):
pip install slacker
Conda (📥 160K · ⏱️ 28.02.2020):
conda install -c conda-forge slacker
simple-salesforce (🥉 28 · ⭐ 1.1K) - A very simple Salesforce.com REST API client for Python. Apache-2
GitHub (👨💻 68 · 🔀 490 · 📋 300 - 42% open · ⏱️ 31.03.2021):
git clone https://github.com/simple-salesforce/simple-salesforce
PyPi (📥 2.7M / month · 📦 280 · ⏱️ 31.03.2021):
pip install simple-salesforce
Conda (📥 32K · ⏱️ 11.12.2020):
conda install -c conda-forge simple-salesforce
wechatpy (🥉 27 · ⭐ 2.8K) - WeChat SDK for Python. MIT
GitHub (👨💻 84 · 🔀 630 · 📋 310 - 9% open · ⏱️ 17.03.2021):
git clone https://github.com/wechatpy/wechatpy
PyPi (📥 6.3K / month · 📦 230 · ⏱️ 17.03.2021):
pip install wechatpy
twitter-scraper (🥉 27 · ⭐ 2.8K) - Scrape the Twitter Frontend API without authentication. MIT
GitHub (👨💻 31 · 🔀 480 · 📦 870 · 📋 110 - 42% open · ⏱️ 09.01.2021):
git clone https://github.com/bisguzar/twitter-scraper
PyPi (📥 10K / month · 📦 20 · ⏱️ 17.07.2020):
pip install twitter-scraper
notion-py (🥉 27 · ⭐ 2.7K) - Unofficial Python API client for Notion.so. MIT
GitHub (👨💻 31 · 🔀 310 · 📦 360 · 📋 220 - 54% open · ⏱️ 05.02.2021):
git clone https://github.com/jamalex/notion-py
PyPi (📥 23K / month · 📦 18 · ⏱️ 05.02.2021):
pip install notion
hvac (🥉 27 · ⭐ 850) - Python 2.7/3.X client for HashiCorp Vault. Apache-2
GitHub (👨💻 140 · 🔀 270 · 📥 420 · 📦 1.5K · 📋 280 - 32% open · ⏱️ 02.04.2021):
git clone https://github.com/hvac/hvac
PyPi (📥 2.9M / month · 📦 380 · ⏱️ 02.04.2021):
pip install hvac
Conda (📥 62K · ⏱️ 14.10.2020):
conda install -c conda-forge hvac
coursera-dl (🥉 26 · ⭐ 8.4K) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0
GitHub (👨💻 85 · 🔀 2K · 📦 130 · 📋 610 - 26% open · ⏱️ 12.02.2021):
git clone https://github.com/coursera-dl/coursera-dl
PyPi (📥 3.4K / month · 📦 24 · ⏱️ 16.12.2019):
pip install coursera-dl
Conda (📥 15K · ⏱️ 20.11.2019):
conda install -c conda-forge coursera-dl
sherlock (🥉 25 · ⭐ 24K) - Hunt down social media accounts by username across social networks. MIT
GitHub (👨💻 140 · 🔀 2.4K · 📋 540 - 23% open · ⏱️ 15.01.2021):
git clone https://github.com/sherlock-project/sherlock
PyPi (📥 4.6K / month · 📦 6 · ⏱️ 11.05.2019):
pip install sherlock
instagram-scraper (🥉 25 · ⭐ 4.9K) - Scrapes an instagram user's photos and videos. Unlicense
GitHub (👨💻 53 · 🔀 1.1K · 📦 220 · 📋 560 - 65% open · ⏱️ 10.10.2020):
git clone https://github.com/arc298/instagram-scraper
PyPi (📥 7.9K / month · 📦 40 · ⏱️ 10.10.2020):
pip install instagram-scraper
gmusicapi (🥉 25 · ⭐ 2.6K · 💤 ) - An unofficial client library for Google Music. BSD-3
GitHub (👨💻 51 · 🔀 300 · 📦 430 · 📋 510 - 11% open · ⏱️ 25.09.2020):
git clone https://github.com/simon-weber/gmusicapi
PyPi (📥 1.5K / month · 📦 270 · ⏱️ 27.03.2020):
pip install gmusicapi
igramscraper (🥉 25 · ⭐ 1.9K) - scrapes medias, likes, followers, tags and all metadata. Inspired.. MIT
GitHub (👨💻 28 · 🔀 300 · 📦 98 · 📋 120 - 67% open · ⏱️ 12.03.2021):
git clone https://github.com/realsirjoe/instagram-scraper
PyPi (📥 12K / month · 📦 2 · ⏱️ 25.05.2020):
pip install igramscraper
imdbpy (🥉 25 · ⭐ 800) - IMDbPY is a Python package useful to retrieve and manage the data of.. ❗️GPL-2.0
GitHub (👨💻 50 · 🔀 220 · 📋 210 - 15% open · ⏱️ 19.03.2021):
git clone https://github.com/alberanid/imdbpy
PyPi (📥 17K / month · 📦 210 · ⏱️ 25.09.2020):
pip install imdbpy
WikiExtractor (🥉 24 · ⭐ 2.6K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0
GitHub (👨💻 30 · 🔀 730 · 📦 56 · 📋 190 - 43% open · ⏱️ 18.03.2021):
git clone https://github.com/attardi/wikiextractor
PyPi (📥 1.8K / month · 📦 4 · ⏱️ 05.12.2020):
pip install wikiextractor
twitterscraper (🥉 24 · ⭐ 1.7K · 💤 ) - Scrape Twitter for Tweets. MIT
GitHub (👨💻 34 · 🔀 500 · 📦 350 · 📋 280 - 45% open · ⏱️ 28.07.2020):
git clone https://github.com/taspinar/twitterscraper
PyPi (📥 2.2K / month · 📦 44 · ⏱️ 28.07.2020):
pip install twitterscraper
gallery-dl (🥉 23 · ⭐ 3.2K) - Command-line program to download image galleries and.. ❗️GPL-2.0
GitHub (👨💻 40 · 🔀 280 · 📥 95K · 📋 1.3K - 17% open · ⏱️ 13.04.2021):
git clone https://github.com/mikf/gallery-dl
PyPi (📥 6.5K / month · 📦 8 · ⏱️ 02.04.2021):
pip install gallery-dl
python-slack-sdk (🥉 23 · ⭐ 3.1K) - Slack Developer Kit for Python. MIT
GitHub (👨💻 120 · 🔀 730 · 📥 310 · 📋 530 - 1% open · ⏱️ 14.04.2021):
git clone https://github.com/slackapi/python-slack-sdk
PyPi (📥 660K / month · ⏱️ 10.04.2021):
pip install slack-sdk
pyshorteners (🥉 23 · ⭐ 290 · 💤 ) - Generating short urls with python has never been easier. ❗️GPL-3.0
GitHub (👨💻 24 · 🔀 53 · 📦 800 · 📋 71 - 2% open · ⏱️ 29.07.2020):
git clone https://github.com/ellisonleao/pyshorteners
PyPi (📥 71K / month · 📦 140 · ⏱️ 19.03.2020):
pip install pyshorteners
scdl (🥉 18 · ⭐ 2K) - Soundcloud Music Downloader. ❗️GPL-2.0
ghapi (🥉 18 · ⭐ 190 · 🐣 ) - A delightful and complete interface to GitHub's amazing API. Apache-2
GitHub (👨💻 5 · 🔀 11 · 📋 35 - 45% open · ⏱️ 08.04.2021):
git clone https://github.com/fastai/ghapi
PyPi (📥 45K / month · ⏱️ 21.01.2021):
pip install ghapi
GHunt (🥉 17 · ⭐ 9.3K · 🐣 ) - Investigate Google emails and documents. MPL-2.0
Show 7 hidden projects...
Email
yagmail (🥇 29 · ⭐ 2K) - Send email in Python conveniently for gmail using yagmail. MIT
GitHub (👨💻 28 · 🔀 230 · 📦 1.2K · 📋 170 - 42% open · ⏱️ 31.03.2021):
git clone https://github.com/kootenpv/yagmail
PyPi (📥 89K / month · 📦 760 · ⏱️ 31.03.2021):
pip install yagmail
modoboa (🥈 27 · ⭐ 1.8K) - Mail hosting made simple. ISC
GitHub (👨💻 99 · 🔀 250 · 📦 31 · 📋 1.6K - 8% open · ⏱️ 14.04.2021):
git clone https://github.com/modoboa/modoboa
PyPi (📥 24K / month · 📦 48 · ⏱️ 05.11.2020):
pip install modoboa
flanker (🥈 27 · ⭐ 1.5K) - Python email address and Mime parsing library. Apache-2
GitHub (👨💻 55 · 🔀 160 · 📦 140 · 📋 87 - 58% open · ⏱️ 29.03.2021):
git clone https://github.com/mailgun/flanker
PyPi (📥 59K / month · 📦 180 · ⏱️ 05.12.2019):
pip install flanker
mailer (🥉 22 · ⭐ 220 · 💤 ) - A light-weight, modular, message representation and mail delivery.. MIT
GitHub (👨💻 19 · 🔀 50 · 📥 110 · 📋 71 - 36% open · ⏱️ 22.04.2020):
git clone https://github.com/marrow/mailer
PyPi (📥 26K / month · 📦 160 · ⏱️ 22.04.2015):
pip install mailer
Conda (📥 32K · ⏱️ 10.01.2021):
conda install -c conda-forge mailer
fastapi-mail (🥉 21 · ⭐ 120) - Fastapi mail system sending mails(individual, bulk).. MIT
GitHub (👨💻 15 · 🔀 20 · 📦 51 · 📋 25 - 16% open · ⏱️ 04.04.2021):
git clone https://github.com/sabuhish/fastapi-mail
PyPi (📥 9.5K / month · ⏱️ 04.04.2021):
pip install fastapi-mail
salmon (🥉 18 · ⭐ 480) - A Python Mail Server. ❗️GPL-3.0
GitHub (👨💻 15 · 🔀 49 · 📥 36 · 📦 11 · 📋 84 - 16% open · ⏱️ 02.03.2021):
git clone https://github.com/moggers87/salmon
PyPi (📥 450 / month · 📦 1 · ⏱️ 31.12.2019):
pip install salmon-mail
Show 5 hidden projects...
Web Scraping & Crawling
Libraries for web scraping, crawling, downloading, and mining as well as libraries.
Scrapy (🥇 38 · ⭐ 40K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
GitHub (👨💻 470 · 🔀 9.1K · 📦 24K · 📋 2.7K - 28% open · ⏱️ 15.04.2021):
git clone https://github.com/scrapy/scrapy
PyPi (📥 760K / month · 📦 8.4K · ⏱️ 17.11.2020):
pip install scrapy
Conda (📥 420K · ⏱️ 08.04.2021):
conda install -c conda-forge scrapy
You-Get (🥇 30 · ⭐ 40K) - Dumb downloader that scrapes the web. MIT
GitHub (👨💻 230 · 🔀 8.2K · 📥 330K · ⏱️ 04.04.2021):
git clone https://github.com/soimort/you-get
PyPi (📥 27K / month · 📦 36 · ⏱️ 29.03.2021):
pip install you-get
newspaper3k (🥇 30 · ⭐ 11K · 💤 ) - News, full-text, and article metadata extraction in Python 3... MIT
GitHub (👨💻 100 · 🔀 1.8K · 📦 2.5K · 📋 680 - 63% open · ⏱️ 02.09.2020):
git clone https://github.com/codelucas/newspaper
PyPi (📥 89K / month · 📦 440 · ⏱️ 28.09.2018):
pip install newspaper3k
Conda (📥 40K · ⏱️ 14.10.2020):
conda install -c conda-forge newspaper3k
feedparser (🥇 30 · ⭐ 1.2K) - Parse feeds in Python. BSD-2
GitHub (👨💻 42 · 🔀 250 · 📋 180 - 37% open · ⏱️ 01.01.2021):
git clone https://github.com/kurtmckee/feedparser
PyPi (📥 820K / month · 📦 14K · ⏱️ 25.10.2020):
pip install feedparser
parsel (🥈 29 · ⭐ 640) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3
GitHub (👨💻 38 · 🔀 99 · 📦 15K · 📋 91 - 40% open · ⏱️ 12.03.2021):
git clone https://github.com/scrapy/parsel
PyPi (📥 830K / month · 📦 2.9K · ⏱️ 07.05.2020):
pip install parsel
Conda (📥 18K · ⏱️ 02.06.2020):
conda install -c conda-forge parsel
soupsieve (🥈 29 · ⭐ 97) - A modern CSS selector implementation for BeautifulSoup. MIT
GitHub (👨💻 8 · 🔀 18 · 📦 110K · 📋 94 - 13% open · ⏱️ 19.03.2021):
git clone https://github.com/facelessuser/soupsieve
PyPi (📥 17M / month · 📦 4.2K · ⏱️ 09.02.2021):
pip install soupsieve
Conda (📥 2.7M · ⏱️ 17.08.2020):
conda install -c conda-forge soupsieve
pyspider (🥈 28 · ⭐ 15K · 💤 ) - A Powerful Spider(Web Crawler) System in Python. Apache-2
GitHub (👨💻 62 · 🔀 3.6K · 📦 290 · 📋 820 - 34% open · ⏱️ 02.08.2020):
git clone https://github.com/binux/pyspider
PyPi (📥 5.5K / month · 📦 60 · ⏱️ 18.04.2018):
pip install pyspider
Pattern (🥈 28 · ⭐ 7.9K · 💤 ) - Web mining module for Python, with tools for scraping, natural.. BSD-3
GitHub (👨💻 30 · 🔀 1.5K · 📦 1.1K · 📋 240 - 68% open · ⏱️ 25.04.2020):
git clone https://github.com/clips/pattern
PyPi (📥 110K / month · 📦 610 · ⏱️ 18.08.2018):
pip install pattern
Conda (📥 6.6K · ⏱️ 05.05.2020):
conda install -c conda-forge pattern
MechanicalSoup (🥈 28 · ⭐ 3.7K) - A Python library for automating interaction with websites. MIT
GitHub (👨💻 45 · 🔀 350 · 📥 39 · 📋 150 - 16% open · ⏱️ 06.04.2021):
git clone https://github.com/MechanicalSoup/MechanicalSoup
PyPi (📥 75K / month · 📦 430 · ⏱️ 05.01.2021):
pip install MechanicalSoup
Conda (📥 100K · ⏱️ 08.01.2021):
conda install -c conda-forge mechanicalsoup
Grab (🥈 26 · ⭐ 2.1K) - Web Scraping Framework. MIT
GitHub (👨💻 65 · 🔀 250 · 📦 310 · 📋 220 - 12% open · ⏱️ 08.12.2020):
git clone https://github.com/lorien/grab
PyPi (📥 5.2K / month · 📦 210 · ⏱️ 24.06.2018):
pip install grab
extruct (🥈 26 · ⭐ 590) - Extract embedded metadata from HTML markup. BSD-3
GitHub (👨💻 27 · 🔀 84 · 📦 240 · 📋 79 - 37% open · ⏱️ 16.03.2021):
git clone https://github.com/scrapinghub/extruct
PyPi (📥 62K / month · 📦 42 · ⏱️ 28.12.2020):
pip install extruct
micawber (🥈 26 · ⭐ 540) - a small library for extracting rich content from urls. MIT
GitHub (👨💻 27 · 🔀 80 · 📦 520 · ⏱️ 04.03.2021):
git clone https://github.com/coleifer/micawber
PyPi (📥 13K / month · 📦 370 · ⏱️ 04.03.2021):
pip install micawber
cloudscraper (🥉 25 · ⭐ 860) - A Python module to bypass Cloudflare's anti-bot page. MIT
GitHub (👨💻 8 · 🔀 130 · 📦 500 · ⏱️ 06.04.2021):
git clone https://github.com/venomous/cloudscraper
PyPi (📥 67K / month · 📦 8 · ⏱️ 28.01.2021):
pip install cloudscraper
Gerapy (🥉 23 · ⭐ 2.4K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT
GitHub (👨💻 11 · 🔀 510 · 📦 110 · 📋 160 - 29% open · ⏱️ 21.03.2021):
git clone https://github.com/Gerapy/Gerapy
PyPi (📥 1.3K / month · 📦 8 · ⏱️ 27.08.2020):
pip install gerapy
AutoScraper (🥉 22 · ⭐ 3.4K) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT
GitHub (👨💻 6 · 🔀 330 · 📦 24 · 📋 34 - 8% open · ⏱️ 03.02.2021):
git clone https://github.com/alirezamika/autoscraper
PyPi (📥 1.8K / month · ⏱️ 23.01.2021):
pip install autoscraper
ruia (🥉 22 · ⭐ 1.4K) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2
GitHub (👨💻 13 · 🔀 150 · 📥 11 · 📦 46 · 📋 82 - 3% open · ⏱️ 09.04.2021):
git clone https://github.com/howie6879/ruia
PyPi (📥 670 / month · 📦 6 · ⏱️ 06.02.2021):
pip install ruia
trafilatura (🥉 22 · ⭐ 120) - Web scraping library and command-line tool for text discovery.. ❗️GPL-3.0
GitHub (👨💻 11 · 🔀 29 · 📦 59 · 📋 52 - 21% open · ⏱️ 31.03.2021):
git clone https://github.com/adbar/trafilatura
PyPi (📥 71K / month · ⏱️ 19.02.2021):
pip install trafilatura
beautifulsoup4 (🥉 20) - Screen-scraping library. MIT
dirsearch (🥉 19 · ⭐ 5.9K) - Web path scanner. ❗️GPL-2.0
gazpacho (🥉 19 · ⭐ 540) - The simple, fast, and modern web scraping library. MIT
GitHub (👨💻 13 · 🔀 51 · 📦 100 · 📋 40 - 27% open · ⏱️ 19.03.2021):
git clone https://github.com/maxhumber/gazpacho
PyPi (📥 7.8K / month · 📦 2 · ⏱️ 09.10.2020):
pip install gazpacho
Lassie (🥉 19 · ⭐ 520) - Web Content Retrieval for Humans. MIT
GitHub (👨💻 14 · 🔀 41 · 📦 22 · 📋 39 - 25% open · ⏱️ 16.12.2020):
git clone https://github.com/michaelhelmick/lassie
PyPi (📥 840 / month · 📦 14 · ⏱️ 16.12.2020):
pip install lassie
Transistor (🥉 14 · ⭐ 200 · 💤 ) - Transistor, a Python web scraping framework for intelligent use.. MIT
GitHub (👨💻 2 · 🔀 18 · 📥 55 · 📋 63 - 95% open · ⏱️ 16.08.2020):
git clone https://github.com/bomquote/transistor
PyPi (📥 98 / month · ⏱️ 03.08.2020):
pip install transistor
Show 10 hidden projects...
python-goose (🥈 27 · ⭐ 3.7K · 💀 ) - Html Content / Article Extractor, web scrapping lib in.. Apache-2
robobrowser (🥉 24 · ⭐ 3.5K · 💀 ) - Your friendly neighborhood web scraper. BSD-3
scrapely (🥉 24 · ⭐ 1.7K · 💀 ) - A pure-python HTML screen-scraping library. BSD-3
frontera (🥉 22 · ⭐ 1.2K · 💀 ) - A scalable frontier for web crawlers. BSD-3
Photon (🥉 20 · ⭐ 7.8K · 💀 ) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0
Cola (🥉 18 · ⭐ 1.4K · 💀 ) - A high-level distributed crawling framework. Apache-2
gain (🥉 17 · ⭐ 2K · 💀 ) - Web crawling framework based on asyncio. ❗️GPL-3.0
snallygaster (🥉 17 · ⭐ 1.8K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0
opengraph (🥉 17 · ⭐ 190 · 💀 ) - A python module to parse the Open Graph Protocol. MIT
lazynlp (🥉 13 · ⭐ 1.9K · 💀 ) - Library to scrape and clean web pages to create massive datasets. MIT
Monitoring
sentry (🥇 32 · ⭐ 28K) - Sentry is cross-platform application monitoring, with a focus on.. ❗️SSPL-1.0
GitHub (👨💻 580 · 🔀 3.1K · 📥 37K · 📦 510 · 📋 4.5K - 6% open · ⏱️ 15.04.2021):
git clone https://github.com/getsentry/sentry
PyPi (📥 11K / month · 📦 640 · ⏱️ 08.04.2021):
pip install sentry
Conda (📥 74K · ⏱️ 18.02.2021):
conda install -c conda-forge sentry-sdk
Prometheus Client (🥈 26 · ⭐ 2.1K) - Python client for the Prometheus monitoring system. Apache-2
GitHub (👨💻 100 · 🔀 540 · 📋 330 - 9% open · ⏱️ 08.04.2021):
git clone https://github.com/prometheus/client_python
PyPi (📥 20M / month · ⏱️ 08.04.2021):
pip install prometheus-client
Flask-MonitoringDashboard (🥈 25 · ⭐ 500) - Automatically monitor the evolving performance of.. MIT
GitHub (👨💻 25 · 🔀 110 · 📦 780 · 📋 170 - 28% open · ⏱️ 01.04.2021):
git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard
PyPi (📥 27K / month · 📦 14 · ⏱️ 09.09.2020):
pip install flask-monitoringdashboard
prometheus-flask-exporter (🥈 24 · ⭐ 330) - Prometheus exporter for Flask applications. MIT
GitHub (👨💻 16 · 🔀 69 · 📋 80 - 12% open · ⏱️ 14.04.2021):
git clone https://github.com/rycus86/prometheus_flask_exporter
PyPi (📥 4.7M / month · 📦 40 · ⏱️ 10.10.2020):
pip install prometheus-flask-exporter
ngxtop (🥉 22 · ⭐ 6.1K) - Real-time metrics for nginx server. MIT
GitHub (👨💻 9 · 🔀 460 · 📦 28 · 📋 89 - 69% open · ⏱️ 21.12.2020):
git clone https://github.com/lebinh/ngxtop
PyPi (📥 5.5K / month · 📦 18 · ⏱️ 21.12.2020):
pip install ngxtop
GoAccess (🥉 18 · ⭐ 13K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT
flask-state (🥉 18 · ⭐ 590) - Display machine state using Python3 with Flask. BSD-3
GitHub (👨💻 10 · 🔀 47 · 📋 23 - 34% open · ⏱️ 31.03.2021):
git clone https://github.com/yoobool/flask-state
PyPi (📥 490 / month · ⏱️ 31.03.2021):
pip install Flask-State
starlette context (🥉 16 · ⭐ 130) - Middleware for Starlette that allows you to store and.. MIT
GitHub (👨💻 4 · 🔀 7 · 📋 16 - 18% open · ⏱️ 05.04.2021):
git clone https://github.com/tomwojcik/starlette-context
PyPi (📥 28K / month · ⏱️ 17.10.2020):
pip install starlette-context
timing-asgi (🥉 16 · ⭐ 64) - ASGI middleware to record and emit timing metrics (to something like.. MIT
GitHub (👨💻 2 · 🔀 4 · 📋 3 - 66% open · ⏱️ 13.11.2020):
git clone https://github.com/steinnes/timing-asgi
PyPi (📥 120K / month · ⏱️ 13.11.2020):
pip install timing-asgi
Starlette Prometheus (🥉 15 · ⭐ 130) - Prometheus integration for Starlette. ❗️GPL-3.0
GitHub (👨💻 10 · 🔀 19 · 📋 13 - 23% open · ⏱️ 17.03.2021):
git clone https://github.com/perdy/starlette-prometheus
PyPi (📥 26K / month · ⏱️ 09.07.2020):
pip install starlette-prometheus
Web UI
wave (🥇 25 · ⭐ 2.6K) - Realtime Web Apps and Dashboards for Python. Apache-2
GitHub (👨💻 21 · 🔀 110 · 📥 31K · 📋 430 - 38% open · ⏱️ 15.04.2021):
git clone https://github.com/h2oai/wave
PyPi (📥 7.4K / month · 📦 320 · ⏱️ 09.01.2011):
pip install wave
flaskbb (🥈 23 · ⭐ 2K) - A classic Forum Software in Python using Flask. BSD-3
GitHub (👨💻 55 · 🔀 510 · 📦 22 · 📋 310 - 10% open · ⏱️ 04.04.2021):
git clone https://github.com/flaskbb/flaskbb
PyPi (📥 170 / month · 📦 2 · ⏱️ 15.07.2018):
pip install FlaskBB
Wooey (🥉 21 · ⭐ 1.6K · 💤 ) - A Django app that creates automatic web UIs for Python scripts. BSD-3
GitHub (👨💻 22 · 🔀 170 · 📦 30 · 📋 200 - 27% open · ⏱️ 23.08.2020):
git clone https://github.com/wooey/wooey
PyPi (📥 470 / month · 📦 1 · ⏱️ 16.04.2020):
pip install wooey
Misago (🥉 20 · ⭐ 2.1K · 💤 ) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0
Admin UI
flask-admin (🥇 33 · ⭐ 4.7K) - Simple and extensible administrative interface framework for.. BSD-3
GitHub (👨💻 320 · 🔀 1.3K · 📦 11K · 📋 1.3K - 29% open · ⏱️ 12.04.2021):
git clone https://github.com/flask-admin/flask-admin
PyPi (📥 1.1M / month · 📦 4.6K · ⏱️ 26.10.2020):
pip install flask-admin
Conda (📥 100K · ⏱️ 26.10.2020):
conda install -c conda-forge flask-admin
django-debug-toolbar (🥇 31 · ⭐ 6.4K) - A configurable set of panels that display various.. BSD-3
GitHub (👨💻 230 · 🔀 910 · 📥 160 · 📦 38K · 📋 770 - 13% open · ⏱️ 14.04.2021):
git clone https://github.com/jazzband/django-debug-toolbar
PyPi (📥 1.3M / month · 📦 25K · ⏱️ 14.04.2021):
pip install django-debug-toolbar
Conda (📥 110K · ⏱️ 14.04.2021):
conda install -c conda-forge django-debug-toolbar
django-grappelli (🥇 31 · ⭐ 3K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3
GitHub (👨💻 73 · 🔀 610 · 📦 4K · 📋 660 - 2% open · ⏱️ 15.04.2021):
git clone https://github.com/sehmaschine/django-grappelli
PyPi (📥 120K / month · 📦 3.4K · ⏱️ 15.04.2021):
pip install django-grappelli
Conda (📥 77K · ⏱️ 15.04.2021):
conda install -c conda-forge django-grappelli
django-admin-bootstrapped (🥉 25 · ⭐ 1.5K · 💤 ) - A Django admin theme using Twitter Bootstrap. It.. Apache-2
GitHub (👨💻 64 · 🔀 400 · 📦 1.4K · 📋 160 - 21% open · ⏱️ 10.07.2020):
git clone https://github.com/django-admin-bootstrapped/django-admin-bootstrapped
PyPi (📥 5.6K / month · 📦 1.6K · ⏱️ 15.12.2015):
pip install django-admin-bootstrapped
django-admin-interface (🥉 24 · ⭐ 780) - django's default admin interface made customizable... MIT
GitHub (👨💻 15 · 🔀 87 · 📦 650 · 📋 95 - 6% open · ⏱️ 14.04.2021):
git clone https://github.com/fabiocaccamo/django-admin-interface
PyPi (📥 30K / month · 📦 42 · ⏱️ 07.04.2021):
pip install django-admin-interface
django-admin2 (🥉 20 · ⭐ 1.1K) - Extendable, adaptable rewrite of django.contrib.admin. BSD-3
GitHub (👨💻 48 · 🔀 160 · 📦 20 · 📋 240 - 18% open · ⏱️ 09.03.2021):
git clone https://github.com/jazzband/django-admin2
PyPi (📥 160 / month · 📦 14 · ⏱️ 10.01.2017):
pip install django-admin2
django-smuggler (🥉 20 · ⭐ 350 · 💤 ) - Django Smuggler is a pluggable application for Django.. ❗️LGPL-3.0
GitHub (👨💻 20 · 🔀 33 · 📦 120 · 📋 46 - 17% open · ⏱️ 28.09.2020):
git clone https://github.com/semente/django-smuggler
PyPi (📥 6.7K / month · 📦 73 · ⏱️ 28.09.2020):
pip install django-smuggler
fastapi-admin (🥉 18 · ⭐ 550) - FastAPI Admin Dashboard based on FastAPI and Tortoise ORM. Apache-2
GitHub (👨💻 4 · 🔀 85 · 📋 35 - 25% open · ⏱️ 09.04.2021):
git clone https://github.com/long2ice/fastapi-admin
PyPi (📥 930 / month · ⏱️ 04.02.2021):
pip install fastapi-admin
nginx-ui (🥉 17 · ⭐ 3.8K · 💤 ) - Nginx UI allows you to access and modify the nginx configurations.. MIT
GitHub (👨💻 3 · 🔀 180 · 📋 30 - 63% open · ⏱️ 25.06.2020):
git clone https://github.com/schenkd/nginx-ui
Docker Hub (📥 300K · ⭐ 9 · ⏱️ 25.06.2020):
docker pull schenkd/nginx-ui
Show 3 hidden projects...
django-suit (🥈 27 · ⭐ 2.1K · 💀 ) - Modern theme for Django admin interface. ❗️AFL-3.0
xadmin (🥈 26 · ⭐ 4.6K · 💀 ) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3
django-jet (🥈 26 · ⭐ 3.1K · 💀 ) - Modern responsive template for the Django admin.. ❗️AGPL-3.0
API Proxies & Gateways
Kong (🥇 29 · ⭐ 29K) - The Cloud-Native API Gateway. Apache-2
GitHub (👨💻 230 · 🔀 3.7K · 📥 520K · 📋 3.5K - 11% open · ⏱️ 15.04.2021):
git clone https://github.com/kong/kong
Docker Hub (📥 230M · ⭐ 560 · ⏱️ 14.04.2021):
docker pull kong
tyk (🥉 22 · ⭐ 6.2K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0
Flask Utilities
flask-sqlalchemy (🥇 33 · ⭐ 3.5K) - Adds SQLAlchemy support to Flask. BSD-3
GitHub (👨💻 100 · 🔀 820 · 📥 360 · 📦 180K · 📋 550 - 7% open · ⏱️ 12.04.2021):
git clone https://github.com/pallets/flask-sqlalchemy
PyPi (📥 3.2M / month · 📦 52K · ⏱️ 18.03.2021):
pip install flask-sqlalchemy
Conda (📥 180K · ⏱️ 18.03.2021):
conda install -c conda-forge flask-sqlalchemy
Flask-Migrate (🥇 33 · ⭐ 1.8K) - SQLAlchemy database migrations for Flask applications using.. MIT
GitHub (👨💻 43 · 🔀 190 · 📦 69K · 📋 330 - 2% open · ⏱️ 24.03.2021):
git clone https://github.com/miguelgrinberg/Flask-Migrate
PyPi (📥 1.1M / month · 📦 19K · ⏱️ 19.01.2021):
pip install flask-migrate
Conda (📥 130K · ⏱️ 11.10.2020):
conda install -c conda-forge flask-migrate
flask-cors (🥇 31 · ⭐ 700) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT
GitHub (👨💻 36 · 🔀 98 · 📦 97K · 📋 130 - 22% open · ⏱️ 05.01.2021):
git clone https://github.com/corydolphin/flask-cors
PyPi (📥 2.8M / month · 📦 15K · ⏱️ 06.01.2021):
pip install flask-cors
Conda (📥 290K · ⏱️ 15.06.2019):
conda install -c conda-forge flask-cors
flask-mongoengine (🥇 29 · ⭐ 760) - MongoEngine flask extension with WTF model forms.. BSD-3
GitHub (👨💻 82 · 🔀 240 · 📦 5.7K · 📋 250 - 21% open · ⏱️ 28.12.2020):
git clone https://github.com/MongoEngine/flask-mongoengine
PyPi (📥 130K / month · 📦 2.8K · ⏱️ 21.11.2020):
pip install flask-mongoengine
flask-caching (🥇 29 · ⭐ 600) - A caching extension for Flask. BSD-3
GitHub (👨💻 93 · 🔀 130 · 📦 6.9K · 📋 150 - 9% open · ⏱️ 12.04.2021):
git clone https://github.com/sh4nks/flask-caching
PyPi (📥 1.9M / month · 📦 1.3K · ⏱️ 17.03.2021):
pip install flask-caching
Conda (📥 37K · ⏱️ 18.05.2019):
conda install -c conda-forge flask-caching
flask-security (🥈 28 · ⭐ 1.6K · 💤 ) - Quick and simple security for Flask applications. MIT
GitHub (👨💻 130 · 🔀 470 · 📦 5.2K · 📋 520 - 26% open · ⏱️ 23.04.2020):
git clone https://github.com/mattupstate/flask-security
PyPi (📥 70K / month · 📦 2.6K · ⏱️ 14.06.2017):
pip install flask-security
Conda (📥 30K · ⏱️ 18.09.2017):
conda install -c conda-forge flask-security
flask-babel (🥈 28 · ⭐ 360) - i18n and l10n support for Flask based on Babel and pytz. BSD-3
GitHub (👨💻 33 · 🔀 140 · 📦 11K · 📋 100 - 14% open · ⏱️ 01.12.2020):
git clone https://github.com/python-babel/flask-babel
PyPi (📥 1.2M / month · 📦 5.1K · ⏱️ 27.08.2020):
pip install flask-babel
Conda (📥 64K · ⏱️ 28.08.2020):
conda install -c conda-forge flask-babel
flask-api (🥈 27 · ⭐ 1.2K) - Browsable web APIs for Flask. BSD-3
GitHub (👨💻 32 · 🔀 150 · 📦 4.3K · 📋 63 - 19% open · ⏱️ 06.04.2021):
git clone https://github.com/flask-api/flask-api
PyPi (📥 260K / month · 📦 1.3K · ⏱️ 27.11.2019):
pip install flask-api
flask-session (🥈 26 · ⭐ 340 · 💤 ) - Server side session extension for Flask. BSD-3
GitHub (👨💻 7 · 🔀 150 · 📦 15K · 📋 100 - 66% open · ⏱️ 14.05.2020):
git clone https://github.com/fengsp/flask-session
PyPi (📥 130K / month · 📦 2K · ⏱️ 14.05.2020):
pip install flask-session
Flask-Moment (🥈 26 · ⭐ 320) - Formatting of dates and times in Flask templates using.. MIT
GitHub (👨💻 16 · 🔀 45 · 📦 15K · 📋 40 - 12% open · ⏱️ 17.12.2020):
git clone https://github.com/miguelgrinberg/Flask-Moment
PyPi (📥 41K / month · 📦 4.5K · ⏱️ 17.12.2020):
pip install flask-moment
Conda (📥 26K · ⏱️ 18.05.2019):
conda install -c conda-forge flask-moment
flask-ask (🥈 25 · ⭐ 1.9K · 💤 ) - Alexa Skills Kit for Python. Apache-2
GitHub (👨💻 39 · 🔀 350 · 📦 700 · ⏱️ 06.09.2020):
git clone https://github.com/johnwheeler/flask-ask
PyPi (📥 1.3K / month · 📦 130 · ⏱️ 28.02.2018):
pip install flask-ask
flask-limiter (🥈 25 · ⭐ 740) - Rate Limiting extension for Flask. MIT
GitHub (👨💻 29 · 🔀 91 · 📦 2.3K · 📋 110 - 14% open · ⏱️ 01.01.2021):
git clone https://github.com/alisaifee/flask-limiter
PyPi (📥 140K / month · 📦 690 · ⏱️ 25.08.2020):
pip install flask-limiter
flask-paginate (🥈 25 · ⭐ 230) - Pagination support for flask. BSD-3
GitHub (👨💻 27 · 🔀 72 · 📥 22 · 📦 1.6K · 📋 58 - 5% open · ⏱️ 31.01.2021):
git clone https://github.com/lixxu/flask-paginate
PyPi (📥 27K / month · 📦 84 · ⏱️ 31.01.2021):
pip install flask-paginate
flask-marshmallow (🥉 24 · ⭐ 680) - Flask + marshmallow for beautiful APIs. MIT
GitHub (👨💻 15 · 🔀 46 · 📦 12K · 📋 99 - 20% open · ⏱️ 12.04.2021):
git clone https://github.com/marshmallow-code/flask-marshmallow
PyPi (📥 380K / month · 📦 1.5K · ⏱️ 28.09.2020):
pip install flask-marshmallow
Conda (📥 47K · ⏱️ 28.09.2020):
conda install -c conda-forge flask-marshmallow
flask-apispec (🥉 24 · ⭐ 530) - Build and document REST APIs with Flask and apispec. MIT
GitHub (👨💻 29 · 🔀 120 · 📦 470 · 📋 150 - 59% open · ⏱️ 25.10.2020):
git clone https://github.com/jmcarp/flask-apispec
PyPi (📥 110K / month · 📦 62 · ⏱️ 25.10.2020):
pip install flask-apispec
Conda (📥 87K · ⏱️ 25.10.2020):
conda install -c conda-forge flask-apispec
flask-seasurf (🥉 24 · ⭐ 170) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3
GitHub (👨💻 29 · 🔀 42 · 📦 1.4K · 📋 43 - 16% open · ⏱️ 10.01.2021):
git clone https://github.com/maxcountryman/flask-seasurf
PyPi (📥 45K / month · 📦 500 · ⏱️ 10.01.2021):
pip install flask-seasurf
Conda (📥 15K · ⏱️ 27.11.2020):
conda install -c conda-forge flask-seasurf
flask-talisman (🥉 23 · ⭐ 740 · 💤 ) - HTTP security headers for Flask. Apache-2
GitHub (👨💻 19 · 🔀 60 · 📦 1.2K · 📋 35 - 40% open · ⏱️ 13.07.2020):
git clone https://github.com/GoogleCloudPlatform/flask-talisman
PyPi (📥 220K / month · 📦 160 · ⏱️ 28.05.2019):
pip install flask-talisman
Frozen-Flask (🥉 23 · ⭐ 680) - Freezes a Flask application into a set of static files. BSD-3
GitHub (👨💻 24 · 🔀 64 · 📥 54 · 📦 2K · 📋 58 - 31% open · ⏱️ 26.11.2020):
git clone https://github.com/Frozen-Flask/Frozen-Flask
PyPi (📥 49K / month · 📦 1.1K · ⏱️ 26.06.2017):
pip install frozen-flask
Conda (📥 55K · ⏱️ 12.07.2018):
conda install -c conda-forge frozen-flask
flask_injector (🥉 23 · ⭐ 220) - Adds Injector support to Flask. BSD-3
GitHub (👨💻 10 · 🔀 27 · 📦 520 · 📋 43 - 23% open · ⏱️ 22.02.2021):
git clone https://github.com/alecthomas/flask_injector
PyPi (<g-emoji class="g-emoji" alias="inbox_tray" fallback-src="https:/