This curated list contains 580 awesome open-source projects with a total of 2.6M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
Contents
- Web Frameworks 33 projects
- HTTP Clients 19 projects
- Servers 12 projects
- Authorization & Authentication 39 projects
- HTML Processing 10 projects
- URL Utilities 6 projects
- OpenAPI Utilities 23 projects
- GraphQL Utilities 16 projects
- Websocket Utilities 11 projects
- RPC Utilities 4 projects
- Serverless 4 projects
- Content Management Systems 6 projects
- Web Testing 50 projects
- Web Forms 5 projects
- Markdown 12 projects
- Third-party Web APIs 56 projects
- Email 11 projects
- Web Scraping & Crawling 33 projects
- Monitoring 12 projects
- Web UI 10 projects
- Admin UI 12 projects
- API Proxies & Gateways 2 projects
- Flask Utilities 36 projects
- FastAPI Utilities 17 projects
- Pyramid Utilities 3 projects
- Django Utilities 76 projects
- Others 58 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 (π₯ 49 Β· β 62K) - The Python micro framework for building web applications. BSD-3

-
GitHub (
π¨βπ» 810 Β·π 16K Β·π₯ 5.4K Β·π¦ 1.4M Β·π 2.5K - 0% open Β·β±οΈ 11.03.2023):git clone https://github.com/pallets/flask
-
PyPi (
π₯ 69M / month Β·π¦ 120K Β·β±οΈ 15.02.2023):pip install flask
-
Conda (
π₯ 5M Β·β±οΈ 17.02.2023):conda install -c conda-forge flask
django-rest-framework (π₯ 44 Β· β 25K) - Web APIs for Django. BSD-3

-
GitHub (
π¨βπ» 1.3K Β·π 6.5K Β·π¦ 460K Β·π 3.9K - 3% open Β·β±οΈ 14.03.2023):git clone https://github.com/encode/django-rest-framework
-
PyPi (
π₯ 97K / month Β·π¦ 400 Β·β±οΈ 20.07.2017):pip install django-rest-framework
-
Conda (
π₯ 480K Β·β±οΈ 22.09.2022):conda install -c conda-forge djangorestframework
werkzeug (π₯ 44 Β· β 6.3K) - The comprehensive WSGI web application library. BSD-3
-
GitHub (
π¨βπ» 470 Β·π 1.7K Β·π₯ 300 Β·π¦ 960K Β·π 1K - 0% open Β·β±οΈ 18.03.2023):git clone https://github.com/pallets/werkzeug
-
PyPi (
π₯ 81M / month Β·π¦ 69K Β·β±οΈ 14.02.2023):pip install werkzeug
-
Conda (
π₯ 7.2M Β·β±οΈ 14.02.2023):conda install -c conda-forge werkzeug
tornado (π₯ 43 Β· β 21K) - Tornado is a Python web framework and asynchronous networking.. Apache-2
Flask-AppBuilder (π₯ 39 Β· β 4.1K) - Simple and rapid application development framework,.. BSD-3

