Awesome
<!-- markdownlint-disable --> <h1 align="center"> Best-of Web Development with Python <br> </h1> <p align="center"> <strong>π A ranked list of awesome python libraries for web development. Updated weekly.</strong> </p> <p align="center"> <a href="https://best-of.org" title="Best-of Badge"><img src="http://bit.ly/3o3EHNN"></a> <a href="#Contents" title="Project Count"><img src="https://img.shields.io/badge/projects-580-blue.svg?color=5ac4bf"></a> <a href="#Contribution" title="Contributions are welcome"><img src="https://img.shields.io/badge/contributions-welcome-green.svg"></a> <a href="https://github.com/ml-tooling/best-of-web-python/releases" title="Best-of Updates"><img src="https://img.shields.io/github/release-date/ml-tooling/best-of-web-python?color=green&label=updated"></a> <a href="https://mltooling.substack.com/subscribe" title="Subscribe for updates"><img src="http://bit.ly/2Md9rxM"></a> <a href="https://twitter.com/mltooling" title="ML Tooling on Twitter"><img src="https://img.shields.io/twitter/follow/mltooling.svg?style=social&label=Follow"></a> </p>This curated list contains 580 awesome open-source projects with a total of 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 an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
<p align="center"> π§ββοΈ Discover other <a href="https://best-of.org">best-of lists</a> or create <a href="https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md">your own</a>.<br> π« Subscribe to our <a href="https://mltooling.substack.com/subscribe">newsletter</a> for updates and trending projects. </p>
Contents
- Web Frameworks 35 projects
- HTTP Clients 19 projects
- Servers 12 projects
- Authorization & Authentication 39 projects
- HTML Processing 10 projects
- URL Utilities 6 projects
- OpenAPI Utilities 23 projects
- GraphQL Utilities 16 projects
- Websocket Utilities 12 projects
- RPC Utilities 5 projects
- Serverless 4 projects
- Content Management Systems 6 projects
- Web Testing 50 projects
- Web Forms 5 projects
- Markdown 12 projects
- Third-party Web APIs 56 projects
- Email 11 projects
- Web Scraping & Crawling 33 projects
- Monitoring 13 projects
- Web UI 12 projects
- Admin UI 13 projects
- API Proxies & Gateways 2 projects
- Flask Utilities 36 projects
- FastAPI Utilities 17 projects
- Pyramid Utilities 3 projects
- Django Utilities 76 projects
- Others 59 projects
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
- <img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13">Β Flask related project
- <img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13">Β Django related project
- <img src="https://fastapi.tiangolo.com/img/favicon.png" style="display:inline;" width="13" height="13">Β FastAPI related project
- <img src="https://trypyramid.com/img/pyramid-16x16.png" style="display:inline;" width="13" height="13">Β Pyramid related project
- <img src="https://www.openapis.org/wp-content/uploads/sites/3/2016/11/favicon.png" style="display:inline;" width="13" height="13">Β OpenAPI related project
- <img src="https://graphql.org/img/logo.svg" style="display:inline;" width="13" height="13">Β GraphQL related project
Web Frameworks
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
General purpose web frameworks to build web applications and REST APIs.
<details><summary><b><a href="https://github.com/pallets/flask">flask</a></b> (π₯50 Β· β 67K Β· π) - The Python micro framework for building web applications. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code></summary>-
GitHub (π¨βπ» 840 Β· π 16K Β· π₯ 7.7K Β· π¦ 1.9M Β· π 2.6K - 0% open Β· β±οΈ 03.06.2024):
git clone https://github.com/pallets/flask
-
PyPi (π₯ 70M / month Β· π¦ 13K Β· β±οΈ 07.04.2024):
pip install flask
-
Conda (π₯ 7.4M Β· β±οΈ 09.04.2024):
conda install -c conda-forge flask
-
GitHub (π¨βπ» 3.1K Β· π 31K Β· π¦ 1.7M Β· β±οΈ 31.05.2024):
git clone https://github.com/django/django
-
PyPi (π₯ 16M / month Β· π¦ 15K Β· β±οΈ 22.05.2024):
pip install django
-
Conda (π₯ 1.7M Β· β±οΈ 09.05.2024):
conda install -c conda-forge django
-
GitHub (π¨βπ» 630 Β· π 6.1K Β· π¦ 370K Β· π 3.7K - 9% open Β· β±οΈ 05.06.2024):
git clone https://github.com/tiangolo/fastapi
-
PyPi (π₯ 38M / month Β· π¦ 5.9K Β· β±οΈ 03.05.2024):
pip install fastapi
-
Conda (π₯ 2.1M Β· β±οΈ 08.05.2024):
conda install -c conda-forge fastapi
-
GitHub (π¨βπ» 490 Β· π 1.7K Β· π₯ 920 Β· π¦ 1.3M Β· π 1.2K - 1% open Β· β±οΈ 03.06.2024):
git clone https://github.com/pallets/werkzeug
-
PyPi (π₯ 91M / month Β· π¦ 3.7K Β· β±οΈ 05.05.2024):
pip install werkzeug
-
Conda (π₯ 10M Β· β±οΈ 06.05.2024):
conda install -c conda-forge werkzeug
-
GitHub (π¨βπ» 1.4K Β· π 6.7K Β· π¦ 680K Β· π 3.9K - 2% open Β· β±οΈ 02.06.2024):
git clone https://github.com/encode/django-rest-framework
-
PyPi (π₯ 120K / month Β· π¦ 440 Β· β±οΈ 20.07.2017):
pip install django-rest-framework
-
Conda (π₯ 570K Β· β±οΈ 22.03.2024):
conda install -c conda-forge djangorestframework
-
GitHub (π¨βπ» 440 Β· π 5.5K Β· π¦ 490K Β· π 1.9K - 12% open Β· β±οΈ 04.06.2024):
git clone https://github.com/tornadoweb/tornado
-
PyPi (π₯ 41M / month Β· π¦ 3K Β· β±οΈ 29.11.2023):
pip install tornado
-
Conda (π₯ 42M Β· β±οΈ 19.02.2024):
conda install -c conda-forge tornado
-
GitHub (π¨βπ» 340 Β· π 1.5K Β· π¦ 17K Β· π 1.4K - 8% open Β· β±οΈ 09.04.2024):
git clone https://github.com/sanic-org/sanic
-
PyPi (π₯ 1.1M / month Β· π¦ 710 Β· β±οΈ 09.01.2024):
pip install sanic
-
Conda (π₯ 340K Β· β±οΈ 09.01.2024):
conda install -c conda-forge sanic
-
GitHub (π¨βπ» 270 Β· π 850 Β· π¦ 210K Β· π 720 - 5% open Β· β±οΈ 04.06.2024):
git clone https://github.com/encode/starlette
-
PyPi (π₯ 31M / month Β· π¦ 1.5K Β· β±οΈ 05.03.2024):
pip install starlette
-
Conda (π₯ 2.1M Β· β±οΈ 05.03.2024):
conda install -c conda-forge starlette
-
GitHub (π¨βπ» 230 Β· π 1.5K Β· π¦ 31K Β· π 920 - 36% open Β· β±οΈ 03.01.2024):
git clone https://github.com/bottlepy/bottle
-
PyPi (π₯ 3.6M / month Β· π¦ 660 Β· β±οΈ 04.03.2023):
pip install bottle
-
Conda (π₯ 430K Β· β±οΈ 16.06.2023):
conda install -c conda-forge bottle
-
GitHub (π¨βπ» 200 Β· π 1.3K Β· π¦ 7.1K Β· π 1.3K - 14% open Β· β±οΈ 21.05.2024):
git clone https://github.com/dpgaspar/Flask-AppBuilder
-
PyPi (π₯ 11M / month Β· π¦ 51 Β· β±οΈ 06.06.2024):
pip install flask-appbuilder
-
Conda (π₯ 350K Β· β±οΈ 21.05.2024):
conda install -c conda-forge flask-appbuilder
-
GitHub (π¨βπ» 200 Β· π 920 Β· π₯ 7.6K Β· π¦ 9.2K Β· π 1K - 16% open Β· β±οΈ 07.05.2024):
git clone https://github.com/falconry/falcon
-
PyPi (π₯ 620K / month Β· π¦ 350 Β· β±οΈ 05.12.2023):
pip install falcon
-
Conda (π₯ 380K Β· β±οΈ 07.12.2023):
conda install -c conda-forge falcon
-
GitHub (π¨βπ» 190 Β· π 330 Β· π¦ 600 Β· π 1K - 16% open Β· β±οΈ 05.06.2024):
git clone https://github.com/litestar-org/litestar
-
PyPi (π₯ 1.1M / month Β· π¦ 35 Β· β±οΈ 02.06.2024):
pip install litestar
-
GitHub (π¨βπ» 200 Β· π 1.2K Β· π¦ 5.8K Β· π 930 - 43% open Β· β±οΈ 24.04.2024):
git clone https://github.com/django-tastypie/django-tastypie
-
PyPi (π₯ 68K / month Β· π¦ 44 Β· β±οΈ 23.04.2024):
pip install django-tastypie
-
GitHub (π¨βπ» 140 Β· π 360 Β· π¦ 13K Β· π 1.8K - 14% open Β· β±οΈ 22.04.2024):
git clone https://github.com/cherrypy/cherrypy
-
PyPi (π₯ 880K / month Β· π¦ 370 Β· β±οΈ 13.12.2023):
pip install cherrypy
-
Conda (π₯ 21K Β· β±οΈ 30.05.2024):
conda install -c anaconda cherrypy
-
GitHub (π¨βπ» 120 Β· π 390 Β· π¦ 4.9K Β· π 480 - 37% open Β· β±οΈ 30.06.2023):
git clone https://github.com/hugapi/hug
-
PyPi (π₯ 69K / month Β· π¦ 47 Β· β±οΈ 06.02.2020):
pip install hug
-
Conda (π₯ 200K Β· β±οΈ 16.06.2023):
conda install -c conda-forge hug
-
GitHub (π¨βπ» 210 Β· π 750 Β· π¦ 1.1K Β· π 990 - 4% open Β· β±οΈ 10.07.2023):
git clone https://github.com/pyeve/eve
-
PyPi (π₯ 17K / month Β· π¦ 43 Β· β±οΈ 14.03.2023):
pip install eve
-
GitHub (π¨βπ» 63 Β· π 190 Β· π¦ 81 Β· π 390 - 34% open Β· β±οΈ 03.06.2024):
git clone https://github.com/sansyrox/robyn
-
PyPi (π₯ 14K / month Β· π¦ 1 Β· β±οΈ 23.05.2024):
pip install robyn
-
Conda (π₯ 180K Β· β±οΈ 30.04.2024):
conda install -c conda-forge robyn
-
GitHub (π¨βπ» 92 Β· π 1.3K Β· π¦ 21 Β· π 460 - 11% open Β· β±οΈ 30.04.2024):
git clone https://github.com/webpy/webpy
-
PyPi (π₯ 120K / month Β· π¦ 50 Β· β±οΈ 09.11.2020):
pip install web.py
-
Conda (π₯ 58K Β· β±οΈ 16.06.2023):
conda install -c conda-forge web.py
-
GitHub (π¨βπ» 85 Β· π 220 Β· π¦ 560 Β· π 220 - 0% open Β· β±οΈ 31.03.2024):
git clone https://github.com/taoufik07/responder
-
PyPi (π₯ 2.5K / month Β· π¦ 69 Β· β±οΈ 08.01.2021):
pip install responder
-
Conda (π₯ 87K Β· β±οΈ 16.06.2023):
conda install -c conda-forge responder
-
GitHub (π¨βπ» 87 Β· π 130 Β· π¦ 520 Β· π 410 - 9% open Β· β±οΈ 04.04.2024):
git clone https://github.com/MasoniteFramework/masonite
-
PyPi (π₯ 2.9K / month Β· π¦ 51 Β· β±οΈ 12.03.2024):
pip install masonite
-
GitHub (π¨βπ» 54 Β· π 51 Β· π¦ 140 Β· π 230 - 26% open Β· β±οΈ 30.01.2024):
git clone https://github.com/plone/guillotina
-
PyPi (π₯ 2.2K / month Β· π¦ 33 Β· β±οΈ 23.01.2024):
pip install guillotina
-
GitHub (π¨βπ» 260 Β· π 880 Β· π¦ 43 Β· π 1.1K - 34% open Β· β±οΈ 18.05.2024):
git clone https://github.com/web2py/web2py
-
GitHub (π¨βπ» 24 Β· π 70 Β· π¦ 62 Β· π 330 - 10% open Β· β±οΈ 29.05.2024):
git clone https://github.com/emmett-framework/emmett
-
PyPi (π₯ 840 / month Β· π¦ 8 Β· β±οΈ 29.05.2024):
pip install emmett
-
GitHub (π¨βπ» 20 Β· π 91 Β· π¦ 470 Β· π 440 - 0% open Β· β±οΈ 17.12.2023):
git clone https://github.com/elimintz/justpy
-
PyPi (π₯ 1.6K / month Β· π¦ 7 Β· β±οΈ 20.09.2023):
pip install justpy
-
GitHub (π¨βπ» 18 Β· π 89 Β· π¦ 49 Β· π 65 - 41% open Β· β±οΈ 23.01.2024):
git clone https://github.com/closeio/flask-mongorest
-
PyPi (π₯ 160 / month Β· β±οΈ 26.08.2019):
pip install Flask-MongoRest
-
GitHub (π¨βπ» 10 Β· π 15 Β· π 120 - 39% open Β· β±οΈ 30.05.2024):
git clone https://github.com/ZeroIntensity/view.py
-
PyPi (π₯ 2.5K / month Β· β±οΈ 26.05.2024):
pip install view.py
-
GitHub (π¨βπ» 9 Β· π 15 Β· π₯ 170 Β· π¦ 12 Β· π 92 - 4% open Β· β±οΈ 20.11.2023):
git clone https://github.com/perdy/flama
-
PyPi (π₯ 120 / month Β· π¦ 1 Β· β±οΈ 27.09.2023):
pip install flama
- <b><a href="https://github.com/flask-restful/flask-restful">flask-restful</a></b> (π₯36 Β· β 6.8K Β· π) - Simple framework for creating REST APIs. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/Pylons/pyramid">pyramid</a></b> (π₯35 Β· β 3.9K) - Pyramid - A Python web framework. <code>βUnlicensed</code>
- <b><a href="https://github.com/noirbizarre/flask-restplus">flask-restplus</a></b> (π₯30 Β· β 2.7K Β· π) - Fully featured framework for fast, easy and.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/Cornices/cornice">cornice</a></b> (π₯27 Β· β 380) - Build Web Services with Pyramid. <code>βUnlicensed</code> <code><img src="https://trypyramid.com/img/pyramid-16x16.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/pgjones/quart">quart</a></b> (π₯25 Β· β 2.7K Β· π) - Quart is a Python ASGI web microframework with the same API as Flask. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/squeaky-pl/japronto">japronto</a></b> (π₯24 Β· β 8.6K Β· π) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/vibora-io/vibora">vibora</a></b> (π₯22 Β· β 5.7K Β· π) - Fast, asynchronous and elegant Python web framework. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/pyGrowler/Growler">Growler</a></b> (π₯15 Β· β 690 Β· π) - A micro web-framework using asyncio coroutines and chained.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
HTTP Clients
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/psf/requests">requests</a></b> (π₯49 Β· β 52K) - A simple, yet elegant, HTTP library. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code></summary>-
GitHub (π¨βπ» 760 Β· π 9.2K Β· π₯ 11K Β· π¦ 3M Β· π 4K - 5% open Β· β±οΈ 29.05.2024):
git clone https://github.com/psf/requests
-
PyPi (π₯ 500M / month Β· π¦ 100K Β· β±οΈ 29.05.2024):
pip install requests
-
Conda (π₯ 43M Β· β±οΈ 30.05.2024):
conda install -c conda-forge requests
-
GitHub (π¨βπ» 730 Β· π 2K Β· π₯ 17K Β· π¦ 510K Β· π 3K - 16% open Β· β±οΈ 27.05.2024):
git clone https://github.com/aio-libs/aiohttp
-
PyPi (π₯ 120M / month Β· π¦ 15K Β· β±οΈ 16.04.2024):
pip install aiohttp
-
Conda (π₯ 13M Β· β±οΈ 24.04.2024):
conda install -c conda-forge aiohttp
-
GitHub (π¨βπ» 350 Β· π 1.1K Β· π₯ 40K Β· π¦ 1.8M Β· π 1.3K - 10% open Β· β±οΈ 30.05.2024):
git clone https://github.com/urllib3/urllib3
-
PyPi (π₯ 540M / month Β· π¦ 15K Β· β±οΈ 18.02.2024):
pip install urllib3
-
Conda (π₯ 47M Β· β±οΈ 18.02.2024):
conda install -c conda-forge urllib3
-
GitHub (π¨βπ» 220 Β· π 800 Β· π¦ 220K Β· π 860 - 6% open Β· β±οΈ 06.06.2024):
git clone https://github.com/encode/httpx
-
PyPi (π₯ 65M / month Β· π¦ 7.9K Β· β±οΈ 21.02.2024):
pip install httpx
-
Conda (π₯ 2M Β· β±οΈ 21.02.2024):
conda install -c conda-forge httpx
-
GitHub (π¨βπ» 51 Β· π 90 Β· π¦ 150K Β· π 170 - 11% open Β· β±οΈ 06.06.2024):
git clone https://github.com/encode/httpcore
-
PyPi (π₯ 65M / month Β· π¦ 440 Β· β±οΈ 27.03.2024):
pip install httpcore
-
Conda (π₯ 2.1M Β· β±οΈ 28.03.2024):
conda install -c conda-forge httpcore
-
GitHub (π¨βπ» 71 Β· π 180 Β· π¦ 110K Β· π 210 - 43% open Β· β±οΈ 11.04.2024):
git clone https://github.com/requests/toolbelt
-
PyPi (π₯ 95M / month Β· π¦ 2.3K Β· β±οΈ 01.05.2023):
pip install requests-toolbelt
-
Conda (π₯ 3.7M Β· β±οΈ 16.06.2023):
conda install -c conda-forge requests-toolbelt
-
GitHub (π¨βπ» 170 Β· π 3.7K Β· π₯ 8.9K Β· π¦ 1 Β· π 860 - 17% open Β· β±οΈ 18.03.2024):
git clone https://github.com/httpie/httpie
-
PyPi (π₯ 630K / month Β· π¦ 110 Β· β±οΈ 19.05.2023):
pip install httpie
-
Conda (π₯ 140K Β· β±οΈ 16.06.2023):
conda install -c conda-forge httpie
-
GitHub (π¨βπ» 28 Β· π 160 Β· π¦ 6.5K Β· β±οΈ 28.05.2024):
git clone https://github.com/ross/requests-futures
-
PyPi (π₯ 1.8M / month Β· π¦ 300 Β· β±οΈ 19.06.2023):
pip install requests-futures
-
Conda (π₯ 220K Β· β±οΈ 20.06.2023):
conda install -c conda-forge requests-futures
-
GitHub (π¨βπ» 16 Β· π 76 Β· π¦ 97K Β· π 51 - 17% open Β· β±οΈ 16.10.2023):
git clone https://github.com/MagicStack/httptools
-
PyPi (π₯ 18M / month Β· π¦ 280 Β· β±οΈ 16.10.2023):
pip install httptools
-
Conda (π₯ 620K Β· β±οΈ 16.10.2023):
conda install -c conda-forge httptools
-
GitHub (π¨βπ» 28 Β· π 330 Β· π₯ 17 Β· π¦ 4.4K Β· π 130 - 6% open Β· β±οΈ 08.06.2023):
git clone https://github.com/spyoungtech/grequests
-
PyPi (π₯ 330K / month Β· π¦ 180 Β· β±οΈ 08.06.2023):
pip install grequests
-
Conda (π₯ 96K Β· β±οΈ 16.06.2023):
conda install -c conda-forge grequests
-
GitHub (π¨βπ» 51 Β· π 140 Β· π₯ 270 Β· π¦ 1.6K Β· π 160 - 33% open Β· β±οΈ 01.05.2024):
git clone https://github.com/twisted/treq
-
PyPi (π₯ 120K / month Β· π¦ 120 Β· β±οΈ 04.11.2023):
pip install treq
-
Conda (π₯ 78K Β· β±οΈ 04.11.2023):
conda install -c conda-forge treq
-
GitHub (π¨βπ» 6 Β· π 370 Β· π₯ 250 Β· π¦ 16 Β· π 29 - 24% open Β· β±οΈ 12.06.2023):
git clone https://github.com/reorx/httpstat
-
PyPi (π₯ 2.2K / month Β· β±οΈ 11.10.2022):
pip install httpstat
- <b><a href="https://github.com/pycurl/pycurl">pycurl</a></b> (π₯33 Β· β 1.1K) - PycURL - Python interface to libcurl. <code><a href="https://tldrlegal.com/search?q=LGPL-2.1">βοΈLGPL-2.1</a></code>
- <b><a href="https://github.com/httplib2/httplib2">httplib2</a></b> (π₯33 Β· β 490 Β· π) - Small, fast HTTP client library for Python. Features persistent.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/mvantellingen/python-zeep">python-zeep</a></b> (π₯32 Β· β 1.9K Β· π) - A Python SOAP client. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/python-hyper/hyper">hyper</a></b> (π₯29 Β· β 1K Β· π) - HTTP/2 for Python. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/httpie/http-prompt">http-prompt</a></b> (π₯27 Β· β 8.9K Β· π) - An interactive command-line HTTP and API testing client built on.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/pysimplesoap/pysimplesoap">pysimplesoap</a></b> (π₯24 Β· β 370 Β· π) - Python Simple SOAP Library. <code><a href="http://bit.ly/37RvQcA">βοΈLGPL-3.0</a></code>
- <b><a href="https://github.com/benoitc/http-parser">http-parser</a></b> (π₯24 Β· β 340 Β· π) - HTTP request/response parser for python in C. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Servers
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/benoitc/gunicorn">gunicorn</a></b> (π₯44 Β· β 9.6K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>-
GitHub (π¨βπ» 420 Β· π 1.7K Β· π₯ 100 Β· π¦ 1.2M Β· π 2.2K - 17% open Β· β±οΈ 22.05.2024):
git clone https://github.com/benoitc/gunicorn
-
PyPi (π₯ 40M / month Β· π¦ 2.2K Β· β±οΈ 16.04.2024):
pip install gunicorn
-
Conda (π₯ 2.7M Β· β±οΈ 17.04.2024):
conda install -c conda-forge gunicorn
-
GitHub (π¨βπ» 180 Β· π 690 Β· π¦ 370K Β· π 700 - 6% open Β· β±οΈ 02.06.2024):
git clone https://github.com/encode/uvicorn
-
PyPi (π₯ 31M / month Β· π¦ 3.9K Β· β±οΈ 02.06.2024):
pip install uvicorn
-
Conda (π₯ 2.6M Β· β±οΈ 03.06.2024):
conda install -c conda-forge uvicorn
-
GitHub (π¨βπ» 110 Β· π 930 Β· π₯ 60K Β· π¦ 130K Β· π 1.4K - 8% open Β· β±οΈ 14.02.2024):
git clone https://github.com/gevent/gevent
-
PyPi (π₯ 12M / month Β· π¦ 1.8K Β· β±οΈ 14.02.2024):
pip install gevent
-
Conda (π₯ 1.4M Β· β±οΈ 08.10.2023):
conda install -c conda-forge gevent
-
GitHub (π¨βπ» 97 Β· π 200 Β· π¦ 860K Β· π 220 - 20% open Β· β±οΈ 22.03.2024):
git clone https://github.com/django/asgiref
-
PyPi (π₯ 31M / month Β· π¦ 750 Β· β±οΈ 22.03.2024):
pip install asgiref
-
Conda (π₯ 1.1M Β· β±οΈ 24.03.2024):
conda install -c conda-forge asgiref
-
GitHub (π¨βπ» 64 Β· π 140 Β· π¦ 440K Β· π 250 - 15% open Β· β±οΈ 30.05.2024):
git clone https://github.com/evansd/whitenoise
-
PyPi (π₯ 3M / month Β· π¦ 380 Β· β±οΈ 11.10.2023):
pip install whitenoise
-
Conda (π₯ 90K Β· β±οΈ 11.10.2023):
conda install -c conda-forge whitenoise
-
GitHub (π¨βπ» 64 Β· π 91 Β· π¦ 7.5K Β· π 180 - 36% open Β· β±οΈ 04.06.2024):
git clone https://github.com/pgjones/hypercorn
-
PyPi (π₯ 990K / month Β· π¦ 36 Β· β±οΈ 28.05.2024):
pip install hypercorn
-
GitHub (π¨βπ» 30 Β· π 99 Β· π¦ 4.3K Β· π 170 - 15% open Β· β±οΈ 03.11.2023):
git clone https://github.com/jordaneremieff/mangum
-
PyPi (π₯ 900K / month Β· π¦ 15 Β· β±οΈ 27.11.2022):
pip install mangum
-
GitHub (π¨βπ» 59 Β· π 150 Β· π 160 - 35% open Β· β±οΈ 29.07.2023):
git clone https://github.com/lepture/python-livereload
-
PyPi (π₯ 690K / month Β· π¦ 290 Β· β±οΈ 22.08.2020):
pip install livereload
-
Conda (π₯ 510K Β· β±οΈ 16.06.2023):
conda install -c conda-forge livereload
- <b><a href="https://github.com/Pylons/waitress">waitress</a></b> (π₯35 Β· β 1.4K) - Waitress - A WSGI server for Python 3. <code><a href="https://tldrlegal.com/search?q=ZPL-2.1">βοΈZPL-2.1</a></code>
- <b><a href="https://github.com/jonashaag/bjoern">bjoern</a></b> (π₯26 Β· β 3K Β· π) - A screamingly fast Python 2/3 WSGI server written in C. <code><a href="http://bit.ly/3rqEWVr">BSD-2</a></code>
- <b><a href="https://github.com/mopemope/meinheld">Meinheld</a></b> (π₯25 Β· β 1.5K Β· π) - Meinheld is a high performance asynchronous WSGI Web Server (based.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/dcramer/django-devserver">django-devserver</a></b> (π₯25 Β· β 1.3K Β· π) - A drop-in replacement for Djangos runserver. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
Authorization & Authentication
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/pennersr/django-allauth">django-allauth</a></b> (π₯44 Β· β 9K) - Integrated set of Django applications addressing.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code></summary>-
GitHub (π¨βπ» 710 Β· π 3K Β· π¦ 220K Β· π 2.3K - 2% open Β· β±οΈ 31.05.2024):
git clone https://github.com/pennersr/django-allauth
-
PyPi (π₯ 880K / month Β· π¦ 220 Β· β±οΈ 31.05.2024):
pip install django-allauth
-
Conda (π₯ 120K Β· β±οΈ 01.06.2024):
conda install -c conda-forge django-allauth
-
GitHub (π¨βπ» 200 Β· π 480 Β· π¦ 530K Β· π 380 - 23% open Β· β±οΈ 06.01.2024):
git clone https://github.com/oauthlib/oauthlib
-
PyPi (π₯ 120M / month Β· π¦ 1.4K Β· β±οΈ 17.10.2022):
pip install oauthlib
-
Conda (π₯ 11M Β· β±οΈ 16.06.2023):
conda install -c conda-forge oauthlib
-
GitHub (π¨βπ» 120 Β· π 420 Β· π¦ 500K Β· π 280 - 39% open Β· β±οΈ 20.04.2024):
git clone https://github.com/requests/requests-oauthlib
-
PyPi (π₯ 130M / month Β· π¦ 1.9K Β· β±οΈ 25.03.2024):
pip install requests-oauthlib
-
Conda (π₯ 9.5M Β· β±οΈ 24.03.2024):
conda install -c conda-forge requests-oauthlib
-
GitHub (π¨βπ» 140 Β· π 660 Β· π¦ 570K Β· π 440 - 4% open Β· β±οΈ 02.06.2024):
git clone https://github.com/jpadilla/pyjwt
-
PyPi (π₯ 160M / month Β· π¦ 4.4K Β· β±οΈ 18.07.2023):
pip install pyjwt
-
Conda (π₯ 14M Β· β±οΈ 02.02.2024):
conda install -c conda-forge pyjwt
-
GitHub (π¨βπ» 120 Β· π 430 Β· π¦ 33K Β· π 440 - 21% open Β· β±οΈ 04.06.2024):
git clone https://github.com/lepture/authlib
-
PyPi (π₯ 11M / month Β· π¦ 490 Β· β±οΈ 04.06.2024):
pip install authlib
-
Conda (π₯ 130K Β· β±οΈ 18.12.2023):
conda install -c conda-forge authlib
-
GitHub (π¨βπ» 120 Β· π 790 Β· π¦ 170K Β· π 420 - 3% open Β· β±οΈ 01.06.2024):
git clone https://github.com/maxcountryman/flask-login
-
PyPi (π₯ 6.6M / month Β· π¦ 650 Β· β±οΈ 30.10.2023):
pip install flask-login
-
Conda (π₯ 240K Β· β±οΈ 06.11.2023):
conda install -c conda-forge flask-login
-
GitHub (π¨βπ» 130 Β· π 300 Β· π 480 - 18% open Β· β±οΈ 06.06.2024):
git clone https://github.com/googleapis/google-auth-library-python
-
PyPi (π₯ 140M / month Β· π¦ 2.1K Β· β±οΈ 20.03.2024):
pip install google-auth
-
Conda (π₯ 9.4M Β· β±οΈ 21.03.2024):
conda install -c conda-forge google-auth
-
GitHub (π¨βπ» 250 Β· π 770 Β· π 840 - 20% open Β· β±οΈ 28.05.2024):
git clone https://github.com/jazzband/django-oauth-toolkit
-
PyPi (π₯ 750K / month Β· π¦ 99 Β· β±οΈ 20.05.2024):
pip install django-oauth-toolkit
-
GitHub (π¨βπ» 200 Β· π 300 Β· π₯ 390 Β· π¦ 32K Β· π 410 - 46% open Β· β±οΈ 29.04.2024):
git clone https://github.com/iMerica/dj-rest-auth
-
PyPi (π₯ 270K / month Β· π¦ 19 Β· β±οΈ 16.04.2024):
pip install dj-rest-auth
-
Conda (π₯ 25K Β· β±οΈ 16.04.2024):
conda install -c conda-forge dj-rest-auth
-
GitHub (π¨βπ» 94 Β· π 240 Β· π¦ 40K Β· π 380 - 2% open Β· β±οΈ 01.03.2024):
git clone https://github.com/vimalloc/flask-jwt-extended
-
PyPi (π₯ 5.5M / month Β· π¦ 270 Β· β±οΈ 13.12.2023):
pip install flask-jwt-extended
-
Conda (π₯ 230K Β· β±οΈ 13.12.2023):
conda install -c conda-forge flask-jwt-extended
-
GitHub (π¨βπ» 65 Β· π 360 Β· π₯ 190 Β· π¦ 3.4K Β· π 270 - 4% open Β· β±οΈ 02.05.2024):
git clone https://github.com/fastapi-users/fastapi-users
-
PyPi (π₯ 98K / month Β· π¦ 15 Β· β±οΈ 11.03.2024):
pip install fastapi-users
-
Conda (π₯ 50K Β· β±οΈ 11.03.2024):
conda install -c conda-forge fastapi-users
-
GitHub (π¨βπ» 44 Β· π 320 Β· π₯ 300 Β· π¦ 15K Β· π 94 - 5% open Β· β±οΈ 04.05.2024):
git clone https://github.com/pyauth/pyotp
-
PyPi (π₯ 5.4M / month Β· π¦ 390 Β· β±οΈ 27.07.2023):
pip install pyotp
-
Conda (π₯ 58K Β· β±οΈ 28.07.2023):
conda install -c conda-forge pyotp
-
GitHub (π¨βπ» 110 Β· π 450 Β· π¦ 29K Β· π 510 - 36% open Β· β±οΈ 31.03.2024):
git clone https://github.com/sunscrapers/djoser
-
PyPi (π₯ 200K / month Β· π¦ 7 Β· β±οΈ 09.11.2023):
pip install djoser
-
GitHub (π¨βπ» 34 Β· π 220 Β· π¦ 19K Β· π 110 - 8% open Β· β±οΈ 27.04.2024):
git clone https://github.com/miguelgrinberg/Flask-HTTPAuth
-
PyPi (π₯ 910K / month Β· π¦ 180 Β· β±οΈ 27.04.2023):
pip install flask-httpauth
-
Conda (π₯ 140K Β· β±οΈ 16.06.2023):
conda install -c conda-forge flask-httpauth
-
GitHub (π¨βπ» 31 Β· π 140 Β· π¦ 1.7K Β· π 120 - 29% open Β· β±οΈ 18.05.2024):
git clone https://github.com/dfunckt/django-rules
-
PyPi (π₯ 200K / month Β· π¦ 52 Β· β±οΈ 18.05.2024):
pip install rules
-
GitHub (π¨βπ» 50 Β· π 230 Β· π 180 - 56% open Β· β±οΈ 30.05.2024):
git clone https://github.com/mpdavis/python-jose
-
PyPi (π₯ 9.3M / month Β· π¦ 700 Β· β±οΈ 05.06.2021):
pip install python-jose
-
Conda (π₯ 2.1M Β· β±οΈ 16.06.2023):
conda install -c conda-forge python-jose
-
GitHub (π¨βπ» 57 Β· π 200 Β· π¦ 11K Β· π 160 - 31% open Β· β±οΈ 09.05.2024):
git clone https://github.com/James1345/django-rest-knox
-
PyPi (π₯ 180K / month Β· π¦ 37 Β· β±οΈ 31.01.2022):
pip install django-rest-knox
-
GitHub (π¨βπ» 58 Β· π 160 Β· π¦ 4.2K Β· π 210 - 20% open Β· β±οΈ 08.04.2024):
git clone https://github.com/singingwolfboy/flask-dance
-
PyPi (π₯ 140K / month Β· π¦ 28 Β· β±οΈ 05.03.2024):
pip install flask-dance
-
Conda (π₯ 11K Β· β±οΈ 13.09.2023):
conda install -c conda-forge flask-dance
-
GitHub (π¨βπ» 120 Β· π 660 Β· π 510 - 33% open Β· β±οΈ 30.05.2024):
git clone https://github.com/jazzband/djangorestframework-simplejwt
-
PyPi (π₯ 2.4M / month Β· π¦ 190 Β· β±οΈ 04.12.2023):
pip install djangorestframework-simplejwt
-
GitHub (π¨βπ» 16 Β· π 77 Β· π₯ 17 Β· π¦ 6.9K Β· π 47 - 10% open Β· β±οΈ 26.05.2024):
git clone https://github.com/pallets-eco/flask-openid
-
PyPi (π₯ 1.8M / month Β· π¦ 31 Β· β±οΈ 26.05.2024):
pip install flask-openid
-
Conda (π₯ 150K Β· β±οΈ 16.06.2023):
conda install -c conda-forge flask-openid
-
GitHub (π¨βπ» 86 Β· π 170 Β· π₯ 560 Β· π¦ 530 Β· π 150 - 1% open Β· β±οΈ 17.10.2023):
git clone https://github.com/django-cas-ng/django-cas-ng
-
PyPi (π₯ 36K / month Β· π¦ 15 Β· β±οΈ 17.10.2023):
pip install django-cas-ng
-
GitHub (π¨βπ» 47 Β· π 390 Β· π 140 - 34% open Β· β±οΈ 28.05.2024):
git clone https://github.com/authomatic/authomatic
-
PyPi (π₯ 4.5K / month Β· π¦ 10 Β· β±οΈ 28.05.2024):
pip install authomatic
-
GitHub (π¨βπ» 14 Β· π 56 Β· π₯ 5 Β· π¦ 890 Β· π 55 - 1% open Β· β±οΈ 19.05.2024):
git clone https://github.com/MushroomMaula/fastapi_login
-
PyPi (π₯ 31K / month Β· π¦ 3 Β· β±οΈ 06.03.2024):
pip install fastapi_login
-
GitHub (π¨βπ» 27 Β· π 48 Β· π¦ 420 Β· π 140 - 0% open Β· β±οΈ 11.03.2024):
git clone https://github.com/dusktreader/flask-praetorian
-
PyPi (π₯ 5.1K / month Β· π¦ 2 Β· β±οΈ 11.03.2024):
pip install flask-praetorian
-
GitHub (π¨βπ» 5 Β· π 29 Β· β±οΈ 13.11.2023):
git clone https://github.com/davedoesdev/python-jwt
-
PyPi (π₯ 230K / month Β· π¦ 68 Β· β±οΈ 13.11.2023):
pip install python-jwt
-
GitHub (π¨βπ» 11 Β· π 39 Β· π¦ 44 Β· π 19 - 21% open Β· β±οΈ 18.08.2023):
git clone https://github.com/flask-extensions/flask_simplelogin
-
PyPi (π₯ 100K / month Β· π¦ 3 Β· β±οΈ 25.10.2021):
pip install flask_simplelogin
- <b><a href="https://github.com/googleapis/oauth2client">oauth2client</a></b> (π₯34 Β· β 800 Β· π) - This is a Python library for accessing resources protected.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/django-guardian/django-guardian">django-guardian</a></b> (π₯32 Β· β 3.6K Β· π) - Per object permissions for Django. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/omab/python-social-auth">python-social-auth</a></b> (π₯32 Β· β 2.8K Β· π) - Social auth made simple. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/jpadilla/django-rest-framework-jwt">django-rest-framework-jwt</a></b> (π₯31 Β· β 3.2K Β· π) - JSON Web Token Authentication support for Django REST.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/joestump/python-oauth2">python-oauth2</a></b> (π₯30 Β· β 3K Β· π) - A fully tested, abstract interface to creating OAuth clients.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/litl/rauth">rauth</a></b> (π₯26 Β· β 1.6K Β· π) - A Python library for OAuth 1.0/a, 2.0, and Ofly. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/lingthio/Flask-User">Flask-User</a></b> (π₯26 Β· β 1K Β· π) - Customizable User Authorization & User Management: Register,.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/mgrouchy/django-stronghold">django-stronghold</a></b> (π₯23 Β· β 390 Β· π) - Get inside your stronghold and make all your Django.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/bbangert/velruse">velruse</a></b> (π₯23 Β· β 250 Β· π) - Simplifying third-party authentication for web applications. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/IndominusByte/fastapi-jwt-auth">fastapi-jwt-auth</a></b> (π₯20 Β· β 620 Β· π) - FastAPI extension that provides JWT Auth support.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://fastapi.tiangolo.com/img/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/cd34/apex">apex</a></b> (π₯17 Β· β 96 Β· π) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://trypyramid.com/img/pyramid-16x16.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/wichert/pyramid_jwt">pyramid_jwt</a></b> (π₯15 Β· β 74 Β· π) - JWT authentication for Pyramid. <code><a href="http://bit.ly/3rqEWVr">BSD-2</a></code> <code><img src="https://trypyramid.com/img/pyramid-16x16.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/holgi/fastapi-permissions">fastapi-permissions</a></b> (π₯13 Β· β 450 Β· π) - row level security for FastAPI framework. <code><a href="https://tldrlegal.com/search?q=THE%20BEER-WARE%20LICENSE">βοΈTHE BEER-WARE LICENSE</a></code> <code><img src="https://fastapi.tiangolo.com/img/favicon.png" style="display:inline;" width="13" height="13"></code>
HTML Processing
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/lxml/lxml">lxml</a></b> (π₯40 Β· β 2.6K) - The lxml XML toolkit for Python. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code></summary>-
GitHub (π¨βπ» 160 Β· π 560 Β· π₯ 39K Β· π¦ 450K Β· β±οΈ 04.06.2024):
git clone https://github.com/lxml/lxml
-
PyPi (π₯ 91M / month Β· π¦ 13K Β· β±οΈ 13.05.2024):
pip install lxml
-
Conda (π₯ 12M Β· β±οΈ 13.05.2024):
conda install -c conda-forge lxml
-
GitHub (π¨βπ» 140 Β· π 640 Β· π₯ 2.5K Β· π¦ 18K Β· π 1.8K - 10% open Β· β±οΈ 05.06.2024):
git clone https://github.com/Kozea/WeasyPrint
-
PyPi (π₯ 2.1M / month Β· π¦ 250 Β· β±οΈ 04.06.2024):
pip install weasyprint
-
Conda (π₯ 170K Β· β±οΈ 04.06.2024):
conda install -c conda-forge weasyprint
-
GitHub (π¨βπ» 44 Β· π 150 Β· π₯ 4.5K Β· π¦ 1.6M Β· π 120 - 0% open Β· β±οΈ 03.06.2024):
git clone https://github.com/pallets/markupsafe
-
PyPi (π₯ 180M / month Β· π¦ 3.8K Β· β±οΈ 02.02.2024):
pip install markupsafe
-
Conda (π₯ 41M Β· β±οΈ 02.02.2024):
conda install -c conda-forge markupsafe
-
GitHub (π¨βπ» 79 Β· π 240 Β· π¦ 320K Β· π 380 - 1% open Β· β±οΈ 15.04.2024):
git clone https://github.com/mozilla/bleach
-
PyPi (π₯ 23M / month Β· π¦ 1.6K Β· β±οΈ 06.10.2023):
pip install bleach
-
Conda (π₯ 18M Β· β±οΈ 06.10.2023):
conda install -c conda-forge bleach
-
GitHub (π¨βπ» 160 Β· π 630 Β· π₯ 55 Β· π¦ 15K Β· π 420 - 28% open Β· β±οΈ 08.02.2024):
git clone https://github.com/xhtml2pdf/xhtml2pdf
-
PyPi (π₯ 740K / month Β· π¦ 97 Β· β±οΈ 08.02.2024):
pip install xhtml2pdf
-
Conda (π₯ 110K Β· β±οΈ 19.07.2023):
conda install -c conda-forge xhtml2pdf
-
GitHub (π¨βπ» 53 Β· π 180 Β· π¦ 23K Β· π 190 - 29% open Β· β±οΈ 02.04.2024):
git clone https://github.com/gawel/pyquery
-
PyPi (π₯ 2.8M / month Β· π¦ 500 Β· β±οΈ 28.12.2022):
pip install pyquery
-
Conda (π₯ 63K Β· β±οΈ 16.06.2023):
conda install -c conda-forge pyquery
-
GitHub (π¨βπ» 66 Β· π 280 Β· π 260 - 31% open Β· β±οΈ 21.02.2024):
git clone https://github.com/html5lib/html5lib-python
-
PyPi (π₯ 17M / month Β· π¦ 1.4K Β· β±οΈ 22.06.2020):
pip install html5lib
-
Conda (π₯ 4.2M Β· β±οΈ 16.06.2023):
conda install -c conda-forge html5lib
-
GitHub (π¨βπ» 13 Β· π 62 Β· π¦ 1.5K Β· π 96 - 19% open Β· β±οΈ 10.03.2024):
git clone https://github.com/rushter/selectolax
-
PyPi (π₯ 270K / month Β· π¦ 65 Β· β±οΈ 10.03.2024):
pip install selectolax
-
GitHub (π¨βπ» 7 Β· π 33 Β· π¦ 730 Β· π 23 - 4% open Β· β±οΈ 14.04.2024):
git clone https://github.com/kovidgoyal/html5-parser
-
PyPi (π₯ 96K / month Β· π¦ 10 Β· β±οΈ 19.11.2023):
pip install html5-parser
- <b><a href="https://github.com/psf/requests-html">Requests-HTML</a></b> (π₯34 Β· β 14K Β· π) - Pythonic HTML Parsing for Humans. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
URL Utilities
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/john-kurkowski/tldextract">tldextract</a></b> (π₯35 Β· β 1.8K) - Accurately separates a URLs subdomain, domain, and public suffix,.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code></summary>-
GitHub (π¨βπ» 51 Β· π 210 Β· π¦ 29K Β· π 200 - 7% open Β· β±οΈ 21.03.2024):
git clone https://github.com/john-kurkowski/tldextract
-
PyPi (π₯ 12M / month Β· π¦ 580 Β· β±οΈ 19.03.2024):
pip install tldextract
-
Conda (π₯ 480K Β· β±οΈ 19.03.2024):
conda install -c conda-forge tldextract
-
GitHub (π¨βπ» 88 Β· π 150 Β· π₯ 15K Β· π 250 - 21% open Β· β±οΈ 06.06.2024):
git clone https://github.com/aio-libs/yarl
-
PyPi (π₯ 110M / month Β· π¦ 2K Β· β±οΈ 06.12.2023):
pip install yarl
-
Conda (π₯ 13M Β· β±οΈ 17.01.2024):
conda install -c conda-forge yarl
-
GitHub (π¨βπ» 35 Β· π 110 Β· π¦ 25K Β· π 64 - 1% open Β· β±οΈ 26.05.2024):
git clone https://github.com/skorokithakis/shortuuid
-
PyPi (π₯ 3.4M / month Β· π¦ 540 Β· β±οΈ 11.03.2024):
pip install shortuuid
-
Conda (π₯ 460K Β· β±οΈ 12.03.2024):
conda install -c conda-forge shortuuid
- <b><a href="https://github.com/gruns/furl">furl</a></b> (π₯27 Β· β 2.6K Β· π) - URL parsing and manipulation made easy. <code><a href="http://bit.ly/3rvuUlR">Unlicense</a></code>
- <b><a href="https://github.com/python-hyper/uritemplate">uritemplate</a></b> (π₯26 Β· β 230) - URI template parsing per RFC6570. <code><a href="https://tldrlegal.com/search?q=BSD-1-Clause">βοΈBSD-1-Clause</a></code>
- <b><a href="https://github.com/codeinthehole/purl">purl</a></b> (π₯24 Β· β 300 Β· π) - A simple, immutable URL class with a clean API for interrogation and.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
OpenAPI Utilities
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
πΒ <b><a href="https://github.com/OAI/OpenAPI-Specification">OpenAPI-Specification</a></b> ( β 28K) - The OpenAPI Specification Repository. <code><img src="https://www.openapis.org/wp-content/uploads/sites/3/2016/11/favicon.png" style="display:inline;" width="13" height="13"></code>
<details><summary><b><a href="https://github.com/OpenAPITools/openapi-generator">OpenAPI Generator</a></b> (π₯42 Β· β 20K) - OpenAPI Generator allows generation of API client.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code> <code><img src="https://www.openapis.org/wp-content/uploads/sites/3/2016/11/favicon.png" style="display:inline;" width="13" height="13"></code></summary>-
GitHub (π¨βπ» 3.1K Β· π 6.2K Β· π¦ 5 Β· π 8.4K - 54% open Β· β±οΈ 06.06.2024):
git clone https://github.com/OpenAPITools/openapi-generator
-
PyPi (π₯ 9K / month Β· π¦ 1 Β· β±οΈ 15.05.2020):
pip install openapi-generator-cli
-
npm (π₯ 2.4M / month Β· π¦ 750 Β· β±οΈ 22.04.2024):
npm install @openapitools/openapi-generator-cli
-
GitHub (π¨βπ» 590 Β· π 8.8K Β· π¦ 37K Β· π 5.5K - 20% open Β· β±οΈ 05.06.2024):
git clone https://github.com/swagger-api/swagger-ui
-
GitHub (π¨βπ» 230 Β· π 750 Β· π¦ 13K Β· π 1K - 9% open Β· β±οΈ 30.05.2024):
git clone https://github.com/zalando/connexion
-
PyPi (π₯ 7.3M / month Β· π¦ 190 Β· β±οΈ 27.05.2024):
pip install connexion
-
Conda (π₯ 290K Β· β±οΈ 02.06.2024):
conda install -c conda-forge connexion
-
GitHub (π¨βπ» 120 Β· π 250 Β· π¦ 96K Β· π 930 - 10% open Β· β±οΈ 16.05.2024):
git clone https://github.com/tfranzel/drf-spectacular
-
PyPi (π₯ 2.2M / month Β· π¦ 150 Β· β±οΈ 01.04.2024):
pip install drf-spectacular
-
Conda (π₯ 35K Β· β±οΈ 01.04.2024):
conda install -c conda-forge drf-spectacular
-
GitHub (π¨βπ» 87 Β· π 170 Β· π¦ 14K Β· π 270 - 10% open Β· β±οΈ 06.06.2024):
git clone https://github.com/marshmallow-code/apispec
-
PyPi (π₯ 9.9M / month Β· π¦ 320 Β· β±οΈ 22.04.2024):
pip install apispec
-
Conda (π₯ 700K Β· β±οΈ 25.04.2024):
conda install -c conda-forge apispec
-
GitHub (π¨βπ» 120 Β· π 280 Β· π¦ 1.2K Β· π 520 - 32% open Β· β±οΈ 05.06.2024):
git clone https://github.com/koxudaxi/datamodel-code-generator
-
PyPi (π₯ 950K / month Β· π¦ 120 Β· β±οΈ 25.04.2024):
pip install datamodel-code-generator
-
GitHub (π¨βπ» 66 Β· π 430 Β· π¦ 110K Β· π 660 - 38% open Β· β±οΈ 20.07.2023):
git clone https://github.com/axnsan12/drf-yasg
-
PyPi (π₯ 2.1M / month Β· π¦ 180 Β· β±οΈ 20.07.2023):
pip install drf-yasg
-
Conda (π₯ 9.8K Β· β±οΈ 25.10.2023):
conda install -c conda-forge drf-yasg
-
GitHub (π¨βπ» 220 Β· π 2.3K Β· π₯ 92 Β· π¦ 7.1K Β· π 1.8K - 18% open Β· β±οΈ 06.06.2024):
git clone https://github.com/Redocly/redoc
-
GitHub (π¨βπ» 1.2K Β· π 6K Β· π¦ 23 Β· π 6.9K - 49% open Β· β±οΈ 28.05.2024):
git clone https://github.com/swagger-api/swagger-codegen
-
GitHub (π¨βπ» 180 Β· π 730 Β· π₯ 75K Β· π¦ 580 Β· π 2.2K - 5% open Β· β±οΈ 03.06.2024):
git clone https://github.com/Azure/autorest
-
GitHub (π¨βπ» 110 Β· π 500 Β· π₯ 530 Β· π¦ 14K Β· π 440 - 62% open Β· β±οΈ 23.04.2024):
git clone https://github.com/flasgger/flasgger
-
PyPi (π₯ 470K / month Β· π¦ 130 Β· β±οΈ 10.06.2023):
pip install flasgger
-
Conda (π₯ 130K Β· β±οΈ 16.06.2023):
conda install -c conda-forge flasgger
-
GitHub (π¨βπ» 62 Β· π 180 Β· π¦ 950 Β· π 360 - 17% open Β· β±οΈ 20.05.2024):
git clone https://github.com/openapi-generators/openapi-python-client
-
PyPi (π₯ 280K / month Β· π¦ 18 Β· β±οΈ 18.05.2024):
pip install openapi-python-client
-
Conda (π₯ 29K Β· β±οΈ 20.05.2024):
conda install -c conda-forge openapi-python-client
-
GitHub (π¨βπ» 40 Β· π 61 Β· π¦ 6.6K Β· π 110 - 30% open Β· β±οΈ 24.05.2024):
git clone https://github.com/p1c2u/openapi-spec-validator
-
PyPi (π₯ 6.2M / month Β· π¦ 210 Β· β±οΈ 13.10.2023):
pip install openapi-spec-validator
-
Conda (π₯ 580K Β· β±οΈ 14.10.2023):
conda install -c conda-forge openapi-spec-validator
-
GitHub (π¨βπ» 65 Β· π 130 Β· π¦ 640 Β· π 240 - 29% open Β· β±οΈ 22.05.2024):
git clone https://github.com/p1c2u/openapi-core
-
PyPi (π₯ 290K / month Β· π¦ 61 Β· β±οΈ 10.04.2024):
pip install openapi-core
-
Conda (π₯ 19K Β· β±οΈ 11.04.2024):
conda install -c conda-forge openapi-core
-
GitHub (π¨βπ» 42 Β· π 200 Β· π¦ 790 Β· π 290 - 49% open Β· β±οΈ 26.12.2023):
git clone https://github.com/IBM/openapi-to-graphql
-
npm (π₯ 25K / month Β· π¦ 5 Β· β±οΈ 26.12.2023):
npm install openapi-to-graphql-cli
-
GitHub (π¨βπ» 42 Β· π 71 Β· π¦ 93 Β· π 110 - 16% open Β· β±οΈ 30.03.2024):
git clone https://github.com/0b01001001/spectree
-
PyPi (π₯ 61K / month Β· π¦ 8 Β· β±οΈ 26.01.2024):
pip install spectree
-
GitHub (π¨βπ» 27 Β· π 46 Β· π¦ 39 Β· π 84 - 30% open Β· β±οΈ 21.05.2024):
git clone https://github.com/Pylons/pyramid_openapi3
-
PyPi (π₯ 14K / month Β· β±οΈ 27.04.2024):
pip install pyramid_openapi3
-
GitHub (π¨βπ» 42 Β· π 46 Β· β±οΈ 09.05.2024):
git clone https://github.com/striglia/pyramid_swagger
-
PyPi (π₯ 12K / month Β· β±οΈ 08.05.2024):
pip install pyramid_swagger
- <b><a href="https://github.com/marcgibbons/django-rest-swagger">django-rest-swagger</a></b> (π₯31 Β· β 2.6K Β· π) - Swagger Documentation Generator for Django REST.. <code><a href="http://bit.ly/3rqEWVr">BSD-2</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/encode/apistar">apistar</a></b> (π₯28 Β· β 5.6K Β· π) - The Web API toolkit. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://www.openapis.org/wp-content/uploads/sites/3/2016/11/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/getsling/flask-swagger">flask-swagger</a></b> (π₯25 Β· β 460 Β· π) - A swagger 2.0 spec extractor for flask. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/sourcey/spectacle">Spectacle</a></b> (π₯24 Β· β 1.3K Β· π) - Beautiful static documentation generator for OpenAPI/Swagger.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://www.openapis.org/wp-content/uploads/sites/3/2016/11/favicon.png" style="display:inline;" width="13" height="13"></code>
GraphQL Utilities
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
πΒ <b><a href="https://github.com/graphql/graphql-spec">GraphQL Specification</a></b> ( β 14K) - GraphQL is a query language and execution engine tied to any..
<details><summary><b><a href="https://github.com/graphql-python/graphene">graphene</a></b> (π₯36 Β· β 8K) - GraphQL framework for Python. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://graphql.org/img/logo.svg" style="display:inline;" width="13" height="13"></code></summary>-
GitHub (π¨βπ» 210 Β· π 820 Β· π¦ 21K Β· π 1K - 13% open Β· β±οΈ 16.05.2024):
git clone https://github.com/graphql-python/graphene
-
PyPi (π₯ 8.2M / month Β· π¦ 310 Β· β±οΈ 26.07.2023):
pip install graphene
-
Conda (π₯ 310K Β· β±οΈ 26.07.2023):
conda install -c conda-forge graphene
-
GitHub (π¨βπ» 220 Β· π 760 Β· π¦ 15K Β· π 830 - 18% open Β· β±οΈ 18.04.2024):
git clone https://github.com/graphql-python/graphene-django
-
PyPi (π₯ 530K / month Β· π¦ 210 Β· β±οΈ 09.04.2024):
pip install graphene-django
-
Conda (π₯ 35K Β· β±οΈ 09.04.2024):
conda install -c conda-forge graphene-django
-
GitHub (π¨βπ» 260 Β· π 510 Β· π₯ 370 Β· π 1K - 45% open Β· β±οΈ 06.06.2024):
git clone https://github.com/strawberry-graphql/strawberry
-
PyPi (π₯ 1.2M / month Β· π¦ 100 Β· β±οΈ 06.06.2024):
pip install strawberry-graphql
-
GitHub (π¨βπ» 74 Β· π 180 Β· π¦ 1.6K Β· π 310 - 10% open Β· β±οΈ 09.04.2024):
git clone https://github.com/mirumee/ariadne
-
PyPi (π₯ 210K / month Β· π¦ 50 Β· β±οΈ 18.03.2024):
pip install ariadne
-
GitHub (π¨βπ» 35 Β· π 130 Β· π¦ 28K Β· π 150 - 19% open Β· β±οΈ 14.04.2024):
git clone https://github.com/graphql-python/graphql-core
-
PyPi (π₯ 14M / month Β· π¦ 380 Β· β±οΈ 14.04.2024):
pip install graphql-core
-
Conda (π₯ 1M Β· β±οΈ 19.10.2023):
conda install -c conda-forge graphql-core
-
GitHub (π¨βπ» 38 Β· π 110 Β· π¦ 340 Β· π 94 - 22% open Β· β±οΈ 23.03.2024):
git clone https://github.com/graphql-python/graphene-mongo
-
PyPi (π₯ 11K / month Β· π¦ 13 Β· β±οΈ 20.03.2024):
pip install graphene-mongo
-
Conda (π₯ 7.5K Β· β±οΈ 16.06.2023):
conda install -c conda-forge graphene-mongo
-
GitHub (π¨βπ» 23 Β· π 41 Β· π 43 - 23% open Β· β±οΈ 03.02.2024):
git clone https://github.com/graphql-python/graphene-pydantic
-
PyPi (π₯ 15K / month Β· π¦ 3 Β· β±οΈ 01.02.2024):
pip install graphene-pydantic
- <b><a href="https://github.com/graphql-python/graphql-relay-py">graphql-relay-py</a></b> (π₯27 Β· β 150 Β· π) - A library to help construct a graphql-py server supporting.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/graphql-python/flask-graphql">flask-graphql</a></b> (π₯25 Β· β 1.3K Β· π) - Adds GraphQL support to your Flask application. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code> <code><img src="https://graphql.org/img/logo.svg" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/tartiflette/tartiflette">tartiflette</a></b> (π₯22 Β· β 850 Β· π) - GraphQL Engine built with Python 3.6+ / asyncio. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/PedroBern/django-graphql-auth">django-graphql-auth</a></b> (π₯22 Β· β 320 Β· π) - Django registration and authentication with GraphQL. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/prisma-labs/python-graphql-client">python-graphql-client</a></b> (π₯22 Β· β 160 Β· π) - Simple GraphQL client for Python 2.7+. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/tartiflette/tartiflette-asgi">tartiflette-asgi</a></b> (π₯17 Β· β 99 Β· π) - ASGI support for the Tartiflette GraphQL engine. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://graphql.org/img/logo.svg" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/rscarrera27/Flask-GraphQL-Auth">Flask-GraphQL-Auth</a></b> (π₯17 Β· β 63 Β· π) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/tartiflette/tartiflette-aiohttp">tartiflette-aiohttp</a></b> (π₯16 Β· β 60 Β· π) - tartiflette-aiohttp is a wrapper of aiohttp which.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Websocket Utilities
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/websocket-client/websocket-client">websocket-client</a></b> (π₯39 Β· β 3.5K) - WebSocket client for Python. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code></summary>-
GitHub (π¨βπ» 220 Β· π 760 Β· π¦ 200K Β· π 660 - 3% open Β· β±οΈ 23.04.2024):
git clone https://github.com/websocket-client/websocket-client
-
PyPi (π₯ 74M / month Β· π¦ 2.8K Β· β±οΈ 23.04.2024):
pip install websocket-client
-
Conda (π₯ 14M Β· β±οΈ 24.04.2024):
conda install -c conda-forge websocket-client
-
GitHub (π¨βπ» 72 Β· π 500 Β· π¦ 190K Β· π 1.1K - 3% open Β· β±οΈ 16.04.2024):
git clone https://github.com/aaugustin/websockets
-
PyPi (π₯ 33M / month Β· π¦ 3.7K Β· β±οΈ 21.10.2023):
pip install websockets
-
Conda (π₯ 2.6M Β· β±οΈ 21.10.2023):
conda install -c conda-forge websockets
-
GitHub (π¨βπ» 72 Β· π 570 Β· π¦ 46K Β· π 810 - 1% open Β· β±οΈ 19.05.2024):
git clone https://github.com/miguelgrinberg/python-socketio
-
PyPi (π₯ 3.8M / month Β· π¦ 600 Β· β±οΈ 24.03.2024):
pip install python-socketio
-
Conda (π₯ 470K Β· β±οΈ 24.03.2024):
conda install -c conda-forge python-socketio
-
GitHub (π¨βπ» 69 Β· π 890 Β· π¦ 39K Β· π 1.6K - 0% open Β· β±οΈ 09.05.2024):
git clone https://github.com/miguelgrinberg/Flask-SocketIO
-
PyPi (π₯ 930K / month Β· π¦ 460 Β· β±οΈ 05.09.2023):
pip install flask-socketio
-
Conda (π₯ 400K Β· β±οΈ 05.09.2023):
conda install -c conda-forge flask-socketio
-
GitHub (π¨βπ» 140 Β· π 760 Β· π¦ 33K Β· π 890 - 20% open Β· β±οΈ 13.04.2024):
git clone https://github.com/crossbario/autobahn-python
-
PyPi (π₯ 1.1M / month Β· π¦ 250 Β· β±οΈ 20.07.2023):
pip install autobahn
-
Conda (π₯ 490K Β· β±οΈ 14.06.2023):
conda install -c conda-forge autobahn
-
GitHub (π¨βπ» 70 Β· π 260 Β· π¦ 28K Β· π 320 - 13% open Β· β±οΈ 11.04.2024):
git clone https://github.com/django/daphne
-
PyPi (π₯ 1.2M / month Β· π¦ 83 Β· β±οΈ 11.04.2024):
pip install daphne
-
Conda (π₯ 180K Β· β±οΈ 11.04.2024):
conda install -c conda-forge daphne
-
GitHub (π¨βπ» 97 Β· π 760 Β· π¦ 31 Β· π 360 - 7% open Β· β±οΈ 03.06.2024):
git clone https://github.com/novnc/websockify
-
PyPi (π₯ 54K / month Β· π¦ 16 Β· β±οΈ 03.06.2024):
pip install websockify
-
Conda (π₯ 110K Β· β±οΈ 05.06.2024):
conda install -c conda-forge websockify
-
GitHub (π¨βπ» 6 Β· π 11 Β· π₯ 120 Β· π¦ 58 Β· π 26 - 11% open Β· β±οΈ 02.05.2024):
git clone https://github.com/frankie567/httpx-ws
-
PyPi (π₯ 270K / month Β· π¦ 14 Β· β±οΈ 05.04.2024):
pip install httpx-ws
-
Conda (π₯ 5.6K Β· β±οΈ 05.04.2024):
conda install -c conda-forge httpx-ws
- <b><a href="https://github.com/abourget/gevent-socketio">gevent-socketio</a></b> (π₯26 Β· β 1.2K Β· π) - Official repository for gevent-socketio. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/mrjoes/sockjs-tornado">sockjs-tornado</a></b> (π₯26 Β· β 850 Β· π) - WebSocket emulation - Python server. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/heroku-python/flask-sockets">flask-sockets</a></b> (π₯24 Β· β 1.7K Β· π) - [DEPRECATED] Alternative:.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/mrjoes/tornadio2">tornadio2</a></b> (π₯21 Β· β 530 Β· π) - Python socket.io server implementation on top of Tornado.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
RPC Utilities
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/grpc/grpc">grpc</a></b> (π₯48 Β· β 41K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code></summary>-
GitHub (π¨βπ» 1K Β· π 10K Β· π₯ 13K Β· π¦ 5.1K Β· π 12K - 7% open Β· β±οΈ 06.06.2024):
git clone https://github.com/grpc/grpc
-
PyPi (π₯ 100M / month Β· π¦ 3.4K Β· β±οΈ 03.06.2024):
pip install grpcio
-
Conda (π₯ 12M Β· β±οΈ 17.04.2024):
conda install -c conda-forge grpcio
-
GitHub (π¨βπ» 85 Β· π 240 Β· π₯ 550 Β· π¦ 2.4K Β· π 420 - 18% open Β· β±οΈ 22.05.2024):
git clone https://github.com/tomerfiliba-org/rpyc
-
PyPi (π₯ 700K / month Β· π¦ 170 Β· β±οΈ 23.02.2024):
pip install rpyc
-
Conda (π₯ 760K Β· β±οΈ 16.06.2023):
conda install -c conda-forge rpyc
-
GitHub (π¨βπ» 12 Β· π 27 Β· π¦ 45 Β· π 34 - 17% open Β· β±οΈ 12.03.2024):
git clone https://github.com/smagafurov/fastapi-jsonrpc
-
PyPi (π₯ 6.1K / month Β· π¦ 5 Β· β±οΈ 12.03.2024):
pip install fastapi-jsonrpc
-
GitHub (π¨βπ» 11 Β· π 37 Β· π¦ 49 Β· π 27 - 29% open Β· β±οΈ 15.04.2024):
git clone https://github.com/unum-cloud/ucall
-
PyPi (π₯ 4.4K / month Β· π¦ 1 Β· β±οΈ 15.04.2024):
pip install ucall
- <b><a href="https://github.com/arskom/spyne">spyne</a></b> (π₯28 Β· β 1.1K) - A transport agnostic sync/async RPC library that focuses on exposing.. <code><a href="https://tldrlegal.com/search?q=LGPL-2.1">βοΈLGPL-2.1</a></code>
Serverless
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/aws/chalice">chalice</a></b> (π₯36 Β· β 10K) - Python Serverless Microframework for AWS. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code></summary>-
GitHub (π¨βπ» 200 Β· π 1K Β· π¦ 2.9K Β· π 1.3K - 36% open Β· β±οΈ 03.06.2024):
git clone https://github.com/aws/chalice
-
PyPi (π₯ 300K / month Β· π¦ 58 Β· β±οΈ 29.05.2024):
pip install chalice
-
Conda (π₯ 230K Β· β±οΈ 30.05.2024):
conda install -c conda-forge chalice
- <b><a href="https://github.com/Miserlou/Zappa">Zappa</a></b> (π₯33 Β· β 12K Β· π) - Serverless Python. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/nficano/python-lambda">python-lambda</a></b> (π₯25 Β· β 1.5K Β· π) - A toolkit for developing and deploying serverless Python code.. <code><a href="http://bit.ly/3hkKRql">ISC</a></code>
- <b><a href="https://github.com/sloev/python-lambdarest">lambdarest</a></b> (π₯20 Β· β 92 Β· π) - Flask like web framework for AWS Lambda. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Content Management Systems
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/django-cms/django-cms">django-cms</a></b> (π₯41 Β· β 10K) - The easy-to-use and developer-friendly enterprise CMS powered.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code></summary>-
GitHub (π¨βπ» 560 Β· π 3K Β· π¦ 5.2K Β· π 3.5K - 4% open Β· β±οΈ 29.05.2024):
git clone https://github.com/django-cms/django-cms
-
PyPi (π₯ 77K / month Β· π¦ 300 Β· β±οΈ 18.05.2024):
pip install django-cms
-
GitHub (π¨βπ» 910 Β· π 3.7K Β· π¦ 8 Β· π 5K - 19% open Β· β±οΈ 06.06.2024):
git clone https://github.com/wagtail/wagtail
-
PyPi (π₯ 250K / month Β· π¦ 680 Β· β±οΈ 30.05.2024):
pip install wagtail
-
Conda (π₯ 74K Β· β±οΈ 30.05.2024):
conda install -c conda-forge wagtail
-
GitHub (π¨βπ» 95 Β· π 310 Β· π₯ 7.1K Β· π¦ 450 Β· π 670 - 36% open Β· β±οΈ 15.05.2024):
git clone https://github.com/lektor/lektor
-
PyPi (π₯ 2.7K / month Β· π¦ 40 Β· β±οΈ 04.06.2024):
pip install lektor
-
Conda (π₯ 70K Β· β±οΈ 05.03.2024):
conda install -c conda-forge lektor
-
GitHub (π¨βπ» 140 Β· π 230 Β· π 440 - 6% open Β· β±οΈ 03.06.2024):
git clone https://github.com/feincms/feincms
-
PyPi (π₯ 6.4K / month Β· π¦ 14 Β· β±οΈ 18.04.2024):
pip install feincms
- <b><a href="https://github.com/stephenmcd/mezzanine">mezzanine</a></b> (π₯29 Β· β 4.7K Β· π) - CMS framework for Django. <code><a href="http://bit.ly/3rqEWVr">BSD-2</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/Kotti/Kotti">Kotti</a></b> (π₯19 Β· β 410 Β· π) - Kotti is a high-level, Pythonic web application framework based on.. <code><a href="https://tldrlegal.com/search?q=BSD">βοΈBSD</a></code>
Web Testing
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/SeleniumHQ/selenium">selenium</a></b> (π₯47 Β· β 30K) - A browser automation framework and ecosystem. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code></summary>-
GitHub (π¨βπ» 850 Β· π 8K Β· π₯ 18M Β· π¦ 270K Β· π 10K - 1% open Β· β±οΈ 06.06.2024):
git clone https://github.com/SeleniumHQ/selenium
-
PyPi (π₯ 17M / month Β· π¦ 4.9K Β· β±οΈ 16.05.2024):
pip install selenium
-
Conda (π₯ 1.3M Β· β±οΈ 16.05.2024):
conda install -c conda-forge selenium
-
GitHub (π¨βπ» 190 Β· π 410 Β· π¦ 390K Β· π 1.5K - 19% open Β· β±οΈ 03.06.2024):
git clone https://github.com/nedbat/coveragepy
-
PyPi (π₯ 85M / month Β· π¦ 15K Β· β±οΈ 28.05.2024):
pip install coverage
-
Conda (π₯ 15M Β· β±οΈ 28.05.2024):
conda install -c conda-forge coverage
-
GitHub (π¨βπ» 540 Β· π 3.9K Β· π₯ 220K Β· π¦ 3.7K Β· π 3.3K - 9% open Β· β±οΈ 02.06.2024):
git clone https://github.com/mitmproxy/mitmproxy
-
PyPi (π₯ 420K / month Β· π¦ 110 Β· β±οΈ 17.04.2024):
pip install mitmproxy
-
GitHub (π¨βπ» 330 Β· π 2.9K Β· π¦ 4 Β· π 1.6K - 1% open Β· β±οΈ 06.06.2024):
git clone https://github.com/locustio/locust
-
PyPi (π₯ 1.6M / month Β· π¦ 110 Β· β±οΈ 06.06.2024):
pip install locust
-
Conda (π₯ 150K Β· β±οΈ 23.05.2024):
conda install -c conda-forge locust
-
GitHub (π¨βπ» 38 Β· π 900 Β· π¦ 1.4K Β· π 1.2K - 0% open Β· β±οΈ 05.06.2024):
git clone https://github.com/seleniumbase/SeleniumBase
-
PyPi (π₯ 790K / month Β· π¦ 29 Β· β±οΈ 05.06.2024):
pip install seleniumbase
-
GitHub (π¨βπ» 130 Β· π 350 Β· π₯ 290 Β· π¦ 37K Β· π 310 - 5% open Β· β±οΈ 06.06.2024):
git clone https://github.com/getsentry/responses
-
PyPi (π₯ 19M / month Β· π¦ 1.3K Β· β±οΈ 06.06.2024):
pip install responses
-
Conda (π₯ 2.2M Β· β±οΈ 14.02.2024):
conda install -c conda-forge responses
-
GitHub (π¨βπ» 120 Β· π 750 Β· π₯ 3.6K Β· π¦ 5K Β· π 1.1K - 7% open Β· β±οΈ 24.05.2024):
git clone https://github.com/robotframework/SeleniumLibrary
-
PyPi (π₯ 1.5M / month Β· π¦ 110 Β· β±οΈ 22.05.2024):
pip install robotframework-seleniumlibrary
-
Conda (π₯ 83K Β· β±οΈ 19.04.2024):
conda install -c conda-forge robotframework-seleniumlibrary
-
GitHub (π¨βπ» 180 Β· π 500 Β· π¦ 6.8K Β· π 530 - 8% open Β· β±οΈ 06.06.2024):
git clone https://github.com/cobrateam/splinter
-
PyPi (π₯ 150K / month Β· π¦ 54 Β· β±οΈ 16.01.2024):
pip install splinter
-
GitHub (π¨βπ» 140 Β· π 370 Β· π¦ 8.7K Β· π 430 - 32% open Β· β±οΈ 02.06.2024):
git clone https://github.com/kevin1024/vcrpy
-
PyPi (π₯ 1.3M / month Β· π¦ 310 Β· β±οΈ 25.01.2024):
pip install vcrpy
-
Conda (π₯ 350K Β· β±οΈ 07.02.2024):
conda install -c conda-forge vcrpy
-
GitHub (π¨βπ» 150 Β· π 330 Β· π₯ 210 Β· π¦ 4.8K Β· π 360 - 35% open Β· β±οΈ 11.03.2024):
git clone https://github.com/jazzband/django-silk
-
PyPi (π₯ 820K / month Β· π¦ 16 Β· β±οΈ 22.01.2024):
pip install django-silk
-
GitHub (π¨βπ» 95 Β· π 330 Β· π₯ 840K Β· π¦ 540 Β· π 690 - 10% open Β· β±οΈ 06.06.2024):
git clone https://github.com/stoplightio/prism
-
npm (π₯ 270K / month Β· π¦ 44 Β· β±οΈ 29.04.2024):
npm install @stoplight/prism-cli
-
GitHub (π¨βπ» 130 Β· π 380 Β· π 600 - 30% open Β· β±οΈ 25.04.2024):
git clone https://github.com/FactoryBoy/factory_boy
-
PyPi (π₯ 4.2M / month Β· π¦ 560 Β· β±οΈ 19.07.2023):
pip install factory_boy
-
Conda (π₯ 150K Β· β±οΈ 19.07.2023):
conda install -c conda-forge factory_boy
-
GitHub (π¨βπ» 62 Β· π 150 Β· π¦ 320 Β· π 820 - 9% open Β· β±οΈ 06.06.2024):
git clone https://github.com/schemathesis/schemathesis
-
PyPi (π₯ 160K / month Β· π¦ 7 Β· β±οΈ 31.05.2024):
pip install schemathesis
-
GitHub (π¨βπ» 62 Β· π 190 Β· π¦ 590 Β· π 600 - 5% open Β· β±οΈ 11.05.2024):
git clone https://github.com/taverntesting/tavern
-
PyPi (π₯ 300K / month Β· π¦ 7 Β· β±οΈ 11.05.2024):
pip install tavern
-
GitHub (π¨βπ» 55 Β· π 140 Β· π¦ 27K Β· π 130 - 22% open Β· β±οΈ 07.05.2024):
git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar
-
PyPi (π₯ 170K / month Β· π¦ 73 Β· β±οΈ 27.04.2024):
pip install flask-debugtoolbar
-
Conda (π₯ 68K Β· β±οΈ 27.04.2024):
conda install -c conda-forge flask-debugtoolbar
-
GitHub (π¨βπ» 45 Β· π 1.3K Β· π₯ 12K Β· π¦ 540 Β· π 1.3K - 38% open Β· β±οΈ 24.01.2024):
git clone https://github.com/httprunner/httprunner
-
PyPi (π₯ 4.4K / month Β· π¦ 7 Β· β±οΈ 23.07.2023):
pip install httprunner
-
GitHub (π¨βπ» 42 Β· π 140 Β· π¦ 4.6K Β· π 320 - 38% open Β· β±οΈ 06.06.2024):
git clone https://github.com/yashaka/selene
-
PyPi (π₯ 16K / month Β· π¦ 2 Β· β±οΈ 06.03.2024):
pip install selene
-
GitHub (π¨βπ» 110 Β· π 280 Β· π¦ 1.1K Β· π 830 - 31% open Β· β±οΈ 19.07.2023):
git clone https://github.com/apiaryio/dredd
-
PyPi (π₯ 5.9K / month Β· β±οΈ 09.04.2018):
pip install dredd_hooks
-
npm (π₯ 29K / month Β· π¦ 41 Β· β±οΈ 16.11.2021):
npm install dredd
-
GitHub (π¨βπ» 53 Β· π 80 Β· π¦ 4.1K Β· π 140 - 22% open Β· β±οΈ 03.06.2024):
git clone https://github.com/model-bakers/model_bakery
-
PyPi (π₯ 660K / month Β· π¦ 64 Β· β±οΈ 03.06.2024):
pip install model_bakery
-
Conda (π₯ 22K Β· β±οΈ 16.06.2023):
conda install -c conda-forge model_bakery
-
GitHub (π 820):
git clone https://github.com/Microsoft/playwright-python
-
PyPi (π₯ 3.6M / month Β· π¦ 930 Β· β±οΈ 17.05.2024):
pip install playwright
-
Conda (π₯ 41K Β· β±οΈ 17.05.2024):
conda install -c microsoft playwright
-
GitHub (π¨βπ» 93 Β· π 110 Β· π¦ 12K Β· π 130 - 22% open Β· β±οΈ 17.04.2024):
git clone https://github.com/Pylons/webtest
-
PyPi (π₯ 720K / month Β· π¦ 290 Β· β±οΈ 19.08.2021):
pip install webtest
-
Conda (π₯ 14K Β· β±οΈ 16.06.2023):
conda install -c conda-forge webtest
-
GitHub (π¨βπ» 9 Β· π 340 Β· π¦ 550 Β· π 91 - 52% open Β· β±οΈ 16.04.2024):
git clone https://github.com/mherrmann/selenium-python-helium
-
PyPi (π₯ 8.2K / month Β· π¦ 22 Β· β±οΈ 08.12.2023):
pip install helium
-
GitHub (π¨βπ» 50 Β· π 85 Β· π 110 - 51% open Β· β±οΈ 14.04.2024):
git clone https://github.com/pnuckowski/aioresponses
-
PyPi (π₯ 2.3M / month Β· π¦ 220 Β· β±οΈ 20.11.2023):
pip install aioresponses
-
GitHub (π¨βπ» 36 Β· π 87 Β· π₯ 7 Β· π 84 - 15% open Β· β±οΈ 27.12.2023):
git clone https://github.com/pytest-dev/pytest-flask
-
PyPi (π₯ 480K / month Β· π¦ 190 Β· β±οΈ 23.10.2023):
pip install pytest-flask
-
Conda (π₯ 83K Β· β±οΈ 23.10.2023):
conda install -c conda-forge pytest-flask
-
GitHub (π¨βπ» 16 Β· π 150 Β· π¦ 94 Β· π 35 - 11% open Β· β±οΈ 04.02.2024):
git clone https://github.com/tryolabs/requestium
-
PyPi (π₯ 100K / month Β· π¦ 8 Β· β±οΈ 04.02.2024):
pip install requestium
-
GitHub (π¨βπ» 26 Β· π 41 Β· π¦ 95 Β· π 80 - 3% open Β· β±οΈ 01.06.2024):
git clone https://github.com/mindflayer/python-mocket
-
PyPi (π₯ 5K / month Β· π¦ 11 Β· β±οΈ 31.05.2024):
pip install mocket
-
GitHub (π¨βπ» 70 Β· π 83 Β· π 180 - 22% open Β· β±οΈ 05.02.2024):
git clone https://github.com/Pylons/pyramid_debugtoolbar
-
PyPi (π₯ 2.4M / month Β· π¦ 28 Β· β±οΈ 05.02.2024):
pip install pyramid_debugtoolbar
-
Conda (π₯ 4.8K Β· β±οΈ 16.06.2023):
conda install -c conda-forge pyramid_debugtoolbar
-
GitHub (π¨βπ» 11 Β· π 150 Β· π¦ 10 Β· π 37 - 13% open Β· β±οΈ 11.11.2023):
git clone https://github.com/fsociety-team/fsociety
-
PyPi (π₯ 1.3K / month Β· β±οΈ 01.05.2022):
pip install fsociety
-
GitHub (π¨βπ» 34 Β· π 66 Β· π 58 - 18% open Β· β±οΈ 03.05.2024):
git clone https://github.com/revsys/django-test-plus
-
PyPi (π₯ 62K / month Β· π¦ 4 Β· β±οΈ 11.07.2023):
pip install django-test-plus
-
Conda (π₯ 31K Β· β±οΈ 04.04.2024):
conda install -c conda-forge django-test-plus
-
GitHub (π¨βπ» 16 Β· π 31 Β· π¦ 130 Β· π 120 - 13% open Β· β±οΈ 23.11.2023):
git clone https://github.com/loads/molotov
-
PyPi (π₯ 53K / month Β· π¦ 6 Β· β±οΈ 21.10.2022):
pip install molotov
-
GitHub (π¨βπ» 29 Β· π 34 Β· π₯ 2 Β· π 150 - 13% open Β· β±οΈ 16.03.2024):
git clone https://github.com/cdent/gabbi
-
PyPi (π₯ 31K / month Β· π¦ 9 Β· β±οΈ 16.03.2024):
pip install gabbi
-
GitHub (π¨βπ» 15 Β· π 19 Β· π¦ 610 Β· π 34 - 2% open Β· β±οΈ 04.02.2024):
git clone https://github.com/aresponses/aresponses
-
PyPi (π₯ 47K / month Β· π¦ 16 Β· β±οΈ 12.01.2024):
pip install aresponses
-
GitHub (π¨βπ» 13 Β· π 390 Β· π 100 - 65% open Β· β±οΈ 21.05.2024):
git clone https://github.com/flipkart-incubator/Astra
- <b><a href="https://github.com/pytest-dev/pytest-django">pytest-django</a></b> (π₯34 Β· β 1.3K) - A Django plugin for pytest. <code>βUnlicensed</code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/gabrielfalcao/HTTPretty">HTTPretty</a></b> (π₯30 Β· β 2.1K Β· π) - Intercept HTTP requests at the Python socket level. Fakes the.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/miyakogi/pyppeteer">pyppeteer</a></b> (π₯29 Β· β 3.6K Β· π) - Headless chrome/chromium automation library (unofficial port of.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/mockoon/mockoon">Mockoon</a></b> (π₯28 Β· β 6K) - Mockoon is the easiest and quickest way to run mock APIs.. <code>βUnlicensed</code> <code><img src="https://www.openapis.org/wp-content/uploads/sites/3/2016/11/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/jazzband/django-nose">django-nose</a></b> (π₯28 Β· β 880 Β· π) - Django test runner using nose. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/wolever/parameterized">parameterized</a></b> (π₯27 Β· β 820 Β· π) - Parameterized testing with any Python test framework. <code><a href="https://tldrlegal.com/search?q=BSD-2-Clause-FreeBSD">βοΈBSD-2-Clause-FreeBSD</a></code>
- <b><a href="https://github.com/jarus/flask-testing">flask-testing</a></b> (π₯27 Β· β 500 Β· π) - Unittest extensions for Flask. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/yandex/yandex-tank">yandex-tank</a></b> (π₯25 Β· β 2.4K) - Load and performance benchmark tool. <code><a href="https://tldrlegal.com/search?q=LGPL-2.0">βοΈLGPL-2.0</a></code>
- <b><a href="https://github.com/scrapinghub/splash">splash</a></b> (π₯24 Β· β 4K Β· π) - Lightweight, scriptable browser as a service with an HTTP API. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/patrys/httmock">httmock</a></b> (π₯24 Β· β 460 Β· π) - A mocking library for requests. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/pytest-dev/pytest-splinter">pytest-splinter</a></b> (π₯24 Β· β 250 Β· π) - pytest splinter and selenium integration for anyone.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/Kozea/wdb">wdb</a></b> (π₯23 Β· β 1.6K Β· π) - An improbable web debugger through WebSockets. <code><a href="http://bit.ly/2M0xdwT">βοΈGPL-3.0</a></code>
- <b><a href="https://github.com/svanoort/pyresttest">pyresttest</a></b> (π₯23 Β· β 1.2K Β· π) - Python Rest Testing. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/klen/mixer">mixer</a></b> (π₯22 Β· β 930 Β· π) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/vinissimus/async-asgi-testclient">async-asgi-testclient</a></b> (π₯20 Β· β 150 Β· π) - A framework-agnostic library for testing ASGI web.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/golemhq/golem">golem</a></b> (π₯18 Β· β 490 Β· π) - A complete test automation tool. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/facebookarchive/huxley">huxley</a></b> (π₯17 Β· β 4.1K Β· π) - A testing system for catching visual regressions in Web.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
Web Forms
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/wtforms/wtforms">wtforms</a></b> (π₯38 Β· β 1.5K) - A flexible forms validation and rendering library for Python. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code></summary>-
GitHub (π¨βπ» 160 Β· π 400 Β· π¦ 220K Β· π 460 - 13% open Β· β±οΈ 04.05.2024):
git clone https://github.com/wtforms/wtforms
-
PyPi (π₯ 6.5M / month Β· π¦ 550 Β· β±οΈ 06.01.2024):
pip install wtforms
-
Conda (π₯ 220K Β· β±οΈ 21.02.2024):
conda install -c conda-forge wtforms
-
GitHub (π¨βπ» 230 Β· π 730 Β· π¦ 140K Β· π 700 - 9% open Β· β±οΈ 03.06.2024):
git clone https://github.com/django-crispy-forms/django-crispy-forms
-
PyPi (π₯ 1.5M / month Β· π¦ 400 Β· β±οΈ 15.10.2023):
pip install django-crispy-forms
-
Conda (π₯ 97K Β· β±οΈ 15.10.2023):
conda install -c conda-forge django-crispy-forms
-
GitHub (π¨βπ» 99 Β· π 310 Β· π 330 - 9% open Β· β±οΈ 03.06.2024):
git clone https://github.com/wtforms/flask-wtf
-
PyPi (π₯ 7.1M / month Β· π¦ 650 Β· β±οΈ 02.10.2023):
pip install flask-wtf
-
Conda (π₯ 230K Β· β±οΈ 13.10.2023):
conda install -c conda-forge flask-wtf
-
GitHub (π¨βπ» 74 Β· π 130 Β· π¦ 10K Β· π 160 - 50% open Β· β±οΈ 30.03.2024):
git clone https://github.com/jazzband/django-formtools
-
PyPi (π₯ 660K / month Β· π¦ 82 Β· β±οΈ 19.12.2023):
pip install django-formtools
-
GitHub (π¨βπ» 100 Β· π 160 Β· π¦ 810 Β· π 180 - 25% open Β· β±οΈ 15.11.2023):
git clone https://github.com/Pylons/deform
-
PyPi (π₯ 8.9K / month Β· π¦ 27 Β· β±οΈ 10.12.2020):
pip install deform
Markdown
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/Python-Markdown/markdown">markdown</a></b> (π₯39 Β· β 3.6K) - A Python implementation of John Grubers Markdown with Extension support. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code></summary>-
GitHub (π¨βπ» 170 Β· π 850 Β· π₯ 73 Β· π¦ 370K Β· π 880 - 2% open Β· β±οΈ 25.04.2024):
git clone https://github.com/Python-Markdown/markdown
-
PyPi (π₯ 40M / month Β· π¦ 3.8K Β· β±οΈ 14.03.2024):
pip install markdown
-
Conda (π₯ 6.9M Β· β±οΈ 14.03.2024):
conda install -c conda-forge markdown
-
GitHub (π¨βπ» 460 Β· π 1.8K Β· π₯ 1.1K Β· π¦ 7.9K Β· π 1.7K - 3% open Β· β±οΈ 02.06.2024):
git clone https://github.com/getpelican/pelican
-
PyPi (π₯ 27K / month Β· π¦ 220 Β· β±οΈ 15.11.2023):
pip install pelican
-
Conda (π₯ 150K Β· β±οΈ 27.11.2023):
conda install -c conda-forge pelican
-
GitHub (π¨βπ» 44 Β· π 250 Β· π¦ 290K Β· π 290 - 10% open Β· β±οΈ 01.06.2024):
git clone https://github.com/lepture/mistune
-
PyPi (π₯ 24M / month Β· π¦ 950 Β· β±οΈ 29.09.2023):
pip install mistune
-
Conda (π₯ 18M Β· β±οΈ 02.11.2023):
conda install -c conda-forge mistune
-
GitHub (π¨βπ» 51 Β· π 250 Β· π¦ 33K Β· π 380 - 4% open Β· β±οΈ 04.06.2024):
git clone https://github.com/facelessuser/pymdown-extensions
-
PyPi (π₯ 4M / month Β· π¦ 460 Β· β±οΈ 27.04.2024):
pip install pymdown-extensions
-
Conda (π₯ 220K Β· β±οΈ 27.04.2024):
conda install -c conda-forge pymdown-extensions
-
GitHub (π¨βπ» 76 Β· π 430 Β· π 330 - 26% open Β· β±οΈ 27.05.2024):
git clone https://github.com/trentm/python-markdown2
-
PyPi (π₯ 2.4M / month Β· π¦ 400 Β· β±οΈ 25.02.2024):
pip install markdown2
-
GitHub (π¨βπ» 28 Β· π 67 Β· π¦ 130K Β· π 93 - 39% open Β· β±οΈ 07.05.2024):
git clone https://github.com/executablebooks/markdown-it-py
-
PyPi (π₯ 60M / month Β· π¦ 810 Β· β±οΈ 03.06.2023):
pip install markdown-it-py
-
Conda (π₯ 4.7M Β· β±οΈ 07.06.2023):
conda install -c conda-forge markdown-it-py
-
GitHub (π¨βπ» 77 Β· π 260 Β· π 220 - 39% open Β· β±οΈ 28.02.2024):
git clone https://github.com/Alir3z4/html2text
-
PyPi (π₯ 2M / month Β· π¦ 920 Β· β±οΈ 27.02.2024):
pip install html2text
-
GitHub (π¨βπ» 42 Β· π 1.3K Β· π¦ 1.1K Β· π 150 - 20% open Β· β±οΈ 17.04.2024):
git clone https://github.com/agusmakmun/django-markdown-editor
-
PyPi (π₯ 19K / month Β· π¦ 8 Β· β±οΈ 15.04.2024):
pip install martor
-
GitHub (π¨βπ» 40 Β· π 440 Β· π¦ 1.9K Β· π 290 - 35% open Β· β±οΈ 13.10.2023):
git clone https://github.com/joeyespo/grip
-
PyPi (π₯ 58K / month Β· π¦ 32 Β· β±οΈ 12.10.2023):
pip install grip
-
GitHub (π¨βπ» 36 Β· π 150 Β· π¦ 2.5K Β· π 170 - 30% open Β· β±οΈ 21.05.2024):
git clone https://github.com/neutronX/django-markdownx
-
PyPi (π₯ 38K / month Β· π¦ 12 Β· β±οΈ 08.12.2023):
pip install django-markdownx
-
GitHub (π¨βπ» 36 Β· π 110 Β· π₯ 560 Β· π¦ 1K Β· π 130 - 14% open Β· β±οΈ 08.05.2024):
git clone https://github.com/miyuchina/mistletoe
-
PyPi (π₯ 270K / month Β· π¦ 110 Β· β±οΈ 21.01.2024):
pip install mistletoe
- <b><a href="https://github.com/cmacmackin/markdown-include">markdown-include</a></b> (π₯22 Β· β 96 Β· π) - Provides syntax for Python-Markdown which allows for.. <code><a href="http://bit.ly/2M0xdwT">βοΈGPL-3.0</a></code>
Third-party Web APIs
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
πΒ <b><a href="https://github.com/public-apis/public-apis">Public APIs</a></b> ( β 300K) - A collective list of free APIs.
πΒ <b><a href="https://github.com/ml-tooling/best-of-ml-python">best-of-ml-python - DB Clients</a></b> ( β 16K) - Collection of python database client libraries.
<details><summary><b><a href="https://github.com/ytdl-org/youtube-dl">youtube-dl</a></b> (π₯42 Β· β 130K) - Command-line program to download videos from YouTube.com and.. <code><a href="http://bit.ly/3rvuUlR">Unlicense</a></code></summary>-
GitHub (π¨βπ» 1K Β· π 9.7K Β· π₯ 61M Β· π 27K - 15% open Β· β±οΈ 30.05.2024):
git clone https://github.com/ytdl-org/youtube-dl
-
PyPi (π₯ 560K / month Β· π¦ 720 Β· β±οΈ 16.12.2021):
pip install youtube_dl
-
Conda (π₯ 1.4M Β· β±οΈ 16.06.2023):
conda install -c conda-forge youtube-dl
-
GitHub (π¨βπ» 200 Β· π 2.4K Β· π¦ 200K Β· π 1.1K - 12% open Β· β±οΈ 04.06.2024):
git clone https://github.com/googleapis/google-api-python-client
-
PyPi (π₯ 48M / month Β· π¦ 2.6K Β· β±οΈ 04.06.2024):
pip install google-api-python-client
-
Conda (π₯ 2.8M Β· β±οΈ 04.06.2024):
conda install -c conda-forge google-api-python-client
-
GitHub (π¨βπ» 320 Β· π 890 Β· π¦ 260K Β· π 1K - 15% open Β· β±οΈ 04.06.2024):
git clone https://github.com/gitpython-developers/GitPython
-
PyPi (π₯ 62M / month Β· π¦ 5.2K Β· β±οΈ 31.03.2024):
pip install gitpython
-
Conda (π₯ 8.2M Β· β±οΈ 01.04.2024):
conda install -c conda-forge gitpython
-
GitHub (π¨βπ» 190 Β· π 5.1K Β· π₯ 26K Β· π¦ 100K Β· π 2.1K - 0% open Β· β±οΈ 06.06.2024):
git clone https://github.com/python-telegram-bot/python-telegram-bot
-
PyPi (π₯ 3.2M / month Β· π¦ 650 Β· β±οΈ 20.05.2024):
pip install python-telegram-bot
-
Conda (π₯ 98K Β· β±οΈ 21.05.2024):
conda install -c conda-forge python-telegram-bot
-
GitHub (π¨βπ» 410 Β· π 3.7K Β· π¦ 50K Β· π 3K - 3% open Β· β±οΈ 02.06.2024):
git clone https://github.com/Rapptz/discord.py
-
PyPi (π₯ 610K / month Β· π¦ 850 Β· β±οΈ 10.08.2023):
pip install discord.py
-
Conda (π₯ 16K Β· β±οΈ 11.08.2023):
conda install -c conda-forge discord.py
-
GitHub (π¨βπ» 180 Β· π 1.3K Β· π¦ 58K Β· π 2.2K - 2% open Β· β±οΈ 04.06.2024):
git clone https://github.com/LonamiWebs/Telethon
-
PyPi (π₯ 2.9M / month Β· π¦ 340 Β· β±οΈ 24.04.2024):
pip install telethon
-
GitHub (π¨βπ» 240 Β· π 2.1K Β· π¦ 47K Β· π 1.2K - 0% open Β· β±οΈ 02.06.2024):
git clone https://github.com/eternnoir/pyTelegramBotAPI
-
PyPi (π₯ 520K / month Β· π¦ 170 Β· β±οΈ 06.06.2024):
pip install pytelegrambotapi
-
GitHub (π¨βπ» 180 Β· π 930 Β· π₯ 4.2K Β· π¦ 33K Β· π 910 - 5% open Β· β±οΈ 01.06.2024):
git clone https://github.com/burnash/gspread
-
PyPi (π₯ 11M / month Β· π¦ 400 Β· β±οΈ 17.05.2024):
pip install gspread
-
Conda (π₯ 320K Β· β±οΈ 24.01.2024):
conda install -c conda-forge gspread
-
GitHub (π¨βπ» 360 Β· π 1.7K Β· π¦ 52K Β· π 1.6K - 18% open Β· β±οΈ 28.05.2024):
git clone https://github.com/PyGithub/PyGithub
-
PyPi (π₯ 36M / month Β· π¦ 1.6K Β· β±οΈ 24.03.2024):
pip install pygithub
-
Conda (π₯ 3.1M Β· β±οΈ 24.03.2024):
conda install -c conda-forge pygithub
-
GitHub (π¨βπ» 240 Β· π 4.6K Β· π¦ 53K Β· π 1.3K - 6% open Β· β±οΈ 06.02.2024):
git clone https://github.com/tweepy/tweepy
-
PyPi (π₯ 1.5M / month Β· π¦ 450 Β· β±οΈ 24.04.2023):
pip install tweepy
-
Conda (π₯ 300K Β· β±οΈ 16.06.2023):
conda install -c conda-forge tweepy
-
GitHub (π¨βπ» 260 Β· π 850 Β· π₯ 800 Β· π¦ 8.4K Β· π 740 - 24% open Β· β±οΈ 25.03.2024):
git clone https://github.com/pycontribs/jira
-
PyPi (π₯ 9.3M / month Β· π¦ 350 Β· β±οΈ 25.03.2024):
pip install jira
-
Conda (π₯ 130K Β· β±οΈ 26.03.2024):
conda install -c conda-forge jira
-
GitHub (π¨βπ» 140 Β· π 690 Β· π¦ 41K Β· π 310 - 6% open Β· β±οΈ 06.06.2024):
git clone https://github.com/twilio/twilio-python
-
PyPi (π₯ 3.5M / month Β· π¦ 330 Β· β±οΈ 06.06.2024):
pip install twilio
-
Conda (π₯ 200K Β· β±οΈ 24.05.2024):
conda install -c conda-forge twilio
-
GitHub (π¨βπ» 200 Β· π 370 Β· π₯ 740 Β· π¦ 4.6K Β· π 490 - 30% open Β· β±οΈ 05.06.2024):
git clone https://github.com/hvac/hvac
-
PyPi (π₯ 18M / month Β· π¦ 370 Β· β±οΈ 27.04.2024):
pip install hvac
-
Conda (π₯ 500K Β· β±οΈ 28.04.2024):
conda install -c conda-forge hvac
-
GitHub (π¨βπ» 170 Β· π 840 Β· π₯ 170 Β· π¦ 1 Β· π 800 - 3% open Β· β±οΈ 05.06.2024):
git clone https://github.com/slackapi/python-slack-sdk
-
PyPi (π₯ 22M / month Β· π¦ 400 Β· β±οΈ 16.05.2024):
pip install slack-sdk
-
Conda (π₯ 200K Β· β±οΈ 16.05.2024):
conda install -c conda-forge slack-sdk
-
GitHub (π¨βπ» 170 Β· π 840 Β· π₯ 170 Β· π¦ 1 Β· π 800 - 3% open Β· β±οΈ 05.06.2024):
git clone https://github.com/slackapi/python-slack-sdk
-
PyPi (π₯ 5.7M / month Β· π¦ 490 Β· β±οΈ 22.04.2022):
pip install slackclient
-
Conda (π₯ 780K Β· β±οΈ 16.06.2023):
conda install -c conda-forge slackclient
-
GitHub (π¨βπ» 200 Β· π 410 Β· π 360 - 3% open Β· β±οΈ 30.05.2024):
git clone https://github.com/stripe/stripe-python
-
PyPi (π₯ 4M / month Β· π¦ 200 Β· β±οΈ 30.05.2024):
pip install stripe
-
Conda (π₯ 36K Β· β±οΈ 16.06.2023):
conda install -c anaconda stripe
-
GitHub (π¨βπ» 190 Β· π 960 Β· π¦ 31K Β· π 670 - 15% open Β· β±οΈ 01.06.2024):
git clone https://github.com/plamere/spotipy
-
PyPi (π₯ 180K / month Β· π¦ 320 Β· β±οΈ 30.05.2024):
pip install spotipy
-
Conda (π₯ 14K Β· β±οΈ 16.06.2023):
conda install -c conda-forge spotipy
-
GitHub (π¨βπ» 230 Β· π 450 Β· π¦ 20K Β· π 750 - 1% open Β· β±οΈ 15.05.2024):
git clone https://github.com/praw-dev/praw
-
PyPi (π₯ 310K / month Β· π¦ 280 Β· β±οΈ 11.07.2023):
pip install praw
-
Conda (π₯ 47K Β· β±οΈ 23.09.2023):
conda install -c conda-forge praw
-
GitHub (π¨βπ» 240 Β· π 6.3K Β· π 1K - 18% open Β· β±οΈ 04.06.2024):
git clone https://github.com/sherlock-project/sherlock
-
PyPi (π₯ 42K / month Β· π¦ 10 Β· β±οΈ 11.05.2019):
pip install sherlock
-
GitHub (π¨βπ» 200 Β· π 820 Β· π¦ 350 Β· π 1K - 2% open Β· β±οΈ 04.06.2024):
git clone https://github.com/thumbor/thumbor
-
PyPi (π₯ 11K / month Β· π¦ 46 Β· β±οΈ 04.03.2024):
pip install thumbor
-
GitHub (π¨βπ» 130 Β· π 860 Β· π₯ 550K Β· π¦ 21 Β· π 4.6K - 22% open Β· β±οΈ 05.06.2024):
git clone https://github.com/mikf/gallery-dl
-
PyPi (π₯ 39K / month Β· π¦ 9 Β· β±οΈ 01.06.2024):
pip install gallery-dl
-
GitHub (π¨βπ» 75 Β· π 660 Β· π 460 - 41% open Β· β±οΈ 02.04.2024):
git clone https://github.com/simple-salesforce/simple-salesforce
-
PyPi (π₯ 11M / month Β· π¦ 130 Β· β±οΈ 15.04.2024):
pip install simple-salesforce
-
Conda (π₯ 55K Β· β±οΈ 16.06.2023):
conda install -c conda-forge simple-salesforce
-
GitHub (π¨βπ» 30 Β· π 130 Β· π¦ 1K Β· π 86 - 6% open Β· β±οΈ 22.02.2024):
git clone https://github.com/ramnes/notion-sdk-py
-
PyPi (π₯ 1.3M / month Β· π¦ 48 Β· β±οΈ 28.12.2023):
pip install notion-client
-
Conda (π₯ 6.6K Β· β±οΈ 16.06.2023):
conda install -c conda-forge notion-client
-
GitHub (π¨βπ» 36 Β· π 440 Β· π¦ 800 Β· π 270 - 57% open Β· β±οΈ 04.06.2024):
git clone https://github.com/jamalex/notion-py
-
PyPi (π₯ 10K / month Β· π¦ 38 Β· β±οΈ 05.02.2021):
pip install notion
-
GitHub (π¨βπ» 50 Β· π 310 Β· π¦ 320 Β· π 370 - 22% open Β· β±οΈ 23.05.2024):
git clone https://github.com/flyingrub/scdl
-
PyPi (π₯ 3.3K / month Β· π¦ 3 Β· β±οΈ 23.05.2024):
pip install scdl
-
GitHub (π¨βπ» 17 Β· π 58 Β· π¦ 1.4K Β· π 140 - 33% open Β· β±οΈ 05.05.2024):
git clone https://github.com/fastai/ghapi
-
PyPi (π₯ 930K / month Β· π¦ 110 Β· β±οΈ 30.03.2024):
pip install ghapi
-
GitHub (π¨βπ» 79 Β· π 350 Β· π₯ 420 Β· π 330 - 21% open Β· β±οΈ 24.03.2024):
git clone https://github.com/alberanid/imdbpy
-
PyPi (π₯ 12M / month Β· π¦ 33 Β· β±οΈ 09.07.2022):
pip install imdbpy
-
GitHub (π¨βπ» 54 Β· π 1.4K):
git clone https://github.com/arc298/instagram-scraper
-
PyPi (π₯ 960 / month Β· π¦ 12 Β· β±οΈ 20.02.2024):
pip install instagram-scraper
- <b><a href="https://github.com/pytube/pytube">pytube</a></b> (π₯37 Β· β 10K Β· π) - A lightweight, dependency-free Python library (and command-line.. <code><a href="http://bit.ly/3rvuUlR">Unlicense</a></code>
- <b><a href="https://github.com/waditu/tushare">tushare</a></b> (π₯34 Β· β 13K Β· π) - TuShare is a utility for crawling historical data of China stocks. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/ssut/py-googletrans">py-googletrans</a></b> (π₯32 Β· β 3.8K Β· π) - (unofficial) Googletrans: Free and Unlimited Google.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/bear/python-twitter">python-twitter</a></b> (π₯32 Β· β 3.4K Β· π) - A Python wrapper around the Twitter API. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/googleapis/google-resumable-media-python">google-resumable-media</a></b> (π₯32 Β· β 43) - Utilities for Google Media Downloads and Resumable.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/googlemaps/google-maps-services-python">google-maps-services-python</a></b> (π₯31 Β· β 4.4K Β· π) - Python client library for Google Maps API Web Services. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/wechatpy/wechatpy">wechatpy</a></b> (π₯31 Β· β 3.8K Β· π) - WeChat SDK for Python. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/python-twitter-tools/twitter">twitter</a></b> (π₯31 Β· β 3.2K Β· π) - Python Twitter API. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/goldsmith/Wikipedia">Wikipedia</a></b> (π₯31 Β· β 2.8K Β· π) - A Pythonic wrapper for the Wikipedia API. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/mobolic/facebook-sdk">facebook-sdk</a></b> (π₯31 Β· β 2.7K Β· π) - Python SDK for Facebooks Graph API. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/coursera-dl/coursera-dl">coursera-dl</a></b> (π₯30 Β· β 9.3K Β· π) - Script for downloading Coursera.org videos and naming them. <code><a href="http://bit.ly/37RvQcA">βοΈLGPL-3.0</a></code>
- <b><a href="https://github.com/ryanmcgrath/twython">twython</a></b> (π₯30 Β· β 1.8K Β· π) - Actively maintained, pure Python wrapper for the Twitter API... <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/os/slacker">slacker</a></b> (π₯29 Β· β 1.6K Β· π) - Full-featured Python interface for the Slack API. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/hardikvasa/google-images-download">Google Images Download</a></b> (π₯28 Β· β 8.5K Β· π) - Python Script to download hundreds of images from.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/bisguzar/twitter-scraper">twitter-scraper</a></b> (π₯27 Β· β 3.8K Β· π) - Scrape the Twitter Frontend API without authentication. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/nickoala/telepot">telepot</a></b> (π₯27 Β· β 2.4K Β· π) - Python framework for Telegram Bot API. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/tschellenbach/Django-facebook">Django Facebook</a></b> (π₯27 Β· β 1.4K Β· π) - Facebook open graph api implementation using the Django.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/facebookarchive/python-instagram">python-instagram</a></b> (π₯26 Β· β 3K Β· π) - Python Client for Instagram API. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/simon-weber/gmusicapi">gmusicapi</a></b> (π₯26 Β· β 2.5K Β· π) - An unofficial client library for Google Music. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/mxrch/GHunt">GHunt</a></b> (π₯25 Β· β 15K) - Offensive Google framework. <code>βUnlicensed</code>
- <b><a href="https://github.com/attardi/wikiextractor">WikiExtractor</a></b> (π₯25 Β· β 3.7K Β· π) - A tool for extracting plain text from Wikipedia dumps. <code><a href="http://bit.ly/3pwmjO5">βοΈAGPL-3.0</a></code>
- <b><a href="https://github.com/taspinar/twitterscraper">twitterscraper</a></b> (π₯25 Β· β 2.4K Β· π) - Scrape Twitter for Tweets. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/ping/instagram_private_api">instagram_private_api</a></b> (π₯24 Β· β 2.9K Β· π) - A Python library to access Instagrams private API. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/ellisonleao/pyshorteners">pyshorteners</a></b> (π₯24 Β· β 380 Β· π) - Generating short urls with python has never been easier. <code><a href="http://bit.ly/2M0xdwT">βοΈGPL-3.0</a></code>
- <b><a href="https://github.com/realsirjoe/instagram-scraper">igramscraper</a></b> (π₯16 Β· β 2.1K Β· π) - scrapes medias, likes, followers, tags and all metadata... <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/timgrossmann/InstaPy">InstaPy</a></b> (π₯15 Β· β 16K Β· π) - Tool for automated Instagram interactions. <code><a href="http://bit.ly/2M0xdwT">βοΈGPL-3.0</a></code>
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/pallets-eco/flask-mail">flask-mail</a></b> (π₯33 Β· β 580) - Flask-Mail adds SMTP mail sending to your Flask applications. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code></summary>-
GitHub (π¨βπ» 40 Β· π 170 Β· π¦ 67K Β· π 120 - 8% open Β· β±οΈ 23.05.2024):
git clone https://github.com/mattupstate/flask-mail
-
PyPi (π₯ 690K / month Β· π¦ 210 Β· β±οΈ 23.05.2024):
pip install flask-mail
-
Conda (π₯ 110K Β· β±οΈ 16.06.2023):
conda install -c conda-forge flask-mail
-
GitHub (π¨βπ» 120 Β· π 380 Β· π¦ 42 Β· π 1.8K - 4% open Β· β±οΈ 27.05.2024):
git clone https://github.com/modoboa/modoboa
-
PyPi (π₯ 2.6K / month Β· π¦ 13 Β· β±οΈ 11.01.2024):
pip install modoboa
-
GitHub (π¨βπ» 41 Β· π 76 Β· π¦ 3K Β· π 110 - 15% open Β· β±οΈ 18.07.2023):
git clone https://github.com/sabuhish/fastapi-mail
-
PyPi (π₯ 610K / month Β· π¦ 8 Β· β±οΈ 18.07.2023):
pip install fastapi-mail
-
GitHub (π¨βπ» 20 Β· π 59 Β· π₯ 160 Β· π¦ 320 Β· π 79 - 31% open Β· β±οΈ 05.10.2023):
git clone https://github.com/marrow/mailer
-
PyPi (π₯ 91K / month Β· π¦ 7 Β· β±οΈ 22.04.2015):
pip install mailer
-
Conda (π₯ 68K Β· β±οΈ 16.06.2023):
conda install -c conda-forge mailer
-
GitHub (π¨βπ» 15 Β· π 69 Β· π₯ 120 Β· π¦ 20 Β· π 93 - 21% open Β· β±οΈ 29.03.2024):
git clone https://github.com/moggers87/salmon
-
PyPi (π₯ 560 / month Β· π¦ 2 Β· β±οΈ 29.03.2024):
pip install salmon-mail
- <b><a href="https://github.com/kootenpv/yagmail">yagmail</a></b> (π₯29 Β· β 2.6K Β· π) - Send email in Python conveniently for gmail using yagmail. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/nylas/sync-engine">sync-engine</a></b> (π₯28 Β· β 3.5K Β· π) - IMAP/SMTP sync system with modern APIs. <code><a href="http://bit.ly/3pwmjO5">βοΈAGPL-3.0</a></code>
- <b><a href="https://github.com/mailgun/flanker">flanker</a></b> (π₯27 Β· β 1.6K Β· π) - Python email address and Mime parsing library. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/OfflineIMAP/offlineimap">offlineimap</a></b> (π₯24 Β· β 1.8K Β· π) - Read/sync your IMAP mailboxes (python2) [LEGACY: move.. <code><a href="https://tldrlegal.com/search?q=libpng-2.0">βοΈlibpng-2.0</a></code>
- <b><a href="https://github.com/Pylons/pyramid_mailer">pyramid_mailer</a></b> (π₯20 Β· β 50 Β· π) - A package for sending email from your Pyramid.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://trypyramid.com/img/pyramid-16x16.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/charlierguo/gmail">gmail</a></b> (π₯19 Β· β 1.8K Β· π) - A Pythonic interface for Google Mail. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Web Scraping & Crawling
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
Libraries for web scraping, crawling, downloading, and mining as well as libraries.
<details><summary><b><a href="https://github.com/scrapy/scrapy">Scrapy</a></b> (π₯45 Β· β 51K) - Scrapy, a fast high-level web crawling & scraping framework for Python. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code></summary>-
GitHub (π¨βπ» 650 Β· π 10K Β· π¦ 46K Β· π 3.2K - 20% open Β· β±οΈ 06.06.2024):
git clone https://github.com/scrapy/scrapy
-
PyPi (π₯ 1.6M / month Β· π¦ 780 Β· β±οΈ 14.05.2024):
pip install scrapy
-
Conda (π₯ 810K Β· β±οΈ 16.05.2024):
conda install -c conda-forge scrapy
-
GitHub (π¨βπ» 57 Β· π 330 Β· π¦ 81K Β· π 260 - 32% open Β· β±οΈ 04.06.2024):
git clone https://github.com/kurtmckee/feedparser
-
PyPi (π₯ 3.3M / month Β· π¦ 1.2K Β· β±οΈ 10.12.2023):
pip install feedparser
-
Conda (π₯ 800K Β· β±οΈ 10.01.2024):
conda install -c conda-forge feedparser
-
GitHub (π¨βπ» 45 Β· π 230 Β· π¦ 3K Β· π 320 - 19% open Β· β±οΈ 06.06.2024):
git clone https://github.com/adbar/trafilatura
-
PyPi (π₯ 420K / month Β· π¦ 110 Β· β±οΈ 30.05.2024):
pip install trafilatura
-
GitHub (π¨βπ» 260 Β· π 9.3K Β· π₯ 380K Β· π¦ 21 Β· β±οΈ 22.05.2024):
git clone https://github.com/soimort/you-get
-
PyPi (π₯ 22K / month Β· π¦ 16 Β· β±οΈ 22.05.2024):
pip install you-get
-
Conda (π₯ 26K Β· β±οΈ 22.05.2024):
conda install -c conda-forge you-get
-
GitHub (π¨βπ» 50 Β· π 130 Β· π¦ 34K Β· π 120 - 31% open Β· β±οΈ 08.04.2024):
git clone https://github.com/scrapy/parsel
-
PyPi (π₯ 1.6M / month Β· π¦ 300 Β· β±οΈ 08.04.2024):
pip install parsel
-
Conda (π₯ 220K Β· β±οΈ 02.05.2024):
conda install -c conda-forge parsel
-
GitHub (π¨βπ» 11 Β· π 37 Β· π¦ 530K Β· π 110 - 10% open Β· β±οΈ 11.09.2023):
git clone https://github.com/facelessuser/soupsieve
-
PyPi (π₯ 100M / month Β· π¦ 1.1K Β· β±οΈ 02.09.2023):
pip install soupsieve
-
Conda (π₯ 20M Β· β±οΈ 05.09.2023):
conda install -c conda-forge soupsieve
-
GitHub (π¨βπ» 110 Β· π 2.2K Β· π¦ 95 Β· π 530 - 10% open Β· β±οΈ 11.05.2024):
git clone https://github.com/maurosoria/dirsearch
-
PyPi (π₯ 6.3K / month Β· β±οΈ 03.10.2022):
pip install dirsearch
-
GitHub (π¨βπ» 39 Β· π 110 Β· π¦ 1.1K Β· π 110 - 47% open Β· β±οΈ 29.05.2024):
git clone https://github.com/scrapinghub/extruct
-
PyPi (π₯ 260K / month Β· π¦ 34 Β· β±οΈ 29.05.2024):
pip install extruct
-
GitHub (π¨βπ» 54 Β· π 390 Β· π₯ 50 Β· π 180 - 19% open Β· β±οΈ 07.05.2024):
git clone https://github.com/MechanicalSoup/MechanicalSoup
-
PyPi (π₯ 69K / month Β· π¦ 100 Β· β±οΈ 04.07.2023):
pip install MechanicalSoup
-
Conda (π₯ 140K Β· β±οΈ 16.06.2023):
conda install -c conda-forge mechanicalsoup
-
GitHub (π¨βπ» 67 Β· π 270 Β· π¦ 410 Β· π 240 - 9% open Β· β±οΈ 01.07.2023):
git clone https://github.com/lorien/grab
-
PyPi (π₯ 2.1K / month Β· π¦ 5 Β· β±οΈ 24.06.2018):
pip install grab
-
GitHub (π¨βπ» 17 Β· π 620 Β· π¦ 130 Β· π 210 - 30% open Β· β±οΈ 23.05.2024):
git clone https://github.com/Gerapy/Gerapy
-
PyPi (π₯ 590 / month Β· β±οΈ 19.07.2023):
pip install gerapy
-
GitHub (π¨βπ» 27 Β· π 90 Β· π¦ 2.8K Β· β±οΈ 02.01.2024):
git clone https://github.com/coleifer/micawber
-
PyPi (π₯ 26K / month Β· π¦ 16 Β· β±οΈ 19.06.2023):
pip install micawber
-
Conda (π₯ 17K Β· β±οΈ 10.07.2023):
conda install -c conda-forge micawber
-
GitHub (π¨βπ» 16 Β· π 58 Β· π¦ 290 Β· π 48 - 31% open Β· β±οΈ 07.12.2023):
git clone https://github.com/maxhumber/gazpacho
-
PyPi (π₯ 5.8K / month Β· π¦ 9 Β· β±οΈ 09.10.2020):
pip install gazpacho
- <b><a href="https://github.com/codelucas/newspaper">newspaper3k</a></b> (π₯33 Β· β 14K Β· π) - newspaper3k is a news, full-text, and article metadata extraction.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/clips/pattern">Pattern</a></b> (π₯32 Β· β 8.7K Β· π) - Web mining module for Python, with tools for scraping, natural.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/binux/pyspider">pyspider</a></b> (π₯31 Β· β 16K Β· π) - A Powerful Spider(Web Crawler) System in Python. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/GeneralMills/pytrends">pytrends</a></b> (π₯31 Β· β 3.1K Β· π) - Pseudo API for Google Trends. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/VeNoMouS/cloudscraper">cloudscraper</a></b> (π₯30 Β· β 4.1K Β· π) - A Python module to bypass Cloudflares anti-bot page. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/grangier/python-goose">python-goose</a></b> (π₯28 Β· β 4K Β· π) - Html Content / Article Extractor, web scrapping lib in.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/jmcarp/robobrowser">robobrowser</a></b> (π₯25 Β· β 3.7K Β· π) - Your friendly neighborhood web scraper. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/alirezamika/autoscraper">AutoScraper</a></b> (π₯24 Β· β 6K Β· π) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/scrapy/scrapely">scrapely</a></b> (π₯23 Β· β 1.9K Β· π) - A pure-python HTML screen-scraping library. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/scrapinghub/frontera">frontera</a></b> (π₯23 Β· β 1.3K Β· π) - A scalable frontier for web crawlers. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/s0md3v/Photon">Photon</a></b> (π₯22 Β· β 11K Β· π) - Incredibly fast crawler designed for OSINT. <code><a href="http://bit.ly/2M0xdwT">βοΈGPL-3.0</a></code>
- <b><a href="https://github.com/howie6879/ruia">ruia</a></b> (π₯22 Β· β 1.7K Β· π) - Async Python 3.6+ web scraping micro-framework based on asyncio. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/qinxuye/cola">Cola</a></b> (π₯21 Β· β 1.5K Β· π) - A high-level distributed crawling framework. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/michaelhelmick/lassie">Lassie</a></b> (π₯21 Β· β 600 Β· π) - Web Content Retrieval for Humans. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/hannob/snallygaster">snallygaster</a></b> (π₯20 Β· β 2K) - Tool to scan for secret files on HTTP servers. <code><a href="https://tldrlegal.com/search?q=CC0-1.0">βοΈCC0-1.0</a></code>
- <b><a href="https://github.com/elliotgao2/gain">gain</a></b> (π₯19 Β· β 2K Β· π) - Web crawling framework based on asyncio. <code><a href="http://bit.ly/2M0xdwT">βοΈGPL-3.0</a></code>
- <b><a href="https://github.com/erikriver/opengraph">opengraph</a></b> (π₯15 Β· β 230 Β· π) - A python module to parse the Open Graph Protocol. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/bomquote/transistor">Transistor</a></b> (π₯14 Β· β 210 Β· π) - Transistor, a Python web scraping framework for intelligent use.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/chiphuyen/lazynlp">lazynlp</a></b> (π₯13 Β· β 2.2K Β· π) - Library to scrape and clean web pages to create massive datasets. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/DarshanDeshpande/Scrapera">Scrapera</a></b> (π₯12 Β· β 310 Β· π) - A universal package of scraper scripts for humans. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Monitoring
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/getsentry/sentry">sentry</a></b> (π₯42 Β· β 37K) - Developer-first error tracking and performance monitoring. <code><a href="https://tldrlegal.com/search?q=SSPL-1.0">βοΈSSPL-1.0</a></code></summary>-
GitHub (π¨βπ» 850 Β· π 4K Β· π₯ 46K Β· π¦ 690 Β· π 12K - 18% open Β· β±οΈ 06.06.2024):
git clone https://github.com/getsentry/sentry
-
PyPi (π₯ 3.7K / month Β· π¦ 120 Β· β±οΈ 25.07.2023):
pip install sentry
-
Conda (π₯ 810K Β· β±οΈ 04.06.2024):
conda install -c conda-forge sentry-sdk
-
GitHub (π¨βπ» 230 Β· π 1.1K Β· π 5.6K - 26% open Β· β±οΈ 06.06.2024):
git clone https://github.com/PostHog/posthog
-
PyPi (π₯ 2.2M / month Β· π¦ 150 Β· β±οΈ 04.03.2024):
pip install posthog
-
GitHub (π¨βπ» 250 Β· π 560 Β· π¦ 18K Β· π 1.7K - 19% open Β· β±οΈ 05.06.2024):
git clone https://github.com/open-telemetry/opentelemetry-python
-
PyPi (π₯ 200K / month Β· π¦ 4 Β· β±οΈ 18.07.2023):
pip install timing-asgi
-
Conda (π₯ 540K Β· β±οΈ 31.05.2024):
conda install -c conda-forge opentelemetry-api
-
GitHub (π¨βπ» 150 Β· π 790 Β· π 550 - 19% open Β· β±οΈ 28.05.2024):
git clone https://github.com/prometheus/client_python
-
PyPi (π₯ 36M / month Β· π¦ 1.5K Β· β±οΈ 14.02.2024):
pip install prometheus-client
-
Conda (π₯ 17M Β· β±οΈ 14.02.2024):
conda install -c conda-forge prometheus_client
-
GitHub (π¨βπ» 170 Β· π 1.1K Β· π¦ 21 Β· π 2.2K - 16% open Β· β±οΈ 01.06.2024):
git clone https://github.com/allinurl/goaccess
-
GitHub (π¨βπ» 39 Β· π 160 Β· π 190 - 28% open Β· β±οΈ 26.04.2024):
git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard
-
PyPi (π₯ 9.9K / month Β· π¦ 15 Β· β±οΈ 26.04.2024):
pip install flask-monitoringdashboard
-
GitHub (π¨βπ» 27 Β· π 160 Β· π 140 - 28% open Β· β±οΈ 26.10.2023):
git clone https://github.com/rycus86/prometheus_flask_exporter
-
PyPi (π₯ 4.7M / month Β· π¦ 75 Β· β±οΈ 27.10.2023):
pip install prometheus-flask-exporter
-
Conda (π₯ 1.4M Β· β±οΈ 27.10.2023):
conda install -c conda-forge prometheus_flask_exporter
-
GitHub (π¨βπ» 7 Β· π 23 Β· π¦ 920 Β· π 45 - 28% open Β· β±οΈ 07.11.2023):
git clone https://github.com/tomwojcik/starlette-context
-
PyPi (π₯ 630K / month Β· π¦ 41 Β· β±οΈ 16.02.2023):
pip install starlette-context
-
GitHub (π¨βπ» 17 Β· π 31 Β· π₯ 22 Β· π¦ 320 Β· π 26 - 34% open Β· β±οΈ 05.02.2024):
git clone https://github.com/perdy/starlette-prometheus
-
PyPi (π₯ 80K / month Β· π¦ 11 Β· β±οΈ 10.01.2022):
pip install starlette-prometheus
- <b><a href="https://github.com/opentracing/opentracing-python">opentracing-python</a></b> (π₯26 Β· β 760 Β· π) - OpenTracing API for Python. This library is.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/lebinh/ngxtop">ngxtop</a></b> (π₯22 Β· β 6.4K Β· π) - Real-time metrics for nginx server. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/yoobool/flask-state">flask-state</a></b> (π₯15 Β· β 620 Β· π) - Display machine state using Python3 with Flask. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/steinnes/timing-asgi">timing-asgi</a></b> (π₯8 Β· β 120 Β· π€) - ASGI middleware to record and emit timing metrics (to.. <code>βUnlicensed</code>
Web UI
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/streamlit/streamlit">Streamlit</a></b> (π₯46 Β· β 33K) - Streamlit A faster way to build and share data apps. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code></summary>-
GitHub (π¨βπ» 230 Β· π 2.8K Β· π¦ 400K Β· π 4.2K - 19% open Β· β±οΈ 06.06.2024):
git clone https://github.com/streamlit/streamlit
-
PyPi (π₯ 4.9M / month Β· π¦ 2.3K Β· β±οΈ 23.05.2024):
pip install streamlit
-
GitHub (π¨βπ» 170 Β· π 470 Β· π¦ 12K Β· π 3.5K - 30% open Β· β±οΈ 05.06.2024):
git clone https://github.com/holoviz/panel
-
PyPi (π₯ 670K / month Β· π¦ 350 Β· β±οΈ 04.06.2024):
pip install panel
-
GitHub (π¨βπ» 120 Β· π 480 Β· π¦ 830 Β· π 870 - 4% open Β· β±οΈ 06.06.2024):
git clone https://github.com/zauberzeug/nicegui
-
PyPi (π₯ 94K / month Β· π¦ 68 Β· β±οΈ 27.05.2024):
pip install nicegui
-
Conda (π₯ 15K Β· β±οΈ 01.06.2024):
conda install -c conda-forge nicegui
-
Docker Hub (π₯ 26K Β· β 10 Β· β±οΈ 27.05.2024):
docker pull zauberzeug/nicegui
-
GitHub (π¨βπ» 56 Β· π 320 Β· π₯ 1.9M Β· π 1.1K - 19% open Β· β±οΈ 06.06.2024):
git clone https://github.com/h2oai/wave
-
PyPi (π₯ 27K / month Β· π¦ 80 Β· β±οΈ 15.03.2024):
pip install wave
-
GitHub (π¨βπ» 120 Β· π 1.4K Β· π₯ 210 Β· π¦ 44 Β· π 770 - 2% open Β· β±οΈ 06.06.2024):
git clone https://github.com/pyscript/pyscript
-
GitHub (π¨βπ» 19 Β· π 380 Β· π¦ 1.6K Β· π 230 - 11% open Β· β±οΈ 21.04.2024):
git clone https://github.com/pywebio/PyWebIO
-
PyPi (π₯ 9.2K / month Β· π¦ 17 Β· β±οΈ 30.10.2023):
pip install pywebio
-
GitHub (π¨βπ» 21 Β· π 310 Β· π¦ 150 Β· π 360 - 25% open Β· β±οΈ 08.03.2024):
git clone https://github.com/idom-team/idom
-
PyPi (π₯ 700 / month Β· π¦ 10 Β· β±οΈ 26.02.2023):
pip install idom
-
GitHub (π¨βπ» 23 Β· π 120 Β· π¦ 940 Β· π 73 - 13% open Β· β±οΈ 29.06.2023):
git clone https://github.com/markfinger/python-react
-
PyPi (π₯ 8K / month Β· β±οΈ 08.10.2018):
pip install react
-
GitHub (π¨βπ» 21 Β· π 48 Β· π₯ 240 Β· π 68 - 5% open Β· β±οΈ 05.06.2024):
git clone https://github.com/Kitware/trame
-
PyPi (π₯ 48K / month Β· π¦ 55 Β· β±οΈ 01.06.2024):
pip install trame
-
GitHub (π¨βπ» 72 Β· π 600 Β· π 350 - 12% open Β· β±οΈ 25.04.2024):
git clone https://github.com/flaskbb/flaskbb
-
PyPi (π₯ 150 / month Β· π¦ 9 Β· β±οΈ 15.07.2018):
pip install FlaskBB
-
GitHub (π¨βπ» 24 Β· π 180 Β· π¦ 48 Β· π 220 - 25% open Β· β±οΈ 14.12.2023):
git clone https://github.com/wooey/wooey
-
PyPi (π₯ 770 / month Β· β±οΈ 21.11.2023):
pip install wooey
-
GitHub (π¨βπ» 43 Β· π 520 Β· π¦ 48 Β· π 1.3K - 9% open Β· β±οΈ 16.03.2024):
git clone https://github.com/rafalp/Misago
Admin UI
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/jazzband/django-debug-toolbar">django-debug-toolbar</a></b> (π₯38 Β· β 7.9K) - A configurable set of panels that display various.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code></summary>-
GitHub (π¨βπ» 290 Β· π 1K Β· π₯ 210 Β· π¦ 89K Β· π 900 - 9% open Β· β±οΈ 01.06.2024):
git clone https://github.com/jazzband/django-debug-toolbar
-
PyPi (π₯ 2.9M / month Β· π¦ 240 Β· β±οΈ 27.05.2024):
pip install django-debug-toolbar
-
Conda (π₯ 180K Β· β±οΈ 29.05.2024):
conda install -c conda-forge django-debug-toolbar
-
GitHub (π¨βπ» 360 Β· π 1.6K Β· π¦ 26K Β· π 1.5K - 33% open Β· β±οΈ 15.10.2023):
git clone https://github.com/flask-admin/flask-admin
-
PyPi (π₯ 980K / month Β· π¦ 190 Β· β±οΈ 20.02.2023):
pip install flask-admin
-
Conda (π₯ 150K Β· β±οΈ 16.06.2023):
conda install -c conda-forge flask-admin
-
GitHub (π¨βπ» 90 Β· π 660 Β· π¦ 6.2K Β· π 720 - 1% open Β· β±οΈ 29.04.2024):
git clone https://github.com/sehmaschine/django-grappelli
-
PyPi (π₯ 210K / month Β· π¦ 31 Β· β±οΈ 25.04.2024):
pip install django-grappelli
-
Conda (π₯ 140K Β· β±οΈ 26.04.2024):
conda install -c conda-forge django-grappelli
-
GitHub (π¨βπ» 38 Β· π 170 Β· π¦ 4K Β· π 200 - 7% open Β· β±οΈ 15.05.2024):
git clone https://github.com/fabiocaccamo/django-admin-interface
-
PyPi (π₯ 130K / month Β· π¦ 6 Β· β±οΈ 07.03.2024):
pip install django-admin-interface
-
GitHub (π¨βπ» 14 Β· π 340 Β· π¦ 320 Β· π 130 - 44% open Β· β±οΈ 24.05.2024):
git clone https://github.com/fastapi-admin/fastapi-admin
-
PyPi (π₯ 4.5K / month Β· β±οΈ 31.08.2021):
pip install fastapi-admin
-
GitHub (π¨βπ» 15 Β· π 53 Β· π¦ 440 Β· π 190 - 37% open Β· β±οΈ 28.05.2024):
git clone https://github.com/jowilf/starlette-admin
-
PyPi (π₯ 58K / month Β· π¦ 18 Β· β±οΈ 28.05.2024):
pip install starlette-admin
-
Conda (π₯ 2.2K Β· β±οΈ 21.01.2024):
conda install -c conda-forge starlette-admin
- <b><a href="https://github.com/sshwsfc/xadmin">xadmin</a></b> (π₯28 Β· β 4.7K Β· π) - Drop-in replacement of Django admin comes with lots of goodies,.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/darklow/django-suit">django-suit</a></b> (π₯27 Β· β 2.3K Β· π) - Modern theme for Django admin interface. <code><a href="https://tldrlegal.com/search?q=AFL-3.0">βοΈAFL-3.0</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/geex-arts/django-jet">django-jet</a></b> (π₯26 Β· β 3.5K Β· π) - Modern responsive template for the Django admin.. <code><a href="http://bit.ly/3pwmjO5">βοΈAGPL-3.0</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/django-admin-bootstrapped/django-admin-bootstrapped">django-admin-bootstrapped</a></b> (π₯26 Β· β 1.6K Β· π) - A Django admin theme using Twitter Bootstrap. It.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/jazzband/django-admin2">django-admin2</a></b> (π₯23 Β· β 1.2K Β· π) - Extendable, adaptable rewrite of django.contrib.admin. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/semente/django-smuggler">django-smuggler</a></b> (π₯21 Β· β 370 Β· π) - Django Smuggler is a pluggable application for Django.. <code><a href="http://bit.ly/37RvQcA">βοΈLGPL-3.0</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/schenkd/nginx-ui">nginx-ui</a></b> (π₯17 Β· β 4.4K Β· π) - Nginx UI allows you to access and modify the nginx configurations.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
API Proxies & Gateways
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/Kong/kong">Kong</a></b> (π₯39 Β· β 39K) - The Cloud-Native API Gateway and AI Gateway. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code></summary>-
GitHub (π¨βπ» 420 Β· π 4.7K Β· π¦ 21 Β· π 4.4K - 3% open Β· β±οΈ 06.06.2024):
git clone https://github.com/kong/kong
-
Docker Hub (π₯ 320M Β· β 780 Β· β±οΈ 05.06.2024):
docker pull kong
-
GitHub (π¨βπ» 120 Β· π 1.1K Β· π 2.2K - 16% open Β· β±οΈ 06.06.2024):
git clone https://github.com/TykTechnologies/tyk
Flask Utilities
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/pallets-eco/flask-sqlalchemy">flask-sqlalchemy</a></b> (π₯38 Β· β 4.2K) - Adds SQLAlchemy support to Flask. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code></summary>-
GitHub (π¨βπ» 120 Β· π 900 Β· π₯ 540 Β· π¦ 410K Β· π 660 - 1% open Β· β±οΈ 03.06.2024):
git clone https://github.com/pallets/flask-sqlalchemy
-
PyPi (π₯ 8.1M / month Β· π¦ 1.2K Β· β±οΈ 11.09.2023):
pip install flask-sqlalchemy
-
Conda (π₯ 410K Β· β±οΈ 16.06.2023):
conda install -c conda-forge flask-sqlalchemy
-
GitHub (π¨βπ» 50 Β· π 220 Β· π¦ 150K Β· π 420 - 2% open Β· β±οΈ 24.03.2024):
git clone https://github.com/miguelgrinberg/Flask-Migrate
-
PyPi (π₯ 1.9M / month Β· π¦ 360 Β· β±οΈ 11.03.2024):
pip install flask-migrate
-
Conda (π₯ 240K Β· β±οΈ 12.03.2024):
conda install -c conda-forge flask-migrate
-
GitHub (π¨βπ» 20 Β· π 240 Β· π₯ 37 Β· π¦ 39K Β· π 140 - 6% open Β· β±οΈ 18.04.2024):
git clone https://github.com/fengsp/flask-session
-
PyPi (π₯ 4.4M / month Β· π¦ 160 Β· β±οΈ 26.03.2024):
pip install flask-session
-
GitHub (π¨βπ» 120 Β· π 190 Β· π¦ 20K Β· π 250 - 26% open Β· β±οΈ 26.05.2024):
git clone https://github.com/pallets-eco/flask-caching
-
PyPi (π₯ 6.4M / month Β· π¦ 240 Β· β±οΈ 04.05.2024):
pip install flask-caching
-
Conda (π₯ 200K Β· β±οΈ 08.10.2023):
conda install -c conda-forge flask-caching
-
GitHub (π¨βπ» 44 Β· π 120 Β· π₯ 270 Β· π¦ 10K Β· π 180 - 0% open Β· β±οΈ 19.05.2024):
git clone https://github.com/alisaifee/flask-limiter
-
PyPi (π₯ 5.3M / month Β· π¦ 89 Β· β±οΈ 19.05.2024):
pip install flask-limiter
-
GitHub (π¨βπ» 48 Β· π 140 Β· π¦ 290K Β· π 170 - 32% open Β· β±οΈ 03.06.2024):
git clone https://github.com/corydolphin/flask-cors
-
PyPi (π₯ 9.8M / month Β· π¦ 1.8K Β· β±οΈ 04.05.2024):
pip install flask-cors
-
Conda (π₯ 870K Β· β±οΈ 26.06.2023):
conda install -c conda-forge flask-cors
-
GitHub (π¨βπ» 24 Β· π 58 Β· π¦ 29K Β· π 120 - 20% open Β· β±οΈ 04.06.2024):
git clone https://github.com/marshmallow-code/flask-marshmallow
-
PyPi (π₯ 780K / month Β· π¦ 150 Β· β±οΈ 18.03.2024):
pip install flask-marshmallow
-
Conda (π₯ 93K Β· β±οΈ 24.05.2024):
conda install -c conda-forge flask-marshmallow
-
GitHub (π¨βπ» 42 Β· π 160 Β· π¦ 23K Β· π 130 - 9% open Β· β±οΈ 02.10.2023):
git clone https://github.com/python-babel/flask-babel
-
PyPi (π₯ 3.8M / month Β· π¦ 140 Β· β±οΈ 02.10.2023):
pip install flask-babel
-
Conda (π₯ 180K Β· β±οΈ 30.11.2023):
conda install -c conda-forge flask-babel
-
GitHub (π¨βπ» 35 Β· π 180 Β· π¦ 6.2K Β· π 69 - 21% open Β· β±οΈ 20.02.2024):
git clone https://github.com/flask-api/flask-api
-
PyPi (π₯ 92K / month Β· π¦ 57 Β· β±οΈ 05.06.2023):
pip install flask-api
-
GitHub (π¨βπ» 22 Β· π 49 Β· π¦ 24K Β· π 50 - 2% open Β· β±οΈ 28.05.2024):
git clone https://github.com/miguelgrinberg/Flask-Moment
-
PyPi (π₯ 52K / month Β· π¦ 30 Β· β±οΈ 28.05.2024):
pip install flask-moment
-
Conda (π₯ 50K Β· β±οΈ 16.06.2023):
conda install -c conda-forge flask-moment
-
GitHub (π¨βπ» 27 Β· π 78 Β· π₯ 58 Β· π¦ 3.3K Β· π 78 - 12% open Β· β±οΈ 14.05.2024):
git clone https://github.com/lixxu/flask-paginate
-
PyPi (π₯ 90K / month Β· π¦ 14 Β· β±οΈ 12.04.2024):
pip install flask-paginate
-
Conda (π₯ 22K Β· β±οΈ 12.04.2024):
conda install -c conda-forge flask-paginate
-
GitHub (π¨βπ» 42 Β· π 100 Β· π¦ 7.5K Β· π 100 - 21% open Β· β±οΈ 15.12.2023):
git clone https://github.com/miracle2k/flask-assets
-
PyPi (π₯ 170K / month Β· π¦ 74 Β· β±οΈ 22.10.2023):
pip install flask-assets
-
Conda (π₯ 46K Β· β±οΈ 09.11.2023):
conda install -c conda-forge flask-assets
-
GitHub (π¨βπ» 43 Β· π 37 Β· π¦ 52 Β· π 110 - 47% open Β· β±οΈ 15.04.2024):
git clone https://github.com/plangrid/flask-rebar
-
PyPi (π₯ 8.1K / month Β· π¦ 6 Β· β±οΈ 15.04.2024):
pip install flask-rebar
-
GitHub (π¨βπ» 13 Β· π 56 Β· π¦ 610 Β· π 46 - 45% open Β· β±οΈ 08.01.2024):
git clone https://github.com/bauerji/flask_pydantic
-
PyPi (π₯ 180K / month Β· π¦ 8 Β· β±οΈ 08.01.2024):
pip install flask_pydantic
-
GitHub (π¨βπ» 13 Β· π 42 Β· π¦ 910 Β· π 51 - 23% open Β· β±οΈ 27.07.2023):
git clone https://github.com/alecthomas/flask_injector
-
PyPi (π₯ 57K / month Β· π¦ 19 Β· β±οΈ 27.07.2023):
pip install flask_injector
-
Conda (π₯ 6K Β· β±οΈ 28.07.2023):
conda install -c conda-forge flask-injector
-
GitHub (π¨βπ» 17 Β· π 66 Β· π₯ 51 Β· π¦ 250 Β· π 82 - 13% open Β· β±οΈ 06.05.2024):
git clone https://github.com/cenobites/flask-jsonrpc
-
PyPi (π₯ 250 / month Β· β±οΈ 28.04.2012):
pip install rpc
-
GitHub (π¨βπ» 16 Β· π 46 Β· π¦ 490 Β· π 31 - 29% open Β· β±οΈ 29.02.2024):
git clone https://github.com/opentracing-contrib/python-flask
-
PyPi (π₯ 140K / month Β· π¦ 21 Β· β±οΈ 29.02.2024):
pip install Flask-Opentracing
-
GitHub (π¨βπ» 77 Β· π 750 Β· π 190 - 5% open Β· β±οΈ 06.06.2024):
git clone https://github.com/cookiecutter-flask/cookiecutter-flask
-
GitHub (π¨βπ» 16 Β· π 69 Β· π¦ 120 Β· π 80 - 5% open Β· β±οΈ 11.01.2024):
git clone https://github.com/thomaxxl/safrs
-
PyPi (π₯ 490 / month Β· π¦ 2 Β· β±οΈ 28.11.2023):
pip install safrs
-
GitHub (π¨βπ» 4 Β· π 30 Β· π¦ 560 Β· π 52 - 17% open Β· β±οΈ 16.01.2024):
git clone https://github.com/honmaple/flask-msearch
-
PyPi (π₯ 630 / month Β· β±οΈ 16.01.2024):
pip install flask-msearch
- <b><a href="https://github.com/pallets-eco/flask-security">flask-security</a></b> (π₯29 Β· β 1.6K Β· π) - Quick and simple security for Flask applications. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/MongoEngine/flask-mongoengine">flask-mongoengine</a></b> (π₯29 Β· β 840 Β· π) - MongoEngine flask extension with WTF model forms.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/maxcountryman/flask-bcrypt">flask-bcrypt</a></b> (π₯27 Β· β 320 Β· π) - Flask-Bcrypt is a Flask extension that provides bcrypt.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/jmcarp/flask-apispec">flask-apispec</a></b> (π₯26 Β· β 650 Β· π) - Build and document REST APIs with Flask and apispec. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/GoogleCloudPlatform/flask-talisman">flask-talisman</a></b> (π₯24 Β· β 910 Β· π) - HTTP security headers for Flask. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/muatik/flask-profiler">flask-profiler</a></b> (π₯24 Β· β 750 Β· π) - a flask profiler which watches endpoint calls and tries.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/maxcountryman/flask-seasurf">flask-seasurf</a></b> (π₯24 Β· β 190 Β· π) - SeaSurf is a Flask extension for preventing cross-site.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/johnwheeler/flask-ask">flask-ask</a></b> (π₯23 Β· β 1.9K Β· π) - Alexa Skills Kit for Python. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/Frozen-Flask/Frozen-Flask">Frozen-Flask</a></b> (π₯23 Β· β 780) - Freezes a Flask application into a set of static files. <code>βUnlicensed</code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/pyexcel-webwares/Flask-Excel">Flask-Excel</a></b> (π₯23 Β· β 260 Β· π) - A flask extension using pyexcel to read, manipulate and write.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/e-dard/flask-s3">flask-s3</a></b> (π₯22 Β· β 200 Β· π) - Seamlessly serve your static assets of your Flask app from Amazon.. <code><a href="https://tldrlegal.com/search?q=WTFPL">βοΈWTFPL</a></code>
- <b><a href="https://github.com/esbullington/flask-bootstrap">flask-bootstrap</a></b> (π₯21 Β· β 1.6K Β· π) - A Flask app template with integrated SQLAlchemy,.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/gstaff/flask-ngrok">flask-ngrok</a></b> (π₯20 Β· β 140 Β· π) - A simple way to demo Flask apps from your machine. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/christabor/flask_jsondash">flask_jsondash</a></b> (π₯19 Β· β 3.3K Β· π) - Build complex dashboards without any front-end code... <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/joegasewicz/flask-file-upload">flask-file-upload</a></b> (π₯17 Β· β 150 Β· π) - Easy file uploads for Flask. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/numberly/flask2postman">flask2postman</a></b> (π₯14 Β· β 150 Β· π) - Generate a Postman collection from your Flask application. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
FastAPI Utilities
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/aminalaee/sqladmin">sqladmin</a></b> (π₯30 Β· β 1.6K) - SQLAlchemy Admin for FastAPI and Starlette. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://fastapi.tiangolo.com/img/favicon.png" style="display:inline;" width="13" height="13"></code></summary>-
GitHub (π¨βπ» 54 Β· π 170 Β· π¦ 810 Β· π 220 - 15% open Β· β±οΈ 15.05.2024):
git clone https://github.com/aminalaee/sqladmin
-
PyPi (π₯ 82K / month Β· π¦ 16 Β· β±οΈ 13.05.2024):
pip install sqladmin
-
GitHub (π¨βπ» 4 Β· π 160 Β· π¦ 3.8K Β· π 100 - 70% open Β· β±οΈ 04.06.2024):
git clone https://github.com/dmontagu/fastapi-utils
-
PyPi (π₯ 560K / month Β· π¦ 98 Β· β±οΈ 11.05.2024):
pip install fastapi-utils
-
GitHub (π¨βπ» 25 Β· π 70 Β· π¦ 2.3K Β· π 120 - 52% open Β· β±οΈ 04.06.2024):
git clone https://github.com/laurents/slowapi
-
PyPi (π₯ 330K / month Β· π¦ 44 Β· β±οΈ 05.02.2024):
pip install slowapi
-
GitHub (π¨βπ» 14 Β· π 340 Β· π¦ 320 Β· π 130 - 44% open Β· β±οΈ 24.05.2024):
git clone https://github.com/fastapi-admin/fastapi-admin
-
PyPi (π₯ 4.5K / month Β· β±οΈ 31.08.2021):
pip install fastapi-admin
-
GitHub (π¨βπ» 26 Β· π 99 Β· π¦ 180 Β· π 83 - 56% open Β· β±οΈ 02.05.2024):
git clone https://github.com/koxudaxi/fastapi-code-generator
-
PyPi (π₯ 15K / month Β· π¦ 3 Β· β±οΈ 02.05.2024):
pip install fastapi-code-generator
-
GitHub (π¨βπ» 25 Β· π 33 Β· π 50 - 12% open Β· β±οΈ 29.05.2024):
git clone https://github.com/stephenhillier/starlette_exporter
-
PyPi (π₯ 1.5M / month Β· π¦ 25 Β· β±οΈ 29.05.2024):
pip install starlette_exporter
-
GitHub (π¨βπ» 7 Β· π 52 Β· π₯ 260 Β· π¦ 10 Β· π 120 - 16% open Β· β±οΈ 02.02.2024):
git clone https://github.com/rszamszur/fastapi-mvc
-
PyPi (π₯ 770 / month Β· β±οΈ 09.01.2023):
pip install fastapi-mvc
-
GitHub (π¨βπ» 7 Β· π 34 Β· π 35 - 62% open Β· β±οΈ 09.04.2024):
git clone https://github.com/mfreeborn/fastapi-sqlalchemy
-
PyPi (π₯ 90K / month Β· π¦ 9 Β· β±οΈ 25.09.2020):
pip install fastapi-sqlalchemy
-
GitHub (π¨βπ» 3 Β· π 19 Β· π¦ 100 Β· π 16 - 12% open Β· β±οΈ 03.06.2024):
git clone https://github.com/madkote/fastapi-plugins
-
PyPi (π₯ 6.4K / month Β· π¦ 3 Β· β±οΈ 03.06.2024):
pip install fastapi-plugins
- <b><a href="https://github.com/awtkns/fastapi-crudrouter">fastapi-crudrouter</a></b> (π₯25 Β· β 1.3K Β· π) - A dynamic FastAPI router that automatically creates.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://fastapi.tiangolo.com/img/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/pyropy/fastapi-socketio">fastapi-socketio</a></b> (π₯22 Β· β 320 Β· π) - Easily integrate socket.io with your FastAPI app. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code> <code><img src="https://fastapi.tiangolo.com/img/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/DeanWay/fastapi-versioning">fastapi-versioning</a></b> (π₯18 Β· β 630 Β· π) - api versioning for fastapi web applications. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://fastapi.tiangolo.com/img/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/identixone/fastapi_contrib">fastapi_contrib</a></b> (π₯18 Β· β 600 Β· π) - Opinionated set of utilities on top of FastAPI. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://fastapi.tiangolo.com/img/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/comeuplater/fastapi_cache">fastapi_cache</a></b> (π₯18 Β· β 210 Β· π) - FastAPI simple cache. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://fastapi.tiangolo.com/img/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/Buuntu/fastapi-react">fastapi-react</a></b> (π₯17 Β· β 2.1K Β· π) - Cookiecutter Template for FastAPI + React Projects... <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://fastapi.tiangolo.com/img/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/dmontagu/fastapi_client">fastapi_client</a></b> (π₯14 Β· β 320 Β· π) - FastAPI client generator. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code> <code><img src="https://fastapi.tiangolo.com/img/favicon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/yezz123/fastango">fastapi-lazy</a></b> (π₯11 Β· β 110 Β· π) - Simplifies class-based views for more organized and.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://fastapi.tiangolo.com/img/favicon.png" style="display:inline;" width="13" height="13"></code>
Pyramid Utilities
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary>Show 3 hidden projects...</summary>- <b><a href="https://github.com/Pylons/pyramid_jinja2">pyramid_jinja2</a></b> (π₯21 Β· β 71) - Jinja2 templating system bindings for the Pyramid web.. <code>βUnlicensed</code> <code><img src="https://trypyramid.com/img/pyramid-16x16.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/sontek/pyramid_celery">pyramid_celery</a></b> (π₯18 Β· β 100 Β· π) - Pyramid configuration with celery integration. Allows.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://trypyramid.com/img/pyramid-16x16.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/mmerickel/pyramid_services">pyramid_services</a></b> (π₯15 Β· β 81 Β· π) - A service layer for pyramid. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://trypyramid.com/img/pyramid-16x16.png" style="display:inline;" width="13" height="13"></code>
Django Utilities
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/django-import-export/django-import-export">django-import-export</a></b> (π₯39 Β· β 2.9K) - Django application and library for importing and.. <code><a href="http://bit.ly/3rqEWVr">BSD-2</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code></summary>-
GitHub (π¨βπ» 210 Β· π 780 Β· π¦ 98K Β· π 1K - 2% open Β· β±οΈ 02.06.2024):
git clone https://github.com/django-import-export/django-import-export
-
PyPi (π₯ 1.4M / month Β· π¦ 140 Β· β±οΈ 30.05.2024):
pip install django-import-export
-
Conda (π₯ 94K Β· β±οΈ 08.04.2024):
conda install -c conda-forge django-import-export
-
GitHub (π¨βπ» 260 Β· π 840 Β· π¦ 180K Β· π 720 - 17% open Β· β±οΈ 01.06.2024):
git clone https://github.com/jschneier/django-storages
-
PyPi (π₯ 3.6M / month Β· π¦ 190 Β· β±οΈ 04.05.2024):
pip install django-storages
-
Conda (π₯ 60K Β· β±οΈ 04.05.2024):
conda install -c conda-forge django-storages
-
GitHub (π¨βπ» 580 Β· π 1.1K Β· π¦ 220K Β· π 930 - 22% open Β· β±οΈ 27.04.2024):
git clone https://github.com/django-extensions/django-extensions
-
PyPi (π₯ 4M / month Β· π¦ 460 Β· β±οΈ 05.06.2023):
pip install django-extensions
-
Conda (π₯ 420K Β· β±οΈ 05.06.2023):
conda install -c conda-forge django-extensions
-
GitHub (π¨βπ» 360 Β· π 2.2K Β· π¦ 1.1K Β· π 1.5K - 7% open Β· β±οΈ 15.05.2024):
git clone https://github.com/django-oscar/django-oscar
-
PyPi (π₯ 25K / month Β· π¦ 44 Β· β±οΈ 02.05.2024):
pip install django-oscar
-
GitHub (π¨βπ» 180 Β· π 460 Β· π¦ 5.4K Β· π 590 - 25% open Β· β±οΈ 29.05.2024):
git clone https://github.com/jazzband/django-simple-history
-
PyPi (π₯ 1.3M / month Β· π¦ 75 Β· β±οΈ 30.05.2024):
pip install django-simple-history
-
GitHub (π¨βπ» 260 Β· π 790 Β· π¦ 21 Β· π 1.3K - 8% open Β· β±οΈ 13.05.2024):
git clone https://github.com/django/channels
-
PyPi (π₯ 1.3M / month Β· π¦ 330 Β· β±οΈ 03.04.2024):
pip install channels
-
Conda (π₯ 190K Β· β±οΈ 03.04.2024):
conda install -c conda-forge channels
-
GitHub (π¨βπ» 69 Β· π 530 Β· π¦ 230K Β· π 270 - 2% open Β· β±οΈ 28.05.2024):
git clone https://github.com/adamchainz/django-cors-headers
-
PyPi (π₯ 6M / month Β· π¦ 370 Β· β±οΈ 14.11.2023):
pip install django-cors-headers
-
Conda (π₯ 100K Β· β±οΈ 14.11.2023):
conda install -c conda-forge django-cors-headers
-
GitHub (π¨βπ» 210 Β· π 750 Β· π¦ 160K Β· π 830 - 7% open Β· β±οΈ 27.03.2024):
git clone https://github.com/carltongibson/django-filter
-
PyPi (π₯ 4.9M / month Β· π¦ 870 Β· β±οΈ 27.03.2024):
pip install django-filter
-
Conda (π₯ 140K Β· β±οΈ 27.03.2024):
conda install -c conda-forge django-filter
-
GitHub (π¨βπ» 220 Β· π 1.3K Β· π¦ 9.7K Β· π 1.3K - 42% open Β· β±οΈ 04.06.2024):
git clone https://github.com/django-haystack/django-haystack
-
PyPi (π₯ 130K / month Β· π¦ 97 Β· β±οΈ 04.06.2024):
pip install django-haystack
-
Conda (π₯ 6.2K Β· β±οΈ 05.06.2024):
conda install -c conda-forge django-haystack
-
GitHub (π¨βπ» 160 Β· π 460 Β· π¦ 21K Β· π 530 - 21% open Β· β±οΈ 08.05.2024):
git clone https://github.com/django-mptt/django-mptt
-
PyPi (π₯ 640K / month Β· π¦ 250 Β· β±οΈ 16.01.2024):
pip install django-mptt
-
conda install -c anaconda django-mptt
-
GitHub (π¨βπ» 140 Β· π 360 Β· π¦ 24K Β· π 300 - 35% open Β· β±οΈ 14.05.2024):
git clone https://github.com/jazzband/django-model-utils
-
PyPi (π₯ 1.6M / month Β· π¦ 490 Β· β±οΈ 02.05.2024):
pip install django-model-utils
-
GitHub (π¨βπ» 260 Β· π 420 Β· π¦ 11K Β· π 770 - 29% open Β· β±οΈ 06.06.2024):
git clone https://github.com/typeddjango/django-stubs
-
PyPi (π₯ 1.5M / month Β· π¦ 150 Β· β±οΈ 27.05.2024):
pip install django-stubs
-
Conda (π₯ 25K Β· β±οΈ 28.05.2024):
conda install -c conda-forge django-stubs
-
GitHub (π¨βπ» 190 Β· π 480 Β· π¦ 7.4K Β· π 650 - 2% open Β· β±οΈ 30.01.2024):
git clone https://github.com/etianen/django-reversion
-
PyPi (π₯ 450K / month Β· π¦ 68 Β· β±οΈ 30.01.2024):
pip install django-reversion
-
GitHub (π¨βπ» 99 Β· π 680 Β· π¦ 19K Β· π 300 - 1% open Β· β±οΈ 25.04.2024):
git clone https://github.com/zostera/django-bootstrap3
-
PyPi (π₯ 140K / month Β· π¦ 66 Β· β±οΈ 17.04.2024):
pip install django-bootstrap3
-
Conda (π₯ 29K Β· β±οΈ 16.06.2023):
conda install -c conda-forge django-bootstrap3
-
GitHub (π¨βπ» 200 Β· π 460 Β· π¦ 4.1K Β· π 860 - 25% open Β· β±οΈ 23.02.2024):
git clone https://github.com/yourlabs/django-autocomplete-light
-
PyPi (π₯ 260K / month Β· π¦ 76 Β· β±οΈ 23.02.2024):
pip install django-autocomplete-light
-
GitHub (π¨βπ» 72 Β· π 200 Β· π¦ 270K Β· π 94 - 3% open Β· β±οΈ 28.05.2024):
git clone https://github.com/jacobian/dj-database-url
-
PyPi (π₯ 1.9M / month Β· π¦ 280 Β· β±οΈ 28.05.2024):
pip install dj-database-url
-
GitHub (π¨βπ» 93 Β· π 320 Β· π₯ 80 Β· π¦ 220K Β· π 260 - 31% open Β· β±οΈ 01.09.2023):
git clone https://github.com/joke2k/django-environ
-
PyPi (π₯ 2.7M / month Β· π¦ 350 Β· β±οΈ 01.09.2023):
pip install django-environ
-
Conda (π₯ 71K Β· β±οΈ 02.09.2023):
conda install -c conda-forge django-environ
-
GitHub (π¨βπ» 62 Β· π 340 Β· π¦ 9.4K Β· π 190 - 6% open Β· β±οΈ 04.04.2024):
git clone https://github.com/django-webpack/django-webpack-loader
-
PyPi (π₯ 600K / month Β· π¦ 55 Β· β±οΈ 04.04.2024):
pip install django-webpack-loader
-
Conda (π₯ 11K Β· β±οΈ 04.04.2024):
conda install -c conda-forge django-webpack-loader
-
GitHub (π¨βπ» 150 Β· π 420 Β· π¦ 7.2K Β· π 580 - 13% open Β· β±οΈ 15.04.2024):
git clone https://github.com/jieter/django-tables2
-
PyPi (π₯ 350K / month Β· π¦ 93 Β· β±οΈ 05.12.2023):
pip install django-tables2
-
Conda (π₯ 9K Β· β±οΈ 09.12.2023):
conda install -c conda-forge django-tables2
-
GitHub (π¨βπ» 120 Β· π 310 Β· π¦ 2.8K Β· π 360 - 21% open Β· β±οΈ 26.05.2024):
git clone https://github.com/django-money/django-money
-
PyPi (π₯ 250K / month Β· π¦ 42 Β· β±οΈ 07.05.2024):
pip install django-money
-
GitHub (π¨βπ» 180 Β· π 370 Β· π¦ 2.4K Β· π 470 - 30% open Β· β±οΈ 11.05.2024):
git clone https://github.com/jazzband/django-pipeline
-
PyPi (π₯ 130K / month Β· π¦ 29 Β· β±οΈ 10.05.2024):
pip install django-pipeline
-
GitHub (π¨βπ» 140 Β· π 260 Β· π¦ 160K Β· π 170 - 14% open Β· β±οΈ 25.04.2024):
git clone https://github.com/zostera/django-bootstrap4
-
PyPi (π₯ 180K / month Β· π¦ 74 Β· β±οΈ 17.04.2024):
pip install django-bootstrap4
-
Conda (π₯ 27K Β· β±οΈ 16.06.2023):
conda install -c conda-forge django-bootstrap4
-
GitHub (π¨βπ» 420 Β· π 2.8K Β· π¦ 30 Β· π 1.2K - 9% open Β· β±οΈ 06.06.2024):
git clone https://github.com/cookiecutter/cookiecutter-django
-
PyPi (π₯ 84 / month Β· β±οΈ 15.01.2018):
pip install cookiecutter-django
-
GitHub (π¨βπ» 130 Β· π 700 Β· π¦ 42K Β· π 540 - 3% open Β· β±οΈ 26.03.2024):
git clone https://github.com/django-ckeditor/django-ckeditor
-
PyPi (π₯ 490K / month Β· π¦ 130 Β· β±οΈ 08.02.2024):
pip install django-ckeditor
-
GitHub (π¨βπ» 130 Β· π 280 Β· π¦ 3.3K Β· π 360 - 27% open Β· β±οΈ 01.05.2024):
git clone https://github.com/rq/django-rq
-
PyPi (π₯ 270K / month Β· π¦ 94 Β· β±οΈ 23.03.2024):
pip install django-rq
-
GitHub (π¨βπ» 160 Β· π 490 Β· π¦ 15K Β· π 430 - 29% open Β· β±οΈ 04.10.2023):
git clone https://github.com/jazzband/sorl-thumbnail
-
PyPi (π₯ 300K / month Β· π¦ 89 Β· β±οΈ 05.10.2023):
pip install sorl-thumbnail
-
Conda (π₯ 7.1K Β· β±οΈ 05.10.2023):
conda install -c conda-forge sorl-thumbnail
-
GitHub (π¨βπ» 120 Β· π 320 Β· π₯ 19 Β· π¦ 26K Β· π 220 - 4% open Β· β±οΈ 05.04.2024):
git clone https://github.com/stefanfoulis/django-phonenumber-field
-
PyPi (π₯ 1.3M / month Β· π¦ 130 Β· β±οΈ 29.12.2023):
pip install django-phonenumber-field
-
GitHub (π¨βπ» 140 Β· π 430 Β· π 370 - 16% open Β· β±οΈ 20.02.2024):
git clone https://github.com/jazzband/django-redis
-
PyPi (π₯ 3.2M / month Β· π¦ 240 Β· β±οΈ 01.10.2023):
pip install django-redis
-
GitHub (π¨βπ» 220 Β· π 600 Β· π 670 - 19% open Β· β±οΈ 06.05.2024):
git clone https://github.com/django-compressor/django-compressor
-
PyPi (π₯ 540K / month Β· π¦ 160 Β· β±οΈ 27.06.2023):
pip install django-compressor
-
GitHub (π¨βπ» 70 Β· π 310 Β· π¦ 1.6K Β· π 160 - 0% open Β· β±οΈ 16.04.2024):
git clone https://github.com/viewflow/django-fsm
-
PyPi (π₯ 370K / month Β· π¦ 56 Β· β±οΈ 09.04.2024):
pip install django-fsm
-
Conda (π₯ 26K Β· β±οΈ 09.04.2024):
conda install -c conda-forge django-fsm
-
GitHub (π¨βπ» 100 Β· π 340 Β· π¦ 410 Β· π 290 - 5% open Β· β±οΈ 04.06.2024):
git clone https://github.com/groveco/django-sql-explorer
-
PyPi (π₯ 82K / month Β· π¦ 8 Β· β±οΈ 04.06.2024):
pip install django-sql-explorer
-
GitHub (π¨βπ» 120 Β· π 270 Β· π 340 - 45% open Β· β±οΈ 04.06.2024):
git clone https://github.com/django-polymorphic/django-polymorphic
-
PyPi (π₯ 520K / month Β· π¦ 140 Β· β±οΈ 18.11.2021):
pip install django-polymorphic
-
Conda (π₯ 66K Β· β±οΈ 16.06.2023):
conda install -c conda-forge django_polymorphic
-
GitHub (π¨βπ» 56 Β· π 290 Β· π 300 - 7% open Β· β±οΈ 02.05.2024):
git clone https://github.com/SmileyChris/django-countries
-
PyPi (π₯ 770K / month Β· π¦ 100 Β· β±οΈ 01.04.2024):
pip install django-countries
-
GitHub (π¨βπ» 150 Β· π 620 Β· π 430 - 21% open Β· β±οΈ 29.05.2024):
git clone https://github.com/jazzband/django-taggit
-
PyPi (π₯ 680K / month Β· π¦ 180 Β· β±οΈ 29.10.2023):
pip install django-taggit
-
Conda (π₯ 120K Β· β±οΈ 29.10.2023):
conda install -c conda-forge django-taggit
-
GitHub (π¨βπ» 77 Β· π 270 Β· π₯ 100 Β· π¦ 9.1K Β· π 390 - 24% open Β· β±οΈ 28.09.2023):
git clone https://github.com/matthewwithanm/django-imagekit
-
PyPi (π₯ 170K / month Β· π¦ 50 Β· β±οΈ 28.09.2023):
pip install django-imagekit
-
GitHub (π¨βπ» 30 Β· π 140 Β· π¦ 41K Β· π 97 - 44% open Β· β±οΈ 03.11.2023):
git clone https://github.com/jazzband/django-widget-tweaks
-
PyPi (π₯ 690K / month Β· π¦ 130 Β· β±οΈ 25.08.2023):
pip install django-widget-tweaks
-
GitHub (π¨βπ» 70 Β· π 220 Β· π¦ 1.9K Β· π 290 - 26% open Β· β±οΈ 03.04.2024):
git clone https://github.com/jazzband/django-dbbackup
-
PyPi (π₯ 130K / month Β· π¦ 21 Β· β±οΈ 15.01.2024):
pip install django-dbbackup
-
GitHub (π¨βπ» 72 Β· π 110 Β· π¦ 3K Β· π 140 - 38% open Β· β±οΈ 05.06.2024):
git clone https://github.com/typeddjango/djangorestframework-stubs
-
PyPi (π₯ 940K / month Β· π¦ 27 Β· β±οΈ 05.12.2023):
pip install djangorestframework-stubs
-
Conda (π₯ 11K Β· β±οΈ 13.05.2024):
conda install -c conda-forge djangorestframework-stubs
-
GitHub (π¨βπ» 130 Β· π 380 Β· π 790 - 39% open Β· β±οΈ 24.05.2024):
git clone https://github.com/vitalik/django-ninja
-
PyPi (π₯ 330K / month Β· π¦ 28 Β· β±οΈ 07.12.2023):
pip install django-ninja
-
Conda (π₯ 11K Β· β±οΈ 12.12.2023):
conda install -c conda-forge django-ninja
-
GitHub (π¨βπ» 27 Β· π 390 Β· π¦ 300 Β· π 330 - 5% open Β· β±οΈ 12.05.2024):
git clone https://github.com/viewflow/viewflow
-
PyPi (π₯ 18K / month Β· π¦ 2 Β· β±οΈ 19.04.2024):
pip install django-viewflow
-
GitHub (π¨βπ» 110 Β· π 490 Β· π₯ 9 Β· π¦ 1.2K Β· π 310 - 7% open Β· β±οΈ 04.10.2023):
git clone https://github.com/justquick/django-activity-stream
-
PyPi (π₯ 81K / month Β· π¦ 9 Β· β±οΈ 04.10.2023):
pip install django-activity-stream
-
GitHub (π¨βπ» 67 Β· π 220 Β· π¦ 1.3K Β· π 340 - 5% open Β· β±οΈ 12.03.2024):
git clone https://github.com/Suor/django-cacheops
-
PyPi (π₯ 170K / month Β· π¦ 9 Β· β±οΈ 24.10.2023):
pip install django-cacheops
-
GitHub (π¨βπ» 140 Β· π 310 Β· π¦ 2K Β· π 280 - 11% open Β· β±οΈ 05.02.2024):
git clone https://github.com/jazzband/django-constance
-
PyPi (π₯ 300K / month Β· π¦ 17 Β· β±οΈ 21.08.2023):
pip install django-constance
-
GitHub (π¨βπ» 120 Β· π 260 Β· π¦ 1.4K Β· π 210 - 20% open Β· β±οΈ 06.05.2024):
git clone https://github.com/django-waffle/django-waffle
-
PyPi (π₯ 510K / month Β· π¦ 38 Β· β±οΈ 11.12.2023):
pip install django-waffle
-
Conda (π₯ 17K Β· β±οΈ 31.07.2023):
conda install -c conda-forge django-waffle
-
GitHub (π¨βπ» 66 Β· π 140 Β· π¦ 3.1K Β· π 220 - 28% open Β· β±οΈ 30.11.2023):
git clone https://github.com/jazzband/django-configurations
-
PyPi (π₯ 220K / month Β· π¦ 68 Β· β±οΈ 27.03.2024):
pip install django-configurations
-
Conda (π₯ 32K Β· β±οΈ 28.03.2024):
conda install -c conda-forge django-configurations
-
GitHub (π¨βπ» 73 Β· π 210 Β· π¦ 3.4K Β· π 170 - 10% open Β· β±οΈ 03.06.2024):
git clone https://github.com/spookylukey/django-paypal
-
PyPi (π₯ 20K / month Β· π¦ 2 Β· β±οΈ 30.04.2024):
pip install django-paypal
-
GitHub (π¨βπ» 61 Β· π 180 Β· π¦ 2.3K Β· π 140 - 11% open Β· β±οΈ 17.01.2024):
git clone https://github.com/AndrewIngram/django-extra-views
-
PyPi (π₯ 77K / month Β· π¦ 38 Β· β±οΈ 09.06.2021):
pip install django-extra-views
-
GitHub (π¨βπ» 50 Β· π 200 Β· π¦ 280 Β· π 150 - 9% open Β· β±οΈ 22.05.2024):
git clone https://github.com/bennylope/django-organizations
-
PyPi (π₯ 45K / month Β· π¦ 5 Β· β±οΈ 18.03.2024):
pip install django-organizations
-
Conda (π₯ 6.2K Β· β±οΈ 16.06.2023):
conda install -c conda-forge django-organizations
-
GitHub (π¨βπ» 67 Β· π 300 Β· π¦ 650 Β· π 200 - 10% open Β· β±οΈ 13.11.2023):
git clone https://github.com/jrief/django-angular
-
PyPi (π₯ 9K / month Β· π¦ 10 Β· β±οΈ 13.11.2023):
pip install django-angular
-
GitHub (π¨βπ» 25 Β· π 65 Β· π¦ 2.8K Β· π 46 - 8% open Β· β±οΈ 03.06.2024):
git clone https://github.com/sobolevn/django-split-settings
-
PyPi (π₯ 160K / month Β· π¦ 10 Β· β±οΈ 05.04.2024):
pip install django-split-settings
-
GitHub (π¨βπ» 82 Β· π 190 Β· π¦ 3.2K Β· π 160 - 30% open Β· β±οΈ 03.06.2024):
git clone https://github.com/mbi/django-rosetta
-
PyPi (π₯ 110K / month Β· π¦ 26 Β· β±οΈ 04.12.2023):
pip install django-rosetta
-
Conda (π₯ 9.8K Β· β±οΈ 16.06.2023):
conda install -c conda-forge django-rosetta
-
GitHub (π¨βπ» 100 Β· π 600 Β· π₯ 120 Β· π 430 - 27% open Β· β±οΈ 03.06.2024):
git clone https://github.com/jazzband/django-push-notifications
-
PyPi (π₯ 78K / month Β· π¦ 8 Β· β±οΈ 28.04.2024):
pip install django-push-notifications
-
GitHub (π¨βπ» 33 Β· π 83 Β· π¦ 330 Β· π 78 - 26% open Β· β±οΈ 04.03.2024):
git clone https://github.com/rsinger86/django-lifecycle
-
PyPi (π₯ 110K / month Β· π¦ 9 Β· β±οΈ 01.03.2024):
pip install django-lifecycle
-
GitHub (π¨βπ» 36 Β· π 140 Β· π¦ 760 Β· π 170 - 18% open Β· β±οΈ 03.06.2024):
git clone https://github.com/noripyt/django-cachalot
-
PyPi (π₯ 89K / month Β· π¦ 11 Β· β±οΈ 11.01.2024):
pip install django-cachalot
-
Conda (π₯ 46K Β· β±οΈ 16.06.2023):
conda install -c conda-forge django-cachalot
-
GitHub (π¨βπ» 17 Β· π 78 Β· π¦ 14K Β· π 54 - 1% open Β· β±οΈ 28.01.2024):
git clone https://github.com/un1t/django-cleanup
-
PyPi (π₯ 460K / month Β· π¦ 32 Β· β±οΈ 29.01.2024):
pip install django-cleanup
-
Conda (π₯ 13K Β· β±οΈ 29.01.2024):
conda install -c conda-forge django-cleanup
-
GitHub (π¨βπ» 36 Β· π 380 Β· π¦ 930 Β· π 290 - 5% open Β· β±οΈ 27.07.2023):
git clone https://github.com/sehmaschine/django-filebrowser
-
PyPi (π₯ 15K / month Β· π¦ 4 Β· β±οΈ 27.07.2023):
pip install django-filebrowser
-
GitHub (π¨βπ» 48 Β· π 170 Β· π¦ 260 Β· π 160 - 52% open Β· β±οΈ 16.04.2024):
git clone https://github.com/soynatan/django-easy-audit
-
PyPi (π₯ 57K / month Β· π¦ 4 Β· β±οΈ 16.04.2024):
pip install django-easy-audit
-
GitHub (π¨βπ» 56 Β· π 97 Β· π 110 - 17% open Β· β±οΈ 31.05.2024):
git clone https://github.com/mozilla/django-csp
-
PyPi (π₯ 680K / month Β· π¦ 41 Β· β±οΈ 01.03.2024):
pip install django-csp
-
GitHub (π¨βπ» 45 Β· π 94 Β· π¦ 1.4K Β· π 69 - 31% open Β· β±οΈ 09.12.2023):
git clone https://github.com/jazzband/django-robots
-
PyPi (π₯ 48K / month Β· π¦ 11 Β· β±οΈ 09.12.2023):
pip install django-robots
-
GitHub (π¨βπ» 72 Β· π 220 Β· π 360 - 19% open Β· β±οΈ 16.02.2024):
git clone https://github.com/summernote/django-summernote
-
PyPi (π₯ 52K / month Β· π¦ 3 Β· β±οΈ 14.10.2021):
pip install django-summernote
-
GitHub (π¨βπ» 23 Β· π 17 Β· π₯ 630 Β· π¦ 2 Β· π 41 - 24% open Β· β±οΈ 05.06.2024):
git clone https://github.com/browniebroke/django-codemod
-
PyPi (π₯ 1.1K / month Β· β±οΈ 07.05.2024):
pip install django-codemod
- <b><a href="https://github.com/Koed00/django-q">django-q</a></b> (π₯31 Β· β 1.8K Β· π) - A multiprocessing distributed task queue for Django. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/SmileyChris/easy-thumbnails">easy-thumbnails</a></b> (π₯31 Β· β 1.4K Β· π) - Easy thumbnails for Django. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/rpkilby/jsonfield">jsonfield</a></b> (π₯31 Β· β 1.2K Β· π) - A reusable Django model field for storing ad-hoc JSON data. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/brack3t/django-braces">django-braces</a></b> (π₯30 Β· β 1.9K Β· π) - Reusable, generic mixins for Django. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/sebleier/django-redis-cache">django-redis-cache</a></b> (π₯29 Β· β 1K Β· π) - A Redis cache backend for django. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/awesto/django-shop">django-shop</a></b> (π₯28 Β· β 3.2K Β· π) - A Django based shop system. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/Fantomas42/django-blog-zinnia">django-blog-zinnia</a></b> (π₯27 Β· β 2.1K Β· π) - Simple yet powerful and really extendable application.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/etianen/django-watson">django-watson</a></b> (π₯26 Β· β 1.2K Β· π) - Full-text multi-table search application for Django... <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/kmmbvnr/django-jenkins">django-jenkins</a></b> (π₯26 Β· β 940 Β· π) - Plug and play continuous integration with django and.. <code><a href="http://bit.ly/37RvQcA">βοΈLGPL-3.0</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/django-cache-machine/django-cache-machine">django-cache-machine</a></b> (π₯25 Β· β 870 Β· π) - Automatic caching and invalidation for Django models.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/lazybird/django-solo">django-solo</a></b> (π₯25 Β· β 840) - Helps working with singletons - things like global.. <code><a href="https://tldrlegal.com/search?q=CC-BY-3.0">βοΈCC-BY-3.0</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/encode/django-vanilla-views">django-vanilla-views</a></b> (π₯24 Β· β 980 Β· π) - Beautifully simple class-based views. <code><a href="http://bit.ly/3rqEWVr">BSD-2</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/jazzband/django-floppyforms">django-floppyforms</a></b> (π₯24 Β· β 840 Β· π) - Full control of form rendering in the templates. <code><a href="https://tldrlegal.com/search?q=MirOS">βοΈMirOS</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/agiliq/merchant">merchant</a></b> (π₯19 Β· β 1K Β· π) - A Django app to accept payments from various payment processors.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/thauber/django-schedule">django-schedule</a></b> (π₯14 Β· β 830 Β· π) - A calendaring app for Django. It is now stable,.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
Others
<a href="#contents"><img align="right" width="15" height="15" src="https://git.io/JtehR" alt="Back to top"></a>
<details><summary><b><a href="https://github.com/twisted/twisted">twisted</a></b> (π₯44 Β· β 5.5K) - Event-driven networking engine written in Python. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>-
GitHub (π¨βπ» 280 Β· π 1.1K Β· π¦ 86K Β· π 10K - 26% open Β· β±οΈ 05.06.2024):
git clone https://github.com/twisted/twisted
-
PyPi (π₯ 4.4M / month Β· π¦ 1.1K Β· β±οΈ 01.03.2024):
pip install twisted
-
Conda (π₯ 1.1M Β· β±οΈ 01.03.2024):
conda install -c conda-forge twisted
-
GitHub (π¨βπ» 310 Β· π 1.6K Β· π₯ 56K Β· π¦ 21 Β· π 1.1K - 10% open Β· β±οΈ 03.06.2024):
git clone https://github.com/pallets/jinja
-
PyPi (π₯ 180M / month Β· π¦ 17K Β· β±οΈ 05.05.2024):
pip install jinja2
-
Conda (π₯ 39M Β· β±οΈ 08.05.2024):
conda install -c conda-forge jinja2
-
GitHub (π¨βπ» 530 Β· π 3.4K Β· π₯ 170K Β· π¦ 2.1K Β· π 5.4K - 5% open Β· β±οΈ 06.06.2024):
git clone https://github.com/certbot/certbot
-
PyPi (π₯ 480K / month Β· π¦ 290 Β· β±οΈ 06.06.2024):
pip install certbot
-
Conda (π₯ 27K Β· β±οΈ 19.05.2024):
conda install -c conda-forge certbot-apache
-
GitHub (π¨βπ» 260 Β· π 1.6K Β· π¦ 20K Β· π 1.5K - 7% open Β· β±οΈ 05.06.2024):
git clone https://github.com/ethereum/web3.py
-
PyPi (π₯ 1.9M / month Β· π¦ 1.1K Β· β±οΈ 15.05.2024):
pip install web3
-
Conda (π₯ 240K Β· β±οΈ 29.03.2024):
conda install -c conda-forge web3
-
GitHub (π¨βπ» 470 Β· π 2K Β· π¦ 15K Β· π 1.6K - 6% open Β· β±οΈ 04.06.2024):
git clone https://github.com/secdev/scapy
-
PyPi (π₯ 2.5M / month Β· π¦ 390 Β· β±οΈ 28.04.2024):
pip install scapy
-
Conda (π₯ 120K Β· β±οΈ 16.06.2023):
conda install -c conda-forge scapy
-
GitHub (π¨βπ» 120 Β· π 490 Β· π₯ 610 Β· π¦ 300K Β· π 530 - 0% open Β· β±οΈ 05.06.2024):
git clone https://github.com/rthalley/dnspython
-
PyPi (π₯ 48M / month Β· π¦ 1.7K Β· β±οΈ 18.02.2024):
pip install dnspython
-
Conda (π₯ 1.6M Β· β±οΈ 29.02.2024):
conda install -c conda-forge dnspython
-
GitHub (π¨βπ» 43 Β· π 220 Β· π₯ 10 Β· π¦ 1.1M Β· π 120 - 0% open Β· β±οΈ 03.06.2024):
git clone https://github.com/pallets/itsdangerous
-
PyPi (π₯ 58M / month Β· π¦ 1.7K Β· β±οΈ 16.04.2024):
pip install itsdangerous
-
Conda (π₯ 7.3M Β· β±οΈ 17.04.2024):
conda install -c conda-forge itsdangerous
-
GitHub (π¨βπ» 260 Β· π 1.7K Β· π¦ 1.5K Β· π 1K - 9% open Β· β±οΈ 23.05.2024):
git clone https://github.com/Gallopsled/pwntools
-
PyPi (π₯ 73K / month Β· π¦ 71 Β· β±οΈ 22.02.2024):
pip install pwntools
-
GitHub (π¨βπ» 120 Β· π 210 Β· π¦ 12K Β· π 320 - 7% open Β· β±οΈ 03.06.2024):
git clone https://github.com/hynek/structlog
-
PyPi (π₯ 26M / month Β· π¦ 950 Β· β±οΈ 27.05.2024):
pip install structlog
-
GitHub (π¨βπ» 230 Β· π 3.5K Β· π₯ 220K Β· π¦ 4.7K Β· π 930 - 20% open Β· β±οΈ 06.06.2024):
git clone https://github.com/SecureAuthCorp/impacket
-
PyPi (π₯ 140K / month Β· π¦ 99 Β· β±οΈ 03.08.2023):
pip install impacket
-
GitHub (π¨βπ» 190 Β· π 540 Β· π₯ 270 Β· π¦ 19K Β· π 1.2K - 22% open Β· β±οΈ 17.05.2024):
git clone https://github.com/RDFLib/rdflib
-
PyPi (π₯ 3.2M / month Β· π¦ 1.2K Β· β±οΈ 01.08.2023):
pip install rdflib
-
Conda (π₯ 530K Β· β±οΈ 02.08.2023):
conda install -c conda-forge rdflib
-
GitHub (π¨βπ» 1.7K Β· π 950 Β· π₯ 5.7K Β· π¦ 34 Β· π 5.3K - 8% open Β· β±οΈ 06.06.2024):
git clone https://github.com/WeblateOrg/weblate
-
PyPi (π₯ 4.3K / month Β· π¦ 2 Β· β±οΈ 13.05.2024):
pip install weblate
-
GitHub (π¨βπ» 78 Β· π 160 Β· π¦ 8.4K Β· π 290 - 3% open Β· β±οΈ 06.06.2024):
git clone https://github.com/marshmallow-code/webargs
-
PyPi (π₯ 1.9M / month Β· π¦ 150 Β· β±οΈ 07.01.2024):
pip install webargs
-
Conda (π₯ 220K Β· β±οΈ 08.01.2024):
conda install -c conda-forge webargs
-
GitHub (π¨βπ» 110 Β· π 420 Β· π¦ 220K Β· π 560 - 15% open Β· β±οΈ 09.03.2024):
git clone https://github.com/pyca/pyopenssl
-
PyPi (π₯ 100M / month Β· π¦ 2.4K Β· β±οΈ 09.03.2024):
pip install pyopenssl
-
Conda (π₯ 38M Β· β±οΈ 31.01.2024):
conda install -c conda-forge pyopenssl
-
GitHub (π¨βπ» 37 Β· π 240 Β· π¦ 6 Β· π 150 - 2% open Β· β±οΈ 02.06.2024):
git clone https://github.com/certifi/python-certifi
-
PyPi (π₯ 430M / month Β· π¦ 10K Β· β±οΈ 02.06.2024):
pip install certifi
-
Conda (π₯ 120M Β· β±οΈ 04.02.2024):
conda install -c conda-forge certifi
-
GitHub (π¨βπ» 53 Β· π 180 Β· π¦ 32K Β· π 180 - 18% open Β· β±οΈ 29.05.2024):
git clone https://github.com/netaddr/netaddr
-
PyPi (π₯ 5.6M / month Β· π¦ 690 Β· β±οΈ 28.05.2024):
pip install netaddr
-
Conda (π₯ 180K Β· β±οΈ 16.06.2023):
conda install -c conda-forge netaddr
-
GitHub (π¨βπ» 24 Β· π 88 Β· π₯ 18 Β· π¦ 1.8M Β· π 91 - 4% open Β· β±οΈ 24.04.2024):
git clone https://github.com/kjd/idna
-
PyPi (π₯ 420M / month Β· π¦ 7.4K Β· β±οΈ 11.04.2024):
pip install idna
-
Conda (π₯ 44M Β· β±οΈ 16.04.2024):
conda install -c conda-forge idna
-
GitHub (π¨βπ» 62 Β· π 58 Β· π¦ 240K Β· π 350 - 19% open Β· β±οΈ 14.05.2024):
git clone https://github.com/sqlalchemy/mako
-
PyPi (π₯ 37M / month Β· π¦ 930 Β· β±οΈ 14.05.2024):
pip install mako
-
Conda (π₯ 6.5M Β· β±οΈ 14.05.2024):
conda install -c conda-forge mako
-
GitHub (π¨βπ» 140 Β· π 520 Β· π¦ 2K Β· π 950 - 2% open Β· β±οΈ 06.06.2024):
git clone https://github.com/r0x0r/pywebview
-
PyPi (π₯ 63K / month Β· π¦ 120 Β· β±οΈ 18.04.2024):
pip install pywebview
-
GitHub (π¨βπ» 31 Β· π 720 Β· π¦ 3.2K Β· π 730 - 2% open Β· β±οΈ 30.05.2024):
git clone https://github.com/aiortc/aiortc
-
PyPi (π₯ 110K / month Β· π¦ 70 Β· β±οΈ 30.05.2024):
pip install aiortc
-
GitHub (π¨βπ» 16 Β· π 510 Β· π¦ 28K Β· π 130 - 0% open Β· β±οΈ 09.04.2024):
git clone https://github.com/hellysmile/fake-useragent
-
PyPi (π₯ 1.8M / month Β· π¦ 720 Β· β±οΈ 16.03.2024):
pip install fake-useragent
-
Conda (π₯ 21K Β· β±οΈ 25.11.2023):
conda install -c conda-forge fake-useragent
-
GitHub (π¨βπ» 290 Β· π 5.3K Β· π₯ 200 Β· π¦ 3 Β· π 4.3K - 14% open Β· β±οΈ 06.06.2024):
git clone https://github.com/saleor/saleor
-
GitHub (π¨βπ» 67 Β· π 220 Β· π 300 - 14% open Β· β±οΈ 05.06.2024):
git clone https://github.com/pyca/pynacl
-
PyPi (π₯ 85M / month Β· π¦ 1.1K Β· β±οΈ 07.01.2022):
pip install pynacl
-
Conda (π₯ 6M Β· β±οΈ 24.09.2023):
conda install -c conda-forge pynacl
-
GitHub (π¨βπ» 1 Β· π 160 Β· π₯ 240 Β· π¦ 56K Β· π 230 - 0% open Β· β±οΈ 23.05.2024):
git clone https://github.com/cgohlke/tifffile
-
PyPi (π₯ 7M / month Β· π¦ 1.2K Β· β±οΈ 23.05.2024):
pip install tifffile
-
Conda (π₯ 4.6M Β· β±οΈ 23.05.2024):
conda install -c conda-forge tifffile
-
GitHub (π¨βπ» 48 Β· π 92 Β· π₯ 330 Β· π¦ 270K Β· π 71 - 42% open Β· β±οΈ 30.04.2024):
git clone https://github.com/jupyter/terminado
-
PyPi (π₯ 17M / month Β· π¦ 330 Β· β±οΈ 12.03.2024):
pip install terminado
-
Conda (π₯ 16M Β· β±οΈ 12.03.2024):
conda install -c conda-forge terminado
-
GitHub (π¨βπ» 51 Β· π 1K Β· π¦ 20 Β· π 420 - 19% open Β· β±οΈ 06.06.2024):
git clone https://github.com/stamparm/maltrail
-
GitHub (π¨βπ» 120 Β· π 410 Β· π¦ 150 Β· π 1.1K - 31% open Β· β±οΈ 06.06.2024):
git clone https://github.com/Kozea/Radicale
-
PyPi (π₯ 9.9K / month Β· π¦ 34 Β· β±οΈ 04.06.2024):
pip install radicale
-
GitHub (π¨βπ» 21 Β· π 560 Β· π₯ 1.1K Β· π¦ 150 Β· π 330 - 25% open Β· β±οΈ 16.05.2024):
git clone https://github.com/abhinavsingh/proxy.py
-
PyPi (π₯ 150K / month Β· π¦ 30 Β· β±οΈ 10.05.2024):
pip install proxy.py
-
GitHub (π¨βπ» 68 Β· π 270 Β· π¦ 1.7K Β· π 390 - 20% open Β· β±οΈ 05.05.2024):
git clone https://github.com/kbandla/dpkt
-
PyPi (π₯ 780K / month Β· π¦ 98 Β· β±οΈ 18.08.2022):
pip install dpkt
-
Conda (π₯ 140K Β· β±οΈ 16.06.2023):
conda install -c conda-forge dpkt
-
GitHub (π¨βπ» 56 Β· π 130 Β· π¦ 1.8K Β· π 200 - 49% open Β· β±οΈ 15.04.2024):
git clone https://github.com/twisted/klein
-
PyPi (π₯ 85K / month Β· π¦ 54 Β· β±οΈ 22.12.2023):
pip install klein
-
GitHub (π¨βπ» 10 Β· π 59 Β· π¦ 6.1K Β· β±οΈ 18.05.2024):
git clone https://github.com/alexdlaird/pyngrok
-
PyPi (π₯ 380K / month Β· π¦ 170 Β· β±οΈ 24.03.2024):
pip install pyngrok
-
Conda (π₯ 110K Β· β±οΈ 24.03.2024):
conda install -c conda-forge pyngrok
-
GitHub (π¨βπ» 230 Β· π 700 Β· π₯ 100K Β· π¦ 15 Β· π 3.2K - 5% open Β· β±οΈ 26.04.2024):
git clone https://github.com/pyload/pyload
-
PyPi (π₯ 2.1K / month Β· π¦ 3 Β· β±οΈ 26.04.2024):
pip install pyload-ng
-
GitHub (π¨βπ» 69 Β· π 440 Β· π₯ 110K Β· π 520 - 5% open Β· β±οΈ 31.03.2024):
git clone https://github.com/nabla-c0d3/sslyze
-
PyPi (π₯ 160K / month Β· π¦ 11 Β· β±οΈ 31.03.2024):
pip install sslyze
-
GitHub (π¨βπ» 31 Β· π 68 Β· π¦ 54K Β· π 68 - 11% open Β· β±οΈ 31.03.2024):
git clone https://github.com/saghul/aiodns
-
PyPi (π₯ 3.2M / month Β· π¦ 750 Β· β±οΈ 31.03.2024):
pip install aiodns
-
Conda (π₯ 240K Β· β±οΈ 16.06.2023):
conda install -c conda-forge aiodns
-
GitHub (π¨βπ» 23 Β· π 28 Β· π¦ 730 Β· π 36 - 19% open Β· β±οΈ 24.05.2024):
git clone https://github.com/python-trio/trustme
-
PyPi (π₯ 160K / month Β· π¦ 46 Β· β±οΈ 10.07.2023):
pip install trustme
-
Conda (π₯ 9.7K Β· β±οΈ 10.07.2023):
conda install -c conda-forge trustme
-
GitHub (π¨βπ» 20 Β· π 33 Β· π¦ 110 Β· π 35 - 11% open Β· β±οΈ 21.05.2024):
git clone https://github.com/siddhantgoel/streaming-form-data
-
PyPi (π₯ 55K / month Β· π¦ 8 Β· β±οΈ 19.03.2024):
pip install streaming-form-data
-
GitHub (π¨βπ» 91 Β· π 760 Β· π¦ 1 Β· π 710 - 10% open Β· β±οΈ 29.05.2024):
git clone https://github.com/healthchecks/healthchecks
-
GitHub (π¨βπ» 92 Β· π 350 Β· π 500 - 15% open Β· β±οΈ 18.05.2024):
git clone https://github.com/thp/urlwatch
-
PyPi (π₯ 3.6K / month Β· β±οΈ 03.05.2023):
pip install urlwatch
-
GitHub (π¨βπ» 6 Β· π 12 Β· π¦ 15K Β· π 17 - 5% open Β· β±οΈ 06.06.2023):
git clone https://github.com/florimondmanca/asgi-lifespan
-
PyPi (π₯ 780K / month Β· π¦ 56 Β· β±οΈ 28.03.2023):
pip install asgi-lifespan
-
Conda (π₯ 100K Β· β±οΈ 16.06.2023):
conda install -c conda-forge asgi-lifespan
-
GitHub (π¨βπ» 24 Β· π 37 Β· π¦ 180 Β· π 57 - 38% open Β· β±οΈ 12.01.2024):
git clone https://github.com/seomoz/reppy
-
PyPi (π₯ 5.6K / month Β· π¦ 20 Β· β±οΈ 16.09.2019):
pip install reppy
- <b><a href="https://github.com/zeromq/pyzmq">pyzmq</a></b> (π₯41 Β· β 3.6K) - PyZMQ: Python bindings for zeromq. <code><a href="https://tldrlegal.com/search?q=Revised%20BSD">βοΈRevised BSD</a></code>
- <b><a href="https://github.com/postmanlabs/httpbin">httpbin</a></b> (π₯33 Β· β 13K Β· π) - HTTP Request & Response Service, written in Python + Flask. <code><a href="http://bit.ly/3hkKRql">ISC</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/Anorov/PySocks">PySocks</a></b> (π₯33 Β· β 1.2K Β· π) - A SOCKS proxy client and wrapper for Python. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code>
- <b><a href="https://github.com/sivel/speedtest-cli">speedtest-cli</a></b> (π₯32 Β· β 13K Β· π) - Command line interface for testing internet bandwidth.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/miracle2k/webassets">webassets</a></b> (π₯31 Β· β 920 Β· π) - Asset management for Python web development. <code><a href="http://bit.ly/3rqEWVr">BSD-2</a></code>
- <b><a href="https://github.com/PiotrDabkowski/Js2Py">Js2Py</a></b> (π₯30 Β· β 2.4K Β· π) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/selwin/python-user-agents">python-user-agents</a></b> (π₯29 Β· β 1.4K Β· π) - A Python library that provides an easy way to identify.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/joepie91/python-whois">python-whois</a></b> (π₯26 Β· β 400 Β· π) - A python module for retrieving and parsing WHOIS data. <code><a href="https://tldrlegal.com/search?q=WTFPL">βοΈWTFPL</a></code>
- <b><a href="https://github.com/phihag/ipaddress">ipaddress</a></b> (π₯26 Β· β 100 Β· π) - Python 3.3+s ipaddress for older Python versions. <code><a href="http://bit.ly/35wkF7y">Python-2.0</a></code>
- <b><a href="https://github.com/eudicots/Cactus">Cactus</a></b> (π₯25 Β· β 3.5K Β· π) - Static site generator for designers. Uses Python and Django.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://static.djangoproject.com/img/icon-touch.e4872c4da341.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/shon/httpagentparser">httpagentparser</a></b> (π₯25 Β· β 220 Β· π) - Python HTTP Agent Parser. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/jeffknupp/sandman2">sandman2</a></b> (π₯23 Β· β 2K Β· π) - Automatically generate a RESTful API service for your legacy.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/hyde/hyde">hyde</a></b> (π₯22 Β· β 1.6K Β· π) - A Python Static Website Generator. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/arachnys/cabot">cabot</a></b> (π₯21 Β· β 5.6K Β· π) - Self-hosted, easily-deployable monitoring and alerts service - like a.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/constverum/ProxyBroker">ProxyBroker</a></b> (π₯21 Β· β 3.8K Β· π) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
- <b><a href="https://github.com/elliotgao2/toapi">toapi</a></b> (π₯21 Β· β 3.5K Β· π) - Every web site provides APIs. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/datalib/libextract">libextract</a></b> (π₯16 Β· β 500 Β· π) - Extract data from websites using basic statistical magic. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/vladris/tinkerer">tinkerer</a></b> (π₯16 Β· β 300 Β· π) - Python blogging engine. <code><a href="https://tldrlegal.com/search?q=BSD-2-Clause-FreeBSD">βοΈBSD-2-Clause-FreeBSD</a></code>
- <b><a href="https://github.com/ip2location/ip2trace-python">IP2Trace</a></b> (π₯9 Β· β 32) - Python tool to traceroute with IP geolocation information, such as country,.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
Related Resources
- Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
- best-of-ml-python: A ranked list of awesome machine learning python libraries.
- Python Wiki - Web Programming: Wiki page about programming Web applications (both clients and servers) using Python.
Contribution
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
- Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
- Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.
For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.