Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🏆 A ranked list of awesome python libraries for web development. Updated weekly.

License

NotificationsYou must be signed in to change notification settings

eaglepython/best-of-web-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏆  A ranked list of awesome python libraries for web development. Updated weekly.

This curated list contains 560 awesome open-source projects with a total of 2.1M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open anissue, submit apull request, or directly edit theprojects.yaml. Contributions are very welcome!


🧙‍♂️  Discover otherbest-of lists or createyour own.
📫  Subscribe to ournewsletter for updates and trending projects.


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

Back to top

General purpose web frameworks to build web applications and REST APIs.

django-rest-framework (🥇39 · ⭐ 22K) - Web APIs for Django.BSD-3
  • GitHub (👨‍💻 1.2K · 🔀 5.8K · 📦 250K · 📋 3.8K - 6% open · ⏱️ 31.08.2021):

     git clone https://github.com/encode/django-rest-framework
  • PyPi (📥 870K / month · 📦 750 · ⏱️ 20.07.2017):

     pip install django-rest-framework
  • Conda (📥 380K · ⏱️ 26.03.2021):

     conda install -c conda-forge djangorestframework
django (🥇38 · ⭐ 59K) - The Web framework for perfectionists with deadlines.BSD-3
  • GitHub (👨‍💻 2.6K · 🔀 25K · 📦 750K · ⏱️ 02.09.2021):

     git clone https://github.com/django/django
  • PyPi (📥 7M / month · 📦 230K · ⏱️ 01.09.2021):

     pip install django
  • Conda (📥 950K · ⏱️ 01.09.2021):

     conda install -c conda-forge django
flask (🥇38 · ⭐ 56K) - The Python micro framework for building web applications.BSD-3
  • GitHub (👨‍💻 740 · 🔀 15K · 📥 4.9K · 📦 830K · 📋 2.2K - 1% open · ⏱️ 01.09.2021):

     git clone https://github.com/pallets/flask
  • PyPi (📥 52M / month · 📦 230K · ⏱️ 21.05.2021):

     pip install flask
  • Conda (📥 2.2M · ⏱️ 21.05.2021):

     conda install -c conda-forge flask
tornado (🥇37 · ⭐ 20K) - Tornado is a Python web framework and asynchronous networking..Apache-2
  • GitHub (👨‍💻 420 · 🔀 5.4K · 📦 180K · 📋 1.7K - 14% open · ⏱️ 26.08.2021):

     git clone https://github.com/tornadoweb/tornado
  • PyPi (📥 18M / month · 📦 48K · ⏱️ 30.10.2020):

     pip install tornado
  • Conda (📥 14M · ⏱️ 05.07.2021):

     conda install -c conda-forge tornado
werkzeug (🥈36 · ⭐ 5.8K) - The comprehensive WSGI web application library.BSD-3
  • GitHub (👨‍💻 430 · 🔀 1.6K · 📥 240 · 📦 580K · 📋 920 - 4% open · ⏱️ 01.09.2021):

     git clone https://github.com/pallets/werkzeug
  • PyPi (📥 53M / month · 📦 140K · ⏱️ 17.05.2021):

     pip install werkzeug
  • Conda (📥 3.3M · ⏱️ 20.05.2021):

     conda install -c conda-forge werkzeug
falcon (🥈34 · ⭐ 8.5K) - The no-nonsense REST API and microservices framework for Python..Apache-2
  • GitHub (👨‍💻 180 · 🔀 830 · 📥 1.2K · 📦 5.7K · 📋 910 - 21% open · ⏱️ 03.08.2021):

     git clone https://github.com/falconry/falcon
  • PyPi (📥 500K / month · 📦 3K · ⏱️ 10.05.2021):

     pip install falcon
  • Conda (📥 220K · ⏱️ 30.06.2021):

     conda install -c conda-forge falcon
bottle (🥈34 · ⭐ 7.3K) - bottle.py is a fast and simple micro-framework for python web-applications.MIT
  • GitHub (👨‍💻 220 · 🔀 1.4K · 📦 17K · 📋 850 - 37% open · ⏱️ 07.07.2021):

     git clone https://github.com/bottlepy/bottle
  • PyPi (📥 1.7M / month · 📦 9.7K · ⏱️ 11.11.2020):

     pip install bottle
  • Conda (📥 260K · ⏱️ 10.06.2020):

     conda install -c conda-forge bottle
fastapi (🥈33 · ⭐ 35K) - FastAPI framework, high performance, easy to learn, fast to..MIT
  • GitHub (👨‍💻 250 · 🔀 2.5K · 📋 2.8K - 41% open · ⏱️ 27.08.2021):

     git clone https://github.com/tiangolo/fastapi
  • PyPi (📥 2.8M / month · 📦 280 · ⏱️ 24.08.2021):

     pip install fastapi
  • Conda (📥 350K · ⏱️ 24.08.2021):

     conda install -c conda-forge fastapi
sanic (🥈33 · ⭐ 15K) - Async Python 3.7+ web server/framework | Build fast. Run fast.MIT
  • GitHub (👨‍💻 300 · 🔀 1.4K · 📦 5.7K · 📋 1.1K - 4% open · ⏱️ 01.09.2021):

     git clone https://github.com/sanic-org/sanic
  • PyPi (📥 4.9M / month · 📦 530 · ⏱️ 02.08.2021):

     pip install sanic
  • Conda (📥 160K · ⏱️ 03.08.2021):

     conda install -c conda-forge sanic
flask-restful (🥈33 · ⭐ 6.2K) - Simple framework for creating REST APIs.BSD-3
  • GitHub (👨‍💻 160 · 🔀 940 · 📦 63K · 📋 560 - 20% open · ⏱️ 07.07.2021):

     git clone https://github.com/flask-restful/flask-restful
  • PyPi (📥 1.2M / month · 📦 14K · ⏱️ 17.05.2021):

     pip install flask-restful
  • Conda (📥 92K · ⏱️ 30.05.2021):

     conda install -c conda-forge flask-restful
starlette (🥈33 · ⭐ 6K) - The little ASGI framework that shines.BSD-3
  • GitHub (👨‍💻 160 · 🔀 520 · 📦 20K · 📋 620 - 31% open · ⏱️ 19.08.2021):

     git clone https://github.com/encode/starlette
  • PyPi (📥 3.1M / month · 📦 580 · ⏱️ 19.07.2021):

     pip install starlette
  • Conda (📥 300K · ⏱️ 19.07.2021):

     conda install -c conda-forge starlette
Flask-AppBuilder (🥈32 · ⭐ 3.4K) - Simple and rapid application development framework,..BSD-3
  • GitHub (👨‍💻 150 · 🔀 1.1K · 📦 2.3K · 📋 1.1K - 7% open · ⏱️ 27.07.2021):

     git clone https://github.com/dpgaspar/Flask-AppBuilder
  • PyPi (📥 2.7M / month · ⏱️ 16.03.2021):

     pip install flask-appbuilder
  • Conda (📥 160K · ⏱️ 27.07.2021):

     conda install -c conda-forge flask-appbuilder
django-tastypie (🥉30 · ⭐ 3.8K) - Creating delicious APIs for Django apps since 2010.BSD-3
  • GitHub (👨‍💻 200 · 🔀 1.2K · 📦 4.5K · 📋 920 - 45% open · ⏱️ 03.06.2021):

     git clone https://github.com/django-tastypie/django-tastypie
  • PyPi (📥 59K / month · 📦 5K · ⏱️ 06.01.2020):

     pip install django-tastypie
eve (🥉29 · ⭐ 6.4K) - REST API framework designed for human beings.BSD-3
  • GitHub (👨‍💻 200 · 🔀 740 · 📦 970 · 📋 950 - 3% open · ⏱️ 14.03.2021):

     git clone https://github.com/pyeve/eve
  • PyPi (📥 19K / month · 📦 710 · ⏱️ 25.01.2021):

     pip install eve
webpy (🥉28 · ⭐ 5.6K) - web.py is a web framework for python that is as simple as it is..Unlicense
  • GitHub (👨‍💻 84 · 🔀 1.3K · 📋 420 - 7% open · ⏱️ 02.09.2021):

     git clone https://github.com/webpy/webpy
  • PyPi (📥 98K / month · 📦 2.2K · ⏱️ 09.11.2020):

     pip install web.py
cornice (🥉28 · ⭐ 370) - Build Web Services with Pyramid.MPL-2.0
  • GitHub (👨‍💻 120 · 🔀 150 · 📦 660 · 📋 240 - 19% open · ⏱️ 23.07.2021):

     git clone https://github.com/Cornices/cornice
  • PyPi (📥 39K / month · 📦 660 · ⏱️ 18.02.2021):

     pip install cornice
masonite (🥉25 · ⭐ 1.6K) - The Modern And Developer Centric Python Web Framework. Be sure to read..MIT
  • GitHub (👨‍💻 74 · 🔀 100 · 📥 8 · 📋 250 - 11% open · ⏱️ 25.07.2021):

     git clone https://github.com/MasoniteFramework/masonite
  • PyPi (📥 2.3K / month · 📦 94 · ⏱️ 28.05.2021):

     pip install masonite
quart (🥉25 · ⭐ 930) - Quart is a Python ASGI web microframework with the same API as Flask.MIT
  • GitHub (👨‍💻 59 · 🔀 83 · 📦 1.6K · 📋 120 - 8% open · ⏱️ 19.08.2021):

     git clone https://github.com/pgjones/quart
  • PyPi (📥 370K / month · 📦 160 · ⏱️ 24.05.2021):

     pip install quart
  • Conda (📥 23K · ⏱️ 25.05.2021):

     conda install -c conda-forge quart
responder (🥉24 · ⭐ 3.6K) - A familiar HTTP Service Framework for Python.Apache-2
  • GitHub (👨‍💻 86 · 🔀 210 · 📦 450 · 📋 220 - 24% open · ⏱️ 24.03.2021):

     git clone https://github.com/taoufik07/responder
  • PyPi (📥 6.2K / month · 📦 120 · ⏱️ 08.01.2021):

     pip install responder
  • Conda (📥 63K · ⏱️ 08.01.2021):

     conda install -c conda-forge responder
CherryPy (🥉24 · ⭐ 1.4K · 📉) - CherryPy is a pythonic, object-oriented HTTP framework...BSD-3
  • GitHub (👨‍💻 140 · 🔀 330 · 📦 7.7K · 📋 1.7K - 12% open · ⏱️ 18.07.2021):

     git clone https://github.com/cherrypy/cherrypy
  • PyPi (📦 20K · ⏱️ 03.07.2021):

     pip install cherrypy
guillotina (🥉24 · ⭐ 160) - Python AsyncIO data API to manage billions of resources.BSD-3
  • GitHub (👨‍💻 50 · 🔀 45 · 📦 110 · 📋 210 - 23% open · ⏱️ 25.08.2021):

     git clone https://github.com/plone/guillotina
  • PyPi (📥 6.5K / month · 📦 52 · ⏱️ 05.08.2021):

     pip install guillotina
web2py (🥉22 · ⭐ 2K) - Free and open source full-stack enterprise framework for agile..❗️LGPL-3.0
  • GitHub (👨‍💻 250 · 🔀 850 · 📦 38 · 📋 1K - 34% open · ⏱️ 26.06.2021):

     git clone https://github.com/web2py/web2py
emmett (🥉21 · ⭐ 700) - The web framework for inventors.BSD-3
  • GitHub (👨‍💻 20 · 🔀 59 · 📦 11 · 📋 280 - 9% open · ⏱️ 19.08.2021):

     git clone https://github.com/emmett-framework/emmett
  • PyPi (📥 560 / month · ⏱️ 19.08.2021):

     pip install emmett
justpy (🥉19 · ⭐ 740 · 💤) - An object oriented high-level Python Web Framework that requires..Apache-2
  • GitHub (👨‍💻 1 · 🔀 47 · 📦 100 · 📋 240 - 25% open · ⏱️ 14.10.2020):

     git clone https://github.com/elimintz/justpy
  • PyPi (📥 2.6K / month · ⏱️ 14.10.2020):

     pip install justpy
flask-mongorest (🥉19 · ⭐ 520 · 💤) - Restful API framework wrapped around MongoEngine.BSD-3
  • GitHub (👨‍💻 18 · 🔀 90 · 📦 46 · 📋 64 - 42% open · ⏱️ 27.10.2020):

     git clone https://github.com/closeio/flask-mongorest
  • PyPi (📥 170 / month · 📦 27 · ⏱️ 26.08.2019):

     pip install Flask-MongoRest
flama (🥉15 · ⭐ 170) - Fire up your API with this flamethrower.❗️GPL-3.0
  • GitHub (👨‍💻 8 · 🔀 12 · 📥 57 · 📋 29 - 31% open · ⏱️ 31.08.2021):

     git clone https://github.com/perdy/flama
  • PyPi (📥 280 / month · ⏱️ 16.11.2020):

     pip install flama