-
GitHub (
π¨βπ» 180 Β·π 1.3K Β·π¦ 4.2K Β·π 1.2K - 10% open Β·β±οΈ 16.03.2023):git clone https://github.com/dpgaspar/Flask-AppBuilder
-
PyPi (
π₯ 7.3M / month Β·π¦ 330 Β·β±οΈ 03.01.2023):pip install flask-appbuilder
-
Conda (
π₯ 250K Β·β±οΈ 17.03.2023):conda install -c conda-forge flask-appbuilder
bottle (π₯ 38 Β· β 7.9K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT
falcon (π₯ 37 Β· β 9K) - The no-magic web data plane API and microservices framework for Python.. Apache-2
-
GitHub (
π¨βπ» 200 Β·π 900 Β·π₯ 4.3K Β·π¦ 7.8K Β·π 980 - 16% open Β·β±οΈ 18.01.2023):git clone https://github.com/falconry/falcon
-
PyPi (
π₯ 730K / month Β·π¦ 1.7K Β·β±οΈ 18.11.2022):pip install falcon
-
Conda (
π₯ 310K Β·β±οΈ 17.03.2023):conda install -c conda-forge falcon
flask-restful (π₯ 36 Β· β 6.5K Β· π€ ) - Simple framework for creating REST APIs. BSD-3

-
GitHub (
π¨βπ» 160 Β·π 1K Β·π¦ 89K Β·π 590 - 23% open Β·β±οΈ 04.03.2022):git clone https://github.com/flask-restful/flask-restful
-
PyPi (
π₯ 1.5M / month Β·π¦ 7.2K Β·β±οΈ 17.05.2021):pip install flask-restful
-
Conda (
π₯ 150K Β·β±οΈ 30.05.2021):conda install -c conda-forge flask-restful
django-tastypie (π₯ 35 Β· β 3.8K) - Creating delicious APIs for Django apps since 2010. BSD-3

webpy (π₯ 31 Β· β 5.8K) - web.py is a web framework for python that is as simple as it is.. Unlicense
masonite (π₯ 28 Β· β 2K) - The Modern And Developer Centric Python Web Framework. Be sure to read the.. MIT
robyn (π₯ 26 Β· β 2.5K) - Robyn is a fast and extensible async python web server with a rust runtime. BSD-2
web2py (π₯ 26 Β· β 2K) - Free and open source full-stack enterprise framework for agile.. βοΈLGPL-3.0
-
GitHub (
π¨βπ» 260 Β·π 880 Β·π¦ 40 Β·π 1.1K - 34% open Β·β±οΈ 23.03.2023):git clone https://github.com/web2py/web2py
justpy (π₯ 26 Β· β 980) - An object oriented high-level Python Web Framework that requires no.. Apache-2
guillotina (π₯ 26 Β· β 180) - Python AsyncIO data API to manage billions of resources. BSD-3
quart (π₯ 24 Β· β 1.7K Β· π€ ) - Quart is a Python ASGI web microframework with the same API as Flask. MIT
flask-mongorest (π₯ 20 Β· β 530) - Restful API framework wrapped around MongoEngine. BSD-3

Show 7 hidden projects...
- pyramid (
π₯ 36 Β·β 3.8K) - Pyramid - A Python web framework.βUnlicensed
- hug (
π₯ 31 Β·β 6.7K Β·π ) - Embrace the APIs of the future. Hug aims to make developing APIs as simple..MIT
- flask-restplus (
π₯ 31 Β·β 2.7K Β·π ) - Fully featured framework for fast, easy and..BSD-3
- responder (
π₯ 26 Β·β 3.6K Β·π ) - A familiar HTTP Service Framework for Python.Apache-2
- japronto (
π₯ 25 Β·β 8.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 (
π₯ 14 Β·β 690 Β·π ) - A micro web-framework using asyncio coroutines and chained..Apache-2
HTTP Clients
requests (π₯ 49 Β· β 49K) - A simple, yet elegant, HTTP library. Apache-2
-
GitHub (
π¨βπ» 730 Β·π 9K Β·π₯ 4.7K Β·π¦ 2M Β·π 3.8K - 7% open Β·β±οΈ 03.03.2023):git clone https://github.com/psf/requests
-
PyPi (
π₯ 300M / month Β·π¦ 200K Β·β±οΈ 12.01.2023):pip install requests
-
Conda (
π₯ 30M Β·β±οΈ 16.01.2023):conda install -c conda-forge requests
aiohttp (π₯ 45 Β· β 13K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2
-
GitHub (
π¨βπ» 670 Β·π 1.9K Β·π₯ 9.2K Β·π¦ 300K Β·π 2.8K - 17% open Β·β±οΈ 17.03.2023):git clone https://github.com/aio-libs/aiohttp
-
PyPi (
π₯ 72M / month Β·π¦ 13K Β·β±οΈ 21.09.2022):pip install aiohttp
-
Conda (
π₯ 8.9M Β·β±οΈ 13.02.2023):conda install -c conda-forge aiohttp
urllib3 (π₯ 42 Β· β 3.3K) - Python HTTP library with thread-safe connection pooling, file post.. MIT
-
GitHub (
π¨βπ» 320 Β·π 1K Β·π₯ 6.3K Β·π¦ 1.2M Β·π 1.1K - 10% open Β·β±οΈ 19.03.2023):git clone https://github.com/urllib3/urllib3
-
PyPi (
π₯ 320M / month Β·π¦ 44K Β·β±οΈ 11.01.2023):pip install urllib3
-
Conda (
π₯ 31M Β·β±οΈ 12.03.2023):conda install -c conda-forge urllib3
httpie (π₯ 35 Β· β 27K) - HTTPie for Terminal modern, user-friendly command-line HTTP client for.. BSD-3
-
GitHub (
π¨βπ» 160 Β·π 3.7K Β·π₯ 2.9K Β·π¦ 13K Β·π 810 - 16% open Β·β±οΈ 22.03.2023):git clone https://github.com/httpie/httpie
-
PyPi (
π₯ 200K / month Β·π¦ 1.7K Β·β±οΈ 06.05.2022):pip install httpie
-
Conda (
π₯ 95K Β·β±οΈ 01.11.2022):conda install -c conda-forge httpie
python-zeep (π₯ 35 Β· β 1.8K) - A Python SOAP client. MIT
-
GitHub (
π¨βπ» 140 Β·π 560 Β·π¦ 6.2K Β·π 1.1K - 38% open Β·β±οΈ 17.03.2023):git clone https://github.com/mvantellingen/python-zeep
-
PyPi (
π₯ 7.4M / month Β·π¦ 630 Β·β±οΈ 20.11.2022):pip install zeep
-
Conda (
π₯ 180K Β·β±οΈ 25.11.2022):conda install -c conda-forge zeep
httplib2 (π₯ 35 Β· β 460) - Small, fast HTTP client library for Python. Features persistent.. MIT
requests-futures (π₯ 30 Β· β 2K) - Asynchronous Python HTTP Requests for Humans using Futures. Apache-2
-
GitHub (
π¨βπ» 27 Β·π 150 Β·π¦ 5.1K Β·π 84 - 1% open Β·β±οΈ 25.02.2023):git clone https://github.com/ross/requests-futures
-
PyPi (
π₯ 1.3M / month Β·π¦ 980 Β·β±οΈ 11.06.2019):pip install requests-futures
-
Conda (
π₯ 180K Β·β±οΈ 14.10.2020):conda install -c conda-forge requests-futures
requests-toolbelt (π₯ 30 Β· β 900) - A toolbelt of useful classes and functions to be used.. Apache-2
-
GitHub (
π¨βπ» 66 Β·π 170 Β·π 190 - 43% open Β·β±οΈ 15.02.2023):git clone https://github.com/requests/toolbelt
-
PyPi (
π₯ 42M / month Β·π¦ 370 Β·β±οΈ 25.10.2022):pip install requests-toolbelt
-
Conda (
π₯ 1.6M Β·β±οΈ 29.10.2022):conda install -c conda-forge requests-toolbelt
httptools (π₯ 28 Β· β 1.1K) - Fast HTTP parser. MIT
-
GitHub (
π¨βπ» 14 Β·π 72 Β·π¦ 39K Β·π 49 - 20% open Β·β±οΈ 13.09.2022):git clone https://github.com/MagicStack/httptools
-
PyPi (
π₯ 5.8M / month Β·π¦ 570 Β·β±οΈ 19.09.2022):pip install httptools
-
Conda (
π₯ 480K Β·β±οΈ 26.10.2022):conda install -c conda-forge httptools
Show 6 hidden projects...
- pycurl (
π₯ 33 Β·β 960) - PycURL - Python interface to libcurl.βοΈLGPL-2.1
- hyper (
π₯ 29 Β·β 1K Β·π ) - HTTP/2 for Python.MIT
- grequests (
π₯ 28 Β·β 4.2K Β·π ) - Requests + Gevent = 3.BSD-2
- pysimplesoap (
π₯ 26 Β·β 370 Β·π ) - Python Simple SOAP Library.βοΈLGPL-3.0
- http-prompt (
π₯ 25 Β·β 8.7K Β·π ) - An interactive command-line HTTP and API testing client built on..MIT
- http-parser (
π₯ 23 Β·β 330 Β·π ) - HTTP request/response parser for python in C.MIT
Servers
gunicorn (π₯ 44 Β· β 8.8K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT
-
GitHub (
π¨βπ» 380 Β·π 1.6K Β·π₯ 100 Β·π¦ 890K Β·π 2K - 23% open Β·β±οΈ 26.01.2023):git clone https://github.com/benoitc/gunicorn
-
PyPi (
π₯ 26M / month Β·π¦ 62K Β·β±οΈ 27.03.2021):pip install gunicorn
-
Conda (
π₯ 1.8M Β·β±οΈ 26.10.2022):conda install -c conda-forge gunicorn
gevent (π₯ 39 Β· β 5.9K) - Coroutine-based concurrency library for Python. MIT
-
GitHub (
π¨βπ» 110 Β·π 940 Β·π₯ 59K Β·π¦ 100K Β·π 1.3K - 6% open Β·β±οΈ 31.10.2022):git clone https://github.com/gevent/gevent
-
PyPi (
π₯ 7.6M / month Β·π¦ 15K Β·β±οΈ 31.10.2022):pip install gevent
-
Conda (
π₯ 1.1M Β·β±οΈ 12.11.2022):conda install -c conda-forge gevent
whitenoise (π₯ 33 Β· β 2.2K) - Radically simplified static file serving for Python web apps. MIT
livereload (π₯ 27 Β· β 980) - livereload server in python (MAINTAINERS NEEDED). BSD-3
Hypercorn (π₯ 27 Β· β 490) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT
Show 3 hidden projects...
- waitress (
π₯ 35 Β·β 1.2K) - Waitress - A WSGI server for Python 3.βοΈZPL-2.1
- Meinheld (
π₯ 25 Β·β 1.4K Β·π ) - Meinheld is a high performance asynchronous WSGI Web Server (based..BSD-3
- django-devserver (
π₯ 25 Β·β 1.3K Β·π ) - A drop-in replacement for Djangos runserver.BSD-3
Authorization & Authentication
django-allauth (π₯ 41 Β· β 7.8K) - Integrated set of Django applications addressing.. MIT

-
GitHub (
π¨βπ» 620 Β·π 2.8K Β·π¦ 140K Β·π 2K - 17% open Β·β±οΈ 20.03.2023):git clone https://github.com/pennersr/django-allauth
-
PyPi (
π₯ 730K / month Β·π¦ 5.3K Β·β±οΈ 29.12.2022):pip install django-allauth
-
Conda (
π₯ 88K Β·β±οΈ 20.03.2023):conda install -c conda-forge django-allauth
oauthlib (π₯ 39 Β· β 2.6K) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3
authlib (π₯ 37 Β· β 3.6K Β· π ) - The ultimate Python library in building OAuth, OpenID Connect.. BSD-3
google-auth (π₯ 37 Β· β 620) - Google Auth Python Library. Apache-2
-
GitHub (
π¨βπ» 100 Β·π 270 Β·π¦ 210K Β·π 400 - 19% open Β·β±οΈ 10.03.2023):git clone https://github.com/googleapis/google-auth-library-python
-
PyPi (
π₯ 83M / month Β·π¦ 2.7K Β·β±οΈ 09.01.2023):pip install google-auth
-
Conda (
π₯ 6.9M Β·β±οΈ 02.03.2023):conda install -c conda-forge google-auth
flask-login (π₯ 36 Β· β 3.2K) - Flask user session management. MIT

-
GitHub (
π¨βπ» 120 Β·π 750 Β·π¦ 130K Β·π 370 - 3% open Β·β±οΈ 08.02.2023):git clone https://github.com/maxcountryman/flask-login
-
PyPi (
π₯ 7M / month Β·π¦ 13K Β·β±οΈ 25.07.2022):pip install flask-login
-
Conda (
π₯ 160K Β·β±οΈ 25.07.2022):conda install -c conda-forge flask-login
requests-oauthlib (π₯ 36 Β· β 1.6K) - OAuthlib support for Python-Requests!. ISC
-
GitHub (
π¨βπ» 120 Β·π 410 Β·π¦ 320K Β·π 260 - 39% open Β·β±οΈ 03.09.2022):git clone https://github.com/requests/requests-oauthlib
-
PyPi (
π₯ 74M / month Β·π¦ 12K Β·β±οΈ 29.01.2022):pip install requests-oauthlib
-
Conda (
π₯ 7.4M Β·β±οΈ 30.01.2022):conda install -c conda-forge requests-oauthlib
django-oauth-toolkit (π₯ 34 Β· β 2.8K) - OAuth2 goodies for the Djangonauts!. BSD-3

flask-jwt-extended (π₯ 34 Β· β 1.4K Β· π€ ) - An open source Flask extension that provides JWT.. MIT

-
GitHub (
π¨βπ» 87 Β·π 220 Β·π¦ 26K Β·π 360 - 3% open Β·β±οΈ 15.08.2022):git clone https://github.com/vimalloc/flask-jwt-extended
-
PyPi (
π₯ 6.5M / month Β·π¦ 660 Β·β±οΈ 15.08.2022):pip install flask-jwt-extended
-
Conda (
π₯ 140K Β·β±οΈ 15.08.2022):conda install -c conda-forge flask-jwt-extended
dj-rest-auth (π₯ 33 Β· β 1.2K) - Authentication for Django Rest Framework. MIT

-
GitHub (
π¨βπ» 170 Β·π 230 Β·π₯ 260 Β·π¦ 6.6K Β·π 330 - 41% open Β·β±οΈ 15.03.2023):git clone https://github.com/iMerica/dj-rest-auth
-
PyPi (
π₯ 240K / month Β·π¦ 11 Β·β±οΈ 14.01.2023):pip install dj-rest-auth
-
Conda (
π₯ 12K Β·β±οΈ 16.02.2023):conda install -c conda-forge dj-rest-auth
django-guardian (π₯ 32 Β· β 3.4K Β· π€ ) - Per object permissions for Django. BSD-3

-
GitHub (
π¨βπ» 160 Β·π 540 Β·π¦ 5.8K Β·π 460 - 29% open Β·β±οΈ 25.03.2022):git clone https://github.com/django-guardian/django-guardian
-
PyPi (
π₯ 370K / month Β·π¦ 1.9K Β·β±οΈ 23.05.2021):pip install django-guardian
-
Conda (
π₯ 44K Β·β±οΈ 26.05.2021):conda install -c conda-forge django-guardian
django-rest-framework-simplejwt (π₯ 31 Β· β 3.4K) - A JSON Web Token authentication plugin for the Django.. MIT

fastapi-users (π₯ 31 Β· β 2.6K) - Ready-to-use and customizable users management for FastAPI. MIT

-
GitHub (
π¨βπ» 54 Β·π 250 Β·π₯ 26 Β·π¦ 970 Β·π 230 - 2% open Β·β±οΈ 15.03.2023):git clone https://github.com/fastapi-users/fastapi-users
-
PyPi (
π₯ 40K / month Β·π¦ 20 Β·β±οΈ 16.01.2023):pip install fastapi-users
-
Conda (
π₯ 26K Β·β±οΈ 18.03.2023):conda install -c conda-forge fastapi-users
django-rules (π₯ 29 Β· β 1.6K) - Awesome Django authorization, without the database. MIT

Flask-HTTPAuth (π₯ 29 Β· β 1.2K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT

-
GitHub (
π¨βπ» 33 Β·π 210 Β·π 100 - 6% open Β·β±οΈ 11.02.2023):git clone https://github.com/miguelgrinberg/Flask-HTTPAuth
-
PyPi (
π₯ 650K / month Β·π¦ 2.2K Β·β±οΈ 29.05.2022):pip install flask-httpauth
-
Conda (
π₯ 120K Β·β±οΈ 29.05.2022):conda install -c conda-forge flask-httpauth
django-rest-knox (π₯ 28 Β· β 920 Β· π€ ) - Authentication Module for django rest auth. MIT

flask-dance (π₯ 27 Β· β 930) - Doing the OAuth dance with style using Flask, requests, and.. MIT

-
GitHub (
π¨βπ» 56 Β·π 150 Β·π¦ 3.3K Β·π 200 - 17% open Β·β±οΈ 23.01.2023):git clone https://github.com/singingwolfboy/flask-dance
-
PyPi (
π₯ 68K / month Β·π¦ 160 Β·β±οΈ 12.10.2022):pip install flask-dance
-
Conda (
π₯ 8.9K Β·β±οΈ 07.06.2019):conda install -c conda-forge flask-dance
authomatic (π₯ 25 Β· β 1K) - Simple yet powerful authorization / authentication client library for.. MIT
fastapi_login (π₯ 24 Β· β 440) - FastAPI-Login tries to provide similar functionality as.. MIT

django-cas-ng (π₯ 24 Β· β 350) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT

flask-praetorian (π₯ 23 Β· β 330) - Strong, Simple, and Precise security for Flask APIs.. MIT

python-jwt (π₯ 22 Β· β 210) - Python module for generating and verifying JSON Web Tokens. MIT
Show 15 hidden projects...
- oauth2client (
π₯ 34 Β·β 790 Β·π ) - This is a Python library for accessing resources protected..Apache-2
- python-social-auth (
π₯ 32 Β·β 2.8K Β·π ) - Social auth made simple.BSD-3
- django-rest-framework-jwt (
π₯ 31 Β·β 3.2K Β·π ) - JSON Web Token Authentication support for Django REST..MIT
- python-jose (
π₯ 30 Β·β 1.3K Β·π ) - A JOSE implementation in Python.MIT
- python-oauth2 (
π₯ 29 Β·β 3K Β·π ) - A fully tested, abstract interface to creating OAuth clients..MIT
- rauth (
π₯ 28 Β·β 1.6K Β·π ) - A Python library for OAuth 1.0/a, 2.0, and Ofly.MIT
- Flask-User (
π₯ 26 Β·β 1K Β·π ) - Customizable User Authorization & User Management: Register,..MIT
- Flask-OpenID (
π₯ 25 Β·β 220 Β·π ) - Flask-OpenID adds openid support to flask applications.BSD-3
- 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 (
π₯ 19 Β·β 500 Β·π ) - FastAPI extension that provides JWT Auth support..MIT
- flask_simplelogin (
π₯ 16 Β·β 180 Β·π ) - Simple Login - Login Extension for Flask - maintainer..MIT
- apex (
π₯ 16 Β·β 95 Β·π ) - Toolkit for Pyramid, a Pylons Project, to add Authentication and..MIT
- pyramid_jwt (
π₯ 15 Β·β 73 Β·π ) - JWT authentication for Pyramid.BSD-2
- fastapi-permissions (
π₯ 14 Β·β 340 Β·π ) - row level security for FastAPI framework.βοΈTHE BEER-WARE LICENSE
HTML Processing
bleach (π₯ 37 Β· β 2.5K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2
markupsafe (π₯ 36 Β· β 520) - Safely add untrusted strings to HTML/XML markup. BSD-3
-
GitHub (
π¨βπ» 40 Β·π 140 Β·π₯ 420 Β·π¦ 1.1M Β·π 100 - 0% open Β·β±οΈ 01.03.2023):git clone https://github.com/pallets/markupsafe
-
PyPi (
π₯ 120M / month Β·π¦ 75K Β·β±οΈ 17.01.2023):pip install markupsafe
-
Conda (
π₯ 28M Β·β±οΈ 19.01.2023):conda install -c conda-forge markupsafe
xhtml2pdf (π₯ 35 Β· β 2K) - A library for converting HTML into PDFs using ReportLab. Apache-2
-
GitHub (
π¨βπ» 150 Β·π 600 Β·π₯ 6 Β·π¦ 10K Β·π 380 - 31% open Β·β±οΈ 03.02.2023):git clone https://github.com/xhtml2pdf/xhtml2pdf
-
PyPi (
π₯ 540K / month Β·π¦ 830 Β·β±οΈ 30.01.2023):pip install xhtml2pdf
-
Conda (
π₯ 71K Β·β±οΈ 16.06.2022):conda install -c conda-forge xhtml2pdf
Requests-HTML (π₯ 34 Β· β 13K) - Pythonic HTML Parsing for Humans. MIT
html5lib-python (π₯ 34 Β· β 1K) - Standards-compliant library for parsing and serializing HTML.. MIT
WeasyPrint (π₯ 33 Β· β 5.6K) - The awesome document factory. BSD-3
selectolax (π₯ 24 Β· β 770) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT
html5-parser (π₯ 19 Β· β 640 Β· π€ ) - Fast C based HTML 5 parsing for python. Apache-2
URL Utilities
tldextract (π₯ 35 Β· β 1.6K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3
-
GitHub (
π¨βπ» 44 Β·π 200 Β·π¦ 17K Β·π 180 - 9% open Β·β±οΈ 27.01.2023):git clone https://github.com/john-kurkowski/tldextract
-
PyPi (
π₯ 5.6M / month Β·π¦ 1.1K Β·β±οΈ 04.10.2022):pip install tldextract
-
Conda (
π₯ 350K Β·β±οΈ 05.10.2022):conda install -c conda-forge tldextract
shortuuid (π₯ 32 Β· β 1.8K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3
Show 2 hidden projects...
- uritemplate (
π₯ 26 Β·β 210) - URI template parsing per RFC6570.βοΈBSD-1-Clause
- purl (
π₯ 23 Β·β 290 Β·π ) - A simple, immutable URL class with a clean API for interrogation and..MIT
OpenAPI Utilities
OpenAPI Generator (π₯ 42 Β· β 16K) - OpenAPI Generator allows generation of API client.. Apache-2

-
GitHub (
π¨βπ» 2.7K Β·π 5.1K Β·π¦ 4 Β·π 6.8K - 56% open Β·β±οΈ 22.03.2023):git clone https://github.com/OpenAPITools/openapi-generator
-
PyPi (
π₯ 6.4K / month Β·β±οΈ 15.05.2020):pip install openapi-generator-cli
-
npm (
π₯ 1.7M / month Β·π¦ 430 Β·β±οΈ 05.09.2022):npm install @openapitools/openapi-generator-cli
connexion (π₯ 38 Β· β 4.2K) - Swagger/OpenAPI First framework for Python on top of Flask.. Apache-2

swagger-ui (π₯ 37 Β· β 24K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2

-
GitHub (
π¨βπ» 550 Β·π 8.6K Β·π¦ 35K Β·π 5.1K - 18% open Β·β±οΈ 23.03.2023):git clone https://github.com/swagger-api/swagger-ui
drf-yasg (π₯ 35 Β· β 3K Β· π€ ) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3


drf-spectacular (π₯ 34 Β· β 1.6K Β· π ) - Sane and flexible OpenAPI 3 schema generation for.. BSD-3

-
GitHub (
π¨βπ» 95 Β·π 190 Β·π¦ 26K Β·π 710 - 7% open Β·β±οΈ 18.03.2023):git clone https://github.com/tfranzel/drf-spectacular
-
PyPi (
π₯ 850K / month Β·π¦ 56 Β·β±οΈ 16.12.2022):pip install drf-spectacular
-
Conda (
π₯ 14K Β·β±οΈ 20.03.2023):conda install -c conda-forge drf-spectacular
redoc (π₯ 32 Β· β 20K) - OpenAPI/Swagger-generated API Reference Documentation. MIT

-
GitHub (
π¨βπ» 210 Β·π 2.1K Β·π₯ 69 Β·π¦ 4.1K Β·π 1.6K - 25% open Β·β±οΈ 23.03.2023):git clone https://github.com/Redocly/redoc
datamodel-code-generator (π₯ 32 Β· β 1.5K) - Pydantic model and dataclasses.dataclass generator.. MIT

OpenAPI Spec validator (π₯ 31 Β· β 250) - OpenAPI Spec validator. Apache-2
-
GitHub (
π¨βπ» 38 Β·π 58 Β·π¦ 4.9K Β·π 97 - 40% open Β·β±οΈ 17.03.2023):git clone https://github.com/p1c2u/openapi-spec-validator
-
PyPi (
π₯ 5M / month Β·π¦ 180 Β·β±οΈ 06.02.2023):pip install openapi-spec-validator
-
Conda (
π₯ 240K Β·β±οΈ 17.03.2023):conda install -c conda-forge openapi-spec-validator
swagger-codegen (π₯ 30 Β· β 15K) - swagger-codegen contains a template-driven engine to.. Apache-2

-
GitHub (
π¨βπ» 1.2K Β·π 5.9K Β·π¦ 1 Β·π 6.7K - 49% open Β·β±οΈ 10.03.2023):git clone https://github.com/swagger-api/swagger-codegen
AutoRest (π₯ 30 Β· β 4.1K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT

-
GitHub (
π¨βπ» 170 Β·π 740 Β·π₯ 86K Β·π¦ 480 Β·π 2K - 4% open Β·β±οΈ 14.03.2023):git clone https://github.com/Azure/autorest
OpenAPI-to-GraphQL (π₯ 28 Β· β 1.5K) - Translate APIs described by OpenAPI Specifications.. MIT


openapi-core (π₯ 28 Β· β 200) - OpenAPI core. BSD-3
-
GitHub (
π¨βπ» 56 Β·π 110 Β·π¦ 340 Β·π 190 - 30% open Β·β±οΈ 17.03.2023):git clone https://github.com/p1c2u/openapi-core
-
PyPi (
π₯ 150K / month Β·π¦ 33 Β·β±οΈ 06.03.2023):pip install openapi-core
-
Conda (
π₯ 7.9K Β·β±οΈ 17.03.2023):conda install -c conda-forge openapi-core
openapi-python-client (π₯ 26 Β· β 640) - Generate modern Python clients from OpenAPI. MIT

-
GitHub (
π¨βπ» 51 Β·π 130 Β·π¦ 100 Β·π 290 - 33% open Β·β±οΈ 21.03.2023):git clone https://github.com/openapi-generators/openapi-python-client
-
PyPi (
π₯ 58K / month Β·π¦ 3 Β·β±οΈ 16.01.2023):pip install openapi-python-client
-
Conda (
π₯ 14K Β·β±οΈ 19.03.2023):conda install -c conda-forge openapi-python-client
Spectree (π₯ 24 Β· β 260) - API spec validator and OpenAPI document generator for Python.. Apache-2

pyramid_openapi3 (π₯ 21 Β· β 78) - Pyramid addon for OpenAPI3 validation of requests and.. MIT


pyramid_swagger (π₯ 18 Β· β 64) - Convenient tools for using Swagger to define and validate.. BSD-3

Show 5 hidden projects...
- flasgger (
π₯ 31 Β·β 3.2K Β·π ) - Easy OpenAPI specs and Swagger UI for your Flask API.MIT
- django-rest-swagger (
π₯ 31 Β·β 2.6K Β·π ) - Swagger Documentation Generator for Django REST..BSD-2
- apistar (
π₯ 29 Β·β 5.6K Β·π ) - The Web API toolkit.BSD-3
- flask-swagger (
π₯ 26 Β·β 460 Β·π ) - A swagger 2.0 spec extractor for flask.MIT
- Spectacle (
π₯ 25 Β·β 1.3K Β·π ) - Beautiful static documentation generator for OpenAPI/Swagger..MIT
GraphQL Utilities
graphene (π₯ 36 Β· β 7.6K) - GraphQL framework for Python. MIT

-
GitHub (
π¨βπ» 200 Β·π 810 Β·π¦ 17K Β·π 990 - 11% open Β·β±οΈ 13.03.2023):git clone https://github.com/graphql-python/graphene
-
PyPi (
π₯ 2.1M / month Β·π¦ 850 Β·β±οΈ 11.12.2022):pip install graphene
-
Conda (
π₯ 210K Β·β±οΈ 14.03.2023):conda install -c conda-forge graphene
Strawberry GraphQL (π₯ 36 Β· β 3K) - A GraphQL library for Python that leverages type.. MIT

ariadne (π₯ 33 Β· β 2K) - Python library for implementing GraphQL servers using schema-first.. BSD-3

graphene-django (π₯ 32 Β· β 4K) - Integrate GraphQL into your Django project. MIT


-
GitHub (
π¨βπ» 200 Β·π 730 Β·π¦ 13K Β·π 790 - 20% open Β·β±οΈ 01.03.2023):git clone https://github.com/graphql-python/graphene-django
-
PyPi (
π₯ 390K / month Β·π¦ 500 Β·β±οΈ 26.09.2022):pip install graphene-django
-
Conda (
π₯ 24K Β·β±οΈ 09.01.2021):conda install -c conda-forge graphene-django
graphql-core (π₯ 31 Β· β 470) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT
-
GitHub (
π¨βπ» 29 Β·π 110 Β·π¦ 18K Β·π 130 - 15% open Β·β±οΈ 19.03.2023):git clone https://github.com/graphql-python/graphql-core
-
PyPi (
π₯ 4.8M / month Β·π¦ 760 Β·β±οΈ 03.11.2022):pip install graphql-core
-
Conda (
π₯ 570K Β·β±οΈ 23.09.2022):conda install -c conda-forge graphql-core
graphql-relay-py (π₯ 26 Β· β 140 Β· π€ ) - A library to help construct a graphql-py server supporting.. MIT
-
GitHub (
π¨βπ» 10 Β·π 34 Β·π¦ 13K Β·π 32 - 28% open Β·β±οΈ 23.07.2022):git clone https://github.com/graphql-python/graphql-relay-py
-
PyPi (
π₯ 1.9M / month Β·π¦ 480 Β·β±οΈ 16.04.2022):pip install graphql-relay
-
Conda (
π₯ 210K Β·β±οΈ 16.04.2022):conda install -c conda-forge graphql-relay
graphene-mongo (π₯ 25 Β· β 260) - Graphene MongoEngine integration. MIT

-
GitHub (
π¨βπ» 33 Β·π 110 Β·π¦ 300 Β·π 93 - 31% open Β·β±οΈ 17.03.2023):git clone https://github.com/graphql-python/graphene-mongo
-
PyPi (
π₯ 19K / month Β·π¦ 13 Β·β±οΈ 14.10.2022):pip install graphene-mongo
-
Conda (
π₯ 5.8K Β·β±οΈ 30.06.2020):conda install -c conda-forge graphene-mongo
django-graphql-auth (π₯ 23 Β· β 310 Β· π€ ) - Django registration and authentication with GraphQL. MIT

graphene-pydantic (π₯ 19 Β· β 180) - Integrate GraphQL with your Pydantic models. Apache-2

tartiflette-aiohttp (π₯ 18 Β· β 60) - tartiflette-aiohttp is a wrapper of aiohttp which includes.. MIT
tartiflette-asgi (π₯ 17 Β· β 100 Β· π€ ) - ASGI support for the Tartiflette GraphQL engine. MIT

Show 4 hidden projects...
- flask-graphql (
π₯ 26 Β·β 1.3K Β·π ) - Adds GraphQL support to your Flask application.MIT
- tartiflette (
π₯ 23 Β·β 840 Β·π ) - GraphQL Engine built with Python 3.6+ / asyncio.MIT
- python-graphql-client (
π₯ 21 Β·β 150 Β·π ) - Simple GraphQL client for Python 2.7+.MIT
- Flask-GraphQL-Auth (
π₯ 17 Β·β 63 Β·π ) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to..MIT
Websocket Utilities
websocket-client (π₯ 40 Β· β 3.2K) - WebSocket client for Python. Apache-2
-
GitHub (
π¨βπ» 210 Β·π 730 Β·π¦ 100K Β·π 590 - 1% open Β·β±οΈ 01.03.2023):git clone https://github.com/websocket-client/websocket-client
-
PyPi (
π₯ 48M / month Β·π¦ 6.9K Β·β±οΈ 26.01.2023):pip install websocket-client
-
Conda (
π₯ 6.5M Β·β±οΈ 05.02.2023):conda install -c conda-forge websocket-client
websockets (π₯ 37 Β· β 4.5K) - Library for building WebSocket servers and clients in Python. BSD-3
-
GitHub (
π¨βπ» 64 Β·π 470 Β·π¦ 94K Β·π 980 - 2% open Β·β±οΈ 02.03.2023):git clone https://github.com/aaugustin/websockets
-
PyPi (
π₯ 20M / month Β·π¦ 3.9K Β·β±οΈ 25.10.2022):pip install websockets
-
Conda (
π₯ 1.8M Β·β±οΈ 26.10.2022):conda install -c conda-forge websockets
autobahn-python (π₯ 35 Β· β 2.4K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT
-
GitHub (
π¨βπ» 130 Β·π 760 Β·π¦ 24K Β·π 880 - 20% open Β·β±οΈ 08.02.2023):git clone https://github.com/crossbario/autobahn-python
-
PyPi (
π₯ 1.2M / month Β·π¦ 2K Β·β±οΈ 15.01.2023):pip install autobahn
-
Conda (
π₯ 390K Β·β±οΈ 08.02.2023):conda install -c conda-forge autobahn
Flask-SocketIO (π₯ 33 Β· β 5K) - Socket.IO integration for Flask applications. MIT

-
GitHub (
π¨βπ» 68 Β·π 890 Β·π 1.5K - 0% open Β·β±οΈ 21.03.2023):git clone https://github.com/miguelgrinberg/Flask-SocketIO
-
PyPi (
π₯ 830K / month Β·π¦ 2.3K Β·β±οΈ 20.11.2022):pip install flask-socketio
-
Conda (
π₯ 210K Β·β±οΈ 17.03.2023):conda install -c conda-forge flask-socketio
python-socketio (π₯ 33 Β· β 3.3K) - Python Socket.IO server and client. MIT
-
GitHub (
π¨βπ» 64 Β·π 530 Β·π 750 - 3% open Β·β±οΈ 20.03.2023):git clone https://github.com/miguelgrinberg/python-socketio
-
PyPi (
π₯ 1.6M / month Β·π¦ 2K Β·β±οΈ 17.10.2022):pip install python-socketio
-
Conda (
π₯ 310K Β·β±οΈ 17.03.2023):conda install -c conda-forge python-socketio
websockify (π₯ 29 Β· β 3.4K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. βοΈLGPL-3.0
Show 4 hidden projects...
- flask-sockets (
π₯ 28 Β·β 1.7K Β·π ) - [DEPRECATED] Alternative:..MIT
- gevent-socketio (
π₯ 26 Β·β 1.2K Β·π ) - Official repository for gevent-socketio.BSD-3
- sockjs-tornado (
π₯ 26 Β·β 860 Β·π ) - WebSocket emulation - Python server.MIT
- tornadio2 (
π₯ 21 Β·β 530 Β·π ) - Python socket.io server implementation on top of Tornado..Apache-2
RPC Utilities
rpyc (π₯ 32 Β· β 1.4K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT
-
GitHub (
π¨βπ» 83 Β·π 230 Β·π₯ 200 Β·π¦ 1.6K Β·π 400 - 16% open Β·β±οΈ 19.03.2023):git clone https://github.com/tomerfiliba-org/rpyc
-
PyPi (
π₯ 310K / month Β·π¦ 350 Β·β±οΈ 26.11.2022):pip install rpyc
-
Conda (
π₯ 720K Β·β±οΈ 27.11.2022):conda install -c conda-forge rpyc
fastapi-jsonrpc (π₯ 19 Β· β 210) - JSON-RPC server based on fastapi. MIT

Show 1 hidden projects...
- spyne (
π₯ 27 Β·β 1.1K) - A transport agnostic sync/async RPC library that focuses on exposing..βοΈLGPL-2.1
Serverless
python-lambda (π₯ 26 Β· β 1.4K Β· π€ ) - A toolkit for developing and deploying serverless Python code.. ISC
lambdarest (π₯ 21 Β· β 91) - Flask like web framework for AWS Lambda. MIT
Content Management Systems
wagtail (π₯ 41 Β· β 14K) - A Django content management system focused on flexibility and user.. BSD-3

django-cms (π₯ 39 Β· β 9.2K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3

feincms (π₯ 27 Β· β 850) - A Django-based CMS with a focus on extensibility and concise code. BSD-3

Show 1 hidden projects...
Web Testing
selenium (π₯ 48 Β· β 26K) - A browser automation framework and ecosystem. Apache-2
-
GitHub (
π¨βπ» 790 Β·π 7.4K Β·π₯ 7.6M Β·π¦ 190K Β·π 8.9K - 1% open Β·β±οΈ 23.03.2023):git clone https://github.com/SeleniumHQ/selenium
-
PyPi (
π₯ 14M / month Β·π¦ 16K Β·β±οΈ 17.02.2023):pip install selenium
-
Conda (
π₯ 1M Β·β±οΈ 26.02.2023):conda install -c conda-forge selenium
mitmproxy (π₯ 40 Β· β 30K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT
SeleniumBase (π₯ 34 Β· β 3.2K) - A Python browser automation framework for creating reliable end-.. MIT
pytest-django (π₯ 33 Β· β 1.2K) - A Django plugin for pytest. BSD-3

-
GitHub (
π¨βπ» 140 Β·π 320 Β·π 520 - 31% open Β·β±οΈ 16.01.2023):git clone https://github.com/pytest-dev/pytest-django
-
PyPi (
π₯ 2.2M / month Β·π¦ 6K Β·β±οΈ 07.12.2021):pip install pytest-django
-
Conda (
π₯ 170K Β·β±οΈ 08.12.2021):conda install -c conda-forge pytest-django
django-silk (π₯ 32 Β· β 3.8K) - Silky smooth profiling for Django. MIT

Prism (π₯ 32 Β· β 3.4K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2

vcrpy (π₯ 32 Β· β 2.4K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT
SeleniumLibrary (π₯ 32 Β· β 1.2K Β· π ) - Web testing library for Robot Framework. Apache-2
-
GitHub (
π¨βπ» 110 Β·π 700 Β·π₯ 3.6K Β·π¦ 3.4K Β·π 1K - 6% open Β·β±οΈ 18.01.2023):git clone https://github.com/robotframework/SeleniumLibrary
-
PyPi (
π₯ 840K / month Β·π¦ 130 Β·β±οΈ 08.01.2022):pip install robotframework-seleniumlibrary
-
Conda (
π₯ 64K Β·β±οΈ 12.01.2022):conda install -c conda-forge robotframework-seleniumlibrary
schemathesis (π₯ 31 Β· β 1.6K) - Guarantee flawless API functionality with thorough,.. MIT


factory_boy (π₯ 30 Β· β 3.1K) - A test fixtures replacement for Python. MIT

HTTPretty (π₯ 30 Β· β 2K) - Intercept HTTP requests at the Python socket level. Fakes the whole.. MIT
-
GitHub (
π¨βπ» 100 Β·π 260 Β·π¦ 14K Β·π 250 - 43% open Β·β±οΈ 16.10.2022):git clone https://github.com/gabrielfalcao/HTTPretty
-
PyPi (
π₯ 500K / month Β·π¦ 2.7K Β·β±οΈ 16.08.2021):pip install httpretty
-
Conda (
π₯ 290K Β·β±οΈ 16.08.2021):conda install -c conda-forge httpretty
tavern (π₯ 30 Β· β 920) - A command-line tool and Python library and Pytest plugin for automated.. MIT
httprunner (π₯ 29 Β· β 3.6K) - HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC. Apache-2
Mockoon (π₯ 28 Β· β 4.6K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT

-
GitHub (
π¨βπ» 45 Β·π 260 Β·π₯ 140K Β·π¦ 54 Β·π 540 - 12% open Β·β±οΈ 15.03.2023):git clone https://github.com/mockoon/mockoon
flask-debugtoolbar (π₯ 28 Β· β 870) - A toolbar overlay for debugging Flask applications. BSD-3

-
GitHub (
π¨βπ» 46 Β·π 130 Β·π¦ 22K Β·π 110 - 37% open Β·β±οΈ 17.01.2023):git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar
-
PyPi (
π₯ 120K / month Β·π¦ 3K Β·β±οΈ 29.03.2022):pip install flask-debugtoolbar
-
Conda (
π₯ 59K Β·β±οΈ 30.03.2022):conda install -c conda-forge flask-debugtoolbar
Model Bakery (π₯ 28 Β· β 660) - Object factory for Django. Apache-2

-
GitHub (
π¨βπ» 43 Β·π 74 Β·π¦ 2.7K Β·π 120 - 21% open Β·β±οΈ 25.02.2023):git clone https://github.com/model-bakers/model_bakery
-
PyPi (
π₯ 340K / month Β·π¦ 7 Β·β±οΈ 26.01.2023):pip install model_bakery
-
Conda (
π₯ 14K Β·β±οΈ 24.10.2022):conda install -c conda-forge model_bakery
webtest (π₯ 28 Β· β 330) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT
django-test-plus (π₯ 26 Β· β 560) - Useful additions to Djangos default TestCase. BSD-3

-
GitHub (
π¨βπ» 31 Β·π 62 Β·π 50 - 12% open Β·β±οΈ 25.01.2023):git clone https://github.com/revsys/django-test-plus
-
PyPi (
π₯ 45K / month Β·π¦ 1.3K Β·β±οΈ 12.10.2022):pip install django-test-plus
-
Conda (
π₯ 27K Β·β±οΈ 12.01.2018):conda install -c conda-forge django-test-plus
pytest-flask (π₯ 26 Β· β 440) - A set of pytest fixtures to test Flask applications. MIT

playwright (π₯ 25 Β· β 8.1K) - A high-level API to automate web browsers. Apache-2
splash (π₯ 25 Β· β 3.8K Β· π€ ) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3
selenium-python-helium (π₯ 25 Β· β 3.3K) - Selenium-python but lighter: Helium is the best.. MIT
mixer (π₯ 25 Β· β 880 Β· π€ ) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3


aioresponses (π₯ 25 Β· β 410) - Aioresponses is a helper for mock/fake web requests in python.. MIT
pytest-splinter (π₯ 25 Β· β 240 Β· π€ ) - pytest splinter and selenium integration for anyone.. MIT
pyramid_debugtoolbar (π₯ 25 Β· β 95) - Pyramid debug toolbar. BSD-3

-
GitHub (
π¨βπ» 68 Β·π 82 Β·π 180 - 22% open Β·β±οΈ 03.01.2023):git clone https://github.com/Pylons/pyramid_debugtoolbar
-
PyPi (
π₯ 2.4M / month Β·π¦ 36 Β·β±οΈ 03.01.2023):pip install pyramid_debugtoolbar
-
Conda (
π₯ 3.4K Β·β±οΈ 03.03.2021):conda install -c conda-forge pyramid_debugtoolbar
requestium (π₯ 23 Β· β 1.7K) - Integration layer between Requests and Selenium for automation of.. BSD-3
python-mocket (π₯ 23 Β· β 260) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
async-asgi-testclient (π₯ 19 Β· β 130 Β· π€ ) - A framework-agnostic library for testing ASGI web.. MIT
aresponses (π₯ 19 Β· β 96 Β· π€ ) - Asyncio http mocking. Similar to the responses library used for.. MIT
Astra (π₯ 15 Β· β 2.2K) - Automated Security Testing For REST APIs. Apache-2
-
GitHub (
π¨βπ» 12 Β·π 350 Β·π 81 - 65% open Β·β±οΈ 16.02.2023):git clone https://github.com/flipkart-incubator/Astra
Show 10 hidden projects...
- parameterized (
π₯ 29 Β·β 730) - Parameterized testing with any Python test framework.βοΈBSD-2-Clause-FreeBSD
- pyppeteer (
π₯ 28 Β·β 3.5K Β·π ) - Headless chrome/chromium automation library (unofficial port of..MIT
- django-nose (
π₯ 28 Β·β 880 Β·π ) - Django test runner using nose.BSD-3
- flask-testing (
π₯ 28 Β·β 490 Β·π ) - Unittest extensions for Flask.BSD-3
- wdb (
π₯ 24 Β·β 1.6K Β·π ) - An improbable web debugger through WebSockets.βοΈGPL-3.0
- yandex-tank (
π₯ 23 Β·β 2.3K) - Load and performance benchmark tool.βοΈLGPL-2.1
- pyresttest (
π₯ 23 Β·β 1.1K Β·π ) - Python Rest Testing.Apache-2
- httmock (
π₯ 23 Β·β 450 Β·π ) - A mocking library for requests.Apache-2
- 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
django-crispy-forms (π₯ 37 Β· β 4.7K) - The best way to have DRY Django forms. The app.. MIT

-
GitHub (
π¨βπ» 220 Β·π 720 Β·π¦ 110K Β·π 680 - 10% open Β·β±οΈ 24.02.2023):git clone https://github.com/django-crispy-forms/django-crispy-forms
-
PyPi (
π₯ 820K / month Β·π¦ 8K Β·β±οΈ 25.01.2022):pip install django-crispy-forms
-
Conda (
π₯ 68K Β·β±οΈ 14.02.2023):conda install -c conda-forge django-crispy-forms
flask-wtf (π₯ 37 Β· β 1.4K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3

-
GitHub (
π¨βπ» 97 Β·π 300 Β·π¦ 170K Β·π 320 - 11% open Β·β±οΈ 08.03.2023):git clone https://github.com/wtforms/flask-wtf
-
PyPi (
π₯ 7.3M / month Β·π¦ 16K Β·β±οΈ 17.01.2023):pip install flask-wtf
-
Conda (
π₯ 150K Β·β±οΈ 18.01.2023):conda install -c conda-forge flask-wtf
django-formtools (π₯ 26 Β· β 640) - A set of high-level abstractions for Django forms. BSD-3

Markdown
mistune (π₯ 37 Β· β 2.2K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3
pelican (π₯ 35 Β· β 11K) - Static site generator that supports Markdown and reST syntax... βοΈAGPL-3.0
-
GitHub (
π¨βπ» 440 Β·π 1.8K Β·π₯ 750 Β·π¦ 6.8K Β·π 1.6K - 5% open Β·β±οΈ 24.02.2023):git clone https://github.com/getpelican/pelican
-
PyPi (
π₯ 19K / month Β·π¦ 1.8K Β·β±οΈ 11.07.2022):pip install pelican
-
Conda (
π₯ 140K Β·β±οΈ 11.07.2022):conda install -c conda-forge pelican
python-markdown2 (π₯ 35 Β· β 2.4K) - markdown2: A fast and complete implementation of Markdown in.. MIT
pymdown-extensions (π₯ 33 Β· β 730) - Extensions for Python Markdown. MIT
-
GitHub (
π¨βπ» 42 Β·π 240 Β·π¦ 19K Β·π 320 - 3% open Β·β±οΈ 19.03.2023):git clone https://github.com/facelessuser/pymdown-extensions
-
PyPi (
π₯ 1.4M / month Β·π¦ 110 Β·β±οΈ 20.01.2023):pip install pymdown-extensions
-
Conda (
π₯ 110K Β·β±οΈ 05.03.2023):conda install -c conda-forge pymdown-extensions
markdown-it-py (π₯ 31 Β· β 450) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT
-
GitHub (
π¨βπ» 23 Β·π 57 Β·π¦ 15K Β·π 69 - 33% open Β·β±οΈ 14.03.2023):git clone https://github.com/executablebooks/markdown-it-py
-
PyPi (
π₯ 20M / month Β·π¦ 110 Β·β±οΈ 22.02.2023):pip install markdown-it-py
-
Conda (
π₯ 980K Β·β±οΈ 22.02.2023):conda install -c conda-forge markdown-it-py
grip (π₯ 28 Β· β 6K Β· π€ ) - Preview GitHub README.md files locally before committing them. MIT
django-markdownx (π₯ 28 Β· β 750 Β· π ) - Comprehensive Markdown plugin built for Django. BSD-3

mistletoe (π₯ 26 Β· β 580) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT
django-markdown-editor (π₯ 24 Β· β 690) - Awesome Django Markdown Editor, supported for.. βοΈGPL-3.0

markdown-include (π₯ 22 Β· β 87) - Provides syntax for Python-Markdown which allows for the.. βοΈGPL-3.0
-
GitHub (
π¨βπ» 12 Β·π 39 Β·π¦ 4.4K Β·π 26 - 42% open Β·β±οΈ 07.02.2023):git clone https://github.com/cmacmackin/markdown-include
-
PyPi (
π₯ 56K / month Β·π¦ 260 Β·β±οΈ 23.11.2022):pip install markdown-include
-
Conda (
π₯ 13K Β·β±οΈ 07.02.2023):conda install -c conda-forge markdown-include
Show 2 hidden projects...
- markdown (
π₯ 37 Β·β 3.2K) - A Python implementation of John Grubers Markdown with Extension..βUnlicensed
- html2text (
π₯ 29 Β·β 1.4K Β·π ) - Convert HTML to Markdown-formatted text.βοΈGPL-3.0
Third-party Web APIs
youtube-dl (π₯ 45 Β· β 120K) - Command-line program to download videos from YouTube.com and.. Unlicense
-
GitHub (
π¨βπ» 990 Β·π 8.8K Β·π₯ 56M Β·π 27K - 17% open Β·β±οΈ 14.03.2023):git clone https://github.com/ytdl-org/youtube-dl
-
PyPi (
π₯ 7.9M / month Β·π¦ 1.8K Β·β±οΈ 16.12.2021):pip install youtube_dl
-
Conda (
π₯ 1.2M Β·β±οΈ 20.12.2021):conda install -c conda-forge youtube-dl
discord.py (π₯ 44 Β· β 12K) - An API wrapper for Discord written in Python. MIT
-
GitHub (
π¨βπ» 380 Β·π 3.6K Β·π¦ 49K Β·π 2.8K - 2% open Β·β±οΈ 17.03.2023):git clone https://github.com/Rapptz/discord.py
-
PyPi (
π₯ 27M / month Β·π¦ 2.7K Β·β±οΈ 12.11.2022):pip install discord.py
-
Conda (
π₯ 7.7K Β·β±οΈ 02.03.2023):conda install -c conda-forge discord.py
google-api-python-client (π₯ 43 Β· β 6.4K) - The official Python client library for Googles.. Apache-2
-
GitHub (
π¨βπ» 180 Β·π 2.3K Β·π¦ 140K Β·π 980 - 9% open Β·β±οΈ 21.03.2023):git clone https://github.com/googleapis/google-api-python-client
-
PyPi (
π₯ 45M / month Β·π¦ 7.5K Β·β±οΈ 31.01.2023):pip install google-api-python-client
-
Conda (
π₯ 2M Β·β±οΈ 21.03.2023):conda install -c conda-forge google-api-python-client
python-telegram-bot (π₯ 41 Β· β 21K) - We have made you a wrapper you cant refuse. βοΈGPL-3.0
-
GitHub (
π¨βπ» 180 Β·π 4.7K Β·π₯ 16K Β·π¦ 78K Β·π 1.9K - 1% open Β·β±οΈ 19.03.2023):git clone https://github.com/python-telegram-bot/python-telegram-bot
-
PyPi (
π₯ 870K / month Β·π¦ 2.5K Β·β±οΈ 02.01.2023):pip install python-telegram-bot
-
Conda (
π₯ 71K Β·β±οΈ 10.02.2023):conda install -c conda-forge python-telegram-bot
GitPython (π₯ 41 Β· β 3.9K) - GitPython is a python library used to interact with Git repositories. BSD-3
-
GitHub (
π¨βπ» 290 Β·π 830 Β·π¦ 150K Β·π 880 - 15% open Β·β±οΈ 16.02.2023):git clone https://github.com/gitpython-developers/GitPython
-
PyPi (
π₯ 35M / month Β·π¦ 7.8K Β·β±οΈ 29.12.2022):pip install gitpython
-
Conda (
π₯ 5.1M Β·β±οΈ 17.02.2023):conda install -c conda-forge gitpython
Telethon (π₯ 39 Β· β 7.6K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT
pyTelegramBotAPI (π₯ 39 Β· β 6.7K) - Python Telegram bot api. βοΈGPL-2.0
gspread (π₯ 39 Β· β 6.3K) - Google Sheets Python API. MIT
-
GitHub (
π¨βπ» 160 Β·π 890 Β·π₯ 460 Β·π¦ 21K Β·π 790 - 7% open Β·β±οΈ 23.03.2023):git clone https://github.com/burnash/gspread
-
PyPi (
π₯ 8.7M / month Β·π¦ 980 Β·β±οΈ 02.12.2022):pip install gspread
-
Conda (
π₯ 260K Β·β±οΈ 22.11.2022):conda install -c conda-forge gspread
PyGithub (π₯ 39 Β· β 5.9K) - Typed interactions with the GitHub API v3. βοΈLGPL-3.0
-
GitHub (
π¨βπ» 300 Β·π 1.6K Β·π¦ 40K Β·π 1.5K - 14% open Β·β±οΈ 17.03.2023):git clone https://github.com/PyGithub/PyGithub
-
PyPi (
π₯ 8.4M / month Β·π¦ 2.6K Β·β±οΈ 05.11.2022):pip install pygithub
-
Conda (
π₯ 2.5M Β·β±οΈ 19.02.2023):conda install -c conda-forge pygithub
pytube (π₯ 38 Β· β 8.2K) - A lightweight, dependency-free Python library (and command-line.. Unlicense
slackclient (π₯ 37 Β· β 3.6K) - Slack Developer Kit for Python. MIT
-
GitHub (
π¨βπ» 150 Β·π 840 Β·π₯ 370 Β·π 720 - 2% open Β·β±οΈ 10.03.2023):git clone https://github.com/slackapi/python-slack-sdk
-
PyPi (
π₯ 5.6M / month Β·π¦ 2.2K Β·β±οΈ 22.04.2022):pip install slackclient
-
Conda (
π₯ 620K Β·β±οΈ 19.11.2021):conda install -c conda-forge slackclient
praw (π₯ 37 Β· β 3K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
twilio (π₯ 36 Β· β 1.6K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
google-maps-services-python (π₯ 35 Β· β 3.9K) - Python client library for Google Maps API Web Services. Apache-2
python-slack-sdk (π₯ 35 Β· β 3.6K) - Slack Developer Kit for Python. MIT
-
GitHub (
π¨βπ» 150 Β·π 840 Β·π₯ 370 Β·π 720 - 2% open Β·β±οΈ 10.03.2023):git clone https://github.com/slackapi/python-slack-sdk
-
PyPi (
π₯ 9.1M / month Β·π¦ 140 Β·β±οΈ 02.12.2022):pip install slack-sdk
-
Conda (
π₯ 76K Β·β±οΈ 12.03.2023):conda install -c conda-forge slack-sdk
sherlock (π₯ 33 Β· β 40K) - Hunt down social media accounts by username across social networks. MIT
gallery-dl (π₯ 31 Β· β 7K) - Command-line program to download image galleries and collections.. βοΈGPL-2.0
simple-salesforce (π₯ 31 Β· β 1.4K) - A very simple Salesforce.com REST API client for Python. Apache-2
-
GitHub (
π¨βπ» 75 Β·π 610 Β·π 400 - 40% open Β·β±οΈ 18.01.2023):git clone https://github.com/simple-salesforce/simple-salesforce
-
PyPi (
π₯ 5.5M / month Β·π¦ 210 Β·β±οΈ 12.01.2023):pip install simple-salesforce
-
Conda (
π₯ 49K Β·β±οΈ 11.12.2020):conda install -c conda-forge simple-salesforce
imdbpy (π₯ 29 Β· β 1.1K) - Cinemagoer is a Python package useful to retrieve and manage the.. βοΈGPL-2.0
scdl (π₯ 26 Β· β 2.7K) - Soundcloud Music Downloader. βοΈGPL-2.0
notion-sdk-py (π₯ 26 Β· β 1K Β· π ) - The official Notion API client library, but rewritten in.. MIT
-
GitHub (
π¨βπ» 22 Β·π 85 Β·π¦ 380 Β·π 63 - 3% open Β·β±οΈ 21.03.2023):git clone https://github.com/ramnes/notion-sdk-py
-
PyPi (
π₯ 50K / month Β·π¦ 22 Β·β±οΈ 10.12.2022):pip install notion-client
-
Conda (
π₯ 4K Β·β±οΈ 21.04.2022):conda install -c conda-forge notion-client
WikiExtractor (π₯ 25 Β· β 3.3K) - A tool for extracting plain text from Wikipedia dumps. βοΈAGPL-3.0
pyshorteners (π₯ 24 Β· β 360 Β· π€ ) - Generating short urls with python has never been easier. βοΈGPL-3.0
instagram-scraper (π₯ 21 Β· β 6.9K Β· π€ ) - Scrapes an instagram users photos and videos. Unlicense
Show 21 hidden projects...
- tushare (
π₯ 33 Β·β 12K Β·π ) - TuShare is a utility for crawling historical data of China stocks.BSD-3
- python-twitter (
π₯ 32 Β·β 3.4K Β·π ) - A Python wrapper around the Twitter API.Apache-2
- py-googletrans (
π₯ 32 Β·β 3.3K Β·π ) - (unofficial) Googletrans: Free and Unlimited Google..MIT
- google-resumable-media (
π₯ 32 Β·β 36) - Utilities for Google Media Downloads and Resumable..Apache-2
- facebook-sdk (
π₯ 31 Β·β 2.7K Β·π ) - Python SDK for Facebooks Graph API.Apache-2
- Wikipedia (
π₯ 31 Β·β 2.6K Β·π ) - A Pythonic wrapper for the Wikipedia API.MIT
- twython (
π₯ 30 Β·β 1.9K Β·π ) - Actively maintained, pure Python wrapper for the Twitter API...MIT
- slacker (
π₯ 30 Β·β 1.6K Β·π ) - Full-featured Python interface for the Slack API.Apache-2
- coursera-dl (
π₯ 29 Β·β 9K Β·π ) - Script for downloading Coursera.org videos and naming them.βοΈLGPL-3.0
- Google Images Download (
π₯ 29 Β·β 8.2K Β·π ) - Python Script to download hundreds of images from..MIT
- twitter-scraper (
π₯ 28 Β·β 3.5K Β·π ) - Scrape the Twitter Frontend API without authentication.MIT
- python-instagram (
π₯ 27 Β·β 2.9K Β·π ) - Python Client for Instagram API.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
- notion-py (
π₯ 26 Β·β 4K Β·π ) - Unofficial Python API client for Notion.so.MIT
- gmusicapi (
π₯ 26 Β·β 2.5K Β·π ) - An unofficial client library for Google Music.BSD-3
- twitterscraper (
π₯ 26 Β·β 2.3K Β·π ) - Scrape Twitter for Tweets.MIT
- instagram_private_api (
π₯ 24 Β·β 2.7K Β·π ) - A Python library to access Instagrams private API.MIT
- GHunt (
π₯ 21 Β·β 13K) - Offensive Google framework.βUnlicensed
- InstaPy (
π₯ 17 Β·β 15K Β·π ) - Tool for automated Instagram interactions.βοΈGPL-3.0
- igramscraper (
π₯ 16 Β·β 2.1K Β·π ) - scrapes medias, likes, followers, tags and all metadata...MIT
fastapi-mail (π₯ 27 Β· β 430) - Fastapi mail system sending mails(individual, bulk).. MIT

mailer (π₯ 22 Β· β 260 Β· π€ ) - A light-weight, modular, message representation and mail delivery.. MIT
pyramid_mailer (π₯ 21 Β· β 51) - A package for sending email from your Pyramid application. BSD-3

salmon (π₯ 17 Β· β 590 Β· π€ ) - A Python Mail Server. βοΈGPL-3.0
Show 4 hidden projects...
- flask-mail (
π₯ 30 Β·β 560 Β·π ) - Flask-Mail adds SMTP mail sending to your Flask applications.BSD-3
- sync-engine (
π₯ 27 Β·β 3.5K Β·π ) - IMAP/SMTP sync system with modern APIs.βοΈAGPL-3.0
- offlineimap (
π₯ 24 Β·β 1.7K Β·π ) - Read/sync your IMAP mailboxes (python2) [LEGACY: move..βοΈlibpng-2.0
- gmail (
π₯ 20 Β·β 1.7K Β·π ) - A Pythonic interface for Google Mail.MIT
Web Scraping & Crawling
Libraries for web scraping, crawling, downloading, and mining as well as libraries.
Scrapy (π₯ 45 Β· β 47K Β· π ) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
feedparser (π₯ 35 Β· β 1.6K) - Parse feeds in Python. BSD-2
-
GitHub (
π¨βπ» 52 Β·π 310 Β·π¦ 63K Β·π 230 - 35% open Β·β±οΈ 23.03.2023):git clone https://github.com/kurtmckee/feedparser
-
PyPi (
π₯ 2.5M / month Β·π¦ 7.4K Β·β±οΈ 21.05.2022):pip install feedparser
-
Conda (
π₯ 460K Β·β±οΈ 21.05.2022):conda install -c conda-forge feedparser
soupsieve (π₯ 32 Β· β 160) - A modern CSS selector implementation for BeautifulSoup. MIT
-
GitHub (
π¨βπ» 10 Β·π 32 Β·π¦ 310K Β·π 110 - 10% open Β·β±οΈ 07.03.2023):git clone https://github.com/facelessuser/soupsieve
-
PyPi (
π₯ 64M / month Β·π¦ 2.6K Β·β±οΈ 14.02.2023):pip install soupsieve
-
Conda (
π₯ 11M Β·β±οΈ 19.07.2022):conda install -c conda-forge soupsieve
dirsearch (π₯ 30 Β· β 9.4K) - Web path scanner. βοΈGPL-2.0
cloudscraper (π₯ 30 Β· β 2.9K) - A Python module to bypass Cloudflares anti-bot page. MIT
pytrends (π₯ 30 Β· β 2.7K) - Pseudo API for Google Trends. Apache-2
-
GitHub (
π¨βπ» 82 Β·π 730 Β·π¦ 3.6K Β·π 430 - 25% open Β·β±οΈ 10.01.2023):git clone https://github.com/GeneralMills/pytrends
-
PyPi (
π₯ 170K / month Β·π¦ 72 Β·β±οΈ 10.01.2023):pip install pytrends
-
Conda (
π₯ 13K Β·β±οΈ 12.01.2023):conda install -c conda-forge pytrends
parsel (π₯ 30 Β· β 890) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3
trafilatura (π₯ 28 Β· β 850) - Python & command-line tool to gather text on the Web: web.. βοΈGPL-3.0
MechanicalSoup (π₯ 27 Β· β 4.3K) - A Python library for automating interaction with websites. MIT
-
GitHub (
π¨βπ» 53 Β·π 390 Β·π₯ 43 Β·π 170 - 18% open Β·β±οΈ 13.12.2022):git clone https://github.com/MechanicalSoup/MechanicalSoup
-
PyPi (
π₯ 47K / month Β·π¦ 270 Β·β±οΈ 20.09.2022):pip install MechanicalSoup
-
Conda (
π₯ 130K Β·β±οΈ 19.09.2022):conda install -c conda-forge mechanicalsoup