From 625b28fa27d3683e2d17ef2444ea4d3f7caddd70 Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 21 Dec 2023 16:28:14 +0000 Subject: [PATCH] Update best-of list for version 2023.12.21 --- README.md | 2105 +++++++++++++++---------------- history/2023-12-21_changes.md | 26 + history/2023-12-21_projects.csv | 581 +++++++++ latest-changes.md | 26 +- 4 files changed, 1665 insertions(+), 1073 deletions(-) create mode 100644 history/2023-12-21_changes.md create mode 100644 history/2023-12-21_projects.csv diff --git a/README.md b/README.md index 2dd08b51..bfa990de 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This curated list contains 580 awesome open-source projects with a total of 2.8M - [Email](#email) _11 projects_ - [Web Scraping & Crawling](#web-scraping--crawling) _33 projects_ - [Monitoring](#monitoring) _12 projects_ -- [Web UI](#web-ui) _11 projects_ +- [Web UI](#web-ui) _12 projects_ - [Admin UI](#admin-ui) _13 projects_ - [API Proxies & Gateways](#api-proxies--gateways) _2 projects_ - [Flask Utilities](#flask-utilities) _36 projects_ @@ -89,50 +89,50 @@ This curated list contains 580 awesome open-source projects with a total of 2.8M _General purpose web frameworks to build web applications and REST APIs._ -
django (πŸ₯‡49 Β· ⭐ 74K) - The Web framework for perfectionists with deadlines. BSD-3 +
flask (πŸ₯‡50 Β· ⭐ 65K Β· πŸ“ˆ) - The Python micro framework for building web applications. BSD-3 -- [GitHub](https://github.com/django/django) (πŸ‘¨β€πŸ’» 3K Β· πŸ”€ 31K Β· πŸ“¦ 1.5M Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/pallets/flask) (πŸ‘¨β€πŸ’» 830 Β· πŸ”€ 16K Β· πŸ“₯ 7.1K Β· πŸ“¦ 1.7M Β· πŸ“‹ 2.6K - 0% open Β· ⏱️ 14.12.2023): ``` - git clone https://github.com/django/django + git clone https://github.com/pallets/flask ``` -- [PyPi](https://pypi.org/project/django) (πŸ“₯ 13M / month Β· πŸ“¦ 120K Β· ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/flask) (πŸ“₯ 96M / month Β· πŸ“¦ 120K Β· ⏱️ 30.09.2023): ``` - pip install django + pip install flask ``` -- [Conda](https://anaconda.org/conda-forge/django) (πŸ“₯ 1.6M Β· ⏱️ 04.12.2023): +- [Conda](https://anaconda.org/conda-forge/flask) (πŸ“₯ 6.7M Β· ⏱️ 03.10.2023): ``` - conda install -c conda-forge django + conda install -c conda-forge flask ```
-
flask (πŸ₯‡49 Β· ⭐ 65K) - The Python micro framework for building web applications. BSD-3 +
django (πŸ₯‡49 Β· ⭐ 75K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/pallets/flask) (πŸ‘¨β€πŸ’» 830 Β· πŸ”€ 16K Β· πŸ“₯ 7K Β· πŸ“¦ 1.7M Β· πŸ“‹ 2.6K - 0% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/django/django) (πŸ‘¨β€πŸ’» 3K Β· πŸ”€ 31K Β· πŸ“¦ 1.5M Β· ⏱️ 21.12.2023): ``` - git clone https://github.com/pallets/flask + git clone https://github.com/django/django ``` -- [PyPi](https://pypi.org/project/flask) (πŸ“₯ 100M / month Β· πŸ“¦ 120K Β· ⏱️ 30.09.2023): +- [PyPi](https://pypi.org/project/django) (πŸ“₯ 13M / month Β· πŸ“¦ 120K Β· ⏱️ 04.12.2023): ``` - pip install flask + pip install django ``` -- [Conda](https://anaconda.org/conda-forge/flask) (πŸ“₯ 6.7M Β· ⏱️ 03.10.2023): +- [Conda](https://anaconda.org/conda-forge/django) (πŸ“₯ 1.6M Β· ⏱️ 08.12.2023): ``` - conda install -c conda-forge flask + conda install -c conda-forge django ```
fastapi (πŸ₯‡46 Β· ⭐ 66K) - FastAPI framework, high performance, easy to learn, fast to.. MIT -- [GitHub](https://github.com/tiangolo/fastapi) (πŸ‘¨β€πŸ’» 510 Β· πŸ”€ 5.5K Β· πŸ“¦ 280K Β· πŸ“‹ 4K - 16% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/tiangolo/fastapi) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 5.6K Β· πŸ“¦ 280K Β· πŸ“‹ 4K - 16% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/tiangolo/fastapi ``` -- [PyPi](https://pypi.org/project/fastapi) (πŸ“₯ 27M / month Β· πŸ“¦ 3.1K Β· ⏱️ 30.10.2023): +- [PyPi](https://pypi.org/project/fastapi) (πŸ“₯ 28M / month Β· πŸ“¦ 3.1K Β· ⏱️ 12.12.2023): ``` pip install fastapi ``` -- [Conda](https://anaconda.org/conda-forge/fastapi) (πŸ“₯ 1.9M Β· ⏱️ 30.10.2023): +- [Conda](https://anaconda.org/conda-forge/fastapi) (πŸ“₯ 1.9M Β· ⏱️ 12.12.2023): ``` conda install -c conda-forge fastapi ``` @@ -144,7 +144,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tornadoweb/tornado ``` -- [PyPi](https://pypi.org/project/tornado) (πŸ“₯ 32M / month Β· πŸ“¦ 26K Β· ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/tornado) (πŸ“₯ 33M / month Β· πŸ“¦ 26K Β· ⏱️ 29.11.2023): ``` pip install tornado ``` @@ -155,12 +155,12 @@ _General purpose web frameworks to build web applications and REST APIs._
werkzeug (πŸ₯ˆ44 Β· ⭐ 6.5K) - The comprehensive WSGI web application library. BSD-3 -- [GitHub](https://github.com/pallets/werkzeug) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 1.7K Β· πŸ“₯ 670 Β· πŸ“¦ 1.2M Β· πŸ“‹ 1.1K - 0% open Β· ⏱️ 11.11.2023): +- [GitHub](https://github.com/pallets/werkzeug) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 1.7K Β· πŸ“₯ 700 Β· πŸ“¦ 1.2M Β· πŸ“‹ 1.1K - 0% open Β· ⏱️ 11.11.2023): ``` git clone https://github.com/pallets/werkzeug ``` -- [PyPi](https://pypi.org/project/werkzeug) (πŸ“₯ 120M / month Β· πŸ“¦ 70K Β· ⏱️ 08.11.2023): +- [PyPi](https://pypi.org/project/werkzeug) (πŸ“₯ 110M / month): ``` pip install werkzeug ``` @@ -169,30 +169,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge werkzeug ```
-
django-rest-framework (πŸ₯ˆ43 Β· ⭐ 27K) - Web APIs for Django. BSD-3 +
starlette (πŸ₯ˆ42 Β· ⭐ 9K Β· πŸ“ˆ) - The little ASGI framework that shines. BSD-3 -- [GitHub](https://github.com/encode/django-rest-framework) (πŸ‘¨β€πŸ’» 1.4K Β· πŸ”€ 6.7K Β· πŸ“¦ 610K Β· πŸ“‹ 3.9K - 3% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/encode/starlette) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 800 Β· πŸ“¦ 160K Β· πŸ“‹ 700 - 5% open Β· ⏱️ 20.12.2023): ``` - git clone https://github.com/encode/django-rest-framework + git clone https://github.com/encode/starlette ``` -- [PyPi](https://pypi.org/project/django-rest-framework) (πŸ“₯ 110K / month Β· πŸ“¦ 440 Β· ⏱️ 20.07.2017): +- [PyPi](https://pypi.org/project/starlette) (πŸ“₯ 24M / month Β· πŸ“¦ 1.1K Β· ⏱️ 16.12.2023): ``` - pip install django-rest-framework + pip install starlette ``` -- [Conda](https://anaconda.org/conda-forge/djangorestframework) (πŸ“₯ 540K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/starlette) (πŸ“₯ 1.9M Β· ⏱️ 18.12.2023): ``` - conda install -c conda-forge djangorestframework + conda install -c conda-forge starlette ```
sanic (πŸ₯ˆ40 Β· ⭐ 17K) - Accelerate your web app development | Build fast. Run fast. MIT -- [GitHub](https://github.com/sanic-org/sanic) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.5K Β· πŸ“¦ 16K Β· πŸ“‹ 1.3K - 5% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/sanic-org/sanic) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.5K Β· πŸ“¦ 17K Β· πŸ“‹ 1.3K - 5% open Β· ⏱️ 13.12.2023): ``` git clone https://github.com/sanic-org/sanic ``` -- [PyPi](https://pypi.org/project/sanic) (πŸ“₯ 800K / month Β· πŸ“¦ 710 Β· ⏱️ 25.07.2023): +- [PyPi](https://pypi.org/project/sanic) (πŸ“₯ 820K / month): ``` pip install sanic ``` @@ -201,30 +201,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge sanic ```
-
starlette (πŸ₯ˆ40 Β· ⭐ 8.9K) - The little ASGI framework that shines. BSD-3 - -- [GitHub](https://github.com/encode/starlette) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 790 Β· πŸ“¦ 160K Β· πŸ“‹ 710 - 7% open Β· ⏱️ 05.12.2023): - - ``` - git clone https://github.com/encode/starlette - ``` -- [PyPi](https://pypi.org/project/starlette) (πŸ“₯ 23M / month Β· πŸ“¦ 1.1K Β· ⏱️ 01.12.2023): - ``` - pip install starlette - ``` -- [Conda](https://anaconda.org/conda-forge/starlette) (πŸ“₯ 1.9M Β· ⏱️ 01.12.2023): - ``` - conda install -c conda-forge starlette - ``` -
Flask-AppBuilder (πŸ₯ˆ40 Β· ⭐ 4.4K) - Simple and rapid application development framework,.. BSD-3 -- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.4K Β· πŸ“¦ 5.7K Β· πŸ“‹ 1.3K - 12% open Β· ⏱️ 24.11.2023): +- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.4K Β· πŸ“¦ 5.8K Β· πŸ“‹ 1.3K - 12% open Β· ⏱️ 24.11.2023): ``` git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (πŸ“₯ 6.9M / month Β· πŸ“¦ 330 Β· ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/flask-appbuilder) (πŸ“₯ 7.4M / month Β· πŸ“¦ 330 Β· ⏱️ 20.11.2023): ``` pip install flask-appbuilder ``` @@ -235,12 +219,12 @@ _General purpose web frameworks to build web applications and REST APIs._
falcon (πŸ₯ˆ37 Β· ⭐ 9.3K) - The no-magic web data plane API and microservices framework for.. Apache-2 -- [GitHub](https://github.com/falconry/falcon) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 920 Β· πŸ“₯ 6.3K Β· πŸ“¦ 8.7K Β· πŸ“‹ 1K - 16% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/falconry/falcon) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 920 Β· πŸ“₯ 7K Β· πŸ“¦ 8.7K Β· πŸ“‹ 1K - 16% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/falconry/falcon ``` -- [PyPi](https://pypi.org/project/falcon) (πŸ“₯ 770K / month Β· πŸ“¦ 1.7K Β· ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/falcon) (πŸ“₯ 790K / month Β· πŸ“¦ 1.7K Β· ⏱️ 05.12.2023): ``` pip install falcon ``` @@ -256,7 +240,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flask-restful/flask-restful ``` -- [PyPi](https://pypi.org/project/flask-restful) (πŸ“₯ 1.7M / month Β· πŸ“¦ 7.2K Β· ⏱️ 21.05.2023): +- [PyPi](https://pypi.org/project/flask-restful) (πŸ“₯ 1.6M / month Β· πŸ“¦ 7.2K Β· ⏱️ 21.05.2023): ``` pip install flask-restful ``` @@ -265,14 +249,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-restful ```
-
CherryPy (πŸ₯ˆ36 Β· ⭐ 1.7K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 +
CherryPy (πŸ₯‰35 Β· ⭐ 1.7K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3 -- [GitHub](https://github.com/cherrypy/cherrypy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 350 Β· πŸ“¦ 12K Β· πŸ“‹ 1.8K - 14% open Β· ⏱️ 04.08.2023): +- [GitHub](https://github.com/cherrypy/cherrypy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 360 Β· πŸ“¦ 12K Β· πŸ“‹ 1.8K - 14% open Β· ⏱️ 13.12.2023): ``` git clone https://github.com/cherrypy/cherrypy ``` -- [PyPi](https://pypi.org/project/cherrypy) (πŸ“₯ 810K / month Β· πŸ“¦ 10K Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/cherrypy) (πŸ“₯ 930K / month Β· πŸ“¦ 10K Β· ⏱️ 13.12.2023): ``` pip install cherrypy ``` @@ -283,24 +267,24 @@ _General purpose web frameworks to build web applications and REST APIs._
django-tastypie (πŸ₯‰34 Β· ⭐ 3.9K) - Creating delicious APIs for Django apps since 2010. BSD-3 -- [GitHub](https://github.com/django-tastypie/django-tastypie) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.3K Β· πŸ“¦ 5.5K Β· πŸ“‹ 930 - 43% open Β· ⏱️ 02.09.2023): +- [GitHub](https://github.com/django-tastypie/django-tastypie) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.3K Β· πŸ“¦ 5.6K Β· πŸ“‹ 930 - 43% open Β· ⏱️ 02.09.2023): ``` git clone https://github.com/django-tastypie/django-tastypie ``` -- [PyPi](https://pypi.org/project/django-tastypie) (πŸ“₯ 67K / month Β· πŸ“¦ 2.5K Β· ⏱️ 02.09.2023): +- [PyPi](https://pypi.org/project/django-tastypie) (πŸ“₯ 63K / 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](https://github.com/hugapi/hug) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 390 Β· πŸ“¦ 4.3K Β· πŸ“‹ 480 - 37% open Β· ⏱️ 30.06.2023): +- [GitHub](https://github.com/hugapi/hug) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 390 Β· πŸ“¦ 4.8K Β· πŸ“‹ 480 - 37% open Β· ⏱️ 30.06.2023): ``` git clone https://github.com/hugapi/hug ``` -- [PyPi](https://pypi.org/project/hug) (πŸ“₯ 68K / month Β· πŸ“¦ 240 Β· ⏱️ 06.02.2020): +- [PyPi](https://pypi.org/project/hug) (πŸ“₯ 58K / month Β· πŸ“¦ 240 Β· ⏱️ 06.02.2020): ``` pip install hug ``` @@ -316,7 +300,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/webpy/webpy ``` -- [PyPi](https://pypi.org/project/web.py) (πŸ“₯ 240K / month Β· πŸ“¦ 1.1K Β· ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/web.py) (πŸ“₯ 250K / month Β· πŸ“¦ 1.1K Β· ⏱️ 09.11.2020): ``` pip install web.py ``` @@ -332,51 +316,51 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pyeve/eve ``` -- [PyPi](https://pypi.org/project/eve) (πŸ“₯ 9.9K / month Β· πŸ“¦ 380 Β· ⏱️ 14.03.2023): +- [PyPi](https://pypi.org/project/eve) (πŸ“₯ 9.5K / month Β· πŸ“¦ 380 Β· ⏱️ 14.03.2023): ``` pip install eve ```
-
robyn (πŸ₯‰30 Β· ⭐ 3.1K) - Robyn is a High-Performance, Community-Driven, and Innovator Friendly Web.. BSD-2 +
responder (πŸ₯‰30 Β· ⭐ 3.6K) - A familiar HTTP Service Framework for Python. Apache-2 -- [GitHub](https://github.com/sparckles/Robyn) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 160 Β· πŸ“¦ 45 Β· πŸ“‹ 340 - 36% open Β· ⏱️ 03.12.2023): +- [GitHub](https://github.com/kennethreitz/responder) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 220 Β· πŸ“¦ 550 Β· πŸ“‹ 220 - 24% open Β· ⏱️ 19.12.2023): ``` - git clone https://github.com/sansyrox/robyn + git clone https://github.com/taoufik07/responder ``` -- [PyPi](https://pypi.org/project/robyn) (πŸ“₯ 16K / month Β· πŸ“¦ 1 Β· ⏱️ 03.12.2023): +- [PyPi](https://pypi.org/project/responder) (πŸ“₯ 3.3K / month Β· πŸ“¦ 69 Β· ⏱️ 08.01.2021): ``` - pip install robyn + pip install responder ``` -- [Conda](https://anaconda.org/conda-forge/robyn) (πŸ“₯ 120K Β· ⏱️ 05.12.2023): +- [Conda](https://anaconda.org/conda-forge/responder) (πŸ“₯ 83K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge robyn + conda install -c conda-forge responder ```
-
responder (πŸ₯‰29 Β· ⭐ 3.6K) - A familiar HTTP Service Framework for Python. Apache-2 +
robyn (πŸ₯‰30 Β· ⭐ 3.1K) - Robyn is a High-Performance, Community-Driven, and Innovator Friendly Web.. BSD-2 -- [GitHub](https://github.com/kennethreitz/responder) (πŸ‘¨β€πŸ’» 89 Β· πŸ”€ 220 Β· πŸ“¦ 550 Β· πŸ“‹ 220 - 24% open Β· ⏱️ 21.11.2023): +- [GitHub](https://github.com/sparckles/Robyn) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 160 Β· πŸ“¦ 47 Β· πŸ“‹ 340 - 36% open Β· ⏱️ 20.12.2023): ``` - git clone https://github.com/taoufik07/responder + git clone https://github.com/sansyrox/robyn ``` -- [PyPi](https://pypi.org/project/responder) (πŸ“₯ 3.7K / month Β· πŸ“¦ 69 Β· ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/robyn) (πŸ“₯ 16K / month Β· πŸ“¦ 1 Β· ⏱️ 11.12.2023): ``` - pip install responder + pip install robyn ``` -- [Conda](https://anaconda.org/conda-forge/responder) (πŸ“₯ 83K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/robyn) (πŸ“₯ 120K Β· ⏱️ 11.12.2023): ``` - conda install -c conda-forge responder + conda install -c conda-forge robyn ```
masonite (πŸ₯‰29 Β· ⭐ 2.1K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT -- [GitHub](https://github.com/MasoniteFramework/masonite) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 130 Β· πŸ“¦ 510 Β· πŸ“‹ 400 - 10% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/MasoniteFramework/masonite) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 130 Β· πŸ“¦ 510 Β· πŸ“‹ 400 - 10% open Β· ⏱️ 11.12.2023): ``` git clone https://github.com/MasoniteFramework/masonite ``` -- [PyPi](https://pypi.org/project/masonite) (πŸ“₯ 4.4K / month Β· πŸ“¦ 78 Β· ⏱️ 29.10.2023): +- [PyPi](https://pypi.org/project/masonite) (πŸ“₯ 3K / month Β· πŸ“¦ 78 Β· ⏱️ 29.10.2023): ``` pip install masonite ``` @@ -388,7 +372,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Cornices/cornice ``` -- [PyPi](https://pypi.org/project/cornice) (πŸ“₯ 40K / month Β· πŸ“¦ 360 Β· ⏱️ 07.01.2022): +- [PyPi](https://pypi.org/project/cornice) (πŸ“₯ 38K / month Β· πŸ“¦ 360 Β· ⏱️ 07.01.2022): ``` pip install cornice ``` @@ -399,12 +383,12 @@ _General purpose web frameworks to build web applications and REST APIs._
guillotina (πŸ₯‰28 Β· ⭐ 180) - Python AsyncIO data API to manage billions of resources. BSD-3 -- [GitHub](https://github.com/plone/guillotina) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 51 Β· πŸ“¦ 130 Β· πŸ“‹ 230 - 26% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/plone/guillotina) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 51 Β· πŸ“¦ 130 Β· πŸ“‹ 230 - 26% open Β· ⏱️ 11.12.2023): ``` git clone https://github.com/plone/guillotina ``` -- [PyPi](https://pypi.org/project/guillotina) (πŸ“₯ 2.6K / month Β· πŸ“¦ 47 Β· ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/guillotina) (πŸ“₯ 2.3K / month Β· πŸ“¦ 47 Β· ⏱️ 11.12.2023): ``` pip install guillotina ``` @@ -417,9 +401,9 @@ _General purpose web frameworks to build web applications and REST APIs._ git clone https://github.com/web2py/web2py ```
-
justpy (πŸ₯‰25 Β· ⭐ 1.1K) - An object oriented high-level Python Web Framework that requires no.. Apache-2 +
justpy (πŸ₯‰26 Β· ⭐ 1.1K) - An object oriented high-level Python Web Framework that requires no.. Apache-2 -- [GitHub](https://github.com/justpy-org/justpy) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 89 Β· πŸ“¦ 420 Β· πŸ“‹ 440 - 0% open Β· ⏱️ 20.09.2023): +- [GitHub](https://github.com/justpy-org/justpy) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 89 Β· πŸ“¦ 430 Β· πŸ“‹ 440 - 0% open Β· ⏱️ 17.12.2023): ``` git clone https://github.com/elimintz/justpy @@ -429,37 +413,38 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install justpy ```
-
emmett (πŸ₯‰24 Β· ⭐ 890) - The web framework for inventors. BSD-3 +
emmett (πŸ₯‰25 Β· ⭐ 890) - The web framework for inventors. BSD-3 -- [GitHub](https://github.com/emmett-framework/emmett) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 67 Β· πŸ“¦ 54 Β· πŸ“‹ 320 - 9% open Β· ⏱️ 18.10.2023): +- [GitHub](https://github.com/emmett-framework/emmett) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 69 Β· πŸ“¦ 55 Β· πŸ“‹ 320 - 9% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/emmett-framework/emmett ``` -- [PyPi](https://pypi.org/project/emmett) (πŸ“₯ 1K / month Β· πŸ“¦ 4 Β· ⏱️ 18.10.2023): +- [PyPi](https://pypi.org/project/emmett) (πŸ“₯ 310 / month Β· πŸ“¦ 4 Β· ⏱️ 21.12.2023): ``` pip install emmett ```
-
flama (πŸ₯‰19 Β· ⭐ 240) - Fire up your models with the flame. Apache-2 +
flama (πŸ₯‰20 Β· ⭐ 240) - Fire up your models with the flame. Apache-2 -- [GitHub](https://github.com/vortico/flama) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 14 Β· πŸ“₯ 150 Β· πŸ“¦ 12 Β· πŸ“‹ 89 - 5% open Β· ⏱️ 20.11.2023): +- [GitHub](https://github.com/vortico/flama) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 14 Β· πŸ“₯ 150 Β· πŸ“¦ 12 Β· πŸ“‹ 91 - 7% open Β· ⏱️ 20.11.2023): ``` git clone https://github.com/perdy/flama ``` -- [PyPi](https://pypi.org/project/flama) (πŸ“₯ 100 / month Β· πŸ“¦ 1 Β· ⏱️ 27.09.2023): +- [PyPi](https://pypi.org/project/flama) (πŸ“₯ 230 / month Β· πŸ“¦ 1 Β· ⏱️ 27.09.2023): ``` pip install flama ```
-
Show 8 hidden projects... +
Show 9 hidden projects... +- django-rest-framework (πŸ₯ˆ41 Β· ⭐ 27K) - Web APIs for Django. ❗Unlicensed - bottle (πŸ₯ˆ38 Β· ⭐ 8.2K Β· πŸ’€) - bottle.py is a fast and simple micro-framework for python web-.. MIT -- pyramid (πŸ₯‰35 Β· ⭐ 3.9K) - Pyramid - A Python web framework. ❗Unlicensed +- 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 +- japronto (πŸ₯‰24 Β· ⭐ 8.6K Β· πŸ’€) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT +- quart (πŸ₯‰24 Β· ⭐ 2.4K Β· πŸ’€) - 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 @@ -472,7 +457,7 @@ _General purpose web frameworks to build web applications and REST APIs._
requests (πŸ₯‡49 Β· ⭐ 51K) - A simple, yet elegant, HTTP library. Apache-2 -- [GitHub](https://github.com/psf/requests) (πŸ‘¨β€πŸ’» 740 Β· πŸ”€ 9.3K Β· πŸ“₯ 7.4K Β· πŸ“¦ 2.6M Β· πŸ“‹ 3.9K - 6% open Β· ⏱️ 01.12.2023): +- [GitHub](https://github.com/psf/requests) (πŸ‘¨β€πŸ’» 750 Β· πŸ”€ 9.3K Β· πŸ“₯ 7.6K Β· πŸ“¦ 2.6M Β· πŸ“‹ 3.9K - 6% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/psf/requests @@ -486,14 +471,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge requests ```
-
aiohttp (πŸ₯‡48 Β· ⭐ 14K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 +
aiohttp (πŸ₯‡47 Β· ⭐ 14K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- [GitHub](https://github.com/aio-libs/aiohttp) (πŸ‘¨β€πŸ’» 710 Β· πŸ”€ 2K Β· πŸ“₯ 15K Β· πŸ“¦ 420K Β· πŸ“‹ 2.9K - 17% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/aio-libs/aiohttp) (πŸ‘¨β€πŸ’» 710 Β· πŸ”€ 2K Β· πŸ“₯ 15K Β· πŸ“¦ 430K Β· πŸ“‹ 2.9K - 17% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/aio-libs/aiohttp ``` -- [PyPi](https://pypi.org/project/aiohttp) (πŸ“₯ 98M / month Β· πŸ“¦ 15K Β· ⏱️ 26.11.2023): +- [PyPi](https://pypi.org/project/aiohttp) (πŸ“₯ 100M / month Β· πŸ“¦ 15K Β· ⏱️ 26.11.2023): ``` pip install aiohttp ``` @@ -502,9 +487,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge aiohttp ```
-
urllib3 (πŸ₯ˆ45 Β· ⭐ 3.5K) - urllib3 is a user-friendly HTTP client library for Python. MIT +
urllib3 (πŸ₯ˆ45 Β· ⭐ 3.6K) - urllib3 is a user-friendly HTTP client library for Python. MIT -- [GitHub](https://github.com/urllib3/urllib3) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.1K Β· πŸ“₯ 27K Β· πŸ“¦ 1.6M Β· πŸ“‹ 1.2K - 10% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/urllib3/urllib3) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.1K Β· πŸ“₯ 27K Β· πŸ“¦ 1.6M Β· πŸ“‹ 1.2K - 10% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/urllib3/urllib3 @@ -520,28 +505,28 @@ _General purpose web frameworks to build web applications and REST APIs._
httpx (πŸ₯ˆ42 Β· ⭐ 12K) - A next generation HTTP client for Python. BSD-3 -- [GitHub](https://github.com/encode/httpx) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 800 Β· πŸ“¦ 140K Β· πŸ“‹ 820 - 4% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/encode/httpx) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 810 Β· πŸ“¦ 140K Β· πŸ“‹ 820 - 4% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/encode/httpx ``` -- [PyPi](https://pypi.org/project/httpx) (πŸ“₯ 31M / month Β· πŸ“¦ 3.7K Β· ⏱️ 24.11.2023): +- [PyPi](https://pypi.org/project/httpx) (πŸ“₯ 32M / month Β· πŸ“¦ 3.9K Β· ⏱️ 20.12.2023): ``` pip install httpx ``` -- [Conda](https://anaconda.org/conda-forge/httpx) (πŸ“₯ 950K Β· ⏱️ 27.11.2023): +- [Conda](https://anaconda.org/conda-forge/httpx) (πŸ“₯ 980K Β· ⏱️ 20.12.2023): ``` conda install -c conda-forge httpx ```
-
httpcore (πŸ₯ˆ35 Β· ⭐ 370) - A minimal HTTP client. BSD-3 +
httpcore (πŸ₯ˆ35 Β· ⭐ 380) - A minimal HTTP client. BSD-3 -- [GitHub](https://github.com/encode/httpcore) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 76 Β· πŸ“¦ 83K Β· πŸ“‹ 160 - 11% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/encode/httpcore) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 76 Β· πŸ“¦ 87K Β· πŸ“‹ 160 - 11% open Β· ⏱️ 07.12.2023): ``` git clone https://github.com/encode/httpcore ``` -- [PyPi](https://pypi.org/project/httpcore) (πŸ“₯ 32M / month Β· πŸ“¦ 200 Β· ⏱️ 10.11.2023): +- [PyPi](https://pypi.org/project/httpcore) (πŸ“₯ 32M / month Β· πŸ“¦ 210 Β· ⏱️ 10.11.2023): ``` pip install httpcore ``` @@ -550,14 +535,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge httpcore ```
-
httpie (πŸ₯ˆ33 Β· ⭐ 30K) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 +
httpie (πŸ₯ˆ33 Β· ⭐ 31K) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 -- [GitHub](https://github.com/httpie/cli) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 3.8K Β· πŸ“₯ 6.2K Β· πŸ“‹ 830 - 17% open Β· ⏱️ 24.10.2023): +- [GitHub](https://github.com/httpie/cli) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 3.8K Β· πŸ“₯ 6.4K Β· πŸ“¦ 1 Β· πŸ“‹ 840 - 18% open Β· ⏱️ 24.10.2023): ``` git clone https://github.com/httpie/httpie ``` -- [PyPi](https://pypi.org/project/httpie) (πŸ“₯ 420K / month Β· πŸ“¦ 1.7K Β· ⏱️ 19.05.2023): +- [PyPi](https://pypi.org/project/httpie) (πŸ“₯ 380K / month Β· πŸ“¦ 1.7K Β· ⏱️ 19.05.2023): ``` pip install httpie ``` @@ -566,30 +551,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge httpie ```
-
httplib2 (πŸ₯ˆ33 Β· ⭐ 480 Β· πŸ’€) - Small, fast HTTP client library for Python. Features persistent.. MIT - -- [GitHub](https://github.com/httplib2/httplib2) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 200 Β· πŸ“¦ 170K Β· πŸ“‹ 130 - 46% open Β· ⏱️ 21.03.2023): - - ``` - git clone https://github.com/httplib2/httplib2 - ``` -- [PyPi](https://pypi.org/project/httplib2) (πŸ“₯ 31M / month Β· πŸ“¦ 16K Β· ⏱️ 21.03.2023): - ``` - pip install httplib2 - ``` -- [Conda](https://anaconda.org/conda-forge/httplib2) (πŸ“₯ 2.9M Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge httplib2 - ``` -
-
python-zeep (πŸ₯ˆ32 Β· ⭐ 1.8K Β· πŸ’€) - A Python SOAP client. MIT +
python-zeep (πŸ₯ˆ33 Β· ⭐ 1.8K Β· πŸ’€) - A Python SOAP client. MIT - [GitHub](https://github.com/mvantellingen/python-zeep) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 560 Β· πŸ“‹ 1.1K - 38% open Β· ⏱️ 17.03.2023): ``` git clone https://github.com/mvantellingen/python-zeep ``` -- [PyPi](https://pypi.org/project/zeep) (πŸ“₯ 9.2M / month Β· πŸ“¦ 650 Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/zeep) (πŸ“₯ 9.5M / month Β· πŸ“¦ 660 Β· ⏱️ 20.07.2023): ``` pip install zeep ``` @@ -598,34 +567,34 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge zeep ```
-
requests-futures (πŸ₯‰31 Β· ⭐ 2.1K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2 +
httplib2 (πŸ₯ˆ33 Β· ⭐ 480 Β· πŸ’€) - Small, fast HTTP client library for Python. Features persistent.. MIT -- [GitHub](https://github.com/ross/requests-futures) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 160 Β· πŸ“¦ 6K Β· πŸ“‹ 89 - 2% open Β· ⏱️ 18.10.2023): +- [GitHub](https://github.com/httplib2/httplib2) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 200 Β· πŸ“¦ 170K Β· πŸ“‹ 130 - 46% open Β· ⏱️ 21.03.2023): ``` - git clone https://github.com/ross/requests-futures + git clone https://github.com/httplib2/httplib2 ``` -- [PyPi](https://pypi.org/project/requests-futures) (πŸ“₯ 1.3M / month Β· πŸ“¦ 980 Β· ⏱️ 19.06.2023): +- [PyPi](https://pypi.org/project/httplib2) (πŸ“₯ 30M / month Β· πŸ“¦ 16K Β· ⏱️ 21.03.2023): ``` - pip install requests-futures + pip install httplib2 ``` -- [Conda](https://anaconda.org/conda-forge/requests-futures) (πŸ“₯ 210K Β· ⏱️ 20.06.2023): +- [Conda](https://anaconda.org/conda-forge/httplib2) (πŸ“₯ 2.9M Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge requests-futures + conda install -c conda-forge httplib2 ```
httptools (πŸ₯‰31 Β· ⭐ 1.1K) - Fast HTTP parser. MIT -- [GitHub](https://github.com/MagicStack/httptools) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 76 Β· πŸ“¦ 69K Β· πŸ“‹ 51 - 17% open Β· ⏱️ 16.10.2023): +- [GitHub](https://github.com/MagicStack/httptools) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 76 Β· πŸ“¦ 71K Β· πŸ“‹ 51 - 17% open Β· ⏱️ 16.10.2023): ``` git clone https://github.com/MagicStack/httptools ``` -- [PyPi](https://pypi.org/project/httptools) (πŸ“₯ 9.4M / month Β· πŸ“¦ 590 Β· ⏱️ 16.10.2023): +- [PyPi](https://pypi.org/project/httptools) (πŸ“₯ 8.2M / month Β· πŸ“¦ 600 Β· ⏱️ 16.10.2023): ``` pip install httptools ``` -- [Conda](https://anaconda.org/conda-forge/httptools) (πŸ“₯ 570K Β· ⏱️ 16.10.2023): +- [Conda](https://anaconda.org/conda-forge/httptools) (πŸ“₯ 580K Β· ⏱️ 16.10.2023): ``` conda install -c conda-forge httptools ``` @@ -637,7 +606,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/requests/toolbelt ``` -- [PyPi](https://pypi.org/project/requests-toolbelt) (πŸ“₯ 59M / month Β· πŸ“¦ 980 Β· ⏱️ 01.05.2023): +- [PyPi](https://pypi.org/project/requests-toolbelt) (πŸ“₯ 58M / month Β· πŸ“¦ 980 Β· ⏱️ 01.05.2023): ``` pip install requests-toolbelt ``` @@ -646,7 +615,23 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge requests-toolbelt ```
-
grequests (πŸ₯‰28 Β· ⭐ 4.3K) - Requests + Gevent = 3. BSD-2 +
requests-futures (πŸ₯‰30 Β· ⭐ 2.1K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2 + +- [GitHub](https://github.com/ross/requests-futures) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 160 Β· πŸ“¦ 6K Β· πŸ“‹ 89 - 2% open Β· ⏱️ 18.10.2023): + + ``` + git clone https://github.com/ross/requests-futures + ``` +- [PyPi](https://pypi.org/project/requests-futures) (πŸ“₯ 1.3M / month Β· πŸ“¦ 980 Β· ⏱️ 19.06.2023): + ``` + pip install requests-futures + ``` +- [Conda](https://anaconda.org/conda-forge/requests-futures) (πŸ“₯ 210K Β· ⏱️ 20.06.2023): + ``` + conda install -c conda-forge requests-futures + ``` +
+
grequests (πŸ₯‰28 Β· ⭐ 4.4K) - Requests + Gevent = 3. BSD-2 - [GitHub](https://github.com/spyoungtech/grequests) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 330 Β· πŸ“₯ 9 Β· πŸ“¦ 4.2K Β· πŸ“‹ 120 - 4% open Β· ⏱️ 08.06.2023): @@ -662,14 +647,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge grequests ```
-
treq (πŸ₯‰28 Β· ⭐ 560) - Python requests like API built on top of Twisteds HTTP client. MIT +
treq (πŸ₯‰28 Β· ⭐ 570) - Python requests like API built on top of Twisteds HTTP client. MIT -- [GitHub](https://github.com/twisted/treq) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 140 Β· πŸ“₯ 230 Β· πŸ“¦ 1.5K Β· πŸ“‹ 160 - 36% open Β· ⏱️ 06.11.2023): +- [GitHub](https://github.com/twisted/treq) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 140 Β· πŸ“₯ 250 Β· πŸ“¦ 1.5K Β· πŸ“‹ 160 - 36% open Β· ⏱️ 06.11.2023): ``` git clone https://github.com/twisted/treq ``` -- [PyPi](https://pypi.org/project/treq) (πŸ“₯ 83K / month Β· πŸ“¦ 420 Β· ⏱️ 04.11.2023): +- [PyPi](https://pypi.org/project/treq) (πŸ“₯ 86K / month Β· πŸ“¦ 420 Β· ⏱️ 04.11.2023): ``` pip install treq ``` @@ -685,15 +670,15 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/reorx/httpstat ``` -- [PyPi](https://pypi.org/project/httpstat) (πŸ“₯ 1.9K / month Β· ⏱️ 11.10.2022): +- [PyPi](https://pypi.org/project/httpstat) (πŸ“₯ 2K / month Β· ⏱️ 11.10.2022): ``` pip install httpstat ```
Show 5 hidden projects... -- pycurl (πŸ₯ˆ32 Β· ⭐ 1K) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 -- hyper (πŸ₯‰29 Β· ⭐ 1.1K Β· πŸ’€) - HTTP/2 for Python. MIT +- pycurl (πŸ₯‰32 Β· ⭐ 1K) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 +- hyper (πŸ₯‰29 Β· ⭐ 1K Β· πŸ’€) - HTTP/2 for Python. MIT - pysimplesoap (πŸ₯‰26 Β· ⭐ 370 Β· πŸ’€) - Python Simple SOAP Library. ❗️LGPL-3.0 - http-prompt (πŸ₯‰25 Β· ⭐ 8.8K Β· πŸ’€) - An interactive command-line HTTP and API testing client built on.. MIT - http-parser (πŸ₯‰24 Β· ⭐ 340 Β· πŸ’€) - HTTP request/response parser for python in C. MIT @@ -711,7 +696,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/benoitc/gunicorn ``` -- [PyPi](https://pypi.org/project/gunicorn) (πŸ“₯ 36M / month Β· πŸ“¦ 62K Β· ⏱️ 19.07.2023): +- [PyPi](https://pypi.org/project/gunicorn) (πŸ“₯ 35M / month Β· πŸ“¦ 62K Β· ⏱️ 19.07.2023): ``` pip install gunicorn ``` @@ -720,46 +705,46 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gunicorn ```
-
gevent (πŸ₯‡39 Β· ⭐ 6.1K) - Coroutine-based concurrency library for Python. MIT +
uvicorn (πŸ₯‡39 Β· ⭐ 7.4K Β· πŸ“ˆ) - An ASGI web server, for Python. BSD-3 -- [GitHub](https://github.com/gevent/gevent) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 940 Β· πŸ“₯ 59K Β· πŸ“¦ 120K Β· πŸ“‹ 1.4K - 7% open Β· ⏱️ 13.09.2023): +- [GitHub](https://github.com/encode/uvicorn) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 680 Β· πŸ“¦ 280K Β· πŸ“‹ 700 - 8% open Β· ⏱️ 20.12.2023): ``` - git clone https://github.com/gevent/gevent + git clone https://github.com/encode/uvicorn ``` -- [PyPi](https://pypi.org/project/gevent) (πŸ“₯ 8.1M / month Β· πŸ“¦ 15K Β· ⏱️ 12.09.2023): +- [PyPi](https://pypi.org/project/uvicorn) (πŸ“₯ 21M / month Β· πŸ“¦ 2.4K Β· ⏱️ 20.12.2023): ``` - pip install gevent + pip install uvicorn ``` -- [Conda](https://anaconda.org/conda-forge/gevent) (πŸ“₯ 1.3M Β· ⏱️ 08.10.2023): +- [Conda](https://anaconda.org/conda-forge/uvicorn) (πŸ“₯ 2.2M Β· ⏱️ 30.11.2023): ``` - conda install -c conda-forge gevent + conda install -c conda-forge uvicorn ```
-
uvicorn (πŸ₯ˆ38 Β· ⭐ 7.3K) - An ASGI web server, for Python. BSD-3 +
gevent (πŸ₯‡39 Β· ⭐ 6.1K) - Coroutine-based concurrency library for Python. MIT -- [GitHub](https://github.com/encode/uvicorn) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 660 Β· πŸ“¦ 270K Β· πŸ“‹ 690 - 7% open Β· ⏱️ 01.12.2023): +- [GitHub](https://github.com/gevent/gevent) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 990 Β· πŸ“₯ 59K Β· πŸ“¦ 120K Β· πŸ“‹ 1.4K - 8% open Β· ⏱️ 13.12.2023): ``` - git clone https://github.com/encode/uvicorn + git clone https://github.com/gevent/gevent ``` -- [PyPi](https://pypi.org/project/uvicorn) (πŸ“₯ 20M / month Β· πŸ“¦ 2.3K Β· ⏱️ 06.11.2023): +- [PyPi](https://pypi.org/project/gevent) (πŸ“₯ 8.3M / month Β· πŸ“¦ 15K Β· ⏱️ 12.09.2023): ``` - pip install uvicorn + pip install gevent ``` -- [Conda](https://anaconda.org/conda-forge/uvicorn) (πŸ“₯ 2.2M Β· ⏱️ 30.11.2023): +- [Conda](https://anaconda.org/conda-forge/gevent) (πŸ“₯ 1.3M Β· ⏱️ 08.10.2023): ``` - conda install -c conda-forge uvicorn + conda install -c conda-forge gevent ```
whitenoise (πŸ₯ˆ36 Β· ⭐ 2.3K) - Radically simplified static file serving for Python web apps. MIT -- [GitHub](https://github.com/evansd/whitenoise) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 140 Β· πŸ“¦ 400K Β· πŸ“‹ 240 - 13% open Β· ⏱️ 27.11.2023): +- [GitHub](https://github.com/evansd/whitenoise) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 140 Β· πŸ“¦ 410K Β· πŸ“‹ 240 - 13% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/evansd/whitenoise ``` -- [PyPi](https://pypi.org/project/whitenoise) (πŸ“₯ 2.2M / month Β· πŸ“¦ 13K Β· ⏱️ 11.10.2023): +- [PyPi](https://pypi.org/project/whitenoise) (πŸ“₯ 2.3M / month Β· πŸ“¦ 13K Β· ⏱️ 11.10.2023): ``` pip install whitenoise ``` @@ -770,12 +755,12 @@ _General purpose web frameworks to build web applications and REST APIs._
asgiref (πŸ₯ˆ36 Β· ⭐ 1.3K) - ASGI specification and utilities. BSD-3 -- [GitHub](https://github.com/django/asgiref) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 190 Β· πŸ“¦ 740K Β· πŸ“‹ 200 - 19% open Β· ⏱️ 10.11.2023): +- [GitHub](https://github.com/django/asgiref) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 190 Β· πŸ“¦ 750K Β· πŸ“‹ 200 - 19% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/django/asgiref ``` -- [PyPi](https://pypi.org/project/asgiref) (πŸ“₯ 20M / month Β· πŸ“¦ 1.3K Β· ⏱️ 27.05.2023): +- [PyPi](https://pypi.org/project/asgiref) (πŸ“₯ 22M / month Β· πŸ“¦ 1.3K Β· ⏱️ 27.05.2023): ``` pip install asgiref ``` @@ -784,14 +769,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge asgiref ```
-
Hypercorn (πŸ₯‰30 Β· ⭐ 790) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT +
Hypercorn (πŸ₯‰30 Β· ⭐ 810) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT -- [GitHub](https://github.com/pgjones/hypercorn) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 74 Β· πŸ“¦ 5.8K Β· πŸ“‹ 130 - 37% open Β· ⏱️ 27.11.2023): +- [GitHub](https://github.com/pgjones/hypercorn) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 75 Β· πŸ“¦ 5.9K Β· πŸ“‹ 130 - 37% open Β· ⏱️ 27.11.2023): ``` git clone https://github.com/pgjones/hypercorn ``` -- [PyPi](https://pypi.org/project/hypercorn) (πŸ“₯ 720K / month Β· πŸ“¦ 63 Β· ⏱️ 08.07.2023): +- [PyPi](https://pypi.org/project/hypercorn) (πŸ“₯ 750K / month Β· πŸ“¦ 63 Β· ⏱️ 08.07.2023): ``` pip install hypercorn ``` @@ -814,20 +799,20 @@ _General purpose web frameworks to build web applications and REST APIs._
mangum (πŸ₯‰27 Β· ⭐ 1.5K) - AWS Lambda support for ASGI applications. MIT -- [GitHub](https://github.com/jordaneremieff/mangum) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 91 Β· πŸ“¦ 3.2K Β· πŸ“‹ 170 - 12% open Β· ⏱️ 03.11.2023): +- [GitHub](https://github.com/jordaneremieff/mangum) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 92 Β· πŸ“¦ 3.3K Β· πŸ“‹ 170 - 12% open Β· ⏱️ 03.11.2023): ``` git clone https://github.com/jordaneremieff/mangum ``` -- [PyPi](https://pypi.org/project/mangum) (πŸ“₯ 600K / month Β· πŸ“¦ 15 Β· ⏱️ 27.11.2022): +- [PyPi](https://pypi.org/project/mangum) (πŸ“₯ 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 +- waitress (πŸ₯‰34 Β· ⭐ 1.3K) - Waitress - A WSGI server for Python 3. ❗️ZPL-2.1 +- bjoern (πŸ₯‰28 Β· ⭐ 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
@@ -839,23 +824,23 @@ _General purpose web frameworks to build web applications and REST APIs._
django-allauth (πŸ₯‡41 Β· ⭐ 8.5K) - Integrated set of Django applications addressing.. MIT -- [GitHub](https://github.com/pennersr/django-allauth) (πŸ‘¨β€πŸ’» 670 Β· πŸ”€ 2.9K Β· πŸ“¦ 21 Β· πŸ“‹ 2.1K - 4% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/pennersr/django-allauth) (πŸ‘¨β€πŸ’» 670 Β· πŸ”€ 2.9K Β· πŸ“¦ 21 Β· πŸ“‹ 2.1K - 4% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/pennersr/django-allauth ``` -- [PyPi](https://pypi.org/project/django-allauth) (πŸ“₯ 820K / month Β· πŸ“¦ 5.3K Β· ⏱️ 06.11.2023): +- [PyPi](https://pypi.org/project/django-allauth) (πŸ“₯ 800K / month Β· πŸ“¦ 5.3K Β· ⏱️ 12.12.2023): ``` pip install django-allauth ``` -- [Conda](https://anaconda.org/conda-forge/django-allauth) (πŸ“₯ 110K Β· ⏱️ 06.11.2023): +- [Conda](https://anaconda.org/conda-forge/django-allauth) (πŸ“₯ 110K Β· ⏱️ 12.12.2023): ``` conda install -c conda-forge django-allauth ```
pyjwt (πŸ₯‡38 Β· ⭐ 4.8K) - JSON Web Token implementation in Python. MIT -- [GitHub](https://github.com/jpadilla/pyjwt) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 640 Β· πŸ“¦ 500K Β· πŸ“‹ 420 - 3% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/jpadilla/pyjwt) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 640 Β· πŸ“¦ 500K Β· πŸ“‹ 420 - 3% open Β· ⏱️ 16.12.2023): ``` git clone https://github.com/jpadilla/pyjwt @@ -871,7 +856,7 @@ _General purpose web frameworks to build web applications and REST APIs._
flask-login (πŸ₯‡38 Β· ⭐ 3.4K) - Flask user session management. MIT -- [GitHub](https://github.com/maxcountryman/flask-login) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 790 Β· πŸ“¦ 150K Β· πŸ“‹ 410 - 4% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/maxcountryman/flask-login) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 790 Β· πŸ“¦ 150K Β· πŸ“‹ 420 - 4% open Β· ⏱️ 04.12.2023): ``` git clone https://github.com/maxcountryman/flask-login @@ -887,12 +872,12 @@ _General purpose web frameworks to build web applications and REST APIs._
oauthlib (πŸ₯‡38 Β· ⭐ 2.7K) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 -- [GitHub](https://github.com/oauthlib/oauthlib) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 490 Β· πŸ“¦ 470K Β· πŸ“‹ 380 - 23% open Β· ⏱️ 25.10.2023): +- [GitHub](https://github.com/oauthlib/oauthlib) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 490 Β· πŸ“¦ 480K Β· πŸ“‹ 380 - 23% open Β· ⏱️ 25.10.2023): ``` git clone https://github.com/oauthlib/oauthlib ``` -- [PyPi](https://pypi.org/project/oauthlib) (πŸ“₯ 84M / month Β· πŸ“¦ 13K Β· ⏱️ 17.10.2022): +- [PyPi](https://pypi.org/project/oauthlib) (πŸ“₯ 83M / month Β· πŸ“¦ 13K Β· ⏱️ 17.10.2022): ``` pip install oauthlib ``` @@ -903,44 +888,44 @@ _General purpose web frameworks to build web applications and REST APIs._
authlib (πŸ₯ˆ37 Β· ⭐ 4.1K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 -- [GitHub](https://github.com/lepture/authlib) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 380 Β· πŸ“¦ 29K Β· πŸ“‹ 400 - 14% open Β· ⏱️ 29.11.2023): +- [GitHub](https://github.com/lepture/authlib) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 400 Β· πŸ“¦ 30K Β· πŸ“‹ 410 - 16% open Β· ⏱️ 17.12.2023): ``` git clone https://github.com/lepture/authlib ``` -- [PyPi](https://pypi.org/project/authlib) (πŸ“₯ 7M / month Β· πŸ“¦ 420 Β· ⏱️ 25.06.2023): +- [PyPi](https://pypi.org/project/authlib) (πŸ“₯ 7M / month Β· πŸ“¦ 420 Β· ⏱️ 17.12.2023): ``` pip install authlib ``` -- [Conda](https://anaconda.org/conda-forge/authlib) (πŸ“₯ 120K Β· ⏱️ 26.06.2023): +- [Conda](https://anaconda.org/conda-forge/authlib) (πŸ“₯ 120K Β· ⏱️ 18.12.2023): ``` conda install -c conda-forge authlib ```
django-oauth-toolkit (πŸ₯ˆ35 Β· ⭐ 2.9K) - OAuth2 goodies for the Djangonauts!. BSD-3 -- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 760 Β· πŸ“‹ 810 - 20% open Β· ⏱️ 27.11.2023): +- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 760 Β· πŸ“‹ 810 - 20% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/jazzband/django-oauth-toolkit ``` -- [PyPi](https://pypi.org/project/django-oauth-toolkit) (πŸ“₯ 540K / month Β· πŸ“¦ 1.1K Β· ⏱️ 31.05.2023): +- [PyPi](https://pypi.org/project/django-oauth-toolkit) (πŸ“₯ 560K / 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](https://github.com/vimalloc/flask-jwt-extended) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 230 Β· πŸ“¦ 34K Β· πŸ“‹ 370 - 2% open Β· ⏱️ 29.11.2023): +- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 240 Β· πŸ“¦ 34K Β· πŸ“‹ 370 - 2% open Β· ⏱️ 13.12.2023): ``` git clone https://github.com/vimalloc/flask-jwt-extended ``` -- [PyPi](https://pypi.org/project/flask-jwt-extended) (πŸ“₯ 4.9M / month Β· πŸ“¦ 680 Β· ⏱️ 03.10.2023): +- [PyPi](https://pypi.org/project/flask-jwt-extended) (πŸ“₯ 5M / month Β· πŸ“¦ 680 Β· ⏱️ 13.12.2023): ``` pip install flask-jwt-extended ``` -- [Conda](https://anaconda.org/conda-forge/flask-jwt-extended) (πŸ“₯ 200K Β· ⏱️ 03.10.2023): +- [Conda](https://anaconda.org/conda-forge/flask-jwt-extended) (πŸ“₯ 200K Β· ⏱️ 13.12.2023): ``` conda install -c conda-forge flask-jwt-extended ``` @@ -957,58 +942,58 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install djoser ```
-
dj-rest-auth (πŸ₯ˆ34 Β· ⭐ 1.5K) - Authentication for Django Rest Framework. MIT +
google-auth (πŸ₯ˆ34 Β· ⭐ 710) - Google Auth Python Library. Apache-2 -- [GitHub](https://github.com/iMerica/dj-rest-auth) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 260 Β· πŸ“₯ 360 Β· πŸ“¦ 22K Β· πŸ“‹ 380 - 44% open Β· ⏱️ 26.11.2023): +- [GitHub](https://github.com/googleapis/google-auth-library-python) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 330 Β· πŸ“‹ 460 - 18% open Β· ⏱️ 20.12.2023): ``` - git clone https://github.com/iMerica/dj-rest-auth + git clone https://github.com/googleapis/google-auth-library-python ``` -- [PyPi](https://pypi.org/project/dj-rest-auth) (πŸ“₯ 250K / month Β· πŸ“¦ 11 Β· ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/google-auth) (πŸ“₯ 110M / month Β· πŸ“¦ 3K Β· ⏱️ 08.12.2023): ``` - pip install dj-rest-auth + pip install google-auth ``` -- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (πŸ“₯ 21K Β· ⏱️ 15.11.2023): +- [Conda](https://anaconda.org/conda-forge/google-auth) (πŸ“₯ 8.7M Β· ⏱️ 09.12.2023): ``` - conda install -c conda-forge dj-rest-auth + conda install -c conda-forge google-auth ```
-
google-auth (πŸ₯ˆ34 Β· ⭐ 710 Β· πŸ“‰) - Google Auth Python Library. Apache-2 +
dj-rest-auth (πŸ₯ˆ33 Β· ⭐ 1.5K) - Authentication for Django Rest Framework. MIT -- [GitHub](https://github.com/googleapis/google-auth-library-python) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 330 Β· πŸ“‹ 450 - 18% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/iMerica/dj-rest-auth) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 260 Β· πŸ“₯ 360 Β· πŸ“¦ 23K Β· πŸ“‹ 380 - 44% open Β· ⏱️ 26.11.2023): ``` - git clone https://github.com/googleapis/google-auth-library-python + git clone https://github.com/iMerica/dj-rest-auth ``` -- [PyPi](https://pypi.org/project/google-auth) (πŸ“₯ 110M / month Β· πŸ“¦ 3K Β· ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/dj-rest-auth) (πŸ“₯ 240K / month Β· πŸ“¦ 11 Β· ⏱️ 15.11.2023): ``` - pip install google-auth + pip install dj-rest-auth ``` -- [Conda](https://anaconda.org/conda-forge/google-auth) (πŸ“₯ 8.7M Β· ⏱️ 30.11.2023): +- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (πŸ“₯ 21K Β· ⏱️ 15.11.2023): ``` - conda install -c conda-forge google-auth + conda install -c conda-forge dj-rest-auth ```
django-rest-framework-simplejwt (πŸ₯ˆ32 Β· ⭐ 3.7K) - A JSON Web Token authentication plugin for the Django.. MIT -- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 630 Β· πŸ“‹ 480 - 30% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 630 Β· πŸ“‹ 480 - 31% open Β· ⏱️ 15.12.2023): ``` git clone https://github.com/jazzband/djangorestframework-simplejwt ``` -- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (πŸ“₯ 1.8M / month Β· πŸ“¦ 360 Β· ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (πŸ“₯ 1.9M / month Β· πŸ“¦ 360 Β· ⏱️ 04.12.2023): ``` pip install djangorestframework-simplejwt ```
pyotp (πŸ₯ˆ32 Β· ⭐ 2.7K) - Python One-Time Password Library. MIT -- [GitHub](https://github.com/pyauth/pyotp) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 300 Β· πŸ“₯ 270 Β· πŸ“¦ 12K Β· πŸ“‹ 90 - 5% open Β· ⏱️ 19.10.2023): +- [GitHub](https://github.com/pyauth/pyotp) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 300 Β· πŸ“₯ 280 Β· πŸ“¦ 13K Β· πŸ“‹ 90 - 5% open Β· ⏱️ 19.10.2023): ``` git clone https://github.com/pyauth/pyotp ``` -- [PyPi](https://pypi.org/project/pyotp) (πŸ“₯ 5.4M / month Β· πŸ“¦ 630 Β· ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/pyotp) (πŸ“₯ 5M / month Β· πŸ“¦ 640 Β· ⏱️ 27.07.2023): ``` pip install pyotp ``` @@ -1033,14 +1018,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-httpauth ```
-
fastapi-users (πŸ₯‰31 Β· ⭐ 3.6K) - Ready-to-use and customizable users management for FastAPI. MIT +
fastapi-users (πŸ₯‰31 Β· ⭐ 3.7K) - Ready-to-use and customizable users management for FastAPI. MIT -- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 320 Β· πŸ“₯ 160 Β· πŸ“¦ 2.4K Β· πŸ“‹ 250 - 2% open Β· ⏱️ 26.08.2023): +- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 320 Β· πŸ“₯ 160 Β· πŸ“¦ 2.5K Β· πŸ“‹ 250 - 2% open Β· ⏱️ 26.08.2023): ``` git clone https://github.com/fastapi-users/fastapi-users ``` -- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 72K / month Β· πŸ“¦ 15 Β· ⏱️ 26.08.2023): +- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 76K / month Β· πŸ“¦ 15 Β· ⏱️ 26.08.2023): ``` pip install fastapi-users ``` @@ -1056,7 +1041,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mpdavis/python-jose ``` -- [PyPi](https://pypi.org/project/python-jose) (πŸ“₯ 7M / month Β· πŸ“¦ 870 Β· ⏱️ 05.06.2021): +- [PyPi](https://pypi.org/project/python-jose) (πŸ“₯ 6.9M / month Β· πŸ“¦ 880 Β· ⏱️ 05.06.2021): ``` pip install python-jose ``` @@ -1072,7 +1057,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/James1345/django-rest-knox ``` -- [PyPi](https://pypi.org/project/django-rest-knox) (πŸ“₯ 120K / month Β· πŸ“¦ 180 Β· ⏱️ 31.01.2022): +- [PyPi](https://pypi.org/project/django-rest-knox) (πŸ“₯ 130K / month Β· πŸ“¦ 180 Β· ⏱️ 31.01.2022): ``` pip install django-rest-knox ``` @@ -1100,7 +1085,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/dfunckt/django-rules ``` -- [PyPi](https://pypi.org/project/rules) (πŸ“₯ 120K / month Β· πŸ“¦ 140 Β· ⏱️ 23.03.2022): +- [PyPi](https://pypi.org/project/rules) (πŸ“₯ 110K / month Β· πŸ“¦ 140 Β· ⏱️ 23.03.2022): ``` pip install rules ``` @@ -1112,7 +1097,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-cas-ng/django-cas-ng ``` -- [PyPi](https://pypi.org/project/django-cas-ng) (πŸ“₯ 28K / month Β· πŸ“¦ 74 Β· ⏱️ 17.10.2023): +- [PyPi](https://pypi.org/project/django-cas-ng) (πŸ“₯ 27K / month Β· πŸ“¦ 74 Β· ⏱️ 17.10.2023): ``` pip install django-cas-ng ``` @@ -1124,7 +1109,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/authomatic/authomatic ``` -- [PyPi](https://pypi.org/project/authomatic) (πŸ“₯ 1.7K / month Β· πŸ“¦ 250 Β· ⏱️ 08.06.2023): +- [PyPi](https://pypi.org/project/authomatic) (πŸ“₯ 1.8K / month Β· πŸ“¦ 250 Β· ⏱️ 08.06.2023): ``` pip install authomatic ``` @@ -1136,19 +1121,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/dusktreader/flask-praetorian ``` -- [PyPi](https://pypi.org/project/flask-praetorian) (πŸ“₯ 4K / month Β· πŸ“¦ 8 Β· ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/flask-praetorian) (πŸ“₯ 4.6K / month Β· πŸ“¦ 8 Β· ⏱️ 29.11.2023): ``` pip install flask-praetorian ```
-
fastapi_login (πŸ₯‰23 Β· ⭐ 540) - FastAPI-Login tries to provide similar functionality as.. MIT +
fastapi_login (πŸ₯‰23 Β· ⭐ 550) - FastAPI-Login tries to provide similar functionality as.. MIT -- [GitHub](https://github.com/MushroomMaula/fastapi_login) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 54 Β· πŸ“₯ 3 Β· πŸ“¦ 720 Β· πŸ“‹ 53 - 15% open Β· ⏱️ 29.11.2023): +- [GitHub](https://github.com/MushroomMaula/fastapi_login) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 54 Β· πŸ“₯ 3 Β· πŸ“¦ 740 Β· πŸ“‹ 53 - 15% open Β· ⏱️ 29.11.2023): ``` git clone https://github.com/MushroomMaula/fastapi_login ``` -- [PyPi](https://pypi.org/project/fastapi_login) (πŸ“₯ 21K / month Β· πŸ“¦ 3 Β· ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/fastapi_login) (πŸ“₯ 22K / month Β· πŸ“¦ 3 Β· ⏱️ 29.11.2023): ``` pip install fastapi_login ``` @@ -1160,14 +1145,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/davedoesdev/python-jwt ``` -- [PyPi](https://pypi.org/project/python-jwt) (πŸ“₯ 180K / month Β· πŸ“¦ 64 Β· ⏱️ 13.11.2023): +- [PyPi](https://pypi.org/project/python-jwt) (πŸ“₯ 190K / month Β· πŸ“¦ 64 Β· ⏱️ 13.11.2023): ``` pip install python-jwt ```
-
flask_simplelogin (πŸ₯‰18 Β· ⭐ 190) - Simple Login - Login Extension for Flask - maintainer.. MIT +
flask_simplelogin (πŸ₯‰19 Β· ⭐ 190) - Simple Login - Login Extension for Flask - maintainer.. MIT -- [GitHub](https://github.com/flask-extensions/Flask-SimpleLogin) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 39 Β· πŸ“¦ 39 Β· πŸ“‹ 18 - 16% open Β· ⏱️ 18.08.2023): +- [GitHub](https://github.com/flask-extensions/Flask-SimpleLogin) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 39 Β· πŸ“¦ 40 Β· πŸ“‹ 18 - 16% open Β· ⏱️ 18.08.2023): ``` git clone https://github.com/flask-extensions/flask_simplelogin @@ -1190,7 +1175,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - Flask-OpenID (πŸ₯‰26 Β· ⭐ 230 Β· πŸ’€) - Flask-OpenID adds openid support to flask applications. BSD-3 - velruse (πŸ₯‰24 Β· ⭐ 250 Β· πŸ’€) - Simplifying third-party authentication for web applications. MIT - django-stronghold (πŸ₯‰23 Β· ⭐ 390 Β· πŸ’€) - Get inside your stronghold and make all your Django.. MIT -- fastapi-jwt-auth (πŸ₯‰19 Β· ⭐ 570 Β· πŸ’€) - FastAPI extension that provides JWT Auth support.. MIT +- fastapi-jwt-auth (πŸ₯‰19 Β· ⭐ 580 Β· πŸ’€) - FastAPI extension that provides JWT Auth support.. MIT - apex (πŸ₯‰17 Β· ⭐ 95 Β· πŸ’€) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. MIT - pyramid_jwt (πŸ₯‰15 Β· ⭐ 74 Β· πŸ’€) - JWT authentication for Pyramid. BSD-2 - fastapi-permissions (πŸ₯‰14 Β· ⭐ 410 Β· πŸ’€) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE @@ -1201,18 +1186,18 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
lxml (πŸ₯‡39 Β· ⭐ 2.5K) - The lxml XML toolkit for Python. BSD-3 +
lxml (πŸ₯‡40 Β· ⭐ 2.5K Β· πŸ“ˆ) - The lxml XML toolkit for Python. BSD-3 -- [GitHub](https://github.com/lxml/lxml) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 570 Β· πŸ“₯ 27K Β· πŸ“¦ 400K Β· ⏱️ 14.11.2023): +- [GitHub](https://github.com/lxml/lxml) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 580 Β· πŸ“₯ 28K Β· πŸ“¦ 410K Β· ⏱️ 21.12.2023): ``` git clone https://github.com/lxml/lxml ``` -- [PyPi](https://pypi.org/project/lxml) (πŸ“₯ 82M / month Β· πŸ“¦ 40K Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/lxml) (πŸ“₯ 84M / month Β· πŸ“¦ 40K Β· ⏱️ 19.12.2023): ``` pip install lxml ``` -- [Conda](https://anaconda.org/conda-forge/lxml) (πŸ“₯ 11M Β· ⏱️ 06.12.2023): +- [Conda](https://anaconda.org/conda-forge/lxml) (πŸ“₯ 11M Β· ⏱️ 15.12.2023): ``` conda install -c conda-forge lxml ``` @@ -1235,7 +1220,7 @@ _General purpose web frameworks to build web applications and REST APIs._
xhtml2pdf (πŸ₯ˆ36 Β· ⭐ 2.1K) - A library for converting HTML into PDFs using ReportLab. Apache-2 -- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 660 Β· πŸ“₯ 23 Β· πŸ“¦ 13K Β· πŸ“‹ 400 - 26% open Β· ⏱️ 28.11.2023): +- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 660 Β· πŸ“₯ 26 Β· πŸ“¦ 13K Β· πŸ“‹ 400 - 26% open Β· ⏱️ 28.11.2023): ``` git clone https://github.com/xhtml2pdf/xhtml2pdf @@ -1249,39 +1234,23 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge xhtml2pdf ```
-
markupsafe (πŸ₯ˆ35 Β· ⭐ 560) - Safely add untrusted strings to HTML/XML markup. BSD-3 - -- [GitHub](https://github.com/pallets/markupsafe) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 150 Β· πŸ“₯ 2.2K Β· πŸ“¦ 1.4M Β· πŸ“‹ 110 - 0% open Β· ⏱️ 04.12.2023): - - ``` - git clone https://github.com/pallets/markupsafe - ``` -- [PyPi](https://pypi.org/project/markupsafe) (πŸ“₯ 150M / month Β· πŸ“¦ 75K Β· ⏱️ 02.06.2023): - ``` - pip install markupsafe - ``` -- [Conda](https://anaconda.org/conda-forge/markupsafe) (πŸ“₯ 37M Β· ⏱️ 22.09.2023): - ``` - conda install -c conda-forge markupsafe - ``` -
-
WeasyPrint (πŸ₯‰33 Β· ⭐ 6.2K) - The awesome document factory. BSD-3 +
WeasyPrint (πŸ₯ˆ33 Β· ⭐ 6.3K) - The awesome document factory. BSD-3 -- [GitHub](https://github.com/Kozea/WeasyPrint) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 620 Β· πŸ“¦ 21 Β· πŸ“‹ 1.7K - 11% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/Kozea/WeasyPrint) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 630 Β· πŸ“¦ 21 Β· πŸ“‹ 1.7K - 11% open Β· ⏱️ 16.12.2023): ``` git clone https://github.com/Kozea/WeasyPrint ``` -- [PyPi](https://pypi.org/project/weasyprint) (πŸ“₯ 1.3M / month Β· πŸ“¦ 120 Β· ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/weasyprint) (πŸ“₯ 1.3M / month Β· πŸ“¦ 120 Β· ⏱️ 11.12.2023): ``` pip install weasyprint ``` -- [Conda](https://anaconda.org/conda-forge/weasyprint) (πŸ“₯ 150K Β· ⏱️ 29.09.2023): +- [Conda](https://anaconda.org/conda-forge/weasyprint) (πŸ“₯ 150K Β· ⏱️ 11.12.2023): ``` conda install -c conda-forge weasyprint ```
-
html5lib-python (πŸ₯‰33 Β· ⭐ 1.1K Β· πŸ’€) - Standards-compliant library for parsing and serializing.. MIT +
html5lib-python (πŸ₯ˆ33 Β· ⭐ 1.1K Β· πŸ’€) - Standards-compliant library for parsing and serializing.. MIT - [GitHub](https://github.com/html5lib/html5lib-python) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 280 Β· πŸ“‹ 260 - 31% open Β· ⏱️ 03.03.2023): @@ -1297,6 +1266,22 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge html5lib ```
+
markupsafe (πŸ₯ˆ33 Β· ⭐ 570) - Safely add untrusted strings to HTML/XML markup. BSD-3 + +- [GitHub](https://github.com/pallets/markupsafe) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 150 Β· πŸ“₯ 2.2K Β· πŸ“¦ 1.4M Β· πŸ“‹ 110 - 0% open Β· ⏱️ 04.12.2023): + + ``` + git clone https://github.com/pallets/markupsafe + ``` +- [PyPi](https://pypi.org/project/markupsafe) (πŸ“₯ 150M / month Β· πŸ“¦ 75K Β· ⏱️ 02.06.2023): + ``` + pip install markupsafe + ``` +- [Conda](https://anaconda.org/conda-forge/markupsafe) (πŸ“₯ 37M Β· ⏱️ 22.09.2023): + ``` + conda install -c conda-forge markupsafe + ``` +
Requests-HTML (πŸ₯‰31 Β· ⭐ 13K Β· πŸ’€) - Pythonic HTML Parsing for Humans. MIT - [GitHub](https://github.com/psf/requests-html) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 990 Β· πŸ“‹ 420 - 48% open Β· ⏱️ 03.04.2023): @@ -1316,16 +1301,16 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/gawel/pyquery ``` -- [PyPi](https://pypi.org/project/pyquery) (πŸ“₯ 1.9M / month Β· πŸ“¦ 3.4K Β· ⏱️ 28.12.2022): +- [PyPi](https://pypi.org/project/pyquery) (πŸ“₯ 2M / month Β· πŸ“¦ 3.4K Β· ⏱️ 28.12.2022): ``` pip install pyquery ``` -- [Conda](https://anaconda.org/conda-forge/pyquery) (πŸ“₯ 57K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pyquery) (πŸ“₯ 58K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge pyquery ```
-
selectolax (πŸ₯‰25 Β· ⭐ 900) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT +
selectolax (πŸ₯‰25 Β· ⭐ 910) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT - [GitHub](https://github.com/rushter/selectolax) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 61 Β· πŸ“¦ 1.2K Β· πŸ“‹ 87 - 19% open Β· ⏱️ 07.11.2023): @@ -1344,7 +1329,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/kovidgoyal/html5-parser ``` -- [PyPi](https://pypi.org/project/html5-parser) (πŸ“₯ 240K / month Β· πŸ“¦ 18 Β· ⏱️ 19.11.2023): +- [PyPi](https://pypi.org/project/html5-parser) (πŸ“₯ 290K / month Β· πŸ“¦ 18 Β· ⏱️ 19.11.2023): ``` pip install html5-parser ``` @@ -1362,23 +1347,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/john-kurkowski/tldextract ``` -- [PyPi](https://pypi.org/project/tldextract) (πŸ“₯ 8.2M / month Β· πŸ“¦ 1.2K Β· ⏱️ 17.11.2023): +- [PyPi](https://pypi.org/project/tldextract) (πŸ“₯ 8M / month Β· πŸ“¦ 1.2K Β· ⏱️ 17.11.2023): ``` pip install tldextract ``` -- [Conda](https://anaconda.org/conda-forge/tldextract) (πŸ“₯ 440K Β· ⏱️ 17.11.2023): +- [Conda](https://anaconda.org/conda-forge/tldextract) (πŸ“₯ 450K Β· ⏱️ 17.11.2023): ``` conda install -c conda-forge tldextract ```
Yarl (πŸ₯‡36 Β· ⭐ 1K) - Yet another URL library. Apache-2 -- [GitHub](https://github.com/aio-libs/yarl) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 150 Β· πŸ“₯ 14K Β· πŸ“‹ 220 - 15% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/aio-libs/yarl) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 150 Β· πŸ“₯ 14K Β· πŸ“‹ 220 - 15% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/aio-libs/yarl ``` -- [PyPi](https://pypi.org/project/yarl) (πŸ“₯ 89M / month Β· πŸ“¦ 3.3K Β· ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/yarl) (πŸ“₯ 100M / month Β· πŸ“¦ 3.3K Β· ⏱️ 06.12.2023): ``` pip install yarl ``` @@ -1394,7 +1379,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/skorokithakis/shortuuid ``` -- [PyPi](https://pypi.org/project/shortuuid) (πŸ“₯ 4M / month Β· πŸ“¦ 1.2K Β· ⏱️ 13.11.2022): +- [PyPi](https://pypi.org/project/shortuuid) (πŸ“₯ 3.9M / month Β· πŸ“¦ 1.2K Β· ⏱️ 13.11.2022): ``` pip install shortuuid ``` @@ -1407,7 +1392,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - 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 +- purl (πŸ₯‰23 Β· ⭐ 290 Β· πŸ’€) - A simple, immutable URL class with a clean API for interrogation and.. MIT

@@ -1417,14 +1402,14 @@ _General purpose web frameworks to build web applications and REST APIs._ πŸ”— OpenAPI-Specification ( ⭐ 28K) - The OpenAPI Specification Repository. -
OpenAPI Generator (πŸ₯‡42 Β· ⭐ 18K) - OpenAPI Generator allows generation of API client.. Apache-2 +
OpenAPI Generator (πŸ₯‡42 Β· ⭐ 19K) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (πŸ‘¨β€πŸ’» 2.9K Β· πŸ”€ 5.8K Β· πŸ“¦ 5 Β· πŸ“‹ 7.8K - 55% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (πŸ‘¨β€πŸ’» 3K Β· πŸ”€ 5.8K Β· πŸ“¦ 5 Β· πŸ“‹ 7.8K - 55% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (πŸ“₯ 5.4K / month Β· ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (πŸ“₯ 6.6K / month Β· ⏱️ 15.05.2020): ``` pip install openapi-generator-cli ``` @@ -1433,25 +1418,25 @@ _General purpose web frameworks to build web applications and REST APIs._ npm install @openapitools/openapi-generator-cli ```
-
connexion (πŸ₯‡38 Β· ⭐ 4.3K) - Connexion is a modern Python web framework that makes spec-.. Apache-2 +
connexion (πŸ₯‡38 Β· ⭐ 4.4K) - Connexion is a modern Python web framework that makes spec-.. Apache-2 - [GitHub](https://github.com/spec-first/connexion) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 740 Β· πŸ“¦ 11K Β· πŸ“‹ 980 - 7% open Β· ⏱️ 07.12.2023): ``` git clone https://github.com/zalando/connexion ``` -- [PyPi](https://pypi.org/project/connexion) (πŸ“₯ 5.1M / month Β· πŸ“¦ 730 Β· ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/connexion) (πŸ“₯ 5.5M / month Β· πŸ“¦ 730 Β· ⏱️ 07.12.2023): ``` pip install connexion ``` -- [Conda](https://anaconda.org/conda-forge/connexion) (πŸ“₯ 260K Β· ⏱️ 01.12.2023): +- [Conda](https://anaconda.org/conda-forge/connexion) (πŸ“₯ 260K Β· ⏱️ 08.12.2023): ``` conda install -c conda-forge connexion ```
swagger-ui (πŸ₯‡37 Β· ⭐ 25K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-ui) (πŸ‘¨β€πŸ’» 570 Β· πŸ”€ 8.8K Β· πŸ“¦ 36K Β· πŸ“‹ 5.3K - 19% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/swagger-api/swagger-ui) (πŸ‘¨β€πŸ’» 570 Β· πŸ”€ 8.8K Β· πŸ“¦ 36K Β· πŸ“‹ 5.3K - 19% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/swagger-api/swagger-ui @@ -1459,16 +1444,16 @@ _General purpose web frameworks to build web applications and REST APIs._
drf-spectacular (πŸ₯ˆ36 Β· ⭐ 1.9K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 -- [GitHub](https://github.com/tfranzel/drf-spectacular) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 220 Β· πŸ“¦ 83K Β· πŸ“‹ 830 - 8% open Β· ⏱️ 30.11.2023): +- [GitHub](https://github.com/tfranzel/drf-spectacular) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 230 Β· πŸ“¦ 84K Β· πŸ“‹ 840 - 8% open Β· ⏱️ 12.12.2023): ``` git clone https://github.com/tfranzel/drf-spectacular ``` -- [PyPi](https://pypi.org/project/drf-spectacular) (πŸ“₯ 1.6M / month Β· πŸ“¦ 72 Β· ⏱️ 23.09.2023): +- [PyPi](https://pypi.org/project/drf-spectacular) (πŸ“₯ 1.6M / month Β· πŸ“¦ 72 Β· ⏱️ 12.12.2023): ``` pip install drf-spectacular ``` -- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (πŸ“₯ 28K Β· ⏱️ 23.09.2023): +- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (πŸ“₯ 28K Β· ⏱️ 12.12.2023): ``` conda install -c conda-forge drf-spectacular ``` @@ -1484,19 +1469,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install drf-yasg ``` -- [Conda](https://anaconda.org/conda-forge/drf-yasg) (πŸ“₯ 7.9K Β· ⏱️ 25.10.2023): +- [Conda](https://anaconda.org/conda-forge/drf-yasg) (πŸ“₯ 8K Β· ⏱️ 25.10.2023): ``` conda install -c conda-forge drf-yasg ```
datamodel-code-generator (πŸ₯ˆ34 Β· ⭐ 2K) - Pydantic model and dataclasses.dataclass generator.. MIT -- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 230 Β· πŸ“¦ 990 Β· πŸ“‹ 440 - 25% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 230 Β· πŸ“¦ 1K Β· πŸ“‹ 440 - 25% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/koxudaxi/datamodel-code-generator ``` -- [PyPi](https://pypi.org/project/datamodel-code-generator) (πŸ“₯ 600K / month Β· πŸ“¦ 63 Β· ⏱️ 26.11.2023): +- [PyPi](https://pypi.org/project/datamodel-code-generator) (πŸ“₯ 630K / month Β· πŸ“¦ 63 Β· ⏱️ 26.11.2023): ``` pip install datamodel-code-generator ``` @@ -1508,7 +1493,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/marshmallow-code/apispec ``` -- [PyPi](https://pypi.org/project/apispec) (πŸ“₯ 5.6M / month Β· πŸ“¦ 7.1K Β· ⏱️ 10.03.2023): +- [PyPi](https://pypi.org/project/apispec) (πŸ“₯ 6.2M / month Β· πŸ“¦ 7.1K Β· ⏱️ 10.03.2023): ``` pip install apispec ``` @@ -1519,7 +1504,7 @@ _General purpose web frameworks to build web applications and REST APIs._
redoc (πŸ₯ˆ33 Β· ⭐ 22K) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- [GitHub](https://github.com/Redocly/redoc) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 2.3K Β· πŸ“₯ 91 Β· πŸ“¦ 5.8K Β· πŸ“‹ 1.8K - 17% open Β· ⏱️ 01.12.2023): +- [GitHub](https://github.com/Redocly/redoc) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 2.3K Β· πŸ“₯ 91 Β· πŸ“¦ 5.9K Β· πŸ“‹ 1.8K - 17% open Β· ⏱️ 01.12.2023): ``` git clone https://github.com/Redocly/redoc @@ -1527,7 +1512,7 @@ _General purpose web frameworks to build web applications and REST APIs._
swagger-codegen (πŸ₯ˆ33 Β· ⭐ 16K) - swagger-codegen contains a template-driven engine to.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-codegen) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 6K Β· πŸ“¦ 23 Β· πŸ“‹ 6.8K - 49% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/swagger-api/swagger-codegen) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 6K Β· πŸ“¦ 23 Β· πŸ“‹ 6.8K - 49% open Β· ⏱️ 16.12.2023): ``` git clone https://github.com/swagger-api/swagger-codegen @@ -1535,7 +1520,7 @@ _General purpose web frameworks to build web applications and REST APIs._
OpenAPI Spec validator (πŸ₯‰32 Β· ⭐ 290) - OpenAPI Spec Validator is a CLI, pre-commit hook and.. Apache-2 -- [GitHub](https://github.com/python-openapi/openapi-spec-validator) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 61 Β· πŸ“¦ 5.9K Β· πŸ“‹ 110 - 30% open Β· ⏱️ 27.11.2023): +- [GitHub](https://github.com/python-openapi/openapi-spec-validator) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 61 Β· πŸ“¦ 6K Β· πŸ“‹ 110 - 30% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/p1c2u/openapi-spec-validator @@ -1544,7 +1529,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install openapi-spec-validator ``` -- [Conda](https://anaconda.org/conda-forge/openapi-spec-validator) (πŸ“₯ 470K Β· ⏱️ 14.10.2023): +- [Conda](https://anaconda.org/conda-forge/openapi-spec-validator) (πŸ“₯ 480K Β· ⏱️ 14.10.2023): ``` conda install -c conda-forge openapi-spec-validator ``` @@ -1567,20 +1552,20 @@ _General purpose web frameworks to build web applications and REST APIs._
AutoRest (πŸ₯‰30 Β· ⭐ 4.4K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT -- [GitHub](https://github.com/Azure/autorest) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 750 Β· πŸ“₯ 87K Β· πŸ“¦ 540 Β· πŸ“‹ 2.1K - 5% open Β· ⏱️ 28.11.2023): +- [GitHub](https://github.com/Azure/autorest) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 750 Β· πŸ“₯ 88K Β· πŸ“¦ 540 Β· πŸ“‹ 2.1K - 5% open Β· ⏱️ 11.12.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 +
openapi-core (πŸ₯‰30 Β· ⭐ 260) - Openapi-core is a Python library that adds client-side and.. BSD-3 -- [GitHub](https://github.com/python-openapi/openapi-core) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 120 Β· πŸ“¦ 470 Β· πŸ“‹ 220 - 29% open Β· ⏱️ 28.11.2023): +- [GitHub](https://github.com/python-openapi/openapi-core) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 120 Β· πŸ“¦ 480 Β· πŸ“‹ 220 - 29% open Β· ⏱️ 17.12.2023): ``` git clone https://github.com/p1c2u/openapi-core ``` -- [PyPi](https://pypi.org/project/openapi-core) (πŸ“₯ 240K / month Β· πŸ“¦ 41 Β· ⏱️ 22.11.2023): +- [PyPi](https://pypi.org/project/openapi-core) (πŸ“₯ 220K / month Β· πŸ“¦ 41 Β· ⏱️ 22.11.2023): ``` pip install openapi-core ``` @@ -1589,47 +1574,47 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge openapi-core ```
-
openapi-python-client (πŸ₯‰29 Β· ⭐ 900) - Generate modern Python clients from OpenAPI. MIT +
openapi-python-client (πŸ₯‰29 Β· ⭐ 920) - Generate modern Python clients from OpenAPI. MIT -- [GitHub](https://github.com/openapi-generators/openapi-python-client) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 190 Β· πŸ“¦ 750 Β· πŸ“‹ 320 - 14% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/openapi-generators/openapi-python-client) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 190 Β· πŸ“¦ 760 Β· πŸ“‹ 320 - 13% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/openapi-generators/openapi-python-client ``` -- [PyPi](https://pypi.org/project/openapi-python-client) (πŸ“₯ 180K / month Β· πŸ“¦ 8 Β· ⏱️ 07.12.2023): +- [PyPi](https://pypi.org/project/openapi-python-client) (πŸ“₯ 200K / month Β· πŸ“¦ 8 Β· ⏱️ 07.12.2023): ``` pip install openapi-python-client ``` -- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (πŸ“₯ 23K Β· ⏱️ 23.07.2023): +- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (πŸ“₯ 23K Β· ⏱️ 07.12.2023): ``` conda install -c conda-forge openapi-python-client ```
-
OpenAPI-to-GraphQL (πŸ₯‰26 Β· ⭐ 1.6K Β· πŸ’€) - Translate APIs described by OpenAPI Specifications.. MIT +
OpenAPI-to-GraphQL (πŸ₯‰25 Β· ⭐ 1.6K) - Translate APIs described by OpenAPI Specifications.. MIT -- [GitHub](https://github.com/IBM/openapi-to-graphql) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 200 Β· πŸ“¦ 760 Β· πŸ“‹ 280 - 48% open Β· ⏱️ 09.03.2023): +- [GitHub](https://github.com/IBM/openapi-to-graphql) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 200 Β· πŸ“¦ 760 Β· πŸ“‹ 280 - 48% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/IBM/openapi-to-graphql ``` -- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (πŸ“₯ 3.2K / month Β· πŸ“¦ 3 Β· ⏱️ 09.03.2023): +- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (πŸ“₯ 3.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](https://github.com/0b01001001/spectree) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 70 Β· πŸ“¦ 83 Β· πŸ“‹ 110 - 16% open Β· ⏱️ 07.11.2023): +- [GitHub](https://github.com/0b01001001/spectree) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 70 Β· πŸ“¦ 84 Β· πŸ“‹ 110 - 16% open Β· ⏱️ 16.12.2023): ``` git clone https://github.com/0b01001001/spectree ``` -- [PyPi](https://pypi.org/project/spectree) (πŸ“₯ 42K / month Β· πŸ“¦ 5 Β· ⏱️ 07.11.2023): +- [PyPi](https://pypi.org/project/spectree) (πŸ“₯ 44K / month Β· πŸ“¦ 5 Β· ⏱️ 07.11.2023): ``` pip install spectree ```
-
pyramid_openapi3 (πŸ₯‰20 Β· ⭐ 79 Β· πŸ’€) - Pyramid addon for OpenAPI3 validation of requests and.. MIT +
pyramid_openapi3 (πŸ₯‰20 Β· ⭐ 80 Β· πŸ’€) - Pyramid addon for OpenAPI3 validation of requests and.. MIT - [GitHub](https://github.com/Pylons/pyramid_openapi3) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 41 Β· πŸ“‹ 83 - 39% open Β· ⏱️ 17.05.2023): @@ -1647,7 +1632,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - django-rest-swagger (πŸ₯‰31 Β· ⭐ 2.6K Β· πŸ’€) - Swagger Documentation Generator for Django REST.. BSD-2 - flask-swagger (πŸ₯‰26 Β· ⭐ 460 Β· πŸ’€) - A swagger 2.0 spec extractor for flask. MIT - Spectacle (πŸ₯‰23 Β· ⭐ 1.3K Β· πŸ’€) - Beautiful static documentation generator for OpenAPI/Swagger.. MIT -- pyramid_swagger (πŸ₯‰18 Β· ⭐ 65 Β· πŸ’€) - Convenient tools for using Swagger to define and.. BSD-3 +- pyramid_swagger (πŸ₯‰17 Β· ⭐ 65 Β· πŸ’€) - Convenient tools for using Swagger to define and.. BSD-3

@@ -1659,24 +1644,24 @@ _General purpose web frameworks to build web applications and REST APIs._
Strawberry GraphQL (πŸ₯‡36 Β· ⭐ 3.6K) - A GraphQL library for Python that leverages type.. MIT -- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 480 Β· πŸ“₯ 450 Β· πŸ“¦ 2.5K Β· πŸ“‹ 950 - 45% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 480 Β· πŸ“₯ 450 Β· πŸ“¦ 2.6K Β· πŸ“‹ 960 - 46% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/strawberry-graphql/strawberry ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (πŸ“₯ 640K / month Β· πŸ“¦ 52 Β· ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/strawberry-graphql) (πŸ“₯ 630K / month Β· πŸ“¦ 52 Β· ⏱️ 18.12.2023): ``` pip install strawberry-graphql ```
graphene (πŸ₯‡35 Β· ⭐ 7.9K) - GraphQL framework for Python. MIT -- [GitHub](https://github.com/graphql-python/graphene) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 840 Β· πŸ“¦ 19K Β· πŸ“‹ 1K - 12% open Β· ⏱️ 06.10.2023): +- [GitHub](https://github.com/graphql-python/graphene) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 840 Β· πŸ“¦ 20K Β· πŸ“‹ 1K - 12% open Β· ⏱️ 06.10.2023): ``` git clone https://github.com/graphql-python/graphene ``` -- [PyPi](https://pypi.org/project/graphene) (πŸ“₯ 1.9M / month Β· πŸ“¦ 860 Β· ⏱️ 26.07.2023): +- [PyPi](https://pypi.org/project/graphene) (πŸ“₯ 2.1M / month Β· πŸ“¦ 860 Β· ⏱️ 26.07.2023): ``` pip install graphene ``` @@ -1687,56 +1672,56 @@ _General purpose web frameworks to build web applications and REST APIs._
graphene-django (πŸ₯ˆ33 Β· ⭐ 4.2K) - Build powerful, efficient, and flexible GraphQL APIs.. MIT -- [GitHub](https://github.com/graphql-python/graphene-django) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 740 Β· πŸ“¦ 14K Β· πŸ“‹ 800 - 16% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/graphql-python/graphene-django) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 750 Β· πŸ“¦ 14K Β· πŸ“‹ 810 - 17% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/graphql-python/graphene-django ``` -- [PyPi](https://pypi.org/project/graphene-django) (πŸ“₯ 430K / month Β· πŸ“¦ 510 Β· ⏱️ 09.08.2023): +- [PyPi](https://pypi.org/project/graphene-django) (πŸ“₯ 430K / month Β· πŸ“¦ 510 Β· ⏱️ 20.12.2023): ``` pip install graphene-django ``` -- [Conda](https://anaconda.org/conda-forge/graphene-django) (πŸ“₯ 32K Β· ⏱️ 10.08.2023): +- [Conda](https://anaconda.org/conda-forge/graphene-django) (πŸ“₯ 32K Β· ⏱️ 20.12.2023): ``` conda install -c conda-forge graphene-django ```
ariadne (πŸ₯ˆ33 Β· ⭐ 2.1K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 -- [GitHub](https://github.com/mirumee/ariadne) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 170 Β· πŸ“¦ 1.5K Β· πŸ“‹ 300 - 16% open Β· ⏱️ 08.11.2023): +- [GitHub](https://github.com/mirumee/ariadne) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 180 Β· πŸ“¦ 1.5K Β· πŸ“‹ 300 - 16% open Β· ⏱️ 15.12.2023): ``` git clone https://github.com/mirumee/ariadne ``` -- [PyPi](https://pypi.org/project/ariadne) (πŸ“₯ 180K / month Β· πŸ“¦ 48 Β· ⏱️ 08.11.2023): +- [PyPi](https://pypi.org/project/ariadne) (πŸ“₯ 170K / 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](https://github.com/graphql-python/graphql-core) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 120 Β· πŸ“¦ 24K Β· πŸ“‹ 140 - 15% open Β· ⏱️ 09.06.2023): +- [GitHub](https://github.com/graphql-python/graphql-core) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 120 Β· πŸ“¦ 25K Β· πŸ“‹ 140 - 15% open Β· ⏱️ 09.06.2023): ``` git clone https://github.com/graphql-python/graphql-core ``` -- [PyPi](https://pypi.org/project/graphql-core) (πŸ“₯ 4.8M / month Β· πŸ“¦ 780 Β· ⏱️ 04.06.2023): +- [PyPi](https://pypi.org/project/graphql-core) (πŸ“₯ 4.9M / month Β· πŸ“¦ 780 Β· ⏱️ 04.06.2023): ``` pip install graphql-core ``` -- [Conda](https://anaconda.org/conda-forge/graphql-core) (πŸ“₯ 860K Β· ⏱️ 19.10.2023): +- [Conda](https://anaconda.org/conda-forge/graphql-core) (πŸ“₯ 870K Β· ⏱️ 19.10.2023): ``` conda install -c conda-forge graphql-core ```
-
graphene-mongo (πŸ₯‰24 Β· ⭐ 280) - Graphene MongoEngine integration. MIT +
graphene-mongo (πŸ₯ˆ25 Β· ⭐ 280) - Graphene MongoEngine integration. MIT -- [GitHub](https://github.com/graphql-python/graphene-mongo) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 110 Β· πŸ“¦ 340 Β· πŸ“‹ 92 - 21% open Β· ⏱️ 25.11.2023): +- [GitHub](https://github.com/graphql-python/graphene-mongo) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 110 Β· πŸ“¦ 340 Β· πŸ“‹ 92 - 21% open Β· ⏱️ 09.12.2023): ``` git clone https://github.com/graphql-python/graphene-mongo ``` -- [PyPi](https://pypi.org/project/graphene-mongo) (πŸ“₯ 9.3K / month Β· πŸ“¦ 13 Β· ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/graphene-mongo) (πŸ“₯ 9.1K / month Β· πŸ“¦ 13 Β· ⏱️ 09.12.2023): ``` pip install graphene-mongo ``` @@ -1745,14 +1730,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge graphene-mongo ```
-
graphene-pydantic (πŸ₯‰19 Β· ⭐ 210) - Integrate GraphQL with your Pydantic models. Apache-2 +
graphene-pydantic (πŸ₯‰18 Β· ⭐ 210) - Integrate GraphQL with your Pydantic models. Apache-2 - [GitHub](https://github.com/graphql-python/graphene-pydantic) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 41 Β· πŸ“‹ 40 - 22% open Β· ⏱️ 24.09.2023): ``` git clone https://github.com/graphql-python/graphene-pydantic ``` -- [PyPi](https://pypi.org/project/graphene-pydantic) (πŸ“₯ 13K / month Β· πŸ“¦ 2 Β· ⏱️ 25.01.2022): +- [PyPi](https://pypi.org/project/graphene-pydantic) (πŸ“₯ 15K / month Β· πŸ“¦ 2 Β· ⏱️ 25.01.2022): ``` pip install graphene-pydantic ``` @@ -1763,9 +1748,9 @@ _General purpose web frameworks to build web applications and REST APIs._ - graphql-relay-py (πŸ₯ˆ25 Β· ⭐ 140 Β· πŸ’€) - A library to help construct a graphql-py server supporting.. MIT - tartiflette (πŸ₯‰22 Β· ⭐ 850 Β· πŸ’€) - GraphQL Engine built with Python 3.6+ / asyncio. MIT - django-graphql-auth (πŸ₯‰22 Β· ⭐ 320 Β· πŸ’€) - Django registration and authentication with GraphQL. MIT -- python-graphql-client (πŸ₯‰21 Β· ⭐ 160 Β· πŸ’€) - Simple GraphQL client for Python 2.7+. MIT +- python-graphql-client (πŸ₯‰22 Β· ⭐ 160 Β· πŸ’€) - Simple GraphQL client for Python 2.7+. MIT +- tartiflette-aiohttp (πŸ₯‰18 Β· ⭐ 60 Β· πŸ’€) - tartiflette-aiohttp is a wrapper of aiohttp which.. MIT - Flask-GraphQL-Auth (πŸ₯‰17 Β· ⭐ 63 Β· πŸ’€) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to.. MIT -- tartiflette-aiohttp (πŸ₯‰17 Β· ⭐ 60 Β· πŸ’€) - tartiflette-aiohttp is a wrapper of aiohttp which.. MIT - tartiflette-asgi (πŸ₯‰16 Β· ⭐ 99 Β· πŸ’€) - ASGI support for the Tartiflette GraphQL engine. MIT

@@ -1774,9 +1759,9 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
websocket-client (πŸ₯‡40 Β· ⭐ 3.3K) - WebSocket client for Python. Apache-2 +
websocket-client (πŸ₯‡40 Β· ⭐ 3.4K) - WebSocket client for Python. Apache-2 -- [GitHub](https://github.com/websocket-client/websocket-client) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 800 Β· πŸ“¦ 150K Β· πŸ“‹ 630 - 1% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/websocket-client/websocket-client) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 800 Β· πŸ“¦ 160K Β· πŸ“‹ 630 - 1% open Β· ⏱️ 15.12.2023): ``` git clone https://github.com/websocket-client/websocket-client @@ -1792,7 +1777,7 @@ _General purpose web frameworks to build web applications and REST APIs._
websockets (πŸ₯‡38 Β· ⭐ 4.8K) - Library for building WebSocket servers and clients in Python. BSD-3 -- [GitHub](https://github.com/python-websockets/websockets) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 500 Β· πŸ“¦ 150K Β· πŸ“‹ 1.1K - 2% open Β· ⏱️ 25.11.2023): +- [GitHub](https://github.com/python-websockets/websockets) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 500 Β· πŸ“¦ 150K Β· πŸ“‹ 1.1K - 2% open Β· ⏱️ 16.12.2023): ``` git clone https://github.com/aaugustin/websockets @@ -1824,7 +1809,7 @@ _General purpose web frameworks to build web applications and REST APIs._
python-socketio (πŸ₯ˆ35 Β· ⭐ 3.6K) - Python Socket.IO server and client. MIT -- [GitHub](https://github.com/miguelgrinberg/python-socketio) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 580 Β· πŸ“¦ 39K Β· πŸ“‹ 790 - 4% open Β· ⏱️ 29.11.2023): +- [GitHub](https://github.com/miguelgrinberg/python-socketio) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 580 Β· πŸ“¦ 40K Β· πŸ“‹ 790 - 4% open Β· ⏱️ 29.11.2023): ``` git clone https://github.com/miguelgrinberg/python-socketio @@ -1833,7 +1818,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install python-socketio ``` -- [Conda](https://anaconda.org/conda-forge/python-socketio) (πŸ“₯ 440K Β· ⏱️ 15.10.2023): +- [Conda](https://anaconda.org/conda-forge/python-socketio) (πŸ“₯ 450K Β· ⏱️ 15.10.2023): ``` conda install -c conda-forge python-socketio ``` @@ -1854,9 +1839,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge autobahn ```
-
daphne (πŸ₯‰29 Β· ⭐ 2.2K) - Django Channels HTTP/WebSocket server. BSD-3 +
daphne (πŸ₯‰30 Β· ⭐ 2.2K) - Django Channels HTTP/WebSocket server. BSD-3 -- [GitHub](https://github.com/django/daphne) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 240 Β· πŸ“‹ 310 - 13% open Β· ⏱️ 26.11.2023): +- [GitHub](https://github.com/django/daphne) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 240 Β· πŸ“‹ 310 - 13% open Β· ⏱️ 12.12.2023): ``` git clone https://github.com/django/daphne @@ -1877,11 +1862,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/novnc/websockify ``` -- [PyPi](https://pypi.org/project/websockify) (πŸ“₯ 56K / month Β· πŸ“¦ 310 Β· ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/websockify) (πŸ“₯ 55K / month Β· πŸ“¦ 310 Β· ⏱️ 21.08.2023): ``` pip install websockify ``` -- [Conda](https://anaconda.org/conda-forge/websockify) (πŸ“₯ 94K Β· ⏱️ 01.10.2023): +- [Conda](https://anaconda.org/conda-forge/websockify) (πŸ“₯ 95K Β· ⏱️ 01.10.2023): ``` conda install -c conda-forge websockify ``` @@ -1893,7 +1878,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mrjoes/sockjs-tornado ``` -- [PyPi](https://pypi.org/project/sockjs-tornado) (πŸ“₯ 16K / month Β· πŸ“¦ 750 Β· ⏱️ 24.04.2020): +- [PyPi](https://pypi.org/project/sockjs-tornado) (πŸ“₯ 17K / month Β· πŸ“¦ 750 Β· ⏱️ 24.04.2020): ``` pip install sockjs-tornado ``` @@ -1916,12 +1901,12 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (πŸ₯‡48 Β· ⭐ 40K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2 -- [GitHub](https://github.com/grpc/grpc) (πŸ‘¨β€πŸ’» 990 Β· πŸ”€ 11K Β· πŸ“₯ 19K Β· πŸ“¦ 4.7K Β· πŸ“‹ 11K - 7% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/grpc/grpc) (πŸ‘¨β€πŸ’» 990 Β· πŸ”€ 11K Β· πŸ“₯ 19K Β· πŸ“¦ 4.7K Β· πŸ“‹ 11K - 7% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/grpc/grpc ``` -- [PyPi](https://pypi.org/project/grpcio) (πŸ“₯ 84M / month Β· πŸ“¦ 5.4K Β· ⏱️ 17.11.2023): +- [PyPi](https://pypi.org/project/grpcio) (πŸ“₯ 84M / month Β· πŸ“¦ 5.4K Β· ⏱️ 07.12.2023): ``` pip install grpcio ``` @@ -1930,14 +1915,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge grpcio ```
-
rpyc (πŸ₯ˆ30 Β· ⭐ 1.5K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT +
rpyc (πŸ₯ˆ31 Β· ⭐ 1.5K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT -- [GitHub](https://github.com/tomerfiliba-org/rpyc) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 240 Β· πŸ“₯ 380 Β· πŸ“¦ 2.1K Β· πŸ“‹ 410 - 17% open Β· ⏱️ 13.10.2023): +- [GitHub](https://github.com/tomerfiliba-org/rpyc) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 240 Β· πŸ“₯ 400 Β· πŸ“¦ 2.1K Β· πŸ“‹ 410 - 17% open Β· ⏱️ 13.10.2023): ``` git clone https://github.com/tomerfiliba-org/rpyc ``` -- [PyPi](https://pypi.org/project/rpyc) (πŸ“₯ 400K / month Β· πŸ“¦ 350 Β· ⏱️ 22.02.2023): +- [PyPi](https://pypi.org/project/rpyc) (πŸ“₯ 430K / month Β· πŸ“¦ 350 Β· ⏱️ 22.02.2023): ``` pip install rpyc ``` @@ -1946,21 +1931,21 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge rpyc ```
-
fastapi-jsonrpc (πŸ₯‰23 Β· ⭐ 240) - JSON-RPC server based on fastapi. MIT +
fastapi-jsonrpc (πŸ₯‰23 Β· ⭐ 250) - JSON-RPC server based on fastapi. MIT -- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 25 Β· πŸ“¦ 39 Β· πŸ“‹ 30 - 16% open Β· ⏱️ 24.10.2023): +- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 25 Β· πŸ“¦ 39 Β· πŸ“‹ 30 - 16% open Β· ⏱️ 10.12.2023): ``` git clone https://github.com/smagafurov/fastapi-jsonrpc ``` -- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (πŸ“₯ 5K / month Β· πŸ“¦ 5 Β· ⏱️ 24.10.2023): +- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (πŸ“₯ 7.5K / month Β· πŸ“¦ 5 Β· ⏱️ 10.12.2023): ``` pip install fastapi-jsonrpc ```
-
ucall (πŸ₯‰20 Β· ⭐ 890) - Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than.. Apache-2 +
ucall (πŸ₯‰20 Β· ⭐ 920) - Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than.. Apache-2 -- [GitHub](https://github.com/unum-cloud/ucall) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 25 Β· πŸ“¦ 29 Β· πŸ“‹ 24 - 29% open Β· ⏱️ 08.06.2023): +- [GitHub](https://github.com/unum-cloud/ucall) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 26 Β· πŸ“¦ 35 Β· πŸ“‹ 24 - 29% open Β· ⏱️ 08.06.2023): ``` git clone https://github.com/unum-cloud/ucall @@ -1980,18 +1965,18 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
chalice (πŸ₯ˆ34 Β· ⭐ 10K) - Python Serverless Microframework for AWS. Apache-2 +
chalice (πŸ₯‡36 Β· ⭐ 10K Β· πŸ“ˆ) - Python Serverless Microframework for AWS. Apache-2 -- [GitHub](https://github.com/aws/chalice) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1K Β· πŸ“¦ 2.7K Β· πŸ“‹ 1.3K - 35% open Β· ⏱️ 08.06.2023): +- [GitHub](https://github.com/aws/chalice) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.1K Β· πŸ“¦ 2.7K Β· πŸ“‹ 1.3K - 36% open Β· ⏱️ 14.12.2023): ``` git clone https://github.com/aws/chalice ``` -- [PyPi](https://pypi.org/project/chalice) (πŸ“₯ 260K / month Β· πŸ“¦ 160 Β· ⏱️ 05.06.2023): +- [PyPi](https://pypi.org/project/chalice) (πŸ“₯ 250K / month Β· πŸ“¦ 160 Β· ⏱️ 15.12.2023): ``` pip install chalice ``` -- [Conda](https://anaconda.org/conda-forge/chalice) (πŸ“₯ 200K Β· ⏱️ 05.06.2023): +- [Conda](https://anaconda.org/conda-forge/chalice) (πŸ“₯ 200K Β· ⏱️ 15.12.2023): ``` conda install -c conda-forge chalice ``` @@ -2003,14 +1988,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/sloev/python-lambdarest ``` -- [PyPi](https://pypi.org/project/lambdarest) (πŸ“₯ 2.2K / month Β· ⏱️ 08.03.2023): +- [PyPi](https://pypi.org/project/lambdarest) (πŸ“₯ 2K / month Β· ⏱️ 08.03.2023): ``` pip install lambdarest ```
Show 2 hidden projects... -- Zappa (πŸ₯‡35 Β· ⭐ 12K Β· πŸ’€) - Serverless Python. MIT +- Zappa (πŸ₯ˆ35 Β· ⭐ 12K Β· πŸ’€) - Serverless Python. MIT - python-lambda (πŸ₯‰25 Β· ⭐ 1.5K Β· πŸ’€) - A toolkit for developing and deploying serverless Python code.. ISC

@@ -2021,7 +2006,7 @@ _General purpose web frameworks to build web applications and REST APIs._
wagtail (πŸ₯‡41 Β· ⭐ 16K) - A Django content management system focused on flexibility and user.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (πŸ‘¨β€πŸ’» 870 Β· πŸ”€ 3.5K Β· πŸ“¦ 6 Β· πŸ“‹ 4.8K - 20% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/wagtail/wagtail) (πŸ‘¨β€πŸ’» 880 Β· πŸ”€ 3.5K Β· πŸ“¦ 6 Β· πŸ“‹ 4.8K - 20% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/wagtail/wagtail @@ -2035,14 +2020,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge wagtail ```
-
django-cms (πŸ₯ˆ40 Β· ⭐ 9.6K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 +
django-cms (πŸ₯ˆ40 Β· ⭐ 9.7K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 -- [GitHub](https://github.com/django-cms/django-cms) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 3K Β· πŸ“¦ 5.1K Β· πŸ“‹ 3.5K - 3% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/django-cms/django-cms) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 3K Β· πŸ“¦ 5.1K Β· πŸ“‹ 3.5K - 3% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/django-cms/django-cms ``` -- [PyPi](https://pypi.org/project/django-cms) (πŸ“₯ 73K / month Β· πŸ“¦ 1.7K Β· ⏱️ 08.09.2023): +- [PyPi](https://pypi.org/project/django-cms) (πŸ“₯ 69K / month Β· πŸ“¦ 1.7K Β· ⏱️ 12.12.2023): ``` pip install django-cms ``` @@ -2054,7 +2039,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lektor/lektor ``` -- [PyPi](https://pypi.org/project/lektor) (πŸ“₯ 1.9K / month Β· πŸ“¦ 89 Β· ⏱️ 12.11.2023): +- [PyPi](https://pypi.org/project/lektor) (πŸ“₯ 1.7K / month Β· πŸ“¦ 89 Β· ⏱️ 12.11.2023): ``` pip install lektor ``` @@ -2070,15 +2055,15 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/feincms/feincms ``` -- [PyPi](https://pypi.org/project/feincms) (πŸ“₯ 7.1K / month Β· πŸ“¦ 160 Β· ⏱️ 07.08.2023): +- [PyPi](https://pypi.org/project/feincms) (πŸ“₯ 6.1K / month Β· πŸ“¦ 160 Β· ⏱️ 07.08.2023): ``` pip install feincms ```
Show 2 hidden projects... -- mezzanine (πŸ₯ˆ31 Β· ⭐ 4.7K Β· πŸ’€) - CMS framework for Django. BSD-2 -- Kotti (πŸ₯‰19 Β· ⭐ 400 Β· πŸ’€) - Kotti is a high-level, Pythonic web application framework based on.. ❗️BSD +- mezzanine (πŸ₯ˆ32 Β· ⭐ 4.7K Β· πŸ’€) - CMS framework for Django. BSD-2 +- Kotti (πŸ₯‰19 Β· ⭐ 410 Β· πŸ’€) - Kotti is a high-level, Pythonic web application framework based on.. ❗️BSD

@@ -2088,7 +2073,7 @@ _General purpose web frameworks to build web applications and REST APIs._
selenium (πŸ₯‡47 Β· ⭐ 28K) - A browser automation framework and ecosystem. Apache-2 -- [GitHub](https://github.com/SeleniumHQ/selenium) (πŸ‘¨β€πŸ’» 850 Β· πŸ”€ 7.9K Β· πŸ“₯ 14M Β· πŸ“¦ 240K Β· πŸ“‹ 9.8K - 2% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/SeleniumHQ/selenium) (πŸ‘¨β€πŸ’» 840 Β· πŸ”€ 7.9K Β· πŸ“₯ 14M Β· πŸ“¦ 240K Β· πŸ“‹ 9.8K - 2% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/SeleniumHQ/selenium @@ -2104,56 +2089,56 @@ _General purpose web frameworks to build web applications and REST APIs._
coverage (πŸ₯‡43 Β· ⭐ 2.7K) - The code coverage tool for Python. Apache-2 -- [GitHub](https://github.com/nedbat/coveragepy) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 380 Β· πŸ“¦ 350K Β· πŸ“‹ 1.4K - 18% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/nedbat/coveragepy) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 390 Β· πŸ“¦ 360K Β· πŸ“‹ 1.4K - 19% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/nedbat/coveragepy ``` -- [PyPi](https://pypi.org/project/coverage) (πŸ“₯ 62M / month Β· πŸ“¦ 58K Β· ⏱️ 02.10.2023): +- [PyPi](https://pypi.org/project/coverage) (πŸ“₯ 64M / month Β· πŸ“¦ 58K Β· ⏱️ 20.12.2023): ``` pip install coverage ``` -- [Conda](https://anaconda.org/conda-forge/coverage) (πŸ“₯ 13M Β· ⏱️ 02.10.2023): +- [Conda](https://anaconda.org/conda-forge/coverage) (πŸ“₯ 13M Β· ⏱️ 21.12.2023): ``` conda install -c conda-forge coverage ```
mitmproxy (πŸ₯‡40 Β· ⭐ 33K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT -- [GitHub](https://github.com/mitmproxy/mitmproxy) (πŸ‘¨β€πŸ’» 510 Β· πŸ”€ 3.9K Β· πŸ“₯ 220K Β· πŸ“¦ 3.3K Β· πŸ“‹ 3.2K - 9% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/mitmproxy/mitmproxy) (πŸ‘¨β€πŸ’» 510 Β· πŸ”€ 3.9K Β· πŸ“₯ 220K Β· πŸ“¦ 3.3K Β· πŸ“‹ 3.2K - 9% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/mitmproxy/mitmproxy ``` -- [PyPi](https://pypi.org/project/mitmproxy) (πŸ“₯ 300K / month Β· πŸ“¦ 480 Β· ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/mitmproxy) (πŸ“₯ 310K / month Β· πŸ“¦ 480 Β· ⏱️ 14.12.2023): ``` pip install mitmproxy ```
Locust (πŸ₯‡39 Β· ⭐ 23K) - Write scalable load tests in plain Python. MIT -- [GitHub](https://github.com/locustio/locust) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 2.8K Β· πŸ“¦ 3 Β· πŸ“‹ 1.5K - 0% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/locustio/locust) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 2.8K Β· πŸ“¦ 3 Β· πŸ“‹ 1.5K - 0% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/locustio/locust ``` -- [PyPi](https://pypi.org/project/locust) (πŸ“₯ 1.4M / month Β· πŸ“¦ 110 Β· ⏱️ 06.12.2023): +- [PyPi](https://pypi.org/project/locust) (πŸ“₯ 1.4M / month Β· πŸ“¦ 110 Β· ⏱️ 19.12.2023): ``` pip install locust ``` -- [Conda](https://anaconda.org/conda-forge/locust) (πŸ“₯ 140K Β· ⏱️ 27.11.2023): +- [Conda](https://anaconda.org/conda-forge/locust) (πŸ“₯ 140K Β· ⏱️ 13.12.2023): ``` conda install -c conda-forge locust ```
SeleniumLibrary (πŸ₯‡37 Β· ⭐ 1.3K) - Web testing library for Robot Framework. Apache-2 -- [GitHub](https://github.com/robotframework/SeleniumLibrary) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 740 Β· πŸ“₯ 3.6K Β· πŸ“¦ 4.3K Β· πŸ“‹ 1K - 7% open Β· ⏱️ 26.11.2023): +- [GitHub](https://github.com/robotframework/SeleniumLibrary) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 740 Β· πŸ“₯ 3.6K Β· πŸ“¦ 4.4K Β· πŸ“‹ 1K - 7% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/robotframework/SeleniumLibrary ``` -- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (πŸ“₯ 8.7M / month Β· πŸ“¦ 140 Β· ⏱️ 25.11.2023): +- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (πŸ“₯ 8.2M / month Β· πŸ“¦ 140 Β· ⏱️ 25.11.2023): ``` pip install robotframework-seleniumlibrary ``` @@ -2164,7 +2149,7 @@ _General purpose web frameworks to build web applications and REST APIs._
responses (πŸ₯ˆ36 Β· ⭐ 4K) - A utility for mocking out the Python Requests library. Apache-2 -- [GitHub](https://github.com/getsentry/responses) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“₯ 180 Β· πŸ“¦ 32K Β· πŸ“‹ 290 - 2% open Β· ⏱️ 14.11.2023): +- [GitHub](https://github.com/getsentry/responses) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“₯ 190 Β· πŸ“¦ 33K Β· πŸ“‹ 290 - 2% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/getsentry/responses @@ -2178,73 +2163,61 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge responses ```
-
SeleniumBase (πŸ₯ˆ36 Β· ⭐ 3.7K) - Browser automation framework for testing with Selenium, Python,.. MIT +
SeleniumBase (πŸ₯ˆ36 Β· ⭐ 3.8K) - Browser automation framework for testing with Selenium, Python,.. MIT -- [GitHub](https://github.com/seleniumbase/SeleniumBase) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 860 Β· πŸ“¦ 1K Β· πŸ“‹ 990 - 0% open Β· ⏱️ 01.12.2023): +- [GitHub](https://github.com/seleniumbase/SeleniumBase) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 860 Β· πŸ“¦ 1K Β· πŸ“‹ 1K - 0% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/seleniumbase/SeleniumBase ``` -- [PyPi](https://pypi.org/project/seleniumbase) (πŸ“₯ 400K / month Β· πŸ“¦ 10 Β· ⏱️ 01.12.2023): +- [PyPi](https://pypi.org/project/seleniumbase) (πŸ“₯ 340K / month Β· πŸ“¦ 10 Β· ⏱️ 19.12.2023): ``` pip install seleniumbase ```
splinter (πŸ₯ˆ35 Β· ⭐ 2.7K) - splinter - python test framework for web applications. BSD-3 -- [GitHub](https://github.com/cobrateam/splinter) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 530 Β· πŸ“¦ 6.6K Β· πŸ“‹ 530 - 10% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/cobrateam/splinter) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 530 Β· πŸ“¦ 6.6K Β· πŸ“‹ 530 - 10% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/splinter) (πŸ“₯ 110K / month Β· πŸ“¦ 1.1K Β· ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/splinter) (πŸ“₯ 120K / month Β· πŸ“¦ 1.1K Β· ⏱️ 15.11.2023): ``` pip install splinter ```
-
vcrpy (πŸ₯ˆ34 Β· ⭐ 2.5K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT +
vcrpy (πŸ₯ˆ35 Β· ⭐ 2.5K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT -- [GitHub](https://github.com/kevin1024/vcrpy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 350 Β· πŸ“¦ 8.2K Β· πŸ“‹ 400 - 30% open Β· ⏱️ 09.08.2023): +- [GitHub](https://github.com/kevin1024/vcrpy) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 350 Β· πŸ“¦ 8.2K Β· πŸ“‹ 410 - 30% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/kevin1024/vcrpy ``` -- [PyPi](https://pypi.org/project/vcrpy) (πŸ“₯ 1M / month Β· πŸ“¦ 1K Β· ⏱️ 31.07.2023): +- [PyPi](https://pypi.org/project/vcrpy) (πŸ“₯ 1.1M / month Β· πŸ“¦ 1K Β· ⏱️ 31.07.2023): ``` pip install vcrpy ``` -- [Conda](https://anaconda.org/conda-forge/vcrpy) (πŸ“₯ 320K Β· ⏱️ 31.07.2023): +- [Conda](https://anaconda.org/conda-forge/vcrpy) (πŸ“₯ 330K Β· ⏱️ 31.07.2023): ``` conda install -c conda-forge vcrpy ```
django-silk (πŸ₯ˆ33 Β· ⭐ 4.1K) - Silky smooth profiling for Django. MIT -- [GitHub](https://github.com/jazzband/django-silk) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 320 Β· πŸ“₯ 190 Β· πŸ“¦ 4.2K Β· πŸ“‹ 350 - 34% open Β· ⏱️ 02.12.2023): +- [GitHub](https://github.com/jazzband/django-silk) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 320 Β· πŸ“₯ 190 Β· πŸ“¦ 4.3K Β· πŸ“‹ 350 - 34% open Β· ⏱️ 02.12.2023): ``` git clone https://github.com/jazzband/django-silk ``` -- [PyPi](https://pypi.org/project/django-silk) (πŸ“₯ 570K / month Β· πŸ“¦ 150 Β· ⏱️ 23.09.2023): +- [PyPi](https://pypi.org/project/django-silk) (πŸ“₯ 580K / month Β· πŸ“¦ 150 Β· ⏱️ 23.09.2023): ``` pip install django-silk ```
-
httprunner (πŸ₯ˆ33 Β· ⭐ 3.9K) - HttpRunner API/UI. Apache-2 - -- [GitHub](https://github.com/httprunner/httprunner) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 1.2K Β· πŸ“₯ 10K Β· πŸ“¦ 530 Β· πŸ“‹ 1.2K - 37% open Β· ⏱️ 20.09.2023): - - ``` - git clone https://github.com/httprunner/httprunner - ``` -- [PyPi](https://pypi.org/project/httprunner) (πŸ“₯ 8.4K / month Β· πŸ“¦ 7 Β· ⏱️ 23.07.2023): - ``` - pip install httprunner - ``` -
Prism (πŸ₯ˆ32 Β· ⭐ 3.8K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 -- [GitHub](https://github.com/stoplightio/prism) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 320 Β· πŸ“₯ 810K Β· πŸ“¦ 460 Β· πŸ“‹ 670 - 9% open Β· ⏱️ 01.12.2023): +- [GitHub](https://github.com/stoplightio/prism) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 320 Β· πŸ“₯ 810K Β· πŸ“¦ 470 Β· πŸ“‹ 670 - 9% open Β· ⏱️ 01.12.2023): ``` git clone https://github.com/stoplightio/prism @@ -2254,9 +2227,9 @@ _General purpose web frameworks to build web applications and REST APIs._ npm install @stoplight/prism-cli ```
-
factory_boy (πŸ₯ˆ32 Β· ⭐ 3.2K) - A test fixtures replacement for Python. MIT +
factory_boy (πŸ₯ˆ32 Β· ⭐ 3.3K) - A test fixtures replacement for Python. MIT -- [GitHub](https://github.com/FactoryBoy/factory_boy) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 380 Β· πŸ“‹ 590 - 33% open Β· ⏱️ 29.11.2023): +- [GitHub](https://github.com/FactoryBoy/factory_boy) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 380 Β· πŸ“‹ 590 - 33% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/FactoryBoy/factory_boy @@ -2270,26 +2243,38 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge factory_boy ```
+
httprunner (πŸ₯ˆ31 Β· ⭐ 3.9K) - HttpRunner API/UI. Apache-2 + +- [GitHub](https://github.com/httprunner/httprunner) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 1.2K Β· πŸ“₯ 10K Β· πŸ“¦ 530 Β· πŸ“‹ 1.2K - 37% open Β· ⏱️ 20.09.2023): + + ``` + git clone https://github.com/httprunner/httprunner + ``` +- [PyPi](https://pypi.org/project/httprunner) (πŸ“₯ 7.9K / month Β· πŸ“¦ 7 Β· ⏱️ 23.07.2023): + ``` + pip install httprunner + ``` +
schemathesis (πŸ₯ˆ31 Β· ⭐ 1.9K) - Automate your API Testing: catch crashes, validate.. MIT -- [GitHub](https://github.com/schemathesis/schemathesis) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 140 Β· πŸ“¦ 270 Β· πŸ“‹ 780 - 12% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/schemathesis/schemathesis) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 140 Β· πŸ“¦ 270 Β· πŸ“‹ 790 - 12% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/schemathesis/schemathesis ``` -- [PyPi](https://pypi.org/project/schemathesis) (πŸ“₯ 95K / month Β· πŸ“¦ 4 Β· ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/schemathesis) (πŸ“₯ 99K / month Β· πŸ“¦ 4 Β· ⏱️ 04.12.2023): ``` pip install schemathesis ```
-
flask-debugtoolbar (πŸ₯ˆ31 Β· ⭐ 900) - A toolbar overlay for debugging Flask applications. BSD-3 +
flask-debugtoolbar (πŸ₯ˆ31 Β· ⭐ 910) - A toolbar overlay for debugging Flask applications. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-debugtoolbar) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 130 Β· πŸ“¦ 25K Β· πŸ“‹ 120 - 28% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/pallets-eco/flask-debugtoolbar) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 140 Β· πŸ“¦ 25K Β· πŸ“‹ 120 - 28% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar ``` -- [PyPi](https://pypi.org/project/flask-debugtoolbar) (πŸ“₯ 130K / month Β· πŸ“¦ 3K Β· ⏱️ 29.03.2022): +- [PyPi](https://pypi.org/project/flask-debugtoolbar) (πŸ“₯ 140K / month Β· πŸ“¦ 3K Β· ⏱️ 07.12.2023): ``` pip install flask-debugtoolbar ``` @@ -2300,19 +2285,19 @@ _General purpose web frameworks to build web applications and REST APIs._
tavern (πŸ₯ˆ30 Β· ⭐ 960) - A command-line tool and Python library and Pytest plugin for automated.. MIT -- [GitHub](https://github.com/taverntesting/tavern) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 190 Β· πŸ“¦ 520 Β· πŸ“‹ 590 - 6% open Β· ⏱️ 19.11.2023): +- [GitHub](https://github.com/taverntesting/tavern) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 190 Β· πŸ“¦ 530 Β· πŸ“‹ 590 - 6% open Β· ⏱️ 19.11.2023): ``` git clone https://github.com/taverntesting/tavern ``` -- [PyPi](https://pypi.org/project/tavern) (πŸ“₯ 190K / month Β· πŸ“¦ 24 Β· ⏱️ 18.11.2023): +- [PyPi](https://pypi.org/project/tavern) (πŸ“₯ 200K / month Β· πŸ“¦ 24 Β· ⏱️ 18.11.2023): ``` pip install tavern ```
pytest-flask (πŸ₯ˆ30 Β· ⭐ 460) - A set of pytest fixtures to test Flask applications. MIT -- [GitHub](https://github.com/pytest-dev/pytest-flask) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 91 Β· πŸ“₯ 5 Β· πŸ“‹ 82 - 15% open Β· ⏱️ 27.11.2023): +- [GitHub](https://github.com/pytest-dev/pytest-flask) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 91 Β· πŸ“₯ 5 Β· πŸ“‹ 84 - 15% open Β· ⏱️ 27.11.2023): ``` git clone https://github.com/pytest-dev/pytest-flask @@ -2333,7 +2318,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/apiaryio/dredd ``` -- [PyPi](https://pypi.org/project/dredd_hooks) (πŸ“₯ 5.4K / month Β· πŸ“¦ 38 Β· ⏱️ 09.04.2018): +- [PyPi](https://pypi.org/project/dredd_hooks) (πŸ“₯ 5.6K / month Β· πŸ“¦ 38 Β· ⏱️ 09.04.2018): ``` pip install dredd_hooks ``` @@ -2344,12 +2329,12 @@ _General purpose web frameworks to build web applications and REST APIs._
Model Bakery (πŸ₯ˆ29 Β· ⭐ 740) - Object factory for Django. Apache-2 -- [GitHub](https://github.com/model-bakers/model_bakery) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 81 Β· πŸ“¦ 3.6K Β· πŸ“‹ 130 - 21% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/model-bakers/model_bakery) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 81 Β· πŸ“¦ 3.6K Β· πŸ“‹ 130 - 21% open Β· ⏱️ 12.12.2023): ``` git clone https://github.com/model-bakers/model_bakery ``` -- [PyPi](https://pypi.org/project/model_bakery) (πŸ“₯ 540K / month Β· πŸ“¦ 30 Β· ⏱️ 27.10.2023): +- [PyPi](https://pypi.org/project/model_bakery) (πŸ“₯ 560K / month Β· πŸ“¦ 30 Β· ⏱️ 27.10.2023): ``` pip install model_bakery ``` @@ -2360,36 +2345,36 @@ _General purpose web frameworks to build web applications and REST APIs._
selenium-python-helium (πŸ₯‰28 Β· ⭐ 3.7K) - Lighter web automation for Python. MIT -- [GitHub](https://github.com/mherrmann/helium) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 340 Β· πŸ“¦ 510 Β· πŸ“‹ 87 - 52% open Β· ⏱️ 28.11.2023): +- [GitHub](https://github.com/mherrmann/helium) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 340 Β· πŸ“¦ 520 Β· πŸ“‹ 87 - 52% open Β· ⏱️ 08.12.2023): ``` git clone https://github.com/mherrmann/selenium-python-helium ``` -- [PyPi](https://pypi.org/project/helium) (πŸ“₯ 8.7K / month Β· πŸ“¦ 13 Β· ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/helium) (πŸ“₯ 9.9K / month Β· πŸ“¦ 14 Β· ⏱️ 08.12.2023): ``` pip install helium ```
selene (πŸ₯‰28 Β· ⭐ 640) - User-oriented Web UI browser tests in Python. MIT -- [GitHub](https://github.com/yashaka/selene) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 140 Β· πŸ“¦ 3.5K Β· πŸ“‹ 300 - 36% open Β· ⏱️ 25.08.2023): +- [GitHub](https://github.com/yashaka/selene) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 140 Β· πŸ“¦ 3.6K Β· πŸ“‹ 300 - 35% open Β· ⏱️ 25.08.2023): ``` git clone https://github.com/yashaka/selene ``` -- [PyPi](https://pypi.org/project/selene) (πŸ“₯ 19K / month Β· πŸ“¦ 15 Β· ⏱️ 02.08.2023): +- [PyPi](https://pypi.org/project/selene) (πŸ“₯ 20K / month): ``` pip install selene ```
-
aioresponses (πŸ₯‰27 Β· ⭐ 470) - Aioresponses is a helper for mock/fake web requests in python.. MIT +
aioresponses (πŸ₯‰27 Β· ⭐ 480) - Aioresponses is a helper for mock/fake web requests in python.. MIT - [GitHub](https://github.com/pnuckowski/aioresponses) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 83 Β· πŸ“‹ 100 - 50% open Β· ⏱️ 17.11.2023): ``` git clone https://github.com/pnuckowski/aioresponses ``` -- [PyPi](https://pypi.org/project/aioresponses) (πŸ“₯ 610K / month Β· πŸ“¦ 200 Β· ⏱️ 20.11.2023): +- [PyPi](https://pypi.org/project/aioresponses) (πŸ“₯ 760K / month Β· πŸ“¦ 200 Β· ⏱️ 20.11.2023): ``` pip install aioresponses ``` @@ -2401,7 +2386,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/webtest ``` -- [PyPi](https://pypi.org/project/webtest) (πŸ“₯ 700K / month Β· πŸ“¦ 4K Β· ⏱️ 19.08.2021): +- [PyPi](https://pypi.org/project/webtest) (πŸ“₯ 670K / month Β· πŸ“¦ 4K Β· ⏱️ 19.08.2021): ``` pip install webtest ``` @@ -2421,7 +2406,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install playwright ``` -- [Conda](https://anaconda.org/microsoft/playwright) (πŸ“₯ 26K Β· ⏱️ 21.11.2023): +- [Conda](https://anaconda.org/microsoft/playwright) (πŸ“₯ 27K Β· ⏱️ 21.11.2023): ``` conda install -c microsoft playwright ``` @@ -2442,78 +2427,66 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django-test-plus ```
-
requestium (πŸ₯‰23 Β· ⭐ 1.8K Β· πŸ’€) - Integration layer between Requests and Selenium for automation.. BSD-3 +
requestium (πŸ₯‰24 Β· ⭐ 1.8K) - Integration layer between Requests and Selenium for automation of.. BSD-3 -- [GitHub](https://github.com/tryolabs/requestium) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 140 Β· πŸ“¦ 86 Β· πŸ“‹ 33 - 15% open Β· ⏱️ 30.04.2023): +- [GitHub](https://github.com/tryolabs/requestium) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 140 Β· πŸ“¦ 86 Β· πŸ“‹ 33 - 12% open Β· ⏱️ 13.12.2023): ``` git clone https://github.com/tryolabs/requestium ``` -- [PyPi](https://pypi.org/project/requestium) (πŸ“₯ 42K / month Β· πŸ“¦ 7 Β· ⏱️ 04.12.2022): +- [PyPi](https://pypi.org/project/requestium) (πŸ“₯ 44K / month Β· πŸ“¦ 7 Β· ⏱️ 13.12.2023): ``` pip install requestium ```
-
molotov (πŸ₯‰23 Β· ⭐ 440) - Load Testing Tool. Apache-2 +
pyramid_debugtoolbar (πŸ₯‰24 Β· ⭐ 94) - Pyramid debug toolbar. BSD-3 -- [GitHub](https://github.com/tarekziade/molotov) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 31 Β· πŸ“¦ 120 Β· πŸ“‹ 110 - 13% open Β· ⏱️ 23.11.2023): +- [GitHub](https://github.com/Pylons/pyramid_debugtoolbar) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 83 Β· πŸ“‹ 180 - 22% open Β· ⏱️ 09.09.2023): ``` - git clone https://github.com/loads/molotov - ``` -- [PyPi](https://pypi.org/project/molotov) (πŸ“₯ 35K / month Β· πŸ“¦ 13 Β· ⏱️ 21.10.2022): - ``` - pip install molotov + git clone https://github.com/Pylons/pyramid_debugtoolbar ``` -
-
python-mocket (πŸ₯‰23 Β· ⭐ 270) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 - -- [GitHub](https://github.com/mindflayer/python-mocket) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 41 Β· πŸ“¦ 89 Β· πŸ“‹ 70 - 2% open Β· ⏱️ 26.11.2023): - +- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (πŸ“₯ 2.7M / month Β· πŸ“¦ 27 Β· ⏱️ 03.01.2023): ``` - git clone https://github.com/mindflayer/python-mocket + pip install pyramid_debugtoolbar ``` -- [PyPi](https://pypi.org/project/mocket) (πŸ“₯ 6.8K / month Β· πŸ“¦ 27 Β· ⏱️ 28.10.2023): +- [Conda](https://anaconda.org/conda-forge/pyramid_debugtoolbar) (πŸ“₯ 4.4K Β· ⏱️ 16.06.2023): ``` - pip install mocket + conda install -c conda-forge pyramid_debugtoolbar ```
-
gabbi (πŸ₯‰23 Β· ⭐ 140) - Declarative HTTP Testing for Python and anything else. Apache-2 +
molotov (πŸ₯‰23 Β· ⭐ 440) - Load Testing Tool. Apache-2 -- [GitHub](https://github.com/cdent/gabbi) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 34 Β· πŸ“‹ 150 - 14% open Β· ⏱️ 02.10.2023): +- [GitHub](https://github.com/tarekziade/molotov) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 31 Β· πŸ“¦ 120 Β· πŸ“‹ 110 - 13% open Β· ⏱️ 23.11.2023): ``` - git clone https://github.com/cdent/gabbi + git clone https://github.com/loads/molotov ``` -- [PyPi](https://pypi.org/project/gabbi) (πŸ“₯ 15K / month Β· πŸ“¦ 110 Β· ⏱️ 02.10.2023): +- [PyPi](https://pypi.org/project/molotov) (πŸ“₯ 36K / month Β· πŸ“¦ 13 Β· ⏱️ 21.10.2022): ``` - pip install gabbi + pip install molotov ```
-
pyramid_debugtoolbar (πŸ₯‰23 Β· ⭐ 94) - Pyramid debug toolbar. BSD-3 +
python-mocket (πŸ₯‰23 Β· ⭐ 270) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 -- [GitHub](https://github.com/Pylons/pyramid_debugtoolbar) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 83 Β· πŸ“‹ 180 - 22% open Β· ⏱️ 09.09.2023): +- [GitHub](https://github.com/mindflayer/python-mocket) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 41 Β· πŸ“¦ 90 Β· πŸ“‹ 70 - 2% open Β· ⏱️ 26.11.2023): ``` - git clone https://github.com/Pylons/pyramid_debugtoolbar - ``` -- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (πŸ“₯ 2.7M / month Β· πŸ“¦ 27 Β· ⏱️ 03.01.2023): - ``` - pip install pyramid_debugtoolbar + git clone https://github.com/mindflayer/python-mocket ``` -- [Conda](https://anaconda.org/conda-forge/pyramid_debugtoolbar) (πŸ“₯ 4.4K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/mocket) (πŸ“₯ 6K / month Β· πŸ“¦ 29 Β· ⏱️ 28.10.2023): ``` - conda install -c conda-forge pyramid_debugtoolbar + pip install mocket ```
fsociety (πŸ₯‰21 Β· ⭐ 1.1K) - A Modular Penetration Testing Framework. MIT -- [GitHub](https://github.com/fsociety-team/fsociety) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 140 Β· πŸ“¦ 8 Β· πŸ“‹ 34 - 5% open Β· ⏱️ 11.11.2023): +- [GitHub](https://github.com/fsociety-team/fsociety) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 140 Β· πŸ“¦ 8 Β· πŸ“‹ 35 - 8% open Β· ⏱️ 11.11.2023): ``` git clone https://github.com/fsociety-team/fsociety ``` -- [PyPi](https://pypi.org/project/fsociety) (πŸ“₯ 2.1K / month Β· ⏱️ 01.05.2022): +- [PyPi](https://pypi.org/project/fsociety) (πŸ“₯ 2.3K / month Β· ⏱️ 01.05.2022): ``` pip install fsociety ``` @@ -2526,7 +2499,7 @@ _General purpose web frameworks to build web applications and REST APIs._ git clone https://github.com/flipkart-incubator/Astra ```
-
Show 18 hidden projects... +
Show 19 hidden projects... - pytest-django (πŸ₯ˆ35 Β· ⭐ 1.3K) - A Django plugin for pytest. ❗Unlicensed - HTTPretty (πŸ₯ˆ32 Β· ⭐ 2.1K Β· πŸ’€) - Intercept HTTP requests at the Python socket level. Fakes the.. MIT @@ -2535,16 +2508,17 @@ _General purpose web frameworks to build web applications and REST APIs._ - 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 +- splash (πŸ₯‰25 Β· ⭐ 4K Β· πŸ’€) - 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 - pytest-splinter (πŸ₯‰24 Β· ⭐ 250 Β· πŸ’€) - pytest splinter and selenium integration for anyone.. MIT +- yandex-tank (πŸ₯‰23 Β· ⭐ 2.4K) - Load and performance benchmark tool. ❗️LGPL-2.1 - wdb (πŸ₯‰23 Β· ⭐ 1.6K Β· πŸ’€) - An improbable web debugger through WebSockets. ❗️GPL-3.0 - pyresttest (πŸ₯‰23 Β· ⭐ 1.1K Β· πŸ’€) - Python Rest Testing. Apache-2 - httmock (πŸ₯‰23 Β· ⭐ 460 Β· πŸ’€) - A mocking library for requests. Apache-2 -- yandex-tank (πŸ₯‰22 Β· ⭐ 2.4K Β· πŸ’€) - Load and performance benchmark tool. ❗️LGPL-2.1 -- async-asgi-testclient (πŸ₯‰19 Β· ⭐ 140 Β· πŸ’€) - A framework-agnostic library for testing ASGI web.. MIT +- async-asgi-testclient (πŸ₯‰19 Β· ⭐ 150 Β· πŸ’€) - A framework-agnostic library for testing ASGI web.. MIT - aresponses (πŸ₯‰19 Β· ⭐ 97 Β· πŸ’€) - Asyncio http mocking. Similar to the responses library used for.. MIT - golem (πŸ₯‰18 Β· ⭐ 490 Β· πŸ’€) - A complete test automation tool. MIT +- gabbi (πŸ₯‰18 Β· ⭐ 140 Β· πŸ“‰) - Declarative HTTP Testing for Python and anything else. ❗Unlicensed - huxley (πŸ₯‰17 Β· ⭐ 4.1K Β· πŸ’€) - A testing system for catching visual regressions in Web.. Apache-2

@@ -2564,19 +2538,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install wtforms ``` -- [Conda](https://anaconda.org/conda-forge/wtforms) (πŸ“₯ 190K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/wtforms) (πŸ“₯ 200K Β· ⏱️ 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](https://github.com/django-crispy-forms/django-crispy-forms) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 740 Β· πŸ“¦ 130K Β· πŸ“‹ 690 - 9% open Β· ⏱️ 03.11.2023): +- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 740 Β· πŸ“¦ 130K Β· πŸ“‹ 700 - 9% open Β· ⏱️ 03.11.2023): ``` git clone https://github.com/django-crispy-forms/django-crispy-forms ``` -- [PyPi](https://pypi.org/project/django-crispy-forms) (πŸ“₯ 960K / month Β· πŸ“¦ 8.1K Β· ⏱️ 15.10.2023): +- [PyPi](https://pypi.org/project/django-crispy-forms) (πŸ“₯ 950K / month Β· πŸ“¦ 8.1K Β· ⏱️ 15.10.2023): ``` pip install django-crispy-forms ``` @@ -2601,26 +2575,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-wtf ```
-
django-formtools (πŸ₯‰30 Β· ⭐ 710) - A set of high-level abstractions for Django forms. BSD-3 +
django-formtools (πŸ₯‰31 Β· ⭐ 710) - A set of high-level abstractions for Django forms. BSD-3 -- [GitHub](https://github.com/jazzband/django-formtools) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 130 Β· πŸ“¦ 9.7K Β· πŸ“‹ 140 - 48% open Β· ⏱️ 28.11.2023): +- [GitHub](https://github.com/jazzband/django-formtools) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 130 Β· πŸ“¦ 9.7K Β· πŸ“‹ 150 - 48% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/jazzband/django-formtools ``` -- [PyPi](https://pypi.org/project/django-formtools) (πŸ“₯ 440K / month Β· πŸ“¦ 1.2K Β· ⏱️ 13.05.2023): +- [PyPi](https://pypi.org/project/django-formtools) (πŸ“₯ 450K / month Β· πŸ“¦ 1.2K Β· ⏱️ 19.12.2023): ``` pip install django-formtools ```
-
deform (πŸ₯‰28 Β· ⭐ 400) - A Python HTML form library. BSD-3 +
deform (πŸ₯‰29 Β· ⭐ 400) - A Python HTML form library. BSD-3 - [GitHub](https://github.com/Pylons/deform) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 160 Β· πŸ“¦ 790 Β· πŸ“‹ 180 - 25% open Β· ⏱️ 15.11.2023): ``` git clone https://github.com/Pylons/deform ``` -- [PyPi](https://pypi.org/project/deform) (πŸ“₯ 7.9K / month Β· πŸ“¦ 190 Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/deform) (πŸ“₯ 8.1K / month Β· πŸ“¦ 190 Β· ⏱️ 10.12.2020): ``` pip install deform ``` @@ -2633,7 +2607,7 @@ _General purpose web frameworks to build web applications and REST APIs._
pelican (πŸ₯‡38 Β· ⭐ 12K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 -- [GitHub](https://github.com/getpelican/pelican) (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 1.8K Β· πŸ“₯ 960 Β· πŸ“¦ 7.5K Β· πŸ“‹ 1.7K - 3% open Β· ⏱️ 29.11.2023): +- [GitHub](https://github.com/getpelican/pelican) (πŸ‘¨β€πŸ’» 450 Β· πŸ”€ 1.8K Β· πŸ“₯ 970 Β· πŸ“¦ 7.5K Β· πŸ“‹ 1.7K - 3% open Β· ⏱️ 29.11.2023): ``` git clone https://github.com/getpelican/pelican @@ -2649,7 +2623,7 @@ _General purpose web frameworks to build web applications and REST APIs._
mistune (πŸ₯ˆ36 Β· ⭐ 2.4K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 -- [GitHub](https://github.com/lepture/mistune) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 240 Β· πŸ“¦ 250K Β· πŸ“‹ 280 - 8% open Β· ⏱️ 05.10.2023): +- [GitHub](https://github.com/lepture/mistune) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 240 Β· πŸ“¦ 260K Β· πŸ“‹ 280 - 8% open Β· ⏱️ 05.10.2023): ``` git clone https://github.com/lepture/mistune @@ -2663,21 +2637,21 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge mistune ```
-
python-markdown2 (πŸ₯ˆ34 Β· ⭐ 2.5K Β· πŸ“‰) - markdown2: A fast and complete implementation of Markdown.. MIT +
python-markdown2 (πŸ₯ˆ34 Β· ⭐ 2.5K) - markdown2: A fast and complete implementation of Markdown in.. MIT -- [GitHub](https://github.com/trentm/python-markdown2) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 480 Β· πŸ“‹ 300 - 28% open Β· ⏱️ 03.12.2023): +- [GitHub](https://github.com/trentm/python-markdown2) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 480 Β· πŸ“‹ 320 - 28% open Β· ⏱️ 17.12.2023): ``` git clone https://github.com/trentm/python-markdown2 ``` -- [PyPi](https://pypi.org/project/markdown2) (πŸ“₯ 3.4M / month Β· πŸ“¦ 2.4K Β· ⏱️ 03.12.2023): +- [PyPi](https://pypi.org/project/markdown2) (πŸ“₯ 2.7M / month Β· πŸ“¦ 2.4K Β· ⏱️ 17.12.2023): ``` pip install markdown2 ```
-
pymdown-extensions (πŸ₯ˆ33 Β· ⭐ 830) - Extensions for Python Markdown. MIT +
pymdown-extensions (πŸ₯ˆ33 Β· ⭐ 840) - Extensions for Python Markdown. MIT -- [GitHub](https://github.com/facelessuser/pymdown-extensions) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 300 Β· πŸ“¦ 26K Β· πŸ“‹ 350 - 2% open Β· ⏱️ 24.11.2023): +- [GitHub](https://github.com/facelessuser/pymdown-extensions) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 300 Β· πŸ“¦ 27K Β· πŸ“‹ 350 - 2% open Β· ⏱️ 24.11.2023): ``` git clone https://github.com/facelessuser/pymdown-extensions @@ -2693,7 +2667,7 @@ _General purpose web frameworks to build web applications and REST APIs._
markdown-it-py (πŸ₯‰31 Β· ⭐ 560) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT -- [GitHub](https://github.com/executablebooks/markdown-it-py) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 61 Β· πŸ“¦ 67K Β· πŸ“‹ 78 - 34% open Β· ⏱️ 28.11.2023): +- [GitHub](https://github.com/executablebooks/markdown-it-py) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 61 Β· πŸ“¦ 71K Β· πŸ“‹ 79 - 35% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/executablebooks/markdown-it-py @@ -2714,50 +2688,50 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/joeyespo/grip ``` -- [PyPi](https://pypi.org/project/grip) (πŸ“₯ 29K / month Β· πŸ“¦ 150 Β· ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/grip) (πŸ“₯ 28K / month Β· πŸ“¦ 150 Β· ⏱️ 12.10.2023): ``` pip install grip ```
-
django-markdownx (πŸ₯‰29 Β· ⭐ 800) - Comprehensive Markdown plugin built for Django. BSD-3 +
django-markdownx (πŸ₯‰29 Β· ⭐ 810) - Comprehensive Markdown plugin built for Django. BSD-3 -- [GitHub](https://github.com/neutronX/django-markdownx) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 150 Β· πŸ“¦ 2.4K Β· πŸ“‹ 160 - 29% open Β· ⏱️ 24.10.2023): +- [GitHub](https://github.com/neutronX/django-markdownx) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 150 Β· πŸ“¦ 2.4K Β· πŸ“‹ 170 - 29% open Β· ⏱️ 08.12.2023): ``` git clone https://github.com/neutronX/django-markdownx ``` -- [PyPi](https://pypi.org/project/django-markdownx) (πŸ“₯ 31K / month Β· πŸ“¦ 120 Β· ⏱️ 17.10.2023): +- [PyPi](https://pypi.org/project/django-markdownx) (πŸ“₯ 31K / month Β· πŸ“¦ 120 Β· ⏱️ 08.12.2023): ``` pip install django-markdownx ```
-
mistletoe (πŸ₯‰27 Β· ⭐ 690 Β· πŸ“ˆ) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT +
mistletoe (πŸ₯‰27 Β· ⭐ 700) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT -- [GitHub](https://github.com/miyuchina/mistletoe) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 100 Β· πŸ“₯ 480 Β· πŸ“¦ 780 Β· πŸ“‹ 120 - 15% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/miyuchina/mistletoe) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 100 Β· πŸ“₯ 480 Β· πŸ“¦ 790 Β· πŸ“‹ 120 - 15% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/miyuchina/mistletoe ``` -- [PyPi](https://pypi.org/project/mistletoe) (πŸ“₯ 150K / month Β· πŸ“¦ 81 Β· ⏱️ 24.08.2023): +- [PyPi](https://pypi.org/project/mistletoe) (πŸ“₯ 170K / month): ``` pip install mistletoe ```
-
django-markdown-editor (πŸ₯‰24 Β· ⭐ 740) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 +
django-markdown-editor (πŸ₯‰23 Β· ⭐ 750) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 -- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 1.2K Β· πŸ“‹ 140 - 24% open Β· ⏱️ 29.10.2023): +- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 1.2K Β· πŸ“‹ 140 - 25% open Β· ⏱️ 29.10.2023): ``` git clone https://github.com/agusmakmun/django-markdown-editor ``` -- [PyPi](https://pypi.org/project/martor) (πŸ“₯ 25K / month Β· πŸ“¦ 25 Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/martor) (πŸ“₯ 18K / month Β· πŸ“¦ 25 Β· ⏱️ 20.07.2023): ``` pip install martor ```
-
markdown-include (πŸ₯‰21 Β· ⭐ 91 Β· πŸ’€) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0 +
markdown-include (πŸ₯‰21 Β· ⭐ 92 Β· πŸ’€) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0 -- [GitHub](https://github.com/cmacmackin/markdown-include) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 40 Β· πŸ“¦ 5.2K Β· πŸ“‹ 28 - 39% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/cmacmackin/markdown-include) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 40 Β· πŸ“¦ 5.3K Β· πŸ“‹ 28 - 39% open Β· ⏱️ 07.02.2023): ``` git clone https://github.com/cmacmackin/markdown-include @@ -2773,7 +2747,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 2 hidden projects... -- markdown (πŸ₯‡39 Β· ⭐ 3.4K) - A Python implementation of John Grubers Markdown with Extension.. ❗Unlicensed +- markdown (πŸ₯‡39 Β· ⭐ 3.5K) - A Python implementation of John Grubers Markdown with Extension.. ❗Unlicensed - html2text (πŸ₯‰28 Β· ⭐ 1.5K Β· πŸ’€) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0

@@ -2793,7 +2767,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/ytdl-org/youtube-dl ``` -- [PyPi](https://pypi.org/project/youtube_dl) (πŸ“₯ 970K / month Β· πŸ“¦ 1.8K Β· ⏱️ 16.12.2021): +- [PyPi](https://pypi.org/project/youtube_dl) (πŸ“₯ 880K / month Β· πŸ“¦ 1.8K Β· ⏱️ 16.12.2021): ``` pip install youtube_dl ``` @@ -2804,12 +2778,12 @@ _General purpose web frameworks to build web applications and REST APIs._
discord.py (πŸ₯‡43 Β· ⭐ 14K) - An API wrapper for Discord written in Python. MIT -- [GitHub](https://github.com/Rapptz/discord.py) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 3.8K Β· πŸ“¦ 37K Β· πŸ“‹ 2.9K - 3% open Β· ⏱️ 20.11.2023): +- [GitHub](https://github.com/Rapptz/discord.py) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 3.8K Β· πŸ“¦ 38K Β· πŸ“‹ 2.9K - 3% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/Rapptz/discord.py ``` -- [PyPi](https://pypi.org/project/discord.py) (πŸ“₯ 6.1M / month Β· πŸ“¦ 2.8K Β· ⏱️ 10.08.2023): +- [PyPi](https://pypi.org/project/discord.py) (πŸ“₯ 5.7M / month Β· πŸ“¦ 2.8K Β· ⏱️ 10.08.2023): ``` pip install discord.py ``` @@ -2818,30 +2792,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge discord.py ```
-
google-api-python-client (πŸ₯‡42 Β· ⭐ 7K) - The official Python client library for Googles.. Apache-2 +
google-api-python-client (πŸ₯‡42 Β· ⭐ 7.1K) - The official Python client library for Googles.. Apache-2 -- [GitHub](https://github.com/googleapis/google-api-python-client) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 2.4K Β· πŸ“¦ 180K Β· πŸ“‹ 1K - 12% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/googleapis/google-api-python-client) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 2.4K Β· πŸ“¦ 180K Β· πŸ“‹ 1K - 12% open Β· ⏱️ 14.12.2023): ``` git clone https://github.com/googleapis/google-api-python-client ``` -- [PyPi](https://pypi.org/project/google-api-python-client) (πŸ“₯ 35M / month Β· πŸ“¦ 7.7K Β· ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/google-api-python-client) (πŸ“₯ 35M / month Β· πŸ“¦ 7.8K Β· ⏱️ 12.12.2023): ``` pip install google-api-python-client ``` -- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (πŸ“₯ 2.6M Β· ⏱️ 29.11.2023): +- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (πŸ“₯ 2.6M Β· ⏱️ 13.12.2023): ``` conda install -c conda-forge google-api-python-client ```
GitPython (πŸ₯‡42 Β· ⭐ 4.2K) - GitPython is a python library used to interact with Git repositories. BSD-3 -- [GitHub](https://github.com/gitpython-developers/GitPython) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 900 Β· πŸ“¦ 210K Β· πŸ“‹ 960 - 15% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/gitpython-developers/GitPython) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 900 Β· πŸ“¦ 210K Β· πŸ“‹ 960 - 15% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/gitpython-developers/GitPython ``` -- [PyPi](https://pypi.org/project/gitpython) (πŸ“₯ 52M / month Β· πŸ“¦ 8.3K Β· ⏱️ 18.10.2023): +- [PyPi](https://pypi.org/project/gitpython) (πŸ“₯ 52M / month Β· πŸ“¦ 8.4K Β· ⏱️ 18.10.2023): ``` pip install gitpython ``` @@ -2852,7 +2826,7 @@ _General purpose web frameworks to build web applications and REST APIs._
python-telegram-bot (πŸ₯‡41 Β· ⭐ 24K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 -- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 5K Β· πŸ“₯ 21K Β· πŸ“¦ 94K Β· πŸ“‹ 2K - 0% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 5K Β· πŸ“₯ 21K Β· πŸ“¦ 94K Β· πŸ“‹ 2K - 0% open Β· ⏱️ 14.12.2023): ``` git clone https://github.com/python-telegram-bot/python-telegram-bot @@ -2866,26 +2840,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge python-telegram-bot ```
-
Telethon (πŸ₯‡40 Β· ⭐ 8.4K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT +
Telethon (πŸ₯‡40 Β· ⭐ 8.5K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT -- [GitHub](https://github.com/LonamiWebs/Telethon) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 1.3K Β· πŸ“¦ 53K Β· πŸ“‹ 2.1K - 1% open Β· ⏱️ 01.12.2023): +- [GitHub](https://github.com/LonamiWebs/Telethon) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 1.3K Β· πŸ“¦ 53K Β· πŸ“‹ 2.1K - 1% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/LonamiWebs/Telethon ``` -- [PyPi](https://pypi.org/project/telethon) (πŸ“₯ 900K / month Β· πŸ“¦ 460 Β· ⏱️ 01.12.2023): +- [PyPi](https://pypi.org/project/telethon) (πŸ“₯ 1.1M / month Β· πŸ“¦ 470 Β· ⏱️ 08.12.2023): ``` pip install telethon ```
gspread (πŸ₯‡40 Β· ⭐ 6.7K) - Google Sheets Python API. MIT -- [GitHub](https://github.com/burnash/gspread) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 970 Β· πŸ“₯ 1.9K Β· πŸ“¦ 28K Β· πŸ“‹ 870 - 5% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/burnash/gspread) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 970 Β· πŸ“₯ 2K Β· πŸ“¦ 28K Β· πŸ“‹ 880 - 5% open Β· ⏱️ 16.12.2023): ``` git clone https://github.com/burnash/gspread ``` -- [PyPi](https://pypi.org/project/gspread) (πŸ“₯ 7.7M / month Β· πŸ“¦ 1.1K Β· ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/gspread) (πŸ“₯ 7.8M / month Β· πŸ“¦ 1.1K Β· ⏱️ 15.12.2023): ``` pip install gspread ``` @@ -2896,12 +2870,12 @@ _General purpose web frameworks to build web applications and REST APIs._
PyGithub (πŸ₯ˆ39 Β· ⭐ 6.4K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 -- [GitHub](https://github.com/PyGithub/PyGithub) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.7K Β· πŸ“¦ 47K Β· πŸ“‹ 1.6K - 17% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/PyGithub/PyGithub) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.7K Β· πŸ“¦ 47K Β· πŸ“‹ 1.6K - 17% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/PyGithub/PyGithub ``` -- [PyPi](https://pypi.org/project/pygithub) (πŸ“₯ 17M / month Β· πŸ“¦ 2.7K Β· ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/pygithub) (πŸ“₯ 16M / month Β· πŸ“¦ 2.7K Β· ⏱️ 29.09.2023): ``` pip install pygithub ``` @@ -2912,12 +2886,12 @@ _General purpose web frameworks to build web applications and REST APIs._
tweepy (πŸ₯ˆ38 Β· ⭐ 10K) - Twitter for Python!. MIT -- [GitHub](https://github.com/tweepy/tweepy) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 4.5K Β· πŸ“¦ 50K Β· πŸ“‹ 1.3K - 6% open Β· ⏱️ 26.08.2023): +- [GitHub](https://github.com/tweepy/tweepy) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 4.5K Β· πŸ“¦ 51K Β· πŸ“‹ 1.3K - 6% open Β· ⏱️ 26.08.2023): ``` git clone https://github.com/tweepy/tweepy ``` -- [PyPi](https://pypi.org/project/tweepy) (πŸ“₯ 790K / month Β· πŸ“¦ 4.4K Β· ⏱️ 24.04.2023): +- [PyPi](https://pypi.org/project/tweepy) (πŸ“₯ 930K / month Β· πŸ“¦ 4.4K Β· ⏱️ 24.04.2023): ``` pip install tweepy ``` @@ -2926,14 +2900,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge tweepy ```
-
pyTelegramBotAPI (πŸ₯ˆ38 Β· ⭐ 7.3K) - Python Telegram bot api. ❗️GPL-2.0 +
pyTelegramBotAPI (πŸ₯ˆ38 Β· ⭐ 7.4K) - Python Telegram bot api. ❗️GPL-2.0 -- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.9K Β· πŸ“¦ 42K Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 2K Β· πŸ“¦ 42K Β· πŸ“‹ 1.2K - 0% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/eternnoir/pyTelegramBotAPI ``` -- [PyPi](https://pypi.org/project/pytelegrambotapi) (πŸ“₯ 340K / month Β· πŸ“¦ 950 Β· ⏱️ 24.09.2023): +- [PyPi](https://pypi.org/project/pytelegrambotapi) (πŸ“₯ 340K / month Β· πŸ“¦ 950 Β· ⏱️ 19.12.2023): ``` pip install pytelegrambotapi ``` @@ -2949,46 +2923,46 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install slackclient ``` -- [Conda](https://anaconda.org/conda-forge/slackclient) (πŸ“₯ 710K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/slackclient) (πŸ“₯ 720K Β· ⏱️ 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](https://github.com/praw-dev/praw) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 460 Β· πŸ“¦ 19K Β· πŸ“‹ 740 - 0% open Β· ⏱️ 26.11.2023): +- [GitHub](https://github.com/praw-dev/praw) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 460 Β· πŸ“¦ 19K Β· πŸ“‹ 740 - 1% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/praw-dev/praw ``` -- [PyPi](https://pypi.org/project/praw) (πŸ“₯ 330K / month Β· πŸ“¦ 1.8K Β· ⏱️ 11.07.2023): +- [PyPi](https://pypi.org/project/praw) (πŸ“₯ 320K / month Β· πŸ“¦ 1.8K Β· ⏱️ 11.07.2023): ``` pip install praw ``` -- [Conda](https://anaconda.org/conda-forge/praw) (πŸ“₯ 44K Β· ⏱️ 23.09.2023): +- [Conda](https://anaconda.org/conda-forge/praw) (πŸ“₯ 45K Β· ⏱️ 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](https://github.com/twilio/twilio-python) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 740 Β· πŸ“¦ 37K Β· πŸ“‹ 290 - 4% open Β· ⏱️ 01.12.2023): +- [GitHub](https://github.com/twilio/twilio-python) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 740 Β· πŸ“¦ 37K Β· πŸ“‹ 290 - 4% open Β· ⏱️ 14.12.2023): ``` git clone https://github.com/twilio/twilio-python ``` -- [PyPi](https://pypi.org/project/twilio) (πŸ“₯ 3.7M / month Β· πŸ“¦ 3.6K Β· ⏱️ 01.12.2023): +- [PyPi](https://pypi.org/project/twilio) (πŸ“₯ 3.6M / month Β· πŸ“¦ 3.6K Β· ⏱️ 14.12.2023): ``` pip install twilio ``` -- [Conda](https://anaconda.org/conda-forge/twilio) (πŸ“₯ 180K Β· ⏱️ 01.12.2023): +- [Conda](https://anaconda.org/conda-forge/twilio) (πŸ“₯ 180K Β· ⏱️ 14.12.2023): ``` conda install -c conda-forge twilio ```
hvac (πŸ₯ˆ37 Β· ⭐ 1.2K) - Python 3.X client for HashiCorp Vault. Apache-2 -- [GitHub](https://github.com/hvac/hvac) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 370 Β· πŸ“₯ 620 Β· πŸ“¦ 4.1K Β· πŸ“‹ 460 - 31% open Β· ⏱️ 02.12.2023): +- [GitHub](https://github.com/hvac/hvac) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 370 Β· πŸ“₯ 620 Β· πŸ“¦ 4.1K Β· πŸ“‹ 460 - 30% open Β· ⏱️ 02.12.2023): ``` git clone https://github.com/hvac/hvac @@ -3002,14 +2976,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge hvac ```
-
pytube (πŸ₯ˆ36 Β· ⭐ 9.6K Β· πŸ’€) - A lightweight, dependency-free Python library (and command-line.. Unlicense +
pytube (πŸ₯ˆ36 Β· ⭐ 9.8K Β· πŸ’€) - A lightweight, dependency-free Python library (and command-line.. Unlicense -- [GitHub](https://github.com/pytube/pytube) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 2K Β· πŸ“¦ 30K Β· πŸ“‹ 1.2K - 37% open Β· ⏱️ 20.05.2023): +- [GitHub](https://github.com/pytube/pytube) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 2K Β· πŸ“¦ 31K Β· πŸ“‹ 1.2K - 37% open Β· ⏱️ 20.05.2023): ``` git clone https://github.com/pytube/pytube ``` -- [PyPi](https://pypi.org/project/pytube) (πŸ“₯ 270K / month Β· πŸ“¦ 450 Β· ⏱️ 07.05.2023): +- [PyPi](https://pypi.org/project/pytube) (πŸ“₯ 270K / month Β· πŸ“¦ 470 Β· ⏱️ 07.05.2023): ``` pip install pytube ``` @@ -3034,14 +3008,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge slack-sdk ```
-
stripe (πŸ₯ˆ35 Β· ⭐ 1.5K Β· πŸ“‰) - Python library for the Stripe API. MIT +
stripe (πŸ₯ˆ35 Β· ⭐ 1.5K) - Python library for the Stripe API. MIT -- [GitHub](https://github.com/stripe/stripe-python) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 440 Β· πŸ“‹ 350 - 4% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/stripe/stripe-python) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 440 Β· πŸ“‹ 350 - 3% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/stripe/stripe-python ``` -- [PyPi](https://pypi.org/project/stripe) (πŸ“₯ 2.4M / month Β· πŸ“¦ 2K Β· ⏱️ 30.11.2023): +- [PyPi](https://pypi.org/project/stripe) (πŸ“₯ 2.5M / month Β· πŸ“¦ 2K Β· ⏱️ 15.12.2023): ``` pip install stripe ``` @@ -3050,14 +3024,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c anaconda stripe ```
-
jira (πŸ₯ˆ34 Β· ⭐ 1.8K Β· πŸ“‰) - Python Jira library. Development chat available on.. BSD-2 +
jira (πŸ₯ˆ34 Β· ⭐ 1.8K) - Python Jira library. Development chat available on.. BSD-2 -- [GitHub](https://github.com/pycontribs/jira) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 840 Β· πŸ“₯ 780 Β· πŸ“¦ 8 Β· πŸ“‹ 710 - 22% open Β· ⏱️ 02.11.2023): +- [GitHub](https://github.com/pycontribs/jira) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 840 Β· πŸ“₯ 780 Β· πŸ“¦ 8 Β· πŸ“‹ 730 - 24% open Β· ⏱️ 02.11.2023): ``` git clone https://github.com/pycontribs/jira ``` -- [PyPi](https://pypi.org/project/jira) (πŸ“₯ 6.5M / month Β· πŸ“¦ 1.1K Β· ⏱️ 29.06.2023): +- [PyPi](https://pypi.org/project/jira) (πŸ“₯ 6.6M / month Β· πŸ“¦ 1.1K Β· ⏱️ 29.06.2023): ``` pip install jira ``` @@ -3073,7 +3047,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/thumbor/thumbor ``` -- [PyPi](https://pypi.org/project/thumbor) (πŸ“₯ 5.4K / month Β· πŸ“¦ 210 Β· ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/thumbor) (πŸ“₯ 4.6K / month Β· πŸ“¦ 210 Β· ⏱️ 05.12.2023): ``` pip install thumbor ``` @@ -3090,26 +3064,26 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install googlemaps ```
-
gallery-dl (πŸ₯ˆ32 Β· ⭐ 9K) - Command-line program to download image galleries and collections.. ❗️GPL-2.0 +
gallery-dl (πŸ₯ˆ32 Β· ⭐ 9.1K) - Command-line program to download image galleries and.. ❗️GPL-2.0 -- [GitHub](https://github.com/mikf/gallery-dl) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 770 Β· πŸ“₯ 450K Β· πŸ“¦ 21 Β· πŸ“‹ 4K - 21% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/mikf/gallery-dl) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 780 Β· πŸ“₯ 460K Β· πŸ“¦ 21 Β· πŸ“‹ 4.1K - 21% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/mikf/gallery-dl ``` -- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 48K / month Β· πŸ“¦ 10 Β· ⏱️ 27.11.2023): +- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 51K / month Β· πŸ“¦ 10 Β· ⏱️ 10.12.2023): ``` pip install gallery-dl ```
spotipy (πŸ₯ˆ32 Β· ⭐ 4.7K) - A light weight Python library for the Spotify Web API. MIT -- [GitHub](https://github.com/spotipy-dev/spotipy) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 910 Β· πŸ“¦ 25K Β· πŸ“‹ 630 - 18% open Β· ⏱️ 31.10.2023): +- [GitHub](https://github.com/spotipy-dev/spotipy) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 910 Β· πŸ“¦ 25K Β· πŸ“‹ 630 - 19% open Β· ⏱️ 31.10.2023): ``` git clone https://github.com/plamere/spotipy ``` -- [PyPi](https://pypi.org/project/spotipy) (πŸ“₯ 190K / month Β· πŸ“¦ 640 Β· ⏱️ 07.04.2023): +- [PyPi](https://pypi.org/project/spotipy) (πŸ“₯ 200K / month Β· πŸ“¦ 640 Β· ⏱️ 07.04.2023): ``` pip install spotipy ``` @@ -3125,7 +3099,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/simple-salesforce/simple-salesforce ``` -- [PyPi](https://pypi.org/project/simple-salesforce) (πŸ“₯ 6.9M / month Β· πŸ“¦ 220 Β· ⏱️ 06.09.2023): +- [PyPi](https://pypi.org/project/simple-salesforce) (πŸ“₯ 7.2M / month Β· πŸ“¦ 220 Β· ⏱️ 06.09.2023): ``` pip install simple-salesforce ``` @@ -3134,50 +3108,50 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge simple-salesforce ```
-
wechatpy (πŸ₯‰31 Β· ⭐ 3.6K Β· πŸ’€) - WeChat SDK for Python. MIT +
wechatpy (πŸ₯‰31 Β· ⭐ 3.7K Β· πŸ’€) - WeChat SDK for Python. MIT -- [GitHub](https://github.com/wechatpy/wechatpy) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 780 Β· πŸ“¦ 8.2K Β· πŸ“‹ 360 - 13% open Β· ⏱️ 10.05.2023): +- [GitHub](https://github.com/wechatpy/wechatpy) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 780 Β· πŸ“¦ 8.5K Β· πŸ“‹ 360 - 13% open Β· ⏱️ 10.05.2023): ``` git clone https://github.com/wechatpy/wechatpy ``` -- [PyPi](https://pypi.org/project/wechatpy) (πŸ“₯ 23K / month Β· πŸ“¦ 130 Β· ⏱️ 19.06.2022): +- [PyPi](https://pypi.org/project/wechatpy) (πŸ“₯ 25K / month Β· πŸ“¦ 130 Β· ⏱️ 19.06.2022): ``` pip install wechatpy ```
imdbpy (πŸ₯‰30 Β· ⭐ 1.2K) - Cinemagoer is a Python package useful to retrieve and manage the.. ❗️GPL-2.0 -- [GitHub](https://github.com/cinemagoer/cinemagoer) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 340 Β· πŸ“₯ 300 Β· πŸ“‹ 320 - 19% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/cinemagoer/cinemagoer) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 340 Β· πŸ“₯ 300 Β· πŸ“‹ 320 - 20% open Β· ⏱️ 04.12.2023): ``` git clone https://github.com/alberanid/imdbpy ``` -- [PyPi](https://pypi.org/project/imdbpy) (πŸ“₯ 10M / month Β· πŸ“¦ 130 Β· ⏱️ 09.07.2022): +- [PyPi](https://pypi.org/project/imdbpy) (πŸ“₯ 11M / month Β· πŸ“¦ 130 Β· ⏱️ 09.07.2022): ``` pip install imdbpy ```
sherlock (πŸ₯‰29 Β· ⭐ 46K) - Hunt down social media accounts by username across social networks. MIT -- [GitHub](https://github.com/sherlock-project/sherlock) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 5.5K Β· πŸ“‹ 960 - 18% open Β· ⏱️ 06.10.2023): +- [GitHub](https://github.com/sherlock-project/sherlock) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 5.5K Β· πŸ“‹ 970 - 18% open Β· ⏱️ 06.10.2023): ``` git clone https://github.com/sherlock-project/sherlock ``` -- [PyPi](https://pypi.org/project/sherlock) (πŸ“₯ 17K / month Β· πŸ“¦ 9 Β· ⏱️ 11.05.2019): +- [PyPi](https://pypi.org/project/sherlock) (πŸ“₯ 18K / month Β· πŸ“¦ 9 Β· ⏱️ 11.05.2019): ``` pip install sherlock ```
notion-sdk-py (πŸ₯‰29 Β· ⭐ 1.4K) - The official Notion API client library, but rewritten in Python!.. MIT -- [GitHub](https://github.com/ramnes/notion-sdk-py) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 110 Β· πŸ“¦ 690 Β· πŸ“‹ 78 - 7% open Β· ⏱️ 11.11.2023): +- [GitHub](https://github.com/ramnes/notion-sdk-py) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 120 Β· πŸ“¦ 710 Β· πŸ“‹ 78 - 7% open Β· ⏱️ 11.11.2023): ``` git clone https://github.com/ramnes/notion-sdk-py ``` -- [PyPi](https://pypi.org/project/notion-client) (πŸ“₯ 220K / month Β· πŸ“¦ 43 Β· ⏱️ 04.11.2023): +- [PyPi](https://pypi.org/project/notion-client) (πŸ“₯ 240K / month Β· πŸ“¦ 43 Β· ⏱️ 04.11.2023): ``` pip install notion-client ``` @@ -3193,7 +3167,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jamalex/notion-py ``` -- [PyPi](https://pypi.org/project/notion) (πŸ“₯ 7.3K / month Β· πŸ“¦ 38 Β· ⏱️ 05.02.2021): +- [PyPi](https://pypi.org/project/notion) (πŸ“₯ 6.5K / month Β· πŸ“¦ 38 Β· ⏱️ 05.02.2021): ``` pip install notion ``` @@ -3205,7 +3179,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/attardi/wikiextractor ``` -- [PyPi](https://pypi.org/project/wikiextractor) (πŸ“₯ 2.9K / month Β· πŸ“¦ 7 Β· ⏱️ 14.10.2021): +- [PyPi](https://pypi.org/project/wikiextractor) (πŸ“₯ 2.6K / month Β· πŸ“¦ 7 Β· ⏱️ 14.10.2021): ``` pip install wikiextractor ``` @@ -3217,14 +3191,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/fastai/ghapi ``` -- [PyPi](https://pypi.org/project/ghapi) (πŸ“₯ 460K / month Β· πŸ“¦ 62 Β· ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/ghapi) (πŸ“₯ 470K / month Β· πŸ“¦ 62 Β· ⏱️ 14.06.2023): ``` pip install ghapi ```
Show 24 hidden projects... -- google-resumable-media (πŸ₯ˆ33 Β· ⭐ 42) - Utilities for Google Media Downloads and Resumable.. Apache-2 +- google-resumable-media (πŸ₯ˆ34 Β· ⭐ 43) - Utilities for Google Media Downloads and Resumable.. Apache-2 - py-googletrans (πŸ₯ˆ32 Β· ⭐ 3.6K Β· πŸ’€) - (unofficial) Googletrans: Free and Unlimited Google.. MIT - python-twitter (πŸ₯ˆ32 Β· ⭐ 3.4K Β· πŸ’€) - A Python wrapper around the Twitter API. Apache-2 - facebook-sdk (πŸ₯ˆ32 Β· ⭐ 2.7K Β· πŸ’€) - Python SDK for Facebooks Graph API. Apache-2 @@ -3232,7 +3206,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - coursera-dl (πŸ₯‰30 Β· ⭐ 9.2K Β· πŸ’€) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 - Google Images Download (πŸ₯‰30 Β· ⭐ 8.4K Β· πŸ’€) - Python Script to download hundreds of images from.. MIT - twitter (πŸ₯‰30 Β· ⭐ 3.1K Β· πŸ’€) - Python Twitter API. MIT -- Wikipedia (πŸ₯‰30 Β· ⭐ 2.7K Β· πŸ’€) - A Pythonic wrapper for the Wikipedia API. MIT +- Wikipedia (πŸ₯‰30 Β· ⭐ 2.8K Β· πŸ’€) - A Pythonic wrapper for the Wikipedia API. MIT - twython (πŸ₯‰30 Β· ⭐ 1.9K Β· πŸ’€) - Actively maintained, pure Python wrapper for the Twitter API... MIT - slacker (πŸ₯‰30 Β· ⭐ 1.6K Β· πŸ’€) - Full-featured Python interface for the Slack API. Apache-2 - twitter-scraper (πŸ₯‰27 Β· ⭐ 3.7K Β· πŸ’€) - Scrape the Twitter Frontend API without authentication. MIT @@ -3257,7 +3231,7 @@ _General purpose web frameworks to build web applications and REST APIs._
modoboa (πŸ₯‡31 Β· ⭐ 2.8K) - Mail hosting made simple. ISC -- [GitHub](https://github.com/modoboa/modoboa) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 360 Β· πŸ“¦ 41 Β· πŸ“‹ 1.8K - 7% open Β· ⏱️ 01.12.2023): +- [GitHub](https://github.com/modoboa/modoboa) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 360 Β· πŸ“¦ 41 Β· πŸ“‹ 1.8K - 7% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/modoboa/modoboa @@ -3269,7 +3243,7 @@ _General purpose web frameworks to build web applications and REST APIs._
flanker (πŸ₯ˆ27 Β· ⭐ 1.6K Β· πŸ’€) - Python email address and Mime parsing library. Apache-2 -- [GitHub](https://github.com/mailgun/flanker) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 190 Β· πŸ“¦ 490 Β· πŸ“‹ 92 - 58% open Β· ⏱️ 03.03.2023): +- [GitHub](https://github.com/mailgun/flanker) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 190 Β· πŸ“¦ 500 Β· πŸ“‹ 92 - 58% open Β· ⏱️ 03.03.2023): ``` git clone https://github.com/mailgun/flanker @@ -3279,14 +3253,14 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install flanker ```
-
fastapi-mail (πŸ₯ˆ27 Β· ⭐ 550) - Fastapi mail system sending mails(individual, bulk).. MIT +
fastapi-mail (πŸ₯ˆ27 Β· ⭐ 560) - Fastapi mail system sending mails(individual, bulk).. MIT -- [GitHub](https://github.com/sabuhish/fastapi-mail) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 76 Β· πŸ“¦ 2.1K Β· πŸ“‹ 100 - 10% open Β· ⏱️ 18.07.2023): +- [GitHub](https://github.com/sabuhish/fastapi-mail) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 75 Β· πŸ“¦ 2.1K Β· πŸ“‹ 110 - 12% open Β· ⏱️ 18.07.2023): ``` git clone https://github.com/sabuhish/fastapi-mail ``` -- [PyPi](https://pypi.org/project/fastapi-mail) (πŸ“₯ 97K / month Β· πŸ“¦ 8 Β· ⏱️ 18.07.2023): +- [PyPi](https://pypi.org/project/fastapi-mail) (πŸ“₯ 110K / month Β· πŸ“¦ 8 Β· ⏱️ 18.07.2023): ``` pip install fastapi-mail ``` @@ -3298,7 +3272,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/marrow/mailer ``` -- [PyPi](https://pypi.org/project/mailer) (πŸ“₯ 120K / month Β· πŸ“¦ 82 Β· ⏱️ 22.04.2015): +- [PyPi](https://pypi.org/project/mailer) (πŸ“₯ 110K / month Β· πŸ“¦ 82 Β· ⏱️ 22.04.2015): ``` pip install mailer ``` @@ -3309,12 +3283,12 @@ _General purpose web frameworks to build web applications and REST APIs._
salmon (πŸ₯‰17 Β· ⭐ 620 Β· πŸ’€) - A Python Mail Server. ❗️GPL-3.0 -- [GitHub](https://github.com/moggers87/salmon) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 66 Β· πŸ“₯ 120 Β· πŸ“¦ 19 Β· πŸ“‹ 90 - 18% open Β· ⏱️ 02.04.2023): +- [GitHub](https://github.com/moggers87/salmon) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 67 Β· πŸ“₯ 120 Β· πŸ“¦ 20 Β· πŸ“‹ 90 - 18% open Β· ⏱️ 02.04.2023): ``` git clone https://github.com/moggers87/salmon ``` -- [PyPi](https://pypi.org/project/salmon-mail) (πŸ“₯ 800 / month Β· πŸ“¦ 1 Β· ⏱️ 31.12.2019): +- [PyPi](https://pypi.org/project/salmon-mail) (πŸ“₯ 960 / month Β· πŸ“¦ 1 Β· ⏱️ 31.12.2019): ``` pip install salmon-mail ``` @@ -3336,30 +3310,30 @@ _General purpose web frameworks to build web applications and REST APIs._ _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 +
Scrapy (πŸ₯‡45 Β· ⭐ 50K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 -- [GitHub](https://github.com/scrapy/scrapy) (πŸ‘¨β€πŸ’» 630 Β· πŸ”€ 10K Β· πŸ“¦ 42K Β· πŸ“‹ 3.2K - 22% open Β· ⏱️ 30.11.2023): +- [GitHub](https://github.com/scrapy/scrapy) (πŸ‘¨β€πŸ’» 630 Β· πŸ”€ 10K Β· πŸ“¦ 42K Β· πŸ“‹ 3.2K - 22% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/scrapy/scrapy ``` -- [PyPi](https://pypi.org/project/scrapy) (πŸ“₯ 1.4M / month Β· πŸ“¦ 4.6K Β· ⏱️ 18.09.2023): +- [PyPi](https://pypi.org/project/scrapy) (πŸ“₯ 1.5M / month Β· πŸ“¦ 4.6K Β· ⏱️ 18.09.2023): ``` pip install scrapy ``` -- [Conda](https://anaconda.org/conda-forge/scrapy) (πŸ“₯ 730K Β· ⏱️ 19.09.2023): +- [Conda](https://anaconda.org/conda-forge/scrapy) (πŸ“₯ 740K Β· ⏱️ 19.09.2023): ``` conda install -c conda-forge scrapy ```
-
feedparser (πŸ₯‡36 Β· ⭐ 1.7K) - Parse feeds in Python. BSD-2 +
feedparser (πŸ₯‡37 Β· ⭐ 1.7K) - Parse feeds in Python. BSD-2 -- [GitHub](https://github.com/kurtmckee/feedparser) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 320 Β· πŸ“¦ 75K Β· πŸ“‹ 240 - 31% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/kurtmckee/feedparser) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 380 Β· πŸ“¦ 75K Β· πŸ“‹ 250 - 32% open Β· ⏱️ 11.12.2023): ``` git clone https://github.com/kurtmckee/feedparser ``` -- [PyPi](https://pypi.org/project/feedparser) (πŸ“₯ 2.2M / month Β· πŸ“¦ 7.6K Β· ⏱️ 21.05.2022): +- [PyPi](https://pypi.org/project/feedparser) (πŸ“₯ 2.4M / month Β· πŸ“¦ 7.6K Β· ⏱️ 10.12.2023): ``` pip install feedparser ``` @@ -3375,7 +3349,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/soimort/you-get ``` -- [PyPi](https://pypi.org/project/you-get) (πŸ“₯ 21K / month Β· πŸ“¦ 27 Β· ⏱️ 01.07.2022): +- [PyPi](https://pypi.org/project/you-get) (πŸ“₯ 20K / month Β· πŸ“¦ 27 Β· ⏱️ 01.07.2022): ``` pip install you-get ``` @@ -3386,24 +3360,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
trafilatura (πŸ₯‡32 Β· ⭐ 2.3K) - Python & command-line tool to gather text on the Web: web.. ❗️GPL-3.0 -- [GitHub](https://github.com/adbar/trafilatura) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 170 Β· πŸ“¦ 2.6K Β· πŸ“‹ 260 - 21% open Β· ⏱️ 29.11.2023): +- [GitHub](https://github.com/adbar/trafilatura) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 180 Β· πŸ“¦ 2.6K Β· πŸ“‹ 260 - 22% open Β· ⏱️ 15.12.2023): ``` git clone https://github.com/adbar/trafilatura ``` -- [PyPi](https://pypi.org/project/trafilatura) (πŸ“₯ 240K / month Β· πŸ“¦ 66 Β· ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/trafilatura) (πŸ“₯ 220K / month Β· πŸ“¦ 66 Β· ⏱️ 29.11.2023): ``` pip install trafilatura ```
pytrends (πŸ₯ˆ31 Β· ⭐ 2.9K Β· πŸ’€) - Pseudo API for Google Trends. Apache-2 -- [GitHub](https://github.com/GeneralMills/pytrends) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 770 Β· πŸ“¦ 4K Β· πŸ“‹ 460 - 25% open Β· ⏱️ 22.04.2023): +- [GitHub](https://github.com/GeneralMills/pytrends) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 770 Β· πŸ“¦ 4.1K Β· πŸ“‹ 460 - 25% open Β· ⏱️ 22.04.2023): ``` git clone https://github.com/GeneralMills/pytrends ``` -- [PyPi](https://pypi.org/project/pytrends) (πŸ“₯ 95K / month Β· πŸ“¦ 79 Β· ⏱️ 13.04.2023): +- [PyPi](https://pypi.org/project/pytrends) (πŸ“₯ 96K / month Β· πŸ“¦ 79 Β· ⏱️ 13.04.2023): ``` pip install pytrends ``` @@ -3412,26 +3386,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge pytrends ```
-
dirsearch (πŸ₯ˆ30 Β· ⭐ 11K) - Web path scanner. ❗️GPL-2.0 - -- [GitHub](https://github.com/maurosoria/dirsearch) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 2.2K Β· πŸ“¦ 60 Β· πŸ“‹ 520 - 11% open Β· ⏱️ 03.12.2023): - - ``` - git clone https://github.com/maurosoria/dirsearch - ``` -- [PyPi](https://pypi.org/project/dirsearch) (πŸ“₯ 3K / month Β· ⏱️ 03.10.2022): - ``` - pip install dirsearch - ``` -
-
soupsieve (πŸ₯ˆ30 Β· ⭐ 180) - A modern CSS selector implementation for BeautifulSoup. MIT +
soupsieve (πŸ₯ˆ31 Β· ⭐ 180) - A modern CSS selector implementation for BeautifulSoup. MIT - [GitHub](https://github.com/facelessuser/soupsieve) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 35 Β· πŸ“¦ 460K Β· πŸ“‹ 110 - 10% open Β· ⏱️ 11.09.2023): ``` git clone https://github.com/facelessuser/soupsieve ``` -- [PyPi](https://pypi.org/project/soupsieve) (πŸ“₯ 82M / month Β· πŸ“¦ 2.8K Β· ⏱️ 02.09.2023): +- [PyPi](https://pypi.org/project/soupsieve) (πŸ“₯ 85M / month Β· πŸ“¦ 2.8K Β· ⏱️ 02.09.2023): ``` pip install soupsieve ``` @@ -3440,7 +3402,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge soupsieve ```
-
cloudscraper (πŸ₯ˆ29 Β· ⭐ 3.6K Β· πŸ’€) - A Python module to bypass Cloudflares anti-bot page. MIT +
dirsearch (πŸ₯ˆ30 Β· ⭐ 11K) - Web path scanner. ❗️GPL-2.0 + +- [GitHub](https://github.com/maurosoria/dirsearch) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 2.2K Β· πŸ“¦ 60 Β· πŸ“‹ 520 - 11% open Β· ⏱️ 03.12.2023): + + ``` + git clone https://github.com/maurosoria/dirsearch + ``` +- [PyPi](https://pypi.org/project/dirsearch) (πŸ“₯ 3K / month Β· ⏱️ 03.10.2022): + ``` + pip install dirsearch + ``` +
+
cloudscraper (πŸ₯ˆ29 Β· ⭐ 3.7K Β· πŸ’€) - A Python module to bypass Cloudflares anti-bot page. MIT - [GitHub](https://github.com/VeNoMouS/cloudscraper) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 430 Β· πŸ“¦ 20K Β· ⏱️ 25.04.2023): @@ -3454,12 +3428,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
parsel (πŸ₯ˆ29 Β· ⭐ 1K) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 -- [GitHub](https://github.com/scrapy/parsel) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 130 Β· πŸ“¦ 30K Β· πŸ“‹ 120 - 31% open Β· ⏱️ 05.10.2023): +- [GitHub](https://github.com/scrapy/parsel) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 130 Β· πŸ“¦ 31K Β· πŸ“‹ 120 - 31% open Β· ⏱️ 05.10.2023): ``` git clone https://github.com/scrapy/parsel ``` -- [PyPi](https://pypi.org/project/parsel) (πŸ“₯ 1.2M / month Β· πŸ“¦ 1.6K Β· ⏱️ 18.04.2023): +- [PyPi](https://pypi.org/project/parsel) (πŸ“₯ 1.3M / month Β· πŸ“¦ 1.6K Β· ⏱️ 18.04.2023): ``` pip install parsel ``` @@ -3470,12 +3444,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
MechanicalSoup (πŸ₯ˆ28 Β· ⭐ 4.5K) - A Python library for automating interaction with websites. MIT -- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 390 Β· πŸ“₯ 43 Β· πŸ“‹ 180 - 19% open Β· ⏱️ 24.11.2023): +- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 390 Β· πŸ“₯ 43 Β· πŸ“‹ 180 - 19% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/MechanicalSoup/MechanicalSoup ``` -- [PyPi](https://pypi.org/project/MechanicalSoup) (πŸ“₯ 39K / month Β· πŸ“¦ 270 Β· ⏱️ 04.07.2023): +- [PyPi](https://pypi.org/project/MechanicalSoup) (πŸ“₯ 38K / month Β· πŸ“¦ 270 Β· ⏱️ 04.07.2023): ``` pip install MechanicalSoup ``` @@ -3484,28 +3458,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge mechanicalsoup ```
-
extruct (πŸ₯ˆ28 Β· ⭐ 780) - Extract embedded metadata from HTML markup. BSD-3 +
Grab (πŸ₯‰27 Β· ⭐ 2.3K) - Web Scraping Framework. MIT -- [GitHub](https://github.com/scrapinghub/extruct) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 110 Β· πŸ“¦ 1K Β· πŸ“‹ 97 - 46% open Β· ⏱️ 07.07.2023): +- [GitHub](https://github.com/lorien/grab) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 260 Β· πŸ“¦ 400 Β· πŸ“‹ 240 - 9% open Β· ⏱️ 01.07.2023): ``` - git clone https://github.com/scrapinghub/extruct + git clone https://github.com/lorien/grab ``` -- [PyPi](https://pypi.org/project/extruct) (πŸ“₯ 720K / month Β· πŸ“¦ 41 Β· ⏱️ 07.07.2023): +- [PyPi](https://pypi.org/project/grab) (πŸ“₯ 2.3K / month Β· πŸ“¦ 110 Β· ⏱️ 24.06.2018): ``` - pip install extruct + pip install grab ```
-
Grab (πŸ₯‰27 Β· ⭐ 2.3K) - Web Scraping Framework. MIT +
extruct (πŸ₯‰27 Β· ⭐ 790) - Extract embedded metadata from HTML markup. BSD-3 -- [GitHub](https://github.com/lorien/grab) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 260 Β· πŸ“¦ 400 Β· πŸ“‹ 240 - 9% open Β· ⏱️ 01.07.2023): +- [GitHub](https://github.com/scrapinghub/extruct) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 110 Β· πŸ“¦ 1K Β· πŸ“‹ 97 - 46% open Β· ⏱️ 07.07.2023): ``` - git clone https://github.com/lorien/grab + git clone https://github.com/scrapinghub/extruct ``` -- [PyPi](https://pypi.org/project/grab) (πŸ“₯ 2.1K / month Β· πŸ“¦ 110 Β· ⏱️ 24.06.2018): +- [PyPi](https://pypi.org/project/extruct) (πŸ“₯ 92K / month Β· πŸ“¦ 41 Β· ⏱️ 07.07.2023): ``` - pip install grab + pip install extruct ```
Gerapy (πŸ₯‰24 Β· ⭐ 3.1K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT @@ -3515,7 +3489,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/Gerapy/Gerapy ``` -- [PyPi](https://pypi.org/project/gerapy) (πŸ“₯ 560 / month Β· πŸ“¦ 8 Β· ⏱️ 19.07.2023): +- [PyPi](https://pypi.org/project/gerapy) (πŸ“₯ 600 / month Β· πŸ“¦ 8 Β· ⏱️ 19.07.2023): ``` pip install gerapy ``` @@ -3527,7 +3501,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/coleifer/micawber ``` -- [PyPi](https://pypi.org/project/micawber) (πŸ“₯ 23K / month Β· πŸ“¦ 190 Β· ⏱️ 19.06.2023): +- [PyPi](https://pypi.org/project/micawber) (πŸ“₯ 24K / month Β· πŸ“¦ 190 Β· ⏱️ 19.06.2023): ``` pip install micawber ``` @@ -3543,19 +3517,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/s0md3v/Photon ``` -- [PyPi](https://pypi.org/project/photon) (πŸ“₯ 400 / month Β· πŸ“¦ 5 Β· ⏱️ 25.01.2019): +- [PyPi](https://pypi.org/project/photon) (πŸ“₯ 430 / month Β· πŸ“¦ 5 Β· ⏱️ 25.01.2019): ``` pip install photon ```
-
gazpacho (πŸ₯‰21 Β· ⭐ 720) - The simple, fast, and modern web scraping library. MIT +
gazpacho (πŸ₯‰20 Β· ⭐ 720) - The simple, fast, and modern web scraping library. MIT - [GitHub](https://github.com/maxhumber/gazpacho) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 58 Β· πŸ“¦ 270 Β· πŸ“‹ 47 - 29% open Β· ⏱️ 07.12.2023): ``` git clone https://github.com/maxhumber/gazpacho ``` -- [PyPi](https://pypi.org/project/gazpacho) (πŸ“₯ 8.9K / month Β· πŸ“¦ 9 Β· ⏱️ 09.10.2020): +- [PyPi](https://pypi.org/project/gazpacho) (πŸ“₯ 8.1K / month Β· πŸ“¦ 9 Β· ⏱️ 09.10.2020): ``` pip install gazpacho ``` @@ -3571,14 +3545,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - frontera (πŸ₯‰24 Β· ⭐ 1.3K Β· πŸ’€) - A scalable frontier for web crawlers. BSD-3 - AutoScraper (πŸ₯‰23 Β· ⭐ 5.7K Β· πŸ’€) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT - ruia (πŸ₯‰23 Β· ⭐ 1.7K Β· πŸ’€) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 +- snallygaster (πŸ₯‰21 Β· ⭐ 2K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0 - Cola (πŸ₯‰21 Β· ⭐ 1.5K Β· πŸ’€) - A high-level distributed crawling framework. Apache-2 -- snallygaster (πŸ₯‰20 Β· ⭐ 2K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0 - Lassie (πŸ₯‰20 Β· ⭐ 600 Β· πŸ’€) - Web Content Retrieval for Humans. MIT - 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 Β· ⭐ 300 Β· πŸ’€) - A universal package of scraper scripts for humans. MIT +- Scrapera (πŸ₯‰12 Β· ⭐ 310 Β· πŸ’€) - A universal package of scraper scripts for humans. MIT

@@ -3588,44 +3562,44 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sentry (πŸ₯‡42 Β· ⭐ 36K) - Developer-first error tracking and performance monitoring. ❗️SSPL-1.0 -- [GitHub](https://github.com/getsentry/sentry) (πŸ‘¨β€πŸ’» 810 Β· πŸ”€ 3.9K Β· πŸ“₯ 47K Β· πŸ“¦ 680 Β· πŸ“‹ 10K - 17% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/getsentry/sentry) (πŸ‘¨β€πŸ’» 810 Β· πŸ”€ 3.9K Β· πŸ“₯ 47K Β· πŸ“¦ 680 Β· πŸ“‹ 10K - 17% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/getsentry/sentry ``` -- [PyPi](https://pypi.org/project/sentry) (πŸ“₯ 4.5K / month Β· πŸ“¦ 390 Β· ⏱️ 25.07.2023): +- [PyPi](https://pypi.org/project/sentry) (πŸ“₯ 3.9K / month Β· πŸ“¦ 390 Β· ⏱️ 25.07.2023): ``` pip install sentry ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 700K Β· ⏱️ 29.11.2023): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 700K Β· ⏱️ 14.12.2023): ``` conda install -c conda-forge sentry-sdk ```
-
opentelemetry-python (πŸ₯‡35 Β· ⭐ 1.4K) - OpenTelemetry Python API and SDK. Apache-2 +
opentelemetry-python (πŸ₯‡35 Β· ⭐ 1.5K) - OpenTelemetry Python API and SDK. Apache-2 -- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 490 Β· πŸ“¦ 9.3K Β· πŸ“‹ 1.5K - 14% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 540 Β· πŸ“¦ 9.8K Β· πŸ“‹ 1.5K - 17% open Β· ⏱️ 15.12.2023): ``` git clone https://github.com/open-telemetry/opentelemetry-python ``` -- [PyPi](https://pypi.org/project/timing-asgi) (πŸ“₯ 43K / month Β· πŸ“¦ 4 Β· ⏱️ 18.07.2023): +- [PyPi](https://pypi.org/project/timing-asgi) (πŸ“₯ 45K / month Β· πŸ“¦ 4 Β· ⏱️ 18.07.2023): ``` pip install timing-asgi ``` -- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (πŸ“₯ 390K Β· ⏱️ 08.11.2023): +- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (πŸ“₯ 390K Β· ⏱️ 16.12.2023): ``` conda install -c conda-forge opentelemetry-api ```
Prometheus Client (πŸ₯ˆ34 Β· ⭐ 3.6K) - Python client for the Prometheus monitoring system. Apache-2 -- [GitHub](https://github.com/prometheus/client_python) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 800 Β· πŸ“‹ 510 - 18% open Β· ⏱️ 21.11.2023): +- [GitHub](https://github.com/prometheus/client_python) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 800 Β· πŸ“‹ 520 - 18% open Β· ⏱️ 21.11.2023): ``` git clone https://github.com/prometheus/client_python ``` -- [PyPi](https://pypi.org/project/prometheus-client) (πŸ“₯ 26M / month Β· πŸ“¦ 840 Β· ⏱️ 21.11.2023): +- [PyPi](https://pypi.org/project/prometheus-client) (πŸ“₯ 25M / month Β· πŸ“¦ 840 Β· ⏱️ 21.11.2023): ``` pip install prometheus-client ``` @@ -3636,23 +3610,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
prometheus-flask-exporter (πŸ₯ˆ28 Β· ⭐ 600) - Prometheus exporter for Flask applications. MIT -- [GitHub](https://github.com/rycus86/prometheus_flask_exporter) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“‹ 130 - 23% open Β· ⏱️ 26.10.2023): +- [GitHub](https://github.com/rycus86/prometheus_flask_exporter) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“‹ 140 - 25% open Β· ⏱️ 26.10.2023): ``` git clone https://github.com/rycus86/prometheus_flask_exporter ``` -- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (πŸ“₯ 5.9M / month Β· πŸ“¦ 71 Β· ⏱️ 27.10.2023): +- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (πŸ“₯ 5.7M / month Β· πŸ“¦ 71 Β· ⏱️ 27.10.2023): ``` pip install prometheus-flask-exporter ``` -- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (πŸ“₯ 1.1M Β· ⏱️ 27.10.2023): +- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (πŸ“₯ 1.2M Β· ⏱️ 27.10.2023): ``` conda install -c conda-forge prometheus_flask_exporter ```
GoAccess (πŸ₯ˆ27 Β· ⭐ 17K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT -- [GitHub](https://github.com/allinurl/goaccess) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1K Β· πŸ“¦ 21 Β· πŸ“‹ 2.2K - 17% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/allinurl/goaccess) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1.1K Β· πŸ“¦ 21 Β· πŸ“‹ 2.2K - 17% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/allinurl/goaccess @@ -3660,24 +3634,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Flask-MonitoringDashboard (πŸ₯ˆ27 Β· ⭐ 720) - Automatically monitor the evolving performance of.. MIT -- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 160 Β· πŸ“‹ 180 - 28% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 160 Β· πŸ“‹ 180 - 28% open Β· ⏱️ 15.12.2023): ``` git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard ``` -- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (πŸ“₯ 8.4K / month Β· πŸ“¦ 15 Β· ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (πŸ“₯ 9.8K / month Β· πŸ“¦ 15 Β· ⏱️ 05.12.2023): ``` pip install flask-monitoringdashboard ```
-
starlette context (πŸ₯‰22 Β· ⭐ 390) - Middleware for Starlette that allows you to store and.. MIT +
starlette context (πŸ₯‰23 Β· ⭐ 400) - Middleware for Starlette that allows you to store and.. MIT -- [GitHub](https://github.com/tomwojcik/starlette-context) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 20 Β· πŸ“¦ 720 Β· πŸ“‹ 38 - 15% open Β· ⏱️ 07.11.2023): +- [GitHub](https://github.com/tomwojcik/starlette-context) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 21 Β· πŸ“¦ 730 Β· πŸ“‹ 38 - 15% open Β· ⏱️ 07.11.2023): ``` git clone https://github.com/tomwojcik/starlette-context ``` -- [PyPi](https://pypi.org/project/starlette-context) (πŸ“₯ 370K / month Β· πŸ“¦ 23 Β· ⏱️ 16.02.2023): +- [PyPi](https://pypi.org/project/starlette-context) (πŸ“₯ 400K / month Β· πŸ“¦ 23 Β· ⏱️ 16.02.2023): ``` pip install starlette-context ``` @@ -3687,8 +3661,8 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - opentracing-python (πŸ₯‰26 Β· ⭐ 770 Β· πŸ’€) - OpenTracing API for Python. This library is.. Apache-2 - ngxtop (πŸ₯‰23 Β· ⭐ 6.4K Β· πŸ’€) - Real-time metrics for nginx server. MIT - Starlette Prometheus (πŸ₯‰20 Β· ⭐ 260 Β· πŸ’€) - Prometheus integration for Starlette. ❗️GPL-3.0 -- flask-state (πŸ₯‰14 Β· ⭐ 620 Β· πŸ’€) - Display machine state using Python3 with Flask. BSD-3 -- timing-asgi (πŸ₯‰7 Β· ⭐ 110) - ASGI middleware to record and emit timing metrics (to.. ❗Unlicensed +- flask-state (πŸ₯‰15 Β· ⭐ 620 Β· πŸ’€) - Display machine state using Python3 with Flask. BSD-3 +- timing-asgi (πŸ₯‰8 Β· ⭐ 110) - ASGI middleware to record and emit timing metrics (to.. ❗Unlicensed

@@ -3696,126 +3670,146 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
Streamlit (πŸ₯‡41 Β· ⭐ 29K) - Streamlit A faster way to build and share data apps. Apache-2 +
Streamlit (πŸ₯‡40 Β· ⭐ 29K) - Streamlit A faster way to build and share data apps. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 2.6K Β· πŸ“‹ 3.8K - 18% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 2.6K Β· πŸ“‹ 3.8K - 18% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 3M / month Β· πŸ“¦ 1.2K Β· ⏱️ 30.11.2023): +- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 3.2M / month Β· πŸ“¦ 1.3K Β· ⏱️ 30.11.2023): ``` pip install streamlit ```
-
Panel (πŸ₯‡38 Β· ⭐ 3.3K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 +
Panel (πŸ₯‡39 Β· ⭐ 3.4K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 -- [GitHub](https://github.com/holoviz/panel) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 400 Β· πŸ“¦ 9.3K Β· πŸ“‹ 3K - 30% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/holoviz/panel) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 410 Β· πŸ“¦ 9.4K Β· πŸ“‹ 3.1K - 29% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/holoviz/panel ``` -- [PyPi](https://pypi.org/project/panel) (πŸ“₯ 600K / month Β· πŸ“¦ 190 Β· ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/panel) (πŸ“₯ 640K / month Β· πŸ“¦ 190 Β· ⏱️ 20.12.2023): ``` pip install panel ```
+
NiceGUI (πŸ₯ˆ33 Β· ⭐ 6.1K Β· βž•) - Create web-based user interfaces with Python. The nice way. MIT + +- [GitHub](https://github.com/zauberzeug/nicegui) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 350 Β· πŸ“¦ 440 Β· πŸ“‹ 660 - 3% open Β· ⏱️ 21.12.2023): + + ``` + git clone https://github.com/zauberzeug/nicegui + ``` +- [PyPi](https://pypi.org/project/nicegui) (πŸ“₯ 55K / month Β· πŸ“¦ 31 Β· ⏱️ 18.12.2023): + ``` + pip install nicegui + ``` +- [Conda](https://anaconda.org/conda-forge/nicegui) (πŸ“₯ 6.6K Β· ⏱️ 19.12.2023): + ``` + conda install -c conda-forge nicegui + ``` +- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (πŸ“₯ 11K Β· ⭐ 8 Β· ⏱️ 18.12.2023): + ``` + docker pull zauberzeug/nicegui + ``` +
wave (πŸ₯ˆ33 Β· ⭐ 3.8K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 -- [GitHub](https://github.com/h2oai/wave) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 290 Β· πŸ“₯ 1.9M Β· πŸ“‹ 1K - 18% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/h2oai/wave) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 290 Β· πŸ“₯ 1.9M Β· πŸ“‹ 1K - 19% open Β· ⏱️ 08.12.2023): ``` git clone https://github.com/h2oai/wave ``` -- [PyPi](https://pypi.org/project/wave) (πŸ“₯ 21K / month Β· πŸ“¦ 200 Β· ⏱️ 09.01.2011): +- [PyPi](https://pypi.org/project/wave) (πŸ“₯ 22K / month Β· πŸ“¦ 200 Β· ⏱️ 09.01.2011): ``` pip install wave ```
PyWebIO (πŸ₯ˆ29 Β· ⭐ 4.2K) - Write interactive web app in script way. MIT -- [GitHub](https://github.com/pywebio/PyWebIO) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 360 Β· πŸ“¦ 1.4K Β· πŸ“‹ 220 - 12% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/pywebio/PyWebIO) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 360 Β· πŸ“¦ 1.4K Β· πŸ“‹ 220 - 12% open Β· ⏱️ 12.12.2023): ``` git clone https://github.com/pywebio/PyWebIO ``` -- [PyPi](https://pypi.org/project/pywebio) (πŸ“₯ 8.5K / month Β· πŸ“¦ 17 Β· ⏱️ 30.10.2023): +- [PyPi](https://pypi.org/project/pywebio) (πŸ“₯ 9.1K / month Β· πŸ“¦ 17 Β· ⏱️ 30.10.2023): ``` pip install pywebio ```
-
pyscript (πŸ₯ˆ27 Β· ⭐ 17K) - Try PyScript: https://pyscript.com Examples:.. Apache-2 +
pyscript (πŸ₯‰27 Β· ⭐ 17K) - Try PyScript: https://pyscript.com Examples:.. Apache-2 -- [GitHub](https://github.com/pyscript/pyscript) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.4K Β· πŸ“₯ 200 Β· πŸ“¦ 9 Β· πŸ“‹ 710 - 10% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/pyscript/pyscript) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.4K Β· πŸ“₯ 200 Β· πŸ“¦ 9 Β· πŸ“‹ 710 - 10% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/pyscript/pyscript ```
-
Wooey (πŸ₯ˆ27 Β· ⭐ 2K) - A Django app that creates automatic web UIs for Python scripts. BSD-3 +
Misago (πŸ₯‰27 Β· ⭐ 2.4K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0 -- [GitHub](https://github.com/wooey/Wooey) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 190 Β· πŸ“¦ 42 Β· πŸ“‹ 220 - 24% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/rafalp/Misago) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 500 Β· πŸ“¦ 47 Β· πŸ“‹ 1.2K - 8% open Β· ⏱️ 20.12.2023): ``` - git clone https://github.com/wooey/wooey - ``` -- [PyPi](https://pypi.org/project/wooey) (πŸ“₯ 510 / month Β· πŸ“¦ 1 Β· ⏱️ 21.11.2023): + git clone https://github.com/rafalp/Misago + ``` +
+
Wooey (πŸ₯‰27 Β· ⭐ 2K) - A Django app that creates automatic web UIs for Python scripts. BSD-3 + +- [GitHub](https://github.com/wooey/Wooey) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 190 Β· πŸ“¦ 44 Β· πŸ“‹ 220 - 24% open Β· ⏱️ 14.12.2023): + + ``` + git clone https://github.com/wooey/wooey + ``` +- [PyPi](https://pypi.org/project/wooey) (πŸ“₯ 550 / month Β· πŸ“¦ 1 Β· ⏱️ 21.11.2023): ``` pip install wooey ```
idom (πŸ₯‰26 Β· ⭐ 7.3K) - Its React, but in Python. MIT -- [GitHub](https://github.com/reactive-python/reactpy) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 290 Β· πŸ“¦ 90 Β· πŸ“‹ 350 - 29% open Β· ⏱️ 22.10.2023): +- [GitHub](https://github.com/reactive-python/reactpy) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 290 Β· πŸ“¦ 100 Β· πŸ“‹ 360 - 29% open Β· ⏱️ 10.12.2023): ``` git clone https://github.com/idom-team/idom ``` -- [PyPi](https://pypi.org/project/idom) (πŸ“₯ 440 / month Β· πŸ“¦ 6 Β· ⏱️ 26.02.2023): +- [PyPi](https://pypi.org/project/idom) (πŸ“₯ 700 / month Β· πŸ“¦ 6 Β· ⏱️ 26.02.2023): ``` pip install idom ```
-
Misago (πŸ₯‰26 Β· ⭐ 2.4K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0 +
python-react (πŸ₯‰25 Β· ⭐ 1.6K) - Server-side rendering of React components. MIT -- [GitHub](https://github.com/rafalp/Misago) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 500 Β· πŸ“¦ 47 Β· πŸ“‹ 1.2K - 7% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/markfinger/python-react) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 120 Β· πŸ“¦ 800 Β· πŸ“‹ 73 - 13% open Β· ⏱️ 29.06.2023): ``` - git clone https://github.com/rafalp/Misago + git clone https://github.com/markfinger/python-react + ``` +- [PyPi](https://pypi.org/project/react) (πŸ“₯ 8.9K / month Β· πŸ“¦ 48 Β· ⏱️ 08.10.2018): + ``` + pip install react ```
-
flaskbb (πŸ₯‰25 Β· ⭐ 2.5K Β· πŸ’€) - A classic Forum Software in Python using Flask. BSD-3 +
flaskbb (πŸ₯‰24 Β· ⭐ 2.5K Β· πŸ’€) - A classic Forum Software in Python using Flask. BSD-3 - [GitHub](https://github.com/flaskbb/flaskbb) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 590 Β· πŸ“¦ 29 Β· πŸ“‹ 350 - 12% open Β· ⏱️ 13.03.2023): ``` git clone https://github.com/flaskbb/flaskbb ``` -- [PyPi](https://pypi.org/project/FlaskBB) (πŸ“₯ 150 / month Β· πŸ“¦ 9 Β· ⏱️ 15.07.2018): +- [PyPi](https://pypi.org/project/FlaskBB) (πŸ“₯ 140 / month Β· πŸ“¦ 9 Β· ⏱️ 15.07.2018): ``` pip install FlaskBB ```
-
python-react (πŸ₯‰25 Β· ⭐ 1.6K) - Server-side rendering of React components. MIT +
trame (πŸ₯‰23 Β· ⭐ 230) - Trame lets you weave various components and technologies into a Web.. Apache-2 -- [GitHub](https://github.com/markfinger/python-react) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 120 Β· πŸ“¦ 780 Β· πŸ“‹ 73 - 13% open Β· ⏱️ 29.06.2023): - - ``` - git clone https://github.com/markfinger/python-react - ``` -- [PyPi](https://pypi.org/project/react) (πŸ“₯ 9.9K / month Β· πŸ“¦ 48 Β· ⏱️ 08.10.2018): - ``` - pip install react - ``` -
-
trame (πŸ₯‰24 Β· ⭐ 230) - Trame lets you weave various components and technologies into a Web.. Apache-2 - -- [GitHub](https://github.com/Kitware/trame) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 39 Β· πŸ“₯ 210 Β· πŸ“‹ 46 - 10% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/Kitware/trame) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 40 Β· πŸ“₯ 210 Β· πŸ“‹ 46 - 10% open Β· ⏱️ 13.12.2023): ``` git clone https://github.com/Kitware/trame ``` -- [PyPi](https://pypi.org/project/trame) (πŸ“₯ 29K / month Β· πŸ“¦ 29 Β· ⏱️ 03.11.2023): +- [PyPi](https://pypi.org/project/trame) (πŸ“₯ 29K / month Β· πŸ“¦ 30 Β· ⏱️ 11.12.2023): ``` pip install trame ``` @@ -3828,12 +3822,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-debug-toolbar (πŸ₯‡38 Β· ⭐ 7.7K) - A configurable set of panels that display various.. BSD-3 -- [GitHub](https://github.com/jazzband/django-debug-toolbar) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1K Β· πŸ“₯ 210 Β· πŸ“¦ 81K Β· πŸ“‹ 880 - 8% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/jazzband/django-debug-toolbar) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1K Β· πŸ“₯ 210 Β· πŸ“¦ 81K Β· πŸ“‹ 880 - 8% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/jazzband/django-debug-toolbar ``` -- [PyPi](https://pypi.org/project/django-debug-toolbar) (πŸ“₯ 2.2M / month Β· πŸ“¦ 12K Β· ⏱️ 11.08.2023): +- [PyPi](https://pypi.org/project/django-debug-toolbar) (πŸ“₯ 2.1M / month Β· πŸ“¦ 12K Β· ⏱️ 11.08.2023): ``` pip install django-debug-toolbar ``` @@ -3849,7 +3843,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/flask-admin/flask-admin ``` -- [PyPi](https://pypi.org/project/flask-admin) (πŸ“₯ 1.3M / month Β· πŸ“¦ 2.4K Β· ⏱️ 20.02.2023): +- [PyPi](https://pypi.org/project/flask-admin) (πŸ“₯ 1.4M / month Β· πŸ“¦ 2.4K Β· ⏱️ 20.02.2023): ``` pip install flask-admin ``` @@ -3860,12 +3854,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-grappelli (πŸ₯ˆ34 Β· ⭐ 3.5K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 -- [GitHub](https://github.com/sehmaschine/django-grappelli) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 650 Β· πŸ“¦ 6K Β· πŸ“‹ 710 - 1% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/sehmaschine/django-grappelli) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 660 Β· πŸ“¦ 6K Β· πŸ“‹ 720 - 1% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/sehmaschine/django-grappelli ``` -- [PyPi](https://pypi.org/project/django-grappelli) (πŸ“₯ 180K / month Β· πŸ“¦ 1.7K Β· ⏱️ 21.09.2023): +- [PyPi](https://pypi.org/project/django-grappelli) (πŸ“₯ 170K / month Β· πŸ“¦ 1.7K Β· ⏱️ 20.12.2023): ``` pip install django-grappelli ``` @@ -3876,19 +3870,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-admin-interface (πŸ₯ˆ32 Β· ⭐ 1.6K) - djangos default admin interface with superpowers -.. MIT -- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 160 Β· πŸ“¦ 3.5K Β· πŸ“‹ 190 - 6% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 160 Β· πŸ“¦ 3.5K Β· πŸ“‹ 190 - 7% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/fabiocaccamo/django-admin-interface ``` -- [PyPi](https://pypi.org/project/django-admin-interface) (πŸ“₯ 99K / month Β· πŸ“¦ 44 Β· ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/django-admin-interface) (πŸ“₯ 110K / month Β· πŸ“¦ 44 Β· ⏱️ 21.12.2023): ``` pip install django-admin-interface ```
fastapi-admin (πŸ₯‰25 Β· ⭐ 2.3K) - A fast admin dashboard based on FastAPI and TortoiseORM.. Apache-2 -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 300 Β· πŸ“¦ 220 Β· πŸ“‹ 120 - 39% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 310 Β· πŸ“¦ 230 Β· πŸ“‹ 120 - 39% open Β· ⏱️ 27.07.2023): ``` git clone https://github.com/fastapi-admin/fastapi-admin @@ -3898,18 +3892,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install fastapi-admin ```
-
starlette-admin (πŸ₯‰25 Β· ⭐ 390) - Fast, beautiful and extensible administrative interface.. MIT +
starlette-admin (πŸ₯‰25 Β· ⭐ 400) - Fast, beautiful and extensible administrative interface.. MIT -- [GitHub](https://github.com/jowilf/starlette-admin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 38 Β· πŸ“¦ 190 Β· πŸ“‹ 150 - 34% open Β· ⏱️ 23.11.2023): +- [GitHub](https://github.com/jowilf/starlette-admin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 37 Β· πŸ“¦ 220 Β· πŸ“‹ 150 - 31% open Β· ⏱️ 23.11.2023): ``` git clone https://github.com/jowilf/starlette-admin ``` -- [PyPi](https://pypi.org/project/starlette-admin) (πŸ“₯ 56K / month Β· πŸ“¦ 9 Β· ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/starlette-admin) (πŸ“₯ 38K / month Β· πŸ“¦ 9 Β· ⏱️ 14.11.2023): ``` pip install starlette-admin ``` -- [Conda](https://anaconda.org/conda-forge/starlette-admin) (πŸ“₯ 910 Β· ⏱️ 15.11.2023): +- [Conda](https://anaconda.org/conda-forge/starlette-admin) (πŸ“₯ 960 Β· ⏱️ 15.11.2023): ``` conda install -c conda-forge starlette-admin ``` @@ -3943,19 +3937,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Kong (πŸ₯‡39 Β· ⭐ 37K) - The Cloud-Native API Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 4.7K Β· πŸ“¦ 21 Β· πŸ“‹ 4.3K - 2% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/Kong/kong) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 4.7K Β· πŸ“¦ 21 Β· πŸ“‹ 4.3K - 2% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/kong/kong ``` -- [Docker Hub](https://hub.docker.com/r/_/kong) (πŸ“₯ 320M Β· ⭐ 760 Β· ⏱️ 02.12.2023): +- [Docker Hub](https://hub.docker.com/r/_/kong) (πŸ“₯ 320M Β· ⭐ 760 Β· ⏱️ 16.12.2023): ``` docker pull kong ```
tyk (πŸ₯‰27 Β· ⭐ 9K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and.. MPL-2.0 -- [GitHub](https://github.com/TykTechnologies/tyk) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1K Β· πŸ“‹ 2.1K - 14% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/TykTechnologies/tyk) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1K Β· πŸ“‹ 2.1K - 14% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/TykTechnologies/tyk @@ -3967,14 +3961,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
flask-sqlalchemy (πŸ₯‡39 Β· ⭐ 4.1K) - Adds SQLAlchemy support to Flask. BSD-3 +
flask-sqlalchemy (πŸ₯‡38 Β· ⭐ 4.1K) - Adds SQLAlchemy support to Flask. BSD-3 - [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 920 Β· πŸ“₯ 520 Β· πŸ“¦ 370K Β· πŸ“‹ 640 - 0% open Β· ⏱️ 04.12.2023): ``` git clone https://github.com/pallets/flask-sqlalchemy ``` -- [PyPi](https://pypi.org/project/flask-sqlalchemy) (πŸ“₯ 5.7M / month Β· πŸ“¦ 27K Β· ⏱️ 11.09.2023): +- [PyPi](https://pypi.org/project/flask-sqlalchemy) (πŸ“₯ 5.8M / month Β· πŸ“¦ 27K Β· ⏱️ 11.09.2023): ``` pip install flask-sqlalchemy ``` @@ -3983,7 +3977,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-sqlalchemy ```
-
Flask-Migrate (πŸ₯‡35 Β· ⭐ 2.3K) - SQLAlchemy database migrations for Flask applications using.. MIT +
Flask-Migrate (πŸ₯‡34 Β· ⭐ 2.3K) - SQLAlchemy database migrations for Flask applications using.. MIT - [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 220 Β· πŸ“¦ 140K Β· πŸ“‹ 410 - 2% open Β· ⏱️ 15.10.2023): @@ -4001,12 +3995,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-caching (πŸ₯‡34 Β· ⭐ 840) - A caching extension for Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-caching) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 190 Β· πŸ“¦ 17K Β· πŸ“‹ 240 - 24% open Β· ⏱️ 08.10.2023): +- [GitHub](https://github.com/pallets-eco/flask-caching) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 190 Β· πŸ“¦ 18K Β· πŸ“‹ 240 - 24% open Β· ⏱️ 08.10.2023): ``` git clone https://github.com/pallets-eco/flask-caching ``` -- [PyPi](https://pypi.org/project/flask-caching) (πŸ“₯ 4.5M / month Β· πŸ“¦ 770 Β· ⏱️ 08.10.2023): +- [PyPi](https://pypi.org/project/flask-caching) (πŸ“₯ 4.6M / month Β· πŸ“¦ 770 Β· ⏱️ 08.10.2023): ``` pip install flask-caching ``` @@ -4022,23 +4016,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/corydolphin/flask-cors ``` -- [PyPi](https://pypi.org/project/flask-cors) (πŸ“₯ 7.4M / month Β· πŸ“¦ 8.3K Β· ⏱️ 26.06.2023): +- [PyPi](https://pypi.org/project/flask-cors) (πŸ“₯ 7.3M / month Β· πŸ“¦ 8.3K Β· ⏱️ 26.06.2023): ``` pip install flask-cors ``` -- [Conda](https://anaconda.org/conda-forge/flask-cors) (πŸ“₯ 830K Β· ⏱️ 26.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-cors) (πŸ“₯ 840K Β· ⏱️ 26.06.2023): ``` conda install -c conda-forge flask-cors ```
-
flask-limiter (πŸ₯ˆ31 Β· ⭐ 1K) - Rate Limiting extension for Flask. MIT +
flask-limiter (πŸ₯ˆ31 Β· ⭐ 1.1K) - Rate Limiting extension for Flask. MIT -- [GitHub](https://github.com/alisaifee/flask-limiter) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 120 Β· πŸ“₯ 240 Β· πŸ“¦ 7.9K Β· πŸ“‹ 170 - 1% open Β· ⏱️ 25.11.2023): +- [GitHub](https://github.com/alisaifee/flask-limiter) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 120 Β· πŸ“₯ 240 Β· πŸ“¦ 8K Β· πŸ“‹ 170 - 2% open Β· ⏱️ 25.11.2023): ``` git clone https://github.com/alisaifee/flask-limiter ``` -- [PyPi](https://pypi.org/project/flask-limiter) (πŸ“₯ 4.5M / month Β· πŸ“¦ 390 Β· ⏱️ 31.08.2023): +- [PyPi](https://pypi.org/project/flask-limiter) (πŸ“₯ 5.2M / month Β· πŸ“¦ 390 Β· ⏱️ 31.08.2023): ``` pip install flask-limiter ``` @@ -4061,12 +4055,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-session (πŸ₯ˆ30 Β· ⭐ 460) - Server side session extension for Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-session) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 210 Β· πŸ“₯ 18 Β· πŸ“¦ 34K Β· πŸ“‹ 110 - 33% open Β· ⏱️ 12.11.2023): +- [GitHub](https://github.com/pallets-eco/flask-session) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 210 Β· πŸ“₯ 21 Β· πŸ“¦ 34K Β· πŸ“‹ 120 - 35% open Β· ⏱️ 12.11.2023): ``` git clone https://github.com/fengsp/flask-session ``` -- [PyPi](https://pypi.org/project/flask-session) (πŸ“₯ 3.4M / month Β· πŸ“¦ 1.1K Β· ⏱️ 11.05.2023): +- [PyPi](https://pypi.org/project/flask-session) (πŸ“₯ 3.3M / month Β· πŸ“¦ 1.1K Β· ⏱️ 11.05.2023): ``` pip install flask-session ``` @@ -4083,14 +4077,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install flask-api ```
-
flask-assets (πŸ₯ˆ29 Β· ⭐ 440) - Flask webassets integration. BSD-2 +
flask-assets (πŸ₯ˆ29 Β· ⭐ 450) - Flask webassets integration. BSD-2 -- [GitHub](https://github.com/miracle2k/flask-assets) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 100 Β· πŸ“¦ 7.3K Β· πŸ“‹ 100 - 20% open Β· ⏱️ 22.11.2023): +- [GitHub](https://github.com/miracle2k/flask-assets) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 100 Β· πŸ“¦ 7.4K Β· πŸ“‹ 100 - 21% open Β· ⏱️ 15.12.2023): ``` git clone https://github.com/miracle2k/flask-assets ``` -- [PyPi](https://pypi.org/project/flask-assets) (πŸ“₯ 170K / month Β· πŸ“¦ 2.1K Β· ⏱️ 22.10.2023): +- [PyPi](https://pypi.org/project/flask-assets) (πŸ“₯ 180K / month): ``` pip install flask-assets ``` @@ -4101,12 +4095,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-marshmallow (πŸ₯ˆ28 Β· ⭐ 820) - Flask + marshmallow for beautiful APIs. MIT -- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 56 Β· πŸ“¦ 27K Β· πŸ“‹ 110 - 24% open Β· ⏱️ 02.08.2023): +- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 56 Β· πŸ“¦ 27K Β· πŸ“‹ 110 - 23% open Β· ⏱️ 02.08.2023): ``` git clone https://github.com/marshmallow-code/flask-marshmallow ``` -- [PyPi](https://pypi.org/project/flask-marshmallow) (πŸ“₯ 550K / month Β· πŸ“¦ 820 Β· ⏱️ 05.04.2023): +- [PyPi](https://pypi.org/project/flask-marshmallow) (πŸ“₯ 540K / month Β· πŸ“¦ 820 Β· ⏱️ 05.04.2023): ``` pip install flask-marshmallow ``` @@ -4133,12 +4127,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Flask-Moment (πŸ₯ˆ26 Β· ⭐ 360) - Formatting of dates and times in Flask templates using.. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 50 Β· πŸ“¦ 23K Β· πŸ“‹ 49 - 4% open Β· ⏱️ 15.10.2023): +- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 47 Β· πŸ“¦ 23K Β· πŸ“‹ 48 - 2% open Β· ⏱️ 15.10.2023): ``` git clone https://github.com/miguelgrinberg/Flask-Moment ``` -- [PyPi](https://pypi.org/project/flask-moment) (πŸ“₯ 45K / month Β· πŸ“¦ 2.3K Β· ⏱️ 05.10.2022): +- [PyPi](https://pypi.org/project/flask-moment) (πŸ“₯ 46K / month): ``` pip install flask-moment ``` @@ -4154,30 +4148,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/plangrid/flask-rebar ``` -- [PyPi](https://pypi.org/project/flask-rebar) (πŸ“₯ 5K / month Β· πŸ“¦ 6 Β· ⏱️ 27.10.2023): +- [PyPi](https://pypi.org/project/flask-rebar) (πŸ“₯ 4.7K / month Β· πŸ“¦ 6 Β· ⏱️ 27.10.2023): ``` pip install flask-rebar ```
flask_injector (πŸ₯‰24 Β· ⭐ 260) - Adds Injector support to Flask. BSD-3 -- [GitHub](https://github.com/python-injector/flask_injector) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 40 Β· πŸ“¦ 860 Β· πŸ“‹ 51 - 23% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/python-injector/flask_injector) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 40 Β· πŸ“¦ 870 Β· πŸ“‹ 51 - 23% open Β· ⏱️ 27.07.2023): ``` git clone https://github.com/alecthomas/flask_injector ``` -- [PyPi](https://pypi.org/project/flask_injector) (πŸ“₯ 53K / month Β· πŸ“¦ 66 Β· ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/flask_injector) (πŸ“₯ 49K / month Β· πŸ“¦ 66 Β· ⏱️ 27.07.2023): ``` pip install flask_injector ``` -- [Conda](https://anaconda.org/conda-forge/flask-injector) (πŸ“₯ 5.3K Β· ⏱️ 28.07.2023): +- [Conda](https://anaconda.org/conda-forge/flask-injector) (πŸ“₯ 5.4K Β· ⏱️ 28.07.2023): ``` conda install -c conda-forge flask-injector ```
flask_pydantic (πŸ₯‰23 Β· ⭐ 310 Β· πŸ’€) - flask extension for integration with the awesome.. MIT -- [GitHub](https://github.com/bauerji/flask-pydantic) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 50 Β· πŸ“¦ 500 Β· πŸ“‹ 40 - 45% open Β· ⏱️ 02.01.2023): +- [GitHub](https://github.com/bauerji/flask-pydantic) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 50 Β· πŸ“¦ 510 Β· πŸ“‹ 40 - 45% open Β· ⏱️ 02.01.2023): ``` git clone https://github.com/bauerji/flask_pydantic @@ -4189,7 +4183,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
cookiecutter-flask (πŸ₯‰21 Β· ⭐ 4.5K) - A flask template with Bootstrap, asset.. MIT -- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 750 Β· πŸ“‹ 180 - 2% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 750 Β· πŸ“‹ 180 - 2% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/cookiecutter-flask/cookiecutter-flask @@ -4197,12 +4191,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
safrs (πŸ₯‰21 Β· ⭐ 390) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 -- [GitHub](https://github.com/thomaxxl/safrs) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 69 Β· πŸ“¦ 120 Β· πŸ“‹ 80 - 5% open Β· ⏱️ 28.11.2023): +- [GitHub](https://github.com/thomaxxl/safrs) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 69 Β· πŸ“¦ 120 Β· πŸ“‹ 80 - 5% open Β· ⏱️ 12.12.2023): ``` git clone https://github.com/thomaxxl/safrs ``` -- [PyPi](https://pypi.org/project/safrs) (πŸ“₯ 550 / month Β· πŸ“¦ 1 Β· ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/safrs) (πŸ“₯ 640 / month Β· πŸ“¦ 1 Β· ⏱️ 28.11.2023): ``` pip install safrs ``` @@ -4214,7 +4208,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/cenobites/flask-jsonrpc ``` -- [PyPi](https://pypi.org/project/rpc) (πŸ“₯ 310 / month Β· πŸ“¦ 6 Β· ⏱️ 28.04.2012): +- [PyPi](https://pypi.org/project/rpc) (πŸ“₯ 260 / month Β· πŸ“¦ 6 Β· ⏱️ 28.04.2012): ``` pip install rpc ``` @@ -4233,22 +4227,22 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 17 hidden projects... -- flask-security (πŸ₯ˆ30 Β· ⭐ 1.6K Β· πŸ’€) - Quick and simple security for Flask applications. MIT -- flask-mongoengine (πŸ₯ˆ30 Β· ⭐ 840 Β· πŸ’€) - MongoEngine flask extension with WTF model forms.. BSD-3 +- flask-security (πŸ₯ˆ29 Β· ⭐ 1.6K Β· πŸ’€) - Quick and simple security for Flask applications. MIT +- flask-mongoengine (πŸ₯ˆ28 Β· ⭐ 840 Β· πŸ’€) - MongoEngine flask extension with WTF model forms.. ❗Unlicensed - flask-bcrypt (πŸ₯ˆ28 Β· ⭐ 320 Β· πŸ’€) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 +- Frozen-Flask (πŸ₯ˆ26 Β· ⭐ 770) - Freezes a Flask application into a set of static files. ❗Unlicensed - flask-apispec (πŸ₯ˆ26 Β· ⭐ 640 Β· πŸ’€) - Build and document REST APIs with Flask and apispec. MIT -- flask-seasurf (πŸ₯ˆ26 Β· ⭐ 190 Β· πŸ’€) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3 -- flask-bootstrap (πŸ₯‰25 Β· ⭐ 1.6K Β· πŸ’€) - A Flask app template with integrated SQLAlchemy,.. BSD-3 -- Frozen-Flask (πŸ₯‰25 Β· ⭐ 760) - Freezes a Flask application into a set of static files. ❗Unlicensed -- flask-ask (πŸ₯‰24 Β· ⭐ 1.9K Β· πŸ’€) - Alexa Skills Kit for Python. Apache-2 -- flask-talisman (πŸ₯‰24 Β· ⭐ 900 Β· πŸ’€) - HTTP security headers for Flask. Apache-2 - flask-profiler (πŸ₯‰24 Β· ⭐ 740 Β· πŸ’€) - a flask profiler which watches endpoint calls and tries.. MIT - Flask-Excel (πŸ₯‰23 Β· ⭐ 250 Β· πŸ’€) - A flask extension using pyexcel to read, manipulate and write.. BSD-3 -- flask-s3 (πŸ₯‰21 Β· ⭐ 190 Β· πŸ’€) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL +- flask-seasurf (πŸ₯‰23 Β· ⭐ 190 Β· πŸ’€) - SeaSurf is a Flask extension for preventing cross-.. ❗Unlicensed +- flask-s3 (πŸ₯‰22 Β· ⭐ 190 Β· πŸ’€) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL +- flask-ask (πŸ₯‰21 Β· ⭐ 1.9K Β· πŸ’€) - Alexa Skills Kit for Python. Apache-2 - Flask-Opentracing (πŸ₯‰21 Β· ⭐ 140 Β· πŸ’€) - OpenTracing instrumentation for the Flask.. BSD-3 - flask-ngrok (πŸ₯‰21 Β· ⭐ 130 Β· πŸ’€) - A simple way to demo Flask apps from your machine. Apache-2 +- flask-talisman (πŸ₯‰20 Β· ⭐ 900 Β· πŸ’€) - HTTP security headers for Flask. Apache-2 - flask-msearch (πŸ₯‰19 Β· ⭐ 200 Β· πŸ’€) - Full text search for flask. BSD-3 - flask_jsondash (πŸ₯‰18 Β· ⭐ 3.3K Β· πŸ’€) - Build complex dashboards without any front-end code... MIT +- flask-bootstrap (πŸ₯‰13 Β· ⭐ 210 Β· πŸ’€) - A Flask app template with integrated SQLAlchemy,.. ❗Unlicensed - flask2postman (πŸ₯‰13 Β· ⭐ 150 Β· πŸ’€) - Generate a Postman collection from your Flask application. MIT

@@ -4259,17 +4253,17 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sqladmin (πŸ₯‡28 Β· ⭐ 1.3K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 -- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 140 Β· πŸ“¦ 470 Β· πŸ“‹ 180 - 10% open Β· ⏱️ 26.11.2023): +- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 140 Β· πŸ“¦ 500 Β· πŸ“‹ 180 - 10% open Β· ⏱️ 13.12.2023): ``` git clone https://github.com/aminalaee/sqladmin ``` -- [PyPi](https://pypi.org/project/sqladmin) (πŸ“₯ 48K / month Β· πŸ“¦ 6 Β· ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/sqladmin) (πŸ“₯ 51K / month Β· πŸ“¦ 6 Β· ⏱️ 14.11.2023): ``` pip install sqladmin ```
-
slowapi (πŸ₯‡26 Β· ⭐ 830) - A rate limiter for Starlette and FastAPI. MIT +
slowapi (πŸ₯‡26 Β· ⭐ 840) - A rate limiter for Starlette and FastAPI. MIT - [GitHub](https://github.com/laurentS/slowapi) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 62 Β· πŸ“¦ 1.7K Β· πŸ“‹ 110 - 49% open Β· ⏱️ 08.06.2023): @@ -4283,7 +4277,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fastapi-admin/fastapi-admin (πŸ₯ˆ25 Β· ⭐ 2.3K) - A fast admin dashboard based on FastAPI and.. Apache-2 -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 300 Β· πŸ“¦ 220 Β· πŸ“‹ 120 - 39% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 310 Β· πŸ“¦ 230 Β· πŸ“‹ 120 - 39% open Β· ⏱️ 27.07.2023): ``` git clone https://github.com/fastapi-admin/fastapi-admin @@ -4293,7 +4287,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install fastapi-admin ```
-
fastapi-crudrouter (πŸ₯ˆ25 Β· ⭐ 1.2K Β· πŸ’€) - A dynamic FastAPI router that automatically creates.. MIT +
fastapi-crudrouter (πŸ₯ˆ25 Β· ⭐ 1.3K Β· πŸ’€) - A dynamic FastAPI router that automatically creates.. MIT - [GitHub](https://github.com/awtkns/fastapi-crudrouter) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 140 Β· πŸ“₯ 15 Β· πŸ“¦ 200 Β· πŸ“‹ 97 - 58% open Β· ⏱️ 28.01.2023): @@ -4319,7 +4313,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fastapi-utils (πŸ₯ˆ23 Β· ⭐ 1.6K Β· πŸ’€) - Reusable utilities for FastAPI. MIT -- [GitHub](https://github.com/dmontagu/fastapi-utils) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 140 Β· πŸ“¦ 3.2K Β· πŸ“‹ 67 - 80% open Β· ⏱️ 19.03.2023): +- [GitHub](https://github.com/dmontagu/fastapi-utils) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 140 Β· πŸ“¦ 3.3K Β· πŸ“‹ 67 - 80% open Β· ⏱️ 19.03.2023): ``` git clone https://github.com/dmontagu/fastapi-utils @@ -4329,9 +4323,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install fastapi-utils ```
-
fastapi-code-generator (πŸ₯ˆ23 Β· ⭐ 840) - This code generator creates FastAPI app from an.. MIT +
fastapi-code-generator (πŸ₯ˆ23 Β· ⭐ 850) - This code generator creates FastAPI app from an.. MIT -- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 88 Β· πŸ“¦ 160 Β· πŸ“‹ 74 - 51% open Β· ⏱️ 07.09.2023): +- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 90 Β· πŸ“¦ 160 Β· πŸ“‹ 74 - 51% open Β· ⏱️ 07.09.2023): ``` git clone https://github.com/koxudaxi/fastapi-code-generator @@ -4343,24 +4337,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fastapi-socketio (πŸ₯ˆ23 Β· ⭐ 290 Β· πŸ’€) - Easily integrate socket.io with your FastAPI app. Apache-2 -- [GitHub](https://github.com/pyropy/fastapi-socketio) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 24 Β· πŸ“¦ 2.7K Β· πŸ“‹ 34 - 52% open Β· ⏱️ 03.03.2023): +- [GitHub](https://github.com/pyropy/fastapi-socketio) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 25 Β· πŸ“¦ 2.7K Β· πŸ“‹ 34 - 52% open Β· ⏱️ 03.03.2023): ``` git clone https://github.com/pyropy/fastapi-socketio ``` -- [PyPi](https://pypi.org/project/fastapi-socketio) (πŸ“₯ 67K / month Β· πŸ“¦ 3 Β· ⏱️ 06.12.2021): +- [PyPi](https://pypi.org/project/fastapi-socketio) (πŸ“₯ 73K / month Β· πŸ“¦ 3 Β· ⏱️ 06.12.2021): ``` pip install fastapi-socketio ```
-
fastapi-mvc (πŸ₯‰20 Β· ⭐ 500) - Developer productivity tool for making high-quality FastAPI.. MIT +
fastapi-mvc (πŸ₯‰19 Β· ⭐ 510) - Developer productivity tool for making high-quality FastAPI.. MIT -- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 43 Β· πŸ“₯ 260 Β· πŸ“¦ 8 Β· πŸ“‹ 120 - 14% open Β· ⏱️ 25.09.2023): +- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 44 Β· πŸ“₯ 260 Β· πŸ“¦ 8 Β· πŸ“‹ 120 - 14% open Β· ⏱️ 25.09.2023): ``` git clone https://github.com/rszamszur/fastapi-mvc ``` -- [PyPi](https://pypi.org/project/fastapi-mvc) (πŸ“₯ 440 / month Β· ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/fastapi-mvc) (πŸ“₯ 500 / month Β· ⏱️ 09.01.2023): ``` pip install fastapi-mvc ``` @@ -4372,7 +4366,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/madkote/fastapi-plugins ``` -- [PyPi](https://pypi.org/project/fastapi-plugins) (πŸ“₯ 3.6K / month Β· πŸ“¦ 1 Β· ⏱️ 07.07.2022): +- [PyPi](https://pypi.org/project/fastapi-plugins) (πŸ“₯ 3.4K / month Β· πŸ“¦ 1 Β· ⏱️ 07.07.2022): ``` pip install fastapi-plugins ``` @@ -4418,23 +4412,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-import-export (πŸ₯‡38 Β· ⭐ 2.8K) - Django application and library for importing and.. BSD-2 -- [GitHub](https://github.com/django-import-export/django-import-export) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 760 Β· πŸ“¦ 89K Β· πŸ“‹ 960 - 4% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/django-import-export/django-import-export) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 770 Β· πŸ“¦ 89K Β· πŸ“‹ 960 - 3% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/django-import-export/django-import-export ``` -- [PyPi](https://pypi.org/project/django-import-export) (πŸ“₯ 900K / month Β· πŸ“¦ 1.1K Β· ⏱️ 16.11.2023): +- [PyPi](https://pypi.org/project/django-import-export) (πŸ“₯ 920K / month Β· πŸ“¦ 1.1K Β· ⏱️ 19.12.2023): ``` pip install django-import-export ``` -- [Conda](https://anaconda.org/conda-forge/django-import-export) (πŸ“₯ 87K Β· ⏱️ 11.11.2023): +- [Conda](https://anaconda.org/conda-forge/django-import-export) (πŸ“₯ 87K Β· ⏱️ 19.12.2023): ``` conda install -c conda-forge django-import-export ```
django-oscar (πŸ₯‡37 Β· ⭐ 6K) - Domain-driven e-commerce for Django. BSD-3 -- [GitHub](https://github.com/django-oscar/django-oscar) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 2.1K Β· πŸ“¦ 1K Β· πŸ“‹ 1.5K - 6% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/django-oscar/django-oscar) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 2.1K Β· πŸ“¦ 1.1K Β· πŸ“‹ 1.5K - 6% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/django-oscar/django-oscar @@ -4446,16 +4440,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-cors-headers (πŸ₯‡37 Β· ⭐ 5.2K) - Django app for handling the server headers required.. MIT -- [GitHub](https://github.com/adamchainz/django-cors-headers) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 540 Β· πŸ“¦ 200K Β· πŸ“‹ 260 - 2% open Β· ⏱️ 27.11.2023): +- [GitHub](https://github.com/adamchainz/django-cors-headers) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 540 Β· πŸ“¦ 200K Β· πŸ“‹ 260 - 2% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/adamchainz/django-cors-headers ``` -- [PyPi](https://pypi.org/project/django-cors-headers) (πŸ“₯ 5.1M / month Β· πŸ“¦ 6.7K Β· ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/django-cors-headers) (πŸ“₯ 5.2M / month Β· πŸ“¦ 6.7K Β· ⏱️ 14.11.2023): ``` pip install django-cors-headers ``` -- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (πŸ“₯ 90K Β· ⏱️ 14.11.2023): +- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (πŸ“₯ 91K Β· ⏱️ 14.11.2023): ``` conda install -c conda-forge django-cors-headers ``` @@ -4478,12 +4472,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-mptt (πŸ₯‡37 Β· ⭐ 2.8K) - Utilities for implementing a modified pre-order traversal tree.. MIT -- [GitHub](https://github.com/django-mptt/django-mptt) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 460 Β· πŸ“¦ 20K Β· πŸ“‹ 540 - 22% open Β· ⏱️ 05.10.2023): +- [GitHub](https://github.com/django-mptt/django-mptt) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 460 Β· πŸ“¦ 20K Β· πŸ“‹ 540 - 22% open Β· ⏱️ 08.12.2023): ``` git clone https://github.com/django-mptt/django-mptt ``` -- [PyPi](https://pypi.org/project/django-mptt) (πŸ“₯ 570K / month Β· πŸ“¦ 3.3K Β· ⏱️ 27.09.2023): +- [PyPi](https://pypi.org/project/django-mptt) (πŸ“₯ 600K / month Β· πŸ“¦ 3.3K Β· ⏱️ 27.09.2023): ``` pip install django-mptt ``` @@ -4515,7 +4509,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-extensions/django-extensions ``` -- [PyPi](https://pypi.org/project/django-extensions) (πŸ“₯ 3.1M / month Β· πŸ“¦ 12K Β· ⏱️ 05.06.2023): +- [PyPi](https://pypi.org/project/django-extensions) (πŸ“₯ 3.2M / month Β· πŸ“¦ 12K Β· ⏱️ 05.06.2023): ``` pip install django-extensions ``` @@ -4524,21 +4518,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-extensions ```
-
django-simple-history (πŸ₯‡36 Β· ⭐ 2K) - Store model history and view/revert changes from.. BSD-3 +
django-haystack (πŸ₯‡36 Β· ⭐ 3.5K) - Modular search for Django. BSD-3 -- [GitHub](https://github.com/jazzband/django-simple-history) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 450 Β· πŸ“¦ 4.7K Β· πŸ“‹ 570 - 25% open Β· ⏱️ 28.09.2023): +- [GitHub](https://github.com/django-haystack/django-haystack) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.3K Β· πŸ“¦ 9.4K Β· πŸ“‹ 1.3K - 43% open Β· ⏱️ 19.12.2023): ``` - git clone https://github.com/jazzband/django-simple-history + git clone https://github.com/django-haystack/django-haystack ``` -- [PyPi](https://pypi.org/project/django-simple-history) (πŸ“₯ 1.1M / month Β· πŸ“¦ 460 Β· ⏱️ 14.09.2023): +- [PyPi](https://pypi.org/project/django-haystack) (πŸ“₯ 130K / month Β· πŸ“¦ 2.8K Β· ⏱️ 20.07.2023): ``` - pip install django-simple-history + pip install django-haystack + ``` +- [Conda](https://anaconda.org/conda-forge/django-haystack) (πŸ“₯ 5.7K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge django-haystack ```
-
django-stubs (πŸ₯‡36 Β· ⭐ 1.3K) - PEP-484 stubs for Django. MIT +
django-stubs (πŸ₯‡36 Β· ⭐ 1.4K) - PEP-484 stubs for Django. MIT -- [GitHub](https://github.com/typeddjango/django-stubs) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 390 Β· πŸ“¦ 9.3K Β· πŸ“‹ 700 - 30% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/typeddjango/django-stubs) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 390 Β· πŸ“¦ 9.4K Β· πŸ“‹ 710 - 29% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/typeddjango/django-stubs @@ -4552,30 +4550,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-stubs ```
-
django-haystack (πŸ₯ˆ35 Β· ⭐ 3.5K) - Modular search for Django. BSD-3 +
channels (πŸ₯ˆ35 Β· ⭐ 5.8K) - Developer-friendly asynchrony for Django. BSD-3 -- [GitHub](https://github.com/django-haystack/django-haystack) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.3K Β· πŸ“¦ 9.4K Β· πŸ“‹ 1.3K - 43% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/django/channels) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 780 Β· πŸ“¦ 21 Β· πŸ“‹ 1.3K - 8% open Β· ⏱️ 12.12.2023): ``` - git clone https://github.com/django-haystack/django-haystack + git clone https://github.com/django/channels ``` -- [PyPi](https://pypi.org/project/django-haystack) (πŸ“₯ 130K / month Β· πŸ“¦ 2.8K Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/channels) (πŸ“₯ 750K / month Β· πŸ“¦ 1.3K Β· ⏱️ 03.02.2023): ``` - pip install django-haystack + pip install channels ``` -- [Conda](https://anaconda.org/conda-forge/django-haystack) (πŸ“₯ 5.7K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/channels) (πŸ“₯ 170K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge django-haystack + conda install -c conda-forge channels ```
django-reversion (πŸ₯ˆ35 Β· ⭐ 2.9K) - django-reversion is an extension to the Django web.. BSD-3 -- [GitHub](https://github.com/etianen/django-reversion) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 480 Β· πŸ“¦ 7.3K Β· πŸ“‹ 640 - 2% open Β· ⏱️ 08.11.2023): +- [GitHub](https://github.com/etianen/django-reversion) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 480 Β· πŸ“¦ 7.3K Β· πŸ“‹ 640 - 1% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/etianen/django-reversion ``` -- [PyPi](https://pypi.org/project/django-reversion) (πŸ“₯ 350K / month Β· πŸ“¦ 2.1K Β· ⏱️ 08.11.2023): +- [PyPi](https://pypi.org/project/django-reversion) (πŸ“₯ 350K / month Β· πŸ“¦ 2.1K Β· ⏱️ 20.12.2023): ``` pip install django-reversion ``` @@ -4598,51 +4596,47 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-redis (πŸ₯ˆ35 Β· ⭐ 2.7K) - Full featured redis cache backend for Django. BSD-3 -- [GitHub](https://github.com/jazzband/django-redis) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 420 Β· πŸ“‹ 360 - 14% open Β· ⏱️ 17.11.2023): +- [GitHub](https://github.com/jazzband/django-redis) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 420 Β· πŸ“‹ 360 - 13% open Β· ⏱️ 12.12.2023): ``` git clone https://github.com/jazzband/django-redis ``` -- [PyPi](https://pypi.org/project/django-redis) (πŸ“₯ 2.3M / month Β· πŸ“¦ 3.5K Β· ⏱️ 01.10.2023): +- [PyPi](https://pypi.org/project/django-redis) (πŸ“₯ 2.4M / month Β· πŸ“¦ 3.5K Β· ⏱️ 01.10.2023): ``` pip install django-redis ```
-
django-tables2 (πŸ₯ˆ35 Β· ⭐ 1.8K Β· πŸ“ˆ) - django-tables2 - An app for creating HTML tables. BSD-2 +
django-simple-history (πŸ₯ˆ35 Β· ⭐ 2K) - Store model history and view/revert changes from.. BSD-3 -- [GitHub](https://github.com/jieter/django-tables2) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 450 Β· πŸ“¦ 6.8K Β· πŸ“‹ 570 - 13% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/jazzband/django-simple-history) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 450 Β· πŸ“¦ 4.8K Β· πŸ“‹ 570 - 25% open Β· ⏱️ 28.09.2023): ``` - git clone https://github.com/jieter/django-tables2 - ``` -- [PyPi](https://pypi.org/project/django-tables2) (πŸ“₯ 280K / month Β· πŸ“¦ 900 Β· ⏱️ 05.12.2023): - ``` - pip install django-tables2 + git clone https://github.com/jazzband/django-simple-history ``` -- [Conda](https://anaconda.org/conda-forge/django-tables2) (πŸ“₯ 6.9K Β· ⏱️ 04.09.2023): +- [PyPi](https://pypi.org/project/django-simple-history) (πŸ“₯ 1M / month Β· πŸ“¦ 460 Β· ⏱️ 14.09.2023): ``` - conda install -c conda-forge django-tables2 + pip install django-simple-history ```
-
channels (πŸ₯ˆ34 Β· ⭐ 5.8K) - Developer-friendly asynchrony for Django. BSD-3 +
django-tables2 (πŸ₯ˆ35 Β· ⭐ 1.8K) - django-tables2 - An app for creating HTML tables. BSD-2 -- [GitHub](https://github.com/django/channels) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 780 Β· πŸ“¦ 21 Β· πŸ“‹ 1.3K - 8% open Β· ⏱️ 23.11.2023): +- [GitHub](https://github.com/jieter/django-tables2) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 450 Β· πŸ“¦ 6.8K Β· πŸ“‹ 570 - 13% open Β· ⏱️ 15.12.2023): ``` - git clone https://github.com/django/channels + git clone https://github.com/jieter/django-tables2 ``` -- [PyPi](https://pypi.org/project/channels) (πŸ“₯ 760K / month Β· πŸ“¦ 1.3K Β· ⏱️ 03.02.2023): +- [PyPi](https://pypi.org/project/django-tables2) (πŸ“₯ 280K / month Β· πŸ“¦ 900 Β· ⏱️ 05.12.2023): ``` - pip install channels + pip install django-tables2 ``` -- [Conda](https://anaconda.org/conda-forge/channels) (πŸ“₯ 170K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-tables2) (πŸ“₯ 7K Β· ⏱️ 09.12.2023): ``` - conda install -c conda-forge channels + conda install -c conda-forge django-tables2 ```
-
dj-database-url (πŸ₯ˆ34 Β· ⭐ 1.4K) - Use Database URLs in your Django Application. BSD-3 +
dj-database-url (πŸ₯ˆ35 Β· ⭐ 1.4K) - Use Database URLs in your Django Application. BSD-3 -- [GitHub](https://github.com/jazzband/dj-database-url) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 200 Β· πŸ“¦ 250K Β· πŸ“‹ 92 - 6% open Β· ⏱️ 13.11.2023): +- [GitHub](https://github.com/jazzband/dj-database-url) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 200 Β· πŸ“¦ 260K Β· πŸ“‹ 92 - 3% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/jacobian/dj-database-url @@ -4652,98 +4646,98 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install dj-database-url ```
-
django-phonenumber-field (πŸ₯ˆ34 Β· ⭐ 1.4K) - A django model and form field for normalised phone.. MIT +
django-phonenumber-field (πŸ₯ˆ35 Β· ⭐ 1.4K) - A django model and form field for normalised phone.. MIT -- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 310 Β· πŸ“₯ 16 Β· πŸ“¦ 24K Β· πŸ“‹ 220 - 6% open Β· ⏱️ 16.11.2023): +- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 310 Β· πŸ“₯ 16 Β· πŸ“¦ 24K Β· πŸ“‹ 220 - 6% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/stefanfoulis/django-phonenumber-field ``` -- [PyPi](https://pypi.org/project/django-phonenumber-field) (πŸ“₯ 960K / month Β· πŸ“¦ 880 Β· ⏱️ 05.10.2023): +- [PyPi](https://pypi.org/project/django-phonenumber-field) (πŸ“₯ 980K / month Β· πŸ“¦ 880 Β· ⏱️ 05.10.2023): ``` pip install django-phonenumber-field ```
-
Django-Ninja (πŸ₯ˆ33 Β· ⭐ 5.4K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT +
Django-Ninja (πŸ₯ˆ33 Β· ⭐ 5.5K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT -- [GitHub](https://github.com/vitalik/django-ninja) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 330 Β· πŸ“¦ 1.8K Β· πŸ“‹ 660 - 32% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/vitalik/django-ninja) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“¦ 1.9K Β· πŸ“‹ 660 - 31% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/vitalik/django-ninja ``` -- [PyPi](https://pypi.org/project/django-ninja) (πŸ“₯ 230K / month Β· πŸ“¦ 22 Β· ⏱️ 17.11.2023): +- [PyPi](https://pypi.org/project/django-ninja) (πŸ“₯ 230K / month Β· πŸ“¦ 22 Β· ⏱️ 07.12.2023): ``` pip install django-ninja ``` -- [Conda](https://anaconda.org/conda-forge/django-ninja) (πŸ“₯ 8.6K Β· ⏱️ 17.11.2023): +- [Conda](https://anaconda.org/conda-forge/django-ninja) (πŸ“₯ 8.7K Β· ⏱️ 12.12.2023): ``` conda install -c conda-forge django-ninja ```
-
django-autocomplete-light (πŸ₯ˆ33 Β· ⭐ 1.7K) - A fresh approach to autocomplete implementations,.. MIT +
django-model-utils (πŸ₯ˆ33 Β· ⭐ 2.6K) - Django model mixins and utilities. BSD-3 -- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 460 Β· πŸ“¦ 3.9K Β· πŸ“‹ 850 - 24% open Β· ⏱️ 19.09.2023): +- [GitHub](https://github.com/jazzband/django-model-utils) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 360 Β· πŸ“¦ 23K Β· πŸ“‹ 300 - 38% open Β· ⏱️ 16.12.2023): ``` - git clone https://github.com/yourlabs/django-autocomplete-light + git clone https://github.com/jazzband/django-model-utils ``` -- [PyPi](https://pypi.org/project/django-autocomplete-light) (πŸ“₯ 260K / month Β· πŸ“¦ 750 Β· ⏱️ 19.09.2023): +- [PyPi](https://pypi.org/project/django-model-utils) (πŸ“₯ 1.1M / month Β· πŸ“¦ 4.9K Β· ⏱️ 16.11.2022): ``` - pip install django-autocomplete-light + pip install django-model-utils ```
-
django-taggit (πŸ₯ˆ32 Β· ⭐ 3.2K) - Simple tagging for django. BSD-3 +
django-webpack-loader (πŸ₯ˆ33 Β· ⭐ 2.5K) - Transparently use webpack with django. MIT -- [GitHub](https://github.com/jazzband/django-taggit) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 620 Β· πŸ“‹ 430 - 21% open Β· ⏱️ 26.10.2023): +- [GitHub](https://github.com/django-webpack/django-webpack-loader) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 340 Β· πŸ“¦ 9.1K Β· πŸ“‹ 190 - 4% open Β· ⏱️ 19.12.2023): ``` - git clone https://github.com/jazzband/django-taggit + git clone https://github.com/django-webpack/django-webpack-loader ``` -- [PyPi](https://pypi.org/project/django-taggit) (πŸ“₯ 440K / month Β· πŸ“¦ 2.9K Β· ⏱️ 29.10.2023): +- [PyPi](https://pypi.org/project/django-webpack-loader) (πŸ“₯ 370K / month Β· πŸ“¦ 990 Β· ⏱️ 19.12.2023): ``` - pip install django-taggit + pip install django-webpack-loader ``` -- [Conda](https://anaconda.org/conda-forge/django-taggit) (πŸ“₯ 120K Β· ⏱️ 29.10.2023): +- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (πŸ“₯ 8.7K Β· ⏱️ 19.12.2023): ``` - conda install -c conda-forge django-taggit + conda install -c conda-forge django-webpack-loader ```
-
django-model-utils (πŸ₯ˆ32 Β· ⭐ 2.5K) - Django model mixins and utilities. BSD-3 +
django-autocomplete-light (πŸ₯ˆ33 Β· ⭐ 1.7K) - A fresh approach to autocomplete implementations,.. MIT -- [GitHub](https://github.com/jazzband/django-model-utils) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 360 Β· πŸ“¦ 23K Β· πŸ“‹ 310 - 39% open Β· ⏱️ 06.11.2023): +- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 460 Β· πŸ“¦ 3.9K Β· πŸ“‹ 850 - 24% open Β· ⏱️ 19.09.2023): ``` - git clone https://github.com/jazzband/django-model-utils + git clone https://github.com/yourlabs/django-autocomplete-light ``` -- [PyPi](https://pypi.org/project/django-model-utils) (πŸ“₯ 1.1M / month Β· πŸ“¦ 4.9K Β· ⏱️ 16.11.2022): +- [PyPi](https://pypi.org/project/django-autocomplete-light) (πŸ“₯ 250K / month Β· πŸ“¦ 750 Β· ⏱️ 19.09.2023): ``` - pip install django-model-utils + pip install django-autocomplete-light ```
-
django-webpack-loader (πŸ₯ˆ32 Β· ⭐ 2.5K) - Transparently use webpack with django. MIT +
django-taggit (πŸ₯ˆ32 Β· ⭐ 3.2K) - Simple tagging for django. BSD-3 -- [GitHub](https://github.com/django-webpack/django-webpack-loader) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 340 Β· πŸ“¦ 9.1K Β· πŸ“‹ 210 - 15% open Β· ⏱️ 01.12.2023): +- [GitHub](https://github.com/jazzband/django-taggit) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 620 Β· πŸ“‹ 430 - 21% open Β· ⏱️ 26.10.2023): ``` - git clone https://github.com/django-webpack/django-webpack-loader + git clone https://github.com/jazzband/django-taggit ``` -- [PyPi](https://pypi.org/project/django-webpack-loader) (πŸ“₯ 370K / month Β· πŸ“¦ 990 Β· ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/django-taggit) (πŸ“₯ 440K / month Β· πŸ“¦ 2.9K Β· ⏱️ 29.10.2023): ``` - pip install django-webpack-loader + pip install django-taggit ``` -- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (πŸ“₯ 8.6K Β· ⏱️ 27.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-taggit) (πŸ“₯ 120K Β· ⏱️ 29.10.2023): ``` - conda install -c conda-forge django-webpack-loader + conda install -c conda-forge django-taggit ```
django-bootstrap3 (πŸ₯ˆ32 Β· ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap3) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 690 Β· πŸ“¦ 19K Β· πŸ“‹ 300 - 1% open Β· ⏱️ 09.11.2023): +- [GitHub](https://github.com/zostera/django-bootstrap3) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 680 Β· πŸ“¦ 19K Β· πŸ“‹ 300 - 1% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/zostera/django-bootstrap3 ``` -- [PyPi](https://pypi.org/project/django-bootstrap3) (πŸ“₯ 99K / month Β· πŸ“¦ 4K Β· ⏱️ 28.06.2023): +- [PyPi](https://pypi.org/project/django-bootstrap3) (πŸ“₯ 97K / month): ``` pip install django-bootstrap3 ``` @@ -4764,26 +4758,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-ckeditor ```
-
django-cacheops (πŸ₯ˆ32 Β· ⭐ 1.9K) - A slick ORM cache with automatic granular event-driven.. BSD-3 - -- [GitHub](https://github.com/Suor/django-cacheops) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 220 Β· πŸ“¦ 1.2K Β· πŸ“‹ 330 - 5% open Β· ⏱️ 05.12.2023): - - ``` - git clone https://github.com/Suor/django-cacheops - ``` -- [PyPi](https://pypi.org/project/django-cacheops) (πŸ“₯ 150K / month Β· πŸ“¦ 98 Β· ⏱️ 24.10.2023): - ``` - pip install django-cacheops - ``` -
django-rq (πŸ₯ˆ32 Β· ⭐ 1.7K) - A simple app that provides django integration for RQ (Redis Queue). MIT -- [GitHub](https://github.com/rq/django-rq) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 280 Β· πŸ“¦ 3K Β· πŸ“‹ 350 - 27% open Β· ⏱️ 26.11.2023): +- [GitHub](https://github.com/rq/django-rq) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 280 Β· πŸ“¦ 3.1K Β· πŸ“‹ 350 - 27% open Β· ⏱️ 18.12.2023): ``` git clone https://github.com/rq/django-rq ``` -- [PyPi](https://pypi.org/project/django-rq) (πŸ“₯ 460K / month Β· πŸ“¦ 440 Β· ⏱️ 26.11.2023): +- [PyPi](https://pypi.org/project/django-rq) (πŸ“₯ 490K / month Β· πŸ“¦ 440 Β· ⏱️ 18.12.2023): ``` pip install django-rq ``` @@ -4795,11 +4777,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/sorl-thumbnail ``` -- [PyPi](https://pypi.org/project/sorl-thumbnail) (πŸ“₯ 260K / month Β· πŸ“¦ 2.5K Β· ⏱️ 05.10.2023): +- [PyPi](https://pypi.org/project/sorl-thumbnail) (πŸ“₯ 250K / month Β· πŸ“¦ 2.5K Β· ⏱️ 05.10.2023): ``` pip install sorl-thumbnail ``` -- [Conda](https://anaconda.org/conda-forge/sorl-thumbnail) (πŸ“₯ 6.3K Β· ⏱️ 05.10.2023): +- [Conda](https://anaconda.org/conda-forge/sorl-thumbnail) (πŸ“₯ 6.4K Β· ⏱️ 05.10.2023): ``` conda install -c conda-forge sorl-thumbnail ``` @@ -4811,14 +4793,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-money/django-money ``` -- [PyPi](https://pypi.org/project/django-money) (πŸ“₯ 200K / month Β· πŸ“¦ 210 Β· ⏱️ 30.11.2023): +- [PyPi](https://pypi.org/project/django-money) (πŸ“₯ 190K / month Β· πŸ“¦ 210 Β· ⏱️ 30.11.2023): ``` pip install django-money ```
django-pipeline (πŸ₯ˆ32 Β· ⭐ 1.5K) - Pipeline is an asset packaging library for Django. MIT -- [GitHub](https://github.com/jazzband/django-pipeline) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 380 Β· πŸ“¦ 2.4K Β· πŸ“‹ 470 - 30% open Β· ⏱️ 03.12.2023): +- [GitHub](https://github.com/jazzband/django-pipeline) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 380 Β· πŸ“¦ 2.4K Β· πŸ“‹ 470 - 30% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/jazzband/django-pipeline @@ -4830,12 +4812,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-bootstrap4 (πŸ₯ˆ32 Β· ⭐ 1K) - Bootstrap 4 integration with Django. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap4) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 260 Β· πŸ“¦ 150K Β· πŸ“‹ 160 - 12% open Β· ⏱️ 09.11.2023): +- [GitHub](https://github.com/zostera/django-bootstrap4) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 210 Β· πŸ“¦ 150K Β· πŸ“‹ 160 - 11% open Β· ⏱️ 09.11.2023): ``` git clone https://github.com/zostera/django-bootstrap4 ``` -- [PyPi](https://pypi.org/project/django-bootstrap4) (πŸ“₯ 170K / month Β· πŸ“¦ 1K Β· ⏱️ 28.06.2023): +- [PyPi](https://pypi.org/project/django-bootstrap4) (πŸ“₯ 170K / month): ``` pip install django-bootstrap4 ``` @@ -4844,9 +4826,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-bootstrap4 ```
+
cookiecutter-django (πŸ₯ˆ31 Β· ⭐ 11K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 + +- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 2.7K Β· πŸ“¦ 23 Β· πŸ“‹ 1.2K - 8% open Β· ⏱️ 20.12.2023): + + ``` + git clone https://github.com/cookiecutter/cookiecutter-django + ``` +- [PyPi](https://pypi.org/project/cookiecutter-django) (πŸ“₯ 94 / month Β· πŸ“¦ 1 Β· ⏱️ 15.01.2018): + ``` + pip install cookiecutter-django + ``` +
django-compressor (πŸ₯ˆ31 Β· ⭐ 2.7K) - Compresses linked and inline javascript or CSS into a.. MIT -- [GitHub](https://github.com/django-compressor/django-compressor) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 590 Β· πŸ“‹ 660 - 18% open Β· ⏱️ 24.11.2023): +- [GitHub](https://github.com/django-compressor/django-compressor) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 590 Β· πŸ“‹ 660 - 18% open Β· ⏱️ 13.12.2023): ``` git clone https://github.com/django-compressor/django-compressor @@ -4863,7 +4857,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/matthewwithanm/django-imagekit ``` -- [PyPi](https://pypi.org/project/django-imagekit) (πŸ“₯ 120K / month Β· πŸ“¦ 1K Β· ⏱️ 28.09.2023): +- [PyPi](https://pypi.org/project/django-imagekit) (πŸ“₯ 110K / month Β· πŸ“¦ 1K Β· ⏱️ 28.09.2023): ``` pip install django-imagekit ``` @@ -4875,45 +4869,37 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-widget-tweaks ``` -- [PyPi](https://pypi.org/project/django-widget-tweaks) (πŸ“₯ 560K / month Β· πŸ“¦ 2.2K Β· ⏱️ 25.08.2023): +- [PyPi](https://pypi.org/project/django-widget-tweaks) (πŸ“₯ 550K / month Β· πŸ“¦ 2.2K Β· ⏱️ 25.08.2023): ``` pip install django-widget-tweaks ```
-
easy-thumbnails (πŸ₯ˆ31 Β· ⭐ 1.3K Β· πŸ’€) - Easy thumbnails for Django. BSD-3 +
easy-thumbnails (πŸ₯ˆ31 Β· ⭐ 1.4K Β· πŸ’€) - Easy thumbnails for Django. BSD-3 - [GitHub](https://github.com/SmileyChris/easy-thumbnails) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 310 Β· πŸ“¦ 10K Β· πŸ“‹ 400 - 20% open Β· ⏱️ 09.01.2023): ``` git clone https://github.com/SmileyChris/easy-thumbnails ``` -- [PyPi](https://pypi.org/project/easy-thumbnails) (πŸ“₯ 190K / month Β· πŸ“¦ 2.1K Β· ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/easy-thumbnails) (πŸ“₯ 170K / month Β· πŸ“¦ 2.1K Β· ⏱️ 09.01.2023): ``` pip install easy-thumbnails ```
-
cookiecutter-django (πŸ₯‰30 Β· ⭐ 11K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 +
django-fsm (πŸ₯‰30 Β· ⭐ 2.3K) - Django friendly finite state machine support. MIT -- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 2.7K Β· πŸ“¦ 23 Β· πŸ“‹ 1.2K - 8% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/viewflow/django-fsm) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 300 Β· πŸ“¦ 1.5K Β· πŸ“‹ 180 - 14% open Β· ⏱️ 21.12.2023): ``` - git clone https://github.com/cookiecutter/cookiecutter-django - ``` -- [PyPi](https://pypi.org/project/cookiecutter-django) (πŸ“₯ 100 / month Β· πŸ“¦ 1 Β· ⏱️ 15.01.2018): - ``` - pip install cookiecutter-django + git clone https://github.com/viewflow/django-fsm ``` -
-
django-activity-stream (πŸ₯‰30 Β· ⭐ 2.3K) - Generate generic activity streams from the actions on.. BSD-3 - -- [GitHub](https://github.com/justquick/django-activity-stream) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 500 Β· πŸ“₯ 9 Β· πŸ“¦ 1.1K Β· πŸ“‹ 310 - 5% open Β· ⏱️ 04.10.2023): - +- [PyPi](https://pypi.org/project/django-fsm) (πŸ“₯ 280K / month Β· πŸ“¦ 330 Β· ⏱️ 15.08.2022): ``` - git clone https://github.com/justquick/django-activity-stream + pip install django-fsm ``` -- [PyPi](https://pypi.org/project/django-activity-stream) (πŸ“₯ 55K / month Β· πŸ“¦ 340 Β· ⏱️ 04.10.2023): +- [Conda](https://anaconda.org/conda-forge/django-fsm) (πŸ“₯ 25K Β· ⏱️ 16.06.2023): ``` - pip install django-activity-stream + conda install -c conda-forge django-fsm ```
django-constance (πŸ₯‰30 Β· ⭐ 1.6K) - Dynamic Django settings. BSD-3 @@ -4930,146 +4916,166 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-countries (πŸ₯‰30 Β· ⭐ 1.3K) - A Django application that provides country choices for.. MIT -- [GitHub](https://github.com/SmileyChris/django-countries) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 260 Β· πŸ“‹ 280 - 9% open Β· ⏱️ 27.08.2023): +- [GitHub](https://github.com/SmileyChris/django-countries) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 260 Β· πŸ“‹ 280 - 10% open Β· ⏱️ 27.08.2023): ``` git clone https://github.com/SmileyChris/django-countries ``` -- [PyPi](https://pypi.org/project/django-countries) (πŸ“₯ 540K / month Β· πŸ“¦ 1.6K Β· ⏱️ 02.02.2023): +- [PyPi](https://pypi.org/project/django-countries) (πŸ“₯ 510K / month Β· πŸ“¦ 1.6K Β· ⏱️ 02.02.2023): ``` pip install django-countries ```
-
django-fsm (πŸ₯‰29 Β· ⭐ 2.3K Β· πŸ’€) - Django friendly finite state machine support. MIT +
django-angular (πŸ₯‰30 Β· ⭐ 1.2K) - Let AngularJS play well with Django. MIT -- [GitHub](https://github.com/viewflow/django-fsm) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 300 Β· πŸ“¦ 1.5K Β· πŸ“‹ 160 - 15% open Β· ⏱️ 19.01.2023): +- [GitHub](https://github.com/jrief/django-angular) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 300 Β· πŸ“¦ 650 Β· πŸ“‹ 210 - 11% open Β· ⏱️ 13.11.2023): ``` - git clone https://github.com/viewflow/django-fsm - ``` -- [PyPi](https://pypi.org/project/django-fsm) (πŸ“₯ 280K / month Β· πŸ“¦ 330 Β· ⏱️ 15.08.2022): - ``` - pip install django-fsm + git clone https://github.com/jrief/django-angular ``` -- [Conda](https://anaconda.org/conda-forge/django-fsm) (πŸ“₯ 25K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/django-angular) (πŸ“₯ 9.4K / month Β· πŸ“¦ 240 Β· ⏱️ 13.11.2023): ``` - conda install -c conda-forge django-fsm + pip install django-angular ```
-
django-push-notifications (πŸ₯‰29 Β· ⭐ 2.2K) - Send push notifications to mobile devices through GCM.. MIT +
django-waffle (πŸ₯‰30 Β· ⭐ 1K) - A feature flipper for Django. BSD-3 -- [GitHub](https://github.com/jazzband/django-push-notifications) (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 580 Β· πŸ“₯ 110 Β· πŸ“‹ 420 - 29% open Β· ⏱️ 29.10.2023): +- [GitHub](https://github.com/django-waffle/django-waffle) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 260 Β· πŸ“¦ 1.3K Β· πŸ“‹ 200 - 19% open Β· ⏱️ 11.12.2023): ``` - git clone https://github.com/jazzband/django-push-notifications + git clone https://github.com/django-waffle/django-waffle ``` -- [PyPi](https://pypi.org/project/django-push-notifications) (πŸ“₯ 65K / month Β· πŸ“¦ 90 Β· ⏱️ 29.10.2023): +- [PyPi](https://pypi.org/project/django-waffle) (πŸ“₯ 410K / month Β· πŸ“¦ 350 Β· ⏱️ 11.12.2023): ``` - pip install django-push-notifications + pip install django-waffle + ``` +- [Conda](https://anaconda.org/conda-forge/django-waffle) (πŸ“₯ 16K Β· ⏱️ 31.07.2023): + ``` + conda install -c conda-forge django-waffle ```
-
django-polymorphic (πŸ₯‰29 Β· ⭐ 1.5K) - Improved Django model inheritance with automatic.. BSD-3 +
django-rosetta (πŸ₯‰30 Β· ⭐ 980) - Rosetta is a Django application that eases the translation.. MIT -- [GitHub](https://github.com/jazzband/django-polymorphic) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 270 Β· πŸ“‹ 330 - 45% open Β· ⏱️ 27.11.2023): +- [GitHub](https://github.com/mbi/django-rosetta) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 190 Β· πŸ“¦ 2.9K Β· πŸ“‹ 160 - 29% open Β· ⏱️ 13.12.2023): ``` - git clone https://github.com/django-polymorphic/django-polymorphic + git clone https://github.com/mbi/django-rosetta ``` -- [PyPi](https://pypi.org/project/django-polymorphic) (πŸ“₯ 310K / month Β· πŸ“¦ 180 Β· ⏱️ 18.11.2021): +- [PyPi](https://pypi.org/project/django-rosetta) (πŸ“₯ 83K / month Β· πŸ“¦ 610 Β· ⏱️ 04.12.2023): ``` - pip install django-polymorphic + pip install django-rosetta ``` -- [Conda](https://anaconda.org/conda-forge/django_polymorphic) (πŸ“₯ 63K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-rosetta) (πŸ“₯ 8.9K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge django_polymorphic + conda install -c conda-forge django-rosetta ```
-
django-extra-views (πŸ₯‰29 Β· ⭐ 1.4K) - Djangos class-based generic views are awesome, lets.. MIT +
djangorestframework-stubs (πŸ₯‰30 Β· ⭐ 380) - PEP-484 stubs for django-rest-framework. MIT -- [GitHub](https://github.com/AndrewIngram/django-extra-views) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 180 Β· πŸ“¦ 2.1K Β· πŸ“‹ 140 - 11% open Β· ⏱️ 19.06.2023): +- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 100 Β· πŸ“¦ 2.7K Β· πŸ“‹ 140 - 38% open Β· ⏱️ 18.12.2023): ``` - git clone https://github.com/AndrewIngram/django-extra-views + git clone https://github.com/typeddjango/djangorestframework-stubs ``` -- [PyPi](https://pypi.org/project/django-extra-views) (πŸ“₯ 74K / month Β· πŸ“¦ 520 Β· ⏱️ 09.06.2021): +- [PyPi](https://pypi.org/project/djangorestframework-stubs) (πŸ“₯ 680K / month Β· πŸ“¦ 60 Β· ⏱️ 05.12.2023): ``` - pip install django-extra-views + pip install djangorestframework-stubs + ``` +- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (πŸ“₯ 8.4K Β· ⏱️ 05.12.2023): + ``` + conda install -c conda-forge djangorestframework-stubs ```
-
django-angular (πŸ₯‰29 Β· ⭐ 1.2K) - Let AngularJS play well with Django. MIT +
django-activity-stream (πŸ₯‰29 Β· ⭐ 2.3K) - Generate generic activity streams from the actions on.. BSD-3 -- [GitHub](https://github.com/jrief/django-angular) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 300 Β· πŸ“¦ 640 Β· πŸ“‹ 210 - 11% open Β· ⏱️ 13.11.2023): +- [GitHub](https://github.com/justquick/django-activity-stream) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 460 Β· πŸ“₯ 9 Β· πŸ“¦ 1.1K Β· πŸ“‹ 300 - 5% open Β· ⏱️ 04.10.2023): ``` - git clone https://github.com/jrief/django-angular + git clone https://github.com/justquick/django-activity-stream ``` -- [PyPi](https://pypi.org/project/django-angular) (πŸ“₯ 7.5K / month Β· πŸ“¦ 240 Β· ⏱️ 13.11.2023): +- [PyPi](https://pypi.org/project/django-activity-stream) (πŸ“₯ 53K / month): ``` - pip install django-angular + pip install django-activity-stream ```
-
django-organizations (πŸ₯‰29 Β· ⭐ 1.2K) - Multi-user accounts for Django projects. BSD-2 +
django-sql-explorer (πŸ₯‰29 Β· ⭐ 2.2K) - Easily share data across your company via SQL.. MIT -- [GitHub](https://github.com/bennylope/django-organizations) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 200 Β· πŸ“¦ 260 Β· πŸ“‹ 150 - 8% open Β· ⏱️ 23.11.2023): +- [GitHub](https://github.com/chrisclark/django-sql-explorer) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 340 Β· πŸ“¦ 390 Β· πŸ“‹ 280 - 9% open Β· ⏱️ 16.12.2023): ``` - git clone https://github.com/bennylope/django-organizations + git clone https://github.com/groveco/django-sql-explorer ``` -- [PyPi](https://pypi.org/project/django-organizations) (πŸ“₯ 35K / month Β· πŸ“¦ 37 Β· ⏱️ 23.11.2023): +- [PyPi](https://pypi.org/project/django-sql-explorer) (πŸ“₯ 51K / month Β· πŸ“¦ 75 Β· ⏱️ 13.07.2023): ``` - pip install django-organizations + pip install django-sql-explorer ``` -- [Conda](https://anaconda.org/conda-forge/django-organizations) (πŸ“₯ 5.8K Β· ⏱️ 16.06.2023): +
+
django-push-notifications (πŸ₯‰29 Β· ⭐ 2.2K) - Send push notifications to mobile devices through GCM.. MIT + +- [GitHub](https://github.com/jazzband/django-push-notifications) (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 580 Β· πŸ“₯ 110 Β· πŸ“‹ 420 - 29% open Β· ⏱️ 29.10.2023): + ``` - conda install -c conda-forge django-organizations + git clone https://github.com/jazzband/django-push-notifications + ``` +- [PyPi](https://pypi.org/project/django-push-notifications) (πŸ“₯ 68K / month Β· πŸ“¦ 90 Β· ⏱️ 29.10.2023): + ``` + pip install django-push-notifications ```
-
django-waffle (πŸ₯‰29 Β· ⭐ 1K) - A feature flipper for Django. BSD-3 +
django-cacheops (πŸ₯‰29 Β· ⭐ 1.9K Β· πŸ“‰) - A slick ORM cache with automatic granular event-.. BSD-3 -- [GitHub](https://github.com/django-waffle/django-waffle) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 260 Β· πŸ“¦ 1.3K Β· πŸ“‹ 200 - 19% open Β· ⏱️ 24.11.2023): +- [GitHub](https://github.com/Suor/django-cacheops) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 220 Β· πŸ“¦ 1.2K Β· πŸ“‹ 330 - 5% open Β· ⏱️ 05.12.2023): ``` - git clone https://github.com/django-waffle/django-waffle + git clone https://github.com/Suor/django-cacheops ``` -- [PyPi](https://pypi.org/project/django-waffle) (πŸ“₯ 420K / month Β· πŸ“¦ 350 Β· ⏱️ 26.07.2023): +- [PyPi](https://pypi.org/project/django-cacheops) (πŸ“₯ 150K / month): ``` - pip install django-waffle + pip install django-cacheops ``` -- [Conda](https://anaconda.org/conda-forge/django-waffle) (πŸ“₯ 16K Β· ⏱️ 31.07.2023): +
+
django-extra-views (πŸ₯‰29 Β· ⭐ 1.4K) - Djangos class-based generic views are awesome, lets.. MIT + +- [GitHub](https://github.com/AndrewIngram/django-extra-views) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 180 Β· πŸ“¦ 2.2K Β· πŸ“‹ 140 - 11% open Β· ⏱️ 19.06.2023): + ``` - conda install -c conda-forge django-waffle + git clone https://github.com/AndrewIngram/django-extra-views + ``` +- [PyPi](https://pypi.org/project/django-extra-views) (πŸ“₯ 73K / month Β· πŸ“¦ 520 Β· ⏱️ 09.06.2021): + ``` + pip install django-extra-views ```
-
django-configurations (πŸ₯‰29 Β· ⭐ 1K) - A helper for organizing Django project settings by.. BSD-3 +
django-organizations (πŸ₯‰29 Β· ⭐ 1.2K) - Multi-user accounts for Django projects. BSD-2 -- [GitHub](https://github.com/jazzband/django-configurations) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 140 Β· πŸ“¦ 2.8K Β· πŸ“‹ 210 - 26% open Β· ⏱️ 30.11.2023): +- [GitHub](https://github.com/bennylope/django-organizations) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 200 Β· πŸ“¦ 260 Β· πŸ“‹ 150 - 8% open Β· ⏱️ 19.12.2023): ``` - git clone https://github.com/jazzband/django-configurations + git clone https://github.com/bennylope/django-organizations ``` -- [PyPi](https://pypi.org/project/django-configurations) (πŸ“₯ 170K / month Β· πŸ“¦ 670 Β· ⏱️ 21.10.2023): +- [PyPi](https://pypi.org/project/django-organizations) (πŸ“₯ 34K / month Β· πŸ“¦ 37 Β· ⏱️ 23.11.2023): ``` - pip install django-configurations + pip install django-organizations ``` -- [Conda](https://anaconda.org/conda-forge/django-configurations) (πŸ“₯ 30K Β· ⏱️ 21.10.2023): +- [Conda](https://anaconda.org/conda-forge/django-organizations) (πŸ“₯ 5.8K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge django-configurations + conda install -c conda-forge django-organizations ```
-
django-rosetta (πŸ₯‰29 Β· ⭐ 970 Β· πŸ“ˆ) - Rosetta is a Django application that eases the.. MIT +
django-configurations (πŸ₯‰29 Β· ⭐ 1K) - A helper for organizing Django project settings by.. BSD-3 -- [GitHub](https://github.com/mbi/django-rosetta) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 190 Β· πŸ“¦ 2.9K Β· πŸ“‹ 150 - 29% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/jazzband/django-configurations) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 140 Β· πŸ“¦ 2.9K Β· πŸ“‹ 210 - 26% open Β· ⏱️ 30.11.2023): ``` - git clone https://github.com/mbi/django-rosetta + git clone https://github.com/jazzband/django-configurations ``` -- [PyPi](https://pypi.org/project/django-rosetta) (πŸ“₯ 84K / month Β· πŸ“¦ 610 Β· ⏱️ 04.12.2023): +- [PyPi](https://pypi.org/project/django-configurations) (πŸ“₯ 210K / month Β· πŸ“¦ 670 Β· ⏱️ 21.10.2023): ``` - pip install django-rosetta + pip install django-configurations ``` -- [Conda](https://anaconda.org/conda-forge/django-rosetta) (πŸ“₯ 8.9K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-configurations) (πŸ“₯ 30K Β· ⏱️ 21.10.2023): ``` - conda install -c conda-forge django-rosetta + conda install -c conda-forge django-configurations ```
django-filebrowser (πŸ₯‰29 Β· ⭐ 940) - Media-Management with Grappelli. BSD-3 @@ -5084,46 +5090,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-filebrowser ```
-
django-dbbackup (πŸ₯‰29 Β· ⭐ 810 Β· πŸ’€) - Management commands to help backup and restore your.. BSD-3 +
django-dbbackup (πŸ₯‰29 Β· ⭐ 820 Β· πŸ’€) - Management commands to help backup and restore your.. BSD-3 - [GitHub](https://github.com/jazzband/django-dbbackup) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 210 Β· πŸ“¦ 1.7K Β· πŸ“‹ 290 - 28% open Β· ⏱️ 12.12.2022): ``` git clone https://github.com/jazzband/django-dbbackup ``` -- [PyPi](https://pypi.org/project/django-dbbackup) (πŸ“₯ 81K / month Β· πŸ“¦ 160 Β· ⏱️ 28.09.2022): +- [PyPi](https://pypi.org/project/django-dbbackup) (πŸ“₯ 72K / month Β· πŸ“¦ 160 Β· ⏱️ 28.09.2022): ``` pip install django-dbbackup ```
-
djangorestframework-stubs (πŸ₯‰29 Β· ⭐ 380) - PEP-484 stubs for django-rest-framework. MIT - -- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 100 Β· πŸ“¦ 2.6K Β· πŸ“‹ 130 - 38% open Β· ⏱️ 07.12.2023): - - ``` - git clone https://github.com/typeddjango/djangorestframework-stubs - ``` -- [PyPi](https://pypi.org/project/djangorestframework-stubs) (πŸ“₯ 690K / month Β· πŸ“¦ 60 Β· ⏱️ 05.12.2023): - ``` - pip install djangorestframework-stubs - ``` -- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (πŸ“₯ 8.3K Β· ⏱️ 05.12.2023): - ``` - conda install -c conda-forge djangorestframework-stubs - ``` -
-
django-sql-explorer (πŸ₯‰28 Β· ⭐ 2.2K) - Easily share data across your company via SQL.. MIT - -- [GitHub](https://github.com/groveco/django-sql-explorer) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 340 Β· πŸ“¦ 390 Β· πŸ“‹ 280 - 10% open Β· ⏱️ 05.12.2023): - - ``` - git clone https://github.com/groveco/django-sql-explorer - ``` -- [PyPi](https://pypi.org/project/django-sql-explorer) (πŸ“₯ 49K / month Β· πŸ“¦ 75 Β· ⏱️ 13.07.2023): - ``` - pip install django-sql-explorer - ``` -
django-lifecycle (πŸ₯‰28 Β· ⭐ 1.2K) - Declarative model lifecycle hooks, an alternative to.. MIT - [GitHub](https://github.com/rsinger86/django-lifecycle) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 77 Β· πŸ“¦ 280 Β· πŸ“‹ 70 - 28% open Β· ⏱️ 08.11.2023): @@ -5131,19 +5109,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/rsinger86/django-lifecycle ``` -- [PyPi](https://pypi.org/project/django-lifecycle) (πŸ“₯ 96K / month Β· πŸ“¦ 10 Β· ⏱️ 08.11.2023): +- [PyPi](https://pypi.org/project/django-lifecycle) (πŸ“₯ 99K / month Β· πŸ“¦ 10 Β· ⏱️ 08.11.2023): ``` pip install django-lifecycle ```
-
django-cachalot (πŸ₯‰28 Β· ⭐ 1.1K Β· πŸ“ˆ) - No effort, no worry, maximum performance. BSD-3 +
django-cachalot (πŸ₯‰28 Β· ⭐ 1.1K) - No effort, no worry, maximum performance. BSD-3 -- [GitHub](https://github.com/noripyt/django-cachalot) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 130 Β· πŸ“¦ 670 Β· πŸ“‹ 160 - 16% open Β· ⏱️ 05.09.2023): +- [GitHub](https://github.com/noripyt/django-cachalot) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 130 Β· πŸ“¦ 680 Β· πŸ“‹ 160 - 16% open Β· ⏱️ 05.09.2023): ``` git clone https://github.com/noripyt/django-cachalot ``` -- [PyPi](https://pypi.org/project/django-cachalot) (πŸ“₯ 63K / month Β· πŸ“¦ 86 Β· ⏱️ 21.07.2023): +- [PyPi](https://pypi.org/project/django-cachalot) (πŸ“₯ 66K / month Β· πŸ“¦ 86 Β· ⏱️ 21.07.2023): ``` pip install django-cachalot ``` @@ -5154,7 +5132,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-split-settings (πŸ₯‰27 Β· ⭐ 1K) - Organize Django settings into multiple files and.. BSD-3 -- [GitHub](https://github.com/wemake-services/django-split-settings) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 65 Β· πŸ“¦ 2.4K Β· πŸ“‹ 45 - 8% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/wemake-services/django-split-settings) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 65 Β· πŸ“¦ 2.4K Β· πŸ“‹ 45 - 8% open Β· ⏱️ 11.12.2023): ``` git clone https://github.com/sobolevn/django-split-settings @@ -5171,12 +5149,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/etianen/django-watson ``` -- [PyPi](https://pypi.org/project/django-watson) (πŸ“₯ 19K / month Β· πŸ“¦ 110 Β· ⏱️ 14.01.2023): +- [PyPi](https://pypi.org/project/django-watson) (πŸ“₯ 18K / month Β· πŸ“¦ 110 Β· ⏱️ 14.01.2023): ``` pip install django-watson ```
-
django-cleanup (πŸ₯‰25 Β· ⭐ 990) - Automatically deletes old file for FileField and ImageField... MIT +
django-cleanup (πŸ₯‰25 Β· ⭐ 1K) - Automatically deletes old file for FileField and ImageField... MIT - [GitHub](https://github.com/un1t/django-cleanup) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 74 Β· πŸ“¦ 12K Β· πŸ“‹ 53 - 1% open Β· ⏱️ 14.06.2023): @@ -5199,31 +5177,31 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-cache-machine/django-cache-machine ``` -- [PyPi](https://pypi.org/project/django-cache-machine) (πŸ“₯ 8.7K / month Β· πŸ“¦ 110 Β· ⏱️ 06.07.2022): +- [PyPi](https://pypi.org/project/django-cache-machine) (πŸ“₯ 8.2K / month Β· πŸ“¦ 110 Β· ⏱️ 06.07.2022): ``` pip install django-cache-machine ```
-
django-easy-audit (πŸ₯‰25 Β· ⭐ 600) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 +
django-easy-audit (πŸ₯‰25 Β· ⭐ 610) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 -- [GitHub](https://github.com/soynatan/django-easy-audit) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 160 Β· πŸ“¦ 210 Β· πŸ“‹ 150 - 50% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/soynatan/django-easy-audit) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 160 Β· πŸ“¦ 220 Β· πŸ“‹ 150 - 50% open Β· ⏱️ 06.12.2023): ``` git clone https://github.com/soynatan/django-easy-audit ``` -- [PyPi](https://pypi.org/project/django-easy-audit) (πŸ“₯ 40K / month Β· πŸ“¦ 12 Β· ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/django-easy-audit) (πŸ“₯ 39K / month Β· πŸ“¦ 12 Β· ⏱️ 21.08.2023): ``` pip install django-easy-audit ```
django-robots (πŸ₯‰25 Β· ⭐ 450) - A Django app for managing robots.txt files following the.. BSD-3 -- [GitHub](https://github.com/jazzband/django-robots) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 92 Β· πŸ“¦ 1.3K Β· πŸ“‹ 67 - 31% open Β· ⏱️ 26.09.2023): +- [GitHub](https://github.com/jazzband/django-robots) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 93 Β· πŸ“¦ 1.3K Β· πŸ“‹ 66 - 28% open Β· ⏱️ 09.12.2023): ``` git clone https://github.com/jazzband/django-robots ``` -- [PyPi](https://pypi.org/project/django-robots) (πŸ“₯ 37K / month Β· πŸ“¦ 560 Β· ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/django-robots) (πŸ“₯ 37K / month Β· πŸ“¦ 560 Β· ⏱️ 09.12.2023): ``` pip install django-robots ``` @@ -5235,49 +5213,50 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/viewflow/viewflow ``` -- [PyPi](https://pypi.org/project/django-viewflow) (πŸ“₯ 5.3K / month Β· πŸ“¦ 32 Β· ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/django-viewflow) (πŸ“₯ 5.8K / month Β· πŸ“¦ 32 Β· ⏱️ 29.09.2023): ``` pip install django-viewflow ```
-
django-csp (πŸ₯‰24 Β· ⭐ 490) - Content Security Policy for Django. BSD-3 +
django-csp (πŸ₯‰24 Β· ⭐ 500) - Content Security Policy for Django. BSD-3 - [GitHub](https://github.com/mozilla/django-csp) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 94 Β· πŸ“¦ 77 Β· πŸ“‹ 100 - 20% open Β· ⏱️ 29.11.2023): ``` git clone https://github.com/mozilla/django-csp ``` -- [PyPi](https://pypi.org/project/django-csp) (πŸ“₯ 420K / month Β· πŸ“¦ 27 Β· ⏱️ 12.08.2020): +- [PyPi](https://pypi.org/project/django-csp) (πŸ“₯ 430K / month Β· πŸ“¦ 27 Β· ⏱️ 12.08.2020): ``` pip install django-csp ```
django-codemod (πŸ₯‰21 Β· ⭐ 170) - A tool to automatically fix Django deprecations. MIT -- [GitHub](https://github.com/browniebroke/django-codemod) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 16 Β· πŸ“₯ 620 Β· πŸ“¦ 2 Β· πŸ“‹ 40 - 22% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/browniebroke/django-codemod) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 16 Β· πŸ“₯ 620 Β· πŸ“¦ 2 Β· πŸ“‹ 40 - 22% open Β· ⏱️ 19.12.2023): ``` git clone https://github.com/browniebroke/django-codemod ``` -- [PyPi](https://pypi.org/project/django-codemod) (πŸ“₯ 900 / month Β· ⏱️ 03.12.2023): +- [PyPi](https://pypi.org/project/django-codemod) (πŸ“₯ 940 / month Β· ⏱️ 11.12.2023): ``` pip install django-codemod ```
-
Show 14 hidden projects... +
Show 15 hidden projects... - django-braces (πŸ₯‰30 Β· ⭐ 1.9K Β· πŸ’€) - Reusable, generic mixins for Django. BSD-3 - django-q (πŸ₯‰30 Β· ⭐ 1.8K Β· πŸ’€) - A multiprocessing distributed task queue for Django. MIT - jsonfield (πŸ₯‰30 Β· ⭐ 1.2K Β· πŸ’€) - A reusable Django model field for storing ad-hoc JSON data. MIT -- django-shop (πŸ₯‰29 Β· ⭐ 3.1K Β· πŸ’€) - A Django based shop system. BSD-3 - django-redis-cache (πŸ₯‰28 Β· ⭐ 1K Β· πŸ’€) - A Redis cache backend for django. BSD-3 - django-paypal (πŸ₯‰28 Β· ⭐ 700 Β· πŸ’€) - A pluggable Django application for integrating PayPal.. MIT -- django-blog-zinnia (πŸ₯‰27 Β· ⭐ 2.1K Β· πŸ’€) - Simple yet powerful and really extendable application.. BSD-3 +- django-shop (πŸ₯‰27 Β· ⭐ 3.1K Β· πŸ’€) - A Django based shop system. BSD-3 - django-summernote (πŸ₯‰26 Β· ⭐ 990 Β· πŸ’€) - Simply integrate Summernote editor with Django project. MIT - django-jenkins (πŸ₯‰26 Β· ⭐ 950 Β· πŸ’€) - Plug and play continuous integration with django and.. ❗️LGPL-3.0 +- django-blog-zinnia (πŸ₯‰25 Β· ⭐ 2.1K Β· πŸ’€) - Simple yet powerful and really extendable application.. BSD-3 - django-floppyforms (πŸ₯‰25 Β· ⭐ 830 Β· πŸ’€) - Full control of form rendering in the templates. ❗️MirOS - django-solo (πŸ₯‰25 Β· ⭐ 810 Β· πŸ’€) - Helps working with singletons - things like global.. ❗️CC-BY-3.0 - django-vanilla-views (πŸ₯‰24 Β· ⭐ 970 Β· πŸ’€) - Beautifully simple class-based views. BSD-2 +- django-polymorphic (πŸ₯‰23 Β· ⭐ 1.5K Β· πŸ“‰) - Improved Django model inheritance with automatic.. ❗Unlicensed - merchant (πŸ₯‰19 Β· ⭐ 1K Β· πŸ’€) - A Django app to accept payments from various payment processors.. BSD-3 - django-schedule (πŸ₯‰15 Β· ⭐ 830 Β· πŸ’€) - A calendaring app for Django. It is now stable,.. BSD-3
@@ -5287,9 +5266,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
twisted (πŸ₯‡45 Β· ⭐ 5.3K) - Event-driven networking engine written in Python. MIT +
twisted (πŸ₯‡44 Β· ⭐ 5.3K) - Event-driven networking engine written in Python. MIT -- [GitHub](https://github.com/twisted/twisted) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.2K Β· πŸ“¦ 78K Β· πŸ“‹ 10K - 27% open Β· ⏱️ 02.12.2023): +- [GitHub](https://github.com/twisted/twisted) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.2K Β· πŸ“¦ 78K Β· πŸ“‹ 10K - 27% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/twisted/twisted @@ -5305,12 +5284,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
certbot (πŸ₯‡41 Β· ⭐ 30K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. Apache-2 -- [GitHub](https://github.com/certbot/certbot) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 3.4K Β· πŸ“₯ 110K Β· πŸ“¦ 1.9K Β· πŸ“‹ 5.3K - 5% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/certbot/certbot) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 3.4K Β· πŸ“₯ 120K Β· πŸ“¦ 1.9K Β· πŸ“‹ 5.3K - 5% open Β· ⏱️ 13.12.2023): ``` git clone https://github.com/certbot/certbot ``` -- [PyPi](https://pypi.org/project/certbot) (πŸ“₯ 490K / month Β· πŸ“¦ 340 Β· ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/certbot) (πŸ“₯ 480K / month Β· πŸ“¦ 340 Β· ⏱️ 05.12.2023): ``` pip install certbot ``` @@ -5319,7 +5298,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge certbot-apache ```
-
jinja (πŸ₯‡41 Β· ⭐ 9.6K) - A very fast and expressive template engine. BSD-3 +
jinja (πŸ₯‡41 Β· ⭐ 9.7K) - A very fast and expressive template engine. BSD-3 - [GitHub](https://github.com/pallets/jinja) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.6K Β· πŸ“₯ 55K Β· πŸ“¦ 21 Β· πŸ“‹ 1K - 7% open Β· ⏱️ 06.09.2023): @@ -5330,35 +5309,35 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install jinja2 ``` -- [Conda](https://anaconda.org/conda-forge/jinja2) (πŸ“₯ 34M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/jinja2) (πŸ“₯ 35M Β· ⏱️ 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 +
web3.py (πŸ₯‡40 Β· ⭐ 4.6K) - A python interface for interacting with the Ethereum blockchain and.. MIT -- [GitHub](https://github.com/ethereum/web3.py) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.6K Β· πŸ“¦ 18K Β· πŸ“‹ 1.4K - 12% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/ethereum/web3.py) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.6K Β· πŸ“¦ 18K Β· πŸ“‹ 1.4K - 12% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/ethereum/web3.py ``` -- [PyPi](https://pypi.org/project/web3) (πŸ“₯ 1.2M / month Β· πŸ“¦ 1.1K Β· ⏱️ 27.11.2023): +- [PyPi](https://pypi.org/project/web3) (πŸ“₯ 1.2M / month Β· πŸ“¦ 1.1K Β· ⏱️ 20.12.2023): ``` pip install web3 ``` -- [Conda](https://anaconda.org/conda-forge/web3) (πŸ“₯ 180K Β· ⏱️ 05.12.2023): +- [Conda](https://anaconda.org/conda-forge/web3) (πŸ“₯ 190K Β· ⏱️ 05.12.2023): ``` conda install -c conda-forge web3 ```
scapy (πŸ₯‡39 Β· ⭐ 9.6K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 -- [GitHub](https://github.com/secdev/scapy) (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 1.9K Β· πŸ“¦ 13K Β· πŸ“‹ 1.6K - 8% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/secdev/scapy) (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 1.9K Β· πŸ“¦ 13K Β· πŸ“‹ 1.6K - 8% open Β· ⏱️ 09.12.2023): ``` git clone https://github.com/secdev/scapy ``` -- [PyPi](https://pypi.org/project/scapy) (πŸ“₯ 1.9M / month Β· πŸ“¦ 1K Β· ⏱️ 25.12.2022): +- [PyPi](https://pypi.org/project/scapy) (πŸ“₯ 1.8M / month Β· πŸ“¦ 1K Β· ⏱️ 25.12.2022): ``` pip install scapy ``` @@ -5369,12 +5348,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dnspython (πŸ₯‡39 Β· ⭐ 2.3K) - a powerful DNS toolkit for python. ISC -- [GitHub](https://github.com/rthalley/dnspython) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 490 Β· πŸ“₯ 200 Β· πŸ“¦ 250K Β· πŸ“‹ 500 - 1% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/rthalley/dnspython) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 530 Β· πŸ“₯ 220 Β· πŸ“¦ 250K Β· πŸ“‹ 500 - 0% open Β· ⏱️ 20.12.2023): ``` git clone https://github.com/rthalley/dnspython ``` -- [PyPi](https://pypi.org/project/dnspython) (πŸ“₯ 32M / month Β· πŸ“¦ 4.8K Β· ⏱️ 09.08.2023): +- [PyPi](https://pypi.org/project/dnspython) (πŸ“₯ 31M / month Β· πŸ“¦ 4.8K Β· ⏱️ 09.08.2023): ``` pip install dnspython ``` @@ -5385,19 +5364,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pwntools (πŸ₯ˆ38 Β· ⭐ 11K) - CTF framework and exploit development library. MIT -- [GitHub](https://github.com/Gallopsled/pwntools) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 1.7K Β· πŸ“¦ 1.3K Β· πŸ“‹ 1K - 12% open Β· ⏱️ 06.12.2023): +- [GitHub](https://github.com/Gallopsled/pwntools) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 1.7K Β· πŸ“¦ 1.3K Β· πŸ“‹ 1K - 12% open Β· ⏱️ 14.12.2023): ``` git clone https://github.com/Gallopsled/pwntools ``` -- [PyPi](https://pypi.org/project/pwntools) (πŸ“₯ 75K / month Β· πŸ“¦ 68 Β· ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/pwntools) (πŸ“₯ 70K / month Β· πŸ“¦ 68 Β· ⏱️ 14.11.2023): ``` pip install pwntools ```
impacket (πŸ₯ˆ37 Β· ⭐ 12K) - Impacket is a collection of Python classes for working with network.. Apache-2 -- [GitHub](https://github.com/fortra/impacket) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 3.2K Β· πŸ“₯ 180K Β· πŸ“¦ 4.2K Β· πŸ“‹ 880 - 20% open Β· ⏱️ 14.11.2023): +- [GitHub](https://github.com/fortra/impacket) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 3.2K Β· πŸ“₯ 190K Β· πŸ“¦ 4.3K Β· πŸ“‹ 890 - 21% open Β· ⏱️ 14.11.2023): ``` git clone https://github.com/SecureAuthCorp/impacket @@ -5414,7 +5393,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/RDFLib/rdflib ``` -- [PyPi](https://pypi.org/project/rdflib) (πŸ“₯ 3.1M / month Β· πŸ“¦ 2.2K Β· ⏱️ 01.08.2023): +- [PyPi](https://pypi.org/project/rdflib) (πŸ“₯ 2.5M / month Β· πŸ“¦ 2.2K Β· ⏱️ 01.08.2023): ``` pip install rdflib ``` @@ -5425,12 +5404,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
itsdangerous (πŸ₯ˆ36 Β· ⭐ 2.8K) - Safely pass trusted data to untrusted environments and back. BSD-3 -- [GitHub](https://github.com/pallets/itsdangerous) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 220 Β· πŸ“¦ 970K Β· πŸ“‹ 110 - 0% open Β· ⏱️ 06.09.2023): +- [GitHub](https://github.com/pallets/itsdangerous) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 220 Β· πŸ“¦ 980K Β· πŸ“‹ 110 - 0% open Β· ⏱️ 06.09.2023): ``` git clone https://github.com/pallets/itsdangerous ``` -- [PyPi](https://pypi.org/project/itsdangerous) (πŸ“₯ 51M / month Β· πŸ“¦ 53K Β· ⏱️ 24.03.2022): +- [PyPi](https://pypi.org/project/itsdangerous) (πŸ“₯ 48M / month Β· πŸ“¦ 53K Β· ⏱️ 24.03.2022): ``` pip install itsdangerous ``` @@ -5455,46 +5434,46 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge pyopenssl ```
-
webargs (πŸ₯ˆ35 Β· ⭐ 1.3K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT +
certifi (πŸ₯ˆ36 Β· ⭐ 720) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 -- [GitHub](https://github.com/marshmallow-code/webargs) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 160 Β· πŸ“¦ 7.4K Β· πŸ“‹ 290 - 2% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/certifi/python-certifi) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 280 Β· πŸ“¦ 5 Β· πŸ“‹ 140 - 3% open Β· ⏱️ 18.12.2023): ``` - git clone https://github.com/marshmallow-code/webargs + git clone https://github.com/certifi/python-certifi ``` -- [PyPi](https://pypi.org/project/webargs) (πŸ“₯ 1.2M / month Β· πŸ“¦ 480 Β· ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/certifi) (πŸ“₯ 350M / month Β· πŸ“¦ 45K Β· ⏱️ 18.11.2023): ``` - pip install webargs + pip install certifi ``` -- [Conda](https://anaconda.org/conda-forge/webargs) (πŸ“₯ 210K Β· ⏱️ 10.07.2023): +- [Conda](https://anaconda.org/conda-forge/certifi) (πŸ“₯ 110M Β· ⏱️ 18.11.2023): ``` - conda install -c conda-forge webargs + conda install -c conda-forge certifi ```
-
certifi (πŸ₯ˆ35 Β· ⭐ 710) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 +
webargs (πŸ₯ˆ35 Β· ⭐ 1.4K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT -- [GitHub](https://github.com/certifi/python-certifi) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 280 Β· πŸ“¦ 5 Β· πŸ“‹ 140 - 3% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/marshmallow-code/webargs) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 160 Β· πŸ“¦ 7.5K Β· πŸ“‹ 290 - 2% open Β· ⏱️ 04.12.2023): ``` - git clone https://github.com/certifi/python-certifi + git clone https://github.com/marshmallow-code/webargs ``` -- [PyPi](https://pypi.org/project/certifi) (πŸ“₯ 340M / month Β· πŸ“¦ 45K Β· ⏱️ 18.11.2023): +- [PyPi](https://pypi.org/project/webargs) (πŸ“₯ 1.2M / month Β· πŸ“¦ 480 Β· ⏱️ 10.07.2023): ``` - pip install certifi + pip install webargs ``` -- [Conda](https://anaconda.org/conda-forge/certifi) (πŸ“₯ 100M Β· ⏱️ 18.11.2023): +- [Conda](https://anaconda.org/conda-forge/webargs) (πŸ“₯ 210K Β· ⏱️ 10.07.2023): ``` - conda install -c conda-forge certifi + conda install -c conda-forge webargs ```
idna (πŸ₯ˆ35 Β· ⭐ 220) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 -- [GitHub](https://github.com/kjd/idna) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 84 Β· πŸ“¦ 1.5M Β· πŸ“‹ 88 - 9% open Β· ⏱️ 28.11.2023): +- [GitHub](https://github.com/kjd/idna) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 83 Β· πŸ“¦ 1.6M Β· πŸ“‹ 87 - 8% open Β· ⏱️ 28.11.2023): ``` git clone https://github.com/kjd/idna ``` -- [PyPi](https://pypi.org/project/idna) (πŸ“₯ 270M / month Β· πŸ“¦ 39K Β· ⏱️ 25.11.2023): +- [PyPi](https://pypi.org/project/idna) (πŸ“₯ 310M / month Β· πŸ“¦ 39K Β· ⏱️ 25.11.2023): ``` pip install idna ``` @@ -5503,26 +5482,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge idna ```
-
weblate (πŸ₯ˆ34 Β· ⭐ 3.9K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 +
weblate (πŸ₯ˆ34 Β· ⭐ 4K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 -- [GitHub](https://github.com/WeblateOrg/weblate) (πŸ‘¨β€πŸ’» 1.6K Β· πŸ”€ 930 Β· πŸ“₯ 5.2K Β· πŸ“¦ 31 Β· πŸ“‹ 5K - 8% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/WeblateOrg/weblate) (πŸ‘¨β€πŸ’» 1.6K Β· πŸ”€ 940 Β· πŸ“₯ 5.5K Β· πŸ“¦ 31 Β· πŸ“‹ 5K - 8% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/WeblateOrg/weblate ``` -- [PyPi](https://pypi.org/project/weblate) (πŸ“₯ 3.8K / month Β· πŸ“¦ 11 Β· ⏱️ 22.11.2023): +- [PyPi](https://pypi.org/project/weblate) (πŸ“₯ 3.5K / month Β· πŸ“¦ 11 Β· ⏱️ 19.12.2023): ``` pip install weblate ```
netaddr (πŸ₯ˆ34 Β· ⭐ 740) - A network address manipulation library for Python. BSD-3 -- [GitHub](https://github.com/netaddr/netaddr) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 170 Β· πŸ“¦ 29K Β· πŸ“‹ 180 - 28% open Β· ⏱️ 19.09.2023): +- [GitHub](https://github.com/netaddr/netaddr) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 170 Β· πŸ“¦ 29K Β· πŸ“‹ 180 - 28% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/netaddr/netaddr ``` -- [PyPi](https://pypi.org/project/netaddr) (πŸ“₯ 4.9M / month Β· πŸ“¦ 4.8K Β· ⏱️ 18.09.2023): +- [PyPi](https://pypi.org/project/netaddr) (πŸ“₯ 5M / month Β· πŸ“¦ 4.8K Β· ⏱️ 18.09.2023): ``` pip install netaddr ``` @@ -5531,140 +5510,140 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge netaddr ```
-
pywebview (πŸ₯ˆ33 Β· ⭐ 3.9K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 +
saleor (πŸ₯ˆ33 Β· ⭐ 19K) - Saleor Core: the high performance, composable, headless.. BSD-3 + +- [GitHub](https://github.com/saleor/saleor) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 5.1K Β· πŸ“₯ 83 Β· πŸ“¦ 3 Β· πŸ“‹ 4.2K - 14% open Β· ⏱️ 21.12.2023): + + ``` + git clone https://github.com/saleor/saleor + ``` +
+
pywebview (πŸ₯ˆ33 Β· ⭐ 4K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 -- [GitHub](https://github.com/r0x0r/pywebview) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 500 Β· πŸ“¦ 1.5K Β· πŸ“‹ 860 - 2% open Β· ⏱️ 28.11.2023): +- [GitHub](https://github.com/r0x0r/pywebview) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 490 Β· πŸ“¦ 1.6K Β· πŸ“‹ 870 - 2% open Β· ⏱️ 10.12.2023): ``` git clone https://github.com/r0x0r/pywebview ``` -- [PyPi](https://pypi.org/project/pywebview) (πŸ“₯ 46K / month Β· πŸ“¦ 100 Β· ⏱️ 31.10.2023): +- [PyPi](https://pypi.org/project/pywebview) (πŸ“₯ 43K / 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](https://github.com/fake-useragent/fake-useragent) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 510 Β· πŸ“¦ 25K Β· πŸ“‹ 120 - 1% open Β· ⏱️ 04.12.2023): +- [GitHub](https://github.com/fake-useragent/fake-useragent) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 510 Β· πŸ“¦ 25K Β· πŸ“‹ 120 - 0% open Β· ⏱️ 04.12.2023): ``` git clone https://github.com/hellysmile/fake-useragent ``` -- [PyPi](https://pypi.org/project/fake-useragent) (πŸ“₯ 2.2M / month Β· πŸ“¦ 980 Β· ⏱️ 24.11.2023): +- [PyPi](https://pypi.org/project/fake-useragent) (πŸ“₯ 2.3M / month Β· πŸ“¦ 980 Β· ⏱️ 24.11.2023): ``` pip install fake-useragent ``` -- [Conda](https://anaconda.org/conda-forge/fake-useragent) (πŸ“₯ 17K Β· ⏱️ 25.11.2023): +- [Conda](https://anaconda.org/conda-forge/fake-useragent) (πŸ“₯ 18K Β· ⏱️ 25.11.2023): ``` conda install -c conda-forge fake-useragent ```
-
terminado (πŸ₯ˆ33 Β· ⭐ 350) - Terminals served by tornado websockets. BSD-2 +
aiortc (πŸ₯ˆ32 Β· ⭐ 3.7K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 -- [GitHub](https://github.com/jupyter/terminado) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 92 Β· πŸ“₯ 240 Β· πŸ“¦ 240K Β· πŸ“‹ 68 - 41% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/aiortc/aiortc) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 700 Β· πŸ“¦ 2.5K Β· πŸ“‹ 690 - 4% open Β· ⏱️ 01.12.2023): ``` - git clone https://github.com/jupyter/terminado - ``` -- [PyPi](https://pypi.org/project/terminado) (πŸ“₯ 10M / month Β· πŸ“¦ 7K Β· ⏱️ 10.11.2023): - ``` - pip install terminado + git clone https://github.com/aiortc/aiortc ``` -- [Conda](https://anaconda.org/conda-forge/terminado) (πŸ“₯ 14M Β· ⏱️ 12.11.2023): +- [PyPi](https://pypi.org/project/aiortc) (πŸ“₯ 53K / month Β· πŸ“¦ 40 Β· ⏱️ 01.12.2023): ``` - conda install -c conda-forge terminado + pip install aiortc ```
-
Mako (πŸ₯ˆ33 Β· ⭐ 290) - Mako Templates for Python. MIT +
pynacl (πŸ₯ˆ32 Β· ⭐ 1K) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2 -- [GitHub](https://github.com/sqlalchemy/mako) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 54 Β· πŸ“¦ 210K Β· πŸ“‹ 340 - 19% open Β· ⏱️ 08.11.2023): +- [GitHub](https://github.com/pyca/pynacl) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 220 Β· πŸ“‹ 300 - 14% open Β· ⏱️ 17.12.2023): ``` - git clone https://github.com/sqlalchemy/mako + git clone https://github.com/pyca/pynacl ``` -- [PyPi](https://pypi.org/project/mako) (πŸ“₯ 33M / month Β· πŸ“¦ 14K Β· ⏱️ 08.11.2023): +- [PyPi](https://pypi.org/project/pynacl) (πŸ“₯ 48M / month Β· πŸ“¦ 2.6K Β· ⏱️ 07.01.2022): ``` - pip install mako + pip install pynacl ``` -- [Conda](https://anaconda.org/conda-forge/mako) (πŸ“₯ 5.7M Β· ⏱️ 08.11.2023): +- [Conda](https://anaconda.org/conda-forge/pynacl) (πŸ“₯ 5.3M Β· ⏱️ 24.09.2023): ``` - conda install -c conda-forge mako + conda install -c conda-forge pynacl ```
-
saleor (πŸ₯ˆ32 Β· ⭐ 19K) - Saleor Core: the high performance, composable, headless.. BSD-3 +
terminado (πŸ₯ˆ32 Β· ⭐ 350) - Terminals served by tornado websockets. BSD-2 -- [GitHub](https://github.com/saleor/saleor) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 5.1K Β· πŸ“₯ 82 Β· πŸ“¦ 3 Β· πŸ“‹ 4.2K - 14% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/jupyter/terminado) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 92 Β· πŸ“₯ 240 Β· πŸ“¦ 240K Β· πŸ“‹ 68 - 41% open Β· ⏱️ 05.12.2023): ``` - git clone https://github.com/saleor/saleor + git clone https://github.com/jupyter/terminado ``` -
-
aiortc (πŸ₯ˆ32 Β· ⭐ 3.7K Β· πŸ“ˆ) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 - -- [GitHub](https://github.com/aiortc/aiortc) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 700 Β· πŸ“¦ 2.5K Β· πŸ“‹ 690 - 4% open Β· ⏱️ 01.12.2023): - +- [PyPi](https://pypi.org/project/terminado) (πŸ“₯ 11M / month Β· πŸ“¦ 7K Β· ⏱️ 10.11.2023): ``` - git clone https://github.com/aiortc/aiortc + pip install terminado ``` -- [PyPi](https://pypi.org/project/aiortc) (πŸ“₯ 45K / month Β· πŸ“¦ 40 Β· ⏱️ 01.12.2023): +- [Conda](https://anaconda.org/conda-forge/terminado) (πŸ“₯ 14M Β· ⏱️ 12.11.2023): ``` - pip install aiortc + conda install -c conda-forge terminado ```
-
pynacl (πŸ₯ˆ32 Β· ⭐ 1K) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2 +
Mako (πŸ₯ˆ32 Β· ⭐ 290) - Mako Templates for Python. MIT -- [GitHub](https://github.com/pyca/pynacl) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 220 Β· πŸ“‹ 300 - 14% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/sqlalchemy/mako) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 55 Β· πŸ“¦ 210K Β· πŸ“‹ 340 - 19% open Β· ⏱️ 08.11.2023): ``` - git clone https://github.com/pyca/pynacl + git clone https://github.com/sqlalchemy/mako ``` -- [PyPi](https://pypi.org/project/pynacl) (πŸ“₯ 48M / month Β· πŸ“¦ 2.6K Β· ⏱️ 07.01.2022): +- [PyPi](https://pypi.org/project/mako) (πŸ“₯ 33M / month Β· πŸ“¦ 14K Β· ⏱️ 08.11.2023): ``` - pip install pynacl + pip install mako ``` -- [Conda](https://anaconda.org/conda-forge/pynacl) (πŸ“₯ 5.3M Β· ⏱️ 24.09.2023): +- [Conda](https://anaconda.org/conda-forge/mako) (πŸ“₯ 5.7M Β· ⏱️ 08.11.2023): ``` - conda install -c conda-forge pynacl + conda install -c conda-forge mako ```
maltrail (πŸ₯‰31 Β· ⭐ 5.5K) - Malicious traffic detection system. MIT -- [GitHub](https://github.com/stamparm/maltrail) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 970 Β· πŸ“¦ 20 Β· πŸ“‹ 410 - 20% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/stamparm/maltrail) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 970 Β· πŸ“¦ 20 Β· πŸ“‹ 410 - 20% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/stamparm/maltrail ```
-
aiodns (πŸ₯‰30 Β· ⭐ 500) - Simple DNS resolver for asyncio. MIT +
tifffile (πŸ₯‰31 Β· ⭐ 440) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 -- [GitHub](https://github.com/saghul/aiodns) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 65 Β· πŸ“¦ 49K Β· πŸ“‹ 65 - 9% open Β· ⏱️ 16.10.2023): +- [GitHub](https://github.com/cgohlke/tifffile) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 160 Β· πŸ“₯ 190 Β· πŸ“¦ 46K Β· πŸ“‹ 210 - 0% open Β· ⏱️ 09.12.2023): ``` - git clone https://github.com/saghul/aiodns + git clone https://github.com/cgohlke/tifffile ``` -- [PyPi](https://pypi.org/project/aiodns) (πŸ“₯ 2.7M / month Β· πŸ“¦ 1.2K Β· ⏱️ 16.10.2023): +- [PyPi](https://pypi.org/project/tifffile) (πŸ“₯ 6.5M / month Β· πŸ“¦ 810 Β· ⏱️ 09.12.2023): ``` - pip install aiodns + pip install tifffile ``` -- [Conda](https://anaconda.org/conda-forge/aiodns) (πŸ“₯ 220K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/tifffile) (πŸ“₯ 4.1M Β· ⏱️ 10.12.2023): ``` - conda install -c conda-forge aiodns + conda install -c conda-forge tifffile ```
-
tifffile (πŸ₯‰30 Β· ⭐ 440) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 +
aiodns (πŸ₯‰30 Β· ⭐ 500) - Simple DNS resolver for asyncio. MIT -- [GitHub](https://github.com/cgohlke/tifffile) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 160 Β· πŸ“₯ 190 Β· πŸ“¦ 45K Β· πŸ“‹ 210 - 0% open Β· ⏱️ 27.09.2023): +- [GitHub](https://github.com/saghul/aiodns) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 65 Β· πŸ“¦ 49K Β· πŸ“‹ 65 - 9% open Β· ⏱️ 16.10.2023): ``` - git clone https://github.com/cgohlke/tifffile + git clone https://github.com/saghul/aiodns ``` -- [PyPi](https://pypi.org/project/tifffile) (πŸ“₯ 6.1M / month Β· πŸ“¦ 800 Β· ⏱️ 27.09.2023): +- [PyPi](https://pypi.org/project/aiodns) (πŸ“₯ 2.8M / month Β· πŸ“¦ 1.2K Β· ⏱️ 16.10.2023): ``` - pip install tifffile + pip install aiodns ``` -- [Conda](https://anaconda.org/conda-forge/tifffile) (πŸ“₯ 4.1M Β· ⏱️ 27.09.2023): +- [Conda](https://anaconda.org/conda-forge/aiodns) (πŸ“₯ 220K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge tifffile + conda install -c conda-forge aiodns ```
sslyze (πŸ₯‰29 Β· ⭐ 3.1K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0 @@ -5697,32 +5676,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
klein (πŸ₯‰29 Β· ⭐ 820) - werkzeug + twisted.web. MIT -- [GitHub](https://github.com/twisted/klein) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 130 Β· πŸ“¦ 1.8K Β· πŸ“‹ 180 - 44% open Β· ⏱️ 05.12.2023): +- [GitHub](https://github.com/twisted/klein) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 130 Β· πŸ“¦ 1.8K Β· πŸ“‹ 180 - 44% open Β· ⏱️ 12.12.2023): ``` git clone https://github.com/twisted/klein ``` -- [PyPi](https://pypi.org/project/klein) (πŸ“₯ 70K / month Β· πŸ“¦ 390 Β· ⏱️ 02.05.2023): +- [PyPi](https://pypi.org/project/klein) (πŸ“₯ 68K / month Β· πŸ“¦ 390 Β· ⏱️ 02.05.2023): ``` pip install klein ```
-
pyngrok (πŸ₯‰29 Β· ⭐ 380) - A Python wrapper for ngrok. MIT - -- [GitHub](https://github.com/alexdlaird/pyngrok) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 62 Β· πŸ“¦ 5K Β· ⏱️ 07.12.2023): - - ``` - git clone https://github.com/alexdlaird/pyngrok - ``` -- [PyPi](https://pypi.org/project/pyngrok) (πŸ“₯ 290K / month Β· πŸ“¦ 100 Β· ⏱️ 04.12.2023): - ``` - pip install pyngrok - ``` -- [Conda](https://anaconda.org/conda-forge/pyngrok) (πŸ“₯ 99K Β· ⏱️ 04.12.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](https://github.com/pyload/pyload) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 700 Β· πŸ“₯ 99K Β· πŸ“¦ 10 Β· πŸ“‹ 3.1K - 5% open Β· ⏱️ 21.11.2023): @@ -5730,19 +5693,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pyload/pyload ``` -- [PyPi](https://pypi.org/project/pyload-ng) (πŸ“₯ 3.3K / month Β· πŸ“¦ 1 Β· ⏱️ 21.11.2023): +- [PyPi](https://pypi.org/project/pyload-ng) (πŸ“₯ 3.4K / month Β· πŸ“¦ 1 Β· ⏱️ 21.11.2023): ``` pip install pyload-ng ```
dpkt (πŸ₯‰28 Β· ⭐ 1K Β· πŸ’€) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 -- [GitHub](https://github.com/kbandla/dpkt) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 270 Β· πŸ“¦ 1.5K Β· πŸ“‹ 380 - 19% open Β· ⏱️ 27.01.2023): +- [GitHub](https://github.com/kbandla/dpkt) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 270 Β· πŸ“¦ 1.6K Β· πŸ“‹ 380 - 19% open Β· ⏱️ 27.01.2023): ``` git clone https://github.com/kbandla/dpkt ``` -- [PyPi](https://pypi.org/project/dpkt) (πŸ“₯ 280K / month Β· πŸ“¦ 330 Β· ⏱️ 18.08.2022): +- [PyPi](https://pypi.org/project/dpkt) (πŸ“₯ 300K / month Β· πŸ“¦ 330 Β· ⏱️ 18.08.2022): ``` pip install dpkt ``` @@ -5751,6 +5714,22 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge dpkt ```
+
pyngrok (πŸ₯‰28 Β· ⭐ 380) - A Python wrapper for ngrok. MIT + +- [GitHub](https://github.com/alexdlaird/pyngrok) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 63 Β· πŸ“¦ 5.1K Β· πŸ“‹ 80 - 1% open Β· ⏱️ 07.12.2023): + + ``` + git clone https://github.com/alexdlaird/pyngrok + ``` +- [PyPi](https://pypi.org/project/pyngrok) (πŸ“₯ 330K / month Β· πŸ“¦ 100 Β· ⏱️ 04.12.2023): + ``` + pip install pyngrok + ``` +- [Conda](https://anaconda.org/conda-forge/pyngrok) (πŸ“₯ 99K Β· ⏱️ 04.12.2023): + ``` + conda install -c conda-forge pyngrok + ``` +
Radicale (πŸ₯‰26 Β· ⭐ 2.9K Β· πŸ’€) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 - [GitHub](https://github.com/Kozea/Radicale) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 400 Β· πŸ“¦ 140 Β· πŸ“‹ 940 - 38% open Β· ⏱️ 22.04.2023): @@ -5758,26 +5737,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/Kozea/Radicale ``` -- [PyPi](https://pypi.org/project/radicale) (πŸ“₯ 7.2K / month Β· πŸ“¦ 43 Β· ⏱️ 14.07.2022): +- [PyPi](https://pypi.org/project/radicale) (πŸ“₯ 6.5K / month Β· πŸ“¦ 43 Β· ⏱️ 14.07.2022): ``` pip install radicale ```
proxy.py (πŸ₯‰26 Β· ⭐ 2.7K Β· πŸ’€) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-.. BSD-3 -- [GitHub](https://github.com/abhinavsingh/proxy.py) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 530 Β· πŸ“₯ 960 Β· πŸ“¦ 130 Β· πŸ“‹ 300 - 22% open Β· ⏱️ 17.04.2023): +- [GitHub](https://github.com/abhinavsingh/proxy.py) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 520 Β· πŸ“₯ 970 Β· πŸ“¦ 130 Β· πŸ“‹ 300 - 22% open Β· ⏱️ 17.04.2023): ``` git clone https://github.com/abhinavsingh/proxy.py ``` -- [PyPi](https://pypi.org/project/proxy.py) (πŸ“₯ 140K / month Β· πŸ“¦ 20 Β· ⏱️ 14.03.2023): +- [PyPi](https://pypi.org/project/proxy.py) (πŸ“₯ 150K / month Β· πŸ“¦ 20 Β· ⏱️ 14.03.2023): ``` pip install proxy.py ```
trustme (πŸ₯‰26 Β· ⭐ 510) - #1 quality TLS certs while you wait, for the discerning tester. MIT -- [GitHub](https://github.com/python-trio/trustme) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 27 Β· πŸ“¦ 590 Β· πŸ“‹ 32 - 9% open Β· ⏱️ 01.12.2023): +- [GitHub](https://github.com/python-trio/trustme) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 27 Β· πŸ“¦ 600 Β· πŸ“‹ 32 - 9% open Β· ⏱️ 01.12.2023): ``` git clone https://github.com/python-trio/trustme @@ -5786,27 +5765,27 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install trustme ``` -- [Conda](https://anaconda.org/conda-forge/trustme) (πŸ“₯ 8.3K Β· ⏱️ 10.07.2023): +- [Conda](https://anaconda.org/conda-forge/trustme) (πŸ“₯ 8.4K Β· ⏱️ 10.07.2023): ``` conda install -c conda-forge trustme ```
-
healthchecks (πŸ₯‰24 Β· ⭐ 6.8K) - Open-source cron job and background task monitoring service,.. BSD-3 +
healthchecks (πŸ₯‰23 Β· ⭐ 6.9K) - Open-source cron job and background task monitoring service,.. BSD-3 -- [GitHub](https://github.com/healthchecks/healthchecks) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 700 Β· πŸ“¦ 1 Β· πŸ“‹ 650 - 11% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/healthchecks/healthchecks) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 710 Β· πŸ“¦ 1 Β· πŸ“‹ 660 - 10% open Β· ⏱️ 21.12.2023): ``` git clone https://github.com/healthchecks/healthchecks ```
-
urlwatch (πŸ₯‰23 Β· ⭐ 2.6K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3 +
urlwatch (πŸ₯‰23 Β· ⭐ 2.7K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3 - [GitHub](https://github.com/thp/urlwatch) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 350 Β· πŸ“‹ 480 - 15% open Β· ⏱️ 03.12.2023): ``` git clone https://github.com/thp/urlwatch ``` -- [PyPi](https://pypi.org/project/urlwatch) (πŸ“₯ 3.5K / month Β· πŸ“¦ 2 Β· ⏱️ 03.05.2023): +- [PyPi](https://pypi.org/project/urlwatch) (πŸ“₯ 3.2K / month Β· πŸ“¦ 2 Β· ⏱️ 03.05.2023): ``` pip install urlwatch ``` @@ -5818,11 +5797,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/florimondmanca/asgi-lifespan ``` -- [PyPi](https://pypi.org/project/asgi-lifespan) (πŸ“₯ 410K / month Β· πŸ“¦ 30 Β· ⏱️ 28.03.2023): +- [PyPi](https://pypi.org/project/asgi-lifespan) (πŸ“₯ 400K / month Β· πŸ“¦ 30 Β· ⏱️ 28.03.2023): ``` pip install asgi-lifespan ``` -- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (πŸ“₯ 87K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (πŸ“₯ 88K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge asgi-lifespan ``` @@ -5834,7 +5813,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/siddhantgoel/streaming-form-data ``` -- [PyPi](https://pypi.org/project/streaming-form-data) (πŸ“₯ 48K / month Β· πŸ“¦ 5 Β· ⏱️ 19.09.2023): +- [PyPi](https://pypi.org/project/streaming-form-data) (πŸ“₯ 41K / month Β· πŸ“¦ 5 Β· ⏱️ 19.09.2023): ``` pip install streaming-form-data ``` diff --git a/history/2023-12-21_changes.md b/history/2023-12-21_changes.md new file mode 100644 index 00000000..7360dab5 --- /dev/null +++ b/history/2023-12-21_changes.md @@ -0,0 +1,26 @@ +## πŸ“ˆ Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- flask (πŸ₯‡50 Β· ⭐ 65K Β· πŸ“ˆ) - The Python micro framework for building web applications. BSD-3 +- starlette (πŸ₯ˆ42 Β· ⭐ 9K Β· πŸ“ˆ) - The little ASGI framework that shines. BSD-3 +- lxml (πŸ₯‡40 Β· ⭐ 2.5K Β· πŸ“ˆ) - The lxml XML toolkit for Python. BSD-3 +- uvicorn (πŸ₯‡39 Β· ⭐ 7.4K Β· πŸ“ˆ) - An ASGI web server, for Python. BSD-3 +- chalice (πŸ₯‡36 Β· ⭐ 10K Β· πŸ“ˆ) - Python Serverless Microframework for AWS. Apache-2 + +## πŸ“‰ Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- django-cacheops (πŸ₯‰29 Β· ⭐ 1.9K Β· πŸ“‰) - A slick ORM cache with automatic granular event-.. BSD-3 +- django-polymorphic (πŸ₯‰23 Β· ⭐ 1.5K Β· πŸ“‰) - Improved Django model inheritance with automatic.. ❗Unlicensed +- flask-talisman (πŸ₯‰20 Β· ⭐ 900 Β· πŸ’€) - HTTP security headers for Flask. Apache-2 +- gabbi (πŸ₯‰18 Β· ⭐ 140 Β· πŸ“‰) - Declarative HTTP Testing for Python and anything else. ❗Unlicensed +- flask-bootstrap (πŸ₯‰13 Β· ⭐ 210 Β· πŸ’€) - A Flask app template with integrated SQLAlchemy,.. ❗Unlicensed + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- NiceGUI (πŸ₯ˆ33 Β· ⭐ 6.1K Β· βž•) - Create web-based user interfaces with Python. The nice way. MIT + diff --git a/history/2023-12-21_projects.csv b/history/2023-12-21_projects.csv new file mode 100644 index 00000000..8db1b55a --- /dev/null +++ b/history/2023-12-21_projects.csv @@ -0,0 +1,581 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,dependent_project_count,github_dependent_project_count,contributor_count,projectrank,show,labels,recent_commit_count,latest_stable_release_published_at,latest_stable_release_number,release_count,github_release_downloads,monthly_downloads,conda_id,pypi_id,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,trending,brew_id,maven_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,maven_url,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,updated_github_id,conda_dependent_project_count,new_addition,apt_id,licenses +0,Public APIs,public-apis/public-apis,third-party-apis,True,https://github.com/public-apis/public-apis,https://github.com/public-apis/public-apis,MIT,2016-03-20 23:49:42.000,2023-12-21 10:26:15.000,2023-09-20 13:07:26,4529.0,29079,3997.0,3078.0,186.0,531.0,271975,A collective list of free APIs.,2.0,2.0,1377.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,OpenAPI-Specification,OAI/OpenAPI-Specification,openapi-utils,True,https://github.com/OAI/OpenAPI-Specification,https://github.com/OAI/OpenAPI-Specification,Apache-2.0,2014-03-03 16:53:36.000,2023-12-14 17:38:42.000,2023-12-14 17:38:34,1988.0,9147,854.0,1120.0,595.0,1574.0,27570,The OpenAPI Specification Repository.,21.0,21.0,222.0,0,True,['openapi'],24.0,2021-02-16 19:33:45.000,3.1.0,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,GraphQL Specification,graphql/graphql-spec,graphql,True,https://github.com/graphql/graphql-spec,https://github.com/graphql/graphql-spec,,2015-07-01 01:26:56.000,2023-12-19 15:29:39.000,2023-12-14 12:48:30,589.0,1171,520.0,528.0,185.0,352.0,14162,GraphQL is a query language and execution engine tied to any backend service.,1.0,1.0,129.0,0,True,,2.0,2021-10-27 00:01:28.000,October2021,6.0,374.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-ml-python - DB Clients,ml-tooling/best-of-ml-python,third-party-apis,True,https://github.com/ml-tooling/best-of-ml-python,https://github.com/ml-tooling/best-of-ml-python,CC-BY-SA-4.0,2020-11-29 19:41:36.000,2023-12-21 15:57:57.000,2023-12-21 15:57:56,448.0,2137,383.0,237.0,18.0,33.0,14892,Collection of python database client libraries.,,,44.0,0,True,,24.0,2023-12-21 15:58:02.000,2023.12.21,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,flask,pallets/flask,web-frameworks,,https://github.com/pallets/flask,https://github.com/pallets/flask,BSD-3-Clause,2010-04-06 11:11:59.000,2023-12-14 20:06:42.000,2023-12-14 00:28:13,5214.0,16086,2134.0,2497.0,3.0,2581.0,65265,The Python micro framework for building web applications.,1840466.0,1717027.0,831.0,50,True,['flask'],45.0,2023-09-30 14:38:50.000,3.0.0,57.0,7063.0,96244039.0,conda-forge/flask,flask,https://pypi.org/project/flask,2023-09-30 14:36:10.000,123439.0,96027076.0,https://anaconda.org/conda-forge/flask,2023-10-03 16:08:50.320,6722686.0,1.0,1.0,,,,,,,,,,,,,,,,,, +5,django,django/django,web-frameworks,,https://github.com/django/django,https://github.com/django/django,BSD-3-Clause,2012-04-28 02:47:18.000,2023-12-21 14:25:31.000,2023-12-21 09:35:23,32263.0,30580,2292.0,17575.0,161.0,,74636,The Web framework for perfectionists with deadlines.,1640674.0,1516750.0,3034.0,49,True,['django'],228.0,2023-12-04 08:34:42.000,4.2.8,347.0,,13056337.0,conda-forge/django,django,https://pypi.org/project/django,2023-12-04 13:12:41.000,123924.0,13018290.0,https://anaconda.org/conda-forge/django,2023-12-08 17:30:07.195,1598013.0,1.0,,,,,,,,,,,,,,,,,,, +6,requests,psf/requests,http-clients,,https://github.com/psf/requests,https://github.com/psf/requests,Apache-2.0,2011-02-13 18:38:17.000,2023-12-20 16:53:15.000,2023-12-20 06:17:55,6223.0,9272,1341.0,2463.0,275.0,3657.0,50728,"A simple, yet elegant, HTTP library.",2839333.0,2629837.0,747.0,49,True,,34.0,2023-07-20 16:16:14.211,0.0.1,151.0,7629.0,375198149.0,conda-forge/requests,requests,https://pypi.org/project/requests,2023-07-20 16:16:14.211,209496.0,374759484.0,https://anaconda.org/conda-forge/requests,2023-06-16 13:18:00.202,39450126.0,1.0,,,,,,,,,,,,,,,,,,, +7,grpc,grpc/grpc,rpc,,https://github.com/grpc/grpc,https://github.com/grpc/grpc,Apache-2.0,2014-12-08 18:58:53.000,2023-12-21 05:32:57.000,2023-12-20 23:29:31,54233.0,10590,1367.0,24019.0,872.0,10480.0,39681,"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",10098.0,4716.0,993.0,48,True,,430.0,2023-12-07 18:53:17.000,1.60.0,235.0,19162.0,84236607.0,conda-forge/grpcio,grpcio,https://pypi.org/project/grpcio,2023-12-07 18:53:17.000,5382.0,83988246.0,https://anaconda.org/conda-forge/grpcio,2023-11-30 09:26:11.664,10401395.0,1.0,,,,,,,,,,,,,,,,,,, +8,selenium,SeleniumHQ/selenium,testing,,https://github.com/SeleniumHQ/selenium,https://github.com/SeleniumHQ/selenium,Apache-2.0,2013-01-14 21:40:56.000,2023-12-21 16:11:03.000,2023-12-21 16:11:02,30949.0,7936,1306.0,3465.0,239.0,9576.0,28440,A browser automation framework and ecosystem.,257406.0,240517.0,835.0,47,True,,572.0,2023-12-06 14:24:52.000,selenium-4.16.0,192.0,13914710.0,12963653.0,conda-forge/selenium,selenium,https://pypi.org/project/selenium,2023-12-06 14:23:21.000,16889.0,12784381.0,https://anaconda.org/conda-forge/selenium,2023-12-06 16:53:04.854,1218554.0,1.0,,,,,,,,,,,,,,,,,,, +9,aiohttp,aio-libs/aiohttp,http-clients,,https://github.com/aio-libs/aiohttp,https://github.com/aio-libs/aiohttp,Apache-2.0,2013-10-01 23:04:01.000,2023-12-21 11:25:01.000,2023-12-20 10:48:41,9485.0,1985,221.0,4953.0,499.0,2421.0,14204,Asynchronous HTTP client/server framework for asyncio and Python.,446727.0,431651.0,707.0,47,True,,182.0,2023-11-26 17:52:13.000,3.9.1,228.0,15189.0,103990079.0,conda-forge/aiohttp,aiohttp,https://pypi.org/project/aiohttp,2023-11-26 17:52:13.000,15076.0,103672198.0,https://anaconda.org/conda-forge/aiohttp,2023-11-27 16:12:02.040,12073440.0,1.0,,,,,,,,,,,,,,,,,,, +10,fastapi,tiangolo/fastapi,web-frameworks,,https://github.com/tiangolo/fastapi,https://github.com/tiangolo/fastapi,MIT,2018-12-08 08:21:47.000,2023-12-20 17:06:02.000,2023-12-20 17:06:01,3336.0,5568,651.0,2891.0,655.0,3343.0,66097,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",285652.0,282514.0,515.0,46,True,"['fastapi', 'openapi']",120.0,2023-12-12 00:39:07.000,0.105.0,184.0,,27741647.0,conda-forge/fastapi,fastapi,https://pypi.org/project/fastapi,2023-12-12 00:39:07.000,3138.0,27698175.0,https://anaconda.org/conda-forge/fastapi,2023-12-12 02:53:23.662,1869314.0,1.0,,,,,,,,,,,,,,,,,,, +11,Scrapy,scrapy/scrapy,web-scraping,,https://github.com/scrapy/scrapy,https://github.com/scrapy/scrapy,BSD-3-Clause,2010-02-22 02:01:14.000,2023-12-21 14:20:27.000,2023-12-21 09:36:21,10205.0,10153,1767.0,3217.0,709.0,2448.0,49606,"Scrapy, a fast high-level web crawling & scraping framework for Python.",46863.0,42232.0,630.0,45,True,,81.0,2023-09-18 12:19:20.000,2.11.0,96.0,,1502389.0,conda-forge/scrapy,scrapy,https://pypi.org/project/scrapy,2023-09-18 12:19:20.000,4631.0,1484412.0,https://anaconda.org/conda-forge/scrapy,2023-09-19 16:30:32.202,737070.0,1.0,,,,,,,,,,,,,,,,,,, +12,tornado,tornadoweb/tornado,web-frameworks,,https://github.com/tornadoweb/tornado,https://github.com/tornadoweb/tornado,Apache-2.0,2009-09-09 04:55:16.000,2023-12-08 00:42:37.000,2023-11-29 03:18:59,4683.0,5559,993.0,1542.0,218.0,1616.0,21365,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",446890.0,421075.0,438.0,45,True,,23.0,2023-08-11 15:21:47.000,6.3.3,72.0,,34350132.0,conda-forge/tornado,tornado,https://pypi.org/project/tornado,2023-11-29 03:39:29.000,25815.0,33353484.0,https://anaconda.org/conda-forge/tornado,2023-09-29 06:15:14.882,37872655.0,1.0,,,,,,,,,,,,,,,,,,, +13,gunicorn,benoitc/gunicorn,servers,,https://github.com/benoitc/gunicorn,https://github.com/benoitc/gunicorn,MIT,2009-11-30 18:18:08.000,2023-12-17 16:48:49.000,2023-12-07 14:39:01,3057.0,1672,224.0,1071.0,356.0,1713.0,9292,"gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",1148387.0,1086104.0,412.0,45,True,,10.0,2023-07-19 11:51:19.000,21.2.0,86.0,103.0,34725965.0,conda-forge/gunicorn,gunicorn,https://pypi.org/project/gunicorn,2023-07-19 11:46:44.000,62283.0,34663502.0,https://anaconda.org/conda-forge/gunicorn,2023-09-22 20:44:42.316,2373595.0,1.0,,,,,,,,,,,,,,,,,,, +14,urllib3,urllib3/urllib3,http-clients,,https://github.com/urllib3/urllib3,https://github.com/urllib3/urllib3,MIT,2011-09-18 18:08:28.000,2023-12-21 10:30:59.000,2023-12-20 22:30:10,4078.0,1105,98.0,2047.0,129.0,1079.0,3550,urllib3 is a user-friendly HTTP client library for Python.,1655005.0,1608533.0,340.0,45,True,,63.0,2023-11-13 12:29:42.000,2.1.0,94.0,27499.0,459473195.0,conda-forge/urllib3,urllib3,https://pypi.org/project/urllib3,2023-11-13 12:29:42.000,46472.0,458446696.0,https://anaconda.org/conda-forge/urllib3,2023-11-14 03:48:30.408,42066367.0,2.0,,,,,,,,,,,,,,,,,,, +15,werkzeug,pallets/werkzeug,web-frameworks,,https://github.com/pallets/werkzeug,https://github.com/pallets/werkzeug,BSD-3-Clause,2010-10-18 11:42:40.000,2023-12-04 20:29:42.000,2023-11-11 16:37:37,5524.0,1671,222.0,1666.0,5.0,1122.0,6472,The comprehensive WSGI web application library.,1174038.0,1174038.0,486.0,44,True,,26.0,2023-11-08 18:35:13.000,2.3.8,40.0,698.0,112394038.0,conda-forge/werkzeug,werkzeug,https://pypi.org/project/werkzeug,,,112086723.0,https://anaconda.org/conda-forge/werkzeug,2023-11-09 01:18:53.893,9526490.0,2.0,,,,,,,,,,,,,,,,,,, +16,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,MIT,2011-07-01 20:40:42.000,2023-12-21 10:11:53.000,2023-12-20 04:10:51,29716.0,1177,176.0,1951.0,2772.0,7447.0,5291,Event-driven networking engine written in Python.,88604.0,78302.0,264.0,44,True,,142.0,2023-10-31 08:10:38.000,23.10.0,98.0,,3787685.0,conda-forge/twisted,twisted,https://pypi.org/project/twisted,2023-10-31 08:10:38.000,10302.0,3760428.0,https://anaconda.org/conda-forge/twisted,2023-10-31 14:38:33.127,1035773.0,1.0,,,,,,,,,,,,,,,,,,, +17,youtube-dl,ytdl-org/youtube-dl,third-party-apis,,https://github.com/ytdl-org/youtube-dl,https://github.com/ytdl-org/youtube-dl,Unlicense,2010-10-31 14:35:07.000,2023-12-13 18:05:23.000,2023-12-06 02:45:41,18791.0,9285,2200.0,4885.0,4333.0,22588.0,125635,Command-line program to download videos from YouTube.com and other video sites.,1825.0,,1000.0,43,True,,10.0,2021-12-16 19:02:14.000,2021.12.17,955.0,60260692.0,1922455.0,conda-forge/youtube-dl,youtube_dl,https://pypi.org/project/youtube_dl,2021-12-16 19:02:14.000,1825.0,882933.0,https://anaconda.org/conda-forge/youtube-dl,2023-06-16 16:12:46.297,1289061.0,1.0,,youtube-dl,,,,,,,,,,,,,,,,, +18,discord.py,Rapptz/discord.py,third-party-apis,,https://github.com/Rapptz/discord.py,https://github.com/Rapptz/discord.py,MIT,2015-08-21 22:19:08.000,2023-12-18 22:47:30.000,2023-12-18 22:47:29,4971.0,3766,262.0,2715.0,108.0,2805.0,13832,An API wrapper for Discord written in Python.,40665.0,37886.0,403.0,43,True,,43.0,2023-08-10 21:44:05.000,2.3.2,77.0,,5671633.0,conda-forge/discord.py,discord.py,https://pypi.org/project/discord.py,2023-08-10 21:44:05.000,2779.0,5671227.0,https://anaconda.org/conda-forge/discord.py,2023-08-11 00:02:19.093,14233.0,1.0,,,,,,,,,,,,,,,,,,, +19,coverage,nedbat/coveragepy,testing,,https://github.com/nedbat/coveragepy,https://github.com/nedbat/coveragepy,Apache-2.0,2018-06-23 17:44:53.000,2023-12-21 15:40:26.000,2023-12-21 13:53:43,6187.0,391,32.0,326.0,272.0,1142.0,2724,The code coverage tool for Python.,413526.0,355435.0,187.0,43,True,,96.0,2023-12-20 17:24:41.000,7.3.4,133.0,,63975545.0,conda-forge/coverage,coverage,https://pypi.org/project/coverage,2023-12-20 17:20:44.000,58091.0,63649262.0,https://anaconda.org/conda-forge/coverage,2023-12-21 05:56:55.014,13377635.0,1.0,,,,,,,,,,,,,,,,,,, +20,sentry,getsentry/sentry,monitoring,,https://github.com/getsentry/sentry,https://github.com/getsentry/sentry,SSPL-1.0,2010-08-30 22:06:41.000,2023-12-21 16:13:47.000,2023-12-21 16:10:09,62784.0,3898,687.0,50945.0,1811.0,8558.0,35853,Developer-first error tracking and performance monitoring.,1071.0,677.0,810.0,42,True,,3705.0,2023-12-21 16:10:03.000,23.12.1,378.0,46947.0,21162.0,conda-forge/sentry-sdk,sentry,https://pypi.org/project/sentry,2023-07-25 17:18:50.000,394.0,3913.0,https://anaconda.org/conda-forge/sentry-sdk,2023-12-14 11:24:24.116,703079.0,1.0,,,,,,,,,,,,,,,,,,, +21,OpenAPI Generator,OpenAPITools/openapi-generator,openapi-utils,,https://github.com/OpenAPITools/openapi-generator,https://github.com/OpenAPITools/openapi-generator,Apache-2.0,2018-05-12 09:57:56.000,2023-12-21 13:57:42.000,2023-12-21 11:35:07,19496.0,5805,213.0,9981.0,4340.0,3451.0,18519,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",670.0,5.0,2952.0,42,True,['openapi'],338.0,2023-11-13 09:30:19.000,7.1.0,681.0,,1915562.0,,openapi-generator-cli,https://pypi.org/project/openapi-generator-cli,2020-05-15 12:33:56.000,,6650.0,,,,1.0,,,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,2023-07-18 04:18:52.037,665.0,1908912.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,,,, +22,httpx,encode/httpx,http-clients,,https://github.com/encode/httpx,https://github.com/encode/httpx,BSD-3-Clause,2019-04-04 12:27:00.000,2023-12-21 10:51:12.000,2023-12-21 10:51:11,1401.0,808,113.0,1469.0,37.0,784.0,11632,A next generation HTTP client for Python.,143676.0,139801.0,211.0,42,True,,46.0,2023-12-20 11:02:55.000,0.26.0,67.0,,31692810.0,conda-forge/httpx,httpx,https://pypi.org/project/httpx,2023-12-20 11:02:55.000,3875.0,31669910.0,https://anaconda.org/conda-forge/httpx,2023-12-20 15:08:42.813,984742.0,2.0,,,,,,,,,,,,,,,,,,, +23,starlette,encode/starlette,web-frameworks,,https://github.com/encode/starlette,https://github.com/encode/starlette,BSD-3-Clause,2018-06-25 13:16:21.000,2023-12-20 21:59:58.000,2023-12-20 21:59:58,1255.0,798,104.0,1350.0,40.0,663.0,8978,The little ASGI framework that shines.,162885.0,161755.0,255.0,42,True,,44.0,2023-12-16 15:37:08.000,0.34.0,142.0,,24229709.0,conda-forge/starlette,starlette,https://pypi.org/project/starlette,2023-12-16 15:37:08.000,1130.0,24183971.0,https://anaconda.org/conda-forge/starlette,2023-12-18 13:21:08.380,1875273.0,2.0,2.0,,,,,,,,,,,,,,,,,, +24,google-api-python-client,googleapis/google-api-python-client,third-party-apis,,https://github.com/googleapis/google-api-python-client,https://github.com/googleapis/google-api-python-client,Apache-2.0,2014-01-08 21:55:56.000,2023-12-19 07:08:10.000,2023-12-14 12:24:12,1695.0,2436,281.0,1193.0,126.0,913.0,7068,The official Python client library for Googles discovery based APIs.,184779.0,177016.0,189.0,42,True,,34.0,2023-12-12 20:20:57.000,2.111.0,200.0,,35327789.0,conda-forge/google-api-python-client,google-api-python-client,https://pypi.org/project/google-api-python-client,2023-12-12 20:20:57.000,7763.0,35267279.0,https://anaconda.org/conda-forge/google-api-python-client,2023-12-13 02:53:37.135,2601938.0,1.0,,,,,,,,,,,,,,,,,,, +25,GitPython,gitpython-developers/GitPython,third-party-apis,,https://github.com/gitpython-developers/GitPython,https://github.com/gitpython-developers/GitPython,BSD-3-Clause,2010-11-30 17:34:03.000,2023-12-21 09:12:39.000,2023-12-21 09:12:39,3520.0,902,103.0,638.0,146.0,815.0,4220,GitPython is a python library used to interact with Git repositories.,222200.0,213814.0,303.0,42,True,,336.0,2023-10-18 15:32:08.000,3.1.40,94.0,,52337208.0,conda-forge/gitpython,gitpython,https://pypi.org/project/gitpython,2023-10-18 15:28:36.000,8386.0,52171825.0,https://anaconda.org/conda-forge/gitpython,2023-10-18 17:35:07.521,7111483.0,1.0,,,,,,,,,,,,,,,,,,, +26,certbot,certbot/certbot,others,,https://github.com/certbot/certbot,https://github.com/certbot/certbot,Apache-2.0,2014-11-12 02:52:20.000,2023-12-20 10:58:27.000,2023-12-13 18:02:38,10880.0,3434,761.0,4579.0,273.0,5025.0,30459,Certbot is EFFs tool to obtain certs from Lets Encrypt and (optionally) auto-enable HTTPS on your server. It can also..,2204.0,1868.0,525.0,41,True,,65.0,2023-12-06 00:37:34.000,2.8.0,110.0,120246.0,487144.0,conda-forge/certbot-apache,certbot,https://pypi.org/project/certbot,2023-12-05 23:18:09.000,336.0,483919.0,https://anaconda.org/conda-forge/certbot-apache,2023-11-19 10:47:10.559,23903.0,1.0,,,,,,,,,,,,,,,,,,, +27,django-rest-framework,encode/django-rest-framework,web-frameworks,,https://github.com/encode/django-rest-framework,https://github.com/encode/django-rest-framework,,2011-03-02 17:13:56.000,2023-12-19 20:46:27.000,2023-12-06 16:44:47,8729.0,6667,622.0,4613.0,122.0,3774.0,26838,Web APIs for Django.,611464.0,611464.0,1382.0,41,False,['django'],14.0,2022-11-08 10:37:57.000,3.14.0,40.0,,117264.0,conda-forge/djangorestframework,django-rest-framework,https://pypi.org/project/django-rest-framework,,,111449.0,https://anaconda.org/conda-forge/djangorestframework,2023-06-16 13:24:55.645,540804.0,2.0,,,,,,,,,,,,,,,,,,, +28,python-telegram-bot,python-telegram-bot/python-telegram-bot,third-party-apis,,https://github.com/python-telegram-bot/python-telegram-bot,https://github.com/python-telegram-bot/python-telegram-bot,GPL-3.0,2015-07-07 15:30:39.000,2023-12-16 21:16:22.000,2023-12-14 20:37:00,2681.0,5045,594.0,1636.0,17.0,2002.0,23803,We have made you a wrapper you cant refuse.,96824.0,94266.0,184.0,41,True,,44.0,2023-11-27 18:07:50.000,20.7,132.0,21195.0,1041591.0,conda-forge/python-telegram-bot,python-telegram-bot,https://pypi.org/project/python-telegram-bot,2023-11-27 18:04:30.000,2558.0,1039172.0,https://anaconda.org/conda-forge/python-telegram-bot,2023-11-27 22:42:21.618,90429.0,1.0,,,,,,,,,,,,,,,,,,, +29,wagtail,wagtail/wagtail,cms,,https://github.com/wagtail/wagtail,https://github.com/wagtail/wagtail,BSD-3-Clause,2014-02-03 12:41:59.000,2023-12-21 13:55:54.000,2023-12-20 00:38:04,16583.0,3512,343.0,6412.0,991.0,3820.0,16447,A Django content management system focused on flexibility and user experience.,1539.0,6.0,876.0,41,True,['django'],628.0,2023-12-06 17:20:39.000,5.2.2,224.0,,210066.0,conda-forge/wagtail,wagtail,https://pypi.org/project/wagtail,2023-12-06 17:20:39.000,1533.0,206332.0,https://anaconda.org/conda-forge/wagtail,2023-12-06 23:30:34.463,67213.0,1.0,,,,,,,,,,,,,,,,,,, +30,jinja,pallets/jinja,others,,https://github.com/pallets/jinja,https://github.com/pallets/jinja,BSD-3-Clause,2010-10-17 13:41:17.000,2023-12-20 08:45:30.000,2023-09-06 15:59:20,2756.0,1569,250.0,885.0,79.0,930.0,9679,A very fast and expressive template engine.,102672.0,21.0,304.0,41,True,,,2022-04-28 17:24:04.000,3.1.2,48.0,55182.0,116083873.0,conda-forge/jinja2,jinja2,https://pypi.org/project/jinja2,2022-04-28 17:21:25.000,102651.0,115703038.0,https://anaconda.org/conda-forge/jinja2,2023-06-16 13:17:18.409,34587312.0,1.0,,,,,,,,,,,,,,,,,,, +31,django-allauth,pennersr/django-allauth,auth,,https://github.com/pennersr/django-allauth,https://github.com/pennersr/django-allauth,MIT,2010-10-10 20:10:52.000,2023-12-21 04:10:14.000,2023-12-20 20:40:07,2902.0,2887,185.0,1437.0,90.0,2055.0,8521,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",5312.0,21.0,671.0,41,True,['django'],163.0,2023-12-12 19:33:47.000,0.59.0,80.0,,810122.0,conda-forge/django-allauth,django-allauth,https://pypi.org/project/django-allauth,2023-12-12 19:33:47.000,5291.0,804656.0,https://anaconda.org/conda-forge/django-allauth,2023-12-12 21:03:58.998,109329.0,1.0,,,,,,,,,,,,,,,,,,, +32,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000,2023-12-21 12:49:23.000,2023-12-19 12:20:43,10470.0,3890,619.0,2712.0,309.0,2893.0,33112,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,3804.0,3325.0,511.0,40,True,,82.0,2023-12-14 09:47:22.000,10.1.6,63.0,222809.0,314121.0,,mitmproxy,https://pypi.org/project/mitmproxy,2023-12-14 09:47:22.000,479.0,312325.0,,,,1.0,,,,,,,,,,,,,,,,,,, +33,Streamlit,streamlit/streamlit,web-ui,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2023-12-21 15:32:02.000,2023-12-21 08:10:29,5987.0,2647,300.0,3981.0,698.0,3104.0,29142,Streamlit A faster way to build and share data apps.,1278.0,,213.0,40,True,,183.0,2023-11-30 20:05:51.000,1.29.0,212.0,,3163488.0,,streamlit,https://pypi.org/project/streamlit,2023-11-30 20:05:42.000,1278.0,3163488.0,,,,1.0,,,,,,,,,,,,,,,,,,, +34,sanic,sanic-org/sanic,web-frameworks,,https://github.com/sanic-org/sanic,https://github.com/sanic-org/sanic,MIT,2016-05-26 04:38:22.000,2023-12-20 02:48:37.000,2023-12-13 06:28:02,2842.0,1496,408.0,1529.0,78.0,1269.0,17496,Accelerate your web app development | Build fast. Run fast.,16547.0,16547.0,340.0,40,True,,26.0,2023-07-25 12:58:50.000,23.6.0,68.0,,823692.0,conda-forge/sanic,sanic,https://pypi.org/project/sanic,,,816355.0,https://anaconda.org/conda-forge/sanic,2023-08-01 16:38:00.695,308155.0,2.0,,,,,,,,,,,,,,,,,,, +35,django-cms,django-cms/django-cms,cms,,https://github.com/django-cms/django-cms,https://github.com/django-cms/django-cms,BSD-3-Clause,2009-03-05 10:14:18.000,2023-12-21 13:38:12.000,2023-12-21 13:38:12,16227.0,3011,398.0,4216.0,116.0,3355.0,9656,The easy-to-use and developer-friendly enterprise CMS powered by Django.,6779.0,5067.0,637.0,40,True,['django'],15.0,2023-09-08 06:29:41.000,3.11.4,114.0,,69135.0,,django-cms,https://pypi.org/project/django-cms,2023-12-12 06:45:58.000,1712.0,69135.0,,,,2.0,,,,,,,,,,,,,,,,,,, +36,Telethon,LonamiWebs/Telethon,third-party-apis,,https://github.com/LonamiWebs/Telethon,https://github.com/LonamiWebs/Telethon,MIT,2016-08-26 10:59:24.000,2023-12-18 16:32:18.000,2023-12-18 16:32:17,2996.0,1335,147.0,544.0,37.0,2111.0,8490,"Pure Python 3 MTProto API Telegram client library, for bots too!.",53426.0,52960.0,171.0,40,True,,17.0,2023-12-08 16:31:53.000,1.33.1,228.0,,1069873.0,,telethon,https://pypi.org/project/telethon,2023-12-08 16:31:53.000,466.0,1069873.0,,,,1.0,,,,,,,,,,,,,,,,,,, +37,gspread,burnash/gspread,third-party-apis,,https://github.com/burnash/gspread,https://github.com/burnash/gspread,MIT,2011-12-02 10:46:20.000,2023-12-16 10:18:14.000,2023-12-16 10:18:12,1582.0,973,161.0,499.0,51.0,824.0,6688,Google Sheets Python API.,29040.0,27985.0,167.0,40,True,,135.0,2023-12-15 16:07:12.000,5.12.3,72.0,1959.0,7822679.0,conda-forge/gspread,gspread,https://pypi.org/project/gspread,2023-12-15 16:07:12.000,1055.0,7818897.0,https://anaconda.org/conda-forge/gspread,2023-06-16 13:25:17.944,301258.0,1.0,,,,,,,,,,,,,,,,,,, +38,web3.py,ethereum/web3.py,others,,https://github.com/ethereum/web3.py,https://github.com/ethereum/web3.py,MIT,2016-04-14 15:59:35.000,2023-12-20 22:29:56.000,2023-12-20 16:29:32,4358.0,1648,120.0,1749.0,180.0,1250.0,4576,A python interface for interacting with the Ethereum blockchain and ecosystem.,18934.0,17846.0,249.0,40,True,,89.0,2023-12-20 16:30:18.000,6.13.0,205.0,,1241298.0,conda-forge/web3,web3,https://pypi.org/project/web3,2023-12-20 16:30:18.000,1088.0,1236410.0,https://anaconda.org/conda-forge/web3,2023-12-05 15:57:25.972,185756.0,1.0,,,,,,,,,,,,,,,,,,, +39,Flask-AppBuilder,dpgaspar/Flask-AppBuilder,web-frameworks,,https://github.com/dpgaspar/Flask-AppBuilder,https://github.com/dpgaspar/Flask-AppBuilder,BSD-3-Clause,2013-11-09 21:13:29.000,2023-12-12 16:01:04.000,2023-11-24 18:53:13,3943.0,1351,157.0,927.0,160.0,1118.0,4408,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",6099.0,5765.0,197.0,40,True,['flask'],26.0,2023-11-20 18:34:21.000,4.3.10,312.0,,7453132.0,conda-forge/flask-appbuilder,flask-appbuilder,https://pypi.org/project/flask-appbuilder,2023-11-20 18:34:21.000,334.0,7445311.0,https://anaconda.org/conda-forge/flask-appbuilder,2023-11-21 03:27:26.510,320697.0,2.0,,,,,,,,,,,,,,,,,,, +40,websocket-client,websocket-client/websocket-client,websocket,,https://github.com/websocket-client/websocket-client,https://github.com/websocket-client/websocket-client,Apache-2.0,2010-12-28 06:35:25.000,2023-12-15 05:56:13.000,2023-12-15 05:56:13,1258.0,803,86.0,325.0,11.0,620.0,3365,WebSocket client for Python.,164501.0,157305.0,221.0,40,True,,16.0,2023-12-03 15:58:45.000,1.7.0,86.0,,64045687.0,conda-forge/websocket-client,websocket-client,https://pypi.org/project/websocket-client,2023-12-03 15:58:45.000,7196.0,63747574.0,https://anaconda.org/conda-forge/websocket-client,2023-12-03 19:14:16.341,11924547.0,1.0,,,,,,,,,,,,,,,,,,, +41,lxml,lxml/lxml,html-processing,,https://github.com/lxml/lxml,https://github.com/lxml/lxml,BSD-3-Clause,2011-02-11 05:43:11.000,2023-12-21 15:43:07.000,2023-12-21 15:43:04,6115.0,583,80.0,332.0,26.0,,2501,The lxml XML toolkit for Python.,447819.0,407413.0,154.0,40,True,,91.0,2023-12-19 18:42:38.000,4.9.4,157.0,27918.0,84688772.0,conda-forge/lxml,lxml,https://pypi.org/project/lxml,2023-12-19 18:42:38.000,40406.0,84431016.0,https://anaconda.org/conda-forge/lxml,2023-12-15 12:53:22.459,11035544.0,1.0,1.0,,,,,,,,,,,,,,,,,, +42,Kong,kong/kong,api-proxies,,https://github.com/Kong/kong,https://github.com/Kong/kong,Apache-2.0,2014-11-17 23:56:08.000,2023-12-21 16:19:48.000,2023-12-21 10:22:47,10064.0,4681,1007.0,6984.0,96.0,4202.0,37268,The Cloud-Native API Gateway.,21.0,21.0,398.0,39,True,,289.0,2023-11-08 09:50:40.000,3.5.0,100.0,,2926051.0,,,,,,,,,,1.0,,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2023-12-16 12:20:43.782754,764.0,318939559.0,,,,, +43,Locust,locustio/locust,testing,,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011-02-17 11:08:03.000,2023-12-19 13:19:37.000,2023-12-19 13:11:20,4353.0,2850,433.0,989.0,5.0,1518.0,22753,Write scalable load tests in plain Python.,114.0,3.0,308.0,39,True,,304.0,2023-12-13 12:40:26.000,2.20.0,319.0,,1442022.0,conda-forge/locust,locust,https://pypi.org/project/locust,2023-12-19 13:19:37.000,111.0,1438838.0,https://anaconda.org/conda-forge/locust,2023-12-13 14:44:01.040,136951.0,1.0,,,,,,,,,,,,,,,,,,, +44,scapy,secdev/scapy,others,,https://github.com/secdev/scapy,https://github.com/secdev/scapy,GPL-2.0,2015-10-01 17:06:46.000,2023-12-18 15:41:45.000,2023-12-09 11:56:46,6323.0,1911,227.0,2689.0,136.0,1429.0,9616,Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.,13879.0,12854.0,445.0,39,True,,58.0,2022-12-25 10:30:01.270,2.5.0,25.0,,1761418.0,conda-forge/scapy,scapy,https://pypi.org/project/scapy,2022-12-25 10:30:01.270,1025.0,1759384.0,https://anaconda.org/conda-forge/scapy,2023-06-16 16:15:58.809,107822.0,1.0,,,,,,,,,,,,,,,,,,, +45,uvicorn,encode/uvicorn,servers,,https://github.com/encode/uvicorn,https://github.com/encode/uvicorn,BSD-3-Clause,2017-05-31 13:13:43.000,2023-12-20 21:42:29.000,2023-12-20 21:40:57,1226.0,681,90.0,1245.0,60.0,636.0,7356,"An ASGI web server, for Python.",283011.0,280645.0,173.0,39,True,,30.0,2023-12-20 21:42:19.000,0.25.0,154.0,,21056052.0,conda-forge/uvicorn,uvicorn,https://pypi.org/project/uvicorn,2023-12-20 21:42:19.000,2366.0,20996868.0,https://anaconda.org/conda-forge/uvicorn,2023-11-30 09:58:20.468,2249020.0,1.0,1.0,,,,,,,,,,,,,,,,,, +46,PyGithub,PyGithub/PyGithub,third-party-apis,,https://github.com/PyGithub/PyGithub,https://github.com/PyGithub/PyGithub,LGPL-3.0,2012-02-25 12:53:47.000,2023-12-21 02:23:49.000,2023-12-19 21:32:59,2215.0,1711,111.0,1249.0,282.0,1312.0,6435,Typed interactions with the GitHub API v3.,50084.0,47350.0,342.0,39,True,,30.0,2023-09-29 22:00:16.000,2.1.1,97.0,,16485531.0,conda-forge/pygithub,pygithub,https://pypi.org/project/pygithub,2023-09-29 22:00:16.000,2734.0,16419783.0,https://anaconda.org/conda-forge/pygithub,2023-10-08 16:56:53.194,2827173.0,2.0,,,,,,,,,,,,,,,,,,, +47,gevent,gevent/gevent,servers,,https://github.com/gevent/gevent,https://github.com/gevent/gevent,MIT,2012-09-13 22:03:03.000,2023-12-13 22:20:27.000,2023-12-13 22:19:46,5918.0,991,243.0,635.0,110.0,1263.0,6098,Coroutine-based concurrency library for Python.,131715.0,116740.0,110.0,39,True,,8.0,2023-09-12 17:14:51.000,23.9.1,83.0,59346.0,8283817.0,conda-forge/gevent,gevent,https://pypi.org/project/gevent,2023-09-12 17:14:51.000,14975.0,8253054.0,https://anaconda.org/conda-forge/gevent,2023-10-08 07:45:42.176,1302087.0,1.0,,,,,,,,,,,,,,,,,,, +48,pyzmq,zeromq/pyzmq,others,,https://github.com/zeromq/pyzmq,https://github.com/zeromq/pyzmq,Revised BSD,2010-07-21 07:20:37.000,2023-12-05 14:10:46.430,2023-12-04 20:20:48,3446.0,664,103.0,915.0,120.0,885.0,3489,PyZMQ: Python bindings for zeromq.,336541.0,323039.0,196.0,39,False,,22.0,2023-12-05 07:34:47.000,25.1.2,84.0,20848.0,26831978.0,conda-forge/pyzmq,pyzmq,https://pypi.org/project/pyzmq,2023-12-05 07:34:47.000,13502.0,26294115.0,https://anaconda.org/conda-forge/pyzmq,2023-12-05 14:10:46.430,22045488.0,1.0,,,,,,,,,,,,,,,,,,, +49,markdown,Python-Markdown/markdown,markdown,,https://github.com/Python-Markdown/markdown,https://github.com/Python-Markdown/markdown,,2010-05-29 02:59:45.000,2023-12-05 18:44:05.000,2023-12-05 18:44:05,1575.0,853,77.0,562.0,28.0,824.0,3456,A Python implementation of John Grubers Markdown with Extension support.,348374.0,325491.0,173.0,39,False,,21.0,2023-10-31 19:59:26.000,3.5.1,51.0,18.0,33137055.0,conda-forge/markdown,markdown,https://pypi.org/project/markdown,2023-10-31 19:59:21.000,22883.0,32975541.0,https://anaconda.org/conda-forge/markdown,2023-11-01 00:14:53.210,6137207.0,1.0,,,,,,,,,,,,,,,,,,, +50,Panel,holoviz/panel,web-ui,,https://github.com/holoviz/panel,https://github.com/holoviz/panel,BSD-3-Clause,2018-08-23 12:14:24.000,2023-12-21 16:08:00.000,2023-12-21 08:46:20,3500.0,406,52.0,3022.0,926.0,2176.0,3394,Panel: The powerful data exploration & web app framework for Python.,9637.0,9444.0,153.0,39,True,,299.0,2023-12-20 18:20:26.000,1.3.6,346.0,,635125.0,,panel,https://pypi.org/project/panel,2023-12-20 18:20:26.000,193.0,635125.0,,,,1.0,,,,,,,,,,,,,,,,,,, +51,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011-08-24 11:36:39.000,2023-12-21 11:02:14.000,2023-12-20 22:59:32,2328.0,532,60.0,498.0,4.0,491.0,2276,a powerful DNS toolkit for python.,254669.0,249858.0,114.0,39,True,,38.0,2023-08-12 20:31:54.000,2.4.2,41.0,225.0,30692900.0,conda-forge/dnspython,dnspython,https://pypi.org/project/dnspython,2023-08-09 13:54:10.000,4811.0,30662095.0,https://anaconda.org/conda-forge/dnspython,2023-10-17 08:05:37.385,1199235.0,1.0,,,,,,,,,,,,,,,,,,, +52,pelican,getpelican/pelican,markdown,,https://github.com/getpelican/pelican,https://github.com/getpelican/pelican,AGPL-3.0,2010-10-16 18:57:40.000,2023-12-17 13:04:21.000,2023-11-29 07:22:44,3770.0,1828,339.0,1561.0,55.0,1602.0,11925,Static site generator that supports Markdown and reST syntax. Powered by Python.,9325.0,7520.0,453.0,38,True,,113.0,2023-11-15 17:16:49.000,4.9.1,60.0,966.0,23203.0,conda-forge/pelican,pelican,https://pypi.org/project/pelican,2023-11-15 17:16:49.000,1805.0,19519.0,https://anaconda.org/conda-forge/pelican,2023-11-27 14:15:58.572,146929.0,1.0,,,,,,,,,,,,,,,,,,, +53,pwntools,Gallopsled/pwntools,others,,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013-04-29 14:43:03.000,2023-12-18 15:44:25.000,2023-12-14 15:39:36,4294.0,1661,290.0,1328.0,121.0,882.0,11034,CTF framework and exploit development library.,1343.0,1275.0,245.0,38,True,,47.0,2023-11-14 19:16:19.000,4.11.1,112.0,,69676.0,,pwntools,https://pypi.org/project/pwntools,2023-11-14 19:31:47.000,68.0,69676.0,,,,2.0,,,,,,,,,,,,,,,,,,, +54,tweepy,tweepy/tweepy,third-party-apis,,https://github.com/tweepy/tweepy,https://github.com/tweepy/tweepy,MIT,2009-07-06 04:15:34.000,2023-09-25 13:56:57.000,2023-08-26 17:46:02,3097.0,4509,267.0,566.0,81.0,1209.0,10034,Twitter for Python!.,54985.0,50566.0,243.0,38,True,,,2023-04-24 22:17:30.329,4.14.0,47.0,,934532.0,conda-forge/tweepy,tweepy,https://pypi.org/project/tweepy,2023-04-24 22:17:30.329,4419.0,931127.0,https://anaconda.org/conda-forge/tweepy,2023-06-16 13:24:08.253,279244.0,2.0,,,,,,,,,,,,,,,,,,, +55,bottle,bottlepy/bottle,web-frameworks,,https://github.com/bottlepy/bottle,https://github.com/bottlepy/bottle,MIT,2009-06-30 17:51:30.000,2023-11-29 14:57:38.000,2022-09-05 15:24:52,1896.0,1446,311.0,595.0,314.0,581.0,8204,bottle.py is a fast and simple micro-framework for python web-applications.,33588.0,28375.0,225.0,38,False,,,2023-03-04 15:35:02.955,0.12.25,80.0,,2386779.0,conda-forge/bottle,bottle,https://pypi.org/project/bottle,2023-03-04 15:35:02.955,5213.0,2381960.0,https://anaconda.org/conda-forge/bottle,2023-06-16 13:25:17.978,419313.0,2.0,,,,,,,,,,,,,,,,,,, +56,django-debug-toolbar,jazzband/django-debug-toolbar,admin-ui,,https://github.com/jazzband/django-debug-toolbar,https://github.com/jazzband/django-debug-toolbar,BSD-3-Clause,2008-08-28 06:58:04.000,2023-12-18 18:46:00.000,2023-12-18 18:46:00,2550.0,1024,109.0,987.0,79.0,804.0,7734,A configurable set of panels that display various debug information about the current request/response.,93868.0,81487.0,278.0,38,True,,18.0,2023-08-11 01:41:40.000,4.2.0,63.0,213.0,2139488.0,conda-forge/django-debug-toolbar,django-debug-toolbar,https://pypi.org/project/django-debug-toolbar,2023-08-11 01:41:40.000,12381.0,2135054.0,https://anaconda.org/conda-forge/django-debug-toolbar,2023-08-11 14:26:20.726,172909.0,1.0,,,,,,,,,,,,,,,,,,, +57,pyTelegramBotAPI,eternnoir/pyTelegramBotAPI,third-party-apis,,https://github.com/eternnoir/pyTelegramBotAPI,https://github.com/eternnoir/pyTelegramBotAPI,GPL-2.0,2015-06-26 06:56:25.000,2023-12-19 21:52:39.000,2023-12-19 21:48:21,2481.0,1971,225.0,790.0,2.0,1148.0,7372,Python Telegram bot api.,43045.0,42092.0,227.0,38,True,,28.0,2023-12-19 21:52:39.000,4.14.1,113.0,,344554.0,,pytelegrambotapi,https://pypi.org/project/pytelegrambotapi,2023-12-19 21:52:39.000,953.0,344554.0,,,,2.0,,,,,,,,,,,,,,,,,,, +58,flask-admin,flask-admin/flask-admin,admin-ui,,https://github.com/flask-admin/flask-admin,https://github.com/flask-admin/flask-admin,BSD-3-Clause,2012-03-18 23:21:57.000,2023-12-19 23:08:46.000,2023-10-15 10:04:30,3087.0,1552,161.0,1014.0,483.0,983.0,5534,Simple and extensible administrative interface framework for Flask.,26176.0,23763.0,364.0,38,True,['flask'],24.0,2023-06-19 22:55:48.000,1.6.1,39.0,,1376101.0,conda-forge/flask-admin,flask-admin,https://pypi.org/project/flask-admin,2023-02-20 12:55:50.822,2413.0,1374386.0,https://anaconda.org/conda-forge/flask-admin,2023-06-16 13:25:18.421,147510.0,1.0,,,,,,,,,,,,,,,,,,, +59,websockets,aaugustin/websockets,websocket,,https://github.com/python-websockets/websockets,https://github.com/python-websockets/websockets,BSD-3-Clause,2013-03-30 08:59:30.000,2023-12-16 20:28:36.000,2023-12-16 20:28:35,1343.0,500,106.0,366.0,26.0,1030.0,4827,Library for building WebSocket servers and clients in Python.,154612.0,150200.0,70.0,38,True,,22.0,2023-10-21 14:25:02.000,12.0,39.0,,25542723.0,conda-forge/websockets,websockets,https://pypi.org/project/websockets,2023-10-21 14:19:28.000,4412.0,25481682.0,https://anaconda.org/conda-forge/websockets,2023-10-21 19:12:20.114,2380601.0,1.0,,,,,,,,,,,,,,,python-websockets/websockets,,,, +60,pyjwt,jpadilla/pyjwt,auth,,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011-02-24 20:25:09.000,2023-12-18 21:21:52.000,2023-12-16 10:07:07,815.0,641,60.0,511.0,14.0,402.0,4781,JSON Web Token implementation in Python.,513191.0,501285.0,139.0,38,True,,5.0,2023-07-18 20:02:21.000,2.8.0,48.0,,136524137.0,conda-forge/pyjwt,pyjwt,https://pypi.org/project/pyjwt,2023-07-18 20:02:21.000,11906.0,136168998.0,https://anaconda.org/conda-forge/pyjwt,2023-07-18 23:09:58.000,12429885.0,1.0,,,,,,,,,,,,,,,,,,, +61,connexion,zalando/connexion,openapi-utils,,https://github.com/spec-first/connexion,https://github.com/spec-first/connexion,Apache-2.0,2015-05-19 13:05:58.000,2023-12-18 16:06:14.000,2023-12-07 13:54:40,1469.0,738,86.0,838.0,72.0,911.0,4354,Connexion is a modern Python web framework that makes spec-first and api-first development easy.,11583.0,10855.0,219.0,38,True,['openapi'],49.0,2023-12-07 14:34:38.000,3.0.5,155.0,,5462819.0,conda-forge/connexion,connexion,https://pypi.org/project/connexion,2023-12-07 14:34:38.000,728.0,5455033.0,https://anaconda.org/conda-forge/connexion,2023-12-08 01:38:01.767,264736.0,1.0,,,,,,,,,,,,,,,spec-first/connexion,,,, +62,flask-sqlalchemy,pallets/flask-sqlalchemy,flask-utils,,https://github.com/pallets-eco/flask-sqlalchemy,https://github.com/pallets-eco/flask-sqlalchemy,BSD-3-Clause,2010-06-01 15:01:50.000,2023-12-20 08:31:47.000,2023-12-04 19:28:23,1087.0,917,113.0,586.0,6.0,639.0,4107,Adds SQLAlchemy support to Flask.,398878.0,372228.0,121.0,38,True,['flask'],19.0,2023-09-11 21:43:39.000,3.1.1,35.0,525.0,5759471.0,conda-forge/flask-sqlalchemy,flask-sqlalchemy,https://pypi.org/project/flask-sqlalchemy,2023-09-11 21:42:34.000,26650.0,5755262.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2023-06-16 13:17:53.221,378374.0,1.0,,,,,,,,,,,,,,,pallets-eco/flask-sqlalchemy,,,, +63,flask-login,maxcountryman/flask-login,auth,,https://github.com/maxcountryman/flask-login,https://github.com/maxcountryman/flask-login,MIT,2012-03-11 14:42:33.000,2023-12-04 19:50:20.000,2023-12-04 19:50:19,525.0,790,73.0,392.0,18.0,397.0,3442,Flask user session management.,167648.0,154574.0,119.0,38,True,['flask'],47.0,2023-10-30 14:56:07.000,0.6.3,25.0,,5299383.0,conda-forge/flask-login,flask-login,https://pypi.org/project/flask-login,2023-10-30 14:53:19.000,13074.0,5289408.0,https://anaconda.org/conda-forge/flask-login,2023-11-06 12:27:42.095,209486.0,1.0,,,,,,,,,,,,,,,,,,, +64,django-import-export,django-import-export/django-import-export,django-utils,,https://github.com/django-import-export/django-import-export,https://github.com/django-import-export/django-import-export,BSD-2-Clause,2012-11-15 13:12:22.000,2023-12-21 14:14:32.000,2023-12-19 09:50:28,1400.0,771,66.0,743.0,33.0,928.0,2791,Django application and library for importing and exporting data with admin integration.,90529.0,89469.0,204.0,38,True,['django'],26.0,2023-12-19 09:54:21.000,3.3.5,70.0,,919226.0,conda-forge/django-import-export,django-import-export,https://pypi.org/project/django-import-export,2023-12-19 09:50:06.000,1060.0,917147.0,https://anaconda.org/conda-forge/django-import-export,2023-12-19 16:26:17.150,87331.0,1.0,,,,,,,,,,,,,,,,,,, +65,oauthlib,oauthlib/oauthlib,auth,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51.000,2023-11-20 18:36:48.000,2023-10-25 05:42:36,1677.0,488,69.0,493.0,88.0,293.0,2689,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",487846.0,475128.0,195.0,38,True,,1.0,2023-01-10 13:13:43.000,3.2.2,50.0,,82975144.0,conda-forge/oauthlib,oauthlib,https://pypi.org/project/oauthlib,2022-10-17 20:06:06.447,12718.0,82863837.0,https://anaconda.org/conda-forge/oauthlib,2023-06-16 13:18:41.781,9906346.0,1.0,,,,,,,,,,,,,,,,,,, +66,wtforms,wtforms/wtforms,forms,,https://github.com/wtforms/wtforms,https://github.com/wtforms/wtforms,BSD-3-Clause,2013-09-11 01:53:07.000,2023-11-25 05:13:43.000,2023-11-25 05:13:39,1668.0,390,47.0,383.0,51.0,388.0,1439,A flexible forms validation and rendering library for Python.,14888.0,,155.0,38,True,,58.0,2023-11-01 10:26:44.000,3.1.1,27.0,,4676567.0,conda-forge/wtforms,wtforms,https://pypi.org/project/wtforms,2023-11-01 10:21:10.000,14888.0,4674079.0,https://anaconda.org/conda-forge/wtforms,2023-06-16 13:20:39.666,196603.0,1.0,,,,,,,,,,,,,,,,,,, +67,swagger-ui,swagger-api/swagger-ui,openapi-utils,,https://github.com/swagger-api/swagger-ui,https://github.com/swagger-api/swagger-ui,Apache-2.0,2011-07-15 22:56:39.000,2023-12-21 11:59:16.000,2023-12-21 11:58:20,6142.0,8841,651.0,3798.0,1043.0,4271.0,24918,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",35808.0,35808.0,571.0,37,True,['openapi'],120.0,2023-12-14 13:26:53.000,5.10.5,100.0,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +68,impacket,SecureAuthCorp/impacket,others,,https://github.com/fortra/impacket,https://github.com/fortra/impacket,Apache-2.0,2015-04-15 14:04:07.000,2023-12-13 13:17:22.000,2023-11-14 19:52:27,3934.0,3219,369.0,763.0,189.0,705.0,12098,Impacket is a collection of Python classes for working with network protocols.,4488.0,4256.0,217.0,37,True,,13.0,2023-08-03 17:36:40.000,impacket_0_11_0,16.0,187111.0,132764.0,,impacket,https://pypi.org/project/impacket,2023-08-03 17:31:48.000,232.0,130948.0,,,,2.0,,,,,,,,,,,,,,,fortra/impacket,,,, +69,falcon,falconry/falcon,web-frameworks,,https://github.com/falconry/falcon,https://github.com/falconry/falcon,Apache-2.0,2012-12-06 18:17:51.000,2023-12-19 23:15:26.000,2023-12-19 23:14:36,1890.0,925,263.0,1159.0,162.0,841.0,9294,"The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability,..",10462.0,8747.0,201.0,37,True,,8.0,2023-12-05 06:19:32.000,3.1.3,81.0,6983.0,802174.0,conda-forge/falcon,falcon,https://pypi.org/project/falcon,2023-12-05 06:19:32.000,1715.0,792746.0,https://anaconda.org/conda-forge/falcon,2023-12-07 03:16:59.124,350956.0,2.0,,,,,,,,,,,,,,,,,,, +70,django-oscar,django-oscar/django-oscar,django-utils,,https://github.com/django-oscar/django-oscar,https://github.com/django-oscar/django-oscar,BSD-3-Clause,2010-12-08 21:30:32.000,2023-12-20 17:15:43.000,2023-12-18 23:36:11,8977.0,2147,269.0,2728.0,105.0,1404.0,5980,Domain-driven e-commerce for Django.,1329.0,1055.0,356.0,37,True,['django'],23.0,2023-10-06 11:32:30.000,3.2.2,145.0,,20123.0,,django-oscar,https://pypi.org/project/django-oscar,2023-10-06 11:32:30.000,274.0,20123.0,,,,1.0,,,,,,,,,,,,,,,,,,, +71,django-cors-headers,adamchainz/django-cors-headers,django-utils,,https://github.com/adamchainz/django-cors-headers,https://github.com/adamchainz/django-cors-headers,MIT,2013-01-19 08:39:17.000,2023-12-20 12:17:29.000,2023-12-19 22:13:32,776.0,541,79.0,654.0,7.0,258.0,5173,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,205305.0,198557.0,69.0,37,True,['django'],25.0,2023-11-14 17:27:27.000,4.3.1,55.0,,5160892.0,conda-forge/django-cors-headers,django-cors-headers,https://pypi.org/project/django-cors-headers,2023-11-14 17:27:27.000,6748.0,5158728.0,https://anaconda.org/conda-forge/django-cors-headers,2023-11-14 19:33:39.439,90901.0,1.0,,,,,,,,,,,,,,,,,,, +72,django-filter,carltongibson/django-filter,django-utils,,https://github.com/carltongibson/django-filter,https://github.com/carltongibson/django-filter,BSD-3-Clause,2009-01-30 00:35:57.000,2023-12-05 13:36:19.811,2023-12-05 08:15:04,1307.0,747,71.0,731.0,62.0,757.0,4217,A generic system for filtering Django QuerySets based on user selections.,157793.0,148937.0,207.0,37,True,['django'],14.0,2023-04-23 17:35:23.000,23.1,42.0,,3835677.0,conda-forge/django-filter,django-filter,https://pypi.org/project/django-filter,2023-12-05 08:15:29.000,8856.0,3832628.0,https://anaconda.org/conda-forge/django-filter,2023-12-05 13:36:19.811,128066.0,1.0,,,,,,,,,,,,,,,,,,, +73,authlib,lepture/authlib,auth,,https://github.com/lepture/authlib,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26.000,2023-12-20 16:49:07.000,2023-12-17 07:55:15,1369.0,401,62.0,184.0,66.0,346.0,4081,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",30127.0,29709.0,104.0,37,True,,19.0,2023-12-17 23:51:31.000,1.3.0,40.0,,7022739.0,conda-forge/authlib,authlib,https://pypi.org/project/authlib,2023-12-17 23:51:31.000,418.0,7019839.0,https://anaconda.org/conda-forge/authlib,2023-12-18 02:03:16.423,124703.0,2.0,,,,,,,,,,,,,,,,,,, +74,slackclient,slackapi/python-slack-sdk,third-party-apis,,https://github.com/slackapi/python-slack-sdk,https://github.com/slackapi/python-slack-sdk,MIT,2014-11-10 21:32:02.000,2023-12-06 22:54:05.000,2023-12-06 22:54:05,1272.0,885,165.0,654.0,24.0,756.0,3737,Slack Developer Kit for Python.,2162.0,1.0,162.0,37,True,,26.0,2023-12-04 08:26:52.000,3.26.1,100.0,290.0,4772121.0,conda-forge/slackclient,slackclient,https://pypi.org/project/slackclient,2022-04-22 00:25:51.000,2161.0,4763934.0,https://anaconda.org/conda-forge/slackclient,2023-06-16 13:23:23.749,720093.0,2.0,,,,,,,,,,,,,,,,,,, +75,praw,praw-dev/praw,third-party-apis,,https://github.com/praw-dev/praw,https://github.com/praw-dev/praw,BSD-2-Clause,2010-08-19 04:00:07.000,2023-12-18 15:49:03.000,2023-12-18 15:49:02,4147.0,457,73.0,1264.0,8.0,733.0,3224,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddits API.",20758.0,18937.0,226.0,37,True,,48.0,2023-07-11 20:51:56.555,7.7.1,127.0,,320326.0,conda-forge/praw,praw,https://pypi.org/project/praw,2023-07-11 20:51:56.555,1821.0,318610.0,https://anaconda.org/conda-forge/praw,2023-09-23 21:19:51.770,44631.0,2.0,,,,,,,,,,,,,,,,,,, +76,django-mptt,django-mptt/django-mptt,django-utils,,https://github.com/django-mptt/django-mptt,https://github.com/django-mptt/django-mptt,MIT,2010-08-31 19:12:55.000,2023-12-08 08:08:55.000,2023-12-08 08:08:55,1214.0,460,66.0,306.0,121.0,415.0,2791,Utilities for implementing a modified pre-order traversal tree in django.,23565.0,20239.0,156.0,37,True,['django'],16.0,2023-09-27 08:15:43.000,0.15.0,41.0,,604765.0,anaconda/django-mptt,django-mptt,https://pypi.org/project/django-mptt,2023-09-27 08:15:43.000,3326.0,604765.0,https://anaconda.org/anaconda/django-mptt,,,1.0,,,,,,,,,,,,,,,,,,, +77,bleach,mozilla/bleach,html-processing,,https://github.com/mozilla/bleach,https://github.com/mozilla/bleach,Apache-2.0,2010-02-19 01:12:41.000,2023-10-06 22:13:27.662,2023-10-06 19:28:36,914.0,253,43.0,345.0,5.0,368.0,2573,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,301940.0,289268.0,79.0,37,True,,15.0,2023-10-06 19:30:49.000,6.1.0,58.0,,16236418.0,conda-forge/bleach,bleach,https://pypi.org/project/bleach,2023-10-06 19:30:49.000,12672.0,15823024.0,https://anaconda.org/conda-forge/bleach,2023-10-06 22:13:27.662,16122390.0,2.0,,,,,,,,,,,,,,,,,,, +78,django-storages,jschneier/django-storages,django-utils,,https://github.com/jschneier/django-storages,https://github.com/jschneier/django-storages,BSD-3-Clause,2014-12-09 00:37:09.000,2023-11-27 22:36:14.000,2023-11-26 16:55:58,1095.0,834,41.0,683.0,145.0,541.0,2552,Django-storages is a project to provide a variety of storage backends in a single library.,173496.0,168544.0,258.0,37,True,['django'],21.0,2023-10-09 01:37:41.000,1.14.2,42.0,,2795328.0,conda-forge/django-storages,django-storages,https://pypi.org/project/django-storages,2023-10-09 01:37:41.000,4952.0,2793401.0,https://anaconda.org/conda-forge/django-storages,2023-10-21 14:41:13.604,55887.0,1.0,,,,,,,,,,,,,,,,,,, +79,rdflib,RDFLib/rdflib,others,,https://github.com/RDFLib/rdflib,https://github.com/RDFLib/rdflib,BSD-3-Clause,2012-02-03 05:49:13.000,2023-12-18 18:12:20.000,2023-12-01 01:04:18,4923.0,536,91.0,1314.0,233.0,958.0,2010,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",18585.0,16361.0,188.0,37,True,,31.0,2023-08-01 21:17:28.000,7.0.0,37.0,204.0,2552710.0,conda-forge/rdflib,rdflib,https://pypi.org/project/rdflib,2023-08-01 21:14:52.000,2224.0,2540667.0,https://anaconda.org/conda-forge/rdflib,2023-08-02 14:39:27.018,457596.0,2.0,,,,,,,,,,,,,,,,,,, +80,feedparser,kurtmckee/feedparser,web-scraping,,https://github.com/kurtmckee/feedparser,https://github.com/kurtmckee/feedparser,BSD-2-Clause,2010-11-26 02:53:24.000,2023-12-11 13:50:29.000,2023-12-11 13:50:28,1348.0,377,46.0,176.0,81.0,165.0,1748,Parse feeds in Python.,82765.0,75189.0,57.0,37,True,,42.0,2023-12-10 16:03:19.000,6.0.11,24.0,,2388599.0,conda-forge/feedparser,feedparser,https://pypi.org/project/feedparser,2023-12-10 16:03:19.000,7576.0,2375635.0,https://anaconda.org/conda-forge/feedparser,2023-06-16 19:19:23.894,557476.0,1.0,,,,,,,,,,,,,,,,,,, +81,twilio,twilio/twilio-python,third-party-apis,,https://github.com/twilio/twilio-python,https://github.com/twilio/twilio-python,MIT,2009-09-15 05:33:57.000,2023-12-15 06:54:16.000,2023-12-14 10:42:16,1692.0,740,124.0,452.0,13.0,280.0,1738,A Python module for communicating with the Twilio API and generating TwiML.,40475.0,36916.0,138.0,37,True,,20.0,2023-12-14 10:50:19.000,8.11.0,304.0,,3619054.0,conda-forge/twilio,twilio,https://pypi.org/project/twilio,2023-12-14 10:50:19.000,3559.0,3614891.0,https://anaconda.org/conda-forge/twilio,2023-12-14 13:20:25.417,179039.0,2.0,,,,,,,,,,,,,,,,,,, +82,requests-oauthlib,requests/requests-oauthlib,auth,,https://github.com/requests/requests-oauthlib,https://github.com/requests/requests-oauthlib,ISC,2012-11-23 10:19:44.000,2023-12-04 00:53:50.000,2022-09-03 07:38:42,598.0,411,53.0,264.0,109.0,159.0,1674,OAuthlib support for Python-Requests!.,458974.0,446996.0,115.0,37,False,,,2022-01-29 19:00:11.000,1.3.1,19.0,,78293553.0,conda-forge/requests-oauthlib,requests-oauthlib,https://pypi.org/project/requests-oauthlib,2022-01-29 18:52:22.000,11978.0,78193735.0,https://anaconda.org/conda-forge/requests-oauthlib,2023-06-16 13:25:40.359,8883862.0,2.0,,,,,,,,,,,,,,,,,,, +83,SeleniumLibrary,robotframework/SeleniumLibrary,testing,,https://github.com/robotframework/SeleniumLibrary,https://github.com/robotframework/SeleniumLibrary,Apache-2.0,2011-10-22 08:01:34.000,2023-12-19 23:01:34.000,2023-12-19 23:01:34,2334.0,735,147.0,842.0,79.0,964.0,1298,Web testing library for Robot Framework.,4530.0,4393.0,118.0,37,True,,87.0,2023-11-25 02:30:22.000,6.2.0,62.0,3577.0,8234905.0,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,https://pypi.org/project/robotframework-seleniumlibrary,2023-11-25 02:18:34.000,137.0,8232949.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2023-11-27 13:09:23.522,78792.0,1.0,,,,,,,,,,,,,,,,,,, +84,hvac,hvac/hvac,third-party-apis,,https://github.com/hvac/hvac,https://github.com/hvac/hvac,Apache-2.0,2015-05-05 21:56:50.000,2023-12-07 05:01:36.000,2023-12-02 17:41:17,1330.0,372,26.0,633.0,143.0,320.0,1155,Python 3.X client for HashiCorp Vault.,4488.0,4089.0,192.0,37,True,,18.0,2023-10-20 16:27:58.000,2.0.0,70.0,622.0,13851857.0,conda-forge/hvac,hvac,https://pypi.org/project/hvac,2023-10-20 16:27:58.000,399.0,13841283.0,https://anaconda.org/conda-forge/hvac,2023-12-01 16:02:48.955,443867.0,2.0,,,,,,,,,,,,,,,,,,, +85,chalice,aws/chalice,serverless,,https://github.com/aws/chalice,https://github.com/aws/chalice,Apache-2.0,2016-05-27 23:27:13.000,2023-12-15 22:48:21.000,2023-12-14 19:27:52,2425.0,1082,239.0,860.0,463.0,821.0,10114,Python Serverless Microframework for AWS.,2888.0,2728.0,200.0,36,True,,14.0,2023-12-15 16:23:54.000,1.30.0,89.0,,253313.0,conda-forge/chalice,chalice,https://pypi.org/project/chalice,2023-12-15 16:23:54.000,160.0,248141.0,https://anaconda.org/conda-forge/chalice,2023-12-15 19:28:29.185,196553.0,1.0,2.0,,,,,,,,,,,,,,,,,, +86,pytube,pytube/pytube,third-party-apis,,https://github.com/pytube/pytube,https://github.com/pytube/pytube,Unlicense,2012-03-18 19:33:44.000,2023-12-17 21:29:05.000,2023-05-20 10:08:41,1461.0,2042,193.0,632.0,464.0,764.0,9751,"A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.",31172.0,30701.0,112.0,36,True,,,2023-05-07 19:40:40.414,15.0.0,86.0,,274867.0,conda-forge/pytube,pytube,https://pypi.org/project/pytube,2023-05-07 19:40:40.414,471.0,274317.0,https://anaconda.org/conda-forge/pytube,2023-06-16 19:27:33.750,14319.0,2.0,,,,,,,,,,,,,,,,,,, +87,flask-restful,flask-restful/flask-restful,web-frameworks,,https://github.com/flask-restful/flask-restful,https://github.com/flask-restful/flask-restful,BSD-3-Clause,2012-10-12 00:08:51.000,2023-11-09 13:28:02.000,2023-05-21 03:47:13,837.0,1027,180.0,416.0,138.0,457.0,6719,Simple framework for creating REST APIs.,108517.0,101275.0,161.0,36,True,['flask'],,2023-05-21 03:59:07.841,0.3.10,33.0,,1652021.0,conda-forge/flask-restful,flask-restful,https://pypi.org/project/flask-restful,2023-05-21 03:59:07.841,7242.0,1649993.0,https://anaconda.org/conda-forge/flask-restful,2023-06-16 13:21:11.595,176441.0,2.0,,,,,,,,,,,,,,,,,,, +88,django-extensions,django-extensions/django-extensions,django-utils,,https://github.com/django-extensions/django-extensions,https://github.com/django-extensions/django-extensions,MIT,2009-03-21 16:11:19.000,2023-12-16 17:48:40.000,2023-10-25 09:17:10,3621.0,1134,102.0,973.0,174.0,720.0,6298,This is a repository for collecting global custom management extensions for the Django Framework.,221626.0,209271.0,573.0,36,True,['django'],1.0,2023-06-07 11:23:14.000,3.2.3,125.0,,3156317.0,conda-forge/django-extensions,django-extensions,https://pypi.org/project/django-extensions,2023-06-05 17:10:00.484,12355.0,3151949.0,https://anaconda.org/conda-forge/django-extensions,2023-06-05 19:37:51.183,406304.0,1.0,,,,,,,,,,,,,,,,,,, +89,django-crispy-forms,django-crispy-forms/django-crispy-forms,forms,,https://github.com/django-crispy-forms/django-crispy-forms,https://github.com/django-crispy-forms/django-crispy-forms,MIT,2011-11-01 11:48:03.000,2023-12-20 11:00:09.000,2023-11-03 12:08:09,1773.0,735,116.0,691.0,63.0,632.0,4835,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,141064.0,133008.0,225.0,36,True,['django'],7.0,2023-10-15 09:24:57.000,2.1,41.0,,952982.0,conda-forge/django-crispy-forms,django-crispy-forms,https://pypi.org/project/django-crispy-forms,2023-10-15 09:27:10.000,8056.0,950569.0,https://anaconda.org/conda-forge/django-crispy-forms,2023-10-15 12:16:27.870,89315.0,2.0,,,,,,,,,,,,,,,,,,, +90,responses,getsentry/responses,testing,,https://github.com/getsentry/responses,https://github.com/getsentry/responses,Apache-2.0,2013-11-15 23:28:18.000,2023-12-18 14:47:44.000,2023-12-18 14:47:43,747.0,337,93.0,403.0,6.0,288.0,3985,A utility for mocking out the Python Requests library.,36013.0,32840.0,123.0,36,True,,20.0,2023-11-14 22:56:57.000,0.24.1,54.0,190.0,15042400.0,conda-forge/responses,responses,https://pypi.org/project/responses,2023-11-14 22:56:52.000,3173.0,14994206.0,https://anaconda.org/conda-forge/responses,2023-11-15 00:49:09.316,2024130.0,2.0,,,,,,,,,,,,,,,,,,, +91,pyramid,Pylons/pyramid,web-frameworks,,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,,2010-10-24 22:00:35.000,2023-12-07 08:20:48.000,2023-09-14 21:55:43,11826.0,901,161.0,2688.0,72.0,976.0,3871,Pyramid - A Python web framework.,18937.0,16056.0,349.0,36,False,,,2023-08-25 06:33:20.000,2.0.2,151.0,,3013445.0,pyramid,pyramid,https://pypi.org/project/pyramid,2023-08-25 06:33:20.000,2877.0,3013382.0,https://anaconda.org/anaconda/pyramid,2023-06-16 13:05:11.275,6170.0,2.0,,,,,,,,,,,,,,,,4.0,,, +92,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000,2023-12-19 23:45:47.000,2023-12-19 23:42:23,8360.0,865,123.0,1042.0,6.0,1007.0,3773,"Browser automation framework for testing with Selenium, Python, and pytest. Includes a Dashboard, a Recorder for..",1044.0,1034.0,37.0,36,True,,200.0,2023-12-19 23:45:47.000,4.22.1,885.0,,344036.0,,seleniumbase,https://pypi.org/project/seleniumbase,2023-12-19 23:45:47.000,10.0,344036.0,,,,2.0,,,,,,,,,,,,,,,,,,, +93,python-slack-sdk,slackapi/python-slack-sdk,third-party-apis,,https://github.com/slackapi/python-slack-sdk,https://github.com/slackapi/python-slack-sdk,MIT,2014-11-10 21:32:02.000,2023-12-06 22:54:05.000,2023-12-06 22:54:05,1272.0,885,165.0,654.0,24.0,756.0,3737,Slack Developer Kit for Python.,222.0,1.0,162.0,36,True,,26.0,2023-12-04 08:26:52.000,3.26.1,100.0,290.0,21210519.0,conda-forge/slack-sdk,slack-sdk,https://pypi.org/project/slack-sdk,2023-12-04 08:23:02.000,221.0,21206491.0,https://anaconda.org/conda-forge/slack-sdk,2023-12-04 09:49:19.334,136785.0,2.0,,,,,,,,,,,,,,,,,,, +94,Strawberry GraphQL,strawberry-graphql/strawberry,graphql,,https://github.com/strawberry-graphql/strawberry,https://github.com/strawberry-graphql/strawberry,MIT,2018-12-21 08:56:55.000,2023-12-20 19:05:28.000,2023-12-19 14:44:18,3023.0,479,45.0,2332.0,442.0,517.0,3570,A GraphQL library for Python that leverages type annotations.,2604.0,2552.0,236.0,36,True,['graphql'],70.0,2023-12-18 17:52:37.000,0.217.0,794.0,447.0,634054.0,,strawberry-graphql,https://pypi.org/project/strawberry-graphql,2023-12-18 17:52:37.000,52.0,633980.0,,,,1.0,,,,,,,,,,,,,,,,,,, +95,django-haystack,django-haystack/django-haystack,django-utils,,https://github.com/django-haystack/django-haystack,https://github.com/django-haystack/django-haystack,BSD-3-Clause,2009-01-29 20:23:57.000,2023-12-19 14:52:53.000,2023-12-19 06:30:18,1866.0,1314,110.0,729.0,572.0,748.0,3500,Modular search for Django.,12188.0,9379.0,211.0,36,True,['django'],19.0,2023-12-07 17:10:09.000,3.2.1,45.0,,131944.0,conda-forge/django-haystack,django-haystack,https://pypi.org/project/django-haystack,2023-07-20 15:31:03.062,2809.0,131859.0,https://anaconda.org/conda-forge/django-haystack,2023-06-16 16:08:42.206,5714.0,1.0,,,,,,,,,,,,,,,,,,, +96,itsdangerous,pallets/itsdangerous,others,,https://github.com/pallets/itsdangerous,https://github.com/pallets/itsdangerous,BSD-3-Clause,2011-06-24 00:09:55.000,2023-12-04 22:27:04.000,2023-09-06 16:00:46,590.0,219,56.0,255.0,1.0,109.0,2774,Safely pass trusted data to untrusted environments and back.,1028432.0,975423.0,42.0,36,True,,,2022-03-24 15:14:38.000,2.1.2,27.0,,48568149.0,conda-forge/itsdangerous,itsdangerous,https://pypi.org/project/itsdangerous,2022-03-24 15:12:13.000,53009.0,48492614.0,https://anaconda.org/conda-forge/itsdangerous,2023-06-16 13:24:58.387,6647157.0,2.0,,,,,,,,,,,,,,,,,,, +97,mistune,lepture/mistune,markdown,,https://github.com/lepture/mistune,https://github.com/lepture/mistune,BSD-3-Clause,2014-02-18 10:13:04.000,2023-11-02 17:48:24.922,2023-10-05 07:21:02,654.0,238,48.0,94.0,24.0,251.0,2368,A fast yet powerful Python Markdown parser with renderers and plugins.,265830.0,256430.0,42.0,36,True,,5.0,2023-09-29 23:59:10.000,3.0.2,43.0,,16709450.0,conda-forge/mistune,mistune,https://pypi.org/project/mistune,2023-09-29 23:58:46.000,9400.0,16277798.0,https://anaconda.org/conda-forge/mistune,2023-11-02 17:48:24.922,16402798.0,2.0,,,,,,,,,,,,,,,,,,, +98,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000,2023-12-20 12:17:34.000,2023-12-19 22:13:43,776.0,140,24.0,317.0,32.0,212.0,2348,Radically simplified static file serving for Python web apps.,419291.0,405911.0,64.0,36,True,,21.0,2023-10-11 09:40:57.000,6.6.0,52.0,,2303380.0,conda-forge/whitenoise,whitenoise,https://pypi.org/project/whitenoise,2023-10-11 09:40:57.000,13380.0,2301167.0,https://anaconda.org/conda-forge/whitenoise,2023-10-11 12:09:49.301,84112.0,2.0,,,,,,,,,,,,,,,,,,, +99,xhtml2pdf,xhtml2pdf/xhtml2pdf,html-processing,,https://github.com/xhtml2pdf/xhtml2pdf,https://github.com/xhtml2pdf/xhtml2pdf,Apache-2.0,2011-05-16 13:45:29.000,2023-11-28 17:00:15.000,2023-11-28 12:35:13,1099.0,656,73.0,337.0,108.0,297.0,2119,A library for converting HTML into PDFs using ReportLab.,13951.0,13111.0,158.0,36,True,,33.0,2023-11-09 01:16:42.000,0.2.13,29.0,26.0,619423.0,conda-forge/xhtml2pdf,xhtml2pdf,https://pypi.org/project/xhtml2pdf,2023-11-09 01:12:40.000,840.0,617102.0,https://anaconda.org/conda-forge/xhtml2pdf,2023-07-19 02:05:58.812,92849.0,2.0,,,,,,,,,,,,,,,,,,, +100,drf-spectacular,tfranzel/drf-spectacular,openapi-utils,,https://github.com/tfranzel/drf-spectacular,https://github.com/tfranzel/drf-spectacular,BSD-3-Clause,2020-03-01 22:36:54.000,2023-12-12 11:01:37.908,2023-12-12 00:03:16,1173.0,226,13.0,295.0,75.0,764.0,1930,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,84098.0,84026.0,104.0,36,True,['openapi'],35.0,2023-12-12 00:15:58.000,0.27.0,62.0,,1620947.0,conda-forge/drf-spectacular,drf-spectacular,https://pypi.org/project/drf-spectacular,2023-12-12 00:06:24.000,72.0,1619913.0,https://anaconda.org/conda-forge/drf-spectacular,2023-12-12 11:01:37.908,27921.0,2.0,,,,,,,,,,,,,,,,,,, +101,tldextract,john-kurkowski/tldextract,url-utils,,https://github.com/john-kurkowski/tldextract,https://github.com/john-kurkowski/tldextract,BSD-3-Clause,2011-02-26 06:48:00.000,2023-11-17 11:29:35.666,2023-11-17 03:39:23,499.0,214,47.0,120.0,12.0,182.0,1740,"Accurately separates a URLs subdomain, domain, and public suffix, using the Public Suffix List (PSL).",25277.0,24098.0,50.0,36,True,,20.0,2023-11-17 03:47:18.000,5.1.1,60.0,,8013851.0,conda-forge/tldextract,tldextract,https://pypi.org/project/tldextract,2023-11-17 03:44:56.000,1179.0,7999462.0,https://anaconda.org/conda-forge/tldextract,2023-11-17 11:29:35.666,446067.0,1.0,,,,,,,,,,,,,,,,,,, +102,django-stubs,typeddjango/django-stubs,django-utils,,https://github.com/typeddjango/django-stubs,https://github.com/typeddjango/django-stubs,MIT,2018-07-29 17:08:50.000,2023-12-19 12:40:30.000,2023-12-18 21:24:53,1460.0,390,20.0,1218.0,211.0,498.0,1358,PEP-484 stubs for Django.,9507.0,9399.0,233.0,36,True,['django'],102.0,2023-12-05 19:02:25.000,4.2.7,52.0,,1089965.0,conda-forge/django-stubs,django-stubs,https://pypi.org/project/django-stubs,2023-12-05 19:02:25.000,108.0,1089301.0,https://anaconda.org/conda-forge/django-stubs,2023-12-05 22:23:35.493,21275.0,1.0,,,,,,,,,,,,,,,,,,, +103,asgiref,django/asgiref,servers,,https://github.com/django/asgiref,https://github.com/django/asgiref,BSD-3-Clause,2015-12-23 17:07:13.000,2023-12-20 02:41:36.000,2023-12-20 02:41:36,436.0,191,41.0,232.0,38.0,161.0,1339,ASGI specification and utilities.,748804.0,747490.0,92.0,36,True,,7.0,2023-05-27 17:22:06.910,3.7.2,62.0,,21612309.0,conda-forge/asgiref,asgiref,https://pypi.org/project/asgiref,2023-05-27 17:22:06.910,1314.0,21595266.0,https://anaconda.org/conda-forge/asgiref,2023-06-16 16:11:41.134,1056691.0,2.0,,,,,,,,,,,,,,,,,,, +104,Yarl,aio-libs/yarl,url-utils,,https://github.com/aio-libs/yarl,https://github.com/aio-libs/yarl,Apache-2.0,2016-08-02 12:56:42.000,2023-12-20 11:39:40.000,2023-12-20 11:39:39,1308.0,148,31.0,751.0,34.0,190.0,1035,Yet another URL library.,3275.0,,87.0,36,True,,239.0,2023-12-06 12:49:47.000,1.9.4,97.0,14246.0,101318656.0,conda-forge/yarl,yarl,https://pypi.org/project/yarl,2023-12-06 12:49:47.000,3275.0,101011869.0,https://anaconda.org/conda-forge/yarl,2023-11-28 11:01:40.516,11651719.0,1.0,,,,,,,,,,,,,,,,,,, +105,pyopenssl,pyca/pyopenssl,others,,https://github.com/pyca/pyopenssl,https://github.com/pyca/pyopenssl,Apache-2.0,2014-01-09 20:10:36.000,2023-12-09 23:04:27.000,2023-12-07 07:21:35,2226.0,418,54.0,753.0,99.0,458.0,846,A Python wrapper around the OpenSSL library.,15612.0,,110.0,36,True,,16.0,2023-10-26 03:06:51.000,23.3.0,34.0,,73167954.0,conda-forge/pyopenssl,pyopenssl,https://pypi.org/project/pyopenssl,2023-10-26 03:06:51.000,15612.0,72182427.0,https://anaconda.org/conda-forge/pyopenssl,2023-10-31 23:41:09.043,36464520.0,2.0,,,,,,,,,,,,,,,,,,, +106,certifi,certifi/python-certifi,others,,https://github.com/certifi/python-certifi,https://github.com/certifi/python-certifi,MPL-2.0,2011-12-28 05:15:19.000,2023-12-18 23:35:58.000,2023-12-18 23:35:52,220.0,278,40.0,113.0,5.0,137.0,718,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,45334.0,5.0,35.0,36,True,,11.0,2023-11-18 02:54:00.000,2023.11.17,58.0,,354695498.0,conda-forge/certifi,certifi,https://pypi.org/project/certifi,2023-11-18 02:54:00.000,45329.0,352183069.0,https://anaconda.org/conda-forge/certifi,2023-11-18 10:33:30.618,105522047.0,2.0,,,,,,,,,,,,,,,,,,, +107,Zappa,Miserlou/Zappa,serverless,,https://github.com/Miserlou/Zappa,https://github.com/Miserlou/Zappa,MIT,2016-01-20 21:57:04.000,2023-12-02 01:29:52.048,2021-02-20 16:10:31,2916.0,1271,253.0,945.0,702.0,672.0,11907,Serverless Python.,421.0,21.0,261.0,35,False,,,2023-12-02 01:29:52.048,0.0.1,134.0,320.0,125962.0,,zappa,https://pypi.org/project/zappa,2023-09-15 07:26:31.000,400.0,125957.0,,,,2.0,,,,,,,,,,,,,,,,,,, +108,graphene,graphql-python/graphene,graphql,,https://github.com/graphql-python/graphene,https://github.com/graphql-python/graphene,MIT,2015-09-24 09:18:18.000,2023-11-28 12:05:57.000,2023-10-06 20:15:26,1755.0,841,141.0,541.0,122.0,876.0,7865,GraphQL framework for Python.,20419.0,19561.0,207.0,35,True,['graphql'],1.0,2023-07-26 06:47:55.000,3.3.0,98.0,,2111251.0,conda-forge/graphene,graphene,https://pypi.org/project/graphene,2023-07-26 06:48:37.000,858.0,2102191.0,https://anaconda.org/conda-forge/graphene,2023-07-26 14:03:33.843,262753.0,1.0,,,,,,,,,,,,,,,,,,, +109,channels,django/channels,django-utils,,https://github.com/django/channels,https://github.com/django/channels,BSD-3-Clause,2015-06-03 17:16:20.000,2023-12-12 06:19:25.000,2023-12-12 06:19:23,1305.0,784,160.0,688.0,107.0,1162.0,5802,Developer-friendly asynchrony for Django.,1369.0,21.0,257.0,35,True,['django'],5.0,2023-02-03 17:50:28.135,3.0.5,66.0,,758867.0,conda-forge/channels,channels,https://pypi.org/project/channels,2023-02-03 17:50:28.135,1348.0,754915.0,https://anaconda.org/conda-forge/channels,2023-06-16 19:18:51.880,173890.0,2.0,,,,,,,,,,,,,,,,,,, +110,Flask-SocketIO,miguelgrinberg/Flask-SocketIO,websocket,,https://github.com/miguelgrinberg/Flask-SocketIO,https://github.com/miguelgrinberg/Flask-SocketIO,MIT,2014-02-09 07:22:50.000,2023-10-25 19:18:58.000,2023-10-15 13:28:34,468.0,903,108.0,123.0,11.0,1554.0,5193,Socket.IO integration for Flask applications.,36703.0,34318.0,69.0,35,True,['flask'],3.0,2023-09-05 09:35:27.000,5.3.6,88.0,,848232.0,conda-forge/flask-socketio,flask-socketio,https://pypi.org/project/flask-socketio,2023-09-05 09:35:23.000,2385.0,839045.0,https://anaconda.org/conda-forge/flask-socketio,2023-09-05 13:08:38.777,376691.0,2.0,,,,,,,,,,,,,,,,,,, +111,python-socketio,miguelgrinberg/python-socketio,websocket,,https://github.com/miguelgrinberg/python-socketio,https://github.com/miguelgrinberg/python-socketio,MIT,2015-07-15 06:17:03.000,2023-11-29 09:52:02.000,2023-11-29 09:51:55,590.0,578,60.0,173.0,35.0,756.0,3609,Python Socket.IO server and client.,41977.0,39935.0,68.0,35,True,,15.0,2023-10-15 14:09:37.000,5.10.0,91.0,,1842472.0,conda-forge/python-socketio,python-socketio,https://pypi.org/project/python-socketio,2023-10-15 14:09:33.000,2042.0,1830103.0,https://anaconda.org/conda-forge/python-socketio,2023-10-15 16:55:15.879,445309.0,2.0,,,,,,,,,,,,,,,,,,, +112,drf-yasg,axnsan12/drf-yasg,openapi-utils,,https://github.com/axnsan12/drf-yasg,https://github.com/axnsan12/drf-yasg,BSD-3-Clause,2017-11-29 10:30:22.000,2023-12-05 07:46:27.000,2023-07-20 14:29:45,530.0,427,30.0,255.0,237.0,405.0,3250,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,98612.0,98223.0,66.0,35,True,"['openapi', 'django']",,2023-07-20 13:47:31.000,1.21.7,62.0,,1707683.0,conda-forge/drf-yasg,drf-yasg,https://pypi.org/project/drf-yasg,2023-07-20 13:47:31.000,389.0,1707489.0,https://anaconda.org/conda-forge/drf-yasg,2023-10-25 19:51:12.475,7956.0,2.0,,,,,,,,,,,,,,,,,,, +113,django-oauth-toolkit,jazzband/django-oauth-toolkit,auth,,https://github.com/jazzband/django-oauth-toolkit,https://github.com/jazzband/django-oauth-toolkit,BSD-3-Clause,2013-05-20 15:46:18.000,2023-12-18 19:42:06.000,2023-12-18 19:42:06,1320.0,764,67.0,572.0,165.0,649.0,2948,OAuth2 goodies for the Djangonauts!.,1054.0,,245.0,35,True,['django'],51.0,2023-05-31 21:05:41.654,2.3.0,44.0,,563433.0,,django-oauth-toolkit,https://pypi.org/project/django-oauth-toolkit,2023-05-31 21:05:41.654,1054.0,563433.0,,,,2.0,,,,,,,,,,,,,,,,,,, +114,django-reversion,etianen/django-reversion,django-utils,,https://github.com/etianen/django-reversion,https://github.com/etianen/django-reversion,BSD-3-Clause,2010-05-31 15:32:25.000,2023-12-20 21:00:13.000,2023-12-20 20:58:18,1520.0,482,56.0,312.0,12.0,631.0,2937,django-reversion is an extension to the Django web framework that provides version control for model instances.,9395.0,7272.0,190.0,35,True,['django'],16.0,2023-12-20 21:00:13.000,5.0.9,80.0,,350158.0,,django-reversion,https://pypi.org/project/django-reversion,2023-12-20 21:00:13.000,2123.0,350158.0,,,,2.0,,,,,,,,,,,,,,,,,,, +115,django-environ,joke2k/django-environ,django-utils,,https://github.com/joke2k/django-environ,https://github.com/joke2k/django-environ,MIT,2013-04-02 13:50:07.000,2023-12-18 17:30:31.000,2023-09-01 19:02:16,636.0,315,34.0,279.0,64.0,176.0,2861,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,210335.0,206767.0,93.0,35,True,['django'],,2023-09-01 21:08:14.000,0.11.2,21.0,42.0,1958926.0,conda-forge/django-environ,django-environ,https://pypi.org/project/django-environ,2023-09-01 21:02:59.000,3568.0,1947775.0,https://anaconda.org/conda-forge/django-environ,2023-09-02 01:20:03.974,66911.0,2.0,,,,,,,,,,,,,,,,,,, +116,django-redis,jazzband/django-redis,django-utils,,https://github.com/jazzband/django-redis,https://github.com/jazzband/django-redis,BSD-3-Clause,2012-04-17 16:29:49.000,2023-12-18 17:38:57.000,2023-12-12 08:24:34,1133.0,419,57.0,372.0,49.0,306.0,2736,Full featured redis cache backend for Django.,3506.0,,137.0,35,True,['django'],82.0,2023-10-01 20:21:33.000,5.4.0,68.0,,2367440.0,,django-redis,https://pypi.org/project/django-redis,2023-10-01 20:21:33.000,3506.0,2367440.0,,,,2.0,,,,,,,,,,,,,,,,,,, +117,splinter,cobrateam/splinter,testing,,https://github.com/cobrateam/splinter,https://github.com/cobrateam/splinter,BSD-3-Clause,2010-09-18 20:59:15.000,2023-12-21 14:01:03.000,2023-12-20 13:39:20,2247.0,534,96.0,699.0,56.0,470.0,2668,splinter - python test framework for web applications.,7671.0,6592.0,179.0,35,True,,26.0,2023-11-15 18:10:39.000,0.20.1,51.0,,119304.0,,splinter,https://pypi.org/project/splinter,2023-11-15 18:10:39.000,1079.0,119304.0,,,,2.0,,,,,,,,,,,,,,,,,,, +118,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000,2023-12-18 15:16:10.000,2023-12-18 15:16:06,1211.0,346,38.0,429.0,125.0,288.0,2542,Automatically mock your HTTP interactions to simplify and speed up testing.,9241.0,8207.0,139.0,35,True,,37.0,2023-07-31 03:19:30.000,5.1.0,70.0,,1067000.0,conda-forge/vcrpy,vcrpy,https://pypi.org/project/vcrpy,2023-07-31 03:19:30.000,1034.0,1059062.0,https://anaconda.org/conda-forge/vcrpy,2023-07-31 18:22:06.572,325477.0,2.0,,,,,,,,,,,,,,,,,,, +119,django-simple-history,jazzband/django-simple-history,django-utils,,https://github.com/jazzband/django-simple-history,https://github.com/jazzband/django-simple-history,BSD-3-Clause,2011-03-06 22:42:19.000,2023-12-18 17:39:06.000,2023-09-28 17:40:17,1304.0,454,42.0,740.0,146.0,424.0,2009,Store model history and view/revert changes from admin site.,5238.0,4777.0,179.0,35,True,['django'],8.0,2023-09-14 20:57:32.000,3.4.0,46.0,,1042864.0,,django-simple-history,https://pypi.org/project/django-simple-history,2023-09-14 20:57:32.000,461.0,1042864.0,,,,2.0,,,,,,,,,,,,,,,,,,, +120,django-tables2,jieter/django-tables2,django-utils,,https://github.com/jieter/django-tables2,https://github.com/jieter/django-tables2,BSD-2-Clause,2010-12-07 05:26:16.000,2023-12-15 12:53:59.000,2023-12-15 12:53:59,1441.0,452,53.0,377.0,79.0,495.0,1756,django-tables2 - An app for creating HTML tables.,7703.0,6801.0,150.0,35,True,['django'],15.0,2023-12-05 07:54:57.000,2.7.0,126.0,,278528.0,conda-forge/django-tables2,django-tables2,https://pypi.org/project/django-tables2,2023-12-05 07:54:57.000,902.0,278296.0,https://anaconda.org/conda-forge/django-tables2,2023-12-09 16:35:06.644,6982.0,2.0,,,,,,,,,,,,,,,,,,, +121,CherryPy,cherrypy/cherrypy,web-frameworks,,https://github.com/cherrypy/cherrypy,https://github.com/cherrypy/cherrypy,BSD-3-Clause,2015-11-02 23:24:05.416,2023-12-21 14:45:53.000,2023-12-13 14:32:45,4472.0,359,55.0,237.0,251.0,1517.0,1740,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",22500.0,12135.0,141.0,35,True,,2.0,2023-12-13 14:33:25.000,18.9.0,120.0,,925503.0,anaconda/cherrypy,cherrypy,https://pypi.org/project/cherrypy,2023-12-13 14:33:25.000,10365.0,925287.0,https://anaconda.org/anaconda/cherrypy,2023-06-16 13:06:07.509,21030.0,3.0,,,,,,,,,,,,,,,,,,, +122,flask-jwt-extended,vimalloc/flask-jwt-extended,auth,,https://github.com/vimalloc/flask-jwt-extended,https://github.com/vimalloc/flask-jwt-extended,MIT,2016-09-13 20:57:28.000,2023-12-13 12:55:50.538,2023-12-13 05:27:39,663.0,237,29.0,165.0,9.0,365.0,1474,An open source Flask extension that provides JWT support (with batteries included)!.,34858.0,34180.0,93.0,35,True,['flask'],5.0,2023-12-13 05:29:35.000,4.6.0,91.0,,4995685.0,conda-forge/flask-jwt-extended,flask-jwt-extended,https://pypi.org/project/flask-jwt-extended,2023-12-13 05:29:35.000,678.0,4990164.0,https://anaconda.org/conda-forge/flask-jwt-extended,2023-12-13 12:55:50.538,204296.0,2.0,,,,,,,,,,,,,,,,,,, +123,stripe,stripe/stripe-python,third-party-apis,,https://github.com/stripe/stripe-python,https://github.com/stripe/stripe-python,MIT,2011-06-25 19:53:04.000,2023-12-20 21:50:50.000,2023-12-20 17:53:40,1579.0,445,36.0,811.0,13.0,338.0,1472,Python library for the Stripe API.,2020.0,,148.0,35,True,,93.0,2023-12-14 23:51:15.000,7.9.0,353.0,,2456596.0,anaconda/stripe,stripe,https://pypi.org/project/stripe,2023-12-15 02:18:59.000,2020.0,2456255.0,https://anaconda.org/anaconda/stripe,2023-06-16 13:06:07.020,33112.0,2.0,,,,,,,,,,,,,,,,,,, +124,opentelemetry-python,open-telemetry/opentelemetry-python,monitoring,,https://github.com/open-telemetry/opentelemetry-python,https://github.com/open-telemetry/opentelemetry-python,Apache-2.0,2019-05-07 21:13:30.000,2023-12-21 15:39:12.000,2023-12-15 22:54:07,1514.0,541,37.0,1901.0,273.0,1264.0,1453,OpenTelemetry Python API and SDK.,9776.0,9772.0,208.0,35,True,,32.0,2023-12-15 23:00:03.000,1.22.0,53.0,,55166.0,conda-forge/opentelemetry-api,timing-asgi,https://pypi.org/project/timing-asgi,2023-07-18 10:20:43.208,4.0,45066.0,https://anaconda.org/conda-forge/opentelemetry-api,2023-12-16 00:37:52.123,393923.0,1.0,,,,,,,,,,,,,,,,,,, +125,dj-database-url,jacobian/dj-database-url,django-utils,,https://github.com/jazzband/dj-database-url,https://github.com/jazzband/dj-database-url,BSD-3-Clause,2012-04-30 17:20:23.000,2023-12-21 12:50:56.000,2023-12-21 12:50:55,289.0,202,33.0,144.0,3.0,89.0,1421,Use Database URLs in your Django Application.,277176.0,256242.0,70.0,35,True,['django'],11.0,2023-08-15 14:39:01.000,2.1.0,18.0,,1426681.0,,dj-database-url,https://pypi.org/project/dj-database-url,2023-08-15 14:39:01.000,20934.0,1426681.0,,,,2.0,,,,,,,,,,,,,,,jazzband/dj-database-url,,,, +126,django-phonenumber-field,stefanfoulis/django-phonenumber-field,django-utils,,https://github.com/stefanfoulis/django-phonenumber-field,https://github.com/stefanfoulis/django-phonenumber-field,MIT,2011-08-31 17:52:05.000,2023-12-21 11:42:15.000,2023-12-18 13:33:21,585.0,312,24.0,377.0,14.0,208.0,1420,A django model and form field for normalised phone numbers using python-phonenumbers.,24872.0,23997.0,114.0,35,True,['django'],15.0,2023-10-05 06:59:07.000,7.2.0,34.0,16.0,981790.0,,django-phonenumber-field,https://pypi.org/project/django-phonenumber-field,2023-10-05 06:59:07.000,875.0,981790.0,,,,2.0,,,,,,,,,,,,,,,,,,, +127,flask-wtf,wtforms/flask-wtf,forms,,https://github.com/wtforms/flask-wtf,https://github.com/wtforms/flask-wtf,BSD-3-Clause,2012-02-29 16:38:52.000,2023-12-04 19:49:49.000,2023-12-04 19:49:48,822.0,310,31.0,265.0,30.0,297.0,1406,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",16405.0,,99.0,35,True,['flask'],26.0,2023-10-02 07:56:35.000,1.2.1,50.0,,5984205.0,conda-forge/flask-wtf,flask-wtf,https://pypi.org/project/flask-wtf,2023-10-02 07:50:32.000,16405.0,5977596.0,https://anaconda.org/conda-forge/flask-wtf,2023-10-13 16:58:33.547,204893.0,3.0,,,,,,,,,,,,,,,,,,, +128,webargs,marshmallow-code/webargs,others,,https://github.com/marshmallow-code/webargs,https://github.com/marshmallow-code/webargs,MIT,2014-02-17 02:16:12.000,2023-12-18 18:57:33.000,2023-12-04 19:44:46,1623.0,157,23.0,614.0,7.0,282.0,1352,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",8006.0,7525.0,77.0,35,True,,22.0,2023-07-10 14:49:02.947,8.3.0,101.0,,1236322.0,conda-forge/webargs,webargs,https://pypi.org/project/webargs,2023-07-10 14:49:02.947,481.0,1230827.0,https://anaconda.org/conda-forge/webargs,2023-07-10 15:27:32.961,214309.0,2.0,,,,,,,,,,,,,,,,,,, +129,pytest-django,pytest-dev/pytest-django,testing,,https://github.com/pytest-dev/pytest-django,https://github.com/pytest-dev/pytest-django,,2011-09-29 19:35:55.000,2023-11-11 09:57:48.000,2023-11-11 09:57:48,1255.0,332,41.0,587.0,162.0,374.0,1265,A Django plugin for pytest.,75265.0,69174.0,142.0,35,False,['django'],50.0,2023-11-08 11:21:35.000,4.7.0,62.0,,2804904.0,conda-forge/pytest-django,pytest-django,https://pypi.org/project/pytest-django,2023-11-08 11:19:18.000,6091.0,2799674.0,https://anaconda.org/conda-forge/pytest-django,2023-11-08 12:35:45.765,204000.0,2.0,,,,,,,,,,,,,,,,,,, +130,httpcore,encode/httpcore,http-clients,,https://github.com/encode/httpcore,https://github.com/encode/httpcore,BSD-3-Clause,2020-01-30 12:41:11.000,2023-12-17 06:15:47.000,2023-12-07 09:56:20,510.0,76,27.0,632.0,18.0,141.0,378,A minimal HTTP client.,86730.0,86517.0,45.0,35,True,,30.0,2023-11-10 13:37:40.000,1.0.2,57.0,,32218761.0,conda-forge/httpcore,httpcore,https://pypi.org/project/httpcore,2023-11-10 13:37:40.000,213.0,32194612.0,https://anaconda.org/conda-forge/httpcore,2023-11-10 15:15:40.534,1038426.0,2.0,,,,,,,,,,,,,,,,,,, +131,idna,kjd/idna,others,,https://github.com/kjd/idna,https://github.com/kjd/idna,BSD-3-Clause,2013-05-27 22:22:13.000,2023-12-02 06:48:04.000,2023-11-28 03:09:21,292.0,83,15.0,82.0,7.0,80.0,222,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,1606083.0,1566881.0,24.0,35,True,,22.0,,,29.0,,314557363.0,conda-forge/idna,idna,https://pypi.org/project/idna,2023-11-25 15:40:52.000,39202.0,313622695.0,https://anaconda.org/conda-forge/idna,2023-11-26 19:32:51.305,39256097.0,2.0,,,,,,,,,,,,,,,,,,, +132,weblate,WeblateOrg/weblate,others,,https://github.com/WeblateOrg/weblate,https://github.com/WeblateOrg/weblate,GPL-3.0,2012-02-27 09:33:29.000,2023-12-21 16:08:51.000,2023-12-21 11:42:10,62292.0,937,88.0,4980.0,435.0,4614.0,3967,Web based localization tool with tight version control integration.,42.0,31.0,1628.0,34,True,,1986.0,2023-12-19 14:04:11.000,weblate-5.3.1,118.0,5525.0,3572.0,,weblate,https://pypi.org/project/weblate,2023-12-19 14:02:25.000,11.0,3468.0,,,,2.0,,,,,,,,,,,,,,,,,,, +133,django-tastypie,django-tastypie/django-tastypie,web-frameworks,,https://github.com/django-tastypie/django-tastypie,https://github.com/django-tastypie/django-tastypie,BSD-3-Clause,2010-03-29 06:01:45.000,2023-09-06 01:36:54.000,2023-09-02 17:38:02,1292.0,1329,127.0,835.0,407.0,523.0,3876,Creating delicious APIs for Django apps since 2010.,8087.0,5553.0,201.0,34,True,['django'],,2023-09-02 17:41:30.000,0.14.6,27.0,,63427.0,,django-tastypie,https://pypi.org/project/django-tastypie,2023-09-02 17:41:30.000,2534.0,63427.0,,,,3.0,,,,,,,,,,,,,,,,,,, +134,Prometheus Client,prometheus/client_python,monitoring,,https://github.com/prometheus/client_python,https://github.com/prometheus/client_python,Apache-2.0,2015-02-10 22:47:25.000,2023-12-16 05:35:48.000,2023-11-21 00:41:16,550.0,797,71.0,415.0,95.0,421.0,3646,Python client for the Prometheus monitoring system.,844.0,,140.0,34,True,,16.0,2023-11-21 00:49:16.000,0.19.0,49.0,,25840900.0,conda-forge/prometheus_client,prometheus-client,https://pypi.org/project/prometheus-client,2023-11-21 00:46:11.000,844.0,25495022.0,https://anaconda.org/conda-forge/prometheus_client,2023-11-21 15:11:56.691,14872793.0,2.0,,,,,,,,,,,,,,,,,,, +135,django-grappelli,sehmaschine/django-grappelli,admin-ui,,https://github.com/sehmaschine/django-grappelli,https://github.com/sehmaschine/django-grappelli,BSD-3-Clause,2010-03-26 12:25:59.000,2023-12-21 10:12:01.000,2023-12-18 12:41:11,1924.0,656,94.0,331.0,11.0,704.0,3527,A jazzy skin for the Django Admin-Interface (official repository).,7681.0,5975.0,87.0,34,True,['django'],11.0,2023-12-20 12:49:06.000,2.15.7,80.0,,176410.0,conda-forge/django-grappelli,django-grappelli,https://pypi.org/project/django-grappelli,2023-12-20 12:49:06.000,1706.0,172902.0,https://anaconda.org/conda-forge/django-grappelli,2023-09-21 20:42:43.450,129826.0,2.0,,,,,,,,,,,,,,,,,,, +136,python-markdown2,trentm/python-markdown2,markdown,,https://github.com/trentm/python-markdown2,https://github.com/trentm/python-markdown2,MIT,2011-01-31 00:30:02.000,2023-12-17 21:56:59.000,2023-12-17 21:56:58,1085.0,483,60.0,247.0,90.0,226.0,2542,markdown2: A fast and complete implementation of Markdown in Python.,2432.0,,75.0,34,True,,47.0,2023-12-17 21:56:55.000,2.4.12,53.0,,2681404.0,,markdown2,https://pypi.org/project/markdown2,2023-12-17 21:56:55.000,2432.0,2681404.0,,,,2.0,,,,,,,,,,,,,,,,,,, +137,autobahn-python,crossbario/autobahn-python,websocket,,https://github.com/crossbario/autobahn-python,https://github.com/crossbario/autobahn-python,MIT,2011-07-27 15:22:13.000,2023-07-20 16:17:16.961,2023-06-14 07:25:55,3332.0,770,101.0,736.0,181.0,704.0,2448,WebSocket and WAMP in Python for Twisted and asyncio.,31381.0,29419.0,132.0,34,True,,,2023-07-20 16:17:16.961,0.12.0,155.0,,1013656.0,conda-forge/autobahn,autobahn,https://pypi.org/project/autobahn,2023-07-20 16:17:16.961,1962.0,1002547.0,https://anaconda.org/conda-forge/autobahn,2023-06-14 11:29:38.363,466616.0,2.0,,,,,,,,,,,,,,,,,,, +138,djoser,sunscrapers/djoser,auth,,https://github.com/sunscrapers/djoser,https://github.com/sunscrapers/djoser,MIT,2014-09-30 14:50:08.000,2023-11-30 16:59:36.000,2023-11-29 05:39:31,926.0,452,39.0,324.0,174.0,306.0,2389,REST implementation of Django authentication system.,24282.0,24064.0,107.0,34,True,['django'],11.0,2023-11-09 11:10:10.000,2.2.2,52.0,,171566.0,,djoser,https://pypi.org/project/djoser,2023-11-09 11:10:10.000,218.0,171566.0,,,,2.0,,,,,,,,,,,,,,,,,,, +139,Flask-Migrate,miguelgrinberg/Flask-Migrate,flask-utils,,https://github.com/miguelgrinberg/Flask-Migrate,https://github.com/miguelgrinberg/Flask-Migrate,MIT,2013-09-08 19:24:57.000,2023-10-17 09:38:30.000,2023-10-15 11:54:41,237.0,221,26.0,84.0,11.0,398.0,2273,SQLAlchemy database migrations for Flask applications using Alembic.,146241.0,136664.0,48.0,34,True,['flask'],1.0,2023-09-12 11:22:09.000,4.0.5,45.0,,1441645.0,conda-forge/flask-migrate,flask-migrate,https://pypi.org/project/flask-migrate,2023-09-12 11:22:06.000,9577.0,1435747.0,https://anaconda.org/conda-forge/flask-migrate,2023-09-12 17:11:59.310,224153.0,1.0,,,,,,,,,,,,,,,,,,, +140,datamodel-code-generator,koxudaxi/datamodel-code-generator,openapi-utils,,https://github.com/koxudaxi/datamodel-code-generator,https://github.com/koxudaxi/datamodel-code-generator,MIT,2019-05-29 08:01:32.000,2023-12-21 16:09:10.000,2023-12-20 18:01:02,1028.0,232,21.0,1312.0,111.0,330.0,2018,"Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data..",1072.0,1009.0,104.0,34,True,['openapi'],116.0,2023-11-26 16:57:32.000,0.25.1,181.0,,628568.0,,datamodel-code-generator,https://pypi.org/project/datamodel-code-generator,2023-11-26 16:57:32.000,63.0,628568.0,,,,2.0,,,,,,,,,,,,,,,,,,, +141,jira,pycontribs/jira,third-party-apis,,https://github.com/pycontribs/jira,https://github.com/pycontribs/jira,BSD-2-Clause,2014-06-28 14:06:53.000,2023-12-18 22:19:38.000,2023-11-02 17:03:59,1591.0,840,80.0,1021.0,177.0,553.0,1848,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,1121.0,8.0,249.0,34,True,,5.0,2023-06-29 11:33:03.501,3.5.2,67.0,781.0,6592148.0,conda-forge/jira,jira,https://pypi.org/project/jira,2023-06-29 11:33:03.501,1113.0,6587438.0,https://anaconda.org/conda-forge/jira,2023-06-29 17:00:06.361,122249.0,2.0,,,,,,,,,,,,,,,,,,, +142,waitress,Pylons/waitress,servers,,https://github.com/Pylons/waitress,https://github.com/Pylons/waitress,ZPL-2.1,2011-12-17 06:58:21.000,2023-12-21 03:25:02.000,2023-09-09 04:21:09,983.0,159,37.0,194.0,20.0,211.0,1329,Waitress - A WSGI server for Python 3.,175191.0,171520.0,51.0,34,False,,,2022-05-30 21:53:26.000,2.1.2,49.0,,4536196.0,conda-forge/waitress,waitress,https://pypi.org/project/waitress,2022-05-30 21:48:04.564,3671.0,4533654.0,https://anaconda.org/conda-forge/waitress,2023-06-16 16:07:27.834,170318.0,3.0,,,,,,,,,,,,,,,,,,, +143,apispec,marshmallow-code/apispec,openapi-utils,,https://github.com/marshmallow-code/apispec,https://github.com/marshmallow-code/apispec,MIT,2014-10-18 23:48:49.000,2023-12-18 18:57:23.000,2023-10-30 20:49:35,1642.0,167,25.0,602.0,32.0,236.0,1065,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,18344.0,11207.0,84.0,34,True,['openapi'],6.0,2023-03-10 08:20:45.086,6.3.0,111.0,,6203997.0,conda-forge/apispec,apispec,https://pypi.org/project/apispec,2023-03-10 08:20:45.086,7137.0,6188534.0,https://anaconda.org/conda-forge/apispec,2023-06-25 18:51:49.542,649487.0,2.0,,,,,,,,,,,,,,,,,,, +144,flask-caching,pallets-eco/flask-caching,flask-utils,,https://github.com/pallets-eco/flask-caching,https://github.com/pallets-eco/flask-caching,BSD-3-Clause,2016-07-04 19:53:57.000,2023-11-29 01:33:43.000,2023-10-08 14:18:16,744.0,186,17.0,312.0,57.0,180.0,840,A caching extension for Flask.,18397.0,17623.0,111.0,34,True,['flask'],20.0,2023-10-08 14:19:11.000,2.1.0,25.0,,4611515.0,conda-forge/flask-caching,flask-caching,https://pypi.org/project/flask-caching,2023-10-08 14:15:58.000,774.0,4605472.0,https://anaconda.org/conda-forge/flask-caching,2023-10-08 20:55:00.179,169216.0,1.0,,,,,,,,,,,,,,,,,,, +145,oauth2client,googleapis/oauth2client,auth,,https://github.com/googleapis/oauth2client,https://github.com/googleapis/oauth2client,Apache-2.0,2013-11-07 18:03:04.000,2023-06-16 13:21:07.089,2018-09-07 21:33:19,1482.0,440,100.0,449.0,2.0,303.0,798,This is a Python library for accessing resources protected by OAuth 2.0.,102035.0,96143.0,89.0,34,False,,,2018-09-07 21:38:16.000,4.1.3,44.0,,15343061.0,conda-forge/oauth2client,oauth2client,https://pypi.org/project/oauth2client,2018-09-07 21:38:16.000,5892.0,15332962.0,https://anaconda.org/conda-forge/oauth2client,2023-06-16 13:21:07.089,898824.0,2.0,,,,,,,,,,,,,,,,,,, +146,netaddr,netaddr/netaddr,others,,https://github.com/netaddr/netaddr,https://github.com/netaddr/netaddr,BSD-3-Clause,2010-05-24 23:14:56.000,2023-12-21 14:56:09.000,2023-12-21 14:56:08,663.0,172,42.0,135.0,51.0,127.0,741,A network address manipulation library for Python.,33928.0,29111.0,49.0,34,True,,31.0,2023-09-19 18:57:47.000,0.9.0,33.0,,5031892.0,conda-forge/netaddr,netaddr,https://pypi.org/project/netaddr,2023-09-18 20:50:30.000,4817.0,5029907.0,https://anaconda.org/conda-forge/netaddr,2023-06-16 13:18:00.942,176748.0,2.0,,,,,,,,,,,,,,,,,,, +147,google-auth,googleapis/google-auth-library-python,auth,,https://github.com/googleapis/google-auth-library-python,https://github.com/googleapis/google-auth-library-python,Apache-2.0,2016-09-26 00:38:59.000,2023-12-20 18:35:05.000,2023-12-20 18:34:14,796.0,327,73.0,1001.0,85.0,371.0,709,Google Auth Python Library.,2984.0,,122.0,34,True,,39.0,2023-12-08 19:37:45.000,2.25.2,147.0,,114606372.0,conda-forge/google-auth,google-auth,https://pypi.org/project/google-auth,2023-12-08 19:37:45.000,2984.0,114398242.0,https://anaconda.org/conda-forge/google-auth,2023-12-09 03:16:47.644,8741467.0,2.0,,,,,,,,,,,,,,,,,,, +148,google-resumable-media,googleapis/google-resumable-media-python,third-party-apis,,https://github.com/googleapis/google-resumable-media-python,https://github.com/googleapis/google-resumable-media-python,Apache-2.0,2017-04-12 20:09:20.000,2023-12-15 00:20:46.000,2023-12-15 00:20:45,444.0,45,43.0,316.0,13.0,86.0,43,Utilities for Google Media Downloads and Resumable Uploads.,141631.0,141064.0,34.0,34,False,,11.0,2023-12-12 19:03:29.000,2.7.0,46.0,,52269630.0,conda-forge/google-resumable-media,google-resumable-media,https://pypi.org/project/google-resumable-media,2023-12-12 19:03:29.000,567.0,52164508.0,https://anaconda.org/conda-forge/google-resumable-media,2023-12-13 03:13:58.038,4415159.0,2.0,,,,,,,,,,,,,,,,,,, +149,httpie,httpie/httpie,http-clients,,https://github.com/httpie/cli,https://github.com/httpie/cli,BSD-3-Clause,2012-02-25 12:39:13.000,2023-12-09 12:17:09.000,2023-10-24 17:23:30,1774.0,3800,83.0,600.0,151.0,685.0,30507,"HTTPie CLI modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads,..",1705.0,1.0,164.0,33,True,,1.0,2023-05-19 21:43:34.000,3.2.2,56.0,6425.0,382275.0,conda-forge/httpie,httpie,https://pypi.org/project/httpie,2023-05-19 21:42:02.908,1704.0,380653.0,https://anaconda.org/conda-forge/httpie,2023-06-16 16:08:14.893,108321.0,2.0,,,,,,,,,,,,,,,httpie/cli,,,, +150,redoc,Redocly/redoc,openapi-utils,,https://github.com/Redocly/redoc,https://github.com/Redocly/redoc,MIT,2015-10-30 12:53:02.000,2023-12-15 06:58:49.000,2023-12-01 16:00:50,2564.0,2262,288.0,687.0,310.0,1455.0,21638,OpenAPI/Swagger-generated API Reference Documentation.,5929.0,5929.0,217.0,33,True,['openapi'],14.0,2023-10-25 09:01:59.000,2.1.3,88.0,91.0,0.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +151,saleor,saleor/saleor,others,,https://github.com/saleor/saleor,https://github.com/saleor/saleor,BSD-3-Clause,2013-02-12 16:46:39.000,2023-12-21 14:41:59.000,2023-12-21 07:42:33,21002.0,5133,372.0,9627.0,605.0,3610.0,19439,"Saleor Core: the high performance, composable, headless commerce API.",3.0,3.0,283.0,33,True,"['django', 'graphql']",232.0,2023-12-21 11:26:45.000,3.17.16,100.0,83.0,27.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +152,swagger-codegen,swagger-api/swagger-codegen,openapi-utils,,https://github.com/swagger-api/swagger-codegen,https://github.com/swagger-api/swagger-codegen,Apache-2.0,2011-07-06 14:26:48.000,2023-12-16 06:08:13.000,2023-12-16 06:08:13,11686.0,6030,418.0,5542.0,3369.0,3449.0,16205,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",23.0,23.0,1224.0,33,True,['openapi'],50.0,2023-11-22 16:12:42.000,3.0.51,100.0,,,,,,,,,,,,2.0,,,io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,https://search.maven.org/artifact/io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,,,,, +153,thumbor,thumbor/thumbor,third-party-apis,,https://github.com/thumbor/thumbor,https://github.com/thumbor/thumbor,MIT,2011-03-16 17:30:05.000,2023-12-11 00:17:31.000,2023-12-05 14:47:02,2424.0,836,202.0,660.0,16.0,958.0,9741,thumbor is an open-source photo thumbnail service by globo.com.,555.0,345.0,201.0,33,True,,23.0,2023-12-05 17:22:48.000,7.7.2,114.0,,4630.0,,thumbor,https://pypi.org/project/thumbor,2023-12-05 17:22:48.000,210.0,4630.0,,,,2.0,,,,,,,,,,,,,,,,,,, +154,WeasyPrint,Kozea/WeasyPrint,html-processing,,https://github.com/Kozea/WeasyPrint,https://github.com/Kozea/WeasyPrint,BSD-3-Clause,2011-08-09 14:14:24.000,2023-12-16 22:18:21.000,2023-12-16 22:18:21,5197.0,629,136.0,344.0,186.0,1494.0,6277,The awesome document factory.,140.0,21.0,133.0,33,True,,60.0,2023-12-11 12:13:36.000,60.2,101.0,,1270791.0,conda-forge/weasyprint,weasyprint,https://pypi.org/project/weasyprint,2023-12-11 12:12:08.000,119.0,1267081.0,https://anaconda.org/conda-forge/weasyprint,2023-12-11 13:43:13.052,148436.0,2.0,,,,,,,,,,,,,,,,,,, +155,NiceGUI,zauberzeug/nicegui,web-ui,,https://github.com/zauberzeug/nicegui,https://github.com/zauberzeug/nicegui,MIT,2021-05-07 13:55:05.000,2023-12-21 16:26:07.000,2023-12-21 09:29:13,4817.0,351,50.0,438.0,23.0,639.0,6145,Create web-based user interfaces with Python. The nice way.,473.0,442.0,79.0,33,True,,644.0,2023-12-18 18:35:33.000,1.4.6,215.0,,55813.0,conda-forge/nicegui,nicegui,https://pypi.org/project/nicegui,2023-12-18 18:34:17.000,31.0,54617.0,https://anaconda.org/conda-forge/nicegui,2023-12-19 04:33:43.880,6637.0,2.0,,,,,,,,,,zauberzeug/nicegui,https://hub.docker.com/r/zauberzeug/nicegui,2023-12-18 18:36:35.403438,8.0,11379.0,,,True,, +156,Django-Ninja,vitalik/django-ninja,django-utils,,https://github.com/vitalik/django-ninja,https://github.com/vitalik/django-ninja,MIT,2020-05-19 08:48:53.000,2023-12-21 08:54:33.000,2023-12-19 09:01:29,1060.0,335,73.0,275.0,211.0,449.0,5518,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",1899.0,1877.0,123.0,33,True,,116.0,2023-12-07 22:14:02.000,1.1.0,58.0,,227311.0,conda-forge/django-ninja,django-ninja,https://pypi.org/project/django-ninja,2023-12-07 22:14:02.000,22.0,226932.0,https://anaconda.org/conda-forge/django-ninja,2023-12-12 17:20:02.209,8729.0,2.0,,,,,,,,,,,,,,,,,,, +157,google-maps-services-python,googlemaps/google-maps-services-python,third-party-apis,,https://github.com/googlemaps/google-maps-services-python,https://github.com/googlemaps/google-maps-services-python,Apache-2.0,2014-08-15 04:35:30.000,2023-12-18 14:05:03.000,2023-01-27 01:01:18,524.0,1247,177.0,239.0,31.0,231.0,4198,Python client library for Google Maps API Web Services.,1204.0,,66.0,33,True,,,2023-01-26 16:46:28.581,4.10.0,51.0,,1112405.0,,googlemaps,https://pypi.org/project/googlemaps,2023-01-26 16:46:28.581,1204.0,1112405.0,,,,2.0,,,,,,,,,,,,,,,,,,, +158,graphene-django,graphql-python/graphene-django,graphql,,https://github.com/graphql-python/graphene-django,https://github.com/graphql-python/graphene-django,MIT,2016-09-17 23:26:25.000,2023-12-20 20:26:45.484,2023-12-20 10:22:33,956.0,754,72.0,611.0,138.0,671.0,4173,"Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.",14589.0,14078.0,219.0,33,True,"['django', 'graphql']",8.0,2023-12-20 10:25:20.000,3.2.0,65.0,,429536.0,conda-forge/graphene-django,graphene-django,https://pypi.org/project/graphene-django,2023-12-20 10:25:20.000,511.0,428768.0,https://anaconda.org/conda-forge/graphene-django,2023-12-20 20:26:45.484,32258.0,2.0,,,,,,,,,,,,,,,,,,, +159,django-silk,jazzband/django-silk,testing,,https://github.com/jazzband/django-silk,https://github.com/jazzband/django-silk,MIT,2014-05-21 21:14:45.000,2023-12-18 17:39:04.000,2023-12-02 23:14:20,872.0,323,49.0,355.0,121.0,228.0,4112,Silky smooth profiling for Django.,4424.0,4272.0,143.0,33,True,['django'],6.0,2023-09-23 23:33:41.000,5.0.4,42.0,193.0,584034.0,,django-silk,https://pypi.org/project/django-silk,2023-09-23 23:33:41.000,152.0,584033.0,,,,2.0,,,,,,,,,,,,,,,,,,, +160,pywebview,r0x0r/pywebview,others,,https://github.com/r0x0r/pywebview,https://github.com/r0x0r/pywebview,BSD-3-Clause,2014-11-20 11:05:46.000,2023-12-10 11:39:01.000,2023-12-10 11:39:01,1882.0,493,62.0,327.0,19.0,848.0,3955,"Build GUI for your Python program with JavaScript, HTML, and CSS.",1660.0,1555.0,123.0,33,True,,72.0,2023-10-31 21:00:02.000,4.4.1,64.0,,42516.0,,pywebview,https://pypi.org/project/pywebview,2023-10-31 20:57:15.000,105.0,42516.0,,,,2.0,,,,,,,,,,,,,,,,,,, +161,wave,h2oai/wave,web-ui,,https://github.com/h2oai/wave,https://github.com/h2oai/wave,Apache-2.0,2020-05-16 20:07:18.000,2023-12-19 10:45:27.000,2023-12-08 11:23:06,2209.0,293,117.0,686.0,191.0,809.0,3765,Realtime Web Apps and Dashboards for Python and R.,204.0,,51.0,33,True,,48.0,2023-10-09 13:29:05.000,1.0.0,56.0,1893070.0,66761.0,,wave,https://pypi.org/project/wave,2011-01-09 22:48:14.000,204.0,21688.0,,,,2.0,,,,,,,,,,,,,,,,,,, +162,fake-useragent,hellysmile/fake-useragent,others,,https://github.com/fake-useragent/fake-useragent,https://github.com/fake-useragent/fake-useragent,Apache-2.0,2013-03-04 07:14:29.000,2023-12-18 08:36:33.000,2023-12-04 20:55:17,349.0,512,61.0,136.0,1.0,121.0,3308,Up-to-date simple useragent faker with real world database.,26098.0,25115.0,15.0,33,True,,35.0,2023-11-24 21:07:56.000,1.4.0,32.0,,2258844.0,conda-forge/fake-useragent,fake-useragent,https://pypi.org/project/fake-useragent,2023-11-24 21:07:56.000,983.0,2258261.0,https://anaconda.org/conda-forge/fake-useragent,2023-11-25 01:47:49.143,17509.0,2.0,,,,,,,,,,,,,,,fake-useragent/fake-useragent,,,, +163,django-model-utils,jazzband/django-model-utils,django-utils,,https://github.com/jazzband/django-model-utils,https://github.com/jazzband/django-model-utils,BSD-3-Clause,2009-11-10 06:18:00.000,2023-12-18 17:38:44.000,2023-12-16 16:51:35,973.0,361,46.0,302.0,118.0,187.0,2557,Django model mixins and utilities.,27810.0,22931.0,133.0,33,True,['django'],4.0,2023-06-16 06:13:31.000,4.3.1,39.0,,1141181.0,,django-model-utils,https://pypi.org/project/django-model-utils,2022-11-16 00:15:44.883,4879.0,1141181.0,,,,2.0,,,,,,,,,,,,,,,,,,, +164,django-webpack-loader,django-webpack/django-webpack-loader,django-utils,,https://github.com/django-webpack/django-webpack-loader,https://github.com/django-webpack/django-webpack-loader,MIT,2015-05-16 16:33:58.000,2023-12-19 22:50:48.463,2023-12-19 15:49:42,342.0,341,48.0,201.0,9.0,177.0,2486,Transparently use webpack with django.,10115.0,9127.0,61.0,33,True,['django'],24.0,2023-12-19 13:50:36.000,3.0.0,47.0,,374198.0,conda-forge/django-webpack-loader,django-webpack-loader,https://pypi.org/project/django-webpack-loader,2023-12-19 13:48:37.000,988.0,373907.0,https://anaconda.org/conda-forge/django-webpack-loader,2023-12-19 22:50:48.463,8736.0,2.0,,,,,,,,,,,,,,,,,,, +165,ariadne,mirumee/ariadne,graphql,,https://github.com/mirumee/ariadne,https://github.com/mirumee/ariadne,BSD-3-Clause,2018-07-09 09:46:17.000,2023-12-20 19:40:58.000,2023-12-15 11:11:48,1712.0,176,39.0,637.0,49.0,255.0,2096,Python library for implementing GraphQL servers using schema-first approach.,1523.0,1475.0,71.0,33,True,['graphql'],33.0,2023-11-08 15:28:41.000,0.21.0,48.0,,173283.0,,ariadne,https://pypi.org/project/ariadne,2023-11-08 15:29:20.000,48.0,173283.0,,,,2.0,,,,,,,,,,,,,,,,,,, +166,python-zeep,mvantellingen/python-zeep,http-clients,,https://github.com/mvantellingen/python-zeep,https://github.com/mvantellingen/python-zeep,MIT,2016-02-14 10:31:07.000,2023-12-19 13:33:19.000,2023-03-17 12:05:15,1472.0,565,67.0,360.0,425.0,672.0,1830,A Python SOAP client.,657.0,,140.0,33,True,,,2023-07-20 15:31:54.183,0.0.1,65.0,,9482559.0,conda-forge/zeep,zeep,https://pypi.org/project/zeep,2023-07-20 15:31:54.183,657.0,9480075.0,https://anaconda.org/conda-forge/zeep,2023-06-16 13:24:15.406,201284.0,2.0,,,,,,,,,,,,,,,,,,, +167,django-autocomplete-light,yourlabs/django-autocomplete-light,django-utils,,https://github.com/yourlabs/django-autocomplete-light,https://github.com/yourlabs/django-autocomplete-light,MIT,2012-05-03 11:49:37.000,2023-11-07 22:09:58.000,2023-09-19 06:54:06,2402.0,459,65.0,493.0,209.0,640.0,1741,"A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.",4653.0,3905.0,195.0,33,True,['django'],,2023-05-12 16:00:39.776,3.9.7,224.0,,246125.0,,django-autocomplete-light,https://pypi.org/project/django-autocomplete-light,2023-09-19 06:49:48.000,748.0,246125.0,,,,2.0,,,,,,,,,,,,,,,,,,, +168,dj-rest-auth,iMerica/dj-rest-auth,auth,,https://github.com/iMerica/dj-rest-auth,https://github.com/iMerica/dj-rest-auth,MIT,2020-02-28 19:35:48.000,2023-12-15 01:14:35.000,2023-11-26 05:47:50,894.0,261,15.0,204.0,168.0,211.0,1469,Authentication for Django Rest Framework.,23311.0,23300.0,187.0,33,True,['django'],6.0,2023-11-15 04:02:07.000,5.0.2,47.0,356.0,236314.0,conda-forge/dj-rest-auth,dj-rest-auth,https://pypi.org/project/dj-rest-auth,2023-11-15 04:02:07.000,11.0,235583.0,https://anaconda.org/conda-forge/dj-rest-auth,2023-11-15 20:15:56.825,21003.0,2.0,,,,,,,,,,,,,,,,,,, +169,PySocks,Anorov/PySocks,others,,https://github.com/Anorov/PySocks,https://github.com/Anorov/PySocks,BSD-3-Clause,2012-02-21 09:10:49.000,2023-07-17 05:15:25.000,2019-09-20 02:47:40,230.0,263,48.0,61.0,57.0,63.0,1192,A SOCKS proxy client and wrapper for Python.,152599.0,148852.0,32.0,33,False,,,2019-09-20 02:06:20.000,1.7.1,19.0,,15415393.0,conda-forge/pysocks,pysocks,https://pypi.org/project/pysocks,2019-09-20 02:06:20.000,3747.0,14960679.0,https://anaconda.org/conda-forge/pysocks,2023-06-16 13:22:53.016,40014862.0,2.0,,,,,,,,,,,,,,,,,,, +170,html5lib-python,html5lib/html5lib-python,html-processing,,https://github.com/html5lib/html5lib-python,https://github.com/html5lib/html5lib-python,MIT,2013-04-09 14:07:42.000,2023-10-17 22:10:35.000,2023-03-03 15:43:58,1609.0,279,49.0,314.0,82.0,175.0,1075,Standards-compliant library for parsing and serializing HTML documents and fragments in Python.,15302.0,,65.0,33,True,,,2017-12-07 14:10:04.000,1.0.1,27.0,,11605075.0,conda-forge/html5lib,html5lib,https://pypi.org/project/html5lib,2020-06-22 23:32:36.000,15302.0,11557752.0,https://anaconda.org/conda-forge/html5lib,2023-06-16 13:22:43.827,3927859.0,2.0,,,,,,,,,,,,,,,,,,, +171,pymdown-extensions,facelessuser/pymdown-extensions,markdown,,https://github.com/facelessuser/pymdown-extensions,https://github.com/facelessuser/pymdown-extensions,MIT,2014-11-21 06:08:04.000,2023-12-18 10:04:03.000,2023-11-24 18:01:05,1752.0,296,8.0,1833.0,9.0,345.0,841,Extensions for Python Markdown.,27054.0,26831.0,51.0,33,True,,29.0,2023-11-25 16:51:12.000,10.5,86.0,,2425632.0,conda-forge/pymdown-extensions,pymdown-extensions,https://pypi.org/project/pymdown-extensions,2023-11-25 16:51:51.000,223.0,2421181.0,https://anaconda.org/conda-forge/pymdown-extensions,2023-11-25 18:44:22.714,178045.0,2.0,,,,,,,,,,,,,,,,,,, +172,markupsafe,pallets/markupsafe,html-processing,,https://github.com/pallets/markupsafe,https://github.com/pallets/markupsafe,BSD-3-Clause,2010-06-22 17:22:58.000,2023-12-04 22:26:48.000,2023-12-04 22:26:47,672.0,147,25.0,295.0,1.0,109.0,566,Safely add untrusted strings to HTML/XML markup.,1524544.0,1449190.0,41.0,33,True,,2.0,2023-06-02 21:45:17.000,2.1.3,29.0,2164.0,147770499.0,conda-forge/markupsafe,markupsafe,https://pypi.org/project/markupsafe,2023-06-02 21:44:04.873,75354.0,146827641.0,https://anaconda.org/conda-forge/markupsafe,2023-09-22 07:59:19.355,36768872.0,2.0,,,,,,,,,,,,,,,,,,, +173,httplib2,httplib2/httplib2,http-clients,,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,MIT,2016-03-02 22:59:52.000,2023-09-13 19:24:05.000,2023-03-21 22:23:06,551.0,196,28.0,122.0,59.0,69.0,478,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",187816.0,171805.0,77.0,33,True,,,2023-03-21 22:31:05.208,0.22.0,39.0,,30083854.0,conda-forge/httplib2,httplib2,https://pypi.org/project/httplib2,2023-03-21 22:31:05.208,16011.0,30052626.0,https://anaconda.org/conda-forge/httplib2,2023-06-16 13:17:06.741,2873053.0,2.0,,,,,,,,,,,,,,,,,,, +174,You-Get,soimort/you-get,web-scraping,,https://github.com/soimort/you-get,https://github.com/soimort/you-get,MIT,2012-08-20 15:53:36.000,2023-12-19 08:32:51.000,2023-07-25 21:42:57,2515.0,9300,1375.0,1057.0,384.0,,48656,Dumb downloader that scrapes the web.,48.0,21.0,254.0,32,True,,,2022-12-11 17:34:28.000,0.4.1650,169.0,376390.0,24300.0,conda-forge/you-get,you-get,https://pypi.org/project/you-get,2022-07-01 21:28:26.000,27.0,20426.0,https://anaconda.org/conda-forge/you-get,2023-06-16 19:19:15.886,23434.0,1.0,,you-get,,,,,,,,,,,,,,,,, +175,newspaper3k,codelucas/newspaper,web-scraping,,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013-11-25 09:50:50.000,2023-10-03 12:53:13.000,2020-09-02 06:54:25,651.0,2054,383.0,306.0,496.0,266.0,13352,"News, full-text, and article metadata extraction in Python 3. Advanced docs:.",343.0,21.0,103.0,32,False,,,2018-09-28 04:58:18.000,0.2.8,18.0,,229835.0,conda-forge/newspaper3k,newspaper3k,https://pypi.org/project/newspaper3k,2018-09-28 04:58:18.000,322.0,228953.0,https://anaconda.org/conda-forge/newspaper3k,2023-06-16 13:25:29.128,64449.0,1.0,,,,,,,,,,,,,,,,,,, +176,speedtest-cli,sivel/speedtest-cli,others,,https://github.com/sivel/speedtest-cli,https://github.com/sivel/speedtest-cli,Apache-2.0,2012-09-10 19:17:53.000,2023-12-04 15:55:39.000,2021-07-07 19:50:15,299.0,1923,312.0,208.0,65.0,,13094,Command line interface for testing internet bandwidth using speedtest.net.,64017.0,63461.0,10.0,32,False,,,2021-04-08 13:53:00.000,2.1.3,28.0,,144874.0,conda-forge/speedtest-cli,speedtest-cli,https://pypi.org/project/speedtest-cli,2021-04-08 13:51:32.000,556.0,144106.0,https://anaconda.org/conda-forge/speedtest-cli,2023-06-16 19:27:52.128,19201.0,2.0,,,,,,,,,,,,,,,,,,, +177,httpbin,postmanlabs/httpbin,others,,https://github.com/postmanlabs/httpbin,https://github.com/postmanlabs/httpbin,ISC,2011-05-20 21:14:01.000,2023-09-27 10:27:30.000,2018-11-07 20:31:50,841.0,1770,239.0,329.0,181.0,244.0,12146,"HTTP Request & Response Service, written in Python + Flask.",1804.0,1248.0,108.0,32,False,['flask'],,2023-08-28 22:56:36.000,0.10.1,15.0,,45437.0,,httpbin,https://pypi.org/project/httpbin,2023-08-28 22:56:36.000,556.0,45437.0,,,,2.0,,,,,,,,,,,,,,,,,,, +178,gallery-dl,mikf/gallery-dl,third-party-apis,,https://github.com/mikf/gallery-dl,https://github.com/mikf/gallery-dl,GPL-2.0,2014-10-12 19:38:05.000,2023-12-19 13:38:42.000,2023-12-19 00:56:17,5114.0,782,147.0,392.0,885.0,3185.0,9100,Command-line program to download image galleries and collections from several image hosting sites.,31.0,21.0,105.0,32,True,,230.0,2023-12-10 16:47:20.000,1.26.4,147.0,455867.0,59060.0,,gallery-dl,https://pypi.org/project/gallery-dl,2023-12-10 16:43:26.000,10.0,50920.0,,,,2.0,,,,,,,,,,,,,,,,,,, +179,Pattern,clips/pattern,web-scraping,,https://github.com/clips/pattern,https://github.com/clips/pattern,BSD-3-Clause,2011-05-03 15:29:01.000,2023-07-12 09:12:48.000,2020-04-25 12:40:40,1434.0,1596,544.0,128.0,174.0,76.0,8597,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",2026.0,1692.0,30.0,32,False,,,,,9.0,101.0,493140.0,conda-forge/pattern,pattern,https://pypi.org/project/pattern,2018-08-18 15:11:17.000,334.0,492832.0,https://anaconda.org/conda-forge/pattern,2023-06-16 16:18:03.754,15123.0,1.0,,,,,,,,,,,,,,,,,,, +180,hug,hugapi/hug,web-frameworks,,https://github.com/hugapi/hug,https://github.com/hugapi/hug,MIT,2015-07-17 03:33:50.000,2023-06-30 22:47:56.000,2023-06-30 13:14:01,2415.0,387,161.0,456.0,179.0,300.0,6742,"Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.",5004.0,4769.0,120.0,32,True,,,2020-02-06 18:13:37.000,2.6.1,71.0,,60305.0,conda-forge/hug,hug,https://pypi.org/project/hug,2020-02-06 18:13:37.000,235.0,58133.0,https://anaconda.org/conda-forge/hug,2023-06-16 13:24:44.089,186798.0,3.0,,,,,,,,,,,,,,,,,,, +181,webpy,webpy/webpy,web-frameworks,,https://github.com/webpy/webpy,https://github.com/webpy/webpy,Unlicense,2008-09-29 03:42:56.000,2023-12-20 05:07:56.000,2023-11-18 05:21:44,1070.0,1327,339.0,339.0,42.0,399.0,5853,web.py is a web framework for python that is as simple as it is powerful.,1162.0,21.0,90.0,32,True,,4.0,2023-10-10 14:50:45.000,webpy-0.70,22.0,,248832.0,conda-forge/web.py,web.py,https://pypi.org/project/web.py,2020-11-09 11:24:34.000,1141.0,248090.0,https://anaconda.org/conda-forge/web.py,2023-06-16 13:21:14.383,56397.0,3.0,,,,,,,,,,,,,,,,,,, +182,mezzanine,stephenmcd/mezzanine,cms,,https://github.com/stephenmcd/mezzanine,https://github.com/stephenmcd/mezzanine,BSD-2-Clause,2010-05-29 12:16:55.000,2023-12-18 20:42:16.000,2022-11-02 08:25:54,5304.0,1642,250.0,982.0,56.0,1011.0,4674,CMS framework for Django.,1202.0,,327.0,32,False,['django'],,2022-05-12 12:50:07.885,6.0.0,138.0,,2607.0,,mezzanine,https://pypi.org/project/mezzanine,2022-05-12 12:50:07.885,1202.0,2607.0,,,,2.0,,,,,,,,,,,,,,,,,,, +183,spotipy,plamere/spotipy,third-party-apis,,https://github.com/spotipy-dev/spotipy,https://github.com/spotipy-dev/spotipy,MIT,2014-04-05 13:11:25.000,2023-12-13 06:42:19.000,2023-10-31 01:32:46,633.0,914,78.0,434.0,120.0,509.0,4667,A light weight Python library for the Spotify Web API.,25810.0,25173.0,178.0,32,True,,1.0,2023-04-07 17:46:10.000,2.23.0,48.0,,196383.0,conda-forge/spotipy,spotipy,https://pypi.org/project/spotipy,2023-04-07 17:40:01.447,637.0,196013.0,https://anaconda.org/conda-forge/spotipy,2023-06-16 19:25:00.895,12606.0,2.0,,,,,,,,,,,,,,,spotipy-dev/spotipy,,,, +184,Prism,stoplightio/prism,testing,,https://github.com/stoplightio/prism,https://github.com/stoplightio/prism,Apache-2.0,2016-03-18 03:52:09.000,2023-12-20 07:29:35.000,2023-12-01 18:35:45,1958.0,315,54.0,1693.0,63.0,608.0,3842,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",496.0,467.0,90.0,32,True,['openapi'],18.0,2023-12-01 18:31:55.000,5.5.2,194.0,809810.0,251348.0,,,,,,,,,,2.0,,,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,2023-12-01 18:30:28.411,29.0,239612.0,,,,,,,,,,, +185,aiortc,aiortc/aiortc,others,,https://github.com/aiortc/aiortc,https://github.com/aiortc/aiortc,BSD-3-Clause,2018-02-23 22:05:16.000,2023-12-05 11:08:52.000,2023-12-01 00:27:43,1228.0,701,92.0,211.0,30.0,659.0,3718,WebRTC and ORTC implementation for Python using asyncio.,2581.0,2541.0,29.0,32,True,,11.0,2023-12-01 00:39:24.000,1.6.0,50.0,,53006.0,,aiortc,https://pypi.org/project/aiortc,2023-12-01 00:39:24.000,40.0,53006.0,,,,2.0,,,,,,,,,,,,,,,,,,, +186,django-rest-framework-simplejwt,jazzband/djangorestframework-simplejwt,auth,,https://github.com/jazzband/djangorestframework-simplejwt,https://github.com/jazzband/djangorestframework-simplejwt,MIT,2017-05-05 17:41:35.000,2023-12-18 17:39:23.000,2023-12-15 00:57:27,626.0,632,58.0,338.0,149.0,328.0,3680,A JSON Web Token authentication plugin for the Django REST Framework.,360.0,,111.0,32,True,['django'],13.0,2023-12-04 06:38:25.000,5.3.1,45.0,,1855360.0,,djangorestframework-simplejwt,https://pypi.org/project/djangorestframework-simplejwt,2023-12-04 06:38:25.000,360.0,1855360.0,,,,2.0,,,,,,,,,,,,,,,,,,, +187,py-googletrans,ssut/py-googletrans,third-party-apis,,https://github.com/ssut/py-googletrans,https://github.com/ssut/py-googletrans,MIT,2015-06-05 08:35:11.000,2023-10-04 20:57:20.000,2021-03-10 14:43:53,116.0,638,69.0,97.0,15.0,277.0,3620,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,50341.0,49696.0,25.0,32,False,,,2020-06-14 07:43:55.000,3.0.0,12.0,,534175.0,,googletrans,https://pypi.org/project/googletrans,2020-12-09 14:10:21.000,645.0,534175.0,,,,2.0,,,,,,,,,,,,,,,,,,, +188,django-guardian,django-guardian/django-guardian,auth,,https://github.com/django-guardian/django-guardian,https://github.com/django-guardian/django-guardian,BSD-3-Clause,2010-06-04 23:15:37.000,2023-11-15 08:37:00.000,2022-03-25 21:42:47,1062.0,554,82.0,356.0,150.0,323.0,3493,Per object permissions for Django.,8301.0,6352.0,159.0,32,False,['django'],,2021-05-23 22:11:22.000,2.4.0,43.0,,365658.0,conda-forge/django-guardian,django-guardian,https://pypi.org/project/django-guardian,2021-05-23 22:11:22.000,1949.0,365016.0,https://anaconda.org/conda-forge/django-guardian,2023-06-16 13:23:00.573,50083.0,2.0,,,,,,,,,,,,,,,,,,, +189,python-twitter,bear/python-twitter,third-party-apis,,https://github.com/bear/python-twitter,https://github.com/bear/python-twitter,Apache-2.0,2012-09-12 06:51:02.000,2022-05-20 09:56:40.000,2021-12-19 18:05:27,1104.0,1008,170.0,307.0,101.0,315.0,3401,A Python wrapper around the Twitter API.,8743.0,7019.0,171.0,32,False,,,2018-09-29 23:52:35.000,3.5,24.0,,64424.0,,python-twitter,https://pypi.org/project/python-twitter,2018-11-03 12:32:06.000,1724.0,64424.0,,,,2.0,,,,,,,,,,,,,,,,,,, +190,factory_boy,FactoryBoy/factory_boy,testing,,https://github.com/FactoryBoy/factory_boy,https://github.com/FactoryBoy/factory_boy,MIT,2011-05-11 08:26:59.000,2023-12-21 13:23:42.000,2023-12-21 13:05:26,996.0,378,42.0,491.0,195.0,395.0,3259,A test fixtures replacement for Python.,837.0,,129.0,32,True,['django'],9.0,2023-07-19 09:04:00.000,3.3.0,43.0,,3417457.0,conda-forge/factory_boy,factory_boy,https://pypi.org/project/factory_boy,2023-07-19 09:04:00.000,837.0,3413876.0,https://anaconda.org/conda-forge/factory_boy,2023-07-19 13:42:09.417,139676.0,2.0,,,,,,,,,,,,,,,,,,, +191,django-rest-framework-jwt,jpadilla/django-rest-framework-jwt,auth,,https://github.com/jpadilla/django-rest-framework-jwt,https://github.com/jpadilla/django-rest-framework-jwt,MIT,2014-01-16 04:54:06.000,2022-12-06 16:30:54.000,2019-08-13 02:11:02,369.0,639,81.0,190.0,163.0,187.0,3187,JSON Web Token Authentication support for Django REST Framework.,27904.0,25923.0,62.0,32,False,,,2021-12-15 15:59:35.858,1.3.0,26.0,,608254.0,,djangorestframework-jwt,https://pypi.org/project/djangorestframework-jwt,2021-12-15 15:59:35.858,1981.0,608254.0,,,,2.0,,,,,,,,,,,,,,,,,,, +192,django-taggit,jazzband/django-taggit,django-utils,,https://github.com/jazzband/django-taggit,https://github.com/jazzband/django-taggit,BSD-3-Clause,2009-12-08 23:40:49.000,2023-12-18 17:39:12.000,2023-10-26 02:12:57,1066.0,625,64.0,457.0,95.0,339.0,3157,Simple tagging for django.,2888.0,,148.0,32,True,['django'],14.0,2023-10-29 11:56:57.000,5.0.1,67.0,,440306.0,conda-forge/django-taggit,django-taggit,https://pypi.org/project/django-taggit,2023-10-29 11:56:57.000,2888.0,437006.0,https://anaconda.org/conda-forge/django-taggit,2023-10-29 13:54:08.113,115515.0,2.0,,,,,,,,,,,,,,,,,,, +193,python-social-auth,omab/python-social-auth,auth,,https://github.com/omab/python-social-auth,https://github.com/omab/python-social-auth,BSD-3-Clause,2012-12-12 16:08:42.000,2022-07-01 19:07:30.000,2017-02-04 13:10:59,1973.0,1140,120.0,466.0,20.0,643.0,2831,Social auth made simple.,8200.0,5924.0,284.0,32,False,,,2017-02-03 12:20:08.000,0.3.6,55.0,,32503.0,,python-social-auth,https://pypi.org/project/python-social-auth,2017-02-03 12:20:08.000,2276.0,32503.0,,,,2.0,,,,,,,,,,,,,,,,,,, +194,pyotp,pyauth/pyotp,auth,,https://github.com/pyauth/pyotp,https://github.com/pyauth/pyotp,MIT,2011-09-23 13:10:31.000,2023-10-19 14:23:22.000,2023-10-19 14:23:22,215.0,302,52.0,66.0,5.0,85.0,2712,Python One-Time Password Library.,13256.0,12619.0,43.0,32,True,,1.0,2023-07-27 23:41:01.000,2.9.0,24.0,276.0,4964298.0,conda-forge/pyotp,pyotp,https://pypi.org/project/pyotp,2023-07-27 23:41:01.000,637.0,4963060.0,https://anaconda.org/conda-forge/pyotp,2023-07-28 02:07:25.779,49430.0,2.0,,,,,,,,,,,,,,,,,,, +195,facebook-sdk,mobolic/facebook-sdk,third-party-apis,,https://github.com/mobolic/facebook-sdk,https://github.com/mobolic/facebook-sdk,Apache-2.0,2011-05-11 13:38:27.000,2023-10-17 18:14:04.000,2020-12-27 07:29:21,544.0,1030,200.0,271.0,38.0,219.0,2710,Python SDK for Facebooks Graph API.,6056.0,4790.0,99.0,32,False,,,2018-11-06 06:53:51.000,3.1.0,9.0,,199866.0,,facebook-sdk,https://pypi.org/project/facebook-sdk,2018-11-06 06:53:51.000,1266.0,199866.0,,,,2.0,,,,,,,,,,,,,,,,,,, +196,django-bootstrap3,zostera/django-bootstrap3,django-utils,,https://github.com/zostera/django-bootstrap3,https://github.com/zostera/django-bootstrap3,BSD-3-Clause,2013-08-13 13:48:04.000,2023-12-21 14:20:23.000,2023-12-21 14:20:22,1036.0,675,105.0,608.0,4.0,291.0,2327,Bootstrap 3 integration with Django.,18703.0,18703.0,99.0,32,True,['django'],13.0,,,6.0,,97715.0,conda-forge/django-bootstrap3,django-bootstrap3,https://pypi.org/project/django-bootstrap3,,,97341.0,https://anaconda.org/conda-forge/django-bootstrap3,2023-06-16 13:24:31.399,28084.0,2.0,,,,,,,,,,,,,,,,,,, +197,trafilatura,adbar/trafilatura,web-scraping,,https://github.com/adbar/trafilatura,https://github.com/adbar/trafilatura,GPL-3.0,2019-04-08 11:38:48.000,2023-12-21 14:44:43.000,2023-12-15 15:05:05,1438.0,179,28.0,186.0,58.0,202.0,2326,"Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments.",2709.0,2643.0,37.0,32,True,,14.0,2023-11-29 13:42:28.000,1.6.3,39.0,,221744.0,,trafilatura,https://pypi.org/project/trafilatura,2023-11-29 13:42:16.000,66.0,221744.0,,,,1.0,,,,,,,,,,,,,,,,,,, +198,django-ckeditor,django-ckeditor/django-ckeditor,django-utils,,https://github.com/django-ckeditor/django-ckeditor,https://github.com/django-ckeditor/django-ckeditor,BSD-3-Clause,2010-03-08 19:20:59.000,2023-09-21 12:24:31.000,2023-07-27 12:41:48,822.0,696,54.0,219.0,10.0,521.0,2304,Django admin CKEditor integration.,39574.0,38051.0,129.0,32,True,['django'],,2023-07-27 12:42:16.000,6.7.0,54.0,,438987.0,,django-ckeditor,https://pypi.org/project/django-ckeditor,2023-07-27 12:42:16.000,1523.0,438987.0,,,,2.0,,,,,,,,,,,,,,,,,,, +199,HTTPretty,gabrielfalcao/HTTPretty,testing,,https://github.com/gabrielfalcao/HTTPretty,https://github.com/gabrielfalcao/HTTPretty,MIT,2011-01-28 14:59:02.000,2023-11-29 20:45:30.000,2022-10-16 23:12:02,684.0,268,45.0,231.0,112.0,143.0,2074,Intercept HTTP requests at the Python socket level. Fakes the whole socket module.,17360.0,14590.0,105.0,32,False,,,2021-08-16 19:35:31.000,1.1.4,59.0,,455853.0,conda-forge/httpretty,httpretty,https://pypi.org/project/httpretty,2021-08-16 19:35:31.000,2770.0,452052.0,https://anaconda.org/conda-forge/httpretty,2023-06-16 13:23:40.530,353533.0,2.0,,,,,,,,,,,,,,,,,,, +200,django-rq,rq/django-rq,django-utils,,https://github.com/rq/django-rq,https://github.com/rq/django-rq,MIT,2012-05-15 10:21:58.000,2023-12-18 23:39:36.000,2023-12-18 10:09:17,620.0,277,27.0,297.0,95.0,253.0,1718,A simple app that provides django integration for RQ (Redis Queue).,3498.0,3055.0,124.0,32,True,['django'],8.0,2023-12-18 10:33:19.000,2.10.1,53.0,,486435.0,,django-rq,https://pypi.org/project/django-rq,2023-12-18 10:32:31.000,443.0,486435.0,,,,2.0,,,,,,,,,,,,,,,,,,, +201,sorl-thumbnail,jazzband/sorl-thumbnail,django-utils,,https://github.com/jazzband/sorl-thumbnail,https://github.com/jazzband/sorl-thumbnail,BSD-3-Clause,2010-11-12 00:46:35.000,2023-10-05 12:50:18.222,2023-10-04 19:59:12,1036.0,505,37.0,331.0,124.0,300.0,1705,Thumbnails for Django.,16741.0,14197.0,158.0,32,True,['django'],2.0,2023-10-05 09:31:20.000,12.10.0,33.0,,247571.0,conda-forge/sorl-thumbnail,sorl-thumbnail,https://pypi.org/project/sorl-thumbnail,2023-10-05 09:31:20.000,2544.0,247412.0,https://anaconda.org/conda-forge/sorl-thumbnail,2023-10-05 12:50:18.222,6367.0,2.0,,,,,,,,,,,,,,,,,,, +202,django-admin-interface,fabiocaccamo/django-admin-interface,admin-ui,,https://github.com/fabiocaccamo/django-admin-interface,https://github.com/fabiocaccamo/django-admin-interface,MIT,2015-10-26 14:46:36.000,2023-12-21 11:10:51.000,2023-12-21 11:08:31,812.0,164,33.0,137.0,15.0,176.0,1589,"djangos default admin interface with superpowers - customizable themes, popup windows replaced by modals and many..",3556.0,3512.0,35.0,32,True,['django'],40.0,2023-12-21 11:10:51.000,0.28.0,109.0,,106292.0,,django-admin-interface,https://pypi.org/project/django-admin-interface,2023-12-21 11:10:51.000,44.0,106292.0,,,,2.0,,,,,,,,,,,,,,,,,,, +203,django-money,django-money/django-money,django-utils,,https://github.com/django-money/django-money,https://github.com/django-money/django-money,BSD-3-Clause,2011-05-15 12:13:19.000,2023-12-20 17:26:46.000,2023-12-01 08:59:00,1178.0,309,26.0,388.0,75.0,279.0,1539,Money fields for Django forms and models.,2832.0,2625.0,115.0,32,True,['django'],8.0,2023-11-30 19:38:07.000,3.4.1,67.0,,190402.0,,django-money,https://pypi.org/project/django-money,2023-11-30 19:38:07.000,207.0,190402.0,,,,2.0,,,,,,,,,,,,,,,,,,, +204,simple-salesforce,simple-salesforce/simple-salesforce,third-party-apis,,https://github.com/simple-salesforce/simple-salesforce,https://github.com/simple-salesforce/simple-salesforce,Apache-2.0,2013-01-17 20:08:57.000,2023-12-01 16:22:26.000,2023-09-06 15:12:09,456.0,632,92.0,289.0,177.0,262.0,1528,A very simple Salesforce.com REST API client for Python.,221.0,,75.0,32,True,,,2023-09-06 15:13:28.000,1.12.5,47.0,,7170378.0,conda-forge/simple-salesforce,simple-salesforce,https://pypi.org/project/simple-salesforce,2023-09-06 15:13:28.000,221.0,7169708.0,https://anaconda.org/conda-forge/simple-salesforce,2023-06-16 13:23:43.695,52997.0,2.0,,,,,,,,,,,,,,,,,,, +205,django-pipeline,jazzband/django-pipeline,django-utils,,https://github.com/jazzband/django-pipeline,https://github.com/jazzband/django-pipeline,MIT,2011-06-03 19:01:34.000,2023-12-21 09:35:51.000,2023-12-21 09:35:51,1212.0,376,26.0,358.0,146.0,326.0,1482,Pipeline is an asset packaging library for Django.,3518.0,2383.0,176.0,32,True,['django'],8.0,2023-03-09 14:54:40.000,2.1.0,131.0,,107020.0,,django-pipeline,https://pypi.org/project/django-pipeline,2023-03-09 13:39:01.299,1135.0,107020.0,,,,2.0,,,,,,,,,,,,,,,,,,, +206,Flask-HTTPAuth,miguelgrinberg/Flask-HTTPAuth,auth,,https://github.com/miguelgrinberg/Flask-HTTPAuth,https://github.com/miguelgrinberg/Flask-HTTPAuth,MIT,2013-05-18 05:10:52.000,2023-10-15 12:04:08.000,2023-10-15 12:03:34,184.0,220,24.0,54.0,9.0,101.0,1230,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",20296.0,18049.0,34.0,32,True,['flask'],1.0,2023-08-21 18:47:15.000,4.8.0,36.0,,633065.0,conda-forge/flask-httpauth,flask-httpauth,https://pypi.org/project/flask-httpauth,2023-04-27 09:56:10.209,2247.0,631581.0,https://anaconda.org/conda-forge/flask-httpauth,2023-06-16 13:24:13.070,130603.0,2.0,,,,,,,,,,,,,,,,,,, +207,pycurl,pycurl/pycurl,http-clients,,https://github.com/pycurl/pycurl,https://github.com/pycurl/pycurl,LGPL-2.1,2013-08-03 20:56:39.000,2023-12-13 01:18:26.000,2023-10-14 13:31:29,3333.0,288,46.0,467.0,14.0,348.0,1024,PycURL - Python interface to libcurl.,64564.0,60234.0,102.0,32,False,,3.0,2022-12-16 19:44:33.490,7.45.2,55.0,,1123911.0,conda-forge/pycurl,pycurl,https://pypi.org/project/pycurl,2022-12-16 19:44:33.490,4330.0,1086724.0,https://anaconda.org/conda-forge/pycurl,2023-06-16 16:15:06.468,2045287.0,3.0,,,,,,,,,,,,,,,,,,, +208,django-bootstrap4,zostera/django-bootstrap4,django-utils,,https://github.com/zostera/django-bootstrap4,https://github.com/zostera/django-bootstrap4,BSD-3-Clause,2017-04-25 15:55:15.000,2023-12-07 09:58:05.000,2023-11-09 15:29:40,1175.0,214,37.0,497.0,18.0,140.0,1019,Bootstrap 4 integration with Django.,154131.0,154131.0,138.0,32,True,['django'],6.0,2021-05-20 08:44:02.000,3.0.1,7.0,,167730.0,conda-forge/django-bootstrap4,django-bootstrap4,https://pypi.org/project/django-bootstrap4,,,167354.0,https://anaconda.org/conda-forge/django-bootstrap4,2023-06-16 16:13:38.994,25976.0,2.0,,,,,,,,,,,,,,,,,,, +209,pynacl,pyca/pynacl,others,,https://github.com/pyca/pynacl,https://github.com/pyca/pynacl,Apache-2.0,2013-02-22 03:52:39.000,2023-12-17 12:16:10.000,2023-12-17 12:16:10,745.0,225,28.0,511.0,43.0,252.0,1005,Python binding to the Networking and Cryptography (NaCl) library.,2614.0,,67.0,32,True,,5.0,2022-01-07 22:05:49.000,1.5.0,16.0,,48599045.0,conda-forge/pynacl,pynacl,https://pypi.org/project/pynacl,2022-01-07 22:05:49.000,2614.0,48463284.0,https://anaconda.org/conda-forge/pynacl,2023-09-24 08:54:47.641,5294700.0,2.0,,,,,,,,,,,,,,,,,,, +210,flask-cors,corydolphin/flask-cors,flask-utils,,https://github.com/corydolphin/flask-cors,https://github.com/corydolphin/flask-cors,MIT,2013-07-28 21:33:57.000,2023-12-13 03:38:30.000,2023-08-27 22:10:47,361.0,133,10.0,188.0,47.0,111.0,850,Cross Origin Resource Sharing ( CORS ) support for Flask.,262133.0,253834.0,45.0,32,True,['flask'],,2023-08-27 22:12:17.000,4.0.0,44.0,,7312875.0,conda-forge/flask-cors,flask-cors,https://pypi.org/project/flask-cors,2023-06-26 05:39:35.576,8299.0,7285940.0,https://anaconda.org/conda-forge/flask-cors,2023-06-26 12:46:52.217,835005.0,1.0,,,,,,,,,,,,,,,,,,, +211,terminado,jupyter/terminado,others,,https://github.com/jupyter/terminado,https://github.com/jupyter/terminado,BSD-2-Clause,2014-09-29 23:44:25.000,2023-12-20 13:02:03.000,2023-12-05 23:33:23,462.0,92,19.0,171.0,28.0,40.0,350,Terminals served by tornado websockets.,248352.0,241352.0,48.0,32,True,,8.0,2023-11-10 01:37:45.000,0.18.0,35.0,243.0,10881018.0,conda-forge/terminado,terminado,https://pypi.org/project/terminado,2023-11-10 01:37:39.000,7000.0,10510964.0,https://anaconda.org/conda-forge/terminado,2023-11-12 17:36:06.145,14432017.0,2.0,,,,,,,,,,,,,,,,,,, +212,Mako,sqlalchemy/mako,others,,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2018-11-26 22:21:34.000,2023-11-08 22:26:50.060,2023-11-08 19:27:35,935.0,55,12.0,38.0,65.0,276.0,292,Mako Templates for Python.,224862.0,210601.0,59.0,32,True,,2.0,2023-11-08 19:27:28.000,rel_1_3_0,67.0,,33068417.0,conda-forge/mako,mako,https://pypi.org/project/mako,2023-11-08 19:27:23.000,14261.0,32929666.0,https://anaconda.org/conda-forge/mako,2023-11-08 22:26:50.060,5688806.0,2.0,,,,,,,,,,,,,,,,,,, +213,OpenAPI Spec validator,p1c2u/openapi-spec-validator,openapi-utils,,https://github.com/python-openapi/openapi-spec-validator,https://github.com/python-openapi/openapi-spec-validator,Apache-2.0,2017-09-06 08:08:25.000,2023-12-20 22:38:50.000,2023-12-20 22:37:30,495.0,61,9.0,209.0,33.0,76.0,292,"OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI..",6222.0,5973.0,38.0,32,True,,61.0,2023-10-13 11:43:38.000,0.7.1,38.0,,4036093.0,conda-forge/openapi-spec-validator,openapi-spec-validator,https://pypi.org/project/openapi-spec-validator,2023-10-13 11:43:38.000,249.0,4024482.0,https://anaconda.org/conda-forge/openapi-spec-validator,2023-10-14 14:27:38.498,476066.0,3.0,,,,,,,,,,,,,,,python-openapi/openapi-spec-validator,,,, +214,Requests-HTML,psf/requests-html,html-processing,,https://github.com/psf/requests-html,https://github.com/psf/requests-html,MIT,2018-02-24 20:11:02.000,2023-08-15 17:19:45.000,2023-04-03 17:09:56,462.0,986,272.0,161.0,206.0,219.0,13447,Pythonic HTML Parsing for Humans.,401.0,,66.0,31,True,,,2019-02-18 21:38:41.000,0.10.0,36.0,,1169822.0,,requests-html,https://pypi.org/project/requests-html,2019-02-17 20:14:17.000,401.0,1169822.0,,,,3.0,,,,,,,,,,,,,,,,,,, +215,tushare,waditu/tushare,third-party-apis,,https://github.com/waditu/tushare,https://github.com/waditu/tushare,BSD-3-Clause,2015-01-07 07:51:14.000,2023-05-25 03:01:38.000,2020-03-04 14:36:33,412.0,4276,986.0,133.0,583.0,1060.0,12459,TuShare is a utility for crawling historical data of China stocks.,1927.0,1688.0,34.0,31,False,,,2022-12-07 01:40:05.410,1.2.89,193.0,,36386.0,,tushare,https://pypi.org/project/tushare,2022-12-07 01:40:05.410,239.0,36386.0,,,,3.0,,,,,,,,,,,,,,,,,,, +216,cookiecutter-django,cookiecutter/cookiecutter-django,django-utils,,https://github.com/cookiecutter/cookiecutter-django,https://github.com/cookiecutter/cookiecutter-django,BSD-3-Clause,2013-08-14 17:43:31.000,2023-12-21 02:25:13.000,2023-12-20 02:05:28,7058.0,2669,194.0,3529.0,97.0,1066.0,11161,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,24.0,23.0,402.0,31,True,['django'],186.0,2023-12-20 02:05:30.000,2023.12.19,100.0,,94.0,,cookiecutter-django,https://pypi.org/project/cookiecutter-django,2018-01-15 20:46:23.000,1.0,94.0,,,,2.0,,,,,,,,,,,,,,,,,,, +217,eve,pyeve/eve,web-frameworks,,https://github.com/pyeve/eve,https://github.com/pyeve/eve,BSD-3-Clause,2012-10-22 07:39:33.000,2023-09-14 12:17:35.000,2023-07-10 07:05:49,3393.0,754,226.0,540.0,24.0,949.0,6648,REST API framework designed for human beings.,1488.0,1108.0,214.0,31,True,,,2023-03-14 08:50:44.188,2.1.0,53.0,,9456.0,,eve,https://pypi.org/project/eve,2023-03-14 08:50:44.188,380.0,9456.0,,,,3.0,,,,,,,,,,,,,,,,,,, +218,apistar,encode/apistar,openapi-utils,,https://github.com/encode/apistar,https://github.com/encode/apistar,BSD-3-Clause,2017-03-17 15:42:12.000,2023-11-30 00:45:19.885,2021-08-31 09:48:33,768.0,409,168.0,374.0,59.0,289.0,5591,The Web API toolkit.,924.0,754.0,91.0,31,False,['openapi'],,2023-11-30 00:45:19.885,0.1.0,95.0,,9381.0,conda-forge/apistar,apistar,https://pypi.org/project/apistar,2023-11-30 00:45:19.885,170.0,7515.0,https://anaconda.org/conda-forge/apistar,2023-06-16 16:08:51.994,126898.0,3.0,,,,,,,,,,,,,,,,,,, +219,maltrail,stamparm/maltrail,others,,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014-12-04 21:33:46.000,2023-12-21 09:51:09.000,2023-12-21 09:51:09,100496.0,972,228.0,18834.0,82.0,324.0,5517,Malicious traffic detection system.,20.0,20.0,47.0,31,True,,5577.0,2023-11-30 23:11:03.000,0.64,53.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +220,httprunner,httprunner/httprunner,testing,,https://github.com/httprunner/httprunner,https://github.com/httprunner/httprunner,Apache-2.0,2017-06-13 03:54:29.000,2023-11-05 13:11:35.000,2023-09-20 13:21:20,3685.0,1218,151.0,388.0,463.0,764.0,3871,HttpRunner API/UI.,534.0,527.0,45.0,31,True,,,2023-09-19 09:11:28.000,4.3.6,152.0,10311.0,8060.0,,httprunner,https://pypi.org/project/httprunner,2023-07-23 06:59:10.000,7.0,7911.0,,,,2.0,,,,,,,,,,,,,,,,,,, +221,fastapi-users,fastapi-users/fastapi-users,auth,,https://github.com/fastapi-users/fastapi-users,https://github.com/fastapi-users/fastapi-users,MIT,2019-10-05 15:40:31.000,2023-10-23 04:50:08.000,2023-08-26 08:23:06,716.0,325,37.0,546.0,7.0,245.0,3699,Ready-to-use and customizable users management for FastAPI.,2503.0,2488.0,62.0,31,True,['fastapi'],,2023-08-26 08:37:15.000,12.1.2,101.0,159.0,77644.0,conda-forge/fastapi-users,fastapi-users,https://pypi.org/project/fastapi-users,2023-08-26 08:33:28.000,15.0,75956.0,https://anaconda.org/conda-forge/fastapi-users,2023-08-26 11:37:17.667,43812.0,3.0,,,,,,,,,,,,,,,,,,, +222,wechatpy,wechatpy/wechatpy,third-party-apis,,https://github.com/wechatpy/wechatpy,https://github.com/wechatpy/wechatpy,MIT,2014-09-12 13:03:28.000,2023-09-04 03:33:41.000,2023-05-10 14:46:52,1319.0,783,170.0,409.0,47.0,313.0,3677,WeChat SDK for Python.,8640.0,8511.0,101.0,31,True,,,2021-11-11 15:12:31.000,1.8.18,137.0,,25092.0,,wechatpy,https://pypi.org/project/wechatpy,2022-06-19 11:36:01.000,129.0,25092.0,,,,3.0,,,,,,,,,,,,,,,,,,, +223,flasgger,flasgger/flasgger,openapi-utils,,https://github.com/flasgger/flasgger,https://github.com/flasgger/flasgger,MIT,2015-07-27 18:21:49.000,2023-10-31 15:38:08.000,2023-05-18 17:18:52,561.0,483,56.0,200.0,246.0,164.0,3418,Easy OpenAPI specs and Swagger UI for your Flask API.,12526.0,12154.0,110.0,31,True,['flask'],,2020-08-01 15:28:10.000,0.9.5,54.0,514.0,388343.0,conda-forge/flasgger,flasgger,https://pypi.org/project/flasgger,2023-06-10 21:33:42.214,372.0,386624.0,https://anaconda.org/conda-forge/flasgger,2023-06-16 13:23:54.649,126884.0,3.0,,,,,,,,,,,,,,,,,,, +224,pytrends,GeneralMills/pytrends,web-scraping,,https://github.com/GeneralMills/pytrends,https://github.com/GeneralMills/pytrends,Apache-2.0,2014-10-08 17:47:24.000,2023-11-10 01:40:19.000,2023-04-22 10:13:29,635.0,768,120.0,153.0,118.0,337.0,2945,Pseudo API for Google Trends.,4145.0,4066.0,86.0,31,True,,,2023-04-13 23:18:01.543,4.9.2,30.0,,96725.0,conda-forge/pytrends,pytrends,https://pypi.org/project/pytrends,2023-04-13 23:18:01.543,79.0,96133.0,https://anaconda.org/conda-forge/pytrends,2023-06-16 19:23:49.272,21923.0,2.0,,,,,,,,,,,,,,,,,,, +225,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000,2023-12-21 14:34:30.000,2023-12-21 14:34:22,4683.0,362,89.0,981.0,141.0,1701.0,2770,Mail hosting made simple.,78.0,41.0,114.0,31,True,,75.0,2023-10-20 14:46:48.000,2.2.2,73.0,,3274.0,,modoboa,https://pypi.org/project/modoboa,2023-10-20 14:46:48.000,37.0,3274.0,,,,1.0,,,,,,,,,,,,,,,,,,, +226,django-compressor,django-compressor/django-compressor,django-utils,,https://github.com/django-compressor/django-compressor,https://github.com/django-compressor/django-compressor,MIT,2010-02-05 15:48:14.000,2023-12-13 17:08:12.000,2023-12-13 17:08:11,1621.0,586,50.0,551.0,124.0,539.0,2728,Compresses linked and inline javascript or CSS into a single cached file.,306.0,,217.0,31,True,['django'],4.0,2023-01-22 12:46:02.983,4.3.1,38.0,,424834.0,,django-compressor,https://pypi.org/project/django-compressor,2023-06-27 22:14:07.890,306.0,424834.0,,,,2.0,,,,,,,,,,,,,,,,,,, +227,django-rest-swagger,marcgibbons/django-rest-swagger,openapi-utils,,https://github.com/marcgibbons/django-rest-swagger,https://github.com/marcgibbons/django-rest-swagger,BSD-2-Clause,2013-06-13 19:28:32.000,2021-12-15 14:37:49.132,2019-06-04 18:10:32,801.0,618,67.0,339.0,167.0,366.0,2592,Swagger Documentation Generator for Django REST Framework: deprecated.,20552.0,18477.0,93.0,31,False,['django'],,2021-12-15 14:37:49.132,0.1.6,50.0,,323388.0,,django-rest-swagger,https://pypi.org/project/django-rest-swagger,2021-12-15 14:37:49.132,2075.0,323388.0,,,,3.0,,,,,,,,,,,,,,,,,,, +228,pyquery,gawel/pyquery,html-processing,,https://github.com/gawel/pyquery,https://github.com/gawel/pyquery,BSD-3-Clause,2012-11-28 20:27:39.000,2023-07-31 20:26:20.000,2023-07-31 20:26:15,491.0,183,65.0,67.0,55.0,132.0,2249,A jquery-like library for python.,25098.0,21711.0,53.0,31,True,,,2022-12-28 14:35:51.514,2.0.0,36.0,,1973445.0,conda-forge/pyquery,pyquery,https://pypi.org/project/pyquery,2022-12-28 14:35:51.514,3387.0,1972667.0,https://anaconda.org/conda-forge/pyquery,2023-06-16 13:23:09.494,57577.0,3.0,,,,,,,,,,,,,,,,,,, +229,django-imagekit,matthewwithanm/django-imagekit,django-utils,,https://github.com/matthewwithanm/django-imagekit,https://github.com/matthewwithanm/django-imagekit,BSD-3-Clause,2011-02-10 21:01:29.000,2023-09-28 00:33:05.000,2023-09-28 00:27:19,1131.0,280,48.0,182.0,97.0,294.0,2180,Automated image processing for Django. Currently v4.0.,9721.0,8693.0,78.0,31,True,['django'],4.0,2023-09-28 00:55:14.000,5.0,41.0,96.0,114424.0,,django-imagekit,https://pypi.org/project/django-imagekit,2023-09-28 00:30:36.000,1028.0,114423.0,,,,2.0,,,,,,,,,,,,,,,,,,, +230,django-widget-tweaks,jazzband/django-widget-tweaks,django-utils,,https://github.com/jazzband/django-widget-tweaks,https://github.com/jazzband/django-widget-tweaks,MIT,2012-03-05 20:11:03.000,2023-11-03 14:12:55.000,2023-11-03 14:12:55,201.0,135,46.0,50.0,44.0,50.0,1971,"Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can..",39408.0,37171.0,30.0,31,True,['django'],1.0,2023-08-25 15:29:05.000,1.5.0,22.0,,551398.0,,django-widget-tweaks,https://pypi.org/project/django-widget-tweaks,2023-08-25 15:29:05.000,2237.0,551398.0,,,,2.0,,,,,,,,,,,,,,,,,,, +231,shortuuid,skorokithakis/shortuuid,url-utils,,https://github.com/skorokithakis/shortuuid,https://github.com/skorokithakis/shortuuid,BSD-3-Clause,2011-01-08 13:00:43.000,2023-06-16 16:09:52.924,2023-02-25 23:08:33,172.0,109,28.0,39.0,,61.0,1948,"A generator library for concise, unambiguous and URL-safe UUIDs.",22277.0,21123.0,33.0,31,True,,,2022-11-13 22:15:36.662,1.0.11,24.0,,3899786.0,conda-forge/shortuuid,shortuuid,https://pypi.org/project/shortuuid,2022-11-13 22:15:36.662,1154.0,3893046.0,https://anaconda.org/conda-forge/shortuuid,2023-06-16 16:09:52.924,424682.0,2.0,,,,,,,,,,,,,,,,,,, +232,schemathesis,schemathesis/schemathesis,testing,,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019-08-19 11:13:01.000,2023-12-20 22:30:27.000,2023-12-20 22:30:20,1971.0,140,19.0,1109.0,99.0,689.0,1946,"Automate your API Testing: catch crashes, validate specs, and save time.",276.0,272.0,60.0,31,True,"['openapi', 'graphql']",188.0,2023-12-04 12:19:53.000,3.22.1,238.0,,98549.0,,schemathesis,https://pypi.org/project/schemathesis,2023-12-04 12:19:53.000,4.0,98549.0,,,,2.0,,,,,,,,,,,,,,,,,,, +233,rpyc,tomerfiliba-org/rpyc,rpc,,https://github.com/tomerfiliba-org/rpyc,https://github.com/tomerfiliba-org/rpyc,MIT,2009-03-08 11:23:29.000,2023-10-13 00:27:16.000,2023-10-13 00:26:56,979.0,237,61.0,135.0,72.0,341.0,1469,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,2448.0,2094.0,84.0,31,True,,6.0,2023-02-22 03:48:42.000,5.3.1,28.0,396.0,452097.0,conda-forge/rpyc,rpyc,https://pypi.org/project/rpyc,2023-02-22 03:46:11.845,354.0,432558.0,https://anaconda.org/conda-forge/rpyc,2023-06-16 19:21:36.467,761773.0,2.0,,,,,,,,,,,,,,,,,,, +234,python-jose,mpdavis/python-jose,auth,,https://github.com/mpdavis/python-jose,https://github.com/mpdavis/python-jose,MIT,2015-04-20 19:19:35.000,2023-12-02 19:44:16.000,2023-05-03 16:54:16,657.0,239,29.0,193.0,85.0,77.0,1411,A JOSE implementation in Python.,875.0,,49.0,31,True,,,2021-06-05 03:30:38.000,3.3.0,38.0,,6928988.0,conda-forge/python-jose,python-jose,https://pypi.org/project/python-jose,2021-06-05 03:30:38.000,875.0,6899360.0,https://anaconda.org/conda-forge/python-jose,2023-06-16 16:09:38.555,1896221.0,3.0,,,,,,,,,,,,,,,,,,, +235,easy-thumbnails,SmileyChris/easy-thumbnails,django-utils,,https://github.com/SmileyChris/easy-thumbnails,https://github.com/SmileyChris/easy-thumbnails,BSD-3-Clause,2009-10-08 03:44:26.000,2023-11-16 15:03:47.000,2023-01-09 10:51:18,797.0,314,31.0,222.0,84.0,317.0,1350,Easy thumbnails for Django.,12514.0,10407.0,91.0,31,True,['django'],,2023-01-09 22:18:33.244,2.8.5,51.0,,172119.0,,easy-thumbnails,https://pypi.org/project/easy-thumbnails,2023-01-09 22:18:33.244,2107.0,172119.0,,,,2.0,,,,,,,,,,,,,,,,,,, +236,httptools,MagicStack/httptools,http-clients,,https://github.com/MagicStack/httptools,https://github.com/MagicStack/httptools,MIT,2016-04-25 16:13:48.000,2023-10-16 19:56:49.681,2023-10-16 17:30:31,94.0,76,41.0,47.0,9.0,42.0,1147,Fast HTTP parser.,71402.0,70803.0,16.0,31,True,,4.0,2023-10-16 17:41:35.000,0.6.1,22.0,,8245334.0,conda-forge/httptools,httptools,https://pypi.org/project/httptools,2023-10-16 17:41:35.000,599.0,8230177.0,https://anaconda.org/conda-forge/httptools,2023-10-16 19:56:49.681,575972.0,3.0,,,,,,,,,,,,,,,,,,, +237,flask-limiter,alisaifee/flask-limiter,flask-utils,,https://github.com/alisaifee/flask-limiter,https://github.com/alisaifee/flask-limiter,MIT,2014-02-12 03:37:41.000,2023-12-14 13:21:45.000,2023-11-25 14:54:08,918.0,120,12.0,250.0,4.0,165.0,1052,Rate Limiting extension for Flask.,8421.0,8027.0,44.0,31,True,['flask'],4.0,2023-08-31 01:04:08.000,3.5.0,99.0,245.0,5155737.0,,flask-limiter,https://pypi.org/project/flask-limiter,2023-08-31 01:03:54.000,394.0,5155725.0,,,,2.0,,,,,,,,,,,,,,,,,,, +238,requests-toolbelt,requests/toolbelt,http-clients,,https://github.com/requests/toolbelt,https://github.com/requests/toolbelt,Apache-2.0,2013-12-29 21:19:08.000,2023-10-23 08:15:17.000,2023-10-12 10:44:51,597.0,182,21.0,191.0,90.0,115.0,965,A toolbelt of useful classes and functions to be used with python-requests.,977.0,,69.0,31,True,,4.0,2023-05-01 04:12:06.235,1.0.0,21.0,,58491351.0,conda-forge/requests-toolbelt,requests-toolbelt,https://pypi.org/project/requests-toolbelt,2023-05-01 04:12:06.235,977.0,58457496.0,https://anaconda.org/conda-forge/requests-toolbelt,2023-06-16 13:16:20.351,3148530.0,3.0,,,,,,,,,,,,,,,,,,, +239,webassets,miracle2k/webassets,others,,https://github.com/miracle2k/webassets,https://github.com/miracle2k/webassets,BSD-2-Clause,2009-12-08 05:40:34.000,2023-06-16 13:18:16.196,2021-05-01 12:22:50,1418.0,256,22.0,253.0,66.0,234.0,919,Asset management for Python web development.,8456.0,6750.0,157.0,31,False,,,2017-01-08 13:48:21.000,0.12.1,14.0,,279428.0,conda-forge/webassets,webassets,https://pypi.org/project/webassets,2019-12-20 17:37:28.000,1706.0,278720.0,https://anaconda.org/conda-forge/webassets,2023-06-16 13:18:16.196,61676.0,3.0,,,,,,,,,,,,,,,,,,, +240,flask-debugtoolbar,flask-debugtoolbar/flask-debugtoolbar,testing,,https://github.com/pallets-eco/flask-debugtoolbar,https://github.com/pallets-eco/flask-debugtoolbar,BSD-3-Clause,2011-12-16 20:03:04.000,2023-12-20 16:35:17.000,2023-12-20 16:35:17,324.0,139,21.0,109.0,35.0,86.0,908,A toolbar overlay for debugging Flask applications.,28080.0,25102.0,52.0,31,True,['flask'],28.0,2023-12-07 17:38:29.000,0.14.1,27.0,,144260.0,conda-forge/flask-debugtoolbar,flask-debugtoolbar,https://pypi.org/project/flask-debugtoolbar,2023-12-07 17:38:29.000,2978.0,142558.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2023-12-07 19:29:24.063,64692.0,2.0,,,,,,,,,,,,,,,pallets-eco/flask-debugtoolbar,,,, +241,django-formtools,jazzband/django-formtools,forms,,https://github.com/jazzband/django-formtools,https://github.com/jazzband/django-formtools,BSD-3-Clause,2014-10-05 15:18:45.000,2023-12-19 10:30:02.000,2023-12-19 10:25:09,358.0,130,27.0,130.0,71.0,76.0,712,A set of high-level abstractions for Django forms.,10937.0,9714.0,73.0,31,True,['django'],16.0,2023-12-19 10:30:02.000,2.5.1,8.0,,451774.0,,django-formtools,https://pypi.org/project/django-formtools,2023-12-19 10:30:02.000,1223.0,451774.0,,,,3.0,,,,,,,,,,,,,,,,,,, +242,markdown-it-py,executablebooks/markdown-it-py,markdown,,https://github.com/executablebooks/markdown-it-py,https://github.com/executablebooks/markdown-it-py,MIT,2020-03-25 11:10:01.000,2023-12-19 08:57:09.000,2023-12-19 08:55:28,314.0,61,17.0,229.0,28.0,51.0,562,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",71453.0,71256.0,28.0,31,True,,6.0,2023-06-03 06:43:00.637,3.0.0,42.0,,37440460.0,conda-forge/markdown-it-py,markdown-it-py,https://pypi.org/project/markdown-it-py,2023-06-03 06:43:00.637,197.0,37361819.0,https://anaconda.org/conda-forge/markdown-it-py,2023-06-07 22:00:26.242,3538883.0,3.0,,,,,,,,,,,,,,,,,,, +243,tifffile,cgohlke/tifffile,others,,https://github.com/cgohlke/tifffile,https://github.com/cgohlke/tifffile,BSD-3-Clause,2020-02-22 22:43:58.000,2023-12-10 11:06:44.415,2023-12-09 20:46:29,515.0,155,7.0,25.0,1.0,207.0,439,Read and write TIFF files. Forked from https://pypi.org/project/tifffile.,46507.0,45693.0,1.0,31,True,,8.0,2023-12-09 20:50:02.000,2023.12.9,123.0,187.0,6579013.0,conda-forge/tifffile,tifffile,https://pypi.org/project/tifffile,2023-12-09 20:46:26.000,814.0,6483493.0,https://anaconda.org/conda-forge/tifffile,2023-12-10 11:06:44.415,4106923.0,3.0,,,,,,,,,,,,,,,,,,, +244,flask-babel,python-babel/flask-babel,flask-utils,,https://github.com/python-babel/flask-babel,https://github.com/python-babel/flask-babel,BSD-3-Clause,2010-05-29 14:14:08.000,2023-11-30 03:15:36.990,2023-10-02 01:03:49,255.0,158,15.0,110.0,11.0,118.0,427,i18n and l10n support for Flask based on Babel and pytz.,20346.0,20286.0,42.0,31,True,['flask'],7.0,2023-10-02 01:10:48.000,4.0.0,18.0,,2616732.0,conda-forge/flask-babel,flask-babel,https://pypi.org/project/flask-babel,2023-10-02 01:10:48.000,60.0,2612784.0,https://anaconda.org/conda-forge/flask-babel,2023-11-30 03:15:36.990,157946.0,2.0,,,,,,,,,,,,,,,,,,, +245,soupsieve,facelessuser/soupsieve,web-scraping,,https://github.com/facelessuser/soupsieve,https://github.com/facelessuser/soupsieve,MIT,2018-12-07 07:42:56.000,2023-09-11 03:53:49.000,2023-09-11 03:53:49,347.0,35,8.0,151.0,12.0,102.0,181,A modern CSS selector implementation for BeautifulSoup.,464379.0,461623.0,11.0,31,True,,,2023-09-02 12:47:29.000,2.5,45.0,,85273568.0,conda-forge/soupsieve,soupsieve,https://pypi.org/project/soupsieve,2023-09-02 12:48:20.000,2756.0,84830028.0,https://anaconda.org/conda-forge/soupsieve,2023-09-05 15:57:57.854,17741633.0,2.0,,,,,,,,,,,,,,,,,,, +246,pyspider,binux/pyspider,web-scraping,,https://github.com/binux/pyspider,https://github.com/binux/pyspider,Apache-2.0,2014-02-21 19:18:47.000,2023-07-05 17:04:26.000,2020-08-02 17:34:20,1181.0,3676,903.0,171.0,296.0,548.0,16135,A Powerful Spider(Web Crawler) System in Python.,363.0,331.0,62.0,30,False,,,2018-04-18 04:25:22.000,0.3.10,17.0,,1633.0,,pyspider,https://pypi.org/project/pyspider,2018-04-18 04:17:18.000,32.0,1633.0,,,,2.0,,,,,,,,,,,,,,,,,,, +247,dirsearch,maurosoria/dirsearch,web-scraping,,https://github.com/maurosoria/dirsearch,https://github.com/maurosoria/dirsearch,GPL-2.0,2013-04-30 15:57:40.000,2023-12-18 16:14:23.000,2023-12-03 12:36:45,2316.0,2172,311.0,792.0,58.0,461.0,10673,Web path scanner.,60.0,60.0,99.0,30,True,,10.0,2022-10-05 13:01:24.000,0.4.3,16.0,,2995.0,,dirsearch,https://pypi.org/project/dirsearch,2022-10-03 17:07:28.162,,2995.0,,,,2.0,,,,,,,,,,,,,,,,,,, +248,coursera-dl,coursera-dl/coursera-dl,third-party-apis,,https://github.com/coursera-dl/coursera-dl,https://github.com/coursera-dl/coursera-dl,LGPL-3.0,2012-03-21 21:07:15.000,2023-10-09 02:21:52.000,2021-02-12 03:30:48,1131.0,2175,328.0,219.0,204.0,461.0,9187,Script for downloading Coursera.org videos and naming them.,242.0,228.0,85.0,30,False,,,2019-12-16 21:11:03.021,0.11.5,12.0,,1194.0,conda-forge/coursera-dl,coursera-dl,https://pypi.org/project/coursera-dl,2018-06-03 08:31:25.000,14.0,941.0,https://anaconda.org/conda-forge/coursera-dl,2023-06-16 13:14:45.566,21532.0,3.0,,,,,,,,,,,,,,,,,,, +249,Google Images Download,hardikvasa/google-images-download,third-party-apis,,https://github.com/hardikvasa/google-images-download,https://github.com/hardikvasa/google-images-download,MIT,2015-03-28 16:50:28.000,2023-12-05 15:06:53.000,2019-05-21 18:24:10,156.0,2015,201.0,103.0,130.0,170.0,8430,Python Script to download hundreds of images from Google Images. It is a ready-to-run code!.,109.0,,38.0,30,False,,,2019-05-21 18:28:03.000,2.8.0,40.0,,9805.0,,google_images_download,https://pypi.org/project/google_images_download,2019-05-21 18:28:03.000,109.0,9805.0,,,,3.0,,,,,,,,,,,,,,,,,,, +250,grip,joeyespo/grip,markdown,,https://github.com/joeyespo/grip,https://github.com/joeyespo/grip,MIT,2012-11-17 07:27:16.000,2023-12-03 14:52:00.000,2023-10-13 03:30:58,586.0,435,74.0,104.0,104.0,189.0,6215,Preview GitHub README.md files locally before committing them.,1736.0,1586.0,40.0,30,True,,3.0,2023-10-12 05:07:59.000,4.6.2,27.0,,28274.0,,grip,https://pypi.org/project/grip,2023-10-12 05:07:59.000,150.0,28274.0,,,,3.0,,,,,,,,,,,,,,,,,,, +251,AutoRest,Azure/autorest,openapi-utils,,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015-02-20 23:02:54.000,2023-12-21 09:52:31.000,2023-12-11 17:47:29,5634.0,751,819.0,2462.0,119.0,1979.0,4390,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",543.0,543.0,171.0,30,True,['openapi'],9.0,,,100.0,87501.0,2083.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +252,responder,taoufik07/responder,web-frameworks,,https://github.com/kennethreitz/responder,https://github.com/kennethreitz/responder,Apache-2.0,2018-10-09 11:15:00.000,2023-12-19 12:41:24.000,2023-12-19 12:41:23,1097.0,218,93.0,284.0,54.0,171.0,3573,A familiar HTTP Service Framework for Python.,619.0,550.0,90.0,30,True,,102.0,2021-01-08 08:35:11.365,2.0.7,48.0,,4634.0,conda-forge/responder,responder,https://pypi.org/project/responder,2021-01-08 08:35:11.365,69.0,3276.0,https://anaconda.org/conda-forge/responder,2023-06-16 16:12:56.673,82861.0,3.0,,,,,,,,,,,,,,,kennethreitz/responder,,,, +253,robyn,sansyrox/robyn,web-frameworks,,https://github.com/sparckles/Robyn,https://github.com/sparckles/Robyn,BSD-2-Clause,2021-06-18 09:32:00.000,2023-12-20 23:41:49.000,2023-12-20 12:51:13,482.0,161,26.0,361.0,126.0,218.0,3142,"Robyn is a High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime.",48.0,47.0,58.0,30,True,,71.0,2023-12-11 01:01:04.000,0.49.0,94.0,,20118.0,conda-forge/robyn,robyn,https://pypi.org/project/robyn,2023-12-11 01:01:04.000,1.0,15668.0,https://anaconda.org/conda-forge/robyn,2023-12-11 15:38:59.151,120155.0,3.0,,,,,,,,,,,,,,,sparckles/Robyn,,,, +254,twitter,python-twitter-tools/twitter,third-party-apis,,https://github.com/python-twitter-tools/twitter,https://github.com/python-twitter-tools/twitter,MIT,2008-12-15 21:11:26.000,2022-10-26 21:06:08.000,2022-10-26 21:06:08,751.0,650,163.0,171.0,51.0,237.0,3077,Python Twitter API.,5226.0,4170.0,94.0,30,False,,,2022-09-19 22:45:26.007,1.19.6,60.0,,19257.0,,twitter,https://pypi.org/project/twitter,2022-09-19 22:46:17.662,1056.0,19257.0,,,,3.0,,,,,,,,,,,,,,,,,,, +255,python-oauth2,joestump/python-oauth2,auth,,https://github.com/joestump/python-oauth2,https://github.com/joestump/python-oauth2,MIT,2009-10-21 17:21:07.000,2023-06-16 13:23:13.681,2018-02-12 06:35:04,352.0,1047,219.0,114.0,76.0,81.0,2985,"A fully tested, abstract interface to creating OAuth clients and servers.",11132.0,11036.0,42.0,30,False,,,2019-06-28 17:57:45.000,1.1.1,13.0,,145148.0,conda-forge/python-oauth2,python-oauth2,https://pypi.org/project/python-oauth2,2019-06-28 17:57:45.000,96.0,143985.0,https://anaconda.org/conda-forge/python-oauth2,2023-06-16 13:23:13.681,89556.0,3.0,,,,,,,,,,,,,,,,,,, +256,Wikipedia,goldsmith/Wikipedia,third-party-apis,,https://github.com/goldsmith/Wikipedia,https://github.com/goldsmith/Wikipedia,MIT,2013-08-20 06:39:09.000,2023-06-16 13:19:46.257,2020-10-09 23:49:59,186.0,523,83.0,96.0,185.0,80.0,2760,A Pythonic wrapper for the Wikipedia API.,54129.0,52953.0,23.0,30,False,,,2014-11-15 15:59:49.000,1.4.0,20.0,,266239.0,conda-forge/wikipedia,wikipedia,https://pypi.org/project/wikipedia,2014-11-15 15:59:49.000,1176.0,264715.0,https://anaconda.org/conda-forge/wikipedia,2023-06-16 13:19:46.257,125031.0,3.0,,,,,,,,,,,,,,,,,,, +257,flask-restplus,noirbizarre/flask-restplus,web-frameworks,,https://github.com/noirbizarre/flask-restplus,https://github.com/noirbizarre/flask-restplus,BSD-3-Clause,2014-08-14 13:26:03.000,2023-06-16 13:23:51.607,2020-01-13 15:25:46,731.0,509,106.0,250.0,371.0,254.0,2721,"Fully featured framework for fast, easy and documented API development with Flask.",14664.0,13690.0,89.0,30,False,['flask'],,2019-08-12 21:51:40.000,0.13.0,35.0,,167980.0,conda-forge/flask-restplus,flask-restplus,https://pypi.org/project/flask-restplus,2019-08-12 21:51:40.000,974.0,165310.0,https://anaconda.org/conda-forge/flask-restplus,2023-06-16 13:23:51.607,229640.0,3.0,,,,,,,,,,,,,,,,,,, +258,Js2Py,PiotrDabkowski/Js2Py,others,,https://github.com/PiotrDabkowski/Js2Py,https://github.com/PiotrDabkowski/Js2Py,MIT,2014-10-02 21:08:48.000,2023-11-26 00:18:42.000,2022-11-06 10:12:00,297.0,252,62.0,73.0,135.0,123.0,2332,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,13870.0,13688.0,29.0,30,False,,,,,48.0,,774450.0,conda-forge/js2py,js2py,https://pypi.org/project/js2py,2022-11-06 10:45:09.851,182.0,773079.0,https://anaconda.org/conda-forge/js2py,2023-06-16 19:19:20.466,58978.0,3.0,,,,,,,,,,,,,,,,,,, +259,django-fsm,viewflow/django-fsm,django-utils,,https://github.com/viewflow/django-fsm,https://github.com/viewflow/django-fsm,MIT,2010-05-31 14:03:48.000,2023-12-21 09:38:18.000,2023-12-21 09:38:15,346.0,296,43.0,144.0,26.0,155.0,2284,Django friendly finite state machine support.,1871.0,1538.0,69.0,30,True,['django'],5.0,2022-08-15 10:47:37.550,2.8.1,23.0,,276277.0,conda-forge/django-fsm,django-fsm,https://pypi.org/project/django-fsm,2022-08-15 10:47:37.550,333.0,275950.0,https://anaconda.org/conda-forge/django-fsm,2023-06-16 13:21:26.721,24905.0,3.0,,,,,,,,,,,,,,,,,,, +260,daphne,django/daphne,websocket,,https://github.com/django/daphne,https://github.com/django/daphne,BSD-3-Clause,2015-12-23 17:06:46.000,2023-12-12 06:19:49.000,2023-12-12 06:19:48,416.0,242,47.0,171.0,43.0,268.0,2164,Django Channels HTTP/WebSocket server.,784.0,,68.0,30,True,['django'],3.0,2022-10-07 13:19:03.413,4.0.0,57.0,,689151.0,conda-forge/daphne,daphne,https://pypi.org/project/daphne,2022-10-07 13:19:03.413,784.0,685243.0,https://anaconda.org/conda-forge/daphne,2023-06-16 19:18:51.620,171995.0,3.0,,,,,,,,,,,,,,,,,,, +261,requests-futures,ross/requests-futures,http-clients,,https://github.com/ross/requests-futures,https://github.com/ross/requests-futures,Apache-2.0,2013-03-21 14:20:03.000,2023-10-26 23:35:43.000,2023-10-18 00:39:51,144.0,155,43.0,60.0,2.0,87.0,2073,Asynchronous Python HTTP Requests for Humans using Futures.,7020.0,6035.0,28.0,30,True,,9.0,2023-06-19 20:01:02.768,1.0.1,11.0,,1347080.0,conda-forge/requests-futures,requests-futures,https://pypi.org/project/requests-futures,2023-06-19 20:01:02.768,985.0,1341836.0,https://anaconda.org/conda-forge/requests-futures,2023-06-20 13:15:11.629,209760.0,3.0,,,,,,,,,,,,,,,,,,, +262,django-braces,brack3t/django-braces,django-utils,,https://github.com/brack3t/django-braces,https://github.com/brack3t/django-braces,BSD-3-Clause,2012-03-02 20:02:51.000,2023-06-16 13:18:43.744,2021-11-18 21:51:43,693.0,218,55.0,173.0,11.0,125.0,1932,"Reusable, generic mixins for Django.",18856.0,14895.0,77.0,30,False,['django'],,2021-11-05 21:41:41.000,1.15.0,31.0,,200423.0,conda-forge/django-braces,django-braces,https://pypi.org/project/django-braces,2021-11-05 21:41:41.000,3961.0,199937.0,https://anaconda.org/conda-forge/django-braces,2023-06-16 13:18:43.744,37010.0,3.0,,,,,,,,,,,,,,,,,,, +263,twython,ryanmcgrath/twython,third-party-apis,,https://github.com/ryanmcgrath/twython,https://github.com/ryanmcgrath/twython,MIT,2009-04-02 05:01:31.000,2023-06-16 13:20:59.998,2021-07-16 22:33:17,853.0,405,102.0,222.0,26.0,306.0,1854,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",7999.0,6842.0,103.0,30,False,,,2021-07-16 22:38:58.000,3.9.1,61.0,,118698.0,conda-forge/twython,twython,https://pypi.org/project/twython,2021-07-16 22:35:20.000,1157.0,115340.0,https://anaconda.org/conda-forge/twython,2023-06-16 13:20:59.998,265337.0,3.0,,,,,,,,,,,,,,,,,,, +264,django-q,Koed00/django-q,django-utils,,https://github.com/Koed00/django-q,https://github.com/Koed00/django-q,MIT,2015-06-14 12:37:08.000,2023-09-27 21:50:07.000,2021-06-26 12:04:16,1246.0,240,51.0,310.0,316.0,149.0,1774,A multiprocessing distributed task queue for Django.,1614.0,1534.0,62.0,30,False,['django'],,2021-06-27 12:04:53.000,1.3.9,78.0,,65664.0,,django-q,https://pypi.org/project/django-q,2021-06-27 12:04:53.000,80.0,65664.0,,,,3.0,,,,,,,,,,,,,,,,,,, +265,django-constance,jazzband/django-constance,django-utils,,https://github.com/jazzband/django-constance,https://github.com/jazzband/django-constance,BSD-3-Clause,2010-09-20 12:42:29.000,2023-11-22 00:33:17.000,2023-10-16 14:14:40,638.0,305,34.0,257.0,33.0,247.0,1624,Dynamic Django settings.,2167.0,1887.0,140.0,30,True,['django'],1.0,2023-08-21 21:35:43.000,3.1.0,31.0,,240884.0,,django-constance,https://pypi.org/project/django-constance,2023-08-21 21:35:43.000,280.0,240884.0,,,,3.0,,,,,,,,,,,,,,,,,,, +266,slacker,os/slacker,third-party-apis,,https://github.com/os/slacker,https://github.com/os/slacker,Apache-2.0,2014-03-12 15:13:32.000,2023-06-16 13:18:03.732,2020-07-03 04:29:16,356.0,257,56.0,94.0,30.0,61.0,1620,Full-featured Python interface for the Slack API.,4099.0,3042.0,45.0,30,False,,,2020-02-15 09:06:13.000,0.14.0,57.0,,764254.0,conda-forge/slacker,slacker,https://pypi.org/project/slacker,2020-02-15 09:06:13.000,1057.0,759590.0,https://anaconda.org/conda-forge/slacker,2023-06-16 13:18:03.732,419762.0,3.0,,,,,,,,,,,,,,,,,,, +267,django-countries,SmileyChris/django-countries,django-utils,,https://github.com/SmileyChris/django-countries,https://github.com/SmileyChris/django-countries,MIT,2013-06-21 20:02:58.000,2023-12-05 08:56:23.000,2023-08-27 01:42:59,689.0,259,18.0,153.0,29.0,255.0,1328,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",1556.0,,54.0,30,True,['django'],,2023-02-02 20:54:56.568,7.3.2,66.0,,514898.0,,django-countries,https://pypi.org/project/django-countries,2023-02-02 20:54:56.568,1556.0,514898.0,,,,3.0,,,,,,,,,,,,,,,,,,, +268,django-angular,jrief/django-angular,django-utils,,https://github.com/jrief/django-angular,https://github.com/jrief/django-angular,MIT,2013-03-11 09:12:53.000,2023-11-13 22:42:39.000,2023-11-13 22:34:00,1536.0,300,80.0,174.0,23.0,183.0,1236,Let AngularJS play well with Django.,889.0,647.0,66.0,30,True,['django'],2.0,2023-11-13 22:42:39.000,2.3.1,56.0,,9379.0,,django-angular,https://pypi.org/project/django-angular,2023-11-13 22:42:39.000,242.0,9379.0,,,,3.0,,,,,,,,,,,,,,,,,,, +269,imdbpy,alberanid/imdbpy,third-party-apis,,https://github.com/cinemagoer/cinemagoer,https://github.com/cinemagoer/cinemagoer,GPL-2.0,2010-08-01 17:34:24.000,2023-12-04 15:17:45.000,2023-12-04 15:17:21,2005.0,339,48.0,142.0,65.0,259.0,1160,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,126.0,,78.0,30,True,,28.0,2023-05-01 13:48:42.000,2023.05.01,45.0,299.0,11389580.0,,imdbpy,https://pypi.org/project/imdbpy,2022-07-09 12:09:01.903,126.0,11389571.0,,,,3.0,,,,,,,,,,,,,,,cinemagoer/cinemagoer,,,, +270,jsonfield,rpkilby/jsonfield,django-utils,,https://github.com/rpkilby/jsonfield,https://github.com/rpkilby/jsonfield,MIT,2009-05-03 03:42:01.000,2023-07-24 09:17:20.000,2020-02-22 08:36:44,368.0,273,36.0,107.0,12.0,152.0,1156,A reusable Django model field for storing ad-hoc JSON data.,12460.0,12460.0,51.0,30,False,['django'],,2020-02-15 03:25:21.000,3.0.0,4.0,126.0,417449.0,,jsonfield,https://pypi.org/project/jsonfield,,,417448.0,,,,3.0,,,,,,,,,,,,,,,,,,, +271,django-waffle,django-waffle/django-waffle,django-utils,,https://github.com/django-waffle/django-waffle,https://github.com/django-waffle/django-waffle,BSD-3-Clause,2011-01-23 17:42:09.000,2023-12-11 13:06:40.000,2023-12-11 08:11:51,431.0,258,22.0,291.0,40.0,165.0,1038,A feature flipper for Django.,1636.0,1288.0,118.0,30,True,['django'],3.0,2023-12-11 08:14:37.000,4.1.0,48.0,,405445.0,conda-forge/django-waffle,django-waffle,https://pypi.org/project/django-waffle,2023-12-11 08:14:37.000,348.0,405038.0,https://anaconda.org/conda-forge/django-waffle,2023-07-31 15:13:53.926,15893.0,3.0,,,,,,,,,,,,,,,,,,, +272,django-rest-knox,James1345/django-rest-knox,auth,,https://github.com/jazzband/django-rest-knox,https://github.com/jazzband/django-rest-knox,MIT,2015-09-09 14:52:23.000,2023-12-18 17:39:00.000,2023-10-17 11:18:41,408.0,190,22.0,179.0,52.0,93.0,1021,Authentication Module for django rest auth.,10423.0,10240.0,51.0,30,True,['django'],11.0,2022-01-31 17:42:28.000,4.2.0,25.0,,127720.0,,django-rest-knox,https://pypi.org/project/django-rest-knox,2022-01-31 17:42:28.000,183.0,127720.0,,,,3.0,,,,,,,,,,,,,,,jazzband/django-rest-knox,,,, +273,django-rosetta,mbi/django-rosetta,django-utils,,https://github.com/mbi/django-rosetta,https://github.com/mbi/django-rosetta,MIT,2011-06-16 09:19:42.000,2023-12-13 11:45:55.000,2023-12-13 11:45:49,559.0,193,28.0,131.0,45.0,110.0,975,Rosetta is a Django application that eases the translation process of your Django projects.,3499.0,2888.0,81.0,30,True,['django'],11.0,2023-12-04 16:00:01.000,0.10.0,37.0,,83252.0,conda-forge/django-rosetta,django-rosetta,https://pypi.org/project/django-rosetta,2023-12-04 16:00:01.000,611.0,83034.0,https://anaconda.org/conda-forge/django-rosetta,2023-06-16 19:21:07.393,8945.0,3.0,,,,,,,,,,,,,,,,,,, +274,tavern,taverntesting/tavern,testing,,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017-11-01 14:51:25.000,2023-11-29 00:09:47.000,2023-11-19 13:12:32,1085.0,187,28.0,308.0,38.0,555.0,962,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",552.0,528.0,60.0,30,True,,12.0,2023-11-18 16:06:01.000,2.6.0,178.0,,204343.0,,tavern,https://pypi.org/project/tavern,2023-11-18 16:06:01.000,24.0,204343.0,,,,2.0,,,,,,,,,,,,,,,,,,, +275,Hypercorn,pgjones/hypercorn,servers,,https://github.com/pgjones/hypercorn,https://github.com/pgjones/hypercorn,MIT,2018-06-02 17:47:42.000,2023-12-11 19:54:44.000,2023-11-27 19:38:33,661.0,75,13.0,38.0,50.0,84.0,814,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,6007.0,5944.0,54.0,30,True,,13.0,2023-07-08 17:39:01.028,0.14.4,50.0,,745400.0,,hypercorn,https://pypi.org/project/hypercorn,2023-07-08 17:39:01.028,63.0,745400.0,,,,3.0,,,,,,,,,,,,,,,,,,, +276,flask-mail,mattupstate/flask-mail,email,,https://github.com/mattupstate/flask-mail,https://github.com/mattupstate/flask-mail,BSD-3-Clause,2012-02-29 16:39:29.000,2023-09-30 23:48:44.000,2014-11-04 19:45:41,236.0,167,26.0,81.0,100.0,44.0,577,Flask-Mail adds SMTP mail sending to your Flask applications.,67266.0,63321.0,30.0,30,False,,,2014-09-28 23:35:22.000,0.9.1,28.0,,449186.0,conda-forge/flask-mail,flask-mail,https://pypi.org/project/flask-mail,2014-09-28 23:35:22.000,3945.0,448001.0,https://anaconda.org/conda-forge/flask-mail,2023-06-16 13:17:02.870,104335.0,1.0,,,,,,,,,,,,,,,,,,, +277,aiodns,saghul/aiodns,others,,https://github.com/saghul/aiodns,https://github.com/saghul/aiodns,MIT,2014-03-26 23:19:57.000,2023-10-16 07:20:13.000,2023-10-16 07:18:30,135.0,65,9.0,46.0,6.0,59.0,505,Simple DNS resolver for asyncio.,50501.0,49343.0,27.0,30,True,,17.0,2023-10-16 07:20:13.000,3.1.1,17.0,,2817648.0,conda-forge/aiodns,aiodns,https://pypi.org/project/aiodns,2023-10-16 07:20:13.000,1158.0,2813214.0,https://anaconda.org/conda-forge/aiodns,2023-06-16 16:18:11.597,221748.0,3.0,,,,,,,,,,,,,,,,,,, +278,graphql-core,graphql-python/graphql-core,graphql,,https://github.com/graphql-python/graphql-core,https://github.com/graphql-python/graphql-core,MIT,2018-08-01 20:57:07.000,2023-10-19 14:07:19.641,2023-06-09 22:13:10,1035.0,123,20.0,69.0,22.0,120.0,488,A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.,25355.0,24572.0,31.0,30,True,,,2022-09-23 08:40:18.000,3.2.3,85.0,,4906146.0,conda-forge/graphql-core,graphql-core,https://pypi.org/project/graphql-core,2023-06-04 19:59:03.978,783.0,4885929.0,https://anaconda.org/conda-forge/graphql-core,2023-10-19 14:07:19.641,869346.0,2.0,,,,,,,,,,,,,,,,,,, +279,pytest-flask,pytest-dev/pytest-flask,testing,,https://github.com/pytest-dev/pytest-flask,https://github.com/pytest-dev/pytest-flask,MIT,2014-09-03 12:51:29.000,2023-12-18 21:01:22.000,2023-11-27 20:55:10,364.0,91,12.0,107.0,13.0,71.0,465,A set of pytest fixtures to test Flask applications.,8360.0,,36.0,30,True,['flask'],44.0,2023-10-23 14:53:24.000,1.3.0,30.0,5.0,398965.0,conda-forge/pytest-flask,pytest-flask,https://pypi.org/project/pytest-flask,2023-10-23 14:53:18.000,8360.0,396777.0,https://anaconda.org/conda-forge/pytest-flask,2023-10-23 16:19:46.599,80911.0,2.0,,,,,,,,,,,,,,,,,,, +280,flask-session,fengsp/flask-session,flask-utils,,https://github.com/pallets-eco/flask-session,https://github.com/pallets-eco/flask-session,BSD-3-Clause,2014-04-25 11:48:29.000,2023-12-14 21:11:00.000,2023-11-12 06:21:35,93.0,206,22.0,88.0,41.0,76.0,465,Server side session extension for Flask.,35475.0,34374.0,12.0,30,True,['flask'],6.0,2023-05-11 18:45:02.000,0.5.0,12.0,21.0,3341397.0,,flask-session,https://pypi.org/project/flask-session,2023-05-11 18:45:00.315,1101.0,3341394.0,,,,2.0,,,,,,,,,,,,,,,pallets-eco/flask-session,,,, +281,djangorestframework-stubs,typeddjango/djangorestframework-stubs,django-utils,,https://github.com/typeddjango/djangorestframework-stubs,https://github.com/typeddjango/djangorestframework-stubs,MIT,2018-11-12 01:07:16.000,2023-12-18 21:24:43.000,2023-12-18 21:24:39,389.0,103,8.0,395.0,52.0,83.0,377,PEP-484 stubs for django-rest-framework.,2747.0,2687.0,66.0,30,True,['django'],45.0,2023-12-05 19:21:09.000,3.14.5,24.0,,679620.0,conda-forge/djangorestframework-stubs,djangorestframework-stubs,https://pypi.org/project/djangorestframework-stubs,2023-12-05 19:21:09.000,60.0,679349.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2023-12-05 23:18:45.357,8414.0,3.0,,,,,,,,,,,,,,,,,,, +282,openapi-core,p1c2u/openapi-core,openapi-utils,,https://github.com/python-openapi/openapi-core,https://github.com/python-openapi/openapi-core,BSD-3-Clause,2017-09-20 10:25:35.000,2023-12-18 23:35:30.000,2023-12-17 19:08:12,1156.0,119,10.0,516.0,66.0,155.0,256,Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1..,520.0,479.0,61.0,30,True,,112.0,2023-11-06 13:30:26.000,0.18.2,64.0,,225330.0,conda-forge/openapi-core,openapi-core,https://pypi.org/project/openapi-core,2023-11-22 21:47:25.000,41.0,224834.0,https://anaconda.org/conda-forge/openapi-core,2023-11-06 17:06:53.103,15876.0,3.0,,,,,,,,,,,,,,,python-openapi/openapi-core,,,, +283,sherlock,sherlock-project/sherlock,third-party-apis,,https://github.com/sherlock-project/sherlock,https://github.com/sherlock-project/sherlock,MIT,2018-12-24 14:30:48.000,2023-12-21 15:13:16.000,2023-10-06 19:38:17,2115.0,5520,1057.0,953.0,179.0,789.0,45804,Hunt down social media accounts by username across social networks.,9.0,,222.0,29,True,,2.0,2023-02-18 14:51:07.497,0.4.1,7.0,,18065.0,,sherlock,https://pypi.org/project/sherlock,2019-05-11 11:26:59.000,9.0,18065.0,,,,3.0,,,,,,,,,,,,,,,,,,, +284,PyWebIO,pywebio/PyWebIO,web-ui,,https://github.com/pywebio/PyWebIO,https://github.com/pywebio/PyWebIO,MIT,2020-02-29 10:28:10.000,2023-12-12 13:43:01.000,2023-12-12 13:41:30,961.0,360,54.0,63.0,28.0,197.0,4174,Write interactive web app in script way.,1427.0,1410.0,19.0,29,True,,5.0,2023-10-30 13:40:38.000,1.8.3,34.0,,9110.0,,pywebio,https://pypi.org/project/pywebio,2023-10-30 13:40:38.000,17.0,9110.0,,,,2.0,,,,,,,,,,,,,,,,,,, +285,Dredd,apiaryio/dredd,testing,,https://github.com/apiaryio/dredd,https://github.com/apiaryio/dredd,MIT,2013-09-04 12:21:35.000,2023-10-25 13:52:57.000,2023-07-19 20:05:32,3310.0,304,75.0,1509.0,255.0,575.0,4091,Language-agnostic HTTP API Testing Tool.,1249.0,1035.0,111.0,29,True,['openapi'],,2021-11-16 12:38:08.000,dredd-transactions@10.1.0,223.0,,34539.0,,dredd_hooks,https://pypi.org/project/dredd_hooks,2018-04-09 12:47:29.000,38.0,5594.0,,,,2.0,,,,dredd,https://www.npmjs.com/package/dredd,2021-11-16 12:36:05.644,176.0,28945.0,,,,,,,,,,, +286,lektor,lektor/lektor,cms,,https://github.com/lektor/lektor,https://github.com/lektor/lektor,BSD-3-Clause,2015-12-19 09:18:36.000,2023-11-12 17:57:54.000,2023-11-12 17:22:20,1733.0,317,76.0,530.0,240.0,424.0,3732,The lektor static file content management system.,528.0,439.0,94.0,29,True,,14.0,2023-05-06 02:07:29.000,3.3.10,45.0,7126.0,2530.0,conda-forge/lektor,lektor,https://pypi.org/project/lektor,2023-11-12 17:57:54.000,89.0,1676.0,https://anaconda.org/conda-forge/lektor,2023-06-04 00:07:49.844,67089.0,3.0,,,,,,,,,,,,,,,,,,, +287,cloudscraper,venomous/cloudscraper,web-scraping,,https://github.com/VeNoMouS/cloudscraper,https://github.com/VeNoMouS/cloudscraper,MIT,2019-04-16 02:18:50.000,2023-10-29 16:29:03.000,2023-04-25 23:19:48,285.0,429,145.0,58.0,6.0,,3669,A Python module to bypass Cloudflares anti-bot page.,19926.0,19780.0,12.0,29,True,,,2023-04-25 23:20:54.756,1.2.71,95.0,,269297.0,,cloudscraper,https://pypi.org/project/cloudscraper,2023-04-25 23:20:54.756,146.0,269297.0,,,,2.0,,,,,,,,,,,,,,,,,,, +288,sync-engine,nylas/sync-engine,email,,https://github.com/nylas/sync-engine,https://github.com/nylas/sync-engine,AGPL-3.0,2014-01-15 18:18:17.000,2023-11-21 22:21:17.000,2017-03-08 18:34:10,4395.0,372,180.0,142.0,69.0,263.0,3515,IMAP/SMTP sync system with modern APIs.,10.0,,79.0,29,False,,,2023-08-02 00:58:49.000,5.14.1,68.0,,111565.0,,nylas,https://pypi.org/project/nylas,2023-11-21 22:21:17.000,10.0,111565.0,,,,2.0,,,,,,,,,,,,,,,,,,, +289,sslyze,nabla-c0d3/sslyze,others,,https://github.com/nabla-c0d3/sslyze,https://github.com/nabla-c0d3/sslyze,AGPL-3.0,2014-08-18 04:33:30.000,2023-10-22 19:30:24.000,2023-09-24 14:41:01,1862.0,439,141.0,126.0,29.0,479.0,3058,Fast and powerful SSL/TLS scanning library.,22.0,,68.0,29,True,,14.0,2023-09-24 14:58:30.000,5.2.0,69.0,105443.0,117772.0,,sslyze,https://pypi.org/project/sslyze,2023-09-24 14:52:01.000,22.0,116823.0,,,,3.0,,,,,,,,,,,,,,,,,,, +290,yagmail,kootenpv/yagmail,email,,https://github.com/kootenpv/yagmail,https://github.com/kootenpv/yagmail,MIT,2015-04-17 21:39:24.000,2023-06-16 16:18:42.921,2022-09-28 20:43:53,295.0,270,54.0,44.0,100.0,127.0,2548,Send email in Python conveniently for gmail using yagmail.,4162.0,3696.0,32.0,29,False,,,2022-09-19 15:58:02.665,0.15.293,107.0,,195325.0,conda-forge/yagmail,yagmail,https://pypi.org/project/yagmail,2022-09-19 15:58:02.665,466.0,194672.0,https://anaconda.org/conda-forge/yagmail,2023-06-16 16:18:42.921,32651.0,2.0,,,,,,,,,,,,,,,,,,, +291,django-activity-stream,justquick/django-activity-stream,django-utils,,https://github.com/justquick/django-activity-stream,https://github.com/justquick/django-activity-stream,BSD-3-Clause,2010-02-24 21:16:51.000,2023-12-18 00:27:01.000,2023-10-04 07:44:51,941.0,457,74.0,227.0,16.0,289.0,2273,Generate generic activity streams from the actions on your site. Users can follow any actors activities for..,1133.0,1133.0,113.0,29,True,['django'],2.0,2023-10-04 07:48:23.000,2.0.0,9.0,9.0,53446.0,,django-activity-stream,https://pypi.org/project/django-activity-stream,,,53446.0,,,,3.0,,,,,,,,,,,,,,,,,,, +292,django-suit,darklow/django-suit,admin-ui,,https://github.com/darklow/django-suit,https://github.com/darklow/django-suit,AFL-3.0,2013-02-17 11:59:33.000,2023-04-15 10:49:38.000,2022-11-29 19:37:09,766.0,677,118.0,168.0,298.0,353.0,2269,Modern theme for Django admin interface.,4196.0,3156.0,60.0,29,False,['django'],,2019-10-02 08:36:30.000,0.2.28,47.0,,60922.0,,django-suit,https://pypi.org/project/django-suit,2022-11-29 19:58:01.176,1040.0,60922.0,,,,2.0,,,,,,,,,,,,,,,,,,, +293,django-sql-explorer,groveco/django-sql-explorer,django-utils,,https://github.com/chrisclark/django-sql-explorer,https://github.com/chrisclark/django-sql-explorer,MIT,2013-12-22 20:58:37.000,2023-12-20 18:47:34.000,2023-12-16 23:15:28,897.0,341,72.0,294.0,28.0,253.0,2171,Easily share data across your company via SQL queries. From Grove Collab.,465.0,390.0,100.0,29,True,['django'],9.0,2023-07-13 02:55:52.586,3.2.1,37.0,,50942.0,,django-sql-explorer,https://pypi.org/project/django-sql-explorer,2023-07-13 02:55:52.586,75.0,50942.0,,,,3.0,,,,,,,,,,,,,,,chrisclark/django-sql-explorer,,,, +294,django-push-notifications,jazzband/django-push-notifications,django-utils,,https://github.com/jazzband/django-push-notifications,https://github.com/jazzband/django-push-notifications,MIT,2013-03-15 00:57:33.000,2023-12-08 08:14:24.000,2023-10-29 16:59:32,409.0,585,65.0,291.0,121.0,295.0,2167,Send push notifications to mobile devices through GCM or APNS in Django.,90.0,,97.0,29,True,['django'],6.0,2023-10-29 17:23:59.000,3.0.2,17.0,111.0,67680.0,,django-push-notifications,https://pypi.org/project/django-push-notifications,2023-10-29 17:23:59.000,90.0,67679.0,,,,3.0,,,,,,,,,,,,,,,,,,, +295,masonite,MasoniteFramework/masonite,web-frameworks,,https://github.com/MasoniteFramework/masonite,https://github.com/MasoniteFramework/masonite,MIT,2017-12-06 00:30:22.000,2023-12-15 00:43:33.000,2023-12-11 00:54:04,4069.0,130,63.0,356.0,44.0,360.0,2106,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,587.0,509.0,87.0,29,True,,32.0,2023-12-11 00:58:41.000,4.19.0,310.0,,3017.0,,masonite,https://pypi.org/project/masonite,2023-10-29 02:28:52.000,78.0,3017.0,,,,3.0,,,,,,,,,,,,,,,,,,, +296,django-cacheops,Suor/django-cacheops,django-utils,,https://github.com/Suor/django-cacheops,https://github.com/Suor/django-cacheops,BSD-3-Clause,2011-06-04 12:25:47.000,2023-12-05 07:15:26.000,2023-12-05 07:15:26,1233.0,221,40.0,141.0,18.0,313.0,1938,A slick ORM cache with automatic granular event-driven invalidation.,1194.0,1194.0,67.0,29,True,['django'],5.0,,,,,150292.0,,django-cacheops,https://pypi.org/project/django-cacheops,,,150292.0,,,,3.0,-3.0,,,,,,,,,,,,,,,,,, +297,flask-security,mattupstate/flask-security,flask-utils,,https://github.com/mattupstate/flask-security,https://github.com/mattupstate/flask-security,MIT,2012-03-07 19:44:05.000,2023-11-15 14:07:04.000,2020-04-23 15:22:46,932.0,506,67.0,351.0,173.0,397.0,1618,Quick and simple security for Flask applications.,7407.0,7407.0,128.0,29,False,['flask'],,,,2.0,,49432.0,conda-forge/flask-security,flask-security,https://pypi.org/project/flask-security,,,48923.0,https://anaconda.org/conda-forge/flask-security,2023-06-16 13:21:48.371,40777.0,2.0,,,,,,,,,,,,,,,,,,, +298,notion-sdk-py,ramnes/notion-sdk-py,third-party-apis,,https://github.com/ramnes/notion-sdk-py,https://github.com/ramnes/notion-sdk-py,MIT,2021-05-13 20:17:52.000,2023-11-11 10:43:04.000,2023-11-11 10:42:11,194.0,115,25.0,57.0,6.0,72.0,1410,"The official Notion API client library, but rewritten in Python! (sync + async).",749.0,706.0,27.0,29,True,,15.0,2023-11-05 21:25:11.000,2.1.0,14.0,,238946.0,conda-forge/notion-client,notion-client,https://pypi.org/project/notion-client,2023-11-04 15:05:03.000,43.0,238706.0,https://anaconda.org/conda-forge/notion-client,2023-06-16 19:27:59.196,6016.0,3.0,,,,,,,,,,,,,,,,,,, +299,flask-api,flask-api/flask-api,flask-utils,,https://github.com/flask-api/flask-api,https://github.com/flask-api/flask-api,BSD-3-Clause,2014-02-15 12:27:34.000,2023-12-06 20:18:32.000,2023-12-06 17:10:57,292.0,182,47.0,98.0,14.0,54.0,1408,Browsable web APIs for Flask.,6809.0,6112.0,35.0,29,True,['flask'],8.0,2023-06-05 16:50:54.000,3.1,33.0,,109484.0,,flask-api,https://pypi.org/project/flask-api,2023-06-05 16:50:38.084,697.0,109484.0,,,,2.0,,,,,,,,,,,,,,,,,,, +300,python-user-agents,selwin/python-user-agents,others,,https://github.com/selwin/python-user-agents,https://github.com/selwin/python-user-agents,MIT,2013-01-05 00:44:11.000,2023-06-16 13:16:51.489,2023-02-16 01:51:50,146.0,201,38.0,52.0,44.0,33.0,1394,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",7850.0,7332.0,32.0,29,True,,,2020-08-23 06:05:26.000,2.2.0,12.0,,2748372.0,conda-forge/user-agents,user-agents,https://pypi.org/project/user-agents,2020-08-23 06:01:54.000,518.0,2747862.0,https://anaconda.org/conda-forge/user-agents,2023-06-16 13:16:51.489,44925.0,3.0,,,,,,,,,,,,,,,,,,, +301,django-extra-views,AndrewIngram/django-extra-views,django-utils,,https://github.com/AndrewIngram/django-extra-views,https://github.com/AndrewIngram/django-extra-views,MIT,2011-05-16 21:47:47.000,2023-11-21 19:24:58.000,2023-06-19 20:00:13,463.0,175,61.0,122.0,17.0,128.0,1353,"Djangos class-based generic views are awesome, lets have more of them.",2674.0,2152.0,61.0,29,True,['django'],,2021-06-09 09:02:36.000,0.14.0,26.0,,73490.0,,django-extra-views,https://pypi.org/project/django-extra-views,2021-06-09 09:02:36.000,522.0,73490.0,,,,3.0,,,,,,,,,,,,,,,,,,, +302,django-organizations,bennylope/django-organizations,django-utils,,https://github.com/bennylope/django-organizations,https://github.com/bennylope/django-organizations,BSD-2-Clause,2012-02-02 02:38:49.000,2023-12-19 18:50:11.000,2023-12-19 18:39:33,745.0,199,37.0,107.0,13.0,137.0,1196,Multi-user accounts for Django projects.,302.0,265.0,49.0,29,True,['django'],14.0,2023-11-23 14:43:29.000,2.3.1,55.0,,33794.0,conda-forge/django-organizations,django-organizations,https://pypi.org/project/django-organizations,2023-11-23 14:43:29.000,37.0,33660.0,https://anaconda.org/conda-forge/django-organizations,2023-06-16 19:19:26.379,5800.0,3.0,,,,,,,,,,,,,,,,,,, +303,hyper,python-hyper/hyper,http-clients,,https://github.com/python-hyper/hyper,https://github.com/python-hyper/hyper,MIT,2014-01-23 07:53:47.000,2023-06-16 16:07:33.511,2021-01-12 18:36:50,1415.0,189,43.0,195.0,101.0,167.0,1050,HTTP/2 for Python.,1348.0,1220.0,43.0,29,False,,,2020-08-02 14:24:39.000,0.5.0,18.0,187.0,167733.0,conda-forge/hyper,hyper,https://pypi.org/project/hyper,2016-09-27 13:03:52.800,128.0,167437.0,https://anaconda.org/conda-forge/hyper,2023-06-16 16:07:33.511,21000.0,3.0,,,,,,,,,,,,,,,,,,, +304,django-configurations,jazzband/django-configurations,django-utils,,https://github.com/jazzband/django-configurations,https://github.com/jazzband/django-configurations,BSD-3-Clause,2012-07-21 13:56:20.000,2023-12-01 21:34:43.000,2023-11-30 09:53:39,490.0,138,21.0,179.0,56.0,152.0,1032,A helper for organizing Django project settings by relying on well established programming patterns.,3522.0,2855.0,66.0,29,True,['django'],7.0,2023-11-30 10:00:09.000,2.5.1,24.0,,209829.0,conda-forge/django-configurations,django-configurations,https://pypi.org/project/django-configurations,2023-10-21 09:54:06.000,667.0,209028.0,https://anaconda.org/conda-forge/django-configurations,2023-10-21 12:00:06.961,30461.0,3.0,,,,,,,,,,,,,,,,,,, +305,parsel,scrapy/parsel,web-scraping,,https://github.com/scrapy/parsel,https://github.com/scrapy/parsel,BSD-3-Clause,2015-04-24 15:53:36.000,2023-10-05 21:13:48.000,2023-10-05 21:13:48,772.0,133,35.0,179.0,36.0,79.0,1028,Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors.,32144.0,30522.0,49.0,29,True,,2.0,2023-04-18 13:48:20.000,1.8.1,22.0,,1275687.0,conda-forge/parsel,parsel,https://pypi.org/project/parsel,2023-04-18 13:42:01.626,1622.0,1271350.0,https://anaconda.org/conda-forge/parsel,2023-06-16 19:18:48.857,190849.0,2.0,,,,,,,,,,,,,,,,,,, +306,livereload,lepture/python-livereload,servers,,https://github.com/lepture/python-livereload,https://github.com/lepture/python-livereload,BSD-3-Clause,2012-05-03 16:38:39.000,2023-11-22 17:43:57.000,2023-07-29 13:20:56,391.0,150,30.0,119.0,53.0,103.0,997,livereload server in python.,1675.0,,59.0,29,True,,,2020-08-22 15:34:54.000,2.6.3,31.0,,632722.0,conda-forge/livereload,livereload,https://pypi.org/project/livereload,2020-08-22 15:31:53.000,1675.0,627584.0,https://anaconda.org/conda-forge/livereload,2023-06-16 13:15:58.931,472776.0,3.0,,,,,,,,,,,,,,,,,,, +307,flask-dance,singingwolfboy/flask-dance,auth,,https://github.com/singingwolfboy/flask-dance,https://github.com/singingwolfboy/flask-dance,MIT,2014-09-09 11:53:06.000,2023-11-02 07:45:29.000,2023-05-10 18:26:21,623.0,151,20.0,219.0,38.0,167.0,969,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",4078.0,3913.0,56.0,29,True,['flask'],,2023-05-10 18:30:01.565,7.0.0,50.0,,61055.0,conda-forge/flask-dance,flask-dance,https://pypi.org/project/flask-dance,2023-05-10 18:30:01.565,165.0,57646.0,https://anaconda.org/conda-forge/flask-dance,2023-09-13 17:12:10.238,10227.0,3.0,,,,,,,,,,,,,,,,,,, +308,django-filebrowser,sehmaschine/django-filebrowser,django-utils,,https://github.com/sehmaschine/django-filebrowser,https://github.com/sehmaschine/django-filebrowser,BSD-3-Clause,2011-03-07 20:38:23.000,2023-12-02 01:08:48.819,2023-07-27 13:43:35,922.0,382,44.0,142.0,17.0,270.0,943,Media-Management with Grappelli.,1183.0,911.0,36.0,29,True,['django'],,2023-07-27 13:46:30.000,4.0.3,41.0,,16652.0,,django-filebrowser,https://pypi.org/project/django-filebrowser,2023-07-27 13:46:30.000,272.0,16652.0,,,,3.0,,,,,,,,,,,,,,,,,,, +309,openapi-python-client,openapi-generators/openapi-python-client,openapi-utils,,https://github.com/openapi-generators/openapi-python-client,https://github.com/openapi-generators/openapi-python-client,MIT,2020-02-15 19:33:46.000,2023-12-20 13:16:54.000,2023-12-18 00:26:41,684.0,186,15.0,507.0,45.0,280.0,919,Generate modern Python clients from OpenAPI.,770.0,762.0,56.0,29,True,['openapi'],31.0,2023-12-07 00:59:20.000,0.16.0,67.0,,198788.0,conda-forge/openapi-python-client,openapi-python-client,https://pypi.org/project/openapi-python-client,2023-12-07 00:59:15.000,8.0,197955.0,https://anaconda.org/conda-forge/openapi-python-client,2023-12-07 18:24:47.193,23343.0,3.0,,,,,,,,,,,,,,,,,,, +310,klein,twisted/klein,others,,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012-02-10 17:55:04.000,2023-12-20 21:35:21.000,2023-12-12 04:17:34,2792.0,127,38.0,524.0,79.0,99.0,825,werkzeug + twisted.web.,2197.0,1803.0,56.0,29,True,,36.0,2023-05-03 00:07:23.000,23.5.0,19.0,,68378.0,,klein,https://pypi.org/project/klein,2023-05-02 17:51:09.380,394.0,68378.0,,,,3.0,,,,,,,,,,,,,,,,,,, +311,django-dbbackup,jazzband/django-dbbackup,django-utils,,https://github.com/jazzband/django-dbbackup,https://github.com/jazzband/django-dbbackup,BSD-3-Clause,2014-12-29 02:39:34.000,2023-12-18 17:38:50.000,2022-12-12 10:26:16,471.0,212,22.0,221.0,82.0,209.0,821,Management commands to help backup and restore your project database and media files.,1861.0,1700.0,64.0,29,True,['django'],,2022-09-28 00:30:54.478,4.0.2,44.0,,72323.0,,django-dbbackup,https://pypi.org/project/django-dbbackup,2022-09-28 00:30:54.478,161.0,72323.0,,,,3.0,,,,,,,,,,,,,,,,,,, +312,django-markdownx,neutronX/django-markdownx,markdown,,https://github.com/neutronX/django-markdownx,https://github.com/neutronX/django-markdownx,BSD-3-Clause,2014-11-01 14:15:37.000,2023-12-08 19:17:13.000,2023-12-08 19:11:10,451.0,151,23.0,106.0,49.0,117.0,807,Comprehensive Markdown plugin built for Django.,2518.0,2397.0,36.0,29,True,['django'],20.0,2023-12-08 19:16:52.000,4.0.7,61.0,,30610.0,,django-markdownx,https://pypi.org/project/django-markdownx,2023-12-08 19:16:52.000,121.0,30610.0,,,,3.0,,,,,,,,,,,,,,,,,,, +313,Model Bakery,model-bakers/model_bakery,testing,,https://github.com/model-bakers/model_bakery,https://github.com/model-bakers/model_bakery,Apache-2.0,2019-10-08 12:49:08.000,2023-12-18 20:13:14.000,2023-12-12 07:39:06,365.0,81,11.0,333.0,29.0,105.0,739,Object factory for Django.,3632.0,3602.0,52.0,29,True,['django'],19.0,2023-10-27 12:47:07.000,1.17.0,28.0,,558606.0,conda-forge/model_bakery,model_bakery,https://pypi.org/project/model_bakery,2023-10-27 12:47:07.000,30.0,558163.0,https://anaconda.org/conda-forge/model_bakery,2023-06-16 19:18:17.599,19971.0,2.0,,,,,,,,,,,,,,,,,,, +314,flask-assets,miracle2k/flask-assets,flask-utils,,https://github.com/miracle2k/flask-assets,https://github.com/miracle2k/flask-assets,BSD-2-Clause,2010-08-06 11:51:29.000,2023-12-15 13:55:26.000,2023-12-15 13:55:26,284.0,100,9.0,66.0,22.0,80.0,446,Flask webassets integration.,7359.0,7359.0,42.0,29,True,['flask'],19.0,2023-10-22 14:03:57.000,2.1.0,3.0,,219298.0,conda-forge/flask-assets,flask-assets,https://pypi.org/project/flask-assets,,,175265.0,https://anaconda.org/conda-forge/flask-assets,2023-11-09 12:07:16.985,44033.0,2.0,,,,,,,,,,,,,,,,,,, +315,deform,Pylons/deform,forms,,https://github.com/Pylons/deform,https://github.com/Pylons/deform,BSD-3-Clause,2011-02-16 06:29:46.000,2023-12-15 17:06:00.000,2023-11-15 19:00:14,1643.0,156,32.0,350.0,47.0,135.0,404,A Python HTML form library.,982.0,792.0,101.0,29,True,,14.0,2020-12-15 23:27:03.000,2.0.15,40.0,,8148.0,,deform,https://pypi.org/project/deform,2020-12-10 12:40:05.000,190.0,8148.0,,,,3.0,,,,,,,,,,,,,,,,,,, +316,uritemplate,python-hyper/uritemplate,url-utils,,https://github.com/python-hyper/uritemplate,https://github.com/python-hyper/uritemplate,BSD-1-Clause,2013-05-14 16:52:08.000,2023-12-18 21:18:29.000,2023-12-18 21:18:28,251.0,32,13.0,82.0,10.0,26.0,214,URI template parsing per RFC6570.,3852.0,,19.0,29,False,,12.0,2021-10-13 11:15:12.000,4.1.1,12.0,,28332048.0,conda-forge/uritemplate,uritemplate,https://pypi.org/project/uritemplate,2021-10-13 11:15:12.000,3852.0,28302483.0,https://anaconda.org/conda-forge/uritemplate,2023-06-16 13:14:30.428,2631310.0,3.0,,,,,,,,,,,,,,,,,,, +317,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,,2017-07-17 13:19:16.000,2023-12-21 15:43:59.000,2023-12-21 09:41:29,1208.0,311,59.0,293.0,69.0,581.0,5573,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",93.0,93.0,59.0,28,False,['openapi'],70.0,2023-12-01 14:12:18.000,6.0.1,41.0,213291.0,3332.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +318,xadmin,sshwsfc/xadmin,admin-ui,,https://github.com/sshwsfc/xadmin,https://github.com/sshwsfc/xadmin,BSD-3-Clause,2012-11-19 06:21:50.000,2023-12-20 09:13:45.000,2019-04-03 03:05:04,1296.0,1429,278.0,168.0,387.0,199.0,4734,"Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based..",803.0,803.0,51.0,28,False,,,2022-09-24 08:54:19.425,2.0.4,4.0,,128.0,,xadmin2,https://pypi.org/project/xadmin2,2022-09-24 08:54:19.425,,128.0,,,,3.0,,,,,,,,,,,,,,,,,,, +319,MechanicalSoup,MechanicalSoup/MechanicalSoup,web-scraping,,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014-05-26 09:06:11.000,2023-12-20 13:32:21.000,2023-12-20 13:05:04,640.0,393,108.0,257.0,35.0,141.0,4488,A Python library for automating interaction with websites.,270.0,,55.0,28,True,,7.0,2023-07-04 19:24:03.902,1.3.0,28.0,43.0,39915.0,conda-forge/mechanicalsoup,MechanicalSoup,https://pypi.org/project/MechanicalSoup,2023-07-04 19:24:03.902,270.0,38246.0,https://anaconda.org/conda-forge/mechanicalsoup,2023-06-16 13:22:31.491,140256.0,2.0,,,,,,,,,,,,,,,,,,, +320,grequests,spyoungtech/grequests,http-clients,,https://github.com/spyoungtech/grequests,https://github.com/spyoungtech/grequests,BSD-2-Clause,2012-05-10 21:50:15.000,2023-06-16 13:16:57.269,2023-06-08 00:01:30,89.0,332,114.0,50.0,5.0,118.0,4350,Requests + Gevent = 3.,4867.0,4186.0,28.0,28,True,,,2023-06-08 00:06:01.754,0.7.0,7.0,9.0,333085.0,conda-forge/grequests,grequests,https://pypi.org/project/grequests,2023-06-08 00:06:01.754,681.0,332061.0,https://anaconda.org/conda-forge/grequests,2023-06-16 13:16:57.269,89097.0,3.0,,,,,,,,,,,,,,,,,,, +321,python-goose,grangier/python-goose,web-scraping,,https://github.com/grangier/python-goose,https://github.com/grangier/python-goose,Apache-2.0,2012-01-08 20:52:44.000,2022-01-18 18:42:34.000,2015-03-29 14:04:10,482.0,790,203.0,116.0,107.0,92.0,3911,"Html Content / Article Extractor, web scrapping lib in Python.",248.0,219.0,35.0,28,False,,,2023-07-04 15:18:01.058,3.1.17,28.0,,31168.0,,goose3,https://pypi.org/project/goose3,2022-01-18 18:42:34.000,29.0,31168.0,,,,2.0,,,,,,,,,,,,,,,,,,, +322,selenium-python-helium,mherrmann/selenium-python-helium,testing,,https://github.com/mherrmann/helium,https://github.com/mherrmann/helium,MIT,2019-11-26 16:12:28.000,2023-12-08 06:47:06.000,2023-12-08 06:44:52,156.0,345,76.0,30.0,46.0,41.0,3749,Lighter web automation for Python.,529.0,515.0,8.0,28,True,,20.0,2023-12-08 06:49:25.000,5.0.0,38.0,,9912.0,,helium,https://pypi.org/project/helium,2023-12-08 06:46:11.000,14.0,9912.0,,,,3.0,,,,,,,,,,,,,,,mherrmann/helium,,,, +323,websockify,novnc/websockify,websocket,,https://github.com/novnc/websockify,https://github.com/novnc/websockify,LGPL-3.0,2011-01-12 22:51:17.000,2023-10-01 11:25:12.968,2023-09-06 10:25:19,928.0,726,143.0,194.0,28.0,317.0,3635,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.,337.0,30.0,96.0,28,True,,,2023-08-21 11:35:49.000,0.11.0,11.0,,57401.0,conda-forge/websockify,websockify,https://pypi.org/project/websockify,2023-08-21 11:35:49.000,307.0,55088.0,https://anaconda.org/conda-forge/websockify,2023-10-01 11:25:12.968,94860.0,3.0,,,,,,,,,,,,,,,,,,, +324,pyppeteer,miyakogi/pyppeteer,testing,,https://github.com/miyakogi/pyppeteer,https://github.com/miyakogi/pyppeteer,MIT,2017-08-28 16:39:17.000,2023-06-16 16:13:26.272,2020-05-08 09:48:22,788.0,367,101.0,73.0,154.0,100.0,3546,Headless chrome/chromium automation library (unofficial port of puppeteer).,385.0,,24.0,28,False,,,2022-01-11 05:39:28.000,1.0.2,31.0,,1591578.0,conda-forge/pyppeteer,pyppeteer,https://pypi.org/project/pyppeteer,2022-01-11 05:39:28.000,385.0,1586828.0,https://anaconda.org/conda-forge/pyppeteer,2023-06-16 16:13:26.272,280303.0,3.0,,,,,,,,,,,,,,,,,,, +325,pyload,pyload/pyload,others,,https://github.com/pyload/pyload,https://github.com/pyload/pyload,AGPL-3.0,2013-02-10 13:12:02.000,2023-12-18 22:16:01.000,2023-11-21 21:06:06,7741.0,703,134.0,1240.0,168.0,2957.0,3050,The free and open-source Download Manager written in pure Python.,11.0,10.0,226.0,28,True,,26.0,2020-02-20 21:04:56.000,0.4.20,83.0,98922.0,4202.0,,pyload-ng,https://pypi.org/project/pyload-ng,2023-11-21 21:28:37.000,1.0,3392.0,,,,3.0,,,,,,,,,,,,,,,,,,, +326,bjoern,jonashaag/bjoern,servers,,https://github.com/jonashaag/bjoern,https://github.com/jonashaag/bjoern,BSD-2-Clause,2010-03-01 23:46:47.000,2023-10-05 05:07:19.350,2022-09-11 18:40:12,473.0,187,79.0,83.0,29.0,133.0,2957,A screamingly fast Python 2/3 WSGI server written in C.,859.0,697.0,44.0,28,False,,,2022-09-19 16:03:06.582,3.2.2,30.0,,32301.0,conda-forge/bjoern,bjoern,https://pypi.org/project/bjoern,2022-09-19 16:03:06.582,162.0,29192.0,https://anaconda.org/conda-forge/bjoern,2023-10-05 05:07:19.350,118151.0,3.0,,,,,,,,,,,,,,,,,,, +327,django-rules,dfunckt/django-rules,auth,,https://github.com/dfunckt/django-rules,https://github.com/dfunckt/django-rules,MIT,2014-03-06 20:46:57.000,2023-10-21 03:58:32.000,2023-02-23 16:06:08,195.0,136,34.0,71.0,30.0,83.0,1725,"Awesome Django authorization, without the database.",1670.0,1531.0,28.0,28,True,['django'],,2022-03-23 08:53:01.000,3.3.0,20.0,,113783.0,,rules,https://pypi.org/project/rules,2022-03-23 08:54:01.000,139.0,113783.0,,,,3.0,,,,,,,,,,,,,,,,,,, +328,rauth,litl/rauth,auth,,https://github.com/litl/rauth,https://github.com/litl/rauth,MIT,2012-03-02 14:18:54.000,2022-06-26 18:20:47.000,2015-11-05 16:01:31,386.0,178,75.0,98.0,38.0,89.0,1608,"A Python library for OAuth 1.0/a, 2.0, and Ofly.",984.0,,42.0,28,False,,,2017-01-22 16:51:43.000,0.7.3,36.0,,323746.0,,rauth,https://pypi.org/project/rauth,2017-01-22 16:51:43.000,984.0,323746.0,,,,3.0,,,,,,,,,,,,,,,,,,, +329,html2text,Alir3z4/html2text,markdown,,https://github.com/Alir3z4/html2text,https://github.com/Alir3z4/html2text,GPL-3.0,2014-02-19 22:41:11.000,2023-01-07 21:13:26.000,2022-02-22 21:28:40,768.0,245,25.0,196.0,98.0,122.0,1536,Convert HTML to Markdown-formatted text.,2449.0,,76.0,28,False,,,2020-01-16 14:21:52.000,2020.1.16,38.0,,1529028.0,,html2text,https://pypi.org/project/html2text,2020-01-16 14:21:52.000,2449.0,1529028.0,,,,3.0,,,,,,,,,,,,,,,,,,, +330,sqladmin,aminalaee/sqladmin,fastapi-utils,,https://github.com/aminalaee/sqladmin,https://github.com/aminalaee/sqladmin,BSD-3-Clause,2021-12-22 10:09:54.000,2023-12-13 08:30:07.000,2023-12-13 08:30:05,329.0,137,12.0,365.0,18.0,159.0,1349,SQLAlchemy Admin for FastAPI and Starlette.,507.0,501.0,46.0,28,True,['fastapi'],22.0,2023-11-14 09:14:09.000,0.16.0,37.0,,50691.0,,sqladmin,https://pypi.org/project/sqladmin,2023-11-14 09:14:09.000,6.0,50691.0,,,,1.0,,,,,,,,,,,,,,,,,,, +331,django-lifecycle,rsinger86/django-lifecycle,django-utils,,https://github.com/rsinger86/django-lifecycle,https://github.com/rsinger86/django-lifecycle,MIT,2018-03-18 20:53:33.000,2023-11-08 11:56:17.000,2023-11-08 11:53:55,271.0,77,15.0,82.0,20.0,50.0,1212,"Declarative model lifecycle hooks, an alternative to Signals.",294.0,284.0,32.0,28,True,['django'],27.0,2023-11-08 11:56:17.000,1.1.2,39.0,,99479.0,,django-lifecycle,https://pypi.org/project/django-lifecycle,2023-11-08 11:56:17.000,10.0,99479.0,,,,3.0,,,,,,,,,,,,,,,,,,, +332,spyne,arskom/spyne,rpc,,https://github.com/arskom/spyne,https://github.com/arskom/spyne,LGPL-2.1,2010-07-23 06:26:28.000,2023-12-08 16:44:30.000,2023-12-08 16:44:29,7057.0,265,42.0,331.0,73.0,294.0,1115,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,766.0,669.0,130.0,28,False,,7.0,2022-02-09 03:28:26.000,spyne-2.14.0,47.0,,143413.0,conda-forge/spyne,spyne,https://pypi.org/project/spyne,2022-02-03 02:53:36.000,97.0,142639.0,https://anaconda.org/conda-forge/spyne,2023-06-16 13:15:58.493,71258.0,3.0,,,,,,,,,,,,,,,,,,, +333,django-cachalot,noripyt/django-cachalot,django-utils,,https://github.com/noripyt/django-cachalot,https://github.com/noripyt/django-cachalot,BSD-3-Clause,2014-09-26 13:08:06.000,2023-12-06 12:49:25.000,2023-09-05 21:32:36,638.0,130,24.0,91.0,27.0,133.0,1105,"No effort, no worry, maximum performance.",764.0,678.0,34.0,28,True,['django'],,2023-07-21 22:32:48.000,2.6.1,43.0,,66899.0,conda-forge/django-cachalot,django-cachalot,https://pypi.org/project/django-cachalot,2023-07-21 22:32:48.000,86.0,66308.0,https://anaconda.org/conda-forge/django-cachalot,2023-06-16 13:23:58.353,44325.0,3.0,,,,,,,,,,,,,,,,,,, +334,dpkt,kbandla/dpkt,others,,https://github.com/kbandla/dpkt,https://github.com/kbandla/dpkt,BSD-3-Clause,2012-06-06 18:39:31.000,2023-09-20 23:27:29.000,2023-01-27 16:44:52,813.0,266,50.0,285.0,74.0,307.0,1044,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",1894.0,1561.0,67.0,28,True,,,2022-08-18 05:57:11.000,1.9.8,22.0,,304172.0,conda-forge/dpkt,dpkt,https://pypi.org/project/dpkt,2022-08-18 05:55:29.977,333.0,301956.0,https://anaconda.org/conda-forge/dpkt,2023-06-16 16:13:36.846,130759.0,3.0,,,,,,,,,,,,,,,,,,, +335,django-redis-cache,sebleier/django-redis-cache,django-utils,,https://github.com/sebleier/django-redis-cache,https://github.com/sebleier/django-redis-cache,BSD-3-Clause,2009-07-03 17:51:56.000,2023-08-01 03:17:29.000,2022-03-09 18:46:07,381.0,212,33.0,102.0,73.0,67.0,1030,A Redis cache backend for django.,5240.0,4082.0,46.0,28,False,['django'],,2022-03-09 18:49:10.000,3.0.1,53.0,,122330.0,conda-forge/django-redis-cache,django-redis-cache,https://pypi.org/project/django-redis-cache,2022-03-09 18:49:10.000,1158.0,121742.0,https://anaconda.org/conda-forge/django-redis-cache,2023-06-16 13:15:48.268,54767.0,3.0,,,,,,,,,,,,,,,,,,, +336,django-nose,jazzband/django-nose,testing,,https://github.com/jazzband/django-nose,https://github.com/jazzband/django-nose,BSD-3-Clause,2009-10-01 17:53:27.000,2023-08-25 15:56:54.000,2021-10-22 14:38:03,379.0,242,22.0,116.0,96.0,133.0,883,Django test runner using nose.,13856.0,9454.0,63.0,28,False,['django'],,2020-08-20 02:49:13.000,1.4.7,18.0,,402059.0,,django-nose,https://pypi.org/project/django-nose,2020-08-20 02:49:13.000,4402.0,402059.0,,,,3.0,,,,,,,,,,,,,,,,,,, +337,flask-mongoengine,MongoEngine/flask-mongoengine,flask-utils,,https://github.com/MongoEngine/flask-mongoengine,https://github.com/MongoEngine/flask-mongoengine,,2012-05-15 11:33:26.000,2023-11-28 21:51:03.000,2022-08-16 14:02:03,969.0,242,28.0,268.0,34.0,236.0,836,MongoEngine flask extension with WTF model forms support.,9253.0,9253.0,90.0,28,False,['flask'],,2020-11-21 05:14:43.000,1.0.0,10.0,,147436.0,,flask-mongoengine,https://pypi.org/project/flask-mongoengine,,,147436.0,,,,2.0,,,,,,,,,,,,,,,,,,, +338,flask-marshmallow,marshmallow-code/flask-marshmallow,flask-utils,,https://github.com/marshmallow-code/flask-marshmallow,https://github.com/marshmallow-code/flask-marshmallow,MIT,2014-04-25 23:35:09.000,2023-09-14 03:47:19.000,2023-08-02 04:58:35,352.0,56,16.0,161.0,27.0,86.0,824,Flask + marshmallow for beautiful APIs.,27737.0,26914.0,21.0,28,True,['flask'],,2023-04-05 17:20:02.044,0.15.0,19.0,,542924.0,conda-forge/flask-marshmallow,flask-marshmallow,https://pypi.org/project/flask-marshmallow,2023-04-05 17:20:02.044,823.0,541889.0,https://anaconda.org/conda-forge/flask-marshmallow,2023-06-16 13:23:42.076,89092.0,2.0,,,,,,,,,,,,,,,,,,, +339,parameterized,wolever/parameterized,testing,,https://github.com/wolever/parameterized,https://github.com/wolever/parameterized,BSD-2-Clause-FreeBSD,2012-03-10 04:56:31.000,2023-11-14 04:50:46.000,2023-03-27 01:44:02,219.0,101,18.0,74.0,37.0,75.0,791,Parameterized testing with any Python test framework.,13870.0,13108.0,31.0,28,False,,,2023-03-27 02:02:06.801,0.9.0,12.0,,4038145.0,conda-forge/parameterized,parameterized,https://pypi.org/project/parameterized,2023-03-27 02:02:06.801,762.0,4030958.0,https://anaconda.org/conda-forge/parameterized,2023-06-16 13:22:44.707,517468.0,3.0,,,,,,,,,,,,,,,,,,, +340,django-paypal,spookylukey/django-paypal,django-utils,,https://github.com/spookylukey/django-paypal,https://github.com/spookylukey/django-paypal,MIT,2012-06-09 14:04:06.000,2023-12-18 16:56:35.000,2022-11-28 20:19:07,783.0,203,27.0,118.0,11.0,150.0,698,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,3332.0,3043.0,73.0,28,False,['django'],,2021-12-15 15:40:40.554,0.1.4,28.0,,11628.0,,django-paypal,https://pypi.org/project/django-paypal,2022-03-25 21:26:22.000,289.0,11628.0,,,,3.0,,,,,,,,,,,,,,,,,,, +341,selene,yashaka/selene,testing,,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015-04-17 08:52:14.000,2023-12-21 00:12:35.000,2023-08-25 18:52:10,1098.0,139,55.0,204.0,104.0,193.0,639,User-oriented Web UI browser tests in Python.,3610.0,3610.0,39.0,28,True,,,2023-08-02 21:27:13.000,2.0.0rc4,34.0,,19863.0,,selene,https://pypi.org/project/selene,,,19863.0,,,,3.0,,,,,,,,,,,,,,,,,,, +342,prometheus-flask-exporter,rycus86/prometheus_flask_exporter,monitoring,,https://github.com/rycus86/prometheus_flask_exporter,https://github.com/rycus86/prometheus_flask_exporter,MIT,2017-11-23 20:04:19.000,2023-10-27 05:40:29.389,2023-10-26 23:57:22,245.0,160,10.0,32.0,34.0,101.0,605,Prometheus exporter for Flask applications.,71.0,,27.0,28,True,['flask'],5.0,2023-10-27 00:04:02.000,0.23.0,71.0,,5765702.0,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,https://pypi.org/project/prometheus-flask-exporter,2023-10-27 00:04:02.000,71.0,5737517.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2023-10-27 05:40:29.389,1155616.0,2.0,,,,,,,,,,,,,,,,,,, +343,treq,twisted/treq,http-clients,,https://github.com/twisted/treq,https://github.com/twisted/treq,MIT,2012-05-18 18:57:21.000,2023-11-08 05:45:02.000,2023-11-06 17:55:05,1039.0,143,25.0,207.0,59.0,103.0,566,Python requests like API built on top of Twisteds HTTP client.,1945.0,1528.0,51.0,28,True,,12.0,2023-11-04 05:30:33.000,release-23.11.0,21.0,249.0,87547.0,conda-forge/treq,treq,https://pypi.org/project/treq,2023-11-04 05:27:57.000,417.0,85631.0,https://anaconda.org/conda-forge/treq,2023-11-04 22:31:47.479,74659.0,3.0,,,,,,,,,,,,,,,,,,, +344,pyngrok,alexdlaird/pyngrok,others,,https://github.com/alexdlaird/pyngrok,https://github.com/alexdlaird/pyngrok,MIT,2018-12-16 22:12:33.000,2023-12-20 18:10:50.000,2023-12-07 18:15:11,811.0,63,6.0,41.0,1.0,79.0,385,A Python wrapper for ngrok.,5199.0,5096.0,8.0,28,True,,20.0,2023-12-04 15:12:26.000,7.0.3,89.0,,327741.0,conda-forge/pyngrok,pyngrok,https://pypi.org/project/pyngrok,2023-12-04 15:12:26.000,103.0,325429.0,https://anaconda.org/conda-forge/pyngrok,2023-12-04 16:43:55.009,99419.0,3.0,,,,,,,,,,,,,,,,,,, +345,cornice,Cornices/cornice,web-frameworks,,https://github.com/Cornices/cornice,https://github.com/Cornices/cornice,MPL-2.0,2011-10-12 13:17:51.000,2023-08-03 22:56:20.000,2023-07-13 14:59:13,1164.0,154,23.0,339.0,46.0,190.0,378,Build Web Services with Pyramid.,1202.0,844.0,123.0,28,True,['pyramid'],,2022-01-07 13:41:40.000,6.0.1,58.0,,37792.0,anaconda/cornice,cornice,https://pypi.org/project/cornice,2022-01-07 13:40:04.000,358.0,37708.0,https://anaconda.org/anaconda/cornice,2023-06-16 13:22:16.673,8018.0,3.0,,,,,,,,,,,,,,,,,,, +346,flask-bcrypt,maxcountryman/flask-bcrypt,flask-utils,,https://github.com/maxcountryman/flask-bcrypt,https://github.com/maxcountryman/flask-bcrypt,BSD-3-Clause,2011-06-12 21:20:23.000,2023-11-22 19:12:39.000,2022-04-05 03:58:40,119.0,62,13.0,46.0,6.0,41.0,318,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,61077.0,58094.0,25.0,28,False,['flask'],,2022-04-05 03:59:51.000,1.0.1,16.0,,1388482.0,conda-forge/flask-bcrypt,flask-bcrypt,https://pypi.org/project/flask-bcrypt,2022-04-05 03:59:51.000,2983.0,1388085.0,https://anaconda.org/conda-forge/flask-bcrypt,2023-06-16 13:18:03.589,35334.0,2.0,,,,,,,,,,,,,,,,,,, +347,guillotina,plone/guillotina,web-frameworks,,https://github.com/plone/guillotina,https://github.com/plone/guillotina,BSD-3-Clause,2017-03-01 16:12:44.000,2023-12-11 10:46:07.000,2023-12-11 10:46:02,3429.0,51,193.0,971.0,62.0,168.0,184,Python AsyncIO data API to manage billions of resources.,180.0,133.0,54.0,28,True,,20.0,2023-12-11 10:45:51.000,7.0.0,602.0,,2335.0,,guillotina,https://pypi.org/project/guillotina,2023-12-11 10:45:51.000,47.0,2335.0,,,,3.0,,,,,,,,,,,,,,,,,,, +348,pyscript,pyscript/pyscript,web-ui,,https://github.com/pyscript/pyscript,https://github.com/pyscript/pyscript,Apache-2.0,2022-02-21 04:55:20.000,2023-12-21 08:34:06.000,2023-12-19 13:18:27,1083.0,1428,167.0,979.0,72.0,641.0,17208,Try PyScript: https://pyscript.com Examples: https://tinyurl.com/pyscript-examples Community:..,9.0,9.0,116.0,27,True,,71.0,2023-12-07 17:08:05.000,2023.12.1,9.0,196.0,10.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +349,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000,2023-12-21 03:49:38.000,2023-12-20 23:13:09,4105.0,1051,293.0,343.0,381.0,1808.0,16996,GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through..,21.0,21.0,160.0,27,True,,85.0,,,,,,,,,,,,,,,2.0,,goaccess,,,,,,,,,,,,,,,,goaccess, +350,tyk,TykTechnologies/tyk,api-proxies,,https://github.com/TykTechnologies/tyk,https://github.com/TykTechnologies/tyk,MPL-2.0,2014-05-07 14:38:24.000,2023-12-21 15:27:20.000,2023-12-21 10:08:45,4524.0,1027,279.0,3952.0,297.0,1811.0,8984,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",,,115.0,27,True,,104.0,2023-12-21 08:50:38.000,5.0.10,100.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +351,twitter-scraper,bisguzar/twitter-scraper,third-party-apis,,https://github.com/bisguzar/twitter-scraper,https://github.com/bisguzar/twitter-scraper,MIT,2018-02-22 14:58:34.000,2023-10-30 05:53:33.000,2021-12-17 16:00:19,208.0,604,99.0,101.0,51.0,63.0,3717,Scrape the Twitter Frontend API without authentication.,3943.0,3931.0,31.0,27,False,,,2020-07-17 18:56:19.000,0.4.4,11.0,,815.0,,twitter-scraper,https://pypi.org/project/twitter-scraper,2020-07-17 18:56:19.000,12.0,815.0,,,,3.0,,,,,,,,,,,,,,,,,,, +352,django-shop,awesto/django-shop,django-utils,,https://github.com/awesto/django-shop,https://github.com/awesto/django-shop,BSD-3-Clause,2010-11-19 11:15:48.000,2023-10-19 01:09:56.000,2021-02-28 18:04:57,5402.0,979,172.0,501.0,88.0,292.0,3087,A Django based shop system.,222.0,222.0,96.0,27,False,['django'],,,,,,5687.0,,django-shop,https://pypi.org/project/django-shop,,,5687.0,,,,3.0,,,,,,,,,,,,,,,,,,, +353,python-instagram,facebookarchive/python-instagram,third-party-apis,,https://github.com/facebookarchive/python-instagram,https://github.com/facebookarchive/python-instagram,MIT,2011-02-02 02:45:23.000,2020-10-01 16:22:11.000,2018-01-03 00:17:14,233.0,1144,263.0,160.0,119.0,,2987,Python Client for Instagram API.,1154.0,787.0,52.0,27,False,,,2015-07-22 15:56:56.000,1.3.2,14.0,,4305.0,,python-instagram,https://pypi.org/project/python-instagram,2015-07-22 15:56:56.000,367.0,4305.0,,,,3.0,,,,,,,,,,,,,,,,,,, +354,furl,gruns/furl,url-utils,,https://github.com/gruns/furl,https://github.com/gruns/furl,Unlicense,2011-11-17 01:08:16.000,2023-06-16 13:21:21.441,2022-08-01 04:59:34,549.0,151,37.0,54.0,36.0,84.0,2517,URL parsing and manipulation made easy.,677.0,,15.0,27,False,,,2021-09-27 21:31:14.000,2.1.3,51.0,,2114139.0,conda-forge/furl,furl,https://pypi.org/project/furl,2021-09-27 21:31:14.000,677.0,2109852.0,https://anaconda.org/conda-forge/furl,2023-06-16 13:21:21.441,330155.0,3.0,,,,,,,,,,,,,,,,,,, +355,telepot,nickoala/telepot,third-party-apis,,https://github.com/nickoala/telepot,https://github.com/nickoala/telepot,MIT,2015-07-09 03:06:53.000,2021-03-09 06:27:24.000,2019-05-09 12:46:06,431.0,470,126.0,38.0,108.0,326.0,2424,Python framework for Telegram Bot API.,4267.0,3772.0,10.0,27,False,,,,,78.0,,29889.0,,telepot,https://pypi.org/project/telepot,2018-05-26 16:26:54.000,495.0,29889.0,,,,3.0,,,,,,,,,,,,,,,,,,, +356,Misago,rafalp/Misago,web-ui,,https://github.com/rafalp/Misago,https://github.com/rafalp/Misago,GPL-2.0,2012-06-22 14:24:02.000,2023-12-21 14:53:55.000,2023-12-20 17:25:07,5353.0,499,82.0,442.0,106.0,1139.0,2409,"Misago is fully featured modern forum application that is fast, scalable and responsive.",47.0,47.0,42.0,27,True,,48.0,2023-11-20 20:14:34.000,0.38.1,67.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +357,Grab,lorien/grab,web-scraping,,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013-05-01 08:10:22.000,2023-07-01 14:51:25.000,2023-07-01 14:51:21,2489.0,264,91.0,180.0,23.0,221.0,2334,Web Scraping Framework.,514.0,404.0,67.0,27,True,,,2018-06-24 14:27:52.000,0.6.41,120.0,,2329.0,,grab,https://pypi.org/project/grab,2018-06-24 14:27:52.000,110.0,2329.0,,,,3.0,,,,,,,,,,,,,,,,,,, +358,Wooey,wooey/wooey,web-ui,,https://github.com/wooey/Wooey,https://github.com/wooey/Wooey,BSD-3-Clause,2015-03-01 16:47:05.000,2023-12-14 15:17:47.000,2023-12-14 15:17:45,962.0,188,65.0,182.0,54.0,163.0,2016,A Django app that creates automatic web UIs for Python scripts.,45.0,44.0,24.0,27,True,,11.0,2023-11-21 13:38:31.000,0.13.3,40.0,,546.0,,wooey,https://pypi.org/project/wooey,2023-11-21 13:38:31.000,1.0,546.0,,,,3.0,,,,,,,,,,,,,,,,,,, +359,flanker,mailgun/flanker,email,,https://github.com/mailgun/flanker,https://github.com/mailgun/flanker,Apache-2.0,2013-11-14 01:07:11.000,2023-11-21 21:56:09.000,2023-03-03 17:53:06,380.0,188,88.0,173.0,54.0,38.0,1611,Python email address and Mime parsing library.,589.0,496.0,57.0,27,True,,,2023-03-03 17:53:47.000,0.9.15,62.0,,28024.0,,flanker,https://pypi.org/project/flanker,2019-12-05 16:08:20.000,93.0,28024.0,,,,2.0,,,,,,,,,,,,,,,,,,, +360,mangum,jordaneremieff/mangum,servers,,https://github.com/jordaneremieff/mangum,https://github.com/jordaneremieff/mangum,MIT,2019-01-14 11:49:29.000,2023-12-18 13:30:21.000,2023-11-03 13:46:42,449.0,92,16.0,116.0,21.0,145.0,1503,AWS Lambda support for ASGI applications.,3311.0,3296.0,30.0,27,True,['fastapi'],1.0,2022-11-27 11:23:00.627,0.17.0,69.0,,587613.0,,mangum,https://pypi.org/project/mangum,2022-11-27 11:23:00.627,15.0,587613.0,,,,3.0,,,,,,,,,,,,,,,,,,, +361,Django Facebook,tschellenbach/Django-facebook,third-party-apis,,https://github.com/tschellenbach/Django-facebook,https://github.com/tschellenbach/Django-facebook,BSD-3-Clause,2010-05-05 10:00:50.000,2021-11-28 03:00:31.000,2018-04-16 21:33:15,1197.0,561,80.0,182.0,134.0,336.0,1429,Facebook open graph api implementation using the Django web framework in python.,514.0,396.0,89.0,27,False,,,2015-05-26 19:01:35.000,6.0.3,152.0,,2688.0,,django-facebook,https://pypi.org/project/django-facebook,2015-05-26 19:01:35.000,118.0,2688.0,,,,3.0,,,,,,,,,,,,,,,,,,, +362,django-split-settings,sobolevn/django-split-settings,django-utils,,https://github.com/wemake-services/django-split-settings,https://github.com/wemake-services/django-split-settings,BSD-3-Clause,2013-05-17 06:04:30.000,2023-12-11 17:07:13.000,2023-12-11 09:53:15,507.0,65,18.0,469.0,4.0,41.0,1042,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,2543.0,2428.0,24.0,27,True,['django'],12.0,2022-09-27 22:34:42.144,1.2.0,15.0,,109610.0,,django-split-settings,https://pypi.org/project/django-split-settings,2022-09-27 22:34:42.144,115.0,109610.0,,,,3.0,,,,,,,,,,,,,,,wemake-services/django-split-settings,,,, +363,extruct,scrapinghub/extruct,web-scraping,,https://github.com/scrapinghub/extruct,https://github.com/scrapinghub/extruct,BSD-3-Clause,2015-10-26 11:51:21.000,2023-07-07 11:18:36.000,2023-07-07 11:18:01,516.0,109,116.0,123.0,45.0,52.0,787,Extract embedded metadata from HTML markup.,1082.0,1041.0,35.0,27,True,,,2023-07-07 10:41:03.731,0.15.0,24.0,,92374.0,,extruct,https://pypi.org/project/extruct,2023-07-07 10:41:03.731,41.0,92374.0,,,,3.0,,,,,,,,,,,,,,,,,,, +364,Flask-MonitoringDashboard,flask-dashboard/Flask-MonitoringDashboard,monitoring,,https://github.com/flask-dashboard/Flask-MonitoringDashboard,https://github.com/flask-dashboard/Flask-MonitoringDashboard,MIT,2017-04-11 13:50:14.000,2023-12-16 15:49:58.000,2023-12-15 12:06:56,1372.0,155,20.0,260.0,53.0,132.0,723,Automatically monitor the evolving performance of Flask/Python web services.,15.0,,37.0,27,True,['flask'],58.0,2023-12-05 12:30:17.000,3.2.2,48.0,,9784.0,,flask-monitoringdashboard,https://pypi.org/project/flask-monitoringdashboard,2023-12-05 12:30:17.000,15.0,9784.0,,,,2.0,,,,,,,,,,,,,,,,,,, +365,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000,2023-12-21 10:53:19.000,2023-12-21 09:48:16,820.0,103,16.0,84.0,19.0,105.0,699,"A fast, extensible and spec-compliant Markdown parser in pure Python.",792.0,792.0,35.0,27,True,,12.0,2023-08-24 16:14:29.000,1.2.1,28.0,484.0,167353.0,,mistletoe,https://pypi.org/project/mistletoe,,,167347.0,,,,3.0,,,,,,,,,,,,,,,,,,, +366,fastapi-mail,sabuhish/fastapi-mail,email,,https://github.com/sabuhish/fastapi-mail,https://github.com/sabuhish/fastapi-mail,MIT,2020-01-25 11:52:29.000,2023-10-23 13:42:45.000,2023-07-18 18:50:59,277.0,75,12.0,88.0,14.0,95.0,557,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",2156.0,2148.0,41.0,27,True,['fastapi'],,2023-07-18 18:53:18.000,1.4.1,89.0,,105700.0,,fastapi-mail,https://pypi.org/project/fastapi-mail,2023-07-18 18:53:18.000,8.0,105700.0,,,,2.0,,,,,,,,,,,,,,,,,,, +367,flask-testing,jarus/flask-testing,testing,,https://github.com/jarus/flask-testing,https://github.com/jarus/flask-testing,BSD-3-Clause,2012-02-29 16:34:28.000,2023-08-21 08:39:36.000,2020-12-24 16:50:31,190.0,113,10.0,73.0,55.0,45.0,498,Unittest extensions for Flask.,20329.0,17881.0,33.0,27,False,['flask'],,2020-12-24 16:51:48.000,0.8.1,18.0,,258640.0,conda-forge/flask-testing,flask-testing,https://pypi.org/project/flask-testing,2020-12-24 16:51:48.000,2448.0,257818.0,https://anaconda.org/conda-forge/flask-testing,2023-06-16 13:22:55.760,71596.0,3.0,,,,,,,,,,,,,,,,,,, +368,aioresponses,pnuckowski/aioresponses,testing,,https://github.com/pnuckowski/aioresponses,https://github.com/pnuckowski/aioresponses,MIT,2016-10-16 10:42:14.000,2023-12-18 14:36:12.000,2023-11-17 08:53:14,309.0,83,5.0,156.0,51.0,51.0,478,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,204.0,,46.0,27,True,,3.0,2023-11-20 17:55:18.000,0.7.6,26.0,,756064.0,,aioresponses,https://pypi.org/project/aioresponses,2023-11-20 17:55:18.000,204.0,756064.0,,,,3.0,,,,,,,,,,,,,,,,,,, +369,django-cas-ng,django-cas-ng/django-cas-ng,auth,,https://github.com/django-cas-ng/django-cas-ng,https://github.com/django-cas-ng/django-cas-ng,MIT,2014-05-23 22:52:34.000,2023-10-17 22:52:27.000,2023-10-17 22:52:22,655.0,169,18.0,186.0,2.0,151.0,365,"Django CAS 1.0/2.0/3.0 client authentication library, support Django 2.0, 2.1, 2.2, 3.0 and Python 3.5+.",561.0,487.0,86.0,27,True,['django'],4.0,2023-10-17 22:51:49.000,5.0.1,28.0,548.0,26897.0,,django-cas-ng,https://pypi.org/project/django-cas-ng,2023-10-17 22:37:39.000,74.0,26893.0,,,,3.0,,,,,,,,,,,,,,,,,,, +370,webtest,Pylons/webtest,testing,,https://github.com/Pylons/webtest,https://github.com/Pylons/webtest,MIT,2012-11-12 23:19:10.000,2023-06-24 14:17:52.000,2023-06-08 06:54:30,1052.0,109,19.0,125.0,29.0,100.0,331,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",15123.0,11128.0,91.0,27,True,,,2021-08-19 12:40:12.829,3.0.0,55.0,,666964.0,conda-forge/webtest,webtest,https://pypi.org/project/webtest,2021-08-19 12:40:12.829,3995.0,666694.0,https://anaconda.org/conda-forge/webtest,2023-06-16 16:18:49.891,13255.0,3.0,,,,,,,,,,,,,,,,,,, +371,flask-paginate,lixxu/flask-paginate,flask-utils,,https://github.com/lixxu/flask-paginate,https://github.com/lixxu/flask-paginate,BSD-3-Clause,2012-10-07 12:21:45.000,2023-10-23 05:36:49.714,2023-10-23 03:31:30,155.0,79,7.0,34.0,9.0,65.0,274,Pagination support for flask.,3044.0,2995.0,27.0,27,True,['flask'],3.0,2023-10-23 03:36:17.000,2023.10.24,36.0,56.0,67289.0,conda-forge/flask-paginate,flask-paginate,https://pypi.org/project/flask-paginate,2023-10-23 03:33:00.000,49.0,66761.0,https://anaconda.org/conda-forge/flask-paginate,2023-10-23 05:36:49.714,20027.0,2.0,,,,,,,,,,,,,,,,,,, +372,playwright,Microsoft/playwright-python,testing,,https://github.com/Microsoft/playwright-python,https://github.com/Microsoft/playwright-python,Apache-2.0,2021-05-11 20:15:10.832,2023-11-21 21:35:51.836,,,824,,,,,9682,A high-level API to automate web browsers.,399.0,,,26,True,,,2023-11-21 21:06:57.000,1.40.0,105.0,,2001263.0,microsoft/playwright,playwright,https://pypi.org/project/playwright,2023-11-21 21:06:57.000,399.0,2000381.0,https://anaconda.org/microsoft/playwright,2023-11-21 21:35:51.836,27342.0,3.0,,,,,,,,,,,,,,,,,,, +373,idom,idom-team/idom,web-ui,,https://github.com/reactive-python/reactpy,https://github.com/reactive-python/reactpy,MIT,2019-02-19 05:25:54.000,2023-12-10 19:25:16.000,2023-12-10 02:07:31,1340.0,289,56.0,518.0,106.0,249.0,7333,"Its React, but in Python.",108.0,102.0,21.0,26,True,,6.0,2023-07-04 05:29:39.000,reactpy-v1.0.2,109.0,,704.0,,idom,https://pypi.org/project/idom,2023-02-26 19:45:00.617,6.0,704.0,,,,3.0,,,,,,,,,,,,,,,reactive-python/reactpy,,,, +374,django-jet,geex-arts/django-jet,admin-ui,,https://github.com/geex-arts/django-jet,https://github.com/geex-arts/django-jet,AGPL-3.0,2015-07-29 21:35:35.000,2022-12-06 19:59:16.000,2019-05-21 10:57:50,891.0,786,116.0,177.0,307.0,127.0,3491,Modern responsive template for the Django admin interface with improved functionality. We are proud to announce..,3380.0,3102.0,29.0,26,False,['django'],,2018-10-18 06:39:57.000,1.0.8,25.0,,13056.0,,django-jet,https://pypi.org/project/django-jet,2018-10-18 06:34:50.000,278.0,13056.0,,,,3.0,,,,,,,,,,,,,,,,,,, +375,Radicale,Kozea/Radicale,others,,https://github.com/Kozea/Radicale,https://github.com/Kozea/Radicale,GPL-3.0,2011-08-11 08:27:37.000,2023-12-20 10:25:36.000,2023-04-22 18:01:58,2118.0,397,115.0,416.0,365.0,580.0,2920,A simple CalDAV (calendar) and CardDAV (contact) server.,183.0,140.0,96.0,26,True,,,2022-07-14 20:39:01.389,3.1.8,58.0,,6510.0,,radicale,https://pypi.org/project/radicale,2022-07-14 20:39:01.389,43.0,6510.0,,,,3.0,,,,,,,,,,,,,,,,,,, +376,proxy.py,abhinavsingh/proxy.py,others,,https://github.com/abhinavsingh/proxy.py,https://github.com/abhinavsingh/proxy.py,BSD-3-Clause,2013-08-19 21:33:51.000,2023-12-18 21:04:35.000,2023-04-17 04:12:18,882.0,525,53.0,946.0,68.0,235.0,2719,Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse & Forward Proxy Server..,150.0,130.0,19.0,26,True,,,2023-03-14 16:49:54.000,2.4.4rc4,38.0,968.0,145958.0,,proxy.py,https://pypi.org/project/proxy.py,2023-03-14 16:50:47.878,20.0,145920.0,,,,3.0,,,,,,,,,,,,,,,,,,, +377,gmusicapi,simon-weber/gmusicapi,third-party-apis,,https://github.com/simon-weber/gmusicapi,https://github.com/simon-weber/gmusicapi,BSD-3-Clause,2012-01-20 17:19:12.000,2020-12-26 18:14:42.000,2020-09-25 14:34:17,1430.0,304,134.0,164.0,61.0,450.0,2511,An unofficial client library for Google Music.,632.0,486.0,51.0,26,False,,,2020-03-27 18:06:36.000,13.0.0,29.0,,307.0,,gmusicapi,https://pypi.org/project/gmusicapi,2020-03-27 18:06:36.000,146.0,307.0,,,,3.0,,,,,,,,,,,,,,,,,,, +378,web2py,web2py/web2py,web-frameworks,,https://github.com/web2py/web2py,https://github.com/web2py/web2py,LGPL-3.0,2008-11-07 06:08:58.000,2023-12-20 11:27:19.000,2023-11-20 03:50:24,8286.0,883,222.0,1419.0,364.0,696.0,2064,Free and open source full-stack enterprise framework for agile development of secure database-driven web-based..,40.0,40.0,260.0,26,True,,17.0,2020-03-21 20:19:46.000,2.19.1,24.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +379,django-admin-bootstrapped,django-admin-bootstrapped/django-admin-bootstrapped,admin-ui,,https://github.com/django-admin-bootstrapped/django-admin-bootstrapped,https://github.com/django-admin-bootstrapped/django-admin-bootstrapped,Apache-2.0,2012-10-23 06:35:27.000,2021-08-15 05:01:34.000,2020-07-10 10:16:08,437.0,400,88.0,117.0,36.0,129.0,1576,"A Django admin theme using Twitter Bootstrap. It doesnt need any kind of modification on your side, just add it to the..",2381.0,1586.0,65.0,26,False,['django'],,2015-12-15 08:53:11.000,2.5.7,45.0,,2932.0,,django-admin-bootstrapped,https://pypi.org/project/django-admin-bootstrapped,2015-12-15 08:51:59.000,795.0,2932.0,,,,3.0,,,,,,,,,,,,,,,,,,, +380,gevent-socketio,abourget/gevent-socketio,websocket,,https://github.com/abourget/gevent-socketio,https://github.com/abourget/gevent-socketio,BSD-3-Clause,2012-01-11 15:18:14.000,2022-09-17 20:57:58.000,2016-09-03 23:19:38,565.0,338,76.0,112.0,107.0,66.0,1219,Official repository for gevent-socketio.,1621.0,1368.0,60.0,26,False,,,2014-02-03 05:14:23.000,0.3.6,9.0,,2714.0,,gevent-socketio,https://pypi.org/project/gevent-socketio,2014-02-03 05:14:23.000,253.0,2714.0,,,,3.0,,,,,,,,,,,,,,,,,,, +381,django-watson,etianen/django-watson,django-utils,,https://github.com/etianen/django-watson,https://github.com/etianen/django-watson,BSD-3-Clause,2011-08-20 17:50:53.000,2023-01-14 14:30:02.448,2023-01-14 14:27:28,472.0,130,33.0,89.0,20.0,199.0,1176,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",741.0,630.0,43.0,26,True,['django'],,2023-01-14 14:30:02.448,1.6.3,35.0,,18428.0,,django-watson,https://pypi.org/project/django-watson,2023-01-14 14:30:02.448,111.0,18428.0,,,,3.0,,,,,,,,,,,,,,,,,,, +382,justpy,elimintz/justpy,web-frameworks,,https://github.com/justpy-org/justpy,https://github.com/justpy-org/justpy,Apache-2.0,2019-06-17 13:38:23.000,2023-12-17 20:05:38.000,2023-12-17 20:05:28,761.0,89,27.0,47.0,1.0,442.0,1113,An object oriented high-level Python Web Framework that requires no frontend programming.,438.0,431.0,20.0,26,True,,7.0,2023-09-20 13:07:43.000,0.14.0,75.0,,1662.0,,justpy,https://pypi.org/project/justpy,2023-09-20 13:07:43.000,7.0,1662.0,,,,3.0,,,,,,,,,,,,,,,justpy-org/justpy,,,, +383,Flask-User,lingthio/Flask-User,auth,,https://github.com/lingthio/Flask-User,https://github.com/lingthio/Flask-User,MIT,2014-02-19 23:57:57.000,2023-06-16 13:23:47.208,2019-12-18 13:33:49,666.0,279,41.0,119.0,123.0,126.0,1034,"Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password..",2919.0,2687.0,39.0,26,False,['flask'],,2018-04-16 17:42:06.000,0.6.21,54.0,,28061.0,conda-forge/flask-user,flask-user,https://pypi.org/project/flask-user,2019-11-30 11:59:14.000,232.0,27341.0,https://anaconda.org/conda-forge/flask-user,2023-06-16 13:23:47.208,62694.0,3.0,,,,,,,,,,,,,,,,,,, +384,django-summernote,summernote/django-summernote,django-utils,,https://github.com/summernote/django-summernote,https://github.com/summernote/django-summernote,MIT,2013-07-16 12:07:21.000,2023-09-26 09:27:45.000,2021-10-14 21:53:39,552.0,220,36.0,151.0,63.0,284.0,988,Simply integrate Summernote editor with Django project.,229.0,,69.0,26,False,['django'],,2021-10-14 19:12:56.000,0.8.19.0,73.0,,64046.0,,django-summernote,https://pypi.org/project/django-summernote,2021-10-14 21:54:58.000,229.0,64046.0,,,,3.0,,,,,,,,,,,,,,,,,,, +385,django-jenkins,kmmbvnr/django-jenkins,django-utils,,https://github.com/kmmbvnr/django-jenkins,https://github.com/kmmbvnr/django-jenkins,LGPL-3.0,2010-07-02 08:55:14.000,2022-03-29 15:06:39.000,2017-02-16 12:03:00,544.0,279,25.0,153.0,19.0,219.0,948,Plug and play continuous integration with django and jenkins.,1995.0,1389.0,70.0,26,False,['django'],,2016-09-15 09:54:04.000,0.110.0,19.0,,24342.0,,django-jenkins,https://pypi.org/project/django-jenkins,2016-09-15 09:54:04.000,606.0,24342.0,,,,3.0,,,,,,,,,,,,,,,,,,, +386,feincms,feincms/feincms,cms,,https://github.com/feincms/feincms,https://github.com/feincms/feincms,BSD-3-Clause,2009-01-27 20:34:16.000,2023-08-07 06:30:42.000,2023-08-07 06:30:00,4007.0,229,39.0,267.0,28.0,412.0,873,A Django-based CMS with a focus on extensibility and concise code.,164.0,,135.0,26,True,['django'],,2023-12-02 17:39:36.784,1.4.0,109.0,,6090.0,,feincms,https://pypi.org/project/feincms,2023-08-07 06:30:42.000,164.0,6090.0,,,,3.0,,,,,,,,,,,,,,,,,,, +387,sockjs-tornado,mrjoes/sockjs-tornado,websocket,,https://github.com/mrjoes/sockjs-tornado,https://github.com/mrjoes/sockjs-tornado,MIT,2011-12-06 20:41:39.000,2023-08-04 15:50:54.000,2023-05-10 16:47:01,195.0,160,51.0,53.0,35.0,39.0,857,WebSocket emulation - Python server.,2971.0,2225.0,36.0,26,True,,,2020-04-24 15:02:06.000,1.0.7,11.0,,16792.0,conda-forge/sockjs-tornado,sockjs-tornado,https://pypi.org/project/sockjs-tornado,2020-04-24 15:02:06.000,746.0,16733.0,https://anaconda.org/conda-forge/sockjs-tornado,2023-06-16 19:26:46.613,1724.0,3.0,,,,,,,,,,,,,,,,,,, +388,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000,2023-12-19 22:46:39.000,2023-06-08 11:47:57,235.0,62,18.0,91.0,52.0,54.0,842,A rate limiter for Starlette and FastAPI.,1729.0,1706.0,22.0,26,True,['fastapi'],,2023-04-07 14:20:00.918,0.1.8,9.0,,164345.0,,slowapi,https://pypi.org/project/slowapi,2022-11-28 10:22:00.816,23.0,164345.0,,,,1.0,,,,,,,,,,,,,,,,,,, +389,Frozen-Flask,Frozen-Flask/Frozen-Flask,flask-utils,,https://github.com/Frozen-Flask/Frozen-Flask,https://github.com/Frozen-Flask/Frozen-Flask,,2010-12-24 14:59:29.000,2023-12-14 16:44:34.000,2023-12-14 16:44:34,286.0,79,18.0,67.0,16.0,54.0,771,Freezes a Flask application into a set of static files.,3087.0,3087.0,28.0,26,False,['flask'],43.0,2023-11-11 10:12:40.000,1.0.1,7.0,72.0,38768.0,conda-forge/frozen-flask,frozen-flask,https://pypi.org/project/frozen-flask,,,37921.0,https://anaconda.org/conda-forge/frozen-flask,2023-06-16 13:21:09.547,73716.0,2.0,,,,,,,,,,,,,,,,,,, +390,opentracing-python,opentracing/opentracing-python,monitoring,,https://github.com/opentracing/opentracing-python,https://github.com/opentracing/opentracing-python,Apache-2.0,2016-01-06 22:57:00.000,2023-06-16 13:23:04.175,2021-04-13 17:30:55,220.0,118,36.0,105.0,28.0,33.0,766,OpenTracing API for Python. This library is DEPRECATED! https://github.com/opentracing/specification/issues/163.,252.0,,34.0,26,False,,,2020-11-19 17:10:42.000,2.4.0,27.0,,2064390.0,conda-forge/opentracing,opentracing,https://pypi.org/project/opentracing,2020-11-19 17:10:42.000,252.0,2061712.0,https://anaconda.org/conda-forge/opentracing,2023-06-16 13:23:04.175,198218.0,3.0,,,,,,,,,,,,,,,,,,, +391,flask-apispec,jmcarp/flask-apispec,flask-utils,,https://github.com/jmcarp/flask-apispec,https://github.com/jmcarp/flask-apispec,MIT,2015-07-13 02:46:44.000,2023-09-12 00:45:09.000,2022-08-11 23:30:54,224.0,146,22.0,93.0,112.0,67.0,637,Build and document REST APIs with Flask and apispec.,1460.0,1415.0,32.0,26,False,['flask'],,2022-08-11 23:33:04.168,0.11.4,30.0,,338133.0,conda-forge/flask-apispec,flask-apispec,https://pypi.org/project/flask-apispec,2022-08-11 23:33:04.168,45.0,336506.0,https://anaconda.org/conda-forge/flask-apispec,2023-06-16 13:24:09.005,133482.0,2.0,,,,,,,,,,,,,,,,,,, +392,trustme,python-trio/trustme,others,,https://github.com/python-trio/trustme,https://github.com/python-trio/trustme,MIT,2017-07-17 18:13:54.000,2023-12-01 02:28:08.000,2023-12-01 02:28:07,884.0,27,13.0,601.0,3.0,29.0,513,"#1 quality TLS certs while you wait, for the discerning tester.",651.0,595.0,21.0,26,True,,7.0,2023-07-10 06:58:01.555,1.1.0,14.0,,141244.0,conda-forge/trustme,trustme,https://pypi.org/project/trustme,2023-07-10 06:58:01.555,56.0,141019.0,https://anaconda.org/conda-forge/trustme,2023-07-10 13:47:34.286,8361.0,3.0,,,,,,,,,,,,,,,,,,, +393,flask-swagger,getsling/flask-swagger,openapi-utils,,https://github.com/getsling/flask-swagger,https://github.com/getsling/flask-swagger,MIT,2015-03-01 01:08:16.000,2023-06-16 13:20:31.304,2020-09-29 10:30:18,120.0,92,29.0,29.0,21.0,14.0,457,A swagger 2.0 spec extractor for flask.,10146.0,9807.0,24.0,26,False,['flask'],,2019-03-26 11:27:48.000,0.2.14,17.0,,1012206.0,conda-forge/flask-swagger,flask-swagger,https://pypi.org/project/flask-swagger,2019-03-26 11:27:48.000,339.0,1011434.0,https://anaconda.org/conda-forge/flask-swagger,2023-06-16 13:20:31.304,61820.0,3.0,,,,,,,,,,,,,,,,,,, +394,pysimplesoap,pysimplesoap/pysimplesoap,http-clients,,https://github.com/pysimplesoap/pysimplesoap,https://github.com/pysimplesoap/pysimplesoap,LGPL-3.0,2013-06-02 11:09:05.000,2023-11-08 01:33:03.000,2020-07-20 15:14:25,547.0,228,28.0,122.0,95.0,26.0,371,Python Simple SOAP Library.,1402.0,1271.0,51.0,26,False,,,2023-11-08 01:43:05.000,1.08.22,15.0,,14782.0,,pysimplesoap,https://pypi.org/project/pysimplesoap,2023-10-24 01:20:23.000,131.0,14782.0,,,,3.0,,,,,,,,,,,,,,,,,,, +395,Flask-Moment,miguelgrinberg/Flask-Moment,flask-utils,,https://github.com/miguelgrinberg/Flask-Moment,https://github.com/miguelgrinberg/Flask-Moment,MIT,2013-10-24 04:17:57.000,2023-10-15 13:22:39.000,2023-10-15 13:22:36,97.0,47,15.0,44.0,1.0,47.0,363,Formatting of dates and times in Flask templates using moment.js.,23198.0,23198.0,22.0,26,True,['flask'],1.0,2023-08-21 18:40:23.000,1.0.5,19.0,,46403.0,conda-forge/flask-moment,flask-moment,https://pypi.org/project/flask-moment,,,45854.0,https://anaconda.org/conda-forge/flask-moment,2023-06-16 13:18:41.479,47827.0,2.0,,,,,,,,,,,,,,,,,,, +396,Flask-OpenID,pallets-eco/flask-openid,auth,,https://github.com/pallets-eco/flask-openid,https://github.com/pallets-eco/flask-openid,BSD-3-Clause,2010-05-06 11:08:54.000,2023-11-01 14:43:45.000,2021-11-23 16:48:39,93.0,72,19.0,25.0,6.0,40.0,231,Flask-OpenID adds openid support to flask applications.,8056.0,6707.0,15.0,26,False,['flask'],,2021-09-08 22:09:37.000,1.3.0,13.0,16.0,1550502.0,conda-forge/flask-openid,flask-openid,https://pypi.org/project/flask-openid,2021-09-08 21:29:01.000,1349.0,1548856.0,https://anaconda.org/conda-forge/flask-openid,2023-06-16 13:19:07.189,139988.0,3.0,,,,,,,,,,,,,,,,,,, +397,ipaddress,phihag/ipaddress,others,,https://github.com/phihag/ipaddress,https://github.com/phihag/ipaddress,PSF-2.0,2013-02-03 20:45:43.000,2023-06-16 13:20:43.209,2019-10-18 01:30:15,123.0,51,7.0,20.0,14.0,34.0,104,Python 3.3+s ipaddress for older Python versions.,42185.0,35388.0,7.0,26,False,,,2019-10-18 01:30:27.000,1.0.23,22.0,,5521044.0,conda-forge/ipaddress,ipaddress,https://pypi.org/project/ipaddress,2019-10-18 01:30:27.000,6797.0,5510247.0,https://anaconda.org/conda-forge/ipaddress,2023-06-16 13:20:43.209,950220.0,3.0,,,,,,,,,,,,,,,,,,, +398,http-prompt,httpie/http-prompt,http-clients,,https://github.com/httpie/http-prompt,https://github.com/httpie/http-prompt,MIT,2016-04-06 07:24:35.000,2023-04-24 14:46:59.000,2022-01-21 21:56:58,391.0,324,170.0,106.0,49.0,54.0,8830,"An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax..",64.0,55.0,29.0,25,False,,,2021-03-05 14:17:53.000,2.1.0,24.0,,646.0,,http-prompt,https://pypi.org/project/http-prompt,2021-03-05 14:02:14.000,9.0,646.0,,,,3.0,,,,,,,,,,,,,,,,,,, +399,notion-py,jamalex/notion-py,third-party-apis,,https://github.com/jamalex/notion-py,https://github.com/jamalex/notion-py,MIT,2018-11-26 03:08:41.000,2023-12-21 09:43:09.000,2023-10-25 00:34:24,243.0,441,72.0,111.0,154.0,112.0,4110,Unofficial Python API client for Notion.so.,802.0,764.0,35.0,25,True,,2.0,2021-02-05 05:11:13.000,0.0.28,21.0,,6527.0,,notion,https://pypi.org/project/notion,2021-02-05 05:11:13.000,38.0,6527.0,,,,3.0,,,,,,,,,,,,,,,,,,, +400,splash,scrapinghub/splash,testing,,https://github.com/scrapinghub/splash,https://github.com/scrapinghub/splash,BSD-3-Clause,2013-05-20 21:20:33.000,2023-07-12 06:56:48.000,2022-05-05 14:10:10,2114.0,506,213.0,333.0,397.0,477.0,3955,"Lightweight, scriptable browser as a service with an HTTP API.",10.0,,62.0,25,False,,,2020-01-09 19:09:29.000,3.4.1,30.0,,341.0,,splash,https://pypi.org/project/splash,2020-06-16 13:27:02.000,10.0,341.0,,,,3.0,,,,,,,,,,,,,,,,,,, +401,robobrowser,jmcarp/robobrowser,web-scraping,,https://github.com/jmcarp/robobrowser,https://github.com/jmcarp/robobrowser,BSD-3-Clause,2014-02-08 21:29:49.000,2020-09-10 18:41:47.000,2015-06-07 19:46:28,103.0,345,111.0,31.0,60.0,30.0,3688,Your friendly neighborhood web scraper.,1118.0,936.0,10.0,25,False,,,2015-06-07 19:47:05.000,0.5.3,13.0,,14987.0,,robobrowser,https://pypi.org/project/robobrowser,2015-06-07 19:47:05.000,182.0,14987.0,,,,3.0,,,,,,,,,,,,,,,,,,, +402,WikiExtractor,attardi/wikiextractor,third-party-apis,,https://github.com/attardi/wikiextractor,https://github.com/attardi/wikiextractor,AGPL-3.0,2015-03-22 12:03:01.000,2023-12-02 09:46:39.000,2023-01-24 18:02:27,227.0,908,73.0,90.0,135.0,118.0,3525,A tool for extracting plain text from Wikipedia dumps.,321.0,314.0,31.0,25,True,,,2023-01-24 18:46:33.000,3.0.7,4.0,,2592.0,,wikiextractor,https://pypi.org/project/wikiextractor,2021-10-14 12:34:58.000,7.0,2592.0,,,,3.0,,,,,,,,,,,,,,,,,,, +403,Cactus,eudicots/Cactus,others,,https://github.com/eudicots/Cactus,https://github.com/eudicots/Cactus,BSD-3-Clause,2011-02-28 11:56:43.000,2023-08-28 12:33:33.000,2017-07-31 02:40:23,667.0,318,125.0,116.0,101.0,86.0,3455,Static site generator for designers. Uses Python and Django templates.,1646.0,1223.0,52.0,25,False,['django'],,2021-12-15 15:49:39.278,3.0.0,20.0,,248.0,,cactus,https://pypi.org/project/cactus,2021-12-15 15:49:39.278,423.0,248.0,,,,3.0,,,,,,,,,,,,,,,,,,, +404,twitterscraper,taspinar/twitterscraper,third-party-apis,,https://github.com/taspinar/twitterscraper,https://github.com/taspinar/twitterscraper,MIT,2016-06-16 06:51:10.000,2022-10-05 15:48:52.000,2020-07-28 11:36:45,262.0,560,89.0,91.0,142.0,155.0,2342,Scrape Twitter for Tweets.,525.0,502.0,34.0,25,False,,,2020-07-28 11:38:17.000,1.6.1,47.0,,642.0,,twitterscraper,https://pypi.org/project/twitterscraper,2020-07-28 11:38:17.000,23.0,642.0,,,,3.0,,,,,,,,,,,,,,,,,,, +405,fastapi-admin,fastapi-admin/fastapi-admin,admin-ui,,https://github.com/fastapi-admin/fastapi-admin,https://github.com/fastapi-admin/fastapi-admin,Apache-2.0,2020-04-06 05:09:44.000,2023-11-20 10:30:23.000,2023-07-27 09:29:42,379.0,308,34.0,38.0,45.0,70.0,2297,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",230.0,230.0,13.0,25,True,['fastapi'],,2021-08-31 03:30:19.000,1.0.3,26.0,,3139.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,3139.0,,,,3.0,,,,,,,,,,,,,,,,,,, +406,fastapi-admin/fastapi-admin,fastapi-admin/fastapi-admin,fastapi-utils,,https://github.com/fastapi-admin/fastapi-admin,https://github.com/fastapi-admin/fastapi-admin,Apache-2.0,2020-04-06 05:09:44.000,2023-11-20 10:30:23.000,2023-07-27 09:29:42,379.0,308,34.0,38.0,45.0,70.0,2297,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",230.0,230.0,13.0,25,True,['fastapi'],,2021-08-31 03:30:19.000,1.0.3,26.0,,3139.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,3139.0,,,,2.0,,,,,,,,,,,,,,,,,,, +407,django-blog-zinnia,Fantomas42/django-blog-zinnia,django-utils,,https://github.com/Fantomas42/django-blog-zinnia,https://github.com/Fantomas42/django-blog-zinnia,BSD-3-Clause,2009-07-13 14:58:26.000,2023-10-03 13:29:29.000,2020-03-09 20:52:03,3155.0,703,130.0,160.0,26.0,406.0,2096,Simple yet powerful and really extendable application for managing a blog within your Django Web site.,636.0,636.0,71.0,25,False,['django'],,,,,,748.0,,django-blog-zinnia,https://pypi.org/project/django-blog-zinnia,,,748.0,,,,3.0,,,,,,,,,,,,,,,,,,, +408,flask-sockets,heroku-python/flask-sockets,websocket,,https://github.com/heroku-python/flask-sockets,https://github.com/heroku-python/flask-sockets,MIT,2013-10-01 00:41:09.000,2021-05-14 12:12:05.000,2017-05-30 17:23:01,57.0,149,45.0,25.0,27.0,33.0,1742,[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock.,448.0,,13.0,25,False,['flask'],,2016-06-05 02:14:01.000,0.2.1,3.0,,67995.0,,flask-sockets,https://pypi.org/project/flask-sockets,2016-06-05 02:14:01.000,448.0,67995.0,,,,3.0,,,,,,,,,,,,,,,,,,, +409,python-react,markfinger/python-react,web-ui,,https://github.com/markfinger/python-react,https://github.com/markfinger/python-react,MIT,2014-12-02 00:12:53.000,2023-06-29 15:16:48.000,2023-06-29 15:16:47,333.0,117,37.0,35.0,10.0,63.0,1607,Server-side rendering of React components.,844.0,796.0,22.0,25,True,,,2018-10-08 09:55:41.000,4.3.0,15.0,,8861.0,,react,https://pypi.org/project/react,2018-10-08 09:55:41.000,48.0,8861.0,,,,3.0,,,,,,,,,,,,,,,,,,, +410,OpenAPI-to-GraphQL,IBM/openapi-to-graphql,openapi-utils,,https://github.com/IBM/openapi-to-graphql,https://github.com/IBM/openapi-to-graphql,MIT,2018-09-05 18:52:16.000,2023-12-21 16:13:18.000,2023-12-21 16:13:18,678.0,200,39.0,231.0,139.0,146.0,1578,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,762.0,759.0,42.0,25,True,"['openapi', 'graphql']",1.0,2023-03-09 15:32:21.528,3.0.5,38.0,,3338.0,,,,,,,,,,3.0,,,,openapi-to-graphql-cli,https://www.npmjs.com/package/openapi-to-graphql-cli,2023-03-09 15:32:21.528,3.0,3338.0,,,,,,,,,,, +411,python-lambda,nficano/python-lambda,serverless,,https://github.com/nficano/python-lambda,https://github.com/nficano/python-lambda,ISC,2016-02-26 03:21:06.000,2023-06-28 11:38:10.000,2022-06-03 06:57:29,384.0,232,32.0,630.0,63.0,53.0,1461,A toolkit for developing and deploying serverless Python code in AWS Lambda.,237.0,204.0,48.0,25,False,,,2021-01-05 04:42:47.000,11.8.0,49.0,,4951.0,,python-lambda,https://pypi.org/project/python-lambda,2021-01-05 04:42:47.000,33.0,4951.0,,,,3.0,,,,,,,,,,,,,,,,,,, +412,Meinheld,mopemope/meinheld,servers,,https://github.com/mopemope/meinheld,https://github.com/mopemope/meinheld,BSD-3-Clause,2010-07-30 01:38:27.000,2023-06-16 19:18:58.504,2020-06-23 16:07:11,633.0,100,46.0,51.0,31.0,51.0,1447,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,1419.0,1116.0,20.0,25,False,,,2020-05-17 13:09:14.000,1.0.2,40.0,,21223.0,conda-forge/meinheld,meinheld,https://pypi.org/project/meinheld,2020-05-17 13:09:14.000,303.0,20819.0,https://anaconda.org/conda-forge/meinheld,2023-06-16 19:18:58.504,17818.0,3.0,,,,,,,,,,,,,,,,,,, +413,flask-graphql,graphql-python/flask-graphql,graphql,,https://github.com/graphql-python/flask-graphql,https://github.com/graphql-python/flask-graphql,MIT,2016-01-23 09:20:02.000,2023-06-16 16:17:00.297,2020-08-07 18:38:18,97.0,145,27.0,38.0,42.0,24.0,1318,Adds GraphQL support to your Flask application.,3226.0,3015.0,15.0,25,False,"['flask', 'graphql']",,2019-12-05 15:32:32.000,2.0.1,10.0,,136961.0,conda-forge/flask-graphql,flask-graphql,https://pypi.org/project/flask-graphql,2019-12-05 15:32:32.000,211.0,136638.0,https://anaconda.org/conda-forge/flask-graphql,2023-06-16 16:17:00.297,16477.0,2.0,,,,,,,,,,,,,,,,,,, +414,django-devserver,dcramer/django-devserver,servers,,https://github.com/dcramer/django-devserver,https://github.com/dcramer/django-devserver,BSD-3-Clause,2010-02-09 20:35:52.000,2020-02-26 17:37:11.000,2016-03-05 15:18:30,218.0,166,31.0,72.0,60.0,28.0,1273,A drop-in replacement for Djangos runserver.,460.0,391.0,39.0,25,False,['django'],,2014-05-02 19:10:18.000,0.8.0,24.0,,4881.0,,django-devserver,https://pypi.org/project/django-devserver,2014-05-02 19:10:18.000,69.0,4881.0,,,,3.0,,,,,,,,,,,,,,,,,,, +415,fastapi-crudrouter,awtkns/fastapi-crudrouter,fastapi-utils,,https://github.com/awtkns/fastapi-crudrouter,https://github.com/awtkns/fastapi-crudrouter,MIT,2020-12-19 20:58:44.000,2023-11-01 12:10:38.000,2023-01-28 08:44:21,498.0,142,15.0,89.0,57.0,40.0,1251,A dynamic FastAPI router that automatically creates CRUD routes for your models.,202.0,196.0,21.0,25,True,['fastapi'],,2023-01-28 08:54:45.000,0.8.6,27.0,15.0,12901.0,,fastapi-crudrouter,https://pypi.org/project/fastapi-crudrouter,2023-01-28 08:46:00.463,6.0,12901.0,,,,2.0,,,,,,,,,,,,,,,,,,, +416,authomatic,authomatic/authomatic,auth,,https://github.com/authomatic/authomatic,https://github.com/authomatic/authomatic,MIT,2013-02-07 14:13:35.000,2023-06-12 10:00:14.000,2023-06-09 10:55:35,1203.0,391,35.0,109.0,44.0,89.0,1018,Simple yet powerful authorization / authentication client library for Python web applications.,253.0,,47.0,25,True,,,2023-06-08 18:10:01.850,1.2.1,22.0,,1778.0,,authomatic,https://pypi.org/project/authomatic,2023-06-08 18:10:01.850,253.0,1778.0,,,,3.0,,,,,,,,,,,,,,,,,,, +417,django-cleanup,un1t/django-cleanup,django-utils,,https://github.com/un1t/django-cleanup,https://github.com/un1t/django-cleanup,MIT,2012-08-14 09:27:02.000,2023-06-15 06:19:16.352,2023-06-14 22:02:58,191.0,74,10.0,50.0,1.0,52.0,995,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,12644.0,12310.0,17.0,25,True,['django'],,2023-06-14 22:14:00.885,8.0.0,38.0,,196388.0,conda-forge/django-cleanup,django-cleanup,https://pypi.org/project/django-cleanup,2023-06-14 22:14:00.885,334.0,196102.0,https://anaconda.org/conda-forge/django-cleanup,2023-06-15 06:19:16.352,12047.0,3.0,,,,,,,,,,,,,,,,,,, +418,mixer,klen/mixer,testing,,https://github.com/klen/mixer,https://github.com/klen/mixer,BSD-3-Clause,2013-05-19 13:49:50.000,2023-11-12 13:00:10.000,2022-03-23 14:37:36,860.0,93,11.0,108.0,44.0,49.0,920,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",309.0,,43.0,25,False,"['flask', 'django']",,2022-03-23 14:39:31.000,7.2.2,157.0,,93335.0,,mixer,https://pypi.org/project/mixer,2022-03-23 14:39:31.000,309.0,93335.0,,,,3.0,,,,,,,,,,,,,,,,,,, +419,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000,2023-11-07 10:00:47.000,2023-11-07 10:00:47,342.0,61,10.0,15.0,17.0,70.0,909,Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).,1232.0,1187.0,13.0,25,True,,9.0,2023-10-17 17:27:54.000,0.3.17,44.0,,47606.0,,selectolax,https://pypi.org/project/selectolax,2023-10-17 17:27:54.000,45.0,47606.0,,,,3.0,,,,,,,,,,,,,,,,,,, +420,emmett,emmett-framework/emmett,web-frameworks,,https://github.com/emmett-framework/emmett,https://github.com/emmett-framework/emmett,BSD-3-Clause,2014-10-20 20:23:26.000,2023-12-21 11:58:11.000,2023-12-21 11:52:10,1606.0,69,30.0,79.0,29.0,288.0,894,The web framework for inventors.,59.0,55.0,24.0,25,True,,4.0,2023-12-21 11:58:11.000,2.5.7,100.0,,308.0,,emmett,https://pypi.org/project/emmett,2023-12-21 11:58:11.000,4.0,308.0,,,,3.0,,,,,,,,,,,,,,,,,,, +421,django-cache-machine,django-cache-machine/django-cache-machine,django-utils,,https://github.com/django-cache-machine/django-cache-machine,https://github.com/django-cache-machine/django-cache-machine,BSD-3-Clause,2010-02-09 23:01:12.000,2023-02-20 18:13:51.000,2023-02-20 18:13:51,300.0,162,26.0,73.0,22.0,56.0,868,Automatic caching and invalidation for Django models through the ORM.,387.0,275.0,27.0,25,True,['django'],,2022-07-06 18:41:15.000,1.2.0,10.0,,8243.0,,django-cache-machine,https://pypi.org/project/django-cache-machine,2022-07-06 18:41:15.000,112.0,8243.0,,,,3.0,,,,,,,,,,,,,,,,,,, +422,django-floppyforms,jazzband/django-floppyforms,django-utils,,https://github.com/jazzband/django-floppyforms,https://github.com/jazzband/django-floppyforms,MirOS,2010-11-24 23:21:33.000,2023-02-20 14:22:02.000,2023-02-20 14:22:02,581.0,152,30.0,94.0,44.0,98.0,830,Full control of form rendering in the templates.,3298.0,2086.0,48.0,25,False,['django'],,2020-05-20 02:41:28.000,1.9.0,27.0,,31815.0,,django-floppyforms,https://pypi.org/project/django-floppyforms,2020-05-20 02:41:28.000,1212.0,31815.0,,,,3.0,,,,,,,,,,,,,,,,,,, +423,django-solo,lazybird/django-solo,django-utils,,https://github.com/lazybird/django-solo,https://github.com/lazybird/django-solo,CC-BY-3.0,2013-05-22 21:28:08.000,2023-10-28 22:16:05.000,2023-05-25 23:24:57,160.0,81,19.0,68.0,11.0,51.0,807,Helps working with singletons - things like global settings that you want to edit from the admin site.,2446.0,2124.0,45.0,25,False,['django'],,2023-05-25 23:28:00.971,2.1.0,14.0,,157262.0,,django-solo,https://pypi.org/project/django-solo,2023-05-25 23:28:00.971,322.0,157262.0,,,,3.0,,,,,,,,,,,,,,,,,,, +424,django-easy-audit,soynatan/django-easy-audit,django-utils,,https://github.com/soynatan/django-easy-audit,https://github.com/soynatan/django-easy-audit,GPL-3.0,2016-10-23 06:55:16.000,2023-12-06 03:33:55.000,2023-12-06 03:33:09,284.0,157,15.0,131.0,74.0,72.0,611,"Yet another Django audit log app, hopefully the simplest one.",227.0,215.0,46.0,25,True,['django'],10.0,2023-06-13 14:41:01.137,1.3.5,56.0,,38662.0,,django-easy-audit,https://pypi.org/project/django-easy-audit,2023-08-21 14:01:17.000,12.0,38662.0,,,,3.0,,,,,,,,,,,,,,,,,,, +425,django-test-plus,revsys/django-test-plus,testing,,https://github.com/revsys/django-test-plus,https://github.com/revsys/django-test-plus,BSD-3-Clause,2015-05-23 16:08:52.000,2023-07-11 11:44:02.719,2023-07-11 11:37:47,489.0,66,11.0,152.0,11.0,46.0,585,Useful additions to Djangos default TestCase.,1261.0,,33.0,25,True,['django'],,2023-07-11 11:44:02.719,2.2.3,37.0,,50214.0,conda-forge/django-test-plus,django-test-plus,https://pypi.org/project/django-test-plus,2023-07-11 11:44:02.719,1261.0,49828.0,https://anaconda.org/conda-forge/django-test-plus,2023-06-16 13:22:55.415,29406.0,3.0,,,,,,,,,,,,,,,,,,, +426,ghapi,fastai/ghapi,third-party-apis,,https://github.com/fastai/ghapi,https://github.com/fastai/ghapi,Apache-2.0,2020-11-21 01:10:28.000,2023-06-14 04:45:01.503,2023-06-14 04:39:28,304.0,53,9.0,36.0,47.0,85.0,493,A delightful and complete interface to GitHubs amazing API.,1182.0,1120.0,16.0,25,True,,,2023-06-14 04:45:01.503,1.0.4,28.0,,472761.0,,ghapi,https://pypi.org/project/ghapi,2023-06-14 04:45:01.503,62.0,472761.0,,,,3.0,,,,,,,,,,,,,,,,,,, +427,django-robots,jazzband/django-robots,django-utils,,https://github.com/jazzband/django-robots,https://github.com/jazzband/django-robots,BSD-3-Clause,2009-09-20 15:27:41.000,2023-12-18 17:39:02.000,2023-12-09 12:55:54,339.0,93,12.0,86.0,19.0,47.0,449,A Django app for managing robots.txt files following the robots exclusion protocol.,1842.0,1284.0,45.0,25,True,['django'],5.0,2023-09-07 12:15:53.000,6.1,29.0,,37478.0,,django-robots,https://pypi.org/project/django-robots,2023-12-09 13:03:38.000,558.0,37478.0,,,,3.0,,,,,,,,,,,,,,,,,,, +428,starlette-admin,jowilf/starlette-admin,admin-ui,,https://github.com/jowilf/starlette-admin,https://github.com/jowilf/starlette-admin,MIT,2022-08-29 15:22:50.000,2023-12-20 10:37:38.000,2023-11-23 16:09:49,437.0,37,4.0,249.0,46.0,101.0,403,"Fast, beautiful and extensible administrative interface framework for Starlette & FastApi applications.",227.0,218.0,13.0,25,True,['fastapi'],38.0,2023-11-14 00:41:20.000,0.12.2,52.0,,37722.0,conda-forge/starlette-admin,starlette-admin,https://pypi.org/project/starlette-admin,2023-11-14 00:41:20.000,9.0,37531.0,https://anaconda.org/conda-forge/starlette-admin,2023-11-15 00:09:37.571,957.0,3.0,,,,,,,,,,,,,,,,,,, +429,flask-praetorian,dusktreader/flask-praetorian,auth,,https://github.com/dusktreader/flask-praetorian,https://github.com/dusktreader/flask-praetorian,MIT,2016-11-23 16:47:18.000,2023-11-29 00:53:39.000,2023-11-29 00:53:39,374.0,62,15.0,133.0,6.0,137.0,337,"Strong, Simple, and Precise security for Flask APIs (using jwt).",410.0,402.0,27.0,25,True,['flask'],10.0,2023-11-29 00:38:54.000,1.5.0,48.0,,4584.0,,flask-praetorian,https://pypi.org/project/flask-praetorian,2023-11-29 00:38:54.000,8.0,4584.0,,,,3.0,,,,,,,,,,,,,,,,,,, +430,Spectree,0b01001001/spectree,openapi-utils,,https://github.com/0b01001001/spectree,https://github.com/0b01001001/spectree,Apache-2.0,2019-12-01 07:04:07.000,2023-12-16 04:00:42.000,2023-12-16 03:58:06,470.0,70,7.0,246.0,18.0,94.0,296,API spec validator and OpenAPI document generator for Python web frameworks.,89.0,84.0,42.0,25,True,['openapi'],14.0,2023-11-07 09:26:02.000,1.2.8,89.0,,44408.0,,spectree,https://pypi.org/project/spectree,2023-11-07 09:26:02.000,5.0,44408.0,,,,3.0,,,,,,,,,,,,,,,,,,, +431,graphene-mongo,graphql-python/graphene-mongo,graphql,,https://github.com/graphql-python/graphene-mongo,https://github.com/graphql-python/graphene-mongo,MIT,2018-01-22 04:06:16.000,2023-12-09 10:32:00.000,2023-12-09 10:28:59,601.0,113,14.0,138.0,20.0,72.0,281,Graphene MongoEngine integration.,350.0,337.0,37.0,25,True,['graphql'],4.0,2023-12-09 10:32:00.000,0.4.1,35.0,,9219.0,conda-forge/graphene-mongo,graphene-mongo,https://pypi.org/project/graphene-mongo,2023-12-09 10:32:00.000,13.0,9062.0,https://anaconda.org/conda-forge/graphene-mongo,2023-06-16 19:18:19.405,7097.0,2.0,,,,,,,,,,,,,,,,,,, +432,starlette_exporter,stephenhillier/starlette_exporter,fastapi-utils,,https://github.com/stephenhillier/starlette_exporter,https://github.com/stephenhillier/starlette_exporter,Apache-2.0,2019-10-26 22:04:25.000,2023-11-11 06:34:29.000,2023-11-11 06:30:51,186.0,30,2.0,40.0,8.0,34.0,276,Prometheus exporter for Starlette and FastAPI.,10.0,,21.0,25,True,['fastapi'],12.0,2023-11-11 06:34:29.000,0.17.1,22.0,,515593.0,,starlette_exporter,https://pypi.org/project/starlette_exporter,2023-11-11 06:32:43.000,10.0,515593.0,,,,2.0,,,,,,,,,,,,,,,,,,, +433,flask-rebar,plangrid/flask-rebar,flask-utils,,https://github.com/plangrid/flask-rebar,https://github.com/plangrid/flask-rebar,MIT,2018-02-26 17:39:13.000,2023-10-27 23:21:59.000,2023-10-27 21:42:46,365.0,37,113.0,190.0,50.0,57.0,229,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",57.0,51.0,39.0,25,True,"['flask', 'openapi']",15.0,2023-10-27 23:21:59.000,3.1.1,49.0,,4718.0,,flask-rebar,https://pypi.org/project/flask-rebar,2023-10-27 23:21:59.000,6.0,4718.0,,,,3.0,,,,,,,,,,,,,,,,,,, +434,httpagentparser,shon/httpagentparser,others,,https://github.com/shon/httpagentparser,https://github.com/shon/httpagentparser,MIT,2011-03-11 09:13:11.000,2023-07-20 15:27:19.648,2022-10-19 05:40:44,195.0,55,10.0,44.0,17.0,34.0,219,Python HTTP Agent Parser.,3366.0,3103.0,35.0,25,False,,,2022-10-19 05:57:00.902,1.9.5,58.0,,236416.0,,httpagentparser,https://pypi.org/project/httpagentparser,2023-07-20 15:27:19.648,263.0,236416.0,,,,3.0,,,,,,,,,,,,,,,,,,, +435,graphql-relay-py,graphql-python/graphql-relay-py,graphql,,https://github.com/graphql-python/graphql-relay-py,https://github.com/graphql-python/graphql-relay-py,MIT,2015-09-17 17:16:20.000,2023-06-16 13:21:37.925,2022-07-23 13:48:14,182.0,38,18.0,20.0,10.0,23.0,145,A library to help construct a graphql-py server supporting react-relay.,16259.0,15779.0,10.0,25,False,,,2022-04-16 11:03:43.000,3.2.0,27.0,,1676348.0,conda-forge/graphql-relay,graphql-relay,https://pypi.org/project/graphql-relay,2022-04-16 11:03:43.000,480.0,1672899.0,https://anaconda.org/conda-forge/graphql-relay,2023-06-16 13:21:37.925,258720.0,2.0,,,,,,,,,,,,,,,,,,, +436,japronto,squeaky-pl/japronto,web-frameworks,,https://github.com/squeaky-pl/japronto,https://github.com/squeaky-pl/japronto,MIT,2016-10-26 19:51:32.000,2023-08-14 21:42:00.000,2020-03-20 17:53:14,736.0,593,351.0,43.0,94.0,66.0,8628,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,150.0,118.0,23.0,24,False,,,2018-11-09 13:14:51.000,0.1.2,8.0,,137.0,,japronto,https://pypi.org/project/japronto,2018-11-09 13:14:51.000,32.0,137.0,,,,3.0,,,,,,,,,,,,,,,,,,, +437,Gerapy,Gerapy/Gerapy,web-scraping,,https://github.com/Gerapy/Gerapy,https://github.com/Gerapy/Gerapy,MIT,2017-06-30 03:58:27.000,2023-12-02 07:36:08.000,2023-12-02 07:36:07,615.0,606,125.0,77.0,60.0,148.0,3131,"Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js.",139.0,131.0,16.0,24,True,['django'],3.0,2023-07-19 18:55:56.000,0.9.13,49.0,,599.0,,gerapy,https://pypi.org/project/gerapy,2023-07-19 18:53:46.000,8.0,599.0,,,,3.0,,,,,,,,,,,,,,,,,,, +438,scdl,flyingrub/scdl,third-party-apis,,https://github.com/flyingrub/scdl,https://github.com/flyingrub/scdl,GPL-2.0,2014-10-02 19:37:42.000,2023-04-19 15:13:11.000,2022-09-04 19:08:06,298.0,306,66.0,108.0,70.0,285.0,2982,Soundcloud Music Downloader.,252.0,245.0,48.0,24,False,,,2022-09-04 19:10:21.281,2.7.3,50.0,,973.0,,scdl,https://pypi.org/project/scdl,2022-09-04 19:10:21.281,7.0,973.0,,,,3.0,,,,,,,,,,,,,,,,,,, +439,instagram_private_api,ping/instagram_private_api,third-party-apis,,https://github.com/ping/instagram_private_api,https://github.com/ping/instagram_private_api,MIT,2017-01-12 11:54:19.000,2022-06-04 23:33:40.000,2019-11-14 10:11:13,444.0,616,113.0,51.0,132.0,220.0,2813,A Python library to access Instagrams private API.,12.0,,5.0,24,False,,,2019-02-22 08:05:21.000,1.6.0,39.0,,20238.0,,instagram_private_api,https://pypi.org/project/instagram_private_api,2019-05-06 11:32:26.000,12.0,20238.0,,,,3.0,,,,,,,,,,,,,,,,,,, +440,viewflow,viewflow/viewflow,django-utils,,https://github.com/viewflow/viewflow,https://github.com/viewflow/viewflow,AGPL-3.0,2013-09-10 10:16:35.000,2023-10-31 19:44:35.000,2023-09-29 06:59:19,126.0,382,105.0,96.0,39.0,267.0,2485,Reusable workflow library for Django.,316.0,284.0,27.0,24,True,['django'],2.0,2022-04-05 06:26:44.000,1.11.0,48.0,,5811.0,,django-viewflow,https://pypi.org/project/django-viewflow,2023-09-29 07:00:08.000,32.0,5811.0,,,,3.0,,,,,,,,,,,,,,,,,,, +441,flaskbb,flaskbb/flaskbb,web-ui,,https://github.com/flaskbb/flaskbb,https://github.com/flaskbb/flaskbb,BSD-3-Clause,2013-09-11 08:39:17.000,2023-10-01 23:59:31.000,2023-03-13 06:51:20,1961.0,593,120.0,318.0,45.0,304.0,2479,A classic Forum Software in Python using Flask.,38.0,29.0,67.0,24,True,['flask'],,2021-09-09 20:26:21.000,2.1.0,4.0,,143.0,,FlaskBB,https://pypi.org/project/FlaskBB,2018-07-15 19:10:30.000,9.0,143.0,,,,3.0,,,,,,,,,,,,,,,,,,, +442,quart,pgjones/quart,web-frameworks,,https://github.com/pgjones/quart,https://github.com/pgjones/quart,MIT,2020-05-21 11:25:28.304,2023-11-19 12:11:35.795,2022-07-06 20:18:54,944.0,133,,1.0,,,2351,Quart is a Python ASGI web microframework with the same API as Flask.,111.0,,68.0,24,False,,,2023-04-09 16:20:01.159,0.18.4,54.0,,423926.0,conda-forge/quart,quart,https://pypi.org/project/quart,2023-04-09 16:20:01.159,111.0,421798.0,https://anaconda.org/conda-forge/quart,2023-11-19 12:11:35.795,91537.0,3.0,,,,,,,,,,,,,,,,,,, +443,scrapely,scrapy/scrapely,web-scraping,,https://github.com/scrapy/scrapely,https://github.com/scrapy/scrapely,BSD-3-Clause,2011-04-18 22:38:56.000,2022-04-04 10:53:21.000,2019-11-28 10:27:42,205.0,267,124.0,69.0,32.0,27.0,1844,A pure-python HTML screen-scraping library.,240.0,137.0,25.0,24,False,,,2019-11-28 11:03:32.000,0.14.1,13.0,,852.0,,scrapely,https://pypi.org/project/scrapely,2019-11-28 11:03:32.000,103.0,852.0,,,,3.0,,,,,,,,,,,,,,,,,,, +444,offlineimap,OfflineIMAP/offlineimap,email,,https://github.com/OfflineIMAP/offlineimap,https://github.com/OfflineIMAP/offlineimap,libpng-2.0,2012-07-23 15:28:58.000,2023-06-16 19:27:19.192,2023-03-30 11:19:04,2415.0,374,51.0,208.0,98.0,424.0,1768,Read/sync your IMAP mailboxes (python2) [LEGACY: move to offlineimap3].,34.0,27.0,163.0,24,False,,,2021-12-15 14:07:20.549,6.5.4,42.0,,823.0,conda-forge/offlineimap,offlineimap,https://pypi.org/project/offlineimap,2021-12-15 14:07:20.549,7.0,223.0,https://anaconda.org/conda-forge/offlineimap,2023-06-16 19:27:19.192,16217.0,3.0,,,,,,,,,,,,,,,,,,, +445,requestium,tryolabs/requestium,testing,,https://github.com/tryolabs/requestium,https://github.com/tryolabs/requestium,BSD-3-Clause,2017-06-30 19:07:16.000,2023-12-13 03:26:20.000,2023-12-13 03:25:07,117.0,145,70.0,40.0,4.0,29.0,1766,Integration layer between Requests and Selenium for automation of web actions.,93.0,86.0,15.0,24,True,,5.0,2023-12-13 03:25:57.000,0.3.0,21.0,,43562.0,,requestium,https://pypi.org/project/requestium,2023-12-13 03:25:57.000,7.0,43562.0,,,,3.0,,,,,,,,,,,,,,,,,,, +446,frontera,scrapinghub/frontera,web-scraping,,https://github.com/scrapinghub/frontera,https://github.com/scrapinghub/frontera,BSD-3-Clause,2014-11-22 15:42:50.000,2023-09-18 11:10:47.000,2019-11-29 15:30:27,923.0,214,163.0,258.0,101.0,77.0,1265,A scalable frontier for web crawlers.,48.0,33.0,41.0,24,False,,,2021-12-15 16:24:14.316,0.3.2,22.0,,500.0,,frontera,https://pypi.org/project/frontera,2019-04-05 16:36:41.000,15.0,500.0,,,,3.0,,,,,,,,,,,,,,,,,,, +447,django-vanilla-views,encode/django-vanilla-views,django-utils,,https://github.com/encode/django-vanilla-views,https://github.com/encode/django-vanilla-views,BSD-2-Clause,2013-09-02 13:41:57.000,2022-09-03 23:28:36.000,2022-09-03 23:28:35,189.0,72,39.0,85.0,2.0,40.0,971,Beautifully simple class-based views.,913.0,666.0,31.0,24,False,['django'],,2021-05-09 09:56:51.000,3.0.0,15.0,,5513.0,,django-vanilla-views,https://pypi.org/project/django-vanilla-views,2021-05-09 09:56:51.000,247.0,5513.0,,,,3.0,,,,,,,,,,,,,,,,,,, +448,flask-profiler,muatik/flask-profiler,flask-utils,,https://github.com/muatik/flask-profiler,https://github.com/muatik/flask-profiler,MIT,2015-10-05 20:49:53.000,2022-12-02 02:48:05.000,2020-10-20 08:42:33,157.0,92,24.0,62.0,36.0,35.0,742,a flask profiler which watches endpoint calls and tries to make some analysis.,354.0,346.0,29.0,24,False,['flask'],,2018-11-19 23:11:10.000,1.8.1,39.0,,21359.0,,flask-profiler,https://pypi.org/project/flask-profiler,2018-11-19 23:11:10.000,8.0,21359.0,,,,3.0,,,,,,,,,,,,,,,,,,, +449,html5-parser,kovidgoyal/html5-parser,html-processing,,https://github.com/kovidgoyal/html5-parser,https://github.com/kovidgoyal/html5-parser,Apache-2.0,2017-06-03 06:56:36.000,2023-11-19 15:15:02.000,2023-11-19 15:14:48,354.0,77,17.0,8.0,1.0,21.0,660,Fast C based HTML 5 parsing for python.,18.0,,7.0,24,True,,15.0,2023-11-19 15:09:54.000,0.4.12,21.0,,294144.0,,html5-parser,https://pypi.org/project/html5-parser,2023-11-19 15:09:54.000,18.0,294144.0,,,,3.0,,,,,,,,,,,,,,,,,,, +450,micawber,coleifer/micawber,web-scraping,,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012-03-27 21:42:46.000,2023-11-15 15:02:10.000,2023-11-15 15:02:04,206.0,90,16.0,51.0,,59.0,613,a small library for extracting rich content from urls.,2967.0,2773.0,27.0,24,True,,1.0,2023-06-19 13:24:07.578,0.5.5,25.0,,24104.0,conda-forge/micawber,micawber,https://pypi.org/project/micawber,2023-06-19 13:24:07.578,194.0,23723.0,https://anaconda.org/conda-forge/micawber,2023-07-10 11:27:45.154,13335.0,3.0,,,,,,,,,,,,,,,,,,, +451,django-csp,mozilla/django-csp,django-utils,,https://github.com/mozilla/django-csp,https://github.com/mozilla/django-csp,BSD-3-Clause,2010-07-14 18:00:59.000,2023-11-29 12:08:11.000,2023-11-29 12:08:11,246.0,94,28.0,101.0,20.0,80.0,495,Content Security Policy for Django.,104.0,77.0,52.0,24,True,['django'],2.0,2013-11-19 23:16:37.000,2.0.3,12.0,,428198.0,,django-csp,https://pypi.org/project/django-csp,2020-08-12 18:50:34.000,27.0,428198.0,,,,3.0,,,,,,,,,,,,,,,,,,, +452,python-whois,joepie91/python-whois,others,,https://github.com/joepie91/python-whois,https://github.com/joepie91/python-whois,WTFPL,2013-01-30 15:34:02.000,2022-07-03 21:17:25.000,2014-07-30 05:44:44,181.0,184,34.0,51.0,108.0,35.0,394,A python module for retrieving and parsing WHOIS data.,787.0,521.0,7.0,24,False,,,2022-07-03 21:17:25.000,0.8.0,22.0,,146351.0,,python-whois,https://pypi.org/project/python-whois,2022-07-03 21:17:25.000,266.0,146351.0,,,,3.0,,,,,,,,,,,,,,,,,,, +453,pyshorteners,ellisonleao/pyshorteners,third-party-apis,,https://github.com/ellisonleao/pyshorteners,https://github.com/ellisonleao/pyshorteners,GPL-3.0,2013-09-30 18:33:24.000,2022-06-06 19:18:46.000,2022-06-06 19:18:46,431.0,63,16.0,90.0,,,369,Generating short urls with python has never been easier.,10688.0,10587.0,24.0,24,False,,,2020-03-19 17:55:20.000,1.0.1,27.0,,114542.0,,pyshorteners,https://pypi.org/project/pyshorteners,2020-03-19 17:54:24.000,101.0,114542.0,,,,3.0,,,,,,,,,,,,,,,,,,, +454,http-parser,benoitc/http-parser,http-clients,,https://github.com/benoitc/http-parser,https://github.com/benoitc/http-parser,MIT,2011-04-14 15:33:36.000,2023-10-30 18:49:32.000,2020-04-06 23:28:44,224.0,90,16.0,43.0,15.0,41.0,337,HTTP request/response parser for python in C.,595.0,512.0,31.0,24,False,,,2020-04-06 23:00:26.000,0.9.0,36.0,,18190.0,,http-parser,https://pypi.org/project/http-parser,2020-04-06 23:00:26.000,83.0,18190.0,,,,3.0,,,,,,,,,,,,,,,,,,, +455,mailer,marrow/mailer,email,,https://github.com/marrow/mailer,https://github.com/marrow/mailer,MIT,2011-03-13 05:21:26.000,2023-10-17 19:40:59.000,2023-10-05 15:43:44,300.0,59,10.0,31.0,25.0,54.0,269,"A light-weight, modular, message representation and mail delivery framework for Python.",397.0,315.0,20.0,24,True,,3.0,2019-09-16 00:20:27.000,4.0.3,8.0,154.0,106040.0,conda-forge/mailer,mailer,https://pypi.org/project/mailer,2015-04-22 03:10:28.000,82.0,105037.0,https://anaconda.org/conda-forge/mailer,2023-06-16 16:09:42.549,63148.0,3.0,,,,,,,,,,,,,,,,,,, +456,flask_injector,alecthomas/flask_injector,flask-utils,,https://github.com/python-injector/flask_injector,https://github.com/python-injector/flask_injector,BSD-3-Clause,2012-11-19 04:09:14.000,2023-07-28 11:51:11.738,2023-07-27 00:32:55,196.0,40,5.0,32.0,12.0,39.0,263,Adds Injector support to Flask.,932.0,866.0,13.0,24,True,['flask'],,2023-07-27 00:33:16.000,0.15.0,28.0,,49494.0,conda-forge/flask-injector,flask_injector,https://pypi.org/project/flask_injector,2023-07-27 00:33:16.000,66.0,49327.0,https://anaconda.org/conda-forge/flask-injector,2023-07-28 11:51:11.738,5354.0,3.0,,,,,,,,,,,,,,,python-injector/flask_injector,,,, +457,velruse,bbangert/velruse,auth,,https://github.com/bbangert/velruse,https://github.com/bbangert/velruse,MIT,2010-04-30 19:23:27.000,2023-10-25 20:09:56.000,2013-10-06 19:17:50,559.0,91,12.0,108.0,37.0,34.0,254,Simplifying third-party authentication for web applications.,503.0,466.0,43.0,24,False,,,2013-08-30 04:51:31.000,1.1.1,10.0,,9506.0,,velruse,https://pypi.org/project/velruse,2013-08-30 04:51:31.000,37.0,9506.0,,,,3.0,,,,,,,,,,,,,,,,,,, +458,pytest-splinter,pytest-dev/pytest-splinter,testing,,https://github.com/pytest-dev/pytest-splinter,https://github.com/pytest-dev/pytest-splinter,MIT,2014-02-16 17:03:35.000,2023-06-15 13:58:36.000,2022-08-09 16:14:23,347.0,55,36.0,96.0,14.0,77.0,248,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,600.0,484.0,31.0,24,False,,,2022-09-09 19:48:12.442,3.3.2,74.0,,15304.0,,pytest-splinter,https://pypi.org/project/pytest-splinter,2022-09-09 19:48:12.442,116.0,15304.0,,,,3.0,,,,,,,,,,,,,,,,,,, +459,pyramid_debugtoolbar,Pylons/pyramid_debugtoolbar,testing,,https://github.com/Pylons/pyramid_debugtoolbar,https://github.com/Pylons/pyramid_debugtoolbar,BSD-3-Clause,2011-07-23 02:21:03.000,2023-12-06 19:59:55.000,2023-09-09 04:21:26,1172.0,83,13.0,209.0,40.0,138.0,94,Pyramid debug toolbar.,27.0,,69.0,24,True,['pyramid'],,2020-02-11 00:39:55.921,4.6.1,63.0,,2672440.0,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,https://pypi.org/project/pyramid_debugtoolbar,2023-01-03 02:36:22.407,27.0,2672306.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2023-06-16 19:25:02.720,4435.0,3.0,,,,,,,,,,,,,,,,,,, +460,Photon,s0md3v/Photon,web-scraping,,https://github.com/s0md3v/Photon,https://github.com/s0md3v/Photon,GPL-3.0,2018-03-30 19:38:22.000,2022-12-26 16:11:37.000,2022-12-20 10:27:06,326.0,1421,324.0,85.0,48.0,66.0,10206,Incredibly fast crawler designed for OSINT.,5.0,,21.0,23,True,,,2019-04-05 15:15:47.000,1.3.0,18.0,,431.0,,photon,https://pypi.org/project/photon,2019-01-25 01:13:36.000,5.0,431.0,,,,3.0,,,,,,,,,,,,,,,,,,, +461,healthchecks,healthchecks/healthchecks,others,,https://github.com/healthchecks/healthchecks,https://github.com/healthchecks/healthchecks,BSD-3-Clause,2015-06-25 18:38:33.000,2023-12-21 14:12:34.000,2023-12-21 14:12:22,2821.0,707,97.0,186.0,69.0,586.0,6859,"Open-source cron job and background task monitoring service, written in Python & Django.",1.0,1.0,86.0,23,True,,182.0,2023-12-13 12:46:19.000,3.1,53.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +462,ngxtop,lebinh/ngxtop,monitoring,,https://github.com/lebinh/ngxtop,https://github.com/lebinh/ngxtop,MIT,2014-03-21 15:39:52.000,2022-10-06 19:58:56.000,2020-12-21 00:59:19,40.0,462,215.0,34.0,62.0,28.0,6432,Real-time metrics for nginx server.,43.0,34.0,9.0,23,False,,,2020-12-21 00:51:09.000,0.0.3,3.0,,1649.0,,ngxtop,https://pypi.org/project/ngxtop,2020-12-21 00:51:09.000,9.0,1649.0,,,,3.0,,,,,,,,,,,,,,,,,,, +463,AutoScraper,alirezamika/autoscraper,web-scraping,,https://github.com/alirezamika/autoscraper,https://github.com/alirezamika/autoscraper,MIT,2020-08-31 12:02:19.000,2023-05-11 09:25:29.000,2022-07-17 17:18:27,137.0,604,125.0,22.0,10.0,49.0,5705,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",324.0,323.0,8.0,23,False,,,2022-07-17 17:20:18.601,1.1.14,16.0,,4570.0,,autoscraper,https://pypi.org/project/autoscraper,2022-07-17 17:20:18.601,1.0,4570.0,,,,3.0,,,,,,,,,,,,,,,,,,, +464,ProxyBroker,constverum/Proxybroker,others,,https://github.com/constverum/ProxyBroker,https://github.com/constverum/ProxyBroker,Apache-2.0,2015-10-11 15:13:37.000,2023-12-07 12:02:07.000,2019-03-13 10:21:05,152.0,869,142.0,29.0,96.0,80.0,3578,Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.,12.0,,9.0,23,False,,,2019-03-12 19:47:46.000,0.3.2,12.0,,3927.0,,proxybroker,https://pypi.org/project/proxybroker,2019-03-12 19:47:46.000,12.0,3927.0,,,,3.0,,,,,,,,,,,,,,,,,,, +465,urlwatch,thp/urlwatch,others,,https://github.com/thp/urlwatch,https://github.com/thp/urlwatch,BSD-3-Clause,2014-01-29 18:42:20.000,2023-12-11 05:24:27.000,2023-12-03 20:20:29,920.0,348,67.0,294.0,75.0,407.0,2670,"Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly..",2.0,,90.0,23,True,,10.0,,,37.0,,3167.0,,urlwatch,https://pypi.org/project/urlwatch,2023-05-03 08:08:01.753,2.0,3167.0,,,,3.0,,,,,,,,,,,,,,,,,,, +466,yandex-tank,yandex/yandex-tank,testing,,https://github.com/yandex/yandex-tank,https://github.com/yandex/yandex-tank,LGPL-2.1,2012-07-23 11:05:58.000,2023-12-20 16:06:59.000,2023-12-20 06:14:04,3692.0,292,88.0,717.0,76.0,108.0,2365,Load and performance benchmark tool.,13.0,10.0,117.0,23,False,,18.0,2023-05-30 07:58:00.467,1.21.4,40.0,,58.0,,yandextank,https://pypi.org/project/yandextank,2023-05-30 07:58:00.467,3.0,58.0,,,,3.0,,,,,,,,,,,,,,,,,,, +467,sandman2,jeffknupp/sandman2,others,,https://github.com/jeffknupp/sandman2,https://github.com/jeffknupp/sandman2,Apache-2.0,2014-10-24 17:21:50.000,2023-12-18 17:09:13.000,2020-12-21 15:15:51,250.0,211,63.0,266.0,33.0,52.0,1968,Automatically generate a RESTful API service for your legacy database. No code required!.,32.0,26.0,23.0,23,False,,,2021-12-15 15:31:18.692,0.0.2,29.0,,261.0,,sandman2,https://pypi.org/project/sandman2,2021-12-15 15:31:18.692,6.0,261.0,,,,3.0,,,,,,,,,,,,,,,,,,, +468,ruia,howie6879/ruia,web-scraping,,https://github.com/howie6879/ruia,https://github.com/howie6879/ruia,Apache-2.0,2018-07-10 01:12:54.000,2023-07-01 08:23:28.000,2022-08-21 07:26:04,440.0,181,43.0,59.0,7.0,92.0,1707,Async Python 3.6+ web scraping micro-framework based on asyncio.,80.0,69.0,17.0,23,False,,,2022-09-06 08:56:03.702,0.8.5,55.0,16.0,1189.0,,ruia,https://pypi.org/project/ruia,2021-05-07 01:36:59.000,11.0,1189.0,,,,3.0,,,,,,,,,,,,,,,,,,, +469,fastapi-utils,dmontagu/fastapi-utils,fastapi-utils,,https://github.com/dmontagu/fastapi-utils,https://github.com/dmontagu/fastapi-utils,MIT,2020-01-19 22:34:25.000,2023-09-11 14:52:23.000,2023-03-19 18:34:49,22.0,140,16.0,224.0,54.0,13.0,1629,Reusable utilities for FastAPI.,3352.0,3293.0,2.0,23,True,['fastapi'],,2020-03-07 05:55:04.000,0.2.1,4.0,,1283045.0,,fastapi-utils,https://pypi.org/project/fastapi-utils,2020-03-07 05:55:04.000,59.0,1283045.0,,,,2.0,,,,,,,,,,,,,,,,,,, +470,hyde,hyde/hyde,others,,https://github.com/hyde/hyde,https://github.com/hyde/hyde,MIT,2011-01-07 09:52:20.000,2021-10-05 10:31:44.000,2016-03-10 01:59:31,600.0,247,43.0,151.0,64.0,140.0,1618,A Python Static Website Generator.,157.0,91.0,43.0,23,False,,,2015-11-09 13:50:15.000,0.8.9,16.0,,233.0,,hyde,https://pypi.org/project/hyde,2015-11-09 13:50:15.000,66.0,233.0,,,,3.0,,,,,,,,,,,,,,,,,,, +471,wdb,Kozea/wdb,testing,,https://github.com/Kozea/wdb,https://github.com/Kozea/wdb,GPL-3.0,2012-10-05 16:40:23.000,2022-12-06 14:33:43.000,2019-09-16 09:29:29,658.0,111,74.0,48.0,38.0,79.0,1571,An improbable web debugger through WebSockets.,243.0,211.0,22.0,23,False,,,2019-09-16 09:25:54.000,3.3.0,53.0,,6114.0,,wdb,https://pypi.org/project/wdb,2019-09-16 09:25:54.000,32.0,6114.0,,,,3.0,,,,,,,,,,,,,,,,,,, +472,django-polymorphic,django-polymorphic/django-polymorphic,django-utils,,https://github.com/jazzband/django-polymorphic,https://github.com/jazzband/django-polymorphic,,2011-02-12 23:30:34.000,2023-12-20 19:21:32.000,2023-12-20 09:45:25,880.0,248,30.0,237.0,149.0,180.0,1514,Improved Django model inheritance with automatic downcasting.,,,113.0,23,False,['django'],26.0,,,8.0,,303666.0,conda-forge/django_polymorphic,django-polymorphic,https://pypi.org/project/django-polymorphic,,,302977.0,https://anaconda.org/conda-forge/django_polymorphic,2023-06-16 13:15:49.260,63476.0,3.0,-6.0,,,,,,,,,,,,,,jazzband/django-polymorphic,,,, +473,Spectacle,sourcey/spectacle,openapi-utils,,https://github.com/sourcey/spectacle,https://github.com/sourcey/spectacle,MIT,2016-01-12 10:36:11.000,2023-01-23 20:38:12.000,2021-08-09 23:54:18,298.0,334,19.0,106.0,39.0,97.0,1262,Beautiful static documentation generator for OpenAPI/Swagger 2.0.,33.0,2.0,39.0,23,False,['openapi'],,2020-03-10 02:57:20.472,1.1.0,61.0,,9433.0,,,,,,,,,,3.0,,,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,2020-03-10 02:57:20.472,31.0,9433.0,,,,,,,,,,, +474,django-admin2,jazzband/django-admin2,admin-ui,,https://github.com/jazzband/django-admin2,https://github.com/jazzband/django-admin2,BSD-3-Clause,2013-05-14 12:11:48.000,2022-08-02 11:47:22.000,2021-10-22 15:46:32,1099.0,153,61.0,243.0,44.0,194.0,1181,"Extendable, adaptable rewrite of django.contrib.admin.",40.0,26.0,50.0,23,False,['django'],,2018-10-22 22:22:05.390,0.7.1,7.0,,44.0,,django-admin2,https://pypi.org/project/django-admin2,2018-10-22 22:22:05.390,14.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,,, +475,pyresttest,svanoort/pyresttest,testing,,https://github.com/svanoort/pyresttest,https://github.com/svanoort/pyresttest,Apache-2.0,2014-05-01 23:40:10.000,2023-06-16 16:08:35.701,2018-02-03 22:03:13,531.0,332,87.0,94.0,133.0,116.0,1140,Python Rest Testing.,143.0,118.0,17.0,23,False,,,2016-03-15 03:16:18.000,1.7.1,14.0,,3147.0,conda-forge/pyresttest,pyresttest,https://pypi.org/project/pyresttest,2016-03-15 03:13:33.000,25.0,2277.0,https://anaconda.org/conda-forge/pyresttest,2023-06-16 16:08:35.701,58304.0,3.0,,,,,,,,,,,,,,,,,,, +476,fastapi-code-generator,koxudaxi/fastapi-code-generator,fastapi-utils,,https://github.com/koxudaxi/fastapi-code-generator,https://github.com/koxudaxi/fastapi-code-generator,MIT,2020-06-14 10:49:14.000,2023-12-18 17:44:03.000,2023-09-07 16:20:16,454.0,90,20.0,324.0,38.0,36.0,850,This code generator creates FastAPI app from an openapi file.,167.0,164.0,24.0,23,True,"['fastapi', 'openapi']",,2023-09-07 16:22:53.000,0.4.4,41.0,,5837.0,,fastapi-code-generator,https://pypi.org/project/fastapi-code-generator,2023-09-07 16:22:53.000,3.0,5837.0,,,,2.0,,,,,,,,,,,,,,,,,,, +477,django-markdown-editor,agusmakmun/django-markdown-editor,markdown,,https://github.com/agusmakmun/django-markdown-editor,https://github.com/agusmakmun/django-markdown-editor,GPL-3.0,2016-12-27 18:33:34.000,2023-12-02 16:48:10.000,2023-10-29 01:58:33,350.0,1243,10.0,89.0,35.0,103.0,747,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",25.0,,37.0,23,True,['django'],2.0,2023-07-20 02:17:31.000,1.6.28,74.0,,18490.0,,martor,https://pypi.org/project/martor,2023-07-20 02:17:31.000,25.0,18490.0,,,,3.0,,,,,,,,,,,,,,,,,,, +478,fastapi_login,MushroomMaula/fastapi_login,auth,,https://github.com/MushroomMaula/fastapi_login,https://github.com/MushroomMaula/fastapi_login,MIT,2019-10-21 14:47:00.000,2023-11-29 16:53:24.000,2023-11-29 16:26:50,461.0,54,8.0,66.0,8.0,45.0,552,FastAPI-Login tries to provide similar functionality as Flask-Login does.,738.0,735.0,14.0,23,True,['fastapi'],1.0,2023-11-29 16:53:24.000,1.9.2,29.0,3.0,21557.0,,fastapi_login,https://pypi.org/project/fastapi_login,2023-11-29 16:53:24.000,3.0,21557.0,,,,3.0,,,,,,,,,,,,,,,,,,, +479,httmock,patrys/httmock,testing,,https://github.com/patrys/httmock,https://github.com/patrys/httmock,Apache-2.0,2013-03-19 23:35:33.000,2023-09-29 20:58:48.000,2020-10-28 12:00:08,102.0,55,12.0,41.0,15.0,15.0,460,A mocking library for requests.,3086.0,2475.0,29.0,23,False,,,2020-10-28 12:01:29.000,1.4.0,19.0,,358598.0,,httmock,https://pypi.org/project/httmock,2020-10-28 12:01:29.000,611.0,358598.0,,,,3.0,,,,,,,,,,,,,,,,,,, +480,molotov,loads/molotov,testing,,https://github.com/tarekziade/molotov,https://github.com/tarekziade/molotov,Apache-2.0,2015-05-04 09:17:25.000,2023-11-28 01:06:08.000,2023-11-23 07:01:25,503.0,31,15.0,49.0,15.0,99.0,439,Load Testing Tool.,134.0,121.0,16.0,23,True,,14.0,2017-03-22 08:05:08.000,0.6.2,21.0,,35765.0,,molotov,https://pypi.org/project/molotov,2022-10-21 18:37:01.226,13.0,35765.0,,,,3.0,,,,,,,,,,,,,,,tarekziade/molotov,,,, +481,starlette context,tomwojcik/starlette-context,monitoring,,https://github.com/tomwojcik/starlette-context,https://github.com/tomwojcik/starlette-context,MIT,2019-11-01 16:32:04.000,2023-12-18 04:02:26.000,2023-11-07 07:37:29,149.0,21,5.0,90.0,6.0,32.0,398,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,755.0,732.0,7.0,23,True,['fastapi'],1.0,2023-02-16 22:18:00.698,0.3.6,18.0,,403594.0,,starlette-context,https://pypi.org/project/starlette-context,2023-02-16 22:18:00.698,23.0,403594.0,,,,3.0,,,,,,,,,,,,,,,,,,, +482,django-stronghold,mgrouchy/django-stronghold,auth,,https://github.com/mgrouchy/django-stronghold,https://github.com/mgrouchy/django-stronghold,MIT,2013-01-29 02:30:21.000,2022-09-01 10:40:38.000,2020-03-11 11:00:24,167.0,49,20.0,56.0,14.0,27.0,391,Get inside your stronghold and make all your Django views default login_required.,538.0,425.0,22.0,23,False,['django'],,2020-01-17 16:34:53.000,0.4.0,23.0,,12348.0,,django-stronghold,https://pypi.org/project/django-stronghold,2020-01-17 16:34:53.000,113.0,12348.0,,,,3.0,,,,,,,,,,,,,,,,,,, +483,flask_pydantic,bauerji/flask_pydantic,flask-utils,,https://github.com/bauerji/flask-pydantic,https://github.com/bauerji/flask-pydantic,MIT,2020-01-06 17:45:59.000,2023-10-29 22:54:22.000,2023-01-02 16:09:46,148.0,50,5.0,38.0,18.0,22.0,311,flask extension for integration with the awesome pydantic package.,516.0,511.0,12.0,23,True,['flask'],,2022-09-25 09:03:15.818,0.11.0,23.0,,119360.0,,flask_pydantic,https://pypi.org/project/flask_pydantic,2022-09-25 09:03:15.818,5.0,119360.0,,,,3.0,,,,,,,,,,,,,,,,,,, +484,purl,codeinthehole/purl,url-utils,,https://github.com/codeinthehole/purl,https://github.com/codeinthehole/purl,MIT,2012-03-27 21:18:43.000,2023-08-04 07:41:28.000,2021-05-15 21:00:41,192.0,38,11.0,40.0,16.0,15.0,294,"A simple, immutable URL class with a clean API for interrogation and manipulation.",4287.0,3913.0,18.0,23,False,,,2017-05-12 14:54:05.000,1.3.1,25.0,,59034.0,,purl,https://pypi.org/project/purl,2021-05-15 21:05:39.000,374.0,59034.0,,,,3.0,,,,,,,,,,,,,,,,,,, +485,fastapi-socketio,pyropy/fastapi-socketio,fastapi-utils,,https://github.com/pyropy/fastapi-socketio,https://github.com/pyropy/fastapi-socketio,Apache-2.0,2020-09-11 15:22:31.000,2023-11-26 03:02:26.000,2023-03-03 08:44:22,44.0,25,3.0,16.0,18.0,16.0,290,Easily integrate socket.io with your FastAPI app.,2695.0,2692.0,7.0,23,True,['fastapi'],,2023-03-03 08:42:00.907,0.0.10,14.0,,73417.0,,fastapi-socketio,https://pypi.org/project/fastapi-socketio,2021-12-06 08:10:52.000,3.0,73417.0,,,,2.0,,,,,,,,,,,,,,,,,,, +486,python-mocket,mindflayer/python-mocket,testing,,https://github.com/mindflayer/python-mocket,https://github.com/mindflayer/python-mocket,BSD-3-Clause,2013-04-30 07:44:28.000,2023-11-26 10:11:25.000,2023-11-26 10:11:25,502.0,41,14.0,139.0,2.0,68.0,268,"a socket mock framework - for all kinds of socket animals, web-clients included.",119.0,90.0,24.0,23,True,,4.0,2023-10-28 12:35:58.000,3.12.0,89.0,,6049.0,,mocket,https://pypi.org/project/mocket,2023-10-28 12:34:03.000,29.0,6049.0,,,,3.0,,,,,,,,,,,,,,,,,,, +487,Flask-Excel,pyexcel-webwares/Flask-Excel,flask-utils,,https://github.com/pyexcel-webwares/Flask-Excel,https://github.com/pyexcel-webwares/Flask-Excel,BSD-3-Clause,2015-01-21 19:55:07.000,2020-11-10 23:13:19.000,2020-11-10 23:13:13,233.0,85,12.0,9.0,11.0,40.0,254,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",1064.0,992.0,8.0,23,False,,,2017-07-20 02:40:14.000,0.0.7,8.0,10.0,18276.0,,flask-excel,https://pypi.org/project/flask-excel,2017-07-20 02:40:14.000,72.0,18276.0,,,,3.0,,,,,,,,,,,,,,,,,,, +488,fastapi-jsonrpc,smagafurov/fastapi-jsonrpc,rpc,,https://github.com/smagafurov/fastapi-jsonrpc,https://github.com/smagafurov/fastapi-jsonrpc,MIT,2019-08-09 17:56:48.000,2023-12-10 17:37:25.000,2023-12-10 17:34:10,203.0,25,15.0,30.0,5.0,25.0,251,JSON-RPC server based on fastapi.,44.0,39.0,11.0,23,True,['fastapi'],19.0,2023-12-10 18:41:28.000,3.0.1,71.0,,7539.0,,fastapi-jsonrpc,https://pypi.org/project/fastapi-jsonrpc,2023-12-10 17:37:25.000,5.0,7539.0,,,,3.0,,,,,,,,,,,,,,,,,,, +489,trame,Kitware/trame,web-ui,,https://github.com/Kitware/trame,https://github.com/Kitware/trame,Apache-2.0,2021-09-24 21:38:47.000,2023-12-21 13:27:41.000,2023-12-13 20:43:32,304.0,40,12.0,59.0,5.0,41.0,231,Trame lets you weave various components and technologies into a Web Application solely written in Python.,30.0,,17.0,23,True,,40.0,2023-12-11 16:17:06.000,3.4.0,133.0,210.0,29010.0,,trame,https://pypi.org/project/trame,2023-12-11 16:17:02.000,30.0,29002.0,,,,3.0,,,,,,,,,,,,,,,,,,, +490,flask-seasurf,maxcountryman/flask-seasurf,flask-utils,,https://github.com/maxcountryman/flask-seasurf,https://github.com/maxcountryman/flask-seasurf,,2011-12-06 18:51:00.000,2023-11-09 09:26:48.000,2022-09-03 07:50:43,202.0,45,7.0,86.0,13.0,44.0,191,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,2532.0,2532.0,33.0,23,False,['flask'],,,,7.0,,61336.0,conda-forge/flask-seasurf,flask-seasurf,https://pypi.org/project/flask-seasurf,,,60291.0,https://anaconda.org/conda-forge/flask-seasurf,2023-06-16 13:18:14.121,90921.0,3.0,,,,,,,,,,,,,,,,,,, +491,reppy,seomoz/reppy,others,,https://github.com/seomoz/reppy,https://github.com/seomoz/reppy,MIT,2011-10-29 00:06:46.000,2021-10-05 19:19:16.000,2020-03-12 22:31:33,265.0,37,114.0,80.0,22.0,35.0,180,Modern robots.txt Parser for Python.,214.0,169.0,23.0,23,False,,,2019-09-16 19:32:19.000,0.4.14,24.0,,6383.0,,reppy,https://pypi.org/project/reppy,2019-09-16 19:32:19.000,45.0,6383.0,,,,3.0,,,,,,,,,,,,,,,,,,, +492,asgi-lifespan,florimondmanca/asgi-lifespan,others,,https://github.com/florimondmanca/asgi-lifespan,https://github.com/florimondmanca/asgi-lifespan,MIT,2019-09-27 19:42:10.000,2023-10-30 15:31:42.000,2023-06-06 19:50:56,90.0,11,5.0,45.0,,16.0,171,Programmatic startup/shutdown of ASGI apps.,13863.0,13833.0,6.0,23,True,,,2023-03-28 17:37:00.954,2.1.0,15.0,,401144.0,conda-forge/asgi-lifespan,asgi-lifespan,https://pypi.org/project/asgi-lifespan,2023-03-28 17:37:00.954,30.0,398391.0,https://anaconda.org/conda-forge/asgi-lifespan,2023-06-16 19:25:31.174,88120.0,3.0,,,,,,,,,,,,,,,,,,, +493,streaming-form-data,siddhantgoel/streaming-form-data,others,,https://github.com/siddhantgoel/streaming-form-data,https://github.com/siddhantgoel/streaming-form-data,MIT,2017-02-09 19:43:21.000,2023-11-30 18:53:09.000,2023-11-30 18:53:01,566.0,32,6.0,60.0,4.0,30.0,141,Streaming (and fast!) parser for multipart/form-data written in Cython.,87.0,82.0,18.0,23,True,,10.0,2023-09-19 17:46:32.000,1.13.0,38.0,,41352.0,,streaming-form-data,https://pypi.org/project/streaming-form-data,2023-09-19 17:46:32.000,5.0,41352.0,,,,3.0,,,,,,,,,,,,,,,,,,, +494,vibora,vibora-io/vibora,web-frameworks,,https://github.com/vibora-io/vibora,https://github.com/vibora-io/vibora,MIT,2018-06-13 15:58:58.000,2020-12-23 01:00:55.000,2019-02-11 10:54:12,141.0,316,254.0,103.0,145.0,,5712,"Fast, asynchronous and elegant Python web framework.",116.0,102.0,28.0,22,False,,,2018-06-16 04:25:57.000,0.0.6,8.0,,283.0,,vibora,https://pypi.org/project/vibora,2018-06-16 04:25:57.000,14.0,283.0,,,,3.0,,,,,,,,,,,,,,,,,,, +495,httpstat,reorx/httpstat,http-clients,,https://github.com/reorx/httpstat,https://github.com/reorx/httpstat,MIT,2016-08-30 06:30:59.000,2023-10-03 17:31:57.000,2023-06-12 12:26:15,95.0,368,128.0,22.0,7.0,22.0,5503,curl statistics made simple.,15.0,15.0,6.0,22,True,,,2022-10-11 14:44:08.598,1.3.2,9.0,223.0,2009.0,,httpstat,https://pypi.org/project/httpstat,2022-10-11 14:44:08.598,,2007.0,,,,3.0,,,,,,,,,,,,,,,,,,, +496,tartiflette,tartiflette/tartiflette,graphql,,https://github.com/tartiflette/tartiflette,https://github.com/tartiflette/tartiflette,MIT,2018-01-26 09:56:10.000,2023-09-11 07:49:27.000,2022-01-20 14:55:31,1149.0,38,22.0,491.0,12.0,131.0,850,GraphQL Engine built with Python 3.6+ / asyncio.,19.0,,27.0,22,False,,,2021-11-15 11:05:03.000,1.4.1,80.0,,1640.0,,tartiflette,https://pypi.org/project/tartiflette,2021-11-15 11:05:00.000,19.0,1640.0,,,,3.0,,,,,,,,,,,,,,,,,,, +497,fastapi-sqlalchemy,mfreeborn/fastapi-sqlalchemy,fastapi-utils,,https://github.com/mfreeborn/fastapi-sqlalchemy,https://github.com/mfreeborn/fastapi-sqlalchemy,MIT,2019-11-03 16:30:26.000,2023-09-26 22:18:45.000,2022-09-25 17:19:06,53.0,35,11.0,26.0,12.0,10.0,554,Adds simple SQLAlchemy support to FastAPI.,1696.0,1688.0,5.0,22,False,['fastapi'],,2020-09-25 16:26:29.000,0.2.1,9.0,,85782.0,,fastapi-sqlalchemy,https://pypi.org/project/fastapi-sqlalchemy,2020-09-25 16:26:29.000,8.0,85782.0,,,,3.0,,,,,,,,,,,,,,,,,,, +498,django-smuggler,semente/django-smuggler,admin-ui,,https://github.com/semente/django-smuggler,https://github.com/semente/django-smuggler,LGPL-3.0,2009-12-11 20:59:14.000,2022-09-03 21:45:56.000,2022-02-03 13:31:17,289.0,34,8.0,30.0,7.0,41.0,372,Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the..,251.0,178.0,21.0,22,False,['django'],,2022-02-03 13:30:53.000,1.0.4,16.0,,9321.0,,django-smuggler,https://pypi.org/project/django-smuggler,2022-02-03 13:30:53.000,73.0,9321.0,,,,3.0,,,,,,,,,,,,,,,,,,, +499,django-graphql-auth,PedroBern/django-graphql-auth,graphql,,https://github.com/PedroBern/django-graphql-auth,https://github.com/PedroBern/django-graphql-auth,MIT,2020-01-15 16:36:01.000,2023-08-14 18:47:11.000,2022-06-17 09:46:13,276.0,97,20.0,62.0,73.0,44.0,320,Django registration and authentication with GraphQL.,659.0,659.0,16.0,22,False,['django'],,2020-11-16 13:18:58.000,0.3.15,37.0,,9228.0,,django-graphql-auth,https://pypi.org/project/django-graphql-auth,2020-11-16 13:18:58.000,,9228.0,,,,3.0,,,,,,,,,,,,,,,,,,, +500,python-jwt,davedoesdev/python-jwt,auth,,https://github.com/davedoesdev/python-jwt,https://github.com/davedoesdev/python-jwt,MIT,2013-09-30 08:03:49.000,2023-11-13 07:57:01.000,2023-11-13 07:55:27,169.0,29,9.0,8.0,,17.0,218,Python module for generating and verifying JSON Web Tokens.,64.0,,5.0,22,True,,1.0,2023-11-13 07:57:01.000,4.1.0,45.0,,189788.0,,python-jwt,https://pypi.org/project/python-jwt,2023-11-13 07:57:01.000,64.0,189788.0,,,,3.0,,,,,,,,,,,,,,,,,,, +501,flask-s3,e-dard/flask-s3,flask-utils,,https://github.com/e-dard/flask-s3,https://github.com/e-dard/flask-s3,WTFPL,2012-10-01 18:08:11.000,2023-08-26 19:08:06.000,2017-07-19 05:38:58,157.0,90,13.0,53.0,20.0,34.0,192,Seamlessly serve your static assets of your Flask app from Amazon S3.,556.0,467.0,26.0,22,False,,,2017-02-23 20:44:59.000,0.3.3,30.0,27.0,8350.0,,flask-s3,https://pypi.org/project/flask-s3,2017-02-23 20:44:59.000,89.0,8350.0,,,,3.0,,,,,,,,,,,,,,,,,,, +502,python-graphql-client,prisma-labs/python-graphql-client,graphql,,https://github.com/prisma-labs/python-graphql-client,https://github.com/prisma-labs/python-graphql-client,MIT,2016-05-12 12:09:18.000,2021-03-04 21:32:03.000,2018-07-12 02:38:48,26.0,45,14.0,14.0,4.0,6.0,155,Simple GraphQL client for Python 2.7+.,427.0,360.0,6.0,22,False,,,2021-03-04 21:32:03.000,0.4.3,9.0,,551576.0,,python-graphql-client,https://pypi.org/project/python-graphql-client,2021-03-04 21:32:03.000,67.0,551576.0,,,,3.0,,,,,,,,,,,,,,,,,,, +503,pyramid_jinja2,Pylons/pyramid_jinja2,pyramid-utils,,https://github.com/Pylons/pyramid_jinja2,https://github.com/Pylons/pyramid_jinja2,,2010-10-31 16:21:44.000,2023-12-07 08:24:26.000,2023-09-05 16:46:34,588.0,58,18.0,109.0,6.0,55.0,74,Jinja2 templating system bindings for the Pyramid web framework.,55.0,,52.0,22,False,['pyramid'],,2022-03-20 03:07:14.000,2.9.2,40.0,,2662057.0,anaconda/pyramid_jinja2,pyramid_jinja2,https://pypi.org/project/pyramid_jinja2,2022-03-27 23:00:42.000,55.0,2662044.0,https://anaconda.org/anaconda/pyramid_jinja2,2023-06-16 13:06:08.832,1286.0,1.0,,,,,,,,,,,,,,,,,,,BSD-based +504,GHunt,mxrch/GHunt,third-party-apis,,https://github.com/mxrch/GHunt,https://github.com/mxrch/GHunt,,2020-10-02 11:26:03.000,2023-12-21 15:28:24.000,2023-11-30 15:32:09,306.0,1206,503.0,82.0,31.0,331.0,14314,Offensive Google framework.,8.0,8.0,29.0,21,False,,3.0,2022-12-03 20:30:21.000,2.0.1,1.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +505,cabot,arachnys/cabot,others,,https://github.com/arachnys/cabot,https://github.com/arachnys/cabot,MIT,2014-01-06 17:48:59.000,2023-09-10 09:23:26.000,2021-01-05 10:40:20,735.0,577,152.0,270.0,163.0,297.0,5517,"Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty.",10.0,10.0,70.0,21,False,,,2017-09-14 16:02:39.000,0.11.7,22.0,94.0,1.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +506,cookiecutter-flask,cookiecutter-flask/cookiecutter-flask,flask-utils,,https://github.com/cookiecutter-flask/cookiecutter-flask,https://github.com/cookiecutter-flask/cookiecutter-flask,MIT,2013-08-16 07:27:55.000,2023-12-18 14:04:42.000,2023-12-18 14:03:56,1870.0,748,85.0,1779.0,4.0,180.0,4460,"A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and..",,,77.0,21,True,['flask'],52.0,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +507,snallygaster,hannob/snallygaster,web-scraping,,https://github.com/hannob/snallygaster,https://github.com/hannob/snallygaster,CC0-1.0,2018-04-10 12:01:16.000,2023-12-11 13:12:26.000,2023-12-11 13:12:23,235.0,226,75.0,43.0,14.0,31.0,2010,Tool to scan for secret files on HTTP servers.,4.0,4.0,17.0,21,False,,10.0,2022-01-31 20:30:27.000,0.0.12,12.0,,364.0,,snallygaster,https://pypi.org/project/snallygaster,2022-01-31 20:30:27.000,,364.0,,,,3.0,,,,,,,,,,,,,,,,,,, +508,flask-ask,johnwheeler/flask-ask,flask-utils,,https://github.com/johnwheeler/flask-ask,https://github.com/johnwheeler/flask-ask,Apache-2.0,2016-05-12 00:54:46.000,2023-05-01 21:13:09.000,2022-03-31 19:56:40,478.0,359,89.0,117.0,,,1908,Alexa Skills Kit for Python.,753.0,753.0,41.0,21,False,['flask'],,,,,,396.0,,flask-ask,https://pypi.org/project/flask-ask,,,396.0,,,,3.0,,,,,,,,,,,,,,,,,,, +509,Cola,qinxuye/cola,web-scraping,,https://github.com/qinxuye/cola,https://github.com/qinxuye/cola,Apache-2.0,2013-05-15 06:41:01.000,2022-07-31 00:13:43.000,2020-03-01 06:25:05,254.0,544,167.0,3.0,14.0,52.0,1484,A high-level distributed crawling framework.,40.0,38.0,4.0,21,False,,,2016-03-31 04:19:26.000,0.1.0,3.0,,112.0,,cola,https://pypi.org/project/cola,2016-03-31 04:19:26.000,2.0,112.0,,,,3.0,,,,,,,,,,,,,,,,,,, +510,fsociety,fsociety-team/fsociety,testing,,https://github.com/fsociety-team/fsociety,https://github.com/fsociety-team/fsociety,MIT,2020-05-17 04:35:05.000,2023-12-18 18:57:31.000,2023-11-11 03:54:26,353.0,138,49.0,192.0,3.0,32.0,1114,A Modular Penetration Testing Framework.,8.0,8.0,11.0,21,True,,8.0,2023-06-16 22:29:00.871,3.2.9,29.0,,2275.0,,fsociety,https://pypi.org/project/fsociety,2022-05-01 02:06:45.000,,2275.0,,,,3.0,,,,,,,,,,,,,,,,,,, +511,tornadio2,mrjoes/tornadio2,websocket,,https://github.com/mrjoes/tornadio2,https://github.com/mrjoes/tornadio2,Apache-2.0,2011-09-28 10:15:54.000,2021-12-15 13:51:02.491,2013-08-25 06:52:07,143.0,117,30.0,25.0,13.0,46.0,529,Python socket.io server implementation on top of Tornado framework.,280.0,200.0,15.0,21,False,,,2021-12-15 13:51:02.491,0.0.1,4.0,,1100.0,,tornadio2,https://pypi.org/project/tornadio2,2021-12-15 13:51:02.491,80.0,1100.0,,,,3.0,,,,,,,,,,,,,,,,,,, +512,safrs,thomaxxl/safrs,flask-utils,,https://github.com/thomaxxl/safrs,https://github.com/thomaxxl/safrs,GPL-3.0,2017-09-20 07:56:55.000,2023-12-12 07:35:40.000,2023-12-12 07:35:34,1335.0,69,14.0,69.0,4.0,76.0,394,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,118.0,117.0,16.0,21,True,"['flask', 'openapi']",7.0,2023-11-28 18:18:55.000,3.1.3,80.0,,644.0,,safrs,https://pypi.org/project/safrs,2023-11-28 18:17:14.000,1.0,644.0,,,,3.0,,,,,,,,,,,,,,,,,,, +513,django-codemod,browniebroke/django-codemod,django-utils,,https://github.com/browniebroke/django-codemod,https://github.com/browniebroke/django-codemod,MIT,2020-05-06 21:37:14.000,2023-12-19 22:48:04.000,2023-12-19 22:48:03,1576.0,16,4.0,920.0,9.0,31.0,169,A tool to automatically fix Django deprecations.,2.0,2.0,22.0,21,True,['django'],65.0,2023-12-11 04:10:54.000,2.1.8,96.0,625.0,950.0,,django-codemod,https://pypi.org/project/django-codemod,2023-12-11 04:10:54.000,,936.0,,,,3.0,,,,,,,,,,,,,,,,,,, +514,Flask-Opentracing,opentracing-contrib/python-flask,flask-utils,,https://github.com/opentracing-contrib/python-flask,https://github.com/opentracing-contrib/python-flask,BSD-3-Clause,2016-07-20 17:14:48.000,2023-04-20 11:54:26.000,2019-10-22 00:14:18,66.0,48,11.0,27.0,20.0,13.0,136,OpenTracing instrumentation for the Flask microframework.,497.0,465.0,15.0,21,False,['flask'],,2019-10-22 00:20:30.000,1.1.0,12.0,,472267.0,,Flask-Opentracing,https://pypi.org/project/Flask-Opentracing,2019-10-22 00:20:30.000,32.0,472267.0,,,,3.0,,,,,,,,,,,,,,,,,,, +515,flask-ngrok,gstaff/flask-ngrok,flask-utils,,https://github.com/gstaff/flask-ngrok,https://github.com/gstaff/flask-ngrok,Apache-2.0,2018-09-04 00:22:30.000,2023-11-02 19:01:53.000,2019-04-28 13:53:50,26.0,47,5.0,13.0,20.0,5.0,133,A simple way to demo Flask apps from your machine.,2949.0,2933.0,2.0,21,False,['flask'],,2018-09-09 19:48:38.000,0.0.25,16.0,,111839.0,,flask-ngrok,https://pypi.org/project/flask-ngrok,2018-09-09 19:48:38.000,16.0,111839.0,,,,3.0,,,,,,,,,,,,,,,,,,, +516,markdown-include,cmacmackin/markdown-include,markdown,,https://github.com/cmacmackin/markdown-include,https://github.com/cmacmackin/markdown-include,GPL-3.0,2015-01-09 01:12:35.000,2023-06-16 19:23:30.014,2023-02-07 09:45:37,75.0,40,9.0,21.0,11.0,17.0,92,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,5576.0,5298.0,12.0,21,True,,,2023-02-07 09:49:00.957,0.8.1,14.0,,67694.0,conda-forge/markdown-include,markdown-include,https://pypi.org/project/markdown-include,2023-02-07 09:49:00.957,278.0,67160.0,https://anaconda.org/conda-forge/markdown-include,2023-06-16 19:23:30.014,19758.0,3.0,,,,,,,,,,,,,,,,,,, +517,pyramid_mailer,Pylons/pyramid_mailer,email,,https://github.com/Pylons/pyramid_mailer,https://github.com/Pylons/pyramid_mailer,BSD-3-Clause,2011-09-26 01:17:42.000,2022-11-17 20:47:17.000,2022-09-17 23:31:23,389.0,40,16.0,59.0,12.0,33.0,50,A package for sending email from your Pyramid application.,108.0,,36.0,21,False,['pyramid'],,2016-12-13 20:51:40.258,0.15.1,24.0,,25035.0,,pyramid_mailer,https://pypi.org/project/pyramid_mailer,2016-12-13 20:51:40.258,108.0,25035.0,,,,3.0,,,,,,,,,,,,,,,,,,, +518,instagram-scraper,arc298/instagram-scraper,third-party-apis,,https://github.com/arc298/instagram-scraper,https://github.com/arc298/instagram-scraper,Unlicense,2013-04-09 03:12:09.000,2022-06-17 09:56:09.000,,,1364,,,420.0,,6873,Scrapes an instagram users photos and videos.,27.0,,54.0,20,False,,,2023-02-10 17:10:00.811,66.0.2,76.0,,2630.0,,instagram-scraper,https://pypi.org/project/instagram-scraper,2022-06-17 09:56:09.000,27.0,2630.0,,,,3.0,,,,,,,,,,,,,,,,,,, +519,toapi,gaojiuli/toapi,others,,https://github.com/elliotgao2/toapi,https://github.com/elliotgao2/toapi,MIT,2017-11-27 08:40:55.000,2022-07-05 22:11:04.000,2021-06-28 01:58:45,462.0,247,78.0,84.0,10.0,48.0,3425,Every web site provides APIs.,27.0,19.0,12.0,20,False,,,2021-06-28 01:56:50.000,2.1.3,40.0,,72.0,,toapi,https://pypi.org/project/toapi,2021-06-28 01:56:50.000,8.0,72.0,,,,3.0,,,,,,,,,,,,,,,elliotgao2/toapi,,,, +520,gmail,charlierguo/gmail,email,,https://github.com/charlierguo/gmail,https://github.com/charlierguo/gmail,MIT,2013-07-29 03:46:41.000,2023-07-09 19:49:08.000,2014-02-04 22:59:23,73.0,358,91.0,40.0,58.0,10.0,1747,A Pythonic interface for Google Mail.,22.0,,14.0,20,False,,,2017-08-07 19:59:52.000,0.6.3,10.0,,5671.0,,gmail,https://pypi.org/project/gmail,2017-08-07 19:59:52.000,22.0,5671.0,,,,3.0,,,,,,,,,,,,,,,,,,, +521,ucall,unum-cloud/ucall,rpc,,https://github.com/unum-cloud/ucall,https://github.com/unum-cloud/ucall,Apache-2.0,2023-01-03 10:23:50.000,2023-11-29 16:11:54.000,2023-06-08 16:53:54,504.0,26,15.0,67.0,7.0,17.0,915,"Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over..",35.0,35.0,10.0,20,True,,,2023-06-08 18:11:04.419,0.5.1,14.0,,28275.0,,ucall,https://pypi.org/project/ucall,2023-06-08 18:11:04.419,,28275.0,,,,3.0,,,,,,,,,,,,,,,,,,, +522,flask-talisman,GoogleCloudPlatform/flask-talisman,flask-utils,,https://github.com/GoogleCloudPlatform/flask-talisman,https://github.com/GoogleCloudPlatform/flask-talisman,Apache-2.0,2015-11-12 23:40:25.000,2023-07-06 19:27:49.000,2020-07-13 17:40:33,60.0,73,21.0,43.0,17.0,22.0,903,HTTP security headers for Flask.,,,19.0,20,False,['flask'],,2019-05-28 19:35:00.000,0.7.0,6.0,,653643.0,,flask-talisman,https://pypi.org/project/flask-talisman,,,653643.0,,,,3.0,-4.0,,,,,,,,,,,,,,,,,, +523,gazpacho,maxhumber/gazpacho,web-scraping,,https://github.com/maxhumber/gazpacho,https://github.com/maxhumber/gazpacho,MIT,2019-09-23 20:21:55.000,2023-12-07 03:03:36.000,2023-12-07 03:03:36,161.0,58,18.0,26.0,14.0,33.0,720,"The simple, fast, and modern web scraping library.",279.0,270.0,16.0,20,True,,1.0,2020-10-09 12:51:41.000,1.1,19.0,,8064.0,,gazpacho,https://pypi.org/project/gazpacho,2020-10-09 12:50:18.000,9.0,8064.0,,,,3.0,,,,,,,,,,,,,,,,,,, +524,Lassie,michaelhelmick/lassie,web-scraping,,https://github.com/michaelhelmick/lassie,https://github.com/michaelhelmick/lassie,MIT,2013-07-30 20:41:39.000,2022-07-30 23:22:33.000,2021-08-20 14:32:48,231.0,47,22.0,46.0,10.0,29.0,595,Web Content Retrieval for Humans.,48.0,39.0,15.0,20,False,,,2021-08-20 14:34:18.000,0.11.11,38.0,,969.0,,lassie,https://pypi.org/project/lassie,2021-08-20 14:34:18.000,9.0,969.0,,,,3.0,,,,,,,,,,,,,,,,,,, +525,flask-mongorest,closeio/flask-mongorest,web-frameworks,,https://github.com/closeio/flask-mongorest,https://github.com/closeio/flask-mongorest,BSD-3-Clause,2012-06-12 18:40:14.000,2022-09-12 18:52:55.000,2022-09-12 18:52:55,305.0,89,45.0,82.0,27.0,38.0,525,Restful API framework wrapped around MongoEngine.,76.0,49.0,18.0,20,False,['flask'],,2019-08-26 10:57:49.000,0.3.0,7.0,,369.0,,Flask-MongoRest,https://pypi.org/project/Flask-MongoRest,2019-08-26 10:51:10.000,27.0,369.0,,,,3.0,,,,,,,,,,,,,,,,,,, +526,flask-jsonrpc,cenobites/flask-jsonrpc,flask-utils,,https://github.com/cenobites/flask-jsonrpc,https://github.com/cenobites/flask-jsonrpc,BSD-3-Clause,2012-12-14 18:33:24.000,2023-06-26 08:00:10.000,2023-04-06 14:24:46,596.0,63,14.0,347.0,10.0,70.0,280,Basic JSON-RPC implementation for your Flask-powered sites.,237.0,231.0,16.0,20,True,['flask'],,2022-10-19 14:18:10.000,2.2.2,15.0,24.0,261.0,,rpc,https://pypi.org/project/rpc,2012-04-28 13:01:16.000,6.0,261.0,,,,3.0,,,,,,,,,,,,,,,,,,, +527,Starlette Prometheus,perdy/starlette-prometheus,monitoring,,https://github.com/perdy/starlette-prometheus,https://github.com/perdy/starlette-prometheus,GPL-3.0,2019-01-10 15:49:38.000,2022-12-08 13:21:24.000,2022-01-10 15:26:57,63.0,28,5.0,22.0,8.0,15.0,258,Prometheus integration for Starlette.,292.0,281.0,14.0,20,False,['fastapi'],,2022-01-10 15:27:16.000,0.9.0,10.0,22.0,77361.0,,starlette-prometheus,https://pypi.org/project/starlette-prometheus,2022-01-10 15:27:06.000,11.0,77361.0,,,,3.0,,,,,,,,,,,,,,,,,,, +528,flama,perdy/flama,web-frameworks,,https://github.com/vortico/flama,https://github.com/vortico/flama,Apache-2.0,2018-09-27 15:29:54.000,2023-11-29 03:06:18.000,2023-11-20 16:43:39,389.0,14,9.0,45.0,7.0,84.0,242,Fire up your models with the flame.,13.0,12.0,9.0,20,True,,11.0,2023-09-27 01:28:39.000,1.6.0,26.0,153.0,234.0,,flama,https://pypi.org/project/flama,2023-09-27 01:28:27.000,1.0,231.0,,,,3.0,,,,,,,,,,,,,,,vortico/flama,,,, +529,lambdarest,sloev/python-lambdarest,serverless,,https://github.com/sloev/python-lambdarest,https://github.com/sloev/python-lambdarest,MIT,2017-02-07 15:30:04.000,2023-03-08 21:03:10.000,2023-03-08 21:03:05,179.0,24,35.0,62.0,1.0,31.0,92,Flask like web framework for AWS Lambda.,11.0,11.0,23.0,20,True,,,2023-03-08 12:15:00.843,13.0.3,53.0,,1990.0,,lambdarest,https://pypi.org/project/lambdarest,2023-03-08 12:15:00.843,,1990.0,,,,3.0,,,,,,,,,,,,,,,,,,, +530,pyramid_openapi3,Pylons/pyramid_openapi3,openapi-utils,,https://github.com/Pylons/pyramid_openapi3,https://github.com/Pylons/pyramid_openapi3,MIT,2018-06-22 12:20:57.000,2023-10-25 19:28:22.000,2023-05-17 21:29:34,203.0,41,13.0,139.0,33.0,50.0,80,Pyramid addon for OpenAPI3 validation of requests and responses.,6.0,,24.0,20,True,"['pyramid', 'openapi']",,2023-03-22 16:23:00.785,0.16.0,36.0,,18875.0,,pyramid_openapi3,https://pypi.org/project/pyramid_openapi3,2023-03-22 16:23:00.785,6.0,18875.0,,,,3.0,,,,,,,,,,,,,,,,,,, +531,gain,gaojiuli/gain,web-scraping,,https://github.com/elliotgao2/gain,https://github.com/elliotgao2/gain,GPL-3.0,2017-05-31 08:56:04.000,2019-06-01 22:54:09.000,2018-03-19 01:21:01,85.0,210,75.0,15.0,8.0,28.0,2029,Web crawling framework based on asyncio.,52.0,51.0,10.0,19,False,,,2017-06-19 01:18:41.000,0.1.4,5.0,,73.0,,gain,https://pypi.org/project/gain,2017-06-19 01:18:41.000,1.0,73.0,,,,3.0,,,,,,,,,,,,,,,elliotgao2/gain,,,, +532,merchant,agiliq/merchant,django-utils,,https://github.com/agiliq/merchant,https://github.com/agiliq/merchant,BSD-3-Clause,2010-09-29 11:30:58.000,2022-07-08 19:12:50.000,2015-07-08 05:29:26,684.0,175,59.0,86.0,30.0,42.0,1019,A Django app to accept payments from various payment processors via Pluggable backends.,32.0,26.0,49.0,19,False,['django'],,,,9.0,,47.0,,django-merchant,https://pypi.org/project/django-merchant,2013-12-02 07:13:21.000,6.0,47.0,,,,3.0,,,,,,,,,,,,,,,,,,, +533,fastapi-jwt-auth,IndominusByte/fastapi-jwt-auth,auth,,https://github.com/IndominusByte/fastapi-jwt-auth,https://github.com/IndominusByte/fastapi-jwt-auth,MIT,2020-07-23 09:40:19.000,2023-08-15 08:33:45.000,2020-11-11 05:05:27,123.0,106,7.0,19.0,57.0,36.0,575,"FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight).",11.0,,3.0,19,False,['fastapi'],,2020-11-06 11:15:11.000,0.5.0,7.0,,42090.0,,fastapi-jwt-auth,https://pypi.org/project/fastapi-jwt-auth,2020-10-07 08:57:53.000,11.0,42090.0,,,,3.0,,,,,,,,,,,,,,,,,,, +534,fastapi-mvc,rszamszur/fastapi-mvc,fastapi-utils,,https://github.com/fastapi-mvc/fastapi-mvc,https://github.com/fastapi-mvc/fastapi-mvc,MIT,2021-07-25 14:11:38.000,2023-12-17 00:45:09.000,2023-09-25 15:30:24,1212.0,44,6.0,204.0,18.0,105.0,507,Developer productivity tool for making high-quality FastAPI production-ready APIs.,8.0,8.0,7.0,19,True,['fastapi'],2.0,2023-07-09 13:02:30.000,0.28.1,36.0,256.0,513.0,,fastapi-mvc,https://pypi.org/project/fastapi-mvc,2023-01-09 21:14:25.244,,505.0,,,,3.0,,,,,,,,,,,,,,,fastapi-mvc/fastapi-mvc,,,, +535,Kotti,Kotti/Kotti,cms,,https://github.com/Kotti/Kotti,https://github.com/Kotti/Kotti,BSD,2011-01-28 15:42:02.000,2023-09-18 07:31:51.000,2022-07-03 18:00:41,2993.0,116,41.0,379.0,50.0,166.0,406,"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible..",227.0,227.0,66.0,19,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +536,tinkerer,vladris/tinkerer,others,,https://github.com/vladris/tinkerer,https://github.com/vladris/tinkerer,BSD-2-Clause-FreeBSD,2013-05-18 10:18:28.000,2022-10-09 23:59:25.000,2022-10-09 23:59:25,738.0,80,28.0,54.0,19.0,46.0,307,Python blogging engine.,109.0,79.0,39.0,19,False,,,2019-12-06 00:18:53.000,1.7.2,24.0,,95.0,,tinkerer,https://pypi.org/project/tinkerer,2021-12-15 13:47:04.512,30.0,95.0,,,,3.0,,,,,,,,,,,,,,,,,,, +537,flask-msearch,honmaple/flask-msearch,flask-utils,,https://github.com/honmaple/flask-msearch,https://github.com/honmaple/flask-msearch,BSD-3-Clause,2017-04-15 16:31:48.000,2021-06-05 18:11:41.000,2021-06-04 02:17:35,59.0,28,8.0,13.0,13.0,41.0,204,Full text search for flask.,547.0,535.0,4.0,19,False,['flask'],,2020-05-18 15:17:04.000,0.2.9,22.0,,625.0,,flask-msearch,https://pypi.org/project/flask-msearch,2021-06-04 02:18:48.000,12.0,625.0,,,,3.0,,,,,,,,,,,,,,,,,,, +538,flask_simplelogin,flask-extensions/flask_simplelogin,auth,,https://github.com/flask-extensions/Flask-SimpleLogin,https://github.com/flask-extensions/Flask-SimpleLogin,MIT,2017-08-23 22:29:20.000,2023-08-18 00:26:32.000,2023-08-18 00:26:32,95.0,39,10.0,17.0,3.0,15.0,194,Simple Login - Login Extension for Flask - maintainer @cuducos.,43.0,40.0,11.0,19,True,['flask'],,2023-05-04 16:20:00.426,0.1.2,3.0,,48719.0,,flask_simplelogin,https://pypi.org/project/flask_simplelogin,2021-10-25 13:13:37.000,3.0,48719.0,,,,3.0,,,,,,,,,,,,,,,,,,, +539,async-asgi-testclient,vinissimus/async-asgi-testclient,testing,,https://github.com/vinissimus/async-asgi-testclient,https://github.com/vinissimus/async-asgi-testclient,MIT,2019-04-15 12:26:06.000,2023-06-29 14:52:47.000,2022-06-13 09:29:26,55.0,18,6.0,39.0,15.0,14.0,148,A framework-agnostic library for testing ASGI web applications.,637.0,610.0,14.0,19,False,,,2022-06-13 09:30:07.000,1.4.11,32.0,,65773.0,,async-asgi-testclient,https://pypi.org/project/async-asgi-testclient,2022-06-13 09:30:07.000,27.0,65773.0,,,,3.0,,,,,,,,,,,,,,,,,,, +540,aresponses,aresponses/aresponses,testing,,https://github.com/aresponses/aresponses,https://github.com/aresponses/aresponses,MIT,2017-09-06 08:54:59.000,2022-07-02 07:30:01.000,2022-07-01 06:00:35,138.0,18,16.0,43.0,1.0,30.0,97,Asyncio http mocking. Similar to the responses library used for requests.,635.0,583.0,14.0,19,False,,,2022-07-01 06:04:27.000,2.1.6,24.0,,42677.0,,aresponses,https://pypi.org/project/aresponses,2022-07-01 06:04:27.000,52.0,42677.0,,,,3.0,,,,,,,,,,,,,,,,,,, +541,flask_jsondash,christabor/flask_jsondash,flask-utils,,https://github.com/christabor/flask_jsondash,https://github.com/christabor/flask_jsondash,MIT,2016-02-18 04:34:48.000,2022-07-08 00:23:11.000,2022-07-08 00:23:11,773.0,301,102.0,84.0,50.0,112.0,3283,Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.,,,7.0,18,False,['flask'],,2017-06-13 18:56:28.000,6.2.3,11.0,,60.0,,flask_jsondash,https://pypi.org/project/flask_jsondash,2017-06-13 18:53:34.000,,60.0,,,,3.0,,,,,,,,,,,,,,,,,,, +542,fastapi-react,Buuntu/fastapi-react,fastapi-utils,,https://github.com/Buuntu/fastapi-react,https://github.com/Buuntu/fastapi-react,MIT,2020-03-21 19:48:47.000,2023-10-06 23:46:17.000,2022-02-18 04:40:27,150.0,304,41.0,139.0,43.0,38.0,1924,"Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker.",,,13.0,18,False,['fastapi'],,2021-02-02 23:59:57.000,1.2.0,2.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +543,fastapi_contrib,identixone/fastapi_contrib,fastapi-utils,,https://github.com/identixone/fastapi_contrib,https://github.com/identixone/fastapi_contrib,MIT,2019-08-21 20:51:35.000,2022-09-12 13:55:21.000,2021-06-03 14:00:13,140.0,29,8.0,157.0,5.0,23.0,581,Opinionated set of utilities on top of FastAPI.,13.0,,12.0,18,False,['fastapi'],,2021-06-03 13:58:16.000,0.2.11,34.0,,5417.0,,fastapi_contrib,https://pypi.org/project/fastapi_contrib,2021-06-03 13:49:33.000,13.0,5417.0,,,,3.0,,,,,,,,,,,,,,,,,,, +544,fastapi-versioning,DeanWay/fastapi-versioning,fastapi-utils,,https://github.com/DeanWay/fastapi-versioning,https://github.com/DeanWay/fastapi-versioning,MIT,2019-12-02 23:40:07.000,2023-07-25 14:20:52.000,2021-08-24 17:12:25,93.0,57,8.0,33.0,31.0,17.0,572,api versioning for fastapi web applications.,7.0,,16.0,18,False,['fastapi'],,2021-08-24 17:06:33.000,0.10.0,10.0,,62936.0,,fastapi-versioning,https://pypi.org/project/fastapi-versioning,2021-08-24 17:06:33.000,7.0,62936.0,,,,3.0,,,,,,,,,,,,,,,,,,, +545,golem,golemhq/golem,testing,,https://github.com/golemhq/golem,https://github.com/golemhq/golem,MIT,2016-01-11 19:43:42.000,2022-02-07 13:15:15.000,2021-11-16 00:44:19,643.0,75,38.0,99.0,16.0,120.0,488,A complete test automation tool.,6.0,5.0,21.0,18,False,,,2021-07-30 15:38:36.000,0.10.1,36.0,65.0,81.0,,golem-framework,https://pypi.org/project/golem-framework,2021-07-30 15:31:26.000,1.0,80.0,,,,3.0,,,,,,,,,,,,,,,,,,, +546,graphene-pydantic,graphql-python/graphene-pydantic,graphql,,https://github.com/graphql-python/graphene-pydantic,https://github.com/graphql-python/graphene-pydantic,Apache-2.0,2019-06-20 00:49:40.000,2023-11-08 05:38:04.000,2023-09-24 19:36:14,232.0,41,8.0,56.0,9.0,31.0,207,Integrate GraphQL with your Pydantic models.,2.0,,19.0,18,True,['graphql'],1.0,2022-09-20 05:04:48.864,0.4.0,12.0,,14923.0,,graphene-pydantic,https://pypi.org/project/graphene-pydantic,2022-01-25 16:41:33.000,2.0,14923.0,,,,3.0,,,,,,,,,,,,,,,,,,, +547,fastapi_cache,comeuplater/fastapi_cache,fastapi-utils,,https://github.com/comeuplater/fastapi_cache,https://github.com/comeuplater/fastapi_cache,MIT,2020-07-26 08:07:35.000,2021-09-30 07:18:28.000,2021-02-12 15:01:21,75.0,15,3.0,7.0,7.0,3.0,205,FastAPI simple cache.,112.0,112.0,7.0,18,False,['fastapi'],,2021-02-12 14:58:56.000,0.1.0,6.0,,10156.0,,fastapi_cache,https://pypi.org/project/fastapi_cache,2021-02-12 14:58:56.000,,10156.0,,,,3.0,,,,,,,,,,,,,,,,,,, +548,gabbi,cdent/gabbi,testing,,https://github.com/cdent/gabbi,https://github.com/cdent/gabbi,,2014-12-12 14:46:59.000,2023-10-02 20:39:20.000,2023-10-02 20:34:03,795.0,34,7.0,174.0,21.0,129.0,145,Declarative HTTP Testing for Python and anything else.,,,29.0,18,False,,3.0,2023-10-02 20:43:20.000,2.10.0,2.0,,15256.0,,gabbi,https://pypi.org/project/gabbi,,,15256.0,,,,3.0,-5.0,,,,,,,,,,,,,,,,,, +549,pyramid_celery,sontek/pyramid_celery,pyramid-utils,,https://github.com/sontek/pyramid_celery,https://github.com/sontek/pyramid_celery,MIT,2011-11-05 09:07:26.000,2023-11-21 03:04:23.000,2021-02-24 02:40:04,189.0,67,14.0,55.0,17.0,34.0,105,Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your..,1.0,,25.0,18,False,['pyramid'],,2021-02-24 02:34:47.000,4.0.0,11.0,,4299.0,,pyramid_celery,https://pypi.org/project/pyramid_celery,2021-02-24 02:34:47.000,1.0,4299.0,,,,3.0,,,,,,,,,,,,,,,,,,, +550,tartiflette-aiohttp,tartiflette/tartiflette-aiohttp,graphql,,https://github.com/tartiflette/tartiflette-aiohttp,https://github.com/tartiflette/tartiflette-aiohttp,MIT,2018-11-07 05:16:40.000,2023-11-12 23:04:30.000,2022-09-07 18:59:30,228.0,10,10.0,248.0,4.0,15.0,60,"tartiflette-aiohttp is a wrapper of aiohttp which includes the Tartiflette GraphQL Engine, do not hesitate to take a..",55.0,51.0,11.0,18,False,,,2021-11-15 10:12:31.000,1.4.1,31.0,,1098.0,,tartiflette-aiohttp,https://pypi.org/project/tartiflette-aiohttp,2021-11-15 10:02:16.000,4.0,1098.0,,,,3.0,,,,,,,,,,,,,,,,,,, +551,InstaPy,timgrossmann/InstaPy,third-party-apis,,,https://github.com/timgrossmann/InstaPy,GPL-3.0,,2022-01-19 04:05:04.000,,,3761,,,,,15592,Tool for automated Instagram interactions.,11.0,,,17,False,,,2022-01-19 04:05:04.000,0.6.16,52.0,,3173.0,,instapy,https://pypi.org/project/instapy,2022-01-19 04:05:04.000,11.0,3173.0,,,,3.0,,,,,,,,,,,,,,,,,,, +552,huxley,facebookarchive/huxley,testing,,https://github.com/facebookarchive/huxley,https://github.com/facebookarchive/huxley,Apache-2.0,2013-07-30 06:01:12.000,2021-09-07 23:22:47.000,2014-12-05 21:39:52,68.0,304,209.0,24.0,42.0,29.0,4110,A testing system for catching visual regressions in Web applications.,2.0,2.0,7.0,17,False,,,,,5.0,,45.0,,huxley,https://pypi.org/project/huxley,2014-03-27 18:23:28.000,,45.0,,,,3.0,,,,,,,,,,,,,,,,,,, +553,salmon,moggers87/salmon,email,,https://github.com/moggers87/salmon,https://github.com/moggers87/salmon,GPL-3.0,2013-05-07 11:29:42.000,2023-04-05 02:56:48.000,2023-04-02 04:09:41,448.0,67,20.0,71.0,17.0,73.0,619,A Python Mail Server.,21.0,20.0,15.0,17,True,,,2019-12-31 19:27:38.000,3.2.0,12.0,119.0,964.0,,salmon-mail,https://pypi.org/project/salmon-mail,2019-12-31 19:27:28.000,1.0,962.0,,,,3.0,,,,,,,,,,,,,,,,,,, +554,fastapi-plugins,madkote/fastapi-plugins,fastapi-utils,,https://github.com/madkote/fastapi-plugins,https://github.com/madkote/fastapi-plugins,MIT,2019-11-20 11:41:50.000,2023-03-24 12:57:07.000,2023-03-24 12:57:03,86.0,18,3.0,5.0,3.0,12.0,310,FastAPI framework plugins.,97.0,96.0,3.0,17,True,['fastapi'],,2023-03-24 12:44:12.000,0.12.0,19.0,,3367.0,,fastapi-plugins,https://pypi.org/project/fastapi-plugins,2022-07-07 12:26:07.000,1.0,3367.0,,,,3.0,,,,,,,,,,,,,,,,,,, +555,flask-file-upload,joegasewicz/flask-file-upload,flask-utils,,https://github.com/joegasewicz/flask-file-upload,https://github.com/joegasewicz/flask-file-upload,MIT,2019-12-13 11:26:42.000,2023-02-16 04:15:10.000,2023-02-08 08:18:07,375.0,14,5.0,54.0,14.0,60.0,151,Easy file uploads for Flask.,81.0,81.0,6.0,17,True,['flask'],,2021-12-07 13:25:50.000,0.2.1,25.0,,85.0,,flask-file-upload,https://pypi.org/project/flask-file-upload,2021-12-07 13:25:50.000,,85.0,,,,3.0,,,,,,,,,,,,,,,,,,, +556,apex,cd34/apex,auth,,https://github.com/cd34/apex,https://github.com/cd34/apex,MIT,2011-07-17 20:20:49.000,2022-09-17 20:58:19.000,2020-04-02 04:58:41,429.0,29,13.0,77.0,8.0,20.0,95,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",32.0,,19.0,17,False,['pyramid'],,,,5.0,,8617.0,,apex,https://pypi.org/project/apex,2021-12-15 14:18:14.200,32.0,8617.0,,,,3.0,,,,,,,,,,,,,,,,,,, +557,pyramid_swagger,striglia/pyramid_swagger,openapi-utils,,https://github.com/danielpops/pyramid_swagger,https://github.com/danielpops/pyramid_swagger,BSD-3-Clause,2014-05-24 00:43:16.000,2022-09-18 16:33:52.000,2022-09-18 16:33:51,571.0,47,13.0,139.0,24.0,86.0,65,Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.,,,39.0,17,False,['pyramid'],,2019-05-07 14:20:39.000,2.7.0,27.0,,7284.0,,pyramid_swagger,https://pypi.org/project/pyramid_swagger,2019-05-07 14:20:39.000,,7284.0,,,,3.0,,,,,,,,,,,,,,,danielpops/pyramid_swagger,,,, +558,Flask-GraphQL-Auth,NovemberOscar/Flask-GraphQL-Auth,graphql,,https://github.com/rscarrera27/Flask-GraphQL-Auth,https://github.com/rscarrera27/Flask-GraphQL-Auth,MIT,2018-04-19 00:41:39.000,2023-05-01 21:37:28.000,2021-06-16 13:33:51,120.0,12,7.0,15.0,6.0,13.0,63,(UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to provide JWT authentication for Flask-GraphQL.,234.0,230.0,7.0,17,False,['flask'],,2021-04-19 04:21:50.000,1.3.3,14.0,,4817.0,,flask-graphql-auth,https://pypi.org/project/flask-graphql-auth,2021-04-19 04:19:08.000,4.0,4817.0,,,,3.0,,,,,,,,,,,,,,,rscarrera27/Flask-GraphQL-Auth,,,, +559,nginx-ui,schenkd/nginx-ui,admin-ui,,https://github.com/schenkd/nginx-ui,https://github.com/schenkd/nginx-ui,MIT,2020-05-30 08:31:03.000,2023-07-23 18:39:02.000,2023-04-24 11:52:27,13.0,261,81.0,23.0,24.0,14.0,4375,Nginx UI allows you to access and modify the nginx configurations files without cli.,,,4.0,16,True,,,2020-06-28 15:17:10.000,0.2,1.0,,12553.0,,,,,,,,,,3.0,,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,15.0,539787.0,,,,, +560,Astra,flipkart-incubator/Astra,testing,,https://github.com/flipkart-incubator/Astra,https://github.com/flipkart-incubator/Astra,Apache-2.0,2018-01-10 11:56:11.000,2023-12-03 15:25:44.000,2023-02-16 09:33:40,487.0,372,84.0,65.0,57.0,28.0,2382,Automated Security Testing For REST APIs.,,,12.0,16,True,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +561,igramscraper,realsirjoe/instagram-scraper,third-party-apis,,https://github.com/realsirjoe/instagram-scraper,https://github.com/realsirjoe/instagram-scraper,MIT,2019-06-10 06:15:55.000,2021-09-05 10:31:32.000,,,355,,,108.0,,2145,"scrapes medias, likes, followers, tags and all metadata. Inspired by instagram-php-scraper,bot.",2.0,,24.0,16,False,,,2020-05-25 18:11:03.000,0.3.5,9.0,,793.0,,igramscraper,https://pypi.org/project/igramscraper,2020-05-25 18:11:03.000,2.0,793.0,,,,3.0,,,,,,,,,,,,,,,,,,, +562,libextract,datalib/libextract,others,,https://github.com/datalib/libextract,https://github.com/datalib/libextract,MIT,2015-04-06 08:27:32.000,2020-10-02 11:31:24.000,2015-05-23 08:52:06,317.0,41,24.0,19.0,3.0,19.0,499,Extract data from websites using basic statistical magic.,27.0,18.0,3.0,16,False,,,2015-06-28 22:20:05.000,0.0.12,4.0,,14.0,,libextract,https://pypi.org/project/libextract,2015-06-28 22:20:05.000,9.0,14.0,,,,3.0,,,,,,,,,,,,,,,,,,, +563,tartiflette-asgi,tartiflette/tartiflette-asgi,graphql,,https://github.com/tartiflette/tartiflette-asgi,https://github.com/tartiflette/tartiflette-asgi,MIT,2019-04-19 19:38:45.000,2023-06-26 07:57:25.000,2022-05-20 21:14:37,166.0,16,8.0,139.0,12.0,43.0,99,ASGI support for the Tartiflette GraphQL engine.,20.0,19.0,14.0,16,False,['graphql'],,2022-05-20 21:20:14.000,0.12.0,7.0,,212.0,,tartiflette-asgi,https://pypi.org/project/tartiflette-asgi,2022-05-20 21:20:14.000,1.0,212.0,,,,3.0,,,,,,,,,,,,,,,,,,, +564,pyramid_services,mmerickel/pyramid_services,pyramid-utils,,https://github.com/mmerickel/pyramid_services,https://github.com/mmerickel/pyramid_services,MIT,2015-02-14 06:44:36.000,2023-09-04 21:03:12.000,2023-04-16 21:30:17,91.0,10,14.0,12.0,,5.0,81,A service layer for pyramid.,19.0,,6.0,16,True,['pyramid'],,2019-04-22 16:43:41.562,0.1.1,9.0,,12645.0,,pyramid_services,https://pypi.org/project/pyramid_services,2019-04-22 16:43:41.941,19.0,12645.0,,,,3.0,,,,,,,,,,,,,,,,,,, +565,django-schedule,thauber/django-schedule,django-utils,,https://github.com/thauber/django-schedule,https://github.com/thauber/django-schedule,BSD-3-Clause,2009-04-02 02:56:42.000,2019-12-29 09:27:39.000,2016-04-16 20:26:10,326.0,290,44.0,8.0,24.0,40.0,831,"A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over..",,,17.0,15,False,['django'],,,,1.0,,22.0,,django-schedule-frinat,https://pypi.org/project/django-schedule-frinat,2014-02-24 14:31:35.000,,22.0,,,,3.0,,,,,,,,,,,,,,,,,,,BSD-3-Clause +566,Growler,pyGrowler/Growler,web-frameworks,,https://github.com/pyGrowler/Growler,https://github.com/pyGrowler/Growler,Apache-2.0,2014-10-22 02:11:12.000,2020-03-08 07:53:32.000,2020-03-08 07:51:41,599.0,27,22.0,3.0,5.0,11.0,688,A micro web-framework using asyncio coroutines and chained middleware.,2.0,,5.0,15,False,,,2016-10-16 15:29:10.000,0.8.0,10.0,,59.0,,growler,https://pypi.org/project/growler,2016-10-16 15:29:10.000,2.0,59.0,,,,3.0,,,,,,,,,,,,,,,,,,, +567,flask-state,yoobool/flask-state,monitoring,,https://github.com/yoobool/flask-state,https://github.com/yoobool/flask-state,BSD-3-Clause,2020-08-25 02:27:29.000,2021-12-15 18:07:56.000,2021-06-18 07:32:23,511.0,52,17.0,26.0,6.0,18.0,623,Display machine state using Python3 with Flask.,2.0,2.0,10.0,15,False,['flask'],,2021-06-18 07:47:50.000,1.1.4,16.0,,174.0,,Flask-State,https://pypi.org/project/Flask-State,2021-06-18 07:47:50.000,,174.0,,,,3.0,,,,,,,,,,,,,,,,,,, +568,opengraph,erikriver/opengraph,web-scraping,,https://github.com/erikriver/opengraph,https://github.com/erikriver/opengraph,MIT,2011-06-17 08:11:10.000,2021-12-26 03:18:57.000,2017-09-19 15:55:05,27.0,83,15.0,28.0,22.0,2.0,223,A python module to parse the Open Graph Protocol.,123.0,99.0,8.0,15,False,,,,,3.0,,845.0,,opengraph,https://pypi.org/project/opengraph,2012-05-25 23:25:52.000,24.0,845.0,,,,3.0,,,,,,,,,,,,,,,,,,, +569,pyramid_jwt,wichert/pyramid_jwt,auth,,https://github.com/wichert/pyramid_jwt,https://github.com/wichert/pyramid_jwt,BSD-2-Clause,2015-12-16 14:33:49.000,2022-09-17 21:18:54.000,2020-10-09 07:57:39,120.0,31,6.0,34.0,22.0,20.0,74,JWT authentication for Pyramid.,,,12.0,15,False,['pyramid'],,2021-02-20 11:34:46.712,1.6.1,10.0,,16913.0,,pyramid_jwt,https://pypi.org/project/pyramid_jwt,2020-05-05 15:16:08.000,,16913.0,,,,3.0,,,,,,,,,,,,,,,,,,, +570,fastapi-permissions,holgi/fastapi-permissions,auth,,https://github.com/holgi/fastapi-permissions,https://github.com/holgi/fastapi-permissions,THE BEER-WARE LICENSE,2019-07-19 22:36:43.000,2023-10-16 14:40:54.000,2020-10-05 14:24:37,44.0,43,12.0,10.0,9.0,3.0,413,row level security for FastAPI framework.,,,1.0,14,False,['fastapi'],,2020-10-05 14:18:40.000,0.2.7,10.0,,5458.0,,fastapi-permissions,https://pypi.org/project/fastapi-permissions,2020-10-05 14:18:40.000,,5458.0,,,,3.0,,,,,,,,,,,,,,,,,,, +571,fastapi_client,dmontagu/fastapi_client,fastapi-utils,,https://github.com/dmontagu/fastapi_client,https://github.com/dmontagu/fastapi_client,Apache-2.0,2019-08-03 10:35:23.000,2023-07-06 21:45:13.000,2021-02-11 19:35:35,36.0,32,8.0,20.0,8.0,8.0,321,FastAPI client generator.,325.0,325.0,8.0,14,False,['fastapi'],,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +572,Transistor,bomquote/transistor,web-scraping,,https://github.com/bomquote/transistor,https://github.com/bomquote/transistor,MIT,2018-11-12 15:25:51.000,2023-12-20 20:22:49.000,2020-08-16 21:52:05,198.0,23,11.0,319.0,60.0,3.0,210,"Transistor, a Python web scraping framework for intelligent use cases.",,,2.0,14,False,,,2020-08-03 20:20:32.000,0.2.4,7.0,97.0,24.0,,transistor,https://pypi.org/project/transistor,2020-08-03 20:12:39.000,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, +573,lazynlp,chiphuyen/lazynlp,web-scraping,,https://github.com/chiphuyen/lazynlp,https://github.com/chiphuyen/lazynlp,MIT,2019-02-27 23:23:19.000,2020-11-11 12:16:30.000,2019-10-07 16:52:30,14.0,309,77.0,5.0,7.0,3.0,2136,Library to scrape and clean web pages to create massive datasets.,,,7.0,13,False,,,2019-03-02 17:38:27.000,1.0.0,1.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +574,flask-bootstrap,esbullington/flask-bootstrap,flask-utils,,https://github.com/esbullington/flask-bootstrap,https://github.com/esbullington/flask-bootstrap,,2012-03-06 17:53:29.000,2023-06-16 16:09:08.933,2019-08-14 04:58:34,139.0,49,10.0,5.0,1.0,4.0,207,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",,,6.0,13,False,['flask'],,,,1.0,,159806.0,conda-forge/flask-bootstrap,flask-bootstrap,https://pypi.org/project/flask-bootstrap,,,159572.0,https://anaconda.org/conda-forge/flask-bootstrap,2023-06-16 16:09:08.933,15215.0,3.0,-12.0,,,,,,,,,,,,,,,,,, +575,flask2postman,numberly/flask2postman,flask-utils,,https://github.com/numberly/flask2postman,https://github.com/numberly/flask2postman,MIT,2015-08-28 11:12:41.000,2022-09-15 20:25:29.000,2022-09-15 20:25:29,60.0,17,10.0,6.0,5.0,2.0,147,Generate a Postman collection from your Flask application.,20.0,19.0,5.0,13,False,['flask'],,2020-01-16 15:13:52.000,1.4.4,18.0,,641.0,,flask2postman,https://pypi.org/project/flask2postman,2020-01-16 15:13:52.000,1.0,641.0,,,,3.0,,,,,,,,,,,,,,,,,,, +576,Scrapera,DarshanDeshpande/Scrapera,web-scraping,,https://github.com/DarshanDeshpande/Scrapera,https://github.com/DarshanDeshpande/Scrapera,MIT,2021-01-23 11:55:03.000,2022-05-22 20:08:21.000,2021-08-30 16:47:21,37.0,19,10.0,6.0,2.0,5.0,306,A universal package of scraper scripts for humans.,,,4.0,12,False,,,2021-02-07 18:22:49.000,1.1.3,19.0,,100.0,,scrapera,https://pypi.org/project/scrapera,2021-02-07 18:22:49.000,,100.0,,,,3.0,,,,,,,,,,,,,,,,,,, +577,fastapi-lazy,yezz123/fastapi-lazy,fastapi-utils,,https://github.com/yezz123/fastapi-lazy,https://github.com/yezz123/fastapi-lazy,MIT,2021-09-30 14:25:29.000,2022-01-30 01:46:04.000,2021-12-29 13:50:55,36.0,12,8.0,21.0,4.0,1.0,107,Lazy package to start your project using FastAPI.,,,2.0,10,False,['fastapi'],,2021-11-21 11:00:44.000,1.2.6,9.0,,41.0,,fastapi-lazy,https://pypi.org/project/fastapi-lazy,2021-11-21 11:00:44.000,,41.0,,,,3.0,,,,,,,,,,,,,,,,,,, +578,IP2Trace,ip2location/ip2trace-python,others,,https://github.com/ip2location/ip2trace-python,https://github.com/ip2location/ip2trace-python,MIT,2021-01-15 07:49:23.000,2023-05-09 08:40:01.000,2023-05-09 07:20:19,22.0,10,7.0,,,2.0,31,"Python tool to traceroute with IP geolocation information, such as country, region, city, isp and many more.",1.0,1.0,2.0,10,False,,,2023-05-09 08:40:01.000,3.2.0,16.0,,71.0,,IP2Trace,https://pypi.org/project/IP2Trace,2022-07-01 08:25:29.000,,71.0,,,,3.0,,,,,,,,,,,,,,,,,,, +579,timing-asgi,steinnes/timing-asgi,monitoring,,https://github.com/steinnes/timing-asgi,https://github.com/steinnes/timing-asgi,,2019-02-05 23:53:18.000,2023-07-18 10:19:04.000,2023-07-18 10:18:35,80.0,9,2.0,19.0,4.0,3.0,114,ASGI middleware to record and emit timing metrics (to something like statsd).,47.0,47.0,5.0,8,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 9b814e25..7360dab5 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,25 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- django-tables2 (πŸ₯ˆ35 Β· ⭐ 1.8K Β· πŸ“ˆ) - django-tables2 - An app for creating HTML tables. BSD-2 -- aiortc (πŸ₯ˆ32 Β· ⭐ 3.7K Β· πŸ“ˆ) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 -- django-rosetta (πŸ₯‰29 Β· ⭐ 970 Β· πŸ“ˆ) - Rosetta is a Django application that eases the.. MIT -- django-cachalot (πŸ₯‰28 Β· ⭐ 1.1K Β· πŸ“ˆ) - No effort, no worry, maximum performance. BSD-3 -- mistletoe (πŸ₯‰27 Β· ⭐ 690 Β· πŸ“ˆ) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT +- flask (πŸ₯‡50 Β· ⭐ 65K Β· πŸ“ˆ) - The Python micro framework for building web applications. BSD-3 +- starlette (πŸ₯ˆ42 Β· ⭐ 9K Β· πŸ“ˆ) - The little ASGI framework that shines. BSD-3 +- lxml (πŸ₯‡40 Β· ⭐ 2.5K Β· πŸ“ˆ) - The lxml XML toolkit for Python. BSD-3 +- uvicorn (πŸ₯‡39 Β· ⭐ 7.4K Β· πŸ“ˆ) - An ASGI web server, for Python. BSD-3 +- chalice (πŸ₯‡36 Β· ⭐ 10K Β· πŸ“ˆ) - Python Serverless Microframework for AWS. Apache-2 ## πŸ“‰ Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- stripe (πŸ₯ˆ35 Β· ⭐ 1.5K Β· πŸ“‰) - Python library for the Stripe API. MIT -- python-markdown2 (πŸ₯ˆ34 Β· ⭐ 2.5K Β· πŸ“‰) - markdown2: A fast and complete implementation of Markdown.. MIT -- jira (πŸ₯ˆ34 Β· ⭐ 1.8K Β· πŸ“‰) - Python Jira library. Development chat available on.. BSD-2 -- google-auth (πŸ₯ˆ34 Β· ⭐ 710 Β· πŸ“‰) - Google Auth Python Library. Apache-2 -- python-zeep (πŸ₯ˆ32 Β· ⭐ 1.8K Β· πŸ’€) - A Python SOAP client. MIT +- django-cacheops (πŸ₯‰29 Β· ⭐ 1.9K Β· πŸ“‰) - A slick ORM cache with automatic granular event-.. BSD-3 +- django-polymorphic (πŸ₯‰23 Β· ⭐ 1.5K Β· πŸ“‰) - Improved Django model inheritance with automatic.. ❗Unlicensed +- flask-talisman (πŸ₯‰20 Β· ⭐ 900 Β· πŸ’€) - HTTP security headers for Flask. Apache-2 +- gabbi (πŸ₯‰18 Β· ⭐ 140 Β· πŸ“‰) - Declarative HTTP Testing for Python and anything else. ❗Unlicensed +- flask-bootstrap (πŸ₯‰13 Β· ⭐ 210 Β· πŸ’€) - A Flask app template with integrated SQLAlchemy,.. ❗Unlicensed + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- NiceGUI (πŸ₯ˆ33 Β· ⭐ 6.1K Β· βž•) - Create web-based user interfaces with Python. The nice way. MIT