Best Of Web Python

🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Alternatives To Best Of Web Python
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Awesome Scalability49,370
3 days ago16mit
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
Ui Buttons3,247
a year ago1mitCSS
100 Modern CSS Buttons. Every style that you can imagine.
Zaobao2,144
a year agomitJavaScript
每日时报,以前端技术体系为主要分享课题。根据:文章、工具、新闻、视频几大板块作为主要分类。
Best Of Web Python2,067
6 days ago2cc-by-sa-4.0
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Devmap1,999
2 years ago
Карта развития веб-разработчика
Frontend Development1,941
3 months ago4mit
A curated list of resources for Frontend development
Awesome Mobile Web Development1,177
5 months ago3
All that you need to create a great mobile web experience
Sublime Text Plugins For Frontend Web Development1,126
2 years ago
📝 Collection of plugins for Frontend Web Development
Yt Channels Ds Ai Ml Cs1,084
a year ago
A comprehensive list of 180+ YouTube Channels for Data Science, Data Engineering, Machine Learning, Deep learning, Computer Science, programming, software engineering, etc.
Javascript Guidebook797
4 months ago17mitTypeScript
:books:JavaScript 前端知识图谱 A guidebook for the convenience of the front-end developers
Alternatives To Best Of Web Python
Select To Compare


Alternative Project Comparisons
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 2.8M 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!


  Discover other best-of lists or create your own.
  Subscribe to our newsletter for updates and trending projects.


Contents

Explanation

  •   Combined project-quality score
  •   Star count from GitHub
  •   New project (less than 6 months old)
  •   Inactive project (6 months no activity)
  •   Dead project (12 months no activity)
  •   Project is trending up or down
  •   Project was recently added
  •   Warning (e.g. missing/risky license)
  •   Contributors count from GitHub
  •   Fork count from GitHub
  •   Issue count from GitHub
  •   Last update timestamp on package manager
  •   Download count from package manager
  •   Number of dependent projects
  •   Flask related project
  •   Django related project
  •   FastAPI related project
  •   Pyramid related project
  •   OpenAPI related project
  •   GraphQL related project

Web Frameworks

Back to top

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

django (49 74K) - The Web framework for perfectionists with deadlines. BSD-3
  • GitHub ( 3K 30K 1.5M 23.11.2023):

     git clone https://github.com/django/django
    
  • PyPi ( 14M / month 120K 20.11.2023):

     pip install django
    
  • Conda ( 1.6M 17.11.2023):

     conda install -c conda-forge django
    
flask (49 65K ) - The Python micro framework for building web applications. BSD-3
  • GitHub ( 830 16K 6.9K 1.7M 2.6K - 0% open 15.11.2023):

     git clone https://github.com/pallets/flask
    
  • PyPi ( 110M / month 120K 30.09.2023):

     pip install flask
    
  • Conda ( 6.7M 03.10.2023):

     conda install -c conda-forge flask
    
fastapi (46 65K) - FastAPI framework, high performance, easy to learn, fast to.. MIT
  • GitHub ( 510 5.5K 270K 4K - 15% open 18.11.2023):

     git clone https://github.com/tiangolo/fastapi
    
  • PyPi ( 25M / month 3K 30.10.2023):

     pip install fastapi
    
  • Conda ( 1.8M 30.10.2023):

     conda install -c conda-forge fastapi
    
tornado (45 21K) - Tornado is a Python web framework and asynchronous networking.. Apache-2
  • GitHub ( 440 5.5K 410K 1.8K - 11% open 16.11.2023):

     git clone https://github.com/tornadoweb/tornado
    
  • PyPi ( 31M / month 26K 16.11.2023):

     pip install tornado
    
  • Conda ( 38M 29.09.2023):

     conda install -c conda-forge tornado
    
werkzeug (44 6.5K) - The comprehensive WSGI web application library. BSD-3
  • GitHub ( 490 1.7K 660 1.2M 1.1K - 0% open 11.11.2023):

     git clone https://github.com/pallets/werkzeug
    
  • PyPi ( 120M / month 70K 08.11.2023):

     pip install werkzeug
    
  • Conda ( 9.4M 09.11.2023):

     conda install -c conda-forge werkzeug
    
django-rest-framework (43 27K) - Web APIs for Django. BSD-3
  • GitHub ( 1.4K 6.7K 600K 3.9K - 3% open 05.11.2023):

     git clone https://github.com/encode/django-rest-framework
    
  • PyPi ( 110K / month 420 20.07.2017):

     pip install django-rest-framework
    
  • Conda ( 540K 16.06.2023):

     conda install -c conda-forge djangorestframework
    
Flask-AppBuilder (40 4.4K) - Simple and rapid application development framework,.. BSD-3
  • GitHub ( 200 1.4K 5.6K 1.3K - 12% open 20.11.2023):

     git clone https://github.com/dpgaspar/Flask-AppBuilder
    
  • PyPi ( 7.4M / month 330 20.11.2023):

     pip install flask-appbuilder
    
  • Conda ( 320K 21.11.2023):

     conda install -c conda-forge flask-appbuilder
    
sanic (39 17K) - Accelerate your web app development | Build fast. Run fast. MIT
  • GitHub ( 340 1.5K 15K 1.3K - 5% open 07.09.2023):

     git clone https://github.com/sanic-org/sanic
    
  • PyPi ( 810K / month 690 25.07.2023):

     pip install sanic
    
  • Conda ( 310K 01.08.2023):

     conda install -c conda-forge sanic
    
starlette (39 8.9K) - The little ASGI framework that shines. BSD-3
  • GitHub ( 250 790 150K 700 - 6% open 23.11.2023):

     git clone https://github.com/encode/starlette
    
  • PyPi ( 22M / month 1.1K 06.11.2023):

     pip install starlette
    
  • Conda ( 1.8M 08.11.2023):

     conda install -c conda-forge starlette
    
falcon (36 9.3K) - The no-magic web data plane API and microservices framework for.. Apache-2
  • GitHub ( 200 920 5.6K 8.7K 990 - 15% open 12.11.2023):

     git clone https://github.com/falconry/falcon
    
  • PyPi ( 630K / month 1.7K 18.11.2022):

     pip install falcon
    
  • Conda ( 350K 22.09.2023):

     conda install -c conda-forge falcon
    
flask-restful (36 6.7K) - Simple framework for creating REST APIs. BSD-3
  • GitHub ( 160 1K 100K 590 - 23% open 21.05.2023):

     git clone https://github.com/flask-restful/flask-restful
    
  • PyPi ( 1.7M / month 7.2K 21.05.2023):

     pip install flask-restful
    
  • Conda ( 180K 16.06.2023):

     conda install -c conda-forge flask-restful
    
