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

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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


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


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 (🥇48 · ⭐ 64K) - The Web framework for perfectionists with deadlines.BSD-3
  • GitHub (👨‍💻 2.7K · 🔀 27K · 📦 910K · ⏱️ 28.04.2022):

     git clone https://github.com/django/django
  • PyPi (📥 7.5M / month · 📦 120K · ⏱️ 11.04.2022):

     pip install django
  • Conda (📥 1.1M · ⏱️ 11.04.2022):

     conda install -c conda-forge django
flask (🥇48 · ⭐ 59K) - The Python micro framework for building web applications.BSD-3
  • GitHub (👨‍💻 770 · 🔀 15K · 📥 5K · 📦 1M · 📋 2.3K - 0% open · ⏱️ 28.04.2022):

     git clone https://github.com/pallets/flask
  • PyPi (📥 59M / month · 📦 120K · ⏱️ 30.03.2022):

     pip install flask
  • Conda (📥 3M · ⏱️ 31.03.2022):

     conda install -c conda-forge flask
werkzeug (🥇44 · ⭐ 6.1K) - The comprehensive WSGI web application library.BSD-3
  • GitHub (👨‍💻 450 · 🔀 1.6K · 📥 250 · 📦 720K · 📋 950 - 1% open · ⏱️ 28.04.2022):

     git clone https://github.com/pallets/werkzeug
  • PyPi (📥 71M / month · 📦 69K · ⏱️ 01.04.2022):

     pip install werkzeug
  • Conda (📥 4.3M · ⏱️ 01.04.2022):

     conda install -c conda-forge werkzeug
django-rest-framework (🥇42 · ⭐ 23K) - Web APIs for Django.BSD-3
  • GitHub (👨‍💻 1.3K · 🔀 6K · 📦 320K · 📋 3.8K - 5% open · ⏱️ 24.04.2022):

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

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

     conda install -c conda-forge djangorestframework
tornado (🥇42 · ⭐ 21K) - Tornado is a Python web framework and asynchronous networking..Apache-2
  • GitHub (👨‍💻 420 · 🔀 5.4K · 📦 230K · 📋 1.8K - 14% open · ⏱️ 22.04.2022):

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

     pip install tornado
  • Conda (📥 18M · ⏱️ 01.04.2022):

     conda install -c conda-forge tornado
fastapi (🥈41 · ⭐ 44K) - FastAPI framework, high performance, easy to learn, fast to..MIT
  • GitHub (👨‍💻 290 · 🔀 3.4K · 📋 3.3K - 44% open · ⏱️ 25.04.2022):

     git clone https://github.com/tiangolo/fastapi
  • PyPi (📥 5.9M / month · 📦 1.1K · ⏱️ 17.04.2022):

     pip install fastapi
  • Conda (📥 680K · ⏱️ 18.04.2022):

     conda install -c conda-forge fastapi
sanic (🥈38 · ⭐ 16K) - Next generation Python web server/framework | Build fast. Run fast.MIT
  • GitHub (👨‍💻 320 · 🔀 1.4K · 📋 1.1K - 3% open · ⏱️ 26.04.2022):

     git clone https://github.com/sanic-org/sanic
  • PyPi (📥 750K / month · 📦 610 · ⏱️ 17.04.2022):

     pip install sanic
  • Conda (📥 190K · ⏱️ 17.04.2022):

     conda install -c conda-forge sanic
falcon (🥈38 · ⭐ 8.7K) - The no-nonsense web data plane API and microservices framework for..Apache-2
  • GitHub (👨‍💻 190 · 🔀 870 · 📥 3.1K · 📦 6.6K · 📋 950 - 17% open · ⏱️ 09.04.2022):

     git clone https://github.com/falconry/falcon
  • PyPi (📥 730K / month · 📦 1.7K · ⏱️ 25.03.2022):

     pip install falcon
  • Conda (📥 250K · ⏱️ 09.04.2022):

     conda install -c conda-forge falcon
starlette (🥈38 · ⭐ 6.9K) - The little ASGI framework that shines.BSD-3
  • GitHub (👨‍💻 200 · 🔀 600 · 📦 39K · 📋 620 - 10% open · ⏱️ 26.04.2022):

     git clone https://github.com/encode/starlette
  • PyPi (📥 7M / month · 📦 660 · ⏱️ 22.04.2022):

     pip install starlette
  • Conda (📥 630K · ⏱️ 22.04.2022):

     conda install -c conda-forge starlette
Flask-AppBuilder (🥈38 · ⭐ 3.7K) - Simple and rapid application development framework,..BSD-3
  • GitHub (👨‍💻 170 · 🔀 1.2K · 📦 3K · 📋 1.2K - 11% open · ⏱️ 28.04.2022):

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

     pip install flask-appbuilder
  • Conda (📥 180K · ⏱️ 21.03.2022):

     conda install -c conda-forge flask-appbuilder
bottle (🥈37 · ⭐ 7.6K) - bottle.py is a fast and simple micro-framework for python web-applications.MIT
  • GitHub (👨‍💻 220 · 🔀 1.4K · 📦 20K · 📋 860 - 36% open · ⏱️ 01.03.2022):

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

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

     conda install -c conda-forge bottle
CherryPy (🥈37 · ⭐ 1.5K · 📈) - CherryPy is a pythonic, object-oriented HTTP framework...BSD-3
  • GitHub (👨‍💻 140 · 🔀 340 · 📦 8.8K · 📋 1.7K - 13% open · ⏱️ 13.03.2022):

     git clone https://github.com/cherrypy/cherrypy
  • PyPi (📥 2.3M / month · 📦 10K · ⏱️ 03.07.2021):

     pip install cherrypy
  • Conda (📥 13K · ⏱️ 05.03.2022):

     conda install -c anaconda cherrypy
flask-restful (🥈35 · ⭐ 6.3K) - Simple framework for creating REST APIs.BSD-3
  • GitHub (👨‍💻 160 · 🔀 970 · 📦 75K · 📋 570 - 20% open · ⏱️ 04.03.2022):

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

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

     conda install -c conda-forge flask-restful
django-tastypie (🥉34 · ⭐ 3.8K) - Creating delicious APIs for Django apps since 2010.BSD-3
  • GitHub (👨‍💻 200 · 🔀 1.2K · 📦 4.8K · 📋 930 - 44% open · ⏱️ 12.04.2022):

     git clone https://github.com/django-tastypie/django-tastypie
  • PyPi (📥 83K / month · 📦 2.5K · ⏱️ 04.01.2022):

     pip install django-tastypie
eve (🥉33 · ⭐ 6.5K) - REST API framework designed for human beings.BSD-3
  • GitHub (👨‍💻 210 · 🔀 740 · 📦 1K · 📋 970 - 3% open · ⏱️ 13.04.2022):

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

     pip install eve
webpy (🥉31 · ⭐ 5.7K) - web.py is a web framework for python that is as simple as it is..Unlicense
  • GitHub (👨‍💻 87 · 🔀 1.3K · 📋 420 - 8% open · ⏱️ 27.03.2022):

     git clone https://github.com/webpy/webpy
  • PyPi (📥 140K / month · 📦 1.1K · ⏱️ 15.12.2021):

     pip install web.py
  • Conda (📥 35K · ⏱️ 12.11.2020):

     conda install -c conda-forge web.py
masonite (🥉31 · ⭐ 1.8K) - The Modern And Developer Centric Python Web Framework. Be sure to read..MIT
  • GitHub (👨‍💻 76 · 🔀 100 · 📥 12 · 📦 400 · 📋 320 - 3% open · ⏱️ 28.04.2022):

     git clone https://github.com/MasoniteFramework/masonite
  • PyPi (📥 3.5K / month · 📦 63 · ⏱️ 23.04.2022):

     pip install masonite
cornice (🥉29 · ⭐ 380) - Build Web Services with Pyramid.MPL-2.0
  • GitHub (👨‍💻 120 · 🔀 160 · 📦 720 · 📋 230 - 18% open · ⏱️ 25.01.2022):

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

     pip install cornice
  • Conda (📥 5.4K · ⏱️ 05.10.2021):

     conda install -c anaconda cornice
guillotina (🥉27 · ⭐ 180) - Python AsyncIO data API to manage billions of resources.BSD-3
  • GitHub (👨‍💻 54 · 🔀 50 · 📦 120 · 📋 220 - 25% open · ⏱️ 12.04.2022):

     git clone https://github.com/plone/guillotina
  • PyPi (📥 730 / month · 📦 50 · ⏱️ 12.04.2022):

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

     git clone https://github.com/web2py/web2py
quart (🥉26 · ⭐ 1K) - Quart is a Python ASGI web microframework with the same API as Flask.MIT
  • GitHub (👨‍💻 65 · 🔀 62 · 📋 130 - 5% open · ⏱️ 26.03.2022):

     git clone https://github.com/pgjones/quart
  • PyPi (📥 200K / month · 📦 29 · ⏱️ 26.03.2022):

     pip install quart
  • Conda (📥 33K · ⏱️ 28.03.2022):

     conda install -c conda-forge quart
emmett (🥉25 · ⭐ 750) - The web framework for inventors.BSD-3
  • GitHub (👨‍💻 21 · 🔀 63 · 📦 21 · 📋 290 - 6% open · ⏱️ 19.04.2022):

     git clone https://github.com/emmett-framework/emmett
  • PyPi (📥 670 / month · 📦 3 · ⏱️ 19.04.2022):

     pip install emmett
flask-mongorest (🥉19 · ⭐ 520) - Restful API framework wrapped around MongoEngine.BSD-3
  • GitHub (👨‍💻 18 · 🔀 89 · 📦 48 · 📋 65 - 41% open · ⏱️ 21.12.2021):

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

     pip install Flask-MongoRest
justpy (🥉18 · ⭐ 820) - An object oriented high-level Python Web Framework that requires no..Apache-2
  • GitHub (👨‍💻 1 · 🔀 64 · 📋 290 - 33% open · ⏱️ 12.01.2022):

     git clone https://github.com/elimintz/justpy
  • PyPi (📥 1.8K / month · 📦 2 · ⏱️ 12.01.2022):

     pip install justpy
flama (🥉14 · ⭐ 200 · 💤) - Fire up your API.❗️GPL-3.0
  • GitHub (👨‍💻 8 · 🔀 14 · 📥 63 · 📋 49 - 55% open · ⏱️ 31.08.2021):

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

     pip install flama
