Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ml-tooling/best-of-web-python
π A ranked list of awesome python libraries for web development. Updated weekly.
https://github.com/ml-tooling/best-of-web-python
List: best-of-web-python
api awesome best-of best-of-list django django-rest-framework fastapi flask flask-restful framework graphql html http library openapi pyramid python rest-api serverless web-development
Last synced: about 1 month ago
JSON representation
π A ranked list of awesome python libraries for web development. Updated weekly.
- Host: GitHub
- URL: https://github.com/ml-tooling/best-of-web-python
- Owner: ml-tooling
- License: cc-by-sa-4.0
- Created: 2021-01-05T13:09:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T15:14:35.000Z (5 months ago)
- Last Synced: 2024-09-25T02:02:57.106Z (about 1 month ago)
- Topics: api, awesome, best-of, best-of-list, django, django-rest-framework, fastapi, flask, flask-restful, framework, graphql, html, http, library, openapi, pyramid, python, rest-api, serverless, web-development
- Homepage: https://web-python.best-of.org
- Size: 12.5 MB
- Stars: 2,289
- Watchers: 58
- Forks: 172
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: history/2021-01-06_projects.csv
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- best-of-python - **best-of-web-python**
- ultimate-awesome - best-of-web-python - π A ranked list of awesome python libraries for web development. Updated weekly. (Other Lists / PowerShell Lists)
- jimsghstars - ml-tooling/best-of-web-python - π A ranked list of awesome python libraries for web development. Updated weekly. (Others)
README
Best-of Web Development with Python
πΒ A ranked list of awesome python libraries for web development. Updated weekly.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](https://github.com/ml-tooling/best-of-web-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-web-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml). Contributions are very welcome!
---
π§ββοΈΒ Discover other best-of lists or create your own.
π«Β Subscribe to our newsletter for updates and trending projects.---
## Contents
- [Web Frameworks](#web-frameworks) _35 projects_
- [HTTP Clients](#http-clients) _19 projects_
- [Servers](#servers) _12 projects_
- [Authorization & Authentication](#authorization--authentication) _39 projects_
- [HTML Processing](#html-processing) _10 projects_
- [URL Utilities](#url-utilities) _6 projects_
- [OpenAPI Utilities](#openapi-utilities) _23 projects_
- [GraphQL Utilities](#graphql-utilities) _16 projects_
- [Websocket Utilities](#websocket-utilities) _12 projects_
- [RPC Utilities](#rpc-utilities) _5 projects_
- [Serverless](#serverless) _4 projects_
- [Content Management Systems](#content-management-systems) _6 projects_
- [Web Testing](#web-testing) _50 projects_
- [Web Forms](#web-forms) _5 projects_
- [Markdown](#markdown) _12 projects_
- [Third-party Web APIs](#third-party-web-apis) _56 projects_
- [Email](#email) _11 projects_
- [Web Scraping & Crawling](#web-scraping--crawling) _33 projects_
- [Monitoring](#monitoring) _13 projects_
- [Web UI](#web-ui) _12 projects_
- [Admin UI](#admin-ui) _13 projects_
- [API Proxies & Gateways](#api-proxies--gateways) _2 projects_
- [Flask Utilities](#flask-utilities) _36 projects_
- [FastAPI Utilities](#fastapi-utilities) _17 projects_
- [Pyramid Utilities](#pyramid-utilities) _3 projects_
- [Django Utilities](#django-utilities) _76 projects_
- [Others](#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
- Β Flask related project
- Β Django related project
- Β FastAPI related project
- Β Pyramid related project
- Β OpenAPI related project
- Β GraphQL related project
## Web Frameworks
_General purpose web frameworks to build web applications and REST APIs._
flask (π₯50 Β· β 67K Β· π) - The Python micro framework for building web applications.
BSD-3
- [GitHub](https://github.com/pallets/flask) (π¨βπ» 840 Β· π 16K Β· π₯ 7.7K Β· π¦ 1.9M Β· π 2.6K - 0% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/pallets/flask
```
- [PyPi](https://pypi.org/project/flask) (π₯ 70M / month Β· π¦ 13K Β· β±οΈ 07.04.2024):
```
pip install flask
```
- [Conda](https://anaconda.org/conda-forge/flask) (π₯ 7.4M Β· β±οΈ 09.04.2024):
```
conda install -c conda-forge flask
```django (π₯48 Β· β 77K Β· π) - The Web framework for perfectionists with deadlines.
BSD-3
- [GitHub](https://github.com/django/django) (π¨βπ» 3.1K Β· π 31K Β· π¦ 1.7M Β· β±οΈ 31.05.2024):
```
git clone https://github.com/django/django
```
- [PyPi](https://pypi.org/project/django) (π₯ 16M / month Β· π¦ 15K Β· β±οΈ 22.05.2024):
```
pip install django
```
- [Conda](https://anaconda.org/conda-forge/django) (π₯ 1.7M Β· β±οΈ 09.05.2024):
```
conda install -c conda-forge django
```fastapi (π₯48 Β· β 72K) - FastAPI framework, high performance, easy to learn, fast to..
MIT
- [GitHub](https://github.com/tiangolo/fastapi) (π¨βπ» 630 Β· π 6.1K Β· π¦ 370K Β· π 3.7K - 9% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/tiangolo/fastapi
```
- [PyPi](https://pypi.org/project/fastapi) (π₯ 38M / month Β· π¦ 5.9K Β· β±οΈ 03.05.2024):
```
pip install fastapi
```
- [Conda](https://anaconda.org/conda-forge/fastapi) (π₯ 2.1M Β· β±οΈ 08.05.2024):
```
conda install -c conda-forge fastapi
```werkzeug (π₯45 Β· β 6.6K) - The comprehensive WSGI web application library.
BSD-3
- [GitHub](https://github.com/pallets/werkzeug) (π¨βπ» 490 Β· π 1.7K Β· π₯ 920 Β· π¦ 1.3M Β· π 1.2K - 1% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/pallets/werkzeug
```
- [PyPi](https://pypi.org/project/werkzeug) (π₯ 91M / month Β· π¦ 3.7K Β· β±οΈ 05.05.2024):
```
pip install werkzeug
```
- [Conda](https://anaconda.org/conda-forge/werkzeug) (π₯ 10M Β· β±οΈ 06.05.2024):
```
conda install -c conda-forge werkzeug
```django-rest-framework (π₯44 Β· β 28K) - Web APIs for Django.
BSD-3
- [GitHub](https://github.com/encode/django-rest-framework) (π¨βπ» 1.4K Β· π 6.7K Β· π¦ 680K Β· π 3.9K - 2% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/encode/django-rest-framework
```
- [PyPi](https://pypi.org/project/django-rest-framework) (π₯ 120K / month Β· π¦ 440 Β· β±οΈ 20.07.2017):
```
pip install django-rest-framework
```
- [Conda](https://anaconda.org/conda-forge/djangorestframework) (π₯ 570K Β· β±οΈ 22.03.2024):
```
conda install -c conda-forge djangorestframework
```tornado (π₯44 Β· β 22K) - Tornado is a Python web framework and asynchronous networking..
Apache-2
- [GitHub](https://github.com/tornadoweb/tornado) (π¨βπ» 440 Β· π 5.5K Β· π¦ 490K Β· π 1.9K - 12% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/tornadoweb/tornado
```
- [PyPi](https://pypi.org/project/tornado) (π₯ 41M / month Β· π¦ 3K Β· β±οΈ 29.11.2023):
```
pip install tornado
```
- [Conda](https://anaconda.org/conda-forge/tornado) (π₯ 42M Β· β±οΈ 19.02.2024):
```
conda install -c conda-forge tornado
```sanic (π₯41 Β· β 18K) - Accelerate your web app development | Build fast. Run fast.
MIT
- [GitHub](https://github.com/sanic-org/sanic) (π¨βπ» 340 Β· π 1.5K Β· π¦ 17K Β· π 1.4K - 8% open Β· β±οΈ 09.04.2024):
```
git clone https://github.com/sanic-org/sanic
```
- [PyPi](https://pypi.org/project/sanic) (π₯ 1.1M / month Β· π¦ 710 Β· β±οΈ 09.01.2024):
```
pip install sanic
```
- [Conda](https://anaconda.org/conda-forge/sanic) (π₯ 340K Β· β±οΈ 09.01.2024):
```
conda install -c conda-forge sanic
```starlette (π₯41 Β· β 9.7K) - The little ASGI framework that shines.
BSD-3
- [GitHub](https://github.com/encode/starlette) (π¨βπ» 270 Β· π 850 Β· π¦ 210K Β· π 720 - 5% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/encode/starlette
```
- [PyPi](https://pypi.org/project/starlette) (π₯ 31M / month Β· π¦ 1.5K Β· β±οΈ 05.03.2024):
```
pip install starlette
```
- [Conda](https://anaconda.org/conda-forge/starlette) (π₯ 2.1M Β· β±οΈ 05.03.2024):
```
conda install -c conda-forge starlette
```bottle (π₯39 Β· β 8.3K) - bottle.py is a fast and simple micro-framework for python web-applications.
MIT
- [GitHub](https://github.com/bottlepy/bottle) (π¨βπ» 230 Β· π 1.5K Β· π¦ 31K Β· π 920 - 36% open Β· β±οΈ 03.01.2024):
```
git clone https://github.com/bottlepy/bottle
```
- [PyPi](https://pypi.org/project/bottle) (π₯ 3.6M / month Β· π¦ 660 Β· β±οΈ 04.03.2023):
```
pip install bottle
```
- [Conda](https://anaconda.org/conda-forge/bottle) (π₯ 430K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge bottle
```Flask-AppBuilder (π₯39 Β· β 4.5K) - Simple and rapid application development framework,..
BSD-3
- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (π¨βπ» 200 Β· π 1.3K Β· π¦ 7.1K Β· π 1.3K - 14% open Β· β±οΈ 21.05.2024):
```
git clone https://github.com/dpgaspar/Flask-AppBuilder
```
- [PyPi](https://pypi.org/project/flask-appbuilder) (π₯ 11M / month Β· π¦ 51 Β· β±οΈ 06.06.2024):
```
pip install flask-appbuilder
```
- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (π₯ 350K Β· β±οΈ 21.05.2024):
```
conda install -c conda-forge flask-appbuilder
```falcon (π₯36 Β· β 9.4K Β· π) - The no-magic web data plane API and microservices framework for..
Apache-2
- [GitHub](https://github.com/falconry/falcon) (π¨βπ» 200 Β· π 920 Β· π₯ 7.6K Β· π¦ 9.2K Β· π 1K - 16% open Β· β±οΈ 07.05.2024):
```
git clone https://github.com/falconry/falcon
```
- [PyPi](https://pypi.org/project/falcon) (π₯ 620K / month Β· π¦ 350 Β· β±οΈ 05.12.2023):
```
pip install falcon
```
- [Conda](https://anaconda.org/conda-forge/falcon) (π₯ 380K Β· β±οΈ 07.12.2023):
```
conda install -c conda-forge falcon
```litestar (π₯35 Β· β 4.6K) - Production-ready, Light, Flexible and Extensible ASGI API framework..
MIT
- [GitHub](https://github.com/litestar-org/litestar) (π¨βπ» 190 Β· π 330 Β· π¦ 600 Β· π 1K - 16% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/litestar-org/litestar
```
- [PyPi](https://pypi.org/project/litestar) (π₯ 1.1M / month Β· π¦ 35 Β· β±οΈ 02.06.2024):
```
pip install litestar
```django-tastypie (π₯34 Β· β 3.9K) - Creating delicious APIs for Django apps since 2010.
BSD-3
- [GitHub](https://github.com/django-tastypie/django-tastypie) (π¨βπ» 200 Β· π 1.2K Β· π¦ 5.8K Β· π 930 - 43% open Β· β±οΈ 24.04.2024):
```
git clone https://github.com/django-tastypie/django-tastypie
```
- [PyPi](https://pypi.org/project/django-tastypie) (π₯ 68K / month Β· π¦ 44 Β· β±οΈ 23.04.2024):
```
pip install django-tastypie
```CherryPy (π₯33 Β· β 1.8K) - CherryPy is a pythonic, object-oriented HTTP framework...
BSD-3
- [GitHub](https://github.com/cherrypy/cherrypy) (π¨βπ» 140 Β· π 360 Β· π¦ 13K Β· π 1.8K - 14% open Β· β±οΈ 22.04.2024):
```
git clone https://github.com/cherrypy/cherrypy
```
- [PyPi](https://pypi.org/project/cherrypy) (π₯ 880K / month Β· π¦ 370 Β· β±οΈ 13.12.2023):
```
pip install cherrypy
```
- [Conda](https://anaconda.org/anaconda/cherrypy) (π₯ 21K Β· β±οΈ 30.05.2024):
```
conda install -c anaconda cherrypy
```hug (π₯32 Β· β 6.8K Β· π€) - Embrace the APIs of the future. Hug aims to make developing APIs as simple..
MIT
- [GitHub](https://github.com/hugapi/hug) (π¨βπ» 120 Β· π 390 Β· π¦ 4.9K Β· π 480 - 37% open Β· β±οΈ 30.06.2023):
```
git clone https://github.com/hugapi/hug
```
- [PyPi](https://pypi.org/project/hug) (π₯ 69K / month Β· π¦ 47 Β· β±οΈ 06.02.2020):
```
pip install hug
```
- [Conda](https://anaconda.org/conda-forge/hug) (π₯ 200K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge hug
```eve (π₯32 Β· β 6.7K Β· π€) - REST API framework designed for human beings.
BSD-3
- [GitHub](https://github.com/pyeve/eve) (π¨βπ» 210 Β· π 750 Β· π¦ 1.1K Β· π 990 - 4% open Β· β±οΈ 10.07.2023):
```
git clone https://github.com/pyeve/eve
```
- [PyPi](https://pypi.org/project/eve) (π₯ 17K / month Β· π¦ 43 Β· β±οΈ 14.03.2023):
```
pip install eve
```robyn (π₯30 Β· β 3.8K) - Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
BSD-2
- [GitHub](https://github.com/sparckles/Robyn) (π¨βπ» 63 Β· π 190 Β· π¦ 81 Β· π 390 - 34% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/sansyrox/robyn
```
- [PyPi](https://pypi.org/project/robyn) (π₯ 14K / month Β· π¦ 1 Β· β±οΈ 23.05.2024):
```
pip install robyn
```
- [Conda](https://anaconda.org/conda-forge/robyn) (π₯ 180K Β· β±οΈ 30.04.2024):
```
conda install -c conda-forge robyn
```webpy (π₯28 Β· β 5.9K) - web.py is a web framework for python that is as simple as it is..
Unlicense
- [GitHub](https://github.com/webpy/webpy) (π¨βπ» 92 Β· π 1.3K Β· π¦ 21 Β· π 460 - 11% open Β· β±οΈ 30.04.2024):
```
git clone https://github.com/webpy/webpy
```
- [PyPi](https://pypi.org/project/web.py) (π₯ 120K / month Β· π¦ 50 Β· β±οΈ 09.11.2020):
```
pip install web.py
```
- [Conda](https://anaconda.org/conda-forge/web.py) (π₯ 58K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge web.py
```responder (π₯28 Β· β 3.6K) - A familiar HTTP Service Framework for Python.
Apache-2
- [GitHub](https://github.com/kennethreitz/responder) (π¨βπ» 85 Β· π 220 Β· π¦ 560 Β· π 220 - 0% open Β· β±οΈ 31.03.2024):
```
git clone https://github.com/taoufik07/responder
```
- [PyPi](https://pypi.org/project/responder) (π₯ 2.5K / month Β· π¦ 69 Β· β±οΈ 08.01.2021):
```
pip install responder
```
- [Conda](https://anaconda.org/conda-forge/responder) (π₯ 87K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge responder
```masonite (π₯28 Β· β 2.2K) - The Modern And Developer Centric Python Web Framework. Be sure to read..
MIT
- [GitHub](https://github.com/MasoniteFramework/masonite) (π¨βπ» 87 Β· π 130 Β· π¦ 520 Β· π 410 - 9% open Β· β±οΈ 04.04.2024):
```
git clone https://github.com/MasoniteFramework/masonite
```
- [PyPi](https://pypi.org/project/masonite) (π₯ 2.9K / month Β· π¦ 51 Β· β±οΈ 12.03.2024):
```
pip install masonite
```guillotina (π₯27 Β· β 190) - Python AsyncIO data API to manage billions of resources.
BSD-3
- [GitHub](https://github.com/plone/guillotina) (π¨βπ» 54 Β· π 51 Β· π¦ 140 Β· π 230 - 26% open Β· β±οΈ 30.01.2024):
```
git clone https://github.com/plone/guillotina
```
- [PyPi](https://pypi.org/project/guillotina) (π₯ 2.2K / month Β· π¦ 33 Β· β±οΈ 23.01.2024):
```
pip install guillotina
```web2py (π₯25 Β· β 2.1K) - Free and open source full-stack enterprise framework for agile..
βοΈLGPL-3.0
- [GitHub](https://github.com/web2py/web2py) (π¨βπ» 260 Β· π 880 Β· π¦ 43 Β· π 1.1K - 34% open Β· β±οΈ 18.05.2024):
```
git clone https://github.com/web2py/web2py
```emmett (π₯25 Β· β 1K) - The web framework for inventors.
BSD-3
- [GitHub](https://github.com/emmett-framework/emmett) (π¨βπ» 24 Β· π 70 Β· π¦ 62 Β· π 330 - 10% open Β· β±οΈ 29.05.2024):
```
git clone https://github.com/emmett-framework/emmett
```
- [PyPi](https://pypi.org/project/emmett) (π₯ 840 / month Β· π¦ 8 Β· β±οΈ 29.05.2024):
```
pip install emmett
```justpy (π₯24 Β· β 1.2K) - An object oriented high-level Python Web Framework that requires no..
Apache-2
- [GitHub](https://github.com/justpy-org/justpy) (π¨βπ» 20 Β· π 91 Β· π¦ 470 Β· π 440 - 0% open Β· β±οΈ 17.12.2023):
```
git clone https://github.com/elimintz/justpy
```
- [PyPi](https://pypi.org/project/justpy) (π₯ 1.6K / month Β· π¦ 7 Β· β±οΈ 20.09.2023):
```
pip install justpy
```flask-mongorest (π₯20 Β· β 520) - Restful API framework wrapped around MongoEngine.
BSD-3
- [GitHub](https://github.com/closeio/flask-mongorest) (π¨βπ» 18 Β· π 89 Β· π¦ 49 Β· π 65 - 41% open Β· β±οΈ 23.01.2024):
```
git clone https://github.com/closeio/flask-mongorest
```
- [PyPi](https://pypi.org/project/Flask-MongoRest) (π₯ 160 / month Β· β±οΈ 26.08.2019):
```
pip install Flask-MongoRest
```view.py (π₯20 Β· β 200) - The Batteries-Detachable Web Framework.
MIT
- [GitHub](https://github.com/ZeroIntensity/view.py) (π¨βπ» 10 Β· π 15 Β· π 120 - 39% open Β· β±οΈ 30.05.2024):
```
git clone https://github.com/ZeroIntensity/view.py
```
- [PyPi](https://pypi.org/project/view.py) (π₯ 2.5K / month Β· β±οΈ 26.05.2024):
```
pip install view.py
```flama (π₯17 Β· β 260 Β· π€) - Fire up your models with the flame.
Apache-2
- [GitHub](https://github.com/vortico/flama) (π¨βπ» 9 Β· π 15 Β· π₯ 170 Β· π¦ 12 Β· π 92 - 4% open Β· β±οΈ 20.11.2023):
```
git clone https://github.com/perdy/flama
```
- [PyPi](https://pypi.org/project/flama) (π₯ 120 / month Β· π¦ 1 Β· β±οΈ 27.09.2023):
```
pip install flama
```Show 8 hidden projects...
- flask-restful (π₯36 Β· β 6.8K Β· π) - Simple framework for creating REST APIs.
BSD-3
- pyramid (π₯35 Β· β 3.9K) - Pyramid - A Python web framework.βUnlicensed
- flask-restplus (π₯30 Β· β 2.7K Β· π) - Fully featured framework for fast, easy and..BSD-3
- cornice (π₯27 Β· β 380) - Build Web Services with Pyramid.βUnlicensed
- quart (π₯25 Β· β 2.7K Β· π) - Quart is a Python ASGI web microframework with the same API as Flask.MIT
- japronto (π₯24 Β· β 8.6K Β· π) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining..MIT
- vibora (π₯22 Β· β 5.7K Β· π) - Fast, asynchronous and elegant Python web framework.MIT
- Growler (π₯15 Β· β 690 Β· π) - A micro web-framework using asyncio coroutines and chained..Apache-2
## HTTP Clients
requests (π₯49 Β· β 52K) - A simple, yet elegant, HTTP library.
Apache-2
- [GitHub](https://github.com/psf/requests) (π¨βπ» 760 Β· π 9.2K Β· π₯ 11K Β· π¦ 3M Β· π 4K - 5% open Β· β±οΈ 29.05.2024):
```
git clone https://github.com/psf/requests
```
- [PyPi](https://pypi.org/project/requests) (π₯ 500M / month Β· π¦ 100K Β· β±οΈ 29.05.2024):
```
pip install requests
```
- [Conda](https://anaconda.org/conda-forge/requests) (π₯ 43M Β· β±οΈ 30.05.2024):
```
conda install -c conda-forge requests
```aiohttp (π₯47 Β· β 15K) - Asynchronous HTTP client/server framework for asyncio and Python.
Apache-2
- [GitHub](https://github.com/aio-libs/aiohttp) (π¨βπ» 730 Β· π 2K Β· π₯ 17K Β· π¦ 510K Β· π 3K - 16% open Β· β±οΈ 27.05.2024):
```
git clone https://github.com/aio-libs/aiohttp
```
- [PyPi](https://pypi.org/project/aiohttp) (π₯ 120M / month Β· π¦ 15K Β· β±οΈ 16.04.2024):
```
pip install aiohttp
```
- [Conda](https://anaconda.org/conda-forge/aiohttp) (π₯ 13M Β· β±οΈ 24.04.2024):
```
conda install -c conda-forge aiohttp
```urllib3 (π₯45 Β· β 3.7K) - urllib3 is a user-friendly HTTP client library for Python.
MIT
- [GitHub](https://github.com/urllib3/urllib3) (π¨βπ» 350 Β· π 1.1K Β· π₯ 40K Β· π¦ 1.8M Β· π 1.3K - 10% open Β· β±οΈ 30.05.2024):
```
git clone https://github.com/urllib3/urllib3
```
- [PyPi](https://pypi.org/project/urllib3) (π₯ 540M / month Β· π¦ 15K Β· β±οΈ 18.02.2024):
```
pip install urllib3
```
- [Conda](https://anaconda.org/conda-forge/urllib3) (π₯ 47M Β· β±οΈ 18.02.2024):
```
conda install -c conda-forge urllib3
```httpx (π₯41 Β· β 13K) - A next generation HTTP client for Python.
BSD-3
- [GitHub](https://github.com/encode/httpx) (π¨βπ» 220 Β· π 800 Β· π¦ 220K Β· π 860 - 6% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/encode/httpx
```
- [PyPi](https://pypi.org/project/httpx) (π₯ 65M / month Β· π¦ 7.9K Β· β±οΈ 21.02.2024):
```
pip install httpx
```
- [Conda](https://anaconda.org/conda-forge/httpx) (π₯ 2M Β· β±οΈ 21.02.2024):
```
conda install -c conda-forge httpx
```httpcore (π₯36 Β· β 420) - A minimal HTTP client.
BSD-3
- [GitHub](https://github.com/encode/httpcore) (π¨βπ» 51 Β· π 90 Β· π¦ 150K Β· π 170 - 11% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/encode/httpcore
```
- [PyPi](https://pypi.org/project/httpcore) (π₯ 65M / month Β· π¦ 440 Β· β±οΈ 27.03.2024):
```
pip install httpcore
```
- [Conda](https://anaconda.org/conda-forge/httpcore) (π₯ 2.1M Β· β±οΈ 28.03.2024):
```
conda install -c conda-forge httpcore
```requests-toolbelt (π₯35 Β· β 980) - A toolbelt of useful classes and functions to be used..
Apache-2
- [GitHub](https://github.com/requests/toolbelt) (π¨βπ» 71 Β· π 180 Β· π¦ 110K Β· π 210 - 43% open Β· β±οΈ 11.04.2024):
```
git clone https://github.com/requests/toolbelt
```
- [PyPi](https://pypi.org/project/requests-toolbelt) (π₯ 95M / month Β· π¦ 2.3K Β· β±οΈ 01.05.2023):
```
pip install requests-toolbelt
```
- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (π₯ 3.7M Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge requests-toolbelt
```httpie (π₯32 Β· β 32K Β· π) - HTTPie CLI modern, user-friendly command-line HTTP client for the API..
BSD-3
- [GitHub](https://github.com/httpie/cli) (π¨βπ» 170 Β· π 3.7K Β· π₯ 8.9K Β· π¦ 1 Β· π 860 - 17% open Β· β±οΈ 18.03.2024):
```
git clone https://github.com/httpie/httpie
```
- [PyPi](https://pypi.org/project/httpie) (π₯ 630K / month Β· π¦ 110 Β· β±οΈ 19.05.2023):
```
pip install httpie
```
- [Conda](https://anaconda.org/conda-forge/httpie) (π₯ 140K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge httpie
```requests-futures (π₯32 Β· β 2.1K) - Asynchronous Python HTTP Requests for Humans using..
Apache-2
- [GitHub](https://github.com/ross/requests-futures) (π¨βπ» 28 Β· π 160 Β· π¦ 6.5K Β· β±οΈ 28.05.2024):
```
git clone https://github.com/ross/requests-futures
```
- [PyPi](https://pypi.org/project/requests-futures) (π₯ 1.8M / month Β· π¦ 300 Β· β±οΈ 19.06.2023):
```
pip install requests-futures
```
- [Conda](https://anaconda.org/conda-forge/requests-futures) (π₯ 220K Β· β±οΈ 20.06.2023):
```
conda install -c conda-forge requests-futures
```httptools (π₯30 Β· β 1.2K Β· π€) - Fast HTTP parser.
MIT
- [GitHub](https://github.com/MagicStack/httptools) (π¨βπ» 16 Β· π 76 Β· π¦ 97K Β· π 51 - 17% open Β· β±οΈ 16.10.2023):
```
git clone https://github.com/MagicStack/httptools
```
- [PyPi](https://pypi.org/project/httptools) (π₯ 18M / month Β· π¦ 280 Β· β±οΈ 16.10.2023):
```
pip install httptools
```
- [Conda](https://anaconda.org/conda-forge/httptools) (π₯ 620K Β· β±οΈ 16.10.2023):
```
conda install -c conda-forge httptools
```grequests (π₯28 Β· β 4.4K Β· π€) - Requests + Gevent = 3.
BSD-2
- [GitHub](https://github.com/spyoungtech/grequests) (π¨βπ» 28 Β· π 330 Β· π₯ 17 Β· π¦ 4.4K Β· π 130 - 6% open Β· β±οΈ 08.06.2023):
```
git clone https://github.com/spyoungtech/grequests
```
- [PyPi](https://pypi.org/project/grequests) (π₯ 330K / month Β· π¦ 180 Β· β±οΈ 08.06.2023):
```
pip install grequests
```
- [Conda](https://anaconda.org/conda-forge/grequests) (π₯ 96K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge grequests
```treq (π₯27 Β· β 580) - Python requests like API built on top of Twisteds HTTP client.
MIT
- [GitHub](https://github.com/twisted/treq) (π¨βπ» 51 Β· π 140 Β· π₯ 270 Β· π¦ 1.6K Β· π 160 - 33% open Β· β±οΈ 01.05.2024):
```
git clone https://github.com/twisted/treq
```
- [PyPi](https://pypi.org/project/treq) (π₯ 120K / month Β· π¦ 120 Β· β±οΈ 04.11.2023):
```
pip install treq
```
- [Conda](https://anaconda.org/conda-forge/treq) (π₯ 78K Β· β±οΈ 04.11.2023):
```
conda install -c conda-forge treq
```httpstat (π₯21 Β· β 5.6K Β· π€) - curl statistics made simple.
MIT
- [GitHub](https://github.com/reorx/httpstat) (π¨βπ» 6 Β· π 370 Β· π₯ 250 Β· π¦ 16 Β· π 29 - 24% open Β· β±οΈ 12.06.2023):
```
git clone https://github.com/reorx/httpstat
```
- [PyPi](https://pypi.org/project/httpstat) (π₯ 2.2K / month Β· β±οΈ 11.10.2022):
```
pip install httpstat
```Show 7 hidden projects...
- pycurl (π₯33 Β· β 1.1K) - PycURL - Python interface to libcurl.
βοΈLGPL-2.1
- httplib2 (π₯33 Β· β 490 Β· π) - Small, fast HTTP client library for Python. Features persistent..MIT
- python-zeep (π₯32 Β· β 1.9K Β· π) - A Python SOAP client.MIT
- hyper (π₯29 Β· β 1K Β· π) - HTTP/2 for Python.MIT
- http-prompt (π₯27 Β· β 8.9K Β· π) - An interactive command-line HTTP and API testing client built on..MIT
- pysimplesoap (π₯24 Β· β 370 Β· π) - Python Simple SOAP Library.βοΈLGPL-3.0
- http-parser (π₯24 Β· β 340 Β· π) - HTTP request/response parser for python in C.MIT
## Servers
gunicorn (π₯44 Β· β 9.6K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and..
MIT
- [GitHub](https://github.com/benoitc/gunicorn) (π¨βπ» 420 Β· π 1.7K Β· π₯ 100 Β· π¦ 1.2M Β· π 2.2K - 17% open Β· β±οΈ 22.05.2024):
```
git clone https://github.com/benoitc/gunicorn
```
- [PyPi](https://pypi.org/project/gunicorn) (π₯ 40M / month Β· π¦ 2.2K Β· β±οΈ 16.04.2024):
```
pip install gunicorn
```
- [Conda](https://anaconda.org/conda-forge/gunicorn) (π₯ 2.7M Β· β±οΈ 17.04.2024):
```
conda install -c conda-forge gunicorn
```uvicorn (π₯41 Β· β 8K) - An ASGI web server, for Python.
BSD-3
- [GitHub](https://github.com/encode/uvicorn) (π¨βπ» 180 Β· π 690 Β· π¦ 370K Β· π 700 - 6% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/encode/uvicorn
```
- [PyPi](https://pypi.org/project/uvicorn) (π₯ 31M / month Β· π¦ 3.9K Β· β±οΈ 02.06.2024):
```
pip install uvicorn
```
- [Conda](https://anaconda.org/conda-forge/uvicorn) (π₯ 2.6M Β· β±οΈ 03.06.2024):
```
conda install -c conda-forge uvicorn
```gevent (π₯39 Β· β 6.2K) - Coroutine-based concurrency library for Python.
MIT
- [GitHub](https://github.com/gevent/gevent) (π¨βπ» 110 Β· π 930 Β· π₯ 60K Β· π¦ 130K Β· π 1.4K - 8% open Β· β±οΈ 14.02.2024):
```
git clone https://github.com/gevent/gevent
```
- [PyPi](https://pypi.org/project/gevent) (π₯ 12M / month Β· π¦ 1.8K Β· β±οΈ 14.02.2024):
```
pip install gevent
```
- [Conda](https://anaconda.org/conda-forge/gevent) (π₯ 1.4M Β· β±οΈ 08.10.2023):
```
conda install -c conda-forge gevent
```asgiref (π₯38 Β· β 1.4K) - ASGI specification and utilities.
BSD-3
- [GitHub](https://github.com/django/asgiref) (π¨βπ» 97 Β· π 200 Β· π¦ 860K Β· π 220 - 20% open Β· β±οΈ 22.03.2024):
```
git clone https://github.com/django/asgiref
```
- [PyPi](https://pypi.org/project/asgiref) (π₯ 31M / month Β· π¦ 750 Β· β±οΈ 22.03.2024):
```
pip install asgiref
```
- [Conda](https://anaconda.org/conda-forge/asgiref) (π₯ 1.1M Β· β±οΈ 24.03.2024):
```
conda install -c conda-forge asgiref
```whitenoise (π₯35 Β· β 2.5K) - Radically simplified static file serving for Python web apps.
MIT
- [GitHub](https://github.com/evansd/whitenoise) (π¨βπ» 64 Β· π 140 Β· π¦ 440K Β· π 250 - 15% open Β· β±οΈ 30.05.2024):
```
git clone https://github.com/evansd/whitenoise
```
- [PyPi](https://pypi.org/project/whitenoise) (π₯ 3M / month Β· π¦ 380 Β· β±οΈ 11.10.2023):
```
pip install whitenoise
```
- [Conda](https://anaconda.org/conda-forge/whitenoise) (π₯ 90K Β· β±οΈ 11.10.2023):
```
conda install -c conda-forge whitenoise
```Hypercorn (π₯31 Β· β 1K) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by..
MIT
- [GitHub](https://github.com/pgjones/hypercorn) (π¨βπ» 64 Β· π 91 Β· π¦ 7.5K Β· π 180 - 36% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/pgjones/hypercorn
```
- [PyPi](https://pypi.org/project/hypercorn) (π₯ 990K / month Β· π¦ 36 Β· β±οΈ 28.05.2024):
```
pip install hypercorn
```mangum (π₯28 Β· β 1.6K Β· π€) - AWS Lambda support for ASGI applications.
MIT
- [GitHub](https://github.com/jordaneremieff/mangum) (π¨βπ» 30 Β· π 99 Β· π¦ 4.3K Β· π 170 - 15% open Β· β±οΈ 03.11.2023):
```
git clone https://github.com/jordaneremieff/mangum
```
- [PyPi](https://pypi.org/project/mangum) (π₯ 900K / month Β· π¦ 15 Β· β±οΈ 27.11.2022):
```
pip install mangum
```livereload (π₯26 Β· β 1K Β· π€) - livereload server in python.
BSD-3
- [GitHub](https://github.com/lepture/python-livereload) (π¨βπ» 59 Β· π 150 Β· π 160 - 35% open Β· β±οΈ 29.07.2023):
```
git clone https://github.com/lepture/python-livereload
```
- [PyPi](https://pypi.org/project/livereload) (π₯ 690K / month Β· π¦ 290 Β· β±οΈ 22.08.2020):
```
pip install livereload
```
- [Conda](https://anaconda.org/conda-forge/livereload) (π₯ 510K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge livereload
```Show 4 hidden projects...
- waitress (π₯35 Β· β 1.4K) - Waitress - A WSGI server for Python 3.
βοΈZPL-2.1
- bjoern (π₯26 Β· β 3K Β· π) - A screamingly fast Python 2/3 WSGI server written in C.BSD-2
- Meinheld (π₯25 Β· β 1.5K Β· π) - Meinheld is a high performance asynchronous WSGI Web Server (based..BSD-3
- django-devserver (π₯25 Β· β 1.3K Β· π) - A drop-in replacement for Djangos runserver.BSD-3
## Authorization & Authentication
django-allauth (π₯44 Β· β 9K) - Integrated set of Django applications addressing..
MIT
- [GitHub](https://github.com/pennersr/django-allauth) (π¨βπ» 710 Β· π 3K Β· π¦ 220K Β· π 2.3K - 2% open Β· β±οΈ 31.05.2024):
```
git clone https://github.com/pennersr/django-allauth
```
- [PyPi](https://pypi.org/project/django-allauth) (π₯ 880K / month Β· π¦ 220 Β· β±οΈ 31.05.2024):
```
pip install django-allauth
```
- [Conda](https://anaconda.org/conda-forge/django-allauth) (π₯ 120K Β· β±οΈ 01.06.2024):
```
conda install -c conda-forge django-allauth
```oauthlib (π₯39 Β· β 2.8K) - A generic, spec-compliant, thorough implementation of the OAuth..
BSD-3
- [GitHub](https://github.com/oauthlib/oauthlib) (π¨βπ» 200 Β· π 480 Β· π¦ 530K Β· π 380 - 23% open Β· β±οΈ 06.01.2024):
```
git clone https://github.com/oauthlib/oauthlib
```
- [PyPi](https://pypi.org/project/oauthlib) (π₯ 120M / month Β· π¦ 1.4K Β· β±οΈ 17.10.2022):
```
pip install oauthlib
```
- [Conda](https://anaconda.org/conda-forge/oauthlib) (π₯ 11M Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge oauthlib
```requests-oauthlib (π₯39 Β· β 1.7K) - OAuthlib support for Python-Requests!.
ISC
- [GitHub](https://github.com/requests/requests-oauthlib) (π¨βπ» 120 Β· π 420 Β· π¦ 500K Β· π 280 - 39% open Β· β±οΈ 20.04.2024):
```
git clone https://github.com/requests/requests-oauthlib
```
- [PyPi](https://pypi.org/project/requests-oauthlib) (π₯ 130M / month Β· π¦ 1.9K Β· β±οΈ 25.03.2024):
```
pip install requests-oauthlib
```
- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (π₯ 9.5M Β· β±οΈ 24.03.2024):
```
conda install -c conda-forge requests-oauthlib
```pyjwt (π₯37 Β· β 5K) - JSON Web Token implementation in Python.
MIT
- [GitHub](https://github.com/jpadilla/pyjwt) (π¨βπ» 140 Β· π 660 Β· π¦ 570K Β· π 440 - 4% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/jpadilla/pyjwt
```
- [PyPi](https://pypi.org/project/pyjwt) (π₯ 160M / month Β· π¦ 4.4K Β· β±οΈ 18.07.2023):
```
pip install pyjwt
```
- [Conda](https://anaconda.org/conda-forge/pyjwt) (π₯ 14M Β· β±οΈ 02.02.2024):
```
conda install -c conda-forge pyjwt
```authlib (π₯37 Β· β 4.3K) - The ultimate Python library in building OAuth, OpenID Connect clients..
BSD-3
- [GitHub](https://github.com/lepture/authlib) (π¨βπ» 120 Β· π 430 Β· π¦ 33K Β· π 440 - 21% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/lepture/authlib
```
- [PyPi](https://pypi.org/project/authlib) (π₯ 11M / month Β· π¦ 490 Β· β±οΈ 04.06.2024):
```
pip install authlib
```
- [Conda](https://anaconda.org/conda-forge/authlib) (π₯ 130K Β· β±οΈ 18.12.2023):
```
conda install -c conda-forge authlib
```flask-login (π₯35 Β· β 3.5K) - Flask user session management.
MIT
- [GitHub](https://github.com/maxcountryman/flask-login) (π¨βπ» 120 Β· π 790 Β· π¦ 170K Β· π 420 - 3% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/maxcountryman/flask-login
```
- [PyPi](https://pypi.org/project/flask-login) (π₯ 6.6M / month Β· π¦ 650 Β· β±οΈ 30.10.2023):
```
pip install flask-login
```
- [Conda](https://anaconda.org/conda-forge/flask-login) (π₯ 240K Β· β±οΈ 06.11.2023):
```
conda install -c conda-forge flask-login
```google-auth (π₯34 Β· β 750) - Google Auth Python Library.
Apache-2
- [GitHub](https://github.com/googleapis/google-auth-library-python) (π¨βπ» 130 Β· π 300 Β· π 480 - 18% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/googleapis/google-auth-library-python
```
- [PyPi](https://pypi.org/project/google-auth) (π₯ 140M / month Β· π¦ 2.1K Β· β±οΈ 20.03.2024):
```
pip install google-auth
```
- [Conda](https://anaconda.org/conda-forge/google-auth) (π₯ 9.4M Β· β±οΈ 21.03.2024):
```
conda install -c conda-forge google-auth
```django-oauth-toolkit (π₯33 Β· β 3K) - OAuth2 goodies for the Djangonauts!.
BSD-3
- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (π¨βπ» 250 Β· π 770 Β· π 840 - 20% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/jazzband/django-oauth-toolkit
```
- [PyPi](https://pypi.org/project/django-oauth-toolkit) (π₯ 750K / month Β· π¦ 99 Β· β±οΈ 20.05.2024):
```
pip install django-oauth-toolkit
```dj-rest-auth (π₯33 Β· β 1.6K) - Authentication for Django Rest Framework.
MIT
- [GitHub](https://github.com/iMerica/dj-rest-auth) (π¨βπ» 200 Β· π 300 Β· π₯ 390 Β· π¦ 32K Β· π 410 - 46% open Β· β±οΈ 29.04.2024):
```
git clone https://github.com/iMerica/dj-rest-auth
```
- [PyPi](https://pypi.org/project/dj-rest-auth) (π₯ 270K / month Β· π¦ 19 Β· β±οΈ 16.04.2024):
```
pip install dj-rest-auth
```
- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (π₯ 25K Β· β±οΈ 16.04.2024):
```
conda install -c conda-forge dj-rest-auth
```flask-jwt-extended (π₯33 Β· β 1.5K Β· π) - An open source Flask extension that provides JWT..
MIT
- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (π¨βπ» 94 Β· π 240 Β· π¦ 40K Β· π 380 - 2% open Β· β±οΈ 01.03.2024):
```
git clone https://github.com/vimalloc/flask-jwt-extended
```
- [PyPi](https://pypi.org/project/flask-jwt-extended) (π₯ 5.5M / month Β· π¦ 270 Β· β±οΈ 13.12.2023):
```
pip install flask-jwt-extended
```
- [Conda](https://anaconda.org/conda-forge/flask-jwt-extended) (π₯ 230K Β· β±οΈ 13.12.2023):
```
conda install -c conda-forge flask-jwt-extended
```fastapi-users (π₯31 Β· β 4.2K) - Ready-to-use and customizable users management for FastAPI.
MIT
- [GitHub](https://github.com/fastapi-users/fastapi-users) (π¨βπ» 65 Β· π 360 Β· π₯ 190 Β· π¦ 3.4K Β· π 270 - 4% open Β· β±οΈ 02.05.2024):
```
git clone https://github.com/fastapi-users/fastapi-users
```
- [PyPi](https://pypi.org/project/fastapi-users) (π₯ 98K / month Β· π¦ 15 Β· β±οΈ 11.03.2024):
```
pip install fastapi-users
```
- [Conda](https://anaconda.org/conda-forge/fastapi-users) (π₯ 50K Β· β±οΈ 11.03.2024):
```
conda install -c conda-forge fastapi-users
```pyotp (π₯31 Β· β 2.9K) - Python One-Time Password Library.
MIT
- [GitHub](https://github.com/pyauth/pyotp) (π¨βπ» 44 Β· π 320 Β· π₯ 300 Β· π¦ 15K Β· π 94 - 5% open Β· β±οΈ 04.05.2024):
```
git clone https://github.com/pyauth/pyotp
```
- [PyPi](https://pypi.org/project/pyotp) (π₯ 5.4M / month Β· π¦ 390 Β· β±οΈ 27.07.2023):
```
pip install pyotp
```
- [Conda](https://anaconda.org/conda-forge/pyotp) (π₯ 58K Β· β±οΈ 28.07.2023):
```
conda install -c conda-forge pyotp
```djoser (π₯31 Β· β 2.5K) - REST implementation of Django authentication system.
MIT
- [GitHub](https://github.com/sunscrapers/djoser) (π¨βπ» 110 Β· π 450 Β· π¦ 29K Β· π 510 - 36% open Β· β±οΈ 31.03.2024):
```
git clone https://github.com/sunscrapers/djoser
```
- [PyPi](https://pypi.org/project/djoser) (π₯ 200K / month Β· π¦ 7 Β· β±οΈ 09.11.2023):
```
pip install djoser
```Flask-HTTPAuth (π₯31 Β· β 1.3K) - Simple extension that provides Basic, Digest and Token HTTP..
MIT
- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (π¨βπ» 34 Β· π 220 Β· π¦ 19K Β· π 110 - 8% open Β· β±οΈ 27.04.2024):
```
git clone https://github.com/miguelgrinberg/Flask-HTTPAuth
```
- [PyPi](https://pypi.org/project/flask-httpauth) (π₯ 910K / month Β· π¦ 180 Β· β±οΈ 27.04.2023):
```
pip install flask-httpauth
```
- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (π₯ 140K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge flask-httpauth
```django-rules (π₯30 Β· β 1.8K) - Awesome Django authorization, without the database.
MIT
- [GitHub](https://github.com/dfunckt/django-rules) (π¨βπ» 31 Β· π 140 Β· π¦ 1.7K Β· π 120 - 29% open Β· β±οΈ 18.05.2024):
```
git clone https://github.com/dfunckt/django-rules
```
- [PyPi](https://pypi.org/project/rules) (π₯ 200K / month Β· π¦ 52 Β· β±οΈ 18.05.2024):
```
pip install rules
```python-jose (π₯30 Β· β 1.5K) - A JOSE implementation in Python.
MIT
- [GitHub](https://github.com/mpdavis/python-jose) (π¨βπ» 50 Β· π 230 Β· π 180 - 56% open Β· β±οΈ 30.05.2024):
```
git clone https://github.com/mpdavis/python-jose
```
- [PyPi](https://pypi.org/project/python-jose) (π₯ 9.3M / month Β· π¦ 700 Β· β±οΈ 05.06.2021):
```
pip install python-jose
```
- [Conda](https://anaconda.org/conda-forge/python-jose) (π₯ 2.1M Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge python-jose
```django-rest-knox (π₯30 Β· β 1.1K) - Authentication Module for django rest auth.
MIT
- [GitHub](https://github.com/jazzband/django-rest-knox) (π¨βπ» 57 Β· π 200 Β· π¦ 11K Β· π 160 - 31% open Β· β±οΈ 09.05.2024):
```
git clone https://github.com/James1345/django-rest-knox
```
- [PyPi](https://pypi.org/project/django-rest-knox) (π₯ 180K / month Β· π¦ 37 Β· β±οΈ 31.01.2022):
```
pip install django-rest-knox
```flask-dance (π₯30 Β· β 990) - Doing the OAuth dance with style using Flask, requests, and..
MIT
- [GitHub](https://github.com/singingwolfboy/flask-dance) (π¨βπ» 58 Β· π 160 Β· π¦ 4.2K Β· π 210 - 20% open Β· β±οΈ 08.04.2024):
```
git clone https://github.com/singingwolfboy/flask-dance
```
- [PyPi](https://pypi.org/project/flask-dance) (π₯ 140K / month Β· π¦ 28 Β· β±οΈ 05.03.2024):
```
pip install flask-dance
```
- [Conda](https://anaconda.org/conda-forge/flask-dance) (π₯ 11K Β· β±οΈ 13.09.2023):
```
conda install -c conda-forge flask-dance
```django-rest-framework-simplejwt (π₯29 Β· β 3.9K) - A JSON Web Token authentication plugin for the Django..
MIT
- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (π¨βπ» 120 Β· π 660 Β· π 510 - 33% open Β· β±οΈ 30.05.2024):
```
git clone https://github.com/jazzband/djangorestframework-simplejwt
```
- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (π₯ 2.4M / month Β· π¦ 190 Β· β±οΈ 04.12.2023):
```
pip install djangorestframework-simplejwt
```Flask-OpenID (π₯26 Β· β 230) - Flask-OpenID adds openid support to flask applications.
BSD-3
- [GitHub](https://github.com/pallets-eco/flask-openid) (π¨βπ» 16 Β· π 77 Β· π₯ 17 Β· π¦ 6.9K Β· π 47 - 10% open Β· β±οΈ 26.05.2024):
```
git clone https://github.com/pallets-eco/flask-openid
```
- [PyPi](https://pypi.org/project/flask-openid) (π₯ 1.8M / month Β· π¦ 31 Β· β±οΈ 26.05.2024):
```
pip install flask-openid
```
- [Conda](https://anaconda.org/conda-forge/flask-openid) (π₯ 150K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge flask-openid
```django-cas-ng (π₯25 Β· β 380 Β· π€) - Django CAS 1.0/2.0/3.0 client authentication library,..
MIT
- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (π¨βπ» 86 Β· π 170 Β· π₯ 560 Β· π¦ 530 Β· π 150 - 1% open Β· β±οΈ 17.10.2023):
```
git clone https://github.com/django-cas-ng/django-cas-ng
```
- [PyPi](https://pypi.org/project/django-cas-ng) (π₯ 36K / month Β· π¦ 15 Β· β±οΈ 17.10.2023):
```
pip install django-cas-ng
```authomatic (π₯24 Β· β 1K) - Simple yet powerful authorization / authentication client library for..
MIT
- [GitHub](https://github.com/authomatic/authomatic) (π¨βπ» 47 Β· π 390 Β· π 140 - 34% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/authomatic/authomatic
```
- [PyPi](https://pypi.org/project/authomatic) (π₯ 4.5K / month Β· π¦ 10 Β· β±οΈ 28.05.2024):
```
pip install authomatic
```fastapi_login (π₯24 Β· β 600) - FastAPI-Login tries to provide similar functionality as..
MIT
- [GitHub](https://github.com/MushroomMaula/fastapi_login) (π¨βπ» 14 Β· π 56 Β· π₯ 5 Β· π¦ 890 Β· π 55 - 1% open Β· β±οΈ 19.05.2024):
```
git clone https://github.com/MushroomMaula/fastapi_login
```
- [PyPi](https://pypi.org/project/fastapi_login) (π₯ 31K / month Β· π¦ 3 Β· β±οΈ 06.03.2024):
```
pip install fastapi_login
```flask-praetorian (π₯24 Β· β 340) - Strong, Simple, and Precise security for Flask APIs..
MIT
- [GitHub](https://github.com/dusktreader/flask-praetorian) (π¨βπ» 27 Β· π 48 Β· π¦ 420 Β· π 140 - 0% open Β· β±οΈ 11.03.2024):
```
git clone https://github.com/dusktreader/flask-praetorian
```
- [PyPi](https://pypi.org/project/flask-praetorian) (π₯ 5.1K / month Β· π¦ 2 Β· β±οΈ 11.03.2024):
```
pip install flask-praetorian
```python-jwt (π₯21 Β· β 220 Β· π€) - Python module for generating and verifying JSON Web Tokens.
MIT
- [GitHub](https://github.com/davedoesdev/python-jwt) (π¨βπ» 5 Β· π 29 Β· β±οΈ 13.11.2023):
```
git clone https://github.com/davedoesdev/python-jwt
```
- [PyPi](https://pypi.org/project/python-jwt) (π₯ 230K / month Β· π¦ 68 Β· β±οΈ 13.11.2023):
```
pip install python-jwt
```flask_simplelogin (π₯20 Β· β 200 Β· π€) - Simple Login - Login Extension for Flask - maintainer..
MIT
- [GitHub](https://github.com/flask-extensions/Flask-SimpleLogin) (π¨βπ» 11 Β· π 39 Β· π¦ 44 Β· π 19 - 21% open Β· β±οΈ 18.08.2023):
```
git clone https://github.com/flask-extensions/flask_simplelogin
```
- [PyPi](https://pypi.org/project/flask_simplelogin) (π₯ 100K / month Β· π¦ 3 Β· β±οΈ 25.10.2021):
```
pip install flask_simplelogin
```Show 13 hidden projects...
- oauth2client (π₯34 Β· β 800 Β· π) - This is a Python library for accessing resources protected..
Apache-2
- django-guardian (π₯32 Β· β 3.6K Β· π) - Per object permissions for Django.BSD-3
- python-social-auth (π₯32 Β· β 2.8K Β· π) - Social auth made simple.BSD-3
- django-rest-framework-jwt (π₯31 Β· β 3.2K Β· π) - JSON Web Token Authentication support for Django REST..MIT
- python-oauth2 (π₯30 Β· β 3K Β· π) - A fully tested, abstract interface to creating OAuth clients..MIT
- rauth (π₯26 Β· β 1.6K Β· π) - A Python library for OAuth 1.0/a, 2.0, and Ofly.MIT
- Flask-User (π₯26 Β· β 1K Β· π) - Customizable User Authorization & User Management: Register,..MIT
- django-stronghold (π₯23 Β· β 390 Β· π) - Get inside your stronghold and make all your Django..MIT
- velruse (π₯23 Β· β 250 Β· π) - Simplifying third-party authentication for web applications.MIT
- fastapi-jwt-auth (π₯20 Β· β 620 Β· π) - FastAPI extension that provides JWT Auth support..MIT
- apex (π₯17 Β· β 96 Β· π) - Toolkit for Pyramid, a Pylons Project, to add Authentication and..MIT
- pyramid_jwt (π₯15 Β· β 74 Β· π) - JWT authentication for Pyramid.BSD-2
- fastapi-permissions (π₯13 Β· β 450 Β· π) - row level security for FastAPI framework.βοΈTHE BEER-WARE LICENSE
## HTML Processing
lxml (π₯40 Β· β 2.6K) - The lxml XML toolkit for Python.
BSD-3
- [GitHub](https://github.com/lxml/lxml) (π¨βπ» 160 Β· π 560 Β· π₯ 39K Β· π¦ 450K Β· β±οΈ 04.06.2024):
```
git clone https://github.com/lxml/lxml
```
- [PyPi](https://pypi.org/project/lxml) (π₯ 91M / month Β· π¦ 13K Β· β±οΈ 13.05.2024):
```
pip install lxml
```
- [Conda](https://anaconda.org/conda-forge/lxml) (π₯ 12M Β· β±οΈ 13.05.2024):
```
conda install -c conda-forge lxml
```WeasyPrint (π₯38 Β· β 6.7K) - The awesome document factory.
BSD-3
- [GitHub](https://github.com/Kozea/WeasyPrint) (π¨βπ» 140 Β· π 640 Β· π₯ 2.5K Β· π¦ 18K Β· π 1.8K - 10% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/Kozea/WeasyPrint
```
- [PyPi](https://pypi.org/project/weasyprint) (π₯ 2.1M / month Β· π¦ 250 Β· β±οΈ 04.06.2024):
```
pip install weasyprint
```
- [Conda](https://anaconda.org/conda-forge/weasyprint) (π₯ 170K Β· β±οΈ 04.06.2024):
```
conda install -c conda-forge weasyprint
```markupsafe (π₯38 Β· β 610) - Safely add untrusted strings to HTML/XML markup.
BSD-3
- [GitHub](https://github.com/pallets/markupsafe) (π¨βπ» 44 Β· π 150 Β· π₯ 4.5K Β· π¦ 1.6M Β· π 120 - 0% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/pallets/markupsafe
```
- [PyPi](https://pypi.org/project/markupsafe) (π₯ 180M / month Β· π¦ 3.8K Β· β±οΈ 02.02.2024):
```
pip install markupsafe
```
- [Conda](https://anaconda.org/conda-forge/markupsafe) (π₯ 41M Β· β±οΈ 02.02.2024):
```
conda install -c conda-forge markupsafe
```bleach (π₯34 Β· β 2.6K) - Bleach is an allowed-list-based HTML sanitizing library that escapes..
Apache-2
- [GitHub](https://github.com/mozilla/bleach) (π¨βπ» 79 Β· π 240 Β· π¦ 320K Β· π 380 - 1% open Β· β±οΈ 15.04.2024):
```
git clone https://github.com/mozilla/bleach
```
- [PyPi](https://pypi.org/project/bleach) (π₯ 23M / month Β· π¦ 1.6K Β· β±οΈ 06.10.2023):
```
pip install bleach
```
- [Conda](https://anaconda.org/conda-forge/bleach) (π₯ 18M Β· β±οΈ 06.10.2023):
```
conda install -c conda-forge bleach
```xhtml2pdf (π₯34 Β· β 2.2K) - A library for converting HTML into PDFs using ReportLab.
Apache-2
- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (π¨βπ» 160 Β· π 630 Β· π₯ 55 Β· π¦ 15K Β· π 420 - 28% open Β· β±οΈ 08.02.2024):
```
git clone https://github.com/xhtml2pdf/xhtml2pdf
```
- [PyPi](https://pypi.org/project/xhtml2pdf) (π₯ 740K / month Β· π¦ 97 Β· β±οΈ 08.02.2024):
```
pip install xhtml2pdf
```
- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (π₯ 110K Β· β±οΈ 19.07.2023):
```
conda install -c conda-forge xhtml2pdf
```pyquery (π₯32 Β· β 2.3K) - A jquery-like library for python.
BSD-3
- [GitHub](https://github.com/gawel/pyquery) (π¨βπ» 53 Β· π 180 Β· π¦ 23K Β· π 190 - 29% open Β· β±οΈ 02.04.2024):
```
git clone https://github.com/gawel/pyquery
```
- [PyPi](https://pypi.org/project/pyquery) (π₯ 2.8M / month Β· π¦ 500 Β· β±οΈ 28.12.2022):
```
pip install pyquery
```
- [Conda](https://anaconda.org/conda-forge/pyquery) (π₯ 63K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge pyquery
```html5lib-python (π₯32 Β· β 1.1K) - Standards-compliant library for parsing and serializing HTML..
MIT
- [GitHub](https://github.com/html5lib/html5lib-python) (π¨βπ» 66 Β· π 280 Β· π 260 - 31% open Β· β±οΈ 21.02.2024):
```
git clone https://github.com/html5lib/html5lib-python
```
- [PyPi](https://pypi.org/project/html5lib) (π₯ 17M / month Β· π¦ 1.4K Β· β±οΈ 22.06.2020):
```
pip install html5lib
```
- [Conda](https://anaconda.org/conda-forge/html5lib) (π₯ 4.2M Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge html5lib
```selectolax (π₯25 Β· β 990) - Python binding to Modest and Lexbor engines (fast HTML5 parser with..
MIT
- [GitHub](https://github.com/rushter/selectolax) (π¨βπ» 13 Β· π 62 Β· π¦ 1.5K Β· π 96 - 19% open Β· β±οΈ 10.03.2024):
```
git clone https://github.com/rushter/selectolax
```
- [PyPi](https://pypi.org/project/selectolax) (π₯ 270K / month Β· π¦ 65 Β· β±οΈ 10.03.2024):
```
pip install selectolax
```html5-parser (π₯23 Β· β 670) - Fast C based HTML 5 parsing for python.
Apache-2
- [GitHub](https://github.com/kovidgoyal/html5-parser) (π¨βπ» 7 Β· π 33 Β· π¦ 730 Β· π 23 - 4% open Β· β±οΈ 14.04.2024):
```
git clone https://github.com/kovidgoyal/html5-parser
```
- [PyPi](https://pypi.org/project/html5-parser) (π₯ 96K / month Β· π¦ 10 Β· β±οΈ 19.11.2023):
```
pip install html5-parser
```Show 1 hidden projects...
- Requests-HTML (π₯34 Β· β 14K Β· π) - Pythonic HTML Parsing for Humans.
MIT
## URL Utilities
tldextract (π₯35 Β· β 1.8K) - Accurately separates a URLs subdomain, domain, and public suffix,..
BSD-3
- [GitHub](https://github.com/john-kurkowski/tldextract) (π¨βπ» 51 Β· π 210 Β· π¦ 29K Β· π 200 - 7% open Β· β±οΈ 21.03.2024):
```
git clone https://github.com/john-kurkowski/tldextract
```
- [PyPi](https://pypi.org/project/tldextract) (π₯ 12M / month Β· π¦ 580 Β· β±οΈ 19.03.2024):
```
pip install tldextract
```
- [Conda](https://anaconda.org/conda-forge/tldextract) (π₯ 480K Β· β±οΈ 19.03.2024):
```
conda install -c conda-forge tldextract
```Yarl (π₯35 Β· β 1.2K) - Yet another URL library.
Apache-2
- [GitHub](https://github.com/aio-libs/yarl) (π¨βπ» 88 Β· π 150 Β· π₯ 15K Β· π 250 - 21% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/aio-libs/yarl
```
- [PyPi](https://pypi.org/project/yarl) (π₯ 110M / month Β· π¦ 2K Β· β±οΈ 06.12.2023):
```
pip install yarl
```
- [Conda](https://anaconda.org/conda-forge/yarl) (π₯ 13M Β· β±οΈ 17.01.2024):
```
conda install -c conda-forge yarl
```shortuuid (π₯32 Β· β 2K) - A generator library for concise, unambiguous and URL-safe UUIDs.
BSD-3
- [GitHub](https://github.com/skorokithakis/shortuuid) (π¨βπ» 35 Β· π 110 Β· π¦ 25K Β· π 64 - 1% open Β· β±οΈ 26.05.2024):
```
git clone https://github.com/skorokithakis/shortuuid
```
- [PyPi](https://pypi.org/project/shortuuid) (π₯ 3.4M / month Β· π¦ 540 Β· β±οΈ 11.03.2024):
```
pip install shortuuid
```
- [Conda](https://anaconda.org/conda-forge/shortuuid) (π₯ 460K Β· β±οΈ 12.03.2024):
```
conda install -c conda-forge shortuuid
```Show 3 hidden projects...
- furl (π₯27 Β· β 2.6K Β· π) - URL parsing and manipulation made easy.
Unlicense
- uritemplate (π₯26 Β· β 230) - URI template parsing per RFC6570.βοΈBSD-1-Clause
- purl (π₯24 Β· β 300 Β· π) - A simple, immutable URL class with a clean API for interrogation and..MIT
## OpenAPI Utilities
πΒ OpenAPI-Specification ( β 28K) - The OpenAPI Specification Repository.
OpenAPI Generator (π₯42 Β· β 20K) - OpenAPI Generator allows generation of API client..
Apache-2
- [GitHub](https://github.com/OpenAPITools/openapi-generator) (π¨βπ» 3.1K Β· π 6.2K Β· π¦ 5 Β· π 8.4K - 54% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/OpenAPITools/openapi-generator
```
- [PyPi](https://pypi.org/project/openapi-generator-cli) (π₯ 9K / month Β· π¦ 1 Β· β±οΈ 15.05.2020):
```
pip install openapi-generator-cli
```
- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (π₯ 2.4M / month Β· π¦ 750 Β· β±οΈ 22.04.2024):
```
npm install @openapitools/openapi-generator-cli
```swagger-ui (π₯38 Β· β 26K) - Swagger UI is a collection of HTML, JavaScript, and CSS..
Apache-2
- [GitHub](https://github.com/swagger-api/swagger-ui) (π¨βπ» 590 Β· π 8.8K Β· π¦ 37K Β· π 5.5K - 20% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/swagger-api/swagger-ui
```connexion (π₯37 Β· β 4.4K) - Connexion is a modern Python web framework that makes spec-..
Apache-2
- [GitHub](https://github.com/spec-first/connexion) (π¨βπ» 230 Β· π 750 Β· π¦ 13K Β· π 1K - 9% open Β· β±οΈ 30.05.2024):
```
git clone https://github.com/zalando/connexion
```
- [PyPi](https://pypi.org/project/connexion) (π₯ 7.3M / month Β· π¦ 190 Β· β±οΈ 27.05.2024):
```
pip install connexion
```
- [Conda](https://anaconda.org/conda-forge/connexion) (π₯ 290K Β· β±οΈ 02.06.2024):
```
conda install -c conda-forge connexion
```drf-spectacular (π₯36 Β· β 2.2K) - Sane and flexible OpenAPI 3 schema generation for Django..
BSD-3
- [GitHub](https://github.com/tfranzel/drf-spectacular) (π¨βπ» 120 Β· π 250 Β· π¦ 96K Β· π 930 - 10% open Β· β±οΈ 16.05.2024):
```
git clone https://github.com/tfranzel/drf-spectacular
```
- [PyPi](https://pypi.org/project/drf-spectacular) (π₯ 2.2M / month Β· π¦ 150 Β· β±οΈ 01.04.2024):
```
pip install drf-spectacular
```
- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (π₯ 35K Β· β±οΈ 01.04.2024):
```
conda install -c conda-forge drf-spectacular
```apispec (π₯36 Β· β 1.1K) - A pluggable API specification generator. Currently supports the..
MIT
- [GitHub](https://github.com/marshmallow-code/apispec) (π¨βπ» 87 Β· π 170 Β· π¦ 14K Β· π 270 - 10% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/marshmallow-code/apispec
```
- [PyPi](https://pypi.org/project/apispec) (π₯ 9.9M / month Β· π¦ 320 Β· β±οΈ 22.04.2024):
```
pip install apispec
```
- [Conda](https://anaconda.org/conda-forge/apispec) (π₯ 700K Β· β±οΈ 25.04.2024):
```
conda install -c conda-forge apispec
```datamodel-code-generator (π₯35 Β· β 2.4K) - Pydantic model and dataclasses.dataclass generator..
MIT
- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (π¨βπ» 120 Β· π 280 Β· π¦ 1.2K Β· π 520 - 32% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/koxudaxi/datamodel-code-generator
```
- [PyPi](https://pypi.org/project/datamodel-code-generator) (π₯ 950K / month Β· π¦ 120 Β· β±οΈ 25.04.2024):
```
pip install datamodel-code-generator
```drf-yasg (π₯34 Β· β 3.4K Β· π€) - Automated generation of real Swagger/OpenAPI 2.0 schemas..
BSD-3
- [GitHub](https://github.com/axnsan12/drf-yasg) (π¨βπ» 66 Β· π 430 Β· π¦ 110K Β· π 660 - 38% open Β· β±οΈ 20.07.2023):
```
git clone https://github.com/axnsan12/drf-yasg
```
- [PyPi](https://pypi.org/project/drf-yasg) (π₯ 2.1M / month Β· π¦ 180 Β· β±οΈ 20.07.2023):
```
pip install drf-yasg
```
- [Conda](https://anaconda.org/conda-forge/drf-yasg) (π₯ 9.8K Β· β±οΈ 25.10.2023):
```
conda install -c conda-forge drf-yasg
```redoc (π₯33 Β· β 23K) - OpenAPI/Swagger-generated API Reference Documentation.
MIT
- [GitHub](https://github.com/Redocly/redoc) (π¨βπ» 220 Β· π 2.3K Β· π₯ 92 Β· π¦ 7.1K Β· π 1.8K - 18% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/Redocly/redoc
```swagger-codegen (π₯32 Β· β 17K) - swagger-codegen contains a template-driven engine to..
Apache-2
- [GitHub](https://github.com/swagger-api/swagger-codegen) (π¨βπ» 1.2K Β· π 6K Β· π¦ 23 Β· π 6.9K - 49% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/swagger-api/swagger-codegen
```AutoRest (π₯31 Β· β 4.5K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,..
MIT
- [GitHub](https://github.com/Azure/autorest) (π¨βπ» 180 Β· π 730 Β· π₯ 75K Β· π¦ 580 Β· π 2.2K - 5% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/Azure/autorest
```flasgger (π₯31 Β· β 3.5K) - Easy OpenAPI specs and Swagger UI for your Flask API.
MIT
- [GitHub](https://github.com/flasgger/flasgger) (π¨βπ» 110 Β· π 500 Β· π₯ 530 Β· π¦ 14K Β· π 440 - 62% open Β· β±οΈ 23.04.2024):
```
git clone https://github.com/flasgger/flasgger
```
- [PyPi](https://pypi.org/project/flasgger) (π₯ 470K / month Β· π¦ 130 Β· β±οΈ 10.06.2023):
```
pip install flasgger
```
- [Conda](https://anaconda.org/conda-forge/flasgger) (π₯ 130K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge flasgger
```openapi-python-client (π₯31 Β· β 1.1K) - Generate modern Python clients from OpenAPI.
MIT
- [GitHub](https://github.com/openapi-generators/openapi-python-client) (π¨βπ» 62 Β· π 180 Β· π¦ 950 Β· π 360 - 17% open Β· β±οΈ 20.05.2024):
```
git clone https://github.com/openapi-generators/openapi-python-client
```
- [PyPi](https://pypi.org/project/openapi-python-client) (π₯ 280K / month Β· π¦ 18 Β· β±οΈ 18.05.2024):
```
pip install openapi-python-client
```
- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (π₯ 29K Β· β±οΈ 20.05.2024):
```
conda install -c conda-forge openapi-python-client
```OpenAPI Spec validator (π₯30 Β· β 320) - OpenAPI Spec Validator is a CLI, pre-commit hook and..
Apache-2
- [GitHub](https://github.com/python-openapi/openapi-spec-validator) (π¨βπ» 40 Β· π 61 Β· π¦ 6.6K Β· π 110 - 30% open Β· β±οΈ 24.05.2024):
```
git clone https://github.com/p1c2u/openapi-spec-validator
```
- [PyPi](https://pypi.org/project/openapi-spec-validator) (π₯ 6.2M / month Β· π¦ 210 Β· β±οΈ 13.10.2023):
```
pip install openapi-spec-validator
```
- [Conda](https://anaconda.org/conda-forge/openapi-spec-validator) (π₯ 580K Β· β±οΈ 14.10.2023):
```
conda install -c conda-forge openapi-spec-validator
```openapi-core (π₯30 Β· β 280) - Openapi-core is a Python library that adds client-side and..
BSD-3
- [GitHub](https://github.com/python-openapi/openapi-core) (π¨βπ» 65 Β· π 130 Β· π¦ 640 Β· π 240 - 29% open Β· β±οΈ 22.05.2024):
```
git clone https://github.com/p1c2u/openapi-core
```
- [PyPi](https://pypi.org/project/openapi-core) (π₯ 290K / month Β· π¦ 61 Β· β±οΈ 10.04.2024):
```
pip install openapi-core
```
- [Conda](https://anaconda.org/conda-forge/openapi-core) (π₯ 19K Β· β±οΈ 11.04.2024):
```
conda install -c conda-forge openapi-core
```OpenAPI-to-GraphQL (π₯26 Β· β 1.6K) - Translate APIs described by OpenAPI Specifications..
MIT
- [GitHub](https://github.com/IBM/openapi-to-graphql) (π¨βπ» 42 Β· π 200 Β· π¦ 790 Β· π 290 - 49% open Β· β±οΈ 26.12.2023):
```
git clone https://github.com/IBM/openapi-to-graphql
```
- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (π₯ 25K / month Β· π¦ 5 Β· β±οΈ 26.12.2023):
```
npm install openapi-to-graphql-cli
```Spectree (π₯23 Β· β 310) - API spec validator and OpenAPI document generator for Python..
Apache-2
- [GitHub](https://github.com/0b01001001/spectree) (π¨βπ» 42 Β· π 71 Β· π¦ 93 Β· π 110 - 16% open Β· β±οΈ 30.03.2024):
```
git clone https://github.com/0b01001001/spectree
```
- [PyPi](https://pypi.org/project/spectree) (π₯ 61K / month Β· π¦ 8 Β· β±οΈ 26.01.2024):
```
pip install spectree
```pyramid_openapi3 (π₯22 Β· β 81) - Pyramid addon for OpenAPI3 validation of requests and..
MIT
- [GitHub](https://github.com/Pylons/pyramid_openapi3) (π¨βπ» 27 Β· π 46 Β· π¦ 39 Β· π 84 - 30% open Β· β±οΈ 21.05.2024):
```
git clone https://github.com/Pylons/pyramid_openapi3
```
- [PyPi](https://pypi.org/project/pyramid_openapi3) (π₯ 14K / month Β· β±οΈ 27.04.2024):
```
pip install pyramid_openapi3
```pyramid_swagger (π₯20 Β· β 65) - Convenient tools for using Swagger to define and validate..
BSD-3
- [GitHub](https://github.com/Yelp/pyramid_swagger) (π¨βπ» 42 Β· π 46 Β· β±οΈ 09.05.2024):
```
git clone https://github.com/striglia/pyramid_swagger
```
- [PyPi](https://pypi.org/project/pyramid_swagger) (π₯ 12K / month Β· β±οΈ 08.05.2024):
```
pip install pyramid_swagger
```Show 4 hidden projects...
- django-rest-swagger (π₯31 Β· β 2.6K Β· π) - Swagger Documentation Generator for Django REST..
BSD-2
- apistar (π₯28 Β· β 5.6K Β· π) - The Web API toolkit.BSD-3
- flask-swagger (π₯25 Β· β 460 Β· π) - A swagger 2.0 spec extractor for flask.MIT
- Spectacle (π₯24 Β· β 1.3K Β· π) - Beautiful static documentation generator for OpenAPI/Swagger..MIT
## GraphQL Utilities
πΒ GraphQL Specification ( β 14K) - GraphQL is a query language and execution engine tied to any..
graphene (π₯36 Β· β 8K) - GraphQL framework for Python.
MIT
- [GitHub](https://github.com/graphql-python/graphene) (π¨βπ» 210 Β· π 820 Β· π¦ 21K Β· π 1K - 13% open Β· β±οΈ 16.05.2024):
```
git clone https://github.com/graphql-python/graphene
```
- [PyPi](https://pypi.org/project/graphene) (π₯ 8.2M / month Β· π¦ 310 Β· β±οΈ 26.07.2023):
```
pip install graphene
```
- [Conda](https://anaconda.org/conda-forge/graphene) (π₯ 310K Β· β±οΈ 26.07.2023):
```
conda install -c conda-forge graphene
```graphene-django (π₯34 Β· β 4.2K) - Build powerful, efficient, and flexible GraphQL APIs..
MIT
- [GitHub](https://github.com/graphql-python/graphene-django) (π¨βπ» 220 Β· π 760 Β· π¦ 15K Β· π 830 - 18% open Β· β±οΈ 18.04.2024):
```
git clone https://github.com/graphql-python/graphene-django
```
- [PyPi](https://pypi.org/project/graphene-django) (π₯ 530K / month Β· π¦ 210 Β· β±οΈ 09.04.2024):
```
pip install graphene-django
```
- [Conda](https://anaconda.org/conda-forge/graphene-django) (π₯ 35K Β· β±οΈ 09.04.2024):
```
conda install -c conda-forge graphene-django
```Strawberry GraphQL (π₯34 Β· β 3.8K) - A GraphQL library for Python that leverages type..
MIT
- [GitHub](https://github.com/strawberry-graphql/strawberry) (π¨βπ» 260 Β· π 510 Β· π₯ 370 Β· π 1K - 45% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/strawberry-graphql/strawberry
```
- [PyPi](https://pypi.org/project/strawberry-graphql) (π₯ 1.2M / month Β· π¦ 100 Β· β±οΈ 06.06.2024):
```
pip install strawberry-graphql
```ariadne (π₯33 Β· β 2.2K) - Python library for implementing GraphQL servers using schema-first..
BSD-3
- [GitHub](https://github.com/mirumee/ariadne) (π¨βπ» 74 Β· π 180 Β· π¦ 1.6K Β· π 310 - 10% open Β· β±οΈ 09.04.2024):
```
git clone https://github.com/mirumee/ariadne
```
- [PyPi](https://pypi.org/project/ariadne) (π₯ 210K / month Β· π¦ 50 Β· β±οΈ 18.03.2024):
```
pip install ariadne
```graphql-core (π₯33 Β· β 500) - A Python 3.6+ port of the GraphQL.js reference implementation of..
MIT
- [GitHub](https://github.com/graphql-python/graphql-core) (π¨βπ» 35 Β· π 130 Β· π¦ 28K Β· π 150 - 19% open Β· β±οΈ 14.04.2024):
```
git clone https://github.com/graphql-python/graphql-core
```
- [PyPi](https://pypi.org/project/graphql-core) (π₯ 14M / month Β· π¦ 380 Β· β±οΈ 14.04.2024):
```
pip install graphql-core
```
- [Conda](https://anaconda.org/conda-forge/graphql-core) (π₯ 1M Β· β±οΈ 19.10.2023):
```
conda install -c conda-forge graphql-core
```graphene-mongo (π₯24 Β· β 280) - Graphene MongoEngine integration.
MIT
- [GitHub](https://github.com/graphql-python/graphene-mongo) (π¨βπ» 38 Β· π 110 Β· π¦ 340 Β· π 94 - 22% open Β· β±οΈ 23.03.2024):
```
git clone https://github.com/graphql-python/graphene-mongo
```
- [PyPi](https://pypi.org/project/graphene-mongo) (π₯ 11K / month Β· π¦ 13 Β· β±οΈ 20.03.2024):
```
pip install graphene-mongo
```
- [Conda](https://anaconda.org/conda-forge/graphene-mongo) (π₯ 7.5K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge graphene-mongo
```graphene-pydantic (π₯21 Β· β 220) - Integrate GraphQL with your Pydantic models.
Apache-2
- [GitHub](https://github.com/graphql-python/graphene-pydantic) (π¨βπ» 23 Β· π 41 Β· π 43 - 23% open Β· β±οΈ 03.02.2024):
```
git clone https://github.com/graphql-python/graphene-pydantic
```
- [PyPi](https://pypi.org/project/graphene-pydantic) (π₯ 15K / month Β· π¦ 3 Β· β±οΈ 01.02.2024):
```
pip install graphene-pydantic
```Show 8 hidden projects...
- graphql-relay-py (π₯27 Β· β 150 Β· π) - A library to help construct a graphql-py server supporting..
MIT
- flask-graphql (π₯25 Β· β 1.3K Β· π) - Adds GraphQL support to your Flask application.MIT
- tartiflette (π₯22 Β· β 850 Β· π) - GraphQL Engine built with Python 3.6+ / asyncio.MIT
- django-graphql-auth (π₯22 Β· β 320 Β· π) - Django registration and authentication with GraphQL.MIT
- python-graphql-client (π₯22 Β· β 160 Β· π) - Simple GraphQL client for Python 2.7+.MIT
- tartiflette-asgi (π₯17 Β· β 99 Β· π) - ASGI support for the Tartiflette GraphQL engine.MIT
- Flask-GraphQL-Auth (π₯17 Β· β 63 Β· π) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to..MIT
- tartiflette-aiohttp (π₯16 Β· β 60 Β· π) - tartiflette-aiohttp is a wrapper of aiohttp which..MIT
## Websocket Utilities
websocket-client (π₯39 Β· β 3.5K) - WebSocket client for Python.
Apache-2
- [GitHub](https://github.com/websocket-client/websocket-client) (π¨βπ» 220 Β· π 760 Β· π¦ 200K Β· π 660 - 3% open Β· β±οΈ 23.04.2024):
```
git clone https://github.com/websocket-client/websocket-client
```
- [PyPi](https://pypi.org/project/websocket-client) (π₯ 74M / month Β· π¦ 2.8K Β· β±οΈ 23.04.2024):
```
pip install websocket-client
```
- [Conda](https://anaconda.org/conda-forge/websocket-client) (π₯ 14M Β· β±οΈ 24.04.2024):
```
conda install -c conda-forge websocket-client
```websockets (π₯36 Β· β 5K) - Library for building WebSocket servers and clients in Python.
BSD-3
- [GitHub](https://github.com/python-websockets/websockets) (π¨βπ» 72 Β· π 500 Β· π¦ 190K Β· π 1.1K - 3% open Β· β±οΈ 16.04.2024):
```
git clone https://github.com/aaugustin/websockets
```
- [PyPi](https://pypi.org/project/websockets) (π₯ 33M / month Β· π¦ 3.7K Β· β±οΈ 21.10.2023):
```
pip install websockets
```
- [Conda](https://anaconda.org/conda-forge/websockets) (π₯ 2.6M Β· β±οΈ 21.10.2023):
```
conda install -c conda-forge websockets
```python-socketio (π₯36 Β· β 3.8K) - Python Socket.IO server and client.
MIT
- [GitHub](https://github.com/miguelgrinberg/python-socketio) (π¨βπ» 72 Β· π 570 Β· π¦ 46K Β· π 810 - 1% open Β· β±οΈ 19.05.2024):
```
git clone https://github.com/miguelgrinberg/python-socketio
```
- [PyPi](https://pypi.org/project/python-socketio) (π₯ 3.8M / month Β· π¦ 600 Β· β±οΈ 24.03.2024):
```
pip install python-socketio
```
- [Conda](https://anaconda.org/conda-forge/python-socketio) (π₯ 470K Β· β±οΈ 24.03.2024):
```
conda install -c conda-forge python-socketio
```Flask-SocketIO (π₯34 Β· β 5.3K) - Socket.IO integration for Flask applications.
MIT
- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (π¨βπ» 69 Β· π 890 Β· π¦ 39K Β· π 1.6K - 0% open Β· β±οΈ 09.05.2024):
```
git clone https://github.com/miguelgrinberg/Flask-SocketIO
```
- [PyPi](https://pypi.org/project/flask-socketio) (π₯ 930K / month Β· π¦ 460 Β· β±οΈ 05.09.2023):
```
pip install flask-socketio
```
- [Conda](https://anaconda.org/conda-forge/flask-socketio) (π₯ 400K Β· β±οΈ 05.09.2023):
```
conda install -c conda-forge flask-socketio
```autobahn-python (π₯34 Β· β 2.5K) - WebSocket and WAMP in Python for Twisted and asyncio.
MIT
- [GitHub](https://github.com/crossbario/autobahn-python) (π¨βπ» 140 Β· π 760 Β· π¦ 33K Β· π 890 - 20% open Β· β±οΈ 13.04.2024):
```
git clone https://github.com/crossbario/autobahn-python
```
- [PyPi](https://pypi.org/project/autobahn) (π₯ 1.1M / month Β· π¦ 250 Β· β±οΈ 20.07.2023):
```
pip install autobahn
```
- [Conda](https://anaconda.org/conda-forge/autobahn) (π₯ 490K Β· β±οΈ 14.06.2023):
```
conda install -c conda-forge autobahn
```daphne (π₯34 Β· β 2.3K) - Django Channels HTTP/WebSocket server.
BSD-3
- [GitHub](https://github.com/django/daphne) (π¨βπ» 70 Β· π 260 Β· π¦ 28K Β· π 320 - 13% open Β· β±οΈ 11.04.2024):
```
git clone https://github.com/django/daphne
```
- [PyPi](https://pypi.org/project/daphne) (π₯ 1.2M / month Β· π¦ 83 Β· β±οΈ 11.04.2024):
```
pip install daphne
```
- [Conda](https://anaconda.org/conda-forge/daphne) (π₯ 180K Β· β±οΈ 11.04.2024):
```
conda install -c conda-forge daphne
```websockify (π₯27 Β· β 3.8K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a..
βοΈLGPL-3.0
- [GitHub](https://github.com/novnc/websockify) (π¨βπ» 97 Β· π 760 Β· π¦ 31 Β· π 360 - 7% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/novnc/websockify
```
- [PyPi](https://pypi.org/project/websockify) (π₯ 54K / month Β· π¦ 16 Β· β±οΈ 03.06.2024):
```
pip install websockify
```
- [Conda](https://anaconda.org/conda-forge/websockify) (π₯ 110K Β· β±οΈ 05.06.2024):
```
conda install -c conda-forge websockify
```httpx-ws (π₯22 Β· β 88) - WebSocket support for HTTPX.
MIT
- [GitHub](https://github.com/frankie567/httpx-ws) (π¨βπ» 6 Β· π 11 Β· π₯ 120 Β· π¦ 58 Β· π 26 - 11% open Β· β±οΈ 02.05.2024):
```
git clone https://github.com/frankie567/httpx-ws
```
- [PyPi](https://pypi.org/project/httpx-ws) (π₯ 270K / month Β· π¦ 14 Β· β±οΈ 05.04.2024):
```
pip install httpx-ws
```
- [Conda](https://anaconda.org/conda-forge/httpx-ws) (π₯ 5.6K Β· β±οΈ 05.04.2024):
```
conda install -c conda-forge httpx-ws
```Show 4 hidden projects...
- gevent-socketio (π₯26 Β· β 1.2K Β· π) - Official repository for gevent-socketio.
BSD-3
- sockjs-tornado (π₯26 Β· β 850 Β· π) - WebSocket emulation - Python server.MIT
- flask-sockets (π₯24 Β· β 1.7K Β· π) - [DEPRECATED] Alternative:..MIT
- tornadio2 (π₯21 Β· β 530 Β· π) - Python socket.io server implementation on top of Tornado..Apache-2
## RPC Utilities
grpc (π₯48 Β· β 41K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).
Apache-2
- [GitHub](https://github.com/grpc/grpc) (π¨βπ» 1K Β· π 10K Β· π₯ 13K Β· π¦ 5.1K Β· π 12K - 7% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/grpc/grpc
```
- [PyPi](https://pypi.org/project/grpcio) (π₯ 100M / month Β· π¦ 3.4K Β· β±οΈ 03.06.2024):
```
pip install grpcio
```
- [Conda](https://anaconda.org/conda-forge/grpcio) (π₯ 12M Β· β±οΈ 17.04.2024):
```
conda install -c conda-forge grpcio
```rpyc (π₯31 Β· β 1.5K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.
MIT
- [GitHub](https://github.com/tomerfiliba-org/rpyc) (π¨βπ» 85 Β· π 240 Β· π₯ 550 Β· π¦ 2.4K Β· π 420 - 18% open Β· β±οΈ 22.05.2024):
```
git clone https://github.com/tomerfiliba-org/rpyc
```
- [PyPi](https://pypi.org/project/rpyc) (π₯ 700K / month Β· π¦ 170 Β· β±οΈ 23.02.2024):
```
pip install rpyc
```
- [Conda](https://anaconda.org/conda-forge/rpyc) (π₯ 760K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge rpyc
```fastapi-jsonrpc (π₯21 Β· β 280 Β· π) - JSON-RPC server based on fastapi.
MIT
- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (π¨βπ» 12 Β· π 27 Β· π¦ 45 Β· π 34 - 17% open Β· β±οΈ 12.03.2024):
```
git clone https://github.com/smagafurov/fastapi-jsonrpc
```
- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (π₯ 6.1K / month Β· π¦ 5 Β· β±οΈ 12.03.2024):
```
pip install fastapi-jsonrpc
```ucall (π₯20 Β· β 1.1K) - Remote Procedure Calls - 50x lower latency and 70x higher bandwidth..
Apache-2
- [GitHub](https://github.com/unum-cloud/ucall) (π¨βπ» 11 Β· π 37 Β· π¦ 49 Β· π 27 - 29% open Β· β±οΈ 15.04.2024):
```
git clone https://github.com/unum-cloud/ucall
```
- [PyPi](https://pypi.org/project/ucall) (π₯ 4.4K / month Β· π¦ 1 Β· β±οΈ 15.04.2024):
```
pip install ucall
```Show 1 hidden projects...
- spyne (π₯28 Β· β 1.1K) - A transport agnostic sync/async RPC library that focuses on exposing..
βοΈLGPL-2.1
## Serverless
chalice (π₯36 Β· β 10K) - Python Serverless Microframework for AWS.
Apache-2
- [GitHub](https://github.com/aws/chalice) (π¨βπ» 200 Β· π 1K Β· π¦ 2.9K Β· π 1.3K - 36% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/aws/chalice
```
- [PyPi](https://pypi.org/project/chalice) (π₯ 300K / month Β· π¦ 58 Β· β±οΈ 29.05.2024):
```
pip install chalice
```
- [Conda](https://anaconda.org/conda-forge/chalice) (π₯ 230K Β· β±οΈ 30.05.2024):
```
conda install -c conda-forge chalice
```Show 3 hidden projects...
- Zappa (π₯33 Β· β 12K Β· π) - Serverless Python.
MIT
- python-lambda (π₯25 Β· β 1.5K Β· π) - A toolkit for developing and deploying serverless Python code..ISC
- lambdarest (π₯20 Β· β 92 Β· π) - Flask like web framework for AWS Lambda.MIT
## Content Management Systems
django-cms (π₯41 Β· β 10K) - The easy-to-use and developer-friendly enterprise CMS powered..
BSD-3
- [GitHub](https://github.com/django-cms/django-cms) (π¨βπ» 560 Β· π 3K Β· π¦ 5.2K Β· π 3.5K - 4% open Β· β±οΈ 29.05.2024):
```
git clone https://github.com/django-cms/django-cms
```
- [PyPi](https://pypi.org/project/django-cms) (π₯ 77K / month Β· π¦ 300 Β· β±οΈ 18.05.2024):
```
pip install django-cms
```wagtail (π₯40 Β· β 17K) - A Django content management system focused on flexibility and user..
BSD-3
- [GitHub](https://github.com/wagtail/wagtail) (π¨βπ» 910 Β· π 3.7K Β· π¦ 8 Β· π 5K - 19% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/wagtail/wagtail
```
- [PyPi](https://pypi.org/project/wagtail) (π₯ 250K / month Β· π¦ 680 Β· β±οΈ 30.05.2024):
```
pip install wagtail
```
- [Conda](https://anaconda.org/conda-forge/wagtail) (π₯ 74K Β· β±οΈ 30.05.2024):
```
conda install -c conda-forge wagtail
```lektor (π₯29 Β· β 3.8K) - The lektor static file content management system.
BSD-3
- [GitHub](https://github.com/lektor/lektor) (π¨βπ» 95 Β· π 310 Β· π₯ 7.1K Β· π¦ 450 Β· π 670 - 36% open Β· β±οΈ 15.05.2024):
```
git clone https://github.com/lektor/lektor
```
- [PyPi](https://pypi.org/project/lektor) (π₯ 2.7K / month Β· π¦ 40 Β· β±οΈ 04.06.2024):
```
pip install lektor
```
- [Conda](https://anaconda.org/conda-forge/lektor) (π₯ 70K Β· β±οΈ 05.03.2024):
```
conda install -c conda-forge lektor
```feincms (π₯27 Β· β 910) - A Django-based CMS with a focus on extensibility and concise code.
BSD-3
- [GitHub](https://github.com/feincms/feincms) (π¨βπ» 140 Β· π 230 Β· π 440 - 6% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/feincms/feincms
```
- [PyPi](https://pypi.org/project/feincms) (π₯ 6.4K / month Β· π¦ 14 Β· β±οΈ 18.04.2024):
```
pip install feincms
```Show 2 hidden projects...
- mezzanine (π₯29 Β· β 4.7K Β· π) - CMS framework for Django.
BSD-2
- Kotti (π₯19 Β· β 410 Β· π) - Kotti is a high-level, Pythonic web application framework based on..βοΈBSD
## Web Testing
selenium (π₯47 Β· β 30K) - A browser automation framework and ecosystem.
Apache-2
- [GitHub](https://github.com/SeleniumHQ/selenium) (π¨βπ» 850 Β· π 8K Β· π₯ 18M Β· π¦ 270K Β· π 10K - 1% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/SeleniumHQ/selenium
```
- [PyPi](https://pypi.org/project/selenium) (π₯ 17M / month Β· π¦ 4.9K Β· β±οΈ 16.05.2024):
```
pip install selenium
```
- [Conda](https://anaconda.org/conda-forge/selenium) (π₯ 1.3M Β· β±οΈ 16.05.2024):
```
conda install -c conda-forge selenium
```coverage (π₯43 Β· β 2.9K) - The code coverage tool for Python.
Apache-2
- [GitHub](https://github.com/nedbat/coveragepy) (π¨βπ» 190 Β· π 410 Β· π¦ 390K Β· π 1.5K - 19% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/nedbat/coveragepy
```
- [PyPi](https://pypi.org/project/coverage) (π₯ 85M / month Β· π¦ 15K Β· β±οΈ 28.05.2024):
```
pip install coverage
```
- [Conda](https://anaconda.org/conda-forge/coverage) (π₯ 15M Β· β±οΈ 28.05.2024):
```
conda install -c conda-forge coverage
```mitmproxy (π₯40 Β· β 35K) - An interactive TLS-capable intercepting HTTP proxy for penetration..
MIT
- [GitHub](https://github.com/mitmproxy/mitmproxy) (π¨βπ» 540 Β· π 3.9K Β· π₯ 220K Β· π¦ 3.7K Β· π 3.3K - 9% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/mitmproxy/mitmproxy
```
- [PyPi](https://pypi.org/project/mitmproxy) (π₯ 420K / month Β· π¦ 110 Β· β±οΈ 17.04.2024):
```
pip install mitmproxy
```Locust (π₯39 Β· β 24K) - Write scalable load tests in plain Python.
MIT
- [GitHub](https://github.com/locustio/locust) (π¨βπ» 330 Β· π 2.9K Β· π¦ 4 Β· π 1.6K - 1% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/locustio/locust
```
- [PyPi](https://pypi.org/project/locust) (π₯ 1.6M / month Β· π¦ 110 Β· β±οΈ 06.06.2024):
```
pip install locust
```
- [Conda](https://anaconda.org/conda-forge/locust) (π₯ 150K Β· β±οΈ 23.05.2024):
```
conda install -c conda-forge locust
```SeleniumBase (π₯37 Β· β 4.4K) - Pythons all-in-one framework for web crawling, scraping, testing,..
MIT
- [GitHub](https://github.com/seleniumbase/SeleniumBase) (π¨βπ» 38 Β· π 900 Β· π¦ 1.4K Β· π 1.2K - 0% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/seleniumbase/SeleniumBase
```
- [PyPi](https://pypi.org/project/seleniumbase) (π₯ 790K / month Β· π¦ 29 Β· β±οΈ 05.06.2024):
```
pip install seleniumbase
```responses (π₯36 Β· β 4.1K) - A utility for mocking out the Python Requests library.
Apache-2
- [GitHub](https://github.com/getsentry/responses) (π¨βπ» 130 Β· π 350 Β· π₯ 290 Β· π¦ 37K Β· π 310 - 5% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/getsentry/responses
```
- [PyPi](https://pypi.org/project/responses) (π₯ 19M / month Β· π¦ 1.3K Β· β±οΈ 06.06.2024):
```
pip install responses
```
- [Conda](https://anaconda.org/conda-forge/responses) (π₯ 2.2M Β· β±οΈ 14.02.2024):
```
conda install -c conda-forge responses
```SeleniumLibrary (π₯36 Β· β 1.4K) - Web testing library for Robot Framework.
Apache-2
- [GitHub](https://github.com/robotframework/SeleniumLibrary) (π¨βπ» 120 Β· π 750 Β· π₯ 3.6K Β· π¦ 5K Β· π 1.1K - 7% open Β· β±οΈ 24.05.2024):
```
git clone https://github.com/robotframework/SeleniumLibrary
```
- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (π₯ 1.5M / month Β· π¦ 110 Β· β±οΈ 22.05.2024):
```
pip install robotframework-seleniumlibrary
```
- [Conda](https://anaconda.org/conda-forge/robotframework-seleniumlibrary) (π₯ 83K Β· β±οΈ 19.04.2024):
```
conda install -c conda-forge robotframework-seleniumlibrary
```splinter (π₯35 Β· β 2.7K) - splinter - python test framework for web applications.
BSD-3
- [GitHub](https://github.com/cobrateam/splinter) (π¨βπ» 180 Β· π 500 Β· π¦ 6.8K Β· π 530 - 8% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/cobrateam/splinter
```
- [PyPi](https://pypi.org/project/splinter) (π₯ 150K / month Β· π¦ 54 Β· β±οΈ 16.01.2024):
```
pip install splinter
```vcrpy (π₯35 Β· β 2.6K) - Automatically mock your HTTP interactions to simplify and speed up testing.
MIT
- [GitHub](https://github.com/kevin1024/vcrpy) (π¨βπ» 140 Β· π 370 Β· π¦ 8.7K Β· π 430 - 32% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/kevin1024/vcrpy
```
- [PyPi](https://pypi.org/project/vcrpy) (π₯ 1.3M / month Β· π¦ 310 Β· β±οΈ 25.01.2024):
```
pip install vcrpy
```
- [Conda](https://anaconda.org/conda-forge/vcrpy) (π₯ 350K Β· β±οΈ 07.02.2024):
```
conda install -c conda-forge vcrpy
```django-silk (π₯32 Β· β 4.3K) - Silky smooth profiling for Django.
MIT
- [GitHub](https://github.com/jazzband/django-silk) (π¨βπ» 150 Β· π 330 Β· π₯ 210 Β· π¦ 4.8K Β· π 360 - 35% open Β· β±οΈ 11.03.2024):
```
git clone https://github.com/jazzband/django-silk
```
- [PyPi](https://pypi.org/project/django-silk) (π₯ 820K / month Β· π¦ 16 Β· β±οΈ 22.01.2024):
```
pip install django-silk
```Prism (π₯32 Β· β 4.1K) - Turn any OpenAPI2/3 and Postman Collection file into an API server..
Apache-2
- [GitHub](https://github.com/stoplightio/prism) (π¨βπ» 95 Β· π 330 Β· π₯ 840K Β· π¦ 540 Β· π 690 - 10% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/stoplightio/prism
```
- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (π₯ 270K / month Β· π¦ 44 Β· β±οΈ 29.04.2024):
```
npm install @stoplight/prism-cli
```factory_boy (π₯31 Β· β 3.4K) - A test fixtures replacement for Python.
MIT
- [GitHub](https://github.com/FactoryBoy/factory_boy) (π¨βπ» 130 Β· π 380 Β· π 600 - 30% open Β· β±οΈ 25.04.2024):
```
git clone https://github.com/FactoryBoy/factory_boy
```
- [PyPi](https://pypi.org/project/factory_boy) (π₯ 4.2M / month Β· π¦ 560 Β· β±οΈ 19.07.2023):
```
pip install factory_boy
```
- [Conda](https://anaconda.org/conda-forge/factory_boy) (π₯ 150K Β· β±οΈ 19.07.2023):
```
conda install -c conda-forge factory_boy
```schemathesis (π₯31 Β· β 2.1K) - Supercharge your API testing, catch bugs, and ensure..
MIT
- [GitHub](https://github.com/schemathesis/schemathesis) (π¨βπ» 62 Β· π 150 Β· π¦ 320 Β· π 820 - 9% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/schemathesis/schemathesis
```
- [PyPi](https://pypi.org/project/schemathesis) (π₯ 160K / month Β· π¦ 7 Β· β±οΈ 31.05.2024):
```
pip install schemathesis
```tavern (π₯31 Β· β 1K) - A command-line tool and Python library and Pytest plugin for automated..
MIT
- [GitHub](https://github.com/taverntesting/tavern) (π¨βπ» 62 Β· π 190 Β· π¦ 590 Β· π 600 - 5% open Β· β±οΈ 11.05.2024):
```
git clone https://github.com/taverntesting/tavern
```
- [PyPi](https://pypi.org/project/tavern) (π₯ 300K / month Β· π¦ 7 Β· β±οΈ 11.05.2024):
```
pip install tavern
```flask-debugtoolbar (π₯31 Β· β 930) - A toolbar overlay for debugging Flask applications.
BSD-3
- [GitHub](https://github.com/pallets-eco/flask-debugtoolbar) (π¨βπ» 55 Β· π 140 Β· π¦ 27K Β· π 130 - 22% open Β· β±οΈ 07.05.2024):
```
git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar
```
- [PyPi](https://pypi.org/project/flask-debugtoolbar) (π₯ 170K / month Β· π¦ 73 Β· β±οΈ 27.04.2024):
```
pip install flask-debugtoolbar
```
- [Conda](https://anaconda.org/conda-forge/flask-debugtoolbar) (π₯ 68K Β· β±οΈ 27.04.2024):
```
conda install -c conda-forge flask-debugtoolbar
```httprunner (π₯30 Β· β 4K) - HttpRunner API/UI.
Apache-2
- [GitHub](https://github.com/httprunner/httprunner) (π¨βπ» 45 Β· π 1.3K Β· π₯ 12K Β· π¦ 540 Β· π 1.3K - 38% open Β· β±οΈ 24.01.2024):
```
git clone https://github.com/httprunner/httprunner
```
- [PyPi](https://pypi.org/project/httprunner) (π₯ 4.4K / month Β· π¦ 7 Β· β±οΈ 23.07.2023):
```
pip install httprunner
```selene (π₯30 Β· β 670) - User-oriented Web UI browser tests in Python.
MIT
- [GitHub](https://github.com/yashaka/selene) (π¨βπ» 42 Β· π 140 Β· π¦ 4.6K Β· π 320 - 38% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/yashaka/selene
```
- [PyPi](https://pypi.org/project/selene) (π₯ 16K / month Β· π¦ 2 Β· β±οΈ 06.03.2024):
```
pip install selene
```Dredd (π₯29 Β· β 4.1K Β· π€) - Language-agnostic HTTP API Testing Tool.
MIT
- [GitHub](https://github.com/apiaryio/dredd) (π¨βπ» 110 Β· π 280 Β· π¦ 1.1K Β· π 830 - 31% open Β· β±οΈ 19.07.2023):
```
git clone https://github.com/apiaryio/dredd
```
- [PyPi](https://pypi.org/project/dredd_hooks) (π₯ 5.9K / month Β· β±οΈ 09.04.2018):
```
pip install dredd_hooks
```
- [npm](https://www.npmjs.com/package/dredd) (π₯ 29K / month Β· π¦ 41 Β· β±οΈ 16.11.2021):
```
npm install dredd
```Model Bakery (π₯29 Β· β 800) - Object factory for Django.
Apache-2
- [GitHub](https://github.com/model-bakers/model_bakery) (π¨βπ» 53 Β· π 80 Β· π¦ 4.1K Β· π 140 - 22% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/model-bakers/model_bakery
```
- [PyPi](https://pypi.org/project/model_bakery) (π₯ 660K / month Β· π¦ 64 Β· β±οΈ 03.06.2024):
```
pip install model_bakery
```
- [Conda](https://anaconda.org/conda-forge/model_bakery) (π₯ 22K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge model_bakery
```playwright (π₯28 Β· β 11K) - A high-level API to automate web browsers.
Apache-2
- [GitHub](https://github.com/Microsoft/playwright-python) (π 820):
```
git clone https://github.com/Microsoft/playwright-python
```
- [PyPi](https://pypi.org/project/playwright) (π₯ 3.6M / month Β· π¦ 930 Β· β±οΈ 17.05.2024):
```
pip install playwright
```
- [Conda](https://anaconda.org/microsoft/playwright) (π₯ 41K Β· β±οΈ 17.05.2024):
```
conda install -c microsoft playwright
```webtest (π₯27 Β· β 330) - Wraps any WSGI application and makes it easy to send test requests to that..
MIT
- [GitHub](https://github.com/Pylons/webtest) (π¨βπ» 93 Β· π 110 Β· π¦ 12K Β· π 130 - 22% open Β· β±οΈ 17.04.2024):
```
git clone https://github.com/Pylons/webtest
```
- [PyPi](https://pypi.org/project/webtest) (π₯ 720K / month Β· π¦ 290 Β· β±οΈ 19.08.2021):
```
pip install webtest
```
- [Conda](https://anaconda.org/conda-forge/webtest) (π₯ 14K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge webtest
```selenium-python-helium (π₯26 Β· β 4.1K) - Lighter web automation for Python.
MIT
- [GitHub](https://github.com/mherrmann/helium) (π¨βπ» 9 Β· π 340 Β· π¦ 550 Β· π 91 - 52% open Β· β±οΈ 16.04.2024):
```
git clone https://github.com/mherrmann/selenium-python-helium
```
- [PyPi](https://pypi.org/project/helium) (π₯ 8.2K / month Β· π¦ 22 Β· β±οΈ 08.12.2023):
```
pip install helium
```aioresponses (π₯26 Β· β 500) - Aioresponses is a helper for mock/fake web requests in python..
MIT
- [GitHub](https://github.com/pnuckowski/aioresponses) (π¨βπ» 50 Β· π 85 Β· π 110 - 51% open Β· β±οΈ 14.04.2024):
```
git clone https://github.com/pnuckowski/aioresponses
```
- [PyPi](https://pypi.org/project/aioresponses) (π₯ 2.3M / month Β· π¦ 220 Β· β±οΈ 20.11.2023):
```
pip install aioresponses
```pytest-flask (π₯26 Β· β 480) - A set of pytest fixtures to test Flask applications.
MIT
- [GitHub](https://github.com/pytest-dev/pytest-flask) (π¨βπ» 36 Β· π 87 Β· π₯ 7 Β· π 84 - 15% open Β· β±οΈ 27.12.2023):
```
git clone https://github.com/pytest-dev/pytest-flask
```
- [PyPi](https://pypi.org/project/pytest-flask) (π₯ 480K / month Β· π¦ 190 Β· β±οΈ 23.10.2023):
```
pip install pytest-flask
```
- [Conda](https://anaconda.org/conda-forge/pytest-flask) (π₯ 83K Β· β±οΈ 23.10.2023):
```
conda install -c conda-forge pytest-flask
```requestium (π₯25 Β· β 1.8K) - Integration layer between Requests and Selenium for automation of..
BSD-3
- [GitHub](https://github.com/tryolabs/requestium) (π¨βπ» 16 Β· π 150 Β· π¦ 94 Β· π 35 - 11% open Β· β±οΈ 04.02.2024):
```
git clone https://github.com/tryolabs/requestium
```
- [PyPi](https://pypi.org/project/requestium) (π₯ 100K / month Β· π¦ 8 Β· β±οΈ 04.02.2024):
```
pip install requestium
```python-mocket (π₯24 Β· β 280) - a socket mock framework - for all kinds of socket animals, web-..
BSD-3
- [GitHub](https://github.com/mindflayer/python-mocket) (π¨βπ» 26 Β· π 41 Β· π¦ 95 Β· π 80 - 3% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/mindflayer/python-mocket
```
- [PyPi](https://pypi.org/project/mocket) (π₯ 5K / month Β· π¦ 11 Β· β±οΈ 31.05.2024):
```
pip install mocket
```pyramid_debugtoolbar (π₯23 Β· β 94) - Pyramid debug toolbar.
BSD-3
- [GitHub](https://github.com/Pylons/pyramid_debugtoolbar) (π¨βπ» 70 Β· π 83 Β· π 180 - 22% open Β· β±οΈ 05.02.2024):
```
git clone https://github.com/Pylons/pyramid_debugtoolbar
```
- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (π₯ 2.4M / month Β· π¦ 28 Β· β±οΈ 05.02.2024):
```
pip install pyramid_debugtoolbar
```
- [Conda](https://anaconda.org/conda-forge/pyramid_debugtoolbar) (π₯ 4.8K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge pyramid_debugtoolbar
```fsociety (π₯22 Β· β 1.2K Β· π€) - A Modular Penetration Testing Framework.
MIT
- [GitHub](https://github.com/fsociety-team/fsociety) (π¨βπ» 11 Β· π 150 Β· π¦ 10 Β· π 37 - 13% open Β· β±οΈ 11.11.2023):
```
git clone https://github.com/fsociety-team/fsociety
```
- [PyPi](https://pypi.org/project/fsociety) (π₯ 1.3K / month Β· β±οΈ 01.05.2022):
```
pip install fsociety
```django-test-plus (π₯22 Β· β 600) - Useful additions to Djangos default TestCase.
BSD-3
- [GitHub](https://github.com/revsys/django-test-plus) (π¨βπ» 34 Β· π 66 Β· π 58 - 18% open Β· β±οΈ 03.05.2024):
```
git clone https://github.com/revsys/django-test-plus
```
- [PyPi](https://pypi.org/project/django-test-plus) (π₯ 62K / month Β· π¦ 4 Β· β±οΈ 11.07.2023):
```
pip install django-test-plus
```
- [Conda](https://anaconda.org/conda-forge/django-test-plus) (π₯ 31K Β· β±οΈ 04.04.2024):
```
conda install -c conda-forge django-test-plus
```molotov (π₯21 Β· β 450 Β· π€) - Load Testing Tool.
Apache-2
- [GitHub](https://github.com/tarekziade/molotov) (π¨βπ» 16 Β· π 31 Β· π¦ 130 Β· π 120 - 13% open Β· β±οΈ 23.11.2023):
```
git clone https://github.com/loads/molotov
```
- [PyPi](https://pypi.org/project/molotov) (π₯ 53K / month Β· π¦ 6 Β· β±οΈ 21.10.2022):
```
pip install molotov
```gabbi (π₯20 Β· β 150) - Declarative HTTP Testing for Python and anything else.
Apache-2
- [GitHub](https://github.com/cdent/gabbi) (π¨βπ» 29 Β· π 34 Β· π₯ 2 Β· π 150 - 13% open Β· β±οΈ 16.03.2024):
```
git clone https://github.com/cdent/gabbi
```
- [PyPi](https://pypi.org/project/gabbi) (π₯ 31K / month Β· π¦ 9 Β· β±οΈ 16.03.2024):
```
pip install gabbi
```aresponses (π₯20 Β· β 100) - Asyncio http mocking. Similar to the responses library used for..
MIT
- [GitHub](https://github.com/aresponses/aresponses) (π¨βπ» 15 Β· π 19 Β· π¦ 610 Β· π 34 - 2% open Β· β±οΈ 04.02.2024):
```
git clone https://github.com/aresponses/aresponses
```
- [PyPi](https://pypi.org/project/aresponses) (π₯ 47K / month Β· π¦ 16 Β· β±οΈ 12.01.2024):
```
pip install aresponses
```Astra (π₯15 Β· β 2.4K) - Automated Security Testing For REST APIs.
Apache-2
- [GitHub](https://github.com/flipkart-incubator/Astra) (π¨βπ» 13 Β· π 390 Β· π 100 - 65% open Β· β±οΈ 21.05.2024):
```
git clone https://github.com/flipkart-incubator/Astra
```Show 17 hidden projects...
- pytest-django (π₯34 Β· β 1.3K) - A Django plugin for pytest.
βUnlicensed
- HTTPretty (π₯30 Β· β 2.1K Β· π) - Intercept HTTP requests at the Python socket level. Fakes the..MIT
- pyppeteer (π₯29 Β· β 3.6K Β· π) - Headless chrome/chromium automation library (unofficial port of..MIT
- Mockoon (π₯28 Β· β 6K) - Mockoon is the easiest and quickest way to run mock APIs..βUnlicensed
- django-nose (π₯28 Β· β 880 Β· π) - Django test runner using nose.BSD-3
- parameterized (π₯27 Β· β 820 Β· π) - Parameterized testing with any Python test framework.βοΈBSD-2-Clause-FreeBSD
- flask-testing (π₯27 Β· β 500 Β· π) - Unittest extensions for Flask.BSD-3
- yandex-tank (π₯25 Β· β 2.4K) - Load and performance benchmark tool.βοΈLGPL-2.0
- splash (π₯24 Β· β 4K Β· π) - Lightweight, scriptable browser as a service with an HTTP API.BSD-3
- httmock (π₯24 Β· β 460 Β· π) - A mocking library for requests.Apache-2
- pytest-splinter (π₯24 Β· β 250 Β· π) - pytest splinter and selenium integration for anyone..MIT
- wdb (π₯23 Β· β 1.6K Β· π) - An improbable web debugger through WebSockets.βοΈGPL-3.0
- pyresttest (π₯23 Β· β 1.2K Β· π) - Python Rest Testing.Apache-2
- mixer (π₯22 Β· β 930 Β· π) - Mixer -- Is a fixtures replacement. Supported Django, Flask,..BSD-3
- async-asgi-testclient (π₯20 Β· β 150 Β· π) - A framework-agnostic library for testing ASGI web..MIT
- golem (π₯18 Β· β 490 Β· π) - A complete test automation tool.MIT
- huxley (π₯17 Β· β 4.1K Β· π) - A testing system for catching visual regressions in Web..Apache-2
## Web Forms
wtforms (π₯38 Β· β 1.5K) - A flexible forms validation and rendering library for Python.
BSD-3
- [GitHub](https://github.com/wtforms/wtforms) (π¨βπ» 160 Β· π 400 Β· π¦ 220K Β· π 460 - 13% open Β· β±οΈ 04.05.2024):
```
git clone https://github.com/wtforms/wtforms
```
- [PyPi](https://pypi.org/project/wtforms) (π₯ 6.5M / month Β· π¦ 550 Β· β±οΈ 06.01.2024):
```
pip install wtforms
```
- [Conda](https://anaconda.org/conda-forge/wtforms) (π₯ 220K Β· β±οΈ 21.02.2024):
```
conda install -c conda-forge wtforms
```django-crispy-forms (π₯34 Β· β 4.9K) - The best way to have DRY Django forms. The app..
MIT
- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (π¨βπ» 230 Β· π 730 Β· π¦ 140K Β· π 700 - 9% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/django-crispy-forms/django-crispy-forms
```
- [PyPi](https://pypi.org/project/django-crispy-forms) (π₯ 1.5M / month Β· π¦ 400 Β· β±οΈ 15.10.2023):
```
pip install django-crispy-forms
```
- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (π₯ 97K Β· β±οΈ 15.10.2023):
```
conda install -c conda-forge django-crispy-forms
```flask-wtf (π₯31 Β· β 1.4K) - Simple integration of Flask and WTForms, including CSRF, file..
BSD-3
- [GitHub](https://github.com/wtforms/flask-wtf) (π¨βπ» 99 Β· π 310 Β· π 330 - 9% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/wtforms/flask-wtf
```
- [PyPi](https://pypi.org/project/flask-wtf) (π₯ 7.1M / month Β· π¦ 650 Β· β±οΈ 02.10.2023):
```
pip install flask-wtf
```
- [Conda](https://anaconda.org/conda-forge/flask-wtf) (π₯ 230K Β· β±οΈ 13.10.2023):
```
conda install -c conda-forge flask-wtf
```django-formtools (π₯28 Β· β 760) - A set of high-level abstractions for Django forms.
BSD-3
- [GitHub](https://github.com/jazzband/django-formtools) (π¨βπ» 74 Β· π 130 Β· π¦ 10K Β· π 160 - 50% open Β· β±οΈ 30.03.2024):
```
git clone https://github.com/jazzband/django-formtools
```
- [PyPi](https://pypi.org/project/django-formtools) (π₯ 660K / month Β· π¦ 82 Β· β±οΈ 19.12.2023):
```
pip install django-formtools
```deform (π₯26 Β· β 410 Β· π€) - A Python HTML form library.
BSD-3
- [GitHub](https://github.com/Pylons/deform) (π¨βπ» 100 Β· π 160 Β· π¦ 810 Β· π 180 - 25% open Β· β±οΈ 15.11.2023):
```
git clone https://github.com/Pylons/deform
```
- [PyPi](https://pypi.org/project/deform) (π₯ 8.9K / month Β· π¦ 27 Β· β±οΈ 10.12.2020):
```
pip install deform
```
## Markdown
markdown (π₯39 Β· β 3.6K) - A Python implementation of John Grubers Markdown with Extension support.
BSD-3
- [GitHub](https://github.com/Python-Markdown/markdown) (π¨βπ» 170 Β· π 850 Β· π₯ 73 Β· π¦ 370K Β· π 880 - 2% open Β· β±οΈ 25.04.2024):
```
git clone https://github.com/Python-Markdown/markdown
```
- [PyPi](https://pypi.org/project/markdown) (π₯ 40M / month Β· π¦ 3.8K Β· β±οΈ 14.03.2024):
```
pip install markdown
```
- [Conda](https://anaconda.org/conda-forge/markdown) (π₯ 6.9M Β· β±οΈ 14.03.2024):
```
conda install -c conda-forge markdown
```pelican (π₯37 Β· β 12K) - Static site generator that supports Markdown and reST syntax...
βοΈAGPL-3.0
- [GitHub](https://github.com/getpelican/pelican) (π¨βπ» 460 Β· π 1.8K Β· π₯ 1.1K Β· π¦ 7.9K Β· π 1.7K - 3% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/getpelican/pelican
```
- [PyPi](https://pypi.org/project/pelican) (π₯ 27K / month Β· π¦ 220 Β· β±οΈ 15.11.2023):
```
pip install pelican
```
- [Conda](https://anaconda.org/conda-forge/pelican) (π₯ 150K Β· β±οΈ 27.11.2023):
```
conda install -c conda-forge pelican
```mistune (π₯36 Β· β 2.5K) - A fast yet powerful Python Markdown parser with renderers and plugins.
BSD-3
- [GitHub](https://github.com/lepture/mistune) (π¨βπ» 44 Β· π 250 Β· π¦ 290K Β· π 290 - 10% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/lepture/mistune
```
- [PyPi](https://pypi.org/project/mistune) (π₯ 24M / month Β· π¦ 950 Β· β±οΈ 29.09.2023):
```
pip install mistune
```
- [Conda](https://anaconda.org/conda-forge/mistune) (π₯ 18M Β· β±οΈ 02.11.2023):
```
conda install -c conda-forge mistune
```pymdown-extensions (π₯35 Β· β 910) - Extensions for Python Markdown.
MIT
- [GitHub](https://github.com/facelessuser/pymdown-extensions) (π¨βπ» 51 Β· π 250 Β· π¦ 33K Β· π 380 - 4% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/facelessuser/pymdown-extensions
```
- [PyPi](https://pypi.org/project/pymdown-extensions) (π₯ 4M / month Β· π¦ 460 Β· β±οΈ 27.04.2024):
```
pip install pymdown-extensions
```
- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (π₯ 220K Β· β±οΈ 27.04.2024):
```
conda install -c conda-forge pymdown-extensions
```python-markdown2 (π₯33 Β· β 2.6K) - markdown2: A fast and complete implementation of Markdown in..
MIT
- [GitHub](https://github.com/trentm/python-markdown2) (π¨βπ» 76 Β· π 430 Β· π 330 - 26% open Β· β±οΈ 27.05.2024):
```
git clone https://github.com/trentm/python-markdown2
```
- [PyPi](https://pypi.org/project/markdown2) (π₯ 2.4M / month Β· π¦ 400 Β· β±οΈ 25.02.2024):
```
pip install markdown2
```markdown-it-py (π₯32 Β· β 650) - Markdown parser, done right. 100% CommonMark support, extensions,..
MIT
- [GitHub](https://github.com/executablebooks/markdown-it-py) (π¨βπ» 28 Β· π 67 Β· π¦ 130K Β· π 93 - 39% open Β· β±οΈ 07.05.2024):
```
git clone https://github.com/executablebooks/markdown-it-py
```
- [PyPi](https://pypi.org/project/markdown-it-py) (π₯ 60M / month Β· π¦ 810 Β· β±οΈ 03.06.2023):
```
pip install markdown-it-py
```
- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (π₯ 4.7M Β· β±οΈ 07.06.2023):
```
conda install -c conda-forge markdown-it-py
```html2text (π₯30 Β· β 1.7K) - Convert HTML to Markdown-formatted text.
βοΈGPL-3.0
- [GitHub](https://github.com/Alir3z4/html2text) (π¨βπ» 77 Β· π 260 Β· π 220 - 39% open Β· β±οΈ 28.02.2024):
```
git clone https://github.com/Alir3z4/html2text
```
- [PyPi](https://pypi.org/project/html2text) (π₯ 2M / month Β· π¦ 920 Β· β±οΈ 27.02.2024):
```
pip install html2text
```django-markdown-editor (π₯29 Β· β 790) - Awesome Django Markdown Editor, supported for..
βοΈGPL-3.0
- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (π¨βπ» 42 Β· π 1.3K Β· π¦ 1.1K Β· π 150 - 20% open Β· β±οΈ 17.04.2024):
```
git clone https://github.com/agusmakmun/django-markdown-editor
```
- [PyPi](https://pypi.org/project/martor) (π₯ 19K / month Β· π¦ 8 Β· β±οΈ 15.04.2024):
```
pip install martor
```grip (π₯28 Β· β 6.4K Β· π€) - Preview GitHub README.md files locally before committing them.
MIT
- [GitHub](https://github.com/joeyespo/grip) (π¨βπ» 40 Β· π 440 Β· π¦ 1.9K Β· π 290 - 35% open Β· β±οΈ 13.10.2023):
```
git clone https://github.com/joeyespo/grip
```
- [PyPi](https://pypi.org/project/grip) (π₯ 58K / month Β· π¦ 32 Β· β±οΈ 12.10.2023):
```
pip install grip
```django-markdownx (π₯28 Β· β 830) - Comprehensive Markdown plugin built for Django.
BSD-3
- [GitHub](https://github.com/neutronX/django-markdownx) (π¨βπ» 36 Β· π 150 Β· π¦ 2.5K Β· π 170 - 30% open Β· β±οΈ 21.05.2024):
```
git clone https://github.com/neutronX/django-markdownx
```
- [PyPi](https://pypi.org/project/django-markdownx) (π₯ 38K / month Β· π¦ 12 Β· β±οΈ 08.12.2023):
```
pip install django-markdownx
```mistletoe (π₯26 Β· β 770) - A fast, extensible and spec-compliant Markdown parser in pure Python.
MIT
- [GitHub](https://github.com/miyuchina/mistletoe) (π¨βπ» 36 Β· π 110 Β· π₯ 560 Β· π¦ 1K Β· π 130 - 14% open Β· β±οΈ 08.05.2024):
```
git clone https://github.com/miyuchina/mistletoe
```
- [PyPi](https://pypi.org/project/mistletoe) (π₯ 270K / month Β· π¦ 110 Β· β±οΈ 21.01.2024):
```
pip install mistletoe
```Show 1 hidden projects...
- markdown-include (π₯22 Β· β 96 Β· π) - Provides syntax for Python-Markdown which allows for..
βοΈGPL-3.0
## Third-party Web APIs
πΒ Public APIs ( β 300K) - A collective list of free APIs.
πΒ best-of-ml-python - DB Clients ( β 16K) - Collection of python database client libraries.
youtube-dl (π₯42 Β· β 130K) - Command-line program to download videos from YouTube.com and..
Unlicense
- [GitHub](https://github.com/ytdl-org/youtube-dl) (π¨βπ» 1K Β· π 9.7K Β· π₯ 61M Β· π 27K - 15% open Β· β±οΈ 30.05.2024):
```
git clone https://github.com/ytdl-org/youtube-dl
```
- [PyPi](https://pypi.org/project/youtube_dl) (π₯ 560K / month Β· π¦ 720 Β· β±οΈ 16.12.2021):
```
pip install youtube_dl
```
- [Conda](https://anaconda.org/conda-forge/youtube-dl) (π₯ 1.4M Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge youtube-dl
```google-api-python-client (π₯42 Β· β 7.5K) - The official Python client library for Googles..
Apache-2
- [GitHub](https://github.com/googleapis/google-api-python-client) (π¨βπ» 200 Β· π 2.4K Β· π¦ 200K Β· π 1.1K - 12% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/googleapis/google-api-python-client
```
- [PyPi](https://pypi.org/project/google-api-python-client) (π₯ 48M / month Β· π¦ 2.6K Β· β±οΈ 04.06.2024):
```
pip install google-api-python-client
```
- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (π₯ 2.8M Β· β±οΈ 04.06.2024):
```
conda install -c conda-forge google-api-python-client
```GitPython (π₯42 Β· β 4.4K) - GitPython is a python library used to interact with Git repositories.
BSD-3
- [GitHub](https://github.com/gitpython-developers/GitPython) (π¨βπ» 320 Β· π 890 Β· π¦ 260K Β· π 1K - 15% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/gitpython-developers/GitPython
```
- [PyPi](https://pypi.org/project/gitpython) (π₯ 62M / month Β· π¦ 5.2K Β· β±οΈ 31.03.2024):
```
pip install gitpython
```
- [Conda](https://anaconda.org/conda-forge/gitpython) (π₯ 8.2M Β· β±οΈ 01.04.2024):
```
conda install -c conda-forge gitpython
```python-telegram-bot (π₯41 Β· β 25K) - We have made you a wrapper you cant refuse.
βοΈGPL-3.0
- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (π¨βπ» 190 Β· π 5.1K Β· π₯ 26K Β· π¦ 100K Β· π 2.1K - 0% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/python-telegram-bot/python-telegram-bot
```
- [PyPi](https://pypi.org/project/python-telegram-bot) (π₯ 3.2M / month Β· π¦ 650 Β· β±οΈ 20.05.2024):
```
pip install python-telegram-bot
```
- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (π₯ 98K Β· β±οΈ 21.05.2024):
```
conda install -c conda-forge python-telegram-bot
```discord.py (π₯41 Β· β 14K) - An API wrapper for Discord written in Python.
MIT
- [GitHub](https://github.com/Rapptz/discord.py) (π¨βπ» 410 Β· π 3.7K Β· π¦ 50K Β· π 3K - 3% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/Rapptz/discord.py
```
- [PyPi](https://pypi.org/project/discord.py) (π₯ 610K / month Β· π¦ 850 Β· β±οΈ 10.08.2023):
```
pip install discord.py
```
- [Conda](https://anaconda.org/conda-forge/discord.py) (π₯ 16K Β· β±οΈ 11.08.2023):
```
conda install -c conda-forge discord.py
```Telethon (π₯41 Β· β 9.2K) - Pure Python 3 MTProto API Telegram client library, for bots too!.
MIT
- [GitHub](https://github.com/LonamiWebs/Telethon) (π¨βπ» 180 Β· π 1.3K Β· π¦ 58K Β· π 2.2K - 2% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/LonamiWebs/Telethon
```
- [PyPi](https://pypi.org/project/telethon) (π₯ 2.9M / month Β· π¦ 340 Β· β±οΈ 24.04.2024):
```
pip install telethon
```pyTelegramBotAPI (π₯40 Β· β 7.8K) - Python Telegram bot api.
βοΈGPL-2.0
- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (π¨βπ» 240 Β· π 2.1K Β· π¦ 47K Β· π 1.2K - 0% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/eternnoir/pyTelegramBotAPI
```
- [PyPi](https://pypi.org/project/pytelegrambotapi) (π₯ 520K / month Β· π¦ 170 Β· β±οΈ 06.06.2024):
```
pip install pytelegrambotapi
```gspread (π₯40 Β· β 6.9K) - Google Sheets Python API.
MIT
- [GitHub](https://github.com/burnash/gspread) (π¨βπ» 180 Β· π 930 Β· π₯ 4.2K Β· π¦ 33K Β· π 910 - 5% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/burnash/gspread
```
- [PyPi](https://pypi.org/project/gspread) (π₯ 11M / month Β· π¦ 400 Β· β±οΈ 17.05.2024):
```
pip install gspread
```
- [Conda](https://anaconda.org/conda-forge/gspread) (π₯ 320K Β· β±οΈ 24.01.2024):
```
conda install -c conda-forge gspread
```PyGithub (π₯40 Β· β 6.8K) - Typed interactions with the GitHub API v3.
βοΈLGPL-3.0
- [GitHub](https://github.com/PyGithub/PyGithub) (π¨βπ» 360 Β· π 1.7K Β· π¦ 52K Β· π 1.6K - 18% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/PyGithub/PyGithub
```
- [PyPi](https://pypi.org/project/pygithub) (π₯ 36M / month Β· π¦ 1.6K Β· β±οΈ 24.03.2024):
```
pip install pygithub
```
- [Conda](https://anaconda.org/conda-forge/pygithub) (π₯ 3.1M Β· β±οΈ 24.03.2024):
```
conda install -c conda-forge pygithub
```tweepy (π₯39 Β· β 10K) - Twitter for Python!.
MIT
- [GitHub](https://github.com/tweepy/tweepy) (π¨βπ» 240 Β· π 4.6K Β· π¦ 53K Β· π 1.3K - 6% open Β· β±οΈ 06.02.2024):
```
git clone https://github.com/tweepy/tweepy
```
- [PyPi](https://pypi.org/project/tweepy) (π₯ 1.5M / month Β· π¦ 450 Β· β±οΈ 24.04.2023):
```
pip install tweepy
```
- [Conda](https://anaconda.org/conda-forge/tweepy) (π₯ 300K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge tweepy
```jira (π₯37 Β· β 1.9K) - Python Jira library. Development chat available on..
BSD-2
- [GitHub](https://github.com/pycontribs/jira) (π¨βπ» 260 Β· π 850 Β· π₯ 800 Β· π¦ 8.4K Β· π 740 - 24% open Β· β±οΈ 25.03.2024):
```
git clone https://github.com/pycontribs/jira
```
- [PyPi](https://pypi.org/project/jira) (π₯ 9.3M / month Β· π¦ 350 Β· β±οΈ 25.03.2024):
```
pip install jira
```
- [Conda](https://anaconda.org/conda-forge/jira) (π₯ 130K Β· β±οΈ 26.03.2024):
```
conda install -c conda-forge jira
```twilio (π₯37 Β· β 1.8K) - A Python module for communicating with the Twilio API and generating TwiML.
MIT
- [GitHub](https://github.com/twilio/twilio-python) (π¨βπ» 140 Β· π 690 Β· π¦ 41K Β· π 310 - 6% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/twilio/twilio-python
```
- [PyPi](https://pypi.org/project/twilio) (π₯ 3.5M / month Β· π¦ 330 Β· β±οΈ 06.06.2024):
```
pip install twilio
```
- [Conda](https://anaconda.org/conda-forge/twilio) (π₯ 200K Β· β±οΈ 24.05.2024):
```
conda install -c conda-forge twilio
```hvac (π₯37 Β· β 1.2K) - Python 3.X client for HashiCorp Vault.
Apache-2
- [GitHub](https://github.com/hvac/hvac) (π¨βπ» 200 Β· π 370 Β· π₯ 740 Β· π¦ 4.6K Β· π 490 - 30% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/hvac/hvac
```
- [PyPi](https://pypi.org/project/hvac) (π₯ 18M / month Β· π¦ 370 Β· β±οΈ 27.04.2024):
```
pip install hvac
```
- [Conda](https://anaconda.org/conda-forge/hvac) (π₯ 500K Β· β±οΈ 28.04.2024):
```
conda install -c conda-forge hvac
```python-slack-sdk (π₯36 Β· β 3.8K) - Slack Developer Kit for Python.
MIT
- [GitHub](https://github.com/slackapi/python-slack-sdk) (π¨βπ» 170 Β· π 840 Β· π₯ 170 Β· π¦ 1 Β· π 800 - 3% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/slackapi/python-slack-sdk
```
- [PyPi](https://pypi.org/project/slack-sdk) (π₯ 22M / month Β· π¦ 400 Β· β±οΈ 16.05.2024):
```
pip install slack-sdk
```
- [Conda](https://anaconda.org/conda-forge/slack-sdk) (π₯ 200K Β· β±οΈ 16.05.2024):
```
conda install -c conda-forge slack-sdk
```slackclient (π₯36 Β· β 3.8K) - Slack Developer Kit for Python.
MIT
- [GitHub](https://github.com/slackapi/python-slack-sdk) (π¨βπ» 170 Β· π 840 Β· π₯ 170 Β· π¦ 1 Β· π 800 - 3% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/slackapi/python-slack-sdk
```
- [PyPi](https://pypi.org/project/slackclient) (π₯ 5.7M / month Β· π¦ 490 Β· β±οΈ 22.04.2022):
```
pip install slackclient
```
- [Conda](https://anaconda.org/conda-forge/slackclient) (π₯ 780K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge slackclient
```stripe (π₯36 Β· β 1.6K) - Python library for the Stripe API.
MIT
- [GitHub](https://github.com/stripe/stripe-python) (π¨βπ» 200 Β· π 410 Β· π 360 - 3% open Β· β±οΈ 30.05.2024):
```
git clone https://github.com/stripe/stripe-python
```
- [PyPi](https://pypi.org/project/stripe) (π₯ 4M / month Β· π¦ 200 Β· β±οΈ 30.05.2024):
```
pip install stripe
```
- [Conda](https://anaconda.org/anaconda/stripe) (π₯ 36K Β· β±οΈ 16.06.2023):
```
conda install -c anaconda stripe
```spotipy (π₯35 Β· β 4.9K) - A light weight Python library for the Spotify Web API.
MIT
- [GitHub](https://github.com/spotipy-dev/spotipy) (π¨βπ» 190 Β· π 960 Β· π¦ 31K Β· π 670 - 15% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/plamere/spotipy
```
- [PyPi](https://pypi.org/project/spotipy) (π₯ 180K / month Β· π¦ 320 Β· β±οΈ 30.05.2024):
```
pip install spotipy
```
- [Conda](https://anaconda.org/conda-forge/spotipy) (π₯ 14K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge spotipy
```praw (π₯34 Β· β 3.3K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that..
BSD-2
- [GitHub](https://github.com/praw-dev/praw) (π¨βπ» 230 Β· π 450 Β· π¦ 20K Β· π 750 - 1% open Β· β±οΈ 15.05.2024):
```
git clone https://github.com/praw-dev/praw
```
- [PyPi](https://pypi.org/project/praw) (π₯ 310K / month Β· π¦ 280 Β· β±οΈ 11.07.2023):
```
pip install praw
```
- [Conda](https://anaconda.org/conda-forge/praw) (π₯ 47K Β· β±οΈ 23.09.2023):
```
conda install -c conda-forge praw
```sherlock (π₯33 Β· β 52K) - Hunt down social media accounts by username across social networks.
MIT
- [GitHub](https://github.com/sherlock-project/sherlock) (π¨βπ» 240 Β· π 6.3K Β· π 1K - 18% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/sherlock-project/sherlock
```
- [PyPi](https://pypi.org/project/sherlock) (π₯ 42K / month Β· π¦ 10 Β· β±οΈ 11.05.2019):
```
pip install sherlock
```thumbor (π₯33 Β· β 9.9K) - thumbor is an open-source photo thumbnail service by globo.com.
MIT
- [GitHub](https://github.com/thumbor/thumbor) (π¨βπ» 200 Β· π 820 Β· π¦ 350 Β· π 1K - 2% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/thumbor/thumbor
```
- [PyPi](https://pypi.org/project/thumbor) (π₯ 11K / month Β· π¦ 46 Β· β±οΈ 04.03.2024):
```
pip install thumbor
```gallery-dl (π₯32 Β· β 11K) - Command-line program to download image galleries and collections..
βοΈGPL-2.0
- [GitHub](https://github.com/mikf/gallery-dl) (π¨βπ» 130 Β· π 860 Β· π₯ 550K Β· π¦ 21 Β· π 4.6K - 22% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/mikf/gallery-dl
```
- [PyPi](https://pypi.org/project/gallery-dl) (π₯ 39K / month Β· π¦ 9 Β· β±οΈ 01.06.2024):
```
pip install gallery-dl
```simple-salesforce (π₯31 Β· β 1.6K) - A very simple Salesforce.com REST API client for Python.
Apache-2
- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (π¨βπ» 75 Β· π 660 Β· π 460 - 41% open Β· β±οΈ 02.04.2024):
```
git clone https://github.com/simple-salesforce/simple-salesforce
```
- [PyPi](https://pypi.org/project/simple-salesforce) (π₯ 11M / month Β· π¦ 130 Β· β±οΈ 15.04.2024):
```
pip install simple-salesforce
```
- [Conda](https://anaconda.org/conda-forge/simple-salesforce) (π₯ 55K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge simple-salesforce
```notion-sdk-py (π₯28 Β· β 1.6K) - The official Notion API client library, but rewritten in Python!..
MIT
- [GitHub](https://github.com/ramnes/notion-sdk-py) (π¨βπ» 30 Β· π 130 Β· π¦ 1K Β· π 86 - 6% open Β· β±οΈ 22.02.2024):
```
git clone https://github.com/ramnes/notion-sdk-py
```
- [PyPi](https://pypi.org/project/notion-client) (π₯ 1.3M / month Β· π¦ 48 Β· β±οΈ 28.12.2023):
```
pip install notion-client
```
- [Conda](https://anaconda.org/conda-forge/notion-client) (π₯ 6.6K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge notion-client
```notion-py (π₯27 Β· β 4.2K) - Unofficial Python API client for Notion.so.
MIT
- [GitHub](https://github.com/jamalex/notion-py) (π¨βπ» 36 Β· π 440 Β· π¦ 800 Β· π 270 - 57% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/jamalex/notion-py
```
- [PyPi](https://pypi.org/project/notion) (π₯ 10K / month Β· π¦ 38 Β· β±οΈ 05.02.2021):
```
pip install notion
```scdl (π₯27 Β· β 3.1K) - Soundcloud Music Downloader.
βοΈGPL-2.0
- [GitHub](https://github.com/flyingrub/scdl) (π¨βπ» 50 Β· π 310 Β· π¦ 320 Β· π 370 - 22% open Β· β±οΈ 23.05.2024):
```
git clone https://github.com/flyingrub/scdl
```
- [PyPi](https://pypi.org/project/scdl) (π₯ 3.3K / month Β· π¦ 3 Β· β±οΈ 23.05.2024):
```
pip install scdl
```ghapi (π₯27 Β· β 520) - A delightful and complete interface to GitHubs amazing API.
Apache-2
- [GitHub](https://github.com/fastai/ghapi) (π¨βπ» 17 Β· π 58 Β· π¦ 1.4K Β· π 140 - 33% open Β· β±οΈ 05.05.2024):
```
git clone https://github.com/fastai/ghapi
```
- [PyPi](https://pypi.org/project/ghapi) (π₯ 930K / month Β· π¦ 110 Β· β±οΈ 30.03.2024):
```
pip install ghapi
```imdbpy (π₯26 Β· β 1.2K) - Cinemagoer is a Python package useful to retrieve and manage the..
βοΈGPL-2.0
- [GitHub](https://github.com/cinemagoer/cinemagoer) (π¨βπ» 79 Β· π 350 Β· π₯ 420 Β· π 330 - 21% open Β· β±οΈ 24.03.2024):
```
git clone https://github.com/alberanid/imdbpy
```
- [PyPi](https://pypi.org/project/imdbpy) (π₯ 12M / month Β· π¦ 33 Β· β±οΈ 09.07.2022):
```
pip install imdbpy
```instagram-scraper (π₯20 Β· β 6.9K) - Scrapes an instagram users photos and videos.
Unlicense
- [GitHub](https://github.com/arc298/instagram-scraper) (π¨βπ» 54 Β· π 1.4K):
```
git clone https://github.com/arc298/instagram-scraper
```
- [PyPi](https://pypi.org/project/instagram-scraper) (π₯ 960 / month Β· π¦ 12 Β· β±οΈ 20.02.2024):
```
pip install instagram-scraper
```Show 26 hidden projects...
- pytube (π₯37 Β· β 10K Β· π) - A lightweight, dependency-free Python library (and command-line..
Unlicense
- tushare (π₯34 Β· β 13K Β· π) - TuShare is a utility for crawling historical data of China stocks.BSD-3
- py-googletrans (π₯32 Β· β 3.8K Β· π) - (unofficial) Googletrans: Free and Unlimited Google..MIT
- python-twitter (π₯32 Β· β 3.4K Β· π) - A Python wrapper around the Twitter API.Apache-2
- google-resumable-media (π₯32 Β· β 43) - Utilities for Google Media Downloads and Resumable..Apache-2
- google-maps-services-python (π₯31 Β· β 4.4K Β· π) - Python client library for Google Maps API Web Services.Apache-2
- wechatpy (π₯31 Β· β 3.8K Β· π) - WeChat SDK for Python.MIT
- twitter (π₯31 Β· β 3.2K Β· π) - Python Twitter API.MIT
- Wikipedia (π₯31 Β· β 2.8K Β· π) - A Pythonic wrapper for the Wikipedia API.MIT
- facebook-sdk (π₯31 Β· β 2.7K Β· π) - Python SDK for Facebooks Graph API.Apache-2
- coursera-dl (π₯30 Β· β 9.3K Β· π) - Script for downloading Coursera.org videos and naming them.βοΈLGPL-3.0
- twython (π₯30 Β· β 1.8K Β· π) - Actively maintained, pure Python wrapper for the Twitter API...MIT
- slacker (π₯29 Β· β 1.6K Β· π) - Full-featured Python interface for the Slack API.Apache-2
- Google Images Download (π₯28 Β· β 8.5K Β· π) - Python Script to download hundreds of images from..MIT
- twitter-scraper (π₯27 Β· β 3.8K Β· π) - Scrape the Twitter Frontend API without authentication.MIT
- telepot (π₯27 Β· β 2.4K Β· π) - Python framework for Telegram Bot API.MIT
- Django Facebook (π₯27 Β· β 1.4K Β· π) - Facebook open graph api implementation using the Django..BSD-3
- python-instagram (π₯26 Β· β 3K Β· π) - Python Client for Instagram API.MIT
- gmusicapi (π₯26 Β· β 2.5K Β· π) - An unofficial client library for Google Music.BSD-3
- GHunt (π₯25 Β· β 15K) - Offensive Google framework.βUnlicensed
- WikiExtractor (π₯25 Β· β 3.7K Β· π) - A tool for extracting plain text from Wikipedia dumps.βοΈAGPL-3.0
- twitterscraper (π₯25 Β· β 2.4K Β· π) - Scrape Twitter for Tweets.MIT
- instagram_private_api (π₯24 Β· β 2.9K Β· π) - A Python library to access Instagrams private API.MIT
- pyshorteners (π₯24 Β· β 380 Β· π) - Generating short urls with python has never been easier.βοΈGPL-3.0
- igramscraper (π₯16 Β· β 2.1K Β· π) - scrapes medias, likes, followers, tags and all metadata...MIT
- InstaPy (π₯15 Β· β 16K Β· π) - Tool for automated Instagram interactions.βοΈGPL-3.0
flask-mail (π₯33 Β· β 580) - Flask-Mail adds SMTP mail sending to your Flask applications.
BSD-3
- [GitHub](https://github.com/pallets-eco/flask-mail) (π¨βπ» 40 Β· π 170 Β· π¦ 67K Β· π 120 - 8% open Β· β±οΈ 23.05.2024):
```
git clone https://github.com/mattupstate/flask-mail
```
- [PyPi](https://pypi.org/project/flask-mail) (π₯ 690K / month Β· π¦ 210 Β· β±οΈ 23.05.2024):
```
pip install flask-mail
```
- [Conda](https://anaconda.org/conda-forge/flask-mail) (π₯ 110K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge flask-mail
```modoboa (π₯31 Β· β 2.9K) - Mail hosting made simple.
ISC
- [GitHub](https://github.com/modoboa/modoboa) (π¨βπ» 120 Β· π 380 Β· π¦ 42 Β· π 1.8K - 4% open Β· β±οΈ 27.05.2024):
```
git clone https://github.com/modoboa/modoboa
```
- [PyPi](https://pypi.org/project/modoboa) (π₯ 2.6K / month Β· π¦ 13 Β· β±οΈ 11.01.2024):
```
pip install modoboa
```fastapi-mail (π₯26 Β· β 620 Β· π€) - Fastapi mail system sending mails(individual, bulk)..
MIT
- [GitHub](https://github.com/sabuhish/fastapi-mail) (π¨βπ» 41 Β· π 76 Β· π¦ 3K Β· π 110 - 15% open Β· β±οΈ 18.07.2023):
```
git clone https://github.com/sabuhish/fastapi-mail
```
- [PyPi](https://pypi.org/project/fastapi-mail) (π₯ 610K / month Β· π¦ 8 Β· β±οΈ 18.07.2023):
```
pip install fastapi-mail
```mailer (π₯24 Β· β 280 Β· π€) - A light-weight, modular, message representation and mail delivery..
MIT
- [GitHub](https://github.com/marrow/mailer) (π¨βπ» 20 Β· π 59 Β· π₯ 160 Β· π¦ 320 Β· π 79 - 31% open Β· β±οΈ 05.10.2023):
```
git clone https://github.com/marrow/mailer
```
- [PyPi](https://pypi.org/project/mailer) (π₯ 91K / month Β· π¦ 7 Β· β±οΈ 22.04.2015):
```
pip install mailer
```
- [Conda](https://anaconda.org/conda-forge/mailer) (π₯ 68K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge mailer
```salmon (π₯17 Β· β 630) - A Python Mail Server.
βοΈGPL-3.0
- [GitHub](https://github.com/moggers87/salmon) (π¨βπ» 15 Β· π 69 Β· π₯ 120 Β· π¦ 20 Β· π 93 - 21% open Β· β±οΈ 29.03.2024):
```
git clone https://github.com/moggers87/salmon
```
- [PyPi](https://pypi.org/project/salmon-mail) (π₯ 560 / month Β· π¦ 2 Β· β±οΈ 29.03.2024):
```
pip install salmon-mail
```Show 6 hidden projects...
- yagmail (π₯29 Β· β 2.6K Β· π) - Send email in Python conveniently for gmail using yagmail.
MIT
- sync-engine (π₯28 Β· β 3.5K Β· π) - IMAP/SMTP sync system with modern APIs.βοΈAGPL-3.0
- flanker (π₯27 Β· β 1.6K Β· π) - Python email address and Mime parsing library.Apache-2
- offlineimap (π₯24 Β· β 1.8K Β· π) - Read/sync your IMAP mailboxes (python2) [LEGACY: move..βοΈlibpng-2.0
- pyramid_mailer (π₯20 Β· β 50 Β· π) - A package for sending email from your Pyramid..BSD-3
- gmail (π₯19 Β· β 1.8K Β· π) - A Pythonic interface for Google Mail.MIT
## Web Scraping & Crawling
_Libraries for web scraping, crawling, downloading, and mining as well as libraries._
Scrapy (π₯45 Β· β 51K) - Scrapy, a fast high-level web crawling & scraping framework for Python.
BSD-3
- [GitHub](https://github.com/scrapy/scrapy) (π¨βπ» 650 Β· π 10K Β· π¦ 46K Β· π 3.2K - 20% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/scrapy/scrapy
```
- [PyPi](https://pypi.org/project/scrapy) (π₯ 1.6M / month Β· π¦ 780 Β· β±οΈ 14.05.2024):
```
pip install scrapy
```
- [Conda](https://anaconda.org/conda-forge/scrapy) (π₯ 810K Β· β±οΈ 16.05.2024):
```
conda install -c conda-forge scrapy
```feedparser (π₯37 Β· β 1.9K) - Parse feeds in Python.
BSD-2
- [GitHub](https://github.com/kurtmckee/feedparser) (π¨βπ» 57 Β· π 330 Β· π¦ 81K Β· π 260 - 32% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/kurtmckee/feedparser
```
- [PyPi](https://pypi.org/project/feedparser) (π₯ 3.3M / month Β· π¦ 1.2K Β· β±οΈ 10.12.2023):
```
pip install feedparser
```
- [Conda](https://anaconda.org/conda-forge/feedparser) (π₯ 800K Β· β±οΈ 10.01.2024):
```
conda install -c conda-forge feedparser
```trafilatura (π₯34 Β· β 3.1K) - Python & command-line tool to gather text on the Web: web..
Apache-2
- [GitHub](https://github.com/adbar/trafilatura) (π¨βπ» 45 Β· π 230 Β· π¦ 3K Β· π 320 - 19% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/adbar/trafilatura
```
- [PyPi](https://pypi.org/project/trafilatura) (π₯ 420K / month Β· π¦ 110 Β· β±οΈ 30.05.2024):
```
pip install trafilatura
```You-Get (π₯33 Β· β 49K) - Dumb downloader that scrapes the web.
MIT
- [GitHub](https://github.com/soimort/you-get) (π¨βπ» 260 Β· π 9.3K Β· π₯ 380K Β· π¦ 21 Β· β±οΈ 22.05.2024):
```
git clone https://github.com/soimort/you-get
```
- [PyPi](https://pypi.org/project/you-get) (π₯ 22K / month Β· π¦ 16 Β· β±οΈ 22.05.2024):
```
pip install you-get
```
- [Conda](https://anaconda.org/conda-forge/you-get) (π₯ 26K Β· β±οΈ 22.05.2024):
```
conda install -c conda-forge you-get
```parsel (π₯31 Β· β 1.1K) - Parsel lets you extract data from XML/HTML documents using XPath or CSS..
BSD-3
- [GitHub](https://github.com/scrapy/parsel) (π¨βπ» 50 Β· π 130 Β· π¦ 34K Β· π 120 - 31% open Β· β±οΈ 08.04.2024):
```
git clone https://github.com/scrapy/parsel
```
- [PyPi](https://pypi.org/project/parsel) (π₯ 1.6M / month Β· π¦ 300 Β· β±οΈ 08.04.2024):
```
pip install parsel
```
- [Conda](https://anaconda.org/conda-forge/parsel) (π₯ 220K Β· β±οΈ 02.05.2024):
```
conda install -c conda-forge parsel
```soupsieve (π₯30 Β· β 190 Β· π€) - A modern CSS selector implementation for BeautifulSoup.
MIT
- [GitHub](https://github.com/facelessuser/soupsieve) (π¨βπ» 11 Β· π 37 Β· π¦ 530K Β· π 110 - 10% open Β· β±οΈ 11.09.2023):
```
git clone https://github.com/facelessuser/soupsieve
```
- [PyPi](https://pypi.org/project/soupsieve) (π₯ 100M / month Β· π¦ 1.1K Β· β±οΈ 02.09.2023):
```
pip install soupsieve
```
- [Conda](https://anaconda.org/conda-forge/soupsieve) (π₯ 20M Β· β±οΈ 05.09.2023):
```
conda install -c conda-forge soupsieve
```dirsearch (π₯29 Β· β 11K) - Web path scanner.
βοΈGPL-2.0
- [GitHub](https://github.com/maurosoria/dirsearch) (π¨βπ» 110 Β· π 2.2K Β· π¦ 95 Β· π 530 - 10% open Β· β±οΈ 11.05.2024):
```
git clone https://github.com/maurosoria/dirsearch
```
- [PyPi](https://pypi.org/project/dirsearch) (π₯ 6.3K / month Β· β±οΈ 03.10.2022):
```
pip install dirsearch
```extruct (π₯29 Β· β 830) - Extract embedded metadata from HTML markup.
BSD-3
- [GitHub](https://github.com/scrapinghub/extruct) (π¨βπ» 39 Β· π 110 Β· π¦ 1.1K Β· π 110 - 47% open Β· β±οΈ 29.05.2024):
```
git clone https://github.com/scrapinghub/extruct
```
- [PyPi](https://pypi.org/project/extruct) (π₯ 260K / month Β· π¦ 34 Β· β±οΈ 29.05.2024):
```
pip install extruct
```MechanicalSoup (π₯27 Β· β 4.6K) - A Python library for automating interaction with websites.
MIT
- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (π¨βπ» 54 Β· π 390 Β· π₯ 50 Β· π 180 - 19% open Β· β±οΈ 07.05.2024):
```
git clone https://github.com/MechanicalSoup/MechanicalSoup
```
- [PyPi](https://pypi.org/project/MechanicalSoup) (π₯ 69K / month Β· π¦ 100 Β· β±οΈ 04.07.2023):
```
pip install MechanicalSoup
```
- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (π₯ 140K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge mechanicalsoup
```Grab (π₯27 Β· β 2.4K Β· π€) - Web Scraping Framework.
MIT
- [GitHub](https://github.com/lorien/grab) (π¨βπ» 67 Β· π 270 Β· π¦ 410 Β· π 240 - 9% open Β· β±οΈ 01.07.2023):
```
git clone https://github.com/lorien/grab
```
- [PyPi](https://pypi.org/project/grab) (π₯ 2.1K / month Β· π¦ 5 Β· β±οΈ 24.06.2018):
```
pip install grab
```Gerapy (π₯24 Β· β 3.2K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,..
MIT
- [GitHub](https://github.com/Gerapy/Gerapy) (π¨βπ» 17 Β· π 620 Β· π¦ 130 Β· π 210 - 30% open Β· β±οΈ 23.05.2024):
```
git clone https://github.com/Gerapy/Gerapy
```
- [PyPi](https://pypi.org/project/gerapy) (π₯ 590 / month Β· β±οΈ 19.07.2023):
```
pip install gerapy
```micawber (π₯24 Β· β 620) - a small library for extracting rich content from urls.
MIT
- [GitHub](https://github.com/coleifer/micawber) (π¨βπ» 27 Β· π 90 Β· π¦ 2.8K Β· β±οΈ 02.01.2024):
```
git clone https://github.com/coleifer/micawber
```
- [PyPi](https://pypi.org/project/micawber) (π₯ 26K / month Β· π¦ 16 Β· β±οΈ 19.06.2023):
```
pip install micawber
```
- [Conda](https://anaconda.org/conda-forge/micawber) (π₯ 17K Β· β±οΈ 10.07.2023):
```
conda install -c conda-forge micawber
```gazpacho (π₯20 Β· β 740) - The simple, fast, and modern web scraping library.
MIT
- [GitHub](https://github.com/maxhumber/gazpacho) (π¨βπ» 16 Β· π 58 Β· π¦ 290 Β· π 48 - 31% open Β· β±οΈ 07.12.2023):
```
git clone https://github.com/maxhumber/gazpacho
```
- [PyPi](https://pypi.org/project/gazpacho) (π₯ 5.8K / month Β· π¦ 9 Β· β±οΈ 09.10.2020):
```
pip install gazpacho
```Show 20 hidden projects...
- newspaper3k (π₯33 Β· β 14K Β· π) - newspaper3k is a news, full-text, and article metadata extraction..
MIT
- Pattern (π₯32 Β· β 8.7K Β· π) - Web mining module for Python, with tools for scraping, natural..BSD-3
- pyspider (π₯31 Β· β 16K Β· π) - A Powerful Spider(Web Crawler) System in Python.Apache-2
- pytrends (π₯31 Β· β 3.1K Β· π) - Pseudo API for Google Trends.Apache-2
- cloudscraper (π₯30 Β· β 4.1K Β· π) - A Python module to bypass Cloudflares anti-bot page.MIT
- python-goose (π₯28 Β· β 4K Β· π) - Html Content / Article Extractor, web scrapping lib in..Apache-2
- robobrowser (π₯25 Β· β 3.7K Β· π) - Your friendly neighborhood web scraper.BSD-3
- AutoScraper (π₯24 Β· β 6K Β· π) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python.MIT
- scrapely (π₯23 Β· β 1.9K Β· π) - A pure-python HTML screen-scraping library.BSD-3
- frontera (π₯23 Β· β 1.3K Β· π) - A scalable frontier for web crawlers.BSD-3
- Photon (π₯22 Β· β 11K Β· π) - Incredibly fast crawler designed for OSINT.βοΈGPL-3.0
- ruia (π₯22 Β· β 1.7K Β· π) - Async Python 3.6+ web scraping micro-framework based on asyncio.Apache-2
- Cola (π₯21 Β· β 1.5K Β· π) - A high-level distributed crawling framework.Apache-2
- Lassie (π₯21 Β· β 600 Β· π) - Web Content Retrieval for Humans.MIT
- snallygaster (π₯20 Β· β 2K) - Tool to scan for secret files on HTTP servers.βοΈCC0-1.0
- gain (π₯19 Β· β 2K Β· π) - Web crawling framework based on asyncio.βοΈGPL-3.0
- opengraph (π₯15 Β· β 230 Β· π) - A python module to parse the Open Graph Protocol.MIT
- Transistor (π₯14 Β· β 210 Β· π) - Transistor, a Python web scraping framework for intelligent use..MIT
- lazynlp (π₯13 Β· β 2.2K Β· π) - Library to scrape and clean web pages to create massive datasets.MIT
- Scrapera (π₯12 Β· β 310 Β· π) - A universal package of scraper scripts for humans.MIT
## Monitoring
sentry (π₯42 Β· β 37K) - Developer-first error tracking and performance monitoring.
βοΈSSPL-1.0
- [GitHub](https://github.com/getsentry/sentry) (π¨βπ» 850 Β· π 4K Β· π₯ 46K Β· π¦ 690 Β· π 12K - 18% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/getsentry/sentry
```
- [PyPi](https://pypi.org/project/sentry) (π₯ 3.7K / month Β· π¦ 120 Β· β±οΈ 25.07.2023):
```
pip install sentry
```
- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (π₯ 810K Β· β±οΈ 04.06.2024):
```
conda install -c conda-forge sentry-sdk
```posthog (π₯39 Β· β 19K) - PostHog provides open-source product analytics, session recording, feature..
MIT
- [GitHub](https://github.com/PostHog/posthog) (π¨βπ» 230 Β· π 1.1K Β· π 5.6K - 26% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/PostHog/posthog
```
- [PyPi](https://pypi.org/project/posthog) (π₯ 2.2M / month Β· π¦ 150 Β· β±οΈ 04.03.2024):
```
pip install posthog
```opentelemetry-python (π₯38 Β· β 1.6K) - OpenTelemetry Python API and SDK.
Apache-2
- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (π¨βπ» 250 Β· π 560 Β· π¦ 18K Β· π 1.7K - 19% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/open-telemetry/opentelemetry-python
```
- [PyPi](https://pypi.org/project/timing-asgi) (π₯ 200K / month Β· π¦ 4 Β· β±οΈ 18.07.2023):
```
pip install timing-asgi
```
- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (π₯ 540K Β· β±οΈ 31.05.2024):
```
conda install -c conda-forge opentelemetry-api
```Prometheus Client (π₯34 Β· β 3.8K) - Python client for the Prometheus monitoring system.
Apache-2
- [GitHub](https://github.com/prometheus/client_python) (π¨βπ» 150 Β· π 790 Β· π 550 - 19% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/prometheus/client_python
```
- [PyPi](https://pypi.org/project/prometheus-client) (π₯ 36M / month Β· π¦ 1.5K Β· β±οΈ 14.02.2024):
```
pip install prometheus-client
```
- [Conda](https://anaconda.org/conda-forge/prometheus_client) (π₯ 17M Β· β±οΈ 14.02.2024):
```
conda install -c conda-forge prometheus_client
```GoAccess (π₯27 Β· β 18K) - GoAccess is a real-time web log analyzer and interactive viewer that runs..
MIT
- [GitHub](https://github.com/allinurl/goaccess) (π¨βπ» 170 Β· π 1.1K Β· π¦ 21 Β· π 2.2K - 16% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/allinurl/goaccess
```Flask-MonitoringDashboard (π₯27 Β· β 750) - Automatically monitor the evolving performance of..
MIT
- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (π¨βπ» 39 Β· π 160 Β· π 190 - 28% open Β· β±οΈ 26.04.2024):
```
git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard
```
- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (π₯ 9.9K / month Β· π¦ 15 Β· β±οΈ 26.04.2024):
```
pip install flask-monitoringdashboard
```prometheus-flask-exporter (π₯27 Β· β 630 Β· π€) - Prometheus exporter for Flask applications.
MIT
- [GitHub](https://github.com/rycus86/prometheus_flask_exporter) (π¨βπ» 27 Β· π 160 Β· π 140 - 28% open Β· β±οΈ 26.10.2023):
```
git clone https://github.com/rycus86/prometheus_flask_exporter
```
- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (π₯ 4.7M / month Β· π¦ 75 Β· β±οΈ 27.10.2023):
```
pip install prometheus-flask-exporter
```
- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (π₯ 1.4M Β· β±οΈ 27.10.2023):
```
conda install -c conda-forge prometheus_flask_exporter
```starlette context (π₯25 Β· β 420 Β· π€) - Middleware for Starlette that allows you to store and..
MIT
- [GitHub](https://github.com/tomwojcik/starlette-context) (π¨βπ» 7 Β· π 23 Β· π¦ 920 Β· π 45 - 28% open Β· β±οΈ 07.11.2023):
```
git clone https://github.com/tomwojcik/starlette-context
```
- [PyPi](https://pypi.org/project/starlette-context) (π₯ 630K / month Β· π¦ 41 Β· β±οΈ 16.02.2023):
```
pip install starlette-context
```Starlette Prometheus (π₯21 Β· β 270) - Prometheus integration for Starlette.
βοΈGPL-3.0
- [GitHub](https://github.com/perdy/starlette-prometheus) (π¨βπ» 17 Β· π 31 Β· π₯ 22 Β· π¦ 320 Β· π 26 - 34% open Β· β±οΈ 05.02.2024):
```
git clone https://github.com/perdy/starlette-prometheus
```
- [PyPi](https://pypi.org/project/starlette-prometheus) (π₯ 80K / month Β· π¦ 11 Β· β±οΈ 10.01.2022):
```
pip install starlette-prometheus
```Show 4 hidden projects...
- opentracing-python (π₯26 Β· β 760 Β· π) - OpenTracing API for Python. This library is..
Apache-2
- ngxtop (π₯22 Β· β 6.4K Β· π) - Real-time metrics for nginx server.MIT
- flask-state (π₯15 Β· β 620 Β· π) - Display machine state using Python3 with Flask.BSD-3
- timing-asgi (π₯8 Β· β 120 Β· π€) - ASGI middleware to record and emit timing metrics (to..βUnlicensed
## Web UI
Streamlit (π₯46 Β· β 33K) - Streamlit A faster way to build and share data apps.
Apache-2
- [GitHub](https://github.com/streamlit/streamlit) (π¨βπ» 230 Β· π 2.8K Β· π¦ 400K Β· π 4.2K - 19% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/streamlit/streamlit
```
- [PyPi](https://pypi.org/project/streamlit) (π₯ 4.9M / month Β· π¦ 2.3K Β· β±οΈ 23.05.2024):
```
pip install streamlit
```Panel (π₯39 Β· β 4.3K) - Panel: The powerful data exploration & web app framework for Python.
BSD-3
- [GitHub](https://github.com/holoviz/panel) (π¨βπ» 170 Β· π 470 Β· π¦ 12K Β· π 3.5K - 30% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/holoviz/panel
```
- [PyPi](https://pypi.org/project/panel) (π₯ 670K / month Β· π¦ 350 Β· β±οΈ 04.06.2024):
```
pip install panel
```NiceGUI (π₯34 Β· β 7.9K) - Create web-based user interfaces with Python. The nice way.
MIT
- [GitHub](https://github.com/zauberzeug/nicegui) (π¨βπ» 120 Β· π 480 Β· π¦ 830 Β· π 870 - 4% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/zauberzeug/nicegui
```
- [PyPi](https://pypi.org/project/nicegui) (π₯ 94K / month Β· π¦ 68 Β· β±οΈ 27.05.2024):
```
pip install nicegui
```
- [Conda](https://anaconda.org/conda-forge/nicegui) (π₯ 15K Β· β±οΈ 01.06.2024):
```
conda install -c conda-forge nicegui
```
- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (π₯ 26K Β· β 10 Β· β±οΈ 27.05.2024):
```
docker pull zauberzeug/nicegui
```wave (π₯31 Β· β 3.9K) - Realtime Web Apps and Dashboards for Python and R.
Apache-2
- [GitHub](https://github.com/h2oai/wave) (π¨βπ» 56 Β· π 320 Β· π₯ 1.9M Β· π 1.1K - 19% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/h2oai/wave
```
- [PyPi](https://pypi.org/project/wave) (π₯ 27K / month Β· π¦ 80 Β· β±οΈ 15.03.2024):
```
pip install wave
```pyscript (π₯30 Β· β 18K Β· π) - Try PyScript: https://pyscript.com Examples:..
Apache-2
- [GitHub](https://github.com/pyscript/pyscript) (π¨βπ» 120 Β· π 1.4K Β· π₯ 210 Β· π¦ 44 Β· π 770 - 2% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/pyscript/pyscript
```PyWebIO (π₯27 Β· β 4.4K) - Write interactive web app in script way.
MIT
- [GitHub](https://github.com/pywebio/PyWebIO) (π¨βπ» 19 Β· π 380 Β· π¦ 1.6K Β· π 230 - 11% open Β· β±οΈ 21.04.2024):
```
git clone https://github.com/pywebio/PyWebIO
```
- [PyPi](https://pypi.org/project/pywebio) (π₯ 9.2K / month Β· π¦ 17 Β· β±οΈ 30.10.2023):
```
pip install pywebio
```idom (π₯25 Β· β 7.7K) - Its React, but in Python.
MIT
- [GitHub](https://github.com/reactive-python/reactpy) (π¨βπ» 21 Β· π 310 Β· π¦ 150 Β· π 360 - 25% open Β· β±οΈ 08.03.2024):
```
git clone https://github.com/idom-team/idom
```
- [PyPi](https://pypi.org/project/idom) (π₯ 700 / month Β· π¦ 10 Β· β±οΈ 26.02.2023):
```
pip install idom
```python-react (π₯25 Β· β 1.6K Β· π€) - Server-side rendering of React components.
MIT
- [GitHub](https://github.com/markfinger/python-react) (π¨βπ» 23 Β· π 120 Β· π¦ 940 Β· π 73 - 13% open Β· β±οΈ 29.06.2023):
```
git clone https://github.com/markfinger/python-react
```
- [PyPi](https://pypi.org/project/react) (π₯ 8K / month Β· β±οΈ 08.10.2018):
```
pip install react
```trame (π₯25 Β· β 350) - Trame lets you weave various components and technologies into a Web..
Apache-2
- [GitHub](https://github.com/Kitware/trame) (π¨βπ» 21 Β· π 48 Β· π₯ 240 Β· π 68 - 5% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/Kitware/trame
```
- [PyPi](https://pypi.org/project/trame) (π₯ 48K / month Β· π¦ 55 Β· β±οΈ 01.06.2024):
```
pip install trame
```flaskbb (π₯24 Β· β 2.6K) - A classic Forum Software in Python using Flask.
BSD-3
- [GitHub](https://github.com/flaskbb/flaskbb) (π¨βπ» 72 Β· π 600 Β· π 350 - 12% open Β· β±οΈ 25.04.2024):
```
git clone https://github.com/flaskbb/flaskbb
```
- [PyPi](https://pypi.org/project/FlaskBB) (π₯ 150 / month Β· π¦ 9 Β· β±οΈ 15.07.2018):
```
pip install FlaskBB
```Wooey (π₯24 Β· β 2.1K) - A Django app that creates automatic web UIs for Python scripts.
BSD-3
- [GitHub](https://github.com/wooey/Wooey) (π¨βπ» 24 Β· π 180 Β· π¦ 48 Β· π 220 - 25% open Β· β±οΈ 14.12.2023):
```
git clone https://github.com/wooey/wooey
```
- [PyPi](https://pypi.org/project/wooey) (π₯ 770 / month Β· β±οΈ 21.11.2023):
```
pip install wooey
```Misago (π₯23 Β· β 2.5K) - Misago is fully featured modern forum application that is fast,..
βοΈGPL-2.0
- [GitHub](https://github.com/rafalp/Misago) (π¨βπ» 43 Β· π 520 Β· π¦ 48 Β· π 1.3K - 9% open Β· β±οΈ 16.03.2024):
```
git clone https://github.com/rafalp/Misago
```
## Admin UI
django-debug-toolbar (π₯38 Β· β 7.9K) - A configurable set of panels that display various..
BSD-3
- [GitHub](https://github.com/jazzband/django-debug-toolbar) (π¨βπ» 290 Β· π 1K Β· π₯ 210 Β· π¦ 89K Β· π 900 - 9% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/jazzband/django-debug-toolbar
```
- [PyPi](https://pypi.org/project/django-debug-toolbar) (π₯ 2.9M / month Β· π¦ 240 Β· β±οΈ 27.05.2024):
```
pip install django-debug-toolbar
```
- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (π₯ 180K Β· β±οΈ 29.05.2024):
```
conda install -c conda-forge django-debug-toolbar
```flask-admin (π₯37 Β· β 5.7K Β· π€) - Simple and extensible administrative interface framework..
BSD-3
- [GitHub](https://github.com/flask-admin/flask-admin) (π¨βπ» 360 Β· π 1.6K Β· π¦ 26K Β· π 1.5K - 33% open Β· β±οΈ 15.10.2023):
```
git clone https://github.com/flask-admin/flask-admin
```
- [PyPi](https://pypi.org/project/flask-admin) (π₯ 980K / month Β· π¦ 190 Β· β±οΈ 20.02.2023):
```
pip install flask-admin
```
- [Conda](https://anaconda.org/conda-forge/flask-admin) (π₯ 150K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge flask-admin
```django-grappelli (π₯34 Β· β 3.6K) - A jazzy skin for the Django Admin-Interface (official..
BSD-3
- [GitHub](https://github.com/sehmaschine/django-grappelli) (π¨βπ» 90 Β· π 660 Β· π¦ 6.2K Β· π 720 - 1% open Β· β±οΈ 29.04.2024):
```
git clone https://github.com/sehmaschine/django-grappelli
```
- [PyPi](https://pypi.org/project/django-grappelli) (π₯ 210K / month Β· π¦ 31 Β· β±οΈ 25.04.2024):
```
pip install django-grappelli
```
- [Conda](https://anaconda.org/conda-forge/django-grappelli) (π₯ 140K Β· β±οΈ 26.04.2024):
```
conda install -c conda-forge django-grappelli
```django-admin-interface (π₯33 Β· β 1.7K) - djangos default admin interface with superpowers -..
MIT
- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (π¨βπ» 38 Β· π 170 Β· π¦ 4K Β· π 200 - 7% open Β· β±οΈ 15.05.2024):
```
git clone https://github.com/fabiocaccamo/django-admin-interface
```
- [PyPi](https://pypi.org/project/django-admin-interface) (π₯ 130K / month Β· π¦ 6 Β· β±οΈ 07.03.2024):
```
pip install django-admin-interface
```fastapi-admin (π₯25 Β· β 2.6K) - A fast admin dashboard based on FastAPI and TortoiseORM..
Apache-2
- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (π¨βπ» 14 Β· π 340 Β· π¦ 320 Β· π 130 - 44% open Β· β±οΈ 24.05.2024):
```
git clone https://github.com/fastapi-admin/fastapi-admin
```
- [PyPi](https://pypi.org/project/fastapi-admin) (π₯ 4.5K / month Β· β±οΈ 31.08.2021):
```
pip install fastapi-admin
```starlette-admin (π₯24 Β· β 500) - Fast, beautiful and extensible administrative interface..
MIT
- [GitHub](https://github.com/jowilf/starlette-admin) (π¨βπ» 15 Β· π 53 Β· π¦ 440 Β· π 190 - 37% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/jowilf/starlette-admin
```
- [PyPi](https://pypi.org/project/starlette-admin) (π₯ 58K / month Β· π¦ 18 Β· β±οΈ 28.05.2024):
```
pip install starlette-admin
```
- [Conda](https://anaconda.org/conda-forge/starlette-admin) (π₯ 2.2K Β· β±οΈ 21.01.2024):
```
conda install -c conda-forge starlette-admin
```Show 7 hidden projects...
- xadmin (π₯28 Β· β 4.7K Β· π) - Drop-in replacement of Django admin comes with lots of goodies,..
BSD-3
- django-suit (π₯27 Β· β 2.3K Β· π) - Modern theme for Django admin interface.βοΈAFL-3.0
- django-jet (π₯26 Β· β 3.5K Β· π) - Modern responsive template for the Django admin..βοΈAGPL-3.0
- django-admin-bootstrapped (π₯26 Β· β 1.6K Β· π) - A Django admin theme using Twitter Bootstrap. It..Apache-2
- django-admin2 (π₯23 Β· β 1.2K Β· π) - Extendable, adaptable rewrite of django.contrib.admin.BSD-3
- django-smuggler (π₯21 Β· β 370 Β· π) - Django Smuggler is a pluggable application for Django..βοΈLGPL-3.0
- nginx-ui (π₯17 Β· β 4.4K Β· π) - Nginx UI allows you to access and modify the nginx configurations..MIT
## API Proxies & Gateways
Kong (π₯39 Β· β 39K) - The Cloud-Native API Gateway and AI Gateway.
Apache-2
- [GitHub](https://github.com/Kong/kong) (π¨βπ» 420 Β· π 4.7K Β· π¦ 21 Β· π 4.4K - 3% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/kong/kong
```
- [Docker Hub](https://hub.docker.com/r/_/kong) (π₯ 320M Β· β 780 Β· β±οΈ 05.06.2024):
```
docker pull kong
```tyk (π₯27 Β· β 9.3K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP..
MPL-2.0
- [GitHub](https://github.com/TykTechnologies/tyk) (π¨βπ» 120 Β· π 1.1K Β· π 2.2K - 16% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/TykTechnologies/tyk
```
## Flask Utilities
flask-sqlalchemy (π₯38 Β· β 4.2K) - Adds SQLAlchemy support to Flask.
BSD-3
- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (π¨βπ» 120 Β· π 900 Β· π₯ 540 Β· π¦ 410K Β· π 660 - 1% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/pallets/flask-sqlalchemy
```
- [PyPi](https://pypi.org/project/flask-sqlalchemy) (π₯ 8.1M / month Β· π¦ 1.2K Β· β±οΈ 11.09.2023):
```
pip install flask-sqlalchemy
```
- [Conda](https://anaconda.org/conda-forge/flask-sqlalchemy) (π₯ 410K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge flask-sqlalchemy
```Flask-Migrate (π₯34 Β· β 2.3K) - SQLAlchemy database migrations for Flask applications using..
MIT
- [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (π¨βπ» 50 Β· π 220 Β· π¦ 150K Β· π 420 - 2% open Β· β±οΈ 24.03.2024):
```
git clone https://github.com/miguelgrinberg/Flask-Migrate
```
- [PyPi](https://pypi.org/project/flask-migrate) (π₯ 1.9M / month Β· π¦ 360 Β· β±οΈ 11.03.2024):
```
pip install flask-migrate
```
- [Conda](https://anaconda.org/conda-forge/flask-migrate) (π₯ 240K Β· β±οΈ 12.03.2024):
```
conda install -c conda-forge flask-migrate
```flask-session (π₯34 Β· β 490) - Server side session extension for Flask.
BSD-3
- [GitHub](https://github.com/pallets-eco/flask-session) (π¨βπ» 20 Β· π 240 Β· π₯ 37 Β· π¦ 39K Β· π 140 - 6% open Β· β±οΈ 18.04.2024):
```
git clone https://github.com/fengsp/flask-session
```
- [PyPi](https://pypi.org/project/flask-session) (π₯ 4.4M / month Β· π¦ 160 Β· β±οΈ 26.03.2024):
```
pip install flask-session
```flask-caching (π₯33 Β· β 870) - A caching extension for Flask.
BSD-3
- [GitHub](https://github.com/pallets-eco/flask-caching) (π¨βπ» 120 Β· π 190 Β· π¦ 20K Β· π 250 - 26% open Β· β±οΈ 26.05.2024):
```
git clone https://github.com/pallets-eco/flask-caching
```
- [PyPi](https://pypi.org/project/flask-caching) (π₯ 6.4M / month Β· π¦ 240 Β· β±οΈ 04.05.2024):
```
pip install flask-caching
```
- [Conda](https://anaconda.org/conda-forge/flask-caching) (π₯ 200K Β· β±οΈ 08.10.2023):
```
conda install -c conda-forge flask-caching
```flask-limiter (π₯32 Β· β 1.1K) - Rate Limiting extension for Flask.
MIT
- [GitHub](https://github.com/alisaifee/flask-limiter) (π¨βπ» 44 Β· π 120 Β· π₯ 270 Β· π¦ 10K Β· π 180 - 0% open Β· β±οΈ 19.05.2024):
```
git clone https://github.com/alisaifee/flask-limiter
```
- [PyPi](https://pypi.org/project/flask-limiter) (π₯ 5.3M / month Β· π¦ 89 Β· β±οΈ 19.05.2024):
```
pip install flask-limiter
```flask-cors (π₯32 Β· β 860) - Cross Origin Resource Sharing ( CORS ) support for Flask.
MIT
- [GitHub](https://github.com/corydolphin/flask-cors) (π¨βπ» 48 Β· π 140 Β· π¦ 290K Β· π 170 - 32% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/corydolphin/flask-cors
```
- [PyPi](https://pypi.org/project/flask-cors) (π₯ 9.8M / month Β· π¦ 1.8K Β· β±οΈ 04.05.2024):
```
pip install flask-cors
```
- [Conda](https://anaconda.org/conda-forge/flask-cors) (π₯ 870K Β· β±οΈ 26.06.2023):
```
conda install -c conda-forge flask-cors
```flask-marshmallow (π₯31 Β· β 860) - Flask + marshmallow for beautiful APIs.
MIT
- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (π¨βπ» 24 Β· π 58 Β· π¦ 29K Β· π 120 - 20% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/marshmallow-code/flask-marshmallow
```
- [PyPi](https://pypi.org/project/flask-marshmallow) (π₯ 780K / month Β· π¦ 150 Β· β±οΈ 18.03.2024):
```
pip install flask-marshmallow
```
- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (π₯ 93K Β· β±οΈ 24.05.2024):
```
conda install -c conda-forge flask-marshmallow
```flask-babel (π₯30 Β· β 430 Β· π€) - i18n and l10n support for Flask based on Babel and pytz.
BSD-3
- [GitHub](https://github.com/python-babel/flask-babel) (π¨βπ» 42 Β· π 160 Β· π¦ 23K Β· π 130 - 9% open Β· β±οΈ 02.10.2023):
```
git clone https://github.com/python-babel/flask-babel
```
- [PyPi](https://pypi.org/project/flask-babel) (π₯ 3.8M / month Β· π¦ 140 Β· β±οΈ 02.10.2023):
```
pip install flask-babel
```
- [Conda](https://anaconda.org/conda-forge/flask-babel) (π₯ 180K Β· β±οΈ 30.11.2023):
```
conda install -c conda-forge flask-babel
```flask-api (π₯28 Β· β 1.4K) - Browsable web APIs for Flask.
BSD-3
- [GitHub](https://github.com/flask-api/flask-api) (π¨βπ» 35 Β· π 180 Β· π¦ 6.2K Β· π 69 - 21% open Β· β±οΈ 20.02.2024):
```
git clone https://github.com/flask-api/flask-api
```
- [PyPi](https://pypi.org/project/flask-api) (π₯ 92K / month Β· π¦ 57 Β· β±οΈ 05.06.2023):
```
pip install flask-api
```Flask-Moment (π₯27 Β· β 370) - Formatting of dates and times in Flask templates using..
MIT
- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (π¨βπ» 22 Β· π 49 Β· π¦ 24K Β· π 50 - 2% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/miguelgrinberg/Flask-Moment
```
- [PyPi](https://pypi.org/project/flask-moment) (π₯ 52K / month Β· π¦ 30 Β· β±οΈ 28.05.2024):
```
pip install flask-moment
```
- [Conda](https://anaconda.org/conda-forge/flask-moment) (π₯ 50K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge flask-moment
```flask-paginate (π₯27 Β· β 280) - Pagination support for flask.
BSD-3
- [GitHub](https://github.com/lixxu/flask-paginate) (π¨βπ» 27 Β· π 78 Β· π₯ 58 Β· π¦ 3.3K Β· π 78 - 12% open Β· β±οΈ 14.05.2024):
```
git clone https://github.com/lixxu/flask-paginate
```
- [PyPi](https://pypi.org/project/flask-paginate) (π₯ 90K / month Β· π¦ 14 Β· β±οΈ 12.04.2024):
```
pip install flask-paginate
```
- [Conda](https://anaconda.org/conda-forge/flask-paginate) (π₯ 22K Β· β±οΈ 12.04.2024):
```
conda install -c conda-forge flask-paginate
```flask-assets (π₯26 Β· β 450) - Flask webassets integration.
BSD-2
- [GitHub](https://github.com/miracle2k/flask-assets) (π¨βπ» 42 Β· π 100 Β· π¦ 7.5K Β· π 100 - 21% open Β· β±οΈ 15.12.2023):
```
git clone https://github.com/miracle2k/flask-assets
```
- [PyPi](https://pypi.org/project/flask-assets) (π₯ 170K / month Β· π¦ 74 Β· β±οΈ 22.10.2023):
```
pip install flask-assets
```
- [Conda](https://anaconda.org/conda-forge/flask-assets) (π₯ 46K Β· β±οΈ 09.11.2023):
```
conda install -c conda-forge flask-assets
```flask-rebar (π₯26 Β· β 230) - Flask-Rebar combines flask, marshmallow, and swagger for..
MIT
- [GitHub](https://github.com/plangrid/flask-rebar) (π¨βπ» 43 Β· π 37 Β· π¦ 52 Β· π 110 - 47% open Β· β±οΈ 15.04.2024):
```
git clone https://github.com/plangrid/flask-rebar
```
- [PyPi](https://pypi.org/project/flask-rebar) (π₯ 8.1K / month Β· π¦ 6 Β· β±οΈ 15.04.2024):
```
pip install flask-rebar
```flask_pydantic (π₯24 Β· β 340) - flask extension for integration with the awesome pydantic..
MIT
- [GitHub](https://github.com/bauerji/flask-pydantic) (π¨βπ» 13 Β· π 56 Β· π¦ 610 Β· π 46 - 45% open Β· β±οΈ 08.01.2024):
```
git clone https://github.com/bauerji/flask_pydantic
```
- [PyPi](https://pypi.org/project/flask_pydantic) (π₯ 180K / month Β· π¦ 8 Β· β±οΈ 08.01.2024):
```
pip install flask_pydantic
```flask_injector (π₯24 Β· β 270 Β· π€) - Adds Injector support to Flask.
BSD-3
- [GitHub](https://github.com/python-injector/flask_injector) (π¨βπ» 13 Β· π 42 Β· π¦ 910 Β· π 51 - 23% open Β· β±οΈ 27.07.2023):
```
git clone https://github.com/alecthomas/flask_injector
```
- [PyPi](https://pypi.org/project/flask_injector) (π₯ 57K / month Β· π¦ 19 Β· β±οΈ 27.07.2023):
```
pip install flask_injector
```
- [Conda](https://anaconda.org/conda-forge/flask-injector) (π₯ 6K Β· β±οΈ 28.07.2023):
```
conda install -c conda-forge flask-injector
```flask-jsonrpc (π₯22 Β· β 290) - Basic JSON-RPC implementation for your Flask-powered sites.
BSD-3
- [GitHub](https://github.com/cenobites/flask-jsonrpc) (π¨βπ» 17 Β· π 66 Β· π₯ 51 Β· π¦ 250 Β· π 82 - 13% open Β· β±οΈ 06.05.2024):
```
git clone https://github.com/cenobites/flask-jsonrpc
```
- [PyPi](https://pypi.org/project/rpc) (π₯ 250 / month Β· β±οΈ 28.04.2012):
```
pip install rpc
```Flask-Opentracing (π₯22 Β· β 140) - OpenTracing instrumentation for the Flask..
BSD-3
- [GitHub](https://github.com/opentracing-contrib/python-flask) (π¨βπ» 16 Β· π 46 Β· π¦ 490 Β· π 31 - 29% open Β· β±οΈ 29.02.2024):
```
git clone https://github.com/opentracing-contrib/python-flask
```
- [PyPi](https://pypi.org/project/Flask-Opentracing) (π₯ 140K / month Β· π¦ 21 Β· β±οΈ 29.02.2024):
```
pip install Flask-Opentracing
```cookiecutter-flask (π₯21 Β· β 4.5K) - A flask template with Bootstrap, asset..
MIT
- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (π¨βπ» 77 Β· π 750 Β· π 190 - 5% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/cookiecutter-flask/cookiecutter-flask
```safrs (π₯19 Β· β 400) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.
βοΈGPL-3.0
- [GitHub](https://github.com/thomaxxl/safrs) (π¨βπ» 16 Β· π 69 Β· π¦ 120 Β· π 80 - 5% open Β· β±οΈ 11.01.2024):
```
git clone https://github.com/thomaxxl/safrs
```
- [PyPi](https://pypi.org/project/safrs) (π₯ 490 / month Β· π¦ 2 Β· β±οΈ 28.11.2023):
```
pip install safrs
```flask-msearch (π₯19 Β· β 210) - Full text search for flask.
BSD-3
- [GitHub](https://github.com/honmaple/flask-msearch) (π¨βπ» 4 Β· π 30 Β· π¦ 560 Β· π 52 - 17% open Β· β±οΈ 16.01.2024):
```
git clone https://github.com/honmaple/flask-msearch
```
- [PyPi](https://pypi.org/project/flask-msearch) (π₯ 630 / month Β· β±οΈ 16.01.2024):
```
pip install flask-msearch
```Show 16 hidden projects...
- flask-security (π₯29 Β· β 1.6K Β· π) - Quick and simple security for Flask applications.
MIT
- flask-mongoengine (π₯29 Β· β 840 Β· π) - MongoEngine flask extension with WTF model forms..BSD-3
- flask-bcrypt (π₯27 Β· β 320 Β· π) - Flask-Bcrypt is a Flask extension that provides bcrypt..BSD-3
- flask-apispec (π₯26 Β· β 650 Β· π) - Build and document REST APIs with Flask and apispec.MIT
- flask-talisman (π₯24 Β· β 910 Β· π) - HTTP security headers for Flask.Apache-2
- flask-profiler (π₯24 Β· β 750 Β· π) - a flask profiler which watches endpoint calls and tries..MIT
- flask-seasurf (π₯24 Β· β 190 Β· π) - SeaSurf is a Flask extension for preventing cross-site..BSD-3
- flask-ask (π₯23 Β· β 1.9K Β· π) - Alexa Skills Kit for Python.Apache-2
- Frozen-Flask (π₯23 Β· β 780) - Freezes a Flask application into a set of static files.βUnlicensed
- Flask-Excel (π₯23 Β· β 260 Β· π) - A flask extension using pyexcel to read, manipulate and write..BSD-3
- flask-s3 (π₯22 Β· β 200 Β· π) - Seamlessly serve your static assets of your Flask app from Amazon..βοΈWTFPL
- flask-bootstrap (π₯21 Β· β 1.6K Β· π) - A Flask app template with integrated SQLAlchemy,..BSD-3
- flask-ngrok (π₯20 Β· β 140 Β· π) - A simple way to demo Flask apps from your machine.Apache-2
- flask_jsondash (π₯19 Β· β 3.3K Β· π) - Build complex dashboards without any front-end code...MIT
- flask-file-upload (π₯17 Β· β 150 Β· π) - Easy file uploads for Flask.MIT
- flask2postman (π₯14 Β· β 150 Β· π) - Generate a Postman collection from your Flask application.MIT
## FastAPI Utilities
sqladmin (π₯30 Β· β 1.6K) - SQLAlchemy Admin for FastAPI and Starlette.
BSD-3
- [GitHub](https://github.com/aminalaee/sqladmin) (π¨βπ» 54 Β· π 170 Β· π¦ 810 Β· π 220 - 15% open Β· β±οΈ 15.05.2024):
```
git clone https://github.com/aminalaee/sqladmin
```
- [PyPi](https://pypi.org/project/sqladmin) (π₯ 82K / month Β· π¦ 16 Β· β±οΈ 13.05.2024):
```
pip install sqladmin
```fastapi-utils (π₯29 Β· β 1.8K) - Reusable utilities for FastAPI.
MIT
- [GitHub](https://github.com/dmontagu/fastapi-utils) (π¨βπ» 4 Β· π 160 Β· π¦ 3.8K Β· π 100 - 70% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/dmontagu/fastapi-utils
```
- [PyPi](https://pypi.org/project/fastapi-utils) (π₯ 560K / month Β· π¦ 98 Β· β±οΈ 11.05.2024):
```
pip install fastapi-utils
```slowapi (π₯26 Β· β 1K) - A rate limiter for Starlette and FastAPI.
MIT
- [GitHub](https://github.com/laurentS/slowapi) (π¨βπ» 25 Β· π 70 Β· π¦ 2.3K Β· π 120 - 52% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/laurents/slowapi
```
- [PyPi](https://pypi.org/project/slowapi) (π₯ 330K / month Β· π¦ 44 Β· β±οΈ 05.02.2024):
```
pip install slowapi
```fastapi-admin/fastapi-admin (π₯25 Β· β 2.6K) - A fast admin dashboard based on FastAPI and..
Apache-2
- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (π¨βπ» 14 Β· π 340 Β· π¦ 320 Β· π 130 - 44% open Β· β±οΈ 24.05.2024):
```
git clone https://github.com/fastapi-admin/fastapi-admin
```
- [PyPi](https://pypi.org/project/fastapi-admin) (π₯ 4.5K / month Β· β±οΈ 31.08.2021):
```
pip install fastapi-admin
```fastapi-code-generator (π₯25 Β· β 930) - This code generator creates FastAPI app from an..
MIT
- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (π¨βπ» 26 Β· π 99 Β· π¦ 180 Β· π 83 - 56% open Β· β±οΈ 02.05.2024):
```
git clone https://github.com/koxudaxi/fastapi-code-generator
```
- [PyPi](https://pypi.org/project/fastapi-code-generator) (π₯ 15K / month Β· π¦ 3 Β· β±οΈ 02.05.2024):
```
pip install fastapi-code-generator
```starlette_exporter (π₯24 Β· β 300) - Prometheus exporter for Starlette and FastAPI.
Apache-2
- [GitHub](https://github.com/stephenhillier/starlette_exporter) (π¨βπ» 25 Β· π 33 Β· π 50 - 12% open Β· β±οΈ 29.05.2024):
```
git clone https://github.com/stephenhillier/starlette_exporter
```
- [PyPi](https://pypi.org/project/starlette_exporter) (π₯ 1.5M / month Β· π¦ 25 Β· β±οΈ 29.05.2024):
```
pip install starlette_exporter
```fastapi-mvc (π₯20 Β· β 590) - Developer productivity tool for making high-quality FastAPI..
MIT
- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (π¨βπ» 7 Β· π 52 Β· π₯ 260 Β· π¦ 10 Β· π 120 - 16% open Β· β±οΈ 02.02.2024):
```
git clone https://github.com/rszamszur/fastapi-mvc
```
- [PyPi](https://pypi.org/project/fastapi-mvc) (π₯ 770 / month Β· β±οΈ 09.01.2023):
```
pip install fastapi-mvc
```fastapi-sqlalchemy (π₯19 Β· β 590) - Adds simple SQLAlchemy support to FastAPI.
MIT
- [GitHub](https://github.com/mfreeborn/fastapi-sqlalchemy) (π¨βπ» 7 Β· π 34 Β· π 35 - 62% open Β· β±οΈ 09.04.2024):
```
git clone https://github.com/mfreeborn/fastapi-sqlalchemy
```
- [PyPi](https://pypi.org/project/fastapi-sqlalchemy) (π₯ 90K / month Β· π¦ 9 Β· β±οΈ 25.09.2020):
```
pip install fastapi-sqlalchemy
```fastapi-plugins (π₯18 Β· β 340) - FastAPI framework plugins.
MIT
- [GitHub](https://github.com/madkote/fastapi-plugins) (π¨βπ» 3 Β· π 19 Β· π¦ 100 Β· π 16 - 12% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/madkote/fastapi-plugins
```
- [PyPi](https://pypi.org/project/fastapi-plugins) (π₯ 6.4K / month Β· π¦ 3 Β· β±οΈ 03.06.2024):
```
pip install fastapi-plugins
```Show 8 hidden projects...
- fastapi-crudrouter (π₯25 Β· β 1.3K Β· π) - A dynamic FastAPI router that automatically creates..
MIT
- fastapi-socketio (π₯22 Β· β 320 Β· π) - Easily integrate socket.io with your FastAPI app.Apache-2
- fastapi-versioning (π₯18 Β· β 630 Β· π) - api versioning for fastapi web applications.MIT
- fastapi_contrib (π₯18 Β· β 600 Β· π) - Opinionated set of utilities on top of FastAPI.MIT
- fastapi_cache (π₯18 Β· β 210 Β· π) - FastAPI simple cache.MIT
- fastapi-react (π₯17 Β· β 2.1K Β· π) - Cookiecutter Template for FastAPI + React Projects...MIT
- fastapi_client (π₯14 Β· β 320 Β· π) - FastAPI client generator.Apache-2
- fastapi-lazy (π₯11 Β· β 110 Β· π) - Simplifies class-based views for more organized and..MIT
## Pyramid Utilities
Show 3 hidden projects...
- pyramid_jinja2 (π₯21 Β· β 71) - Jinja2 templating system bindings for the Pyramid web..
βUnlicensed
- pyramid_celery (π₯18 Β· β 100 Β· π) - Pyramid configuration with celery integration. Allows..MIT
- pyramid_services (π₯15 Β· β 81 Β· π) - A service layer for pyramid.MIT
## Django Utilities
django-import-export (π₯39 Β· β 2.9K) - Django application and library for importing and..
BSD-2
- [GitHub](https://github.com/django-import-export/django-import-export) (π¨βπ» 210 Β· π 780 Β· π¦ 98K Β· π 1K - 2% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/django-import-export/django-import-export
```
- [PyPi](https://pypi.org/project/django-import-export) (π₯ 1.4M / month Β· π¦ 140 Β· β±οΈ 30.05.2024):
```
pip install django-import-export
```
- [Conda](https://anaconda.org/conda-forge/django-import-export) (π₯ 94K Β· β±οΈ 08.04.2024):
```
conda install -c conda-forge django-import-export
```django-storages (π₯39 Β· β 2.7K) - Django-storages is a project to provide a variety of..
BSD-3
- [GitHub](https://github.com/jschneier/django-storages) (π¨βπ» 260 Β· π 840 Β· π¦ 180K Β· π 720 - 17% open Β· β±οΈ 01.06.2024):
```
git clone https://github.com/jschneier/django-storages
```
- [PyPi](https://pypi.org/project/django-storages) (π₯ 3.6M / month Β· π¦ 190 Β· β±οΈ 04.05.2024):
```
pip install django-storages
```
- [Conda](https://anaconda.org/conda-forge/django-storages) (π₯ 60K Β· β±οΈ 04.05.2024):
```
conda install -c conda-forge django-storages
```django-extensions (π₯37 Β· β 6.5K) - This is a repository for collecting global custom..
MIT
- [GitHub](https://github.com/django-extensions/django-extensions) (π¨βπ» 580 Β· π 1.1K Β· π¦ 220K Β· π 930 - 22% open Β· β±οΈ 27.04.2024):
```
git clone https://github.com/django-extensions/django-extensions
```
- [PyPi](https://pypi.org/project/django-extensions) (π₯ 4M / month Β· π¦ 460 Β· β±οΈ 05.06.2023):
```
pip install django-extensions
```
- [Conda](https://anaconda.org/conda-forge/django-extensions) (π₯ 420K Β· β±οΈ 05.06.2023):
```
conda install -c conda-forge django-extensions
```django-oscar (π₯37 Β· β 6.1K) - Domain-driven e-commerce for Django.
BSD-3
- [GitHub](https://github.com/django-oscar/django-oscar) (π¨βπ» 360 Β· π 2.2K Β· π¦ 1.1K Β· π 1.5K - 7% open Β· β±οΈ 15.05.2024):
```
git clone https://github.com/django-oscar/django-oscar
```
- [PyPi](https://pypi.org/project/django-oscar) (π₯ 25K / month Β· π¦ 44 Β· β±οΈ 02.05.2024):
```
pip install django-oscar
```django-simple-history (π₯37 Β· β 2.1K) - Store model history and view/revert changes from..
BSD-3
- [GitHub](https://github.com/jazzband/django-simple-history) (π¨βπ» 180 Β· π 460 Β· π¦ 5.4K Β· π 590 - 25% open Β· β±οΈ 29.05.2024):
```
git clone https://github.com/jazzband/django-simple-history
```
- [PyPi](https://pypi.org/project/django-simple-history) (π₯ 1.3M / month Β· π¦ 75 Β· β±οΈ 30.05.2024):
```
pip install django-simple-history
```channels (π₯36 Β· β 6K) - Developer-friendly asynchrony for Django.
BSD-3
- [GitHub](https://github.com/django/channels) (π¨βπ» 260 Β· π 790 Β· π¦ 21 Β· π 1.3K - 8% open Β· β±οΈ 13.05.2024):
```
git clone https://github.com/django/channels
```
- [PyPi](https://pypi.org/project/channels) (π₯ 1.3M / month Β· π¦ 330 Β· β±οΈ 03.04.2024):
```
pip install channels
```
- [Conda](https://anaconda.org/conda-forge/channels) (π₯ 190K Β· β±οΈ 03.04.2024):
```
conda install -c conda-forge channels
```django-cors-headers (π₯36 Β· β 5.3K) - Django app for handling the server headers required..
MIT
- [GitHub](https://github.com/adamchainz/django-cors-headers) (π¨βπ» 69 Β· π 530 Β· π¦ 230K Β· π 270 - 2% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/adamchainz/django-cors-headers
```
- [PyPi](https://pypi.org/project/django-cors-headers) (π₯ 6M / month Β· π¦ 370 Β· β±οΈ 14.11.2023):
```
pip install django-cors-headers
```
- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (π₯ 100K Β· β±οΈ 14.11.2023):
```
conda install -c conda-forge django-cors-headers
```django-filter (π₯36 Β· β 4.4K) - A generic system for filtering Django QuerySets based on..
BSD-3
- [GitHub](https://github.com/carltongibson/django-filter) (π¨βπ» 210 Β· π 750 Β· π¦ 160K Β· π 830 - 7% open Β· β±οΈ 27.03.2024):
```
git clone https://github.com/carltongibson/django-filter
```
- [PyPi](https://pypi.org/project/django-filter) (π₯ 4.9M / month Β· π¦ 870 Β· β±οΈ 27.03.2024):
```
pip install django-filter
```
- [Conda](https://anaconda.org/conda-forge/django-filter) (π₯ 140K Β· β±οΈ 27.03.2024):
```
conda install -c conda-forge django-filter
```django-haystack (π₯36 Β· β 3.6K) - Modular search for Django.
BSD-3
- [GitHub](https://github.com/django-haystack/django-haystack) (π¨βπ» 220 Β· π 1.3K Β· π¦ 9.7K Β· π 1.3K - 42% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/django-haystack/django-haystack
```
- [PyPi](https://pypi.org/project/django-haystack) (π₯ 130K / month Β· π¦ 97 Β· β±οΈ 04.06.2024):
```
pip install django-haystack
```
- [Conda](https://anaconda.org/conda-forge/django-haystack) (π₯ 6.2K Β· β±οΈ 05.06.2024):
```
conda install -c conda-forge django-haystack
```django-mptt (π₯36 Β· β 2.8K) - Utilities for implementing a modified pre-order traversal tree..
MIT
- [GitHub](https://github.com/django-mptt/django-mptt) (π¨βπ» 160 Β· π 460 Β· π¦ 21K Β· π 530 - 21% open Β· β±οΈ 08.05.2024):
```
git clone https://github.com/django-mptt/django-mptt
```
- [PyPi](https://pypi.org/project/django-mptt) (π₯ 640K / month Β· π¦ 250 Β· β±οΈ 16.01.2024):
```
pip install django-mptt
```
- [Conda](https://anaconda.org/anaconda/django-mptt):
```
conda install -c anaconda django-mptt
```django-model-utils (π₯36 Β· β 2.6K) - Django model mixins and utilities.
BSD-3
- [GitHub](https://github.com/jazzband/django-model-utils) (π¨βπ» 140 Β· π 360 Β· π¦ 24K Β· π 300 - 35% open Β· β±οΈ 14.05.2024):
```
git clone https://github.com/jazzband/django-model-utils
```
- [PyPi](https://pypi.org/project/django-model-utils) (π₯ 1.6M / month Β· π¦ 490 Β· β±οΈ 02.05.2024):
```
pip install django-model-utils
```django-stubs (π₯36 Β· β 1.5K) - PEP-484 stubs for Django.
MIT
- [GitHub](https://github.com/typeddjango/django-stubs) (π¨βπ» 260 Β· π 420 Β· π¦ 11K Β· π 770 - 29% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/typeddjango/django-stubs
```
- [PyPi](https://pypi.org/project/django-stubs) (π₯ 1.5M / month Β· π¦ 150 Β· β±οΈ 27.05.2024):
```
pip install django-stubs
```
- [Conda](https://anaconda.org/conda-forge/django-stubs) (π₯ 25K Β· β±οΈ 28.05.2024):
```
conda install -c conda-forge django-stubs
```django-reversion (π₯35 Β· β 3K) - django-reversion is an extension to the Django web..
BSD-3
- [GitHub](https://github.com/etianen/django-reversion) (π¨βπ» 190 Β· π 480 Β· π¦ 7.4K Β· π 650 - 2% open Β· β±οΈ 30.01.2024):
```
git clone https://github.com/etianen/django-reversion
```
- [PyPi](https://pypi.org/project/django-reversion) (π₯ 450K / month Β· π¦ 68 Β· β±οΈ 30.01.2024):
```
pip install django-reversion
```django-bootstrap3 (π₯34 Β· β 2.3K) - Bootstrap 3 integration with Django.
BSD-3
- [GitHub](https://github.com/zostera/django-bootstrap3) (π¨βπ» 99 Β· π 680 Β· π¦ 19K Β· π 300 - 1% open Β· β±οΈ 25.04.2024):
```
git clone https://github.com/zostera/django-bootstrap3
```
- [PyPi](https://pypi.org/project/django-bootstrap3) (π₯ 140K / month Β· π¦ 66 Β· β±οΈ 17.04.2024):
```
pip install django-bootstrap3
```
- [Conda](https://anaconda.org/conda-forge/django-bootstrap3) (π₯ 29K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge django-bootstrap3
```django-autocomplete-light (π₯34 Β· β 1.8K) - A fresh approach to autocomplete implementations,..
MIT
- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (π¨βπ» 200 Β· π 460 Β· π¦ 4.1K Β· π 860 - 25% open Β· β±οΈ 23.02.2024):
```
git clone https://github.com/yourlabs/django-autocomplete-light
```
- [PyPi](https://pypi.org/project/django-autocomplete-light) (π₯ 260K / month Β· π¦ 76 Β· β±οΈ 23.02.2024):
```
pip install django-autocomplete-light
```dj-database-url (π₯34 Β· β 1.5K) - Use Database URLs in your Django Application.
BSD-3
- [GitHub](https://github.com/jazzband/dj-database-url) (π¨βπ» 72 Β· π 200 Β· π¦ 270K Β· π 94 - 3% open Β· β±οΈ 28.05.2024):
```
git clone https://github.com/jacobian/dj-database-url
```
- [PyPi](https://pypi.org/project/dj-database-url) (π₯ 1.9M / month Β· π¦ 280 Β· β±οΈ 28.05.2024):
```
pip install dj-database-url
```django-environ (π₯33 Β· β 2.9K Β· π€) - Django-environ allows you to utilize 12factor inspired..
MIT
- [GitHub](https://github.com/joke2k/django-environ) (π¨βπ» 93 Β· π 320 Β· π₯ 80 Β· π¦ 220K Β· π 260 - 31% open Β· β±οΈ 01.09.2023):
```
git clone https://github.com/joke2k/django-environ
```
- [PyPi](https://pypi.org/project/django-environ) (π₯ 2.7M / month Β· π¦ 350 Β· β±οΈ 01.09.2023):
```
pip install django-environ
```
- [Conda](https://anaconda.org/conda-forge/django-environ) (π₯ 71K Β· β±οΈ 02.09.2023):
```
conda install -c conda-forge django-environ
```django-webpack-loader (π₯33 Β· β 2.5K) - Transparently use webpack with django.
MIT
- [GitHub](https://github.com/django-webpack/django-webpack-loader) (π¨βπ» 62 Β· π 340 Β· π¦ 9.4K Β· π 190 - 6% open Β· β±οΈ 04.04.2024):
```
git clone https://github.com/django-webpack/django-webpack-loader
```
- [PyPi](https://pypi.org/project/django-webpack-loader) (π₯ 600K / month Β· π¦ 55 Β· β±οΈ 04.04.2024):
```
pip install django-webpack-loader
```
- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (π₯ 11K Β· β±οΈ 04.04.2024):
```
conda install -c conda-forge django-webpack-loader
```django-tables2 (π₯33 Β· β 1.8K) - django-tables2 - An app for creating HTML tables.
BSD-2
- [GitHub](https://github.com/jieter/django-tables2) (π¨βπ» 150 Β· π 420 Β· π¦ 7.2K Β· π 580 - 13% open Β· β±οΈ 15.04.2024):
```
git clone https://github.com/jieter/django-tables2
```
- [PyPi](https://pypi.org/project/django-tables2) (π₯ 350K / month Β· π¦ 93 Β· β±οΈ 05.12.2023):
```
pip install django-tables2
```
- [Conda](https://anaconda.org/conda-forge/django-tables2) (π₯ 9K Β· β±οΈ 09.12.2023):
```
conda install -c conda-forge django-tables2
```django-money (π₯33 Β· β 1.6K) - Money fields for Django forms and models.
BSD-3
- [GitHub](https://github.com/django-money/django-money) (π¨βπ» 120 Β· π 310 Β· π¦ 2.8K Β· π 360 - 21% open Β· β±οΈ 26.05.2024):
```
git clone https://github.com/django-money/django-money
```
- [PyPi](https://pypi.org/project/django-money) (π₯ 250K / month Β· π¦ 42 Β· β±οΈ 07.05.2024):
```
pip install django-money
```django-pipeline (π₯33 Β· β 1.5K) - Pipeline is an asset packaging library for Django.
MIT
- [GitHub](https://github.com/jazzband/django-pipeline) (π¨βπ» 180 Β· π 370 Β· π¦ 2.4K Β· π 470 - 30% open Β· β±οΈ 11.05.2024):
```
git clone https://github.com/jazzband/django-pipeline
```
- [PyPi](https://pypi.org/project/django-pipeline) (π₯ 130K / month Β· π¦ 29 Β· β±οΈ 10.05.2024):
```
pip install django-pipeline
```django-bootstrap4 (π₯33 Β· β 1K) - Bootstrap 4 integration with Django.
BSD-3
- [GitHub](https://github.com/zostera/django-bootstrap4) (π¨βπ» 140 Β· π 260 Β· π¦ 160K Β· π 170 - 14% open Β· β±οΈ 25.04.2024):
```
git clone https://github.com/zostera/django-bootstrap4
```
- [PyPi](https://pypi.org/project/django-bootstrap4) (π₯ 180K / month Β· π¦ 74 Β· β±οΈ 17.04.2024):
```
pip install django-bootstrap4
```
- [Conda](https://anaconda.org/conda-forge/django-bootstrap4) (π₯ 27K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge django-bootstrap4
```cookiecutter-django (π₯32 Β· β 12K) - Cookiecutter Django is a framework for jumpstarting..
BSD-3
- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (π¨βπ» 420 Β· π 2.8K Β· π¦ 30 Β· π 1.2K - 9% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/cookiecutter/cookiecutter-django
```
- [PyPi](https://pypi.org/project/cookiecutter-django) (π₯ 84 / month Β· β±οΈ 15.01.2018):
```
pip install cookiecutter-django
```django-ckeditor (π₯32 Β· β 2.4K) - Django admin CKEditor integration.
BSD-3
- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (π¨βπ» 130 Β· π 700 Β· π¦ 42K Β· π 540 - 3% open Β· β±οΈ 26.03.2024):
```
git clone https://github.com/django-ckeditor/django-ckeditor
```
- [PyPi](https://pypi.org/project/django-ckeditor) (π₯ 490K / month Β· π¦ 130 Β· β±οΈ 08.02.2024):
```
pip install django-ckeditor
```django-rq (π₯32 Β· β 1.8K) - A simple app that provides django integration for RQ (Redis Queue).
MIT
- [GitHub](https://github.com/rq/django-rq) (π¨βπ» 130 Β· π 280 Β· π¦ 3.3K Β· π 360 - 27% open Β· β±οΈ 01.05.2024):
```
git clone https://github.com/rq/django-rq
```
- [PyPi](https://pypi.org/project/django-rq) (π₯ 270K / month Β· π¦ 94 Β· β±οΈ 23.03.2024):
```
pip install django-rq
```sorl-thumbnail (π₯32 Β· β 1.7K Β· π€) - Thumbnails for Django.
BSD-3
- [GitHub](https://github.com/jazzband/sorl-thumbnail) (π¨βπ» 160 Β· π 490 Β· π¦ 15K Β· π 430 - 29% open Β· β±οΈ 04.10.2023):
```
git clone https://github.com/jazzband/sorl-thumbnail
```
- [PyPi](https://pypi.org/project/sorl-thumbnail) (π₯ 300K / month Β· π¦ 89 Β· β±οΈ 05.10.2023):
```
pip install sorl-thumbnail
```
- [Conda](https://anaconda.org/conda-forge/sorl-thumbnail) (π₯ 7.1K Β· β±οΈ 05.10.2023):
```
conda install -c conda-forge sorl-thumbnail
```django-phonenumber-field (π₯32 Β· β 1.5K) - A django model and form field for normalised phone..
MIT
- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (π¨βπ» 120 Β· π 320 Β· π₯ 19 Β· π¦ 26K Β· π 220 - 4% open Β· β±οΈ 05.04.2024):
```
git clone https://github.com/stefanfoulis/django-phonenumber-field
```
- [PyPi](https://pypi.org/project/django-phonenumber-field) (π₯ 1.3M / month Β· π¦ 130 Β· β±οΈ 29.12.2023):
```
pip install django-phonenumber-field
```django-redis (π₯31 Β· β 2.8K) - Full featured redis cache backend for Django.
BSD-3
- [GitHub](https://github.com/jazzband/django-redis) (π¨βπ» 140 Β· π 430 Β· π 370 - 16% open Β· β±οΈ 20.02.2024):
```
git clone https://github.com/jazzband/django-redis
```
- [PyPi](https://pypi.org/project/django-redis) (π₯ 3.2M / month Β· π¦ 240 Β· β±οΈ 01.10.2023):
```
pip install django-redis
```django-compressor (π₯31 Β· β 2.8K) - Compresses linked and inline javascript or CSS into a..
MIT
- [GitHub](https://github.com/django-compressor/django-compressor) (π¨βπ» 220 Β· π 600 Β· π 670 - 19% open Β· β±οΈ 06.05.2024):
```
git clone https://github.com/django-compressor/django-compressor
```
- [PyPi](https://pypi.org/project/django-compressor) (π₯ 540K / month Β· π¦ 160 Β· β±οΈ 27.06.2023):
```
pip install django-compressor
```django-fsm (π₯31 Β· β 2.3K) - Django friendly finite state machine support.
MIT
- [GitHub](https://github.com/viewflow/django-fsm) (π¨βπ» 70 Β· π 310 Β· π¦ 1.6K Β· π 160 - 0% open Β· β±οΈ 16.04.2024):
```
git clone https://github.com/viewflow/django-fsm
```
- [PyPi](https://pypi.org/project/django-fsm) (π₯ 370K / month Β· π¦ 56 Β· β±οΈ 09.04.2024):
```
pip install django-fsm
```
- [Conda](https://anaconda.org/conda-forge/django-fsm) (π₯ 26K Β· β±οΈ 09.04.2024):
```
conda install -c conda-forge django-fsm
```django-sql-explorer (π₯31 Β· β 2.2K) - Easily share data across your company via SQL..
MIT
- [GitHub](https://github.com/chrisclark/django-sql-explorer) (π¨βπ» 100 Β· π 340 Β· π¦ 410 Β· π 290 - 5% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/groveco/django-sql-explorer
```
- [PyPi](https://pypi.org/project/django-sql-explorer) (π₯ 82K / month Β· π¦ 8 Β· β±οΈ 04.06.2024):
```
pip install django-sql-explorer
```django-polymorphic (π₯31 Β· β 1.6K) - Improved Django model inheritance with automatic..
BSD-3
- [GitHub](https://github.com/jazzband/django-polymorphic) (π¨βπ» 120 Β· π 270 Β· π 340 - 45% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/django-polymorphic/django-polymorphic
```
- [PyPi](https://pypi.org/project/django-polymorphic) (π₯ 520K / month Β· π¦ 140 Β· β±οΈ 18.11.2021):
```
pip install django-polymorphic
```
- [Conda](https://anaconda.org/conda-forge/django_polymorphic) (π₯ 66K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge django_polymorphic
```django-countries (π₯31 Β· β 1.4K) - A Django application that provides country choices for..
MIT
- [GitHub](https://github.com/SmileyChris/django-countries) (π¨βπ» 56 Β· π 290 Β· π 300 - 7% open Β· β±οΈ 02.05.2024):
```
git clone https://github.com/SmileyChris/django-countries
```
- [PyPi](https://pypi.org/project/django-countries) (π₯ 770K / month Β· π¦ 100 Β· β±οΈ 01.04.2024):
```
pip install django-countries
```django-taggit (π₯30 Β· β 3.3K) - Simple tagging for django.
BSD-3
- [GitHub](https://github.com/jazzband/django-taggit) (π¨βπ» 150 Β· π 620 Β· π 430 - 21% open Β· β±οΈ 29.05.2024):
```
git clone https://github.com/jazzband/django-taggit
```
- [PyPi](https://pypi.org/project/django-taggit) (π₯ 680K / month Β· π¦ 180 Β· β±οΈ 29.10.2023):
```
pip install django-taggit
```
- [Conda](https://anaconda.org/conda-forge/django-taggit) (π₯ 120K Β· β±οΈ 29.10.2023):
```
conda install -c conda-forge django-taggit
```django-imagekit (π₯30 Β· β 2.2K Β· π€) - Automated image processing for Django. Currently v4.0.
BSD-3
- [GitHub](https://github.com/matthewwithanm/django-imagekit) (π¨βπ» 77 Β· π 270 Β· π₯ 100 Β· π¦ 9.1K Β· π 390 - 24% open Β· β±οΈ 28.09.2023):
```
git clone https://github.com/matthewwithanm/django-imagekit
```
- [PyPi](https://pypi.org/project/django-imagekit) (π₯ 170K / month Β· π¦ 50 Β· β±οΈ 28.09.2023):
```
pip install django-imagekit
```django-widget-tweaks (π₯30 Β· β 2K Β· π€) - Tweak the form field rendering in templates, not in..
MIT
- [GitHub](https://github.com/jazzband/django-widget-tweaks) (π¨βπ» 30 Β· π 140 Β· π¦ 41K Β· π 97 - 44% open Β· β±οΈ 03.11.2023):
```
git clone https://github.com/jazzband/django-widget-tweaks
```
- [PyPi](https://pypi.org/project/django-widget-tweaks) (π₯ 690K / month Β· π¦ 130 Β· β±οΈ 25.08.2023):
```
pip install django-widget-tweaks
```django-dbbackup (π₯30 Β· β 920) - Management commands to help backup and restore your..
BSD-3
- [GitHub](https://github.com/jazzband/django-dbbackup) (π¨βπ» 70 Β· π 220 Β· π¦ 1.9K Β· π 290 - 26% open Β· β±οΈ 03.04.2024):
```
git clone https://github.com/jazzband/django-dbbackup
```
- [PyPi](https://pypi.org/project/django-dbbackup) (π₯ 130K / month Β· π¦ 21 Β· β±οΈ 15.01.2024):
```
pip install django-dbbackup
```djangorestframework-stubs (π₯30 Β· β 420) - PEP-484 stubs for django-rest-framework.
MIT
- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (π¨βπ» 72 Β· π 110 Β· π¦ 3K Β· π 140 - 38% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/typeddjango/djangorestframework-stubs
```
- [PyPi](https://pypi.org/project/djangorestframework-stubs) (π₯ 940K / month Β· π¦ 27 Β· β±οΈ 05.12.2023):
```
pip install djangorestframework-stubs
```
- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (π₯ 11K Β· β±οΈ 13.05.2024):
```
conda install -c conda-forge djangorestframework-stubs
```Django-Ninja (π₯29 Β· β 6.4K) - Fast, Async-ready, Openapi, type hints based framework for..
MIT
- [GitHub](https://github.com/vitalik/django-ninja) (π¨βπ» 130 Β· π 380 Β· π 790 - 39% open Β· β±οΈ 24.05.2024):
```
git clone https://github.com/vitalik/django-ninja
```
- [PyPi](https://pypi.org/project/django-ninja) (π₯ 330K / month Β· π¦ 28 Β· β±οΈ 07.12.2023):
```
pip install django-ninja
```
- [Conda](https://anaconda.org/conda-forge/django-ninja) (π₯ 11K Β· β±οΈ 12.12.2023):
```
conda install -c conda-forge django-ninja
```viewflow (π₯29 Β· β 2.6K) - Reusable workflow library for Django.
βοΈAGPL-3.0
- [GitHub](https://github.com/viewflow/viewflow) (π¨βπ» 27 Β· π 390 Β· π¦ 300 Β· π 330 - 5% open Β· β±οΈ 12.05.2024):
```
git clone https://github.com/viewflow/viewflow
```
- [PyPi](https://pypi.org/project/django-viewflow) (π₯ 18K / month Β· π¦ 2 Β· β±οΈ 19.04.2024):
```
pip install django-viewflow
```django-activity-stream (π₯29 Β· β 2.3K Β· π€) - Generate generic activity streams from the actions on..
BSD-3
- [GitHub](https://github.com/justquick/django-activity-stream) (π¨βπ» 110 Β· π 490 Β· π₯ 9 Β· π¦ 1.2K Β· π 310 - 7% open Β· β±οΈ 04.10.2023):
```
git clone https://github.com/justquick/django-activity-stream
```
- [PyPi](https://pypi.org/project/django-activity-stream) (π₯ 81K / month Β· π¦ 9 Β· β±οΈ 04.10.2023):
```
pip install django-activity-stream
```django-cacheops (π₯29 Β· β 2.1K) - A slick ORM cache with automatic granular event-driven..
BSD-3
- [GitHub](https://github.com/Suor/django-cacheops) (π¨βπ» 67 Β· π 220 Β· π¦ 1.3K Β· π 340 - 5% open Β· β±οΈ 12.03.2024):
```
git clone https://github.com/Suor/django-cacheops
```
- [PyPi](https://pypi.org/project/django-cacheops) (π₯ 170K / month Β· π¦ 9 Β· β±οΈ 24.10.2023):
```
pip install django-cacheops
```django-constance (π₯29 Β· β 1.7K) - Dynamic Django settings.
BSD-3
- [GitHub](https://github.com/jazzband/django-constance) (π¨βπ» 140 Β· π 310 Β· π¦ 2K Β· π 280 - 11% open Β· β±οΈ 05.02.2024):
```
git clone https://github.com/jazzband/django-constance
```
- [PyPi](https://pypi.org/project/django-constance) (π₯ 300K / month Β· π¦ 17 Β· β±οΈ 21.08.2023):
```
pip install django-constance
```django-waffle (π₯29 Β· β 1.1K) - A feature flipper for Django.
BSD-3
- [GitHub](https://github.com/jazzband/django-waffle) (π¨βπ» 120 Β· π 260 Β· π¦ 1.4K Β· π 210 - 20% open Β· β±οΈ 06.05.2024):
```
git clone https://github.com/django-waffle/django-waffle
```
- [PyPi](https://pypi.org/project/django-waffle) (π₯ 510K / month Β· π¦ 38 Β· β±οΈ 11.12.2023):
```
pip install django-waffle
```
- [Conda](https://anaconda.org/conda-forge/django-waffle) (π₯ 17K Β· β±οΈ 31.07.2023):
```
conda install -c conda-forge django-waffle
```django-configurations (π₯29 Β· β 1.1K Β· π€) - A helper for organizing Django project settings by..
BSD-3
- [GitHub](https://github.com/jazzband/django-configurations) (π¨βπ» 66 Β· π 140 Β· π¦ 3.1K Β· π 220 - 28% open Β· β±οΈ 30.11.2023):
```
git clone https://github.com/jazzband/django-configurations
```
- [PyPi](https://pypi.org/project/django-configurations) (π₯ 220K / month Β· π¦ 68 Β· β±οΈ 27.03.2024):
```
pip install django-configurations
```
- [Conda](https://anaconda.org/conda-forge/django-configurations) (π₯ 32K Β· β±οΈ 28.03.2024):
```
conda install -c conda-forge django-configurations
```django-paypal (π₯29 Β· β 710) - A pluggable Django application for integrating PayPal..
MIT
- [GitHub](https://github.com/spookylukey/django-paypal) (π¨βπ» 73 Β· π 210 Β· π¦ 3.4K Β· π 170 - 10% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/spookylukey/django-paypal
```
- [PyPi](https://pypi.org/project/django-paypal) (π₯ 20K / month Β· π¦ 2 Β· β±οΈ 30.04.2024):
```
pip install django-paypal
```django-extra-views (π₯28 Β· β 1.4K) - Djangos class-based generic views are awesome, lets..
MIT
- [GitHub](https://github.com/AndrewIngram/django-extra-views) (π¨βπ» 61 Β· π 180 Β· π¦ 2.3K Β· π 140 - 11% open Β· β±οΈ 17.01.2024):
```
git clone https://github.com/AndrewIngram/django-extra-views
```
- [PyPi](https://pypi.org/project/django-extra-views) (π₯ 77K / month Β· π¦ 38 Β· β±οΈ 09.06.2021):
```
pip install django-extra-views
```django-organizations (π₯28 Β· β 1.2K) - Multi-user accounts for Django projects.
BSD-2
- [GitHub](https://github.com/bennylope/django-organizations) (π¨βπ» 50 Β· π 200 Β· π¦ 280 Β· π 150 - 9% open Β· β±οΈ 22.05.2024):
```
git clone https://github.com/bennylope/django-organizations
```
- [PyPi](https://pypi.org/project/django-organizations) (π₯ 45K / month Β· π¦ 5 Β· β±οΈ 18.03.2024):
```
pip install django-organizations
```
- [Conda](https://anaconda.org/conda-forge/django-organizations) (π₯ 6.2K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge django-organizations
```django-angular (π₯28 Β· β 1.2K Β· π€) - Let AngularJS play well with Django.
MIT
- [GitHub](https://github.com/jrief/django-angular) (π¨βπ» 67 Β· π 300 Β· π¦ 650 Β· π 200 - 10% open Β· β±οΈ 13.11.2023):
```
git clone https://github.com/jrief/django-angular
```
- [PyPi](https://pypi.org/project/django-angular) (π₯ 9K / month Β· π¦ 10 Β· β±οΈ 13.11.2023):
```
pip install django-angular
```django-split-settings (π₯28 Β· β 1.1K) - Organize Django settings into multiple files and..
BSD-3
- [GitHub](https://github.com/wemake-services/django-split-settings) (π¨βπ» 25 Β· π 65 Β· π¦ 2.8K Β· π 46 - 8% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/sobolevn/django-split-settings
```
- [PyPi](https://pypi.org/project/django-split-settings) (π₯ 160K / month Β· π¦ 10 Β· β±οΈ 05.04.2024):
```
pip install django-split-settings
```django-rosetta (π₯28 Β· β 1K) - Rosetta is a Django application that eases the translation..
MIT
- [GitHub](https://github.com/mbi/django-rosetta) (π¨βπ» 82 Β· π 190 Β· π¦ 3.2K Β· π 160 - 30% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/mbi/django-rosetta
```
- [PyPi](https://pypi.org/project/django-rosetta) (π₯ 110K / month Β· π¦ 26 Β· β±οΈ 04.12.2023):
```
pip install django-rosetta
```
- [Conda](https://anaconda.org/conda-forge/django-rosetta) (π₯ 9.8K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge django-rosetta
```django-push-notifications (π₯27 Β· β 2.2K) - Send push notifications to mobile devices through GCM..
MIT
- [GitHub](https://github.com/jazzband/django-push-notifications) (π¨βπ» 100 Β· π 600 Β· π₯ 120 Β· π 430 - 27% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/jazzband/django-push-notifications
```
- [PyPi](https://pypi.org/project/django-push-notifications) (π₯ 78K / month Β· π¦ 8 Β· β±οΈ 28.04.2024):
```
pip install django-push-notifications
```django-lifecycle (π₯27 Β· β 1.3K) - Declarative model lifecycle hooks, an alternative to..
MIT
- [GitHub](https://github.com/rsinger86/django-lifecycle) (π¨βπ» 33 Β· π 83 Β· π¦ 330 Β· π 78 - 26% open Β· β±οΈ 04.03.2024):
```
git clone https://github.com/rsinger86/django-lifecycle
```
- [PyPi](https://pypi.org/project/django-lifecycle) (π₯ 110K / month Β· π¦ 9 Β· β±οΈ 01.03.2024):
```
pip install django-lifecycle
```django-cachalot (π₯27 Β· β 1.2K) - No effort, no worry, maximum performance.
BSD-3
- [GitHub](https://github.com/noripyt/django-cachalot) (π¨βπ» 36 Β· π 140 Β· π¦ 760 Β· π 170 - 18% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/noripyt/django-cachalot
```
- [PyPi](https://pypi.org/project/django-cachalot) (π₯ 89K / month Β· π¦ 11 Β· β±οΈ 11.01.2024):
```
pip install django-cachalot
```
- [Conda](https://anaconda.org/conda-forge/django-cachalot) (π₯ 46K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge django-cachalot
```django-cleanup (π₯27 Β· β 1.1K) - Automatically deletes old file for FileField and..
MIT
- [GitHub](https://github.com/un1t/django-cleanup) (π¨βπ» 17 Β· π 78 Β· π¦ 14K Β· π 54 - 1% open Β· β±οΈ 28.01.2024):
```
git clone https://github.com/un1t/django-cleanup
```
- [PyPi](https://pypi.org/project/django-cleanup) (π₯ 460K / month Β· π¦ 32 Β· β±οΈ 29.01.2024):
```
pip install django-cleanup
```
- [Conda](https://anaconda.org/conda-forge/django-cleanup) (π₯ 13K Β· β±οΈ 29.01.2024):
```
conda install -c conda-forge django-cleanup
```django-filebrowser (π₯27 Β· β 960 Β· π€) - Media-Management with Grappelli.
BSD-3
- [GitHub](https://github.com/sehmaschine/django-filebrowser) (π¨βπ» 36 Β· π 380 Β· π¦ 930 Β· π 290 - 5% open Β· β±οΈ 27.07.2023):
```
git clone https://github.com/sehmaschine/django-filebrowser
```
- [PyPi](https://pypi.org/project/django-filebrowser) (π₯ 15K / month Β· π¦ 4 Β· β±οΈ 27.07.2023):
```
pip install django-filebrowser
```django-easy-audit (π₯26 Β· β 680) - Yet another Django audit log app, hopefully the..
βοΈGPL-3.0
- [GitHub](https://github.com/soynatan/django-easy-audit) (π¨βπ» 48 Β· π 170 Β· π¦ 260 Β· π 160 - 52% open Β· β±οΈ 16.04.2024):
```
git clone https://github.com/soynatan/django-easy-audit
```
- [PyPi](https://pypi.org/project/django-easy-audit) (π₯ 57K / month Β· π¦ 4 Β· β±οΈ 16.04.2024):
```
pip install django-easy-audit
```django-csp (π₯24 Β· β 530) - Content Security Policy for Django.
BSD-3
- [GitHub](https://github.com/mozilla/django-csp) (π¨βπ» 56 Β· π 97 Β· π 110 - 17% open Β· β±οΈ 31.05.2024):
```
git clone https://github.com/mozilla/django-csp
```
- [PyPi](https://pypi.org/project/django-csp) (π₯ 680K / month Β· π¦ 41 Β· β±οΈ 01.03.2024):
```
pip install django-csp
```django-robots (π₯24 Β· β 460) - A Django app for managing robots.txt files following the..
BSD-3
- [GitHub](https://github.com/jazzband/django-robots) (π¨βπ» 45 Β· π 94 Β· π¦ 1.4K Β· π 69 - 31% open Β· β±οΈ 09.12.2023):
```
git clone https://github.com/jazzband/django-robots
```
- [PyPi](https://pypi.org/project/django-robots) (π₯ 48K / month Β· π¦ 11 Β· β±οΈ 09.12.2023):
```
pip install django-robots
```django-summernote (π₯22 Β· β 1K) - Simply integrate Summernote editor with Django project.
MIT
- [GitHub](https://github.com/summernote/django-summernote) (π¨βπ» 72 Β· π 220 Β· π 360 - 19% open Β· β±οΈ 16.02.2024):
```
git clone https://github.com/summernote/django-summernote
```
- [PyPi](https://pypi.org/project/django-summernote) (π₯ 52K / month Β· π¦ 3 Β· β±οΈ 14.10.2021):
```
pip install django-summernote
```django-codemod (π₯22 Β· β 170) - A tool to automatically fix Django deprecations.
MIT
- [GitHub](https://github.com/browniebroke/django-codemod) (π¨βπ» 23 Β· π 17 Β· π₯ 630 Β· π¦ 2 Β· π 41 - 24% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/browniebroke/django-codemod
```
- [PyPi](https://pypi.org/project/django-codemod) (π₯ 1.1K / month Β· β±οΈ 07.05.2024):
```
pip install django-codemod
```Show 15 hidden projects...
- django-q (π₯31 Β· β 1.8K Β· π) - A multiprocessing distributed task queue for Django.
MIT
- easy-thumbnails (π₯31 Β· β 1.4K Β· π) - Easy thumbnails for Django.BSD-3
- jsonfield (π₯31 Β· β 1.2K Β· π) - A reusable Django model field for storing ad-hoc JSON data.MIT
- django-braces (π₯30 Β· β 1.9K Β· π) - Reusable, generic mixins for Django.BSD-3
- django-redis-cache (π₯29 Β· β 1K Β· π) - A Redis cache backend for django.BSD-3
- django-shop (π₯28 Β· β 3.2K Β· π) - A Django based shop system.BSD-3
- django-blog-zinnia (π₯27 Β· β 2.1K Β· π) - Simple yet powerful and really extendable application..BSD-3
- django-watson (π₯26 Β· β 1.2K Β· π) - Full-text multi-table search application for Django...BSD-3
- django-jenkins (π₯26 Β· β 940 Β· π) - Plug and play continuous integration with django and..βοΈLGPL-3.0
- django-cache-machine (π₯25 Β· β 870 Β· π) - Automatic caching and invalidation for Django models..BSD-3
- django-solo (π₯25 Β· β 840) - Helps working with singletons - things like global..βοΈCC-BY-3.0
- django-vanilla-views (π₯24 Β· β 980 Β· π) - Beautifully simple class-based views.BSD-2
- django-floppyforms (π₯24 Β· β 840 Β· π) - Full control of form rendering in the templates.βοΈMirOS
- merchant (π₯19 Β· β 1K Β· π) - A Django app to accept payments from various payment processors..BSD-3
- django-schedule (π₯14 Β· β 830 Β· π) - A calendaring app for Django. It is now stable,..BSD-3
## Others
twisted (π₯44 Β· β 5.5K) - Event-driven networking engine written in Python.
MIT
- [GitHub](https://github.com/twisted/twisted) (π¨βπ» 280 Β· π 1.1K Β· π¦ 86K Β· π 10K - 26% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/twisted/twisted
```
- [PyPi](https://pypi.org/project/twisted) (π₯ 4.4M / month Β· π¦ 1.1K Β· β±οΈ 01.03.2024):
```
pip install twisted
```
- [Conda](https://anaconda.org/conda-forge/twisted) (π₯ 1.1M Β· β±οΈ 01.03.2024):
```
conda install -c conda-forge twisted
```jinja (π₯42 Β· β 10K) - A very fast and expressive template engine.
BSD-3
- [GitHub](https://github.com/pallets/jinja) (π¨βπ» 310 Β· π 1.6K Β· π₯ 56K Β· π¦ 21 Β· π 1.1K - 10% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/pallets/jinja
```
- [PyPi](https://pypi.org/project/jinja2) (π₯ 180M / month Β· π¦ 17K Β· β±οΈ 05.05.2024):
```
pip install jinja2
```
- [Conda](https://anaconda.org/conda-forge/jinja2) (π₯ 39M Β· β±οΈ 08.05.2024):
```
conda install -c conda-forge jinja2
```certbot (π₯41 Β· β 31K Β· π) - Certbot is EFFs tool to obtain certs from Lets Encrypt and..
Apache-2
- [GitHub](https://github.com/certbot/certbot) (π¨βπ» 530 Β· π 3.4K Β· π₯ 170K Β· π¦ 2.1K Β· π 5.4K - 5% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/certbot/certbot
```
- [PyPi](https://pypi.org/project/certbot) (π₯ 480K / month Β· π¦ 290 Β· β±οΈ 06.06.2024):
```
pip install certbot
```
- [Conda](https://anaconda.org/conda-forge/certbot-apache) (π₯ 27K Β· β±οΈ 19.05.2024):
```
conda install -c conda-forge certbot-apache
```web3.py (π₯40 Β· β 4.9K) - A python interface for interacting with the Ethereum blockchain and..
MIT
- [GitHub](https://github.com/ethereum/web3.py) (π¨βπ» 260 Β· π 1.6K Β· π¦ 20K Β· π 1.5K - 7% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/ethereum/web3.py
```
- [PyPi](https://pypi.org/project/web3) (π₯ 1.9M / month Β· π¦ 1.1K Β· β±οΈ 15.05.2024):
```
pip install web3
```
- [Conda](https://anaconda.org/conda-forge/web3) (π₯ 240K Β· β±οΈ 29.03.2024):
```
conda install -c conda-forge web3
```scapy (π₯39 Β· β 10K) - Scapy: the Python-based interactive packet manipulation program &..
βοΈGPL-2.0
- [GitHub](https://github.com/secdev/scapy) (π¨βπ» 470 Β· π 2K Β· π¦ 15K Β· π 1.6K - 6% open Β· β±οΈ 04.06.2024):
```
git clone https://github.com/secdev/scapy
```
- [PyPi](https://pypi.org/project/scapy) (π₯ 2.5M / month Β· π¦ 390 Β· β±οΈ 28.04.2024):
```
pip install scapy
```
- [Conda](https://anaconda.org/conda-forge/scapy) (π₯ 120K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge scapy
```dnspython (π₯39 Β· β 2.4K) - a powerful DNS toolkit for python.
ISC
- [GitHub](https://github.com/rthalley/dnspython) (π¨βπ» 120 Β· π 490 Β· π₯ 610 Β· π¦ 300K Β· π 530 - 0% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/rthalley/dnspython
```
- [PyPi](https://pypi.org/project/dnspython) (π₯ 48M / month Β· π¦ 1.7K Β· β±οΈ 18.02.2024):
```
pip install dnspython
```
- [Conda](https://anaconda.org/conda-forge/dnspython) (π₯ 1.6M Β· β±οΈ 29.02.2024):
```
conda install -c conda-forge dnspython
```itsdangerous (π₯38 Β· β 2.8K) - Safely pass trusted data to untrusted environments and back.
BSD-3
- [GitHub](https://github.com/pallets/itsdangerous) (π¨βπ» 43 Β· π 220 Β· π₯ 10 Β· π¦ 1.1M Β· π 120 - 0% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/pallets/itsdangerous
```
- [PyPi](https://pypi.org/project/itsdangerous) (π₯ 58M / month Β· π¦ 1.7K Β· β±οΈ 16.04.2024):
```
pip install itsdangerous
```
- [Conda](https://anaconda.org/conda-forge/itsdangerous) (π₯ 7.3M Β· β±οΈ 17.04.2024):
```
conda install -c conda-forge itsdangerous
```pwntools (π₯37 Β· β 12K) - CTF framework and exploit development library.
MIT
- [GitHub](https://github.com/Gallopsled/pwntools) (π¨βπ» 260 Β· π 1.7K Β· π¦ 1.5K Β· π 1K - 9% open Β· β±οΈ 23.05.2024):
```
git clone https://github.com/Gallopsled/pwntools
```
- [PyPi](https://pypi.org/project/pwntools) (π₯ 73K / month Β· π¦ 71 Β· β±οΈ 22.02.2024):
```
pip install pwntools
```structlog (π₯37 Β· β 3.3K) - Simple, powerful, and fast logging for Python.
Apache-2
- [GitHub](https://github.com/hynek/structlog) (π¨βπ» 120 Β· π 210 Β· π¦ 12K Β· π 320 - 7% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/hynek/structlog
```
- [PyPi](https://pypi.org/project/structlog) (π₯ 26M / month Β· π¦ 950 Β· β±οΈ 27.05.2024):
```
pip install structlog
```impacket (π₯36 Β· β 13K) - Impacket is a collection of Python classes for working with network..
Apache-2
- [GitHub](https://github.com/fortra/impacket) (π¨βπ» 230 Β· π 3.5K Β· π₯ 220K Β· π¦ 4.7K Β· π 930 - 20% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/SecureAuthCorp/impacket
```
- [PyPi](https://pypi.org/project/impacket) (π₯ 140K / month Β· π¦ 99 Β· β±οΈ 03.08.2023):
```
pip install impacket
```rdflib (π₯36 Β· β 2.1K) - RDFLib is a Python library for working with RDF, a simple yet powerful..
BSD-3
- [GitHub](https://github.com/RDFLib/rdflib) (π¨βπ» 190 Β· π 540 Β· π₯ 270 Β· π¦ 19K Β· π 1.2K - 22% open Β· β±οΈ 17.05.2024):
```
git clone https://github.com/RDFLib/rdflib
```
- [PyPi](https://pypi.org/project/rdflib) (π₯ 3.2M / month Β· π¦ 1.2K Β· β±οΈ 01.08.2023):
```
pip install rdflib
```
- [Conda](https://anaconda.org/conda-forge/rdflib) (π₯ 530K Β· β±οΈ 02.08.2023):
```
conda install -c conda-forge rdflib
```weblate (π₯35 Β· β 4.3K) - Web based localization tool with tight version control integration.
βοΈGPL-3.0
- [GitHub](https://github.com/WeblateOrg/weblate) (π¨βπ» 1.7K Β· π 950 Β· π₯ 5.7K Β· π¦ 34 Β· π 5.3K - 8% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/WeblateOrg/weblate
```
- [PyPi](https://pypi.org/project/weblate) (π₯ 4.3K / month Β· π¦ 2 Β· β±οΈ 13.05.2024):
```
pip install weblate
```webargs (π₯35 Β· β 1.4K) - A friendly library for parsing HTTP request arguments, with built-in..
MIT
- [GitHub](https://github.com/marshmallow-code/webargs) (π¨βπ» 78 Β· π 160 Β· π¦ 8.4K Β· π 290 - 3% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/marshmallow-code/webargs
```
- [PyPi](https://pypi.org/project/webargs) (π₯ 1.9M / month Β· π¦ 150 Β· β±οΈ 07.01.2024):
```
pip install webargs
```
- [Conda](https://anaconda.org/conda-forge/webargs) (π₯ 220K Β· β±οΈ 08.01.2024):
```
conda install -c conda-forge webargs
```pyopenssl (π₯35 Β· β 870 Β· π) - A Python wrapper around the OpenSSL library.
Apache-2
- [GitHub](https://github.com/pyca/pyopenssl) (π¨βπ» 110 Β· π 420 Β· π¦ 220K Β· π 560 - 15% open Β· β±οΈ 09.03.2024):
```
git clone https://github.com/pyca/pyopenssl
```
- [PyPi](https://pypi.org/project/pyopenssl) (π₯ 100M / month Β· π¦ 2.4K Β· β±οΈ 09.03.2024):
```
pip install pyopenssl
```
- [Conda](https://anaconda.org/conda-forge/pyopenssl) (π₯ 38M Β· β±οΈ 31.01.2024):
```
conda install -c conda-forge pyopenssl
```certifi (π₯35 Β· β 780) - (Python Distribution) A carefully curated collection of Root..
MPL-2.0
- [GitHub](https://github.com/certifi/python-certifi) (π¨βπ» 37 Β· π 240 Β· π¦ 6 Β· π 150 - 2% open Β· β±οΈ 02.06.2024):
```
git clone https://github.com/certifi/python-certifi
```
- [PyPi](https://pypi.org/project/certifi) (π₯ 430M / month Β· π¦ 10K Β· β±οΈ 02.06.2024):
```
pip install certifi
```
- [Conda](https://anaconda.org/conda-forge/certifi) (π₯ 120M Β· β±οΈ 04.02.2024):
```
conda install -c conda-forge certifi
```netaddr (π₯35 Β· β 770) - A network address manipulation library for Python.
BSD-3
- [GitHub](https://github.com/netaddr/netaddr) (π¨βπ» 53 Β· π 180 Β· π¦ 32K Β· π 180 - 18% open Β· β±οΈ 29.05.2024):
```
git clone https://github.com/netaddr/netaddr
```
- [PyPi](https://pypi.org/project/netaddr) (π₯ 5.6M / month Β· π¦ 690 Β· β±οΈ 28.05.2024):
```
pip install netaddr
```
- [Conda](https://anaconda.org/conda-forge/netaddr) (π₯ 180K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge netaddr
```idna (π₯35 Β· β 240) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46).
BSD-3
- [GitHub](https://github.com/kjd/idna) (π¨βπ» 24 Β· π 88 Β· π₯ 18 Β· π¦ 1.8M Β· π 91 - 4% open Β· β±οΈ 24.04.2024):
```
git clone https://github.com/kjd/idna
```
- [PyPi](https://pypi.org/project/idna) (π₯ 420M / month Β· π¦ 7.4K Β· β±οΈ 11.04.2024):
```
pip install idna
```
- [Conda](https://anaconda.org/conda-forge/idna) (π₯ 44M Β· β±οΈ 16.04.2024):
```
conda install -c conda-forge idna
```Mako (π₯34 Β· β 330) - Mako Templates for Python.
MIT
- [GitHub](https://github.com/sqlalchemy/mako) (π¨βπ» 62 Β· π 58 Β· π¦ 240K Β· π 350 - 19% open Β· β±οΈ 14.05.2024):
```
git clone https://github.com/sqlalchemy/mako
```
- [PyPi](https://pypi.org/project/mako) (π₯ 37M / month Β· π¦ 930 Β· β±οΈ 14.05.2024):
```
pip install mako
```
- [Conda](https://anaconda.org/conda-forge/mako) (π₯ 6.5M Β· β±οΈ 14.05.2024):
```
conda install -c conda-forge mako
```pywebview (π₯33 Β· β 4.4K) - Build GUI for your Python program with JavaScript, HTML, and CSS.
BSD-3
- [GitHub](https://github.com/r0x0r/pywebview) (π¨βπ» 140 Β· π 520 Β· π¦ 2K Β· π 950 - 2% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/r0x0r/pywebview
```
- [PyPi](https://pypi.org/project/pywebview) (π₯ 63K / month Β· π¦ 120 Β· β±οΈ 18.04.2024):
```
pip install pywebview
```aiortc (π₯33 Β· β 4K) - WebRTC and ORTC implementation for Python using asyncio.
BSD-3
- [GitHub](https://github.com/aiortc/aiortc) (π¨βπ» 31 Β· π 720 Β· π¦ 3.2K Β· π 730 - 2% open Β· β±οΈ 30.05.2024):
```
git clone https://github.com/aiortc/aiortc
```
- [PyPi](https://pypi.org/project/aiortc) (π₯ 110K / month Β· π¦ 70 Β· β±οΈ 30.05.2024):
```
pip install aiortc
```fake-useragent (π₯33 Β· β 3.5K) - Up-to-date simple useragent faker with real world database.
Apache-2
- [GitHub](https://github.com/fake-useragent/fake-useragent) (π¨βπ» 16 Β· π 510 Β· π¦ 28K Β· π 130 - 0% open Β· β±οΈ 09.04.2024):
```
git clone https://github.com/hellysmile/fake-useragent
```
- [PyPi](https://pypi.org/project/fake-useragent) (π₯ 1.8M / month Β· π¦ 720 Β· β±οΈ 16.03.2024):
```
pip install fake-useragent
```
- [Conda](https://anaconda.org/conda-forge/fake-useragent) (π₯ 21K Β· β±οΈ 25.11.2023):
```
conda install -c conda-forge fake-useragent
```saleor (π₯32 Β· β 20K) - Saleor Core: the high performance, composable, headless..
BSD-3
- [GitHub](https://github.com/saleor/saleor) (π¨βπ» 290 Β· π 5.3K Β· π₯ 200 Β· π¦ 3 Β· π 4.3K - 14% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/saleor/saleor
```pynacl (π₯32 Β· β 1K) - Python binding to the Networking and Cryptography (NaCl) library.
Apache-2
- [GitHub](https://github.com/pyca/pynacl) (π¨βπ» 67 Β· π 220 Β· π 300 - 14% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/pyca/pynacl
```
- [PyPi](https://pypi.org/project/pynacl) (π₯ 85M / month Β· π¦ 1.1K Β· β±οΈ 07.01.2022):
```
pip install pynacl
```
- [Conda](https://anaconda.org/conda-forge/pynacl) (π₯ 6M Β· β±οΈ 24.09.2023):
```
conda install -c conda-forge pynacl
```tifffile (π₯32 Β· β 490) - Read and write TIFF files.
BSD-3
- [GitHub](https://github.com/cgohlke/tifffile) (π¨βπ» 1 Β· π 160 Β· π₯ 240 Β· π¦ 56K Β· π 230 - 0% open Β· β±οΈ 23.05.2024):
```
git clone https://github.com/cgohlke/tifffile
```
- [PyPi](https://pypi.org/project/tifffile) (π₯ 7M / month Β· π¦ 1.2K Β· β±οΈ 23.05.2024):
```
pip install tifffile
```
- [Conda](https://anaconda.org/conda-forge/tifffile) (π₯ 4.6M Β· β±οΈ 23.05.2024):
```
conda install -c conda-forge tifffile
```terminado (π₯32 Β· β 360) - Terminals served by tornado websockets.
BSD-2
- [GitHub](https://github.com/jupyter/terminado) (π¨βπ» 48 Β· π 92 Β· π₯ 330 Β· π¦ 270K Β· π 71 - 42% open Β· β±οΈ 30.04.2024):
```
git clone https://github.com/jupyter/terminado
```
- [PyPi](https://pypi.org/project/terminado) (π₯ 17M / month Β· π¦ 330 Β· β±οΈ 12.03.2024):
```
pip install terminado
```
- [Conda](https://anaconda.org/conda-forge/terminado) (π₯ 16M Β· β±οΈ 12.03.2024):
```
conda install -c conda-forge terminado
```maltrail (π₯30 Β· β 5.8K) - Malicious traffic detection system.
MIT
- [GitHub](https://github.com/stamparm/maltrail) (π¨βπ» 51 Β· π 1K Β· π¦ 20 Β· π 420 - 19% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/stamparm/maltrail
```Radicale (π₯30 Β· β 3.2K) - A simple CalDAV (calendar) and CardDAV (contact) server.
βοΈGPL-3.0
- [GitHub](https://github.com/Kozea/Radicale) (π¨βπ» 120 Β· π 410 Β· π¦ 150 Β· π 1.1K - 31% open Β· β±οΈ 06.06.2024):
```
git clone https://github.com/Kozea/Radicale
```
- [PyPi](https://pypi.org/project/radicale) (π₯ 9.9K / month Β· π¦ 34 Β· β±οΈ 04.06.2024):
```
pip install radicale
```proxy.py (π₯30 Β· β 2.9K) - Ngrok FRP Alternative Fast Lightweight 0 Dependency Pluggable TLS..
BSD-3
- [GitHub](https://github.com/abhinavsingh/proxy.py) (π¨βπ» 21 Β· π 560 Β· π₯ 1.1K Β· π¦ 150 Β· π 330 - 25% open Β· β±οΈ 16.05.2024):
```
git clone https://github.com/abhinavsingh/proxy.py
```
- [PyPi](https://pypi.org/project/proxy.py) (π₯ 150K / month Β· π¦ 30 Β· β±οΈ 10.05.2024):
```
pip install proxy.py
```dpkt (π₯29 Β· β 1.1K) - fast, simple packet creation / parsing, with definitions for the basic..
BSD-3
- [GitHub](https://github.com/kbandla/dpkt) (π¨βπ» 68 Β· π 270 Β· π¦ 1.7K Β· π 390 - 20% open Β· β±οΈ 05.05.2024):
```
git clone https://github.com/kbandla/dpkt
```
- [PyPi](https://pypi.org/project/dpkt) (π₯ 780K / month Β· π¦ 98 Β· β±οΈ 18.08.2022):
```
pip install dpkt
```
- [Conda](https://anaconda.org/conda-forge/dpkt) (π₯ 140K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge dpkt
```klein (π₯29 Β· β 830) - werkzeug + twisted.web.
MIT
- [GitHub](https://github.com/twisted/klein) (π¨βπ» 56 Β· π 130 Β· π¦ 1.8K Β· π 200 - 49% open Β· β±οΈ 15.04.2024):
```
git clone https://github.com/twisted/klein
```
- [PyPi](https://pypi.org/project/klein) (π₯ 85K / month Β· π¦ 54 Β· β±οΈ 22.12.2023):
```
pip install klein
```pyngrok (π₯29 Β· β 410) - A Python wrapper for ngrok.
MIT
- [GitHub](https://github.com/alexdlaird/pyngrok) (π¨βπ» 10 Β· π 59 Β· π¦ 6.1K Β· β±οΈ 18.05.2024):
```
git clone https://github.com/alexdlaird/pyngrok
```
- [PyPi](https://pypi.org/project/pyngrok) (π₯ 380K / month Β· π¦ 170 Β· β±οΈ 24.03.2024):
```
pip install pyngrok
```
- [Conda](https://anaconda.org/conda-forge/pyngrok) (π₯ 110K Β· β±οΈ 24.03.2024):
```
conda install -c conda-forge pyngrok
```pyload (π₯28 Β· β 3.2K) - The free and open-source Download Manager written in pure Python.
βοΈAGPL-3.0
- [GitHub](https://github.com/pyload/pyload) (π¨βπ» 230 Β· π 700 Β· π₯ 100K Β· π¦ 15 Β· π 3.2K - 5% open Β· β±οΈ 26.04.2024):
```
git clone https://github.com/pyload/pyload
```
- [PyPi](https://pypi.org/project/pyload-ng) (π₯ 2.1K / month Β· π¦ 3 Β· β±οΈ 26.04.2024):
```
pip install pyload-ng
```sslyze (π₯28 Β· β 3.2K) - Fast and powerful SSL/TLS scanning library.
βοΈAGPL-3.0
- [GitHub](https://github.com/nabla-c0d3/sslyze) (π¨βπ» 69 Β· π 440 Β· π₯ 110K Β· π 520 - 5% open Β· β±οΈ 31.03.2024):
```
git clone https://github.com/nabla-c0d3/sslyze
```
- [PyPi](https://pypi.org/project/sslyze) (π₯ 160K / month Β· π¦ 11 Β· β±οΈ 31.03.2024):
```
pip install sslyze
```aiodns (π₯28 Β· β 520) - Simple DNS resolver for asyncio.
MIT
- [GitHub](https://github.com/saghul/aiodns) (π¨βπ» 31 Β· π 68 Β· π¦ 54K Β· π 68 - 11% open Β· β±οΈ 31.03.2024):
```
git clone https://github.com/saghul/aiodns
```
- [PyPi](https://pypi.org/project/aiodns) (π₯ 3.2M / month Β· π¦ 750 Β· β±οΈ 31.03.2024):
```
pip install aiodns
```
- [Conda](https://anaconda.org/conda-forge/aiodns) (π₯ 240K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge aiodns
```trustme (π₯25 Β· β 540) - #1 quality TLS certs while you wait, for the discerning tester.
MIT
- [GitHub](https://github.com/python-trio/trustme) (π¨βπ» 23 Β· π 28 Β· π¦ 730 Β· π 36 - 19% open Β· β±οΈ 24.05.2024):
```
git clone https://github.com/python-trio/trustme
```
- [PyPi](https://pypi.org/project/trustme) (π₯ 160K / month Β· π¦ 46 Β· β±οΈ 10.07.2023):
```
pip install trustme
```
- [Conda](https://anaconda.org/conda-forge/trustme) (π₯ 9.7K Β· β±οΈ 10.07.2023):
```
conda install -c conda-forge trustme
```streaming-form-data (π₯24 Β· β 160) - Streaming (and fast!) parser for multipart/form-data..
MIT
- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (π¨βπ» 20 Β· π 33 Β· π¦ 110 Β· π 35 - 11% open Β· β±οΈ 21.05.2024):
```
git clone https://github.com/siddhantgoel/streaming-form-data
```
- [PyPi](https://pypi.org/project/streaming-form-data) (π₯ 55K / month Β· π¦ 8 Β· β±οΈ 19.03.2024):
```
pip install streaming-form-data
```healthchecks (π₯23 Β· β 7.5K) - Open-source cron job and background task monitoring service,..
BSD-3
- [GitHub](https://github.com/healthchecks/healthchecks) (π¨βπ» 91 Β· π 760 Β· π¦ 1 Β· π 710 - 10% open Β· β±οΈ 29.05.2024):
```
git clone https://github.com/healthchecks/healthchecks
```urlwatch (π₯23 Β· β 2.8K) - Watch (parts of) webpages and get notified when something changes via..
BSD-3
- [GitHub](https://github.com/thp/urlwatch) (π¨βπ» 92 Β· π 350 Β· π 500 - 15% open Β· β±οΈ 18.05.2024):
```
git clone https://github.com/thp/urlwatch
```
- [PyPi](https://pypi.org/project/urlwatch) (π₯ 3.6K / month Β· β±οΈ 03.05.2023):
```
pip install urlwatch
```asgi-lifespan (π₯23 Β· β 190 Β· π€) - Programmatic startup/shutdown of ASGI apps.
MIT
- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (π¨βπ» 6 Β· π 12 Β· π¦ 15K Β· π 17 - 5% open Β· β±οΈ 06.06.2023):
```
git clone https://github.com/florimondmanca/asgi-lifespan
```
- [PyPi](https://pypi.org/project/asgi-lifespan) (π₯ 780K / month Β· π¦ 56 Β· β±οΈ 28.03.2023):
```
pip install asgi-lifespan
```
- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (π₯ 100K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge asgi-lifespan
```reppy (π₯23 Β· β 180) - Modern robots.txt Parser for Python.
MIT
- [GitHub](https://github.com/seomoz/reppy) (π¨βπ» 24 Β· π 37 Β· π¦ 180 Β· π 57 - 38% open Β· β±οΈ 12.01.2024):
```
git clone https://github.com/seomoz/reppy
```
- [PyPi](https://pypi.org/project/reppy) (π₯ 5.6K / month Β· π¦ 20 Β· β±οΈ 16.09.2019):
```
pip install reppy
```Show 19 hidden projects...
- pyzmq (π₯41 Β· β 3.6K) - PyZMQ: Python bindings for zeromq.
βοΈRevised BSD
- httpbin (π₯33 Β· β 13K Β· π) - HTTP Request & Response Service, written in Python + Flask.ISC
- PySocks (π₯33 Β· β 1.2K Β· π) - A SOCKS proxy client and wrapper for Python.BSD-3
- speedtest-cli (π₯32 Β· β 13K Β· π) - Command line interface for testing internet bandwidth..Apache-2
- webassets (π₯31 Β· β 920 Β· π) - Asset management for Python web development.BSD-2
- Js2Py (π₯30 Β· β 2.4K Β· π) - JavaScript to Python Translator & JavaScript interpreter written in 100%..MIT
- python-user-agents (π₯29 Β· β 1.4K Β· π) - A Python library that provides an easy way to identify..MIT
- python-whois (π₯26 Β· β 400 Β· π) - A python module for retrieving and parsing WHOIS data.βοΈWTFPL
- ipaddress (π₯26 Β· β 100 Β· π) - Python 3.3+s ipaddress for older Python versions.Python-2.0
- Cactus (π₯25 Β· β 3.5K Β· π) - Static site generator for designers. Uses Python and Django..BSD-3
- httpagentparser (π₯25 Β· β 220 Β· π) - Python HTTP Agent Parser.MIT
- sandman2 (π₯23 Β· β 2K Β· π) - Automatically generate a RESTful API service for your legacy..Apache-2
- hyde (π₯22 Β· β 1.6K Β· π) - A Python Static Website Generator.MIT
- cabot (π₯21 Β· β 5.6K Β· π) - Self-hosted, easily-deployable monitoring and alerts service - like a..MIT
- ProxyBroker (π₯21 Β· β 3.8K Β· π) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.Apache-2
- toapi (π₯21 Β· β 3.5K Β· π) - Every web site provides APIs.MIT
- libextract (π₯16 Β· β 500 Β· π) - Extract data from websites using basic statistical magic.MIT
- tinkerer (π₯16 Β· β 300 Β· π) - Python blogging engine.βοΈBSD-2-Clause-FreeBSD
- IP2Trace (π₯9 Β· β 32) - Python tool to traceroute with IP geolocation information, such as country,..MIT
---
## Related Resources
- [**Best-of lists**](https://best-of.org): Discover other best-of lists with awesome open-source projects on all kinds of topics.
- [**best-of-ml-python**](https://github.com/ml-tooling/best-of-ml-python): A ranked list of awesome machine learning python libraries.
- [**Python Wiki - Web Programming**](https://wiki.python.org/moin/WebProgramming): 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](https://github.com/ml-tooling/best-of-web-python/issues/new/choose) and fill in the requested information.
- Modify the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [Github UI](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml).If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. If you like to create your own best-of list, we recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md).
For more information on how to add or update projects, please read the [contribution guidelines](https://github.com/ml-tooling/best-of-web-python/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/ml-tooling/best-of-web-python/blob/main/.github/CODE_OF_CONDUCT.md).
## License
[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0/)