CherryPy (36 1.7K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3
  • GitHub ( 140 350 12K 1.8K - 14% open 04.08.2023):

     git clone https://github.com/cherrypy/cherrypy
    
  • PyPi ( 810K / month 10K 17.07.2022):

     pip install cherrypy
    
  • Conda ( 21K 16.06.2023):

     conda install -c anaconda cherrypy
    
django-tastypie (34 3.9K) - Creating delicious APIs for Django apps since 2010. BSD-3
  • GitHub ( 200 1.3K 5.5K 930 - 43% open 02.09.2023):

     git clone https://github.com/django-tastypie/django-tastypie
    
  • PyPi ( 68K / month 2.5K 02.09.2023):

     pip install django-tastypie
    
hug (32 6.7K) - Embrace the APIs of the future. Hug aims to make developing APIs as simple as.. MIT
  • GitHub ( 120 390 3.7K 480 - 37% open 30.06.2023):

     git clone https://github.com/hugapi/hug
    
  • PyPi ( 73K / month 240 06.02.2020):

     pip install hug
    
  • Conda ( 190K 16.06.2023):

     conda install -c conda-forge hug
    
eve (32 6.6K) - REST API framework designed for human beings. BSD-3
  • GitHub ( 210 750 1.1K 970 - 2% open 10.07.2023):

     git clone https://github.com/pyeve/eve
    
  • PyPi ( 11K / month 380 08.06.2022):

     pip install eve
    
webpy (32 5.8K) - web.py is a web framework for python that is as simple as it is.. Unlicense
  • GitHub ( 90 1.3K 21 440 - 9% open 18.11.2023):

     git clone https://github.com/webpy/webpy
    
  • PyPi ( 220K / month 1.1K 09.11.2020):

     pip install web.py
    
  • Conda ( 56K 16.06.2023):

     conda install -c conda-forge web.py
    
robyn (30 3.1K) - Robyn is a High-Performance, Community-Driven, and Innovator Friendly Web.. BSD-2
  • GitHub ( 57 160 45 340 - 37% open 20.11.2023):

     git clone https://github.com/sansyrox/robyn
    
  • PyPi ( 10K / month 1 06.11.2023):

     pip install robyn
    
  • Conda ( 120K 08.11.2023):

     conda install -c conda-forge robyn
    
responder (29 3.6K) - A familiar HTTP Service Framework for Python. Apache-2
  • GitHub ( 89 220 550 220 - 24% open 21.11.2023):

     git clone https://github.com/taoufik07/responder
    
  • PyPi ( 4.1K / month 69 06.01.2021):

     pip install responder
    
  • Conda ( 83K 16.06.2023):

     conda install -c conda-forge responder
    
masonite (29 2.1K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
  • GitHub ( 87 130 510 400 - 10% open 29.10.2023):

     git clone https://github.com/MasoniteFramework/masonite
    
  • PyPi ( 6.7K / month 77 29.10.2023):

     pip install masonite
    
cornice (28 380) - Build Web Services with Pyramid. MPL-2.0
  • GitHub ( 120 160 840 240 - 19% open 13.07.2023):

     git clone https://github.com/Cornices/cornice
    
  • PyPi ( 40K / month 360 07.01.2022):

     pip install cornice
    
  • Conda ( 8K 16.06.2023):

     conda install -c anaconda cornice
    
guillotina (28 180) - Python AsyncIO data API to manage billions of resources. BSD-3
  • GitHub ( 54 51 130 230 - 26% open 20.11.2023):

     git clone https://github.com/plone/guillotina
    
  • PyPi ( 2K / month 47 20.11.2023):

     pip install guillotina
    
web2py (26 2.1K) - Free and open source full-stack enterprise framework for agile.. LGPL-3.0
  • GitHub ( 260 880 40 1.1K - 34% open 16.11.2023):

     git clone https://github.com/web2py/web2py
    
justpy (26 1.1K) - An object oriented high-level Python Web Framework that requires no.. Apache-2
  • GitHub ( 20 89 420 20.09.2023):

     git clone https://github.com/elimintz/justpy
    
  • PyPi ( 1.8K / month 7 20.09.2023):

     pip install justpy
    
emmett (26 890) - The web framework for inventors. BSD-3
  • GitHub ( 24 67 54 320 - 9% open 18.10.2023):

     git clone https://github.com/emmett-framework/emmett
    
  • PyPi ( 1.5K / month 4 18.10.2023):

     pip install emmett
    
flama (19 240) - Fire up your models with the flame. Apache-2
  • GitHub ( 9 14 150 12 89 - 5% open 20.11.2023):

     git clone https://github.com/perdy/flama
    
  • PyPi ( 40 / month 1 27.09.2023):

     pip install flama
    
Show 8 hidden projects...
  • bottle (38 8.2K ) - bottle.py is a fast and simple micro-framework for python web-.. MIT
  • pyramid (36 3.9K ) - Pyramid - A Python web framework. Unlicensed
  • flask-restplus (30 2.7K ) - Fully featured framework for fast, easy and.. BSD-3
  • japronto (25 8.6K ) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT
  • quart (25 2.3K ) - Quart is a Python ASGI web microframework with the same API as Flask. MIT
  • vibora (22 5.7K ) - Fast, asynchronous and elegant Python web framework. MIT
  • flask-mongorest (20 520 ) - Restful API framework wrapped around MongoEngine. BSD-3
  • Growler (15 690 ) - A micro web-framework using asyncio coroutines and chained.. Apache-2

HTTP Clients

Back to top

requests (49 51K) - A simple, yet elegant, HTTP library. Apache-2
  • GitHub ( 740 9.1K 7.2K 2.6M 3.9K - 6% open 22.11.2023):

     git clone https://github.com/psf/requests
    
  • PyPi ( 360M / month 210K 20.07.2023):

     pip install requests
    
  • Conda ( 39M 16.06.2023):

     conda install -c conda-forge requests
    
aiohttp (47 14K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2
  • GitHub ( 700 2K 12K 420K 2.9K - 17% open 23.11.2023):

     git clone https://github.com/aio-libs/aiohttp
    
  • PyPi ( 94M / month 15K 18.11.2023):

     pip install aiohttp
    
  • Conda ( 12M 22.11.2023):

     conda install -c conda-forge aiohttp
    
urllib3 (44 3.5K) - urllib3 is a user-friendly HTTP client library for Python. MIT
  • GitHub ( 340 1.1K 26K 1.6M 1.2K - 10% open 23.11.2023):

     git clone https://github.com/urllib3/urllib3
    
  • PyPi ( 460M / month 46K 13.11.2023):

     pip install urllib3
    
  • Conda ( 42M 14.11.2023):

     conda install -c conda-forge urllib3
    
httpx (41 11K) - A next generation HTTP client for Python. BSD-3
  • GitHub ( 210 780 130K 820 - 4% open 17.11.2023):

     git clone https://github.com/encode/httpx
    
  • PyPi ( 29M / month 3.6K 03.11.2023):

     pip install httpx
    
  • Conda ( 920K 03.11.2023):

     conda install -c conda-forge httpx
    
python-zeep (35 1.8K ) - A Python SOAP client. MIT
  • GitHub ( 140 560 7.6K 1.1K - 38% open 17.03.2023):

     git clone https://github.com/mvantellingen/python-zeep
    
  • PyPi ( 9.1M / month 650 20.11.2022):

     pip install zeep
    
  • Conda ( 200K 16.06.2023):

     conda install -c conda-forge zeep
    
httpcore (35 370) - A minimal HTTP client. BSD-3
  • GitHub ( 44 76 80K 160 - 11% open 23.11.2023):

     git clone https://github.com/encode/httpcore
    
  • PyPi ( 29M / month 190 10.11.2023):

     pip install httpcore
    
  • Conda ( 980K 10.11.2023):

     conda install -c conda-forge httpcore
    
httplib2 (34 480 ) - Small, fast HTTP client library for Python. Features persistent.. MIT
  • GitHub ( 77 200 170K 130 - 46% open 21.03.2023):

     git clone https://github.com/httplib2/httplib2
    
  • PyPi ( 31M / month 16K 21.03.2023):

     pip install httplib2
    
  • Conda ( 2.8M 16.06.2023):

     conda install -c conda-forge httplib2
    
httpie (33 30K) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3
  • GitHub ( 160 3.8K 5.9K 1 830 - 17% open 24.10.2023):

     git clone https://github.com/httpie/httpie
    
  • PyPi ( 410K / month 1.7K 19.05.2023):

     pip install httpie
    
  • Conda ( 110K 16.06.2023):

     conda install -c conda-forge httpie
    
requests-futures (32 2.1K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2
  • GitHub ( 28 160 6K 89 - 2% open 18.10.2023):

     git clone https://github.com/ross/requests-futures
    
  • PyPi ( 1.3M / month 980 19.06.2023):

     pip install requests-futures
    
  • Conda ( 210K 20.06.2023):

     conda install -c conda-forge requests-futures
    
httptools (31 1.1K) - Fast HTTP parser. MIT
  • GitHub ( 16 76 67K 51 - 17% open 16.10.2023):

     git clone https://github.com/MagicStack/httptools
    
  • PyPi ( 9.5M / month 590 16.10.2023):

     pip install httptools
    
  • Conda ( 570K 16.10.2023):

     conda install -c conda-forge httptools
    
requests-toolbelt (30 960) - A toolbelt of useful classes and functions to be used.. Apache-2
  • GitHub ( 69 180 200 - 43% open 12.10.2023):

     git clone https://github.com/requests/toolbelt
    
  • PyPi ( 58M / month 720 01.05.2023):

     pip install requests-toolbelt
    
  • Conda ( 3.1M 16.06.2023):

     conda install -c conda-forge requests-toolbelt
    
grequests (29 4.3K) - Requests + Gevent = 3. BSD-2
  • GitHub ( 28 330 9 4.1K 120 - 4% open 08.06.2023):

     git clone https://github.com/spyoungtech/grequests
    
  • PyPi ( 320K / month 680 05.04.2020):

     pip install grequests
    
  • Conda ( 88K 16.06.2023):

     conda install -c conda-forge grequests
    
treq (28 560) - Python requests like API built on top of Twisteds HTTP client. MIT
  • GitHub ( 51 140 210 1.5K 160 - 36% open 06.11.2023):

     git clone https://github.com/twisted/treq
    
  • PyPi ( 75K / month 420 04.11.2023):

     pip install treq
    
  • Conda ( 74K 04.11.2023):

     conda install -c conda-forge treq
    
httpstat (22 5.5K) - curl statistics made simple. MIT
  • GitHub ( 6 370 220 15 29 - 24% open 12.06.2023):

     git clone https://github.com/reorx/httpstat
    
  • PyPi ( 1.9K / month 11.10.2022):

     pip install httpstat
    
Show 5 hidden projects...

Servers

Back to top

gunicorn (45 9.2K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT
  • GitHub ( 410 1.7K 100 1.1M 2.1K - 17% open 18.11.2023):

     git clone https://github.com/benoitc/gunicorn
    
  • PyPi ( 36M / month 62K 19.07.2023):

     pip install gunicorn
    
  • Conda ( 2.3M 22.09.2023):

     conda install -c conda-forge gunicorn
    
gevent (40 6.1K) - Coroutine-based concurrency library for Python. MIT
  • GitHub ( 110 940 59K 110K 1.4K - 7% open 13.09.2023):

     git clone https://github.com/gevent/gevent
    
  • PyPi ( 8.1M / month 15K 12.09.2023):

     pip install gevent
    
  • Conda ( 1.3M 08.10.2023):

     conda install -c conda-forge gevent
    
uvicorn (38 7.3K ) - An ASGI web server, for Python. BSD-3
  • GitHub ( 170 660 270K 690 - 7% open 22.11.2023):

     git clone https://github.com/encode/uvicorn
    
  • PyPi ( 23M / month 2.2K 06.11.2023):

     pip install uvicorn
    
  • Conda ( 2.2M 05.11.2023):

     conda install -c conda-forge uvicorn
    
whitenoise (36 2.3K) - Radically simplified static file serving for Python web apps. MIT
  • GitHub ( 64 140 400K 240 - 13% open 14.11.2023):

     git clone https://github.com/evansd/whitenoise
    
  • PyPi ( 2.2M / month 13K 11.10.2023):

     pip install whitenoise
    
  • Conda ( 83K 11.10.2023):

     conda install -c conda-forge whitenoise
    
asgiref (36 1.3K) - ASGI specification and utilities. BSD-3
  • GitHub ( 91 190 730K 200 - 19% open 10.11.2023):

     git clone https://github.com/django/asgiref
    
  • PyPi ( 21M / month 1.3K 27.05.2023):

     pip install asgiref
    
  • Conda ( 1M 16.06.2023):

     conda install -c conda-forge asgiref
    
Hypercorn (30 770) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT
  • GitHub ( 54 71 5.6K 130 - 36% open 01.11.2023):

     git clone https://github.com/pgjones/hypercorn
    
  • PyPi ( 760K / month 50 08.07.2023):

     pip install hypercorn
    
livereload (29 1K) - livereload server in python. BSD-3
  • GitHub ( 59 150 160 - 33% open 29.07.2023):

     git clone https://github.com/lepture/python-livereload
    
  • PyPi ( 630K / month 1.7K 22.08.2020):

     pip install livereload
    
  • Conda ( 470K 16.06.2023):

     conda install -c conda-forge livereload
    
mangum (27 1.5K) - AWS Lambda support for ASGI applications. MIT
  • GitHub ( 30 90 3.1K 170 - 12% open 03.11.2023):

     git clone https://github.com/jordaneremieff/mangum
    
  • PyPi ( 590K / month 15 27.11.2022):

     pip install mangum
    
Show 4 hidden projects...
  • waitress (33 1.3K) - Waitress - A WSGI server for Python 3. ZPL-2.1
  • bjoern (27 3K ) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2
  • 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

Back to top

django-allauth (41 8.5K) - Integrated set of Django applications addressing.. MIT
  • GitHub ( 670 2.9K 21 2.1K - 4% open 21.11.2023):

     git clone https://github.com/pennersr/django-allauth
    
  • PyPi ( 810K / month 5.3K 06.11.2023):

     pip install django-allauth
    
  • Conda ( 110K 06.11.2023):

     conda install -c conda-forge django-allauth
    
oauthlib (40 2.7K) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3
  • GitHub ( 200 490 460K 380 - 23% open 25.10.2023):

     git clone https://github.com/oauthlib/oauthlib
    
  • PyPi ( 86M / month 13K 17.10.2022):

     pip install oauthlib
    
  • Conda ( 9.8M 16.06.2023):

     conda install -c conda-forge oauthlib
    
pyjwt (38 4.8K) - JSON Web Token implementation in Python. MIT
  • GitHub ( 140 640 490K 410 - 3% open 14.11.2023):

     git clone https://github.com/jpadilla/pyjwt
    
  • PyPi ( 140M / month 12K 18.07.2023):

     pip install pyjwt
    
  • Conda ( 12M 18.07.2023):

     conda install -c conda-forge pyjwt
    
flask-login (38 3.4K) - Flask user session management. MIT
  • GitHub ( 120 790 150K 410 - 4% open 02.11.2023):

     git clone https://github.com/maxcountryman/flask-login
    
  • PyPi ( 5.4M / month 13K 30.10.2023):

     pip install flask-login
    
  • Conda ( 210K 06.11.2023):

     conda install -c conda-forge flask-login
    
authlib (37 4K) - The ultimate Python library in building OAuth, OpenID Connect clients and.. BSD-3
  • GitHub ( 100 380 29K 400 - 13% open 21.11.2023):

     git clone https://github.com/lepture/authlib
    
  • PyPi ( 7M / month 380 25.06.2023):

     pip install authlib
    
  • Conda ( 120K 26.06.2023):

     conda install -c conda-forge authlib
    
google-auth (37 700) - Google Auth Python Library. Apache-2
  • GitHub ( 120 290 320K 450 - 18% open 15.11.2023):

     git clone https://github.com/googleapis/google-auth-library-python
    
  • PyPi ( 110M / month 3K 31.10.2023):

     pip install google-auth
    
  • Conda ( 8.7M 01.11.2023):

     conda install -c conda-forge google-auth
    
django-oauth-toolkit (35 2.9K) - OAuth2 goodies for the Djangonauts!. BSD-3
  • GitHub ( 240 760 810 - 20% open 16.11.2023):

     git clone https://github.com/jazzband/django-oauth-toolkit
    
  • PyPi ( 530K / month 1.1K 31.05.2023):

     pip install django-oauth-toolkit
    
flask-jwt-extended (35 1.5K) - An open source Flask extension that provides JWT.. MIT
  • GitHub ( 93 230 33K 370 - 2% open 03.10.2023):

     git clone https://github.com/vimalloc/flask-jwt-extended
    
  • PyPi ( 5.1M / month 680 03.10.2023):

     pip install flask-jwt-extended
    
  • Conda ( 200K 03.10.2023):

     conda install -c conda-forge flask-jwt-extended
    
djoser (34 2.4K) - REST implementation of Django authentication system. MIT
  • GitHub ( 110 450 23K 480 - 36% open 09.11.2023):

     git clone https://github.com/sunscrapers/djoser
    
  • PyPi ( 160K / month 220 09.11.2023):

     pip install djoser
    
dj-rest-auth (34 1.4K) - Authentication for Django Rest Framework. MIT
  • GitHub ( 180 260 350 22K 380 - 44% open 15.11.2023):

     git clone https://github.com/iMerica/dj-rest-auth
    
  • PyPi ( 250K / month 11 15.11.2023):

     pip install dj-rest-auth
    
  • Conda ( 21K 15.11.2023):

     conda install -c conda-forge dj-rest-auth
    
pyotp (32 2.7K) - Python One-Time Password Library. MIT
  • GitHub ( 43 300 270 12K 89 - 5% open 19.10.2023):

     git clone https://github.com/pyauth/pyotp
    
  • PyPi ( 5.4M / month 630 27.07.2023):

     pip install pyotp
    
  • Conda ( 48K 28.07.2023):

     conda install -c conda-forge pyotp
    
Flask-HTTPAuth (32 1.2K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT
  • GitHub ( 34 220 18K 110 - 8% open 15.10.2023):

     git clone https://github.com/miguelgrinberg/Flask-HTTPAuth
    
  • PyPi ( 660K / month 2.2K 27.04.2023):

     pip install flask-httpauth
    
  • Conda ( 130K 16.06.2023):

     conda install -c conda-forge flask-httpauth
    
django-rest-framework-simplejwt (31 3.6K) - A JSON Web Token authentication plugin for the Django.. MIT
  • GitHub ( 110 630 480 - 33% open 06.11.2023):

     git clone https://github.com/jazzband/djangorestframework-simplejwt
    
  • PyPi ( 1.8M / month 360 21.08.2023):

     pip install djangorestframework-simplejwt
    
fastapi-users (31 3.6K) - Ready-to-use and customizable users management for FastAPI. MIT
  • GitHub ( 62 320 160 2.3K 250 - 2% open 26.08.2023):

     git clone https://github.com/fastapi-users/fastapi-users
    
  • PyPi ( 68K / month 15 26.08.2023):

     pip install fastapi-users
    
  • Conda ( 43K 26.08.2023):

     conda install -c conda-forge fastapi-users
    
python-jose (31 1.4K) - A JOSE implementation in Python. MIT
  • GitHub ( 49 240 160 - 52% open 03.05.2023):

     git clone https://github.com/mpdavis/python-jose
    
  • PyPi ( 7.2M / month 870 05.06.2021):

     pip install python-jose
    
  • Conda ( 1.9M 16.06.2023):

     conda install -c conda-forge python-jose
    
django-rest-knox (29 1K) - Authentication Module for django rest auth. MIT
  • GitHub ( 51 190 10K 140 - 34% open 17.10.2023):

     git clone https://github.com/James1345/django-rest-knox
    
  • PyPi ( 120K / month 180 31.01.2022):

     pip install django-rest-knox
    
flask-dance (29 960) - Doing the OAuth dance with style using Flask, requests, and.. MIT
  • GitHub ( 56 150 3.9K 200 - 18% open 10.05.2023):

     git clone https://github.com/singingwolfboy/flask-dance
    
  • PyPi ( 61K / month 160 10.05.2023):

     pip install flask-dance
    
  • Conda ( 10K 13.09.2023):

     conda install -c conda-forge flask-dance
    
django-rules (28 1.7K ) - Awesome Django authorization, without the database. MIT
  • GitHub ( 28 140 1.5K 110 - 26% open 23.02.2023):

     git clone https://github.com/dfunckt/django-rules
    
  • PyPi ( 120K / month 140 23.03.2022):

     pip install rules
    
django-cas-ng (27 360) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT
  • GitHub ( 86 170 540 480 150 - 1% open 17.10.2023):

     git clone https://github.com/django-cas-ng/django-cas-ng
    
  • PyPi ( 27K / month 74 17.10.2023):

     pip install django-cas-ng
    
authomatic (26 1K) - Simple yet powerful authorization / authentication client library for.. MIT
  • GitHub ( 47 390 130 - 33% open 09.06.2023):

     git clone https://github.com/authomatic/authomatic
    
  • PyPi ( 1.6K / month 250 08.06.2023):

     pip install authomatic
    
fastapi_login (24 540) - FastAPI-Login tries to provide similar functionality as.. MIT
  • GitHub ( 14 53 3 720 54 - 16% open 27.07.2023):

     git clone https://github.com/MushroomMaula/fastapi_login
    
  • PyPi ( 22K / month 2 27.07.2023):

     pip install fastapi_login
    
python-jwt (22 220) - Python module for generating and verifying JSON Web Tokens. MIT
  • GitHub ( 5 29 13.11.2023):

     git clone https://github.com/davedoesdev/python-jwt
    
  • PyPi ( 160K / month 64 13.11.2023):

     pip install python-jwt
    
flask_simplelogin (18 190) - Simple Login - Login Extension for Flask - maintainer.. MIT
  • GitHub ( 11 39 37 18 - 16% open 18.08.2023):

     git clone https://github.com/flask-extensions/flask_simplelogin
    
  • PyPi ( 50K / month 3 25.10.2021):

     pip install flask_simplelogin
    
Show 16 hidden projects...

HTML Processing

Back to top

lxml (39 2.5K) - The lxml XML toolkit for Python. BSD-3
  • GitHub ( 150 570 25K 400K 14.11.2023):

     git clone https://github.com/lxml/lxml
    
  • PyPi ( 79M / month 40K 05.07.2023):

     pip install lxml
    
  • Conda ( 11M 24.09.2023):

     conda install -c conda-forge lxml
    
bleach (37 2.6K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2
  • GitHub ( 79 250 280K 370 - 1% open 06.10.2023):

     git clone https://github.com/mozilla/bleach
    
  • PyPi ( 16M / month 13K 06.10.2023):

     pip install bleach
    
  • Conda ( 16M 06.10.2023):

     conda install -c conda-forge bleach
    
xhtml2pdf (36 2.1K) - A library for converting HTML into PDFs using ReportLab. Apache-2
  • GitHub ( 160 660 16 13K 400 - 26% open 09.11.2023):

     git clone https://github.com/xhtml2pdf/xhtml2pdf
    
  • PyPi ( 600K / month 840 09.11.2023):

     pip install xhtml2pdf
    
  • Conda ( 92K 19.07.2023):

     conda install -c conda-forge xhtml2pdf
    
markupsafe (36 560) - Safely add untrusted strings to HTML/XML markup. BSD-3
  • GitHub ( 41 150 2.2K 1.4M 110 - 0% open 15.09.2023):

     git clone https://github.com/pallets/markupsafe
    
  • PyPi ( 150M / month 75K 02.06.2023):

     pip install markupsafe
    
  • Conda ( 36M 22.09.2023):

     conda install -c conda-forge markupsafe
    
html5lib-python (33 1.1K ) - Standards-compliant library for parsing and serializing.. MIT
  • GitHub ( 65 280 260 - 31% open 03.03.2023):

     git clone https://github.com/html5lib/html5lib-python
    
  • PyPi ( 13M / month 15K 22.06.2020):

     pip install html5lib
    
  • Conda ( 3.9M 16.06.2023):

     conda install -c conda-forge html5lib
    
WeasyPrint (32 6.2K) - The awesome document factory. BSD-3
  • GitHub ( 130 620 21 1.7K - 11% open 22.11.2023):

     git clone https://github.com/Kozea/WeasyPrint
    
  • PyPi ( 1.3M / month 100 29.09.2023):

     pip install weasyprint
    
  • Conda ( 150K 29.09.2023):

     conda install -c conda-forge weasyprint
    
Requests-HTML (31 13K ) - Pythonic HTML Parsing for Humans. MIT
  • GitHub ( 66 990 420 - 48% open 03.04.2023):

     git clone https://github.com/psf/requests-html
    
  • PyPi ( 1.1M / month 380 17.02.2019):

     pip install requests-html
    
pyquery (31 2.2K) - A jquery-like library for python. BSD-3
  • GitHub ( 53 180 21K 190 - 29% open 31.07.2023):

     git clone https://github.com/gawel/pyquery
    
  • PyPi ( 1.8M / month 3.4K 28.12.2022):

     pip install pyquery
    
  • Conda ( 56K 16.06.2023):

     conda install -c conda-forge pyquery
    
selectolax (25 900) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT
  • GitHub ( 13 61 1.1K 87 - 19% open 07.11.2023):

     git clone https://github.com/rushter/selectolax
    
  • PyPi ( 47K / month 45 17.10.2023):

     pip install selectolax
    
html5-parser (24 660) - Fast C based HTML 5 parsing for python. Apache-2
  • GitHub ( 7 77 22 - 4% open 19.11.2023):

     git clone https://github.com/kovidgoyal/html5-parser
    
  • PyPi ( 140K / month 18 19.11.2023):

     pip install html5-parser
    

URL Utilities

Back to top

tldextract (36 1.7K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3
  • GitHub ( 50 210 23K 190 - 6% open 17.11.2023):

     git clone https://github.com/john-kurkowski/tldextract
    
  • PyPi ( 7.6M / month 1.2K 17.11.2023):

     pip install tldextract
    
  • Conda ( 440K 17.11.2023):

     conda install -c conda-forge tldextract
    
Yarl (35 1K) - Yet another URL library. Apache-2
  • GitHub ( 86 150 13K 220 - 16% open 22.11.2023):

     git clone https://github.com/aio-libs/yarl
    
  • PyPi ( 78M / month 3.2K 20.11.2023):

     pip install yarl
    
  • Conda ( 11M 08.10.2023):

     conda install -c conda-forge yarl
    
shortuuid (31 1.9K ) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3
  • GitHub ( 33 110 21K 25.02.2023):

     git clone https://github.com/skorokithakis/shortuuid
    
  • PyPi ( 3.9M / month 1.1K 13.11.2022):

     pip install shortuuid
    
  • Conda ( 420K 16.06.2023):

     conda install -c conda-forge shortuuid
    
Show 3 hidden projects...
  • uritemplate (29 210) - URI template parsing per RFC6570. BSD-1-Clause
  • furl (27 2.5K ) - URL parsing and manipulation made easy. Unlicense
  • purl (24 290 ) - A simple, immutable URL class with a clean API for interrogation and.. MIT

OpenAPI Utilities

Back to top

 OpenAPI-Specification ( 27K) - The OpenAPI Specification Repository.

OpenAPI Generator (42 18K) - OpenAPI Generator allows generation of API client.. Apache-2
  • GitHub ( 2.9K 5.6K 5 7.6K - 55% open 23.11.2023):

     git clone https://github.com/OpenAPITools/openapi-generator
    
  • PyPi ( 4.9K / month 15.05.2020):

     pip install openapi-generator-cli
    
  • npm ( 1.8M / month 590 18.07.2023):

     npm install @openapitools/openapi-generator-cli
    
connexion (38 4.3K) - Connexion is a modern Python web framework that makes spec-.. Apache-2
  • GitHub ( 220 740 11K 970 - 6% open 20.11.2023):

     git clone https://github.com/zalando/connexion
    
  • PyPi ( 5.1M / month 730 20.11.2023):

     pip install connexion
    
  • Conda ( 260K 21.11.2023):

     conda install -c conda-forge connexion
    
swagger-ui (37 25K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2
  • GitHub ( 570 8.8K 36K 5.3K - 19% open 22.11.2023):

     git clone https://github.com/swagger-api/swagger-ui
    
drf-spectacular (36 1.9K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3
  • GitHub ( 100 220 82K 820 - 8% open 20.11.2023):

     git clone https://github.com/tfranzel/drf-spectacular
    
  • PyPi ( 1.5M / month 63 23.09.2023):

     pip install drf-spectacular
    
  • Conda ( 27K 23.09.2023):

     conda install -c conda-forge drf-spectacular
    
drf-yasg (35 3.2K) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3
  • GitHub ( 66 430 97K 640 - 36% open 20.07.2023):

     git clone https://github.com/axnsan12/drf-yasg
    
  • PyPi ( 1.7M / month 380 20.07.2023):

     pip install drf-yasg
    
  • Conda ( 7.8K 25.10.2023):

     conda install -c conda-forge drf-yasg
    
datamodel-code-generator (34 2K) - Pydantic model and dataclasses.dataclass generator.. MIT
  • GitHub ( 100 230 970 430 - 27% open 22.11.2023):

     git clone https://github.com/koxudaxi/datamodel-code-generator
    
  • PyPi ( 590K / month 63 16.11.2023):

     pip install datamodel-code-generator
    
apispec (34 1.1K) - A pluggable API specification generator. Currently supports the.. MIT
  • GitHub ( 84 170 11K 270 - 11% open 30.10.2023):

     git clone https://github.com/marshmallow-code/apispec
    
  • PyPi ( 5.9M / month 7.1K 10.03.2023):

     pip install apispec
    
  • Conda ( 640K 25.06.2023):

     conda install -c conda-forge apispec
    
redoc (33 21K) - OpenAPI/Swagger-generated API Reference Documentation. MIT
  • GitHub ( 220 2.2K 91 5.8K 1.7K - 18% open 13.11.2023):

     git clone https://github.com/Redocly/redoc
    
swagger-codegen (32 16K) - swagger-codegen contains a template-driven engine to.. Apache-2
  • GitHub ( 1.2K 6K 23 6.8K - 49% open 22.11.2023):

     git clone https://github.com/swagger-api/swagger-codegen
    
OpenAPI Spec validator (32 290) - OpenAPI Spec Validator is a CLI, pre-commit hook and.. Apache-2
  • GitHub ( 38 60 5.9K 110 - 30% open 21.11.2023):

     git clone https://github.com/p1c2u/openapi-spec-validator
    
  • PyPi ( 4.3M / month 250 13.10.2023):

     pip install openapi-spec-validator
    
  • Conda ( 470K 14.10.2023):

     conda install -c conda-forge openapi-spec-validator
    
flasgger (31 3.4K) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT
  • GitHub ( 110 480 510 12K 410 - 60% open 18.05.2023):

     git clone https://github.com/flasgger/flasgger
    
  • PyPi ( 390K / month 370 10.06.2023):

     pip install flasgger
    
  • Conda ( 130K 16.06.2023):

     conda install -c conda-forge flasgger
    
AutoRest (30 4.4K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT
  • GitHub ( 170 750 87K 540 2.1K - 4% open 16.11.2023):

     git clone https://github.com/Azure/autorest
    
openapi-core (30 250) - Openapi-core is a Python library that adds client-side and.. BSD-3
  • GitHub ( 61 120 460 220 - 29% open 22.11.2023):

     git clone https://github.com/p1c2u/openapi-core
    
  • PyPi ( 280K / month 41 22.11.2023):

     pip install openapi-core
    
  • Conda ( 16K 06.11.2023):

     conda install -c conda-forge openapi-core
    
openapi-python-client (29 890) - Generate modern Python clients from OpenAPI. MIT
  • GitHub ( 55 160 720 320 - 13% open 11.11.2023):

     git clone https://github.com/openapi-generators/openapi-python-client
    
  • PyPi ( 180K / month 5 16.09.2023):

     pip install openapi-python-client
    
  • Conda ( 23K 23.07.2023):

     conda install -c conda-forge openapi-python-client
    
OpenAPI-to-GraphQL (26 1.6K ) - Translate APIs described by OpenAPI Specifications.. MIT
  • GitHub ( 42 200 750 280 - 48% open 09.03.2023):

     git clone https://github.com/IBM/openapi-to-graphql
    
  • npm ( 3K / month 3 09.03.2023):

     npm install openapi-to-graphql-cli
    
Spectree (25 300) - API spec validator and OpenAPI document generator for Python.. Apache-2
  • GitHub ( 42 70 82 110 - 16% open 07.11.2023):

     git clone https://github.com/0b01001001/spectree
    
  • PyPi ( 42K / month 5 07.11.2023):

     pip install spectree
    
pyramid_openapi3 (20 79) - Pyramid addon for OpenAPI3 validation of requests and.. MIT
  • GitHub ( 24 41 83 - 39% open 17.05.2023):

     git clone https://github.com/Pylons/pyramid_openapi3
    
  • PyPi ( 20K / month 5 11.12.2022):

     pip install pyramid_openapi3
    
Show 5 hidden projects...

GraphQL Utilities

Back to top

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

Strawberry GraphQL (36 3.5K) - A GraphQL library for Python that leverages type.. MIT
  • GitHub ( 230 470 460 2.4K 940 - 45% open 22.11.2023):

     git clone https://github.com/strawberry-graphql/strawberry
    
  • PyPi ( 690K / month 51 20.11.2023):

     pip install strawberry-graphql
    
graphene (35 7.8K) - GraphQL framework for Python. MIT
  • GitHub ( 210 840 19K 1K - 12% open 06.10.2023):

     git clone https://github.com/graphql-python/graphene
    
  • PyPi ( 1.9M / month 860 26.07.2023):

     pip install graphene
    
  • Conda ( 260K 26.07.2023):

     conda install -c conda-forge graphene
    
graphene-django (33 4.2K) - Build powerful, efficient, and flexible GraphQL APIs.. MIT
  • GitHub ( 220 740 14K 800 - 16% open 29.10.2023):

     git clone https://github.com/graphql-python/graphene-django
    
  • PyPi ( 430K / month 500 09.08.2023):

     pip install graphene-django
    
  • Conda ( 32K 10.08.2023):

     conda install -c conda-forge graphene-django
    
ariadne (33 2.1K) - Python library for implementing GraphQL servers using schema-first.. BSD-3
  • GitHub ( 71 170 1.4K 300 - 16% open 08.11.2023):

     git clone https://github.com/mirumee/ariadne
    
  • PyPi ( 200K / month 48 08.11.2023):

     pip install ariadne
    
graphql-core (30 490) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT
  • GitHub ( 31 120 24K 140 - 15% open 09.06.2023):

     git clone https://github.com/graphql-python/graphql-core
    
  • PyPi ( 4.9M / month 780 04.06.2023):

     pip install graphql-core
    
  • Conda ( 860K 19.10.2023):

     conda install -c conda-forge graphql-core
    
graphene-mongo (24 280) - Graphene MongoEngine integration. MIT
  • GitHub ( 37 110 330 100 - 28% open 01.06.2023):

     git clone https://github.com/graphql-python/graphene-mongo
    
  • PyPi ( 9.3K / month 13 14.10.2022):

     pip install graphene-mongo
    
  • Conda ( 7.1K 16.06.2023):

     conda install -c conda-forge graphene-mongo
    
graphene-pydantic (20 200) - Integrate GraphQL with your Pydantic models. Apache-2
  • GitHub ( 19 41 40 - 22% open 24.09.2023):

     git clone https://github.com/graphql-python/graphene-pydantic
    
  • PyPi ( 13K / month 2 25.01.2022):

     pip install graphene-pydantic
    
Show 8 hidden projects...

Websocket Utilities

Back to top

websocket-client (39 3.3K ) - WebSocket client for Python. Apache-2
  • GitHub ( 220 780 150K 630 - 1% open 27.10.2023):

     git clone https://github.com/websocket-client/websocket-client
    
  • PyPi ( 64M / month 7.2K 08.10.2023):

     pip install websocket-client
    
  • Conda ( 12M 08.10.2023):

     conda install -c conda-forge websocket-client
    
websockets (37 4.8K) - Library for building WebSocket servers and clients in Python. BSD-3
  • GitHub ( 70 500 140K 1K - 2% open 03.11.2023):

     git clone https://github.com/aaugustin/websockets
    
  • PyPi ( 24M / month 4.4K 21.10.2023):

     pip install websockets
    
  • Conda ( 2.4M 21.10.2023):

     conda install -c conda-forge websockets
    
Flask-SocketIO (35 5.2K) - Socket.IO integration for Flask applications. MIT
  • GitHub ( 69 900 34K 1.6K - 0% open 15.10.2023):

     git clone https://github.com/miguelgrinberg/Flask-SocketIO
    
  • PyPi ( 840K / month 2.4K 05.09.2023):

     pip install flask-socketio
    
  • Conda ( 370K 05.09.2023):

     conda install -c conda-forge flask-socketio
    
python-socketio (35 3.6K) - Python Socket.IO server and client. MIT
  • GitHub ( 68 580 39K 790 - 4% open 20.11.2023):

     git clone https://github.com/miguelgrinberg/python-socketio
    
  • PyPi ( 1.9M / month 2K 15.10.2023):

     pip install python-socketio
    
  • Conda ( 440K 15.10.2023):

     conda install -c conda-forge python-socketio
    
autobahn-python (34 2.4K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT
  • GitHub ( 130 770 29K 880 - 20% open 14.06.2023):

     git clone https://github.com/crossbario/autobahn-python
    
  • PyPi ( 1M / month 2K 14.06.2023):

     pip install autobahn
    
  • Conda ( 460K 14.06.2023):

     conda install -c conda-forge autobahn
    
daphne (30 2.1K) - Django Channels HTTP/WebSocket server. BSD-3
  • GitHub ( 67 240 310 - 13% open 03.10.2023):

     git clone https://github.com/django/daphne
    
  • PyPi ( 690K / month 780 07.10.2022):

     pip install daphne
    
  • Conda ( 170K 16.06.2023):

     conda install -c conda-forge daphne
    
websockify (27 3.6K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. LGPL-3.0
  • GitHub ( 96 730 30 340 - 8% open 06.09.2023):

     git clone https://github.com/novnc/websockify
    
  • PyPi ( 57K / month 310 21.08.2023):

     pip install websockify
    
  • Conda ( 94K 01.10.2023):

     conda install -c conda-forge websockify
    
sockjs-tornado (26 860) - WebSocket emulation - Python server. MIT
  • GitHub ( 36 160 2.2K 74 - 47% open 10.05.2023):

     git clone https://github.com/mrjoes/sockjs-tornado
    
  • PyPi ( 17K / month 750 24.04.2020):

     pip install sockjs-tornado
    
  • Conda ( 1.7K 16.06.2023):

     conda install -c conda-forge sockjs-tornado
    
Show 3 hidden projects...

RPC Utilities

Back to top

grpc (48 39K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2
  • GitHub ( 980 11K 19K 4.7K 11K - 7% open 17.11.2023):

     git clone https://github.com/grpc/grpc
    
  • PyPi ( 85M / month 5.3K 17.11.2023):

     pip install grpcio
    
  • Conda ( 10M 17.11.2023):

     conda install -c conda-forge grpcio
    
rpyc (30 1.5K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT
  • GitHub ( 84 240 380 2K 410 - 17% open 13.10.2023):

     git clone https://github.com/tomerfiliba-org/rpyc
    
  • PyPi ( 380K / month 350 22.02.2023):

     pip install rpyc
    
  • Conda ( 760K 16.06.2023):

     conda install -c conda-forge rpyc
    
fastapi-jsonrpc (23 240) - JSON-RPC server based on fastapi. MIT
  • GitHub ( 11 25 39 29 - 13% open 24.10.2023):

     git clone https://github.com/smagafurov/fastapi-jsonrpc
    
  • PyPi ( 4.8K / month 5 24.10.2023):

     pip install fastapi-jsonrpc
    
ucall (21 880) - Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than.. Apache-2
  • GitHub ( 10 24 26 23 - 30% open 08.06.2023):

     git clone https://github.com/unum-cloud/ucall
    
  • PyPi ( 26K / month 08.06.2023):

     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

Back to top

chalice (35 10K) - Python Serverless Microframework for AWS. Apache-2
  • GitHub ( 200 1K 2.7K 1.3K - 35% open 08.06.2023):

     git clone https://github.com/aws/chalice
    
  • PyPi ( 260K / month 160 05.06.2023):

     pip install chalice
    
  • Conda ( 200K 05.06.2023):

     conda install -c conda-forge chalice
    
lambdarest (20 92 ) - Flask like web framework for AWS Lambda. MIT
  • GitHub ( 23 24 11 32 - 3% open 08.03.2023):

     git clone https://github.com/sloev/python-lambdarest
    
  • PyPi ( 1.7K / month 08.03.2023):

     pip install lambdarest
    
Show 2 hidden projects...
  • Zappa (35 12K ) - Serverless Python. MIT
  • python-lambda (25 1.5K ) - A toolkit for developing and deploying serverless Python code.. ISC

Content Management Systems

Back to top

wagtail (41 16K) - A Django content management system focused on flexibility and user.. BSD-3
  • GitHub ( 870 3.5K 6 4.8K - 20% open 23.11.2023):

     git clone https://github.com/wagtail/wagtail
    
  • PyPi ( 210K / month 1.5K 16.11.2023):

     pip install wagtail
    
  • Conda ( 67K 17.11.2023):

     conda install -c conda-forge wagtail
    
django-cms (40 9.6K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3
  • GitHub ( 640 3K 5K 3.5K - 3% open 22.11.2023):

     git clone https://github.com/django-cms/django-cms
    
  • PyPi ( 72K / month 1.7K 08.09.2023):

     pip install django-cms
    
mezzanine (32 4.7K ) - CMS framework for Django. BSD-2
  • GitHub ( 330 1.6K 1.1K - 5% open 02.11.2022):

     git clone https://github.com/stephenmcd/mezzanine
    
  • PyPi ( 3.8K / month 1.2K 08.08.2018):

     pip install mezzanine
    
lektor (29 3.7K) - The lektor static file content management system. BSD-3
  • GitHub ( 94 320 7.1K 440 660 - 36% open 12.11.2023):

     git clone https://github.com/lektor/lektor
    
  • PyPi ( 2.2K / month 89 12.11.2023):

     pip install lektor
    
  • Conda ( 67K 04.06.2023):

     conda install -c conda-forge lektor
    
feincms (26 870) - A Django-based CMS with a focus on extensibility and concise code. BSD-3
  • GitHub ( 140 230 440 - 6% open 07.08.2023):

     git clone https://github.com/feincms/feincms
    
  • PyPi ( 6.8K / month 160 07.08.2023):

     pip install feincms
    
Show 1 hidden projects...
  • Kotti (20 400 ) - Kotti is a high-level, Pythonic web application framework based on.. BSD

Web Testing

Back to top

selenium (48 28K) - A browser automation framework and ecosystem. Apache-2
  • GitHub ( 850 7.7K 13M 240K 9.7K - 2% open 23.11.2023):

     git clone https://github.com/SeleniumHQ/selenium
    
  • PyPi ( 13M / month 17K 03.11.2023):

     pip install selenium
    
  • Conda ( 1.2M 16.11.2023):

     conda install -c conda-forge selenium
    
coverage (43 2.7K) - The code coverage tool for Python. Apache-2
  • GitHub ( 180 380 350K 1.4K - 18% open 20.11.2023):

     git clone https://github.com/nedbat/coveragepy
    
  • PyPi ( 65M / month 58K 02.10.2023):

     pip install coverage
    
  • Conda ( 13M 02.10.2023):

     conda install -c conda-forge coverage
    
mitmproxy (40 33K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT
  • GitHub ( 500 3.9K 220K 3.3K 3.2K - 9% open 18.11.2023):

     git clone https://github.com/mitmproxy/mitmproxy
    
  • PyPi ( 280K / month 480 14.11.2023):

     pip install mitmproxy
    
Locust (39 23K) - Write scalable load tests in plain Python. MIT
  • GitHub ( 300 2.8K 3 1.5K - 0% open 23.11.2023):

     git clone https://github.com/locustio/locust
    
  • PyPi ( 1.4M / month 110 23.11.2023):

     pip install locust
    
  • Conda ( 140K 22.11.2023):

     conda install -c conda-forge locust
    
SeleniumLibrary (37 1.3K) - Web testing library for Robot Framework. Apache-2
  • GitHub ( 120 730 3.6K 4.3K 1K - 7% open 19.11.2023):

     git clone https://github.com/robotframework/SeleniumLibrary
    
  • PyPi ( 7.6M / month 140 19.11.2023):

     pip install robotframework-seleniumlibrary
    
  • Conda ( 78K 12.10.2023):

     conda install -c conda-forge robotframework-seleniumlibrary
    
responses (36 4K) - A utility for mocking out the Python Requests library. Apache-2
  • GitHub ( 120 340 180 32K 290 - 2% open 14.11.2023):

     git clone https://github.com/getsentry/responses
    
  • PyPi ( 15M / month 3.2K 14.11.2023):

     pip install responses
    
  • Conda ( 2M 15.11.2023):

     conda install -c conda-forge responses
    
SeleniumBase (36 3.7K) - Browser automation framework for testing with Selenium, Python,.. MIT
  • GitHub ( 37 860 990 980 - 0% open 17.11.2023):

     git clone https://github.com/seleniumbase/SeleniumBase
    
  • PyPi ( 430K / month 9 17.11.2023):

     pip install seleniumbase
    
splinter (35 2.7K) - splinter - python test framework for web applications. BSD-3
  • GitHub ( 180 530 6.6K 530 - 10% open 22.11.2023):

     git clone https://github.com/cobrateam/splinter
    
  • PyPi ( 110K / month 1.1K 15.11.2023):

     pip install splinter
    
httprunner (34 3.8K) - HttpRunner API/UI. Apache-2
  • GitHub ( 45 1.2K 9.9K 520 1.2K - 37% open 20.09.2023):

     git clone https://github.com/httprunner/httprunner
    
  • PyPi ( 8.1K / month 7 23.07.2023):

     pip install httprunner
    
vcrpy (34 2.5K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT
  • GitHub ( 140 350 8.1K 400 - 30% open 09.08.2023):

     git clone https://github.com/kevin1024/vcrpy
    
  • PyPi ( 1.1M / month 1K 31.07.2023):

     pip install vcrpy
    
  • Conda ( 320K 31.07.2023):

     conda install -c conda-forge vcrpy
    
django-silk (33 4.1K) - Silky smooth profiling for Django. MIT
  • GitHub ( 140 320 190 4.2K 350 - 34% open 23.11.2023):

     git clone https://github.com/jazzband/django-silk
    
  • PyPi ( 550K / month 150 23.09.2023):

     pip install django-silk
    
Prism (32 3.8K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2
  • GitHub ( 90 310 810K 460 670 - 10% open 17.11.2023):

     git clone https://github.com/stoplightio/prism
    
  • npm ( 240K / month 28 30.10.2023):

     npm install @stoplight/prism-cli
    
factory_boy (32 3.2K) - A test fixtures replacement for Python. MIT
  • GitHub ( 130 380 590 - 33% open 11.10.2023):

     git clone https://github.com/FactoryBoy/factory_boy
    
  • PyPi ( 3.4M / month 800 19.07.2023):

     pip install factory_boy
    
  • Conda ( 140K 19.07.2023):

     conda install -c conda-forge factory_boy
    
schemathesis (31 1.9K) - Automate your API Testing: catch crashes, validate.. MIT
  • GitHub ( 60 140 270 780 - 14% open 23.11.2023):

     git clone https://github.com/schemathesis/schemathesis
    
  • PyPi ( 94K / month 4 16.11.2023):

     pip install schemathesis
    
tavern (30 960) - A command-line tool and Python library and Pytest plugin for automated.. MIT
  • GitHub ( 60 190 510 590 - 6% open 19.11.2023):

     git clone https://github.com/taverntesting/tavern
    
  • PyPi ( 180K / month 24 18.11.2023):

     pip install tavern
    
Dredd (29 4.1K) - Language-agnostic HTTP API Testing Tool. MIT
  • GitHub ( 110 300 1K 830 - 30% open 19.07.2023):

     git clone https://github.com/apiaryio/dredd
    
  • PyPi ( 5.1K / month 38 09.04.2018):

     pip install dredd_hooks
    
  • npm ( 28K / month 180 16.11.2021):

     npm install dredd
    
flask-debugtoolbar (29 900) - A toolbar overlay for debugging Flask applications. BSD-3
  • GitHub ( 50 130 25K 120 - 33% open 21.11.2023):

     git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar
    
  • PyPi ( 140K / month 3K 29.03.2022):

     pip install flask-debugtoolbar
    
  • Conda ( 64K 16.06.2023):

     conda install -c conda-forge flask-debugtoolbar
    
Model Bakery (29 730) - Object factory for Django. Apache-2
  • GitHub ( 52 81 3.5K 130 - 21% open 27.10.2023):

     git clone https://github.com/model-bakers/model_bakery
    
  • PyPi ( 550K / month 29 27.10.2023):

     pip install model_bakery
    
  • Conda ( 20K 16.06.2023):

     conda install -c conda-forge model_bakery
    
pytest-flask (29 460) - A set of pytest fixtures to test Flask applications. MIT
  • GitHub ( 36 91 5 82 - 15% open 14.11.2023):

     git clone https://github.com/pytest-dev/pytest-flask
    
  • PyPi ( 390K / month 8.4K 23.10.2023):

     pip install pytest-flask
    
  • Conda ( 81K 23.10.2023):

     conda install -c conda-forge pytest-flask
    
selene (28 640) - User-oriented Web UI browser tests in Python. MIT
  • GitHub ( 39 140 3.4K 300 - 36% open 25.08.2023):

     git clone https://github.com/yashaka/selene
    
  • PyPi ( 18K / month 15 02.08.2023):

     pip install selene
    
selenium-python-helium (27 3.7K) - Lighter web automation for Python. MIT
  • GitHub ( 8 340 500 87 - 52% open 15.11.2023):

     git clone https://github.com/mherrmann/selenium-python-helium
    
  • PyPi ( 7.4K / month 13 15.11.2023):

     pip install helium
    
aioresponses (27 470) - Aioresponses is a helper for mock/fake web requests in python.. MIT
  • GitHub ( 46 83 100 - 50% open 17.11.2023):

     git clone https://github.com/pnuckowski/aioresponses
    
  • PyPi ( 510K / month 200 20.11.2023):

     pip install aioresponses
    
webtest (27 330) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT
  • GitHub ( 91 110 11K 130 - 22% open 08.06.2023):

     git clone https://github.com/Pylons/webtest
    
  • PyPi ( 730K / month 4K 19.08.2021):

     pip install webtest
    
  • Conda ( 13K 16.06.2023):

     conda install -c conda-forge webtest
    
playwright (26 9.7K) - A high-level API to automate web browsers. Apache-2
  • GitHub ( 820):

     git clone https://github.com/Microsoft/playwright-python
    
  • PyPi ( 2.2M / month 390 21.11.2023):

     pip install playwright
    
  • Conda ( 25K 21.11.2023):

     conda install -c microsoft playwright
    
django-test-plus (25 580) - Useful additions to Djangos default TestCase. BSD-3
  • GitHub ( 33 66 57 - 19% open 11.07.2023):

     git clone https://github.com/revsys/django-test-plus
    
  • PyPi ( 52K / month 1.3K 19.05.2021):

     pip install django-test-plus
    
  • Conda ( 29K 16.06.2023):

     conda install -c conda-forge django-test-plus
    
requestium (23 1.8K ) - Integration layer between Requests and Selenium for automation.. BSD-3
  • GitHub ( 14 140 86 33 - 15% open 30.04.2023):

     git clone https://github.com/tryolabs/requestium
    
  • PyPi ( 43K / month 7 04.12.2022):

     pip install requestium
    
molotov (23 440) - Load Testing Tool. Apache-2
  • GitHub ( 16 31 120 110 - 13% open 23.11.2023):

     git clone https://github.com/loads/molotov
    
  • PyPi ( 33K / month 13 21.10.2022):

     pip install molotov
    
gabbi (23 140) - Declarative HTTP Testing for Python and anything else. Apache-2
  • GitHub ( 29 34 150 - 14% open 02.10.2023):

     git clone https://github.com/cdent/gabbi
    
  • PyPi ( 14K / month 110 02.10.2023):

     pip install gabbi
    
pyramid_debugtoolbar (23 94) - Pyramid debug toolbar. BSD-3
  • GitHub ( 68 83 180 - 22% open 09.09.2023):

     git clone https://github.com/Pylons/pyramid_debugtoolbar
    
  • PyPi ( 2.8M / month 23 05.01.2015):

     pip install pyramid_debugtoolbar
    
  • Conda ( 4.4K 16.06.2023):

     conda install -c conda-forge pyramid_debugtoolbar
    
fsociety (22 1.1K) - A Modular Penetration Testing Framework. MIT
  • GitHub ( 11 140 8 34 - 5% open 11.11.2023):

     git clone https://github.com/fsociety-team/fsociety
    
  • PyPi ( 2.5K / month 01.05.2022):

     pip install fsociety
    
python-mocket (22 270) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
  • GitHub ( 24 41 89 70 - 2% open 12.11.2023):

     git clone https://github.com/mindflayer/python-mocket
    
  • PyPi ( 7.5K / month 27 28.10.2023):

     pip install mocket
    
Astra (15 2.4K ) - Automated Security Testing For REST APIs. Apache-2
  • GitHub ( 12 370 85 - 67% open 16.02.2023):

     git clone https://github.com/flipkart-incubator/Astra
    
Show 18 hidden projects...
  • pytest-django (35 1.2K) - A Django plugin for pytest. Unlicensed
  • HTTPretty (31 2.1K ) - Intercept HTTP requests at the Python socket level. Fakes the.. MIT
  • Mockoon (28 5.5K) - Mockoon is the easiest and quickest way to run mock APIs.. Unlicensed
  • pyppeteer (28 3.5K ) - Headless chrome/chromium automation library (unofficial port of.. MIT
  • django-nose (28 880 ) - Django test runner using nose. BSD-3
  • parameterized (28 790 ) - Parameterized testing with any Python test framework. BSD-2-Clause-FreeBSD
  • flask-testing (27 500 ) - Unittest extensions for Flask. BSD-3
  • splash (25 3.9K ) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3
  • mixer (25 920 ) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. 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.1K ) - Python Rest Testing. Apache-2
  • yandex-tank (22 2.3K) - Load and performance benchmark tool. LGPL-2.1
  • golem (19 490 ) - A complete test automation tool. MIT
  • async-asgi-testclient (19 140 ) - A framework-agnostic library for testing ASGI web.. MIT
  • aresponses (19 97 ) - Asyncio http mocking. Similar to the responses library used for.. MIT
  • huxley (17 4.1K ) - A testing system for catching visual regressions in Web.. Apache-2

Web Forms

Back to top

wtforms (38 1.4K) - A flexible forms validation and rendering library for Python. BSD-3
  • GitHub ( 160 390 440 - 11% open 05.11.2023):

     git clone https://github.com/wtforms/wtforms
    
  • PyPi ( 4.7M / month 15K 01.11.2023):

     pip install wtforms
    
  • Conda ( 190K 16.06.2023):

     conda install -c conda-forge wtforms
    
django-crispy-forms (36 4.8K) - The best way to have DRY Django forms. The app.. MIT
  • GitHub ( 220 740 130K 690 - 9% open 03.11.2023):

     git clone https://github.com/django-crispy-forms/django-crispy-forms
    
  • PyPi ( 950K / month 8.1K 15.10.2023):

     pip install django-crispy-forms
    
  • Conda ( 88K 15.10.2023):

     conda install -c conda-forge django-crispy-forms
    
flask-wtf (35 1.4K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3
  • GitHub ( 99 310 330 - 9% open 06.11.2023):

     git clone https://github.com/wtforms/flask-wtf
    
  • PyPi ( 6.2M / month 16K 02.10.2023):

     pip install flask-wtf
    
  • Conda ( 200K 13.10.2023):

     conda install -c conda-forge flask-wtf
    
django-formtools (28 710) - A set of high-level abstractions for Django forms. BSD-3
  • GitHub ( 73 130 9.6K 140 - 48% open 13.11.2023):

     git clone https://github.com/jazzband/django-formtools
    
  • PyPi ( 440K / month 1.2K 13.05.2023):

     pip install django-formtools
    
deform (28 400) - A Python HTML form library. BSD-3
  • GitHub ( 100 160 790 180 - 25% open 15.11.2023):

     git clone https://github.com/Pylons/deform
    
  • PyPi ( 7.7K / month 190 10.12.2020):

     pip install deform
    

Markdown

Back to top

pelican (38 12K) - Static site generator that supports Markdown and reST syntax... AGPL-3.0
  • GitHub ( 450 1.8K 920 7.5K 1.7K - 3% open 19.11.2023):

     git clone https://github.com/getpelican/pelican
    
  • PyPi ( 20K / month 1.8K 15.11.2023):

     pip install pelican
    
  • Conda ( 150K 16.06.2023):

     conda install -c conda-forge pelican
    
python-markdown2 (36 2.5K) - markdown2: A fast and complete implementation of Markdown in.. MIT
  • GitHub ( 73 440 20K 300 - 29% open 21.11.2023):

     git clone https://github.com/trentm/python-markdown2
    
  • PyPi ( 3.4M / month 2.4K 25.07.2023):

     pip install markdown2
    
mistune (36 2.4K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3
  • GitHub ( 42 240 250K 270 - 8% open 05.10.2023):

     git clone https://github.com/lepture/mistune
    
  • PyPi ( 16M / month 9.4K 29.09.2023):

     pip install mistune
    
  • Conda ( 16M 02.11.2023):

     conda install -c conda-forge mistune
    
pymdown-extensions (33 830) - Extensions for Python Markdown. MIT
  • GitHub ( 44 260 26K 350 - 2% open 21.11.2023):

     git clone https://github.com/facelessuser/pymdown-extensions
    
  • PyPi ( 2.3M / month 210 10.11.2023):

     pip install pymdown-extensions
    
  • Conda ( 170K 11.11.2023):

     conda install -c conda-forge pymdown-extensions
    
markdown-it-py (31 550) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT
  • GitHub ( 25 61 64K 78 - 34% open 21.11.2023):

     git clone https://github.com/executablebooks/markdown-it-py
    
  • PyPi ( 38M / month 200 03.06.2023):

     pip install markdown-it-py
    
  • Conda ( 3.4M 07.06.2023):

     conda install -c conda-forge markdown-it-py
    
grip (30 6.2K) - Preview GitHub README.md files locally before committing them. MIT
  • GitHub ( 40 440 1.6K 290 - 35% open 13.10.2023):

     git clone https://github.com/joeyespo/grip
    
  • PyPi ( 32K / month 150 12.10.2023):

     pip install grip
    
django-markdownx (29 800) - Comprehensive Markdown plugin built for Django. BSD-3
  • GitHub ( 36 150 2.4K 160 - 29% open 24.10.2023):

     git clone https://github.com/neutronX/django-markdownx
    
  • PyPi ( 32K / month 120 17.10.2023):

     pip install django-markdownx
    
mistletoe (26 680) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT
  • GitHub ( 32 100 480 780 120 - 15% open 24.08.2023):

     git clone https://github.com/miyuchina/mistletoe
    
  • PyPi ( 140K / month 73 24.08.2023):

     pip install mistletoe
    
django-markdown-editor (24 740) - Awesome Django Markdown Editor, supported for.. GPL-3.0
  • GitHub ( 37 1.2K 130 - 23% open 29.10.2023):

     git clone https://github.com/agusmakmun/django-markdown-editor
    
  • PyPi ( 35K / month 25 20.07.2023):

     pip install martor
    
markdown-include (21 91 ) - Provides syntax for Python-Markdown which allows for.. GPL-3.0
  • GitHub ( 12 40 5.2K 28 - 39% open 07.02.2023):

     git clone https://github.com/cmacmackin/markdown-include
    
  • PyPi ( 67K / month 280 07.02.2023):

     pip install markdown-include
    
  • Conda ( 20K 16.06.2023):

     conda install -c conda-forge markdown-include
    
Show 2 hidden projects...
  • markdown (38 3.4K) - A Python implementation of John Grubers Markdown with Extension.. Unlicensed
  • html2text (28 1.5K ) - Convert HTML to Markdown-formatted text. GPL-3.0

Third-party Web APIs

Back to top

 Public APIs ( 270K) - A collective list of free APIs.

 best-of-ml-python - DB Clients ( 15K) - Collection of python database client libraries.

discord.py (43 14K) - An API wrapper for Discord written in Python. MIT
  • GitHub ( 400 3.8K 37K 2.9K - 3% open 20.11.2023):

     git clone https://github.com/Rapptz/discord.py
    
  • PyPi ( 6.8M / month 2.8K 10.08.2023):

     pip install discord.py
    
  • Conda ( 14K 11.08.2023):

     conda install -c conda-forge discord.py
    
youtube-dl (42 120K) - Command-line program to download videos from YouTube.com and.. Unlicense
  • GitHub ( 1K 9.3K 60M 27K - 16% open 22.11.2023):

     git clone https://github.com/ytdl-org/youtube-dl
    
  • PyPi ( 1.1M / month 1.8K 16.12.2021):

     pip install youtube_dl
    
  • Conda ( 1.3M 16.06.2023):

     conda install -c conda-forge youtube-dl
    
google-api-python-client (42 7K) - The official Python client library for Googles.. Apache-2
  • GitHub ( 190 2.4K 170K 1K - 12% open 15.11.2023):

     git clone https://github.com/googleapis/google-api-python-client
    
  • PyPi ( 35M / month 7.7K 14.11.2023):

     pip install google-api-python-client
    
  • Conda ( 2.6M 14.11.2023):

     conda install -c conda-forge google-api-python-client
    
GitPython (42 4.1K) - GitPython is a python library used to interact with Git repositories. BSD-3
  • GitHub ( 300 900 210K 950 - 15% open 15.11.2023):

     git clone https://github.com/gitpython-developers/GitPython
    
  • PyPi ( 52M / month 8.3K 18.10.2023):

     pip install gitpython
    
  • Conda ( 7M 18.10.2023):

     conda install -c conda-forge gitpython
    
python-telegram-bot (41 24K) - We have made you a wrapper you cant refuse. GPL-3.0
  • GitHub ( 180 5K 21K 93K 2K - 0% open 22.11.2023):

     git clone https://github.com/python-telegram-bot/python-telegram-bot
    
  • PyPi ( 1.1M / month 2.5K 03.10.2023):

     pip install python-telegram-bot
    
  • Conda ( 90K 03.10.2023):

     conda install -c conda-forge python-telegram-bot
    
Telethon (41 8.4K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT
  • GitHub ( 160 1.3K 52K 2.1K - 1% open 19.11.2023):

     git clone https://github.com/LonamiWebs/Telethon
    
  • PyPi ( 1.7M / month 460 12.11.2023):

     pip install telethon
    
gspread (40 6.7K) - Google Sheets Python API. MIT
  • GitHub ( 170 920 1.8K 27K 860 - 5% open 20.11.2023):

     git clone https://github.com/burnash/gspread
    
  • PyPi ( 7.8M / month 1K 22.10.2023):

     pip install gspread
    
  • Conda ( 300K 16.06.2023):

     conda install -c conda-forge gspread
    
PyGithub (40 6.4K) - Typed interactions with the GitHub API v3. LGPL-3.0
  • GitHub ( 340 1.7K 47K 1.6K - 16% open 20.11.2023):

     git clone https://github.com/PyGithub/PyGithub
    
  • PyPi ( 16M / month 2.7K 29.09.2023):

     pip install pygithub
    
  • Conda ( 2.8M 08.10.2023):

     conda install -c conda-forge pygithub
    
tweepy (39 10K) - Twitter for Python!. MIT
  • GitHub ( 240 4.5K 50K 1.3K - 6% open 26.08.2023):

     git clone https://github.com/tweepy/tweepy
    
  • PyPi ( 730K / month 4.4K 20.05.2022):

     pip install tweepy
    
  • Conda ( 280K 16.06.2023):

     conda install -c conda-forge tweepy
    
pyTelegramBotAPI (38 7.3K) - Python Telegram bot api. GPL-2.0
  • GitHub ( 220 1.9K 41K 1.1K - 0% open 19.11.2023):

     git clone https://github.com/eternnoir/pyTelegramBotAPI
    
  • PyPi ( 380K / month 950 24.09.2023):

     pip install pytelegrambotapi
    
slackclient (37 3.7K) - Slack Developer Kit for Python. MIT
  • GitHub ( 160 880 400 1 770 - 2% open 23.11.2023):

     git clone https://github.com/slackapi/python-slack-sdk
    
  • PyPi ( 4.9M / month 2.2K 22.04.2022):

     pip install slackclient
    
  • Conda ( 710K 16.06.2023):

     conda install -c conda-forge slackclient
    
praw (37 3.2K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
  • GitHub ( 230 460 19K 740 - 0% open 20.11.2023):

     git clone https://github.com/praw-dev/praw
    
  • PyPi ( 340K / month 1.8K 11.07.2023):

     pip install praw
    
  • Conda ( 44K 23.09.2023):

     conda install -c conda-forge praw
    
twilio (37 1.7K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
  • GitHub ( 140 740 36K 290 - 3% open 17.11.2023):

     git clone https://github.com/twilio/twilio-python
    
  • PyPi ( 3.3M / month 3.6K 17.11.2023):

     pip install twilio
    
  • Conda ( 180K 17.11.2023):

     conda install -c conda-forge twilio
    
stripe (37 1.5K) - Python library for the Stripe API. MIT
  • GitHub ( 140 440 37K 350 - 4% open 21.11.2023):

     git clone https://github.com/stripe/stripe-python
    
  • PyPi ( 2.5M / month 2K 21.11.2023):

     pip install stripe
    
  • Conda ( 33K 16.06.2023):

     conda install -c anaconda stripe
    
hvac (37 1.2K) - Python 3.X client for HashiCorp Vault. Apache-2
  • GitHub ( 190 370 610 4K 460 - 31% open 30.10.2023):

     git clone https://github.com/hvac/hvac
    
  • PyPi ( 13M / month 400 20.10.2023):

     pip install hvac
    
  • Conda ( 440K 16.06.2023):

     conda install -c conda-forge hvac
    
pytube (36 9.6K) - A lightweight, dependency-free Python library (and command-line.. Unlicense
  • GitHub ( 110 2K 30K 1.2K - 37% open 20.05.2023):

     git clone https://github.com/pytube/pytube
    
  • PyPi ( 260K / month 450 17.12.2022):

     pip install pytube
    
  • Conda ( 14K 16.06.2023):

     conda install -c conda-forge pytube
    
python-slack-sdk (36 3.7K) - Slack Developer Kit for Python. MIT
  • GitHub ( 160 880 400 1 770 - 2% open 23.11.2023):

     git clone https://github.com/slackapi/python-slack-sdk
    
  • PyPi ( 20M / month 220 23.11.2023):

     pip install slack-sdk
    
  • Conda ( 130K 23.11.2023):

     conda install -c conda-forge slack-sdk
    
jira (36 1.8K) - Python Jira library. Development chat available on.. BSD-2
  • GitHub ( 250 840 780 8 710 - 22% open 02.11.2023):

     git clone https://github.com/pycontribs/jira
    
  • PyPi ( 6.3M / month 1.1K 29.06.2023):

     pip install jira
    
  • Conda ( 120K 29.06.2023):

     conda install -c conda-forge jira
    
thumbor (33 9.7K) - thumbor is an open-source photo thumbnail service by globo.com. MIT
  • GitHub ( 200 830 340 970 - 1% open 14.11.2023):

     git clone https://github.com/thumbor/thumbor
    
  • PyPi ( 6.4K / month 210 08.11.2023):

     pip install thumbor
    
google-maps-services-python (33 4.2K ) - Python client library for Google Maps API Web Services. Apache-2
  • GitHub ( 66 1.2K 260 - 12% open 27.01.2023):

     git clone https://github.com/googlemaps/google-maps-services-python
    
  • PyPi ( 1.1M / month 1.2K 26.01.2023):

     pip install googlemaps
    
gallery-dl (32 8.8K) - Command-line program to download image galleries and.. GPL-2.0
  • GitHub ( 100 760 440K 21 4K - 21% open 22.11.2023):

     git clone https://github.com/mikf/gallery-dl
    
  • PyPi ( 48K / month 10 04.11.2023):

     pip install gallery-dl
    
spotipy (32 4.6K) - A light weight Python library for the Spotify Web API. MIT
  • GitHub ( 180 910 24K 630 - 18% open 31.10.2023):

     git clone https://github.com/plamere/spotipy
    
  • PyPi ( 200K / month 640 18.06.2022):

     pip install spotipy
    
  • Conda ( 12K 16.06.2023):

     conda install -c conda-forge spotipy
    
wechatpy (32 3.6K) - WeChat SDK for Python. MIT
  • GitHub ( 100 780 7.9K 360 - 13% open 10.05.2023):

     git clone https://github.com/wechatpy/wechatpy
    
  • PyPi ( 21K / month 130 19.06.2022):

     pip install wechatpy
    
simple-salesforce (32 1.5K) - A very simple Salesforce.com REST API client for Python. Apache-2
  • GitHub ( 75 630 440 - 40% open 06.09.2023):

     git clone https://github.com/simple-salesforce/simple-salesforce
    
  • PyPi ( 6.9M / month 220 06.09.2023):

     pip install simple-salesforce
    
  • Conda ( 53K 16.06.2023):

     conda install -c conda-forge simple-salesforce
    
sherlock (31 45K) - Hunt down social media accounts by username across social networks. MIT
  • GitHub ( 220 5.3K 950 - 18% open 06.10.2023):

     git clone https://github.com/sherlock-project/sherlock
    
  • PyPi ( 16K / month 9 11.05.2019):

     pip install sherlock
    
imdbpy (30 1.2K) - Cinemagoer is a Python package useful to retrieve and manage the.. GPL-2.0
  • GitHub ( 78 320 300 320 - 20% open 01.11.2023):

     git clone https://github.com/alberanid/imdbpy
    
  • PyPi ( 8M / month 130 09.07.2022):

     pip install imdbpy
    
notion-sdk-py (29 1.4K) - The official Notion API client library, but rewritten in Python!.. MIT
  • GitHub ( 27 110 670 75 - 8% open 11.11.2023):

     git clone https://github.com/ramnes/notion-sdk-py
    
  • PyPi ( 180K / month 43 04.11.2023):

     pip install notion-client
    
  • Conda ( 6K 16.06.2023):

     conda install -c conda-forge notion-client
    
notion-py (26 4.1K) - Unofficial Python API client for Notion.so. MIT
  • GitHub ( 35 440 760 270 - 57% open 25.10.2023):

     git clone https://github.com/jamalex/notion-py
    
  • PyPi ( 8.5K / month 38 05.02.2021):

     pip install notion
    
ghapi (26 480) - A delightful and complete interface to GitHubs amazing API. Apache-2
  • GitHub ( 16 53 1.1K 130 - 35% open 14.06.2023):

     git clone https://github.com/fastai/ghapi
    
  • PyPi ( 450K / month 53 14.06.2023):

     pip install ghapi
    
WikiExtractor (25 3.5K ) - A tool for extracting plain text from Wikipedia dumps. AGPL-3.0
  • GitHub ( 31 910 300 250 - 53% open 24.01.2023):

     git clone https://github.com/attardi/wikiextractor
    
  • PyPi ( 3K / month 7 14.10.2021):

     pip install wikiextractor
    
Show 24 hidden projects...

Email

Back to top

modoboa (31 2.7K) - Mail hosting made simple. ISC
  • GitHub ( 110 360 41 1.8K - 7% open 10.11.2023):

     git clone https://github.com/modoboa/modoboa
    
  • PyPi ( 3.7K / month 37 20.10.2023):

     pip install modoboa
    
flanker (27 1.6K ) - Python email address and Mime parsing library. Apache-2
  • GitHub ( 57 190 490 92 - 58% open 03.03.2023):

     git clone https://github.com/mailgun/flanker
    
  • PyPi ( 29K / month 93 05.12.2019):

     pip install flanker
    
fastapi-mail (27 550) - Fastapi mail system sending mails(individual, bulk).. MIT
  • GitHub ( 41 76 2K 100 - 9% open 18.07.2023):

     git clone https://github.com/sabuhish/fastapi-mail
    
  • PyPi ( 96K / month 8 18.07.2023):

     pip install fastapi-mail
    
mailer (24 270) - A light-weight, modular, message representation and mail delivery framework.. MIT
  • GitHub ( 20 59 150 320 79 - 31% open 05.10.2023):

     git clone https://github.com/marrow/mailer
    
  • PyPi ( 140K / month 82 22.04.2015):

     pip install mailer
    
  • Conda ( 63K 16.06.2023):

     conda install -c conda-forge mailer
    
salmon (17 620 ) - A Python Mail Server. GPL-3.0
  • GitHub ( 15 66 110 19 90 - 18% open 02.04.2023):

     git clone https://github.com/moggers87/salmon
    
  • PyPi ( 780 / month 1 31.12.2019):

     pip install salmon-mail
    
Show 6 hidden projects...
  • flask-mail (31 580 ) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3
  • sync-engine (29 3.5K ) - IMAP/SMTP sync system with modern APIs. AGPL-3.0
  • yagmail (29 2.5K ) - Send email in Python conveniently for gmail using yagmail. MIT
  • offlineimap (24 1.8K ) - Read/sync your IMAP mailboxes (python2) [LEGACY: move.. libpng-2.0
  • pyramid_mailer (21 50 ) - A package for sending email from your Pyramid.. BSD-3
  • gmail (20 1.7K ) - A Pythonic interface for Google Mail. MIT

Web Scraping & Crawling

Back to top

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

Scrapy (45 49K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
  • GitHub ( 630 10K 42K 3.1K - 22% open 16.11.2023):

     git clone https://github.com/scrapy/scrapy
    
  • PyPi ( 1.5M / month 4.6K 18.09.2023):

     pip install scrapy
    
  • Conda ( 730K 19.09.2023):

     conda install -c conda-forge scrapy
    
feedparser (36 1.7K) - Parse feeds in Python. BSD-2
  • GitHub ( 56 320 74K 240 - 31% open 07.11.2023):

     git clone https://github.com/kurtmckee/feedparser
    
  • PyPi ( 2.4M / month 7.6K 21.05.2022):

     pip install feedparser
    
  • Conda ( 560K 16.06.2023):

     conda install -c conda-forge feedparser
    
trafilatura (32 2.2K) - Python & command-line tool to gather text on the Web: web.. GPL-3.0
  • GitHub ( 37 170 2.6K 260 - 22% open 20.11.2023):

     git clone https://github.com/adbar/trafilatura
    
  • PyPi ( 220K / month 27 06.09.2023):

     pip install trafilatura
    
soupsieve (32 180) - A modern CSS selector implementation for BeautifulSoup. MIT
  • GitHub ( 11 35 450K 110 - 10% open 11.09.2023):

     git clone https://github.com/facelessuser/soupsieve
    
  • PyPi ( 83M / month 2.8K 02.09.2023):

     pip install soupsieve
    
  • Conda ( 18M 05.09.2023):

     conda install -c conda-forge soupsieve
    
You-Get (31 48K) - Dumb downloader that scrapes the web. MIT
  • GitHub ( 250 9.3K 380K 21 25.07.2023):

     git clone https://github.com/soimort/you-get
    
  • PyPi ( 18K / month 26 01.07.2022):

     pip install you-get
    
  • Conda ( 23K 16.06.2023):

     conda install -c conda-forge you-get
    
pytrends (31 2.9K ) - Pseudo API for Google Trends. Apache-2
  • GitHub ( 86 770 4K 460 - 25% open 22.04.2023):

     git clone https://github.com/GeneralMills/pytrends
    
  • PyPi ( 91K / month 78 13.04.2023):

     pip install pytrends
    
  • Conda ( 22K 16.06.2023):

     conda install -c conda-forge pytrends
    
dirsearch (30 11K) - Web path scanner. GPL-2.0
  • GitHub ( 99 2.2K 58 520 - 11% open 22.11.2023):

     git clone https://github.com/maurosoria/dirsearch
    
  • PyPi ( 2.9K / month 03.10.2022):

     pip install dirsearch
    
cloudscraper (29 3.6K ) - A Python module to bypass Cloudflares anti-bot page. MIT
  • GitHub ( 12 420 19K 25.04.2023):

     git clone https://github.com/venomous/cloudscraper
    
  • PyPi ( 330K / month 130 10.01.2023):

     pip install cloudscraper
    
parsel (29 1K) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3
  • GitHub ( 49 130 30K 120 - 31% open 05.10.2023):

     git clone https://github.com/scrapy/parsel
    
  • PyPi ( 1.2M / month 1.6K 18.04.2023):

     pip install parsel
    
  • Conda ( 190K 16.06.2023):

     conda install -c conda-forge parsel
    
MechanicalSoup (28 4.5K) - A Python library for automating interaction with websites. MIT
  • GitHub ( 54 390 43 180 - 19% open 04.07.2023):

     git clone https://github.com/MechanicalSoup/MechanicalSoup
    
  • PyPi ( 42K / month 270 20.09.2022):

     pip install MechanicalSoup
    
  • Conda ( 140K 16.06.2023):

     conda install -c conda-forge mechanicalsoup
    
extruct (28 780) - Extract embedded metadata from HTML markup. BSD-3
  • GitHub ( 35 110 1K 97 - 46% open 07.07.2023):

     git clone https://github.com/scrapinghub/extruct
    
  • PyPi ( 720K / month 41 26.10.2015):

     pip install extruct
    
Grab (27 2.3K) - Web Scraping Framework. MIT
  • GitHub ( 67 270 400 240 - 9% open 01.07.2023):

     git clone https://github.com/lorien/grab
    
  • PyPi ( 2K / month 110 24.06.2018):

     pip install grab
    
micawber (25 610) - a small library for extracting rich content from urls. MIT
  • GitHub ( 27 90 2.8K 15.11.2023):

     git clone https://github.com/coleifer/micawber
    
  • PyPi ( 23K / month 190 12.07.2021):

     pip install micawber
    
  • Conda ( 13K 10.07.2023):

     conda install -c conda-forge micawber
    
Photon (23 10K ) - Incredibly fast crawler designed for OSINT. GPL-3.0
  • GitHub ( 21 1.4K 110 - 42% open 20.12.2022):

     git clone https://github.com/s0md3v/Photon
    
  • PyPi ( 360 / month 5 25.01.2019):

     pip install photon
    
Gerapy (23 3.1K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT
  • GitHub ( 16 610 130 210 - 28% open 06.10.2023):

     git clone https://github.com/Gerapy/Gerapy
    
  • PyPi ( 580 / month 8 19.07.2023):

     pip install gerapy
    
Show 18 hidden projects...
  • newspaper3k (32 13K ) - News, full-text, and article metadata extraction in Python 3... MIT
  • Pattern (32 8.6K ) - Web mining module for Python, with tools for scraping, natural.. BSD-3
  • pyspider (30 16K ) - A Powerful Spider(Web Crawler) System in Python. Apache-2
  • python-goose (28 3.9K ) - Html Content / Article Extractor, web scrapping lib in.. Apache-2
  • robobrowser (25 3.7K ) - Your friendly neighborhood web scraper. BSD-3
  • frontera (25 1.3K ) - A scalable frontier for web crawlers. BSD-3
  • scrapely (24 1.8K ) - A pure-python HTML screen-scraping library. BSD-3
  • AutoScraper (23 5.7K ) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT
  • 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
  • gazpacho (21 720 ) - The simple, fast, and modern web scraping library. MIT
  • Lassie (21 590 ) - 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 220 ) - 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.1K ) - 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

Back to top

sentry (42 36K) - Developer-first error tracking and performance monitoring. SSPL-1.0
  • GitHub ( 800 3.9K 47K 670 10K - 16% open 23.11.2023):

     git clone https://github.com/getsentry/sentry
    
  • PyPi ( 3.9K / month 390 25.07.2023):

     pip install sentry
    
  • Conda ( 690K 13.11.2023):

     conda install -c conda-forge sentry-sdk
    
opentelemetry-python (36 1.4K) - OpenTelemetry Python API and SDK. Apache-2
  • GitHub ( 210 490 8.9K 1.5K - 15% open 22.11.2023):

     git clone https://github.com/open-telemetry/opentelemetry-python
    
  • PyPi ( 50K / month 4 18.07.2023):

     pip install timing-asgi
    
  • Conda ( 380K 08.11.2023):

     conda install -c conda-forge opentelemetry-api
    
Prometheus Client (34 3.6K) - Python client for the Prometheus monitoring system. Apache-2
  • GitHub ( 140 800 510 - 18% open 21.11.2023):

     git clone https://github.com/prometheus/client_python
    
  • PyPi ( 26M / month 840 21.11.2023):

     pip install prometheus-client
    
  • Conda ( 15M 21.11.2023):

     conda install -c conda-forge prometheus_client
    
prometheus-flask-exporter (28 600) - Prometheus exporter for Flask applications. MIT
  • GitHub ( 27 160 130 - 23% open 26.10.2023):

     git clone https://github.com/rycus86/prometheus_flask_exporter
    
  • PyPi ( 6M / month 68 27.10.2023):

     pip install prometheus-flask-exporter
    
  • Conda ( 1.1M 27.10.2023):

     conda install -c conda-forge prometheus_flask_exporter
    
GoAccess (26 17K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT
  • GitHub ( 160 1K 21 2.2K - 17% open 01.11.2023):

     git clone https://github.com/allinurl/goaccess
    
Flask-MonitoringDashboard (25 720) - Automatically monitor the evolving performance of.. MIT
  • GitHub ( 32 150 190 - 30% open 22.08.2023):

     git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard
    
  • PyPi ( 8.5K / month 14 22.08.2023):

     pip install flask-monitoringdashboard
    
starlette context (23 390) - Middleware for Starlette that allows you to store and.. MIT
  • GitHub ( 7 20 710 38 - 15% open 07.11.2023):

     git clone https://github.com/tomwojcik/starlette-context
    
  • PyPi ( 360K / month 17 26.11.2022):

     pip install starlette-context
    
Show 5 hidden projects...

Web UI

Back to top

Streamlit (41 29K) - Streamlit A faster way to build and share data apps. Apache-2
  • GitHub ( 210 2.5K 3.7K - 18% open 23.11.2023):

     git clone https://github.com/streamlit/streamlit
    
  • PyPi ( 2.8M / month 1.2K 13.11.2023):

     pip install streamlit
    
Panel (38 3.3K) - Panel: The powerful data exploration & web app framework for Python. BSD-3
  • GitHub ( 150 390 9.1K 3K - 30% open 23.11.2023):

     git clone https://github.com/holoviz/panel
    
  • PyPi ( 600K / month 190 22.11.2023):

     pip install panel
    
wave (33 3.7K) - Realtime Web Apps and Dashboards for Python and R. Apache-2
  • GitHub ( 51 290 1.9M 1K - 18% open 23.11.2023):

     git clone https://github.com/h2oai/wave
    
  • PyPi ( 21K / month 200 09.01.2011):

     pip install wave
    
PyWebIO (29 4.1K) - Write interactive web app in script way. MIT
  • GitHub ( 19 360 1.4K 220 - 12% open 30.10.2023):

     git clone https://github.com/pywebio/PyWebIO
    
  • PyPi ( 9.1K / month 17 30.10.2023):

     pip install pywebio
    
pyscript (27 17K) - Home Page: https://pyscript.net Examples:.. Apache-2
  • GitHub ( 120 1.4K 200 9 710 - 16% open 22.11.2023):

     git clone https://github.com/pyscript/pyscript
    
idom (26 7.3K) - Its React, but in Python. MIT
  • GitHub ( 21 280 89 350 - 29% open 22.10.2023):

     git clone https://github.com/idom-team/idom
    
  • PyPi ( 240 / month 6 20.06.2022):

     pip install idom
    
Misago (26 2.4K) - Misago is fully featured modern forum application that is fast,.. GPL-2.0
  • GitHub ( 42 500 47 1.2K - 7% open 22.11.2023):

     git clone https://github.com/rafalp/Misago
    
Wooey (26 2K) - A Django app that creates automatic web UIs for Python scripts. BSD-3
  • GitHub ( 24 190 42 220 - 24% open 21.11.2023):

     git clone https://github.com/wooey/wooey
    
  • PyPi ( 450 / month 1 21.11.2023):

     pip install wooey
    
flaskbb (25 2.5K ) - A classic Forum Software in Python using Flask. BSD-3
  • GitHub ( 67 600 29 350 - 12% open 13.03.2023):

     git clone https://github.com/flaskbb/flaskbb
    
  • PyPi ( 220 / month 9 15.07.2018):

     pip install FlaskBB
    
python-react (25 1.6K) - Server-side rendering of React components. MIT
  • GitHub ( 22 120 770 73 - 13% open 29.06.2023):

     git clone https://github.com/markfinger/python-react
    
  • PyPi ( 10K / month 48 08.10.2018):

     pip install react
    
trame (24 220) - Trame lets you weave various components and technologies into a Web.. Apache-2
  • GitHub ( 17 39 210 46 - 10% open 15.11.2023):

     git clone https://github.com/Kitware/trame
    
  • PyPi ( 32K / month 24 03.11.2023):

     pip install trame
    

Admin UI

Back to top

flask-admin (39 5.5K) - Simple and extensible administrative interface framework for.. BSD-3
  • GitHub ( 360 1.6K 23K 1.5K - 32% open 15.10.2023):

     git clone https://github.com/flask-admin/flask-admin
    
  • PyPi ( 1.4M / month 2.4K 20.02.2023):

     pip install flask-admin
    
  • Conda ( 150K 16.06.2023):

     conda install -c conda-forge flask-admin
    
django-debug-toolbar (38 7.7K) - A configurable set of panels that display various.. BSD-3
  • GitHub ( 280 1K 210 80K 880 - 8% open 20.11.2023):

     git clone https://github.com/jazzband/django-debug-toolbar
    
  • PyPi ( 2.3M / month 12K 11.08.2023):

     pip install django-debug-toolbar
    
  • Conda ( 170K 11.08.2023):

     conda install -c conda-forge django-debug-toolbar
    
django-grappelli (34 3.5K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3
  • GitHub ( 86 650 5.9K 710 - 1% open 23.10.2023):

     git clone https://github.com/sehmaschine/django-grappelli
    
  • PyPi ( 180K / month 1.7K 21.09.2023):

     pip install django-grappelli
    
  • Conda ( 130K 21.09.2023):

     conda install -c conda-forge django-grappelli
    
django-admin-interface (32 1.6K) - djangos default admin interface with superpowers -.. MIT
  • GitHub ( 34 160 3.4K 190 - 6% open 11.11.2023):

     git clone https://github.com/fabiocaccamo/django-admin-interface
    
  • PyPi ( 93K / month 44 05.09.2023):

     pip install django-admin-interface
    
starlette-admin (26 380) - Fast, beautiful and extensible administrative interface.. MIT
  • GitHub ( 13 37 170 140 - 39% open 18.11.2023):

     git clone https://github.com/jowilf/starlette-admin
    
  • PyPi ( 87K / month 9 14.11.2023):

     pip install starlette-admin
    
  • Conda ( 840 15.11.2023):

     conda install -c conda-forge starlette-admin
    
fastapi-admin (25 2.2K) - A fast admin dashboard based on FastAPI and TortoiseORM.. Apache-2
  • GitHub ( 13 300 220 120 - 39% open 27.07.2023):

     git clone https://github.com/fastapi-admin/fastapi-admin
    
  • PyPi ( 2.9K / month 31.08.2021):

     pip install fastapi-admin
    
nginx-ui (16 4.4K ) - Nginx UI allows you to access and modify the nginx configurations.. MIT
  • GitHub ( 4 260 38 - 63% open 24.04.2023):

     git clone https://github.com/schenkd/nginx-ui
    
  • Docker Hub ( 540K 15 25.06.2020):

     docker pull schenkd/nginx-ui
    
Show 6 hidden projects...

API Proxies & Gateways

Back to top

Kong (39 37K) - The Cloud-Native API Gateway. Apache-2
  • GitHub ( 400 4.7K 21 4.3K - 2% open 23.11.2023):

     git clone https://github.com/kong/kong
    
  • Docker Hub ( 320M 760 09.11.2023):

     docker pull kong
    
tyk (27 8.9K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0
  • GitHub ( 110 1K 2.1K - 14% open 23.11.2023):

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

Flask Utilities

Back to top

flask-sqlalchemy (39 4.1K) - Adds SQLAlchemy support to Flask. BSD-3
  • GitHub ( 120 920 520 370K 640 - 0% open 05.11.2023):

     git clone https://github.com/pallets/flask-sqlalchemy
    
  • PyPi ( 5.8M / month 27K 11.09.2023):

     pip install flask-sqlalchemy
    
  • Conda ( 370K 16.06.2023):

     conda install -c conda-forge flask-sqlalchemy
    
Flask-Migrate (35 2.3K) - SQLAlchemy database migrations for Flask applications using.. MIT
  • GitHub ( 48 220 130K 410 - 2% open 15.10.2023):

     git clone https://github.com/miguelgrinberg/Flask-Migrate
    
  • PyPi ( 1.5M / month 9.6K 12.09.2023):

     pip install flask-migrate
    
  • Conda ( 220K 12.09.2023):

     conda install -c conda-forge flask-migrate
    
flask-caching (34 840) - A caching extension for Flask. BSD-3
  • GitHub ( 110 190 17K 240 - 24% open 08.10.2023):

     git clone https://github.com/pallets-eco/flask-caching
    
  • PyPi ( 4.6M / month 770 08.10.2023):

     pip install flask-caching
    
  • Conda ( 170K 08.10.2023):

     conda install -c conda-forge flask-caching
    
flask-limiter (31 1K) - Rate Limiting extension for Flask. MIT
  • GitHub ( 44 120 240 7.7K 170 - 1% open 31.08.2023):

     git clone https://github.com/alisaifee/flask-limiter
    
  • PyPi ( 4.7M / month 390 31.08.2023):

     pip install flask-limiter
    
flask-cors (31 840) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT
  • GitHub ( 45 130 250K 160 - 29% open 27.08.2023):

     git clone https://github.com/corydolphin/flask-cors
    
  • PyPi ( 7.4M / month 8.3K 26.06.2023):

     pip install flask-cors
    
  • Conda ( 830K 26.06.2023):

     conda install -c conda-forge flask-cors
    
flask-babel (31 430) - i18n and l10n support for Flask based on Babel and pytz. BSD-3
  • GitHub ( 42 160 20K 130 - 8% open 02.10.2023):

     git clone https://github.com/python-babel/flask-babel
    
  • PyPi ( 2.7M / month 49 02.10.2023):

     pip install flask-babel
    
  • Conda ( 160K 02.10.2023):

     conda install -c conda-forge flask-babel
    
flask-api (30 1.4K) - Browsable web APIs for Flask. BSD-3
  • GitHub ( 35 180 6.1K 68 - 20% open 13.11.2023):

     git clone https://github.com/flask-api/flask-api
    
  • PyPi ( 110K / month 700 15.06.2021):

     pip install flask-api
    
flask-session (30 460) - Server side session extension for Flask. BSD-3
  • GitHub ( 12 210 16 34K 110 - 33% open 12.11.2023):

     git clone https://github.com/fengsp/flask-session
    
  • PyPi ( 3.6M / month 1.1K 11.05.2023):

     pip install flask-session
    
flask-marshmallow (29 820) - Flask + marshmallow for beautiful APIs. MIT
  • GitHub ( 21 56 26K 110 - 24% open 02.08.2023):

     git clone https://github.com/marshmallow-code/flask-marshmallow
    
  • PyPi ( 520K / month 820 05.04.2023):

     pip install flask-marshmallow
    
  • Conda ( 89K 16.06.2023):

     conda install -c conda-forge flask-marshmallow
    
flask-assets (29 440) - Flask webassets integration. BSD-2
  • GitHub ( 42 100 7.3K 100 - 21% open 22.11.2023):

     git clone https://github.com/miracle2k/flask-assets
    
  • PyPi ( 170K / month 2.1K 22.10.2023):

     pip install flask-assets
    
  • Conda ( 44K 09.11.2023):

     conda install -c conda-forge flask-assets
    
flask-paginate (27 270) - Pagination support for flask. BSD-3
  • GitHub ( 27 79 56 3K 74 - 12% open 23.10.2023):

     git clone https://github.com/lixxu/flask-paginate
    
  • PyPi ( 70K / month 49 23.10.2023):

     pip install flask-paginate
    
  • Conda ( 20K 23.10.2023):

     conda install -c conda-forge flask-paginate
    
Flask-Moment (26 360) - Formatting of dates and times in Flask templates using.. MIT
  • GitHub ( 22 50 23K 49 - 4% open 15.10.2023):

     git clone https://github.com/miguelgrinberg/Flask-Moment
    
  • PyPi ( 45K / month 2.3K 05.10.2022):

     pip install flask-moment
    
  • Conda ( 48K 16.06.2023):

     conda install -c conda-forge flask-moment
    
flask-rebar (25 230) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT
  • GitHub ( 39 37 51 110 - 46% open 27.10.2023):

     git clone https://github.com/plangrid/flask-rebar
    
  • PyPi ( 5.6K / month 6 27.10.2023):

     pip install flask-rebar
    
flask_injector (24 260) - Adds Injector support to Flask. BSD-3
  • GitHub ( 13 40 860 51 - 23% open 27.07.2023):

     git clone https://github.com/alecthomas/flask_injector
    
  • PyPi ( 57K / month 66 27.07.2023):

     pip install flask_injector
    
  • Conda ( 5.3K 28.07.2023):

     conda install -c conda-forge flask-injector
    
flask_pydantic (23 310 ) - flask extension for integration with the awesome.. MIT
  • GitHub ( 12 49 500 40 - 45% open 02.01.2023):

     git clone https://github.com/bauerji/flask_pydantic
    
  • PyPi ( 140K / month 5 25.09.2022):

     pip install flask_pydantic
    
cookiecutter-flask (21 4.4K) - A flask template with Bootstrap, asset.. MIT
  • GitHub ( 76 750 180 - 2% open 10.11.2023):

     git clone https://github.com/cookiecutter-flask/cookiecutter-flask
    
safrs (21 390) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. GPL-3.0
  • GitHub ( 16 68 120 79 - 3% open 23.07.2023):

     git clone https://github.com/thomaxxl/safrs
    
  • PyPi ( 610 / month 1 01.11.2022):

     pip install safrs
    
flask-jsonrpc (20 280 ) - Basic JSON-RPC implementation for your Flask-powered.. BSD-3
  • GitHub ( 16 63 23 230 80 - 12% open 06.04.2023):

     git clone https://github.com/cenobites/flask-jsonrpc
    
  • PyPi ( 290 / month 6 28.04.2012):

     pip install rpc
    
flask-file-upload (17 150 ) - Easy file uploads for Flask. MIT
  • GitHub ( 6 14 81 74 - 18% open 08.02.2023):

     git clone https://github.com/joegasewicz/flask-file-upload
    
  • PyPi ( 100 / month 07.12.2021):

     pip install flask-file-upload
    
Show 17 hidden projects...

FastAPI Utilities

Back to top

sqladmin (28 1.3K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3
  • GitHub ( 45 140 440 170 - 10% open 14.11.2023):

     git clone https://github.com/aminalaee/sqladmin
    
  • PyPi ( 43K / month 6 14.11.2023):

     pip install sqladmin
    
slowapi (26 820) - A rate limiter for Starlette and FastAPI. MIT
  • GitHub ( 22 63 1.6K 100 - 48% open 08.06.2023):

     git clone https://github.com/laurents/slowapi
    
  • PyPi ( 150K / month 23 28.11.2022):

     pip install slowapi
    
fastapi-admin/fastapi-admin (25 2.2K) - A fast admin dashboard based on FastAPI and.. Apache-2
  • GitHub ( 13 300 220 120 - 39% open 27.07.2023):

     git clone https://github.com/fastapi-admin/fastapi-admin
    
  • PyPi ( 2.9K / month 31.08.2021):

     pip install fastapi-admin
    
fastapi-crudrouter (25 1.2K ) - A dynamic FastAPI router that automatically creates.. MIT
  • GitHub ( 21 140 15 190 97 - 58% open 28.01.2023):

     git clone https://github.com/awtkns/fastapi-crudrouter
    
  • PyPi ( 12K / month 6 28.01.2023):

     pip install fastapi-crudrouter
    
fastapi-utils (24 1.6K ) - Reusable utilities for FastAPI. MIT
  • GitHub ( 2 140 3.2K 67 - 80% open 19.03.2023):

     git clone https://github.com/dmontagu/fastapi-utils
    
  • PyPi ( 1.1M / month 49 07.03.2020):

     pip install fastapi-utils
    
starlette_exporter (24 270) - Prometheus exporter for Starlette and FastAPI. Apache-2
  • GitHub ( 21 30 42 - 19% open 11.11.2023):

     git clone https://github.com/stephenhillier/starlette_exporter
    
  • PyPi ( 470K / month 9 11.11.2023):

     pip install starlette_exporter
    
fastapi-code-generator (23 830) - This code generator creates FastAPI app from an.. MIT
  • GitHub ( 24 87 160 74 - 51% open 07.09.2023):

     git clone https://github.com/koxudaxi/fastapi-code-generator
    
  • PyPi ( 5.7K / month 3 07.09.2023):

     pip install fastapi-code-generator
    
fastapi-socketio (23 280 ) - Easily integrate socket.io with your FastAPI app. Apache-2
  • GitHub ( 7 25 2.6K 34 - 52% open 03.03.2023):

     git clone https://github.com/pyropy/fastapi-socketio
    
  • PyPi ( 67K / month 3 06.12.2021):

     pip install fastapi-socketio
    
fastapi-mvc (21 500) - Developer productivity tool for making high-quality FastAPI.. MIT
  • GitHub ( 7 43 250 8 120 - 14% open 25.09.2023):

     git clone https://github.com/rszamszur/fastapi-mvc
    
  • PyPi ( 410 / month 09.01.2023):

     pip install fastapi-mvc
    
fastapi-plugins (17 300 ) - FastAPI framework plugins. MIT
  • GitHub ( 3 17 96 15 - 20% open 24.03.2023):

     git clone https://github.com/madkote/fastapi-plugins
    
  • PyPi ( 3.8K / month 1 07.07.2022):

     pip install fastapi-plugins
    
Show 7 hidden projects...

Pyramid Utilities

Back to top

pyramid_services (17 81 ) - A service layer for pyramid. MIT
  • GitHub ( 6 10 16.04.2023):

     git clone https://github.com/mmerickel/pyramid_services
    
  • PyPi ( 14K / month 21 22.04.2019):

     pip install pyramid_services
    
Show 2 hidden projects...
  • pyramid_jinja2 (21 74) - Jinja2 templating system bindings for the Pyramid web.. Unlicensed
  • pyramid_celery (18 100 ) - Pyramid configuration with celery integration. Allows.. MIT

Django Utilities

Back to top

django-import-export (38 2.8K) - Django application and library for importing and.. BSD-2
  • GitHub ( 200 760 88K 950 - 4% open 17.11.2023):

     git clone https://github.com/django-import-export/django-import-export
    
  • PyPi ( 880K / month 1.1K 16.11.2023):

     pip install django-import-export
    
  • Conda ( 87K 11.11.2023):

     conda install -c conda-forge django-import-export
    
django-storages (38 2.5K) - Django-storages is a project to provide a variety of.. BSD-3
  • GitHub ( 260 830 170K 680 - 21% open 22.10.2023):

     git clone https://github.com/jschneier/django-storages
    
  • PyPi ( 2.8M / month 5K 09.10.2023):

     pip install django-storages
    
  • Conda ( 55K 21.10.2023):

     conda install -c conda-forge django-storages
    
django-extensions (37 6.3K) - This is a repository for collecting global custom.. MIT
  • GitHub ( 570 1.1K 210K 890 - 19% open 25.10.2023):

     git clone https://github.com/django-extensions/django-extensions
    
  • PyPi ( 3.2M / month 12K 05.06.2023):

     pip install django-extensions
    
  • Conda ( 400K 05.06.2023):

     conda install -c conda-forge django-extensions
    
django-oscar (37 5.9K) - Domain-driven e-commerce for Django. BSD-3
  • GitHub ( 350 2.1K 1K 1.5K - 6% open 15.11.2023):

     git clone https://github.com/django-oscar/django-oscar
    
  • PyPi ( 20K / month 270 06.10.2023):

     pip install django-oscar
    
django-cors-headers (37 5.1K) - Django app for handling the server headers required.. MIT
  • GitHub ( 69 540 190K 260 - 2% open 14.11.2023):

     git clone https://github.com/adamchainz/django-cors-headers
    
  • PyPi ( 4.9M / month 6.7K 14.11.2023):

     pip install django-cors-headers
    
  • Conda ( 89K 14.11.2023):

     conda install -c conda-forge django-cors-headers
    
django-filter (37 4.2K) - A generic system for filtering Django QuerySets based on.. BSD-3
  • GitHub ( 200 750 150K 830 - 9% open 20.11.2023):

     git clone https://github.com/carltongibson/django-filter
    
  • PyPi ( 3.7M / month 8.8K 20.11.2023):

     pip install django-filter
    
  • Conda ( 130K 21.11.2023):

     conda install -c conda-forge django-filter
    
django-mptt (37 2.8K) - Utilities for implementing a modified pre-order traversal tree.. MIT
  • GitHub ( 160 460 20K 540 - 22% open 05.10.2023):

     git clone https://github.com/django-mptt/django-mptt
    
  • PyPi ( 520K / month 3.3K 27.09.2023):

     pip install django-mptt
    
  • Conda:

     conda install -c anaconda django-mptt
    
django-environ (36 2.8K) - Django-environ allows you to utilize 12factor inspired.. MIT
  • GitHub ( 93 320 40 200K 240 - 26% open 01.09.2023):

     git clone https://github.com/joke2k/django-environ
    
  • PyPi ( 1.9M / month 3.6K 01.09.2023):

     pip install django-environ
    
  • Conda ( 66K 02.09.2023):

     conda install -c conda-forge django-environ
    
django-simple-history (36 2K) - Store model history and view/revert changes from.. BSD-3
  • GitHub ( 180 450 4.7K 560 - 24% open 28.09.2023):

     git clone https://github.com/jazzband/django-simple-history
    
  • PyPi ( 1.1M / month 460 14.09.2023):

     pip install django-simple-history
    
django-stubs (36 1.3K) - PEP-484 stubs for Django. MIT
  • GitHub ( 230 360 9.2K 720 - 32% open 20.11.2023):

     git clone https://github.com/typeddjango/django-stubs
    
  • PyPi ( 1.1M / month 110 23.10.2023):

     pip install django-stubs
    
  • Conda ( 21K 02.11.2023):

     conda install -c conda-forge django-stubs
    
django-haystack (35 3.5K) - Modular search for Django. BSD-3
  • GitHub ( 210 1.3K 9.3K 1.3K - 43% open 21.11.2023):

     git clone https://github.com/django-haystack/django-haystack
    
  • PyPi ( 130K / month 2.8K 03.05.2022):

     pip install django-haystack
    
  • Conda ( 5.7K 16.06.2023):

     conda install -c conda-forge django-haystack
    
django-reversion (35 2.9K) - django-reversion is an extension to the Django web.. BSD-3
  • GitHub ( 190 480 7.2K 640 - 2% open 08.11.2023):

     git clone https://github.com/etianen/django-reversion
    
  • PyPi ( 340K / month 2.1K 08.11.2023):

     pip install django-reversion
    
django-redis (35 2.7K) - Full featured redis cache backend for Django. BSD-3
  • GitHub ( 140 420 360 - 14% open 17.11.2023):

     git clone https://github.com/jazzband/django-redis
    
  • PyPi ( 2.3M / month 3.5K 01.10.2023):

     pip install django-redis
    
channels (34 5.8K) - Developer-friendly asynchrony for Django. BSD-3
  • GitHub ( 260 780 21 1.3K - 8% open 05.09.2023):

     git clone https://github.com/django/channels
    
  • PyPi ( 750K / month 1.3K 03.02.2023):

     pip install channels
    
  • Conda ( 170K 16.06.2023):

     conda install -c conda-forge channels
    
django-phonenumber-field (34 1.4K) - A django model and form field for normalised phone.. MIT
  • GitHub ( 110 310 16 24K 220 - 6% open 16.11.2023):

     git clone https://github.com/stefanfoulis/django-phonenumber-field
    
  • PyPi ( 930K / month 870 05.10.2023):

     pip install django-phonenumber-field
    
dj-database-url (34 1.4K) - Use Database URLs in your Django Application. BSD-3
  • GitHub ( 69 200 250K 91 - 5% open 13.11.2023):

     git clone https://github.com/jacobian/dj-database-url
    
  • PyPi ( 1.4M / month 21K 15.08.2023):

     pip install dj-database-url
    
Django-Ninja (33 5.3K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT
  • GitHub ( 110 320 1.8K 640 - 33% open 23.11.2023):

     git clone https://github.com/vitalik/django-ninja
    
  • PyPi ( 230K / month 22 17.11.2023):

     pip install django-ninja
    
  • Conda ( 8.6K 17.11.2023):

     conda install -c conda-forge django-ninja
    
django-taggit (33 3.1K ) - Simple tagging for django. BSD-3
  • GitHub ( 150 620 430 - 21% open 26.10.2023):

     git clone https://github.com/jazzband/django-taggit
    
  • PyPi ( 450K / month 2.9K 29.10.2023):

     pip install django-taggit
    
  • Conda ( 120K 29.10.2023):

     conda install -c conda-forge django-taggit
    
django-model-utils (33 2.5K) - Django model mixins and utilities. BSD-3
  • GitHub ( 130 360 23K 300 - 44% open 06.11.2023):

     git clone https://github.com/jazzband/django-model-utils
    
  • PyPi ( 1.1M / month 4.9K 16.11.2022):

     pip install django-model-utils
    
django-webpack-loader (33 2.5K) - Transparently use webpack with django. MIT
  • GitHub ( 60 340 9.1K 190 - 17% open 06.11.2023):

     git clone https://github.com/django-webpack/django-webpack-loader
    
  • PyPi ( 400K / month 990 14.06.2023):

     pip install django-webpack-loader
    
  • Conda ( 8.5K 27.06.2023):

     conda install -c conda-forge django-webpack-loader
    
django-ckeditor (33 2.3K) - Django admin CKEditor integration. BSD-3
  • GitHub ( 130 700 37K 530 - 1% open 27.07.2023):

     git clone https://github.com/django-ckeditor/django-ckeditor
    
  • PyPi ( 420K / month 1.5K 27.07.2023):

     pip install django-ckeditor
    
django-tables2 (33 1.7K) - django-tables2 - An app for creating HTML tables. BSD-2
  • GitHub ( 150 420 6.7K 570 - 13% open 13.11.2023):

     git clone https://github.com/jieter/django-tables2
    
  • PyPi ( 290K / month 900 27.06.2023):

     pip install django-tables2
    
  • Conda ( 6.8K 04.09.2023):

     conda install -c conda-forge django-tables2
    
django-autocomplete-light (33 1.7K) - A fresh approach to autocomplete implementations,.. MIT
  • GitHub ( 200 460 3.9K 850 - 24% open 19.09.2023):

     git clone https://github.com/yourlabs/django-autocomplete-light
    
  • PyPi ( 260K / month 750 19.09.2023):

     pip install django-autocomplete-light
    
cookiecutter-django (32 11K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3
  • GitHub ( 400 2.7K 22 1.2K - 8% open 23.11.2023):

     git clone https://github.com/cookiecutter/cookiecutter-django
    
  • PyPi ( 120 / month 1 15.01.2018):

     pip install cookiecutter-django
    
django-bootstrap3 (32 2.3K) - Bootstrap 3 integration with Django. BSD-3
  • GitHub ( 99 690 19K 300 - 1% open 09.11.2023):

     git clone https://github.com/zostera/django-bootstrap3
    
  • PyPi ( 99K / month 4K 28.06.2023):

     pip install django-bootstrap3
    
  • Conda ( 28K 16.06.2023):

     conda install -c conda-forge django-bootstrap3
    
django-imagekit (32 2.2K) - Automated image processing for Django. Currently v4.0. BSD-3
  • GitHub ( 78 280 96 8.6K 390 - 24% open 28.09.2023):

     git clone https://github.com/matthewwithanm/django-imagekit
    
  • PyPi ( 120K / month 1K 28.09.2023):

     pip install django-imagekit
    
django-cacheops (32 1.9K) - A slick ORM cache with automatic granular event-driven.. BSD-3
  • GitHub ( 66 220 1.2K 330 - 5% open 24.10.2023):

     git clone https://github.com/Suor/django-cacheops
    
  • PyPi ( 160K / month 98 24.10.2023):

     pip install django-cacheops
    
sorl-thumbnail (32 1.7K) - Thumbnails for Django. BSD-3
  • GitHub ( 160 500 14K 420 - 29% open 04.10.2023):

     git clone https://github.com/jazzband/sorl-thumbnail
    
  • PyPi ( 280K / month 2.5K 05.10.2023):

     pip install sorl-thumbnail
    
  • Conda ( 6.3K 05.10.2023):

     conda install -c conda-forge sorl-thumbnail
    
django-money (32 1.5K) - Money fields for Django forms and models. BSD-3
  • GitHub ( 110 310 2.6K 350 - 21% open 21.11.2023):

     git clone https://github.com/django-money/django-money
    
  • PyPi ( 200K / month 210 30.10.2023):

     pip install django-money
    
django-pipeline (32 1.5K ) - Pipeline is an asset packaging library for Django. MIT
  • GitHub ( 180 380 2.4K 470 - 31% open 11.04.2023):

     git clone https://github.com/jazzband/django-pipeline
    
  • PyPi ( 110K / month 1.1K 24.01.2023):

     pip install django-pipeline
    
django-bootstrap4 (32 1K) - Bootstrap 4 integration with Django. BSD-3
  • GitHub ( 140 260 150K 160 - 12% open 09.11.2023):

     git clone https://github.com/zostera/django-bootstrap4
    
  • PyPi ( 160K / month 1K 07.03.2022):

     pip install django-bootstrap4
    
  • Conda ( 26K 16.06.2023):

     conda install -c conda-forge django-bootstrap4
    
django-compressor (31 2.7K ) - Compresses linked and inline javascript or CSS into a.. MIT
  • GitHub ( 220 590 660 - 18% open 03.07.2023):

     git clone https://github.com/django-compressor/django-compressor
    
  • PyPi ( 430K / month 300 27.06.2023):

     pip install django-compressor
    
django-widget-tweaks (31 2K ) - Tweak the form field rendering in templates, not in.. MIT
  • GitHub ( 30 130 37K 92 - 45% open 03.11.2023):

     git clone https://github.com/jazzband/django-widget-tweaks
    
  • PyPi ( 550K / month 2.2K 25.08.2023):

     pip install django-widget-tweaks
    
easy-thumbnails (31 1.3K ) - Easy thumbnails for Django. BSD-3
  • GitHub ( 91 310 10K 400 - 20% open 09.01.2023):

     git clone https://github.com/SmileyChris/easy-thumbnails
    
  • PyPi ( 200K / month 2.1K 20.01.2022):

     pip install easy-thumbnails
    
django-activity-stream (30 2.3K) - Generate generic activity streams from the actions on.. BSD-3
  • GitHub ( 110 500 9 1.1K 310 - 5% open 04.10.2023):

     git clone https://github.com/justquick/django-activity-stream
    
  • PyPi ( 55K / month 340 04.10.2023):

     pip install django-activity-stream
    
django-rq (30 1.7K) - A simple app that provides django integration for RQ (Redis Queue). MIT
  • GitHub ( 120 270 3K 340 - 26% open 21.11.2023):

     git clone https://github.com/rq/django-rq
    
  • PyPi ( 430K / month 440 14.05.2023):

     pip install django-rq
    
django-constance (30 1.6K) - Dynamic Django settings. BSD-3
  • GitHub ( 140 300 1.8K 280 - 11% open 16.10.2023):

     git clone https://github.com/jazzband/django-constance
    
  • PyPi ( 240K / month 280 21.08.2023):

     pip install django-constance
    
django-waffle (30 1K) - A feature flipper for Django. BSD-3
  • GitHub ( 120 260 1.3K 200 - 19% open 26.07.2023):

     git clone https://github.com/django-waffle/django-waffle
    
  • PyPi ( 450K / month 350 26.07.2023):

     pip install django-waffle
    
  • Conda ( 16K 31.07.2023):

     conda install -c conda-forge django-waffle
    
djangorestframework-stubs (30 370) - PEP-484 stubs for django-rest-framework. MIT
  • GitHub ( 66 100 2.6K 130 - 37% open 20.11.2023):

     git clone https://github.com/typeddjango/djangorestframework-stubs
    
  • PyPi ( 740K / month 60 18.10.2023):

     pip install djangorestframework-stubs
    
  • Conda ( 8.1K 21.10.2023):

     conda install -c conda-forge djangorestframework-stubs
    
django-fsm (29 2.3K ) - Django friendly finite state machine support. MIT
  • GitHub ( 67 300 1.5K 160 - 15% open 19.01.2023):

     git clone https://github.com/viewflow/django-fsm
    
  • PyPi ( 280K / month 330 15.08.2022):

     pip install django-fsm
    
  • Conda ( 25K 16.06.2023):

     conda install -c conda-forge django-fsm
    
django-push-notifications (29 2.2K) - Send push notifications to mobile devices through GCM.. MIT
  • GitHub ( 97 580 110 420 - 28% open 29.10.2023):

     git clone https://github.com/jazzband/django-push-notifications
    
  • PyPi ( 63K / month 90 29.10.2023):

     pip install django-push-notifications
    
django-sql-explorer (29 2.2K) - Easily share data across your company via SQL.. MIT
  • GitHub ( 99 340 390 280 - 10% open 02.11.2023):

     git clone https://github.com/groveco/django-sql-explorer
    
  • PyPi ( 49K / month 75 13.07.2023):

     pip install django-sql-explorer
    
django-extra-views (29 1.3K) - Djangos class-based generic views are awesome, lets.. MIT
  • GitHub ( 61 180 2.1K 140 - 11% open 19.06.2023):

     git clone https://github.com/AndrewIngram/django-extra-views
    
  • PyPi ( 76K / month 520 09.06.2021):

     pip install django-extra-views
    
django-countries (29 1.3K ) - A Django application that provides country choices.. MIT
  • GitHub ( 54 260 280 - 8% open 27.08.2023):

     git clone https://github.com/SmileyChris/django-countries
    
  • PyPi ( 560K / month 1.6K 02.02.2023):

     pip install django-countries
    
django-angular (29 1.2K) - Let AngularJS play well with Django. MIT
  • GitHub ( 66 300 640 210 - 11% open 13.11.2023):

     git clone https://github.com/jrief/django-angular
    
  • PyPi ( 5.8K / month 240 13.11.2023):

     pip install django-angular
    
django-configurations (29 1K) - A helper for organizing Django project settings by.. BSD-3
  • GitHub ( 66 140 2.8K 200 - 26% open 20.10.2023):

     git clone https://github.com/jazzband/django-configurations
    
  • PyPi ( 160K / month 670 21.10.2023):

     pip install django-configurations
    
  • Conda ( 30K 21.10.2023):

     conda install -c conda-forge django-configurations
    
django-dbbackup (29 810 ) - Management commands to help backup and restore your.. BSD-3
  • GitHub ( 64 210 1.7K 290 - 27% open 12.12.2022):

     git clone https://github.com/jazzband/django-dbbackup
    
  • PyPi ( 92K / month 160 28.09.2022):

     pip install django-dbbackup
    
django-polymorphic (28 1.5K) - Improved Django model inheritance with automatic.. BSD-3
  • GitHub ( 110 260 340 - 48% open 23.11.2023):

     git clone https://github.com/django-polymorphic/django-polymorphic
    
  • PyPi ( 310K / month 180 18.11.2021):

     pip install django-polymorphic
    
  • Conda ( 63K 16.06.2023):

     conda install -c conda-forge django_polymorphic
    
django-lifecycle (28 1.2K) - Declarative model lifecycle hooks, an alternative to.. MIT
  • GitHub ( 32 77 270 70 - 28% open 08.11.2023):

     git clone https://github.com/rsinger86/django-lifecycle
    
  • PyPi ( 98K / month 10 08.11.2023):

     pip install django-lifecycle
    
django-filebrowser (28 940) - Media-Management with Grappelli. BSD-3
  • GitHub ( 36 380 910 290 - 5% open 27.07.2023):

     git clone https://github.com/sehmaschine/django-filebrowser
    
  • PyPi ( 17K / month 270 27.07.2023):

     pip install django-filebrowser
    
django-paypal (28 700 ) - A pluggable Django application for integrating PayPal.. MIT
  • GitHub ( 73 200 3K 160 - 6% open 28.11.2022):

     git clone https://github.com/spookylukey/django-paypal
    
  • PyPi ( 13K / month 290 25.03.2022):

     pip install django-paypal
    
django-split-settings (27 1K) - Organize Django settings into multiple files and.. BSD-3
  • GitHub ( 24 65 2.4K 45 - 8% open 13.11.2023):

     git clone https://github.com/sobolevn/django-split-settings
    
  • PyPi ( 110K / month 120 27.09.2022):

     pip install django-split-settings
    
django-rosetta (27 970) - Rosetta is a Django application that eases the translation.. MIT
  • GitHub ( 81 190 2.8K 150 - 28% open 11.05.2023):

     git clone https://github.com/mbi/django-rosetta
    
  • PyPi ( 89K / month 610 18.04.2023):

     pip install django-rosetta
    
  • Conda ( 8.9K 16.06.2023):

     conda install -c conda-forge django-rosetta
    
django-organizations (26 1.2K) - Multi-user accounts for Django projects. BSD-2
  • GitHub ( 48 200 150 - 8% open 23.11.2023):

     git clone https://github.com/bennylope/django-organizations
    
  • PyPi ( 37K / month 37 23.11.2023):

     pip install django-organizations
    
  • Conda ( 5.8K 16.06.2023):

     conda install -c conda-forge django-organizations
    
django-watson (26 1.2K ) - Full-text multi-table search application for Django... BSD-3
  • GitHub ( 43 130 620 220 - 9% open 14.01.2023):

     git clone https://github.com/etianen/django-watson
    
  • PyPi ( 18K / month 110 14.01.2023):

     pip install django-watson
    
django-cachalot (26 1.1K) - No effort, no worry, maximum performance. BSD-3
  • GitHub ( 34 130 670 160 - 16% open 05.09.2023):

     git clone https://github.com/noripyt/django-cachalot
    
  • PyPi ( 62K / month 86 21.07.2023):

     pip install django-cachalot
    
  • Conda ( 44K 16.06.2023):

     conda install -c conda-forge django-cachalot
    
django-cleanup (26 990) - Automatically deletes old file for FileField and ImageField... MIT
  • GitHub ( 17 74 12K 14.06.2023):

     git clone https://github.com/un1t/django-cleanup
    
  • PyPi ( 200K / month 330 14.06.2023):

     pip install django-cleanup
    
  • Conda ( 12K 15.06.2023):

     conda install -c conda-forge django-cleanup
    
django-robots (26 450) - A Django app for managing robots.txt files following the.. BSD-3
  • GitHub ( 44 92 1.3K 67 - 31% open 26.09.2023):

     git clone https://github.com/jazzband/django-robots
    
  • PyPi ( 38K / month 560 07.09.2023):

     pip install django-robots
    
django-easy-audit (25 600) - Yet another Django audit log app, hopefully the.. GPL-3.0
  • GitHub ( 46 160 200 150 - 50% open 21.08.2023):

     git clone https://github.com/soynatan/django-easy-audit
    
  • PyPi ( 42K / month 11 21.08.2023):

     pip install django-easy-audit
    
viewflow (24 2.5K) - Reusable workflow library for Django. AGPL-3.0
  • GitHub ( 27 380 280 300 - 12% open 29.09.2023):

     git clone https://github.com/viewflow/viewflow
    
  • PyPi ( 5.3K / month 32 29.09.2023):

     pip install django-viewflow
    
django-cache-machine (24 870 ) - Automatic caching and invalidation for Django models.. BSD-3
  • GitHub ( 27 160 270 78 - 28% open 20.02.2023):

     git clone https://github.com/django-cache-machine/django-cache-machine
    
  • PyPi ( 8K / month 110 06.07.2022):

     pip install django-cache-machine
    
django-codemod (21 170) - A tool to automatically fix Django deprecations. MIT
  • GitHub ( 22 16 620 2 40 - 22% open 20.11.2023):

     git clone https://github.com/browniebroke/django-codemod
    
  • PyPi ( 970 / month 15.11.2023):

     pip install django-codemod
    
Show 14 hidden projects...

Others

Back to top

twisted (45 5.3K) - Event-driven networking engine written in Python. MIT
  • GitHub ( 260 1.2K 77K 10K - 27% open 06.11.2023):

     git clone https://github.com/twisted/twisted
    
  • PyPi ( 3.9M / month 10K 31.10.2023):

     pip install twisted
    
  • Conda ( 1M 31.10.2023):

     conda install -c conda-forge twisted
    
certbot (41 30K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. Apache-2
  • GitHub ( 520 3.4K 110K 1.8K 5.4K - 7% open 22.11.2023):

     git clone https://github.com/certbot/certbot
    
  • PyPi ( 590K / month 330 01.11.2023):

     pip install certbot
    
  • Conda ( 24K 19.11.2023):

     conda install -c conda-forge certbot-apache
    
jinja (41 9.6K) - A very fast and expressive template engine. BSD-3
  • GitHub ( 300 1.6K 55K 21 1K - 7% open 06.09.2023):

     git clone https://github.com/pallets/jinja
    
  • PyPi ( 120M / month 100K 28.04.2022):

     pip install jinja2
    
  • Conda ( 34M 16.06.2023):

     conda install -c conda-forge jinja2
    
web3.py (40 4.5K) - A python interface for interacting with the Ethereum blockchain and.. MIT
  • GitHub ( 250 1.6K 17K 1.5K - 14% open 15.11.2023):

     git clone https://github.com/ethereum/web3.py
    
  • PyPi ( 1.3M / month 1.1K 08.11.2023):

     pip install web3
    
  • Conda ( 180K 25.10.2023):

     conda install -c conda-forge web3
    
scapy (39 9.5K) - Scapy: the Python-based interactive packet manipulation program &.. GPL-2.0
  • GitHub ( 440 1.9K 13K 1.6K - 8% open 23.11.2023):

     git clone https://github.com/secdev/scapy
    
  • PyPi ( 2M / month 1K 25.12.2022):

     pip install scapy
    
  • Conda ( 110K 16.06.2023):

     conda install -c conda-forge scapy
    
dnspython (39 2.3K) - a powerful DNS toolkit for python. ISC
  • GitHub ( 110 490 180 240K 500 - 1% open 23.11.2023):

     git clone https://github.com/rthalley/dnspython
    
  • PyPi ( 32M / month 4.8K 09.08.2023):

     pip install dnspython
    
  • Conda ( 1.2M 17.10.2023):

     conda install -c conda-forge dnspython
    
rdflib (38 2K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3
  • GitHub ( 190 540 200 16K 1.2K - 19% open 21.11.2023):

     git clone https://github.com/RDFLib/rdflib
    
  • PyPi ( 3M / month 2.2K 01.08.2023):

     pip install rdflib
    
  • Conda ( 450K 02.08.2023):

     conda install -c conda-forge rdflib
    
impacket (37 12K) - Impacket is a collection of Python classes for working with network.. Apache-2
  • GitHub ( 220 3.2K 180K 4.2K 880 - 20% open 14.11.2023):

     git clone https://github.com/SecureAuthCorp/impacket
    
  • PyPi ( 140K / month 230 03.08.2023):

     pip install impacket
    
pwntools (37 11K) - CTF framework and exploit development library. MIT
  • GitHub ( 240 1.7K 1.2K 1K - 12% open 20.11.2023):

     git clone https://github.com/Gallopsled/pwntools
    
  • PyPi ( 77K / month 68 14.11.2023):

     pip install pwntools
    
itsdangerous (36 2.8K) - Safely pass trusted data to untrusted environments and back. BSD-3
  • GitHub ( 42 220 960K 110 - 0% open 06.09.2023):

     git clone https://github.com/pallets/itsdangerous
    
  • PyPi ( 54M / month 53K 24.03.2022):

     pip install itsdangerous
    
  • Conda ( 6.6M 16.06.2023):

     conda install -c conda-forge itsdangerous
    
pyopenssl (36 840) - A Python wrapper around the OpenSSL library. Apache-2
  • GitHub ( 110 420 550 - 17% open 14.11.2023):

     git clone https://github.com/pyca/pyopenssl
    
  • PyPi ( 72M / month 16K 26.10.2023):

     pip install pyopenssl
    
  • Conda ( 36M 31.10.2023):

     conda install -c conda-forge pyopenssl
    
certifi (36 700) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0
  • GitHub ( 35 280 5 140 - 3% open 21.11.2023):

     git clone https://github.com/certifi/python-certifi
    
  • PyPi ( 330M / month 45K 18.11.2023):

     pip install certifi
    
  • Conda ( 100M 18.11.2023):

     conda install -c conda-forge certifi
    
webargs (35 1.3K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT
  • GitHub ( 77 160 7.4K 290 - 2% open 15.11.2023):

     git clone https://github.com/marshmallow-code/webargs
    
  • PyPi ( 1.2M / month 480 10.07.2023):

     pip install webargs
    
  • Conda ( 210K 10.07.2023):

     conda install -c conda-forge webargs
    
weblate (34 3.9K) - Web based localization tool with tight version control integration. GPL-3.0
  • GitHub ( 1.6K 930 4.8K 31 5K - 8% open 23.11.2023):

     git clone https://github.com/WeblateOrg/weblate
    
  • PyPi ( 4K / month 11 22.11.2023):

     pip install weblate
    
netaddr (34 740) - A network address manipulation library for Python. BSD-3
  • GitHub ( 48 170 29K 180 - 29% open 19.09.2023):

     git clone https://github.com/netaddr/netaddr
    
  • PyPi ( 4.7M / month 4.8K 18.09.2023):

     pip install netaddr
    
  • Conda ( 180K 16.06.2023):

     conda install -c conda-forge netaddr
    
idna (34 220) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3
  • GitHub ( 22 81 1.5M 83 - 7% open 23.11.2023):

     git clone https://github.com/kjd/idna
    
  • PyPi ( 240M / month 39K 19.09.2022):

     pip install idna
    
  • Conda ( 39M 16.06.2023):

     conda install -c conda-forge idna
    
pywebview (33 3.9K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3
  • GitHub ( 120 490 1.5K 860 - 1% open 23.11.2023):

     git clone https://github.com/r0x0r/pywebview
    
  • PyPi ( 49K / month 100 31.10.2023):

     pip install pywebview
    
fake-useragent (33 3.3K) - Up-to-date simple useragent faker with real world database. Apache-2
  • GitHub ( 14 510 25K 120 - 2% open 27.10.2023):

     git clone https://github.com/hellysmile/fake-useragent
    
  • PyPi ( 1.8M / month 980 02.10.2023):

     pip install fake-useragent
    
  • Conda ( 17K 03.10.2023):

     conda install -c conda-forge fake-useragent
    
terminado (33 350) - Terminals served by tornado websockets. BSD-2
  • GitHub ( 48 92 230 240K 68 - 41% open 10.11.2023):

     git clone https://github.com/jupyter/terminado
    
  • PyPi ( 9.4M / month 7K 10.11.2023):

     pip install terminado
    
  • Conda ( 14M 12.11.2023):

     conda install -c conda-forge terminado
    
Mako (33 290) - Mako Templates for Python. MIT
  • GitHub ( 59 54 210K 340 - 19% open 08.11.2023):

     git clone https://github.com/sqlalchemy/mako
    
  • PyPi ( 32M / month 14K 08.11.2023):

     pip install mako
    
  • Conda ( 5.6M 08.11.2023):

     conda install -c conda-forge mako
    
saleor (32 19K) - Saleor Core: the high performance, composable, headless.. BSD-3
  • GitHub ( 280 5.1K 80 3 4.2K - 14% open 23.11.2023):

     git clone https://github.com/saleor/saleor
    
pynacl (32 1K) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2
  • GitHub ( 66 220 240 300 - 14% open 17.11.2023):

     git clone https://github.com/pyca/pynacl
    
  • PyPi ( 48M / month 2.6K 07.01.2022):

     pip install pynacl
    
  • Conda ( 5.2M 24.09.2023):

     conda install -c conda-forge pynacl
    
tifffile (32 430) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3
  • GitHub ( 1 160 180 44K 210 - 0% open 27.09.2023):

     git clone https://github.com/cgohlke/tifffile
    
  • PyPi ( 6.2M / month 800 27.09.2023):

     pip install tifffile
    
  • Conda ( 4.1M 27.09.2023):

     conda install -c conda-forge tifffile
    
maltrail (31 5.5K) - Malicious traffic detection system. MIT
  • GitHub ( 46 970 20 400 - 20% open 23.11.2023):

     git clone https://github.com/stamparm/maltrail
    
klein (30 820) - werkzeug + twisted.web. MIT
  • GitHub ( 56 130 1.8K 180 - 44% open 14.11.2023):

     git clone https://github.com/twisted/klein
    
  • PyPi ( 70K / month 390 22.10.2017):

     pip install klein
    
aiodns (30 500) - Simple DNS resolver for asyncio. MIT
  • GitHub ( 27 65 49K 65 - 9% open 16.10.2023):

     git clone https://github.com/saghul/aiodns
    
  • PyPi ( 2.8M / month 1.1K 16.10.2023):

     pip install aiodns
    
  • Conda ( 220K 16.06.2023):

     conda install -c conda-forge aiodns
    
aiortc (29 3.7K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3
  • GitHub ( 28 680 2.4K 700 - 7% open 27.10.2023):

     git clone https://github.com/aiortc/aiortc
    
  • PyPi ( 40K / month 37 17.04.2022):

     pip install aiortc
    
sslyze (29 3K) - Fast and powerful SSL/TLS scanning library. AGPL-3.0
  • GitHub ( 68 440 110K 510 - 5% open 24.09.2023):

     git clone https://github.com/nabla-c0d3/sslyze
    
  • PyPi ( 110K / month 22 24.09.2023):

     pip install sslyze
    
Js2Py (29 2.3K ) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT
  • GitHub ( 29 250 13K 260 - 52% open 06.11.2022):

     git clone https://github.com/PiotrDabkowski/Js2Py
    
  • PyPi ( 730K / month 180 06.11.2022):

     pip install js2py
    
  • Conda ( 59K 16.06.2023):

     conda install -c conda-forge js2py
    
python-user-agents (29 1.4K ) - A Python library that provides an easy way to identify.. MIT
  • GitHub ( 32 200 7.2K 77 - 57% open 16.02.2023):

     git clone https://github.com/selwin/python-user-agents
    
  • PyPi ( 2.6M / month 520 23.08.2020):

     pip install user-agents
    
  • Conda ( 45K 16.06.2023):

     conda install -c conda-forge user-agents
    
dpkt (29 1K ) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3
  • GitHub ( 67 270 1.5K 380 - 19% open 27.01.2023):

     git clone https://github.com/kbandla/dpkt
    
  • PyPi ( 270K / month 330 18.08.2022):

     pip install dpkt
    
  • Conda ( 130K 16.06.2023):

     conda install -c conda-forge dpkt
    
pyngrok (29 380) - A Python wrapper for ngrok. MIT
  • GitHub ( 8 60 4.9K 78 - 1% open 22.11.2023):

     git clone https://github.com/alexdlaird/pyngrok
    
  • PyPi ( 290K / month 95 14.11.2023):

     pip install pyngrok
    
  • Conda ( 98K 15.11.2023):

     conda install -c conda-forge pyngrok
    
pyload (28 3K) - The free and open-source Download Manager written in pure Python. AGPL-3.0
  • GitHub ( 230 700 98K 10 3.1K - 5% open 21.11.2023):

     git clone https://github.com/pyload/pyload
    
  • PyPi ( 2.8K / month 1 21.11.2023):

     pip install pyload-ng
    
Radicale (27 2.9K ) - A simple CalDAV (calendar) and CardDAV (contact) server. GPL-3.0
  • GitHub ( 96 400 140 940 - 38% open 22.04.2023):

     git clone https://github.com/Kozea/Radicale
    
  • PyPi ( 8.2K / month 43 20.04.2022):

     pip install radicale
    
proxy.py (26 2.7K ) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-.. BSD-3
  • GitHub ( 19 520 950 130 300 - 22% open 17.04.2023):

     git clone https://github.com/abhinavsingh/proxy.py
    
  • PyPi ( 120K / month 19 13.08.2022):

     pip install proxy.py
    
trustme (26 510) - #1 quality TLS certs while you wait, for the discerning tester. MIT
  • GitHub ( 21 27 580 32 - 9% open 01.11.2023):

     git clone https://github.com/python-trio/trustme
    
  • PyPi ( 140K / month 50 10.07.2023):

     pip install trustme
    
  • Conda ( 8.2K 10.07.2023):

     conda install -c conda-forge trustme
    
healthchecks (25 6.8K) - Open-source cron job and background task monitoring service,.. BSD-3
  • GitHub ( 85 700 1 640 - 10% open 23.11.2023):

     git clone https://github.com/healthchecks/healthchecks
    
asgi-lifespan (23 170) - Programmatic startup/shutdown of ASGI apps. MIT
  • GitHub ( 6 11 14K 06.06.2023):

     git clone https://github.com/florimondmanca/asgi-lifespan
    
  • PyPi ( 400K / month 27 28.03.2023):

     pip install asgi-lifespan
    
  • Conda ( 87K 16.06.2023):

     conda install -c conda-forge asgi-lifespan
    
streaming-form-data (23 140) - Streaming parser for multipart/form-data written in Cython. MIT
  • GitHub ( 18 32 79 34 - 11% open 28.10.2023):

     git clone https://github.com/siddhantgoel/streaming-form-data
    
  • PyPi ( 52K / month 5 19.09.2023):

     pip install streaming-form-data
    
urlwatch (22 2.6K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3
  • GitHub ( 90 350 480 - 15% open 25.10.2023):

     git clone https://github.com/thp/urlwatch
    
  • PyPi ( 3.6K / month 2 15.03.2022):

     pip install urlwatch
    
Show 18 hidden projects...
  • pyzmq (39 3.5K) - PyZMQ: Python bindings for zeromq. Revised BSD
  • httpbin (33 12K ) - 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
  • 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
  • python-whois (24 390 ) - A python module for retrieving and parsing WHOIS data. WTFPL
  • reppy (24 180 ) - Modern robots.txt Parser for Python. MIT
  • sandman2 (23 2K ) - Automatically generate a RESTful API service for your legacy.. Apache-2
  • hyde (23 1.6K ) - A Python Static Website Generator. MIT
  • cabot (22 5.5K ) - Self-hosted, easily-deployable monitoring and alerts service - like a.. MIT
  • ProxyBroker (22 3.6K ) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2
  • toapi (20 3.4K ) - Every web site provides APIs. MIT
  • tinkerer (19 310 ) - Python blogging engine. BSD-2-Clause-FreeBSD
  • libextract (17 500 ) - Extract data from websites using basic statistical magic. MIT
  • IP2Trace (10 30) - Python tool to traceroute with IP geolocation information, such as.. MIT

Related Resources

  • Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
  • best-of-ml-python: A ranked list of awesome machine learning python libraries.
  • Python Wiki - Web Programming: Wiki page about programming Web applications (both clients and servers) using Python.

Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

  • Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0

Popular Awesome List Projects
Popular Web Development Projects
Popular Lists Of Projects Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Html
Django
Http
Flask
Rest Api
Graphql
Awesome
Serverless
Web Development
Openapi
Django Rest Framework
Pyramid