Show 7 hidden projects...
  • pyramid (🥈35 · ⭐ 3.7K) - Pyramid - A Python web framework.❗Unlicensed
  • hug (🥉31 · ⭐ 6.6K · 💀) - Embrace the APIs of the future. Hug aims to make developing APIs as simple..MIT
  • flask-restplus (🥉30 · ⭐ 2.6K · 💀) - Fully featured framework for fast, easy and..BSD-3
  • responder (🥉26 · ⭐ 3.6K · 💀) - A familiar HTTP Service Framework for Python.Apache-2
  • japronto (🥉25 · ⭐ 8.5K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining..MIT
  • vibora (🥉22 · ⭐ 5.7K · 💀) - Fast, asynchronous and elegant Python web framework.MIT
  • Growler (🥉14 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained..Apache-2

HTTP Clients

Back to top

requests (🥇49 · ⭐ 47K) - A simple, yet elegant, HTTP library.Apache-2
  • GitHub (👨‍💻 710 · 🔀 8.7K · 📥 870 · 📦 1.4M · 📋 3.6K - 6% open · ⏱️ 28.03.2022):

     git clone https://github.com/psf/requests
  • PyPi (📥 190M / month · 📦 190K · ⏱️ 05.01.2022):

     pip install requests
  • Conda (📥 18M · ⏱️ 07.01.2022):

     conda install -c conda-forge requests
aiohttp (🥇45 · ⭐ 12K) - Asynchronous HTTP client/server framework for asyncio and Python.Apache-2
  • GitHub (👨‍💻 630 · 🔀 1.7K · 📥 4K · 📦 180K · 📋 2.6K - 14% open · ⏱️ 25.04.2022):

     git clone https://github.com/aio-libs/aiohttp
  • PyPi (📥 53M / month · 📦 12K · ⏱️ 14.11.2021):

     pip install aiohttp
  • Conda (📥 4.8M · ⏱️ 03.04.2022):

     conda install -c conda-forge aiohttp
urllib3 (🥈40 · ⭐ 3K) - Python HTTP library with thread-safe connection pooling, file post support,..MIT
  • GitHub (👨‍💻 300 · 🔀 910 · 📥 1.8K · 📋 1K - 11% open · ⏱️ 04.04.2022):

     git clone https://github.com/urllib3/urllib3
  • PyPi (📥 210M / month · 📦 43K · ⏱️ 16.03.2022):

     pip install urllib3
  • Conda (📥 18M · ⏱️ 17.03.2022):

     conda install -c conda-forge urllib3
httpx (🥈39 · ⭐ 8.7K) - A next generation HTTP client for Python.BSD-3
  • GitHub (👨‍💻 160 · 🔀 560 · 📦 21K · 📋 680 - 6% open · ⏱️ 18.04.2022):

     git clone https://github.com/encode/httpx
  • PyPi (📥 7.1M / month · 📦 1.2K · ⏱️ 26.01.2022):

     pip install httpx
  • Conda (📥 140K · ⏱️ 01.02.2022):

     conda install -c conda-forge httpx
httpie (🥈37 · ⭐ 53K) - As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP..BSD-3
  • GitHub (👨‍💻 150 · 🔀 3.5K · 📥 200 · 📦 10K · 📋 800 - 17% open · ⏱️ 28.04.2022):

     git clone https://github.com/httpie/httpie
  • PyPi (📥 200K / month · 📦 1.7K · ⏱️ 07.03.2022):

     pip install httpie
  • Conda (📥 73K · ⏱️ 17.11.2021):

     conda install -c conda-forge httpie
pycurl (🥈36 · ⭐ 860) - PycURL - Python interface to libcurl.MIT
  • GitHub (👨‍💻 97 · 🔀 230 · 📦 43K · 📋 320 - 3% open · ⏱️ 01.04.2022):

     git clone https://github.com/pycurl/pycurl
  • PyPi (📥 3.3M / month · 📦 4.3K · ⏱️ 13.03.2022):

     pip install pycurl
  • Conda (📥 690K · ⏱️ 08.04.2022):

     conda install -c conda-forge pycurl
python-zeep (🥈34 · ⭐ 1.7K) - A modern/fast python SOAP client based on lxml / requests.MIT
  • GitHub (👨‍💻 130 · 🔀 520 · 📦 4.4K · 📋 1K - 35% open · ⏱️ 29.12.2021):

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

     pip install zeep
  • Conda (📥 140K · ⏱️ 30.08.2021):

     conda install -c conda-forge zeep
httplib2 (🥈34 · ⭐ 440) - Small, fast HTTP client library for Python. Features persistent..MIT
  • GitHub (👨‍💻 72 · 🔀 170 · 📦 100K · 📋 120 - 44% open · ⏱️ 02.02.2022):

     git clone https://github.com/httplib2/httplib2
  • PyPi (📥 32M / month · 📦 16K · ⏱️ 03.02.2022):

     pip install httplib2
  • Conda (📥 1.4M · ⏱️ 11.02.2022):

     conda install -c conda-forge httplib2
requests-toolbelt (🥉32 · ⭐ 840) - A toolbelt of useful classes and functions to be used..Apache-2
  • GitHub (👨‍💻 61 · 🔀 150 · 📋 180 - 42% open · ⏱️ 28.10.2021):

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

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

     conda install -c conda-forge requests-toolbelt
httpcore (🥉32 · ⭐ 260) - A minimal HTTP client.BSD-3
  • GitHub (👨‍💻 27 · 🔀 52 · 📦 11K · 📋 100 - 5% open · ⏱️ 06.04.2022):

     git clone https://github.com/encode/httpcore
  • PyPi (📥 7.1M / month · 📦 77 · ⏱️ 04.02.2022):

     pip install httpcore
  • Conda (📥 110K · ⏱️ 04.02.2022):

     conda install -c conda-forge httpcore
httptools (🥉30 · ⭐ 1K) - Fast HTTP parser.MIT
  • GitHub (👨‍💻 13 · 🔀 65 · 📦 19K · 📋 44 - 15% open · ⏱️ 22.02.2022):

     git clone https://github.com/MagicStack/httptools
  • PyPi (📥 3.9M / month · 📦 540 · ⏱️ 22.02.2022):

     pip install httptools
  • Conda (📥 370K · ⏱️ 09.04.2022):

     conda install -c conda-forge httptools
requests-futures (🥉28 · ⭐ 1.9K) - Asynchronous Python HTTP Requests for Humans using..Apache-2
  • GitHub (👨‍💻 26 · 🔀 140 · 📦 3.9K · 📋 79 - 22% open · ⏱️ 25.10.2021):

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

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

     conda install -c conda-forge requests-futures
treq (🥉28 · ⭐ 540) - Python requests like API built on top of Twisteds HTTP client.MIT
  • GitHub (👨‍💻 48 · 🔀 140 · 📥 120 · 📦 950 · 📋 150 - 38% open · ⏱️ 09.02.2022):

     git clone https://github.com/twisted/treq
  • PyPi (📥 70K / month · 📦 410 · ⏱️ 09.02.2022):

     pip install treq
  • Conda (📥 59K · ⏱️ 30.01.2022):

     conda install -c conda-forge treq
http-prompt (🥉27 · ⭐ 8.5K) - An interactive command-line HTTP and API testing client built on top..MIT
  • GitHub (👨‍💻 29 · 🔀 320 · 📦 41 · 📋 100 - 46% open · ⏱️ 21.01.2022):

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

     pip install http-prompt
grequests (🥉27 · ⭐ 4K) - Requests + Gevent = 3.BSD-2
  • GitHub (👨‍💻 28 · 🔀 340 · 📦 2.9K · 📋 110 - 8% open · ⏱️ 26.01.2022):

     git clone https://github.com/spyoungtech/grequests
  • PyPi (📥 300K / month · 📦 660 · ⏱️ 05.04.2020):

     pip install grequests
  • Conda (📥 49K · ⏱️ 22.04.2020):

     conda install -c conda-forge grequests
Show 4 hidden projects...
  • hyper (🥉29 · ⭐ 1K · 💀) - HTTP/2 for Python.MIT
  • pysimplesoap (🥉25 · ⭐ 370 · 💀) - Python Simple SOAP Library.❗️LGPL-3.0
  • http-parser (🥉23 · ⭐ 330 · 💀) - HTTP request/response parser for python in C.MIT
  • httpstat (🥉20 · ⭐ 5.1K · 💀) - curl statistics made simple.MIT

Servers

Back to top

gunicorn (🥇43 · ⭐ 8.3K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and..MIT
  • GitHub (👨‍💻 370 · 🔀 1.5K · 📥 100 · 📦 650K · 📋 1.8K - 20% open · ⏱️ 14.03.2022):

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

     pip install gunicorn
  • Conda (📥 960K · ⏱️ 08.04.2022):

     conda install -c conda-forge gunicorn
gevent (🥇39 · ⭐ 5.7K) - Coroutine-based concurrency library for Python.MIT
  • GitHub (👨‍💻 100 · 🔀 920 · 📥 59K · 📦 77K · 📋 1.3K - 6% open · ⏱️ 20.01.2022):

     git clone https://github.com/gevent/gevent
  • PyPi (📥 6.8M / month · 📦 15K · ⏱️ 11.12.2021):

     pip install gevent
  • Conda (📥 760K · ⏱️ 07.04.2022):

     conda install -c conda-forge gevent
uvicorn (🥈37 · ⭐ 5.2K) - An ASGI web server, for Python.BSD-3
  • GitHub (👨‍💻 130 · 🔀 430 · 📦 65K · 📋 610 - 14% open · ⏱️ 23.04.2022):

     git clone https://github.com/encode/uvicorn
  • PyPi (📥 7.2M / month · 📦 1.1K · ⏱️ 11.03.2022):

     pip install uvicorn
  • Conda (📥 910K · ⏱️ 18.04.2022):

     conda install -c conda-forge uvicorn
whitenoise (🥈34 · ⭐ 2K) - Radically simplified static file serving for Python web apps.MIT
  • GitHub (👨‍💻 59 · 🔀 120 · 📋 220 - 12% open · ⏱️ 27.04.2022):

     git clone https://github.com/evansd/whitenoise
  • PyPi (📥 1.3M / month · 📦 13K · ⏱️ 09.02.2022):

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

     conda install -c conda-forge whitenoise
asgiref (🥈30 · ⭐ 1K) - ASGI specification and utilities.BSD-3
  • GitHub (👨‍💻 70 · 🔀 140 · 📋 160 - 22% open · ⏱️ 19.04.2022):

     git clone https://github.com/django/asgiref
  • PyPi (📥 11M / month · 📦 1.1K · ⏱️ 22.01.2022):

     pip install asgiref
  • Conda (📥 540K · ⏱️ 23.01.2022):

     conda install -c conda-forge asgiref
bjoern (🥉28 · ⭐ 2.8K) - A screamingly fast Python 2/3 WSGI server written in C.BSD-2
  • GitHub (👨‍💻 42 · 🔀 190 · 📦 430 · 📋 150 - 19% open · ⏱️ 12.04.2022):

     git clone https://github.com/jonashaag/bjoern
  • PyPi (📥 20K / month · 📦 140 · ⏱️ 14.02.2022):

     pip install bjoern
  • Conda (📥 66K · ⏱️ 19.04.2022):

     conda install -c conda-forge bjoern
livereload (🥉27 · ⭐ 960) - livereload server in python (MAINTAINERS NEEDED).BSD-3
  • GitHub (👨‍💻 57 · 🔀 140 · 📋 140 - 29% open · ⏱️ 19.03.2022):

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

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

     conda install -c conda-forge livereload
mangum (🥉27 · ⭐ 900) - AWS Lambda support for ASGI applications.MIT
  • GitHub (👨‍💻 26 · 🔀 68 · 📦 760 · 📋 140 - 9% open · ⏱️ 24.04.2022):

     git clone https://github.com/jordaneremieff/mangum
  • PyPi (📥 190K / month · 📦 5 · ⏱️ 24.04.2022):

     pip install mangum
Hypercorn (🥉27 · ⭐ 260) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by..MIT
  • GitHub (👨‍💻 39 · 🔀 26 · 📦 2.3K · 📋 46 - 26% open · ⏱️ 22.02.2022):

     git clone https://github.com/pgjones/hypercorn
  • PyPi (📥 300K / month · 📦 5 · ⏱️ 23.12.2021):

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

Authorization & Authentication

Back to top

django-allauth (🥇41 · ⭐ 7.2K) - Integrated set of Django applications addressing..MIT
  • GitHub (👨‍💻 590 · 🔀 2.6K · 📦 87K · 📋 1.9K - 17% open · ⏱️ 22.04.2022):

     git clone https://github.com/pennersr/django-allauth
  • PyPi (📥 500K / month · 📦 5.3K · ⏱️ 25.03.2022):

     pip install django-allauth
  • Conda (📥 70K · ⏱️ 22.04.2022):

     conda install -c conda-forge django-allauth
oauthlib (🥇40 · ⭐ 2.4K) - A generic, spec-compliant, thorough implementation of the OAuth..BSD-3
  • GitHub (👨‍💻 180 · 🔀 450 · 📦 220K · 📋 360 - 21% open · ⏱️ 06.03.2022):

     git clone https://github.com/oauthlib/oauthlib
  • PyPi (📥 77M / month · 📦 12K · ⏱️ 29.01.2022):

     pip install oauthlib
  • Conda (📥 4.6M · ⏱️ 30.01.2022):

     conda install -c conda-forge oauthlib
requests-oauthlib (🥇38 · ⭐ 1.5K) - OAuthlib support for Python-Requests!.ISC
  • GitHub (👨‍💻 110 · 🔀 390 · 📦 210K · 📋 260 - 43% open · ⏱️ 21.02.2022):

     git clone https://github.com/requests/requests-oauthlib
  • PyPi (📥 71M / month · 📦 12K · ⏱️ 29.01.2022):

     pip install requests-oauthlib
  • Conda (📥 4.5M · ⏱️ 30.01.2022):

     conda install -c conda-forge requests-oauthlib
pyjwt (🥇37 · ⭐ 4.2K) - JSON Web Token implementation in Python.MIT
  • GitHub (👨‍💻 110 · 🔀 540 · 📦 200K · 📋 370 - 26% open · ⏱️ 19.04.2022):

     git clone https://github.com/jpadilla/pyjwt
  • PyPi (📥 86M / month · 📦 11K · ⏱️ 16.10.2021):

     pip install pyjwt
  • Conda (📥 6M · ⏱️ 06.12.2021):

     conda install -c conda-forge pyjwt
google-auth (🥇37 · ⭐ 500) - Google Auth Python Library.Apache-2
  • GitHub (👨‍💻 93 · 🔀 240 · 📦 120K · 📋 350 - 17% open · ⏱️ 21.04.2022):

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

     pip install google-auth
  • Conda (📥 4.1M · ⏱️ 22.04.2022):

     conda install -c conda-forge google-auth
flask-login (🥈36 · ⭐ 3K) - Flask user session management.MIT
  • GitHub (👨‍💻 110 · 🔀 700 · 📦 100K · 📋 330 - 0% open · ⏱️ 11.04.2022):

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

     pip install flask-login
  • Conda (📥 120K · ⏱️ 30.03.2022):

     conda install -c conda-forge flask-login
django-oauth-toolkit (🥈34 · ⭐ 2.5K) - OAuth2 goodies for the Djangonauts!.BSD-3
  • GitHub (👨‍💻 200 · 🔀 680 · 📋 700 - 19% open · ⏱️ 24.04.2022):

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

     pip install django-oauth-toolkit
flask-jwt-extended (🥈34 · ⭐ 1.3K) - An open source Flask extension that provides JWT..MIT
  • GitHub (👨‍💻 83 · 🔀 210 · 📦 18K · 📋 340 - 3% open · ⏱️ 14.04.2022):

     git clone https://github.com/vimalloc/flask-jwt-extended
  • PyPi (📥 1.7M / month · 📦 640 · ⏱️ 08.10.2021):

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

     conda install -c conda-forge flask-jwt-extended
django-guardian (🥈32 · ⭐ 3.2K) - Per object permissions for Django.BSD-3
  • GitHub (👨‍💻 160 · 🔀 520 · 📦 4.7K · 📋 440 - 27% open · ⏱️ 25.03.2022):

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

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

     conda install -c conda-forge django-guardian
django-rest-framework-simplejwt (🥈32 · ⭐ 2.9K) - A JSON Web Token authentication plugin for the Django..MIT
  • GitHub (👨‍💻 83 · 🔀 480 · 📋 360 - 23% open · ⏱️ 23.04.2022):

     git clone https://github.com/jazzband/djangorestframework-simplejwt
  • PyPi (📥 750K / month · 📦 300 · ⏱️ 01.03.2022):

     pip install djangorestframework-simplejwt
pyotp (🥈31 · ⭐ 2K) - Python One-Time Password Library.MIT
  • GitHub (👨‍💻 36 · 🔀 270 · 📥 150 · 📦 4.7K · 📋 75 - 6% open · ⏱️ 20.12.2021):

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

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

     conda install -c conda-forge pyotp
django-rules (🥈30 · ⭐ 1.5K) - Awesome Django authorization, without the database.MIT
  • GitHub (👨‍💻 25 · 🔀 120 · 📦 810 · 📋 110 - 27% open · ⏱️ 23.03.2022):

     git clone https://github.com/dfunckt/django-rules
  • PyPi (📥 100K / month · 📦 130 · ⏱️ 23.03.2022):

     pip install rules
dj-rest-auth (🥈30 · ⭐ 910) - Authentication for Django Rest Framework.MIT
  • GitHub (👨‍💻 160 · 🔀 180 · 📥 190 · 📦 2.8K · 📋 260 - 46% open · ⏱️ 17.04.2022):

     git clone https://github.com/iMerica/dj-rest-auth
  • PyPi (📥 100K / month · 📦 7 · ⏱️ 30.03.2022):

     pip install dj-rest-auth
  • Conda (📥 2.4K · ⏱️ 30.03.2022):

     conda install -c conda-forge dj-rest-auth
djoser (🥉29 · ⭐ 2.1K) - REST implementation of Django authentication system.MIT
  • GitHub (👨‍💻 100 · 🔀 400 · 📋 420 - 33% open · ⏱️ 13.01.2022):

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

     pip install djoser
Flask-HTTPAuth (🥉29 · ⭐ 1.1K) - Simple extension that provides Basic, Digest and Token HTTP..MIT
  • GitHub (👨‍💻 32 · 🔀 200 · 📋 99 - 10% open · ⏱️ 20.04.2022):

     git clone https://github.com/miguelgrinberg/Flask-HTTPAuth
  • PyPi (📥 510K / month · 📦 2.2K · ⏱️ 20.04.2022):

     pip install flask-httpauth
  • Conda (📥 100K · ⏱️ 21.04.2022):

     conda install -c conda-forge flask-httpauth
python-jose (🥉28 · ⭐ 1.1K) - A JOSE implementation in Python.MIT
  • GitHub (👨‍💻 49 · 🔀 190 · 📋 130 - 40% open · ⏱️ 09.02.2022):

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

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

     conda install -c conda-forge python-jose
fastapi-users (🥉27 · ⭐ 1.9K) - Ready-to-use and customizable users management for FastAPI.MIT
  • GitHub (👨‍💻 41 · 🔀 160 · 📋 200 - 1% open · ⏱️ 23.04.2022):

     git clone https://github.com/fastapi-users/fastapi-users
  • PyPi (📥 22K / month · 📦 7 · ⏱️ 21.04.2022):

     pip install fastapi-users
  • Conda (📥 1.7K · ⏱️ 21.04.2022):

     conda install -c conda-forge fastapi-users
flask-dance (🥉27 · ⭐ 880) - Doing the OAuth dance with style using Flask, requests, and..MIT
  • GitHub (👨‍💻 53 · 🔀 140 · 📦 2.6K · 📋 190 - 17% open · ⏱️ 05.04.2022):

     git clone https://github.com/singingwolfboy/flask-dance
  • PyPi (📥 46K / month · 📦 160 · ⏱️ 05.04.2022):

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

     conda install -c conda-forge flask-dance
django-rest-knox (🥉27 · ⭐ 740) - Authentication Module for django rest auth.MIT
  • GitHub (👨‍💻 42 · 🔀 120 · 📦 7.2K · 📋 140 - 37% open · ⏱️ 31.01.2022):

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

     pip install django-rest-knox
django-cas-ng (🥉26 · ⭐ 330) - Django CAS 1.0/2.0/3.0 client authentication library, support..MIT
  • GitHub (👨‍💻 81 · 🔀 160 · 📥 430 · 📦 310 · 📋 150 - 2% open · ⏱️ 14.02.2022):

     git clone https://github.com/django-cas-ng/django-cas-ng
  • PyPi (📥 9.6K / month · 📦 74 · ⏱️ 09.01.2022):

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

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

     pip install authomatic
fastapi_login (🥉25 · ⭐ 320) - FastAPI-Login tries to provide similar functionality as..MIT
  • GitHub (👨‍💻 9 · 🔀 35 · 📥 3 · 📦 190 · 📋 38 - 13% open · ⏱️ 16.03.2022):

     git clone https://github.com/MushroomMaula/fastapi_login
  • PyPi (📥 11K / month · 📦 2 · ⏱️ 16.03.2022):

     pip install fastapi_login
Flask-OpenID (🥉25 · ⭐ 220) - Flask-OpenID adds openid support to flask applications.BSD-3
  • GitHub (👨‍💻 15 · 🔀 68 · 📥 9 · 📦 5.5K · 📋 42 - 4% open · ⏱️ 23.11.2021):

     git clone https://github.com/pallets-eco/flask-openid
  • PyPi (📥 1.6M / month · 📦 1.3K · ⏱️ 08.09.2021):

     pip install flask-openid
  • Conda (📥 91K · ⏱️ 04.11.2021):

     conda install -c conda-forge flask-openid
python-jwt (🥉22 · ⭐ 200) - Python module for generating and verifying JSON Web Tokens.MIT
  • GitHub (👨‍💻 5 · 🔀 25 · ⏱️ 27.12.2021):

     git clone https://github.com/davedoesdev/python-jwt
  • PyPi (📥 230K / month · 📦 54 · ⏱️ 27.12.2021):

     pip install python-jwt
flask-praetorian (🥉21 · ⭐ 310) - Strong, Simple, and Precise security for Flask APIs..MIT
  • GitHub (👨‍💻 24 · 🔀 43 · 📋 140 - 3% open · ⏱️ 17.01.2022):

     git clone https://github.com/dusktreader/flask-praetorian
  • PyPi (📥 17K / month · 📦 8 · ⏱️ 02.12.2021):

     pip install flask-praetorian
flask_simplelogin (🥉18 · ⭐ 160) - Simple Login - Login Extension for Flask - maintainer..MIT
  • GitHub (👨‍💻 10 · 🔀 35 · 📋 16 - 12% open · ⏱️ 25.10.2021):

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

     pip install flask_simplelogin
Show 13 hidden projects...
  • authlib (🥈36 · ⭐ 3.1K) - The ultimate Python library in building OAuth, OpenID Connect..❗️BSD-1-Clause
  • oauth2client (🥈33 · ⭐ 780 · 💀) - This is a Python library for accessing resources protected..Apache-2
  • python-social-auth (🥈32 · ⭐ 2.8K · 💀) - Social auth made simple.BSD-3
  • django-rest-framework-jwt (🥈31 · ⭐ 3.1K · 💀) - JSON Web Token Authentication support for Django REST..MIT
  • python-oauth2 (🥈30 · ⭐ 2.9K · 💀) - A fully tested, abstract interface to creating OAuth clients..MIT
  • rauth (🥉28 · ⭐ 1.6K · 💀) - A Python library for OAuth 1.0/a, 2.0, and Ofly.MIT
  • Flask-User (🥉27 · ⭐ 970 · 💀) - Customizable User Authorization & User Management: Register,..MIT
  • django-stronghold (🥉23 · ⭐ 380 · 💀) - Get inside your stronghold and make all your Django..MIT
  • velruse (🥉22 · ⭐ 250 · 💀) - Simplifying third-party authentication for web applications.MIT
  • fastapi-jwt-auth (🥉18 · ⭐ 360 · 💀) - FastAPI extension that provides JWT Auth support..MIT
  • apex (🥉16 · ⭐ 96 · 💀) - Toolkit for Pyramid, a Pylons Project, to add Authentication and..MIT
  • pyramid_jwt (🥉16 · ⭐ 73 · 💀) - JWT authentication for Pyramid.BSD-2
  • fastapi-permissions (🥉14 · ⭐ 250 · 💀) - row level security for FastAPI framework.❗️THE BEER-WARE LICENSE

HTML Processing

Back to top

bleach (🥇38 · ⭐ 2.3K) - Bleach is an allowed-list-based HTML sanitizing library that escapes..Apache-2
  • GitHub (👨‍💻 77 · 🔀 240 · 📦 170K · 📋 350 - 11% open · ⏱️ 11.04.2022):

     git clone https://github.com/mozilla/bleach
  • PyPi (📥 14M / month · 📦 12K · ⏱️ 07.04.2022):

     pip install bleach
  • Conda (📥 6.5M · ⏱️ 07.04.2022):

     conda install -c conda-forge bleach
lxml (🥈37 · ⭐ 2.1K) - The lxml XML toolkit for Python.BSD-3
  • GitHub (👨‍💻 140 · 🔀 490 · 📥 3.1K · 📦 250K · ⏱️ 31.03.2022):

     git clone https://github.com/lxml/lxml
  • PyPi (📥 43M / month · 📦 38K · ⏱️ 17.02.2022):

     pip install lxml
  • Conda (📥 5.4M · ⏱️ 11.04.2022):

     conda install -c conda-forge lxml
markupsafe (🥈36 · ⭐ 460) - Safely add untrusted strings to HTML/XML markup.BSD-3
  • GitHub (👨‍💻 38 · 🔀 120 · 📦 830K · ⏱️ 28.04.2022):

     git clone https://github.com/pallets/markupsafe
  • PyPi (📥 92M / month · 📦 74K · ⏱️ 15.03.2022):

     pip install markupsafe
  • Conda (📥 17M · ⏱️ 31.03.2022):

     conda install -c conda-forge markupsafe
xhtml2pdf (🥈34 · ⭐ 1.9K) - A library for converting HTML into PDFs using ReportLab.Apache-2
  • GitHub (👨‍💻 140 · 🔀 590 · 📥 6 · 📦 7.5K · 📋 330 - 37% open · ⏱️ 19.04.2022):

     git clone https://github.com/xhtml2pdf/xhtml2pdf
  • PyPi (📥 370K / month · 📦 820 · ⏱️ 31.03.2022):

     pip install xhtml2pdf
  • Conda (📥 38K · ⏱️ 12.04.2022):

     conda install -c conda-forge xhtml2pdf
html5lib-python (🥉33 · ⭐ 960 · 💤) - Standards-compliant library for parsing and serializing HTML..MIT
  • GitHub (👨‍💻 62 · 🔀 250 · 📋 250 - 34% open · ⏱️ 17.09.2021):

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

     pip install html5lib
  • Conda (📥 2.3M · ⏱️ 23.06.2020):

     conda install -c conda-forge html5lib
WeasyPrint (🥉32 · ⭐ 4.9K) - The awesome document factory.BSD-3
  • GitHub (👨‍💻 110 · 🔀 560 · 📋 1.4K - 11% open · ⏱️ 28.04.2022):

     git clone https://github.com/Kozea/WeasyPrint
  • PyPi (📥 630K / month · 📦 37 · ⏱️ 15.04.2022):

     pip install weasyprint
  • Conda (📥 42K · ⏱️ 04.04.2022):

     conda install -c conda-forge weasyprint
pyquery (🥉31 · ⭐ 2.1K) - A jquery-like library for python.BSD-3
  • GitHub (👨‍💻 50 · 🔀 170 · 📦 14K · 📋 170 - 26% open · ⏱️ 19.01.2022):

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

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

     conda install -c conda-forge pyquery
selectolax (🥉25 · ⭐ 540) - Python binding to Modest and Lexbor engines (fast HTML5 parser with..MIT
  • GitHub (👨‍💻 7 · 🔀 41 · 📦 280 · 📋 47 - 8% open · ⏱️ 04.04.2022):

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

     pip install selectolax
html5-parser (🥉20 · ⭐ 620) - Fast C based HTML 5 parsing for python.Apache-2
  • GitHub (👨‍💻 6 · 🔀 27 · ⏱️ 17.03.2022):

     git clone https://github.com/kovidgoyal/html5-parser
  • PyPi (📥 16K / month · 📦 15 · ⏱️ 22.09.2021):

     pip install html5-parser
Show 1 hidden projects...
  • Requests-HTML (🥉33 · ⭐ 12K · 💀) - Pythonic HTML Parsing for Humans.MIT

URL Utilities

Back to top

tldextract (🥇34 · ⭐ 1.5K) - Accurately separates a URLs subdomain, domain, and public suffix,..BSD-3
  • GitHub (👨‍💻 42 · 🔀 190 · 📦 9.9K · 📋 170 - 14% open · ⏱️ 11.04.2022):

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

     pip install tldextract
  • Conda (📥 170K · ⏱️ 11.04.2022):

     conda install -c conda-forge tldextract
Yarl (🥈33 · ⭐ 800) - Yet another URL library.Apache-2
  • GitHub (👨‍💻 68 · 🔀 110 · 📥 4.8K · 📋 190 - 15% open · ⏱️ 23.04.2022):

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

     pip install yarl
  • Conda (📥 4.3M · ⏱️ 03.04.2022):

     conda install -c conda-forge yarl
shortuuid (🥈30 · ⭐ 1.6K) - A generator library for concise, unambiguous and URL-safe UUIDs.BSD-3
  • GitHub (👨‍💻 24 · 🔀 94 · ⏱️ 18.04.2022):

     git clone https://github.com/skorokithakis/shortuuid
  • PyPi (📥 3.4M / month · 📦 1K · ⏱️ 11.11.2021):

     pip install shortuuid
  • Conda (📥 150K · ⏱️ 05.02.2022):

     conda install -c conda-forge shortuuid
furl (🥉26 · ⭐ 2.2K) - URL parsing and manipulation made easy.Unlicense
  • GitHub (👨‍💻 15 · 🔀 130 · 📋 100 - 21% open · ⏱️ 15.03.2022):

     git clone https://github.com/gruns/furl
  • PyPi (📥 870K / month · 📦 590 · ⏱️ 27.09.2021):

     pip install furl
  • Conda (📥 170K · ⏱️ 28.09.2021):

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

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

     pip install purl
Show 1 hidden projects...

OpenAPI Utilities

Back to top

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

OpenAPI Generator (🥇42 · ⭐ 12K) - OpenAPI Generator allows generation of API client..Apache-2
  • GitHub (👨‍💻 2.4K · 🔀 4.1K · 📦 4 · 📋 5.6K - 56% open · ⏱️ 27.04.2022):

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

     pip install openapi-generator-cli
  • npm (📥 1M / month · 📦 330 · ⏱️ 26.04.2022):

     npm install @openapitools/openapi-generator-cli
swagger-ui (🥇37 · ⭐ 22K) - Swagger UI is a collection of HTML, JavaScript, and CSS..Apache-2
  • GitHub (👨‍💻 510 · 🔀 8.3K · 📦 33K · 📋 4.8K - 15% open · ⏱️ 01.04.2022):

     git clone https://github.com/swagger-api/swagger-ui
connexion (🥇37 · ⭐ 4K) - Swagger/OpenAPI First framework for Python on top of Flask..Apache-2
  • GitHub (👨‍💻 200 · 🔀 700 · 📦 6.5K · 📋 850 - 17% open · ⏱️ 27.04.2022):

     git clone https://github.com/zalando/connexion
  • PyPi (📥 3.8M / month · 📦 710 · ⏱️ 27.04.2022):

     pip install connexion
  • Conda (📥 160K · ⏱️ 28.04.2022):

     conda install -c conda-forge connexion
apispec (🥈34 · ⭐ 940) - A pluggable API specification generator. Currently supports the..MIT
  • GitHub (👨‍💻 76 · 🔀 160 · 📦 5K · 📋 240 - 11% open · ⏱️ 28.03.2022):

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

     pip install apispec
  • Conda (📥 350K · ⏱️ 27.09.2021):

     conda install -c conda-forge apispec
drf-yasg (🥈33 · ⭐ 2.7K) - Automated generation of real Swagger/OpenAPI 2.0 schemas..BSD-3
  • GitHub (👨‍💻 65 · 🔀 350 · 📦 54K · 📋 570 - 32% open · ⏱️ 16.12.2021):

     git clone https://github.com/axnsan12/drf-yasg
  • PyPi (📥 1.3M / month · 📦 340 · ⏱️ 25.10.2020):

     pip install drf-yasg
  • Conda (📥 3.3K · ⏱️ 26.10.2020):

     conda install -c conda-forge drf-yasg
redoc (🥈32 · ⭐ 17K) - OpenAPI/Swagger-generated API Reference Documentation.MIT
  • GitHub (👨‍💻 190 · 🔀 1.9K · 📥 66 · 📦 2.4K · 📋 1.5K - 27% open · ⏱️ 28.04.2022):

     git clone https://github.com/Redocly/redoc
AutoRest (🥈32 · ⭐ 3.8K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,..MIT
  • GitHub (👨‍💻 160 · 🔀 700 · 📥 85K · 📦 360 · 📋 1.9K - 2% open · ⏱️ 19.04.2022):

     git clone https://github.com/Azure/autorest
flasgger (🥈31 · ⭐ 3K) - Easy OpenAPI specs and Swagger UI for your Flask API.MIT
  • GitHub (👨‍💻 110 · 🔀 410 · 📥 470 · 📦 6.8K · 📋 340 - 55% open · ⏱️ 21.01.2022):

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

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

     conda install -c conda-forge flasgger
drf-spectacular (🥈31 · ⭐ 1K) - Sane and flexible OpenAPI 3 schema generation for Django..BSD-3
  • GitHub (👨‍💻 67 · 🔀 130 · 📦 1.8K · 📋 530 - 7% open · ⏱️ 28.04.2022):

     git clone https://github.com/tfranzel/drf-spectacular
  • PyPi (📥 460K / month · 📦 21 · ⏱️ 25.04.2022):

     pip install drf-spectacular
  • Conda (📥 1.8K · ⏱️ 26.04.2022):

     conda install -c conda-forge drf-spectacular
swagger-codegen (🥉30 · ⭐ 14K) - swagger-codegen contains a template-driven engine to..Apache-2
  • GitHub (👨‍💻 1.2K · 🔀 5.8K · 📋 6.5K - 48% open · ⏱️ 12.04.2022):

     git clone https://github.com/swagger-api/swagger-codegen
apistar (🥉29 · ⭐ 5.6K · 💤) - The Web API toolkit.BSD-3
  • GitHub (👨‍💻 89 · 🔀 420 · 📦 680 · 📋 350 - 16% open · ⏱️ 31.08.2021):

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

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

     conda install -c conda-forge apistar
OpenAPI-to-GraphQL (🥉28 · ⭐ 1.3K) - Translate APIs described by OpenAPI Specifications..MIT
  • GitHub (👨‍💻 39 · 🔀 160 · 📦 460 · 📋 250 - 44% open · ⏱️ 29.03.2022):

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

     npm install openapi-to-graphql-cli
OpenAPI Spec validator (🥉26 · ⭐ 210) - OpenAPI Spec validator.Apache-2
  • GitHub (👨‍💻 29 · 🔀 47 · 📋 83 - 49% open · ⏱️ 28.01.2022):

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

     pip install openapi-spec-validator
  • Conda (📥 19K · ⏱️ 28.01.2022):

     conda install -c conda-forge openapi-spec-validator
datamodel-code-generator (🥉25 · ⭐ 930) - Pydantic model generator for easy conversion of JSON,..MIT
  • GitHub (👨‍💻 35 · 🔀 99 · 📋 200 - 32% open · ⏱️ 16.04.2022):

     git clone https://github.com/koxudaxi/datamodel-code-generator
  • PyPi (📥 130K / month · 📦 21 · ⏱️ 18.04.2022):

     pip install datamodel-code-generator
Spectacle (🥉24 · ⭐ 1.2K · 💤) - Beautiful static documentation generator for OpenAPI/Swagger..MIT
  • GitHub (👨‍💻 39 · 🔀 320 · 📦 150 · 📋 130 - 25% open · ⏱️ 09.08.2021):

     git clone https://github.com/sourcey/spectacle
  • npm (📥 3.8K / month · 📦 30 · ⏱️ 10.03.2020):

     npm install spectacle-docs
Spectree (🥉24 · ⭐ 180) - API spec validator and OpenAPI document generator for Python..Apache-2
  • GitHub (👨‍💻 23 · 🔀 48 · 📦 35 · 📋 74 - 6% open · ⏱️ 26.04.2022):

     git clone https://github.com/0b01001001/spectree
  • PyPi (📥 17K / month · 📦 2 · ⏱️ 26.04.2022):

     pip install spectree
openapi-core (🥉24 · ⭐ 160) - OpenAPI core.BSD-3
  • GitHub (👨‍💻 47 · 🔀 93 · 📋 160 - 34% open · ⏱️ 18.02.2022):

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

     pip install openapi-core
  • Conda (📥 2.5K · ⏱️ 17.05.2021):

     conda install -c conda-forge openapi-core
openapi-python-client (🥉23 · ⭐ 350) - Generate modern Python clients from OpenAPI.MIT
  • GitHub (👨‍💻 36 · 🔀 70 · 📋 210 - 23% open · ⏱️ 26.03.2022):

     git clone https://github.com/openapi-generators/openapi-python-client
  • PyPi (📥 21K / month · 📦 1 · ⏱️ 29.01.2022):

     pip install openapi-python-client
  • Conda (📥 1.4K · ⏱️ 27.03.2022):

     conda install -c conda-forge openapi-python-client
pyramid_openapi3 (🥉18 · ⭐ 75) - Pyramid addon for OpenAPI3 validation of requests and..MIT
  • GitHub (👨‍💻 21 · 🔀 34 · 📋 56 - 35% open · ⏱️ 07.12.2021):

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

     pip install pyramid_openapi3
Show 3 hidden projects...

GraphQL Utilities

Back to top

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

graphene (🥇35 · ⭐ 7.2K) - GraphQL framework for Python.MIT
  • GitHub (👨‍💻 180 · 🔀 770 · 📦 12K · 📋 960 - 15% open · ⏱️ 07.04.2022):

     git clone https://github.com/graphql-python/graphene
  • PyPi (📥 1.2M / month · 📦 840 · ⏱️ 13.11.2021):

     pip install graphene
  • Conda (📥 170K · ⏱️ 14.11.2021):

     conda install -c conda-forge graphene
Strawberry GraphQL (🥇33 · ⭐ 2.2K) - A new GraphQL library for Python.MIT
  • GitHub (👨‍💻 130 · 🔀 260 · 📥 360 · 📦 310 · 📋 450 - 40% open · ⏱️ 28.04.2022):

     git clone https://github.com/strawberry-graphql/strawberry
  • PyPi (📥 190K / month · 📦 21 · ⏱️ 28.04.2022):

     pip install strawberry-graphql
ariadne (🥇33 · ⭐ 1.7K) - Ariadne is a Python library for implementing GraphQL servers using..BSD-3
  • GitHub (👨‍💻 53 · 🔀 140 · 📦 720 · 📋 230 - 17% open · ⏱️ 22.04.2022):

     git clone https://github.com/mirumee/ariadne
  • PyPi (📥 610K / month · 📦 36 · ⏱️ 22.04.2022):

     pip install ariadne
graphene-django (🥈32 · ⭐ 3.8K) - Integrate GraphQL into your Django project.MIT
  • GitHub (👨‍💻 190 · 🔀 640 · 📦 7.8K · 📋 750 - 18% open · ⏱️ 03.03.2022):

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

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

     conda install -c conda-forge graphene-django
graphql-core (🥈32 · ⭐ 420) - A Python 3.6+ port of the GraphQL.js reference implementation of..MIT
  • GitHub (👨‍💻 26 · 🔀 96 · 📦 13K · 📋 120 - 10% open · ⏱️ 16.04.2022):

     git clone https://github.com/graphql-python/graphql-core
  • PyPi (📥 3.4M / month · 📦 720 · ⏱️ 10.04.2022):

     pip install graphql-core
  • Conda (📥 260K · ⏱️ 10.04.2022):

     conda install -c conda-forge graphql-core
graphql-relay-py (🥈27 · ⭐ 140) - A library to help construct a graphql-py server supporting..MIT
  • GitHub (👨‍💻 10 · 🔀 32 · 📦 10K · 📋 32 - 28% open · ⏱️ 16.04.2022):

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

     pip install graphql-relay
  • Conda (📥 170K · ⏱️ 16.04.2022):

     conda install -c conda-forge graphql-relay
graphene-mongo (🥉25 · ⭐ 250) - Graphene MongoEngine integration.MIT
  • GitHub (👨‍💻 29 · 🔀 95 · 📦 270 · 📋 84 - 28% open · ⏱️ 14.01.2022):

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

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

     conda install -c conda-forge graphene-mongo
tartiflette (🥉24 · ⭐ 810) - GraphQL Engine built with Python 3.6+ / asyncio.MIT
  • GitHub (👨‍💻 27 · 🔀 38 · 📋 140 - 5% open · ⏱️ 20.01.2022):

     git clone https://github.com/tartiflette/tartiflette
  • PyPi (📥 3.2K / month · 📦 18 · ⏱️ 15.11.2021):

     pip install tartiflette
django-graphql-auth (🥉23 · ⭐ 280) - Django registration and authentication with GraphQL.MIT
  • GitHub (👨‍💻 15 · 🔀 71 · 📦 380 · 📋 99 - 55% open · ⏱️ 20.12.2021):

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

     pip install django-graphql-auth
graphene-pydantic (🥉20 · ⭐ 160) - Integrate GraphQL with your Pydantic models.Apache-2
  • GitHub (👨‍💻 15 · 🔀 36 · 📋 35 - 28% open · ⏱️ 23.04.2022):

     git clone https://github.com/graphql-python/graphene-pydantic
  • PyPi (📥 9.4K / month · 📦 1 · ⏱️ 25.01.2022):

     pip install graphene-pydantic
tartiflette-aiohttp (🥉19 · ⭐ 58) - tartiflette-aiohttp is a wrapper of aiohttp which includes..MIT
  • GitHub (👨‍💻 10 · 🔀 9 · 📦 43 · 📋 19 - 21% open · ⏱️ 15.11.2021):

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

     pip install tartiflette-aiohttp
tartiflette-asgi (🥉17 · ⭐ 97) - ASGI support for the Tartiflette GraphQL engine.MIT
  • GitHub (👨‍💻 13 · 🔀 14 · 📦 10 · 📋 52 - 17% open · ⏱️ 22.11.2021):

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

     pip install tartiflette-asgi
Flask-GraphQL-Auth (🥉16 · ⭐ 64 · 💤) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to..MIT
  • GitHub (👨‍💻 7 · 🔀 9 · 📦 85 · 📋 19 - 31% open · ⏱️ 16.06.2021):

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

     pip install flask-graphql-auth
Show 2 hidden projects...

Websocket Utilities

Back to top

websocket-client (🥇39 · ⭐ 2.9K) - WebSocket client for Python.Apache-2
  • GitHub (👨‍💻 200 · 🔀 700 · 📦 60K · 📋 530 - 1% open · ⏱️ 29.03.2022):

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

     pip install websocket-client
  • Conda (📥 2.6M · ⏱️ 29.03.2022):

     conda install -c conda-forge websocket-client
websockets (🥇37 · ⭐ 3.9K) - Library for building WebSocket servers and clients in Python.BSD-3
  • GitHub (👨‍💻 58 · 🔀 430 · 📦 56K · 📋 870 - 1% open · ⏱️ 24.04.2022):

     git clone https://github.com/aaugustin/websockets
  • PyPi (📥 14M / month · 📦 3.6K · ⏱️ 17.04.2022):

     pip install websockets
  • Conda (📥 1.2M · ⏱️ 18.04.2022):

     conda install -c conda-forge websockets
autobahn-python (🥈36 · ⭐ 2.3K) - WebSocket and WAMP in Python for Twisted and asyncio.MIT
  • GitHub (👨‍💻 130 · 🔀 750 · 📦 18K · 📋 860 - 20% open · ⏱️ 27.04.2022):

     git clone https://github.com/crossbario/autobahn-python
  • PyPi (📥 810K / month · 📦 2K · ⏱️ 27.03.2022):

     pip install autobahn
  • Conda (📥 270K · ⏱️ 28.03.2022):

     conda install -c conda-forge autobahn
Flask-SocketIO (🥈33 · ⭐ 4.7K) - Socket.IO integration for Flask applications.MIT
  • GitHub (👨‍💻 65 · 🔀 870 · 📋 1.5K - 1% open · ⏱️ 24.04.2022):

     git clone https://github.com/miguelgrinberg/Flask-SocketIO
  • PyPi (📥 530K / month · 📦 2.3K · ⏱️ 24.04.2022):

     pip install flask-socketio
  • Conda (📥 150K · ⏱️ 24.04.2022):

     conda install -c conda-forge flask-socketio
python-socketio (🥈33 · ⭐ 2.8K) - Python Socket.IO server and client.MIT
  • GitHub (👨‍💻 58 · 🔀 470 · 📋 700 - 5% open · ⏱️ 24.04.2022):

     git clone https://github.com/miguelgrinberg/python-socketio
  • PyPi (📥 920K / month · 📦 1.9K · ⏱️ 24.04.2022):

     pip install python-socketio
  • Conda (📥 220K · ⏱️ 24.04.2022):

     conda install -c conda-forge python-socketio
daphne (🥉31 · ⭐ 1.7K) - Django Channels HTTP/WebSocket server.BSD-3
  • GitHub (👨‍💻 58 · 🔀 210 · 📦 14K · 📋 290 - 17% open · ⏱️ 14.02.2022):

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

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

     conda install -c conda-forge daphne
websockify (🥉27 · ⭐ 3K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a..❗️LGPL-3.0
  • GitHub (👨‍💻 89 · 🔀 600 · 📦 490 · 📋 310 - 8% open · ⏱️ 22.04.2022):

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

     pip install websockify
  • Conda (📥 36K · ⏱️ 17.04.2022):

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

RPC Utilities

Back to top

grpc (🥇48 · ⭐ 34K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).Apache-2
  • GitHub (👨‍💻 830 · 🔀 9K · 📥 75K · 📦 3.4K · 📋 10K - 9% open · ⏱️ 28.04.2022):

     git clone https://github.com/grpc/grpc
  • PyPi (📥 41M / month · 📦 4.6K · ⏱️ 22.04.2022):

     pip install grpcio
  • Conda (📥 4.8M · ⏱️ 25.03.2022):

     conda install -c conda-forge grpcio
rpyc (🥈32 · ⭐ 1.2K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.MIT
  • GitHub (👨‍💻 76 · 🔀 220 · 📥 140 · 📦 1.2K · 📋 360 - 16% open · ⏱️ 16.03.2022):

     git clone https://github.com/tomerfiliba-org/rpyc
  • PyPi (📥 240K / month · 📦 330 · ⏱️ 26.02.2022):

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

     conda install -c conda-forge rpyc
fastapi-jsonrpc (🥉18 · ⭐ 160) - JSON-RPC server based on fastapi.MIT
  • GitHub (👨‍💻 9 · 🔀 21 · 📦 15 · 📋 16 - 37% open · ⏱️ 22.03.2022):

     git clone https://github.com/smagafurov/fastapi-jsonrpc
  • PyPi (📥 4K / month · 📦 1 · ⏱️ 22.01.2022):

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

Serverless

Back to top

chalice (🥇36 · ⭐ 8.8K) - Python Serverless Microframework for AWS.Apache-2
  • GitHub (👨‍💻 190 · 🔀 920 · 📦 1.5K · 📋 1.2K - 32% open · ⏱️ 19.04.2022):

     git clone https://github.com/aws/chalice
  • PyPi (📥 220K / month · 📦 160 · ⏱️ 19.04.2022):

     pip install chalice
  • Conda (📥 97K · ⏱️ 20.04.2022):

     conda install -c conda-forge chalice
python-lambda (🥉26 · ⭐ 1.4K · 💤) - A toolkit for developing and deploying serverless Python code..ISC
  • GitHub (👨‍💻 47 · 🔀 220 · 📦 160 · 📋 97 - 45% open · ⏱️ 14.07.2021):

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

     pip install python-lambda
lambdarest (🥉19 · ⭐ 91 · 💤) - Flask like web framework for AWS Lambda.MIT
  • GitHub (👨‍💻 21 · 🔀 22 · 📋 29 - 6% open · ⏱️ 22.09.2021):

     git clone https://github.com/sloev/python-lambdarest
  • PyPi (📥 3K / month · ⏱️ 22.09.2021):

     pip install lambdarest
Show 1 hidden projects...
  • Zappa (🥈35 · ⭐ 12K · 💀) - Serverless Python.MIT

Content Management Systems

Back to top

wagtail (🥇42 · ⭐ 12K) - A Django content management system focused on flexibility and user..BSD-3
  • GitHub (👨‍💻 660 · 🔀 2.5K · 📦 6.6K · 📋 3.9K - 26% open · ⏱️ 28.04.2022):

     git clone https://github.com/wagtail/wagtail
  • PyPi (📥 110K / month · 📦 1.4K · ⏱️ 22.04.2022):

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

     conda install -c conda-forge wagtail
django-cms (🥈38 · ⭐ 8.7K) - The easy-to-use and developer-friendly enterprise CMS powered..BSD-3
  • GitHub (👨‍💻 600 · 🔀 2.7K · 📦 4.4K · 📋 3.4K - 7% open · ⏱️ 23.04.2022):

     git clone https://github.com/django-cms/django-cms
  • PyPi (📥 47K / month · 📦 1.7K · ⏱️ 26.03.2022):

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

     git clone https://github.com/stephenmcd/mezzanine
  • PyPi (📥 4.9K / month · 📦 1.2K · ⏱️ 23.02.2022):

     pip install mezzanine
lektor (🥉30 · ⭐ 3.6K) - The lektor static file content management system.BSD-3
  • GitHub (👨‍💻 90 · 🔀 290 · 📥 7K · 📋 610 - 39% open · ⏱️ 07.04.2022):

     git clone https://github.com/lektor/lektor
  • PyPi (📥 1.7K / month · 📦 84 · ⏱️ 29.03.2022):

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

     conda install -c conda-forge lektor
feincms (🥉29 · ⭐ 820) - A Django-based CMS with a focus on extensibility and concise code.BSD-3
  • GitHub (👨‍💻 140 · 🔀 240 · 📋 440 - 5% open · ⏱️ 21.04.2022):

     git clone https://github.com/feincms/feincms
  • PyPi (📥 13K / month · 📦 160 · ⏱️ 31.03.2022):

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

Web Testing

Back to top

selenium (🥇47 · ⭐ 23K) - A browser automation framework and ecosystem.Apache-2
  • GitHub (👨‍💻 730 · 🔀 6.9K · 📥 1.8M · 📦 140K · 📋 8.1K - 1% open · ⏱️ 28.04.2022):

     git clone https://github.com/SeleniumHQ/selenium
  • PyPi (📥 11M / month · 📦 16K · ⏱️ 09.03.2022):

     pip install selenium
  • Conda (📥 750K · ⏱️ 11.01.2022):

     conda install -c conda-forge selenium
mitmproxy (🥇41 · ⭐ 27K · 📈) - An interactive TLS-capable intercepting HTTP proxy for penetration..MIT
  • GitHub (👨‍💻 430 · 🔀 3.3K · 📥 210K · 📦 1.9K · 📋 2.9K - 9% open · ⏱️ 25.04.2022):

     git clone https://github.com/mitmproxy/mitmproxy
  • PyPi (📥 150K / month · 📦 460 · ⏱️ 19.03.2022):

     pip install mitmproxy
coverage (🥇40 · ⭐ 2K · 📈) - The code coverage tool for Python.Apache-2
  • GitHub (👨‍💻 140 · 🔀 280 · 📦 200K · 📋 1.1K - 18% open · ⏱️ 12.04.2022):

     git clone https://github.com/nedbat/coveragepy
  • PyPi (📥 24M / month · 📦 55K · ⏱️ 20.02.2022):

     pip install coverage
  • Conda (📥 6.7M · ⏱️ 31.03.2022):

     conda install -c conda-forge coverage
Locust (🥇38 · ⭐ 19K · 📉) - Scalable user load testing tool written in Python.MIT
  • GitHub (👨‍💻 240 · 🔀 2.4K · 📋 1.3K - 1% open · ⏱️ 28.04.2022):

     git clone https://github.com/locustio/locust
  • PyPi (📥 610K / month · 📦 86 · ⏱️ 28.04.2022):

     pip install locust
  • Conda (📥 49K · ⏱️ 07.04.2022):

     conda install -c conda-forge locust
responses (🥇36 · ⭐ 3.6K) - A utility for mocking out the Python Requests library.Apache-2
  • GitHub (👨‍💻 110 · 🔀 290 · 📥 49 · 📦 13K · 📋 230 - 4% open · ⏱️ 26.04.2022):

     git clone https://github.com/getsentry/responses
  • PyPi (📥 9M / month · 📦 2.9K · ⏱️ 18.03.2022):

     pip install responses
  • Conda (📥 1M · ⏱️ 18.03.2022):

     conda install -c conda-forge responses
SeleniumBase (🥈35 · ⭐ 2.7K · 📈) - A Web-UI testing framework that lets you move fast and detect..MIT
  • GitHub (👨‍💻 34 · 🔀 640 · 📦 270 · 📋 360 - 1% open · ⏱️ 26.04.2022):

     git clone https://github.com/seleniumbase/SeleniumBase
  • PyPi (📥 470K / month · 📦 17 · ⏱️ 25.04.2022):

     pip install seleniumbase
splinter (🥈35 · ⭐ 2.5K) - splinter - python test framework for web applications.BSD-3
  • GitHub (👨‍💻 170 · 🔀 510 · 📦 5.5K · 📋 500 - 10% open · ⏱️ 25.04.2022):

     git clone https://github.com/cobrateam/splinter
  • PyPi (📥 100K / month · 📦 1.1K · ⏱️ 22.12.2021):

     pip install splinter
pytest-django (🥈33 · ⭐ 1K) - A Django plugin for pytest.BSD-3
  • GitHub (👨‍💻 130 · 🔀 300 · 📋 480 - 27% open · ⏱️ 26.04.2022):

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

     pip install pytest-django
  • Conda (📥 130K · ⏱️ 08.12.2021):

     conda install -c conda-forge pytest-django
django-silk (🥈32 · ⭐ 3.4K) - Silky smooth profiling for Django.MIT
  • GitHub (👨‍💻 130 · 🔀 290 · 📥 180 · 📦 2K · 📋 300 - 36% open · ⏱️ 20.03.2022):

     git clone https://github.com/jazzband/django-silk
  • PyPi (📥 240K / month · 📦 150 · ⏱️ 05.03.2022):

     pip install django-silk
Prism (🥈32 · ⭐ 2.8K) - Turn any OpenAPI2/3 and Postman Collection file into an API server..Apache-2
  • GitHub (👨‍💻 72 · 🔀 240 · 📥 790K · 📦 240 · 📋 560 - 9% open · ⏱️ 28.04.2022):

     git clone https://github.com/stoplightio/prism
  • npm (📥 170K / month · 📦 15 · ⏱️ 26.04.2022):

     npm install @stoplight/prism-cli
vcrpy (🥈32 · ⭐ 2.2K) - Automatically mock your HTTP interactions to simplify and speed up testing.MIT
  • GitHub (👨‍💻 120 · 🔀 280 · 📦 3.8K · 📋 330 - 24% open · ⏱️ 26.04.2022):

     git clone https://github.com/kevin1024/vcrpy
  • PyPi (📥 1.3M / month · 📦 950 · ⏱️ 09.10.2020):

     pip install vcrpy
  • Conda (📥 240K · ⏱️ 09.10.2020):

     conda install -c conda-forge vcrpy
SeleniumLibrary (🥈32 · ⭐ 1.1K) - Web testing library for Robot Framework.Apache-2
  • GitHub (👨‍💻 110 · 🔀 670 · 📥 3.5K · 📦 2.3K · 📋 970 - 4% open · ⏱️ 20.04.2022):

     git clone https://github.com/robotframework/SeleniumLibrary
  • PyPi (📥 560K / month · 📦 120 · ⏱️ 08.01.2022):

     pip install robotframework-seleniumlibrary
  • Conda (📥 46K · ⏱️ 12.01.2022):

     conda install -c conda-forge robotframework-seleniumlibrary
factory_boy (🥈30 · ⭐ 2.8K) - A test fixtures replacement for Python.MIT
  • GitHub (👨‍💻 120 · 🔀 330 · 📋 510 - 30% open · ⏱️ 16.02.2022):

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

     pip install factory_boy
  • Conda (📥 95K · ⏱️ 26.10.2021):

     conda install -c conda-forge factory_boy
HTTPretty (🥈30 · ⭐ 2K) - Intercept HTTP requests at the Python socket level. Fakes the whole..MIT
  • GitHub (👨‍💻 100 · 🔀 250 · 📦 6K · 📋 230 - 38% open · ⏱️ 05.11.2021):

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

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

     conda install -c conda-forge httpretty
tavern (🥈30 · ⭐ 860) - A command-line tool and Python library and Pytest plugin for automated..MIT
  • GitHub (👨‍💻 52 · 🔀 160 · 📦 290 · 📋 540 - 7% open · ⏱️ 23.04.2022):

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

     pip install tavern
flask-debugtoolbar (🥈30 · ⭐ 840) - A toolbar overlay for debugging Flask applications.BSD-3
  • GitHub (👨‍💻 41 · 🔀 130 · 📦 17K · 📋 110 - 40% open · ⏱️ 01.04.2022):

     git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar
  • PyPi (📥 98K / month · 📦 3K · ⏱️ 29.03.2022):

     pip install flask-debugtoolbar
  • Conda (📥 51K · ⏱️ 30.03.2022):

     conda install -c conda-forge flask-debugtoolbar
Dredd (🥈29 · ⭐ 3.8K) - Language-agnostic HTTP API Testing Tool.MIT
  • GitHub (👨‍💻 110 · 🔀 280 · 📦 800 · 📋 810 - 29% open · ⏱️ 03.04.2022):

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

     pip install dredd_hooks
  • npm (📥 44K / month · 📦 170 · ⏱️ 16.11.2021):

     npm install dredd
httprunner (🥈29 · ⭐ 2.8K) - HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC.Apache-2
  • GitHub (👨‍💻 33 · 🔀 1K · 📥 41 · 📦 1 · 📋 1K - 36% open · ⏱️ 28.04.2022):

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

     pip install httprunner
django-nose (🥈28 · ⭐ 870) - Django test runner using nose.BSD-3
  • GitHub (👨‍💻 63 · 🔀 240 · 📦 8.3K · 📋 230 - 41% open · ⏱️ 22.10.2021):

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

     pip install django-nose
Mockoon (🥉27 · ⭐ 3.8K) - Mockoon is the easiest and quickest way to run mock APIs locally. No..MIT
  • GitHub (👨‍💻 39 · 🔀 220 · 📥 72K · 📦 23 · 📋 420 - 13% open · ⏱️ 31.03.2022):

     git clone https://github.com/mockoon/mockoon
schemathesis (🥉27 · ⭐ 1.2K) - A modern API testing tool for web applications built..MIT
  • GitHub (👨‍💻 40 · 🔀 93 · 📋 650 - 16% open · ⏱️ 28.04.2022):

     git clone https://github.com/schemathesis/schemathesis
  • PyPi (📥 43K / month · 📦 4 · ⏱️ 21.04.2022):

     pip install schemathesis
webtest (🥉27 · ⭐ 320) - Wraps any WSGI application and makes it easy to send test requests to that..MIT
  • GitHub (👨‍💻 86 · 🔀 100 · 📦 9.3K · 📋 130 - 21% open · ⏱️ 19.01.2022):

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

     pip install webtest
  • Conda (📥 8.3K · ⏱️ 19.08.2021):

     conda install -c conda-forge webtest
mixer (🥉26 · ⭐ 820) - Mixer -- Is a fixtures replacement. Supported Django, Flask,..BSD-3
  • GitHub (👨‍💻 43 · 🔀 88 · 📋 79 - 39% open · ⏱️ 23.03.2022):

     git clone https://github.com/klen/mixer
  • PyPi (📥 75K / month · 📦 310 · ⏱️ 23.03.2022):

     pip install mixer
pytest-flask (🥉26 · ⭐ 420) - A set of pytest fixtures to test Flask applications.MIT
  • GitHub (👨‍💻 29 · 🔀 74 · 📋 67 - 13% open · ⏱️ 18.04.2022):

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

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

     conda install -c conda-forge pytest-flask
Model Bakery (🥉25 · ⭐ 530) - Object factory for Django.Apache-2
  • GitHub (👨‍💻 40 · 🔀 63 · 📋 110 - 22% open · ⏱️ 13.04.2022):

     git clone https://github.com/model-bakers/model_bakery
  • PyPi (📥 260K / month · 📦 14 · ⏱️ 05.04.2022):

     pip install model_bakery
  • Conda (📥 5.2K · ⏱️ 06.04.2022):

     conda install -c conda-forge model_bakery
selene (🥉25 · ⭐ 530) - User-oriented Web UI browser tests in Python.MIT
  • GitHub (👨‍💻 35 · 🔀 120 · 📋 240 - 34% open · ⏱️ 26.04.2022):

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

     pip install selene
django-test-plus (🥉25 · ⭐ 500) - Useful additions to Djangos default TestCase.BSD-3
  • GitHub (👨‍💻 29 · 🔀 54 · 📋 48 - 10% open · ⏱️ 25.02.2022):

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

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

     conda install -c conda-forge django-test-plus
aioresponses (🥉25 · ⭐ 350) - Aioresponses is a helper for mock/fake web requests in python..MIT
  • GitHub (👨‍💻 41 · 🔀 71 · 📋 73 - 41% open · ⏱️ 04.04.2022):

     git clone https://github.com/pnuckowski/aioresponses
  • PyPi (📥 180K / month · 📦 120 · ⏱️ 10.01.2022):

     pip install aioresponses
python-mocket (🥉25 · ⭐ 230) - a socket mock framework - for all kinds of socket animals, web-..BSD-3
  • GitHub (👨‍💻 22 · 🔀 39 · 📦 66 · ⏱️ 27.04.2022):

     git clone https://github.com/mindflayer/python-mocket
  • PyPi (📥 17K / month · 📦 27 · ⏱️ 25.04.2022):

     pip install mocket
selenium-python-helium (🥉24 · ⭐ 2.9K · 💤) - Selenium-python but lighter: Helium is the best..MIT
  • GitHub (👨‍💻 6 · 🔀 250 · 📦 200 · 📋 59 - 42% open · ⏱️ 03.09.2021):

     git clone https://github.com/mherrmann/selenium-python-helium
  • PyPi (📥 19K / month · 📦 9 · ⏱️ 03.09.2021):

     pip install helium
requestium (🥉24 · ⭐ 1.7K) - Integration layer between Requests and Selenium for automation of..BSD-3
  • GitHub (👨‍💻 9 · 🔀 140 · 📦 60 · 📋 22 - 18% open · ⏱️ 17.04.2022):

     git clone https://github.com/tryolabs/requestium
  • PyPi (📥 13K / month · 📦 6 · ⏱️ 17.04.2022):

     pip install requestium
gabbi (🥉23 · ⭐ 140) - Declarative HTTP Testing for Python and anything else.Apache-2
  • GitHub (👨‍💻 28 · 🔀 31 · 📋 150 - 13% open · ⏱️ 25.03.2022):

     git clone https://github.com/cdent/gabbi
  • PyPi (📥 8.5K / month · 📦 110 · ⏱️ 22.03.2022):

     pip install gabbi
molotov (🥉22 · ⭐ 380) - Load Testing Tool.Apache-2
  • GitHub (👨‍💻 12 · 🔀 28 · 📦 77 · 📋 110 - 19% open · ⏱️ 25.01.2022):

     git clone https://github.com/loads/molotov
  • PyPi (📥 22K / month · 📦 12 · ⏱️ 25.01.2022):

     pip install molotov
aresponses (🥉20 · ⭐ 90) - Asyncio http mocking. Similar to the responses library used for requests.MIT
  • GitHub (👨‍💻 13 · 🔀 15 · 📦 260 · ⏱️ 29.01.2022):

     git clone https://github.com/aresponses/aresponses
  • PyPi (📥 28K / month · 📦 48 · ⏱️ 29.01.2022):

     pip install aresponses
golem (🥉19 · ⭐ 480) - A complete test automation tool.MIT
  • GitHub (👨‍💻 20 · 🔀 71 · 📥 53 · 📦 4 · 📋 140 - 11% open · ⏱️ 16.11.2021):

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

     pip install golem-framework
fsociety (🥉18 · ⭐ 600) - A Modular Penetration Testing Framework.MIT
  • GitHub (👨‍💻 7 · 🔀 83 · 📦 1 · 📋 13 - 15% open · ⏱️ 28.04.2022):

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

     pip install fsociety
async-asgi-testclient (🥉18 · ⭐ 110) - A framework-agnostic library for testing ASGI web..MIT
  • GitHub (👨‍💻 13 · 🔀 14 · 📦 160 · 📋 20 - 35% open · ⏱️ 11.03.2022):

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

     pip install async-asgi-testclient
Show 12 hidden projects...

Web Forms

Back to top

django-crispy-forms (🥇38 · ⭐ 4.4K) - The best way to have DRY Django forms. The app..MIT
  • GitHub (👨‍💻 220 · 🔀 700 · 📦 88K · 📋 660 - 11% open · ⏱️ 05.03.2022):

     git clone https://github.com/django-crispy-forms/django-crispy-forms
  • PyPi (📥 610K / month · 📦 8K · ⏱️ 25.01.2022):

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

     conda install -c conda-forge django-crispy-forms
wtforms (🥈36 · ⭐ 1.3K) - A flexible forms validation and rendering library for Python.BSD-3
  • GitHub (👨‍💻 130 · 🔀 360 · 📦 130K · 📋 400 - 11% open · ⏱️ 19.02.2022):

     git clone https://github.com/wtforms/wtforms
  • PyPi (📥 2.6M / month · 📦 15K · ⏱️ 23.12.2021):

     pip install wtforms
  • Conda (📥 95K · ⏱️ 24.12.2021):

     conda install -c conda-forge wtforms
flask-wtf (🥈36 · ⭐ 1.3K) - Simple integration of Flask and WTForms, including CSRF, file..BSD-3
  • GitHub (👨‍💻 95 · 🔀 290 · 📦 130K · 📋 310 - 11% open · ⏱️ 14.04.2022):

     git clone https://github.com/wtforms/flask-wtf
  • PyPi (📥 2.2M / month · 📦 16K · ⏱️ 31.03.2022):

     pip install flask-wtf
  • Conda (📥 110K · ⏱️ 01.04.2022):

     conda install -c conda-forge flask-wtf
django-formtools (🥉27 · ⭐ 580) - A set of high-level abstractions for Django forms.BSD-3
  • GitHub (👨‍💻 67 · 🔀 110 · 📦 7.7K · 📋 130 - 49% open · ⏱️ 02.03.2022):

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

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

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

     pip install deform

Markdown

Back to top

markdown (🥇38 · ⭐ 2.9K) - A Python implementation of John Grubers Markdown with Extension support.BSD-3
  • GitHub (👨‍💻 150 · 🔀 710 · 📦 190K · 📋 760 - 4% open · ⏱️ 18.04.2022):

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

     pip install markdown
  • Conda (📥 2.8M · ⏱️ 18.11.2021):

     conda install -c conda-forge markdown
pelican (🥇37 · ⭐ 11K) - Static site generator that supports Markdown and reST syntax...❗️AGPL-3.0
  • GitHub (👨‍💻 430 · 🔀 1.8K · 📥 530 · 📦 5.7K · 📋 1.5K - 4% open · ⏱️ 03.04.2022):

     git clone https://github.com/getpelican/pelican
  • PyPi (📥 16K / month · 📦 1.8K · ⏱️ 09.02.2022):

     pip install pelican
  • Conda (📥 120K · ⏱️ 11.02.2022):

     conda install -c conda-forge pelican
python-markdown2 (🥈35 · ⭐ 2.3K) - markdown2: A fast and complete implementation of Markdown in..MIT
  • GitHub (👨‍💻 63 · 🔀 400 · 📦 12K · 📋 270 - 39% open · ⏱️ 27.04.2022):

     git clone https://github.com/trentm/python-markdown2
  • PyPi (📥 900K / month · 📦 2.4K · ⏱️ 27.04.2022):

     pip install markdown2
mistune (🥈33 · ⭐ 2.1K) - A fast yet powerful Python Markdown parser with renderers and plugins.BSD-3
  • GitHub (👨‍💻 34 · 🔀 210 · 📋 220 - 11% open · ⏱️ 25.04.2022):

     git clone https://github.com/lepture/mistune
  • PyPi (📥 11M / month · 📦 9.2K · ⏱️ 14.01.2022):

     pip install mistune
  • Conda (📥 6.6M · ⏱️ 14.01.2022):

     conda install -c conda-forge mistune
pymdown-extensions (🥈32 · ⭐ 590) - Extensions for Python Markdown.MIT
  • GitHub (👨‍💻 35 · 🔀 200 · 📋 290 - 5% open · ⏱️ 26.04.2022):

     git clone https://github.com/facelessuser/pymdown-extensions
  • PyPi (📥 770K / month · 📦 890 · ⏱️ 25.04.2022):

     pip install pymdown-extensions
  • Conda (📥 62K · ⏱️ 19.03.2022):

     conda install -c conda-forge pymdown-extensions
grip (🥉31 · ⭐ 5.6K) - Preview GitHub README.md files locally before committing them.MIT
  • GitHub (👨‍💻 39 · 🔀 400 · 📦 1K · 📋 280 - 33% open · ⏱️ 30.03.2022):

     git clone https://github.com/joeyespo/grip
  • PyPi (📥 17K / month · 📦 140 · ⏱️ 30.03.2022):

     pip install grip
html2text (🥉28 · ⭐ 1.2K) - Convert HTML to Markdown-formatted text.❗️GPL-3.0
  • GitHub (👨‍💻 76 · 🔀 220 · 📋 200 - 38% open · ⏱️ 22.02.2022):

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

     pip install html2text
mistletoe (🥉26 · ⭐ 460) - A fast, extensible and spec-compliant Markdown parser in pure Python.MIT
  • GitHub (👨‍💻 25 · 🔀 82 · 📥 210 · 📦 370 · 📋 100 - 23% open · ⏱️ 14.02.2022):

     git clone https://github.com/miyuchina/mistletoe
  • PyPi (📥 56K / month · 📦 53 · ⏱️ 09.02.2022):

     pip install mistletoe
django-markdownx (🥉25 · ⭐ 720) - Comprehensive Markdown plugin built for Django.BSD-3
  • GitHub (👨‍💻 34 · 🔀 140 · 📦 1.7K · 📋 150 - 30% open · ⏱️ 22.02.2022):

     git clone https://github.com/neutronX/django-markdownx
  • PyPi (📥 30K / month · 📦 120 · ⏱️ 03.01.2022):

     pip install django-markdownx
markdown-it-py (🥉25 · ⭐ 310) - Markdown parser, done right. 100% CommonMark support, extensions,..MIT
  • GitHub (👨‍💻 18 · 🔀 40 · 📋 61 - 32% open · ⏱️ 16.04.2022):

     git clone https://github.com/executablebooks/markdown-it-py
  • PyPi (📥 930K / month · 📦 36 · ⏱️ 16.04.2022):

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

     conda install -c conda-forge markdown-it-py
django-markdown-editor (🥉24 · ⭐ 550) - Awesome Django Markdown Editor, supported for..❗️GPL-3.0
  • GitHub (👨‍💻 29 · 🔀 820 · 📋 120 - 20% open · ⏱️ 31.03.2022):

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

     pip install martor
Show 1 hidden projects...

Third-party Web APIs

Back to top

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

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

youtube-dl (🥇45 · ⭐ 110K) - Command-line program to download videos from YouTube.com and..Unlicense
  • GitHub (👨‍💻 970 · 🔀 7.7K · 📥 48M · 📋 26K - 18% open · ⏱️ 28.04.2022):

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

     pip install youtube_dl
  • Conda (📥 950K · ⏱️ 20.12.2021):

     conda install -c conda-forge youtube-dl
discord.py (🥇44 · ⭐ 10K) - An API wrapper for Discord written in Python.MIT
  • GitHub (👨‍💻 330 · 🔀 3.3K · 📦 47K · 📋 2.6K - 3% open · ⏱️ 28.04.2022):

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

     pip install discord.py
  • Conda (📥 3.3K · ⏱️ 12.06.2021):

     conda install -c conda-forge discord.py
google-api-python-client (🥇43 · ⭐ 5.6K) - The official Python client library for Googles..Apache-2
  • GitHub (👨‍💻 180 · 🔀 2.1K · 📦 99K · 📋 900 - 5% open · ⏱️ 26.04.2022):

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

     pip install google-api-python-client
  • Conda (📥 1.1M · ⏱️ 27.04.2022):

     conda install -c conda-forge google-api-python-client
tweepy (🥇41 · ⭐ 8.7K) - Twitter for Python!.MIT
  • GitHub (👨‍💻 240 · 🔀 4K · 📦 33K · 📋 1.1K - 5% open · ⏱️ 21.04.2022):

     git clone https://github.com/tweepy/tweepy
  • PyPi (📥 680K / month · 📦 4.4K · ⏱️ 24.03.2022):

     pip install tweepy
  • Conda (📥 140K · ⏱️ 26.03.2022):

     conda install -c conda-forge tweepy
GitPython (🥇40 · ⭐ 3.5K) - GitPython is a python library used to interact with Git repositories.BSD-3
  • GitHub (👨‍💻 260 · 🔀 760 · 📦 78K · 📋 830 - 15% open · ⏱️ 07.04.2022):

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

     pip install gitpython
  • Conda (📥 3M · ⏱️ 22.02.2022):

     conda install -c conda-forge gitpython
Telethon (🥇39 · ⭐ 6.4K) - Pure Python 3 MTProto API Telegram client library, for bots too!.MIT
  • GitHub (👨‍💻 150 · 🔀 1.1K · 📦 29K · 📋 1.8K - 5% open · ⏱️ 06.03.2022):

     git clone https://github.com/LonamiWebs/Telethon
  • PyPi (📥 2.6M / month · 📦 380 · ⏱️ 01.12.2021):

     pip install telethon
pyTelegramBotAPI (🥈38 · ⭐ 5.5K) - Python Telegram bot api.❗️GPL-2.0
  • GitHub (👨‍💻 180 · 🔀 1.5K · 📦 23K · 📋 940 - 0% open · ⏱️ 24.04.2022):

     git clone https://github.com/eternnoir/pyTelegramBotAPI
  • PyPi (📥 360K / month · 📦 920 · ⏱️ 23.04.2022):

     pip install pytelegrambotapi
python-telegram-bot (🥈37 · ⭐ 18K) - We have made you a wrapper you cant refuse.❗️LGPL-3.0
  • GitHub (👨‍💻 160 · 🔀 3.9K · 📥 6.3K · 📦 52K · 📋 1.6K - 1% open · ⏱️ 02.02.2022):

     git clone https://github.com/python-telegram-bot/python-telegram-bot
  • PyPi (📥 620K / month · 📦 2.5K · ⏱️ 02.02.2022):

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

     conda install -c conda-forge python-telegram-bot
gspread (🥈37 · ⭐ 5.9K) - Google Sheets Python API.MIT
  • GitHub (👨‍💻 150 · 🔀 870 · 📥 98 · 📦 15K · 📋 710 - 7% open · ⏱️ 27.04.2022):

     git clone https://github.com/burnash/gspread
  • PyPi (📥 7.9M / month · 📦 960 · ⏱️ 12.04.2022):

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

     conda install -c conda-forge gspread
praw (🥈37 · ⭐ 2.8K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that..BSD-2
  • GitHub (👨‍💻 220 · 🔀 420 · 📦 11K · 📋 690 - 1% open · ⏱️ 13.04.2022):

     git clone https://github.com/praw-dev/praw
  • PyPi (📥 680K / month · 📦 1.7K · ⏱️ 14.11.2021):

     pip install praw
  • Conda (📥 25K · ⏱️ 17.11.2021):

     conda install -c conda-forge praw
PyGithub (🥈36 · ⭐ 5.2K) - Typed interactions with the GitHub API v3.❗️LGPL-3.0
  • GitHub (👨‍💻 280 · 🔀 1.4K · 📦 28K · 📋 1.3K - 10% open · ⏱️ 20.12.2021):

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

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

     conda install -c conda-forge pygithub
slackclient (🥈36 · ⭐ 3.4K) - Slack Developer Kit for Python.MIT
  • GitHub (👨‍💻 140 · 🔀 800 · 📥 340 · 📋 630 - 2% open · ⏱️ 22.04.2022):

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

     pip install slackclient
  • Conda (📥 450K · ⏱️ 19.11.2021):

     conda install -c conda-forge slackclient
twilio (🥈36 · ⭐ 1.6K) - A Python module for communicating with the Twilio API and generating TwiML.MIT
  • GitHub (👨‍💻 130 · 🔀 620 · 📦 22K · 📋 270 - 5% open · ⏱️ 21.04.2022):

     git clone https://github.com/twilio/twilio-python
  • PyPi (📥 2.9M / month · 📦 3.5K · ⏱️ 20.04.2022):

     pip install twilio
  • Conda (📥 74K · ⏱️ 20.04.2022):

     conda install -c conda-forge twilio
stripe (🥈36 · ⭐ 1.2K) - Python library for the Stripe API.MIT
  • GitHub (👨‍💻 120 · 🔀 340 · 📦 21K · 📋 310 - 4% open · ⏱️ 27.04.2022):

     git clone https://github.com/stripe/stripe-python
  • PyPi (📥 1.8M / month · 📦 2K · ⏱️ 21.04.2022):

     pip install stripe
  • Conda (📥 13K · ⏱️ 08.09.2021):

     conda install -c anaconda stripe
pytube (🥈35 · ⭐ 6.8K) - A lightweight, dependency-free Python library (and command-line..Unlicense
  • GitHub (👨‍💻 100 · 🔀 1.3K · 📦 15K · 📋 810 - 14% open · ⏱️ 14.02.2022):

     git clone https://github.com/pytube/pytube
  • PyPi (📥 310K / month · 📦 320 · ⏱️ 14.02.2022):

     pip install pytube
  • Conda (📥 830 · ⏱️ 14.02.2022):

     conda install -c conda-forge pytube
jira (🥈35 · ⭐ 1.5K) - Python Jira library. Development chat available on..BSD-2
  • GitHub (👨‍💻 230 · 🔀 750 · 📥 710 · 📦 4 · 📋 610 - 17% open · ⏱️ 18.04.2022):

     git clone https://github.com/pycontribs/jira
  • PyPi (📥 3M / month · 📦 1K · ⏱️ 13.04.2022):

     pip install jira
  • Conda (📥 75K · ⏱️ 14.04.2022):

     conda install -c conda-forge jira
google-maps-services-python (🥈34 · ⭐ 3.5K) - Python client library for Google Maps API Web Services.Apache-2
  • GitHub (👨‍💻 59 · 🔀 1.2K · 📋 230 - 6% open · ⏱️ 02.02.2022):

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

     pip install googlemaps
python-slack-sdk (🥈34 · ⭐ 3.4K) - Slack Developer Kit for Python.MIT
  • GitHub (👨‍💻 140 · 🔀 800 · 📥 340 · 📋 630 - 2% open · ⏱️ 22.04.2022):

     git clone https://github.com/slackapi/python-slack-sdk
  • PyPi (📥 5.2M / month · 📦 85 · ⏱️ 03.03.2022):

     pip install slack-sdk
  • Conda (📥 10K · ⏱️ 03.03.2022):

     conda install -c conda-forge slack-sdk
thumbor (🥈33 · ⭐ 8.9K · 📉) - thumbor is an open-source photo thumbnail service by globo.com.MIT
  • GitHub (👨‍💻 170 · 🔀 760 · 📦 300 · 📋 880 - 1% open · ⏱️ 12.04.2022):

     git clone https://github.com/thumbor/thumbor
  • PyPi (📥 5.5K / month · 📦 200 · ⏱️ 03.04.2022):

     pip install thumbor
python-twitter (🥈33 · ⭐ 3.3K) - A Python wrapper around the Twitter API.Apache-2
  • GitHub (👨‍💻 170 · 🔀 960 · 📦 6.1K · 📋 420 - 24% open · ⏱️ 19.12.2021):

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

     pip install python-twitter
hvac (🥈33 · ⭐ 960 · 💤) - Python 2.7/3.X client for HashiCorp Vault.Apache-2
  • GitHub (👨‍💻 160 · 🔀 300 · 📥 450 · 📦 2.3K · 📋 320 - 35% open · ⏱️ 23.09.2021):

     git clone https://github.com/hvac/hvac
  • PyPi (📥 4.8M / month · 📦 310 · ⏱️ 23.09.2021):

     pip install hvac
  • Conda (📥 120K · ⏱️ 23.09.2021):

     conda install -c conda-forge hvac
instagram-scraper (🥉32 · ⭐ 6.1K) - Scrapes an instagram users photos and videos.Unlicense
  • GitHub (👨‍💻 60 · 🔀 1.3K · 📦 290 · 📋 640 - 62% open · ⏱️ 30.03.2022):

     git clone https://github.com/arc298/instagram-scraper
  • PyPi (📥 9.6K / month · 📦 26 · ⏱️ 24.02.2022):

     pip install instagram-scraper
sherlock (🥉31 · ⭐ 31K) - Hunt down social media accounts by username across social networks.MIT
  • GitHub (👨‍💻 170 · 🔀 3.5K · 📋 660 - 18% open · ⏱️ 17.04.2022):

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

     pip install sherlock
spotipy (🥉31 · ⭐ 3.8K) - A light weight Python library for the Spotify Web API.MIT
  • GitHub (👨‍💻 140 · 🔀 740 · 📦 8.3K · 📋 490 - 11% open · ⏱️ 03.01.2022):

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

     pip install spotipy
  • Conda (📥 2.9K · ⏱️ 09.09.2021):

     conda install -c conda-forge spotipy
twitter (🥉31 · ⭐ 2.8K) - Python Twitter API.MIT
  • GitHub (👨‍💻 93 · 🔀 550 · 📦 3.5K · 📋 280 - 17% open · ⏱️ 16.02.2022):

     git clone https://github.com/python-twitter-tools/twitter
  • PyPi (📥 46K / month · 📦 1.1K · ⏱️ 17.01.2022):

     pip install twitter
simple-salesforce (🥉31 · ⭐ 1.3K) - A very simple Salesforce.com REST API client for Python.Apache-2
  • GitHub (👨‍💻 74 · 🔀 570 · 📋 340 - 38% open · ⏱️ 28.02.2022):

     git clone https://github.com/simple-salesforce/simple-salesforce
  • PyPi (📥 4.5M / month · 📦 190 · ⏱️ 28.02.2022):

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

     conda install -c conda-forge simple-salesforce
wechatpy (🥉30 · ⭐ 3.1K) - WeChat SDK for Python.MIT
  • GitHub (👨‍💻 96 · 🔀 710 · 📋 330 - 9% open · ⏱️ 24.04.2022):

     git clone https://github.com/wechatpy/wechatpy
  • PyPi (📥 4.7K / month · 📦 130 · ⏱️ 27.03.2022):

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

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

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

     conda install -c conda-forge twython
imdbpy (🥉30 · ⭐ 960) - Cinemagoer is a Python package useful to retrieve and manage the data..❗️GPL-2.0
  • GitHub (👨‍💻 64 · 🔀 260 · 📥 110 · 📋 260 - 16% open · ⏱️ 25.04.2022):

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

     pip install imdbpy
gallery-dl (🥉29 · ⭐ 4.8K) - Command-line program to download image galleries and..❗️GPL-2.0
  • GitHub (👨‍💻 61 · 🔀 490 · 📥 190K · 📋 2.2K - 23% open · ⏱️ 27.04.2022):

     git clone https://github.com/mikf/gallery-dl
  • PyPi (📥 10K / month · 📦 5 · ⏱️ 27.04.2022):

     pip install gallery-dl
twitter-scraper (🥉27 · ⭐ 3.2K) - Scrape the Twitter Frontend API without authentication.MIT
  • GitHub (👨‍💻 31 · 🔀 520 · 📦 3.7K · 📋 110 - 42% open · ⏱️ 17.12.2021):

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

     pip install twitter-scraper
scdl (🥉25 · ⭐ 2.3K) - Soundcloud Music Downloader.❗️GPL-2.0
  • GitHub (👨‍💻 47 · 🔀 250 · 📦 45 · 📋 320 - 13% open · ⏱️ 06.04.2022):

     git clone https://github.com/flyingrub/scdl
  • PyPi (📥 960 / month · 📦 6 · ⏱️ 06.04.2022):

     pip install scdl
igramscraper (🥉25 · ⭐ 2.3K · 💤) - scrapes medias, likes, followers, tags and all metadata...MIT
  • GitHub (👨‍💻 29 · 🔀 360 · 📦 130 · 📋 150 - 71% open · ⏱️ 27.04.2021):

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

     pip install igramscraper
WikiExtractor (🥉23 · ⭐ 3K) - A tool for extracting plain text from Wikipedia dumps.❗️AGPL-3.0
  • GitHub (👨‍💻 30 · 🔀 830 · 📦 130 · 📋 220 - 49% open · ⏱️ 07.03.2022):

     git clone https://github.com/attardi/wikiextractor
  • PyPi (📥 1.6K / month · 📦 5 · ⏱️ 14.10.2021):

     pip install wikiextractor
notion-sdk-py (🥉23 · ⭐ 660) - Official Notion SDK rewritten in Python (sync + async).MIT
  • GitHub (👨‍💻 14 · 🔀 60 · 📦 150 · 📋 43 - 13% open · ⏱️ 18.04.2022):

     git clone https://github.com/ramnes/notion-sdk-py
  • PyPi (📥 28K / month · 📦 17 · ⏱️ 18.04.2022):

     pip install notion-client
  • Conda (📥 390 · ⏱️ 21.04.2022):

     conda install -c conda-forge notion-client
ghapi (🥉23 · ⭐ 330) - A delightful and complete interface to GitHubs amazing API.Apache-2
  • GitHub (👨‍💻 12 · 🔀 39 · 📋 100 - 31% open · ⏱️ 09.04.2022):

     git clone https://github.com/fastai/ghapi
  • PyPi (📥 280K / month · 📦 24 · ⏱️ 09.04.2022):

     pip install ghapi
GHunt (🥉20 · ⭐ 11K) - Offensive Google framework.MPL-2.0
  • GitHub (👨‍💻 25 · 🔀 910 · 📋 260 - 20% open · ⏱️ 25.04.2022):

     git clone https://github.com/mxrch/GHunt
InstaPy (🥉18 · ⭐ 14K) - Tool for automated Instagram interactions.❗️GPL-3.0
  • GitHub (🔀 3.4K):

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

     pip install instapy
Show 16 hidden projects...
  • tushare (🥈33 · ⭐ 12K · 💀) - TuShare is a utility for crawling historical data of China stocks.BSD-3
  • google-resumable-media (🥈33 · ⭐ 35) - Utilities for Google Media Downloads and Resumable..Apache-2
  • py-googletrans (🥉32 · ⭐ 2.9K · 💀) - (unofficial) Googletrans: Free and Unlimited Google..MIT
  • facebook-sdk (🥉32 · ⭐ 2.6K · 💀) - Python SDK for Facebooks Graph API.Apache-2
  • Wikipedia (🥉31 · ⭐ 2.4K · 💀) - A Pythonic wrapper for the Wikipedia API.MIT
  • coursera-dl (🥉30 · ⭐ 8.7K · 💀) - Script for downloading Coursera.org videos and naming them.❗️LGPL-3.0
  • Google Images Download (🥉30 · ⭐ 7.9K · 💀) - Python Script to download hundreds of images from..MIT
  • slacker (🥉29 · ⭐ 1.6K · 💀) - Full-featured Python interface for the Slack API.Apache-2
  • notion-py (🥉27 · ⭐ 3.6K · 💀) - Unofficial Python API client for Notion.so.MIT
  • python-instagram (🥉27 · ⭐ 2.9K · 💀) - Python Client for Instagram API.MIT
  • gmusicapi (🥉27 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music.BSD-3
  • Django Facebook (🥉27 · ⭐ 1.4K · 💀) - Facebook open graph api implementation using the Django..BSD-3
  • telepot (🥉26 · ⭐ 2.4K · 💀) - Python framework for Telegram Bot API.MIT
  • twitterscraper (🥉26 · ⭐ 2K · 💀) - Scrape Twitter for Tweets.MIT
  • instagram_private_api (🥉25 · ⭐ 2.4K · 💀) - A Python library to access Instagrams private API.MIT
  • pyshorteners (🥉25 · ⭐ 330 · 💀) - Generating short urls with python has never been easier.❗️GPL-3.0

Email

Back to top

yagmail (🥇30 · ⭐ 2.3K) - Send email in Python conveniently for gmail using yagmail.MIT
  • GitHub (👨‍💻 31 · 🔀 250 · 📦 2.2K · 📋 200 - 46% open · ⏱️ 14.01.2022):

     git clone https://github.com/kootenpv/yagmail
  • PyPi (📥 120K / month · 📦 430 · ⏱️ 14.01.2022):

     pip install yagmail
  • Conda (📥 9.8K · ⏱️ 14.01.2022):

     conda install -c conda-forge yagmail
modoboa (🥇30 · ⭐ 2.1K) - Mail hosting made simple.ISC
  • GitHub (👨‍💻 100 · 🔀 290 · 📦 34 · 📋 1.7K - 8% open · ⏱️ 27.04.2022):

     git clone https://github.com/modoboa/modoboa
  • PyPi (📥 1.5K / month · 📦 36 · ⏱️ 22.09.2021):

     pip install modoboa
fastapi-mail (🥉22 · ⭐ 320) - Fastapi mail system sending mails(individual, bulk)..MIT
  • GitHub (👨‍💻 27 · 🔀 42 · 📋 59 - 1% open · ⏱️ 05.04.2022):

     git clone https://github.com/sabuhish/fastapi-mail
  • PyPi (📥 39K / month · 📦 7 · ⏱️ 05.04.2022):

     pip install fastapi-mail
mailer (🥉22 · ⭐ 240 · 💤) - A light-weight, modular, message representation and mail delivery..MIT
  • GitHub (👨‍💻 20 · 🔀 54 · 📥 120 · 📋 73 - 34% open · ⏱️ 20.04.2021):

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

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

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

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

     pip install pyramid_mailer
salmon (🥉17 · ⭐ 540) - A Python Mail Server.❗️GPL-3.0
  • GitHub (👨‍💻 15 · 🔀 53 · 📥 57 · 📦 16 · 📋 90 - 18% open · ⏱️ 29.01.2022):

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

     pip install salmon-mail
Show 5 hidden projects...
  • flask-mail (🥈29 · ⭐ 540 · 💀) - Flask-Mail adds SMTP mail sending to your Flask applications.BSD-3
  • sync-engine (🥈28 · ⭐ 3.5K · 💀) - IMAP/SMTP sync system with modern APIs.❗️AGPL-3.0
  • flanker (🥈27 · ⭐ 1.5K · 💀) - Python email address and Mime parsing library.Apache-2
  • offlineimap (🥉25 · ⭐ 1.7K · 💤) - Read/sync your IMAP mailboxes (python2).❗️libpng-2.0
  • gmail (🥉20 · ⭐ 1.7K · 💀) - A Pythonic interface for Google Mail.MIT

Web Scraping & Crawling

Back to top

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

Scrapy (🥇45 · ⭐ 43K) - Scrapy, a fast high-level web crawling & scraping framework for Python.BSD-3
  • GitHub (👨‍💻 520 · 🔀 9.6K · 📦 30K · 📋 2.9K - 26% open · ⏱️ 15.04.2022):

     git clone https://github.com/scrapy/scrapy
  • PyPi (📥 850K / month · 📦 4.5K · ⏱️ 01.03.2022):

     pip install scrapy
  • Conda (📥 500K · ⏱️ 04.04.2022):

     conda install -c conda-forge scrapy
You-Get (🥇32 · ⭐ 44K · 📉) - Dumb downloader that scrapes the web.MIT
  • GitHub (👨‍💻 240 · 🔀 8.9K · 📥 350K · ⏱️ 22.04.2022):

     git clone https://github.com/soimort/you-get
  • PyPi (📥 23K / month · 📦 22 · ⏱️ 22.04.2022):

     pip install you-get
  • Conda (📥 6.9K · ⏱️ 23.04.2022):

     conda install -c conda-forge you-get
feedparser (🥇32 · ⭐ 1.4K) - Parse feeds in Python.BSD-2
  • GitHub (👨‍💻 47 · 🔀 280 · 📋 210 - 36% open · ⏱️ 31.12.2021):

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

     pip install feedparser
  • Conda (📥 280K · ⏱️ 22.06.2021):

     conda install -c conda-forge feedparser
pytrends (🥈31 · ⭐ 2.4K) - Pseudo API for Google Trends.Apache-2
  • GitHub (👨‍💻 76 · 🔀 660 · 📦 1.4K · 📋 390 - 22% open · ⏱️ 26.03.2022):

     git clone https://github.com/GeneralMills/pytrends
  • PyPi (📥 99K / month · 📦 63 · ⏱️ 02.02.2022):

     pip install pytrends
  • Conda (📥 2.1K · ⏱️ 08.02.2022):

     conda install -c conda-forge pytrends
cloudscraper (🥈31 · ⭐ 1.8K) - A Python module to bypass Cloudflares anti-bot page.MIT
  • GitHub (👨‍💻 11 · 🔀 290 · 📦 6K · ⏱️ 15.03.2022):

     git clone https://github.com/venomous/cloudscraper
  • PyPi (📥 4M / month · 📦 70 · ⏱️ 15.03.2022):

     pip install cloudscraper
Grab (🥈30 · ⭐ 2.2K) - Web Scraping Framework.MIT
  • GitHub (👨‍💻 64 · 🔀 250 · 📦 350 · 📋 240 - 9% open · ⏱️ 01.03.2022):

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

     pip install grab
parsel (🥈30 · ⭐ 760) - Parsel lets you extract data from XML/HTML documents using XPath or CSS..BSD-3
  • GitHub (👨‍💻 43 · 🔀 120 · 📦 20K · 📋 100 - 42% open · ⏱️ 06.04.2022):

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

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

     conda install -c conda-forge parsel
MechanicalSoup (🥈29 · ⭐ 3.9K) - A Python library for automating interaction with websites.MIT
  • GitHub (👨‍💻 49 · 🔀 360 · 📥 43 · 📋 170 - 18% open · ⏱️ 06.04.2022):

     git clone https://github.com/MechanicalSoup/MechanicalSoup
  • PyPi (📥 110K / month · 📦 260 · ⏱️ 15.12.2021):

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

     conda install -c conda-forge mechanicalsoup
dirsearch (🥈28 · ⭐ 7.9K) - Web path scanner.❗️GPL-2.0
  • GitHub (👨‍💻 87 · 🔀 1.8K · 📦 13 · 📋 400 - 8% open · ⏱️ 27.04.2022):

     git clone https://github.com/maurosoria/dirsearch
  • PyPi (📥 1.1K / month · ⏱️ 24.05.2018):

     pip install dirsearch
soupsieve (🥉27 · ⭐ 120) - A modern CSS selector implementation for BeautifulSoup.MIT
  • GitHub (👨‍💻 9 · 🔀 27 · 📋 110 - 14% open · ⏱️ 14.04.2022):

     git clone https://github.com/facelessuser/soupsieve
  • PyPi (📥 43M / month · 📦 2.4K · ⏱️ 14.04.2022):

     pip install soupsieve
  • Conda (📥 5.3M · ⏱️ 03.12.2021):

     conda install -c conda-forge soupsieve
trafilatura (🥉26 · ⭐ 460) - Web scraping library and command-line tool for text discovery..❗️GPL-3.0
  • GitHub (👨‍💻 19 · 🔀 64 · 📦 160 · 📋 140 - 23% open · ⏱️ 28.04.2022):

     git clone https://github.com/adbar/trafilatura
  • PyPi (📥 130K / month · 📦 4 · ⏱️ 07.03.2022):

     pip install trafilatura
Gerapy (🥉25 · ⭐ 2.7K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,..MIT
  • GitHub (👨‍💻 13 · 🔀 560 · 📦 120 · 📋 190 - 23% open · ⏱️ 01.04.2022):

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

     pip install gerapy
extruct (🥉24 · ⭐ 670) - Extract embedded metadata from HTML markup.BSD-3
  • GitHub (👨‍💻 31 · 🔀 93 · 📦 410 · 📋 83 - 36% open · ⏱️ 17.01.2022):

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

     pip install extruct
micawber (🥉24 · ⭐ 570 · 💤) - a small library for extracting rich content from urls.MIT
  • GitHub (👨‍💻 27 · 🔀 84 · 📦 720 · ⏱️ 12.07.2021):

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

     pip install micawber
  • Conda (📥 1.9K · ⏱️ 14.07.2021):

     conda install -c conda-forge micawber
Photon (🥉23 · ⭐ 8.6K) - Incredibly fast crawler designed for OSINT.❗️GPL-3.0
  • GitHub (👨‍💻 21 · 🔀 1.2K · 📋 100 - 36% open · ⏱️ 16.03.2022):

     git clone https://github.com/s0md3v/Photon
  • PyPi (📥 250 / month · 📦 5 · ⏱️ 25.01.2019):

     pip install photon
ruia (🥉22 · ⭐ 1.6K) - Async Python 3.6+ web scraping micro-framework based on asyncio.Apache-2
  • GitHub (👨‍💻 16 · 🔀 170 · 📥 14 · 📦 55 · 📋 93 - 3% open · ⏱️ 27.03.2022):

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

     pip install ruia
Lassie (🥉21 · ⭐ 550 · 💤) - Web Content Retrieval for Humans.MIT
  • GitHub (👨‍💻 15 · 🔀 46 · 📦 28 · 📋 39 - 25% open · ⏱️ 20.08.2021):

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

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

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

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

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

     pip install scrapera
Show 14 hidden projects...
  • newspaper3k (🥇32 · ⭐ 12K · 💀) - News, full-text, and article metadata extraction in Python 3...MIT
  • Pattern (🥇32 · ⭐ 8.2K · 💀) - Web mining module for Python, with tools for scraping, natural..BSD-3
  • pyspider (🥈30 · ⭐ 15K · 💀) - A Powerful Spider(Web Crawler) System in Python.Apache-2
  • python-goose (🥈28 · ⭐ 3.8K · 💀) - Html Content / Article Extractor, web scrapping lib in..Apache-2
  • scrapely (🥉25 · ⭐ 1.8K · 💀) - A pure-python HTML screen-scraping library.BSD-3
  • robobrowser (🥉24 · ⭐ 3.6K · 💀) - Your friendly neighborhood web scraper.BSD-3
  • frontera (🥉24 · ⭐ 1.2K · 💀) - A scalable frontier for web crawlers.BSD-3
  • AutoScraper (🥉22 · ⭐ 4.4K · 💀) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python.MIT
  • snallygaster (🥉21 · ⭐ 1.9K) - Tool to scan for secret files on HTTP servers.❗️CC0-1.0
  • Cola (🥉21 · ⭐ 1.4K · 💀) - A high-level distributed crawling framework.Apache-2
  • gain (🥉18 · ⭐ 2K · 💀) - Web crawling framework based on asyncio.❗️GPL-3.0
  • opengraph (🥉16 · ⭐ 210 · 💀) - A python module to parse the Open Graph Protocol.MIT
  • lazynlp (🥉13 · ⭐ 2K · 💀) - Library to scrape and clean web pages to create massive datasets.MIT
  • Transistor (🥉13 · ⭐ 210 · 💀) - Transistor, a Python web scraping framework for intelligent use..MIT

Monitoring

Back to top

sentry (🥇40 · ⭐ 31K) - Sentry is cross-platform application monitoring, with a focus on..❗️SSPL-1.0
  • GitHub (👨‍💻 650 · 🔀 3.3K · 📥 43K · 📦 570 · 📋 5.1K - 8% open · ⏱️ 28.04.2022):

     git clone https://github.com/getsentry/sentry
  • PyPi (📥 8.3K / month · 📦 380 · ⏱️ 15.04.2022):

     pip install sentry
  • Conda (📥 150K · ⏱️ 15.04.2022):

     conda install -c conda-forge sentry-sdk
Prometheus Client (🥇33 · ⭐ 2.7K) - Python client for the Prometheus monitoring system.Apache-2
  • GitHub (👨‍💻 120 · 🔀 640 · 📋 410 - 11% open · ⏱️ 25.04.2022):

     git clone https://github.com/prometheus/client_python
  • PyPi (📥 19M / month · 📦 490 · ⏱️ 08.04.2022):

     pip install prometheus-client
  • Conda (📥 5.5M · ⏱️ 08.04.2022):

     conda install -c conda-forge prometheus_client
prometheus-flask-exporter (🥈28 · ⭐ 460) - Prometheus exporter for Flask applications.MIT
  • GitHub (👨‍💻 23 · 🔀 120 · 📋 100 - 17% open · ⏱️ 07.04.2022):

     git clone https://github.com/rycus86/prometheus_flask_exporter
  • PyPi (📥 10M / month · 📦 53 · ⏱️ 07.04.2022):

     pip install prometheus-flask-exporter
  • Conda (📥 290K · ⏱️ 08.04.2022):

     conda install -c conda-forge prometheus_flask_exporter
opentelemetry-python (🥈27 · ⭐ 880) - OpenTelemetry Python API and SDK.Apache-2
  • GitHub (👨‍💻 140 · 🔀 300 · 📋 1.1K - 14% open · ⏱️ 27.04.2022):

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

     pip install timing-asgi
  • Conda (📥 48K · ⏱️ 22.04.2022):

     conda install -c conda-forge opentelemetry-api
opentracing-python (🥈27 · ⭐ 760 · 💤) - OpenTracing API for Python. This library is..Apache-2
  • GitHub (👨‍💻 34 · 🔀 110 · 📋 50 - 34% open · ⏱️ 13.04.2021):

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

     pip install opentracing
  • Conda (📥 130K · ⏱️ 09.04.2022):

     conda install -c conda-forge opentracing
GoAccess (🥉23 · ⭐ 15K) - GoAccess is a real-time web log analyzer and interactive viewer that runs..MIT
  • GitHub (👨‍💻 140 · 🔀 950 · 📋 2K - 17% open · ⏱️ 28.04.2022):

     git clone https://github.com/allinurl/goaccess
Flask-MonitoringDashboard (🥉23 · ⭐ 620) - Automatically monitor the evolving performance of..MIT
  • GitHub (👨‍💻 30 · 🔀 130 · 📋 180 - 28% open · ⏱️ 06.11.2021):

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

     pip install flask-monitoringdashboard
starlette context (🥉19 · ⭐ 240) - Middleware for Starlette that allows you to store and..MIT
  • GitHub (👨‍💻 5 · 🔀 13 · 📋 27 - 11% open · ⏱️ 02.03.2022):

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

     pip install starlette-context
Starlette Prometheus (🥉18 · ⭐ 190) - Prometheus integration for Starlette.❗️GPL-3.0
  • GitHub (👨‍💻 14 · 🔀 28 · 📥 8 · 📋 20 - 25% open · ⏱️ 10.01.2022):

     git clone https://github.com/perdy/starlette-prometheus
  • PyPi (📥 31K / month · 📦 5 · ⏱️ 10.01.2022):

     pip install starlette-prometheus
flask-state (🥉14 · ⭐ 620 · 💤) - Display machine state using Python3 with Flask.BSD-3
  • GitHub (👨‍💻 10 · 🔀 52 · 📋 24 - 25% open · ⏱️ 18.06.2021):

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

     pip install Flask-State
Show 2 hidden projects...
  • ngxtop (🥉22 · ⭐ 6.3K · 💀) - Real-time metrics for nginx server.MIT
  • timing-asgi (🥉4 · ⭐ 86 · 💀) - ASGI middleware to record and emit timing metrics (to..❗Unlicensed

Web UI

Back to top

Streamlit (🥇38 · ⭐ 19K) - Streamlit The fastest way to build data apps in Python.Apache-2
  • GitHub (👨‍💻 140 · 🔀 1.7K · 📦 280 · 📋 2.4K - 24% open · ⏱️ 22.04.2022):

     git clone https://github.com/streamlit/streamlit
  • PyPi (📥 1M / month · 📦 360 · ⏱️ 29.03.2022):

     pip install streamlit
wave (🥈31 · ⭐ 2.9K) - Realtime Web Apps and Dashboards for Python and R.Apache-2
  • GitHub (👨‍💻 29 · 🔀 160 · 📥 770K · 📋 700 - 28% open · ⏱️ 28.04.2022):

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

     pip install wave
PyWebIO (🥈28 · ⭐ 2.9K) - Write interactive web app in script way.MIT
  • GitHub (👨‍💻 14 · 🔀 260 · 📦 670 · 📋 130 - 32% open · ⏱️ 23.04.2022):

     git clone https://github.com/pywebio/PyWebIO
  • PyPi (📥 16K / month · 📦 4 · ⏱️ 25.03.2022):

     pip install pywebio
idom (🥉25 · ⭐ 580) - Create highly interactive web pages purely in Python.MIT
  • GitHub (👨‍💻 8 · 🔀 31 · 📦 6 · 📋 240 - 23% open · ⏱️ 22.04.2022):

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

     pip install idom
flaskbb (🥉24 · ⭐ 2.2K) - A classic Forum Software in Python using Flask.BSD-3
  • GitHub (👨‍💻 58 · 🔀 540 · 📦 25 · 📋 320 - 8% open · ⏱️ 22.03.2022):

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

     pip install FlaskBB
python-react (🥉24 · ⭐ 1.5K · 💤) - Server-side rendering of React components.MIT
  • GitHub (👨‍💻 21 · 🔀 110 · 📦 440 · 📋 69 - 10% open · ⏱️ 13.07.2021):

     git clone https://github.com/markfinger/python-react
  • PyPi (📥 5.1K / month · 📦 48 · ⏱️ 08.10.2018):

     pip install react
Misago (🥉21 · ⭐ 2.2K) - Misago is fully featured modern forum application that is fast,..❗️GPL-2.0
  • GitHub (👨‍💻 33 · 🔀 480 · 📦 42 · 📋 1.1K - 5% open · ⏱️ 27.04.2022):

     git clone https://github.com/rafalp/Misago
Wooey (🥉21 · ⭐ 1.7K · 💤) - A Django app that creates automatic web UIs for Python scripts.BSD-3
  • GitHub (👨‍💻 22 · 🔀 170 · 📦 32 · 📋 210 - 28% open · ⏱️ 09.08.2021):

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

     pip install wooey

Admin UI

Back to top

django-debug-toolbar (🥇37 · ⭐ 7K) - A configurable set of panels that display various debug..BSD-3
  • GitHub (👨‍💻 250 · 🔀 970 · 📥 170 · 📦 50K · 📋 800 - 11% open · ⏱️ 24.04.2022):

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

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

     conda install -c conda-forge django-debug-toolbar
flask-admin (🥇36 · ⭐ 5K) - Simple and extensible administrative interface framework for..BSD-3
  • GitHub (👨‍💻 340 · 🔀 1.4K · 📦 15K · 📋 1.4K - 30% open · ⏱️ 30.01.2022):

     git clone https://github.com/flask-admin/flask-admin
  • PyPi (📥 1.8M / month · 📦 2.4K · ⏱️ 30.01.2022):

     pip install flask-admin
  • Conda (📥 120K · ⏱️ 30.01.2022):

     conda install -c conda-forge flask-admin
django-grappelli (🥈33 · ⭐ 3.2K) - A jazzy skin for the Django Admin-Interface (official..BSD-3
  • GitHub (👨‍💻 79 · 🔀 640 · 📦 4.7K · 📋 700 - 3% open · ⏱️ 18.02.2022):

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

     pip install django-grappelli
  • Conda (📥 95K · ⏱️ 18.02.2022):

     conda install -c conda-forge django-grappelli
django-admin-interface (🥈28 · ⭐ 1.1K) - djangos default admin interface made customizable...MIT
  • GitHub (👨‍💻 22 · 🔀 110 · 📦 1.5K · 📋 120 - 3% open · ⏱️ 15.03.2022):

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

     pip install django-admin-interface
django-admin2 (🥉23 · ⭐ 1.2K) - Extendable, adaptable rewrite of django.contrib.admin.BSD-3
  • GitHub (👨‍💻 49 · 🔀 160 · 📦 24 · 📋 240 - 18% open · ⏱️ 22.10.2021):

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

     pip install django-admin2
django-smuggler (🥉23 · ⭐ 370) - Django Smuggler is a pluggable application for Django..❗️LGPL-3.0
  • GitHub (👨‍💻 21 · 🔀 34 · 📦 140 · 📋 48 - 14% open · ⏱️ 03.02.2022):

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

     pip install django-smuggler
fastapi-admin (🥉20 · ⭐ 1.2K) - A fast admin dashboard based on FastAPI and TortoiseORM..Apache-2
  • GitHub (👨‍💻 8 · 🔀 180 · 📋 88 - 29% open · ⏱️ 06.02.2022):

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

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

API Proxies & Gateways

Back to top

Kong (🥇37 · ⭐ 32K) - The Cloud-Native API Gateway.Apache-2
  • GitHub (👨‍💻 310 · 🔀 4K · 📥 360K · 📋 3.9K - 7% open · ⏱️ 25.04.2022):

     git clone https://github.com/kong/kong
  • Docker Hub (📥 290M · ⭐ 660 · ⏱️ 22.04.2022):

     docker pull kong
tyk (🥉27 · ⭐ 7.3K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP..MPL-2.0
  • GitHub (👨‍💻 96 · 🔀 880 · 📥 12K · 📋 1.9K - 18% open · ⏱️ 26.04.2022):

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

Flask Utilities

Back to top

flask-sqlalchemy (🥇35 · ⭐ 3.7K) - Adds SQLAlchemy support to Flask.BSD-3
  • GitHub (👨‍💻 110 · 🔀 880 · 📥 400 · 📦 250K · 📋 570 - 7% open · ⏱️ 04.11.2021):

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

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

     conda install -c conda-forge flask-sqlalchemy
Flask-Migrate (🥇31 · ⭐ 2K) - SQLAlchemy database migrations for Flask applications using..MIT
  • GitHub (👨‍💻 44 · 🔀 200 · 📋 370 - 2% open · ⏱️ 20.02.2022):

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

     pip install flask-migrate
  • Conda (📥 160K · ⏱️ 17.03.2022):

     conda install -c conda-forge flask-migrate
flask-caching (🥇31 · ⭐ 710) - A caching extension for Flask.BSD-3
  • GitHub (👨‍💻 100 · 🔀 160 · 📦 10K · 📋 190 - 17% open · ⏱️ 23.04.2022):

     git clone https://github.com/pallets-eco/flask-caching
  • PyPi (📥 2.9M / month · 📦 730 · ⏱️ 17.03.2021):

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

     conda install -c conda-forge flask-caching
flask-cors (🥇30 · ⭐ 780) - Cross Origin Resource Sharing ( CORS ) support for Flask.MIT
  • GitHub (👨‍💻 38 · 🔀 110 · 📦 150K · 📋 140 - 26% open · ⏱️ 19.02.2022):

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

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

     conda install -c conda-forge flask-cors
flask-bcrypt (🥇30 · ⭐ 300) - Flask-Bcrypt is a Flask extension that provides bcrypt..BSD-3
  • GitHub (👨‍💻 25 · 🔀 57 · 📦 36K · 📋 42 - 2% open · ⏱️ 05.04.2022):

     git clone https://github.com/maxcountryman/flask-bcrypt
  • PyPi (📥 830K / month · 📦 3K · ⏱️ 05.04.2022):

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

     conda install -c conda-forge flask-bcrypt
flask-limiter (🥈29 · ⭐ 860) - Rate Limiting extension for Flask.MIT
  • GitHub (👨‍💻 36 · 🔀 110 · 📦 3.5K · 📋 140 - 2% open · ⏱️ 22.04.2022):

     git clone https://github.com/alisaifee/flask-limiter
  • PyPi (📥 260K / month · 📦 380 · ⏱️ 22.04.2022):

     pip install flask-limiter
flask-seasurf (🥈29 · ⭐ 180) - SeaSurf is a Flask extension for preventing cross-site..BSD-3
  • GitHub (👨‍💻 33 · 🔀 47 · 📦 1.9K · 📋 47 - 8% open · ⏱️ 24.04.2022):

     git clone https://github.com/maxcountryman/flask-seasurf
  • PyPi (📥 71K / month · 📦 260 · ⏱️ 05.04.2022):

     pip install flask-seasurf
  • Conda (📥 77K · ⏱️ 05.04.2022):

     conda install -c conda-forge flask-seasurf
flask-api (🥈28 · ⭐ 1.3K · 💤) - Browsable web APIs for Flask.BSD-3
  • GitHub (👨‍💻 32 · 🔀 160 · 📦 5K · 📋 63 - 19% open · ⏱️ 01.09.2021):

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

     pip install flask-api
flask-session (🥈28 · ⭐ 390 · 💤) - Server side session extension for Flask.BSD-3
  • GitHub (👨‍💻 8 · 🔀 180 · 📦 21K · 📋 110 - 63% open · ⏱️ 24.06.2021):

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

     pip install flask-session
flask-babel (🥈28 · ⭐ 380) - i18n and l10n support for Flask based on Babel and pytz.BSD-3
  • GitHub (👨‍💻 33 · 🔀 150 · 📦 14K · 📋 110 - 17% open · ⏱️ 26.11.2021):

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

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

     conda install -c conda-forge flask-babel
flask-marshmallow (🥈27 · ⭐ 740) - Flask + marshmallow for beautiful APIs.MIT
  • GitHub (👨‍💻 17 · 🔀 49 · 📦 17K · 📋 100 - 24% open · ⏱️ 30.01.2022):

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

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

     conda install -c conda-forge flask-marshmallow
flask-apispec (🥈27 · ⭐ 580) - Build and document REST APIs with Flask and apispec.MIT
  • GitHub (👨‍💻 30 · 🔀 130 · 📦 840 · 📋 170 - 61% open · ⏱️ 30.03.2022):

     git clone https://github.com/jmcarp/flask-apispec
  • PyPi (📥 250K / month · 📦 41 · ⏱️ 30.03.2022):

     pip install flask-apispec
  • Conda (📥 100K · ⏱️ 30.03.2022):

     conda install -c conda-forge flask-apispec
flask-paginate (🥉25 · ⭐ 250) - Pagination support for flask.BSD-3
  • GitHub (👨‍💻 27 · 🔀 79 · 📥 36 · 📦 2.2K · 📋 67 - 7% open · ⏱️ 09.01.2022):

     git clone https://github.com/lixxu/flask-paginate
  • PyPi (📥 29K / month · 📦 46 · ⏱️ 09.01.2022):

     pip install flask-paginate
  • Conda (📥 8K · ⏱️ 12.01.2022):

     conda install -c conda-forge flask-paginate
flask-ask (🥉24 · ⭐ 1.9K) - Alexa Skills Kit for Python.Apache-2
  • GitHub (👨‍💻 41 · 🔀 370 · 📦 720 · ⏱️ 31.03.2022):

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

     pip install flask-ask
flask-jsonrpc (🥉24 · ⭐ 250) - Basic JSON-RPC implementation for your Flask-powered sites.BSD-3
  • GitHub (👨‍💻 13 · 🔀 62 · 📦 190 · 📋 59 - 6% open · ⏱️ 19.04.2022):

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

     pip install rpc
Frozen-Flask (🥉23 · ⭐ 710 · 💤) - Freezes a Flask application into a set of static files.BSD-3
  • GitHub (👨‍💻 25 · 🔀 69 · 📥 63 · 📦 2.4K · 📋 67 - 34% open · ⏱️ 19.07.2021):

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

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

     conda install -c conda-forge frozen-flask
flask_injector (🥉23 · ⭐ 240 · 💤) - Adds Injector support to Flask.BSD-3
  • GitHub (👨‍💻 11 · 🔀 32 · 📦 650 · 📋 47 - 25% open · ⏱️ 31.08.2021):

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

     pip install flask_injector
  • Conda (📥 1.4K · ⏱️ 01.09.2021):

     conda install -c conda-forge flask-injector
flask-rebar (🥉23 · ⭐ 210) - Flask-Rebar combines flask, marshmallow, and swagger for..MIT
  • GitHub (👨‍💻 33 · 🔀 31 · 📦 33 · 📋 100 - 47% open · ⏱️ 11.04.2022):

     git clone https://github.com/plangrid/flask-rebar
  • PyPi (📥 2.7K / month · 📦 4 · ⏱️ 31.03.2022):

     pip install flask-rebar
Flask-Moment (🥉22 · ⭐ 350) - Formatting of dates and times in Flask templates using..MIT
  • GitHub (👨‍💻 19 · 🔀 48 · 📋 45 - 2% open · ⏱️ 16.01.2022):

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

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

     conda install -c conda-forge flask-moment
safrs (🥉22 · ⭐ 340) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.❗️GPL-3.0
  • GitHub (👨‍💻 15 · 🔀 65 · 📦 52 · 📋 76 - 2% open · ⏱️ 28.04.2022):

     git clone https://github.com/thomaxxl/safrs
  • PyPi (📥 570 / month · 📦 1 · ⏱️ 29.12.2021):

     pip install safrs
cookiecutter-flask (🥉21 · ⭐ 4.1K) - A flask template with Bootstrap 4, asset..MIT
  • GitHub (👨‍💻 67 · 🔀 690 · 📋 180 - 3% open · ⏱️ 27.04.2022):

     git clone https://github.com/cookiecutter-flask/cookiecutter-flask
flask_pydantic (🥉19 · ⭐ 190) - flask extension for integration with the awesome pydantic..MIT
  • GitHub (👨‍💻 9 · 🔀 23 · 📦 130 · 📋 27 - 33% open · ⏱️ 28.10.2021):

     git clone https://github.com/bauerji/flask_pydantic
  • PyPi (📥 51K / month · 📦 2 · ⏱️ 28.10.2021):

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

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

     pip install flask-msearch
flask-file-upload (🥉18 · ⭐ 140) - Easy file uploads for Flask.MIT
  • GitHub (👨‍💻 6 · 🔀 13 · 📦 54 · 📋 73 - 17% open · ⏱️ 07.12.2021):

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

     pip install flask-file-upload
Show 12 hidden projects...
  • flask-security (🥈29 · ⭐ 1.6K · 💀) - Quick and simple security for Flask applications.MIT
  • flask-mongoengine (🥈29 · ⭐ 800 · 💀) - MongoEngine flask extension with WTF model forms..BSD-3
  • flask-assets (🥈27 · ⭐ 420 · 💀) - Flask webassets integration.BSD-2
  • flask-bootstrap (🥉24 · ⭐ 1.5K · 💀) - A Flask app template with integrated SQLAlchemy,..BSD-3
  • flask-talisman (🥉23 · ⭐ 800 · 💀) - HTTP security headers for Flask.Apache-2
  • Flask-Excel (🥉22 · ⭐ 240 · 💀) - A flask extension using pyexcel to read, manipulate and write..BSD-3
  • flask-profiler (🥉21 · ⭐ 680 · 💀) - a flask profiler which watches endpoint calls and tries..MIT
  • flask-s3 (🥉21 · ⭐ 190 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon..❗️WTFPL
  • Flask-Opentracing (🥉20 · ⭐ 130 · 💀) - OpenTracing instrumentation for the Flask..BSD-3
  • flask-ngrok (🥉20 · ⭐ 100 · 💀) - 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 (🥉13 · ⭐ 130 · 💀) - Generate a Postman collection from your Flask application.MIT

FastAPI Utilities

Back to top

fastapi-crudrouter (🥇23 · ⭐ 710) - A dynamic FastAPI router that automatically creates..MIT
  • GitHub (👨‍💻 18 · 🔀 74 · 📥 5 · 📦 86 · 📋 73 - 50% open · ⏱️ 18.02.2022):

     git clone https://github.com/awtkns/fastapi-crudrouter
  • PyPi (📥 10K / month · 📦 3 · ⏱️ 27.01.2022):

     pip install fastapi-crudrouter
fastapi-admin/fastapi-admin (🥇20 · ⭐ 1.2K) - A fast admin dashboard based on FastAPI and..Apache-2
  • GitHub (👨‍💻 8 · 🔀 180 · 📋 88 - 29% open · ⏱️ 06.02.2022):

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

     pip install fastapi-admin
starlette_exporter (🥇20 · ⭐ 180) - Prometheus exporter for Starlette and FastAPI.Apache-2
  • GitHub (👨‍💻 12 · 🔀 17 · 📋 27 - 25% open · ⏱️ 01.03.2022):

     git clone https://github.com/stephenhillier/starlette_exporter
  • PyPi (📥 290K / month · 📦 3 · ⏱️ 31.12.2021):

     pip install starlette_exporter
fastapi-socketio (🥇20 · ⭐ 150) - Easily integrate socket.io with your FastAPI app.Apache-2
  • GitHub (👨‍💻 4 · 🔀 13 · 📦 84 · 📋 19 - 31% open · ⏱️ 05.12.2021):

     git clone https://github.com/pyropy/fastapi-socketio
  • PyPi (📥 16K / month · 📦 1 · ⏱️ 06.12.2021):

     pip install fastapi-socketio
fastapi-code-generator (🥈19 · ⭐ 450) - This code generator creates FastAPI app from an..MIT
  • GitHub (👨‍💻 13 · 🔀 46 · 📋 47 - 55% open · ⏱️ 24.03.2022):

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

     pip install fastapi-code-generator
fastapi-mvc (🥈19 · ⭐ 130) - Developer productivity tool for making high-quality FastAPI..MIT
  • GitHub (👨‍💻 3 · 🔀 22 · 📥 24 · 📋 59 - 37% open · ⏱️ 27.04.2022):

     git clone https://github.com/rszamszur/fastapi-mvc
  • PyPi (📥 260 / month · ⏱️ 27.04.2022):

     pip install fastapi-mvc
fastapi-react (🥉17 · ⭐ 1.1K) - Cookiecutter Template for FastAPI + React Projects. Using..MIT
  • GitHub (👨‍💻 13 · 🔀 170 · 📋 56 - 35% open · ⏱️ 18.02.2022):

     git clone https://github.com/Buuntu/fastapi-react
fastapi_contrib (🥉17 · ⭐ 490 · 💤) - 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 (📥 24K / month · ⏱️ 03.06.2021):

     pip install fastapi_contrib
slowapi (🥉17 · ⭐ 420) - A rate limiter for Starlette and FastAPI.MIT
  • GitHub (👨‍💻 15 · 🔀 33 · 📋 52 - 34% open · ⏱️ 02.02.2022):

     git clone https://github.com/laurents/slowapi
  • PyPi (📥 30K / month · 📦 1 · ⏱️ 28.08.2021):

     pip install slowapi
fastapi-plugins (🥉17 · ⭐ 210) - FastAPI framework plugins.MIT
  • GitHub (👨‍💻 3 · 🔀 11 · 📦 53 · 📋 13 - 23% open · ⏱️ 21.03.2022):

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

     pip install fastapi-plugins
fastapi-versioning (🥉16 · ⭐ 370 · 💤) - api versioning for fastapi web applications.MIT
  • GitHub (👨‍💻 16 · 🔀 39 · 📋 38 - 55% open · ⏱️ 24.08.2021):

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

     pip install fastapi-versioning
fastapi-lazy (🥉10 · ⭐ 83) - Lazy package to start your project using FastAPI.MIT
  • GitHub (👨‍💻 2 · 🔀 9 · 📋 4 - 75% open · ⏱️ 29.12.2021):

     git clone https://github.com/yezz123/fastapi-lazy
  • PyPi (📥 29 / month · ⏱️ 21.11.2021):

     pip install fastapi-lazy
Show 4 hidden projects...

Pyramid Utilities

Back to top

pyramid_services (🥉14 · ⭐ 78 · 💤) - A service layer for pyramid.MIT
  • GitHub (👨‍💻 6 · 🔀 9 · ⏱️ 07.05.2021):

     git clone https://github.com/mmerickel/pyramid_services
  • PyPi (📥 6.4K / month · 📦 8 · ⏱️ 03.08.2018):

     pip install pyramid_services
Show 2 hidden projects...
  • pyramid_jinja2 (🥇24 · ⭐ 73) - Jinja2 templating system bindings for the Pyramid web..❗Unlicensed
  • pyramid_celery (🥉19 · ⭐ 99 · 💀) - Pyramid configuration with celery integration. Allows you..MIT

Django Utilities

Back to top

channels (🥇37 · ⭐ 5.3K) - Developer-friendly asynchrony for Django.BSD-3
  • GitHub (👨‍💻 240 · 🔀 700 · 📦 17K · 📋 1.2K - 9% open · ⏱️ 10.04.2022):

     git clone https://github.com/django/channels
  • PyPi (📥 480K / month · 📦 1.3K · ⏱️ 11.07.2021):

     pip install channels
  • Conda (📥 82K · ⏱️ 22.12.2021):

     conda install -c conda-forge channels
django-extensions (🥇36 · ⭐ 5.7K) - This is a repository for collecting global custom..MIT
  • GitHub (👨‍💻 540 · 🔀 1.1K · 📦 90K · 📋 820 - 15% open · ⏱️ 03.02.2022):

     git clone https://github.com/django-extensions/django-extensions
  • PyPi (📥 1.9M / month · 📦 12K · ⏱️ 07.11.2021):

     pip install django-extensions
  • Conda (📥 310K · ⏱️ 07.11.2021):

     conda install -c conda-forge django-extensions
django-cors-headers (🥇36 · ⭐ 4.5K) - Django app for handling the server headers required..MIT
  • GitHub (👨‍💻 61 · 🔀 490 · 📦 100K · 📋 250 - 3% open · ⏱️ 27.04.2022):

     git clone https://github.com/adamchainz/django-cors-headers
  • PyPi (📥 2.5M / month · 📦 6.7K · ⏱️ 10.01.2022):

     pip install django-cors-headers
  • Conda (📥 34K · ⏱️ 10.01.2022):

     conda install -c conda-forge django-cors-headers
django-import-export (🥇36 · ⭐ 2.4K) - Django application and library for importing and..BSD-2
  • GitHub (👨‍💻 180 · 🔀 700 · 📦 13K · 📋 840 - 10% open · ⏱️ 31.03.2022):

     git clone https://github.com/django-import-export/django-import-export
  • PyPi (📥 520K / month · 📦 1K · ⏱️ 21.04.2022):

     pip install django-import-export
  • Conda (📥 56K · ⏱️ 31.03.2022):

     conda install -c conda-forge django-import-export
django-oscar (🥇35 · ⭐ 5.3K · 📉) - Domain-driven e-commerce for Django.BSD-3
  • GitHub (👨‍💻 330 · 🔀 1.9K · 📦 870 · 📋 1.4K - 9% open · ⏱️ 19.04.2022):

     git clone https://github.com/django-oscar/django-oscar
  • PyPi (📥 16K / month · 📦 270 · ⏱️ 01.11.2021):

     pip install django-oscar
django-haystack (🥇35 · ⭐ 3.3K) - Modular search for Django.BSD-3
  • GitHub (👨‍💻 200 · 🔀 1.3K · 📦 7.8K · 📋 1.3K - 43% open · ⏱️ 12.04.2022):

     git clone https://github.com/django-haystack/django-haystack
  • PyPi (📥 110K / month · 📦 2.8K · ⏱️ 17.03.2022):

     pip install django-haystack
  • Conda (📥 4.5K · ⏱️ 31.05.2018):

     conda install -c conda-forge django-haystack
django-ckeditor (🥇35 · ⭐ 2.1K) - Django admin CKEditor integration.BSD-3
  • GitHub (👨‍💻 120 · 🔀 700 · 📦 22K · 📋 500 - 22% open · ⏱️ 14.04.2022):

     git clone https://github.com/django-ckeditor/django-ckeditor
  • PyPi (📥 250K / month · 📦 1.5K · ⏱️ 14.04.2022):

     pip install django-ckeditor
django-filter (🥇34 · ⭐ 3.7K) - A generic system for filtering Django QuerySets based on..BSD-3
  • GitHub (👨‍💻 180 · 🔀 690 · 📦 83K · 📋 780 - 8% open · ⏱️ 16.02.2022):

     git clone https://github.com/carltongibson/django-filter
  • PyPi (📥 2.4M / month · 📦 8.7K · ⏱️ 24.09.2021):

     pip install django-filter
  • Conda (📥 70K · ⏱️ 24.09.2021):

     conda install -c conda-forge django-filter
django-reversion (🥇34 · ⭐ 2.7K) - django-reversion is an extension to the Django web..BSD-3
  • GitHub (👨‍💻 180 · 🔀 460 · 📦 6.3K · 📋 620 - 2% open · ⏱️ 20.02.2022):

     git clone https://github.com/etianen/django-reversion
  • PyPi (📥 230K / month · 📦 2.1K · ⏱️ 20.02.2022):

     pip install django-reversion
django-autocomplete-light (🥇34 · ⭐ 1.6K) - A fresh approach to autocomplete implementations,..MIT
  • GitHub (👨‍💻 190 · 🔀 440 · 📦 3K · 📋 820 - 23% open · ⏱️ 15.03.2022):

     git clone https://github.com/yourlabs/django-autocomplete-light
  • PyPi (📥 160K / month · 📦 740 · ⏱️ 15.03.2022):

     pip install django-autocomplete-light
django-bootstrap3 (🥈33 · ⭐ 2.3K) - Bootstrap 3 integration with Django.BSD-3
  • GitHub (👨‍💻 98 · 🔀 690 · 📦 17K · 📋 290 - 2% open · ⏱️ 21.04.2022):

     git clone https://github.com/zostera/django-bootstrap3
  • PyPi (📥 100K / month · 📦 4K · ⏱️ 27.12.2021):

     pip install django-bootstrap3
  • Conda (📥 21K · ⏱️ 04.08.2019):

     conda install -c conda-forge django-bootstrap3
django-model-utils (🥈33 · ⭐ 2.2K) - Django model mixins and utilities.BSD-3
  • GitHub (👨‍💻 120 · 🔀 330 · 📦 17K · 📋 270 - 40% open · ⏱️ 14.03.2022):

     git clone https://github.com/jazzband/django-model-utils
  • PyPi (📥 720K / month · 📦 4.8K · ⏱️ 13.10.2021):

     pip install django-model-utils
django-storages (🥈33 · ⭐ 2.1K) - Django-storages is a project to provide a variety of..BSD-3
  • GitHub (👨‍💻 230 · 🔀 740 · 📋 590 - 28% open · ⏱️ 12.03.2022):

     git clone https://github.com/jschneier/django-storages
  • PyPi (📥 1.9M / month · 📦 4.9K · ⏱️ 30.10.2021):

     pip install django-storages
  • Conda (📥 32K · ⏱️ 30.10.2021):

     conda install -c conda-forge django-storages
django-simple-history (🥈33 · ⭐ 1.6K) - Store model history and view/revert changes from..BSD-3
  • GitHub (👨‍💻 160 · 🔀 370 · 📦 2.7K · 📋 460 - 18% open · ⏱️ 23.04.2022):

     git clone https://github.com/jazzband/django-simple-history
  • PyPi (📥 420K / month · 📦 450 · ⏱️ 19.04.2021):

     pip install django-simple-history
sorl-thumbnail (🥈33 · ⭐ 1.6K) - Thumbnails for Django.BSD-3
  • GitHub (👨‍💻 150 · 🔀 460 · 📦 8.6K · 📋 400 - 28% open · ⏱️ 12.02.2022):

     git clone https://github.com/jazzband/sorl-thumbnail
  • PyPi (📥 140K / month · 📦 2.5K · ⏱️ 10.02.2022):

     pip install sorl-thumbnail
  • Conda (📥 1.9K · ⏱️ 11.02.2022):

     conda install -c conda-forge sorl-thumbnail
django-pipeline (🥈33 · ⭐ 1.4K) - Pipeline is an asset packaging library for Django.MIT
  • GitHub (👨‍💻 170 · 🔀 380 · 📦 1.9K · 📋 470 - 32% open · ⏱️ 10.01.2022):

     git clone https://github.com/jazzband/django-pipeline
  • PyPi (📥 74K / month · 📦 1.1K · ⏱️ 10.01.2022):

     pip install django-pipeline
django-stubs (🥈33 · ⭐ 880) - PEP-484 stubs for Django.MIT
  • GitHub (👨‍💻 160 · 🔀 240 · 📦 2.4K · 📋 420 - 43% open · ⏱️ 28.04.2022):

     git clone https://github.com/typeddjango/django-stubs
  • PyPi (📥 490K / month · 📦 76 · ⏱️ 28.03.2022):

     pip install django-stubs
  • Conda (📥 2K · ⏱️ 30.03.2022):

     conda install -c conda-forge django-stubs
django-taggit (🥈32 · ⭐ 2.8K) - Simple tagging for django.BSD-3
  • GitHub (👨‍💻 140 · 🔀 590 · 📋 380 - 18% open · ⏱️ 25.04.2022):

     git clone https://github.com/jazzband/django-taggit
  • PyPi (📥 340K / month · 📦 2.9K · ⏱️ 24.01.2022):

     pip install django-taggit
  • Conda (📥 90K · ⏱️ 24.01.2022):

     conda install -c conda-forge django-taggit
django-environ (🥈32 · ⭐ 2.5K) - Django-environ allows you to utilize 12factor inspired..MIT
  • GitHub (👨‍💻 71 · 🔀 260 · 📦 73K · 📋 200 - 28% open · ⏱️ 19.10.2021):

     git clone https://github.com/joke2k/django-environ
  • PyPi (📥 940K / month · 📦 3.5K · ⏱️ 20.10.2021):

     pip install django-environ
  • Conda (📥 53K · ⏱️ 09.07.2018):

     conda install -c conda-forge django-environ
django-webpack-loader (🥈32 · ⭐ 2.4K) - Transparently use webpack with django.MIT
  • GitHub (👨‍💻 54 · 🔀 330 · 📦 7.4K · 📋 180 - 16% open · ⏱️ 26.04.2022):

     git clone https://github.com/django-webpack/django-webpack-loader
  • PyPi (📥 340K / month · 📦 980 · ⏱️ 06.04.2022):

     pip install django-webpack-loader
  • Conda (📥 2.2K · ⏱️ 17.11.2021):

     conda install -c conda-forge django-webpack-loader
django-redis (🥈32 · ⭐ 2.3K) - Full featured redis cache backend for Django.BSD-3
  • GitHub (👨‍💻 130 · 🔀 370 · 📋 300 - 7% open · ⏱️ 18.04.2022):

     git clone https://github.com/jazzband/django-redis
  • PyPi (📥 1.4M / month · 📦 3.4K · ⏱️ 22.12.2021):

     pip install django-redis
django-imagekit (🥈32 · ⭐ 2K) - Automated image processing for Django. Currently v4.0.BSD-3
  • GitHub (👨‍💻 73 · 🔀 250 · 📥 63 · 📦 6.2K · 📋 380 - 27% open · ⏱️ 12.11.2021):

     git clone https://github.com/matthewwithanm/django-imagekit
  • PyPi (📥 100K / month · 📦 1K · ⏱️ 02.11.2021):

     pip install django-imagekit
django-tables2 (🥈32 · ⭐ 1.5K) - django-tables2 - An app for creating HTML tables.BSD-2
  • GitHub (👨‍💻 140 · 🔀 380 · 📦 4.8K · 📋 530 - 10% open · ⏱️ 05.10.2021):

     git clone https://github.com/jieter/django-tables2
  • PyPi (📥 160K / month · 📦 890 · ⏱️ 05.10.2021):

     pip install django-tables2
  • Conda (📥 780 · ⏱️ 24.10.2021):

     conda install -c conda-forge django-tables2
django-money (🥈32 · ⭐ 1.3K) - Money fields for Django forms and models.BSD-3
  • GitHub (👨‍💻 98 · 🔀 270 · 📦 1.6K · 📋 310 - 16% open · ⏱️ 10.04.2022):

     git clone https://github.com/django-money/django-money
  • PyPi (📥 120K / month · 📦 200 · ⏱️ 02.01.2022):

     pip install django-money
django-phonenumber-field (🥈32 · ⭐ 1.2K) - A django model and form field for normalised phone..MIT
  • GitHub (👨‍💻 100 · 🔀 290 · 📋 200 - 27% open · ⏱️ 03.04.2022):

     git clone https://github.com/stefanfoulis/django-phonenumber-field
  • PyPi (📥 540K / month · 📦 860 · ⏱️ 15.02.2022):

     pip install django-phonenumber-field
django-mptt (🥈31 · ⭐ 2.6K · 💤) - Utilities for implementing a modified pre-order traversal..MIT
  • GitHub (👨‍💻 150 · 🔀 440 · 📋 520 - 22% open · ⏱️ 27.09.2021):

     git clone https://github.com/django-mptt/django-mptt
  • PyPi (📥 370K / month · 📦 3.3K · ⏱️ 27.09.2021):

     pip install django-mptt
  • Conda:

     conda install -c anaconda django-mptt
django-compressor (🥈31 · ⭐ 2.6K) - Compresses linked and inline javascript or CSS into a..MIT
  • GitHub (👨‍💻 210 · 🔀 580 · 📋 630 - 18% open · ⏱️ 23.04.2022):

     git clone https://github.com/django-compressor/django-compressor
  • PyPi (📥 300K / month · 📦 280 · ⏱️ 23.04.2022):

     pip install django-compressor
django-activity-stream (🥈31 · ⭐ 2K) - Generate generic activity streams from the actions on..BSD-3
  • GitHub (👨‍💻 110 · 🔀 480 · 📦 810 · 📋 340 - 17% open · ⏱️ 01.03.2022):

     git clone https://github.com/justquick/django-activity-stream
  • PyPi (📥 35K / month · 📦 340 · ⏱️ 17.02.2022):

     pip install django-activity-stream
django-braces (🥈31 · ⭐ 1.8K) - Reusable, generic mixins for Django.BSD-3
  • GitHub (👨‍💻 77 · 🔀 210 · 📦 12K · 📋 120 - 2% open · ⏱️ 18.11.2021):

     git clone https://github.com/brack3t/django-braces
  • PyPi (📥 210K / month · 📦 4K · ⏱️ 05.11.2021):

     pip install django-braces
  • Conda (📥 32K · ⏱️ 08.07.2018):

     conda install -c conda-forge django-braces
django-rq (🥈31 · ⭐ 1.5K) - A simple app that provides django integration for RQ (Redis Queue).MIT
  • GitHub (👨‍💻 110 · 🔀 250 · 📦 1.8K · 📋 300 - 22% open · ⏱️ 24.01.2022):

     git clone https://github.com/rq/django-rq
  • PyPi (📥 120K / month · 📦 430 · ⏱️ 22.11.2021):

     pip install django-rq
easy-thumbnails (🥈31 · ⭐ 1.3K) - Easy thumbnails for Django.BSD-3
  • GitHub (👨‍💻 90 · 🔀 310 · 📦 8.4K · 📋 400 - 21% open · ⏱️ 22.02.2022):

     git clone https://github.com/SmileyChris/easy-thumbnails
  • PyPi (📥 170K / month · 📦 2.1K · ⏱️ 20.01.2022):

     pip install easy-thumbnails
django-countries (🥈31 · ⭐ 1.1K) - A Django application that provides country choices for..MIT
  • GitHub (👨‍💻 46 · 🔀 230 · 📋 260 - 7% open · ⏱️ 06.04.2022):

     git clone https://github.com/SmileyChris/django-countries
  • PyPi (📥 370K / month · 📦 1.5K · ⏱️ 01.03.2022):

     pip install django-countries
django-bootstrap4 (🥈31 · ⭐ 960) - Bootstrap 4 integration with Django.BSD-3
  • GitHub (👨‍💻 140 · 🔀 250 · 📦 59K · 📋 160 - 14% open · ⏱️ 21.04.2022):

     git clone https://github.com/zostera/django-bootstrap4
  • PyPi (📥 140K / month · 📦 990 · ⏱️ 07.03.2022):

     pip install django-bootstrap4
  • Conda (📥 17K · ⏱️ 20.10.2021):

     conda install -c conda-forge django-bootstrap4
cookiecutter-django (🥉30 · ⭐ 9.3K) - Cookiecutter Django is a framework for jumpstarting..BSD-3
  • GitHub (👨‍💻 350 · 🔀 2.3K · 📦 16 · 📋 1.1K - 12% open · ⏱️ 28.04.2022):

     git clone https://github.com/cookiecutter/cookiecutter-django
  • PyPi (📥 46 / month · 📦 1 · ⏱️ 15.12.2021):

     pip install cookiecutter-django
django-widget-tweaks (🥉30 · ⭐ 1.7K) - Tweak the form field rendering in templates, not in..MIT
  • GitHub (👨‍💻 27 · 🔀 120 · 📦 25K · 📋 83 - 42% open · ⏱️ 13.01.2022):

     git clone https://github.com/jazzband/django-widget-tweaks
  • PyPi (📥 260K / month · 📦 2.2K · ⏱️ 13.01.2022):

     pip install django-widget-tweaks
django-constance (🥉30 · ⭐ 1.4K) - Dynamic Django settings.BSD-3
  • GitHub (👨‍💻 130 · 🔀 290 · 📦 1K · 📋 240 - 11% open · ⏱️ 25.04.2022):

     git clone https://github.com/jazzband/django-constance
  • PyPi (📥 140K / month · 📦 280 · ⏱️ 20.11.2020):

     pip install django-constance
django-waffle (🥉30 · ⭐ 910) - A feature flipper for Django.BSD-3
  • GitHub (👨‍💻 110 · 🔀 240 · 📦 740 · 📋 190 - 17% open · ⏱️ 28.03.2022):

     git clone https://github.com/django-waffle/django-waffle
  • PyPi (📥 260K / month · 📦 340 · ⏱️ 28.03.2022):

     pip install django-waffle
  • Conda (📥 4.5K · ⏱️ 29.03.2022):

     conda install -c conda-forge django-waffle
django-sql-explorer (🥉29 · ⭐ 2K) - Easily share data across your company via SQL queries...MIT
  • GitHub (👨‍💻 89 · 🔀 310 · 📦 280 · 📋 250 - 10% open · ⏱️ 10.03.2022):

     git clone https://github.com/groveco/django-sql-explorer
  • PyPi (📥 55K / month · 📦 74 · ⏱️ 10.03.2022):

     pip install django-sql-explorer
django-fsm (🥉29 · ⭐ 2K) - Django friendly finite state machine support.MIT
  • GitHub (👨‍💻 64 · 🔀 260 · 📦 1.1K · 📋 150 - 14% open · ⏱️ 16.02.2022):

     git clone https://github.com/viewflow/django-fsm
  • PyPi (📥 250K / month · 📦 330 · ⏱️ 05.11.2021):

     pip install django-fsm
  • Conda (📥 20K · ⏱️ 07.12.2019):

     conda install -c conda-forge django-fsm
django-cacheops (🥉29 · ⭐ 1.6K) - A slick ORM cache with automatic granular event-driven..BSD-3
  • GitHub (👨‍💻 62 · 🔀 180 · 📦 680 · 📋 300 - 7% open · ⏱️ 17.04.2022):

     git clone https://github.com/Suor/django-cacheops
  • PyPi (📥 150K / month · 📦 95 · ⏱️ 03.05.2021):

     pip install django-cacheops
django-polymorphic (🥉29 · ⭐ 1.3K) - Improved Django model inheritance with automatic..BSD-3
  • GitHub (👨‍💻 100 · 🔀 240 · 📋 310 - 43% open · ⏱️ 18.11.2021):

     git clone https://github.com/django-polymorphic/django-polymorphic
  • PyPi (📥 300K / month · 📦 150 · ⏱️ 18.11.2021):

     pip install django-polymorphic
  • Conda (📥 50K · ⏱️ 18.11.2021):

     conda install -c conda-forge django_polymorphic
django-angular (🥉29 · ⭐ 1.2K) - Let AngularJS play well with Django.MIT
  • GitHub (👨‍💻 67 · 🔀 300 · 📦 590 · 📋 200 - 10% open · ⏱️ 11.12.2021):

     git clone https://github.com/jrief/django-angular
  • PyPi (📥 9.7K / month · 📦 240 · ⏱️ 05.05.2020):

     pip install django-angular
django-redis-cache (🥉29 · ⭐ 1K) - A Redis cache backend for django.BSD-3
  • GitHub (👨‍💻 46 · 🔀 200 · 📦 3.3K · 📋 130 - 49% open · ⏱️ 09.03.2022):

     git clone https://github.com/sebleier/django-redis-cache
  • PyPi (📥 180K / month · 📦 1.2K · ⏱️ 15.10.2020):

     pip install django-redis-cache
  • Conda (📥 43K · ⏱️ 09.03.2022):

     conda install -c conda-forge django-redis-cache
Django-Ninja (🥉28 · ⭐ 2.9K) - Fast, Async-ready, Openapi, type hints based framework for..MIT
  • GitHub (👨‍💻 52 · 🔀 180 · 📋 300 - 35% open · ⏱️ 25.04.2022):

     git clone https://github.com/vitalik/django-ninja
  • PyPi (📥 38K / month · 📦 8 · ⏱️ 03.02.2022):

     pip install django-ninja
  • Conda (📥 280 · ⏱️ 04.02.2022):

     conda install -c conda-forge django-ninja
django-push-notifications (🥉28 · ⭐ 1.9K) - Send push notifications to mobile devices through GCM..MIT
  • GitHub (👨‍💻 91 · 🔀 540 · 📥 58 · 📋 410 - 34% open · ⏱️ 14.02.2022):

     git clone https://github.com/jazzband/django-push-notifications
  • PyPi (📥 77K / month · 📦 89 · ⏱️ 17.02.2022):

     pip install django-push-notifications
django-q (🥉28 · ⭐ 1.5K · 💤) - A multiprocessing distributed task queue for Django.MIT
  • GitHub (👨‍💻 62 · 🔀 200 · 📋 370 - 61% open · ⏱️ 26.06.2021):

     git clone https://github.com/Koed00/django-q
  • PyPi (📥 65K / month · 📦 75 · ⏱️ 27.06.2021):

     pip install django-q
django-filebrowser (🥉28 · ⭐ 880) - Media-Management with Grappelli.BSD-3
  • GitHub (👨‍💻 35 · 🔀 380 · 📦 780 · 📋 280 - 6% open · ⏱️ 12.01.2022):

     git clone https://github.com/sehmaschine/django-filebrowser
  • PyPi (📥 7.2K / month · 📦 270 · ⏱️ 12.01.2022):

     pip install django-filebrowser
django-paypal (🥉28 · ⭐ 650) - A pluggable Django application for integrating PayPal..MIT
  • GitHub (👨‍💻 70 · 🔀 200 · 📦 1.9K · 📋 150 - 5% open · ⏱️ 25.03.2022):

     git clone https://github.com/spookylukey/django-paypal
  • PyPi (📥 11K / month · 📦 290 · ⏱️ 25.03.2022):

     pip install django-paypal
django-dbbackup (🥉28 · ⭐ 580) - Management commands to help backup and restore your..BSD-3
  • GitHub (👨‍💻 54 · 🔀 180 · 📦 970 · 📋 250 - 22% open · ⏱️ 27.04.2022):

     git clone https://github.com/jazzband/django-dbbackup
  • PyPi (📥 40K / month · 📦 160 · ⏱️ 24.12.2021):

     pip install django-dbbackup
djangorestframework-stubs (🥉28 · ⭐ 260) - PEP-484 stubs for django-rest-framework.MIT
  • GitHub (👨‍💻 42 · 🔀 63 · 📦 1.2K · 📋 90 - 41% open · ⏱️ 25.04.2022):

     git clone https://github.com/typeddjango/djangorestframework-stubs
  • PyPi (📥 270K / month · 📦 58 · ⏱️ 06.04.2022):

     pip install djangorestframework-stubs
  • Conda (📥 590 · ⏱️ 12.04.2022):

     conda install -c conda-forge djangorestframework-stubs
viewflow (🥉27 · ⭐ 2.2K) - Reusable workflow library for Django.❗️AGPL-3.0
  • GitHub (👨‍💻 31 · 🔀 360 · 📦 220 · 📋 270 - 8% open · ⏱️ 05.04.2022):

     git clone https://github.com/viewflow/viewflow
  • PyPi (📥 5.3K / month · 📦 32 · ⏱️ 05.04.2022):

     pip install django-viewflow
django-extra-views (🥉27 · ⭐ 1.2K) - Djangos class-based generic views are awesome, lets..MIT
  • GitHub (👨‍💻 58 · 🔀 160 · 📦 1.7K · 📋 140 - 7% open · ⏱️ 07.01.2022):

     git clone https://github.com/AndrewIngram/django-extra-views
  • PyPi (📥 58K / month · 📦 520 · ⏱️ 09.06.2021):

     pip install django-extra-views
django-watson (🥉27 · ⭐ 1K) - Full-text multi-table search application for Django. Easy to..BSD-3
  • GitHub (👨‍💻 40 · 🔀 120 · 📦 480 · 📋 220 - 9% open · ⏱️ 20.02.2022):

     git clone https://github.com/etianen/django-watson
  • PyPi (📥 14K / month · 📦 110 · ⏱️ 20.02.2022):

     pip install django-watson
django-configurations (🥉27 · ⭐ 910) - A helper for organizing Django project settings by..BSD-3
  • GitHub (👨‍💻 61 · 🔀 130 · 📦 2.2K · 📋 180 - 21% open · ⏱️ 25.01.2022):

     git clone https://github.com/jazzband/django-configurations
  • PyPi (📥 88K / month · 📦 660 · ⏱️ 25.01.2022):

     pip install django-configurations
  • Conda (📥 24K · ⏱️ 13.10.2020):

     conda install -c conda-forge django-configurations
django-rosetta (🥉27 · ⭐ 880) - Rosetta is a Django application that eases the translation..MIT
  • GitHub (👨‍💻 79 · 🔀 180 · 📦 1.7K · 📋 150 - 28% open · ⏱️ 06.01.2022):

     git clone https://github.com/mbi/django-rosetta
  • PyPi (📥 48K / month · 📦 610 · ⏱️ 08.12.2021):

     pip install django-rosetta
  • Conda (📥 3K · ⏱️ 08.12.2021):

     conda install -c conda-forge django-rosetta
django-cachalot (🥉26 · ⭐ 920) - No effort, no worry, maximum performance.BSD-3
  • GitHub (👨‍💻 29 · 🔀 110 · 📦 410 · 📋 140 - 12% open · ⏱️ 24.02.2022):

     git clone https://github.com/noripyt/django-cachalot
  • PyPi (📥 44K / month · 📦 83 · ⏱️ 25.02.2022):

     pip install django-cachalot
  • Conda (📥 37K · ⏱️ 09.08.2018):

     conda install -c conda-forge django-cachalot
django-summernote (🥉26 · ⭐ 890) - Simply integrate Summernote editor with Django project.MIT
  • GitHub (👨‍💻 68 · 🔀 210 · 📋 330 - 14% open · ⏱️ 14.10.2021):

     git clone https://github.com/summernote/django-summernote
  • PyPi (📥 54K / month · 📦 230 · ⏱️ 14.10.2021):

     pip install django-summernote
django-cleanup (🥉26 · ⭐ 760) - Automatically deletes old file for FileField and ImageField...MIT
  • GitHub (👨‍💻 17 · 🔀 70 · 📦 7.2K · 📋 48 - 4% open · ⏱️ 24.01.2022):

     git clone https://github.com/un1t/django-cleanup
  • PyPi (📥 88K / month · 📦 320 · ⏱️ 24.01.2022):

     pip install django-cleanup
  • Conda (📥 5.2K · ⏱️ 26.01.2022):

     conda install -c conda-forge django-cleanup
django-organizations (🥉25 · ⭐ 960) - Multi-user accounts for Django projects.BSD-2
  • GitHub (👨‍💻 45 · 🔀 170 · 📋 140 - 11% open · ⏱️ 29.03.2022):

     git clone https://github.com/bennylope/django-organizations
  • PyPi (📥 35K / month · 📦 37 · ⏱️ 17.03.2022):

     pip install django-organizations
  • Conda (📥 2.4K · ⏱️ 23.09.2021):

     conda install -c conda-forge django-organizations
django-lifecycle (🥉25 · ⭐ 920) - Declarative model lifecycle hooks, an alternative to..MIT
  • GitHub (👨‍💻 27 · 🔀 56 · 📦 110 · 📋 46 - 30% open · ⏱️ 15.02.2022):

     git clone https://github.com/rsinger86/django-lifecycle
  • PyPi (📥 47K / month · 📦 5 · ⏱️ 15.02.2022):

     pip install django-lifecycle
django-robots (🥉25 · ⭐ 370) - A Django app for managing robots.txt files following the..BSD-3
  • GitHub (👨‍💻 42 · 🔀 87 · 📦 880 · 📋 58 - 27% open · ⏱️ 23.04.2022):

     git clone https://github.com/jazzband/django-robots
  • PyPi (📥 26K / month · 📦 560 · ⏱️ 08.01.2022):

     pip install django-robots
django-split-settings (🥉24 · ⭐ 850) - Organize Django settings into multiple files and..BSD-3
  • GitHub (👨‍💻 19 · 🔀 58 · 📋 44 - 15% open · ⏱️ 25.04.2022):

     git clone https://github.com/sobolevn/django-split-settings
  • PyPi (📥 63K / month · 📦 110 · ⏱️ 14.08.2021):

     pip install django-split-settings
django-easy-audit (🥉24 · ⭐ 440) - Yet another Django audit log app, hopefully the..❗️GPL-3.0
  • GitHub (👨‍💻 34 · 🔀 130 · 📦 130 · 📋 130 - 49% open · ⏱️ 07.04.2022):

     git clone https://github.com/soynatan/django-easy-audit
  • PyPi (📥 37K / month · 📦 10 · ⏱️ 07.04.2022):

     pip install django-easy-audit
django-vanilla-views (🥉23 · ⭐ 920 · 💤) - Beautifully simple class-based views.BSD-2
  • GitHub (👨‍💻 30 · 🔀 70 · 📦 540 · 📋 42 - 4% open · ⏱️ 09.05.2021):

     git clone https://github.com/encode/django-vanilla-views
  • PyPi (📥 5.6K / month · 📦 250 · ⏱️ 09.05.2021):

     pip install django-vanilla-views
django-csp (🥉23 · ⭐ 420 · 💤) - Content Security Policy for Django.BSD-3
  • GitHub (👨‍💻 48 · 🔀 77 · 📋 91 - 15% open · ⏱️ 17.09.2021):

     git clone https://github.com/mozilla/django-csp
  • PyPi (📥 270K / month · 📦 14 · ⏱️ 12.08.2020):

     pip install django-csp
django-codemod (🥉18 · ⭐ 130) - A tool to automatically fix Django deprecations.MIT
  • GitHub (👨‍💻 19 · 🔀 13 · 📥 310 · 📋 38 - 21% open · ⏱️ 27.04.2022):

     git clone https://github.com/browniebroke/django-codemod
  • PyPi (📥 970 / month · ⏱️ 14.04.2022):

     pip install django-codemod
Show 10 hidden projects...

Others

Back to top

jinja (🥇44 · ⭐ 8.5K) - A very fast and expressive template engine.BSD-3
  • GitHub (👨‍💻 300 · 🔀 1.5K · 📥 53K · 📋 880 - 3% open · ⏱️ 28.04.2022):

     git clone https://github.com/pallets/jinja
  • PyPi (📥 100M / month · 📦 99K · ⏱️ 25.03.2022):

     pip install jinja2
  • Conda (📥 16M · ⏱️ 26.03.2022):

     conda install -c conda-forge jinja2
certbot (🥇40 · ⭐ 29K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and..Apache-2
  • GitHub (👨‍💻 490 · 🔀 3.2K · 📥 12K · 📦 1.1K · 📋 5.1K - 11% open · ⏱️ 27.04.2022):

     git clone https://github.com/certbot/certbot
  • PyPi (📥 260K / month · 📦 290 · ⏱️ 16.03.2022):

     pip install certbot
  • Conda (📥 2.8K · ⏱️ 17.04.2022):

     conda install -c conda-forge certbot-apache
dnspython (🥇39 · ⭐ 1.9K) - a powerful DNS toolkit for python.ISC
  • GitHub (👨‍💻 99 · 🔀 430 · 📦 110K · 📋 410 - 0% open · ⏱️ 27.04.2022):

     git clone https://github.com/rthalley/dnspython
  • PyPi (📥 15M / month · 📦 4.5K · ⏱️ 06.03.2022):

     pip install dnspython
  • Conda (📥 350K · ⏱️ 07.03.2022):

     conda install -c conda-forge dnspython
scapy (🥇38 · ⭐ 7.3K) - Scapy: the Python-based interactive packet manipulation program &..❗️GPL-2.0
  • GitHub (👨‍💻 380 · 🔀 1.6K · 📦 7.7K · 📋 1.3K - 5% open · ⏱️ 23.04.2022):

     git clone https://github.com/secdev/scapy
  • PyPi (📥 1.8M / month · 📦 950 · ⏱️ 19.04.2021):

     pip install scapy
  • Conda (📥 24K · ⏱️ 19.04.2021):

     conda install -c conda-forge scapy
twisted (🥇38 · ⭐ 4.6K · 📉) - Event-driven networking engine written in Python.MIT
  • GitHub (👨‍💻 240 · 🔀 1.1K · 📦 53K · ⏱️ 27.04.2022):

     git clone https://github.com/twisted/twisted
  • PyPi (📥 2.4M / month · 📦 10K · ⏱️ 11.04.2022):

     pip install twisted
  • Conda (📥 650K · ⏱️ 12.04.2022):

     conda install -c conda-forge twisted
itsdangerous (🥇38 · ⭐ 2.4K) - Safely pass trusted data to untrusted environments and back.BSD-3
  • GitHub (👨‍💻 41 · 🔀 200 · 📦 600K · ⏱️ 28.04.2022):

     git clone https://github.com/pallets/itsdangerous
  • PyPi (📥 47M / month · 📦 53K · ⏱️ 24.03.2022):

     pip install itsdangerous
  • Conda (📥 2.9M · ⏱️ 24.03.2022):

     conda install -c conda-forge itsdangerous
rdflib (🥇38 · ⭐ 1.7K) - RDFLib is a Python library for working with RDF, a simple yet powerful..BSD-3
  • GitHub (👨‍💻 180 · 🔀 460 · 📦 8.1K · 📋 990 - 13% open · ⏱️ 28.04.2022):

     git clone https://github.com/RDFLib/rdflib
  • PyPi (📥 2.2M / month · 📦 2K · ⏱️ 19.12.2021):

     pip install rdflib
  • Conda (📥 230K · ⏱️ 13.01.2022):

     conda install -c conda-forge rdflib
web3.py (🥈37 · ⭐ 3.3K) - A python interface for interacting with the Ethereum blockchain and..MIT
  • GitHub (👨‍💻 200 · 🔀 1.1K · 📦 7.5K · 📋 1.2K - 19% open · ⏱️ 27.04.2022):

     git clone https://github.com/ethereum/web3.py
  • PyPi (📥 480K / month · 📦 820 · ⏱️ 27.04.2022):

     pip install web3
  • Conda (📥 65K · ⏱️ 14.04.2022):

     conda install -c conda-forge web3
impacket (🥈36 · ⭐ 8.8K) - Impacket is a collection of Python classes for working with network..Apache-2
  • GitHub (👨‍💻 170 · 🔀 2.5K · 📥 85K · 📦 1.5K · 📋 820 - 25% open · ⏱️ 27.04.2022):

     git clone https://github.com/SecureAuthCorp/impacket
  • PyPi (📥 140K / month · 📦 200 · ⏱️ 27.10.2021):

     pip install impacket
pyopenssl (🥈36 · ⭐ 750) - A Python wrapper around the OpenSSL library.Apache-2
  • GitHub (👨‍💻 100 · 🔀 380 · 📋 470 - 18% open · ⏱️ 20.03.2022):

     git clone https://github.com/pyca/pyopenssl
  • PyPi (📥 38M / month · 📦 15K · ⏱️ 29.01.2022):

     pip install pyopenssl
  • Conda (📥 17M · ⏱️ 29.01.2022):

     conda install -c conda-forge pyopenssl
pwntools (🥈35 · ⭐ 9K) - CTF framework and exploit development library.MIT
  • GitHub (👨‍💻 200 · 🔀 1.5K · 📦 610 · 📋 900 - 14% open · ⏱️ 20.04.2022):

     git clone https://github.com/Gallopsled/pwntools
  • PyPi (📥 24K / month · 📦 52 · ⏱️ 20.04.2022):

     pip install pwntools
webargs (🥈35 · ⭐ 1.3K) - A friendly library for parsing HTTP request arguments, with built-in..MIT
  • GitHub (👨‍💻 69 · 🔀 150 · 📦 3.9K · 📋 280 - 3% open · ⏱️ 28.04.2022):

     git clone https://github.com/marshmallow-code/webargs
  • PyPi (📥 610K / month · 📦 470 · ⏱️ 12.01.2022):

     pip install webargs
  • Conda (📥 150K · ⏱️ 12.01.2022):

     conda install -c conda-forge webargs
certifi (🥈35 · ⭐ 530 · 📈) - (Python Distribution) A carefully curated collection of Root..MPL-2.0
  • GitHub (👨‍💻 29 · 🔀 180 · 📦 830K · 📋 110 - 9% open · ⏱️ 12.03.2022):

     git clone https://github.com/certifi/python-certifi
  • PyPi (📥 150M / month · 📦 43K · ⏱️ 08.10.2021):

     pip install certifi
  • Conda (📥 53M · ⏱️ 31.03.2022):

     conda install -c conda-forge certifi
weblate (🥈33 · ⭐ 2.9K) - Web based localization tool with tight version control integration.❗️GPL-3.0
  • GitHub (👨‍💻 1.3K · 🔀 690 · 📥 2.1K · 📦 23 · 📋 4.2K - 7% open · ⏱️ 28.04.2022):

     git clone https://github.com/WeblateOrg/weblate
  • PyPi (📥 1.6K / month · ⏱️ 17.06.2021):

     pip install weblate
pywebview (🥈33 · ⭐ 2.9K) - Build GUI for your Python program with JavaScript, HTML, and CSS.BSD-3
  • GitHub (👨‍💻 86 · 🔀 390 · 📦 660 · 📋 620 - 3% open · ⏱️ 27.04.2022):

     git clone https://github.com/r0x0r/pywebview
  • PyPi (📥 66K / month · 📦 72 · ⏱️ 05.04.2022):

     pip install pywebview
pynacl (🥈33 · ⭐ 880) - Python binding to the Networking and Cryptography (NaCl) library.Apache-2
  • GitHub (👨‍💻 63 · 🔀 200 · 📋 280 - 13% open · ⏱️ 11.04.2022):

     git clone https://github.com/pyca/pynacl
  • PyPi (📥 34M / month · 📦 2.3K · ⏱️ 07.01.2022):

     pip install pynacl
  • Conda (📥 2.5M · ⏱️ 09.04.2022):

     conda install -c conda-forge pynacl
speedtest-cli (🥈32 · ⭐ 12K · 💤) - Command line interface for testing internet bandwidth..Apache-2
  • GitHub (👨‍💻 10 · 🔀 1.7K · 📦 32K · ⏱️ 07.07.2021):

     git clone https://github.com/sivel/speedtest-cli
  • PyPi (📥 240K / month · 📦 520 · ⏱️ 08.04.2021):

     pip install speedtest-cli
  • Conda (📥 200 · ⏱️ 09.11.2021):

     conda install -c conda-forge speedtest-cli
saleor (🥈31 · ⭐ 16K) - A modular, high performance, headless e-commerce platform built..BSD-3
  • GitHub (👨‍💻 230 · 🔀 4.4K · 📋 3.2K - 6% open · ⏱️ 28.04.2022):

     git clone https://github.com/saleor/saleor
webassets (🥈31 · ⭐ 910 · 💤) - Asset management for Python web development.BSD-3
  • GitHub (👨‍💻 160 · 🔀 260 · 📦 5.6K · 📋 300 - 22% open · ⏱️ 01.05.2021):

     git clone https://github.com/miracle2k/webassets
  • PyPi (📥 140K / month · 📦 1.7K · ⏱️ 20.12.2019):

     pip install webassets
  • Conda (📥 42K · ⏱️ 24.12.2019):

     conda install -c conda-forge webassets
netaddr (🥈31 · ⭐ 690 · 💤) - A network address manipulation library for Python.BSD-3
  • GitHub (👨‍💻 46 · 🔀 160 · 📦 17K · 📋 160 - 24% open · ⏱️ 15.04.2021):

     git clone https://github.com/netaddr/netaddr
  • PyPi (📥 3.2M / month · 📦 4.8K · ⏱️ 03.07.2020):

     pip install netaddr
  • Conda (📥 140K · ⏱️ 16.09.2017):

     conda install -c conda-forge netaddr
terminado (🥈31 · ⭐ 300) - Terminals served by tornado websockets.BSD-3
  • GitHub (👨‍💻 41 · 🔀 78 · 📥 51 · 📋 62 - 41% open · ⏱️ 18.04.2022):

     git clone https://github.com/jupyter/terminado
  • PyPi (📥 8.6M / month · 📦 6.9K · ⏱️ 03.03.2022):

     pip install terminado
  • Conda (📥 5.7M · ⏱️ 04.04.2022):

     conda install -c conda-forge terminado
aiortc (🥉30 · ⭐ 2.9K) - WebRTC and ORTC implementation for Python using asyncio.BSD-3
  • GitHub (👨‍💻 24 · 🔀 530 · 📋 560 - 11% open · ⏱️ 26.04.2022):

     git clone https://github.com/aiortc/aiortc
  • PyPi (📥 140K / month · 📦 21 · ⏱️ 17.04.2022):

     pip install aiortc
Mako (🥉30 · ⭐ 190) - Mako Templates for Python.MIT
  • GitHub (👨‍💻 56 · 🔀 38 · 📋 330 - 20% open · ⏱️ 09.04.2022):

     git clone https://github.com/sqlalchemy/mako
  • PyPi (📥 20M / month · 📦 14K · ⏱️ 10.03.2022):

     pip install mako
  • Conda (📥 2.9M · ⏱️ 04.04.2022):

     conda install -c conda-forge mako
maltrail (🥉29 · ⭐ 4.5K) - Malicious traffic detection system.MIT
  • GitHub (👨‍💻 34 · 🔀 800 · 📋 310 - 19% open · ⏱️ 28.04.2022):

     git clone https://github.com/stamparm/maltrail
sslyze (🥉29 · ⭐ 2.7K) - Fast and powerful SSL/TLS scanning library.❗️AGPL-3.0
  • GitHub (👨‍💻 61 · 🔀 400 · 📥 95K · 📋 460 - 5% open · ⏱️ 13.03.2022):

     git clone https://github.com/nabla-c0d3/sslyze
  • PyPi (📥 130K / month · 📦 24 · ⏱️ 13.03.2022):

     pip install sslyze
proxy.py (🥉29 · ⭐ 1.9K) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-..BSD-3
  • GitHub (👨‍💻 17 · 🔀 420 · 📥 210 · 📦 97 · 📋 260 - 15% open · ⏱️ 26.04.2022):

     git clone https://github.com/abhinavsingh/proxy.py
  • PyPi (📥 63K / month · 📦 16 · ⏱️ 13.03.2022):

     pip install proxy.py
Js2Py (🥉29 · ⭐ 1.8K · 💤) - JavaScript to Python Translator & JavaScript interpreter written in 100%..MIT
  • GitHub (👨‍💻 28 · 🔀 200 · 📦 8.7K · 📋 220 - 48% open · ⏱️ 18.09.2021):

     git clone https://github.com/PiotrDabkowski/Js2Py
  • PyPi (📥 270K / month · 📦 140 · ⏱️ 01.04.2021):

     pip install js2py
  • Conda (📥 3K · ⏱️ 09.04.2021):

     conda install -c conda-forge js2py
python-user-agents (🥉29 · ⭐ 1.3K) - A Python library that provides an easy way to identify..MIT
  • GitHub (👨‍💻 31 · 🔀 190 · 📦 4.1K · 📋 66 - 53% open · ⏱️ 14.12.2021):

     git clone https://github.com/selwin/python-user-agents
  • PyPi (📥 2.5M / month · 📦 470 · ⏱️ 23.08.2020):

     pip install user-agents
  • Conda (📥 33K · ⏱️ 24.08.2020):

     conda install -c conda-forge user-agents
idna (🥉29 · ⭐ 180) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46).BSD-3
  • GitHub (👨‍💻 20 · 🔀 71 · 📋 64 - 4% open · ⏱️ 27.04.2022):

     git clone https://github.com/kjd/idna
  • PyPi (📥 180M / month · 📦 38K · ⏱️ 12.10.2021):

     pip install idna
  • Conda (📥 17M · ⏱️ 17.01.2022):

     conda install -c conda-forge idna
Radicale (🥉28 · ⭐ 2.4K) - A simple CalDAV (calendar) and CardDAV (contact) server.❗️GPL-3.0
  • GitHub (👨‍💻 93 · 🔀 360 · 📦 110 · 📋 850 - 34% open · ⏱️ 20.04.2022):

     git clone https://github.com/Kozea/Radicale
  • PyPi (📥 7.9K / month · 📦 43 · ⏱️ 20.04.2022):

     pip install radicale
dpkt (🥉28 · ⭐ 890) - fast, simple packet creation / parsing, with definitions for the basic..BSD-3
  • GitHub (👨‍💻 61 · 🔀 230 · 📦 990 · 📋 370 - 19% open · ⏱️ 26.04.2022):

     git clone https://github.com/kbandla/dpkt
  • PyPi (📥 240K / month · 📦 320 · ⏱️ 15.12.2021):

     pip install dpkt
  • Conda (📥 62K · ⏱️ 06.09.2021):

     conda install -c conda-forge dpkt
pyload (🥉27 · ⭐ 2.5K) - The free and open-source Download Manager written in pure Python.❗️AGPL-3.0
  • GitHub (👨‍💻 210 · 🔀 640 · 📥 79K · 📋 2.9K - 4% open · ⏱️ 11.04.2022):

     git clone https://github.com/pyload/pyload
  • PyPi (📥 2.5K / month · 📦 1 · ⏱️ 15.04.2022):

     pip install pyload-ng
aiodns (🥉27 · ⭐ 440 · 💤) - Simple DNS resolver for asyncio.MIT
  • GitHub (👨‍💻 24 · 🔀 52 · 📦 27K · 📋 62 - 8% open · ⏱️ 15.05.2021):

     git clone https://github.com/saghul/aiodns
  • PyPi (📥 1.8M / month · 📦 1K · ⏱️ 14.05.2021):

     pip install aiodns
  • Conda (📥 150K · ⏱️ 25.11.2021):

     conda install -c conda-forge aiodns
tifffile (🥉27 · ⭐ 250) - Read and write TIFF files. Forked fromhttps://pypi.org/project/tifffile.BSD-3
  • GitHub (👨‍💻 1 · 🔀 68 · 📋 120 - 3% open · ⏱️ 26.04.2022):

     git clone https://github.com/cgohlke/tifffile
  • PyPi (📥 3.6M / month · 📦 520 · ⏱️ 26.04.2022):

     pip install tifffile
  • Conda (📥 1.5M · ⏱️ 27.04.2022):

     conda install -c conda-forge tifffile
klein (🥉26 · ⭐ 800) - werkzeug + twisted.web.MIT
  • GitHub (👨‍💻 51 · 🔀 120 · 📦 1.6K · 📋 150 - 47% open · ⏱️ 07.03.2022):

     git clone https://github.com/twisted/klein
  • PyPi (📥 31K / month · 📦 400 · ⏱️ 08.08.2021):

     pip install klein
httpagentparser (🥉26 · ⭐ 210) - Python HTTP Agent Parser.MIT
  • GitHub (👨‍💻 33 · 🔀 53 · 📦 750 · 📋 49 - 30% open · ⏱️ 27.01.2022):

     git clone https://github.com/shon/httpagentparser
  • PyPi (📥 150K / month · 📦 260 · ⏱️ 27.01.2022):

     pip install httpagentparser
healthchecks (🥉24 · ⭐ 4.7K) - A cron monitoring tool written in Python & Django.BSD-3
  • GitHub (👨‍💻 68 · 🔀 560 · 📋 470 - 15% open · ⏱️ 25.04.2022):

     git clone https://github.com/healthchecks/healthchecks
trustme (🥉24 · ⭐ 450) - #1 quality TLS certs while you wait, for the discerning tester.MIT
  • GitHub (👨‍💻 16 · 🔀 21 · 📦 220 · 📋 32 - 12% open · ⏱️ 28.04.2022):

     git clone https://github.com/python-trio/trustme
  • PyPi (📥 38K / month · 📦 44 · ⏱️ 12.08.2021):

     pip install trustme
  • Conda (📥 2.9K · ⏱️ 12.08.2021):

     conda install -c conda-forge trustme
urlwatch (🥉23 · ⭐ 2.4K) - urlwatch monitors webpages for you.BSD-3
  • GitHub (👨‍💻 81 · 🔀 330 · 📋 440 - 14% open · ⏱️ 18.04.2022):

     git clone https://github.com/thp/urlwatch
  • PyPi (📥 5.4K / month · 📦 2 · ⏱️ 15.03.2022):

     pip install urlwatch
pyngrok (🥉23 · ⭐ 290) - A Python wrapper for ngrok.MIT
  • GitHub (👨‍💻 8 · 🔀 40 · ⏱️ 15.12.2021):

     git clone https://github.com/alexdlaird/pyngrok
  • PyPi (📥 100K / month · 📦 53 · ⏱️ 25.08.2021):

     pip install pyngrok
  • Conda (📥 39K · ⏱️ 25.08.2021):

     conda install -c conda-forge pyngrok
streaming-form-data (🥉22 · ⭐ 100) - Streaming parser for multipart/form-data written in Python.MIT
  • GitHub (👨‍💻 10 · 🔀 23 · 📦 30 · 📋 29 - 20% open · ⏱️ 08.04.2022):

     git clone https://github.com/siddhantgoel/streaming-form-data
  • PyPi (📥 9.5K / month · 📦 3 · ⏱️ 27.03.2022):

     pip install streaming-form-data
toapi (🥉19 · ⭐ 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 (📥 35 / month · 📦 8 · ⏱️ 28.06.2021):

     pip install toapi
asgi-lifespan (🥉19 · ⭐ 97) - Programmatic startup/shutdown of ASGI apps.MIT
  • GitHub (👨‍💻 2 · 🔀 5 · 📦 440 · 📋 14 - 21% open · ⏱️ 06.12.2021):

     git clone https://github.com/florimondmanca/asgi-lifespan
  • PyPi (📥 74K / month · 📦 11 · ⏱️ 07.06.2020):

     pip install asgi-lifespan
  • Conda (📥 18K · ⏱️ 19.04.2022):

     conda install -c conda-forge asgi-lifespan
Show 15 hidden projects...
  • pyzmq (🥇38 · ⭐ 3.1K) - PyZMQ: Python bindings for zeromq.❗️Revised BSD
  • httpbin (🥈33 · ⭐ 11K · 💀) - HTTP Request & Response Service, written in Python + Flask.ISC
  • PySocks (🥈33 · ⭐ 1.1K · 💀) - A SOCKS proxy client and wrapper for Python.BSD-3
  • fake-useragent (🥉30 · ⭐ 2.7K · 💀) - up to date simple useragent faker with real world..Apache-2
  • Cactus (🥉26 · ⭐ 3.4K · 💀) - Static site generator for designers. Uses Python and Django..BSD-3
  • ipaddress (🥉25 · ⭐ 99 · 💀) - Python 3.3+s ipaddress for older Python versions.Python-2.0
  • python-whois (🥉24 · ⭐ 380 · 💀) - A python module for retrieving and parsing WHOIS data.❗️WTFPL
  • sandman2 (🥉23 · ⭐ 1.8K · 💀) - Automatically generate a RESTful API service for your legacy..Apache-2
  • ProxyBroker (🥉22 · ⭐ 2.9K · 💀) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.Apache-2
  • hyde (🥉22 · ⭐ 1.6K · 💀) - A Python Static Website Generator.MIT
  • reppy (🥉22 · ⭐ 170 · 💀) - Modern robots.txt Parser for Python.MIT
  • cabot (🥉20 · ⭐ 5.3K · 💀) - Self-hosted, easily-deployable monitoring and alerts service - like a..MIT
  • tinkerer (🥉19 · ⭐ 300) - Python blogging engine.❗️BSD-2-Clause-FreeBSD
  • libextract (🥉17 · ⭐ 490 · 💀) - Extract data from websites using basic statistical magic.MIT
  • IP2Trace (🥉10 · ⭐ 17) - A Python tool to display geolocation information in the traceroute.MIT

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