https://github.com/ml-tooling/best-of-web-python 🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Best-of Web Development with Python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
This curated list contains 540 awesome open-source projects with a total of 1.9M 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!
📫 Subscribe to our weekly newsletter for updates on the best Python libraries and tools.
Get notified on trending projects, new additions, detailed comparisons, and more!
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.
django (🥇 42 · ⭐ 55K) - The Web framework for perfectionists with deadlines. BSD-3
GitHub (👨💻 2.4K · 🔀 23K · 📦 590K · ⏱️ 12.01.2021):
git clone https://github.com/django/django
PyPi (📥 3.7M / month · 📦 230K · ⏱️ 04.01.2021):
pip install django
Conda (📥 720K · ⏱️ 04.01.2021):
conda install -c conda-forge django
flask (🥇 39 · ⭐ 53K) - The Python micro framework for building web applications. BSD-3
GitHub (👨💻 710 · 🔀 14K · 📥 4.7K · 📦 640K · 📋 2K - 1% open · ⏱️ 07.01.2021):
git clone https://github.com/pallets/flask
PyPi (📥 11M / month · 📦 230K · ⏱️ 03.04.2020):
pip install flask
Conda (📥 1.5M · ⏱️ 03.04.2020):
conda install -c conda-forge flask
django-rest-framework (🥇 38 · ⭐ 20K) - Web APIs for Django. BSD-3
GitHub (👨💻 1.2K · 🔀 5.5K · 📦 190K · 📋 3.7K - 9% open · ⏱️ 06.01.2021):
git clone https://github.com/encode/django-rest-framework
PyPi (📥 870K / month · 📦 750 · ⏱️ 20.07.2017):
pip install django-rest-framework
Conda (📥 320K · ⏱️ 06.01.2021):
conda install -c conda-forge djangorestframework
tornado (🥈 37 · ⭐ 20K) - Tornado is a Python web framework and asynchronous networking.. Apache-2
GitHub (👨💻 410 · 🔀 5.3K · 📦 140K · 📋 1.6K - 12% open · ⏱️ 09.01.2021):
git clone https://github.com/tornadoweb/tornado
PyPi (📥 14M / month · 📦 48K · ⏱️ 30.10.2020):
pip install tornado
Conda (📥 9.9M · ⏱️ 08.01.2021):
conda install -c conda-forge tornado
werkzeug (🥈 37 · ⭐ 5.6K) - The comprehensive WSGI web application library. BSD-3
GitHub (👨💻 410 · 🔀 1.5K · 📥 230 · 📦 430K · 📋 850 - 6% open · ⏱️ 12.01.2021):
git clone https://github.com/pallets/werkzeug
PyPi (📥 14M / month · 📦 140K · ⏱️ 31.03.2020):
pip install werkzeug
Conda (📥 2.4M · ⏱️ 01.04.2020):
conda install -c conda-forge werkzeug
sanic (🥈 36 · ⭐ 14K) - Async Python 3.6+ web server/framework | Build fast. Run fast. MIT
GitHub (👨💻 280 · 🔀 1.3K · 📦 4.6K · 📋 970 - 6% open · ⏱️ 10.01.2021):
git clone https://github.com/sanic-org/sanic
PyPi (📥 4.2M / month · 📦 530 · ⏱️ 05.01.2021):
pip install sanic
Conda (📥 100K · ⏱️ 06.01.2021):
conda install -c conda-forge sanic
bottle (🥈 35 · ⭐ 7.1K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT
GitHub (👨💻 220 · 🔀 1.4K · 📦 15K · 📋 830 - 36% open · ⏱️ 01.01.2021):
git clone https://github.com/bottlepy/bottle
PyPi (📥 1.3M / month · 📦 9.7K · ⏱️ 11.11.2020):
pip install bottle
Conda (📥 210K · ⏱️ 10.06.2020):
conda install -c conda-forge bottle
fastapi (🥈 33 · ⭐ 26K) - FastAPI framework, high performance, easy to learn, fast to.. MIT
GitHub (👨💻 200 · 🔀 1.8K · 📋 1.9K - 31% open · ⏱️ 09.01.2021):
git clone https://github.com/tiangolo/fastapi
PyPi (📥 500K / month · 📦 280 · ⏱️ 20.12.2020):
pip install fastapi
Conda (📥 150K · ⏱️ 08.01.2021):
conda install -c conda-forge fastapi
pyramid (🥈 33 · ⭐ 3.5K) - Pyramid - A Python web framework. BSD-3
GitHub (👨💻 340 · 🔀 860 · 📦 8.7K · 📋 1K - 6% open · ⏱️ 08.01.2021):
git clone https://github.com/Pylons/pyramid
PyPi (📥 140K / month · 📦 5.2K · ⏱️ 30.11.2020):
pip install pyramid
Conda (📥 2.4K · ⏱️ 17.04.2020):
conda install -c anaconda pyramid
falcon (🥈 32 · ⭐ 8.2K) - The no-nonsense, minimalist REST and app backend framework for Python.. Apache-2
GitHub (👨💻 170 · 🔀 810 · 📥 230 · 📦 5.1K · 📋 880 - 22% open · ⏱️ 09.01.2021):
git clone https://github.com/falconry/falcon
PyPi (📥 330K / month · 📦 3K · ⏱️ 23.12.2020):
pip install falcon
Conda (📥 160K · ⏱️ 08.01.2021):
conda install -c conda-forge falcon
flask-restful (🥈 32 · ⭐ 5.9K) - Simple framework for creating REST APIs. BSD-3
GitHub (👨💻 160 · 🔀 920 · 📦 50K · 📋 550 - 20% open · ⏱️ 15.10.2020):
git clone https://github.com/flask-restful/flask-restful
PyPi (📥 730K / month · 📦 14K · ⏱️ 06.02.2020):
pip install flask-restful
Conda (📥 71K · ⏱️ 24.03.2020):
conda install -c conda-forge flask-restful
django-tastypie (🥈 32 · ⭐ 3.7K · 💤 ) - Creating delicious APIs for Django apps since 2010. BSD-3
GitHub (👨💻 200 · 🔀 1.2K · 📦 4.3K · 📋 920 - 45% open · ⏱️ 06.01.2020):
git clone https://github.com/django-tastypie/django-tastypie
PyPi (📥 100K / month · 📦 5K · ⏱️ 06.01.2020):
pip install django-tastypie
starlette (🥉 31 · ⭐ 5K) - The little ASGI framework that shines. BSD-3
GitHub (👨💻 140 · 🔀 410 · 📦 9.9K · 📋 550 - 29% open · ⏱️ 23.11.2020):
git clone https://github.com/encode/starlette
PyPi (📥 560K / month · 📦 580 · ⏱️ 09.11.2020):
pip install starlette
Conda (📥 160K · ⏱️ 12.11.2020):
conda install -c conda-forge starlette
Flask-AppBuilder (🥉 31 · ⭐ 3.1K) - Simple and rapid application development framework,.. BSD-3
GitHub (👨💻 140 · 🔀 950 · 📦 1.6K · 📋 1K - 7% open · ⏱️ 12.01.2021):
git clone https://github.com/dpgaspar/Flask-AppBuilder
PyPi (📥 540K / month · 📦 600 · ⏱️ 27.10.2020):
pip install flask-appbuilder
Conda (📥 120K · ⏱️ 29.10.2020):
conda install -c conda-forge flask-appbuilder
CherryPy (🥉 31 · ⭐ 1.3K · ➕ ) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3
GitHub (👨💻 130 · 🔀 300 · 📦 6.7K · 📋 1.7K - 11% open · ⏱️ 11.12.2020):
git clone https://github.com/cherrypy/cherrypy
PyPi (📥 220K / month · 📦 20K · ⏱️ 17.04.2020):
pip install cherrypy
eve (🥉 29 · ⭐ 6.3K) - REST API framework designed for human beings. BSD-3
GitHub (👨💻 200 · 🔀 720 · 📦 920 · 📋 940 - 3% open · ⏱️ 05.12.2020):
git clone https://github.com/pyeve/eve
PyPi (📥 6.3K / month · 📦 710 · ⏱️ 22.10.2020):
pip install eve
flask-restplus (🥉 29 · ⭐ 2.5K · 💤 ) - Fully featured framework for fast, easy and.. BSD-3
GitHub (👨💻 89 · 🔀 460 · 📦 8.7K · 📋 610 - 59% open · ⏱️ 13.01.2020):
git clone https://github.com/noirbizarre/flask-restplus
PyPi (📥 460K / month · 📦 1.7K · ⏱️ 12.08.2019):
pip install flask-restplus
Conda (📥 150K · ⏱️ 13.10.2020):
conda install -c conda-forge flask-restplus
webpy (🥉 28 · ⭐ 5.5K) - web.py is a web framework for python that is as simple as it is.. Unlicense
GitHub (👨💻 82 · 🔀 1.3K · 📋 410 - 6% open · ⏱️ 07.01.2021):
git clone https://github.com/webpy/webpy
PyPi (📥 27K / month · 📦 2.2K · ⏱️ 09.11.2020):
pip install web.py
cornice (🥉 28 · ⭐ 360) - Build Web Services with Pyramid. MPL-2.0
GitHub (👨💻 110 · 🔀 150 · 📦 620 · 📋 230 - 20% open · ⏱️ 23.12.2020):
git clone https://github.com/Cornices/cornice
PyPi (📥 18K / month · 📦 660 · ⏱️ 31.08.2020):
pip install cornice
hug (🥉 27 · ⭐ 6.4K) - Embrace the APIs of the future. Hug aims to make developing APIs as simple as.. MIT
GitHub (👨💻 120 · 🔀 360 · 📦 980 · 📋 440 - 33% open · ⏱️ 10.08.2020):
git clone https://github.com/hugapi/hug
PyPi (📥 17K / month · 📦 420 · ⏱️ 06.02.2020):
pip install hug
Conda (📥 100K · ⏱️ 19.02.2020):
conda install -c conda-forge hug
quart (🥉 27 · ⭐ 840) - Quart is a Python ASGI web microframework with the same API as Flask. MIT
GitHub (👨💻 52 · 🔀 83 · 📦 1.1K · 📋 100 - 2% open · ⏱️ 12.01.2021):
git clone https://github.com/pgjones/quart
PyPi (📥 70K / month · 📦 160 · ⏱️ 13.12.2020):
pip install quart
Conda (📥 14K · ⏱️ 10.01.2021):
conda install -c conda-forge quart
responder (🥉 26 · ⭐ 3.5K) - A familiar HTTP Service Framework for Python. Apache-2
GitHub (👨💻 85 · 🔀 210 · 📦 420 · 📋 210 - 21% open · ⏱️ 08.01.2021):
git clone https://github.com/taoufik07/responder
PyPi (📥 5.5K / month · 📦 120 · ⏱️ 08.01.2021):
pip install responder
Conda (📥 48K · ⏱️ 08.01.2021):
conda install -c conda-forge responder
masonite (🥉 25 · ⭐ 1.5K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
GitHub (👨💻 69 · 🔀 93 · 📥 6 · 📋 230 - 12% open · ⏱️ 12.01.2021):
git clone https://github.com/MasoniteFramework/masonite
PyPi (📥 1.6K / month · 📦 94 · ⏱️ 12.01.2021):
pip install masonite
japronto (🥉 23 · ⭐ 8.2K · 💤 ) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT
GitHub (👨💻 23 · 🔀 560 · 📦 100 · 📋 150 - 58% open · ⏱️ 20.03.2020):
git clone https://github.com/squeaky-pl/japronto
PyPi (📥 200 / month · 📦 27 · ⏱️ 09.11.2018):
pip install japronto
web2py (🥉 22 · ⭐ 1.9K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0
emmett (🥉 19 · ⭐ 640 · ➕ ) - The web framework for inventors. BSD-3
GitHub (👨💻 20 · 🔀 56 · 📋 250 - 10% open · ⏱️ 23.12.2020):
git clone https://github.com/emmett-framework/emmett
PyPi (📥 280 / month · ⏱️ 09.11.2020):
pip install emmett
flask-mongorest (🥉 19 · ⭐ 500) - Restful API framework wrapped around MongoEngine. BSD-3
GitHub (👨💻 18 · 🔀 89 · 📦 45 · 📋 64 - 42% open · ⏱️ 27.10.2020):
git clone https://github.com/closeio/flask-mongorest
PyPi (📥 100 / month · 📦 27 · ⏱️ 26.08.2019):
pip install Flask-MongoRest
flama (🥉 16 · ⭐ 150 · ➕ ) - Fire up your API with this flamethrower. ❗️GPL-3.0
GitHub (👨💻 8 · 🔀 12 · 📥 50 · 📋 22 - 18% open · ⏱️ 16.11.2020):
git clone https://github.com/perdy/flama
PyPi (📥 190 / month · ⏱️ 14.05.2020):
pip install flama
Growler (🥉 15 · ⭐ 690 · 💤 ) - A micro web-framework using asyncio coroutines and chained.. Apache-2
GitHub (👨💻 5 · 🔀 27 · 📋 16 - 31% open · ⏱️ 08.03.2020):
git clone https://github.com/pyGrowler/Growler
PyPi (📥 40 / month · 📦 2 · ⏱️ 16.10.2016):
pip install growler
Show 1 hidden projects...
vibora (🥉 21 · ⭐ 5.6K · 💀 ) - Fast, asynchronous and elegant Python web framework. MIT
HTTP Clients
requests (🥇 40 · ⭐ 44K) - A simple, yet elegant HTTP library. Apache-2
GitHub (👨💻 670 · 🔀 8.1K · 📦 810K · 📋 3.4K - 8% open · ⏱️ 16.12.2020):
git clone https://github.com/psf/requests
PyPi (📥 61M / month · 📦 300K · ⏱️ 16.12.2020):
pip install requests
Conda (📥 8.5M · ⏱️ 16.12.2020):
conda install -c conda-forge requests
aiohttp (🥇 38 · ⭐ 11K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2
GitHub (👨💻 570 · 🔀 1.5K · 📥 650 · 📦 70K · 📋 2.4K - 13% open · ⏱️ 11.01.2021):
git clone https://github.com/aio-libs/aiohttp
PyPi (📥 19M / month · 📦 15K · ⏱️ 27.10.2020):
pip install aiohttp
Conda (📥 1.2M · ⏱️ 11.01.2021):
conda install -c conda-forge aiohttp
urllib3 (🥇 38 · ⭐ 2.5K) - Python HTTP library with thread-safe connection pooling, file post.. MIT
GitHub (👨💻 270 · 🔀 790 · 📦 460K · 📋 870 - 15% open · ⏱️ 11.01.2021):
git clone https://github.com/urllib3/urllib3
PyPi (📥 87M / month · 📦 75K · ⏱️ 12.11.2020):
pip install urllib3
Conda (📥 8.3M · ⏱️ 13.11.2020):
conda install -c conda-forge urllib3
httpie (🥈 33 · ⭐ 49K) - As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP.. BSD-3
GitHub (👨💻 120 · 🔀 3.2K · 📦 7.8K · 📋 680 - 20% open · ⏱️ 12.01.2021):
git clone https://github.com/httpie/httpie
PyPi (📥 92K / month · 📦 3.3K · ⏱️ 25.10.2020):
pip install httpie
Conda (📥 47K · ⏱️ 14.10.2020):
conda install -c conda-forge httpie
httpx (🥈 32 · ⭐ 6.3K) - A next generation HTTP client for Python. BSD-3
GitHub (👨💻 110 · 🔀 400 · 📦 4K · 📋 560 - 10% open · ⏱️ 08.01.2021):
git clone https://github.com/encode/httpx
PyPi (📥 5.4M / month · 📦 64 · ⏱️ 08.10.2020):
pip install httpx
Conda (📥 37K · ⏱️ 08.12.2020):
conda install -c conda-forge httpx
python-zeep (🥈 31 · ⭐ 1.5K) - A modern/fast python SOAP client based on lxml / requests. MIT
GitHub (👨💻 110 · 🔀 480 · 📦 2.5K · 📋 940 - 33% open · ⏱️ 12.12.2020):
git clone https://github.com/mvantellingen/python-zeep
PyPi (📥 880K / month · 📦 650 · ⏱️ 12.10.2020):
pip install zeep
pycurl (🥈 31 · ⭐ 720) - PycURL - Python interface to libcurl. MIT
GitHub (👨💻 86 · 🔀 200 · 📦 28K · 📋 280 - 4% open · ⏱️ 07.12.2020):
git clone https://github.com/pycurl/pycurl
PyPi (📥 1.1M / month · 📦 8.3K · ⏱️ 02.09.2020):
pip install pycurl
Conda (📥 360K · ⏱️ 08.01.2021):
conda install -c conda-forge pycurl
httplib2 (🥈 31 · ⭐ 390) - Small, fast HTTP client library for Python. Features persistent.. MIT
GitHub (👨💻 62 · 🔀 130 · 📦 65K · 📋 97 - 38% open · ⏱️ 29.09.2020):
git clone https://github.com/httplib2/httplib2
PyPi (📥 11M / month · 📦 31K · ⏱️ 20.05.2020):
pip install httplib2
Conda (📥 870K · ⏱️ 20.05.2020):
conda install -c conda-forge httplib2
requests-toolbelt (🥉 30 · ⭐ 740 · ➕ ) - A toolbelt of useful classes and functions to be used.. Apache-2
GitHub (👨💻 57 · 🔀 130 · 📦 23K · 📋 140 - 36% open · ⏱️ 11.01.2021):
git clone https://github.com/requests/toolbelt
PyPi (📥 6.2M / month · 📦 4.8K · ⏱️ 30.01.2019):
pip install requests-toolbelt
Conda (📥 360K · ⏱️ 30.01.2019):
conda install -c conda-forge requests-toolbelt
requests-futures (🥉 28 · ⭐ 1.7K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2
GitHub (👨💻 23 · 🔀 140 · 📦 2.4K · 📋 68 - 23% open · ⏱️ 03.01.2021):
git clone https://github.com/ross/requests-futures
PyPi (📥 490K / month · 📦 1.6K · ⏱️ 02.12.2018):
pip install requests-futures
Conda (📥 89K · ⏱️ 14.10.2020):
conda install -c conda-forge requests-futures
hyper (🥉 27 · ⭐ 1K · 📉 ) - HTTP/2 for Python. MIT
GitHub (👨💻 43 · 🔀 150 · 📥 140 · 📋 250 - 31% open · ⏱️ 12.01.2021):
git clone https://github.com/python-hyper/hyper
PyPi (📥 290K / month · 📦 54 · ⏱️ 27.09.2016):
pip install hyper
Conda (📥 15K · ⏱️ 02.12.2018):
conda install -c conda-forge hyper
httptools (🥉 27 · ⭐ 910 · 💤 ) - Fast HTTP parser. MIT
GitHub (👨💻 9 · 🔀 49 · 📦 6.6K · 📋 36 - 27% open · ⏱️ 29.02.2020):
git clone https://github.com/MagicStack/httptools
PyPi (📥 4.4M / month · 📦 900 · ⏱️ 08.02.2020):
pip install httptools
Conda (📥 200K · ⏱️ 08.01.2021):
conda install -c conda-forge httptools
grequests (🥉 26 · ⭐ 3.6K · 💤 ) - Requests + Gevent = 3. BSD-2
GitHub (👨💻 27 · 🔀 300 · 📦 2.1K · 📋 100 - 9% open · ⏱️ 05.04.2020):
git clone https://github.com/spyoungtech/grequests
PyPi (📥 200K / month · 📦 1.2K · ⏱️ 05.04.2020):
pip install grequests
Conda (📥 31K · ⏱️ 22.04.2020):
conda install -c conda-forge grequests
httpcore (🥉 26 · ⭐ 150) - A minimal HTTP client. BSD-3
GitHub (👨💻 17 · 🔀 19 · 📦 1.8K · 📋 68 - 25% open · ⏱️ 07.12.2020):
git clone https://github.com/encode/httpcore
PyPi (📥 5.4M / month · 📦 70 · ⏱️ 20.11.2020):
pip install httpcore
Conda (📥 20K · ⏱️ 16.12.2020):
conda install -c conda-forge httpcore
treq (🥉 25 · ⭐ 510) - Python requests like API built on top of Twisted's HTTP client. MIT
GitHub (👨💻 43 · 🔀 140 · 📥 66 · 📦 800 · 📋 140 - 43% open · ⏱️ 28.12.2020):
git clone https://github.com/twisted/treq
PyPi (📥 29K / month · 📦 700 · ⏱️ 27.09.2020):
pip install treq
Conda (📥 45K · ⏱️ 28.09.2020):
conda install -c conda-forge treq
http-parser (🥉 23 · ⭐ 330 · 💤 ) - HTTP request/response parser for python in C. MIT
GitHub (👨💻 31 · 🔀 90 · 📦 360 · 📋 54 - 24% open · ⏱️ 06.04.2020):
git clone https://github.com/benoitc/http-parser
PyPi (📥 28K / month · 📦 150 · ⏱️ 06.04.2020):
pip install http-parser
http-prompt (🥉 22 · ⭐ 8K) - An interactive command-line HTTP and API testing client built on top.. MIT
GitHub (👨💻 21 · 🔀 300 · 📦 34 · 📋 88 - 40% open · ⏱️ 18.08.2020):
git clone https://github.com/httpie/http-prompt
PyPi (📥 640 / month · 📦 14 · ⏱️ 07.03.2018):
pip install http-prompt
pysimplesoap (🥉 22 · ⭐ 350) - Python Simple SOAP Library. ❗️LGPL-3.0
GitHub (👨💻 51 · 🔀 220 · 📦 490 · 📋 110 - 81% open · ⏱️ 20.07.2020):
git clone https://github.com/pysimplesoap/pysimplesoap
PyPi (📥 5.7K / month · 📦 250 · ⏱️ 03.12.2017):
pip install pysimplesoap
httpstat (🥉 20 · ⭐ 4.6K) - curl statistics made simple. MIT
GitHub (👨💻 4 · 🔀 300 · 📥 21 · 📦 9 · 📋 23 - 21% open · ⏱️ 24.12.2020):
git clone https://github.com/reorx/httpstat
PyPi (📥 860 / month · ⏱️ 24.12.2020):
pip install httpstat
Servers
gunicorn (🥇 37 · ⭐ 7.4K) - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients.. MIT
GitHub (👨💻 360 · 🔀 1.4K · 📥 97 · 📦 380K · 📋 1.6K - 16% open · ⏱️ 08.01.2021):
git clone https://github.com/benoitc/gunicorn
PyPi (📥 8.6M / month · 📦 120K · ⏱️ 26.11.2019):
pip install gunicorn
Conda (📥 510K · ⏱️ 08.01.2021):
conda install -c conda-forge gunicorn
gevent (🥇 34 · ⭐ 5.4K) - Coroutine-based concurrency library for Python. MIT
GitHub (👨💻 97 · 🔀 890 · 📥 58K · 📦 56K · 📋 1.2K - 3% open · ⏱️ 12.01.2021):
git clone https://github.com/gevent/gevent
PyPi (📥 2M / month · 📦 28K · ⏱️ 22.12.2020):
pip install gevent
Conda (📥 470K · ⏱️ 27.12.2020):
conda install -c conda-forge gevent
whitenoise (🥈 32 · ⭐ 1.6K) - Radically simplified static file serving for Python web apps. MIT
GitHub (👨💻 45 · 🔀 98 · 📦 130K · 📋 190 - 8% open · ⏱️ 14.12.2020):
git clone https://github.com/evansd/whitenoise
PyPi (📥 510K / month · 📦 26K · ⏱️ 04.08.2020):
pip install whitenoise
Conda (📥 43K · ⏱️ 13.10.2020):
conda install -c conda-forge whitenoise
uvicorn (🥈 31 · ⭐ 3.5K) - The lightning-fast ASGI server. BSD-3
GitHub (👨💻 90 · 🔀 270 · 📦 15K · 📋 460 - 17% open · ⏱️ 03.01.2021):
git clone https://github.com/encode/uvicorn
PyPi (📥 580K / month · 📦 710 · ⏱️ 29.12.2020):
pip install uvicorn
Conda (📥 300K · ⏱️ 29.12.2020):
conda install -c conda-forge uvicorn
asgiref (🥈 31 · ⭐ 770) - ASGI specification and utilities. BSD-3
GitHub (👨💻 53 · 🔀 100 · 📦 120K · 📋 110 - 21% open · ⏱️ 12.01.2021):
git clone https://github.com/django/asgiref
PyPi (📥 1.8M / month · 📦 1.8K · ⏱️ 09.11.2020):
pip install asgiref
Conda (📥 52K · ⏱️ 16.11.2020):
conda install -c conda-forge asgiref
livereload (🥉 28 · ⭐ 890 · ➕ ) - livereload server in python (MAINTAINERS NEEDED). BSD-3
GitHub (👨💻 55 · 🔀 130 · 📦 5.6K · 📋 130 - 26% open · ⏱️ 13.10.2020):
git clone https://github.com/lepture/python-livereload
PyPi (📥 360K / month · 📦 3.1K · ⏱️ 22.08.2020):
pip install livereload
Conda (📥 110K · ⏱️ 22.08.2020):
conda install -c conda-forge livereload
Hypercorn (🥉 27 · ⭐ 190) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT
GitHub (👨💻 28 · 🔀 29 · 📦 780 · 📋 34 - 14% open · ⏱️ 10.01.2021):
git clone https://github.com/pgjones/hypercorn
PyPi (📥 78K / month · 📦 98 · ⏱️ 10.01.2021):
pip install hypercorn
bjoern (🥉 25 · ⭐ 2.5K) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2
GitHub (👨💻 40 · 🔀 180 · 📦 250 · 📋 130 - 13% open · ⏱️ 20.12.2020):
git clone https://github.com/jonashaag/bjoern
PyPi (📥 6.2K / month · 📦 240 · ⏱️ 03.11.2019):
pip install bjoern
Conda (📥 37K · ⏱️ 13.10.2020):
conda install -c conda-forge bjoern
Meinheld (🥉 23 · ⭐ 1.3K · 💤 ) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3
GitHub (👨💻 20 · 🔀 86 · 📦 530 · 📋 71 - 30% open · ⏱️ 23.06.2020):
git clone https://github.com/mopemope/meinheld
PyPi (📥 18K / month · 📦 300 · ⏱️ 17.05.2020):
pip install meinheld
mangum (🥉 23 · ⭐ 400) - AWS Lambda & API Gateway support for ASGI. MIT
GitHub (👨💻 14 · 🔀 39 · 📦 130 · 📋 90 - 8% open · ⏱️ 25.12.2020):
git clone https://github.com/jordaneremieff/mangum
PyPi (📥 12K / month · ⏱️ 03.10.2020):
pip install mangum
guillotina (🥉 23 · ⭐ 140 · ➕ ) - Python AsyncIO data API to manage billions of resources. BSD-3
GitHub (👨💻 46 · 🔀 41 · 📦 110 · 📋 210 - 22% open · ⏱️ 12.01.2021):
git clone https://github.com/plone/guillotina
PyPi (📥 3.4K / month · 📦 52 · ⏱️ 11.01.2021):
pip install guillotina
Show 2 hidden projects...
Authorization & Authentication
oauthlib (🥇 35 · ⭐ 2.1K · 📉 ) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3
GitHub (👨💻 170 · 🔀 430 · 📦 120K · 📋 330 - 21% open · ⏱️ 28.07.2020):
git clone https://github.com/oauthlib/oauthlib
PyPi (📥 24M / month · 📦 24K · ⏱️ 06.08.2019):
pip install oauthlib
Conda (📥 1.9M · ⏱️ 20.02.2019):
conda install -c conda-forge oauthlib
django-allauth (🥇 34 · ⭐ 6.1K) - Integrated set of Django applications addressing.. MIT
GitHub (👨💻 520 · 🔀 2.2K · 📦 52K · 📋 1.7K - 17% open · ⏱️ 11.01.2021):
git clone https://github.com/pennersr/django-allauth
PyPi (📥 200K / month · 📦 10K · ⏱️ 25.11.2020):
pip install django-allauth
Conda (📥 54K · ⏱️ 23.12.2019):
conda install -c conda-forge django-allauth
pyjwt (🥇 34 · ⭐ 3.6K · 📈 ) - JSON Web Token implementation in Python. MIT
GitHub (👨💻 87 · 🔀 470 · 📦 91K · 📋 300 - 25% open · ⏱️ 12.01.2021):
git clone https://github.com/jpadilla/pyjwt
PyPi (📥 16M / month · 📦 19K · ⏱️ 22.12.2020):
pip install pyjwt
Conda (📥 2.3M · ⏱️ 06.01.2021):
conda install -c conda-forge pyjwt
requests-oauthlib (🥇 33 · ⭐ 1.3K · 💤 ) - OAuthlib support for Python-Requests!. ISC
GitHub (👨💻 98 · 🔀 340 · 📦 110K · 📋 220 - 40% open · ⏱️ 14.05.2020):
git clone https://github.com/requests/requests-oauthlib
PyPi (📥 24M / month · 📦 22K · ⏱️ 06.11.2019):
pip install requests-oauthlib
Conda (📥 1.9M · ⏱️ 23.07.2020):
conda install -c conda-forge requests-oauthlib
authlib (🥈 32 · ⭐ 2.3K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3
GitHub (👨💻 54 · 🔀 240 · 📦 11K · 📋 230 - 6% open · ⏱️ 12.01.2021):
git clone https://github.com/lepture/authlib
PyPi (📥 750K / month · 📦 320 · ⏱️ 18.10.2020):
pip install authlib
Conda (📥 41K · ⏱️ 18.10.2020):
conda install -c conda-forge authlib
google-auth (🥈 32 · ⭐ 380 · ➕ ) - Google Auth Python Library. Apache-2
GitHub (👨💻 68 · 🔀 180 · 📦 46K · 📋 240 - 17% open · ⏱️ 12.01.2021):
git clone https://github.com/googleapis/google-auth-library-python
PyPi (📥 21M / month · 📦 3.6K · ⏱️ 11.12.2020):
pip install google-auth
Conda (📥 1.8M · ⏱️ 16.12.2020):
conda install -c conda-forge google-auth
flask-login (🥈 31 · ⭐ 2.7K) - Flask user session management. MIT
GitHub (👨💻 97 · 🔀 610 · 📋 310 - 12% open · ⏱️ 10.01.2021):
git clone https://github.com/maxcountryman/flask-login
PyPi (📥 770K / month · 📦 25K · ⏱️ 09.02.2020):
pip install flask-login
Conda (📥 84K · ⏱️ 27.04.2020):
conda install -c conda-forge flask-login
django-guardian (🥈 30 · ⭐ 2.8K) - Per object permissions for Django. BSD-3
GitHub (👨💻 160 · 🔀 500 · 📦 3.8K · 📋 420 - 24% open · ⏱️ 19.10.2020):
git clone https://github.com/django-guardian/django-guardian
PyPi (📥 110K / month · 📦 3.8K · ⏱️ 07.06.2020):
pip install django-guardian
Conda (📥 25K · ⏱️ 08.09.2019):
conda install -c conda-forge django-guardian
django-oauth-toolkit (🥈 30 · ⭐ 2.1K) - OAuth2 goodies for the Djangonauts!. BSD-3
GitHub (👨💻 170 · 🔀 590 · 📋 590 - 24% open · ⏱️ 21.12.2020):
git clone https://github.com/jazzband/django-oauth-toolkit
PyPi (📥 130K / month · 📦 2K · ⏱️ 26.03.2020):
pip install django-oauth-toolkit
flask-jwt-extended (🥈 30 · ⭐ 1.1K) - An open source Flask extension that provides JWT.. MIT
GitHub (👨💻 62 · 🔀 170 · 📦 10K · 📋 280 - 6% open · ⏱️ 06.12.2020):
git clone https://github.com/vimalloc/flask-jwt-extended
PyPi (📥 660K / month · 📦 1.2K · ⏱️ 09.11.2020):
pip install flask-jwt-extended
Conda (📥 54K · ⏱️ 11.11.2020):
conda install -c conda-forge flask-jwt-extended
django-rest-framework-simplejwt (🥈 28 · ⭐ 2.1K) - A JSON Web Token authentication plugin for the Django.. MIT
GitHub (👨💻 39 · 🔀 330 · 📋 260 - 30% open · ⏱️ 22.12.2020):
git clone https://github.com/SimpleJWT/django-rest-framework-simplejwt
PyPi (📥 170K / month · 📦 480 · ⏱️ 13.11.2020):
pip install djangorestframework-simplejwt
pyotp (🥈 28 · ⭐ 1.6K · ➕ ) - Python One-Time Password Library. MIT
GitHub (👨💻 35 · 🔀 210 · 📥 81 · 📋 67 - 13% open · ⏱️ 01.01.2021):
git clone https://github.com/pyauth/pyotp
PyPi (📥 1.4M / month · 📦 890 · ⏱️ 29.07.2020):
pip install pyotp
Conda (📥 6.4K · ⏱️ 17.10.2020):
conda install -c conda-forge pyotp
Flask-HTTPAuth (🥈 28 · ⭐ 930) - Simple extension that provides Basic, Digest and Token HTTP.. MIT
GitHub (👨💻 27 · 🔀 170 · 📦 11K · 📋 77 - 2% open · ⏱️ 22.12.2020):
git clone https://github.com/miguelgrinberg/Flask-HTTPAuth
PyPi (📥 130K / month · 📦 4.3K · ⏱️ 16.11.2020):
pip install flask-httpauth
Conda (📥 80K · ⏱️ 16.11.2020):
conda install -c conda-forge flask-httpauth
djoser (🥉 27 · ⭐ 1.8K) - REST implementation of Django authentication system. MIT
GitHub (👨💻 89 · 🔀 340 · 📋 350 - 25% open · ⏱️ 31.12.2020):
git clone https://github.com/sunscrapers/djoser
PyPi (📥 43K / month · 📦 420 · ⏱️ 30.10.2020):
pip install djoser
flask-dance (🥉 26 · ⭐ 790) - Doing the OAuth dance with style using Flask, requests, and.. MIT
GitHub (👨💻 46 · 🔀 130 · 📦 1.7K · 📋 160 - 13% open · ⏱️ 26.12.2020):
git clone https://github.com/singingwolfboy/flask-dance
PyPi (📥 17K / month · 📦 300 · ⏱️ 24.11.2020):
pip install flask-dance
Conda (📥 5.1K · ⏱️ 07.06.2019):
conda install -c conda-forge flask-dance
django-rest-knox (🥉 26 · ⭐ 630) - Authentication Module for django rest auth. MIT
GitHub (👨💻 40 · 🔀 95 · 📦 4.5K · 📋 110 - 24% open · ⏱️ 01.12.2020):
git clone https://github.com/James1345/django-rest-knox
PyPi (📥 24K / month · 📦 320 · ⏱️ 01.06.2019):
pip install django-rest-knox
dj-rest-auth (🥉 25 · ⭐ 410) - Authentication for Django Rest Framework. MIT
GitHub (👨💻 130 · 🔀 73 · 📥 69 · 📦 410 · 📋 130 - 36% open · ⏱️ 11.01.2021):
git clone https://github.com/jazzband/dj-rest-auth
PyPi (📥 33K / month · ⏱️ 11.01.2021):
pip install dj-rest-auth
django-rules (🥉 23 · ⭐ 1.2K · 💤 ) - Awesome Django authorization, without the database. MIT
GitHub (👨💻 20 · 🔀 94 · 📦 560 · 📋 92 - 18% open · ⏱️ 17.01.2020):
git clone https://github.com/dfunckt/django-rules
PyPi (📥 28K / month · 📦 220 · ⏱️ 17.01.2020):
pip install rules
authomatic (🥉 23 · ⭐ 960 · 💤 ) - Simple yet powerful authorization / authentication client library.. MIT
GitHub (👨💻 41 · 🔀 390 · 📋 120 - 31% open · ⏱️ 29.03.2020):
git clone https://github.com/authomatic/authomatic
PyPi (📥 920 / month · 📦 250 · ⏱️ 27.11.2019):
pip install authomatic
django-cas-ng (🥉 23 · ⭐ 280) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT
GitHub (👨💻 74 · 🔀 150 · 📥 390 · 📦 220 · 📋 120 - 1% open · ⏱️ 12.01.2021):
git clone https://github.com/django-cas-ng/django-cas-ng
PyPi (📥 7.5K / month · 📦 130 · ⏱️ 27.02.2020):
pip install django-cas-ng
django-stronghold (🥉 22 · ⭐ 360 · 💤 ) - Get inside your stronghold and make all your Django.. MIT
GitHub (👨💻 22 · 🔀 51 · 📦 230 · 📋 37 - 27% open · ⏱️ 11.03.2020):
git clone https://github.com/mgrouchy/django-stronghold
PyPi (📥 6.2K / month · 📦 220 · ⏱️ 17.01.2020):
pip install django-stronghold
flask-praetorian (🥉 20 · ⭐ 260) - Strong, Simple, and Precise security for Flask APIs.. MIT
GitHub (👨💻 19 · 🔀 34 · 📋 120 - 2% open · ⏱️ 07.12.2020):
git clone https://github.com/dusktreader/flask-praetorian
PyPi (📥 6.6K / month · 📦 7 · ⏱️ 07.12.2020):
pip install flask-praetorian
python-jwt (🥉 20 · ⭐ 180) - 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 (📥 54K / month · 📦 42 · ⏱️ 24.08.2020):
pip install python-jwt
fastapi-users (🥉 19 · ⭐ 540) - Ready-to-use and customizable users management for FastAPI. MIT
GitHub (👨💻 12 · 🔀 52 · 📋 120 - 4% open · ⏱️ 12.01.2021):
git clone https://github.com/frankie567/fastapi-users
PyPi (📥 1.6K / month · ⏱️ 12.01.2021):
pip install fastapi-users
fastapi_login (🥉 18 · ⭐ 93) - FastAPI-Login tries to provide similar functionality as Flask-.. MIT
GitHub (👨💻 4 · 🔀 10 · 📥 1 · 📦 32 · 📋 13 - 7% open · ⏱️ 23.12.2020):
git clone https://github.com/MushroomMaula/fastapi_login
PyPi (📥 1.3K / month · ⏱️ 23.12.2020):
pip install fastapi_login
flask_simplelogin (🥉 17 · ⭐ 130) - Simple Login - Login Extension for Flask - maintainer.. MIT
GitHub (👨💻 7 · 🔀 28 · 📋 16 - 43% open · ⏱️ 09.11.2020):
git clone https://github.com/flask-extensions/flask_simplelogin
PyPi (📥 1.3K / month · 📦 7 · ⏱️ 06.09.2017):
pip install flask_simplelogin
fastapi-jwt-auth (🥉 16 · ⭐ 98 · 🐣 ) - FastAPI extension that provides JWT Auth support.. MIT
GitHub (👨💻 3 · 🔀 15 · 📋 30 - 26% open · ⏱️ 11.11.2020):
git clone https://github.com/IndominusByte/fastapi-jwt-auth
PyPi (📥 1.3K / month · ⏱️ 06.11.2020):
pip install fastapi-jwt-auth
pyramid_jwt (🥉 16 · ⭐ 68) - JWT authentication for Pyramid. BSD-2
GitHub (👨💻 12 · 🔀 24 · 📋 26 - 23% open · ⏱️ 09.10.2020):
git clone https://github.com/wichert/pyramid_jwt
PyPi (📥 3.5K / month · 📦 1 · ⏱️ 10.08.2018):
pip install pyramid_jwt
apex (🥉 15 · ⭐ 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 (📥 2.7K / month · 📦 2 · ⏱️ 05.03.2013):
pip install apex
Show 9 hidden projects...
HTML Processing
lxml (🥇 35 · ⭐ 1.8K) - The lxml XML toolkit for Python. BSD-3
GitHub (👨💻 120 · 🔀 420 · 📦 150K · ⏱️ 27.11.2020):
git clone https://github.com/lxml/lxml
PyPi (📥 16M / month · 📦 67K · ⏱️ 27.11.2020):
pip install lxml
Conda (📥 2.7M · ⏱️ 09.01.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 (👨💻 70 · 🔀 220 · 📦 100K · 📋 300 - 13% open · ⏱️ 05.01.2021):
git clone https://github.com/mozilla/bleach
PyPi (📥 10M / month · 📦 23K · ⏱️ 18.09.2020):
pip install bleach
Conda (📥 3.3M · ⏱️ 18.09.2020):
conda install -c conda-forge bleach
markupsafe (🥈 33 · ⭐ 360) - Safely add untrusted strings to HTML/XML markup. BSD-3
GitHub (👨💻 30 · 🔀 93 · 📦 490K · ⏱️ 01.01.2021):
git clone https://github.com/pallets/markupsafe
PyPi (📥 30M / month · 📦 150K · ⏱️ 10.04.2020):
pip install markupsafe
Conda (📥 8.7M · ⏱️ 08.01.2021):
conda install -c conda-forge markupsafe
html5lib-python (🥈 32 · ⭐ 890) - Standards-compliant library for parsing and serializing HTML.. MIT
GitHub (👨💻 60 · 🔀 250 · 📦 80K · 📋 240 - 35% open · ⏱️ 10.08.2020):
git clone https://github.com/html5lib/html5lib-python
PyPi (📥 2.3M / month · 📦 29K · ⏱️ 22.06.2020):
pip install html5lib
Requests-HTML (🥉 30 · ⭐ 11K · 💤 ) - Pythonic HTML Parsing for Humans. MIT
GitHub (👨💻 62 · 🔀 770 · 📦 3.6K · 📋 320 - 41% open · ⏱️ 10.05.2020):
git clone https://github.com/psf/requests-html
PyPi (📥 310K / month · 📦 360 · ⏱️ 17.02.2019):
pip install requests-html
pyquery (🥉 30 · ⭐ 2K) - A jquery-like library for python. BSD-3
GitHub (👨💻 46 · 🔀 160 · 📦 9.7K · 📋 160 - 27% open · ⏱️ 21.11.2020):
git clone https://github.com/gawel/pyquery
PyPi (📥 410K / month · 📦 6.2K · ⏱️ 21.11.2020):
pip install pyquery
Conda (📥 12K · ⏱️ 27.11.2020):
conda install -c conda-forge pyquery
xhtml2pdf (🥉 30 · ⭐ 1.7K) - A library for converting HTML into PDFs using ReportLab. Apache-2
GitHub (👨💻 130 · 🔀 540 · 📦 4.1K · 📋 280 - 34% open · ⏱️ 31.10.2020):
git clone https://github.com/xhtml2pdf/xhtml2pdf
PyPi (📥 160K / month · 📦 1.6K · ⏱️ 08.10.2020):
pip install xhtml2pdf
Conda (📥 13K · ⏱️ 22.10.2020):
conda install -c conda-forge xhtml2pdf
WeasyPrint (🥉 29 · ⭐ 4K) - The awesome document factory. BSD-3
GitHub (👨💻 100 · 🔀 460 · 📋 1.1K - 15% open · ⏱️ 11.01.2021):
git clone https://github.com/Kozea/WeasyPrint
PyPi (📥 210K / month · 📦 1.2K · ⏱️ 02.11.2020):
pip install weasyprint
html5-parser (🥉 23 · ⭐ 590) - Fast C based HTML 5 parsing for python. Apache-2
GitHub (👨💻 5 · 🔀 21 · 📦 180 · 📋 18 - 5% open · ⏱️ 17.12.2020):
git clone https://github.com/kovidgoyal/html5-parser
PyPi (📥 260K / month · 📦 10 · ⏱️ 03.11.2019):
pip install html5-parser
selectolax (🥉 22 · ⭐ 360) - Python binding to Modest engine (fast HTML5 parser with CSS selectors). MIT
GitHub (👨💻 2 · 🔀 23 · 📦 130 · 📋 29 - 17% open · ⏱️ 09.01.2021):
git clone https://github.com/rushter/selectolax
PyPi (📥 11K / 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 · 🔀 170 · 📦 4.9K · 📋 140 - 11% open · ⏱️ 22.11.2020):
git clone https://github.com/john-kurkowski/tldextract
PyPi (📥 2.4M / month · 📦 1.8K · ⏱️ 25.10.2020):
pip install tldextract
Conda (📥 67K · ⏱️ 09.11.2019):
conda install -c conda-forge tldextract
Yarl (🥈 30 · ⭐ 600) - Yet another URL library. Apache-2
GitHub (👨💻 58 · 🔀 84 · 📥 1K · 📋 170 - 13% open · ⏱️ 08.01.2021):
git clone https://github.com/aio-libs/yarl
PyPi (📥 18M / month · 📦 4.6K · ⏱️ 12.10.2020):
pip install yarl
Conda (📥 1.1M · ⏱️ 11.01.2021):
conda install -c conda-forge yarl
shortuuid (🥈 27 · ⭐ 1.4K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3
GitHub (👨💻 21 · 🔀 85 · 📦 4K · 📋 27 - 7% open · ⏱️ 15.12.2020):
git clone https://github.com/skorokithakis/shortuuid
PyPi (📥 330K / month · 📦 1.7K · ⏱️ 06.03.2020):
pip install shortuuid
Conda (📥 37K · ⏱️ 12.01.2021):
conda install -c conda-forge shortuuid
furl (🥉 25 · ⭐ 1.9K) - URL parsing and manipulation made easy. Unlicense
GitHub (👨💻 13 · 🔀 110 · 📋 89 - 16% open · ⏱️ 08.01.2021):
git clone https://github.com/gruns/furl
PyPi (📥 160K / month · 📦 850 · ⏱️ 02.10.2018):
pip install furl
Conda (📥 93K · ⏱️ 22.11.2019):
conda install -c conda-forge furl
Show 2 hidden projects...
uritemplate (🥉 26 · ⭐ 180 · 💀 ) - URI template parsing per RFC6570. ❗️BSD-1-Clause
purl (🥉 24 · ⭐ 250 · 💀 ) - A simple, immutable URL class with a clean API for interrogation and.. MIT
OpenAPI Utilities
🔗 OpenAPI-Specification ( ⭐ 20K) - The OpenAPI Specification Repository.
OpenAPI Generator (🥇 33 · ⭐ 7.3K · ➕ ) - OpenAPI Generator allows generation of API client.. Apache-2
GitHub (👨💻 1.9K · 🔀 2.6K · 📦 230 · 📋 3.8K - 56% open · ⏱️ 12.01.2021):
git clone https://github.com/OpenAPITools/openapi-generator
PyPi (📥 1.6K / month · ⏱️ 15.05.2020):
pip install openapi-generator-cli
NPM (📥 370K / month · 📦 400 · ⏱️ 30.12.2020):
npm install @openapitools/openapi-generator-cli
connexion (🥇 31 · ⭐ 3.5K) - Swagger/OpenAPI First framework for Python on top of Flask.. Apache-2
GitHub (👨💻 160 · 🔀 580 · 📦 4.3K · 📋 800 - 47% open · ⏱️ 10.08.2020):
git clone https://github.com/zalando/connexion
PyPi (📥 320K / month · 📦 1.2K · ⏱️ 25.04.2020):
pip install connexion
Conda (📥 120K · ⏱️ 27.04.2020):
conda install -c conda-forge connexion
drf-yasg (🥇 31 · ⭐ 2K) - Automated generation of real Swagger/OpenAPI 2.0 schemas from.. BSD-3
GitHub (👨💻 60 · 🔀 280 · 📦 28K · 📋 520 - 30% open · ⏱️ 31.10.2020):
git clone https://github.com/axnsan12/drf-yasg
PyPi (📥 420K / month · 📦 580 · ⏱️ 25.10.2020):
pip install drf-yasg
swagger-ui (🥈 30 · ⭐ 19K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2
flasgger (🥈 30 · ⭐ 2.4K) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT
GitHub (👨💻 93 · 🔀 340 · 📥 450 · 📦 3.7K · 📋 290 - 49% open · ⏱️ 23.12.2020):
git clone https://github.com/flasgger/flasgger
PyPi (📥 86K / month · 📦 590 · ⏱️ 31.07.2020):
pip install flasgger
Conda (📥 71K · ⏱️ 01.08.2020):
conda install -c conda-forge flasgger
swagger-codegen (🥈 29 · ⭐ 12K · ➕ ) - swagger-codegen contains a template-driven engine to.. Apache-2
apispec (🥈 27 · ⭐ 810 · ➕ ) - A pluggable API specification generator. Currently supports the.. MIT
GitHub (👨💻 65 · 🔀 130 · 📦 2.4K · 📋 200 - 11% open · ⏱️ 08.01.2021):
git clone https://github.com/marshmallow-code/apispec
PyPi (📥 660K / month · 📦 14K · ⏱️ 02.10.2020):
pip install apispec
redoc (🥈 26 · ⭐ 13K) - OpenAPI/Swagger-generated API Reference Documentation. MIT
flask-swagger (🥈 26 · ⭐ 430 · ➕ ) - A swagger 2.0 spec extractor for flask. MIT
GitHub (👨💻 24 · 🔀 85 · 📦 2.2K · 📋 30 - 56% open · ⏱️ 29.09.2020):
git clone https://github.com/gangverk/flask-swagger
PyPi (📥 550K / month · 📦 620 · ⏱️ 26.03.2019):
pip install flask-swagger
Conda (📥 44K · ⏱️ 20.04.2019):
conda install -c conda-forge flask-swagger
apistar (🥉 25 · ⭐ 5.5K · 💤 ) - The Web API toolkit. BSD-3
GitHub (👨💻 88 · 🔀 420 · 📦 610 · 📋 350 - 16% open · ⏱️ 10.02.2020):
git clone https://github.com/encode/apistar
PyPi (📥 13K / month · 📦 200 · ⏱️ 03.04.2019):
pip install apistar
Conda (📥 72K · ⏱️ 03.04.2019):
conda install -c conda-forge apistar
AutoRest (🥉 25 · ⭐ 3.2K · ➕ ) - OpenAPI (f.k.a Swagger) Specification code generator. Supports.. MIT
Spectacle (🥉 25 · ⭐ 1.2K · 💤 ) - Beautiful static documentation generator for OpenAPI/Swagger.. MIT
GitHub (👨💻 37 · 🔀 220 · 📦 130 · 📋 120 - 22% open · ⏱️ 21.05.2020):
git clone https://github.com/sourcey/spectacle
NPM (📥 10K / month · 📦 52 · ⏱️ 10.03.2020):
npm install spectacle-docs
OpenAPI Spec validator (🥉 24 · ⭐ 150) - OpenAPI Spec validator. Apache-2
GitHub (👨💻 16 · 🔀 27 · 📦 1.7K · 📋 56 - 50% open · ⏱️ 05.08.2020):
git clone https://github.com/p1c2u/openapi-spec-validator
PyPi (📥 460K / month · 📦 220 · ⏱️ 27.07.2020):
pip install openapi-spec-validator
OpenAPI-to-GraphQL (🥉 22 · ⭐ 920 · ➕ ) - Translate APIs described by OpenAPI Specifications.. MIT
GitHub (👨💻 30 · 🔀 100 · 📦 240 · 📋 190 - 37% open · ⏱️ 05.10.2020):
git clone https://github.com/IBM/openapi-to-graphql
NPM (📥 5K / month · 📦 1 · ⏱️ 16.07.2020):
npm install openapi-to-graphql-cli
openapi-core (🥉 22 · ⭐ 100) - OpenAPI core. BSD-3
GitHub (👨💻 34 · 🔀 69 · 📋 120 - 35% open · ⏱️ 20.07.2020):
git clone https://github.com/p1c2u/openapi-core
PyPi (📥 140K / month · 📦 22 · ⏱️ 20.07.2020):
pip install openapi-core
datamodel-code-generator (🥉 20 · ⭐ 320 · ➕ ) - Pydantic model generator for easy conversion of JSON,.. MIT
GitHub (👨💻 16 · 🔀 38 · 📋 87 - 18% open · ⏱️ 08.01.2021):
git clone https://github.com/koxudaxi/datamodel-code-generator
PyPi (📥 14K / month · ⏱️ 08.01.2021):
pip install datamodel-code-generator
Spectree (🥉 19 · ⭐ 70 · ➕ ) - API spec validator and OpenAPI document generator for Python.. Apache-2
GitHub (👨💻 8 · 🔀 25 · 📦 11 · 📋 37 - 21% open · ⏱️ 11.01.2021):
git clone https://github.com/0b01001001/spectree
PyPi (📥 980 / month · ⏱️ 11.12.2020):
pip install spectree
pyramid_swagger (🥉 18 · ⭐ 65 · 💤 ) - Convenient tools for using Swagger to define and.. BSD-3
GitHub (👨💻 40 · 🔀 48 · 📋 110 - 21% open · ⏱️ 29.03.2020):
git clone https://github.com/striglia/pyramid_swagger
PyPi (📥 3.4K / month · 📦 3 · ⏱️ 02.07.2018):
pip install pyramid_swagger
pyramid_openapi3 (🥉 17 · ⭐ 55) - Pyramid addon for OpenAPI3 validation of requests and.. MIT
GitHub (👨💻 15 · 🔀 23 · 📋 32 - 37% open · ⏱️ 12.12.2020):
git clone https://github.com/Pylons/pyramid_openapi3
PyPi (📥 2K / month · 📦 1 · ⏱️ 27.10.2020):
pip install pyramid_openapi3
openapi-python-client (🥉 15 · ⭐ 99) - Generate modern Python clients from OpenAPI. MIT
GitHub (👨💻 15 · 🔀 20 · 📋 110 - 19% open · ⏱️ 12.01.2021):
git clone https://github.com/triaxtec/openapi-python-client
PyPi (📥 3.1K / month · ⏱️ 21.12.2020):
pip install openapi-python-client
Show 1 hidden projects...
GraphQL Utilities
🔗 GraphQL Specification ( ⭐ 13K) - GraphQL is a query language and execution engine tied to any..
graphene (🥇 31 · ⭐ 6.3K) - GraphQL framework for Python. MIT
GitHub (👨💻 170 · 🔀 640 · 📦 7.4K · 📋 870 - 7% open · ⏱️ 06.01.2021):
git clone https://github.com/graphql-python/graphene
PyPi (📥 290K / month · 📦 1.4K · ⏱️ 06.01.2021):
pip install graphene
Conda (📥 130K · ⏱️ 28.08.2019):
conda install -c conda-forge graphene
graphene-django (🥇 29 · ⭐ 3.3K) - Integrate GraphQL into your Django project. MIT
GitHub (👨💻 180 · 🔀 580 · 📦 4.8K · 📋 670 - 13% open · ⏱️ 12.01.2021):
git clone https://github.com/graphql-python/graphene-django
PyPi (📥 100K / month · 📦 780 · ⏱️ 31.12.2020):
pip install graphene-django
Conda (📥 6.7K · ⏱️ 09.01.2021):
conda install -c conda-forge graphene-django
graphql-core (🥈 27 · ⭐ 330) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT
GitHub (👨💻 17 · 🔀 63 · 📦 7.2K · 📋 82 - 13% open · ⏱️ 20.10.2020):
git clone https://github.com/graphql-python/graphql-core
PyPi (📥 510K / month · 📦 1.1K · ⏱️ 05.07.2020):
pip install graphql-core
Conda (📥 140K · ⏱️ 05.07.2020):
conda install -c conda-forge graphql-core
ariadne (🥈 26 · ⭐ 1.2K) - Ariadne is a Python library for implementing GraphQL servers using.. BSD-3
GitHub (👨💻 37 · 🔀 90 · 📦 300 · 📋 180 - 32% open · ⏱️ 12.01.2021):
git clone https://github.com/mirumee/ariadne
PyPi (📥 23K / month · 📦 20 · ⏱️ 04.08.2020):
pip install ariadne
flask-graphql (🥈 24 · ⭐ 1.2K) - Adds GraphQL support to your Flask application. MIT
GitHub (👨💻 15 · 🔀 120 · 📦 1.6K · 📋 51 - 60% open · ⏱️ 07.08.2020):
git clone https://github.com/graphql-python/flask-graphql
PyPi (📥 68K / month · 📦 380 · ⏱️ 05.12.2019):
pip install flask-graphql
Conda (📥 5.8K · ⏱️ 11.05.2020):
conda install -c conda-forge flask-graphql
graphql-relay-py (🥉 23 · ⭐ 130 · 💤 ) - A library to help construct a graphql-py server supporting.. MIT
GitHub (👨💻 8 · 🔀 26 · 📦 5.9K · 📋 21 - 42% open · ⏱️ 03.06.2020):
git clone https://github.com/graphql-python/graphql-relay-py
PyPi (📥 310K / month · 📦 900 · ⏱️ 30.12.2019):
pip install graphql-relay
tartiflette (🥉 22 · ⭐ 690 · 📉 ) - GraphQL Engine built with Python 3.6+ / asyncio. MIT
GitHub (👨💻 22 · 🔀 33 · 📦 54 · 📋 130 - 9% open · ⏱️ 07.01.2021):
git clone https://github.com/tartiflette/tartiflette
PyPi (📥 970 / month · 📦 14 · ⏱️ 08.12.2020):
pip install tartiflette
django-graphql-auth (🥉 22 · ⭐ 180) - Django registration and authentication with GraphQL. MIT
GitHub (👨💻 14 · 🔀 32 · 📦 89 · 📋 60 - 51% open · ⏱️ 16.11.2020):
git clone https://github.com/PedroBern/django-graphql-auth
PyPi (📥 3.5K / month · ⏱️ 16.11.2020):
pip install django-graphql-auth
Strawberry GraphQL (🥉 21 · ⭐ 790 · ➕ ) - A new GraphQL library for Python. MIT
GitHub (👨💻 48 · 🔀 80 · 📥 310 · 📋 140 - 33% open · ⏱️ 11.01.2021):
git clone https://github.com/strawberry-graphql/strawberry
PyPi (📥 5.9K / month · 📦 1 · ⏱️ 02.01.2021):
pip install strawberry-graphql
tartiflette-aiohttp (🥉 18 · ⭐ 52) - tartiflette-aiohttp is a wrapper of aiohttp which includes.. MIT
GitHub (👨💻 9 · 🔀 5 · 📦 29 · 📋 16 - 12% open · ⏱️ 15.12.2020):
git clone https://github.com/tartiflette/tartiflette-aiohttp
PyPi (📥 660 / month · 📦 4 · ⏱️ 15.12.2020):
pip install tartiflette-aiohttp
Flask-GraphQL-Auth (🥉 16 · ⭐ 53) - (Now finding maintainer) A Pythonic way to provide JWT.. MIT
GitHub (👨💻 6 · 🔀 7 · 📦 49 · 📋 15 - 40% open · ⏱️ 11.07.2020):
git clone https://github.com/NovemberOscar/Flask-GraphQL-Auth
PyPi (📥 520 / month · 📦 4 · ⏱️ 11.07.2020):
pip install flask-graphql-auth
tartiflette-asgi (🥉 14 · ⭐ 73 · ➕ ) - ASGI support for the Tartiflette GraphQL engine. MIT
GitHub (👨💻 9 · 🔀 9 · 📦 6 · 📋 44 - 6% open · ⏱️ 30.08.2020):
git clone https://github.com/tartiflette/tartiflette-asgi
PyPi (📥 110 / month · 📦 1 · ⏱️ 10.06.2020):
pip install tartiflette-asgi
Show 1 hidden projects...
Websocket Utilities
websockets (🥇 32 · ⭐ 3.1K) - Library for building WebSocket servers and clients in Python. BSD-3
GitHub (👨💻 47 · 🔀 340 · 📦 28K · 📋 670 - 9% open · ⏱️ 02.01.2021):
git clone https://github.com/aaugustin/websockets
PyPi (📥 6.7M / month · 📦 5K · ⏱️ 01.11.2019):
pip install websockets
Conda (📥 470K · ⏱️ 08.01.2021):
conda install -c conda-forge websockets
Flask-SocketIO (🥈 31 · ⭐ 4.1K) - Socket.IO integration for Flask applications. MIT
GitHub (👨💻 57 · 🔀 750 · 📦 16K · 📋 1.4K - 3% open · ⏱️ 25.12.2020):
git clone https://github.com/miguelgrinberg/Flask-SocketIO
PyPi (📥 180K / month · 📦 4.3K · ⏱️ 19.12.2020):
pip install flask-socketio
Conda (📥 110K · ⏱️ 19.12.2020):
conda install -c conda-forge flask-socketio
autobahn-python (🥈 31 · ⭐ 2.2K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT
GitHub (👨💻 120 · 🔀 630 · 📦 11K · 📋 800 - 20% open · ⏱️ 08.01.2021):
git clone https://github.com/crossbario/autobahn-python
PyPi (📥 240K / month · 📦 3.6K · ⏱️ 19.12.2020):
pip install autobahn
python-socketio (🥈 31 · ⭐ 2.1K · 📈 ) - Python Socket.IO server and client. MIT
GitHub (👨💻 48 · 🔀 370 · 📦 14K · 📋 530 - 7% open · ⏱️ 06.01.2021):
git clone https://github.com/miguelgrinberg/python-socketio
PyPi (📥 280K / month · 📦 3.4K · ⏱️ 25.12.2020):
pip install python-socketio
Conda (📥 150K · ⏱️ 26.12.2020):
conda install -c conda-forge python-socketio
daphne (🥉 30 · ⭐ 1.4K) - Django Channels HTTP/WebSocket server. BSD-3
GitHub (👨💻 57 · 🔀 180 · 📦 7.9K · 📋 250 - 14% open · ⏱️ 12.11.2020):
git clone https://github.com/django/daphne
PyPi (📥 140K / month · 📦 1.5K · ⏱️ 12.11.2020):
pip install daphne
Conda (📥 27K · ⏱️ 12.11.2020):
conda install -c conda-forge daphne
websockify (🥉 26 · ⭐ 2.6K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0
GitHub (👨💻 85 · 🔀 530 · 📦 370 · 📋 270 - 10% open · ⏱️ 25.12.2020):
git clone https://github.com/novnc/websockify
PyPi (📥 14K / month · 📦 600 · ⏱️ 13.08.2019):
pip install websockify
Conda (📥 6.6K · ⏱️ 12.10.2020):
conda install -c conda-forge websockify
sockjs-tornado (🥉 24 · ⭐ 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 (📥 7.9K / month · 📦 1.5K · ⏱️ 24.04.2020):
pip install sockjs-tornado
Show 4 hidden projects...
RPC Utilities
grpc (🥇 37 · ⭐ 29K · ➕ ) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2
GitHub (👨💻 690 · 🔀 7.4K · 📥 200K · 📦 2.5K · 📋 9.3K - 7% open · ⏱️ 12.01.2021):
git clone https://github.com/grpc/grpc
PyPi (📥 14M / month · 📦 6.8K · ⏱️ 02.12.2020):
pip install grpcio
Conda (📥 1.6M · ⏱️ 09.01.2021):
conda install -c conda-forge grpcio
rpyc (🥈 28 · ⭐ 960) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT
GitHub (👨💻 68 · 🔀 190 · 📥 120 · 📦 780 · 📋 330 - 12% open · ⏱️ 11.01.2021):
git clone https://github.com/tomerfiliba-org/rpyc
PyPi (📥 350K / month · 📦 530 · ⏱️ 26.12.2020):
pip install rpyc
Conda (📥 56K · ⏱️ 12.01.2021):
conda install -c conda-forge rpyc
fastapi-jsonrpc (🥉 16 · ⭐ 63) - JSON-RPC server based on fastapi. MIT
GitHub (👨💻 6 · 🔀 9 · 📦 4 · 📋 8 - 50% open · ⏱️ 28.12.2020):
git clone https://github.com/smagafurov/fastapi-jsonrpc
PyPi (📥 760 / month · ⏱️ 28.12.2020):
pip install fastapi-jsonrpc
Show 1 hidden projects...
spyne (🥉 25 · ⭐ 980) - A transport agnostic sync/async RPC library that focuses on exposing.. ❗️LGPL-2.1
Serverless
Zappa (🥇 31 · ⭐ 11K) - Serverless Python. MIT
GitHub (👨💻 260 · 🔀 1.2K · 📥 250 · 📦 2.5K · 📋 1.3K - 51% open · ⏱️ 07.10.2020):
git clone https://github.com/Miserlou/Zappa
PyPi (📥 46K / month · 📦 780 · ⏱️ 09.03.2020):
pip install zappa
chalice (🥉 30 · ⭐ 7.5K) - Python Serverless Microframework for AWS. Apache-2
GitHub (👨💻 150 · 🔀 760 · 📦 920 · 📋 960 - 25% open · ⏱️ 11.01.2021):
git clone https://github.com/aws/chalice
PyPi (📥 49K / month · 📦 250 · ⏱️ 07.01.2021):
pip install chalice
Conda (📥 30K · ⏱️ 08.01.2021):
conda install -c conda-forge chalice
python-lambda (🥉 25 · ⭐ 1.2K) - A toolkit for developing and deploying serverless Python code in.. ISC
GitHub (👨💻 47 · 🔀 210 · 📦 130 · 📋 96 - 45% open · ⏱️ 09.01.2021):
git clone https://github.com/nficano/python-lambda
PyPi (📥 3.1K / month · 📦 33 · ⏱️ 05.01.2021):
pip install python-lambda
Content Management Systems
wagtail (🥇 34 · ⭐ 10K) - A Django content management system focused on flexibility and user.. BSD-3
GitHub (👨💻 540 · 🔀 2.1K · 📦 4.8K · 📋 3.2K - 27% open · ⏱️ 12.01.2021):
git clone https://github.com/wagtail/wagtail
PyPi (📥 51K / month · 📦 2.4K · ⏱️ 10.12.2020):
pip install wagtail
Conda (📥 33K · ⏱️ 21.11.2019):
conda install -c conda-forge wagtail
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 (📥 2.3K / month · 📦 2.4K · ⏱️ 09.09.2020):
pip install mezzanine
django-cms (🥈 28 · ⭐ 8K) - The easy-to-use and developer-friendly CMS. BSD-3
GitHub (👨💻 560 · 🔀 2.6K · 📦 3.6K · 📋 3.3K - 7% open · ⏱️ 23.11.2020):
git clone https://github.com/django-cms/django-cms
PyPi (📥 28K / month · 📦 3.1K · ⏱️ 28.10.2020):
pip install django-cms
lektor (🥉 26 · ⭐ 3.4K) - The lektor static file content management system. BSD-3
GitHub (👨💻 87 · 🔀 260 · 📥 6.8K · 📦 260 · 📋 540 - 42% open · ⏱️ 10.01.2021):
git clone https://github.com/lektor/lektor
PyPi (📥 1.5K / month · 📦 140 · ⏱️ 20.08.2020):
pip install lektor
Conda (📥 40K · ⏱️ 27.08.2020):
conda install -c conda-forge lektor
feincms (🥉 25 · ⭐ 790) - A Django-based CMS with a focus on extensibility and concise code. BSD-3
GitHub (👨💻 130 · 🔀 220 · 📦 220 · 📋 440 - 8% open · ⏱️ 09.12.2020):
git clone https://github.com/feincms/feincms
PyPi (📥 1.1K / month · 📦 310 · ⏱️ 21.01.2020):
pip install feincms
Show 1 hidden projects...
Kotti (🥉 18 · ⭐ 360) - Kotti is a high-level, Pythonic web application framework based on Pyramid.. ❗️RPL
Web Testing
mitmproxy (🥇 34 · ⭐ 21K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT
GitHub (👨💻 380 · 🔀 2.7K · 📥 210K · 📦 1.2K · 📋 2.5K - 11% open · ⏱️ 06.01.2021):
git clone https://github.com/mitmproxy/mitmproxy
PyPi (📥 84K / month · 📦 850 · ⏱️ 15.12.2020):
pip install mitmproxy
coverage (🥇 34 · ⭐ 1.5K · ➕ ) - Code coverage measurement for Python. Apache-2
GitHub (👨💻 100 · 🔀 190 · 📦 130K · 📋 990 - 23% open · ⏱️ 11.01.2021):
git clone https://github.com/nedbat/coveragepy
PyPi (📥 8M / month · 📦 100K · ⏱️ 19.12.2020):
pip install coverage
Conda (📥 2.9M · ⏱️ 08.01.2021):
conda install -c conda-forge coverage
selenium (🥇 33 · ⭐ 20K · ➕ ) - A browser automation framework and ecosystem. Apache-2
GitHub (👨💻 650 · 🔀 6.1K · 📦 82K · 📋 7K - 4% open · ⏱️ 12.01.2021):
git clone https://github.com/SeleniumHQ/selenium
PyPi (📥 3.7M / month · 📦 28K · ⏱️ 10.11.2020):
pip install selenium
Conda (📥 490K · ⏱️ 14.10.2020):
conda install -c conda-forge selenium
Locust (🥇 33 · ⭐ 15K · ➕ ) - Scalable user load testing tool written in Python. MIT
GitHub (👨💻 190 · 🔀 2K · 📦 890 · 📋 1.1K - 3% open · ⏱️ 04.01.2021):
git clone https://github.com/locustio/locust
PyPi (📥 150K / month · 📦 70 · ⏱️ 16.11.2020):
pip install locust
responses (🥇 31 · ⭐ 3K) - A utility for mocking out the Python Requests library. Apache-2
GitHub (👨💻 90 · 🔀 250 · 📦 8.2K · 📋 180 - 38% open · ⏱️ 11.01.2021):
git clone https://github.com/getsentry/responses
PyPi (📥 1.6M / month · 📦 4.9K · ⏱️ 12.11.2020):
pip install responses
Conda (📥 340K · ⏱️ 12.11.2020):
conda install -c conda-forge responses
splinter (🥇 31 · ⭐ 2.3K) - splinter - python test framework for web applications. BSD-3
GitHub (👨💻 160 · 🔀 470 · 📦 4.2K · 📋 500 - 19% open · ⏱️ 04.01.2021):
git clone https://github.com/cobrateam/splinter
PyPi (📥 44K / month · 📦 2.1K · ⏱️ 19.08.2020):
pip install splinter
pyppeteer (🥈 30 · ⭐ 3.4K · 💤 ) - Headless chrome/chromium automation library (unofficial port of.. MIT
GitHub (👨💻 24 · 🔀 360 · 📦 3.3K · 📋 250 - 60% open · ⏱️ 08.05.2020):
git clone https://github.com/miyakogi/pyppeteer
PyPi (📥 650K / month · 📦 370 · ⏱️ 08.01.2021):
pip install pyppeteer
Conda (📥 14K · ⏱️ 19.09.2020):
conda install -c conda-forge pyppeteer
HTTPretty (🥈 30 · ⭐ 1.8K) - HTTP client mocking tool for Python - inspired by Fakeweb for Ruby. MIT
GitHub (👨💻 100 · 🔀 240 · 📦 4.1K · 📋 220 - 41% open · ⏱️ 06.01.2021):
git clone https://github.com/gabrielfalcao/HTTPretty
PyPi (📥 190K / month · 📦 5.3K · ⏱️ 06.01.2021):
pip install httpretty
Conda (📥 67K · ⏱️ 06.01.2021):
conda install -c conda-forge httpretty
vcrpy (🥈 30 · ⭐ 1.8K · ➕ ) - Automatically mock your HTTP interactions to simplify and speed up.. MIT
GitHub (👨💻 110 · 🔀 260 · 📦 2.6K · 📋 320 - 22% open · ⏱️ 09.10.2020):
git clone https://github.com/kevin1024/vcrpy
PyPi (📥 590K / month · 📦 1.7K · ⏱️ 09.10.2020):
pip install vcrpy
pytest-django (🥈 30 · ⭐ 840) - A Django plugin for pytest. BSD-3
GitHub (👨💻 120 · 🔀 270 · 📋 440 - 28% open · ⏱️ 26.12.2020):
git clone https://github.com/pytest-dev/pytest-django
PyPi (📥 630K / month · 📦 11K · ⏱️ 22.10.2020):
pip install pytest-django
Dredd (🥈 29 · ⭐ 3.6K · ➕ ) - Language-agnostic HTTP API Testing Tool. MIT
GitHub (👨💻 100 · 🔀 280 · 📦 640 · 📋 790 - 27% open · ⏱️ 06.01.2021):
git clone https://github.com/apiaryio/dredd
PyPi (📥 2.1K / month · 📦 26 · ⏱️ 09.04.2018):
pip install dredd_hooks
NPM (📥 38K / month · 📦 310 · ⏱️ 30.11.2020):
npm install dredd
django-silk (🥈 29 · ⭐ 2.8K) - Silky smooth profiling for Django. MIT
GitHub (👨💻 100 · 🔀 230 · 📥 170 · 📦 1.2K · 📋 250 - 42% open · ⏱️ 05.12.2020):
git clone https://github.com/jazzband/django-silk
PyPi (📥 180K / month · 📦 280 · ⏱️ 07.08.2020):
pip install django-silk
django-nose (🥈 29 · ⭐ 860) - Django test runner using nose. BSD-3
GitHub (👨💻 62 · 🔀 230 · 📦 6.9K · 📋 220 - 41% open · ⏱️ 09.12.2020):
git clone https://github.com/jazzband/django-nose
PyPi (📥 240K / month · 📦 8.7K · ⏱️ 20.08.2020):
pip install django-nose
SeleniumBase (🥈 28 · ⭐ 1.9K) - Python Web UI testing and RPA. Fast Easy Reliable. MIT
GitHub (👨💻 25 · 🔀 440 · 📦 110 · 📋 190 - 1% open · ⏱️ 12.01.2021):
git clone https://github.com/seleniumbase/SeleniumBase
PyPi (📥 130K / month · 📦 24 · ⏱️ 10.01.2021):
pip install seleniumbase
Prism (🥈 28 · ⭐ 1.7K · ➕ ) - Turn any OpenAPI2/3 and Postman Collection file into an API.. Apache-2
GitHub (👨💻 46 · 🔀 150 · 📥 730K · 📦 89 · 📋 440 - 5% open · ⏱️ 11.01.2021):
git clone https://github.com/stoplightio/prism
NPM (📥 53K / month · 📦 4 · ⏱️ 01.12.2020):
npm install @stoplight/prism-cli
SeleniumLibrary (🥈 28 · ⭐ 980) - Web testing library for Robot Framework. Apache-2
GitHub (👨💻 110 · 🔀 610 · 📥 3.5K · 📦 1.2K · 📋 920 - 2% open · ⏱️ 22.11.2020):
git clone https://github.com/robotframework/SeleniumLibrary
PyPi (📥 200K / month · 📦 150 · ⏱️ 11.10.2020):
pip install robotframework-seleniumlibrary
flask-testing (🥈 28 · ⭐ 460) - Unittest extensions for Flask. BSD-3
GitHub (👨💻 33 · 🔀 110 · 📦 11K · 📋 95 - 53% open · ⏱️ 24.12.2020):
git clone https://github.com/jarus/flask-testing
PyPi (📥 140K / month · 📦 4.8K · ⏱️ 24.12.2020):
pip install flask-testing
Conda (📥 43K · ⏱️ 24.12.2020):
conda install -c conda-forge flask-testing
pytest-flask (🥈 28 · ⭐ 340) - A set of pytest fixtures to test Flask applications. MIT
GitHub (👨💻 25 · 🔀 61 · 📋 65 - 20% open · ⏱️ 26.12.2020):
git clone https://github.com/pytest-dev/pytest-flask
PyPi (📥 110K / month · 📦 17K · ⏱️ 09.11.2020):
pip install pytest-flask
Conda (📥 40K · ⏱️ 26.11.2020):
conda install -c conda-forge pytest-flask
flask-debugtoolbar (🥉 27 · ⭐ 790) - A toolbar overlay for debugging Flask applications. BSD-3
GitHub (👨💻 38 · 🔀 120 · 📦 12K · 📋 100 - 37% open · ⏱️ 14.08.2020):
git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar
PyPi (📥 50K / month · 📦 5.9K · ⏱️ 12.02.2017):
pip install flask-debugtoolbar
Conda (📥 34K · ⏱️ 13.10.2020):
conda install -c conda-forge flask-debugtoolbar
webtest (🥉 27 · ⭐ 290) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT
GitHub (👨💻 83 · 🔀 96 · 📦 8K · 📋 120 - 21% open · ⏱️ 17.12.2020):
git clone https://github.com/Pylons/webtest
PyPi (📥 420K / month · 📦 7.7K · ⏱️ 27.04.2020):
pip install webtest
django-test-plus (🥉 26 · ⭐ 430 · 💤 ) - Useful additions to Django's default TestCase. BSD-3
GitHub (👨💻 27 · 🔀 44 · 📦 2.7K · 📋 43 - 16% open · ⏱️ 28.05.2020):
git clone https://github.com/revsys/django-test-plus
PyPi (📥 16K / month · 📦 2.5K · ⏱️ 03.12.2019):
pip install django-test-plus
Conda (📥 19K · ⏱️ 12.01.2018):
conda install -c conda-forge django-test-plus
tavern (🥉 25 · ⭐ 740 · ➕ ) - A command-line tool and Python library and Pytest plugin for automated.. MIT
GitHub (👨💻 40 · 🔀 140 · 📦 210 · 📋 460 - 7% open · ⏱️ 31.12.2020):
git clone https://github.com/taverntesting/tavern
PyPi (📥 49K / month · 📦 40 · ⏱️ 31.12.2020):
pip install tavern
mixer (🥉 25 · ⭐ 730) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3
GitHub (👨💻 39 · 🔀 84 · 📋 71 - 36% open · ⏱️ 11.01.2021):
git clone https://github.com/klen/mixer
PyPi (📥 31K / month · 📦 600 · ⏱️ 11.01.2021):
pip install mixer
aioresponses (🥉 25 · ⭐ 270) - Aioresponses is a helper for mock/fake web requests in python.. MIT
GitHub (👨💻 34 · 🔀 50 · 📋 59 - 35% open · ⏱️ 16.12.2020):
git clone https://github.com/pnuckowski/aioresponses
PyPi (📥 83K / month · 📦 150 · ⏱️ 29.10.2020):
pip install aioresponses
pytest-splinter (🥉 25 · ⭐ 200) - pytest splinter and selenium integration for anyone interested.. MIT
GitHub (👨💻 28 · 🔀 49 · 📦 290 · 📋 75 - 12% open · ⏱️ 25.12.2020):
git clone https://github.com/pytest-dev/pytest-splinter
PyPi (📥 21K / month · 📦 210 · ⏱️ 25.12.2020):
pip install pytest-splinter
pyramid_debugtoolbar (🥉 25 · ⭐ 93) - Pyramid debug toolbar. BSD-3
GitHub (👨💻 65 · 🔀 74 · 📋 180 - 24% open · ⏱️ 25.11.2020):
git clone https://github.com/Pylons/pyramid_debugtoolbar
PyPi (📥 47K / month · 📦 1.3K · ⏱️ 10.09.2018):
pip install pyramid_debugtoolbar
httmock (🥉 24 · ⭐ 420) - A mocking library for requests. Apache-2
GitHub (👨💻 29 · 🔀 52 · 📦 1.2K · 📋 30 - 50% open · ⏱️ 28.10.2020):
git clone https://github.com/patrys/httmock
PyPi (📥 230K / month · 📦 1.2K · ⏱️ 28.10.2020):
pip install httmock
selenium-python-helium (🥉 23 · ⭐ 2.3K) - Selenium-python but lighter: Helium is the best.. MIT
GitHub (👨💻 5 · 🔀 170 · 📦 57 · 📋 35 - 22% open · ⏱️ 04.01.2021):
git clone https://github.com/mherrmann/selenium-python-helium
PyPi (📥 2.2K / month · ⏱️ 14.09.2020):
pip install helium
selene (🥉 23 · ⭐ 400) - User-oriented Web UI browser tests in Python. MIT
GitHub (👨💻 24 · 🔀 96 · 📦 160 · 📋 180 - 34% open · ⏱️ 12.01.2021):
git clone https://github.com/yashaka/selene
PyPi (📥 12K / month · 📦 14 · ⏱️ 10.09.2020):
pip install selene
gabbi (🥉 23 · ⭐ 130) - Declarative HTTP Testing for Python and anything else. Apache-2
GitHub (👨💻 26 · 🔀 30 · 📋 140 - 15% open · ⏱️ 19.12.2020):
git clone https://github.com/cdent/gabbi
PyPi (📥 4.2K / month · 📦 200 · ⏱️ 19.12.2020):
pip install gabbi
splash (🥉 22 · ⭐ 3.2K) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3
GitHub (👨💻 57 · 🔀 430 · 📋 780 - 41% open · ⏱️ 08.09.2020):
git clone https://github.com/scrapinghub/splash
PyPi (📥 650 / month · 📦 9 · ⏱️ 16.06.2020):
pip install splash
httprunner (🥉 22 · ⭐ 2.3K · ➕ ) - One-stop solution for HTTP(S) testing. Apache-2
GitHub (👨💻 20 · 🔀 880 · 📋 870 - 36% open · ⏱️ 30.07.2020):
git clone https://github.com/httprunner/httprunner
PyPi (📥 1.9K / month · 📦 3 · ⏱️ 30.07.2020):
pip install httprunner
python-mocket (🥉 22 · ⭐ 200) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
GitHub (👨💻 18 · 🔀 32 · 📦 43 · ⏱️ 12.01.2021):
git clone https://github.com/mindflayer/python-mocket
PyPi (📥 1.8K / month · 📦 46 · ⏱️ 12.01.2021):
pip install mocket
Mockoon (🥉 21 · ⭐ 2.4K · ➕ ) - Mockoon is the easiest and quickest way to run mock APIs.. MIT
schemathesis (🥉 21 · ⭐ 700) - A modern API testing tool for web applications built with.. MIT
GitHub (👨💻 25 · 🔀 53 · 📋 460 - 12% open · ⏱️ 12.01.2021):
git clone https://github.com/schemathesis/schemathesis
PyPi (📥 8.3K / month · ⏱️ 15.12.2020):
pip install schemathesis
Model Bakery (🥉 21 · ⭐ 280 · ➕ ) - Object factory for Django. Apache-2
GitHub (👨💻 22 · 🔀 34 · 📋 74 - 29% open · ⏱️ 04.12.2020):
git clone https://github.com/model-bakers/model_bakery
PyPi (📥 74K / month · 📦 8 · ⏱️ 12.11.2020):
pip install model_bakery
molotov (🥉 20 · ⭐ 300 · ➕ ) - Load Testing Tool. Apache-2
GitHub (👨💻 11 · 🔀 24 · 📦 58 · 📋 99 - 15% open · ⏱️ 21.12.2020):
git clone https://github.com/loads/molotov
PyPi (📥 420 / month · 📦 20 · ⏱️ 18.11.2020):
pip install molotov
aresponses (🥉 20 · ⭐ 79) - Asyncio http mocking. Similar to the responses library used for.. MIT
GitHub (👨💻 11 · 🔀 13 · 📦 130 · 📋 26 - 3% open · ⏱️ 12.01.2021):
git clone https://github.com/CircleUp/aresponses
PyPi (📥 7.6K / month · 📦 92 · ⏱️ 10.01.2021):
pip install aresponses
async-asgi-testclient (🥉 19 · ⭐ 61) - A framework-agnostic library for testing ASGI web.. MIT
GitHub (👨💻 9 · 🔀 9 · 📦 51 · 📋 9 - 11% open · ⏱️ 11.01.2021):
git clone https://github.com/vinissimus/async-asgi-testclient
PyPi (📥 5.8K / month · 📦 6 · ⏱️ 11.01.2021):
pip install async-asgi-testclient
golem (🥉 18 · ⭐ 430 · ➕ ) - A complete test automation tool. MIT
GitHub (👨💻 18 · 🔀 66 · 📥 43 · 📦 3 · 📋 130 - 16% open · ⏱️ 05.09.2020):
git clone https://github.com/golemhq/golem
PyPi (📥 160 / month · 📦 1 · ⏱️ 04.08.2020):
pip install golem-framework
fsociety (🥉 17 · ⭐ 200 · ➕ ) - A Modular Penetration Testing Framework. MIT
GitHub (👨💻 3 · 🔀 34 · 📋 5 - 20% open · ⏱️ 13.11.2020):
git clone https://github.com/fsociety-team/fsociety
PyPi (📥 280 / month · ⏱️ 13.11.2020):
pip install fsociety
Show 7 hidden projects...
Web Forms
django-crispy-forms (🥇 33 · ⭐ 4.1K) - The best way to have DRY Django forms. The app.. MIT
GitHub (👨💻 210 · 🔀 680 · 📦 53K · 📋 610 - 12% open · ⏱️ 10.01.2021):
git clone https://github.com/django-crispy-forms/django-crispy-forms
PyPi (📥 240K / month · 📦 16K · ⏱️ 18.11.2020):
pip install django-crispy-forms
Conda (📥 31K · ⏱️ 18.11.2020):
conda install -c conda-forge django-crispy-forms
wtforms (🥇 33 · ⭐ 1.2K) - A flexible forms validation and rendering library for Python. BSD-3
GitHub (👨💻 120 · 🔀 330 · 📦 82K · 📋 370 - 13% open · ⏱️ 23.11.2020):
git clone https://github.com/wtforms/wtforms
PyPi (📥 1.1M / month · 📦 29K · ⏱️ 23.11.2020):
pip install wtforms
Conda (📥 60K · ⏱️ 29.07.2020):
conda install -c conda-forge wtforms
flask-wtf (🥉 32 · ⭐ 1.1K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3
GitHub (👨💻 88 · 🔀 260 · 📦 89K · 📋 280 - 12% open · ⏱️ 10.12.2020):
git clone https://github.com/lepture/flask-wtf
PyPi (📥 830K / month · 📦 32K · ⏱️ 06.02.2020):
pip install flask-wtf
Conda (📥 69K · ⏱️ 11.02.2020):
conda install -c conda-forge flask-wtf
deform (🥉 27 · ⭐ 350) - A Python HTML form library. BSD-3
GitHub (👨💻 100 · 🔀 150 · 📦 670 · 📋 180 - 25% open · ⏱️ 08.12.2020):
git clone https://github.com/Pylons/deform
PyPi (📥 3.6K / month · 📦 350 · ⏱️ 10.12.2020):
pip install deform
django-formtools (🥉 26 · ⭐ 430) - A set of high-level abstractions for Django forms. BSD-3
GitHub (👨💻 64 · 🔀 100 · 📦 6.2K · 📋 120 - 50% open · ⏱️ 04.01.2021):
git clone https://github.com/jazzband/django-formtools
PyPi (📥 91K / month · 📦 2.3K · ⏱️ 05.12.2019):
pip install django-formtools
Markdown
markdown (🥇 35 · ⭐ 2.4K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3
GitHub (👨💻 140 · 🔀 560 · 📦 110K · 📋 670 - 2% open · ⏱️ 30.12.2020):
git clone https://github.com/Python-Markdown/markdown
PyPi (📥 6.1M / month · 📦 41K · ⏱️ 25.10.2020):
pip install markdown
Conda (📥 1.6M · ⏱️ 25.10.2020):
conda install -c conda-forge markdown
mistune (🥇 33 · ⭐ 1.9K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3
GitHub (👨💻 29 · 🔀 190 · 📦 90K · 📋 210 - 10% open · ⏱️ 06.01.2021):
git clone https://github.com/lepture/mistune
PyPi (📥 9.1M / month · 📦 18K · ⏱️ 26.11.2020):
pip install mistune
Conda (📥 3.2M · ⏱️ 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 · 📥 240 · 📦 4.7K · 📋 1.5K - 3% open · ⏱️ 07.01.2021):
git clone https://github.com/getpelican/pelican
PyPi (📥 15K / month · 📦 3.4K · ⏱️ 04.01.2021):
pip install pelican
Conda (📥 96K · ⏱️ 04.01.2021):
conda install -c conda-forge pelican
python-markdown2 (🥈 29 · ⭐ 2.1K) - markdown2: A fast and complete implementation of Markdown in.. MIT
GitHub (👨💻 58 · 🔀 330 · 📦 8.4K · 📋 240 - 42% open · ⏱️ 26.12.2020):
git clone https://github.com/trentm/python-markdown2
PyPi (📥 150K / month · 📦 4.4K · ⏱️ 12.05.2020):
pip install markdown2
pymdown-extensions (🥈 29 · ⭐ 430 · ➕ ) - Extensions for Python Markdown. MIT
GitHub (👨💻 24 · 🔀 150 · 📦 4.1K · 📋 240 - 7% open · ⏱️ 12.01.2021):
git clone https://github.com/facelessuser/pymdown-extensions
PyPi (📥 230K / month · 📦 1.5K · ⏱️ 24.12.2020):
pip install pymdown-extensions
Conda (📥 28K · ⏱️ 24.12.2020):
conda install -c conda-forge pymdown-extensions
html2text (🥉 27 · ⭐ 1K) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0
GitHub (👨💻 71 · 🔀 180 · 📋 170 - 33% open · ⏱️ 29.11.2020):
git clone https://github.com/Alir3z4/html2text
PyPi (📥 540K / month · 📦 3.8K · ⏱️ 16.01.2020):
pip install html2text
django-markdownx (🥉 25 · ⭐ 640 · 💤 ) - Comprehensive Markdown plugin built for Django. BSD-3
GitHub (👨💻 26 · 🔀 120 · 📦 1.1K · 📋 120 - 22% open · ⏱️ 25.02.2020):
git clone https://github.com/neutronX/django-markdownx
PyPi (📥 8.8K / month · 📦 230 · ⏱️ 28.12.2019):
pip install django-markdownx
django-markdown-editor (🥉 24 · ⭐ 400) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0
GitHub (👨💻 22 · 🔀 460 · 📦 340 · 📋 94 - 24% open · ⏱️ 11.12.2020):
git clone https://github.com/agusmakmun/django-markdown-editor
PyPi (📥 3.8K / month · 📦 40 · ⏱️ 11.12.2020):
pip install martor
markdown-it-py (🥉 21 · ⭐ 130) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT
GitHub (👨💻 11 · 🔀 19 · 📦 160 · 📋 43 - 48% open · ⏱️ 01.01.2021):
git clone https://github.com/executablebooks/markdown-it-py
PyPi (📥 43K / month · ⏱️ 01.01.2021):
pip install markdown-it-py
Conda (📥 41K · ⏱️ 02.01.2021):
conda install -c conda-forge markdown-it-py
Show 3 hidden projects...
grip (🥉 24 · ⭐ 5K · 💀 ) - Preview GitHub README.md files locally before committing them. MIT
mistletoe (🥉 22 · ⭐ 360 · 💀 ) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT
markdown-include (🥉 22 · ⭐ 48 · ➕ ) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0
Third-party Web APIs
🔗 Public APIs ( ⭐ 110K) - A collective list of free APIs for use in software and web development.
🔗 best-of-ml-python - DB Clients ( ⭐ 98 · 🐣 ) - Collection of python database client libraries.
youtube-dl (🥇 37 · ⭐ 88K) - Command-line program to download videos from YouTube.com and.. Unlicense
GitHub (👨💻 920 · 🔀 3.5K · 📥 45M · 📋 23K - 16% open · ⏱️ 12.01.2021):
git clone https://github.com/ytdl-org/youtube-dl
PyPi (📥 2M / month · 📦 2.9K · ⏱️ 08.01.2021):
pip install youtube_dl
Conda (📥 540K · ⏱️ 10.01.2021):
conda install -c conda-forge youtube-dl
discord.py (🥇 36 · ⭐ 6.4K) - An API wrapper for Discord written in Python. MIT
GitHub (👨💻 220 · 🔀 1.8K · 📦 27K · 📋 2.2K - 7% open · ⏱️ 12.01.2021):
git clone https://github.com/Rapptz/discord.py
PyPi (📥 5.3M / month · 📦 4.6K · ⏱️ 19.10.2020):
pip install discord.py
google-api-python-client (🥇 36 · ⭐ 4.4K · ➕ ) - The official Python client library for Google's.. Apache-2
GitHub (👨💻 150 · 🔀 1.8K · 📥 86 · 📦 49K · 📋 770 - 11% open · ⏱️ 16.12.2020):
git clone https://github.com/googleapis/google-api-python-client
PyPi (📥 16M / month · 📦 13K · ⏱️ 18.11.2020):
pip install google-api-python-client
Conda (📥 560K · ⏱️ 18.11.2020):
conda install -c conda-forge google-api-python-client
GitPython (🥇 35 · ⭐ 3K · ➕ ) - GitPython is a python library used to interact with Git.. BSD-3
GitHub (👨💻 220 · 🔀 680 · 📦 29K · 📋 730 - 17% open · ⏱️ 10.01.2021):
git clone https://github.com/gitpython-developers/GitPython
PyPi (📥 6.4M / month · 📦 11K · ⏱️ 06.01.2021):
pip install gitpython
Conda (📥 1.2M · ⏱️ 06.01.2021):
conda install -c conda-forge gitpython
tweepy (🥇 34 · ⭐ 7.4K) - Twitter for Python!. MIT
GitHub (👨💻 220 · 🔀 3.4K · 📦 22K · 📋 980 - 13% open · ⏱️ 12.01.2021):
git clone https://github.com/tweepy/tweepy
PyPi (📥 300K / month · 📦 8.3K · ⏱️ 26.12.2020):
pip install tweepy
Conda (📥 100K · ⏱️ 26.12.2020):
conda install -c conda-forge tweepy
python-telegram-bot (🥇 33 · ⭐ 13K) - We have made you a wrapper you can't refuse. ❗️LGPL-3.0
GitHub (👨💻 150 · 🔀 2.8K · 📥 2.5K · 📦 22K · 📋 1.4K - 2% open · ⏱️ 12.01.2021):
git clone https://github.com/python-telegram-bot/python-telegram-bot
PyPi (📥 300K / month · 📦 4.3K · ⏱️ 07.10.2020):
pip install python-telegram-bot
Conda (📥 27K · ⏱️ 30.11.2020):
conda install -c conda-forge python-telegram-bot
PyGithub (🥇 33 · ⭐ 4K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0
GitHub (👨💻 260 · 🔀 1.2K · 📦 13K · 📋 1.1K - 7% open · ⏱️ 24.12.2020):
git clone https://github.com/PyGithub/PyGithub
PyPi (📥 1M / month · 📦 3.8K · ⏱️ 24.12.2020):
pip install pygithub
Conda (📥 720K · ⏱️ 28.12.2020):
conda install -c conda-forge pygithub
Telethon (🥈 31 · ⭐ 4.4K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT
GitHub (👨💻 120 · 🔀 660 · 📦 8.2K · 📋 1.3K - 5% open · ⏱️ 12.01.2021):
git clone https://github.com/LonamiWebs/Telethon
PyPi (📥 120K / month · 📦 540 · ⏱️ 05.01.2021):
pip install telethon
praw (🥈 31 · ⭐ 2.3K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
GitHub (👨💻 200 · 🔀 380 · 📦 7.3K · 📋 640 - 7% open · ⏱️ 28.12.2020):
git clone https://github.com/praw-dev/praw
PyPi (📥 220K / month · 📦 3.3K · ⏱️ 23.06.2020):
pip install praw
Conda (📥 18K · ⏱️ 03.05.2020):
conda install -c conda-forge praw
stripe (🥈 31 · ⭐ 980 · ➕ ) - Python library for the Stripe API. MIT
GitHub (👨💻 110 · 🔀 270 · 📦 12K · 📋 270 - 3% open · ⏱️ 01.12.2020):
git clone https://github.com/stripe/stripe-python
PyPi (📥 730K / month · 📦 3.8K · ⏱️ 02.12.2020):
pip install stripe
gspread (🥈 30 · ⭐ 5.1K) - Google Sheets Python API. MIT
GitHub (👨💻 110 · 🔀 760 · 📦 8.5K · 📋 610 - 25% open · ⏱️ 20.10.2020):
git clone https://github.com/burnash/gspread
PyPi (📥 1.8M / month · 📦 1.6K · ⏱️ 30.04.2020):
pip install gspread
Conda (📥 170K · ⏱️ 12.07.2020):
conda install -c conda-forge gspread
pyTelegramBotAPI (🥈 30 · ⭐ 3.7K) - Python Telegram bot api. ❗️GPL-2.0
GitHub (👨💻 140 · 🔀 1K · 📦 12K · 📋 710 - 1% open · ⏱️ 09.01.2021):
git clone https://github.com/eternnoir/pyTelegramBotAPI
PyPi (📥 75K / month · 📦 1.7K · ⏱️ 07.01.2021):
pip install pytelegrambotapi
google-maps-services-python (🥈 30 · ⭐ 3K) - Python client library for Google Maps API Web Services. Apache-2
GitHub (👨💻 51 · 🔀 1K · 📦 5K · 📋 200 - 6% open · ⏱️ 28.07.2020):
git clone https://github.com/googlemaps/google-maps-services-python
PyPi (📥 470K / month · 📦 2.3K · ⏱️ 28.07.2020):
pip install googlemaps
spotipy (🥈 30 · ⭐ 2.9K) - A light weight Python library for the Spotify Web API. MIT
GitHub (👨💻 130 · 🔀 630 · 📦 3.8K · 📋 380 - 5% open · ⏱️ 26.12.2020):
git clone https://github.com/plamere/spotipy
PyPi (📥 270K / month · 📦 920 · ⏱️ 24.10.2020):
pip install spotipy
twilio (🥈 30 · ⭐ 1.4K · ➕ ) - A Python module for communicating with the Twilio API and generating.. MIT
GitHub (👨💻 120 · 🔀 550 · 📦 14K · 📋 240 - 3% open · ⏱️ 08.01.2021):
git clone https://github.com/twilio/twilio-python
PyPi (📥 760K / month · 📦 6.7K · ⏱️ 08.12.2020):
pip install twilio
Conda (📥 26K · ⏱️ 17.12.2020):
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 · 🔀 610 · 📥 620 · 📋 540 - 20% open · ⏱️ 05.06.2020):
git clone https://github.com/pycontribs/jira
PyPi (📥 1M / month · 📦 1.8K · ⏱️ 12.07.2018):
pip install jira
Conda (📥 45K · ⏱️ 17.07.2018):
conda install -c conda-forge jira
InstaPy (🥈 29 · ⭐ 12K) - Instagram Bot - Tool for automated Instagram interactions. ❗️GPL-3.0
GitHub (👨💻 290 · 🔀 3.1K · 📦 290 · 📋 4.9K - 2% open · ⏱️ 07.01.2021):
git clone https://github.com/timgrossmann/InstaPy
PyPi (📥 7.1K / month · 📦 11 · ⏱️ 07.01.2021):
pip install instapy
tushare (🥈 29 · ⭐ 10K · 💤 ) - TuShare is a utility for crawling historical data of China stocks. BSD-3
GitHub (👨💻 34 · 🔀 3.9K · 📦 880 · 📋 1.4K - 27% open · ⏱️ 04.03.2020):
git clone https://github.com/waditu/tushare
PyPi (📥 18K / month · 📦 360 · ⏱️ 16.10.2020):
pip install tushare
pytube (🥈 29 · ⭐ 3.9K) - A lightweight, dependency-free Python library (and command-line.. ❗️GPL-3.0
GitHub (👨💻 80 · 🔀 960 · 📦 4.5K · 📋 520 - 2% open · ⏱️ 01.01.2021):
git clone https://github.com/pytube/pytube
PyPi (📥 59K / month · 📦 420 · ⏱️ 28.12.2020):
pip install pytube
python-twitter (🥈 29 · ⭐ 3.1K · 💤 ) - A Python wrapper around the Twitter API. Apache-2
GitHub (👨💻 150 · 🔀 940 · 📦 5.2K · 📋 400 - 22% open · ⏱️ 12.05.2020):
git clone https://github.com/bear/python-twitter
PyPi (📥 74K / month · 📦 3.3K · ⏱️ 03.11.2018):
pip install python-twitter
slackclient (🥈 29 · ⭐ 3K · ➕ ) - Slack Developer Kit for Python. MIT
GitHub (👨💻 120 · 🔀 710 · 📥 290 · 📋 480 - 6% open · ⏱️ 12.01.2021):
git clone https://github.com/slackapi/python-slack-sdk
PyPi (📥 5.4M / month · 📦 3.7K · ⏱️ 09.10.2020):
pip install slackclient
Conda (📥 250K · ⏱️ 22.10.2020):
conda install -c conda-forge slackclient
facebook-sdk (🥈 29 · ⭐ 2.6K) - Python SDK for Facebook's Graph API. Apache-2
GitHub (👨💻 99 · 🔀 940 · 📦 2.8K · 📋 240 - 10% open · ⏱️ 27.12.2020):
git clone https://github.com/mobolic/facebook-sdk
PyPi (📥 220K / month · 📦 2.5K · ⏱️ 09.08.2018):
pip install facebook-sdk
twitter (🥈 29 · ⭐ 2.5K) - Python Twitter API. MIT
GitHub (👨💻 87 · 🔀 520 · 📦 2.9K · 📋 280 - 25% open · ⏱️ 23.11.2020):
git clone https://github.com/sixohsix/twitter
PyPi (📥 99K / month · 📦 1.8K · ⏱️ 20.10.2017):
pip install twitter
Wikipedia (🥈 29 · ⭐ 2.2K) - A Pythonic wrapper for the Wikipedia API. MIT
GitHub (👨💻 23 · 🔀 420 · 📦 12K · 📋 210 - 71% open · ⏱️ 09.10.2020):
git clone https://github.com/goldsmith/Wikipedia
PyPi (📥 140K / month · 📦 1.9K · ⏱️ 15.11.2014):
pip install wikipedia
Conda (📥 39K · ⏱️ 18.06.2019):
conda install -c conda-forge wikipedia
py-googletrans (🥈 29 · ⭐ 2.2K) - (unofficial) Googletrans: Free and Unlimited Google translate.. MIT
GitHub (👨💻 25 · 🔀 430 · 📦 11K · 📋 200 - 11% open · ⏱️ 02.10.2020):
git clone https://github.com/ssut/py-googletrans
PyPi (📥 1.4M / month · 📦 890 · ⏱️ 09.12.2020):
pip install googletrans
slacker (🥈 29 · ⭐ 1.6K) - Full-featured Python interface for the Slack API. Apache-2
GitHub (👨💻 44 · 🔀 230 · 📦 2.2K · 📋 83 - 26% open · ⏱️ 03.07.2020):
git clone https://github.com/os/slacker
PyPi (📥 630K / month · 📦 2K · ⏱️ 15.02.2020):
pip install slacker
Conda (📥 140K · ⏱️ 28.02.2020):
conda install -c conda-forge slacker
hvac (🥈 29 · ⭐ 820 · ➕ ) - Python 2.7/3.X client for HashiCorp Vault. Apache-2
GitHub (👨💻 130 · 🔀 260 · 📥 420 · 📦 1.4K · 📋 260 - 30% open · ⏱️ 17.12.2020):
git clone https://github.com/hvac/hvac
PyPi (📥 1.2M / month · 📦 380 · ⏱️ 18.12.2020):
pip install hvac
Conda (📥 50K · ⏱️ 14.10.2020):
conda install -c conda-forge hvac
thumbor (🥉 28 · ⭐ 8.1K) - thumbor is an open-source photo thumbnail service by globo.com. MIT
GitHub (👨💻 160 · 🔀 680 · 📦 260 · 📋 830 - 13% open · ⏱️ 06.12.2020):
git clone https://github.com/thumbor/thumbor
PyPi (📥 4.4K / month · 📦 190 · ⏱️ 25.03.2020):
pip install thumbor
twython (🥉 28 · ⭐ 1.8K · 💤 ) - Actively maintained, pure Python wrapper for the Twitter API... MIT
GitHub (👨💻 99 · 🔀 400 · 📦 4.1K · 📋 320 - 7% open · ⏱️ 04.04.2020):
git clone https://github.com/ryanmcgrath/twython
PyPi (📥 57K / month · 📦 2.3K · ⏱️ 04.04.2020):
pip install twython
Conda (📥 240K · ⏱️ 08.05.2018):
conda install -c conda-forge twython
simple-salesforce (🥉 28 · ⭐ 1K · ➕ ) - A very simple Salesforce.com REST API client for.. Apache-2
GitHub (👨💻 63 · 🔀 470 · 📋 280 - 41% open · ⏱️ 21.12.2020):
git clone https://github.com/simple-salesforce/simple-salesforce
PyPi (📥 1.1M / month · 📦 280 · ⏱️ 05.06.2020):
pip install simple-salesforce
Conda (📥 29K · ⏱️ 11.12.2020):
conda install -c conda-forge simple-salesforce
wechatpy (🥉 27 · ⭐ 2.7K) - WeChat SDK for Python. MIT
GitHub (👨💻 77 · 🔀 610 · 📋 300 - 8% open · ⏱️ 02.01.2021):
git clone https://github.com/wechatpy/wechatpy
PyPi (📥 3.6K / month · 📦 230 · ⏱️ 22.11.2020):
pip install wechatpy
coursera-dl (🥉 26 · ⭐ 8.3K · 💤 ) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0
GitHub (👨💻 84 · 🔀 2K · 📦 120 · 📋 600 - 26% open · ⏱️ 30.01.2020):
git clone https://github.com/coursera-dl/coursera-dl
PyPi (📥 1.7K / month · 📦 24 · ⏱️ 16.12.2019):
pip install coursera-dl
Conda (📥 14K · ⏱️ 20.11.2019):
conda install -c conda-forge coursera-dl
instagram-scraper (🥉 26 · ⭐ 4.6K) - Scrapes an instagram user's photos and videos. Unlicense
GitHub (👨💻 53 · 🔀 990 · 📦 190 · 📋 540 - 64% open · ⏱️ 10.10.2020):
git clone https://github.com/arc298/instagram-scraper
PyPi (📥 4.7K / month · 📦 40 · ⏱️ 10.10.2020):
pip install instagram-scraper
gmusicapi (🥉 26 · ⭐ 2.6K) - An unofficial client library for Google Music. BSD-3
GitHub (👨💻 51 · 🔀 300 · 📦 420 · 📋 510 - 11% open · ⏱️ 25.09.2020):
git clone https://github.com/simon-weber/gmusicapi
PyPi (📥 1.1K / month · 📦 270 · ⏱️ 27.03.2020):
pip install gmusicapi
twitter-scraper (🥉 25 · ⭐ 2.6K) - Scrape the Twitter Frontend API without authentication. MIT
GitHub (👨💻 31 · 🔀 440 · 📦 450 · 📋 87 - 31% open · ⏱️ 09.01.2021):
git clone https://github.com/bisguzar/twitter-scraper
PyPi (📥 4.7K / month · 📦 10 · ⏱️ 17.07.2020):
pip install twitter-scraper
notion-py (🥉 25 · ⭐ 2.2K) - Unofficial Python API client for Notion.so. MIT
GitHub (👨💻 21 · 🔀 230 · 📦 300 · 📋 190 - 56% open · ⏱️ 22.11.2020):
git clone https://github.com/jamalex/notion-py
PyPi (📥 7.7K / month · 📦 18 · ⏱️ 04.01.2020):
pip install notion
igramscraper (🥉 25 · ⭐ 1.8K) - scrapes medias, likes, followers, tags and all metadata. Inspired.. MIT
GitHub (👨💻 27 · 🔀 270 · 📦 82 · 📋 110 - 65% open · ⏱️ 30.09.2020):
git clone https://github.com/realsirjoe/instagram-scraper
PyPi (📥 9.4K / month · 📦 2 · ⏱️ 25.05.2020):
pip install igramscraper
sherlock (🥉 24 · ⭐ 20K) - Hunt down social media accounts by username across social networks. MIT
GitHub (👨💻 140 · 🔀 2K · 📋 470 - 15% open · ⏱️ 08.12.2020):
git clone https://github.com/sherlock-project/sherlock
PyPi (📥 1.1K / month · 📦 6 · ⏱️ 11.05.2019):
pip install sherlock
WikiExtractor (🥉 24 · ⭐ 2.5K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0
GitHub (👨💻 29 · 🔀 730 · 📦 41 · 📋 190 - 43% open · ⏱️ 17.12.2020):
git clone https://github.com/attardi/wikiextractor
PyPi (📥 2.3K / month · 📦 4 · ⏱️ 05.12.2020):
pip install wikiextractor
twitterscraper (🥉 24 · ⭐ 1.6K) - Scrape Twitter for Tweets. MIT
GitHub (👨💻 34 · 🔀 470 · 📦 320 · 📋 280 - 45% open · ⏱️ 28.07.2020):
git clone https://github.com/taspinar/twitterscraper
PyPi (📥 1.9K / month · 📦 22 · ⏱️ 22.07.2020):
pip install twitterscraper
imdbpy (🥉 24 · ⭐ 760) - IMDbPY is a Python package useful to retrieve and manage the data of.. ❗️GPL-2.0
GitHub (👨💻 49 · 🔀 220 · 📋 200 - 13% open · ⏱️ 20.12.2020):
git clone https://github.com/alberanid/imdbpy
PyPi (📥 27K / month · 📦 110 · ⏱️ 25.09.2020):
pip install imdbpy
gallery-dl (🥉 23 · ⭐ 2.8K) - Command-line program to download image galleries and.. ❗️GPL-2.0
GitHub (👨💻 27 · 🔀 230 · 📥 81K · 📋 1.1K - 16% open · ⏱️ 11.01.2021):
git clone https://github.com/mikf/gallery-dl
PyPi (📥 5.7K / month · 📦 4 · ⏱️ 09.01.2021):
pip install gallery-dl
python-slack-sdk (🥉 22 · ⭐ 3K) - Slack Developer Kit for Python. MIT
GitHub (👨💻 120 · 🔀 710 · 📥 290 · 📋 480 - 6% open · ⏱️ 12.01.2021):
git clone https://github.com/slackapi/python-slack-sdk
PyPi (📥 81K / month · ⏱️ 12.01.2021):
pip install slack-sdk
pyshorteners (🥉 22 · ⭐ 280) - Generating short urls with python has never been easier. ❗️GPL-3.0
GitHub (👨💻 24 · 🔀 54 · 📦 530 · 📋 69 - 1% open · ⏱️ 29.07.2020):
git clone https://github.com/ellisonleao/pyshorteners
PyPi (📥 15K / month · 📦 140 · ⏱️ 19.03.2020):
pip install pyshorteners
scdl (🥉 18 · ⭐ 1.9K) - Soundcloud Music Downloader. ❗️GPL-2.0
ghapi (🥉 16 · ⭐ 150 · 🐣 ) - A delightful and complete interface to GitHub's amazing API. Apache-2
GitHub (👨💻 3 · 🔀 4 · 📋 23 - 30% open · ⏱️ 08.01.2021):
git clone https://github.com/fastai/ghapi
PyPi (📥 690 / month · ⏱️ 08.01.2021):
pip install ghapi
GHunt (🥉 15 · ⭐ 8.7K · 🐣 ) - Investigate Google Accounts with emails. MPL-2.0
Show 6 hidden projects...
Email
yagmail (🥇 27 · ⭐ 1.9K) - Send email in Python conveniently for gmail using yagmail. MIT
GitHub (👨💻 27 · 🔀 210 · 📦 1.1K · 📋 160 - 41% open · ⏱️ 08.10.2020):
git clone https://github.com/kootenpv/yagmail
PyPi (📥 21K / month · 📦 760 · ⏱️ 08.10.2020):
pip install yagmail
modoboa (🥈 26 · ⭐ 1.7K) - Mail hosting made simple. ISC
GitHub (👨💻 97 · 🔀 250 · 📦 31 · 📋 1.6K - 8% open · ⏱️ 28.12.2020):
git clone https://github.com/modoboa/modoboa
PyPi (📥 1.9K / month · 📦 48 · ⏱️ 05.11.2020):
pip install modoboa
flanker (🥈 25 · ⭐ 1.4K · 💤 ) - Python email address and Mime parsing library. Apache-2
GitHub (👨💻 54 · 🔀 160 · 📦 130 · 📋 85 - 57% open · ⏱️ 16.03.2020):
git clone https://github.com/mailgun/flanker
PyPi (📥 18K / month · 📦 180 · ⏱️ 16.05.2018):
pip install flanker
mailer (🥉 22 · ⭐ 220 · 💤 ) - A light-weight, modular, message representation and mail delivery.. MIT
GitHub (👨💻 19 · 🔀 48 · 📥 95 · 📋 70 - 35% open · ⏱️ 22.04.2020):
git clone https://github.com/marrow/mailer
PyPi (📥 8.9K / month · 📦 140 · ⏱️ 22.04.2015):
pip install mailer
Conda (📥 26K · ⏱️ 10.01.2021):
conda install -c conda-forge mailer
pyramid_mailer (🥉 21 · ⭐ 51 · 💤 ) - A package for sending email from your Pyramid.. BSD-3
GitHub (👨💻 34 · 🔀 38 · 📋 42 - 21% open · ⏱️ 29.03.2020):
git clone https://github.com/Pylons/pyramid_mailer
PyPi (📥 14K / month · 📦 140 · ⏱️ 13.12.2016):
pip install pyramid_mailer
fastapi-mail (🥉 18 · ⭐ 79) - Fastapi mail system sending mails(individual, bulk).. MIT
GitHub (👨💻 12 · 🔀 18 · 📦 25 · 📋 17 - 11% open · ⏱️ 12.01.2021):
git clone https://github.com/sabuhish/fastapi-mail
PyPi (📥 1.5K / month · ⏱️ 05.01.2021):
pip install fastapi-mail
salmon (🥉 17 · ⭐ 470) - A Python Mail Server. ❗️GPL-3.0
GitHub (👨💻 15 · 🔀 49 · 📥 33 · 📦 11 · 📋 83 - 15% open · ⏱️ 09.12.2020):
git clone https://github.com/moggers87/salmon
PyPi (📥 130 / month · 📦 1 · ⏱️ 31.12.2019):
pip install salmon-mail
Show 4 hidden projects...
flask-mail (🥇 27 · ⭐ 500 · 💀 ) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3
sync-engine (🥈 23 · ⭐ 3.5K · 💀 ) - IMAP/SMTP sync system with modern APIs. ❗️AGPL-3.0
offlineimap (🥉 22 · ⭐ 1.6K · 💤 ) - Read/sync your IMAP mailboxes (python2). ❗️libpng-2.0
gmail (🥉 20 · ⭐ 1.6K · 💀 ) - A Pythonic interface for Google Mail. MIT
Web Scraping & Crawling
Libraries for web scraping, crawling, downloading, and mining as well as libraries.
Scrapy (🥇 38 · ⭐ 39K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
GitHub (👨💻 460 · 🔀 9K · 📦 22K · 📋 2.7K - 28% open · ⏱️ 04.01.2021):
git clone https://github.com/scrapy/scrapy
PyPi (📥 620K / month · 📦 8.4K · ⏱️ 17.11.2020):
pip install scrapy
Conda (📥 390K · ⏱️ 17.11.2020):
conda install -c conda-forge scrapy
feedparser (🥇 31 · ⭐ 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 (📥 500K / month · 📦 14K · ⏱️ 25.10.2020):
pip install feedparser
You-Get (🥇 29 · ⭐ 39K) - Dumb downloader that scrapes the web. MIT
GitHub (👨💻 220 · 🔀 8K · 📥 330K · ⏱️ 09.01.2021):
git clone https://github.com/soimort/you-get
PyPi (📥 23K / month · 📦 18 · ⏱️ 26.12.2020):
pip install you-get
newspaper3k (🥇 29 · ⭐ 11K) - News, full-text, and article metadata extraction in Python 3... MIT
GitHub (👨💻 100 · 🔀 1.7K · 📦 2.2K · 📋 670 - 63% open · ⏱️ 02.09.2020):
git clone https://github.com/codelucas/newspaper
PyPi (📥 25K / month · 📦 440 · ⏱️ 28.09.2018):
pip install newspaper3k
Conda (📥 35K · ⏱️ 14.10.2020):
conda install -c conda-forge newspaper3k
Pattern (🥇 29 · ⭐ 7.7K · 💤 ) - Web mining module for Python, with tools for scraping, natural.. BSD-3
GitHub (👨💻 30 · 🔀 1.5K · 📦 1K · 📋 240 - 68% open · ⏱️ 25.04.2020):
git clone https://github.com/clips/pattern
PyPi (📥 71K / month · 📦 270 · ⏱️ 18.08.2018):
pip install pattern
Conda (📥 5.6K · ⏱️ 05.05.2020):
conda install -c conda-forge pattern
soupsieve (🥇 29 · ⭐ 86) - A modern CSS selector implementation for BeautifulSoup. MIT
GitHub (👨💻 8 · 🔀 18 · 📦 95K · 📋 89 - 13% open · ⏱️ 10.01.2021):
git clone https://github.com/facelessuser/soupsieve
PyPi (📥 9.2M / month · 📦 4.2K · ⏱️ 10.12.2020):
pip install soupsieve
Conda (📥 2.1M · ⏱️ 17.08.2020):
conda install -c conda-forge soupsieve
parsel (🥈 28 · ⭐ 600) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3
GitHub (👨💻 38 · 🔀 89 · 📦 13K · 📋 84 - 36% open · ⏱️ 07.10.2020):
git clone https://github.com/scrapy/parsel
PyPi (📥 650K / month · 📦 2.9K · ⏱️ 07.05.2020):
pip install parsel
Conda (📥 14K · ⏱️ 02.06.2020):
conda install -c conda-forge parsel
pyspider (🥈 27 · ⭐ 15K) - A Powerful Spider(Web Crawler) System in Python. Apache-2
GitHub (👨💻 62 · 🔀 3.6K · 📦 280 · 📋 820 - 33% open · ⏱️ 02.08.2020):
git clone https://github.com/binux/pyspider
PyPi (📥 1.7K / month · 📦 30 · ⏱️ 18.04.2018):
pip install pyspider
MechanicalSoup (🥈 27 · ⭐ 3.7K) - A Python library for automating interaction with websites. MIT
GitHub (👨💻 41 · 🔀 340 · 📥 39 · 📋 150 - 16% open · ⏱️ 09.01.2021):
git clone https://github.com/MechanicalSoup/MechanicalSoup
PyPi (📥 35K / month · 📦 430 · ⏱️ 05.01.2021):
pip install MechanicalSoup
Conda (📥 75K · ⏱️ 08.01.2021):
conda install -c conda-forge mechanicalsoup
Grab (🥈 26 · ⭐ 2K) - Web Scraping Framework. MIT
GitHub (👨💻 65 · 🔀 240 · 📦 300 · 📋 220 - 12% open · ⏱️ 08.12.2020):
git clone https://github.com/lorien/grab
PyPi (📥 1.3K / month · 📦 100 · ⏱️ 24.06.2018):
pip install grab
extruct (🥈 25 · ⭐ 560) - Extract embedded metadata from HTML markup. BSD-3
GitHub (👨💻 24 · 🔀 82 · 📦 210 · 📋 78 - 38% open · ⏱️ 28.12.2020):
git clone https://github.com/scrapinghub/extruct
PyPi (📥 26K / month · 📦 42 · ⏱️ 28.12.2020):
pip install extruct
micawber (🥈 25 · ⭐ 510) - a small library for extracting rich content from urls. MIT
GitHub (👨💻 26 · 🔀 78 · 📦 490 · ⏱️ 18.12.2020):
git clone https://github.com/coleifer/micawber
PyPi (📥 6.6K / month · 📦 370 · ⏱️ 17.12.2020):
pip install micawber
cloudscraper (🥈 24 · ⭐ 690) - A Python module to bypass Cloudflare's anti-bot page. MIT
GitHub (👨💻 8 · 🔀 100 · 📦 360 · ⏱️ 07.01.2021):
git clone https://github.com/venomous/cloudscraper
PyPi (📥 37K / month · 📦 8 · ⏱️ 07.01.2021):
pip install cloudscraper
Gerapy (🥉 23 · ⭐ 2.3K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT
GitHub (👨💻 11 · 🔀 500 · 📦 100 · 📋 160 - 28% open · ⏱️ 13.09.2020):
git clone https://github.com/Gerapy/Gerapy
PyPi (📥 380 / month · 📦 8 · ⏱️ 27.08.2020):
pip install gerapy
ruia (🥉 22 · ⭐ 1.3K) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2
GitHub (👨💻 12 · 🔀 140 · 📥 8 · 📦 43 · 📋 76 - 3% open · ⏱️ 10.01.2021):
git clone https://github.com/howie6879/ruia
PyPi (📥 400 / month · 📦 6 · ⏱️ 27.12.2020):
pip install ruia
beautifulsoup4 (🥉 21) - Screen-scraping library. MIT
dirsearch (🥉 20 · ⭐ 5.3K) - Web path scanner. ❗️GPL-2.0
AutoScraper (🥉 20 · ⭐ 3.2K · 🐣 ) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT
GitHub (👨💻 6 · 🔀 300 · 📦 18 · 📋 25 - 4% open · ⏱️ 12.01.2021):
git clone https://github.com/alirezamika/autoscraper
PyPi (📥 710 / month · ⏱️ 10.01.2021):
pip install autoscraper
Lassie (🥉 20 · ⭐ 520) - Web Content Retrieval for Humans. MIT
GitHub (👨💻 14 · 🔀 42 · 📦 20 · 📋 39 - 25% open · ⏱️ 16.12.2020):
git clone https://github.com/michaelhelmick/lassie
PyPi (📥 470 / month · 📦 7 · ⏱️ 16.12.2020):
pip install lassie
trafilatura (🥉 20 · ⭐ 88) - Web scraping library and command-line tool for text discovery.. ❗️GPL-3.0
GitHub (👨💻 11 · 🔀 22 · 📦 37 · 📋 39 - 20% open · ⏱️ 12.01.2021):
git clone https://github.com/adbar/trafilatura
PyPi (📥 17K / month · ⏱️ 04.01.2021):
pip install trafilatura
gazpacho (🥉 19 · ⭐ 510) - The simple, fast, and modern web scraping library. MIT
GitHub (👨💻 13 · 🔀 47 · 📦 82 · 📋 34 - 14% open · ⏱️ 31.10.2020):
git clone https://github.com/maxhumber/gazpacho
PyPi (📥 2.8K / month · 📦 2 · ⏱️ 24.09.2020):
pip install gazpacho
Cola (🥉 18 · ⭐ 1.4K · 💤 ) - A high-level distributed crawling framework. Apache-2
GitHub (👨💻 3 · 🔀 540 · 📦 3 · 📋 66 - 21% open · ⏱️ 01.03.2020):
git clone https://github.com/qinxuye/cola
PyPi (📥 38 / month · 📦 1 · ⏱️ 31.03.2016):
pip install cola
Transistor (🥉 16 · ⭐ 200) - Transistor, a Python web scraping framework for intelligent use cases. MIT
GitHub (👨💻 3 · 🔀 17 · 📥 54 · 📋 63 - 95% open · ⏱️ 16.08.2020):
git clone https://github.com/bomquote/transistor
PyPi (📥 84 / month · ⏱️ 03.08.2020):
pip install transistor
Show 9 hidden projects...
python-goose (🥈 24 · ⭐ 3.6K · 💀 ) - Html Content / Article Extractor, web scrapping lib in.. Apache-2
robobrowser (🥉 23 · ⭐ 3.5K · 💀 ) - Your friendly neighborhood web scraper. BSD-3
scrapely (🥉 23 · ⭐ 1.7K · 💀 ) - A pure-python HTML screen-scraping library. BSD-3
frontera (🥉 22 · ⭐ 1.1K · 💀 ) - A scalable frontier for web crawlers. BSD-3
Photon (🥉 19 · ⭐ 7.5K · 💀 ) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0
snallygaster (🥉 18 · ⭐ 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
gain (🥉 16 · ⭐ 2K · 💀 ) - Web crawling framework based on asyncio. ❗️GPL-3.0
lazynlp (🥉 14 · ⭐ 1.9K · 💀 ) - Library to scrape and clean web pages to create massive datasets. MIT
Monitoring
sentry (🥇 31 · ⭐ 27K) - Sentry is cross-platform application monitoring, with a focus on.. ❗️SSPL-1.0
GitHub (👨💻 570 · 🔀 3K · 📥 35K · 📦 470 · 📋 4.4K - 7% open · ⏱️ 12.01.2021):
git clone https://github.com/getsentry/sentry
PyPi (📥 3K / month · 📦 640 · ⏱️ 15.12.2020):
pip install sentry
Conda (📥 56K · ⏱️ 10.12.2020):
conda install -c conda-forge sentry-sdk
Prometheus Client (🥈 26 · ⭐ 2K · ➕ ) - Python client for the Prometheus monitoring system. Apache-2
GitHub (👨💻 97 · 🔀 500 · 📋 310 - 8% open · ⏱️ 01.01.2021):
git clone https://github.com/prometheus/client_python
PyPi (📥 13M / month · ⏱️ 16.11.2020):
pip install prometheus-client
Flask-MonitoringDashboard (🥈 24 · ⭐ 450) - Automatically monitor the evolving performance of.. MIT
GitHub (👨💻 24 · 🔀 100 · 📦 530 · 📋 160 - 26% open · ⏱️ 09.09.2020):
git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard
PyPi (📥 17K / month · 📦 7 · ⏱️ 09.09.2020):
pip install flask-monitoringdashboard
prometheus-flask-exporter (🥈 24 · ⭐ 290 · ➕ ) - Prometheus exporter for Flask applications. MIT
GitHub (👨💻 15 · 🔀 58 · 📋 72 - 6% open · ⏱️ 30.11.2020):
git clone https://github.com/rycus86/prometheus_flask_exporter
PyPi (📥 2.7M / month · 📦 40 · ⏱️ 10.10.2020):
pip install prometheus-flask-exporter
ngxtop (🥉 23 · ⭐ 6K · ➕ ) - Real-time metrics for nginx server. MIT
GitHub (👨💻 9 · 🔀 460 · 📦 25 · 📋 89 - 69% open · ⏱️ 21.12.2020):
git clone https://github.com/lebinh/ngxtop
PyPi (📥 6K / month · 📦 18 · ⏱️ 21.12.2020):
pip install ngxtop
GoAccess (🥉 18 · ⭐ 13K · ➕ ) - GoAccess is a real-time web log analyzer and interactive viewer that.. MIT
flask-state (🥉 16 · ⭐ 310 · 🐣 ) - Display machine state using Python3 with Flask. BSD-3
GitHub (👨💻 9 · 🔀 29 · 📋 17 - 41% open · ⏱️ 11.01.2021):
git clone https://github.com/yoobool/flask-state
PyPi (📥 120 / month · ⏱️ 11.01.2021):
pip install Flask-State
timing-asgi (🥉 16 · ⭐ 60) - ASGI middleware to record and emit timing metrics (to something like.. MIT
GitHub (👨💻 2 · 🔀 4 · 📋 2 - 50% open · ⏱️ 13.11.2020):
git clone https://github.com/steinnes/timing-asgi
PyPi (📥 360K / month · ⏱️ 13.11.2020):
pip install timing-asgi
starlette context (🥉 15 · ⭐ 100 · ➕ ) - Middleware for Starlette that allows you to store and.. MIT
GitHub (👨💻 3 · 🔀 6 · 📋 13 - 15% open · ⏱️ 25.10.2020):
git clone https://github.com/tomwojcik/starlette-context
PyPi (📥 4.8K / month · ⏱️ 17.10.2020):
pip install starlette-context
Starlette Prometheus (🥉 14 · ⭐ 120 · ➕ ) - Prometheus integration for Starlette. ❗️GPL-3.0
GitHub (👨💻 8 · 🔀 18 · 📋 11 - 18% open · ⏱️ 31.08.2020):
git clone https://github.com/perdy/starlette-prometheus
PyPi (📥 5.9K / month · ⏱️ 09.07.2020):
pip install starlette-prometheus
Web UI
wave (🥇 22 · ⭐ 2.3K) - Realtime Web Apps and Dashboards for Python. Apache-2
GitHub (👨💻 16 · 🔀 87 · 📥 2.7K · 📋 310 - 48% open · ⏱️ 12.01.2021):
git clone https://github.com/h2oai/wave
PyPi (📥 3.9K / month · 📦 120 · ⏱️ 09.01.2011):
pip install wave
flaskbb (🥇 22 · ⭐ 2K) - A classic Forum Software in Python using Flask. BSD-3
GitHub (👨💻 54 · 🔀 490 · 📦 22 · 📋 310 - 9% open · ⏱️ 30.12.2020):
git clone https://github.com/flaskbb/flaskbb
PyPi (📥 38 / month · 📦 2 · ⏱️ 15.07.2018):
pip install FlaskBB
Wooey (🥉 21 · ⭐ 1.5K) - A Django app that creates automatic web UIs for Python scripts. BSD-3
GitHub (👨💻 22 · 🔀 170 · 📦 24 · 📋 200 - 27% open · ⏱️ 23.08.2020):
git clone https://github.com/wooey/wooey
PyPi (📥 160 / month · 📦 1 · ⏱️ 16.04.2020):
pip install wooey
Misago (🥉 20 · ⭐ 2K · 💤 ) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0
Admin UI
django-debug-toolbar (🥇 34 · ⭐ 6.3K) - A configurable set of panels that display various.. BSD-3
GitHub (👨💻 230 · 🔀 900 · 📥 160 · 📦 35K · 📋 750 - 12% open · ⏱️ 22.12.2020):
git clone https://github.com/jazzband/django-debug-toolbar
PyPi (📥 520K / month · 📦 25K · ⏱️ 03.12.2020):
pip install django-debug-toolbar
Conda (📥 100K · ⏱️ 03.12.2020):
conda install -c conda-forge django-debug-toolbar
flask-admin (🥇 34 · ⭐ 4.6K) - Simple and extensible administrative interface framework for.. BSD-3
GitHub (👨💻 310 · 🔀 1.3K · 📦 9.7K · 📋 1.3K - 28% open · ⏱️ 29.11.2020):
git clone https://github.com/flask-admin/flask-admin
PyPi (📥 460K / month · 📦 4.6K · ⏱️ 26.10.2020):
pip install flask-admin
Conda (📥 93K · ⏱️ 26.10.2020):
conda install -c conda-forge flask-admin
django-grappelli (🥈 30 · ⭐ 3K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3
GitHub (👨💻 72 · 🔀 610 · 📦 3.8K · 📋 660 - 2% open · ⏱️ 24.11.2020):
git clone https://github.com/sehmaschine/django-grappelli
PyPi (📥 73K / month · 📦 3.4K · ⏱️ 24.11.2020):
pip install django-grappelli
Conda (📥 71K · ⏱️ 24.11.2020):
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 (📥 2.3K / month · 📦 1.6K · ⏱️ 15.12.2015):
pip install django-admin-bootstrapped
django-admin-interface (🥉 24 · ⭐ 670) - django's default admin interface made customizable... MIT
GitHub (👨💻 13 · 🔀 79 · 📦 500 · 📋 83 - 4% open · ⏱️ 04.01.2021):
git clone https://github.com/fabiocaccamo/django-admin-interface
PyPi (📥 12K / month · 📦 42 · ⏱️ 04.01.2021):
pip install django-admin-interface
django-admin2 (🥉 20 · ⭐ 1.1K) - Extendable, adaptable rewrite of django.contrib.admin. MIT
GitHub (👨💻 48 · 🔀 150 · 📦 20 · 📋 240 - 19% open · ⏱️ 25.11.2020):
git clone https://github.com/jazzband/django-admin2
PyPi (📥 76 / 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 (👨💻 16 · 🔀 33 · 📦 110 · 📋 44 - 13% open · ⏱️ 28.09.2020):
git clone https://github.com/semente/django-smuggler
PyPi (📥 2.1K / month · 📦 73 · ⏱️ 28.09.2020):
pip install django-smuggler
fastapi-admin (🥉 18 · ⭐ 400) - FastAPI Admin Dashboard based on FastAPI and Tortoise ORM. Apache-2
GitHub (👨💻 4 · 🔀 57 · 📋 25 - 4% open · ⏱️ 09.01.2021):
git clone https://github.com/long2ice/fastapi-admin
PyPi (📥 170 / month · ⏱️ 20.10.2020):
pip install fastapi-admin
nginx-ui (🥉 17 · ⭐ 3.7K · 💤 ) - Nginx UI allows you to access and modify the nginx configurations.. MIT
GitHub (👨💻 3 · 🔀 160 · 📋 26 - 57% open · ⏱️ 25.06.2020):
git clone https://github.com/schenkd/nginx-ui
Docker Hub (📥 280K · ⭐ 6 · ⏱️ 25.06.2020):
docker pull schenkd/nginx-ui
Show 3 hidden projects...
django-suit (🥈 27 · ⭐ 2K · 💤 ) - Modern theme for Django admin interface. ❗️AFL-3.0
django-jet (🥈 26 · ⭐ 3K · 💀 ) - Modern responsive template for the Django admin.. ❗️AGPL-3.0
xadmin (🥉 25 · ⭐ 4.5K · 💀 ) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3
API Proxies & Gateways
Kong (🥇 29 · ⭐ 28K · ➕ ) - The Cloud-Native API Gateway. Apache-2
GitHub (👨💻 230 · 🔀 3.6K · 📥 520K · 📋 3.4K - 11% open · ⏱️ 12.01.2021):
git clone https://github.com/kong/kong
Docker Hub (📥 210M · ⭐ 520 · ⏱️ 17.12.2020):
docker pull kong
tyk (🥉 22 · ⭐ 6K · ➕ ) - Tyk Open Source API Gateway written in Go. MPL-2.0
Flask Utilities
flask-sqlalchemy (🥇 32 · ⭐ 3.4K) - Adds SQLAlchemy support to Flask. BSD-3
GitHub (👨💻 100 · 🔀 790 · 📥 330 · 📦 160K · 📋 530 - 9% open · ⏱️ 01.01.2021):
git clone https://github.com/pallets/flask-sqlalchemy
PyPi (📥 1.8M / month · 📦 52K · ⏱️ 14.07.2020):
pip install flask-sqlalchemy
Conda (📥 160K · ⏱️ 14.07.2020):
conda install -c conda-forge flask-sqlalchemy
Flask-Migrate (🥇 32 · ⭐ 1.8K) - SQLAlchemy database migrations for Flask applications using.. MIT
GitHub (👨💻 42 · 🔀 180 · 📦 63K · 📋 310 - 2% open · ⏱️ 21.11.2020):
git clone https://github.com/miguelgrinberg/Flask-Migrate
PyPi (📥 870K / month · 📦 19K · ⏱️ 14.03.2020):
pip install flask-migrate
Conda (📥 120K · ⏱️ 11.10.2020):
conda install -c conda-forge flask-migrate
flask-cors (🥇 31 · ⭐ 680) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT
GitHub (👨💻 36 · 🔀 96 · 📦 85K · 📋 120 - 20% open · ⏱️ 05.01.2021):
git clone https://github.com/corydolphin/flask-cors
PyPi (📥 2.1M / month · 📦 15K · ⏱️ 06.01.2021):
pip install flask-cors
Conda (📥 240K · ⏱️ 15.06.2019):
conda install -c conda-forge flask-cors
flask-babel (🥇 29 · ⭐ 360) - i18n and l10n support for Flask based on Babel and pytz. BSD-3
GitHub (👨💻 33 · 🔀 140 · 📦 10K · 📋 100 - 12% open · ⏱️ 01.12.2020):
git clone https://github.com/python-babel/flask-babel
PyPi (📥 560K / month · 📦 5.1K · ⏱️ 27.08.2020):
pip install flask-babel
Conda (📥 57K · ⏱️ 28.08.2020):
conda install -c conda-forge flask-babel
flask-mongoengine (🥈 28 · ⭐ 740) - MongoEngine flask extension with WTF model forms.. BSD-3
GitHub (👨💻 82 · 🔀 240 · 📦 5.2K · 📋 250 - 22% open · ⏱️ 28.12.2020):
git clone https://github.com/MongoEngine/flask-mongoengine
PyPi (📥 43K / month · 📦 2.8K · ⏱️ 21.11.2020):
pip install flask-mongoengine
flask-caching (🥈 28 · ⭐ 560) - A caching extension for Flask. BSD-3
GitHub (👨💻 90 · 🔀 110 · 📦 6.1K · 📋 140 - 8% open · ⏱️ 07.01.2021):
git clone https://github.com/sh4nks/flask-caching
PyPi (📥 680K / month · 📦 1.3K · ⏱️ 02.06.2020):
pip install flask-caching
Conda (📥 30K · ⏱️ 18.05.2019):
conda install -c conda-forge flask-caching
flask-security (🥈 27 · ⭐ 1.6K · 💤 ) - Quick and simple security for Flask applications. MIT
GitHub (👨💻 130 · 🔀 470 · 📦 4.9K · 📋 520 - 26% open · ⏱️ 23.04.2020):
git clone https://github.com/mattupstate/flask-security
PyPi (📥 40K / month · 📦 2.3K · ⏱️ 14.06.2017):
pip install flask-security
Conda (📥 28K · ⏱️ 18.09.2017):
conda install -c conda-forge flask-security
flask-api (🥈 27 · ⭐ 1.2K) - Browsable web APIs for Flask. BSD-3
GitHub (👨💻 32 · 🔀 140 · 📦 4K · 📋 59 - 20% open · ⏱️ 06.11.2020):
git clone https://github.com/flask-api/flask-api
PyPi (📥 140K / month · 📦 1.3K · ⏱️ 27.11.2019):
pip install flask-api
flask-bcrypt (🥈 27 · ⭐ 280 · 💤 ) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3
GitHub (👨💻 20 · 🔀 50 · 📦 22K · 📋 36 - 22% open · ⏱️ 28.03.2020):
git clone https://github.com/maxcountryman/flask-bcrypt
PyPi (📥 530K / month · 📦 5.8K · ⏱️ 05.10.2015):
pip install flask-bcrypt
Conda (📥 22K · ⏱️ 22.10.2018):
conda install -c conda-forge flask-bcrypt
flask-limiter (🥈 26 · ⭐ 710) - Rate Limiting extension for Flask. MIT
GitHub (👨💻 29 · 🔀 89 · 📦 2K · 📋 110 - 14% open · ⏱️ 01.01.2021):
git clone https://github.com/alisaifee/flask-limiter
PyPi (📥 74K / month · 📦 690 · ⏱️ 25.08.2020):
pip install flask-limiter
flask-assets (🥈 26 · ⭐ 410 · 💤 ) - Flask webassets integration. BSD-2
GitHub (👨💻 38 · 🔀 85 · 📦 5.3K · 📋 90 - 20% open · ⏱️ 29.02.2020):
git clone https://github.com/miracle2k/flask-assets
PyPi (📥 76K / month · 📦 4K · ⏱️ 20.12.2019):
pip install flask-assets
Conda (📥 20K · ⏱️ 24.12.2019):
conda install -c conda-forge flask-assets
Flask-Moment (🥈 26 · ⭐ 320) - Formatting of dates and times in Flask templates using.. MIT
GitHub (👨💻 16 · 🔀 45 · 📦 14K · 📋 39 - 12% open · ⏱️ 17.12.2020):
git clone https://github.com/miguelgrinberg/Flask-Moment
PyPi (📥 15K / month · 📦 4.5K · ⏱️ 17.12.2020):
pip install flask-moment
Conda (📥 24K · ⏱️ 18.05.2019):
conda install -c conda-forge flask-moment
flask-paginate (🥈 25 · ⭐ 220) - Pagination support for flask. BSD-3
GitHub (👨💻 26 · 🔀 65 · 📥 19 · 📦 1.5K · 📋 58 - 5% open · ⏱️ 12.01.2021):
git clone https://github.com/lixxu/flask-paginate
PyPi (📥 16K / month · 📦 84 · ⏱️ 12.01.2021):
pip install flask-paginate
flask-seasurf (🥈 25 · ⭐ 160) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3
GitHub (👨💻 29 · 🔀 41 · 📦 1.2K · 📋 42 - 14% open · ⏱️ 10.01.2021):
git clone https://github.com/maxcountryman/flask-seasurf
PyPi (📥 35K / month · 📦 500 · ⏱️ 10.01.2021):
pip install flask-seasurf
Conda (📥 13K · ⏱️ 27.11.2020):
conda install -c conda-forge flask-seasurf
flask-ask (🥉 24 · ⭐ 1.9K) - Alexa Skills Kit for Python. Apache-2
GitHub (👨💻 39 · 🔀 350 · 📦 680 · ⏱️ 06.09.2020):
git clone https://github.com/johnwheeler/flask-ask
PyPi (📥 430 / month · 📦 120 · ⏱️ 28.02.2018):
pip install flask-ask
Frozen-Flask (🥉 24 · ⭐ 670) - Freezes a Flask application into a set of static files. BSD-3
GitHub (👨💻 24 · 🔀 62 · 📥 52 · 📦 1.8K · 📋 58 - 31% open · ⏱️ 26.11.2020):
git clone https://github.com/Frozen-Flask/Frozen-Flask
PyPi (📥 17K / month · 📦 890 · ⏱️ 26.06.2017):
pip install frozen-flask
Conda (📥 51K · ⏱️ 12.07.2018):
conda install -c conda-forge frozen-flask
flask-marshmallow (🥉 24 · ⭐ 650) - Flask + marshmallow for beautiful APIs. MIT
GitHub (👨💻 16 · 🔀 42 · 📦 11K · 📋 94 - 20% open · ⏱️ 08.01.2021):
git clone https://github.com/marshmallow-code/flask-marshmallow
PyPi (📥 190K / month · 📦 1.5K · ⏱️ 07.06.2020):
pip install flask-marshmallow
Conda (📥 42K · ⏱️ 28.09.2020):
conda install -c conda-forge flask-marshmallow
flask-apispec (🥉 24 · ⭐ 520) - Build and document REST APIs with Flask and apispec. MIT
GitHub (👨💻 29 · 🔀 120 · 📦 400 · 📋 140 - 58% open · ⏱️ 25.10.2020):
git clone https://github.com/jmcarp/flask-apispec
PyPi (📥 34K / month · 📦 62 · ⏱️ 25.10.2020):
pip install flask-apispec
Conda (📥 79K · ⏱️ 25.10.2020):
conda install -c conda-forge flask-apispec
flask-session (🥉 24 · ⭐ 340 · 💤 ) - Server side session extension for Flask. BSD-3
GitHub (👨💻 7 · 🔀 140 · 📦 13K · 📋 98 - 64% open · ⏱️ 14.05.2020):
git clone https://github.com/fengsp/flask-session
PyPi (📥 66K / month · 📦 2K · ⏱️ 14.05.2020):
pip install flask-session
flask-talisman (🥉 23 · ⭐ 720) - HTTP security headers for Flask. Apache-2
GitHub (👨💻 16 · 🔀 57 · 📦 1K · 📋 31 - 38% open · ⏱️ 13.07.2020):
git clone https://github.com/GoogleCloudPlatform/flask-talisman
PyPi (📥 130K / month · 📦 160 · ⏱️ 28.05.2019):
pip install flask-talisman
Flask-Excel (🥉 23 · ⭐ 220) - A flask extension using pyexcel to read, manipulate and write data.. BSD-3
GitHub (👨💻 8 · 🔀 70 · 📥 7 · 📦 560 · 📋 47 - 17% open · ⏱️ 10.11.2020):
git clone https://github.com/pyexcel-webwares/Flask-Excel
PyPi (📥 8.5K / month · 📦 57 · ⏱️ 20.07.2017):
pip install flask-excel
flask_injector (🥉 22 · ⭐ 210 · 💤 ) - Adds Injector support to Flask. BSD-3
GitHub (👨💻 9 · 🔀 25 · 📦 480 · 📋 39 - 20% open · ⏱️ 22.02.2020):
git clone https://github.com/alecthomas/flask_injector
PyPi (📥 18K / month · 📦 110 · ⏱️ 22.02.2020):
pip install flask_injector
flask-rebar (🥉 21 · ⭐ 160) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT
GitHub (👨💻 30 · 🔀 26 · 📦 21 · 📋 85 - 49% open · ⏱️ 07.01.2021):
git clone https://github.com/plangrid/flask-rebar
PyPi (📥 720 / month · 📦 6 · ⏱️ 10.09.2020):
pip install flask-rebar
safrs (🥉 19 · ⭐ 240) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0
GitHub (👨💻 15 · 🔀 50 · 📦 19 · 📋 69 - 2% open · ⏱️ 11.01.2021):
git clone https://github.com/thomaxxl/safrs
PyPi (📥 430 / month · ⏱️ 19.12.2020):
pip install safrs
flask-jsonrpc (🥉 19 · ⭐ 220 · 📈 ) - A basic JSON-RPC implementation for your Flask-powered.. BSD-3
GitHub (👨💻 11 · 🔀 56 · 📦 150 · 📋 55 - 7% open · ⏱️ 07.11.2020):
git clone https://github.com/cenobites/flask-jsonrpc
PyPi (📥 120 / month · 📦 5 · ⏱️ 28.04.2012):
pip install rpc
flask-msearch (🥉 19 · ⭐ 160) - Full text search for flask. BSD-3
GitHub (👨💻 4 · 🔀 25 · 📦 150 · 📋 36 - 25% open · ⏱️ 02.01.2021):
git clone https://github.com/honmaple/flask-msearch
PyPi (📥 290 / month · 📦 12 · ⏱️ 18.05.2020):
pip install flask-msearch
cookiecutter-flask (🥉 17 · ⭐ 3.6K) - A flask template with Bootstrap 4, asset.. MIT
flask-profiler (🥉 17 · ⭐ 620) - a flask profiler which watches endpoint calls and tries to.. MIT
GitHub (👨💻 29 · 🔀 80 · 📋 56 - 50% open · ⏱️ 20.10.2020):
git clone https://github.com/muatik/flask-profiler
PyPi (📥 5.4K / month · 📦 1 · ⏱️ 19.11.2018):
pip install flask-profiler
flask-file-upload (🥉 16 · ⭐ 100) - Easy file uploads for Flask. ❗️GPL-3.0
GitHub (👨💻 3 · 🔀 7 · 📦 13 · 📋 62 - 29% open · ⏱️ 03.11.2020):
git clone https://github.com/joegasewicz/flask-file-upload
PyPi (📥 120 / month · ⏱️ 25.09.2020):
pip install flask-file-upload
flask_pydantic (🥉 16 · ⭐ 73) - flask extension for integration with the awesome pydantic.. MIT
GitHub (👨💻 2 · 🔀 6 · 📦 10 · 📋 11 - 18% open · ⏱️ 10.11.2020):
git clone https://github.com/bauerji/flask_pydantic
PyPi (📥 1K / month · ⏱️ 10.09.2020):
pip install flask_pydantic
flask2postman (🥉 14 · ⭐ 120) - Generate a Postman collection from your Flask application. MIT
GitHub (👨💻 4 · 🔀 14 · 📦 4 · 📋 7 - 71% open · ⏱️ 08.07.2020):
git clone https://github.com/numberly/flask2postman
PyPi (📥 260 / month · 📦 1 · ⏱️ 16.01.2020):
pip install flask2postman
Show 3 hidden projects...
flask-bootstrap (🥈 25 · ⭐ 1.4K · 💀 ) - A Flask app template with integrated SQLAlchemy,.. BSD-3
flask-s3 (🥉 21 · ⭐ 180 · 💀 ) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL
Flask-Opentracing (🥉 20 · ⭐ 110 · 💀 ) - OpenTracing instrumentation for the Flask.. BSD-3
FastAPI Utilities
fastapi-sqlalchemy (🥇 19 · ⭐ 170) - Adds simple SQLAlchemy support to FastAPI. MIT
GitHub (👨💻 5 · 🔀 15 · 📦 96 · 📋 15 - 46% open · ⏱️ 25.09.2020):
git clone https://github.com/mfreeborn/fastapi-sqlalchemy
PyPi (📥 5.3K / month · ⏱️ 25.09.2020):
pip install fastapi-sqlalchemy
fastapi-plugins (🥇 18 · ⭐ 77) - FastAPI framework plugins. MIT
GitHub (👨💻 3 · 🔀 4 · 📦 16 · ⏱️ 26.11.2020):
git clone https://github.com/madkote/fastapi-plugins
PyPi (📥 1.2K / month · ⏱️ 26.11.2020):
pip install fastapi-plugins
fastapi_contrib (🥈 17 · ⭐ 260) - Opinionated set of utilities on top of FastAPI. MIT
GitHub (👨💻 9 · 🔀 18 · 📋 20 - 15% open · ⏱️ 16.12.2020):
git clone https://github.com/identixone/fastapi_contrib
PyPi (📥 2.4K / month · ⏱️ 16.12.2020):
pip install fastapi_contrib
starlette_exporter (🥈 17 · ⭐ 79) - Prometheus exporter for Starlette and FastAPI. Apache-2
GitHub (👨💻 6 · 🔀 9 · 📋 8 - 25% open · ⏱️ 20.11.2020):
git clone https://github.com/stephenhillier/starlette_exporter
PyPi (📥 8.6K / month · ⏱️ 20.11.2020):
pip install starlette_exporter
fastapi-utils (🥈 16 · ⭐ 480 · 💤 ) - Reusable utilities for FastAPI. MIT
GitHub (👨💻 2 · 🔀 18 · 📋 24 - 58% open · ⏱️ 07.03.2020):
git clone https://github.com/dmontagu/fastapi-utils
PyPi (📥 17K / month · ⏱️ 07.03.2020):
pip install fastapi-utils
fastapi-code-generator (🥈 16 · ⭐ 110) - This code generator creates FastAPI app from an.. MIT
GitHub (👨💻 6 · 🔀 8 · 📋 20 - 25% open · ⏱️ 12.01.2021):
git clone https://github.com/koxudaxi/fastapi-code-generator
PyPi (📥 170 / month · ⏱️ 12.01.2021):
pip install fastapi-code-generator
slowapi (🥉 15 · ⭐ 130) - A rate limiter for Starlette and FastAPI. MIT
GitHub (👨💻 6 · 🔀 10 · 📋 25 - 44% open · ⏱️ 10.01.2021):
git clone https://github.com/laurents/slowapi
PyPi (📥 760 / month · ⏱️ 01.10.2020):
pip install slowapi
fastapi-versioning (🥉 15 · ⭐ 120) - api versioning for fastapi web applications. MIT
GitHub (👨💻 8 · 🔀 15 · 📋 16 - 75% open · ⏱️ 10.09.2020):
git clone https://github.com/DeanWay/fastapi-versioning
PyPi (📥 1.6K / month · 📦 1 · ⏱️ 08.06.2020):
pip install fastapi-versioning
fastapi-react (🥉 13 · ⭐ 380) - Cookiecutter Template for FastAPI + React Projects. Using.. MIT
fastapi_cache (🥉 12 · ⭐ 63 · 🐣 ) - FastAPI simple cache. MIT
GitHub (👨💻 5 · 🔀 2 · 📋 3 - 33% open · ⏱️ 23.11.2020):
git clone https://github.com/comeuplater/fastapi_cache
PyPi (📥 580 / month · ⏱️ 26.07.2020):
pip install fastapi_cache
Show 2 hidden projects...
Pyramid Utilities
pyramid_celery (🥉 16 · ⭐ 96 · 💤 ) - Pyramid configuration with celery integration. Allows you.. MIT
GitHub (👨💻 22 · 🔀 52 · 📋 38 - 26% open · ⏱️ 14.02.2020):
git clone https://github.com/sontek/pyramid_celery
PyPi (📥 2.1K / month · 📦 2 · ⏱️ 24.12.2016):
pip install pyramid_celery
pyramid_services (🥉 16 · ⭐ 77 · 💤 ) - A service layer for pyramid. MIT
GitHub (👨💻 5 · 🔀 8 · ⏱️ 13.01.2020):
git clone https://github.com/mmerickel/pyramid_services
PyPi (📥 1.8K / month · 📦 16 · ⏱️ 03.08.2018):
pip install pyramid_services
Show 1 hidden projects...
pyramid_jinja2 (🥇 20 · ⭐ 72 · 💤 ) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed
Django Utilities
django-extensions (🥇 35 · ⭐ 5.2K) - This is a repository for collecting global custom.. MIT
GitHub (👨💻 530 · 🔀 1K · 📦 60K · 📋 770 - 12% open · ⏱️ 20.12.2020):
git clone https://github.com/django-extensions/django-extensions
PyPi (📥 940K / month · 📦 24K · ⏱️ 25.11.2020):
pip install django-extensions
Conda (📥 230K · ⏱️ 25.11.2020):
conda install -c conda-forge django-extensions
django-filter (🥇 34 · ⭐ 3.3K) - A generic system for filtering Django QuerySets based on.. BSD-3
GitHub (👨💻 160 · 🔀 630 · 📦 49K · 📋 690 - 11% open · ⏱️ 23.12.2020):
git clone https://github.com/carltongibson/django-filter
PyPi (📥 1M / month · 📦 17K · ⏱️ 27.09.2020):
pip install django-filter
channels (🥇 32 · ⭐ 4.7K) - Developer-friendly asynchrony for Django. BSD-3
GitHub (👨💻 220 · 🔀 650 · 📦 10K · 📋 1.1K - 10% open · ⏱️ 06.01.2021):
git clone https://github.com/django/channels
PyPi (📥 130K / month · 📦 2.3K · ⏱️ 28.12.2020):
pip install channels
Conda (📥 27K · ⏱️ 28.12.2020):
conda install -c conda-forge channels
django-cors-headers (🥇 32 · ⭐ 4K) - Django app for handling the server headers required.. MIT
GitHub (👨💻 59 · 🔀 440 · 📦 55K · 📋 220 - 4% open · ⏱️ 06.01.2021):
git clone https://github.com/adamchainz/django-cors-headers
PyPi (📥 1.1M / month · 📦 13K · ⏱️ 25.08.2020):
pip install django-cors-headers
Conda (📥 16K · ⏱️ 26.06.2020):
conda install -c conda-forge django-cors-headers
django-import-export (🥇 32 · ⭐ 2K) - Django application and library for importing and.. BSD-2
GitHub (👨💻 170 · 🔀 610 · 📦 9K · 📋 740 - 11% open · ⏱️ 12.01.2021):
git clone https://github.com/django-import-export/django-import-export
PyPi (📥 280K / month · 📦 2K · ⏱️ 31.12.2020):
pip install django-import-export
Conda (📥 41K · ⏱️ 31.12.2020):
conda install -c conda-forge django-import-export
django-storages (🥇 32 · ⭐ 1.8K) - Django-storages is a project to provide a variety of.. BSD-3
GitHub (👨💻 200 · 🔀 670 · 📋 510 - 28% open · ⏱️ 24.12.2020):
git clone https://github.com/jschneier/django-storages
PyPi (📥 790K / month · 📦 9.7K · ⏱️ 24.12.2020):
pip install django-storages
Conda (📥 23K · ⏱️ 21.11.2019):
conda install -c conda-forge django-storages
django-oscar (🥇 31 · ⭐ 4.7K) - Domain-driven e-commerce for Django. BSD-3
GitHub (👨💻 320 · 🔀 1.7K · 📦 690 · 📋 1.3K - 7% open · ⏱️ 06.01.2021):
git clone https://github.com/django-oscar/django-oscar
PyPi (📥 8.7K / month · 📦 500 · ⏱️ 11.12.2020):
pip install django-oscar
django-haystack (🥇 31 · ⭐ 3.1K) - Modular search for Django. BSD-3
GitHub (👨💻 180 · 🔀 1.2K · 📦 6.6K · 📋 1.3K - 44% open · ⏱️ 29.12.2020):
git clone https://github.com/django-haystack/django-haystack
PyPi (📥 52K / month · 📦 5.5K · ⏱️ 14.09.2020):
pip install django-haystack
Conda (📥 3.7K · ⏱️ 31.05.2018):
conda install -c conda-forge django-haystack
django-reversion (🥇 31 · ⭐ 2.5K · 📈 ) - django-reversion is an extension to the Django web.. BSD-3
GitHub (👨💻 170 · 🔀 420 · 📦 5.5K · 📋 580 - 4% open · ⏱️ 02.09.2020):
git clone https://github.com/etianen/django-reversion
PyPi (📥 100K / month · 📦 4.2K · ⏱️ 17.02.2020):
pip install django-reversion
django-environ (🥇 31 · ⭐ 2.1K) - Django-environ allows you to utilize 12factor inspired.. MIT
GitHub (👨💻 55 · 🔀 230 · 📦 41K · 📋 190 - 61% open · ⏱️ 20.07.2020):
git clone https://github.com/joke2k/django-environ
PyPi (📥 440K / month · 📦 6.8K · ⏱️ 25.06.2018):
pip install django-environ
Conda (📥 42K · ⏱️ 09.07.2018):
conda install -c conda-forge django-environ
django-model-utils (🥇 31 · ⭐ 2K) - Django model mixins and utilities. BSD-3
GitHub (👨💻 110 · 🔀 300 · 📦 13K · 📋 240 - 36% open · ⏱️ 05.12.2020):
git clone https://github.com/jazzband/django-model-utils
PyPi (📥 330K / month · 📦 9.2K · ⏱️ 01.12.2020):
pip install django-model-utils
django-pipeline (🥇 31 · ⭐ 1.4K) - Pipeline is an asset packaging library for Django. MIT
GitHub (👨💻 160 · 🔀 340 · 📦 1.7K · 📋 440 - 32% open · ⏱️ 09.12.2020):
git clone https://github.com/jazzband/django-pipeline
PyPi (📥 46K / month · 📦 2.2K · ⏱️ 16.08.2020):
pip install django-pipeline
django-tables2 (🥇 31 · ⭐ 1.3K) - django-tables2 - An app for creating HTML tables. BSD-2
GitHub (👨💻 130 · 🔀 360 · 📦 3.6K · 📋 500 - 8% open · ⏱️ 10.01.2021):
git clone https://github.com/jieter/django-tables2
PyPi (📥 110K / month · 📦 1.7K · ⏱️ 29.10.2020):
pip install django-tables2
django-mptt (🥈 30 · ⭐ 2.4K) - Utilities for implementing a modified pre-order traversal tree.. MIT
GitHub (👨💻 140 · 🔀 410 · 📦 8.3K · 📋 500 - 20% open · ⏱️ 20.10.2020):
git clone https://github.com/django-mptt/django-mptt
PyPi (📥 160K / month · 📦 6.3K · ⏱️ 13.04.2019):
pip install django-mptt
django-redis (🥈 30 · ⭐ 1.9K) - Full featured redis cache backend for Django. BSD-3
GitHub (👨💻 110 · 🔀 330 · 📋 250 - 10% open · ⏱️ 12.01.2021):
git clone https://github.com/jazzband/django-redis
PyPi (📥 610K / month · 📦 6.7K · ⏱️ 27.05.2020):
pip install django-redis
sorl-thumbnail (🥈 30 · ⭐ 1.5K) - Thumbnails for Django. BSD-3
GitHub (👨💻 140 · 🔀 440 · 📦 6.1K · 📋 380 - 28% open · ⏱️ 07.12.2020):
git clone https://github.com/jazzband/sorl-thumbnail
PyPi (📥 67K / month · 📦 5K · ⏱️ 23.11.2020):
pip install sorl-thumbnail
django-autocomplete-light (🥈 30 · ⭐ 1.5K) - A fresh approach to autocomplete implementations,.. MIT
GitHub (👨💻 170 · 🔀 420 · 📦 2.4K · 📋 770 - 23% open · ⏱️ 25.12.2020):
git clone https://github.com/yourlabs/django-autocomplete-light
PyPi (📥 54K / month · 📦 1.4K · ⏱️ 13.10.2020):
pip install django-autocomplete-light
easy-thumbnails (🥈 30 · ⭐ 1.2K) - Easy thumbnails for Django. BSD-3
GitHub (👨💻 81 · 🔀 300 · 📦 6.5K · 📋 380 - 21% open · ⏱️ 23.11.2020):
git clone https://github.com/SmileyChris/easy-thumbnails
PyPi (📥 79K / month · 📦 4.1K · ⏱️ 23.11.2020):
pip install easy-thumbnails
django-taggit (🥈 29 · ⭐ 2.5K) - Simple tagging for django. BSD-3
GitHub (👨💻 120 · 🔀 540 · 📋 340 - 30% open · ⏱️ 21.12.2020):
git clone https://github.com/jazzband/django-taggit
PyPi (📥 120K / month · 📦 5.6K · ⏱️ 22.05.2020):
pip install django-taggit
Conda (📥 70K · ⏱️ 01.01.2021):
conda install -c conda-forge django-taggit
django-compressor (🥈 29 · ⭐ 2.4K) - Compresses linked and inline javascript or CSS into a.. MIT
GitHub (👨💻 200 · 🔀 550 · 📋 580 - 16% open · ⏱️ 12.01.2021):
git clone https://github.com/django-compressor/django-compressor
PyPi (📥 130K / month · 📦 400 · ⏱️ 30.12.2019):
pip install django-compressor
django-webpack-loader (🥈 29 · ⭐ 2.2K) - Transparently use webpack with django. MIT
GitHub (👨💻 37 · 🔀 290 · 📦 6.1K · 📋 180 - 46% open · ⏱️ 08.10.2020):
git clone https://github.com/owais/django-webpack-loader
PyPi (📥 120K / month · 📦 1.9K · ⏱️ 24.02.2020):
pip install django-webpack-loader
django-fsm (🥈 29 · ⭐ 1.7K) - Django friendly finite state machine support. MIT
GitHub (👨💻 60 · 🔀 240 · 📦 810 · 📋 130 - 13% open · ⏱️ 09.12.2020):
git clone https://github.com/viewflow/django-fsm
PyPi (📥 70K / month · 📦 600 · ⏱️ 13.10.2020):
pip install django-fsm
Conda (📥 15K · ⏱️ 07.12.2019):
conda install -c conda-forge django-fsm
django-widget-tweaks (🥈 29 · ⭐ 1.5K) - Tweak the form field rendering in templates, not in.. MIT
GitHub (👨💻 23 · 🔀 110 · 📦 15K · 📋 67 - 35% open · ⏱️ 03.01.2021):
git clone https://github.com/jazzband/django-widget-tweaks
PyPi (📥 110K / month · 📦 4.3K · ⏱️ 16.03.2020):
pip install django-widget-tweaks
django-simple-history (🥈 29 · ⭐ 1.2K) - Store model history and view/revert changes from.. BSD-3
GitHub (👨💻 130 · 🔀 310 · 📦 1.6K · 📋 410 - 15% open · ⏱️ 12.01.2021):
git clone https://github.com/jazzband/django-simple-history
PyPi (📥 130K / month · 📦 830 · ⏱️ 14.10.2020):
pip install django-simple-history
django-ckeditor (🥈 28 · ⭐ 1.8K) - Django admin CKEditor integration. BSD-3
GitHub (👨💻 120 · 🔀 650 · 📦 12K · 📋 480 - 23% open · ⏱️ 04.10.2020):
git clone https://github.com/django-ckeditor/django-ckeditor
PyPi (📥 84K / month · 📦 2.9K · ⏱️ 06.09.2020):
pip install django-ckeditor
django-imagekit (🥈 28 · ⭐ 1.8K) - Automated image processing for Django. Currently v4.0. BSD-3
GitHub (👨💻 69 · 🔀 230 · 📥 44 · 📦 4.6K · 📋 350 - 25% open · ⏱️ 10.01.2021):
git clone https://github.com/matthewwithanm/django-imagekit
PyPi (📥 39K / month · 📦 2K · ⏱️ 20.11.2017):
pip install django-imagekit
django-rq (🥈 28 · ⭐ 1.3K) - A simple app that provides django integration for RQ (Redis Queue). MIT
GitHub (👨💻 92 · 🔀 220 · 📦 1.3K · 📋 260 - 18% open · ⏱️ 08.11.2020):
git clone https://github.com/rq/django-rq
PyPi (📥 37K / month · 📦 780 · ⏱️ 08.11.2020):
pip install django-rq
django-q (🥈 28 · ⭐ 1.2K) - A multiprocessing distributed task queue for Django. MIT
GitHub (👨💻 48 · 🔀 160 · 📦 430 · 📋 270 - 56% open · ⏱️ 29.10.2020):
git clone https://github.com/Koed00/django-q
PyPi (📥 17K / month · 📦 130 · ⏱️ 29.10.2020):
pip install django-q
jsonfield (🥈 28 · ⭐ 1.1K · 💤 ) - A reusable Django model field for storing ad-hoc JSON data. MIT
GitHub (👨💻 50 · 🔀 250 · 📥 87 · 📦 6.6K · 📋 160 - 4% open · ⏱️ 22.02.2020):
git clone https://github.com/rpkilby/jsonfield
PyPi (📥 290K / month · 📦 4.4K · ⏱️ 22.02.2020):
pip install jsonfield
django-redis-cache (🥈 28 · ⭐ 990) - A Redis cache backend for django. BSD-3
GitHub (👨💻 46 · 🔀 200 · 📦 2.7K · 📋 120 - 47% open · ⏱️ 15.10.2020):
git clone https://github.com/sebleier/django-redis-cache
PyPi (📥 150K / month · 📦 2.3K · ⏱️ 15.10.2020):
pip install django-redis-cache
django-countries (🥈 28 · ⭐ 930) - A Django application that provides country choices for.. MIT
GitHub (👨💻 43 · 🔀 210 · 📋 220 - 5% open · ⏱️ 26.12.2020):
git clone https://github.com/SmileyChris/django-countries
PyPi (📥 250K / month · 📦 3K · ⏱️ 05.12.2020):
pip install django-countries
django-waffle (🥈 28 · ⭐ 810) - A feature flipper for Django. BSD-3
GitHub (👨💻 94 · 🔀 220 · 📦 550 · 📋 170 - 14% open · ⏱️ 15.12.2020):
git clone https://github.com/django-waffle/django-waffle
PyPi (📥 65K / month · 📦 650 · ⏱️ 03.09.2020):
pip install django-waffle
django-bootstrap3 (🥉 27 · ⭐ 2.2K) - Bootstrap 3 integration with Django. BSD-3
GitHub (👨💻 97 · 🔀 700 · 📋 290 - 1% open · ⏱️ 31.10.2020):
git clone https://github.com/zostera/django-bootstrap3
PyPi (📥 43K / month · 📦 7.9K · ⏱️ 13.10.2020):
pip install django-bootstrap3
Conda (📥 16K · ⏱️ 04.08.2019):
conda install -c conda-forge django-bootstrap3
django-activity-stream (🥉 27 · ⭐ 1.8K) - Generate generic activity streams from the actions on.. BSD-3
GitHub (👨💻 100 · 🔀 460 · 📦 580 · 📋 270 - 17% open · ⏱️ 11.01.2021):
git clone https://github.com/justquick/django-activity-stream
PyPi (📥 15K / month · 📦 660 · ⏱️ 08.06.2020):
pip install django-activity-stream
django-cacheops (🥉 27 · ⭐ 1.3K) - A slick ORM cache with automatic granular event-driven.. BSD-3
GitHub (👨💻 56 · 🔀 170 · 📦 420 · 📋 280 - 8% open · ⏱️ 25.10.2020):
git clone https://github.com/Suor/django-cacheops
PyPi (📥 68K / month · 📦 92 · ⏱️ 25.10.2020):
pip install django-cacheops
django-constance (🥉 27 · ⭐ 1.3K) - Dynamic Django settings. BSD-3
GitHub (👨💻 120 · 🔀 270 · 📦 710 · 📋 230 - 10% open · ⏱️ 02.12.2020):
git clone https://github.com/jazzband/django-constance
PyPi (📥 46K / month · 📦 540 · ⏱️ 20.11.2020):
pip install django-constance
django-angular (🥉 27 · ⭐ 1.2K) - Let AngularJS play well with Django. MIT
GitHub (👨💻 67 · 🔀 300 · 📦 510 · 📋 200 - 9% open · ⏱️ 08.01.2021):
git clone https://github.com/jrief/django-angular
PyPi (📥 6.8K / month · 📦 470 · ⏱️ 05.05.2020):
pip install django-angular
django-phonenumber-field (🥉 27 · ⭐ 1K) - A django model and form field for normalised phone.. MIT
GitHub (👨💻 89 · 🔀 280 · 📋 180 - 32% open · ⏱️ 19.08.2020):
git clone https://github.com/stefanfoulis/django-phonenumber-field
PyPi (📥 180K / month · 📦 1.6K · ⏱️ 06.12.2019):
pip install django-phonenumber-field
django-rosetta (🥉 27 · ⭐ 780) - Rosetta is a Django application that eases the translation.. MIT
GitHub (👨💻 72 · 🔀 180 · 📦 1.1K · 📋 140 - 30% open · ⏱️ 11.01.2021):
git clone https://github.com/mbi/django-rosetta
PyPi (📥 17K / month · 📦 1.2K · ⏱️ 02.10.2020):
pip install django-rosetta
django-stubs (🥉 27 · ⭐ 560) - PEP-484 stubs for Django. MIT
GitHub (👨💻 90 · 🔀 130 · 📦 900 · 📋 260 - 43% open · ⏱️ 22.12.2020):
git clone https://github.com/typeddjango/django-stubs
PyPi (📥 100K / month · 📦 64 · ⏱️ 28.10.2020):
pip install django-stubs
django-sql-explorer (🥉 26 · ⭐ 1.7K) - Easily share data across your company via SQL.. MIT
GitHub (👨💻 79 · 🔀 270 · 📦 200 · 📋 240 - 13% open · ⏱️ 11.01.2021):
git clone https://github.com/groveco/django-sql-explorer
PyPi (📥 9.7K / month · 📦 69 · ⏱️ 09.10.2020):
pip install django-sql-explorer
django-polymorphic (🥉 26 · ⭐ 1.1K) - Improved Django model inheritance with automatic.. BSD-3
GitHub (👨💻 95 · 🔀 220 · 📋 290 - 42% open · ⏱️ 21.08.2020):
git clone https://github.com/django-polymorphic/django-polymorphic
PyPi (📥 130K / month · 📦 180 · ⏱️ 21.08.2020):
pip install django-polymorphic
django-extra-views (🥉 26 · ⭐ 1K) - Django's class-based generic views are awesome, let's.. MIT
GitHub (👨💻 57 · 🔀 160 · 📦 1.3K · 📋 120 - 6% open · ⏱️ 09.12.2020):
git clone https://github.com/AndrewIngram/django-extra-views
PyPi (📥 22K / month · 📦 990 · ⏱️ 20.12.2019):
pip install django-extra-views
django-money (🥉 26 · ⭐ 1K · 📉 ) - Money fields for Django forms and models. BSD-3
GitHub (👨💻 89 · 🔀 250 · 📦 1K · 📋 280 - 13% open · ⏱️ 10.01.2021):
git clone https://github.com/django-money/django-money
PyPi (📥 31K / month · 📦 370 · ⏱️ 10.01.2021):
pip install django-money
cookiecutter-django (🥉 25 · ⭐ 7.6K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3
GitHub (👨💻 310 · 🔀 2K · 📦 11 · 📋 950 - 14% open · ⏱️ 11.01.2021):
git clone https://github.com/pydanny/cookiecutter-django
PyPi (📥 120 / month · 📦 1 · ⏱️ 15.01.2018):
pip install cookiecutter-django
django-shop (🥉 25 · ⭐ 2.4K) - A Django based shop system. BSD-3
GitHub (👨💻 94 · 🔀 840 · 📦 170 · 📋 360 - 20% open · ⏱️ 08.01.2021):
git clone https://github.com/awesto/django-shop
PyPi (📥 1K / month · 📦 160 · ⏱️ 23.07.2020):
pip install django-shop
django-blog-zinnia (🥉 25 · ⭐ 2K · 💤 ) - Simple yet powerful and really extendable application.. BSD-3
GitHub (👨💻 71 · 🔀 730 · 📦 430 · 📋 440 - 7% open · ⏱️ 09.03.2020):
git clone https://github.com/Fantomas42/django-blog-zinnia
PyPi (📥 2K / month · 📦 160 · ⏱️ 10.03.2018):
pip install django-blog-zinnia
viewflow (🥉 25 · ⭐ 2K) - Reusable workflow library for Django. ❗️AGPL-3.0
GitHub (👨💻 26 · 🔀 320 · 📦 170 · 📋 240 - 9% open · ⏱️ 07.01.2021):
git clone https://github.com/viewflow/viewflow
PyPi (📥 1.4K / month · 📦 60 · ⏱️ 07.01.2021):
pip install django-viewflow
django-bootstrap4 (🥉 25 · ⭐ 850) - Bootstrap 4 integration with Django. BSD-3
GitHub (👨💻 130 · 🔀 200 · 📋 130 - 18% open · ⏱️ 17.11.2020):
git clone https://github.com/zostera/django-bootstrap4
PyPi (📥 56K / month · 📦 1.9K · ⏱️ 11.10.2020):
pip install django-bootstrap4
Conda (📥 12K · ⏱️ 02.01.2020):
conda install -c conda-forge django-bootstrap4
django-filebrowser (🥉 25 · ⭐ 810) - Media-Management with Grappelli. BSD-3
GitHub (👨💻 33 · 🔀 380 · 📦 650 · 📋 270 - 6% open · ⏱️ 11.01.2021):
git clone https://github.com/sehmaschine/django-filebrowser
PyPi (📥 3.9K / month · 📦 270 · ⏱️ 25.11.2020):
pip install django-filebrowser
django-organizations (🥉 25 · ⭐ 780) - Multi-user accounts for Django projects. BSD-2
GitHub (👨💻 44 · 🔀 150 · 📋 130 - 11% open · ⏱️ 30.11.2020):
git clone https://github.com/bennylope/django-organizations
PyPi (📥 31K / month · 📦 68 · ⏱️ 07.09.2020):
pip install django-organizations
django-cachalot (🥉 25 · ⭐ 770) - No effort, no worry, maximum performance. BSD-3
GitHub (👨💻 23 · 🔀 100 · 📦 330 · 📋 120 - 15% open · ⏱️ 09.11.2020):
git clone https://github.com/noripyt/django-cachalot
PyPi (📥 17K / month · 📦 82 · ⏱️ 09.11.2020):
pip install django-cachalot
Conda (📥 29K · ⏱️ 09.08.2018):
conda install -c conda-forge django-cachalot
django-paypal (🥉 25 · ⭐ 580) - A pluggable Django application for integrating PayPal.. MIT
GitHub (👨💻 69 · 🔀 170 · 📦 1.4K · 📋 140 - 4% open · ⏱️ 12.11.2020):
git clone https://github.com/spookylukey/django-paypal
PyPi (📥 6.5K / month · 📦 250 · ⏱️ 22.03.2019):
pip install django-paypal
django-dbbackup (🥉 25 · ⭐ 450) - Management commands to help backup and restore your.. BSD-3
GitHub (👨💻 50 · 🔀 140 · 📦 580 · 📋 250 - 25% open · ⏱️ 25.12.2020):
git clone https://github.com/django-dbbackup/django-dbbackup
PyPi (📥 20K / month · 📦 300 · ⏱️ 14.04.2020):
pip install django-dbbackup
djangorestframework-stubs (🥉 25 · ⭐ 180 · ➕ ) - PEP-484 stubs for django-rest-framework. MIT
GitHub (👨💻 25 · 🔀 35 · 📦 850 · 📋 56 - 33% open · ⏱️ 15.12.2020):
git clone https://github.com/typeddjango/djangorestframework-stubs
PyPi (📥 42K / month · 📦 43 · ⏱️ 29.10.2020):
pip install djangorestframework-stubs
django-push-notifications (🥉 24 · ⭐ 1.7K) - Send push notifications to mobile devices through GCM.. MIT
GitHub (👨💻 82 · 🔀 490 · 📥 28 · 📋 360 - 30% open · ⏱️ 31.10.2020):
git clone https://github.com/jazzband/django-push-notifications
PyPi (📥 19K / month · 📦 170 · ⏱️ 11.03.2020):
pip install django-push-notifications
django-configurations (🥉 24 · ⭐ 770) - A helper for organizing Django project settings by.. BSD-3
GitHub (👨💻 50 · 🔀 110 · 📦 1.8K · 📋 160 - 29% open · ⏱️ 27.11.2020):
git clone https://github.com/jazzband/django-configurations
PyPi (📥 34K / month · 📦 1.3K · ⏱️ 16.08.2018):
pip install django-configurations
django-cleanup (🥉 24 · ⭐ 550) - Automatically deletes old file for FileField and ImageField... MIT
GitHub (👨💻 15 · 🔀 47 · 📦 3.8K · 📋 40 - 2% open · ⏱️ 15.09.2020):
git clone https://github.com/un1t/django-cleanup
PyPi (📥 28K / month · 📦 630 · ⏱️ 15.09.2020):
pip install django-cleanup
django-robots (🥉 24 · ⭐ 330) - A Django app for managing robots.txt files following the.. BSD-3
GitHub (👨💻 37 · 🔀 74 · 📦 700 · 📋 51 - 27% open · ⏱️ 08.12.2020):
git clone https://github.com/jazzband/django-robots
PyPi (📥 9.4K / month · 📦 1.1K · ⏱️ 04.01.2020):
pip install django-robots
django-vanilla-views (🥉 23 · ⭐ 870) - Beautifully simple class-based views. BSD-2
GitHub (👨💻 30 · 🔀 70 · 📦 430 · 📋 41 - 4% open · ⏱️ 10.09.2020):
git clone https://github.com/encode/django-vanilla-views
PyPi (📥 3.4K / month · 📦 490 · ⏱️ 10.09.2020):
pip install django-vanilla-views
django-split-settings (🥉 23 · ⭐ 660) - Organize Django settings into multiple files and.. BSD-3
GitHub (👨💻 19 · 🔀 45 · 📋 35 - 8% open · ⏱️ 11.01.2021):
git clone https://github.com/sobolevn/django-split-settings
PyPi (📥 24K / month · 📦 110 · ⏱️ 22.04.2020):
pip install django-split-settings
django-watson (🥉 22 · ⭐ 880 · 💤 ) - Full-text multi-table search application for Django... BSD-3
GitHub (👨💻 37 · 🔀 110 · 📦 370 · 📋 200 - 7% open · ⏱️ 30.03.2020):
git clone https://github.com/etianen/django-watson
PyPi (📥 6.6K / month · 📦 210 · ⏱️ 30.03.2020):
pip install django-watson
django-summernote (🥉 22 · ⭐ 790 · 📉 ) - Simply integrate Summernote editor with Django project. MIT
GitHub (👨💻 65 · 🔀 190 · 📋 300 - 11% open · ⏱️ 12.01.2021):
git clone https://github.com/summernote/django-summernote
PyPi (📥 16K / month · 📦 230 · ⏱️ 22.12.2019):
pip install django-summernote
django-lifecycle (🥉 21 · ⭐ 580) - Declarative model lifecycle hooks, an alternative to.. MIT
GitHub (👨💻 20 · 🔀 38 · 📦 30 · 📋 30 - 30% open · ⏱️ 11.10.2020):
git clone https://github.com/rsinger86/django-lifecycle
PyPi (📥 8.1K / month · 📦 4 · ⏱️ 11.10.2020):
pip install django-lifecycle
django-easy-audit (🥉 21 · ⭐ 270) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0
GitHub (👨💻 26 · 🔀 95 · 📦 88 · 📋 86 - 38% open · ⏱️ 09.11.2020):
git clone https://github.com/soynatan/django-easy-audit
PyPi (📥 6.3K / month · 📦 8 · ⏱️ 07.11.2020):
pip install django-easy-audit
django-csp (🥉 20 · ⭐ 360) - Content Security Policy for Django. BSD-3
GitHub (👨💻 43 · 🔀 72 · 📋 82 - 13% open · ⏱️ 04.01.2021):
git clone https://github.com/mozilla/django-csp
PyPi (📥 50K / month · ⏱️ 08.01.2020):
pip install django-csp
Show 8 hidden projects...
Others
jinja (🥇 38 · ⭐ 7.5K) - A very fast and expressive template engine. BSD-3
GitHub (👨💻 260 · 🔀 1.4K · 📥 52K · 📦 540K · 📋 730 - 9% open · ⏱️ 01.01.2021):
git clone https://github.com/pallets/jinja
PyPi (📥 28M / month · 📦 190K · ⏱️ 13.04.2020):
pip install jinja2
Conda (📥 7.9M · ⏱️ 13.04.2020):
conda install -c conda-forge jinja2
certbot (🥇 34 · ⭐ 28K) - Certbot is EFF's tool to obtain certs from Let's Encrypt and.. Apache-2
GitHub (👨💻 470 · 🔀 3K · 📥 3.2K · 📦 780 · 📋 4.7K - 11% open · ⏱️ 12.01.2021):
git clone https://github.com/certbot/certbot
PyPi (📥 100K / month · 📦 360 · ⏱️ 05.01.2021):
pip install certbot
itsdangerous (🥇 34 · ⭐ 2.1K · ➕ ) - Safely pass trusted data to untrusted environments and back. BSD-3
GitHub (👨💻 35 · 🔀 170 · 📦 360K · 📋 92 - 1% open · ⏱️ 01.01.2021):
git clone https://github.com/pallets/itsdangerous
PyPi (📥 11M / month · 📦 100K · ⏱️ 28.05.2020):
pip install itsdangerous
Conda (📥 1.5M · ⏱️ 27.10.2018):
conda install -c conda-forge itsdangerous
certifi (🥇 34 · ⭐ 420 · ➕ ) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0
GitHub (👨💻 25 · 🔀 130 · 📦 450K · 📋 84 - 19% open · ⏱️ 05.12.2020):
git clone https://github.com/certifi/python-certifi
PyPi (📥 57M / month · 📦 79K · ⏱️ 05.12.2020):
pip install certifi
Conda (📥 28M · ⏱️ 07.01.2021):
conda install -c conda-forge certifi
scapy (🥇 33 · ⭐ 5.9K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0
GitHub (👨💻 330 · 🔀 1.3K · 📦 4K · 📋 1.1K - 5% open · ⏱️ 10.01.2021):
git clone https://github.com/secdev/scapy
PyPi (📥 1.3M / month · 📦 1.6K · ⏱️ 02.09.2020):
pip install scapy
Conda (📥 7.8K · ⏱️ 02.09.2020):
conda install -c conda-forge scapy
dnspython (🥇 33 · ⭐ 1.7K) - a powerful DNS toolkit for python. ISC
GitHub (👨💻 79 · 🔀 350 · 📦 40K · 📋 330 - 1% open · ⏱️ 08.01.2021):
git clone https://github.com/rthalley/dnspython
PyPi (📥 9.8M / month · 📦 7.8K · ⏱️ 07.01.2021):
pip install dnspython
Conda (📥 89K · ⏱️ 02.09.2020):
conda install -c conda-forge dnspython
pyopenssl (🥇 33 · ⭐ 690) - A Python wrapper around the OpenSSL library. Apache-2
GitHub (👨💻 93 · 🔀 360 · 📋 420 - 17% open · ⏱️ 15.12.2020):
git clone https://github.com/pyca/pyopenssl
PyPi (📥 13M / month · 📦 28K · ⏱️ 15.12.2020):
pip install pyopenssl
Conda (📥 7.7M · ⏱️ 15.12.2020):
conda install -c conda-forge pyopenssl
impacket (🥈 30 · ⭐ 6.1K) - Impacket is a collection of Python classes for working with network.. Apache-2
GitHub (👨💻 140 · 🔀 1.8K · 📥 37K · 📦 740 · 📋 660 - 22% open · ⏱️ 11.01.2021):
git clone https://github.com/SecureAuthCorp/impacket
PyPi (📥 26K / month · 📦 360 · ⏱️ 23.11.2020):
pip install impacket
twisted (🥈 30 · ⭐ 4.1K) - Event-driven networking engine written in Python. MIT
GitHub (👨💻 220 · 🔀 990 · 📦 36K · ⏱️ 24.12.2020):
git clone https://github.com/twisted/twisted
PyPi (📥 1.5M / month · 📦 19K · ⏱️ 20.03.2020):
pip install twisted
rdflib (🥈 30 · ⭐ 1.4K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3
GitHub (👨💻 140 · 🔀 390 · 📦 5K · 📋 790 - 27% open · ⏱️ 05.01.2021):
git clone https://github.com/RDFLib/rdflib
PyPi (📥 180K / month · 📦 3.1K · ⏱️ 18.04.2020):
pip install rdflib
Conda (📥 130K · ⏱️ 27.10.2020):
conda install -c conda-forge rdflib
pynacl (🥈 30 · ⭐ 740) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2
GitHub (👨💻 54 · 🔀 160 · 📋 250 - 15% open · ⏱️ 23.12.2020):
git clone https://github.com/pyca/pynacl
PyPi (📥 7.9M / month · 📦 3.9K · ⏱️ 25.05.2020):
pip install pynacl
Conda (📥 690K · ⏱️ 13.10.2020):
conda install -c conda-forge pynacl
terminado (🥈 30 · ⭐ 270 · ➕ ) - Terminals served by tornado websockets. BSD-3
GitHub (👨💻 26 · 🔀 59 · 📋 48 - 45% open · ⏱️ 04.01.2021):
git clone https://github.com/jupyter/terminado
PyPi (📥 8.7M / month · 📦 14K · ⏱️ 04.01.2021):
pip install terminado
Conda (📥 2.9M · ⏱️ 04.01.2021):
conda install -c conda-forge terminado
fake-useragent (🥈 29 · ⭐ 2.3K) - up to date simple useragent faker with real world database. Apache-2
GitHub (👨💻 7 · 🔀 320 · 📦 7.4K · 📋 83 - 40% open · ⏱️ 22.09.2020):
git clone https://github.com/hellysmile/fake-useragent
PyPi (📥 530K / month · 📦 1.2K · ⏱️ 04.10.2018):
pip install fake-useragent
python-user-agents (🥈 29 · ⭐ 1.1K) - A Python library that provides an easy way to identify.. MIT
GitHub (👨💻 26 · 🔀 180 · 📦 2.2K · 📋 67 - 53% open · ⏱️ 23.08.2020):
git clone https://github.com/selwin/python-user-agents
PyPi (📥 910K / month · 📦 820 · ⏱️ 08.02.2020):
pip install user-agents
webassets (🥈 29 · ⭐ 890 · 💤 ) - Asset management for Python web development. BSD-3
GitHub (👨💻 160 · 🔀 250 · 📦 4.6K · 📋 290 - 20% open · ⏱️ 29.02.2020):
git clone https://github.com/miracle2k/webassets
PyPi (📥 87K / month · 📦 3.3K · ⏱️ 20.12.2019):
pip install webassets
Conda (📥 31K · ⏱️ 24.12.2019):
conda install -c conda-forge webassets
netaddr (🥈 29 · ⭐ 640) - A network address manipulation library for Python. BSD-3
GitHub (👨💻 43 · 🔀 140 · 📦 11K · 📋 140 - 19% open · ⏱️ 27.11.2020):
git clone https://github.com/netaddr/netaddr
PyPi (📥 2M / month · 📦 8.8K · ⏱️ 03.07.2020):
pip install netaddr
Conda (📥 110K · ⏱️ 16.09.2017):
conda install -c conda-forge netaddr
idna (🥈 28 · ⭐ 140 · ➕ ) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3
GitHub (👨💻 16 · 🔀 53 · 📋 54 - 5% open · ⏱️ 04.01.2021):
git clone https://github.com/kjd/idna
PyPi (📥 55M / month · 📦 71K · ⏱️ 04.01.2021):
pip install idna
Conda (📥 7.9M · ⏱️ 05.01.2021):
conda install -c conda-forge idna
pwntools (🥉 27 · ⭐ 7.4K) - CTF framework and exploit development library. MIT
GitHub (👨💻 170 · 🔀 1.3K · 📦 300 · 📋 750 - 12% open · ⏱️ 10.01.2021):
git clone https://github.com/Gallopsled/pwntools
PyPi (📥 26K / month · 📦 64 · ⏱️ 30.11.2020):
pip install pwntools
Js2Py (🥉 27 · ⭐ 1.3K) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT
GitHub (👨💻 23 · 🔀 150 · 📦 1.3K · 📋 180 - 45% open · ⏱️ 03.01.2021):
git clone https://github.com/PiotrDabkowski/Js2Py
PyPi (📥 71K / month · 📦 160 · ⏱️ 11.04.2020):
pip install js2py
dpkt (🥉 27 · ⭐ 770) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3
GitHub (👨💻 49 · 🔀 210 · 📦 700 · 📋 340 - 26% open · ⏱️ 03.01.2021):
git clone https://github.com/kbandla/dpkt
PyPi (📥 50K / month · 📦 560 · ⏱️ 22.09.2020):
pip install dpkt
Conda (📥 12K · ⏱️ 24.09.2020):
conda install -c conda-forge dpkt
Mako (🥉 27 · ⭐ 120 · ➕ ) - Mako Templates for Python. MIT
GitHub (👨💻 49 · 🔀 21 · 📋 310 - 19% open · ⏱️ 03.09.2020):
git clone https://github.com/sqlalchemy/mako
PyPi (📥 4.7M / month · 📦 27K · ⏱️ 29.05.2020):
pip install mako
Conda (📥 1.6M · ⏱️ 28.07.2020):
conda install -c conda-forge mako
pywebview (🥉 26 · ⭐ 2.1K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3
GitHub (👨💻 68 · 🔀 290 · 📦 320 · 📋 500 - 7% open · ⏱️ 07.01.2021):
git clone https://github.com/r0x0r/pywebview
PyPi (📥 3.1K / month · 📦 84 · ⏱️ 04.12.2020):
pip install pywebview
Radicale (🥉 26 · ⭐ 2K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0
GitHub (👨💻 88 · 🔀 330 · 📦 84 · 📋 760 - 32% open · ⏱️ 25.10.2020):
git clone https://github.com/Kozea/Radicale
PyPi (📥 8.3K / month · 📦 48 · ⏱️ 14.09.2020):
pip install radicale
webargs (🥉 26 · ⭐ 1.1K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT
GitHub (👨💻 57 · 🔀 140 · 📦 2.2K · 📋 250 - 4% open · ⏱️ 08.01.2021):
git clone https://github.com/marshmallow-code/webargs
PyPi (📥 170K / month · 📦 800 · ⏱️ 14.12.2020):
pip install webargs
Conda (📥 110K · ⏱️ 15.12.2020):
conda install -c conda-forge webargs
klein (🥉 26 · ⭐ 760) - werkzeug + twisted.web. MIT
GitHub (👨💻 44 · 🔀 120 · 📦 1.3K · 📋 140 - 48% open · ⏱️ 12.01.2021):
git clone https://github.com/twisted/klein
PyPi (📥 8.9K / month · 📦 730 · ⏱️ 07.06.2019):
pip install klein
httpagentparser (🥉 26 · ⭐ 200) - Python HTTP Agent Parser. MIT
GitHub (👨💻 31 · 🔀 51 · 📦 480 · 📋 48 - 29% open · ⏱️ 12.01.2021):
git clone https://github.com/shon/httpagentparser
PyPi (📥 95K / month · 📦 480 · ⏱️ 12.01.2021):
pip install httpagentparser
weblate (🥉 25 · ⭐ 2.2K) - Web based localization tool with tight version control integration. ❗️GPL-3.0
GitHub (👨💻 1K · 🔀 570 · 📥 840 · 📦 17 · 📋 3.5K - 7% open · ⏱️ 12.01.2021):
git clone https://github.com/WeblateOrg/weblate
PyPi (📥 1.3K / month · 📦 10 · ⏱️ 15.12.2020):
pip install weblate
saleor (🥉 24 · ⭐ 10K) - A modular, high performance, headless e-commerce platform built.. BSD-3
sandman2 (🥉 23 · ⭐ 1.6K) - Automatically generate a RESTful API service for your legacy.. Apache-2
GitHub (👨💻 23 · 🔀 170 · 📦 14 · 📋 70 - 25% open · ⏱️ 21.12.2020):
git clone https://github.com/jeffknupp/sandman2
PyPi (📥 170 / month · 📦 6 · ⏱️ 08.09.2020):
pip install sandman2
sslyze (🥉 22 · ⭐ 2.4K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0
GitHub (👨💻 57 · 🔀 340 · 📥 88K · 📋 380 - 5% open · ⏱️ 05.01.2021):
git clone https://github.com/nabla-c0d3/sslyze
PyPi (📥 15K / month · 📦 30 · ⏱️ 11.11.2020):
pip install sslyze
reppy (🥉 22 · ⭐ 160 · 💤 ) - Modern robots.txt Parser for Python. MIT
GitHub (👨💻 23 · 🔀 31 · 📦 100 · 📋 53 - 33% open · ⏱️ 12.03.2020):
git clone https://github.com/seomoz/reppy
PyPi (📥 18K / month · 📦 64 · ⏱️ 16.09.2019):
pip install reppy
aiortc (🥉 21 · ⭐ 2.1K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3
GitHub (👨💻 15 · 🔀 330 · 📋 360 - 18% open · ⏱️ 15.10.2020):
git clone https://github.com/aiortc/aiortc
PyPi (📥 13K / month · 📦 12 · ⏱️ 27.04.2020):
pip install aiortc
maltrail (🥉 20 · ⭐ 3.9K) - Malicious traffic detection system. MIT
healthchecks (🥉 20 · ⭐ 3.4K) - A Cron Monitoring Tool written in Python & Django. BSD-3
urlwatch (🥉 20 · ⭐ 2K) - urlwatch monitors webpages for you. BSD-3
GitHub (👨💻 65 · 🔀 280 · 📋 380 - 11% open · ⏱️ 19.12.2020):
git clone https://github.com/thp/urlwatch
PyPi (📥 1.3K / month · 📦 2 · ⏱️ 19.12.2020):
pip install urlwatch
pyload (🥉 19 · ⭐ 2.1K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0
GitHub (👨💻 210 · 🔀 630 · 📥 58K · 📋 2.7K - 5% open · ⏱️ 04.01.2021):
git clone https://github.com/pyload/pyload
PyPi (📥 560 / month · ⏱️ 13.09.2020):
pip install pyload-ng
cabot (🥉 18 · ⭐ 5K) - Self-hosted, easily-deployable monitoring and alerts service - like a.. MIT
asgi-lifespan (🥉 16 · ⭐ 64) - Programmatic startup/shutdown of ASGI apps. MIT
GitHub (👨💻 1 · 🔀 3 · 📦 60 · 📋 12 - 8% open · ⏱️ 30.08.2020):
git clone https://github.com/florimondmanca/asgi-lifespan
PyPi (📥 3K / month · ⏱️ 07.06.2020):
pip install asgi-lifespan
Show 13 hidden projects...
pyzmq (🥇 35 · ⭐ 2.7K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD
speedtest-cli (🥈 30 · ⭐ 10K · 💀 ) - Command line interface for testing internet bandwidth.. Apache-2
httpbin (🥈 30 · ⭐ 9.5K · 💀 ) - HTTP Request & Response Service, written in Python + Flask. ISC
PySocks (🥈 30 · ⭐ 980 · 💀 ) - A SOCKS proxy client and wrapper for Python. BSD-3
ipaddress (🥉 27 · ⭐ 89 · 💀 ) - Python 3.3+'s ipaddress for older Python versions. Python-2.0
Cactus (🥉 25 · ⭐ 3.4K · 💀 ) - Static site generator for designers. Uses Python and Django.. BSD-3
aiodns (🥉 25 · ⭐ 360 · 💀 ) - Simple DNS resolver for asyncio. MIT
hyde (🥉 23 · ⭐ 1.6K · 💀 ) - A Python Static Website Generator. MIT
python-whois (🥉 23 · ⭐ 350 · 💀 ) - A python module for retrieving and parsing WHOIS data. ❗️WTFPL
ProxyBroker (🥉 21 · ⭐ 2.4K · 💀 ) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2
toapi (🥉 18 · ⭐ 3.1K · 💀 ) - Every web site provides APIs. Apache-2
tinkerer (🥉 18 · ⭐ 290 · 💀 ) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD
libextract (🥉 14 · ⭐ 490 · 💀 ) - Extract data from websites using basic statistical magic. MIT
Related Resources
Best-of lists : Discover other best-of lists with awesome open-source projects on all kinds of topics.
best-of-ml-python : A ranked list of awesome machine learning python libraries.
Python Wiki - Web Programming : Wiki page about programming Web applications (both clients and servers) using Python.
Contribution
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI .
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide .
For more information on how to add or update projects, please read the contribution guidelines . By participating in this project, you agree to abide by its Code of Conduct .
License