Show 6 hidden projects...
  • pyramid (🥈31 · ⭐ 3.6K) - Pyramid - A Python web framework.❗Unlicensed
  • flask-restplus (🥉30 · ⭐ 2.5K · 💀) - Fully featured framework for fast, easy and..BSD-3
  • hug (🥉27 · ⭐ 6.5K · 💀) - Embrace the APIs of the future. Hug aims to make developing APIs as simple..MIT
  • japronto (🥉23 · ⭐ 8.5K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining..MIT
  • vibora (🥉21 · ⭐ 5.7K · 💀) - Fast, asynchronous and elegant Python web framework.MIT
  • Growler (🥉15 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained..Apache-2

HTTP Clients

Back to top

requests (🥇37 · ⭐ 46K) - A simple, yet elegant HTTP library.Apache-2
  • GitHub (👨‍💻 700 · 🔀 8.4K · 📦 1.1M · 📋 3.6K - 9% open · ⏱️ 27.08.2021):

     git clone https://github.com/psf/requests
  • PyPi (📦 300K · ⏱️ 13.07.2021):

     pip install requests
  • Conda (📥 13M · ⏱️ 16.07.2021):

     conda install -c conda-forge requests
aiohttp (🥇34 · ⭐ 12K) - Asynchronous HTTP client/server framework for asyncio and Python.Apache-2
  • GitHub (👨‍💻 580 · 🔀 1.6K · 📥 850 · 📦 110K · 📋 2.5K - 15% open · ⏱️ 31.08.2021):

     git clone https://github.com/aio-libs/aiohttp
  • PyPi (📦 15K · ⏱️ 25.02.2021):

     pip install aiohttp
  • Conda (📥 2.9M · ⏱️ 02.07.2021):

     conda install -c conda-forge aiohttp
httpie (🥈32 · ⭐ 52K) - As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP..BSD-3
  • GitHub (👨‍💻 130 · 🔀 3.3K · 📦 9.1K · 📋 720 - 20% open · ⏱️ 02.09.2021):

     git clone https://github.com/httpie/httpie
  • PyPi (📥 190K / month · 📦 3.3K · ⏱️ 06.02.2021):

     pip install httpie
  • Conda (📥 65K · ⏱️ 14.10.2020):

     conda install -c conda-forge httpie
urllib3 (🥈32 · ⭐ 2.8K) - Python HTTP library with thread-safe connection pooling, file post..MIT
  • GitHub (👨‍💻 290 · 🔀 870 · 📥 600 · 📦 640K · 📋 960 - 16% open · ⏱️ 30.08.2021):

     git clone https://github.com/urllib3/urllib3
  • PyPi (📦 75K · ⏱️ 25.06.2021):

     pip install urllib3
  • Conda (📥 13M · ⏱️ 25.06.2021):

     conda install -c conda-forge urllib3
python-zeep (🥈32 · ⭐ 1.6K) - A modern/fast python SOAP client based on lxml / requests.MIT
  • GitHub (👨‍💻 130 · 🔀 510 · 📦 3.4K · 📋 1K - 36% open · ⏱️ 15.08.2021):

     git clone https://github.com/mvantellingen/python-zeep
  • PyPi (📥 2.8M / month · 📦 650 · ⏱️ 15.08.2021):

     pip install zeep
pycurl (🥈32 · ⭐ 790) - PycURL - Python interface to libcurl.MIT
  • GitHub (👨‍💻 94 · 🔀 220 · 📦 36K · 📋 290 - 0% open · ⏱️ 19.08.2021):

     git clone https://github.com/pycurl/pycurl
  • PyPi (📥 1.9M / month · 📦 8.3K · ⏱️ 15.08.2021):

     pip install pycurl
  • Conda (📥 530K · ⏱️ 15.08.2021):

     conda install -c conda-forge pycurl
requests-toolbelt (🥈30 · ⭐ 790) - A toolbelt of useful classes and functions to be used..Apache-2
  • GitHub (👨‍💻 60 · 🔀 140 · 📦 31K · 📋 150 - 37% open · ⏱️ 10.08.2021):

     git clone https://github.com/requests/toolbelt
  • PyPi (📥 18M / month · 📦 8.2K · ⏱️ 30.01.2019):

     pip install requests-toolbelt
  • Conda (📥 540K · ⏱️ 30.01.2019):

     conda install -c conda-forge requests-toolbelt
httpcore (🥈30 · ⭐ 200) - A minimal HTTP client.BSD-3
  • GitHub (👨‍💻 23 · 🔀 38 · 📦 5.1K · 📋 91 - 23% open · ⏱️ 01.09.2021):

     git clone https://github.com/encode/httpcore
  • PyPi (📥 4.7M / month · 📦 70 · ⏱️ 15.06.2021):

     pip install httpcore
  • Conda (📥 48K · ⏱️ 15.06.2021):

     conda install -c conda-forge httpcore
httpx (🥉28 · ⭐ 7.4K) - A next generation HTTP client for Python.BSD-3
  • GitHub (👨‍💻 140 · 🔀 480 · 📦 9.7K · 📋 620 - 8% open · ⏱️ 01.09.2021):

     git clone https://github.com/encode/httpx
  • PyPi (📦 64 · ⏱️ 19.08.2021):

     pip install httpx
  • Conda (📥 73K · ⏱️ 19.08.2021):

     conda install -c conda-forge httpx
httptools (🥉28 · ⭐ 980) - Fast HTTP parser.MIT
  • GitHub (👨‍💻 11 · 🔀 59 · 📦 10K · 📋 47 - 27% open · ⏱️ 10.08.2021):

     git clone https://github.com/MagicStack/httptools
  • PyPi (📥 5.4M / month · 📦 900 · ⏱️ 10.08.2021):

     pip install httptools
  • Conda (📥 340K · ⏱️ 30.06.2021):

     conda install -c conda-forge httptools
httplib2 (🥉28 · ⭐ 410) - Small, fast HTTP client library for Python. Features persistent..MIT
  • GitHub (👨‍💻 65 · 🔀 140 · 📦 84K · 📋 110 - 42% open · ⏱️ 13.05.2021):

     git clone https://github.com/httplib2/httplib2
  • PyPi (📦 31K · ⏱️ 07.02.2021):

     pip install httplib2
  • Conda (📥 1.1M · ⏱️ 30.03.2021):

     conda install -c conda-forge httplib2
hyper (🥉27 · ⭐ 1K · 💤) - HTTP/2 for Python.MIT
  • GitHub (👨‍💻 43 · 🔀 160 · 📥 150 · 📦 730 · 📋 250 - 31% open · ⏱️ 12.01.2021):

     git clone https://github.com/python-hyper/hyper
  • PyPi (📥 230K / month · 📦 180 · ⏱️ 27.09.2016):

     pip install hyper
  • Conda (📥 18K · ⏱️ 02.12.2018):

     conda install -c conda-forge hyper
treq (🥉26 · ⭐ 540) - Python requests like API built on top of Twisted's HTTP client.MIT
  • GitHub (👨‍💻 45 · 🔀 140 · 📥 100 · 📦 860 · 📋 150 - 41% open · ⏱️ 11.07.2021):

     git clone https://github.com/twisted/treq
  • PyPi (📥 68K / month · 📦 700 · ⏱️ 24.05.2021):

     pip install treq
  • Conda (📥 56K · ⏱️ 25.05.2021):

     conda install -c conda-forge treq
requests-futures (🥉25 · ⭐ 1.8K) - Asynchronous Python HTTP Requests for Humans using..Apache-2
  • GitHub (👨‍💻 24 · 🔀 140 · 📦 3.2K · 📋 74 - 24% open · ⏱️ 01.08.2021):

     git clone https://github.com/ross/requests-futures
  • PyPi (📦 1.6K · ⏱️ 11.06.2019):

     pip install requests-futures
  • Conda (📥 120K · ⏱️ 14.10.2020):

     conda install -c conda-forge requests-futures
http-prompt (🥉24 · ⭐ 8.2K) - An interactive command-line HTTP and API testing client built on top..MIT
  • GitHub (👨‍💻 28 · 🔀 320 · 📦 35 · 📋 100 - 46% open · ⏱️ 05.08.2021):

     git clone https://github.com/httpie/http-prompt
  • PyPi (📥 1.1K / month · 📦 14 · ⏱️ 05.03.2021):

     pip install http-prompt
httpstat (🥉19 · ⭐ 4.9K · 💤) - curl statistics made simple.MIT
  • GitHub (👨‍💻 4 · 🔀 320 · 📥 64 · 📦 9 · 📋 26 - 23% open · ⏱️ 24.12.2020):

     git clone https://github.com/reorx/httpstat
  • PyPi (📥 2.7K / month · ⏱️ 24.12.2020):

     pip install httpstat
Show 3 hidden projects...

Servers

Back to top

gunicorn (🥇38 · ⭐ 7.8K) - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients..MIT
  • GitHub (👨‍💻 360 · 🔀 1.4K · 📥 98 · 📦 510K · 📋 1.8K - 20% open · ⏱️ 02.07.2021):

     git clone https://github.com/benoitc/gunicorn
  • PyPi (📥 24M / month · 📦 120K · ⏱️ 27.03.2021):

     pip install gunicorn
  • Conda (📥 720K · ⏱️ 11.05.2021):

     conda install -c conda-forge gunicorn
gevent (🥇35 · ⭐ 5.6K) - Coroutine-based concurrency library for Python.MIT
  • GitHub (👨‍💻 98 · 🔀 910 · 📥 58K · 📦 67K · 📋 1.2K - 4% open · ⏱️ 05.08.2021):

     git clone https://github.com/gevent/gevent
  • PyPi (📥 8.6M / month · 📦 28K · ⏱️ 05.08.2021):

     pip install gevent
  • Conda (📥 630K · ⏱️ 08.08.2021):

     conda install -c conda-forge gevent
uvicorn (🥈32 · ⭐ 4.3K) - The lightning-fast ASGI server.BSD-3
  • GitHub (👨‍💻 110 · 🔀 350 · 📦 34K · 📋 540 - 16% open · ⏱️ 22.08.2021):

     git clone https://github.com/encode/uvicorn
  • PyPi (📥 2.8M / month · 📦 710 · ⏱️ 13.08.2021):

     pip install uvicorn
  • Conda (📥 550K · ⏱️ 29.08.2021):

     conda install -c conda-forge uvicorn
whitenoise (🥈31 · ⭐ 1.8K) - Radically simplified static file serving for Python web apps.MIT
  • GitHub (👨‍💻 49 · 🔀 100 · 📦 180K · 📋 200 - 13% open · ⏱️ 16.07.2021):

     git clone https://github.com/evansd/whitenoise
  • PyPi (📥 1M / month · 📦 26K · ⏱️ 16.07.2021):

     pip install whitenoise
  • Conda (📥 52K · ⏱️ 16.07.2021):

     conda install -c conda-forge whitenoise
livereload (🥈28 · ⭐ 930) - livereload server in python (MAINTAINERS NEEDED).BSD-3
  • GitHub (👨‍💻 56 · 🔀 140 · 📦 7.4K · 📋 140 - 29% open · ⏱️ 31.08.2021):

     git clone https://github.com/lepture/python-livereload
  • PyPi (📥 570K / month · 📦 3.1K · ⏱️ 22.08.2020):

     pip install livereload
  • Conda (📥 160K · ⏱️ 22.08.2020):

     conda install -c conda-forge livereload
asgiref (🥉27 · ⭐ 900) - ASGI specification and utilities.BSD-3
  • GitHub (👨‍💻 63 · 🔀 130 · 📋 140 - 21% open · ⏱️ 28.08.2021):

     git clone https://github.com/django/asgiref
  • PyPi (📥 5.9M / month · 📦 1.8K · ⏱️ 01.07.2021):

     pip install asgiref
  • Conda (📥 180K · ⏱️ 04.07.2021):

     conda install -c conda-forge asgiref
bjoern (🥉26 · ⭐ 2.6K) - A screamingly fast Python 2/3 WSGI server written in C.BSD-2
  • GitHub (👨‍💻 41 · 🔀 180 · 📦 340 · 📋 140 - 19% open · ⏱️ 13.08.2021):

     git clone https://github.com/jonashaag/bjoern
  • PyPi (📥 17K / month · 📦 240 · ⏱️ 03.11.2019):

     pip install bjoern
  • Conda (📥 52K · ⏱️ 13.10.2020):

     conda install -c conda-forge bjoern
mangum (🥉26 · ⭐ 640) - AWS Lambda & API Gateway support for ASGI.MIT
  • GitHub (👨‍💻 21 · 🔀 50 · 📦 360 · 📋 110 - 7% open · ⏱️ 11.08.2021):

     git clone https://github.com/jordaneremieff/mangum
  • PyPi (📥 92K / month · ⏱️ 11.08.2021):

     pip install mangum
Hypercorn (🥉25 · ⭐ 210) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by..MIT
  • GitHub (👨‍💻 31 · 🔀 29 · 📦 1.5K · 📋 34 - 14% open · ⏱️ 12.06.2021):

     git clone https://github.com/pgjones/hypercorn
  • PyPi (📥 420K / month · 📦 98 · ⏱️ 10.01.2021):

     pip install hypercorn
Show 3 hidden projects...
  • waitress (🥉27 · ⭐ 970) - Waitress - A WSGI server for Python 2 and 3.❗️ZPL-2.1
  • Meinheld (🥉24 · ⭐ 1.4K · 💀) - Meinheld is a high performance asynchronous WSGI Web Server (based..BSD-3
  • django-devserver (🥉24 · ⭐ 1.3K · 💀) - A drop-in replacement for Django's runserver.BSD-3

Authorization & Authentication

Back to top

oauthlib (🥇37 · ⭐ 2.3K) - A generic, spec-compliant, thorough implementation of the OAuth..BSD-3
  • GitHub (👨‍💻 180 · 🔀 440 · 📦 170K · 📋 340 - 21% open · ⏱️ 18.08.2021):

     git clone https://github.com/oauthlib/oauthlib
  • PyPi (📥 53M / month · 📦 24K · ⏱️ 01.06.2021):

     pip install oauthlib
  • Conda (📥 3.1M · ⏱️ 01.06.2021):

     conda install -c conda-forge oauthlib
django-allauth (🥇36 · ⭐ 6.7K) - Integrated set of Django applications addressing..MIT
  • GitHub (👨‍💻 540 · 🔀 2.3K · 📦 72K · 📋 1.8K - 21% open · ⏱️ 11.07.2021):

     git clone https://github.com/pennersr/django-allauth
  • PyPi (📥 520K / month · 📦 10K · ⏱️ 11.07.2021):

     pip install django-allauth
  • Conda (📥 65K · ⏱️ 23.12.2019):

     conda install -c conda-forge django-allauth
pyjwt (🥇35 · ⭐ 4K) - JSON Web Token implementation in Python.MIT
  • GitHub (👨‍💻 97 · 🔀 500 · 📦 140K · 📋 340 - 26% open · ⏱️ 31.08.2021):

     git clone https://github.com/jpadilla/pyjwt
  • PyPi (📥 49M / month · 📦 19K · ⏱️ 28.04.2021):

     pip install pyjwt
  • Conda (📥 4M · ⏱️ 28.04.2021):

     conda install -c conda-forge pyjwt
authlib (🥈32 · ⭐ 2.7K) - The ultimate Python library in building OAuth, OpenID Connect clients..BSD-3
  • GitHub (👨‍💻 66 · 🔀 260 · 📦 16K · 📋 270 - 11% open · ⏱️ 19.08.2021):

     git clone https://github.com/lepture/authlib
  • PyPi (📥 2.6M / month · 📦 320 · ⏱️ 05.06.2021):

     pip install authlib
  • Conda (📥 61K · ⏱️ 05.06.2021):

     conda install -c conda-forge authlib
google-auth (🥈32 · ⭐ 440) - Google Auth Python Library.Apache-2
  • GitHub (👨‍💻 87 · 🔀 200 · 📦 75K · 📋 300 - 18% open · ⏱️ 01.09.2021):

     git clone https://github.com/googleapis/google-auth-library-python
  • PyPi (📥 46M / month · 📦 3.6K · ⏱️ 31.08.2021):

     pip install google-auth
  • Conda (📥 2.9M · ⏱️ 01.09.2021):

     conda install -c conda-forge google-auth
django-guardian (🥈31 · ⭐ 3K) - Per object permissions for Django.BSD-3
  • GitHub (👨‍💻 160 · 🔀 520 · 📦 4.3K · 📋 440 - 27% open · ⏱️ 14.08.2021):

     git clone https://github.com/django-guardian/django-guardian
  • PyPi (📥 220K / month · 📦 3.8K · ⏱️ 23.05.2021):

     pip install django-guardian
  • Conda (📥 31K · ⏱️ 26.05.2021):

     conda install -c conda-forge django-guardian
flask-login (🥈31 · ⭐ 2.9K) - Flask user session management.MIT
  • GitHub (👨‍💻 100 · 🔀 650 · 📋 340 - 15% open · ⏱️ 03.08.2021):

     git clone https://github.com/maxcountryman/flask-login
  • PyPi (📥 3M / month · 📦 25K · ⏱️ 09.02.2020):

     pip install flask-login
  • Conda (📥 100K · ⏱️ 27.04.2020):

     conda install -c conda-forge flask-login
flask-jwt-extended (🥈31 · ⭐ 1.2K) - An open source Flask extension that provides JWT..MIT
  • GitHub (👨‍💻 77 · 🔀 200 · 📦 14K · 📋 320 - 3% open · ⏱️ 25.08.2021):

     git clone https://github.com/vimalloc/flask-jwt-extended
  • PyPi (📥 2.9M / month · 📦 1.2K · ⏱️ 25.08.2021):

     pip install flask-jwt-extended
  • Conda (📥 77K · ⏱️ 25.08.2021):

     conda install -c conda-forge flask-jwt-extended
python-jose (🥈31 · ⭐ 930) - A JOSE implementation in Python.MIT
  • GitHub (👨‍💻 44 · 🔀 180 · 📦 8.3K · 📋 120 - 40% open · ⏱️ 07.06.2021):

     git clone https://github.com/mpdavis/python-jose
  • PyPi (📥 5.8M / month · 📦 880 · ⏱️ 05.06.2021):

     pip install python-jose
  • Conda (📥 580K · ⏱️ 26.06.2021):

     conda install -c conda-forge python-jose
django-oauth-toolkit (🥈30 · ⭐ 2.4K) - OAuth2 goodies for the Djangonauts!.BSD-3
  • GitHub (👨‍💻 180 · 🔀 620 · 📋 640 - 26% open · ⏱️ 02.07.2021):

     git clone https://github.com/jazzband/django-oauth-toolkit
  • PyPi (📥 310K / month · 📦 2K · ⏱️ 22.03.2021):

     pip install django-oauth-toolkit
django-rest-framework-simplejwt (🥈29 · ⭐ 2.6K) - A JSON Web Token authentication plugin for the Django..MIT
  • GitHub (👨‍💻 62 · 🔀 400 · 📋 290 - 17% open · ⏱️ 19.08.2021):

     git clone https://github.com/SimpleJWT/django-rest-framework-simplejwt
  • PyPi (📥 570K / month · 📦 480 · ⏱️ 19.08.2021):

     pip install djangorestframework-simplejwt
djoser (🥉27 · ⭐ 2K · 💤) - REST implementation of Django authentication system.MIT
  • GitHub (👨‍💻 89 · 🔀 370 · 📋 380 - 28% open · ⏱️ 31.12.2020):

     git clone https://github.com/sunscrapers/djoser
  • PyPi (📥 100K / month · 📦 420 · ⏱️ 30.10.2020):

     pip install djoser
pyotp (🥉27 · ⭐ 1.8K) - Python One-Time Password Library.MIT
  • GitHub (👨‍💻 36 · 🔀 230 · 📥 110 · 📦 3.5K · 📋 68 - 5% open · ⏱️ 12.05.2021):

     git clone https://github.com/pyauth/pyotp
  • PyPi (📥 2.1M / month · 📦 890 · ⏱️ 04.02.2021):

     pip install pyotp
  • Conda (📥 11K · ⏱️ 04.02.2021):

     conda install -c conda-forge pyotp
django-rules (🥉27 · ⭐ 1.3K) - Awesome Django authorization, without the database.MIT
  • GitHub (👨‍💻 21 · 🔀 100 · 📦 660 · 📋 100 - 22% open · ⏱️ 23.05.2021):

     git clone https://github.com/dfunckt/django-rules
  • PyPi (📥 89K / month · 📦 220 · ⏱️ 10.05.2021):

     pip install rules
dj-rest-auth (🥉27 · ⭐ 680) - Authentication for Django Rest Framework.MIT
  • GitHub (👨‍💻 140 · 🔀 120 · 📥 140 · 📦 1.4K · 📋 190 - 40% open · ⏱️ 06.08.2021):

     git clone https://github.com/jazzband/dj-rest-auth
  • PyPi (📥 170K / month · ⏱️ 06.08.2021):

     pip install dj-rest-auth
Flask-HTTPAuth (🥉26 · ⭐ 1K) - Simple extension that provides Basic, Digest and Token HTTP..MIT
  • GitHub (👨‍💻 30 · 🔀 180 · 📋 87 - 6% open · ⏱️ 24.06.2021):

     git clone https://github.com/miguelgrinberg/Flask-HTTPAuth
  • PyPi (📥 440K / month · 📦 4.3K · ⏱️ 13.05.2021):

     pip install flask-httpauth
  • Conda (📥 96K · ⏱️ 14.05.2021):

     conda install -c conda-forge flask-httpauth
django-cas-ng (🥉26 · ⭐ 310) - Django CAS 1.0/2.0/3.0 client authentication library, support..MIT
  • GitHub (👨‍💻 78 · 🔀 150 · 📥 420 · 📦 260 · 📋 140 - 2% open · ⏱️ 14.08.2021):

     git clone https://github.com/django-cas-ng/django-cas-ng
  • PyPi (📥 8.6K / month · 📦 130 · ⏱️ 11.06.2021):

     pip install django-cas-ng
authomatic (🥉25 · ⭐ 970) - Simple yet powerful authorization / authentication client library for..MIT
  • GitHub (👨‍💻 43 · 🔀 390 · 📋 120 - 31% open · ⏱️ 10.08.2021):

     git clone https://github.com/authomatic/authomatic
  • PyPi (📥 1.2K / month · 📦 490 · ⏱️ 27.11.2019):

     pip install authomatic
django-rest-knox (🥉25 · ⭐ 690 · 💤) - Authentication Module for django rest auth.MIT
  • GitHub (👨‍💻 40 · 🔀 110 · 📦 5.9K · 📋 120 - 30% open · ⏱️ 01.12.2020):

     git clone https://github.com/James1345/django-rest-knox
  • PyPi (📥 55K / month · 📦 320 · ⏱️ 01.06.2019):

     pip install django-rest-knox
flask-dance (🥉23 · ⭐ 840) - Doing the OAuth dance with style using Flask, requests, and..MIT
  • GitHub (👨‍💻 52 · 🔀 140 · 📦 2.1K · 📋 180 - 15% open · ⏱️ 12.05.2021):

     git clone https://github.com/singingwolfboy/flask-dance
  • PyPi (📥 35K / month · 📦 300 · ⏱️ 12.05.2021):

     pip install flask-dance
  • Conda (📥 6.5K · ⏱️ 07.06.2019):

     conda install -c conda-forge flask-dance
fastapi-users (🥉22 · ⭐ 1.2K) - Ready-to-use and customizable users management for FastAPI.MIT
  • GitHub (👨‍💻 24 · 🔀 100 · 📋 150 - 3% open · ⏱️ 27.08.2021):

     git clone https://github.com/frankie567/fastapi-users
  • PyPi (📥 8.3K / month · ⏱️ 27.08.2021):

     pip install fastapi-users
flask-praetorian (🥉21 · ⭐ 290) - Strong, Simple, and Precise security for Flask APIs..MIT
  • GitHub (👨‍💻 20 · 🔀 40 · 📋 130 - 3% open · ⏱️ 05.07.2021):

     git clone https://github.com/dusktreader/flask-praetorian
  • PyPi (📥 2.8K / month · 📦 14 · ⏱️ 21.04.2021):

     pip install flask-praetorian
fastapi_login (🥉19 · ⭐ 220) - FastAPI-Login tries to provide similar functionality as..MIT
  • GitHub (👨‍💻 6 · 🔀 21 · 📥 3 · 📦 110 · 📋 25 - 16% open · ⏱️ 21.07.2021):

     git clone https://github.com/MushroomMaula/fastapi_login
  • PyPi (⏱️ 21.07.2021):

     pip install fastapi_login
flask_simplelogin (🥉19 · ⭐ 140) - Simple Login - Login Extension for Flask - maintainer..MIT
  • GitHub (👨‍💻 8 · 🔀 28 · 📋 16 - 18% open · ⏱️ 25.08.2021):

     git clone https://github.com/flask-extensions/flask_simplelogin
  • PyPi (📥 9.6K / month · 📦 14 · ⏱️ 14.10.2019):

     pip install flask_simplelogin
pyramid_jwt (🥉16 · ⭐ 72 · 💤) - JWT authentication for Pyramid.BSD-2
  • GitHub (👨‍💻 12 · 🔀 27 · 📋 28 - 28% open · ⏱️ 09.10.2020):

     git clone https://github.com/wichert/pyramid_jwt
  • PyPi (📥 12K / month · 📦 1 · ⏱️ 10.08.2018):

     pip install pyramid_jwt
fastapi-jwt-auth (🥉14 · ⭐ 250 · 💤) - FastAPI extension that provides JWT Auth support..MIT
  • GitHub (👨‍💻 3 · 🔀 33 · 📋 55 - 45% open · ⏱️ 11.11.2020):

     git clone https://github.com/IndominusByte/fastapi-jwt-auth
  • PyPi (⏱️ 06.11.2020):

     pip install fastapi-jwt-auth
Show 13 hidden projects...
  • requests-oauthlib (🥇34 · ⭐ 1.4K · 💀) - OAuthlib support for Python-Requests!.ISC
  • oauth2client (🥈31 · ⭐ 780 · 💀) - This is a Python library for accessing resources protected..Apache-2
  • django-rest-framework-jwt (🥈30 · ⭐ 3.1K · 💀) - JSON Web Token Authentication support for Django REST..MIT
  • python-social-auth (🥈30 · ⭐ 2.8K · 💀) - Social auth made simple.BSD-3
  • python-oauth2 (🥈29 · ⭐ 2.9K · 💀) - A fully tested, abstract interface to creating OAuth clients..MIT
  • rauth (🥉27 · ⭐ 1.6K · 💀) - A Python library for OAuth 1.0/a, 2.0, and Ofly.MIT
  • Flask-User (🥉25 · ⭐ 940 · 💀) - Customizable User Authorization & User Management: Register,..MIT
  • Flask-OpenID (🥉25 · ⭐ 210 · 💀) - Flask-OpenID adds openid support to flask applications.BSD-3
  • django-stronghold (🥉23 · ⭐ 370 · 💀) - Get inside your stronghold and make all your Django..MIT
  • velruse (🥉23 · ⭐ 250 · 💀) - Simplifying third-party authentication for web applications.MIT
  • python-jwt (🥉20 · ⭐ 190 · 💀) - Python module for generating and verifying JSON Web Tokens.MIT
  • apex (🥉19 · ⭐ 95 · 💀) - Toolkit for Pyramid, a Pylons Project, to add Authentication and..MIT
  • fastapi-permissions (🥉14 · ⭐ 180 · 💤) - row level security for FastAPI framework.❗️THE BEER-WARE LICENSE

HTML Processing

Back to top

lxml (🥇35 · ⭐ 1.9K) - The lxml XML toolkit for Python.BSD-3
  • GitHub (👨‍💻 130 · 🔀 450 · 📦 200K · ⏱️ 14.08.2021):

     git clone https://github.com/lxml/lxml
  • PyPi (📥 26M / month · 📦 67K · ⏱️ 21.03.2021):

     pip install lxml
  • Conda (📥 3.9M · ⏱️ 29.06.2021):

     conda install -c conda-forge lxml
html5lib-python (🥈33 · ⭐ 930) - Standards-compliant library for parsing and serializing HTML..MIT
  • GitHub (👨‍💻 62 · 🔀 250 · 📦 96K · 📋 240 - 35% open · ⏱️ 19.05.2021):

     git clone https://github.com/html5lib/html5lib-python
  • PyPi (📥 5.8M / month · 📦 29K · ⏱️ 22.06.2020):

     pip install html5lib
bleach (🥈32 · ⭐ 2.2K) - Bleach is an allowed-list-based HTML sanitizing library that escapes..Apache-2
  • GitHub (👨‍💻 72 · 🔀 220 · 📦 140K · 📋 330 - 15% open · ⏱️ 26.08.2021):

     git clone https://github.com/mozilla/bleach
  • PyPi (📥 18M / month · 📦 23K · ⏱️ 25.08.2021):

     pip install bleach
  • Conda (📥 4.8M · ⏱️ 25.08.2021):

     conda install -c conda-forge bleach
pyquery (🥈31 · ⭐ 2K) - A jquery-like library for python.BSD-3
  • GitHub (👨‍💻 48 · 🔀 160 · 📦 12K · 📋 170 - 26% open · ⏱️ 06.08.2021):

     git clone https://github.com/gawel/pyquery
  • PyPi (📥 990K / month · 📦 6.2K · ⏱️ 21.11.2020):

     pip install pyquery
  • Conda (📥 18K · ⏱️ 27.11.2020):

     conda install -c conda-forge pyquery
xhtml2pdf (🥉29 · ⭐ 1.8K) - A library for converting HTML into PDFs using ReportLab.Apache-2
  • GitHub (👨‍💻 130 · 🔀 540 · 📦 5.8K · 📋 300 - 39% open · ⏱️ 19.03.2021):

     git clone https://github.com/xhtml2pdf/xhtml2pdf
  • PyPi (📥 260K / month · 📦 1.6K · ⏱️ 08.10.2020):

     pip install xhtml2pdf
  • Conda (📥 30K · ⏱️ 20.01.2021):

     conda install -c conda-forge xhtml2pdf
markupsafe (🥉29 · ⭐ 420) - Safely add untrusted strings to HTML/XML markup.BSD-3
  • GitHub (👨‍💻 37 · 🔀 100 · 📦 650K · ⏱️ 01.09.2021):

     git clone https://github.com/pallets/markupsafe
  • PyPi (📦 150K · ⏱️ 18.05.2021):

     pip install markupsafe
  • Conda (📥 12M · ⏱️ 05.07.2021):

     conda install -c conda-forge markupsafe
WeasyPrint (🥉25 · ⭐ 4.5K) - The awesome document factory.BSD-3
  • GitHub (👨‍💻 110 · 🔀 540 · 📋 1.2K - 10% open · ⏱️ 01.09.2021):

     git clone https://github.com/Kozea/WeasyPrint
  • PyPi (📥 550K / month · ⏱️ 27.08.2021):

     pip install weasyprint
html5-parser (🥉25 · ⭐ 610) - Fast C based HTML 5 parsing for python.Apache-2
  • GitHub (👨‍💻 6 · 🔀 22 · 📦 260 · 📋 21 - 4% open · ⏱️ 26.07.2021):

     git clone https://github.com/kovidgoyal/html5-parser
  • PyPi (📥 1.2M / month · 📦 24 · ⏱️ 03.11.2019):

     pip install html5-parser
selectolax (🥉24 · ⭐ 430) - Python binding to Modest and Lexbor engines (fast HTML5 parser with..MIT
  • GitHub (👨‍💻 4 · 🔀 29 · 📦 190 · 📋 40 - 12% open · ⏱️ 02.09.2021):

     git clone https://github.com/rushter/selectolax
  • PyPi (📥 20K / month · 📦 6 · ⏱️ 28.08.2021):

     pip install selectolax
Show 1 hidden projects...
  • Requests-HTML (🥈31 · ⭐ 12K · 💀) - Pythonic HTML Parsing for Humans.MIT

URL Utilities

Back to top

tldextract (🥇32 · ⭐ 1.4K · 📈) - Accurately separate the TLD from the registered domain and..BSD-3
  • GitHub (👨‍💻 39 · 🔀 180 · 📦 7.1K · 📋 150 - 11% open · ⏱️ 01.09.2021):

     git clone https://github.com/john-kurkowski/tldextract
  • PyPi (📥 4M / month · 📦 1.8K · ⏱️ 01.09.2021):

     pip install tldextract
  • Conda (📥 91K · ⏱️ 01.09.2021):

     conda install -c conda-forge tldextract
Yarl (🥈30 · ⭐ 680) - Yet another URL library.Apache-2
  • GitHub (👨‍💻 59 · 🔀 90 · 📥 1.4K · 📋 180 - 15% open · ⏱️ 26.08.2021):

     git clone https://github.com/aio-libs/yarl
  • PyPi (📥 37M / month · 📦 4.6K · ⏱️ 14.11.2020):

     pip install yarl
  • Conda (📥 2.5M · ⏱️ 02.07.2021):

     conda install -c conda-forge yarl
furl (🥉26 · ⭐ 2.1K) - URL parsing and manipulation made easy.Unlicense
  • GitHub (👨‍💻 14 · 🔀 130 · 📋 98 - 20% open · ⏱️ 16.08.2021):

     git clone https://github.com/gruns/furl
  • PyPi (📥 420K / month · 📦 850 · ⏱️ 12.04.2021):

     pip install furl
  • Conda (📥 140K · ⏱️ 30.05.2021):

     conda install -c conda-forge furl
shortuuid (🥉25 · ⭐ 1.5K · 💤) - A generator library for concise, unambiguous and URL-safe UUIDs.BSD-3
  • GitHub (👨‍💻 22 · 🔀 92 · 📦 6.3K · 📋 31 - 6% open · ⏱️ 17.02.2021):

     git clone https://github.com/skorokithakis/shortuuid
  • PyPi (📦 1.7K · ⏱️ 06.03.2020):

     pip install shortuuid
  • Conda (📥 100K · ⏱️ 12.07.2021):

     conda install -c conda-forge shortuuid
purl (🥉24 · ⭐ 250) - A simple, immutable URL class with a clean API for interrogation and..MIT
  • GitHub (👨‍💻 18 · 🔀 34 · 📦 1.8K · 📋 22 - 31% open · ⏱️ 15.05.2021):

     git clone https://github.com/codeinthehole/purl
  • PyPi (📥 43K / month · 📦 710 · ⏱️ 15.05.2021):

     pip install purl
Show 1 hidden projects...

OpenAPI Utilities

Back to top

🔗 OpenAPI-Specification ( ⭐ 22K) - The OpenAPI Specification Repository.

OpenAPI Generator (🥇35 · ⭐ 9.6K) - OpenAPI Generator allows generation of API client..Apache-2
  • GitHub (👨‍💻 2.1K · 🔀 3.4K · 📦 3 · 📋 4.7K - 56% open · ⏱️ 02.09.2021):

     git clone https://github.com/OpenAPITools/openapi-generator
  • PyPi (📥 4.7K / month · ⏱️ 15.05.2020):

     pip install openapi-generator-cli
  • NPM (📥 650K / month · 📦 400 · ⏱️ 31.08.2021):

     npm install @openapitools/openapi-generator-cli
connexion (🥇33 · ⭐ 3.8K) - Swagger/OpenAPI First framework for Python on top of Flask..Apache-2
  • GitHub (👨‍💻 180 · 🔀 650 · 📦 5.4K · 📋 840 - 37% open · ⏱️ 02.09.2021):

     git clone https://github.com/zalando/connexion
  • PyPi (📥 720K / month · 📦 1.2K · ⏱️ 16.07.2021):

     pip install connexion
  • Conda (📥 150K · ⏱️ 16.07.2021):

     conda install -c conda-forge connexion
drf-yasg (🥇31 · ⭐ 2.4K · 💤) - Automated generation of real Swagger/OpenAPI 2.0 schemas..BSD-3
  • GitHub (👨‍💻 60 · 🔀 310 · 📦 42K · 📋 550 - 32% open · ⏱️ 31.10.2020):

     git clone https://github.com/axnsan12/drf-yasg
  • PyPi (📥 860K / month · 📦 580 · ⏱️ 25.10.2020):

     pip install drf-yasg
swagger-ui (🥈30 · ⭐ 21K) - Swagger UI is a collection of HTML, JavaScript, and CSS..Apache-2
  • GitHub (👨‍💻 480 · 🔀 8K · 📦 32K · 📋 4.6K - 14% open · ⏱️ 11.08.2021):

     git clone https://github.com/swagger-api/swagger-ui
flasgger (🥈29 · ⭐ 2.7K) - Easy OpenAPI specs and Swagger UI for your Flask API.MIT
  • GitHub (👨‍💻 100 · 🔀 380 · 📥 460 · 📦 5.4K · 📋 330 - 54% open · ⏱️ 22.07.2021):

     git clone https://github.com/flasgger/flasgger
  • PyPi (📥 260K / month · 📦 590 · ⏱️ 31.07.2020):

     pip install flasgger
  • Conda (📥 96K · ⏱️ 16.04.2021):

     conda install -c conda-forge flasgger
redoc (🥈28 · ⭐ 15K) - OpenAPI/Swagger-generated API Reference Documentation.MIT
  • GitHub (👨‍💻 160 · 🔀 1.7K · 📥 64 · 📦 1.6K · 📋 1.4K - 30% open · ⏱️ 01.09.2021):

     git clone https://github.com/Redocly/redoc
apispec (🥈28 · ⭐ 890) - A pluggable API specification generator. Currently supports the..MIT
  • GitHub (👨‍💻 74 · 🔀 150 · 📦 3.6K · 📋 220 - 9% open · ⏱️ 12.08.2021):

     git clone https://github.com/marshmallow-code/apispec
  • PyPi (📥 3.1M / month · 📦 14K · ⏱️ 10.08.2021):

     pip install apispec
apistar (🥈27 · ⭐ 5.6K) - The Web API toolkit.BSD-3
  • GitHub (👨‍💻 89 · 🔀 420 · 📦 650 · 📋 350 - 16% open · ⏱️ 31.08.2021):

     git clone https://github.com/encode/apistar
  • PyPi (📥 12K / month · 📦 280 · ⏱️ 03.04.2019):

     pip install apistar
  • Conda (📥 85K · ⏱️ 03.04.2019):

     conda install -c conda-forge apistar
OpenAPI Spec validator (🥈27 · ⭐ 180) - OpenAPI Spec validator.Apache-2
  • GitHub (👨‍💻 22 · 🔀 35 · 📋 67 - 43% open · ⏱️ 12.05.2021):

     git clone https://github.com/p1c2u/openapi-spec-validator
  • PyPi (📥 1.6M / month · 📦 220 · ⏱️ 12.05.2021):

     pip install openapi-spec-validator
drf-spectacular (🥉26 · ⭐ 690) - Sane and flexible OpenAPI 3 schema generation for Django..BSD-3
  • GitHub (👨‍💻 44 · 🔀 86 · 📦 600 · 📋 380 - 10% open · ⏱️ 31.08.2021):

     git clone https://github.com/tfranzel/drf-spectacular
  • PyPi (📥 200K / month · ⏱️ 31.08.2021):

     pip install drf-spectacular
flask-swagger (🥉26 · ⭐ 440 · 💤) - A swagger 2.0 spec extractor for flask.MIT
  • GitHub (👨‍💻 24 · 🔀 91 · 📦 3.5K · 📋 29 - 55% open · ⏱️ 29.09.2020):

     git clone https://github.com/gangverk/flask-swagger
  • PyPi (📥 2M / month · 📦 620 · ⏱️ 26.03.2019):

     pip install flask-swagger
  • Conda (📥 52K · ⏱️ 20.04.2019):

     conda install -c conda-forge flask-swagger
swagger-codegen (🥉25 · ⭐ 13K) - swagger-codegen contains a template-driven engine to..Apache-2
  • GitHub (👨‍💻 1.2K · 🔀 5.6K · 📋 6.1K - 48% open · ⏱️ 02.09.2021):

     git clone https://github.com/swagger-api/swagger-codegen
Spectacle (🥉24 · ⭐ 1.2K) - Beautiful static documentation generator for OpenAPI/Swagger 2.0.MIT
  • GitHub (👨‍💻 39 · 🔀 280 · 📦 140 · 📋 130 - 27% open · ⏱️ 09.08.2021):

     git clone https://github.com/sourcey/spectacle
  • NPM (📥 7.3K / month · 📦 52 · ⏱️ 10.03.2020):

     npm install spectacle-docs
OpenAPI-to-GraphQL (🥉24 · ⭐ 1.1K) - Translate APIs described by OpenAPI Specifications..MIT
  • GitHub (👨‍💻 34 · 🔀 130 · 📦 320 · 📋 230 - 45% open · ⏱️ 31.07.2021):

     git clone https://github.com/IBM/openapi-to-graphql
  • NPM (📥 4.7K / month · 📦 1 · ⏱️ 31.07.2021):

     npm install openapi-to-graphql-cli
openapi-core (🥉23 · ⭐ 150) - OpenAPI core.BSD-3
  • GitHub (👨‍💻 46 · 🔀 86 · 📋 150 - 34% open · ⏱️ 16.08.2021):

     git clone https://github.com/p1c2u/openapi-core
  • PyPi (📥 99K / month · 📦 22 · ⏱️ 14.05.2021):

     pip install openapi-core
AutoRest (🥉22 · ⭐ 3.5K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,..MIT
  • GitHub (👨‍💻 150 · 🔀 660 · 📥 78K · 📦 300 · 📋 1.8K - 5% open · ⏱️ 01.09.2021):

     git clone https://github.com/Azure/autorest
datamodel-code-generator (🥉22 · ⭐ 590) - Pydantic model generator for easy conversion of JSON,..MIT
  • GitHub (👨‍💻 25 · 🔀 68 · 📋 150 - 20% open · ⏱️ 27.08.2021):

     git clone https://github.com/koxudaxi/datamodel-code-generator
  • PyPi (📥 76K / month · ⏱️ 27.08.2021):

     pip install datamodel-code-generator
Spectree (🥉20 · ⭐ 120) - API spec validator and OpenAPI document generator for Python..Apache-2
  • GitHub (👨‍💻 16 · 🔀 38 · 📦 19 · 📋 62 - 17% open · ⏱️ 27.07.2021):

     git clone https://github.com/0b01001001/spectree
  • PyPi (📥 7.4K / month · ⏱️ 27.07.2021):

     pip install spectree
openapi-python-client (🥉19 · ⭐ 200) - Generate modern Python clients from OpenAPI.MIT
  • GitHub (👨‍💻 26 · 🔀 44 · 📋 170 - 21% open · ⏱️ 23.08.2021):

     git clone https://github.com/triaxtec/openapi-python-client
  • PyPi (📥 16K / month · ⏱️ 16.08.2021):

     pip install openapi-python-client
pyramid_openapi3 (🥉17 · ⭐ 69) - Pyramid addon for OpenAPI3 validation of requests and..MIT
  • GitHub (👨‍💻 20 · 🔀 31 · 📋 50 - 32% open · ⏱️ 18.08.2021):

     git clone https://github.com/Pylons/pyramid_openapi3
  • PyPi (📥 6.3K / month · 📦 2 · ⏱️ 13.06.2021):

     pip install pyramid_openapi3
Show 2 hidden projects...

GraphQL Utilities

Back to top

🔗 GraphQL Specification ( ⭐ 13K) - GraphQL is a query language and execution engine tied to any..

graphene (🥇33 · ⭐ 6.8K) - GraphQL framework for Python.MIT
  • GitHub (👨‍💻 170 · 🔀 720 · 📦 10K · 📋 920 - 11% open · ⏱️ 24.08.2021):

     git clone https://github.com/graphql-python/graphene
  • PyPi (📥 1.3M / month · 📦 1.4K · ⏱️ 16.07.2021):

     pip install graphene
  • Conda (📥 150K · ⏱️ 17.07.2021):

     conda install -c conda-forge graphene
graphene-django (🥇30 · ⭐ 3.7K) - Integrate GraphQL into your Django project.MIT
  • GitHub (👨‍💻 180 · 🔀 600 · 📦 6.3K · 📋 720 - 15% open · ⏱️ 11.06.2021):

     git clone https://github.com/graphql-python/graphene-django
  • PyPi (📥 310K / month · 📦 780 · ⏱️ 31.12.2020):

     pip install graphene-django
  • Conda (📥 13K · ⏱️ 09.01.2021):

     conda install -c conda-forge graphene-django
ariadne (🥈27 · ⭐ 1.5K) - Ariadne is a Python library for implementing GraphQL servers using..BSD-3
  • GitHub (👨‍💻 42 · 🔀 120 · 📦 480 · 📋 210 - 24% open · ⏱️ 02.09.2021):

     git clone https://github.com/mirumee/ariadne
  • PyPi (📥 110K / month · 📦 20 · ⏱️ 17.03.2021):

     pip install ariadne
graphql-core (🥈26 · ⭐ 380) - A Python 3.6+ port of the GraphQL.js reference implementation of..MIT
  • GitHub (👨‍💻 19 · 🔀 76 · 📦 10K · 📋 100 - 16% open · ⏱️ 29.08.2021):

     git clone https://github.com/graphql-python/graphql-core
  • PyPi (📥 2.1M / month · 📦 1.1K · ⏱️ 20.08.2021):

     pip install graphql-core
  • Conda (📥 190K · ⏱️ 24.08.2021):

     conda install -c conda-forge graphql-core
graphql-relay-py (🥈25 · ⭐ 130) - A library to help construct a graphql-py server supporting..MIT
  • GitHub (👨‍💻 9 · 🔀 30 · 📦 8.3K · 📋 24 - 37% open · ⏱️ 19.03.2021):

     git clone https://github.com/graphql-python/graphql-relay-py
  • PyPi (📥 1.2M / month · 📦 900 · ⏱️ 25.02.2021):

     pip install graphql-relay
graphene-mongo (🥈24 · ⭐ 240) - Graphene MongoEngine integration.MIT
  • GitHub (👨‍💻 27 · 🔀 84 · 📦 230 · 📋 80 - 27% open · ⏱️ 05.07.2021):

     git clone https://github.com/graphql-python/graphene-mongo
  • PyPi (📥 8.6K / month · 📦 22 · ⏱️ 30.06.2020):

     pip install graphene-mongo
  • Conda (📥 3.2K · ⏱️ 30.06.2020):

     conda install -c conda-forge graphene-mongo
tartiflette (🥉23 · ⭐ 770) - GraphQL Engine built with Python 3.6+ / asyncio.MIT
  • GitHub (👨‍💻 26 · 🔀 37 · 📦 59 · 📋 140 - 10% open · ⏱️ 30.08.2021):

     git clone https://github.com/tartiflette/tartiflette
  • PyPi (📥 3.4K / month · 📦 14 · ⏱️ 02.08.2021):

     pip install tartiflette
django-graphql-auth (🥉22 · ⭐ 250) - Django registration and authentication with GraphQL.MIT
  • GitHub (👨‍💻 14 · 🔀 53 · 📦 240 · 📋 78 - 50% open · ⏱️ 10.04.2021):

     git clone https://github.com/PedroBern/django-graphql-auth
  • PyPi (📥 7.2K / month · ⏱️ 16.11.2020):

     pip install django-graphql-auth
Strawberry GraphQL (🥉21 · ⭐ 1.2K) - A new GraphQL library for Python.MIT
  • GitHub (👨‍💻 83 · 🔀 140 · 📥 140 · 📋 300 - 45% open · ⏱️ 01.09.2021):

     git clone https://github.com/strawberry-graphql/strawberry
  • PyPi (📥 61K / month · 📦 2 · ⏱️ 01.09.2021):

     pip install strawberry-graphql
Flask-GraphQL-Auth (🥉18 · ⭐ 62) - (Now finding maintainer) A Pythonic way to provide JWT..MIT
  • GitHub (👨‍💻 7 · 🔀 9 · 📦 70 · 📋 19 - 31% open · ⏱️ 16.06.2021):

     git clone https://github.com/NovemberOscar/Flask-GraphQL-Auth
  • PyPi (📥 1.4K / month · 📦 4 · ⏱️ 19.04.2021):

     pip install flask-graphql-auth
tartiflette-aiohttp (🥉18 · ⭐ 52) - tartiflette-aiohttp is a wrapper of aiohttp which includes..MIT
  • GitHub (👨‍💻 9 · 🔀 6 · 📦 31 · 📋 17 - 17% open · ⏱️ 30.04.2021):

     git clone https://github.com/tartiflette/tartiflette-aiohttp
  • PyPi (📥 1.4K / month · 📦 4 · ⏱️ 15.12.2020):

     pip install tartiflette-aiohttp
graphene-pydantic (🥉16 · ⭐ 140) - Integrate GraphQL with your Pydantic models.Apache-2
  • GitHub (👨‍💻 13 · 🔀 33 · 📋 32 - 37% open · ⏱️ 19.08.2021):

     git clone https://github.com/graphql-python/graphene-pydantic
  • PyPi (📥 2.1K / month · ⏱️ 09.11.2020):

     pip install graphene-pydantic
tartiflette-asgi (🥉16 · ⭐ 93) - ASGI support for the Tartiflette GraphQL engine.MIT
  • GitHub (👨‍💻 12 · 🔀 14 · 📦 6 · 📋 50 - 14% open · ⏱️ 23.08.2021):

     git clone https://github.com/tartiflette/tartiflette-asgi
  • PyPi (📥 550 / month · 📦 1 · ⏱️ 19.01.2021):

     pip install tartiflette-asgi
Show 2 hidden projects...

Websocket Utilities

Back to top

websocket-client (🥇36 · ⭐ 2.7K) - WebSocket client for Python.Apache-2
  • GitHub (👨‍💻 190 · 🔀 660 · 📦 44K · 📋 460 - 1% open · ⏱️ 31.08.2021):

     git clone https://github.com/websocket-client/websocket-client
  • PyPi (📥 37M / month · 📦 11K · ⏱️ 13.08.2021):

     pip install websocket-client
  • Conda (📥 1.6M · ⏱️ 08.01.2021):

     conda install -c conda-forge websocket-client
autobahn-python (🥇32 · ⭐ 2.3K) - WebSocket and WAMP in Python for Twisted and asyncio.MIT
  • GitHub (👨‍💻 120 · 🔀 630 · 📦 15K · 📋 820 - 21% open · ⏱️ 22.07.2021):

     git clone https://github.com/crossbario/autobahn-python
  • PyPi (📥 590K / month · 📦 3.6K · ⏱️ 02.03.2021):

     pip install autobahn
websockets (🥈31 · ⭐ 3.5K) - Library for building WebSocket servers and clients in Python.BSD-3
  • GitHub (👨‍💻 50 · 🔀 370 · 📦 39K · 📋 800 - 5% open · ⏱️ 30.08.2021):

     git clone https://github.com/aaugustin/websockets
  • PyPi (📥 9.1M / month · 📦 5K · ⏱️ 27.05.2021):

     pip install websockets
  • Conda (📥 890K · ⏱️ 30.06.2021):

     conda install -c conda-forge websockets
Flask-SocketIO (🥈29 · ⭐ 4.4K) - Socket.IO integration for Flask applications.MIT
  • GitHub (👨‍💻 63 · 🔀 810 · 📋 1.5K - 0% open · ⏱️ 24.08.2021):

     git clone https://github.com/miguelgrinberg/Flask-SocketIO
  • PyPi (📥 1.8M / month · 📦 4.3K · ⏱️ 01.08.2021):

     pip install flask-socketio
  • Conda (📥 130K · ⏱️ 02.08.2021):

     conda install -c conda-forge flask-socketio
python-socketio (🥈28 · ⭐ 2.5K) - Python Socket.IO server and client.MIT
  • GitHub (👨‍💻 51 · 🔀 410 · 📋 640 - 4% open · ⏱️ 29.08.2021):

     git clone https://github.com/miguelgrinberg/python-socketio
  • PyPi (📥 850K / month · 📦 3.4K · ⏱️ 01.08.2021):

     pip install python-socketio
  • Conda (📥 190K · ⏱️ 02.08.2021):

     conda install -c conda-forge python-socketio
daphne (🥈28 · ⭐ 1.6K) - Django Channels HTTP/WebSocket server.BSD-3
  • GitHub (👨‍💻 57 · 🔀 190 · 📦 11K · 📋 270 - 16% open · ⏱️ 16.04.2021):

     git clone https://github.com/django/daphne
  • PyPi (📥 360K / month · 📦 1.5K · ⏱️ 07.04.2021):

     pip install daphne
  • Conda (📥 56K · ⏱️ 07.04.2021):

     conda install -c conda-forge daphne
websockify (🥉27 · ⭐ 2.9K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a..❗️LGPL-3.0
  • GitHub (👨‍💻 88 · 🔀 590 · 📦 400 · 📋 290 - 7% open · ⏱️ 23.07.2021):

     git clone https://github.com/novnc/websockify
  • PyPi (📥 25K / month · 📦 600 · ⏱️ 22.07.2021):

     pip install websockify
  • Conda (📥 22K · ⏱️ 23.07.2021):

     conda install -c conda-forge websockify
Show 4 hidden projects...
  • flask-sockets (🥉25 · ⭐ 1.7K · 💀) - [DEPRECATED] Elegant WebSockets for your Flask apps.MIT
  • gevent-socketio (🥉25 · ⭐ 1.2K · 💀) - Official repository for gevent-socketio.BSD-3
  • sockjs-tornado (🥉25 · ⭐ 860 · 💀) - WebSocket emulation - Python server.MIT
  • tornadio2 (🥉19 · ⭐ 530 · 💀) - Python socket.io server implementation on top of Tornado..Apache-2

RPC Utilities

Back to top

grpc (🥇39 · ⭐ 32K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).Apache-2
  • GitHub (👨‍💻 780 · 🔀 8.3K · 📥 150K · 📦 2.9K · 📋 9.9K - 8% open · ⏱️ 02.09.2021):

     git clone https://github.com/grpc/grpc
  • PyPi (📥 29M / month · 📦 6.8K · ⏱️ 24.08.2021):

     pip install grpcio
  • Conda (📥 3.4M · ⏱️ 22.06.2021):

     conda install -c conda-forge grpcio
rpyc (🥈27 · ⭐ 1K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.MIT
  • GitHub (👨‍💻 71 · 🔀 200 · 📥 130 · 📦 960 · 📋 350 - 13% open · ⏱️ 08.08.2021):

     git clone https://github.com/tomerfiliba-org/rpyc
  • PyPi (📥 290K / month · 📦 530 · ⏱️ 11.01.2021):

     pip install rpyc
  • Conda (📥 270K · ⏱️ 12.01.2021):

     conda install -c conda-forge rpyc
fastapi-jsonrpc (🥉18 · ⭐ 120) - JSON-RPC server based on fastapi.MIT
  • GitHub (👨‍💻 8 · 🔀 13 · 📦 10 · 📋 14 - 42% open · ⏱️ 13.08.2021):

     git clone https://github.com/smagafurov/fastapi-jsonrpc
  • PyPi (📥 1.8K / month · ⏱️ 27.07.2021):

     pip install fastapi-jsonrpc
Show 1 hidden projects...
  • spyne (🥉25 · ⭐ 1K) - A transport agnostic sync/async RPC library that focuses on exposing..❗️LGPL-2.1

Serverless

Back to top

Zappa (🥇32 · ⭐ 12K · 💤) - Serverless Python.MIT
  • GitHub (👨‍💻 260 · 🔀 1.3K · 📥 260 · 📋 1.4K - 51% open · ⏱️ 20.02.2021):

     git clone https://github.com/Miserlou/Zappa
  • PyPi (📥 110K / month · 📦 780 · ⏱️ 19.06.2021):

     pip install zappa
chalice (🥇32 · ⭐ 8.3K) - Python Serverless Microframework for AWS.Apache-2
  • GitHub (👨‍💻 170 · 🔀 850 · 📦 1.2K · 📋 1.1K - 30% open · ⏱️ 18.08.2021):

     git clone https://github.com/aws/chalice
  • PyPi (📥 110K / month · 📦 250 · ⏱️ 18.08.2021):

     pip install chalice
  • Conda (📥 68K · ⏱️ 15.01.2021):

     conda install -c conda-forge chalice
python-lambda (🥉24 · ⭐ 1.3K) - A toolkit for developing and deploying serverless Python code in..ISC
  • GitHub (👨‍💻 47 · 🔀 210 · 📦 140 · 📋 96 - 45% open · ⏱️ 14.07.2021):

     git clone https://github.com/nficano/python-lambda
  • PyPi (📥 7.3K / month · 📦 33 · ⏱️ 05.01.2021):

     pip install python-lambda

Content Management Systems

Back to top

wagtail (🥇31 · ⭐ 11K) - A Django content management system focused on flexibility and user..BSD-3
  • GitHub (👨‍💻 590 · 🔀 2.3K · 📦 5.7K · 📋 3.5K - 28% open · ⏱️ 01.09.2021):

     git clone https://github.com/wagtail/wagtail
  • PyPi (📥 100K / month · 📦 2.4K · ⏱️ 12.08.2021):

     pip install wagtail
  • Conda (📥 40K · ⏱️ 21.11.2019):

     conda install -c conda-forge wagtail
django-cms (🥈29 · ⭐ 8.3K) - The easy-to-use and developer-friendly CMS.BSD-3
  • GitHub (👨‍💻 580 · 🔀 2.7K · 📦 4K · 📋 3.4K - 6% open · ⏱️ 06.08.2021):

     git clone https://github.com/django-cms/django-cms
  • PyPi (📥 41K / month · 📦 3.1K · ⏱️ 29.06.2021):

     pip install django-cms
mezzanine (🥈29 · ⭐ 4.3K) - CMS framework for Django.BSD-2
  • GitHub (👨‍💻 320 · 🔀 1.5K · 📋 1.1K - 8% open · ⏱️ 17.08.2021):

     git clone https://github.com/stephenmcd/mezzanine
  • PyPi (📥 3.5K / month · 📦 2.4K · ⏱️ 29.07.2021):

     pip install mezzanine
lektor (🥉26 · ⭐ 3.5K) - The lektor static file content management system.BSD-3
  • GitHub (👨‍💻 89 · 🔀 280 · 📥 6.9K · 📦 300 · 📋 560 - 40% open · ⏱️ 22.08.2021):

     git clone https://github.com/lektor/lektor
  • PyPi (📥 1.5K / month · 📦 140 · ⏱️ 20.08.2020):

     pip install lektor
  • Conda (📥 49K · ⏱️ 27.08.2020):

     conda install -c conda-forge lektor
feincms (🥉21 · ⭐ 810) - A Django-based CMS with a focus on extensibility and concise code.BSD-3
  • GitHub (👨‍💻 130 · 🔀 230 · 📋 440 - 8% open · ⏱️ 25.04.2021):

     git clone https://github.com/feincms/feincms
  • PyPi (📥 2.9K / month · 📦 310 · ⏱️ 22.03.2021):

     pip install feincms
Show 1 hidden projects...
  • Kotti (🥉18 · ⭐ 360) - Kotti is a high-level, Pythonic web application framework based on Pyramid..❗️BSD

Web Testing

Back to top

selenium (🥇34 · ⭐ 22K) - A browser automation framework and ecosystem.Apache-2
  • GitHub (👨‍💻 680 · 🔀 6.5K · 📥 45K · 📦 110K · 📋 7.5K - 2% open · ⏱️ 02.09.2021):

     git clone https://github.com/SeleniumHQ/selenium
  • PyPi (📥 7.9M / month · 📦 28K · ⏱️ 02.09.2021):

     pip install selenium
  • Conda (📥 640K · ⏱️ 06.08.2021):

     conda install -c conda-forge selenium
Locust (🥇34 · ⭐ 17K · 📈) - Scalable user load testing tool written in Python.MIT
  • GitHub (👨‍💻 210 · 🔀 2.2K · 📦 1.6K · 📋 1.2K - 3% open · ⏱️ 02.09.2021):

     git clone https://github.com/locustio/locust
  • PyPi (📥 570K / month · 📦 70 · ⏱️ 02.09.2021):

     pip install locust
coverage (🥇33 · ⭐ 1.7K) - Code coverage measurement for Python.Apache-2
  • GitHub (👨‍💻 110 · 🔀 230 · 📦 160K · 📋 1.1K - 22% open · ⏱️ 01.09.2021):

     git clone https://github.com/nedbat/coveragepy
  • PyPi (📥 18M / month · 📦 100K · ⏱️ 18.07.2021):

     pip install coverage
  • Conda (📥 4.7M · ⏱️ 28.06.2021):

     conda install -c conda-forge coverage
responses (🥇32 · ⭐ 3.3K) - A utility for mocking out the Python Requests library.Apache-2
  • GitHub (👨‍💻 98 · 🔀 270 · 📥 6 · 📦 10K · 📋 200 - 36% open · ⏱️ 09.08.2021):

     git clone https://github.com/getsentry/responses
  • PyPi (📥 4.5M / month · 📦 4.9K · ⏱️ 09.08.2021):

     pip install responses
  • Conda (📥 720K · ⏱️ 09.08.2021):

     conda install -c conda-forge responses
splinter (🥇32 · ⭐ 2.4K) - splinter - python test framework for web applications.BSD-3
  • GitHub (👨‍💻 170 · 🔀 490 · 📦 4.9K · 📋 520 - 15% open · ⏱️ 31.08.2021):

     git clone https://github.com/cobrateam/splinter
  • PyPi (📥 110K / month · 📦 2.1K · ⏱️ 30.06.2021):

     pip install splinter
HTTPretty (🥈31 · ⭐ 1.9K) - HTTP client mocking tool for Python - inspired by Fakeweb for Ruby.MIT
  • GitHub (👨‍💻 100 · 🔀 250 · 📦 5K · 📋 230 - 39% open · ⏱️ 16.08.2021):

     git clone https://github.com/gabrielfalcao/HTTPretty
  • PyPi (📥 520K / month · 📦 5.3K · ⏱️ 16.08.2021):

     pip install httpretty
  • Conda (📥 120K · ⏱️ 16.08.2021):

     conda install -c conda-forge httpretty
pytest-django (🥈31 · ⭐ 930) - A Django plugin for pytest.BSD-3
  • GitHub (👨‍💻 120 · 🔀 290 · 📋 460 - 26% open · ⏱️ 06.06.2021):

     git clone https://github.com/pytest-dev/pytest-django
  • PyPi (📥 1.4M / month · 📦 11K · ⏱️ 06.06.2021):

     pip install pytest-django
mitmproxy (🥈30 · ⭐ 24K) - An interactive TLS-capable intercepting HTTP proxy for penetration..MIT
  • GitHub (👨‍💻 400 · 🔀 3K · 📥 210K · 📦 1.5K · 📋 2.6K - 9% open · ⏱️ 31.08.2021):

     git clone https://github.com/mitmproxy/mitmproxy
  • PyPi (📥 140K / month · 📦 850 · ⏱️ 04.08.2021):

     pip install mitmproxy
factory_boy (🥈30 · ⭐ 2.6K) - A test fixtures replacement for Python.MIT
  • GitHub (👨‍💻 120 · 🔀 330 · 📋 500 - 30% open · ⏱️ 19.07.2021):

     git clone https://github.com/FactoryBoy/factory_boy
  • PyPi (📥 1.7M / month · 📦 4.3K · ⏱️ 05.05.2018):

     pip install factory_boy
vcrpy (🥈30 · ⭐ 2.1K) - Automatically mock your HTTP interactions to simplify and speed up testing.MIT
  • GitHub (👨‍💻 110 · 🔀 270 · 📦 3.2K · 📋 330 - 24% open · ⏱️ 16.08.2021):

     git clone https://github.com/kevin1024/vcrpy
  • PyPi (📥 960K / month · 📦 1.7K · ⏱️ 09.10.2020):

     pip install vcrpy
SeleniumBase (🥈29 · ⭐ 2.3K) - Automate Web Testing with Selenium, Python, and pytest.MIT
  • GitHub (👨‍💻 28 · 🔀 550 · 📦 170 · 📋 270 - 0% open · ⏱️ 01.09.2021):

     git clone https://github.com/seleniumbase/SeleniumBase
  • PyPi (📥 120K / month · 📦 24 · ⏱️ 01.09.2021):

     pip install seleniumbase
webtest (🥈29 · ⭐ 300) - Wraps any WSGI application and makes it easy to send test requests to that..MIT
  • GitHub (👨‍💻 84 · 🔀 100 · 📦 8.6K · 📋 120 - 21% open · ⏱️ 26.08.2021):

     git clone https://github.com/Pylons/webtest
  • PyPi (📥 710K / month · 📦 7.7K · ⏱️ 19.08.2021):

     pip install webtest
Dredd (🥈28 · ⭐ 3.7K) - Language-agnostic HTTP API Testing Tool.MIT
  • GitHub (👨‍💻 110 · 🔀 280 · 📦 720 · 📋 790 - 27% open · ⏱️ 30.03.2021):

     git clone https://github.com/apiaryio/dredd
  • PyPi (📥 5.7K / month · 📦 38 · ⏱️ 09.04.2018):

     pip install dredd_hooks
  • NPM (📥 43K / month · 📦 310 · ⏱️ 30.11.2020):

     npm install dredd
django-silk (🥈28 · ⭐ 3.1K) - Silky smooth profiling for Django.MIT
  • GitHub (👨‍💻 110 · 🔀 260 · 📥 180 · 📦 1.6K · 📋 280 - 45% open · ⏱️ 28.08.2021):

     git clone https://github.com/jazzband/django-silk
  • PyPi (📥 160K / month · 📦 280 · ⏱️ 07.08.2020):

     pip install django-silk
Prism (🥈28 · ⭐ 2.2K) - Turn any OpenAPI2/3 and Postman Collection file into an API server..Apache-2
  • GitHub (👨‍💻 55 · 🔀 190 · 📥 770K · 📦 160 · 📋 480 - 6% open · ⏱️ 27.08.2021):

     git clone https://github.com/stoplightio/prism
  • NPM (📥 99K / month · 📦 4 · ⏱️ 26.08.2021):

     npm install @stoplight/prism-cli
SeleniumLibrary (🥈28 · ⭐ 1.1K) - Web testing library for Robot Framework.Apache-2
  • GitHub (👨‍💻 110 · 🔀 640 · 📥 3.5K · 📦 1.7K · 📋 950 - 3% open · ⏱️ 16.04.2021):

     git clone https://github.com/robotframework/SeleniumLibrary
  • PyPi (📥 420K / month · 📦 150 · ⏱️ 23.03.2021):

     pip install robotframework-seleniumlibrary
django-nose (🥈27 · ⭐ 870) - Django test runner using nose.BSD-3
  • GitHub (👨‍💻 62 · 🔀 240 · 📦 7.8K · 📋 220 - 40% open · ⏱️ 09.03.2021):

     git clone https://github.com/jazzband/django-nose
  • PyPi (📥 320K / month · 📦 8.7K · ⏱️ 20.08.2020):

     pip install django-nose
flask-testing (🥈27 · ⭐ 470 · 💤) - Unittest extensions for Flask.BSD-3
  • GitHub (👨‍💻 33 · 🔀 100 · 📦 13K · 📋 96 - 54% open · ⏱️ 24.12.2020):

     git clone https://github.com/jarus/flask-testing
  • PyPi (📥 250K / month · 📦 4.8K · ⏱️ 24.12.2020):

     pip install flask-testing
  • Conda (📥 51K · ⏱️ 24.12.2020):

     conda install -c conda-forge flask-testing
pytest-flask (🥈27 · ⭐ 380) - A set of pytest fixtures to test Flask applications.MIT
  • GitHub (👨‍💻 27 · 🔀 68 · 📋 65 - 12% open · ⏱️ 04.08.2021):

     git clone https://github.com/pytest-dev/pytest-flask
  • PyPi (📥 230K / month · 📦 17K · ⏱️ 27.02.2021):

     pip install pytest-flask
  • Conda (📥 49K · ⏱️ 27.02.2021):

     conda install -c conda-forge pytest-flask
tavern (🥉26 · ⭐ 810) - A command-line tool and Python library and Pytest plugin for automated..MIT
  • GitHub (👨‍💻 46 · 🔀 150 · 📦 240 · 📋 500 - 7% open · ⏱️ 18.07.2021):

     git clone https://github.com/taverntesting/tavern
  • PyPi (📥 140K / month · 📦 40 · ⏱️ 20.06.2021):

     pip install tavern
pyramid_debugtoolbar (🥉26 · ⭐ 93 · 💤) - Pyramid debug toolbar.BSD-3
  • GitHub (👨‍💻 65 · 🔀 78 · 📋 180 - 24% open · ⏱️ 25.11.2020):

     git clone https://github.com/Pylons/pyramid_debugtoolbar
  • PyPi (📥 1.1M / month · 📦 1.3K · ⏱️ 10.09.2018):

     pip install pyramid_debugtoolbar
django-test-plus (🥉25 · ⭐ 480) - Useful additions to Django's default TestCase.BSD-3
  • GitHub (👨‍💻 28 · 🔀 48 · 📋 51 - 17% open · ⏱️ 11.08.2021):

     git clone https://github.com/revsys/django-test-plus
  • PyPi (📥 67K / month · 📦 2.5K · ⏱️ 19.05.2021):

     pip install django-test-plus
  • Conda (📥 23K · ⏱️ 12.01.2018):

     conda install -c conda-forge django-test-plus
aioresponses (🥉25 · ⭐ 300) - Aioresponses is a helper for mock/fake web requests in python..MIT
  • GitHub (👨‍💻 34 · 🔀 58 · 📋 66 - 37% open · ⏱️ 09.03.2021):

     git clone https://github.com/pnuckowski/aioresponses
  • PyPi (📥 330K / month · 📦 150 · ⏱️ 09.03.2021):

     pip install aioresponses
httprunner (🥉24 · ⭐ 2.5K) - One-stop solution for HTTP(S) testing.Apache-2
  • GitHub (👨‍💻 25 · 🔀 970 · 📋 910 - 37% open · ⏱️ 18.07.2021):

     git clone https://github.com/httprunner/httprunner
  • PyPi (📥 4.3K / month · 📦 6 · ⏱️ 18.07.2021):

     pip install httprunner
mixer (🥉24 · ⭐ 770 · 💤) - Mixer -- Is a fixtures replacement. Supported Django, Flask,..BSD-3
  • GitHub (👨‍💻 39 · 🔀 87 · 📋 76 - 38% open · ⏱️ 11.01.2021):

     git clone https://github.com/klen/mixer
  • PyPi (📥 79K / month · 📦 600 · ⏱️ 11.01.2021):

     pip install mixer
httmock (🥉24 · ⭐ 430 · 💤) - A mocking library for requests.Apache-2
  • GitHub (👨‍💻 29 · 🔀 52 · 📦 1.4K · 📋 30 - 50% open · ⏱️ 28.10.2020):

     git clone https://github.com/patrys/httmock
  • PyPi (📥 300K / month · 📦 1.2K · ⏱️ 28.10.2020):

     pip install httmock
splash (🥉23 · ⭐ 3.4K · 💤) - Lightweight, scriptable browser as a service with an HTTP API.BSD-3
  • GitHub (👨‍💻 60 · 🔀 440 · 📋 800 - 42% open · ⏱️ 21.02.2021):

     git clone https://github.com/scrapinghub/splash
  • PyPi (📥 1.9K / month · 📦 18 · ⏱️ 16.06.2020):

     pip install splash
selenium-python-helium (🥉23 · ⭐ 2.6K) - Selenium-python but lighter: Helium is the best..MIT
  • GitHub (👨‍💻 5 · 🔀 200 · 📦 130 · 📋 45 - 33% open · ⏱️ 24.05.2021):

     git clone https://github.com/mherrmann/selenium-python-helium
  • PyPi (📥 13K / month · ⏱️ 24.05.2021):

     pip install helium
pytest-splinter (🥉23 · ⭐ 220 · 💤) - pytest splinter and selenium integration for anyone..MIT
  • GitHub (👨‍💻 28 · 🔀 49 · 📦 340 · 📋 75 - 12% open · ⏱️ 25.12.2020):

     git clone https://github.com/pytest-dev/pytest-splinter
  • PyPi (📥 20K / month · 📦 210 · ⏱️ 25.12.2020):

     pip install pytest-splinter
gabbi (🥉23 · ⭐ 140) - Declarative HTTP Testing for Python and anything else.Apache-2
  • GitHub (👨‍💻 26 · 🔀 29 · 📋 140 - 16% open · ⏱️ 01.09.2021):

     git clone https://github.com/cdent/gabbi
  • PyPi (📥 11K / month · 📦 200 · ⏱️ 23.02.2021):

     pip install gabbi
schemathesis (🥉22 · ⭐ 930) - A modern API testing tool for web applications built with..MIT
  • GitHub (👨‍💻 32 · 🔀 67 · 📋 560 - 15% open · ⏱️ 01.09.2021):

     git clone https://github.com/schemathesis/schemathesis
  • PyPi (📥 29K / month · ⏱️ 26.07.2021):

     pip install schemathesis
selene (🥉22 · ⭐ 470) - User-oriented Web UI browser tests in Python.MIT
  • GitHub (👨‍💻 33 · 🔀 120 · 📋 230 - 38% open · ⏱️ 29.07.2021):

     git clone https://github.com/yashaka/selene
  • PyPi (📥 11K / month · 📦 28 · ⏱️ 26.07.2021):

     pip install selene
python-mocket (🥉22 · ⭐ 220) - a socket mock framework - for all kinds of socket animals, web-..BSD-3
  • GitHub (👨‍💻 19 · 🔀 34 · 📦 55 · 📋 53 - 5% open · ⏱️ 01.09.2021):

     git clone https://github.com/mindflayer/python-mocket
  • PyPi (📥 5.3K / month · 📦 46 · ⏱️ 31.08.2021):

     pip install mocket
Model Bakery (🥉21 · ⭐ 420) - Object factory for Django.Apache-2
  • GitHub (👨‍💻 31 · 🔀 47 · 📋 91 - 25% open · ⏱️ 02.08.2021):

     git clone https://github.com/model-bakers/model_bakery
  • PyPi (📥 180K / month · 📦 8 · ⏱️ 13.06.2021):

     pip install model_bakery
molotov (🥉20 · ⭐ 340) - Load Testing Tool.Apache-2
  • GitHub (👨‍💻 12 · 🔀 26 · 📦 65 · 📋 100 - 19% open · ⏱️ 23.08.2021):

     git clone https://github.com/loads/molotov
  • PyPi (📥 800 / month · 📦 20 · ⏱️ 23.08.2021):

     pip install molotov
Mockoon (🥉19 · ⭐ 3.1K) - Mockoon is the easiest and quickest way to run mock APIs locally. No..MIT
  • GitHub (👨‍💻 37 · 🔀 180 · 📥 32K · 📋 370 - 9% open · ⏱️ 02.09.2021):

     git clone https://github.com/mockoon/mockoon
golem (🥉19 · ⭐ 460) - A complete test automation tool.MIT
  • GitHub (👨‍💻 20 · 🔀 70 · 📥 47 · 📦 4 · 📋 130 - 10% open · ⏱️ 04.08.2021):

     git clone https://github.com/golemhq/golem
  • PyPi (📥 280 / month · 📦 1 · ⏱️ 30.07.2021):

     pip install golem-framework
aresponses (🥉19 · ⭐ 84 · 💤) - Asyncio http mocking. Similar to the responses library used for..MIT
  • GitHub (👨‍💻 12 · 🔀 15 · 📦 180 · ⏱️ 21.01.2021):

     git clone https://github.com/CircleUp/aresponses
  • PyPi (📥 13K / month · 📦 92 · ⏱️ 21.01.2021):

     pip install aresponses
async-asgi-testclient (🥉18 · ⭐ 83) - A framework-agnostic library for testing ASGI web..MIT
  • GitHub (👨‍💻 10 · 🔀 9 · 📦 81 · 📋 13 - 15% open · ⏱️ 02.03.2021):

     git clone https://github.com/vinissimus/async-asgi-testclient
  • PyPi (📥 17K / month · 📦 6 · ⏱️ 11.01.2021):

     pip install async-asgi-testclient
fsociety (🥉16 · ⭐ 390) - A Modular Penetration Testing Framework.MIT
  • GitHub (👨‍💻 5 · 🔀 53 · 📦 1 · 📋 7 - 28% open · ⏱️ 30.08.2021):

     git clone https://github.com/fsociety-team/fsociety
  • PyPi (📥 460 / month · ⏱️ 21.05.2021):

     pip install fsociety
Show 9 hidden projects...
  • pyppeteer (🥈31 · ⭐ 3.5K · 💀) - Headless chrome/chromium automation library (unofficial port of..MIT
  • flask-debugtoolbar (🥈27 · ⭐ 810 · 💀) - A toolbar overlay for debugging Flask applications.BSD-3
  • parameterized (🥈27 · ⭐ 590 · 💤) - Parameterized testing with any Python test framework.❗️BSD-2-Clause-FreeBSD
  • wdb (🥉23 · ⭐ 1.5K · 💀) - An improbable web debugger through WebSockets.❗️GPL-3.0
  • requestium (🥉21 · ⭐ 1.6K · 💀) - Integration layer between Requests and Selenium for automation..BSD-3
  • pyresttest (🥉21 · ⭐ 1.1K · 💀) - Python Rest Testing.Apache-2
  • yandex-tank (🥉18 · ⭐ 2.1K) - Load and performance benchmark tool.❗️LGPL-2.1
  • huxley (🥉15 · ⭐ 4.1K · 💀) - A testing system for catching visual regressions in Web..Apache-2
  • Astra (🥉15 · ⭐ 1.8K · 💀) - Automated Security Testing For REST API's.Apache-2

Web Forms

Back to top

wtforms (🥇33 · ⭐ 1.3K) - A flexible forms validation and rendering library for Python.BSD-3
  • GitHub (👨‍💻 130 · 🔀 350 · 📦 100K · 📋 380 - 12% open · ⏱️ 25.08.2021):

     git clone https://github.com/wtforms/wtforms
  • PyPi (📥 2.3M / month · 📦 29K · ⏱️ 23.11.2020):

     pip install wtforms
  • Conda (📥 77K · ⏱️ 29.07.2020):

     conda install -c conda-forge wtforms
django-crispy-forms (🥈32 · ⭐ 4.3K) - The best way to have DRY Django forms. The app..MIT
  • GitHub (👨‍💻 220 · 🔀 680 · 📦 71K · 📋 640 - 11% open · ⏱️ 11.06.2021):

     git clone https://github.com/django-crispy-forms/django-crispy-forms
  • PyPi (📥 510K / month · 📦 16K · ⏱️ 11.06.2021):

     pip install django-crispy-forms
  • Conda (📥 41K · ⏱️ 11.06.2021):

     conda install -c conda-forge django-crispy-forms
flask-wtf (🥉31 · ⭐ 1.2K) - Simple integration of Flask and WTForms, including CSRF, file..BSD-3
  • GitHub (👨‍💻 92 · 🔀 270 · 📦 110K · 📋 290 - 8% open · ⏱️ 01.09.2021):

     git clone https://github.com/lepture/flask-wtf
  • PyPi (📥 3.2M / month · 📦 32K · ⏱️ 25.05.2021):

     pip install flask-wtf
  • Conda (📥 88K · ⏱️ 25.05.2021):

     conda install -c conda-forge flask-wtf
django-formtools (🥉25 · ⭐ 510) - A set of high-level abstractions for Django forms.BSD-3
  • GitHub (👨‍💻 64 · 🔀 100 · 📦 6.9K · 📋 120 - 49% open · ⏱️ 03.06.2021):

     git clone https://github.com/jazzband/django-formtools
  • PyPi (📥 220K / month · 📦 2.3K · ⏱️ 19.04.2021):

     pip install django-formtools
deform (🥉22 · ⭐ 370) - A Python HTML form library.BSD-3
  • GitHub (👨‍💻 100 · 🔀 150 · 📦 700 · 📋 180 - 25% open · ⏱️ 12.06.2021):

     git clone https://github.com/Pylons/deform
  • PyPi (📥 6.8K / month · 📦 350 · ⏱️ 10.12.2020):

     pip install deform

Markdown

Back to top

markdown (🥇34 · ⭐ 2.6K) - A Python implementation of John Grubers Markdown with Extension support.BSD-3
  • GitHub (👨‍💻 150 · 🔀 660 · 📦 150K · 📋 720 - 4% open · ⏱️ 11.08.2021):

     git clone https://github.com/Python-Markdown/markdown
  • PyPi (📥 19M / month · 📦 41K · ⏱️ 30.07.2021):

     pip install markdown
  • Conda (📥 2.3M · ⏱️ 01.03.2021):

     conda install -c conda-forge markdown
mistune (🥇33 · ⭐ 2K) - A fast yet powerful Python Markdown parser with renderers and plugins.BSD-3
  • GitHub (👨‍💻 31 · 🔀 200 · 📦 120K · 📋 220 - 11% open · ⏱️ 30.07.2021):

     git clone https://github.com/lepture/mistune
  • PyPi (📥 15M / month · 📦 18K · ⏱️ 16.02.2021):

     pip install mistune
  • Conda (📥 4.7M · ⏱️ 29.06.2021):

     conda install -c conda-forge mistune
pelican (🥈31 · ⭐ 11K) - Static site generator that supports Markdown and reST syntax...❗️AGPL-3.0
  • GitHub (👨‍💻 420 · 🔀 1.7K · 📥 390 · 📦 5.2K · 📋 1.5K - 3% open · ⏱️ 13.07.2021):

     git clone https://github.com/getpelican/pelican
  • PyPi (📥 19K / month · 📦 3.4K · ⏱️ 23.03.2021):

     pip install pelican
  • Conda (📥 110K · ⏱️ 23.03.2021):

     conda install -c conda-forge pelican
python-markdown2 (🥈30 · ⭐ 2.2K) - markdown2: A fast and complete implementation of Markdown in..MIT
  • GitHub (👨‍💻 60 · 🔀 380 · 📦 10K · 📋 250 - 43% open · ⏱️ 18.08.2021):

     git clone https://github.com/trentm/python-markdown2
  • PyPi (📥 420K / month · 📦 4.4K · ⏱️ 18.08.2021):

     pip install markdown2
html2text (🥈28 · ⭐ 1.1K) - Convert HTML to Markdown-formatted text.❗️GPL-3.0
  • GitHub (👨‍💻 76 · 🔀 200 · 📋 190 - 37% open · ⏱️ 13.06.2021):

     git clone https://github.com/Alir3z4/html2text
  • PyPi (📥 910K / month · 📦 3.8K · ⏱️ 16.01.2020):

     pip install html2text
pymdown-extensions (🥉27 · ⭐ 520) - Extensions for Python Markdown.MIT
  • GitHub (👨‍💻 27 · 🔀 180 · 📦 6.2K · 📋 260 - 6% open · ⏱️ 25.08.2021):

     git clone https://github.com/facelessuser/pymdown-extensions
  • PyPi (📥 530K / month · 📦 1.5K · ⏱️ 08.05.2021):

     pip install pymdown-extensions
  • Conda (📥 48K · ⏱️ 08.05.2021):

     conda install -c conda-forge pymdown-extensions
django-markdown-editor (🥉25 · ⭐ 490) - Awesome Django Markdown Editor, supported for..❗️GPL-3.0
  • GitHub (👨‍💻 23 · 🔀 700 · 📦 460 · 📋 110 - 21% open · ⏱️ 15.07.2021):

     git clone https://github.com/agusmakmun/django-markdown-editor
  • PyPi (📥 8.5K / month · 📦 40 · ⏱️ 16.07.2021):

     pip install martor
markdown-it-py (🥉21 · ⭐ 210) - Markdown parser, done right. 100% CommonMark support, extensions,..MIT
  • GitHub (👨‍💻 14 · 🔀 24 · 📋 49 - 32% open · ⏱️ 17.08.2021):

     git clone https://github.com/executablebooks/markdown-it-py
  • PyPi (📥 320K / month · ⏱️ 08.05.2021):

     pip install markdown-it-py
  • Conda (📥 140K · ⏱️ 10.05.2021):

     conda install -c conda-forge markdown-it-py
Show 4 hidden projects...
  • grip (🥉26 · ⭐ 5.3K · 💀) - Preview GitHub README.md files locally before committing them.MIT
  • django-markdownx (🥉25 · ⭐ 680 · 💀) - Comprehensive Markdown plugin built for Django.BSD-3
  • mistletoe (🥉22 · ⭐ 380 · 💀) - A fast, extensible and spec-compliant Markdown parser in pure Python.MIT
  • markdown-include (🥉21 · ⭐ 68 · 💀) - Provides syntax for Python-Markdown which allows for..❗️GPL-3.0

Third-party Web APIs

Back to top

🔗 Public APIs ( ⭐ 150K) - A collective list of free APIs.

🔗 best-of-ml-python - DB Clients ( ⭐ 5.6K) - Collection of python database client libraries.

discord.py (🥇38 · ⭐ 8.7K) - An API wrapper for Discord written in Python.MIT
  • GitHub (👨‍💻 280 · 🔀 2.7K · 📦 39K · 📋 2.5K - 4% open · ⏱️ 28.08.2021):

     git clone https://github.com/Rapptz/discord.py
  • PyPi (📥 31M / month · 📦 4.6K · ⏱️ 12.06.2021):

     pip install discord.py
youtube-dl (🥇37 · ⭐ 100K) - Command-line program to download videos from YouTube.com and..Unlicense
  • GitHub (👨‍💻 960 · 🔀 5.8K · 📥 44M · 📋 25K - 18% open · ⏱️ 01.07.2021):

     git clone https://github.com/ytdl-org/youtube-dl
  • PyPi (📥 5.4M / month · 📦 2.9K · ⏱️ 05.06.2021):

     pip install youtube_dl
  • Conda (📥 860K · ⏱️ 30.06.2021):

     conda install -c conda-forge youtube-dl
google-api-python-client (🥇35 · ⭐ 5K) - The official Python client library for Google's..Apache-2
  • GitHub (👨‍💻 170 · 🔀 2K · 📥 93 · 📦 72K · 📋 820 - 3% open · ⏱️ 02.09.2021):

     git clone https://github.com/googleapis/google-api-python-client
  • PyPi (📥 28M / month · 📦 13K · ⏱️ 02.09.2021):

     pip install google-api-python-client
  • Conda (📥 850K · ⏱️ 02.09.2021):

     conda install -c conda-forge google-api-python-client
GitPython (🥇35 · ⭐ 3.2K) - GitPython is a python library used to interact with Git repositories.BSD-3
  • GitHub (👨‍💻 240 · 🔀 720 · 📦 48K · 📋 790 - 15% open · ⏱️ 24.08.2021):

     git clone https://github.com/gitpython-developers/GitPython
  • PyPi (📥 23M / month · 📦 11K · ⏱️ 28.07.2021):

     pip install gitpython
  • Conda (📥 2.1M · ⏱️ 28.07.2021):

     conda install -c conda-forge gitpython
tweepy (🥇34 · ⭐ 8K) - Twitter for Python!.MIT
  • GitHub (👨‍💻 230 · 🔀 3.6K · 📦 28K · 📋 1K - 7% open · ⏱️ 26.08.2021):

     git clone https://github.com/tweepy/tweepy
  • PyPi (📥 560K / month · 📦 8.3K · ⏱️ 26.12.2020):

     pip install tweepy
  • Conda (📥 120K · ⏱️ 26.12.2020):

     conda install -c conda-forge tweepy
Telethon (🥇34 · ⭐ 5.3K) - Pure Python 3 MTProto API Telegram client library, for bots too!.MIT
  • GitHub (👨‍💻 140 · 🔀 790 · 📦 17K · 📋 1.6K - 4% open · ⏱️ 01.09.2021):

     git clone https://github.com/LonamiWebs/Telethon
  • PyPi (📥 5M / month · 📦 540 · ⏱️ 09.07.2021):

     pip install telethon
PyGithub (🥇34 · ⭐ 4.6K) - Typed interactions with the GitHub API v3.❗️LGPL-3.0
  • GitHub (👨‍💻 270 · 🔀 1.3K · 📦 20K · 📋 1.2K - 11% open · ⏱️ 21.06.2021):

     git clone https://github.com/PyGithub/PyGithub
  • PyPi (📥 4.4M / month · 📦 3.8K · ⏱️ 26.04.2021):

     pip install pygithub
  • Conda (📥 1.4M · ⏱️ 01.07.2021):

     conda install -c conda-forge pygithub
python-telegram-bot (🥈33 · ⭐ 16K) - We have made you a wrapper you can't refuse.❗️LGPL-3.0
  • GitHub (👨‍💻 160 · 🔀 3.4K · 📥 4K · 📦 36K · 📋 1.5K - 2% open · ⏱️ 11.08.2021):

     git clone https://github.com/python-telegram-bot/python-telegram-bot
  • PyPi (📥 390K / month · 📦 4.3K · ⏱️ 01.07.2021):

     pip install python-telegram-bot
  • Conda (📥 38K · ⏱️ 07.07.2021):

     conda install -c conda-forge python-telegram-bot
pyTelegramBotAPI (🥈33 · ⭐ 4.6K) - Python Telegram bot api.❗️GPL-2.0
  • GitHub (👨‍💻 160 · 🔀 1.2K · 📦 17K · 📋 820 - 0% open · ⏱️ 30.08.2021):

     git clone https://github.com/eternnoir/pyTelegramBotAPI
  • PyPi (📥 280K / month · 📦 1.7K · ⏱️ 30.08.2021):

     pip install pytelegrambotapi
praw (🥈33 · ⭐ 2.6K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that..BSD-2
  • GitHub (👨‍💻 210 · 🔀 410 · 📦 9.3K · 📋 660 - 1% open · ⏱️ 27.08.2021):

     git clone https://github.com/praw-dev/praw
  • PyPi (📥 1.1M / month · 📦 3.3K · ⏱️ 30.07.2021):

     pip install praw
  • Conda (📥 22K · ⏱️ 03.05.2020):

     conda install -c conda-forge praw
jira (🥈33 · ⭐ 1.4K) - Python Jira library. Development chat available on..BSD-2
  • GitHub (👨‍💻 210 · 🔀 680 · 📥 660 · 📋 560 - 16% open · ⏱️ 28.08.2021):

     git clone https://github.com/pycontribs/jira
  • PyPi (📥 3.3M / month · 📦 1.8K · ⏱️ 12.05.2021):

     pip install jira
  • Conda (📥 64K · ⏱️ 17.07.2018):

     conda install -c conda-forge jira
gspread (🥈32 · ⭐ 5.5K) - Google Sheets Python API.MIT
  • GitHub (👨‍💻 130 · 🔀 820 · 📥 4 · 📦 12K · 📋 660 - 14% open · ⏱️ 02.09.2021):

     git clone https://github.com/burnash/gspread
  • PyPi (📥 3.4M / month · 📦 1.6K · ⏱️ 07.08.2021):

     pip install gspread
  • Conda (📥 200K · ⏱️ 09.08.2021):

     conda install -c conda-forge gspread
pytube (🥈32 · ⭐ 4.7K · 📈) - A lightweight, dependency-free Python library (and command-line..Unlicense
  • GitHub (👨‍💻 94 · 🔀 1.1K · 📦 8.8K · 📋 670 - 4% open · ⏱️ 27.08.2021):

     git clone https://github.com/pytube/pytube
  • PyPi (📥 240K / month · 📦 420 · ⏱️ 27.08.2021):

     pip install pytube
stripe (🥈32 · ⭐ 1.1K) - Python library for the Stripe API.MIT
  • GitHub (👨‍💻 110 · 🔀 300 · 📦 17K · 📋 290 - 5% open · ⏱️ 27.07.2021):

     git clone https://github.com/stripe/stripe-python
  • PyPi (📥 1M / month · 📦 3.8K · ⏱️ 14.07.2021):

     pip install stripe
Wikipedia (🥈31 · ⭐ 2.3K · 💤) - A Pythonic wrapper for the Wikipedia API.MIT
  • GitHub (👨‍💻 23 · 🔀 440 · 📦 22K · 📋 230 - 69% open · ⏱️ 09.10.2020):

     git clone https://github.com/goldsmith/Wikipedia
  • PyPi (📥 630K / month · 📦 1.9K · ⏱️ 15.11.2014):

     pip install wikipedia
  • Conda (📥 46K · ⏱️ 18.06.2019):

     conda install -c conda-forge wikipedia
spotipy (🥈30 · ⭐ 3.4K) - A light weight Python library for the Spotify Web API.MIT
  • GitHub (👨‍💻 140 · 🔀 700 · 📦 5.6K · 📋 440 - 7% open · ⏱️ 12.08.2021):

     git clone https://github.com/plamere/spotipy
  • PyPi (📥 230K / month · 📦 920 · ⏱️ 12.08.2021):

     pip install spotipy
google-maps-services-python (🥈30 · ⭐ 3.3K) - Python client library for Google Maps API Web Services.Apache-2
  • GitHub (👨‍💻 58 · 🔀 1.1K · 📋 220 - 6% open · ⏱️ 29.07.2021):

     git clone https://github.com/googlemaps/google-maps-services-python
  • PyPi (📥 700K / month · 📦 2.3K · ⏱️ 29.07.2021):

     pip install googlemaps
py-googletrans (🥈30 · ⭐ 2.6K) - (unofficial) Googletrans: Free and Unlimited Google translate..MIT
  • GitHub (👨‍💻 25 · 🔀 450 · 📦 20K · 📋 230 - 8% open · ⏱️ 10.03.2021):

     git clone https://github.com/ssut/py-googletrans
  • PyPi (📥 1.2M / month · 📦 890 · ⏱️ 09.12.2020):

     pip install googletrans
twython (🥈30 · ⭐ 1.8K) - Actively maintained, pure Python wrapper for the Twitter API. Supports..MIT
  • GitHub (👨‍💻 100 · 🔀 400 · 📦 4.6K · 📋 320 - 6% open · ⏱️ 16.07.2021):

     git clone https://github.com/ryanmcgrath/twython
  • PyPi (📥 180K / month · 📦 2.3K · ⏱️ 16.07.2021):

     pip install twython
  • Conda (📥 250K · ⏱️ 17.07.2021):

     conda install -c conda-forge twython
twilio (🥈30 · ⭐ 1.5K) - A Python module for communicating with the Twilio API and generating TwiML.MIT
  • GitHub (👨‍💻 120 · 🔀 590 · 📦 18K · 📋 250 - 3% open · ⏱️ 25.08.2021):

     git clone https://github.com/twilio/twilio-python
  • PyPi (📥 1.6M / month · 📦 6.7K · ⏱️ 25.08.2021):

     pip install twilio
  • Conda (📥 60K · ⏱️ 26.08.2021):

     conda install -c conda-forge twilio
simple-salesforce (🥈30 · ⭐ 1.2K) - A very simple Salesforce.com REST API client for Python.Apache-2
  • GitHub (👨‍💻 73 · 🔀 530 · 📋 330 - 41% open · ⏱️ 18.08.2021):

     git clone https://github.com/simple-salesforce/simple-salesforce
  • PyPi (📥 3.5M / month · 📦 280 · ⏱️ 27.07.2021):

     pip install simple-salesforce
  • Conda (📥 38K · ⏱️ 11.12.2020):

     conda install -c conda-forge simple-salesforce
InstaPy (🥉29 · ⭐ 13K) - Instagram Bot - Tool for automated Instagram interactions.❗️GPL-3.0
  • GitHub (👨‍💻 300 · 🔀 3.2K · 📦 500 · 📋 5.2K - 4% open · ⏱️ 10.06.2021):

     git clone https://github.com/timgrossmann/InstaPy
  • PyPi (📥 9.7K / month · 📦 11 · ⏱️ 07.01.2021):

     pip install instapy
slackclient (🥉29 · ⭐ 3.2K) - Slack Developer Kit for Python.MIT
  • GitHub (👨‍💻 140 · 🔀 760 · 📥 340 · 📋 580 - 1% open · ⏱️ 30.08.2021):

     git clone https://github.com/slackapi/python-slack-sdk
  • PyPi (📥 7.5M / month · 📦 3.7K · ⏱️ 22.10.2020):

     pip install slackclient
  • Conda (📥 370K · ⏱️ 13.01.2021):

     conda install -c conda-forge slackclient
python-twitter (🥉29 · ⭐ 3.2K) - A Python wrapper around the Twitter API.Apache-2
  • GitHub (👨‍💻 160 · 🔀 960 · 📦 5.7K · 📋 410 - 24% open · ⏱️ 17.07.2021):

     git clone https://github.com/bear/python-twitter
  • PyPi (📥 210K / month · 📦 3.3K · ⏱️ 03.11.2018):

     pip install python-twitter
facebook-sdk (🥉29 · ⭐ 2.6K · 💤) - Python SDK for Facebook's Graph API.Apache-2
  • GitHub (👨‍💻 99 · 🔀 950 · 📦 3.2K · 📋 250 - 13% open · ⏱️ 27.12.2020):

     git clone https://github.com/mobolic/facebook-sdk
  • PyPi (📥 150K / month · 📦 2.5K · ⏱️ 06.11.2018):

     pip install facebook-sdk
hvac (🥉29 · ⭐ 890) - Python 2.7/3.X client for HashiCorp Vault.Apache-2
  • GitHub (👨‍💻 150 · 🔀 290 · 📥 450 · 📦 1.8K · 📋 300 - 33% open · ⏱️ 12.07.2021):

     git clone https://github.com/hvac/hvac
  • PyPi (📥 3.6M / month · 📦 380 · ⏱️ 12.07.2021):

     pip install hvac
  • Conda (📥 85K · ⏱️ 12.07.2021):

     conda install -c conda-forge hvac
instagram-scraper (🥉28 · ⭐ 5.3K) - Scrapes an instagram user's photos and videos.Unlicense
  • GitHub (👨‍💻 56 · 🔀 1.2K · 📦 240 · 📋 600 - 66% open · ⏱️ 18.08.2021):

     git clone https://github.com/arc298/instagram-scraper
  • PyPi (📥 11K / month · 📦 40 · ⏱️ 18.08.2021):

     pip install instagram-scraper
twitter (🥉28 · ⭐ 2.6K) - Python Twitter API.MIT
  • GitHub (👨‍💻 91 · 🔀 520 · 📦 3.2K · 📋 270 - 17% open · ⏱️ 18.06.2021):

     git clone https://github.com/sixohsix/twitter
  • PyPi (📥 130K / month · 📦 2.1K · ⏱️ 18.06.2021):

     pip install twitter
imdbpy (🥉28 · ⭐ 860) - IMDbPY is a Python package useful to retrieve and manage the data of..❗️GPL-2.0
  • GitHub (👨‍💻 55 · 🔀 240 · 📥 44 · 📋 230 - 15% open · ⏱️ 28.08.2021):

     git clone https://github.com/alberanid/imdbpy
  • PyPi (📥 6M / month · 📦 210 · ⏱️ 18.04.2021):

     pip install imdbpy
thumbor (🥉27 · ⭐ 8.5K) - thumbor is an open-source photo thumbnail service by globo.com.MIT
  • GitHub (👨‍💻 160 · 🔀 710 · 📦 280 · 📋 860 - 14% open · ⏱️ 13.04.2021):

     git clone https://github.com/thumbor/thumbor
  • PyPi (📥 7.9K / month · 📦 370 · ⏱️ 25.03.2020):

     pip install thumbor
twitter-scraper (🥉27 · ⭐ 2.9K · 💤) - Scrape the Twitter Frontend API without authentication.MIT
  • GitHub (👨‍💻 31 · 🔀 480 · 📦 2K · 📋 110 - 42% open · ⏱️ 09.01.2021):

     git clone https://github.com/bisguzar/twitter-scraper
  • PyPi (📥 220K / month · 📦 20 · ⏱️ 17.07.2020):

     pip install twitter-scraper
notion-py (🥉26 · ⭐ 3.1K · 💤) - Unofficial Python API client for Notion.so.MIT
  • GitHub (👨‍💻 31 · 🔀 370 · 📦 500 · 📋 250 - 56% open · ⏱️ 05.02.2021):

     git clone https://github.com/jamalex/notion-py
  • PyPi (📥 13K / month · 📦 18 · ⏱️ 05.02.2021):

     pip install notion
wechatpy (🥉26 · ⭐ 2.9K) - WeChat SDK for Python.MIT
  • GitHub (👨‍💻 87 · 🔀 660 · 📋 320 - 10% open · ⏱️ 30.08.2021):

     git clone https://github.com/wechatpy/wechatpy
  • PyPi (📥 6.6K / month · 📦 230 · ⏱️ 08.08.2021):

     pip install wechatpy
sherlock (🥉25 · ⭐ 27K) - Hunt down social media accounts by username across social networks.MIT
  • GitHub (👨‍💻 140 · 🔀 2.8K · 📋 600 - 20% open · ⏱️ 27.06.2021):

     git clone https://github.com/sherlock-project/sherlock
  • PyPi (📥 3.6K / month · 📦 6 · ⏱️ 11.05.2019):

     pip install sherlock
coursera-dl (🥉25 · ⭐ 8.5K · 💤) - Script for downloading Coursera.org videos and naming them.❗️LGPL-3.0
  • GitHub (👨‍💻 85 · 🔀 2K · 📦 150 · 📋 610 - 25% open · ⏱️ 12.02.2021):

     git clone https://github.com/coursera-dl/coursera-dl
  • PyPi (📥 1.7K / month · 📦 24 · ⏱️ 16.12.2019):

     pip install coursera-dl
  • Conda (📥 17K · ⏱️ 20.11.2019):

     conda install -c conda-forge coursera-dl
gallery-dl (🥉24 · ⭐ 3.7K) - Command-line program to download image galleries and..❗️GPL-2.0
  • GitHub (👨‍💻 46 · 🔀 350 · 📥 120K · 📋 1.6K - 19% open · ⏱️ 29.08.2021):

     git clone https://github.com/mikf/gallery-dl
  • PyPi (📥 7.4K / month · 📦 8 · ⏱️ 13.08.2021):

     pip install gallery-dl
gmusicapi (🥉24 · ⭐ 2.5K · 💤) - An unofficial client library for Google Music.BSD-3
  • GitHub (👨‍💻 51 · 🔀 300 · 📦 440 · 📋 510 - 11% open · ⏱️ 25.09.2020):

     git clone https://github.com/simon-weber/gmusicapi
  • PyPi (📥 440 / month · 📦 270 · ⏱️ 27.03.2020):

     pip install gmusicapi
igramscraper (🥉24 · ⭐ 2.1K) - scrapes medias, likes, followers, tags and all metadata. Inspired..MIT
  • GitHub (👨‍💻 29 · 🔀 330 · 📦 110 · 📋 140 - 70% open · ⏱️ 27.04.2021):

     git clone https://github.com/realsirjoe/instagram-scraper
  • PyPi (📥 2.9K / month · 📦 2 · ⏱️ 25.05.2020):

     pip install igramscraper
python-slack-sdk (🥉23 · ⭐ 3.2K) - Slack Developer Kit for Python.MIT
  • GitHub (👨‍💻 140 · 🔀 760 · 📥 340 · 📋 580 - 1% open · ⏱️ 30.08.2021):

     git clone https://github.com/slackapi/python-slack-sdk
  • PyPi (📥 1.5M / month · ⏱️ 26.08.2021):

     pip install slack-sdk
WikiExtractor (🥉22 · ⭐ 2.8K) - A tool for extracting plain text from Wikipedia dumps.❗️AGPL-3.0
  • GitHub (👨‍💻 30 · 🔀 790 · 📦 82 · 📋 210 - 48% open · ⏱️ 18.03.2021):

     git clone https://github.com/attardi/wikiextractor
  • PyPi (📥 910 / month · 📦 8 · ⏱️ 05.12.2020):

     pip install wikiextractor
ghapi (🥉21 · ⭐ 240) - A delightful and complete interface to GitHub's amazing API.Apache-2
  • GitHub (👨‍💻 8 · 🔀 22 · 📋 65 - 18% open · ⏱️ 10.07.2021):

     git clone https://github.com/fastai/ghapi
  • PyPi (📥 72K / month · ⏱️ 10.07.2021):

     pip install ghapi
scdl (🥉18 · ⭐ 2.1K · 💤) - Soundcloud Music Downloader.❗️GPL-2.0
  • GitHub (👨‍💻 41 · 🔀 230 · 📦 36 · 📋 280 - 14% open · ⏱️ 28.12.2020):

     git clone https://github.com/flyingrub/scdl
GHunt (🥉17 · ⭐ 10K) - Investigate Google emails and documents.MPL-2.0
  • GitHub (👨‍💻 21 · 🔀 790 · 📋 210 - 18% open · ⏱️ 30.08.2021):

     git clone https://github.com/mxrch/GHunt
Show 10 hidden projects...

Email

Back to top

yagmail (🥇29 · ⭐ 2.1K) - Send email in Python conveniently for gmail using yagmail.MIT
  • GitHub (👨‍💻 30 · 🔀 240 · 📦 1.5K · 📋 180 - 43% open · ⏱️ 30.08.2021):

     git clone https://github.com/kootenpv/yagmail
  • PyPi (📥 63K / month · 📦 760 · ⏱️ 30.08.2021):

     pip install yagmail
modoboa (🥈27 · ⭐ 1.9K) - Mail hosting made simple.ISC
  • GitHub (👨‍💻 100 · 🔀 260 · 📦 32 · 📋 1.6K - 8% open · ⏱️ 26.08.2021):

     git clone https://github.com/modoboa/modoboa
  • PyPi (📥 18K / month · 📦 48 · ⏱️ 26.08.2021):

     pip install modoboa
flanker (🥈27 · ⭐ 1.5K) - Python email address and Mime parsing library.Apache-2
  • GitHub (👨‍💻 54 · 🔀 170 · 📦 150 · 📋 88 - 59% open · ⏱️ 29.03.2021):

     git clone https://github.com/mailgun/flanker
  • PyPi (📥 91K / month · 📦 180 · ⏱️ 05.12.2019):

     pip install flanker
fastapi-mail (🥉23 · ⭐ 210) - Fastapi mail system sending mails(individual, bulk)..MIT
  • GitHub (👨‍💻 20 · 🔀 29 · 📦 130 · 📋 45 - 13% open · ⏱️ 07.08.2021):

     git clone https://github.com/sabuhish/fastapi-mail
  • PyPi (📥 12K / month · ⏱️ 07.08.2021):

     pip install fastapi-mail
mailer (🥉22 · ⭐ 230) - A light-weight, modular, message representation and mail delivery framework..MIT
  • GitHub (👨‍💻 20 · 🔀 50 · 📥 120 · 📋 72 - 36% open · ⏱️ 20.04.2021):

     git clone https://github.com/marrow/mailer
  • PyPi (📥 37K / month · 📦 160 · ⏱️ 22.04.2015):

     pip install mailer
  • Conda (📥 41K · ⏱️ 01.07.2021):

     conda install -c conda-forge mailer
pyramid_mailer (🥉22 · ⭐ 51) - A package for sending email from your Pyramid application.BSD-3
  • GitHub (👨‍💻 35 · 🔀 41 · 📋 42 - 21% open · ⏱️ 15.05.2021):

     git clone https://github.com/Pylons/pyramid_mailer
  • PyPi (📥 36K / month · 📦 190 · ⏱️ 13.12.2016):

     pip install pyramid_mailer
salmon (🥉17 · ⭐ 500) - A Python Mail Server.❗️GPL-3.0
  • GitHub (👨‍💻 15 · 🔀 50 · 📥 47 · 📦 14 · 📋 84 - 16% open · ⏱️ 02.03.2021):

     git clone https://github.com/moggers87/salmon
  • PyPi (📥 830 / month · 📦 1 · ⏱️ 31.12.2019):

     pip install salmon-mail
Show 4 hidden projects...

Web Scraping & Crawling

Back to top

Libraries for web scraping, crawling, downloading, and mining as well as libraries.

Scrapy (🥇38 · ⭐ 41K) - Scrapy, a fast high-level web crawling & scraping framework for Python.BSD-3
  • GitHub (👨‍💻 490 · 🔀 9.3K · 📦 26K · 📋 2.8K - 28% open · ⏱️ 24.08.2021):

     git clone https://github.com/scrapy/scrapy
  • PyPi (📥 1.7M / month · 📦 8.4K · ⏱️ 17.11.2020):

     pip install scrapy
  • Conda (📥 470K · ⏱️ 15.04.2021):

     conda install -c conda-forge scrapy
feedparser (🥇31 · ⭐ 1.3K) - Parse feeds in Python.BSD-2
  • GitHub (👨‍💻 46 · 🔀 260 · 📋 200 - 34% open · ⏱️ 01.08.2021):

     git clone https://github.com/kurtmckee/feedparser
  • PyPi (📥 1.2M / month · 📦 14K · ⏱️ 22.06.2021):

     pip install feedparser
You-Get (🥇30 · ⭐ 42K) - Dumb downloader that scrapes the web.MIT
  • GitHub (👨‍💻 230 · 🔀 8.5K · 📥 340K · ⏱️ 27.08.2021):

     git clone https://github.com/soimort/you-get
  • PyPi (📥 32K / month · 📦 36 · ⏱️ 15.08.2021):

     pip install you-get
newspaper3k (🥇30 · ⭐ 11K · 💤) - News, full-text, and article metadata extraction in Python 3...MIT
  • GitHub (👨‍💻 100 · 🔀 1.8K · 📦 3K · 📋 700 - 63% open · ⏱️ 02.09.2020):

     git clone https://github.com/codelucas/newspaper
  • PyPi (📥 220K / month · 📦 440 · ⏱️ 28.09.2018):

     pip install newspaper3k
  • Conda (📥 45K · ⏱️ 14.10.2020):

     conda install -c conda-forge newspaper3k
cloudscraper (🥈29 · ⭐ 1.2K) - A Python module to bypass Cloudflare's anti-bot page.MIT
  • GitHub (👨‍💻 8 · 🔀 170 · 📦 1.8K · ⏱️ 06.04.2021):

     git clone https://github.com/venomous/cloudscraper
  • PyPi (📥 1.8M / month · 📦 8 · ⏱️ 28.01.2021):

     pip install cloudscraper
parsel (🥈29 · ⭐ 690) - Parsel lets you extract data from XML/HTML documents using XPath or CSS..BSD-3
  • GitHub (👨‍💻 39 · 🔀 100 · 📦 17K · 📋 93 - 39% open · ⏱️ 09.08.2021):

     git clone https://github.com/scrapy/parsel
  • PyPi (📥 690K / month · 📦 2.9K · ⏱️ 07.05.2020):

     pip install parsel
  • Conda (📥 21K · ⏱️ 02.06.2020):

     conda install -c conda-forge parsel
pytrends (🥈28 · ⭐ 2.2K) - Pseudo API for Google Trends.Apache-2
  • GitHub (👨‍💻 70 · 🔀 620 · 📦 1.1K · 📋 380 - 24% open · ⏱️ 23.04.2021):

     git clone https://github.com/GeneralMills/pytrends
  • PyPi (📥 98K / month · 📦 82 · ⏱️ 22.05.2020):

     pip install pytrends
MechanicalSoup (🥈27 · ⭐ 3.8K) - A Python library for automating interaction with websites.MIT
  • GitHub (👨‍💻 46 · 🔀 360 · 📥 40 · 📋 160 - 18% open · ⏱️ 09.06.2021):

     git clone https://github.com/MechanicalSoup/MechanicalSoup
  • PyPi (📥 300K / month · 📦 430 · ⏱️ 29.05.2021):

     pip install MechanicalSoup
  • Conda (📥 120K · ⏱️ 31.05.2021):

     conda install -c conda-forge mechanicalsoup
soupsieve (🥈27 · ⭐ 110) - A modern CSS selector implementation for BeautifulSoup.MIT
  • GitHub (👨‍💻 8 · 🔀 22 · 📦 140K · 📋 94 - 13% open · ⏱️ 29.08.2021):

     git clone https://github.com/facelessuser/soupsieve
  • PyPi (📥 21M / month · 📦 4.2K · ⏱️ 09.02.2021):

     pip install soupsieve
  • Conda (📥 3.4M · ⏱️ 17.08.2020):

     conda install -c conda-forge soupsieve
extruct (🥈26 · ⭐ 620) - Extract embedded metadata from HTML markup.BSD-3
  • GitHub (👨‍💻 29 · 🔀 89 · 📦 300 · 📋 80 - 37% open · ⏱️ 11.08.2021):

     git clone https://github.com/scrapinghub/extruct
  • PyPi (📥 81K / month · 📦 42 · ⏱️ 26.07.2021):

     pip install extruct
micawber (🥈26 · ⭐ 540) - a small library for extracting rich content from urls.MIT
  • GitHub (👨‍💻 27 · 🔀 83 · 📦 600 · ⏱️ 12.07.2021):

     git clone https://github.com/coleifer/micawber
  • PyPi (📥 14K / month · 📦 370 · ⏱️ 12.07.2021):

     pip install micawber
Grab (🥈25 · ⭐ 2.1K · 💤) - Web Scraping Framework.MIT
  • GitHub (👨‍💻 65 · 🔀 250 · 📦 320 · 📋 220 - 12% open · ⏱️ 08.12.2020):

     git clone https://github.com/lorien/grab
  • PyPi (📥 4K / month · 📦 210 · ⏱️ 24.06.2018):

     pip install grab
Gerapy (🥉23 · ⭐ 2.5K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,..MIT
  • GitHub (👨‍💻 10 · 🔀 520 · 📦 110 · 📋 170 - 30% open · ⏱️ 28.08.2021):

     git clone https://github.com/Gerapy/Gerapy
  • PyPi (📥 760 / month · 📦 8 · ⏱️ 31.07.2021):

     pip install gerapy
ruia (🥉23 · ⭐ 1.5K) - Async Python 3.6+ web scraping micro-framework based on asyncio.Apache-2
  • GitHub (👨‍💻 15 · 🔀 160 · 📥 13 · 📦 53 · 📋 89 - 3% open · ⏱️ 29.07.2021):

     git clone https://github.com/howie6879/ruia
  • PyPi (📥 420 / month · 📦 6 · ⏱️ 07.05.2021):

     pip install ruia
trafilatura (🥉23 · ⭐ 240) - Web scraping library and command-line tool for text discovery..❗️GPL-3.0
  • GitHub (👨‍💻 14 · 🔀 46 · 📦 85 · 📋 86 - 24% open · ⏱️ 11.08.2021):

     git clone https://github.com/adbar/trafilatura
  • PyPi (📥 81K / month · ⏱️ 02.08.2021):

     pip install trafilatura
AutoScraper (🥉21 · ⭐ 3.9K · 💤) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python.MIT
  • GitHub (👨‍💻 6 · 🔀 390 · 📦 84 · 📋 39 - 15% open · ⏱️ 03.02.2021):

     git clone https://github.com/alirezamika/autoscraper
  • PyPi (📥 1.5K / month · ⏱️ 23.01.2021):

     pip install autoscraper
gazpacho (🥉20 · ⭐ 590) - The simple, fast, and modern web scraping library.MIT
  • GitHub (👨‍💻 16 · 🔀 55 · 📦 120 · 📋 44 - 27% open · ⏱️ 24.04.2021):

     git clone https://github.com/maxhumber/gazpacho
  • PyPi (📥 10K / month · 📦 2 · ⏱️ 09.10.2020):

     pip install gazpacho
beautifulsoup4 (🥉20 · 💤) - Screen-scraping library.MIT
  • PyPi (📥 21M / month · 📦 62K · ⏱️ 03.10.2020):
     pip install beautifulsoup4
  • Conda (📥 4.7M · ⏱️ 03.10.2020):
     conda install -c conda-forge beautifulsoup4
dirsearch (🥉19 · ⭐ 6.7K) - Web path scanner.❗️GPL-2.0
  • GitHub (👨‍💻 84 · 🔀 1.6K · 📦 1 · 📋 330 - 9% open · ⏱️ 02.09.2021):

     git clone https://github.com/maurosoria/dirsearch
Lassie (🥉18 · ⭐ 530) - Web Content Retrieval for Humans.MIT
  • GitHub (👨‍💻 15 · 🔀 43 · 📦 26 · 📋 38 - 23% open · ⏱️ 20.08.2021):

     git clone https://github.com/michaelhelmick/lassie
  • PyPi (📥 880 / month · 📦 14 · ⏱️ 20.08.2021):

     pip install lassie
Scrapera (🥉15 · ⭐ 280) - A universal package of scraper scripts for humans.MIT
  • GitHub (👨‍💻 4 · 🔀 15 · 📋 7 - 28% open · ⏱️ 30.08.2021):

     git clone https://github.com/DarshanDeshpande/Scrapera
  • PyPi (📥 180 / month · ⏱️ 07.02.2021):

     pip install scrapera
Show 13 hidden projects...
  • Pattern (🥈29 · ⭐ 8K · 💀) - Web mining module for Python, with tools for scraping, natural..BSD-3
  • pyspider (🥈27 · ⭐ 15K · 💀) - A Powerful Spider(Web Crawler) System in Python.Apache-2
  • python-goose (🥈25 · ⭐ 3.7K · 💀) - Html Content / Article Extractor, web scrapping lib in..Apache-2
  • scrapely (🥉24 · ⭐ 1.8K · 💀) - A pure-python HTML screen-scraping library.BSD-3
  • robobrowser (🥉23 · ⭐ 3.6K · 💀) - Your friendly neighborhood web scraper.BSD-3
  • frontera (🥉22 · ⭐ 1.2K · 💀) - A scalable frontier for web crawlers.BSD-3
  • Photon (🥉21 · ⭐ 8.1K · 💀) - Incredibly fast crawler designed for OSINT.❗️GPL-3.0
  • snallygaster (🥉18 · ⭐ 1.9K) - Tool to scan for secret files on HTTP servers.❗️CC0-1.0
  • Cola (🥉18 · ⭐ 1.4K · 💀) - A high-level distributed crawling framework.Apache-2
  • opengraph (🥉18 · ⭐ 200 · 💀) - A python module to parse the Open Graph Protocol.MIT
  • gain (🥉17 · ⭐ 2K · 💀) - Web crawling framework based on asyncio.❗️GPL-3.0
  • Transistor (🥉14 · ⭐ 210 · 💀) - Transistor, a Python web scraping framework for intelligent use..MIT
  • lazynlp (🥉13 · ⭐ 1.9K · 💀) - Library to scrape and clean web pages to create massive datasets.MIT

Monitoring

Back to top

sentry (🥇32 · ⭐ 29K) - Sentry is cross-platform application monitoring, with a focus on..❗️SSPL-1.0
  • GitHub (👨‍💻 610 · 🔀 3.2K · 📥 41K · 📦 530 · 📋 4.7K - 7% open · ⏱️ 02.09.2021):

     git clone https://github.com/getsentry/sentry
  • PyPi (📥 40K / month · 📦 640 · ⏱️ 15.08.2021):

     pip install sentry
  • Conda (📥 100K · ⏱️ 27.07.2021):

     conda install -c conda-forge sentry-sdk
Prometheus Client (🥇26 · ⭐ 2.3K) - Python client for the Prometheus monitoring system.Apache-2
  • GitHub (👨‍💻 110 · 🔀 570 · 📋 360 - 9% open · ⏱️ 06.07.2021):

     git clone https://github.com/prometheus/client_python
  • PyPi (📥 24M / month · ⏱️ 01.06.2021):

     pip install prometheus-client
opentracing-python (🥈25 · ⭐ 740) - OpenTracing API for Python.Apache-2
  • GitHub (👨‍💻 33 · 🔀 110 · 📋 48 - 33% open · ⏱️ 13.04.2021):

     git clone https://github.com/opentracing/opentracing-python
  • PyPi (📥 1.9M / month · 📦 300 · ⏱️ 19.11.2020):

     pip install opentracing
Flask-MonitoringDashboard (🥈25 · ⭐ 560) - Automatically monitor the evolving performance of..MIT
  • GitHub (👨‍💻 26 · 🔀 120 · 📦 1.1K · 📋 170 - 28% open · ⏱️ 06.05.2021):

     git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard
  • PyPi (📥 6.2K / month · 📦 14 · ⏱️ 09.09.2020):

     pip install flask-monitoringdashboard
prometheus-flask-exporter (🥈25 · ⭐ 380) - Prometheus exporter for Flask applications.MIT
  • GitHub (👨‍💻 18 · 🔀 95 · 📋 87 - 16% open · ⏱️ 25.07.2021):

     git clone https://github.com/rycus86/prometheus_flask_exporter
  • PyPi (📥 13M / month · 📦 40 · ⏱️ 04.05.2021):

     pip install prometheus-flask-exporter
ngxtop (🥉22 · ⭐ 6.2K · 💤) - Real-time metrics for nginx server.MIT
  • GitHub (👨‍💻 9 · 🔀 460 · 📦 29 · 📋 89 - 69% open · ⏱️ 21.12.2020):

     git clone https://github.com/lebinh/ngxtop
  • PyPi (📥 5K / month · 📦 18 · ⏱️ 21.12.2020):

     pip install ngxtop
opentelemetry-python (🥉19 · ⭐ 660) - OpenTelemetry Python API and SDK.Apache-2
  • GitHub (👨‍💻 120 · 🔀 230 · 📋 820 - 10% open · ⏱️ 01.09.2021):

     git clone https://github.com/open-telemetry/opentelemetry-python
  • PyPi (📥 2.4K / month · ⏱️ 13.11.2020):

     pip install timing-asgi
GoAccess (🥉18 · ⭐ 14K) - GoAccess is a real-time web log analyzer and interactive viewer that runs..MIT
  • GitHub (👨‍💻 130 · 🔀 900 · 📋 1.9K - 16% open · ⏱️ 01.09.2021):

     git clone https://github.com/allinurl/goaccess
Starlette Prometheus (🥉18 · ⭐ 160) - Prometheus integration for Starlette.❗️GPL-3.0
  • GitHub (👨‍💻 11 · 🔀 22 · 📋 19 - 36% open · ⏱️ 31.08.2021):

     git clone https://github.com/perdy/starlette-prometheus
  • PyPi (📥 22K / month · ⏱️ 31.08.2021):

     pip install starlette-prometheus
starlette context (🥉17 · ⭐ 180) - Middleware for Starlette that allows you to store and..MIT
  • GitHub (👨‍💻 5 · 🔀 9 · 📋 24 - 16% open · ⏱️ 28.06.2021):

     git clone https://github.com/tomwojcik/starlette-context
  • PyPi (📥 38K / month · ⏱️ 28.06.2021):

     pip install starlette-context
flask-state (🥉16 · ⭐ 610) - Display machine state using Python3 with Flask.BSD-3
  • GitHub (👨‍💻 10 · 🔀 49 · 📋 23 - 30% open · ⏱️ 18.06.2021):

     git clone https://github.com/yoobool/flask-state
  • PyPi (📥 100 / month · ⏱️ 18.06.2021):

     pip install Flask-State
Show 1 hidden projects...
  • timing-asgi (🥉6 · ⭐ 75 · 💤) - ASGI middleware to record and emit timing metrics (to..❗Unlicensed

Web UI

Back to top

Streamlit (🥇28 · ⭐ 16K) - Streamlit The fastest way to build data apps in Python.Apache-2
  • GitHub (👨‍💻 120 · 🔀 1.4K · 📦 110 · 📋 1.9K - 28% open · ⏱️ 01.09.2021):

     git clone https://github.com/streamlit/streamlit
  • PyPi (📥 470K / month · 📦 34 · ⏱️ 19.08.2021):

     pip install streamlit
wave (🥈27 · ⭐ 2.7K) - Realtime Web Apps and Dashboards for Python and R.Apache-2
  • GitHub (👨‍💻 23 · 🔀 130 · 📥 190K · 📋 530 - 34% open · ⏱️ 27.08.2021):

     git clone https://github.com/h2oai/wave
  • PyPi (📥 7.2K / month · 📦 320 · ⏱️ 09.01.2011):

     pip install wave
flaskbb (🥈22 · ⭐ 2.1K) - A classic Forum Software in Python using Flask.BSD-3
  • GitHub (👨‍💻 57 · 🔀 530 · 📦 22 · 📋 320 - 11% open · ⏱️ 15.08.2021):

     git clone https://github.com/flaskbb/flaskbb
  • PyPi (📥 110 / month · 📦 2 · ⏱️ 15.07.2018):

     pip install FlaskBB
Wooey (🥈22 · ⭐ 1.6K) - A Django app that creates automatic web UIs for Python scripts.BSD-3
  • GitHub (👨‍💻 22 · 🔀 170 · 📦 30 · 📋 200 - 27% open · ⏱️ 09.08.2021):

     git clone https://github.com/wooey/wooey
  • PyPi (📥 290 / month · 📦 1 · ⏱️ 16.04.2020):

     pip install wooey
idom (🥉16 · ⭐ 390) - Create highly interactive web pages purely in Python.MIT
  • GitHub (👨‍💻 5 · 🔀 19 · 📋 160 - 18% open · ⏱️ 01.09.2021):

     git clone https://github.com/idom-team/idom
  • PyPi (📥 2K / month · 📦 2 · ⏱️ 20.08.2021):

     pip install idom
Show 1 hidden projects...
  • Misago (🥉20 · ⭐ 2.1K · 💀) - Misago is fully featured modern forum application that is fast,..❗️GPL-2.0

Admin UI

Back to top

flask-admin (🥇34 · ⭐ 4.8K) - Simple and extensible administrative interface framework for..BSD-3
  • GitHub (👨‍💻 330 · 🔀 1.3K · 📦 12K · 📋 1.3K - 28% open · ⏱️ 03.08.2021):

     git clone https://github.com/flask-admin/flask-admin
  • PyPi (📥 1.9M / month · 📦 4.6K · ⏱️ 17.04.2021):

     pip install flask-admin
  • Conda (📥 110K · ⏱️ 17.04.2021):

     conda install -c conda-forge flask-admin
django-debug-toolbar (🥇31 · ⭐ 6.6K) - A configurable set of panels that display various..BSD-3
  • GitHub (👨‍💻 240 · 🔀 940 · 📥 170 · 📦 42K · 📋 780 - 12% open · ⏱️ 28.08.2021):

     git clone https://github.com/jazzband/django-debug-toolbar
  • PyPi (📥 1.2M / month · 📦 25K · ⏱️ 14.08.2021):

     pip install django-debug-toolbar
  • Conda (📥 120K · ⏱️ 14.08.2021):

     conda install -c conda-forge django-debug-toolbar
django-grappelli (🥇31 · ⭐ 3.1K) - A jazzy skin for the Django Admin-Interface (official..BSD-3
  • GitHub (👨‍💻 76 · 🔀 630 · 📦 4.3K · 📋 670 - 3% open · ⏱️ 04.08.2021):

     git clone https://github.com/sehmaschine/django-grappelli
  • PyPi (📥 110K / month · 📦 3.4K · ⏱️ 15.04.2021):

     pip install django-grappelli
  • Conda (📥 87K · ⏱️ 22.04.2021):

     conda install -c conda-forge django-grappelli
django-admin-interface (🥉25 · ⭐ 890) - django's default admin interface made customizable...MIT
  • GitHub (👨‍💻 15 · 🔀 92 · 📦 990 · 📋 100 - 7% open · ⏱️ 06.05.2021):

     git clone https://github.com/fabiocaccamo/django-admin-interface
  • PyPi (📥 34K / month · 📦 42 · ⏱️ 23.04.2021):

     pip install django-admin-interface
django-smuggler (🥉23 · ⭐ 360) - Django Smuggler is a pluggable application for Django..❗️LGPL-3.0
  • GitHub (👨‍💻 21 · 🔀 33 · 📦 120 · 📋 46 - 17% open · ⏱️ 13.08.2021):

     git clone https://github.com/semente/django-smuggler
  • PyPi (📥 6.6K / month · 📦 73 · ⏱️ 13.08.2021):

     pip install django-smuggler
django-admin2 (🥉18 · ⭐ 1.1K) - Extendable, adaptable rewrite of django.contrib.admin.BSD-3
  • GitHub (👨‍💻 48 · 🔀 160 · 📦 22 · 📋 240 - 18% open · ⏱️ 09.03.2021):

     git clone https://github.com/jazzband/django-admin2
  • PyPi (📥 100 / month · 📦 14 · ⏱️ 10.01.2017):

     pip install django-admin2
fastapi-admin (🥉18 · ⭐ 840) - A fast admin dashboard based on FastAPI and TortoiseORM..Apache-2
  • GitHub (👨‍💻 5 · 🔀 120 · 📋 64 - 17% open · ⏱️ 01.09.2021):

     git clone https://github.com/fastapi-admin/fastapi-admin
  • PyPi (📥 960 / month · ⏱️ 31.08.2021):

     pip install fastapi-admin
Show 5 hidden projects...
  • django-suit (🥈28 · ⭐ 2.1K · 💀) - Modern theme for Django admin interface.❗️AFL-3.0
  • django-jet (🥈26 · ⭐ 3.2K · 💀) - Modern responsive template for the Django admin..❗️AGPL-3.0
  • django-admin-bootstrapped (🥈26 · ⭐ 1.6K · 💀) - A Django admin theme using Twitter Bootstrap. It..Apache-2
  • xadmin (🥉25 · ⭐ 4.6K · 💀) - Drop-in replacement of Django admin comes with lots of goodies,..BSD-3
  • nginx-ui (🥉16 · ⭐ 4K · 💀) - Nginx UI allows you to access and modify the nginx configurations..MIT

API Proxies & Gateways

Back to top

Kong (🥇29 · ⭐ 31K) - The Cloud-Native API Gateway.Apache-2
  • GitHub (👨‍💻 270 · 🔀 3.9K · 📥 530K · 📋 3.7K - 6% open · ⏱️ 02.09.2021):

     git clone https://github.com/kong/kong
  • Docker Hub (📥 260M · ⭐ 600 · ⏱️ 01.09.2021):

     docker pull kong
tyk (🥉22 · ⭐ 6.6K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP..MPL-2.0
  • GitHub (👨‍💻 87 · 🔀 820 · 📥 17K · 📋 1.8K - 16% open · ⏱️ 02.09.2021):

     git clone https://github.com/TykTechnologies/tyk

Flask Utilities

Back to top

flask-sqlalchemy (🥇30 · ⭐ 3.6K) - Adds SQLAlchemy support to Flask.BSD-3
  • GitHub (👨‍💻 110 · 🔀 840 · 📥 360 · 📦 200K · 📋 560 - 8% open · ⏱️ 01.09.2021):

     git clone https://github.com/pallets/flask-sqlalchemy
  • PyPi (📥 3.2M / month · 📦 52K · ⏱️ 18.03.2021):

     pip install flask-sqlalchemy
  • Conda (📥 200K · ⏱️ 18.03.2021):

     conda install -c conda-forge flask-sqlalchemy
Flask-Migrate (🥇30 · ⭐ 1.9K) - SQLAlchemy database migrations for Flask applications using..MIT
  • GitHub (👨‍💻 44 · 🔀 190 · 📋 350 - 0% open · ⏱️ 16.08.2021):

     git clone https://github.com/miguelgrinberg/Flask-Migrate
  • PyPi (📥 1M / month · 📦 19K · ⏱️ 01.08.2021):

     pip install flask-migrate
  • Conda (📥 150K · ⏱️ 01.08.2021):

     conda install -c conda-forge flask-migrate
flask-api (🥇29 · ⭐ 1.3K) - Browsable web APIs for Flask.BSD-3
  • GitHub (👨‍💻 32 · 🔀 150 · 📦 4.6K · 📋 61 - 16% open · ⏱️ 01.09.2021):

     git clone https://github.com/flask-api/flask-api
  • PyPi (📥 370K / month · 📦 1.3K · ⏱️ 15.06.2021):

     pip install flask-api
flask-cors (🥇29 · ⭐ 740) - Cross Origin Resource Sharing ( CORS ) support for Flask.MIT
  • GitHub (👨‍💻 37 · 🔀 100 · 📦 120K · 📋 130 - 23% open · ⏱️ 05.06.2021):

     git clone https://github.com/corydolphin/flask-cors
  • PyPi (📥 2.9M / month · 📦 15K · ⏱️ 06.01.2021):

     pip install flask-cors
  • Conda (📥 540K · ⏱️ 30.05.2021):

     conda install -c conda-forge flask-cors
flask-mongoengine (🥈28 · ⭐ 780 · 💤) - MongoEngine flask extension with WTF model forms..BSD-3
  • GitHub (👨‍💻 82 · 🔀 240 · 📦 6.4K · 📋 250 - 21% open · ⏱️ 28.12.2020):

     git clone https://github.com/MongoEngine/flask-mongoengine
  • PyPi (📥 110K / month · 📦 2.8K · ⏱️ 21.11.2020):

     pip install flask-mongoengine
flask-caching (🥈28 · ⭐ 650) - A caching extension for Flask.BSD-3
  • GitHub (👨‍💻 98 · 🔀 140 · 📦 8.1K · 📋 160 - 11% open · ⏱️ 27.07.2021):

     git clone https://github.com/sh4nks/flask-caching
  • PyPi (📥 2.8M / month · 📦 1.3K · ⏱️ 17.03.2021):

     pip install flask-caching
  • Conda (📥 48K · ⏱️ 13.08.2021):

     conda install -c conda-forge flask-caching
flask-babel (🥈28 · ⭐ 360) - i18n and l10n support for Flask based on Babel and pytz.BSD-3
  • GitHub (👨‍💻 33 · 🔀 140 · 📦 12K · 📋 100 - 14% open · ⏱️ 26.06.2021):

     git clone https://github.com/python-babel/flask-babel
  • PyPi (📥 1.2M / month · 📦 5.1K · ⏱️ 27.08.2020):

     pip install flask-babel
  • Conda (📥 74K · ⏱️ 28.08.2020):

     conda install -c conda-forge flask-babel
flask-bcrypt (🥈28 · ⭐ 280) - Flask-Bcrypt is a Flask extension that provides bcrypt..BSD-3
  • GitHub (👨‍💻 22 · 🔀 53 · 📦 28K · 📋 43 - 30% open · ⏱️ 25.07.2021):

     git clone https://github.com/maxcountryman/flask-bcrypt
  • PyPi (📥 670K / month · 📦 5.8K · ⏱️ 05.10.2015):

     pip install flask-bcrypt
  • Conda (📥 25K · ⏱️ 22.10.2018):

     conda install -c conda-forge flask-bcrypt
flask-session (🥈27 · ⭐ 370) - Server side session extension for Flask.BSD-3
  • GitHub (👨‍💻 8 · 🔀 170 · 📦 17K · 📋 110 - 65% open · ⏱️ 24.06.2021):

     git clone https://github.com/fengsp/flask-session
  • PyPi (📥 160K / month · 📦 2K · ⏱️ 24.06.2021):

     pip install flask-session
flask-limiter (🥈26 · ⭐ 790 · 💤) - Rate Limiting extension for Flask.MIT
  • GitHub (👨‍💻 29 · 🔀 96 · 📦 2.7K · 📋 120 - 18% open · ⏱️ 01.01.2021):

     git clone https://github.com/alisaifee/flask-limiter
  • PyPi (📥 160K / month · 📦 690 · ⏱️ 25.08.2020):

     pip install flask-limiter
flask-ask (🥈25 · ⭐ 1.9K · 💤) - Alexa Skills Kit for Python.Apache-2
  • GitHub (👨‍💻 39 · 🔀 370 · 📦 710 · ⏱️ 06.09.2020):

     git clone https://github.com/johnwheeler/flask-ask
  • PyPi (📥 890 / month · 📦 260 · ⏱️ 28.02.2018):

     pip install flask-ask
flask-marshmallow (🥈24 · ⭐ 710) - Flask + marshmallow for beautiful APIs.MIT
  • GitHub (👨‍💻 17 · 🔀 46 · 📦 14K · 📋 100 - 24% open · ⏱️ 10.05.2021):

     git clone https://github.com/marshmallow-code/flask-marshmallow
  • PyPi (📥 410K / month · 📦 1.5K · ⏱️ 28.09.2020):

     pip install flask-marshmallow
  • Conda (📥 52K · ⏱️ 28.09.2020):

     conda install -c conda-forge flask-marshmallow
Frozen-Flask (🥈24 · ⭐ 690) - Freezes a Flask application into a set of static files.BSD-3
  • GitHub (👨‍💻 25 · 🔀 69 · 📥 58 · 📦 2.1K · 📋 64 - 31% open · ⏱️ 19.07.2021):

     git clone https://github.com/Frozen-Flask/Frozen-Flask
  • PyPi (📥 49K / month · 📦 1.1K · ⏱️ 15.06.2021):

     pip install frozen-flask
  • Conda (📥 61K · ⏱️ 12.07.2018):

     conda install -c conda-forge frozen-flask
flask-apispec (🥈24 · ⭐ 560 · 💤) - Build and document REST APIs with Flask and apispec.MIT
  • GitHub (👨‍💻 29 · 🔀 130 · 📦 580 · 📋 160 - 60% open · ⏱️ 25.10.2020):

     git clone https://github.com/jmcarp/flask-apispec
  • PyPi (📥 63K / month · 📦 62 · ⏱️ 25.10.2020):

     pip install flask-apispec
  • Conda (📥 96K · ⏱️ 25.10.2020):

     conda install -c conda-forge flask-apispec
Flask-Moment (🥈24 · ⭐ 340) - Formatting of dates and times in Flask templates using..MIT
  • GitHub (👨‍💻 19 · 🔀 48 · 📋 44 - 2% open · ⏱️ 16.07.2021):

     git clone https://github.com/miguelgrinberg/Flask-Moment
  • PyPi (📥 33K / month · 📦 4.5K · ⏱️ 16.07.2021):

     pip install flask-moment
  • Conda (📥 29K · ⏱️ 16.07.2021):

     conda install -c conda-forge flask-moment
flask_injector (🥈24 · ⭐ 230) - Adds Injector support to Flask.BSD-3
  • GitHub (👨‍💻 10 · 🔀 28 · 📦 560 · 📋 47 - 25% open · ⏱️ 31.08.2021):

     git clone https://github.com/alecthomas/flask_injector
  • PyPi (📥 33K / month · 📦 110 · ⏱️ 31.08.2021):

     pip install flask_injector
flask-seasurf (🥈24 · ⭐ 170) - SeaSurf is a Flask extension for preventing cross-site..BSD-3
  • GitHub (👨‍💻 31 · 🔀 46 · 📦 1.6K · 📋 44 - 15% open · ⏱️ 03.08.2021):

     git clone https://github.com/maxcountryman/flask-seasurf
  • PyPi (📥 44K / month · 📦 500 · ⏱️ 03.08.2021):

     pip install flask-seasurf
  • Conda (📥 46K · ⏱️ 03.08.2021):

     conda install -c conda-forge flask-seasurf
flask-paginate (🥉23 · ⭐ 240) - Pagination support for flask.BSD-3
  • GitHub (👨‍💻 27 · 🔀 73 · 📥 25 · 📦 1.8K · 📋 61 - 8% open · ⏱️ 19.04.2021):

     git clone https://github.com/lixxu/flask-paginate
  • PyPi (📥 43K / month · 📦 84 · ⏱️ 31.01.2021):

     pip install flask-paginate
Flask-Excel (🥉22 · ⭐ 230 · 💤) - A flask extension using pyexcel to read, manipulate and write..BSD-3
  • GitHub (👨‍💻 8 · 🔀 73 · 📥 8 · 📦 640 · 📋 49 - 20% open · ⏱️ 10.11.2020):

     git clone https://github.com/pyexcel-webwares/Flask-Excel
  • PyPi (📥 15K / month · 📦 140 · ⏱️ 20.07.2017):

     pip install flask-excel
flask-rebar (🥉22 · ⭐ 180) - Flask-Rebar combines flask, marshmallow, and swagger for..MIT
  • GitHub (👨‍💻 32 · 🔀 30 · 📦 29 · 📋 94 - 47% open · ⏱️ 09.08.2021):

     git clone https://github.com/plangrid/flask-rebar
  • PyPi (📥 2.4K / month · 📦 6 · ⏱️ 09.08.2021):

     pip install flask-rebar
flask-profiler (🥉21 · ⭐ 660 · 💤) - a flask profiler which watches endpoint calls and tries..MIT
  • GitHub (👨‍💻 29 · 🔀 81 · 📋 58 - 46% open · ⏱️ 20.10.2020):

     git clone https://github.com/muatik/flask-profiler
  • PyPi (📥 14K / month · 📦 12 · ⏱️ 19.11.2018):

     pip install flask-profiler
safrs (🥉20 · ⭐ 300) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.❗️GPL-3.0
  • GitHub (👨‍💻 15 · 🔀 63 · 📦 36 · ⏱️ 09.08.2021):

     git clone https://github.com/thomaxxl/safrs
  • PyPi (📥 1.1K / month · ⏱️ 23.07.2021):

     pip install safrs
flask-jsonrpc (🥉20 · ⭐ 230) - A basic JSON-RPC implementation for your Flask-powered sites.BSD-3
  • GitHub (👨‍💻 12 · 🔀 61 · 📦 180 · 📋 57 - 7% open · ⏱️ 30.08.2021):

     git clone https://github.com/cenobites/flask-jsonrpc
  • PyPi (📥 420 / month · 📦 6 · ⏱️ 28.04.2012):

     pip install rpc
flask_pydantic (🥉20 · ⭐ 140) - flask extension for integration with the awesome pydantic..MIT
  • GitHub (👨‍💻 9 · 🔀 23 · 📦 56 · 📋 20 - 20% open · ⏱️ 15.06.2021):

     git clone https://github.com/bauerji/flask_pydantic
  • PyPi (📥 13K / month · ⏱️ 09.05.2021):

     pip install flask_pydantic
flask-msearch (🥉19 · ⭐ 180) - Full text search for flask.BSD-3
  • GitHub (👨‍💻 4 · 🔀 27 · 📦 250 · 📋 44 - 29% open · ⏱️ 04.06.2021):

     git clone https://github.com/honmaple/flask-msearch
  • PyPi (📥 480 / month · 📦 12 · ⏱️ 04.06.2021):

     pip install flask-msearch
cookiecutter-flask (🥉17 · ⭐ 3.9K) - A flask template with Bootstrap 4, asset..MIT
  • GitHub (👨‍💻 63 · 🔀 680 · 📋 170 - 5% open · ⏱️ 30.08.2021):

     git clone https://github.com/cookiecutter-flask/cookiecutter-flask
flask-file-upload (🥉17 · ⭐ 130) - Easy file uploads for Flask.MIT
  • GitHub (👨‍💻 5 · 🔀 9 · 📦 25 · 📋 70 - 31% open · ⏱️ 04.06.2021):

     git clone https://github.com/joegasewicz/flask-file-upload
  • PyPi (📥 350 / month · ⏱️ 04.06.2021):

     pip install flask-file-upload
Show 9 hidden projects...
  • flask-security (🥈28 · ⭐ 1.6K · 💀) - Quick and simple security for Flask applications.MIT
  • flask-assets (🥈26 · ⭐ 420 · 💀) - Flask webassets integration.BSD-2
  • flask-bootstrap (🥈25 · ⭐ 1.5K · 💀) - A Flask app template with integrated SQLAlchemy,..BSD-3
  • flask-talisman (🥉22 · ⭐ 780 · 💀) - HTTP security headers for Flask.Apache-2
  • flask-s3 (🥉21 · ⭐ 180 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon..❗️WTFPL
  • Flask-Opentracing (🥉21 · ⭐ 120 · 💀) - OpenTracing instrumentation for the Flask..BSD-3
  • flask-ngrok (🥉21 · ⭐ 85 · 💀) - A simple way to demo Flask apps from your machine.Apache-2
  • flask_jsondash (🥉18 · ⭐ 3.2K · 💀) - Build complex dashboards without any front-end code...MIT
  • flask2postman (🥉14 · ⭐ 130 · 💀) - Generate a Postman collection from your Flask application.MIT

FastAPI Utilities

Back to top

fastapi-crudrouter (🥇21 · ⭐ 410) - A dynamic FastAPI router that automatically creates..MIT
  • GitHub (👨‍💻 13 · 🔀 45 · 📥 2 · 📦 30 · 📋 43 - 37% open · ⏱️ 30.08.2021):

     git clone https://github.com/awtkns/fastapi-crudrouter
  • PyPi (📥 3.6K / month · ⏱️ 21.08.2021):

     pip install fastapi-crudrouter
fastapi-sqlalchemy (🥇21 · ⭐ 330 · 💤) - Adds simple SQLAlchemy support to FastAPI.MIT
  • GitHub (👨‍💻 5 · 🔀 24 · 📦 260 · 📋 19 - 52% open · ⏱️ 25.09.2020):

     git clone https://github.com/mfreeborn/fastapi-sqlalchemy
  • PyPi (📥 22K / month · ⏱️ 25.09.2020):

     pip install fastapi-sqlalchemy
fastapi-code-generator (🥈19 · ⭐ 290) - This code generator creates FastAPI app from an..MIT
  • GitHub (👨‍💻 9 · 🔀 25 · 📋 34 - 44% open · ⏱️ 01.09.2021):

     git clone https://github.com/koxudaxi/fastapi-code-generator
  • PyPi (📥 1.2K / month · ⏱️ 08.08.2021):

     pip install fastapi-code-generator
fastapi-versioning (🥈19 · ⭐ 270) - api versioning for fastapi web applications.MIT
  • GitHub (👨‍💻 15 · 🔀 31 · 📋 30 - 50% open · ⏱️ 24.08.2021):

     git clone https://github.com/DeanWay/fastapi-versioning
  • PyPi (📥 16K / month · 📦 1 · ⏱️ 24.08.2021):

     pip install fastapi-versioning
fastapi-plugins (🥉17 · ⭐ 160) - FastAPI framework plugins.MIT
  • GitHub (👨‍💻 3 · 🔀 7 · 📦 35 · 📋 12 - 25% open · ⏱️ 31.03.2021):

     git clone https://github.com/madkote/fastapi-plugins
  • PyPi (📥 2.7K / month · ⏱️ 31.03.2021):

     pip install fastapi-plugins
fastapi-socketio (🥉17 · ⭐ 91) - Easily integrate socket.io with your FastAPI app.Apache-2
  • GitHub (👨‍💻 3 · 🔀 7 · 📦 17 · 📋 14 - 50% open · ⏱️ 17.06.2021):

     git clone https://github.com/pyropy/fastapi-socketio
  • PyPi (📥 1.5K / month · ⏱️ 17.06.2021):

     pip install fastapi-socketio
fastapi_cache (🥉15 · ⭐ 140 · 💤) - FastAPI simple cache.MIT
  • GitHub (👨‍💻 7 · 🔀 5 · 📦 10 · 📋 8 - 75% open · ⏱️ 12.02.2021):

     git clone https://github.com/comeuplater/fastapi_cache
  • PyPi (📥 1.5K / month · ⏱️ 26.07.2020):

     pip install fastapi_cache
fastapi-react (🥉14 · ⭐ 770) - Cookiecutter Template for FastAPI + React Projects. Using..MIT
  • GitHub (👨‍💻 12 · 🔀 110 · 📋 52 - 34% open · ⏱️ 19.08.2021):

     git clone https://github.com/Buuntu/fastapi-react
fastapi_contrib (🥉14 · ⭐ 380) - Opinionated set of utilities on top of FastAPI.MIT
  • GitHub (👨‍💻 11 · 🔀 20 · 📋 26 - 19% open · ⏱️ 03.06.2021):

     git clone https://github.com/identixone/fastapi_contrib
  • PyPi (⏱️ 03.06.2021):

     pip install fastapi_contrib
slowapi (🥉14 · ⭐ 280) - A rate limiter for Starlette and FastAPI.MIT
  • GitHub (👨‍💻 10 · 🔀 19 · 📋 42 - 35% open · ⏱️ 31.08.2021):

     git clone https://github.com/laurents/slowapi
  • PyPi (⏱️ 28.08.2021):

     pip install slowapi
starlette_exporter (🥉13 · ⭐ 120 · 📉) - Prometheus exporter for Starlette and FastAPI.Apache-2
  • GitHub (👨‍💻 8 · 🔀 12 · 📋 16 - 25% open · ⏱️ 09.08.2021):

     git clone https://github.com/stephenhillier/starlette_exporter
  • PyPi (⏱️ 14.07.2021):

     pip install starlette_exporter
fastapi_client (🥉11 · ⭐ 190 · 💤) - FastAPI client generator.Apache-2
  • GitHub (👨‍💻 8 · 🔀 16 · 📋 14 - 50% open · ⏱️ 11.02.2021):

     git clone https://github.com/dmontagu/fastapi_client
Show 1 hidden projects...

Pyramid Utilities

Back to top

pyramid_celery (🥉17 · ⭐ 98 · 💤) - Pyramid configuration with celery integration. Allows you..MIT
  • GitHub (👨‍💻 25 · 🔀 62 · 📋 44 - 27% open · ⏱️ 24.02.2021):

     git clone https://github.com/sontek/pyramid_celery
  • PyPi (📦 12 · ⏱️ 24.12.2016):

     pip install pyramid_celery
pyramid_services (🥉13 · ⭐ 78) - A service layer for pyramid.MIT
  • GitHub (👨‍💻 6 · 🔀 9 · ⏱️ 07.05.2021):

     git clone https://github.com/mmerickel/pyramid_services
  • PyPi (📦 14 · ⏱️ 03.08.2018):

     pip install pyramid_services
Show 1 hidden projects...
  • pyramid_jinja2 (🥇22 · ⭐ 72 · 💀) - Jinja2 templating system bindings for the Pyramid web..❗Unlicensed

Django Utilities

Back to top

django-haystack (🥇33 · ⭐ 3.2K · 📈) - Modular search for Django.BSD-3
  • GitHub (👨‍💻 200 · 🔀 1.2K · 📦 7.3K · 📋 1.3K - 43% open · ⏱️ 30.08.2021):

     git clone https://github.com/django-haystack/django-haystack
  • PyPi (📥 120K / month · 📦 5.5K · ⏱️ 27.08.2021):

     pip install django-haystack
  • Conda (📥 4.2K · ⏱️ 31.05.2018):

     conda install -c conda-forge django-haystack
django-extensions (🥇32 · ⭐ 5.5K) - This is a repository for collecting global custom..MIT
  • GitHub (👨‍💻 540 · 🔀 1K · 📦 77K · 📋 810 - 14% open · ⏱️ 13.07.2021):

     git clone https://github.com/django-extensions/django-extensions
  • PyPi (📥 1.8M / month · 📦 24K · ⏱️ 05.04.2021):

     pip install django-extensions
  • Conda (📥 280K · ⏱️ 19.04.2021):

     conda install -c conda-forge django-extensions
django-reversion (🥇32 · ⭐ 2.6K) - django-reversion is an extension to the Django web..BSD-3
  • GitHub (👨‍💻 180 · 🔀 450 · 📦 5.9K · 📋 600 - 2% open · ⏱️ 18.08.2021):

     git clone https://github.com/etianen/django-reversion
  • PyPi (📥 220K / month · 📦 4.2K · ⏱️ 09.07.2021):

     pip install django-reversion
django-model-utils (🥇32 · ⭐ 2.1K) - Django model mixins and utilities.BSD-3
  • GitHub (👨‍💻 120 · 🔀 320 · 📦 15K · 📋 260 - 39% open · ⏱️ 30.04.2021):

     git clone https://github.com/jazzband/django-model-utils
  • PyPi (📥 670K / month · 📦 9.2K · ⏱️ 01.12.2020):

     pip install django-model-utils
django-oscar (🥇31 · ⭐ 5K) - Domain-driven e-commerce for Django.BSD-3
  • GitHub (👨‍💻 330 · 🔀 1.8K · 📦 790 · 📋 1.4K - 8% open · ⏱️ 30.08.2021):

     git clone https://github.com/django-oscar/django-oscar
  • PyPi (📥 17K / month · 📦 500 · ⏱️ 16.07.2021):

     pip install django-oscar
django-cors-headers (🥇31 · ⭐ 4.3K) - Django app for handling the server headers required..MIT
  • GitHub (👨‍💻 60 · 🔀 480 · 📦 78K · 📋 230 - 3% open · ⏱️ 30.08.2021):

     git clone https://github.com/adamchainz/django-cors-headers
  • PyPi (📥 2M / month · 📦 13K · ⏱️ 15.08.2021):

     pip install django-cors-headers
  • Conda (📥 22K · ⏱️ 13.04.2021):

     conda install -c conda-forge django-cors-headers
django-filter (🥇31 · ⭐ 3.5K) - A generic system for filtering Django QuerySets based on..BSD-3
  • GitHub (👨‍💻 180 · 🔀 660 · 📦 65K · 📋 800 - 13% open · ⏱️ 29.08.2021):

     git clone https://github.com/carltongibson/django-filter
  • PyPi (📥 2M / month · 📦 17K · ⏱️ 27.09.2020):

     pip install django-filter
django-redis (🥇31 · ⭐ 2.1K) - Full featured redis cache backend for Django.BSD-3
  • GitHub (👨‍💻 120 · 🔀 350 · 📋 280 - 9% open · ⏱️ 24.08.2021):

     git clone https://github.com/jazzband/django-redis
  • PyPi (📥 1.1M / month · 📦 6.7K · ⏱️ 30.05.2021):

     pip install django-redis
django-storages (🥇31 · ⭐ 2K) - Django-storages is a project to provide a variety of..BSD-3
  • GitHub (👨‍💻 210 · 🔀 710 · 📋 560 - 32% open · ⏱️ 06.06.2021):

     git clone https://github.com/jschneier/django-storages
  • PyPi (📥 1.5M / month · 📦 9.7K · ⏱️ 24.12.2020):

     pip install django-storages
  • Conda (📥 28K · ⏱️ 06.07.2021):

     conda install -c conda-forge django-storages
django-ckeditor (🥇31 · ⭐ 2K) - Django admin CKEditor integration.BSD-3
  • GitHub (👨‍💻 120 · 🔀 660 · 📦 17K · 📋 480 - 20% open · ⏱️ 29.05.2021):

     git clone https://github.com/django-ckeditor/django-ckeditor
  • PyPi (📥 200K / month · 📦 2.9K · ⏱️ 29.05.2021):

     pip install django-ckeditor
django-autocomplete-light (🥇31 · ⭐ 1.5K) - A fresh approach to autocomplete implementations,..MIT
  • GitHub (👨‍💻 180 · 🔀 420 · 📦 2.7K · 📋 800 - 24% open · ⏱️ 01.09.2021):

     git clone https://github.com/yourlabs/django-autocomplete-light
  • PyPi (📥 140K / month · 📦 1.4K · ⏱️ 18.05.2021):

     pip install django-autocomplete-light
django-tables2 (🥇31 · ⭐ 1.4K) - django-tables2 - An app for creating HTML tables.BSD-2
  • GitHub (👨‍💻 140 · 🔀 380 · 📦 4.2K · 📋 520 - 8% open · ⏱️ 09.08.2021):

     git clone https://github.com/jieter/django-tables2
  • PyPi (📥 130K / month · 📦 1.7K · ⏱️ 15.05.2021):

     pip install django-tables2
django-pipeline (🥇31 · ⭐ 1.4K) - Pipeline is an asset packaging library for Django.MIT
  • GitHub (👨‍💻 170 · 🔀 370 · 📦 1.8K · 📋 460 - 33% open · ⏱️ 29.08.2021):

     git clone https://github.com/jazzband/django-pipeline
  • PyPi (📥 72K / month · 📦 2.2K · ⏱️ 19.01.2021):

     pip install django-pipeline
django-taggit (🥈30 · ⭐ 2.7K) - Simple tagging for django.BSD-3
  • GitHub (👨‍💻 130 · 🔀 570 · 📋 370 - 19% open · ⏱️ 28.07.2021):

     git clone https://github.com/jazzband/django-taggit
  • PyPi (📥 240K / month · 📦 5.6K · ⏱️ 06.07.2021):

     pip install django-taggit
  • Conda (📥 84K · ⏱️ 06.07.2021):

     conda install -c conda-forge django-taggit
django-environ (🥈30 · ⭐ 2.3K) - Django-environ allows you to utilize 12factor inspired..MIT
  • GitHub (👨‍💻 56 · 🔀 250 · 📦 58K · 📋 230 - 55% open · ⏱️ 30.08.2021):

     git clone https://github.com/joke2k/django-environ
  • PyPi (📥 770K / month · 📦 6.8K · ⏱️ 30.08.2021):

     pip install django-environ
  • Conda (📥 50K · ⏱️ 09.07.2018):

     conda install -c conda-forge django-environ
django-webpack-loader (🥈30 · ⭐ 2.3K) - Transparently use webpack with django.MIT
  • GitHub (👨‍💻 48 · 🔀 310 · 📦 6.8K · 📋 160 - 18% open · ⏱️ 30.08.2021):

     git clone https://github.com/owais/django-webpack-loader
  • PyPi (📥 250K / month · 📦 1.9K · ⏱️ 30.08.2021):

     pip install django-webpack-loader
channels (🥈29 · ⭐ 5K) - Developer-friendly asynchrony for Django.BSD-3
  • GitHub (👨‍💻 230 · 🔀 690 · 📦 14K · 📋 1.1K - 9% open · ⏱️ 08.08.2021):

     git clone https://github.com/django/channels
  • PyPi (📥 400K / month · 📦 2.3K · ⏱️ 11.07.2021):

     pip install channels
  • Conda (📥 55K · ⏱️ 11.07.2021):

     conda install -c conda-forge channels
django-mptt (🥈29 · ⭐ 2.6K) - Utilities for implementing a modified pre-order traversal tree..MIT
  • GitHub (👨‍💻 150 · 🔀 430 · 📋 520 - 22% open · ⏱️ 27.08.2021):

     git clone https://github.com/django-mptt/django-mptt
  • PyPi (📥 340K / month · 📦 6.3K · ⏱️ 27.08.2021):

     pip install django-mptt
django-imagekit (🥈29 · ⭐ 1.9K) - Automated image processing for Django. Currently v4.0.BSD-3
  • GitHub (👨‍💻 72 · 🔀 240 · 📥 55 · 📦 5.4K · 📋 360 - 26% open · ⏱️ 13.08.2021):

     git clone https://github.com/matthewwithanm/django-imagekit
  • PyPi (📥 76K / month · 📦 2K · ⏱️ 20.11.2017):

     pip install django-imagekit
django-widget-tweaks (🥈29 · ⭐ 1.6K) - Tweak the form field rendering in templates, not in..MIT
  • GitHub (👨‍💻 24 · 🔀 120 · 📦 20K · 📋 76 - 40% open · ⏱️ 02.09.2021):

     git clone https://github.com/jazzband/django-widget-tweaks
  • PyPi (📥 230K / month · 📦 4.3K · ⏱️ 16.03.2020):

     pip install django-widget-tweaks
sorl-thumbnail (🥈29 · ⭐ 1.5K) - Thumbnails for Django.BSD-3
  • GitHub (👨‍💻 150 · 🔀 450 · 📦 7.4K · 📋 380 - 29% open · ⏱️ 31.08.2021):

     git clone https://github.com/jazzband/sorl-thumbnail
  • PyPi (📥 110K / month · 📦 5K · ⏱️ 23.11.2020):

     pip install sorl-thumbnail
django-simple-history (🥈29 · ⭐ 1.4K) - Store model history and view/revert changes from..BSD-3
  • GitHub (👨‍💻 140 · 🔀 340 · 📦 2.1K · 📋 440 - 20% open · ⏱️ 01.09.2021):

     git clone https://github.com/jazzband/django-simple-history
  • PyPi (📥 340K / month · 📦 830 · ⏱️ 19.04.2021):

     pip install django-simple-history
easy-thumbnails (🥈29 · ⭐ 1.2K · 💤) - Easy thumbnails for Django.BSD-3
  • GitHub (👨‍💻 82 · 🔀 300 · 📦 7.5K · 📋 380 - 22% open · ⏱️ 22.01.2021):

     git clone https://github.com/SmileyChris/easy-thumbnails
  • PyPi (📥 160K / month · 📦 4.1K · ⏱️ 23.11.2020):

     pip install easy-thumbnails
django-money (🥈29 · ⭐ 1.1K) - Money fields for Django forms and models.BSD-3
  • GitHub (👨‍💻 94 · 🔀 260 · 📦 1.3K · 📋 300 - 15% open · ⏱️ 09.07.2021):

     git clone https://github.com/django-money/django-money
  • PyPi (📥 80K / month · 📦 370 · ⏱️ 09.07.2021):

     pip install django-money
django-import-export (🥈28 · ⭐ 2.2K) - Django application and library for importing and..BSD-2
  • GitHub (👨‍💻 180 · 🔀 650 · 📦 11K · 📋 790 - 12% open · ⏱️ 30.08.2021):

     git clone https://github.com/django-import-export/django-import-export
  • PyPi (📥 440K / month · 📦 2K · ⏱️ 31.12.2020):

     pip install django-import-export
  • Conda (📥 50K · ⏱️ 31.12.2020):

     conda install -c conda-forge django-import-export
django-cacheops (🥈28 · ⭐ 1.5K) - A slick ORM cache with automatic granular event-driven..BSD-3
  • GitHub (👨‍💻 58 · 🔀 180 · 📦 560 · 📋 290 - 7% open · ⏱️ 03.05.2021):

     git clone https://github.com/Suor/django-cacheops
  • PyPi (📥 110K / month · 📦 180 · ⏱️ 03.05.2021):

     pip install django-cacheops
django-rq (🥈28 · ⭐ 1.4K) - A simple app that provides django integration for RQ (Redis Queue).MIT
  • GitHub (👨‍💻 100 · 🔀 230 · 📦 1.5K · 📋 290 - 23% open · ⏱️ 24.08.2021):

     git clone https://github.com/rq/django-rq
  • PyPi (📥 100K / month · 📦 780 · ⏱️ 31.03.2021):

     pip install django-rq
django-extra-views (🥈28 · ⭐ 1.1K) - Django's class-based generic views are awesome, let's..MIT
  • GitHub (👨‍💻 58 · 🔀 160 · 📦 1.5K · 📋 130 - 7% open · ⏱️ 12.08.2021):

     git clone https://github.com/AndrewIngram/django-extra-views
  • PyPi (📥 51K / month · 📦 990 · ⏱️ 09.06.2021):

     pip install django-extra-views
django-phonenumber-field (🥈28 · ⭐ 1.1K) - A django model and form field for normalised phone..MIT
  • GitHub (👨‍💻 98 · 🔀 280 · 📋 180 - 29% open · ⏱️ 19.08.2021):

     git clone https://github.com/stefanfoulis/django-phonenumber-field
  • PyPi (📥 450K / month · 📦 1.6K · ⏱️ 31.05.2021):

     pip install django-phonenumber-field
django-waffle (🥈28 · ⭐ 860) - A feature flipper for Django.BSD-3
  • GitHub (👨‍💻 99 · 🔀 230 · 📦 660 · 📋 180 - 15% open · ⏱️ 30.07.2021):

     git clone https://github.com/django-waffle/django-waffle
  • PyPi (📥 250K / month · 📦 650 · ⏱️ 13.07.2021):

     pip install django-waffle
django-stubs (🥈28 · ⭐ 720) - PEP-484 stubs for Django.MIT
  • GitHub (👨‍💻 120 · 🔀 180 · 📦 1.5K · 📋 310 - 38% open · ⏱️ 16.08.2021):

     git clone https://github.com/typeddjango/django-stubs
  • PyPi (📥 340K / month · 📦 64 · ⏱️ 28.10.2020):

     pip install django-stubs
django-q (🥉27 · ⭐ 1.3K) - A multiprocessing distributed task queue for Django.MIT
  • GitHub (👨‍💻 62 · 🔀 180 · 📋 340 - 61% open · ⏱️ 26.06.2021):

     git clone https://github.com/Koed00/django-q
  • PyPi (📥 54K / month · 📦 130 · ⏱️ 27.06.2021):

     pip install django-q
django-constance (🥉27 · ⭐ 1.3K) - Dynamic Django settings.BSD-3
  • GitHub (👨‍💻 120 · 🔀 270 · 📦 860 · 📋 240 - 11% open · ⏱️ 17.03.2021):

     git clone https://github.com/jazzband/django-constance
  • PyPi (📥 100K / month · 📦 540 · ⏱️ 20.11.2020):

     pip install django-constance
django-angular (🥉27 · ⭐ 1.2K · 💤) - Let AngularJS play well with Django.MIT
  • GitHub (👨‍💻 67 · 🔀 300 · 📦 550 · 📋 200 - 9% open · ⏱️ 08.01.2021):

     git clone https://github.com/jrief/django-angular
  • PyPi (📥 6.6K / month · 📦 470 · ⏱️ 05.05.2020):

     pip install django-angular
django-redis-cache (🥉27 · ⭐ 1K · 💤) - A Redis cache backend for django.BSD-3
  • GitHub (👨‍💻 46 · 🔀 200 · 📦 3K · 📋 130 - 48% open · ⏱️ 15.10.2020):

     git clone https://github.com/sebleier/django-redis-cache
  • PyPi (📥 180K / month · 📦 2.3K · ⏱️ 15.10.2020):

     pip install django-redis-cache
django-rosetta (🥉27 · ⭐ 850) - Rosetta is a Django application that eases the translation..MIT
  • GitHub (👨‍💻 78 · 🔀 180 · 📦 1.4K · 📋 140 - 28% open · ⏱️ 29.08.2021):

     git clone https://github.com/mbi/django-rosetta
  • PyPi (📥 39K / month · 📦 1.2K · ⏱️ 19.08.2021):

     pip install django-rosetta
cookiecutter-django (🥉26 · ⭐ 8.5K) - Cookiecutter Django is a framework for jumpstarting..BSD-3
  • GitHub (👨‍💻 320 · 🔀 2.2K · 📦 13 · 📋 1K - 15% open · ⏱️ 28.08.2021):

     git clone https://github.com/pydanny/cookiecutter-django
  • PyPi (📥 41 / month · 📦 1 · ⏱️ 15.01.2018):

     pip install cookiecutter-django
django-shop (🥉26 · ⭐ 2.6K · 💤) - A Django based shop system.BSD-3
  • GitHub (👨‍💻 96 · 🔀 890 · 📦 190 · 📋 370 - 22% open · ⏱️ 28.02.2021):

     git clone https://github.com/awesto/django-shop
  • PyPi (📥 1.4K / month · 📦 160 · ⏱️ 02.02.2021):

     pip install django-shop
django-bootstrap3 (🥉26 · ⭐ 2.3K) - Bootstrap 3 integration with Django.BSD-3
  • GitHub (👨‍💻 97 · 🔀 690 · 📦 16K · 📋 290 - 1% open · ⏱️ 01.09.2021):

     git clone https://github.com/zostera/django-bootstrap3
  • PyPi (📦 7.9K · ⏱️ 10.04.2021):

     pip install django-bootstrap3
  • Conda (📥 19K · ⏱️ 04.08.2019):

     conda install -c conda-forge django-bootstrap3
django-activity-stream (🥉26 · ⭐ 1.9K) - Generate generic activity streams from the actions on..BSD-3
  • GitHub (👨‍💻 110 · 🔀 470 · 📦 660 · 📋 290 - 18% open · ⏱️ 31.05.2021):

     git clone https://github.com/justquick/django-activity-stream
  • PyPi (📥 27K / month · 📦 660 · ⏱️ 28.01.2021):

     pip install django-activity-stream
django-sql-explorer (🥉26 · ⭐ 1.9K) - Easily share data across your company via SQL..MIT
  • GitHub (👨‍💻 85 · 🔀 300 · 📦 260 · 📋 240 - 6% open · ⏱️ 24.07.2021):

     git clone https://github.com/groveco/django-sql-explorer
  • PyPi (📥 34K / month · 📦 140 · ⏱️ 24.07.2021):

     pip install django-sql-explorer
django-configurations (🥉26 · ⭐ 820) - A helper for organizing Django project settings by..BSD-3
  • GitHub (👨‍💻 51 · 🔀 120 · 📦 2K · 📋 170 - 30% open · ⏱️ 09.03.2021):

     git clone https://github.com/jazzband/django-configurations
  • PyPi (📥 60K / month · 📦 1.3K · ⏱️ 03.12.2019):

     pip install django-configurations
django-paypal (🥉26 · ⭐ 620) - A pluggable Django application for integrating PayPal..MIT
  • GitHub (👨‍💻 70 · 🔀 190 · 📦 1.7K · 📋 150 - 4% open · ⏱️ 20.05.2021):

     git clone https://github.com/spookylukey/django-paypal
  • PyPi (📥 12K / month · 📦 580 · ⏱️ 08.04.2021):

     pip install django-paypal
djangorestframework-stubs (🥉26 · ⭐ 220) - PEP-484 stubs for django-rest-framework.MIT
  • GitHub (👨‍💻 39 · 🔀 49 · 📦 1K · 📋 71 - 32% open · ⏱️ 27.08.2021):

     git clone https://github.com/typeddjango/djangorestframework-stubs
  • PyPi (📥 180K / month · 📦 86 · ⏱️ 03.02.2021):

     pip install djangorestframework-stubs
django-fsm (🥉25 · ⭐ 1.8K) - Django friendly finite state machine support.MIT
  • GitHub (👨‍💻 61 · 🔀 260 · 📦 940 · 📋 150 - 21% open · ⏱️ 21.06.2021):

     git clone https://github.com/viewflow/django-fsm
  • PyPi (📦 600 · ⏱️ 13.10.2020):

     pip install django-fsm
  • Conda (📥 18K · ⏱️ 07.12.2019):

     conda install -c conda-forge django-fsm
django-push-notifications (🥉25 · ⭐ 1.8K) - Send push notifications to mobile devices through GCM..MIT
  • GitHub (👨‍💻 85 · 🔀 520 · 📥 40 · 📋 390 - 33% open · ⏱️ 10.08.2021):

     git clone https://github.com/jazzband/django-push-notifications
  • PyPi (📥 40K / month · 📦 170 · ⏱️ 11.03.2020):

     pip install django-push-notifications
django-bootstrap4 (🥉25 · ⭐ 930) - Bootstrap 4 integration with Django.BSD-3
  • GitHub (👨‍💻 140 · 🔀 220 · 📦 50K · 📋 150 - 10% open · ⏱️ 07.08.2021):

     git clone https://github.com/zostera/django-bootstrap4
  • PyPi (📦 1.9K · ⏱️ 01.05.2021):

     pip install django-bootstrap4
  • Conda (📥 15K · ⏱️ 02.01.2020):

     conda install -c conda-forge django-bootstrap4
django-filebrowser (🥉25 · ⭐ 860) - Media-Management with Grappelli.BSD-3
  • GitHub (👨‍💻 35 · 🔀 380 · 📦 720 · 📋 280 - 6% open · ⏱️ 22.04.2021):

     git clone https://github.com/sehmaschine/django-filebrowser
  • PyPi (📥 7.5K / month · 📦 540 · ⏱️ 22.04.2021):

     pip install django-filebrowser
django-cachalot (🥉25 · ⭐ 840) - No effort, no worry, maximum performance.BSD-3
  • GitHub (👨‍💻 26 · 🔀 100 · 📦 360 · 📋 130 - 11% open · ⏱️ 23.08.2021):

     git clone https://github.com/noripyt/django-cachalot
  • PyPi (📥 41K / month · 📦 160 · ⏱️ 23.08.2021):

     pip install django-cachalot
  • Conda (📥 35K · ⏱️ 09.08.2018):

     conda install -c conda-forge django-cachalot
django-cleanup (🥉25 · ⭐ 670) - Automatically deletes old file for FileField and ImageField...MIT
  • GitHub (👨‍💻 16 · 🔀 58 · 📦 5.6K · 📋 44 - 6% open · ⏱️ 18.04.2021):

     git clone https://github.com/un1t/django-cleanup
  • PyPi (📥 77K / month · 📦 630 · ⏱️ 18.04.2021):

     pip install django-cleanup
django-compressor (🥉24 · ⭐ 2.5K · 📉) - Compresses linked and inline javascript or CSS into a..MIT
  • GitHub (👨‍💻 200 · 🔀 550 · 📋 600 - 16% open · ⏱️ 27.08.2021):

     git clone https://github.com/django-compressor/django-compressor
  • PyPi (📦 400 · ⏱️ 17.04.2021):

     pip install django-compressor
django-watson (🥉24 · ⭐ 930) - Full-text multi-table search application for Django. Easy..BSD-3
  • GitHub (👨‍💻 38 · 🔀 110 · 📦 410 · 📋 210 - 7% open · ⏱️ 26.07.2021):

     git clone https://github.com/etianen/django-watson
  • PyPi (📥 9.9K / month · 📦 210 · ⏱️ 30.03.2020):

     pip install django-watson
django-split-settings (🥉24 · ⭐ 760) - Organize Django settings into multiple files and..BSD-3
  • GitHub (👨‍💻 18 · 🔀 57 · 📋 40 - 17% open · ⏱️ 27.07.2021):

     git clone https://github.com/sobolevn/django-split-settings
  • PyPi (📥 55K / month · 📦 220 · ⏱️ 14.08.2021):

     pip install django-split-settings
django-dbbackup (🥉24 · ⭐ 530 · 💤) - Management commands to help backup and restore your..BSD-3
  • GitHub (👨‍💻 50 · 🔀 140 · 📦 750 · 📋 250 - 25% open · ⏱️ 25.12.2020):

     git clone https://github.com/django-dbbackup/django-dbbackup
  • PyPi (📥 31K / month · 📦 300 · ⏱️ 14.04.2020):

     pip install django-dbbackup
django-countries (🥉23 · ⭐ 1K · 📉) - A Django application that provides country choices for..MIT
  • GitHub (👨‍💻 45 · 🔀 220 · 📋 230 - 3% open · ⏱️ 11.05.2021):

     git clone https://github.com/SmileyChris/django-countries
  • PyPi (📦 3K · ⏱️ 11.05.2021):

     pip install django-countries
django-vanilla-views (🥉23 · ⭐ 900) - Beautifully simple class-based views.BSD-2
  • GitHub (👨‍💻 30 · 🔀 71 · 📦 480 · 📋 41 - 4% open · ⏱️ 09.05.2021):

     git clone https://github.com/encode/django-vanilla-views
  • PyPi (📥 5.6K / month · 📦 490 · ⏱️ 09.05.2021):

     pip install django-vanilla-views
django-organizations (🥉23 · ⭐ 860) - Multi-user accounts for Django projects.BSD-2
  • GitHub (👨‍💻 43 · 🔀 160 · 📋 140 - 12% open · ⏱️ 16.05.2021):

     git clone https://github.com/bennylope/django-organizations
  • PyPi (📥 33K / month · 📦 68 · ⏱️ 07.09.2020):

     pip install django-organizations
django-lifecycle (🥉23 · ⭐ 770) - Declarative model lifecycle hooks, an alternative to..MIT
  • GitHub (👨‍💻 23 · 🔀 41 · 📦 55 · 📋 32 - 21% open · ⏱️ 18.07.2021):

     git clone https://github.com/rsinger86/django-lifecycle
  • PyPi (📥 27K / month · 📦 4 · ⏱️ 14.03.2021):

     pip install django-lifecycle
django-robots (🥉23 · ⭐ 350) - A Django app for managing robots.txt files following the..BSD-3
  • GitHub (👨‍💻 37 · 🔀 78 · 📦 780 · 📋 52 - 28% open · ⏱️ 10.03.2021):

     git clone https://github.com/jazzband/django-robots
  • PyPi (📥 27K / month · 📦 1.1K · ⏱️ 04.01.2020):

     pip install django-robots
viewflow (🥉22 · ⭐ 2.1K) - Reusable workflow library for Django.❗️AGPL-3.0
  • GitHub (👨‍💻 30 · 🔀 350 · 📦 200 · 📋 260 - 8% open · ⏱️ 06.08.2021):

     git clone https://github.com/viewflow/viewflow
  • PyPi (📦 60 · ⏱️ 30.04.2021):

     pip install django-viewflow
django-summernote (🥉22 · ⭐ 850 · 💤) - Simply integrate Summernote editor with Django project.MIT
  • GitHub (👨‍💻 67 · 🔀 200 · 📋 320 - 12% open · ⏱️ 13.02.2021):

     git clone https://github.com/summernote/django-summernote
  • PyPi (📥 43K / month · 📦 450 · ⏱️ 22.12.2019):

     pip install django-summernote
Django-Ninja (🥉21 · ⭐ 1.4K) - Fast, Async-ready, Openapi, type hints based framework for..MIT
  • GitHub (👨‍💻 30 · 🔀 84 · 📋 150 - 26% open · ⏱️ 01.09.2021):

     git clone https://github.com/vitalik/django-ninja
  • PyPi (📥 7.7K / month · ⏱️ 14.08.2021):

     pip install django-ninja
django-csp (🥉19 · ⭐ 380) - Content Security Policy for Django.BSD-3
  • GitHub (👨‍💻 47 · 🔀 76 · 📋 90 - 15% open · ⏱️ 28.07.2021):

     git clone https://github.com/mozilla/django-csp
  • PyPi (📥 180K / month · ⏱️ 12.08.2020):

     pip install django-csp
django-easy-audit (🥉17 · ⭐ 340 · 💤) - Yet another Django audit log app, hopefully the..❗️GPL-3.0
  • GitHub (👨‍💻 26 · 🔀 100 · 📦 110 · 📋 98 - 40% open · ⏱️ 09.11.2020):

     git clone https://github.com/soynatan/django-easy-audit
  • PyPi (📦 16 · ⏱️ 07.11.2020):

     pip install django-easy-audit
django-codemod (🥉14 · ⭐ 100) - A tool to automatically fix Django deprecations.MIT
  • GitHub (👨‍💻 17 · 🔀 10 · 📥 83 · 📋 35 - 22% open · ⏱️ 30.08.2021):

     git clone https://github.com/browniebroke/django-codemod
  • PyPi (📥 560 / month · ⏱️ 13.08.2021):

     pip install django-codemod
Show 11 hidden projects...

Others

Back to top

jinja (🥇35 · ⭐ 7.9K) - A very fast and expressive template engine.BSD-3
  • GitHub (👨‍💻 290 · 🔀 1.4K · 📥 52K · 📋 800 - 6% open · ⏱️ 01.09.2021):

     git clone https://github.com/pallets/jinja
  • PyPi (📥 81M / month · 📦 190K · ⏱️ 18.05.2021):

     pip install jinja2
  • Conda (📥 11M · ⏱️ 19.05.2021):

     conda install -c conda-forge jinja2
certifi (🥇35 · ⭐ 470) - (Python Distribution) A carefully curated collection of Root..MPL-2.0
  • GitHub (👨‍💻 27 · 🔀 150 · 📦 630K · 📋 93 - 12% open · ⏱️ 30.07.2021):

     git clone https://github.com/certifi/python-certifi
  • PyPi (📥 120M / month · 📦 79K · ⏱️ 30.05.2021):

     pip install certifi
  • Conda (📥 40M · ⏱️ 25.06.2021):

     conda install -c conda-forge certifi
certbot (🥇34 · ⭐ 28K) - Certbot is EFF's tool to obtain certs from Let's Encrypt and..Apache-2
  • GitHub (👨‍💻 480 · 🔀 3.1K · 📥 5.8K · 📦 980 · 📋 4.9K - 11% open · ⏱️ 30.08.2021):

     git clone https://github.com/certbot/certbot
  • PyPi (📥 290K / month · 📦 360 · ⏱️ 03.08.2021):

     pip install certbot
itsdangerous (🥇34 · ⭐ 2.3K) - Safely pass trusted data to untrusted environments and back.BSD-3
  • GitHub (👨‍💻 38 · 🔀 190 · 📦 480K · 📋 100 - 1% open · ⏱️ 01.09.2021):

     git clone https://github.com/pallets/itsdangerous
  • PyPi (📥 52M / month · 📦 100K · ⏱️ 18.05.2021):

     pip install itsdangerous
  • Conda (📥 2.2M · ⏱️ 18.05.2021):

     conda install -c conda-forge itsdangerous
dnspython (🥇34 · ⭐ 1.8K · 📈) - a powerful DNS toolkit for python.ISC
  • GitHub (👨‍💻 84 · 🔀 380 · 📦 69K · 📋 350 - 2% open · ⏱️ 17.08.2021):

     git clone https://github.com/rthalley/dnspython
  • PyPi (📥 11M / month · 📦 7.8K · ⏱️ 07.01.2021):

     pip install dnspython
  • Conda (📥 190K · ⏱️ 30.05.2021):

     conda install -c conda-forge dnspython
scapy (🥇33 · ⭐ 6.6K) - Scapy: the Python-based interactive packet manipulation program &..❗️GPL-2.0
  • GitHub (👨‍💻 360 · 🔀 1.5K · 📦 6K · 📋 1.3K - 6% open · ⏱️ 31.08.2021):

     git clone https://github.com/secdev/scapy
  • PyPi (📥 1.7M / month · 📦 1.6K · ⏱️ 19.04.2021):

     pip install scapy
  • Conda (📥 12K · ⏱️ 19.04.2021):

     conda install -c conda-forge scapy
speedtest-cli (🥈32 · ⭐ 11K) - Command line interface for testing internet bandwidth using..Apache-2
  • GitHub (👨‍💻 10 · 🔀 1.6K · 📦 18K · ⏱️ 07.07.2021):

     git clone https://github.com/sivel/speedtest-cli
  • PyPi (📥 160K / month · 📦 900 · ⏱️ 08.04.2021):

     pip install speedtest-cli
web3.py (🥈32 · ⭐ 2.2K) - A python interface for interacting with the Ethereum blockchain and..MIT
  • GitHub (👨‍💻 180 · 🔀 780 · 📦 4.7K · 📋 980 - 21% open · ⏱️ 30.08.2021):

     git clone https://github.com/ethereum/web3.py
  • PyPi (📥 250K / month · 📦 1.1K · ⏱️ 27.08.2021):

     pip install web3
twisted (🥈31 · ⭐ 4.4K) - Event-driven networking engine written in Python.MIT
  • GitHub (👨‍💻 230 · 🔀 1K · 📦 45K · ⏱️ 25.08.2021):

     git clone https://github.com/twisted/twisted
  • PyPi (📥 1.8M / month · 📦 19K · ⏱️ 28.07.2021):

     pip install twisted
impacket (🥈30 · ⭐ 7.5K) - Impacket is a collection of Python classes for working with network..Apache-2
  • GitHub (👨‍💻 160 · 🔀 2.2K · 📥 66K · 📦 1K · 📋 740 - 23% open · ⏱️ 27.08.2021):

     git clone https://github.com/SecureAuthCorp/impacket
  • PyPi (📥 44K / month · 📦 360 · ⏱️ 09.06.2021):

     pip install impacket
rdflib (🥈30 · ⭐ 1.5K) - RDFLib is a Python library for working with RDF, a simple yet powerful..BSD-3
  • GitHub (👨‍💻 170 · 🔀 440 · 📦 6.4K · 📋 870 - 28% open · ⏱️ 28.08.2021):

     git clone https://github.com/RDFLib/rdflib
  • PyPi (📦 3.1K · ⏱️ 20.07.2021):

     pip install rdflib
  • Conda (📥 180K · ⏱️ 28.08.2021):

     conda install -c conda-forge rdflib
terminado (🥈30 · ⭐ 290) - Terminals served by tornado websockets.BSD-3
  • GitHub (👨‍💻 34 · 🔀 73 · 📋 57 - 42% open · ⏱️ 19.08.2021):

     git clone https://github.com/jupyter/terminado
  • PyPi (📥 14M / month · 📦 14K · ⏱️ 18.08.2021):

     pip install terminado
  • Conda (📥 4.3M · ⏱️ 02.09.2021):

     conda install -c conda-forge terminado
Mako (🥈30 · ⭐ 150) - Mako Templates for Python.MIT
  • GitHub (👨‍💻 50 · 🔀 33 · 📋 320 - 21% open · ⏱️ 20.08.2021):

     git clone https://github.com/sqlalchemy/mako
  • PyPi (📥 20M / month · 📦 27K · ⏱️ 20.08.2021):

     pip install mako
  • Conda (📥 2.1M · ⏱️ 21.08.2021):

     conda install -c conda-forge mako
fake-useragent (🥈29 · ⭐ 2.5K · 💤) - up to date simple useragent faker with real world..Apache-2
  • GitHub (👨‍💻 7 · 🔀 380 · 📦 11K · 📋 90 - 45% open · ⏱️ 22.09.2020):

     git clone https://github.com/hellysmile/fake-useragent
  • PyPi (📥 2.1M / month · 📦 1.2K · ⏱️ 04.10.2018):

     pip install fake-useragent
webassets (🥈29 · ⭐ 900) - Asset management for Python web development.BSD-3
  • GitHub (👨‍💻 160 · 🔀 260 · 📦 5.1K · 📋 300 - 22% open · ⏱️ 01.05.2021):

     git clone https://github.com/miracle2k/webassets
  • PyPi (📥 120K / month · 📦 3.3K · ⏱️ 20.12.2019):

     pip install webassets
  • Conda (📥 37K · ⏱️ 24.12.2019):

     conda install -c conda-forge webassets
pyopenssl (🥈29 · ⭐ 720) - A Python wrapper around the OpenSSL library.Apache-2
  • GitHub (👨‍💻 94 · 🔀 370 · 📋 440 - 17% open · ⏱️ 23.08.2021):

     git clone https://github.com/pyca/pyopenssl
  • PyPi (📥 22M / month · 📦 28K · ⏱️ 15.12.2020):

     pip install pyopenssl
  • Conda (📥 12M · ⏱️ 15.12.2020):

     conda install -c conda-forge pyopenssl
netaddr (🥈29 · ⭐ 670) - A network address manipulation library for Python.BSD-3
  • GitHub (👨‍💻 46 · 🔀 150 · 📦 13K · 📋 160 - 22% open · ⏱️ 15.04.2021):

     git clone https://github.com/netaddr/netaddr
  • PyPi (📥 3M / month · 📦 8.8K · ⏱️ 03.07.2020):

     pip install netaddr
  • Conda (📥 120K · ⏱️ 16.09.2017):

     conda install -c conda-forge netaddr
idna (🥈29 · ⭐ 160) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46).BSD-3
  • GitHub (👨‍💻 19 · 🔀 66 · 📋 59 - 8% open · ⏱️ 28.08.2021):

     git clone https://github.com/kjd/idna
  • PyPi (📥 140M / month · 📦 71K · ⏱️ 29.05.2021):

     pip install idna
  • Conda (📥 12M · ⏱️ 05.01.2021):

     conda install -c conda-forge idna
pwntools (🥈28 · ⭐ 8.2K) - CTF framework and exploit development library.MIT
  • GitHub (👨‍💻 180 · 🔀 1.4K · 📦 430 · 📋 840 - 12% open · ⏱️ 29.07.2021):

     git clone https://github.com/Gallopsled/pwntools
  • PyPi (📥 22K / month · 📦 64 · ⏱️ 12.07.2021):

     pip install pwntools
Js2Py (🥈28 · ⭐ 1.6K) - JavaScript to Python Translator & JavaScript interpreter written in 100%..MIT
  • GitHub (👨‍💻 24 · 🔀 180 · 📦 4.7K · 📋 210 - 49% open · ⏱️ 01.04.2021):

     git clone https://github.com/PiotrDabkowski/Js2Py
  • PyPi (📥 270K / month · 📦 160 · ⏱️ 01.04.2021):

     pip install js2py
python-user-agents (🥈28 · ⭐ 1.2K) - A Python library that provides an easy way to identify..MIT
  • GitHub (👨‍💻 29 · 🔀 180 · 📦 3.1K · 📋 65 - 52% open · ⏱️ 16.03.2021):

     git clone https://github.com/selwin/python-user-agents
  • PyPi (📥 1.7M / month · 📦 820 · ⏱️ 23.08.2020):

     pip install user-agents
pynacl (🥈28 · ⭐ 800) - Python binding to the Networking and Cryptography (NaCl) library.Apache-2
  • GitHub (👨‍💻 59 · 🔀 170 · 📋 260 - 15% open · ⏱️ 17.08.2021):

     git clone https://github.com/pyca/pynacl
  • PyPi (📥 20M / month · 📦 3.9K · ⏱️ 25.05.2020):

     pip install pynacl
  • Conda (📥 1.4M · ⏱️ 07.07.2021):

     conda install -c conda-forge pynacl
aiodns (🥈28 · ⭐ 400) - Simple DNS resolver for asyncio.MIT
  • GitHub (👨‍💻 24 · 🔀 51 · 📦 18K · 📋 62 - 8% open · ⏱️ 15.05.2021):

     git clone https://github.com/saghul/aiodns
  • PyPi (📥 1.6M / month · 📦 1.5K · ⏱️ 14.05.2021):

     pip install aiodns
  • Conda (📥 91K · ⏱️ 22.01.2020):

     conda install -c conda-forge aiodns
pywebview (🥉27 · ⭐ 2.5K) - Build GUI for your Python program with JavaScript, HTML, and CSS.BSD-3
  • GitHub (👨‍💻 72 · 🔀 340 · 📦 500 · 📋 550 - 5% open · ⏱️ 02.09.2021):

     git clone https://github.com/r0x0r/pywebview
  • PyPi (📥 15K / month · 📦 84 · ⏱️ 02.08.2021):

     pip install pywebview
dpkt (🥉27 · ⭐ 830) - fast, simple packet creation / parsing, with definitions for the basic..BSD-3
  • GitHub (👨‍💻 54 · 🔀 230 · 📦 830 · 📋 360 - 19% open · ⏱️ 30.08.2021):

     git clone https://github.com/kbandla/dpkt
  • PyPi (📥 280K / month · 📦 560 · ⏱️ 30.08.2021):

     pip install dpkt
  • Conda (📥 27K · ⏱️ 29.06.2021):

     conda install -c conda-forge dpkt
klein (🥉27 · ⭐ 780) - werkzeug + twisted.web.MIT
  • GitHub (👨‍💻 49 · 🔀 120 · 📦 1.5K · 📋 150 - 47% open · ⏱️ 30.08.2021):

     git clone https://github.com/twisted/klein
  • PyPi (📥 37K / month · 📦 730 · ⏱️ 08.08.2021):

     pip install klein
tifffile (🥉26 · ⭐ 180) - Read and write TIFF files. Forked fromhttps://pypi.org/project/tifffile.BSD-3
  • GitHub (👨‍💻 1 · 🔀 39 · 📋 91 - 1% open · ⏱️ 31.08.2021):

     git clone https://github.com/cgohlke/tifffile
  • PyPi (📥 4M / month · 📦 380 · ⏱️ 31.08.2021):

     pip install tifffile
  • Conda (📥 1.1M · ⏱️ 31.08.2021):

     conda install -c conda-forge tifffile
Radicale (🥉25 · ⭐ 2.2K) - A simple CalDAV (calendar) and CardDAV (contact) server.❗️GPL-3.0
  • GitHub (👨‍💻 90 · 🔀 340 · 📦 93 · 📋 820 - 35% open · ⏱️ 13.05.2021):

     git clone https://github.com/Kozea/Radicale
  • PyPi (📥 8.5K / month · 📦 48 · ⏱️ 14.09.2020):

     pip install radicale
httpagentparser (🥉25 · ⭐ 210 · 💤) - Python HTTP Agent Parser.MIT
  • GitHub (👨‍💻 31 · 🔀 53 · 📦 580 · 📋 49 - 30% open · ⏱️ 12.01.2021):

     git clone https://github.com/shon/httpagentparser
  • PyPi (📥 120K / month · 📦 480 · ⏱️ 12.01.2021):

     pip install httpagentparser
saleor (🥉24 · ⭐ 14K) - A modular, high performance, headless e-commerce platform built..BSD-3
  • GitHub (👨‍💻 220 · 🔀 3.9K · 📋 3K - 6% open · ⏱️ 31.08.2021):

     git clone https://github.com/mirumee/saleor
webargs (🥉24 · ⭐ 1.2K) - A friendly library for parsing HTTP request arguments, with built-in..MIT
  • GitHub (👨‍💻 57 · 🔀 140 · 📦 3K · 📋 260 - 1% open · ⏱️ 01.09.2021):

     git clone https://github.com/marshmallow-code/webargs
  • PyPi (📦 800 · ⏱️ 12.08.2021):

     pip install webargs
  • Conda (📥 140K · ⏱️ 12.08.2021):

     conda install -c conda-forge webargs
trustme (🥉23 · ⭐ 380) - #1 quality TLS certs while you wait, for the discerning tester.MIT
  • GitHub (👨‍💻 15 · 🔀 20 · 📦 130 · 📋 31 - 12% open · ⏱️ 31.08.2021):

     git clone https://github.com/python-trio/trustme
  • PyPi (📥 19K / month · 📦 64 · ⏱️ 12.08.2021):

     pip install trustme
weblate (🥉22 · ⭐ 2.6K) - Web based localization tool with tight version control integration.❗️GPL-3.0
  • GitHub (👨‍💻 1.2K · 🔀 620 · 📥 1.2K · 📦 19 · 📋 3.9K - 7% open · ⏱️ 02.09.2021):

     git clone https://github.com/WeblateOrg/weblate
  • PyPi (📥 2.5K / month · ⏱️ 17.06.2021):

     pip install weblate
sslyze (🥉22 · ⭐ 2.5K) - Fast and powerful SSL/TLS scanning library.❗️AGPL-3.0
  • GitHub (👨‍💻 58 · 🔀 360 · 📥 92K · 📋 430 - 5% open · ⏱️ 14.08.2021):

     git clone https://github.com/nabla-c0d3/sslyze
  • PyPi (📥 110K / month · 📦 30 · ⏱️ 22.02.2021):

     pip install sslyze
maltrail (🥉21 · ⭐ 4.1K) - Malicious traffic detection system.MIT
  • GitHub (👨‍💻 30 · 🔀 770 · 📋 300 - 22% open · ⏱️ 31.08.2021):

     git clone https://github.com/stamparm/maltrail
pyngrok (🥉21 · ⭐ 190) - A Python wrapper for ngrok.MIT
  • GitHub (👨‍💻 8 · 🔀 28 · ⏱️ 26.08.2021):

     git clone https://github.com/alexdlaird/pyngrok
  • PyPi (📥 92K / month · 📦 10 · ⏱️ 25.08.2021):

     pip install pyngrok
  • Conda (📥 27K · ⏱️ 25.08.2021):

     conda install -c conda-forge pyngrok
healthchecks (🥉20 · ⭐ 4K) - A cron monitoring tool written in Python & Django.BSD-3
  • GitHub (👨‍💻 66 · 🔀 480 · 📋 410 - 15% open · ⏱️ 26.08.2021):

     git clone https://github.com/healthchecks/healthchecks
sandman2 (🥉20 · ⭐ 1.7K · 💤) - Automatically generate a RESTful API service for your legacy..Apache-2
  • GitHub (👨‍💻 23 · 🔀 180 · 📦 16 · 📋 76 - 31% open · ⏱️ 21.12.2020):

     git clone https://github.com/jeffknupp/sandman2
  • PyPi (📦 6 · ⏱️ 08.09.2020):

     pip install sandman2
pyload (🥉19 · ⭐ 2.3K) - The free and open-source Download Manager written in pure Python.❗️AGPL-3.0
  • GitHub (👨‍💻 210 · 🔀 620 · 📥 70K · 📋 2.9K - 5% open · ⏱️ 28.04.2021):

     git clone https://github.com/pyload/pyload
  • PyPi (📥 2.6K / month · ⏱️ 28.04.2021):

     pip install pyload-ng
cabot (🥉18 · ⭐ 5.1K · 💤) - Self-hosted, easily-deployable monitoring and alerts service - like a..MIT
  • GitHub (👨‍💻 70 · 🔀 560 · 📥 78 · 📦 7 · 📋 460 - 35% open · ⏱️ 05.01.2021):

     git clone https://github.com/arachnys/cabot
toapi (🥉18 · ⭐ 3.2K) - Every web site provides APIs.MIT
  • GitHub (👨‍💻 12 · 🔀 230 · 📋 56 - 14% open · ⏱️ 28.06.2021):

     git clone https://github.com/gaojiuli/toapi
  • PyPi (📦 8 · ⏱️ 28.06.2021):

     pip install toapi
aiortc (🥉18 · ⭐ 2.5K) - WebRTC and ORTC implementation for Python using asyncio.BSD-3
  • GitHub (👨‍💻 19 · 🔀 430 · 📋 440 - 13% open · ⏱️ 11.07.2021):

     git clone https://github.com/aiortc/aiortc
  • PyPi (📦 12 · ⏱️ 11.07.2021):

     pip install aiortc
urlwatch (🥉17 · ⭐ 2.2K) - urlwatch monitors webpages for you.BSD-3
  • GitHub (👨‍💻 73 · 🔀 310 · 📋 410 - 16% open · ⏱️ 24.08.2021):

     git clone https://github.com/thp/urlwatch
  • PyPi (📦 2 · ⏱️ 10.04.2021):

     pip install urlwatch
streaming-form-data (🥉17 · ⭐ 92) - Streaming parser for multipart/form-data written in Python.MIT
  • GitHub (👨‍💻 7 · 🔀 16 · 📦 17 · 📋 24 - 12% open · ⏱️ 01.09.2021):

     git clone https://github.com/siddhantgoel/streaming-form-data
  • PyPi (📥 7.4K / month · ⏱️ 22.08.2021):

     pip install streaming-form-data
Show 13 hidden projects...
  • pyzmq (🥈32 · ⭐ 2.9K) - PyZMQ: Python bindings for zeromq.❗️Revised BSD
  • httpbin (🥈30 · ⭐ 10K · 💀) - HTTP Request & Response Service, written in Python + Flask.ISC
  • PySocks (🥈30 · ⭐ 1K · 💀) - A SOCKS proxy client and wrapper for Python.BSD-3
  • ipaddress (🥉26 · ⭐ 91 · 💀) - Python 3.3+'s ipaddress for older Python versions.Python-2.0
  • Cactus (🥉24 · ⭐ 3.4K · 💀) - Static site generator for designers. Uses Python and Django..BSD-3
  • ProxyBroker (🥉23 · ⭐ 2.6K · 💀) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.Apache-2
  • python-whois (🥉23 · ⭐ 370 · 💀) - A python module for retrieving and parsing WHOIS data.❗️WTFPL
  • hyde (🥉22 · ⭐ 1.6K · 💀) - A Python Static Website Generator.MIT
  • reppy (🥉22 · ⭐ 160 · 💀) - Modern robots.txt Parser for Python.MIT
  • tinkerer (🥉20 · ⭐ 300 · 💀) - Python blogging engine.❗️BSD-2-Clause-FreeBSD
  • asgi-lifespan (🥉18 · ⭐ 80 · 💀) - Programmatic startup/shutdown of ASGI apps.MIT
  • libextract (🥉14 · ⭐ 490 · 💀) - Extract data from websites using basic statistical magic.MIT
  • IP2Trace (🥉10 · ⭐ 7) - A Python tool to display geolocation information in the traceroute.MIT

Related Resources

  • Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
  • best-of-ml-python: A ranked list of awesome machine learning python libraries.
  • Python Wiki - Web Programming: Wiki page about programming Web applications (both clients and servers) using Python.

Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from theissue page and fill in the requested information.
  • Modify theprojects.yaml with your additions or changes, and submit a pull request. This can also be done directly via theGithub UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to thebest-of-generator repository. If you like to create your own best-of list, we recommend to followthis guide.

For more information on how to add or update projects, please read thecontribution guidelines. By participating in this project, you agree to abide by itsCode of Conduct.

License

CC0

About

🏆 A ranked list of awesome python libraries for web development. Updated weekly.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python100.0%

[8]ページ先頭

©2009-2025 Movatter.jp