diff --git a/README.md b/README.md index f65691bc..44b5a7d7 100644 --- a/README.md +++ b/README.md @@ -91,12 +91,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django (πŸ₯‡49 Β· ⭐ 77K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/django/django) (πŸ‘¨β€πŸ’» 3.1K Β· πŸ”€ 31K Β· πŸ“¦ 1.6M Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/django/django) (πŸ‘¨β€πŸ’» 3.1K Β· πŸ”€ 31K Β· πŸ“¦ 1.6M Β· ⏱️ 02.05.2024): ``` git clone https://github.com/django/django ``` -- [PyPi](https://pypi.org/project/django) (πŸ“₯ 15M / month Β· πŸ“¦ 120K Β· ⏱️ 03.04.2024): +- [PyPi](https://pypi.org/project/django) (πŸ“₯ 15M / month Β· πŸ“¦ 15K Β· ⏱️ 03.04.2024): ``` pip install django ``` @@ -107,12 +107,12 @@ _General purpose web frameworks to build web applications and REST APIs._
flask (πŸ₯‡49 Β· ⭐ 66K) - The Python micro framework for building web applications. BSD-3 -- [GitHub](https://github.com/pallets/flask) (πŸ‘¨β€πŸ’» 830 Β· πŸ”€ 16K Β· πŸ“₯ 7.6K Β· πŸ“¦ 1.9M Β· πŸ“‹ 2.6K - 0% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/pallets/flask) (πŸ‘¨β€πŸ’» 840 Β· πŸ”€ 16K Β· πŸ“₯ 7.6K Β· πŸ“¦ 1.9M Β· πŸ“‹ 2.6K - 0% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/pallets/flask ``` -- [PyPi](https://pypi.org/project/flask) (πŸ“₯ 100M / month Β· πŸ“¦ 120K Β· ⏱️ 07.04.2024): +- [PyPi](https://pypi.org/project/flask) (πŸ“₯ 90M / month Β· πŸ“¦ 12K Β· ⏱️ 07.04.2024): ``` pip install flask ``` @@ -123,50 +123,50 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi (πŸ₯‡48 Β· ⭐ 71K) - FastAPI framework, high performance, easy to learn, fast to.. MIT -- [GitHub](https://github.com/tiangolo/fastapi) (πŸ‘¨β€πŸ’» 620 Β· πŸ”€ 5.9K Β· πŸ“¦ 350K Β· πŸ“‹ 3.7K - 8% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/tiangolo/fastapi) (πŸ‘¨β€πŸ’» 620 Β· πŸ”€ 6K Β· πŸ“¦ 350K Β· πŸ“‹ 3.7K - 8% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/tiangolo/fastapi ``` -- [PyPi](https://pypi.org/project/fastapi) (πŸ“₯ 32M / month Β· πŸ“¦ 3.8K Β· ⏱️ 19.04.2024): +- [PyPi](https://pypi.org/project/fastapi) (πŸ“₯ 33M / month Β· πŸ“¦ 3.9K Β· ⏱️ 30.04.2024): ``` pip install fastapi ``` -- [Conda](https://anaconda.org/conda-forge/fastapi) (πŸ“₯ 2M Β· ⏱️ 19.04.2024): +- [Conda](https://anaconda.org/conda-forge/fastapi) (πŸ“₯ 2M Β· ⏱️ 30.04.2024): ``` conda install -c conda-forge fastapi ```
-
werkzeug (πŸ₯‡44 Β· ⭐ 6.5K) - The comprehensive WSGI web application library. BSD-3 +
django-rest-framework (πŸ₯‡44 Β· ⭐ 28K Β· πŸ“ˆ) - Web APIs for Django. BSD-3 -- [GitHub](https://github.com/pallets/werkzeug) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 1.7K Β· πŸ“₯ 850 Β· πŸ“¦ 1.3M Β· πŸ“‹ 1.2K - 0% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/encode/django-rest-framework) (πŸ‘¨β€πŸ’» 1.4K Β· πŸ”€ 6.7K Β· πŸ“¦ 660K Β· πŸ“‹ 3.9K - 2% open Β· ⏱️ 30.04.2024): ``` - git clone https://github.com/pallets/werkzeug + git clone https://github.com/encode/django-rest-framework ``` -- [PyPi](https://pypi.org/project/werkzeug) (πŸ“₯ 98M / month Β· πŸ“¦ 70K Β· ⏱️ 01.04.2024): +- [PyPi](https://pypi.org/project/django-rest-framework) (πŸ“₯ 130K / month Β· πŸ“¦ 440 Β· ⏱️ 20.07.2017): ``` - pip install werkzeug + pip install django-rest-framework ``` -- [Conda](https://anaconda.org/conda-forge/werkzeug) (πŸ“₯ 10M Β· ⏱️ 02.04.2024): +- [Conda](https://anaconda.org/conda-forge/djangorestframework) (πŸ“₯ 560K Β· ⏱️ 22.03.2024): ``` - conda install -c conda-forge werkzeug + conda install -c conda-forge djangorestframework ```
-
django-rest-framework (πŸ₯ˆ43 Β· ⭐ 27K) - Web APIs for Django. BSD-3 +
werkzeug (πŸ₯‡44 Β· ⭐ 6.5K) - The comprehensive WSGI web application library. BSD-3 -- [GitHub](https://github.com/encode/django-rest-framework) (πŸ‘¨β€πŸ’» 1.4K Β· πŸ”€ 6.7K Β· πŸ“¦ 660K Β· πŸ“‹ 3.9K - 2% open Β· ⏱️ 08.04.2024): +- [GitHub](https://github.com/pallets/werkzeug) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 1.7K Β· πŸ“₯ 850 Β· πŸ“¦ 1.3M Β· πŸ“‹ 1.2K - 0% open Β· ⏱️ 01.05.2024): ``` - git clone https://github.com/encode/django-rest-framework + git clone https://github.com/pallets/werkzeug ``` -- [PyPi](https://pypi.org/project/django-rest-framework) (πŸ“₯ 120K / month Β· πŸ“¦ 440 Β· ⏱️ 20.07.2017): +- [PyPi](https://pypi.org/project/werkzeug) (πŸ“₯ 94M / month Β· πŸ“¦ 70K Β· ⏱️ 01.04.2024): ``` - pip install django-rest-framework + pip install werkzeug ``` -- [Conda](https://anaconda.org/conda-forge/djangorestframework) (πŸ“₯ 560K Β· ⏱️ 22.03.2024): +- [Conda](https://anaconda.org/conda-forge/werkzeug) (πŸ“₯ 10M Β· ⏱️ 02.04.2024): ``` - conda install -c conda-forge djangorestframework + conda install -c conda-forge werkzeug ```
tornado (πŸ₯ˆ43 Β· ⭐ 22K) - Tornado is a Python web framework and asynchronous networking.. Apache-2 @@ -176,7 +176,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) (πŸ“₯ 38M / month Β· πŸ“¦ 26K Β· ⏱️ 29.11.2023): +- [PyPi](https://pypi.org/project/tornado) (πŸ“₯ 39M / month Β· πŸ“¦ 26K Β· ⏱️ 29.11.2023): ``` pip install tornado ``` @@ -187,16 +187,16 @@ _General purpose web frameworks to build web applications and REST APIs._
starlette (πŸ₯ˆ42 Β· ⭐ 9.5K) - The little ASGI framework that shines. BSD-3 -- [GitHub](https://github.com/encode/starlette) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 830 Β· πŸ“¦ 200K Β· πŸ“‹ 720 - 5% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/encode/starlette) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 840 Β· πŸ“¦ 200K Β· πŸ“‹ 720 - 5% open Β· ⏱️ 25.04.2024): ``` git clone https://github.com/encode/starlette ``` -- [PyPi](https://pypi.org/project/starlette) (πŸ“₯ 28M / month Β· πŸ“¦ 1.2K Β· ⏱️ 05.03.2024): +- [PyPi](https://pypi.org/project/starlette) (πŸ“₯ 29M / month Β· πŸ“¦ 1.2K Β· ⏱️ 05.03.2024): ``` pip install starlette ``` -- [Conda](https://anaconda.org/conda-forge/starlette) (πŸ“₯ 2M Β· ⏱️ 05.03.2024): +- [Conda](https://anaconda.org/conda-forge/starlette) (πŸ“₯ 2.1M Β· ⏱️ 05.03.2024): ``` conda install -c conda-forge starlette ``` @@ -208,7 +208,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/sanic-org/sanic ``` -- [PyPi](https://pypi.org/project/sanic) (πŸ“₯ 800K / month Β· πŸ“¦ 710 Β· ⏱️ 09.01.2024): +- [PyPi](https://pypi.org/project/sanic) (πŸ“₯ 790K / month Β· πŸ“¦ 710 Β· ⏱️ 09.01.2024): ``` pip install sanic ``` @@ -219,12 +219,12 @@ _General purpose web frameworks to build web applications and REST APIs._
Flask-AppBuilder (πŸ₯ˆ40 Β· ⭐ 4.5K) - Simple and rapid application development framework,.. BSD-3 -- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.3K Β· πŸ“¦ 6.8K Β· πŸ“‹ 1.3K - 13% open Β· ⏱️ 12.03.2024): +- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.3K Β· πŸ“¦ 6.9K Β· πŸ“‹ 1.3K - 13% open Β· ⏱️ 12.03.2024): ``` git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (πŸ“₯ 8.9M / month Β· πŸ“¦ 340 Β· ⏱️ 23.02.2024): +- [PyPi](https://pypi.org/project/flask-appbuilder) (πŸ“₯ 9M / month Β· πŸ“¦ 340 Β· ⏱️ 23.02.2024): ``` pip install flask-appbuilder ``` @@ -233,46 +233,46 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-appbuilder ```
-
bottle (πŸ₯ˆ39 Β· ⭐ 8.3K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT +
bottle (πŸ₯ˆ38 Β· ⭐ 8.3K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT - [GitHub](https://github.com/bottlepy/bottle) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 1.4K Β· πŸ“¦ 30K Β· πŸ“‹ 890 - 35% open Β· ⏱️ 03.01.2024): ``` git clone https://github.com/bottlepy/bottle ``` -- [PyPi](https://pypi.org/project/bottle) (πŸ“₯ 3.6M / month Β· πŸ“¦ 5.2K Β· ⏱️ 04.03.2023): +- [PyPi](https://pypi.org/project/bottle) (πŸ“₯ 3.7M / month Β· πŸ“¦ 5.2K Β· ⏱️ 04.03.2023): ``` pip install bottle ``` -- [Conda](https://anaconda.org/conda-forge/bottle) (πŸ“₯ 420K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/bottle) (πŸ“₯ 430K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge bottle ```
falcon (πŸ₯ˆ37 Β· ⭐ 9.4K) - The no-magic web data plane API and microservices framework for.. Apache-2 -- [GitHub](https://github.com/falconry/falcon) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 920 Β· πŸ“₯ 7.2K Β· πŸ“¦ 9.1K Β· πŸ“‹ 1K - 15% open Β· ⏱️ 17.04.2024): +- [GitHub](https://github.com/falconry/falcon) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 920 Β· πŸ“₯ 7.4K Β· πŸ“¦ 9.1K Β· πŸ“‹ 1K - 15% open Β· ⏱️ 17.04.2024): ``` git clone https://github.com/falconry/falcon ``` -- [PyPi](https://pypi.org/project/falcon) (πŸ“₯ 680K / month Β· πŸ“¦ 1.7K Β· ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/falcon) (πŸ“₯ 690K / month Β· πŸ“¦ 1.7K Β· ⏱️ 05.12.2023): ``` pip install falcon ``` -- [Conda](https://anaconda.org/conda-forge/falcon) (πŸ“₯ 360K Β· ⏱️ 07.12.2023): +- [Conda](https://anaconda.org/conda-forge/falcon) (πŸ“₯ 370K Β· ⏱️ 07.12.2023): ``` conda install -c conda-forge falcon ```
flask-restful (πŸ₯ˆ36 Β· ⭐ 6.8K Β· πŸ’€) - Simple framework for creating REST APIs. BSD-3 -- [GitHub](https://github.com/flask-restful/flask-restful) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1K Β· πŸ“¦ 110K Β· πŸ“‹ 600 - 24% open Β· ⏱️ 21.05.2023): +- [GitHub](https://github.com/flask-restful/flask-restful) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1K Β· πŸ“¦ 110K Β· πŸ“‹ 610 - 24% open Β· ⏱️ 21.05.2023): ``` git clone https://github.com/flask-restful/flask-restful ``` -- [PyPi](https://pypi.org/project/flask-restful) (πŸ“₯ 1.8M / month Β· πŸ“¦ 7.3K Β· ⏱️ 21.05.2023): +- [PyPi](https://pypi.org/project/flask-restful) (πŸ“₯ 1.9M / month Β· πŸ“¦ 7.3K Β· ⏱️ 21.05.2023): ``` pip install flask-restful ``` @@ -281,9 +281,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-restful ```
-
litestar (πŸ₯ˆ36 Β· ⭐ 4.4K) - Production-ready, Light, Flexible and Extensible ASGI API framework.. MIT +
litestar (πŸ₯ˆ36 Β· ⭐ 4.5K) - Production-ready, Light, Flexible and Extensible ASGI API framework.. MIT -- [GitHub](https://github.com/litestar-org/litestar) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 320 Β· πŸ“¦ 500 Β· πŸ“‹ 1K - 15% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/litestar-org/litestar) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 320 Β· πŸ“¦ 520 Β· πŸ“‹ 1K - 14% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/litestar-org/litestar @@ -300,7 +300,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/cherrypy/cherrypy ``` -- [PyPi](https://pypi.org/project/cherrypy) (πŸ“₯ 900K / month Β· πŸ“¦ 10K Β· ⏱️ 13.12.2023): +- [PyPi](https://pypi.org/project/cherrypy) (πŸ“₯ 870K / month Β· πŸ“¦ 10K Β· ⏱️ 13.12.2023): ``` pip install cherrypy ``` @@ -311,12 +311,12 @@ _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.2K Β· πŸ“¦ 5.7K Β· πŸ“‹ 930 - 43% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/django-tastypie/django-tastypie) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1.2K Β· πŸ“¦ 5.8K Β· πŸ“‹ 930 - 43% open Β· ⏱️ 24.04.2024): ``` git clone https://github.com/django-tastypie/django-tastypie ``` -- [PyPi](https://pypi.org/project/django-tastypie) (πŸ“₯ 71K / month Β· πŸ“¦ 2.5K Β· ⏱️ 23.04.2024): +- [PyPi](https://pypi.org/project/django-tastypie) (πŸ“₯ 72K / month Β· πŸ“¦ 2.5K Β· ⏱️ 23.04.2024): ``` pip install django-tastypie ``` @@ -328,7 +328,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/hugapi/hug ``` -- [PyPi](https://pypi.org/project/hug) (πŸ“₯ 64K / month Β· πŸ“¦ 240 Β· ⏱️ 06.02.2020): +- [PyPi](https://pypi.org/project/hug) (πŸ“₯ 66K / month Β· πŸ“¦ 240 Β· ⏱️ 06.02.2020): ``` pip install hug ``` @@ -344,19 +344,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pyeve/eve ``` -- [PyPi](https://pypi.org/project/eve) (πŸ“₯ 14K / month Β· πŸ“¦ 380 Β· ⏱️ 14.03.2023): +- [PyPi](https://pypi.org/project/eve) (πŸ“₯ 15K / month Β· πŸ“¦ 43 Β· ⏱️ 14.03.2023): ``` pip install eve ```
webpy (πŸ₯‰30 Β· ⭐ 5.9K) - web.py is a web framework for python that is as simple as it is.. Unlicense -- [GitHub](https://github.com/webpy/webpy) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 1.3K Β· πŸ“¦ 21 Β· πŸ“‹ 460 - 12% open Β· ⏱️ 21.02.2024): +- [GitHub](https://github.com/webpy/webpy) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 1.3K Β· πŸ“¦ 21 Β· πŸ“‹ 460 - 11% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/webpy/webpy ``` -- [PyPi](https://pypi.org/project/web.py) (πŸ“₯ 99K / month Β· πŸ“¦ 1.1K Β· ⏱️ 09.11.2020): +- [PyPi](https://pypi.org/project/web.py) (πŸ“₯ 91K / month Β· πŸ“¦ 1.1K Β· ⏱️ 09.11.2020): ``` pip install web.py ``` @@ -365,30 +365,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge web.py ```
-
robyn (πŸ₯‰29 Β· ⭐ 3.6K) - Robyn is a Super Fast Async Python Web Framework with a Rust runtime. BSD-2 +
robyn (πŸ₯‰30 Β· ⭐ 3.6K) - Robyn is a Super Fast Async Python Web Framework with a Rust runtime. BSD-2 -- [GitHub](https://github.com/sparckles/Robyn) (πŸ‘¨β€πŸ’» 61 Β· πŸ”€ 180 Β· πŸ“¦ 73 Β· πŸ“‹ 370 - 32% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/sparckles/Robyn) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 180 Β· πŸ“¦ 73 Β· πŸ“‹ 370 - 32% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/sansyrox/robyn ``` -- [PyPi](https://pypi.org/project/robyn) (πŸ“₯ 19K / month Β· πŸ“¦ 1 Β· ⏱️ 12.04.2024): +- [PyPi](https://pypi.org/project/robyn) (πŸ“₯ 21K / month Β· πŸ“¦ 1 Β· ⏱️ 29.04.2024): ``` pip install robyn ``` -- [Conda](https://anaconda.org/conda-forge/robyn) (πŸ“₯ 150K Β· ⏱️ 13.04.2024): +- [Conda](https://anaconda.org/conda-forge/robyn) (πŸ“₯ 150K Β· ⏱️ 30.04.2024): ``` conda install -c conda-forge robyn ```
-
masonite (πŸ₯‰29 Β· ⭐ 2.1K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT +
masonite (πŸ₯‰29 Β· ⭐ 2.2K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT - [GitHub](https://github.com/MasoniteFramework/masonite) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 130 Β· πŸ“¦ 520 Β· πŸ“‹ 410 - 9% open Β· ⏱️ 04.04.2024): ``` git clone https://github.com/MasoniteFramework/masonite ``` -- [PyPi](https://pypi.org/project/masonite) (πŸ“₯ 4.9K / month Β· πŸ“¦ 78 Β· ⏱️ 12.03.2024): +- [PyPi](https://pypi.org/project/masonite) (πŸ“₯ 6.6K / month Β· πŸ“¦ 78 Β· ⏱️ 12.03.2024): ``` pip install masonite ``` @@ -404,11 +404,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install responder ``` -- [Conda](https://anaconda.org/conda-forge/responder) (πŸ“₯ 84K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/responder) (πŸ“₯ 85K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge responder ```
+
guillotina (πŸ₯‰26 Β· ⭐ 180) - Python AsyncIO data API to manage billions of resources. BSD-3 + +- [GitHub](https://github.com/plone/guillotina) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 51 Β· πŸ“¦ 140 Β· πŸ“‹ 230 - 26% open Β· ⏱️ 30.01.2024): + + ``` + git clone https://github.com/plone/guillotina + ``` +- [PyPi](https://pypi.org/project/guillotina) (πŸ“₯ 4.7K / month Β· πŸ“¦ 47 Β· ⏱️ 23.01.2024): + ``` + pip install guillotina + ``` +
web2py (πŸ₯‰25 Β· ⭐ 2.1K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0 - [GitHub](https://github.com/web2py/web2py) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 880 Β· πŸ“¦ 41 Β· πŸ“‹ 1.1K - 34% open Β· ⏱️ 16.01.2024): @@ -419,28 +431,16 @@ _General purpose web frameworks to build web applications and REST APIs._
emmett (πŸ₯‰25 Β· ⭐ 960) - The web framework for inventors. BSD-3 -- [GitHub](https://github.com/emmett-framework/emmett) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 69 Β· πŸ“¦ 59 Β· πŸ“‹ 320 - 9% open Β· ⏱️ 27.02.2024): +- [GitHub](https://github.com/emmett-framework/emmett) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 70 Β· πŸ“¦ 59 Β· πŸ“‹ 320 - 10% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/emmett-framework/emmett ``` -- [PyPi](https://pypi.org/project/emmett) (πŸ“₯ 610 / month Β· πŸ“¦ 4 Β· ⏱️ 28.01.2024): +- [PyPi](https://pypi.org/project/emmett) (πŸ“₯ 610 / month Β· πŸ“¦ 8 Β· ⏱️ 02.05.2024): ``` pip install emmett ```
-
guillotina (πŸ₯‰25 Β· ⭐ 180) - Python AsyncIO data API to manage billions of resources. BSD-3 - -- [GitHub](https://github.com/plone/guillotina) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 51 Β· πŸ“¦ 140 Β· πŸ“‹ 230 - 26% open Β· ⏱️ 30.01.2024): - - ``` - git clone https://github.com/plone/guillotina - ``` -- [PyPi](https://pypi.org/project/guillotina) (πŸ“₯ 4.1K / month Β· πŸ“¦ 47 Β· ⏱️ 23.01.2024): - ``` - pip install guillotina - ``` -
justpy (πŸ₯‰24 Β· ⭐ 1.2K) - An object oriented high-level Python Web Framework that requires no.. Apache-2 - [GitHub](https://github.com/justpy-org/justpy) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 89 Β· πŸ“¦ 460 Β· πŸ“‹ 440 - 0% open Β· ⏱️ 17.12.2023): @@ -448,7 +448,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/elimintz/justpy ``` -- [PyPi](https://pypi.org/project/justpy) (πŸ“₯ 1.5K / month Β· πŸ“¦ 7 Β· ⏱️ 20.09.2023): +- [PyPi](https://pypi.org/project/justpy) (πŸ“₯ 1.6K / month Β· πŸ“¦ 7 Β· ⏱️ 20.09.2023): ``` pip install justpy ``` @@ -460,19 +460,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/closeio/flask-mongorest ``` -- [PyPi](https://pypi.org/project/Flask-MongoRest) (πŸ“₯ 160 / month Β· πŸ“¦ 27 Β· ⏱️ 26.08.2019): +- [PyPi](https://pypi.org/project/Flask-MongoRest) (πŸ“₯ 170 / month Β· πŸ“¦ 27 Β· ⏱️ 26.08.2019): ``` pip install Flask-MongoRest ```
-
view.py (πŸ₯‰19 Β· ⭐ 210) - The Batteries-Detachable Web Framework. MIT +
view.py (πŸ₯‰20 Β· ⭐ 200) - The Batteries-Detachable Web Framework. MIT -- [GitHub](https://github.com/ZeroIntensity/view.py) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 15 Β· πŸ“‹ 110 - 48% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/ZeroIntensity/view.py) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 15 Β· πŸ“‹ 110 - 48% open Β· ⏱️ 26.04.2024): ``` git clone https://github.com/ZeroIntensity/view.py ``` -- [PyPi](https://pypi.org/project/view.py) (πŸ“₯ 910 / month Β· ⏱️ 04.02.2024): +- [PyPi](https://pypi.org/project/view.py) (πŸ“₯ 1.2K / month Β· ⏱️ 04.02.2024): ``` pip install view.py ``` @@ -484,16 +484,16 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/perdy/flama ``` -- [PyPi](https://pypi.org/project/flama) (πŸ“₯ 270 / month Β· πŸ“¦ 1 Β· ⏱️ 27.09.2023): +- [PyPi](https://pypi.org/project/flama) (πŸ“₯ 300 / month Β· πŸ“¦ 1 Β· ⏱️ 27.09.2023): ``` pip install flama ```
Show 7 hidden projects... -- pyramid (πŸ₯ˆ37 Β· ⭐ 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 -- cornice (πŸ₯‰29 Β· ⭐ 380) - Build Web Services with Pyramid. ❗Unlicensed +- cornice (πŸ₯‰28 Β· ⭐ 380) - Build Web Services with Pyramid. ❗Unlicensed - japronto (πŸ₯‰25 Β· ⭐ 8.6K Β· πŸ’€) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT - quart (πŸ₯‰24 Β· ⭐ 2.6K Β· πŸ’€) - 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 @@ -507,28 +507,28 @@ _General purpose web frameworks to build web applications and REST APIs._
requests (πŸ₯‡48 Β· ⭐ 51K) - A simple, yet elegant, HTTP library. Apache-2 -- [GitHub](https://github.com/psf/requests) (πŸ‘¨β€πŸ’» 760 Β· πŸ”€ 9.2K Β· πŸ“₯ 9.9K Β· πŸ“¦ 2.9M Β· πŸ“‹ 4K - 6% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/psf/requests) (πŸ‘¨β€πŸ’» 760 Β· πŸ”€ 9.2K Β· πŸ“₯ 10K Β· πŸ“¦ 2.9M Β· πŸ“‹ 4K - 6% open Β· ⏱️ 23.04.2024): ``` git clone https://github.com/psf/requests ``` -- [PyPi](https://pypi.org/project/requests) (πŸ“₯ 440M / month Β· πŸ“¦ 220K Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/requests) (πŸ“₯ 450M / month Β· πŸ“¦ 220K Β· ⏱️ 20.07.2023): ``` pip install requests ``` -- [Conda](https://anaconda.org/conda-forge/requests) (πŸ“₯ 41M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/requests) (πŸ“₯ 42M Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge requests ```
-
aiohttp (πŸ₯‡48 Β· ⭐ 15K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 +
aiohttp (πŸ₯‡47 Β· ⭐ 15K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- [GitHub](https://github.com/aio-libs/aiohttp) (πŸ‘¨β€πŸ’» 720 Β· πŸ”€ 2K Β· πŸ“₯ 17K Β· πŸ“¦ 490K Β· πŸ“‹ 3K - 16% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/aio-libs/aiohttp) (πŸ‘¨β€πŸ’» 720 Β· πŸ”€ 2K Β· πŸ“₯ 17K Β· πŸ“¦ 490K Β· πŸ“‹ 3K - 16% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/aio-libs/aiohttp ``` -- [PyPi](https://pypi.org/project/aiohttp) (πŸ“₯ 110M / month Β· πŸ“¦ 16K Β· ⏱️ 16.04.2024): +- [PyPi](https://pypi.org/project/aiohttp) (πŸ“₯ 110M / month Β· πŸ“¦ 14K Β· ⏱️ 16.04.2024): ``` pip install aiohttp ``` @@ -539,12 +539,12 @@ _General purpose web frameworks to build web applications and REST APIs._
urllib3 (πŸ₯ˆ44 Β· ⭐ 3.7K) - urllib3 is a user-friendly HTTP client library for Python. MIT -- [GitHub](https://github.com/urllib3/urllib3) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 1.1K Β· πŸ“₯ 38K Β· πŸ“¦ 1.8M Β· πŸ“‹ 1.3K - 10% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/urllib3/urllib3) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 1.1K Β· πŸ“₯ 38K Β· πŸ“¦ 1.8M Β· πŸ“‹ 1.3K - 10% open Β· ⏱️ 26.04.2024): ``` git clone https://github.com/urllib3/urllib3 ``` -- [PyPi](https://pypi.org/project/urllib3) (πŸ“₯ 510M / month Β· πŸ“¦ 47K Β· ⏱️ 18.02.2024): +- [PyPi](https://pypi.org/project/urllib3) (πŸ“₯ 520M / month Β· πŸ“¦ 48K Β· ⏱️ 18.02.2024): ``` pip install urllib3 ``` @@ -555,23 +555,23 @@ _General purpose web frameworks to build web applications and REST APIs._
httpx (πŸ₯ˆ41 Β· ⭐ 12K) - A next generation HTTP client for Python. BSD-3 -- [GitHub](https://github.com/encode/httpx) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 800 Β· πŸ“¦ 190K Β· πŸ“‹ 850 - 6% open Β· ⏱️ 12.04.2024): +- [GitHub](https://github.com/encode/httpx) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 800 Β· πŸ“¦ 190K Β· πŸ“‹ 860 - 6% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/encode/httpx ``` -- [PyPi](https://pypi.org/project/httpx) (πŸ“₯ 57M / month Β· πŸ“¦ 4.8K Β· ⏱️ 21.02.2024): +- [PyPi](https://pypi.org/project/httpx) (πŸ“₯ 58M / month Β· πŸ“¦ 4.9K Β· ⏱️ 21.02.2024): ``` pip install httpx ``` -- [Conda](https://anaconda.org/conda-forge/httpx) (πŸ“₯ 1.6M Β· ⏱️ 21.02.2024): +- [Conda](https://anaconda.org/conda-forge/httpx) (πŸ“₯ 1.7M Β· ⏱️ 21.02.2024): ``` conda install -c conda-forge httpx ```
httpcore (πŸ₯ˆ36 Β· ⭐ 420) - A minimal HTTP client. BSD-3 -- [GitHub](https://github.com/encode/httpcore) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 87 Β· πŸ“¦ 130K Β· πŸ“‹ 170 - 11% open Β· ⏱️ 10.04.2024): +- [GitHub](https://github.com/encode/httpcore) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 87 Β· πŸ“¦ 130K Β· πŸ“‹ 170 - 11% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/encode/httpcore @@ -585,36 +585,36 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge httpcore ```
-
httpie (πŸ₯ˆ35 Β· ⭐ 32K) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 +
requests-toolbelt (πŸ₯ˆ35 Β· ⭐ 980) - A toolbelt of useful classes and functions to be used.. Apache-2 -- [GitHub](https://github.com/httpie/cli) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 3.7K Β· πŸ“₯ 8.1K Β· πŸ“¦ 1 Β· πŸ“‹ 860 - 19% open Β· ⏱️ 18.03.2024): +- [GitHub](https://github.com/requests/toolbelt) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 180 Β· πŸ“¦ 110K Β· πŸ“‹ 210 - 43% open Β· ⏱️ 11.04.2024): ``` - git clone https://github.com/httpie/httpie + git clone https://github.com/requests/toolbelt ``` -- [PyPi](https://pypi.org/project/httpie) (πŸ“₯ 380K / month Β· πŸ“¦ 1.7K Β· ⏱️ 19.05.2023): +- [PyPi](https://pypi.org/project/requests-toolbelt) (πŸ“₯ 85M / month Β· πŸ“¦ 1.1K Β· ⏱️ 01.05.2023): ``` - pip install httpie + pip install requests-toolbelt ``` -- [Conda](https://anaconda.org/conda-forge/httpie) (πŸ“₯ 120K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (πŸ“₯ 3.5M Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge httpie + conda install -c conda-forge requests-toolbelt ```
-
requests-toolbelt (πŸ₯ˆ35 Β· ⭐ 980) - A toolbelt of useful classes and functions to be used.. Apache-2 +
httpie (πŸ₯ˆ33 Β· ⭐ 32K Β· πŸ“‰) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 -- [GitHub](https://github.com/requests/toolbelt) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 180 Β· πŸ“¦ 110K Β· πŸ“‹ 210 - 43% open Β· ⏱️ 11.04.2024): +- [GitHub](https://github.com/httpie/cli) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 3.7K Β· πŸ“₯ 8.3K Β· πŸ“¦ 1 Β· πŸ“‹ 860 - 19% open Β· ⏱️ 18.03.2024): ``` - git clone https://github.com/requests/toolbelt + git clone https://github.com/httpie/httpie ``` -- [PyPi](https://pypi.org/project/requests-toolbelt) (πŸ“₯ 82M / month Β· πŸ“¦ 1.1K Β· ⏱️ 01.05.2023): +- [PyPi](https://pypi.org/project/httpie) (πŸ“₯ 370K / month Β· πŸ“¦ 110 Β· ⏱️ 19.05.2023): ``` - pip install requests-toolbelt + pip install httpie ``` -- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (πŸ“₯ 3.5M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/httpie) (πŸ“₯ 130K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge requests-toolbelt + conda install -c conda-forge httpie ```
requests-futures (πŸ₯‰31 Β· ⭐ 2.1K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2 @@ -633,14 +633,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge requests-futures ```
-
httptools (πŸ₯‰31 Β· ⭐ 1.2K) - Fast HTTP parser. MIT +
httptools (πŸ₯‰31 Β· ⭐ 1.2K Β· πŸ’€) - Fast HTTP parser. MIT -- [GitHub](https://github.com/MagicStack/httptools) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 76 Β· πŸ“¦ 87K Β· πŸ“‹ 51 - 17% open Β· ⏱️ 16.10.2023): +- [GitHub](https://github.com/MagicStack/httptools) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 76 Β· πŸ“¦ 89K Β· πŸ“‹ 51 - 17% open Β· ⏱️ 16.10.2023): ``` git clone https://github.com/MagicStack/httptools ``` -- [PyPi](https://pypi.org/project/httptools) (πŸ“₯ 9.3M / month Β· πŸ“¦ 620 Β· ⏱️ 16.10.2023): +- [PyPi](https://pypi.org/project/httptools) (πŸ“₯ 9.7M / month Β· πŸ“¦ 620 Β· ⏱️ 16.10.2023): ``` pip install httptools ``` @@ -651,12 +651,12 @@ _General purpose web frameworks to build web applications and REST APIs._
grequests (πŸ₯‰28 Β· ⭐ 4.4K Β· πŸ’€) - Requests + Gevent = 3. BSD-2 -- [GitHub](https://github.com/spyoungtech/grequests) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 330 Β· πŸ“₯ 13 Β· πŸ“¦ 4.4K Β· πŸ“‹ 120 - 5% open Β· ⏱️ 08.06.2023): +- [GitHub](https://github.com/spyoungtech/grequests) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 330 Β· πŸ“₯ 14 Β· πŸ“¦ 4.4K Β· πŸ“‹ 120 - 5% open Β· ⏱️ 08.06.2023): ``` git clone https://github.com/spyoungtech/grequests ``` -- [PyPi](https://pypi.org/project/grequests) (πŸ“₯ 390K / month Β· πŸ“¦ 680 Β· ⏱️ 08.06.2023): +- [PyPi](https://pypi.org/project/grequests) (πŸ“₯ 380K / month Β· πŸ“¦ 170 Β· ⏱️ 08.06.2023): ``` pip install grequests ``` @@ -665,14 +665,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge grequests ```
-
treq (πŸ₯‰26 Β· ⭐ 580) - Python requests like API built on top of Twisteds HTTP client. MIT +
treq (πŸ₯‰27 Β· ⭐ 580) - Python requests like API built on top of Twisteds HTTP client. MIT -- [GitHub](https://github.com/twisted/treq) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 140 Β· πŸ“₯ 270 Β· πŸ“¦ 1.6K Β· πŸ“‹ 160 - 36% open Β· ⏱️ 20.04.2024): +- [GitHub](https://github.com/twisted/treq) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 140 Β· πŸ“₯ 270 Β· πŸ“¦ 1.6K Β· πŸ“‹ 170 - 35% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/twisted/treq ``` -- [PyPi](https://pypi.org/project/treq) (πŸ“₯ 99K / month Β· πŸ“¦ 420 Β· ⏱️ 04.11.2023): +- [PyPi](https://pypi.org/project/treq) (πŸ“₯ 100K / month Β· πŸ“¦ 420 Β· ⏱️ 04.11.2023): ``` pip install treq ``` @@ -696,11 +696,11 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 7 hidden projects... - pycurl (πŸ₯ˆ34 Β· ⭐ 1K) - PycURL - Python interface to libcurl. ❗️LGPL-2.1 -- httplib2 (πŸ₯‰33 Β· ⭐ 490 Β· πŸ’€) - Small, fast HTTP client library for Python. Features persistent.. MIT +- httplib2 (πŸ₯ˆ33 Β· ⭐ 490 Β· πŸ’€) - Small, fast HTTP client library for Python. Features persistent.. MIT - python-zeep (πŸ₯‰32 Β· ⭐ 1.9K Β· πŸ’€) - A Python SOAP client. MIT - hyper (πŸ₯‰29 Β· ⭐ 1K Β· πŸ’€) - HTTP/2 for Python. MIT -- pysimplesoap (πŸ₯‰26 Β· ⭐ 370 Β· πŸ’€) - Python Simple SOAP Library. ❗️LGPL-3.0 - http-prompt (πŸ₯‰25 Β· ⭐ 8.9K Β· πŸ’€) - An interactive command-line HTTP and API testing client built on.. MIT +- pysimplesoap (πŸ₯‰24 Β· ⭐ 370 Β· πŸ’€) - Python Simple SOAP Library. ❗️LGPL-3.0 - http-parser (πŸ₯‰23 Β· ⭐ 340 Β· πŸ’€) - HTTP request/response parser for python in C. MIT

@@ -716,7 +716,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) (πŸ“₯ 37M / month Β· πŸ“¦ 62K Β· ⏱️ 16.04.2024): +- [PyPi](https://pypi.org/project/gunicorn) (πŸ“₯ 38M / month Β· πŸ“¦ 2.1K Β· ⏱️ 16.04.2024): ``` pip install gunicorn ``` @@ -725,30 +725,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gunicorn ```
-
uvicorn (πŸ₯‡41 Β· ⭐ 7.8K) - An ASGI web server, for Python. BSD-3 +
uvicorn (πŸ₯‡41 Β· ⭐ 7.9K) - An ASGI web server, for Python. BSD-3 -- [GitHub](https://github.com/encode/uvicorn) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 660 Β· πŸ“¦ 340K Β· πŸ“‹ 700 - 7% open Β· ⏱️ 13.04.2024): +- [GitHub](https://github.com/encode/uvicorn) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 660 Β· πŸ“¦ 350K Β· πŸ“‹ 700 - 7% open Β· ⏱️ 13.04.2024): ``` git clone https://github.com/encode/uvicorn ``` -- [PyPi](https://pypi.org/project/uvicorn) (πŸ“₯ 27M / month Β· πŸ“¦ 2.7K Β· ⏱️ 20.03.2024): +- [PyPi](https://pypi.org/project/uvicorn) (πŸ“₯ 28M / month Β· πŸ“¦ 2.7K Β· ⏱️ 20.03.2024): ``` pip install uvicorn ``` -- [Conda](https://anaconda.org/conda-forge/uvicorn) (πŸ“₯ 2.4M Β· ⏱️ 20.03.2024): +- [Conda](https://anaconda.org/conda-forge/uvicorn) (πŸ“₯ 2.5M Β· ⏱️ 20.03.2024): ``` conda install -c conda-forge uvicorn ```
-
gevent (πŸ₯ˆ40 Β· ⭐ 6.2K) - Coroutine-based concurrency library for Python. MIT +
gevent (πŸ₯ˆ39 Β· ⭐ 6.2K) - Coroutine-based concurrency library for Python. MIT - [GitHub](https://github.com/gevent/gevent) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 990 Β· πŸ“₯ 60K Β· πŸ“¦ 120K Β· πŸ“‹ 1.4K - 8% open Β· ⏱️ 14.02.2024): ``` git clone https://github.com/gevent/gevent ``` -- [PyPi](https://pypi.org/project/gevent) (πŸ“₯ 9.8M / month Β· πŸ“¦ 15K Β· ⏱️ 14.02.2024): +- [PyPi](https://pypi.org/project/gevent) (πŸ“₯ 10M / month Β· πŸ“¦ 15K Β· ⏱️ 14.02.2024): ``` pip install gevent ``` @@ -757,9 +757,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gevent ```
-
asgiref (πŸ₯ˆ39 Β· ⭐ 1.4K) - ASGI specification and utilities. BSD-3 +
asgiref (πŸ₯ˆ38 Β· ⭐ 1.4K) - ASGI specification and utilities. BSD-3 -- [GitHub](https://github.com/django/asgiref) (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 200 Β· πŸ“¦ 830K Β· πŸ“‹ 220 - 19% open Β· ⏱️ 22.03.2024): +- [GitHub](https://github.com/django/asgiref) (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 200 Β· πŸ“¦ 840K Β· πŸ“‹ 220 - 19% open Β· ⏱️ 22.03.2024): ``` git clone https://github.com/django/asgiref @@ -775,12 +775,12 @@ _General purpose web frameworks to build web applications and REST APIs._
whitenoise (πŸ₯‰35 Β· ⭐ 2.4K) - Radically simplified static file serving for Python web apps. MIT -- [GitHub](https://github.com/evansd/whitenoise) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 140 Β· πŸ“¦ 430K Β· πŸ“‹ 240 - 13% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/evansd/whitenoise) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 140 Β· πŸ“¦ 430K Β· πŸ“‹ 250 - 13% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/evansd/whitenoise ``` -- [PyPi](https://pypi.org/project/whitenoise) (πŸ“₯ 2.7M / month Β· πŸ“¦ 13K Β· ⏱️ 11.10.2023): +- [PyPi](https://pypi.org/project/whitenoise) (πŸ“₯ 2.8M / month Β· πŸ“¦ 13K Β· ⏱️ 11.10.2023): ``` pip install whitenoise ``` @@ -789,6 +789,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge whitenoise ```
+
Hypercorn (πŸ₯‰29 Β· ⭐ 1K Β· πŸ“ˆ) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT + +- [GitHub](https://github.com/pgjones/hypercorn) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 87 Β· πŸ“¦ 7.2K Β· πŸ“‹ 170 - 44% open Β· ⏱️ 11.04.2024): + + ``` + git clone https://github.com/pgjones/hypercorn + ``` +- [PyPi](https://pypi.org/project/hypercorn) (πŸ“₯ 910K / month Β· πŸ“¦ 3 Β· ⏱️ 01.01.2024): + ``` + pip install hypercorn + ``` +
mangum (πŸ₯‰28 Β· ⭐ 1.6K) - AWS Lambda support for ASGI applications. MIT - [GitHub](https://github.com/jordaneremieff/mangum) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 98 Β· πŸ“¦ 4K Β· πŸ“‹ 170 - 15% open Β· ⏱️ 03.11.2023): @@ -796,7 +808,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jordaneremieff/mangum ``` -- [PyPi](https://pypi.org/project/mangum) (πŸ“₯ 820K / month Β· πŸ“¦ 15 Β· ⏱️ 27.11.2022): +- [PyPi](https://pypi.org/project/mangum) (πŸ“₯ 850K / month Β· πŸ“¦ 15 Β· ⏱️ 27.11.2022): ``` pip install mangum ``` @@ -808,7 +820,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lepture/python-livereload ``` -- [PyPi](https://pypi.org/project/livereload) (πŸ“₯ 830K / month Β· πŸ“¦ 1.7K Β· ⏱️ 22.08.2020): +- [PyPi](https://pypi.org/project/livereload) (πŸ“₯ 800K / month Β· πŸ“¦ 1.7K Β· ⏱️ 22.08.2020): ``` pip install livereload ``` @@ -817,22 +829,10 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge livereload ```
-
Hypercorn (πŸ₯‰24 Β· ⭐ 980 Β· πŸ“‰) - Hypercorn is an ASGI Server based on Hyper libraries and inspired.. MIT - -- [GitHub](https://github.com/pgjones/hypercorn) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 84 Β· πŸ“‹ 170 - 44% open Β· ⏱️ 11.04.2024): - - ``` - git clone https://github.com/pgjones/hypercorn - ``` -- [PyPi](https://pypi.org/project/hypercorn) (πŸ“₯ 910K / month Β· πŸ“¦ 3 Β· ⏱️ 01.01.2024): - ``` - pip install hypercorn - ``` -
Show 4 hidden projects... - waitress (πŸ₯ˆ36 Β· ⭐ 1.4K) - 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 +- bjoern (πŸ₯‰26 Β· ⭐ 3K Β· πŸ’€) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2 - Meinheld (πŸ₯‰25 Β· ⭐ 1.5K Β· πŸ’€) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3 - django-devserver (πŸ₯‰25 Β· ⭐ 1.3K Β· πŸ’€) - A drop-in replacement for Djangos runserver. BSD-3
@@ -842,14 +842,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
django-allauth (πŸ₯‡43 Β· ⭐ 8.9K) - Integrated set of Django applications addressing.. MIT +
django-allauth (πŸ₯‡44 Β· ⭐ 8.9K) - Integrated set of Django applications addressing.. MIT -- [GitHub](https://github.com/pennersr/django-allauth) (πŸ‘¨β€πŸ’» 700 Β· πŸ”€ 2.9K Β· πŸ“¦ 220K Β· πŸ“‹ 2.2K - 3% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/pennersr/django-allauth) (πŸ‘¨β€πŸ’» 700 Β· πŸ”€ 2.9K Β· πŸ“¦ 220K Β· πŸ“‹ 2.2K - 3% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/pennersr/django-allauth ``` -- [PyPi](https://pypi.org/project/django-allauth) (πŸ“₯ 830K / month Β· πŸ“¦ 5.3K Β· ⏱️ 24.04.2024): +- [PyPi](https://pypi.org/project/django-allauth) (πŸ“₯ 840K / month Β· πŸ“¦ 5.3K Β· ⏱️ 24.04.2024): ``` pip install django-allauth ``` @@ -865,7 +865,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/requests/requests-oauthlib ``` -- [PyPi](https://pypi.org/project/requests-oauthlib) (πŸ“₯ 110M / month Β· πŸ“¦ 12K Β· ⏱️ 25.03.2024): +- [PyPi](https://pypi.org/project/requests-oauthlib) (πŸ“₯ 120M / month Β· πŸ“¦ 12K Β· ⏱️ 25.03.2024): ``` pip install requests-oauthlib ``` @@ -874,7 +874,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge requests-oauthlib ```
-
oauthlib (πŸ₯‡39 Β· ⭐ 2.7K) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 +
oauthlib (πŸ₯‡38 Β· ⭐ 2.7K) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 - [GitHub](https://github.com/oauthlib/oauthlib) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 490 Β· πŸ“¦ 520K Β· πŸ“‹ 380 - 23% open Β· ⏱️ 06.01.2024): @@ -913,7 +913,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lepture/authlib ``` -- [PyPi](https://pypi.org/project/authlib) (πŸ“₯ 8.7M / month Β· πŸ“¦ 420 Β· ⏱️ 17.12.2023): +- [PyPi](https://pypi.org/project/authlib) (πŸ“₯ 9M / month Β· πŸ“¦ 420 Β· ⏱️ 17.12.2023): ``` pip install authlib ``` @@ -922,36 +922,36 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge authlib ```
-
flask-jwt-extended (πŸ₯ˆ35 Β· ⭐ 1.5K) - An open source Flask extension that provides JWT.. MIT +
flask-login (πŸ₯ˆ34 Β· ⭐ 3.5K) - Flask user session management. MIT -- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 240 Β· πŸ“¦ 39K Β· πŸ“‹ 380 - 2% open Β· ⏱️ 01.03.2024): +- [GitHub](https://github.com/maxcountryman/flask-login) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 790 Β· πŸ“¦ 170K Β· πŸ“‹ 420 - 4% open Β· ⏱️ 01.04.2024): ``` - git clone https://github.com/vimalloc/flask-jwt-extended + git clone https://github.com/maxcountryman/flask-login ``` -- [PyPi](https://pypi.org/project/flask-jwt-extended) (πŸ“₯ 4.6M / month Β· πŸ“¦ 730 Β· ⏱️ 13.12.2023): +- [PyPi](https://pypi.org/project/flask-login) (πŸ“₯ 6.2M / month Β· πŸ“¦ 13K Β· ⏱️ 30.10.2023): ``` - pip install flask-jwt-extended + pip install flask-login ``` -- [Conda](https://anaconda.org/conda-forge/flask-jwt-extended) (πŸ“₯ 220K Β· ⏱️ 13.12.2023): +- [Conda](https://anaconda.org/conda-forge/flask-login) (πŸ“₯ 230K Β· ⏱️ 06.11.2023): ``` - conda install -c conda-forge flask-jwt-extended + conda install -c conda-forge flask-login ```
-
flask-login (πŸ₯ˆ34 Β· ⭐ 3.5K) - Flask user session management. MIT +
flask-jwt-extended (πŸ₯ˆ34 Β· ⭐ 1.5K) - An open source Flask extension that provides JWT.. MIT -- [GitHub](https://github.com/maxcountryman/flask-login) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 790 Β· πŸ“¦ 160K Β· πŸ“‹ 420 - 4% open Β· ⏱️ 01.04.2024): +- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 240 Β· πŸ“¦ 39K Β· πŸ“‹ 380 - 2% open Β· ⏱️ 01.03.2024): ``` - git clone https://github.com/maxcountryman/flask-login + git clone https://github.com/vimalloc/flask-jwt-extended ``` -- [PyPi](https://pypi.org/project/flask-login) (πŸ“₯ 6.1M / month Β· πŸ“¦ 13K Β· ⏱️ 30.10.2023): +- [PyPi](https://pypi.org/project/flask-jwt-extended) (πŸ“₯ 4.8M / month Β· πŸ“¦ 730 Β· ⏱️ 13.12.2023): ``` - pip install flask-login + pip install flask-jwt-extended ``` -- [Conda](https://anaconda.org/conda-forge/flask-login) (πŸ“₯ 230K Β· ⏱️ 06.11.2023): +- [Conda](https://anaconda.org/conda-forge/flask-jwt-extended) (πŸ“₯ 220K Β· ⏱️ 13.12.2023): ``` - conda install -c conda-forge flask-login + conda install -c conda-forge flask-jwt-extended ```
google-auth (πŸ₯ˆ34 Β· ⭐ 740) - Google Auth Python Library. Apache-2 @@ -965,14 +965,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install google-auth ``` -- [Conda](https://anaconda.org/conda-forge/google-auth) (πŸ“₯ 9.1M Β· ⏱️ 21.03.2024): +- [Conda](https://anaconda.org/conda-forge/google-auth) (πŸ“₯ 9.2M Β· ⏱️ 21.03.2024): ``` conda install -c conda-forge google-auth ```
django-oauth-toolkit (πŸ₯ˆ33 Β· ⭐ 3K) - OAuth2 goodies for the Djangonauts!. BSD-3 -- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 770 Β· πŸ“‹ 840 - 22% open Β· ⏱️ 04.04.2024): +- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 770 Β· πŸ“‹ 840 - 22% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/jazzband/django-oauth-toolkit @@ -984,7 +984,7 @@ _General purpose web frameworks to build web applications and REST APIs._
dj-rest-auth (πŸ₯ˆ33 Β· ⭐ 1.6K) - Authentication for Django Rest Framework. MIT -- [GitHub](https://github.com/iMerica/dj-rest-auth) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 290 Β· πŸ“₯ 360 Β· πŸ“¦ 30K Β· πŸ“‹ 410 - 46% open Β· ⏱️ 20.04.2024): +- [GitHub](https://github.com/iMerica/dj-rest-auth) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 300 Β· πŸ“₯ 360 Β· πŸ“¦ 30K Β· πŸ“‹ 410 - 46% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/iMerica/dj-rest-auth @@ -1000,12 +1000,12 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi-users (πŸ₯ˆ32 Β· ⭐ 4.1K) - Ready-to-use and customizable users management for FastAPI. MIT -- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 350 Β· πŸ“₯ 190 Β· πŸ“¦ 3.1K Β· πŸ“‹ 270 - 4% open Β· ⏱️ 11.03.2024): +- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 350 Β· πŸ“₯ 190 Β· πŸ“¦ 3.2K Β· πŸ“‹ 270 - 4% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/fastapi-users/fastapi-users ``` -- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 99K / month Β· πŸ“¦ 15 Β· ⏱️ 11.03.2024): +- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 97K / month Β· πŸ“¦ 15 Β· ⏱️ 11.03.2024): ``` pip install fastapi-users ``` @@ -1014,19 +1014,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge fastapi-users ```
-
djoser (πŸ₯ˆ32 Β· ⭐ 2.5K) - REST implementation of Django authentication system. MIT - -- [GitHub](https://github.com/sunscrapers/djoser) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 450 Β· πŸ“¦ 27K Β· πŸ“‹ 500 - 35% open Β· ⏱️ 31.03.2024): - - ``` - git clone https://github.com/sunscrapers/djoser - ``` -- [PyPi](https://pypi.org/project/djoser) (πŸ“₯ 230K / month Β· πŸ“¦ 220 Β· ⏱️ 09.11.2023): - ``` - pip install djoser - ``` -
-
pyotp (πŸ₯‰31 Β· ⭐ 2.8K) - Python One-Time Password Library. MIT +
pyotp (πŸ₯ˆ31 Β· ⭐ 2.8K) - Python One-Time Password Library. MIT - [GitHub](https://github.com/pyauth/pyotp) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 320 Β· πŸ“₯ 300 Β· πŸ“¦ 15K Β· πŸ“‹ 92 - 4% open Β· ⏱️ 26.03.2024): @@ -1042,14 +1030,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pyotp ```
-
python-jose (πŸ₯‰31 Β· ⭐ 1.5K Β· πŸ’€) - A JOSE implementation in Python. MIT +
djoser (πŸ₯ˆ31 Β· ⭐ 2.5K) - REST implementation of Django authentication system. MIT + +- [GitHub](https://github.com/sunscrapers/djoser) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 450 Β· πŸ“¦ 28K Β· πŸ“‹ 500 - 35% open Β· ⏱️ 31.03.2024): + + ``` + git clone https://github.com/sunscrapers/djoser + ``` +- [PyPi](https://pypi.org/project/djoser) (πŸ“₯ 230K / month Β· πŸ“¦ 7 Β· ⏱️ 09.11.2023): + ``` + pip install djoser + ``` +
+
python-jose (πŸ₯ˆ31 Β· ⭐ 1.5K Β· πŸ’€) - A JOSE implementation in Python. MIT -- [GitHub](https://github.com/mpdavis/python-jose) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 240 Β· πŸ“‹ 160 - 52% open Β· ⏱️ 03.05.2023): +- [GitHub](https://github.com/mpdavis/python-jose) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 230 Β· πŸ“‹ 180 - 55% open Β· ⏱️ 03.05.2023): ``` git clone https://github.com/mpdavis/python-jose ``` -- [PyPi](https://pypi.org/project/python-jose) (πŸ“₯ 8.9M / month Β· πŸ“¦ 910 Β· ⏱️ 05.06.2021): +- [PyPi](https://pypi.org/project/python-jose) (πŸ“₯ 9.1M / month Β· πŸ“¦ 910 Β· ⏱️ 05.06.2021): ``` pip install python-jose ``` @@ -1058,14 +1058,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge python-jose ```
-
Flask-HTTPAuth (πŸ₯‰31 Β· ⭐ 1.3K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT +
Flask-HTTPAuth (πŸ₯ˆ31 Β· ⭐ 1.3K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 220 Β· πŸ“¦ 19K Β· πŸ“‹ 110 - 8% open Β· ⏱️ 15.10.2023): +- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 220 Β· πŸ“¦ 19K Β· πŸ“‹ 110 - 8% open Β· ⏱️ 27.04.2024): ``` git clone https://github.com/miguelgrinberg/Flask-HTTPAuth ``` -- [PyPi](https://pypi.org/project/flask-httpauth) (πŸ“₯ 880K / month Β· πŸ“¦ 2.3K Β· ⏱️ 27.04.2023): +- [PyPi](https://pypi.org/project/flask-httpauth) (πŸ“₯ 870K / month Β· πŸ“¦ 2.3K Β· ⏱️ 27.04.2023): ``` pip install flask-httpauth ``` @@ -1076,7 +1076,7 @@ _General purpose web frameworks to build web applications and REST APIs._
django-rest-framework-simplejwt (πŸ₯‰30 Β· ⭐ 3.8K) - A JSON Web Token authentication plugin for the Django.. MIT -- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 650 Β· πŸ“‹ 500 - 33% open Β· ⏱️ 02.02.2024): +- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 650 Β· πŸ“‹ 510 - 32% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/jazzband/djangorestframework-simplejwt @@ -1104,12 +1104,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django-rest-knox (πŸ₯‰29 Β· ⭐ 1.1K) - Authentication Module for django rest auth. MIT -- [GitHub](https://github.com/jazzband/django-rest-knox) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 200 Β· πŸ“¦ 11K Β· πŸ“‹ 150 - 35% open Β· ⏱️ 01.04.2024): +- [GitHub](https://github.com/jazzband/django-rest-knox) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 200 Β· πŸ“¦ 11K Β· πŸ“‹ 150 - 32% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/James1345/django-rest-knox ``` -- [PyPi](https://pypi.org/project/django-rest-knox) (πŸ“₯ 190K / month Β· πŸ“¦ 180 Β· ⏱️ 31.01.2022): +- [PyPi](https://pypi.org/project/django-rest-knox) (πŸ“₯ 180K / month Β· πŸ“¦ 180 Β· ⏱️ 31.01.2022): ``` pip install django-rest-knox ``` @@ -1121,60 +1121,60 @@ _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) (πŸ“₯ 160K / month Β· πŸ“¦ 140 Β· ⏱️ 23.03.2022): +- [PyPi](https://pypi.org/project/rules) (πŸ“₯ 160K / month Β· πŸ“¦ 52 Β· ⏱️ 23.03.2022): ``` pip install rules ```
-
authomatic (πŸ₯‰26 Β· ⭐ 1K Β· πŸ’€) - Simple yet powerful authorization / authentication client library.. MIT +
authomatic (πŸ₯‰25 Β· ⭐ 1K Β· πŸ’€) - Simple yet powerful authorization / authentication client library.. MIT - [GitHub](https://github.com/authomatic/authomatic) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 390 Β· πŸ“‹ 130 - 33% open Β· ⏱️ 09.06.2023): ``` git clone https://github.com/authomatic/authomatic ``` -- [PyPi](https://pypi.org/project/authomatic) (πŸ“₯ 3.4K / month Β· πŸ“¦ 250 Β· ⏱️ 08.06.2023): +- [PyPi](https://pypi.org/project/authomatic) (πŸ“₯ 3.6K / month Β· πŸ“¦ 250 Β· ⏱️ 08.06.2023): ``` pip install authomatic ```
-
django-cas-ng (πŸ₯‰26 Β· ⭐ 370) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT +
fastapi_login (πŸ₯‰25 Β· ⭐ 580) - FastAPI-Login tries to provide similar functionality as.. MIT -- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 170 Β· πŸ“₯ 550 Β· πŸ“¦ 520 Β· πŸ“‹ 150 - 1% open Β· ⏱️ 17.10.2023): +- [GitHub](https://github.com/MushroomMaula/fastapi_login) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 56 Β· πŸ“₯ 5 Β· πŸ“¦ 860 Β· πŸ“‹ 55 - 1% open Β· ⏱️ 12.04.2024): ``` - git clone https://github.com/django-cas-ng/django-cas-ng + git clone https://github.com/MushroomMaula/fastapi_login ``` -- [PyPi](https://pypi.org/project/django-cas-ng) (πŸ“₯ 35K / month Β· πŸ“¦ 75 Β· ⏱️ 17.10.2023): +- [PyPi](https://pypi.org/project/fastapi_login) (πŸ“₯ 28K / month Β· πŸ“¦ 3 Β· ⏱️ 06.03.2024): ``` - pip install django-cas-ng + pip install fastapi_login ```
-
flask-praetorian (πŸ₯‰25 Β· ⭐ 340) - Strong, Simple, and Precise security for Flask APIs.. MIT +
django-cas-ng (πŸ₯‰25 Β· ⭐ 370 Β· πŸ’€) - Django CAS 1.0/2.0/3.0 client authentication library,.. MIT -- [GitHub](https://github.com/dusktreader/flask-praetorian) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 48 Β· πŸ“¦ 410 Β· πŸ“‹ 140 - 0% open Β· ⏱️ 11.03.2024): +- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 170 Β· πŸ“₯ 550 Β· πŸ“¦ 520 Β· πŸ“‹ 150 - 1% open Β· ⏱️ 17.10.2023): ``` - git clone https://github.com/dusktreader/flask-praetorian + git clone https://github.com/django-cas-ng/django-cas-ng ``` -- [PyPi](https://pypi.org/project/flask-praetorian) (πŸ“₯ 4.9K / month Β· πŸ“¦ 8 Β· ⏱️ 11.03.2024): +- [PyPi](https://pypi.org/project/django-cas-ng) (πŸ“₯ 37K / month Β· πŸ“¦ 75 Β· ⏱️ 17.10.2023): ``` - pip install flask-praetorian + pip install django-cas-ng ```
-
fastapi_login (πŸ₯‰24 Β· ⭐ 580) - FastAPI-Login tries to provide similar functionality as.. MIT +
flask-praetorian (πŸ₯‰25 Β· ⭐ 340) - Strong, Simple, and Precise security for Flask APIs.. MIT -- [GitHub](https://github.com/MushroomMaula/fastapi_login) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 56 Β· πŸ“₯ 5 Β· πŸ“¦ 850 Β· πŸ“‹ 55 - 1% open Β· ⏱️ 12.04.2024): +- [GitHub](https://github.com/dusktreader/flask-praetorian) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 48 Β· πŸ“¦ 410 Β· πŸ“‹ 140 - 0% open Β· ⏱️ 11.03.2024): ``` - git clone https://github.com/MushroomMaula/fastapi_login + git clone https://github.com/dusktreader/flask-praetorian ``` -- [PyPi](https://pypi.org/project/fastapi_login) (πŸ“₯ 27K / month Β· πŸ“¦ 3 Β· ⏱️ 06.03.2024): +- [PyPi](https://pypi.org/project/flask-praetorian) (πŸ“₯ 5K / month Β· πŸ“¦ 8 Β· ⏱️ 11.03.2024): ``` - pip install fastapi_login + pip install flask-praetorian ```
-
python-jwt (πŸ₯‰22 Β· ⭐ 220) - Python module for generating and verifying JSON Web Tokens. MIT +
python-jwt (πŸ₯‰21 Β· ⭐ 220) - Python module for generating and verifying JSON Web Tokens. MIT - [GitHub](https://github.com/davedoesdev/python-jwt) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 29 Β· ⏱️ 13.11.2023): @@ -1193,7 +1193,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flask-extensions/flask_simplelogin ``` -- [PyPi](https://pypi.org/project/flask_simplelogin) (πŸ“₯ 89K / month Β· πŸ“¦ 3 Β· ⏱️ 25.10.2021): +- [PyPi](https://pypi.org/project/flask_simplelogin) (πŸ“₯ 88K / month Β· πŸ“¦ 3 Β· ⏱️ 25.10.2021): ``` pip install flask_simplelogin ``` @@ -1228,34 +1228,34 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lxml/lxml ``` -- [PyPi](https://pypi.org/project/lxml) (πŸ“₯ 86M / month Β· πŸ“¦ 41K Β· ⏱️ 02.04.2024): +- [PyPi](https://pypi.org/project/lxml) (πŸ“₯ 87M / month Β· πŸ“¦ 41K Β· ⏱️ 02.04.2024): ``` pip install lxml ``` -- [Conda](https://anaconda.org/conda-forge/lxml) (πŸ“₯ 11M Β· ⏱️ 20.04.2024): +- [Conda](https://anaconda.org/conda-forge/lxml) (πŸ“₯ 12M Β· ⏱️ 20.04.2024): ``` conda install -c conda-forge lxml ```
-
WeasyPrint (πŸ₯ˆ37 Β· ⭐ 6.6K) - The awesome document factory. BSD-3 +
WeasyPrint (πŸ₯ˆ38 Β· ⭐ 6.7K) - The awesome document factory. BSD-3 -- [GitHub](https://github.com/Kozea/WeasyPrint) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 640 Β· πŸ“₯ 1.5K Β· πŸ“¦ 18K Β· πŸ“‹ 1.8K - 10% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/Kozea/WeasyPrint) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 640 Β· πŸ“₯ 1.6K Β· πŸ“¦ 18K Β· πŸ“‹ 1.8K - 10% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/Kozea/WeasyPrint ``` -- [PyPi](https://pypi.org/project/weasyprint) (πŸ“₯ 1.8M / month Β· πŸ“¦ 140 Β· ⏱️ 08.03.2024): +- [PyPi](https://pypi.org/project/weasyprint) (πŸ“₯ 1.9M / month Β· πŸ“¦ 150 Β· ⏱️ 30.04.2024): ``` pip install weasyprint ``` -- [Conda](https://anaconda.org/conda-forge/weasyprint) (πŸ“₯ 160K Β· ⏱️ 08.03.2024): +- [Conda](https://anaconda.org/conda-forge/weasyprint) (πŸ“₯ 160K Β· ⏱️ 30.04.2024): ``` conda install -c conda-forge weasyprint ```
markupsafe (πŸ₯ˆ37 Β· ⭐ 600) - Safely add untrusted strings to HTML/XML markup. BSD-3 -- [GitHub](https://github.com/pallets/markupsafe) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 150 Β· πŸ“₯ 4.4K Β· πŸ“¦ 1.6M Β· πŸ“‹ 120 - 3% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/pallets/markupsafe) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 150 Β· πŸ“₯ 4.4K Β· πŸ“¦ 1.6M Β· πŸ“‹ 120 - 3% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/pallets/markupsafe @@ -1264,31 +1264,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install markupsafe ``` -- [Conda](https://anaconda.org/conda-forge/markupsafe) (πŸ“₯ 39M Β· ⏱️ 02.02.2024): +- [Conda](https://anaconda.org/conda-forge/markupsafe) (πŸ“₯ 40M Β· ⏱️ 02.02.2024): ``` conda install -c conda-forge markupsafe ```
-
Requests-HTML (πŸ₯ˆ34 Β· ⭐ 14K Β· πŸ’€) - Pythonic HTML Parsing for Humans. MIT - -- [GitHub](https://github.com/psf/requests-html) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 1K Β· πŸ“¦ 13K Β· πŸ“‹ 430 - 49% open Β· ⏱️ 03.04.2023): - - ``` - git clone https://github.com/psf/requests-html - ``` -- [PyPi](https://pypi.org/project/requests-html) (πŸ“₯ 1.1M / month Β· πŸ“¦ 420 Β· ⏱️ 17.02.2019): - ``` - pip install requests-html - ``` -
bleach (πŸ₯ˆ34 Β· ⭐ 2.6K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2 -- [GitHub](https://github.com/mozilla/bleach) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 250 Β· πŸ“¦ 310K Β· πŸ“‹ 370 - 1% open Β· ⏱️ 15.04.2024): +- [GitHub](https://github.com/mozilla/bleach) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 240 Β· πŸ“¦ 320K Β· πŸ“‹ 380 - 1% open Β· ⏱️ 15.04.2024): ``` git clone https://github.com/mozilla/bleach ``` -- [PyPi](https://pypi.org/project/bleach) (πŸ“₯ 22M / month Β· πŸ“¦ 13K Β· ⏱️ 06.10.2023): +- [PyPi](https://pypi.org/project/bleach) (πŸ“₯ 23M / month Β· πŸ“¦ 13K Β· ⏱️ 06.10.2023): ``` pip install bleach ``` @@ -1304,7 +1292,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/xhtml2pdf/xhtml2pdf ``` -- [PyPi](https://pypi.org/project/xhtml2pdf) (πŸ“₯ 830K / month Β· πŸ“¦ 850 Β· ⏱️ 08.02.2024): +- [PyPi](https://pypi.org/project/xhtml2pdf) (πŸ“₯ 780K / month Β· πŸ“¦ 850 Β· ⏱️ 08.02.2024): ``` pip install xhtml2pdf ``` @@ -1320,7 +1308,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/gawel/pyquery ``` -- [PyPi](https://pypi.org/project/pyquery) (πŸ“₯ 3.6M / month Β· πŸ“¦ 3.4K Β· ⏱️ 28.12.2022): +- [PyPi](https://pypi.org/project/pyquery) (πŸ“₯ 3.5M / month Β· πŸ“¦ 3.4K Β· ⏱️ 28.12.2022): ``` pip install pyquery ``` @@ -1329,7 +1317,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pyquery ```
-
html5lib-python (πŸ₯‰32 Β· ⭐ 1.1K) - Standards-compliant library for parsing and serializing HTML.. MIT +
html5lib-python (πŸ₯‰31 Β· ⭐ 1.1K) - Standards-compliant library for parsing and serializing HTML.. MIT - [GitHub](https://github.com/html5lib/html5lib-python) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 280 Β· πŸ“‹ 260 - 31% open Β· ⏱️ 21.02.2024): @@ -1347,7 +1335,7 @@ _General purpose web frameworks to build web applications and REST APIs._
selectolax (πŸ₯‰27 Β· ⭐ 970) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT -- [GitHub](https://github.com/rushter/selectolax) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 62 Β· πŸ“¦ 1.4K Β· πŸ“‹ 91 - 16% open Β· ⏱️ 10.03.2024): +- [GitHub](https://github.com/rushter/selectolax) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 62 Β· πŸ“¦ 1.4K Β· πŸ“‹ 92 - 17% open Β· ⏱️ 10.03.2024): ``` git clone https://github.com/rushter/selectolax @@ -1357,18 +1345,22 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install selectolax ```
-
html5-parser (πŸ₯‰24 Β· ⭐ 670) - Fast C based HTML 5 parsing for python. Apache-2 +
html5-parser (πŸ₯‰23 Β· ⭐ 670) - Fast C based HTML 5 parsing for python. Apache-2 -- [GitHub](https://github.com/kovidgoyal/html5-parser) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 77 Β· πŸ“¦ 710 Β· πŸ“‹ 23 - 4% open Β· ⏱️ 14.04.2024): +- [GitHub](https://github.com/kovidgoyal/html5-parser) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 77 Β· πŸ“¦ 720 Β· πŸ“‹ 23 - 4% open Β· ⏱️ 14.04.2024): ``` git clone https://github.com/kovidgoyal/html5-parser ``` -- [PyPi](https://pypi.org/project/html5-parser) (πŸ“₯ 210K / month Β· πŸ“¦ 18 Β· ⏱️ 19.11.2023): +- [PyPi](https://pypi.org/project/html5-parser) (πŸ“₯ 130K / month Β· πŸ“¦ 18 Β· ⏱️ 19.11.2023): ``` pip install html5-parser ```
+
Show 1 hidden projects... + +- Requests-HTML (πŸ₯ˆ34 Β· ⭐ 14K Β· πŸ’€) - Pythonic HTML Parsing for Humans. MIT +

## URL Utilities @@ -1391,7 +1383,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge tldextract ```
-
Yarl (πŸ₯ˆ34 Β· ⭐ 1.2K) - Yet another URL library. Apache-2 +
Yarl (πŸ₯ˆ35 Β· ⭐ 1.2K) - Yet another URL library. Apache-2 - [GitHub](https://github.com/aio-libs/yarl) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 160 Β· πŸ“₯ 15K Β· πŸ“‹ 240 - 20% open Β· ⏱️ 31.01.2024): @@ -1402,7 +1394,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install yarl ``` -- [Conda](https://anaconda.org/conda-forge/yarl) (πŸ“₯ 12M Β· ⏱️ 17.01.2024): +- [Conda](https://anaconda.org/conda-forge/yarl) (πŸ“₯ 13M Β· ⏱️ 17.01.2024): ``` conda install -c conda-forge yarl ``` @@ -1414,7 +1406,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) (πŸ“₯ 3.1M / month Β· πŸ“¦ 1.2K Β· ⏱️ 11.03.2024): +- [PyPi](https://pypi.org/project/shortuuid) (πŸ“₯ 3M / month Β· πŸ“¦ 1.2K Β· ⏱️ 11.03.2024): ``` pip install shortuuid ``` @@ -1425,7 +1417,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 3 hidden projects... -- uritemplate (πŸ₯‰28 Β· ⭐ 220) - URI template parsing per RFC6570. ❗️BSD-1-Clause +- uritemplate (πŸ₯‰28 Β· ⭐ 230) - URI template parsing per RFC6570. ❗️BSD-1-Clause - furl (πŸ₯‰27 Β· ⭐ 2.6K Β· πŸ’€) - URL parsing and manipulation made easy. Unlicense - purl (πŸ₯‰24 Β· ⭐ 300 Β· πŸ’€) - A simple, immutable URL class with a clean API for interrogation and.. MIT
@@ -1439,23 +1431,23 @@ _General purpose web frameworks to build web applications and REST APIs._
OpenAPI Generator (πŸ₯‡42 Β· ⭐ 20K) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (πŸ‘¨β€πŸ’» 3.1K Β· πŸ”€ 6.1K Β· πŸ“¦ 5 Β· πŸ“‹ 8.3K - 55% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (πŸ‘¨β€πŸ’» 3.1K Β· πŸ”€ 6.1K Β· πŸ“¦ 5 Β· πŸ“‹ 8.3K - 55% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (πŸ“₯ 8.2K / month Β· ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (πŸ“₯ 8.4K / month Β· ⏱️ 15.05.2020): ``` pip install openapi-generator-cli ``` -- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (πŸ“₯ 2.3M / month Β· πŸ“¦ 730 Β· ⏱️ 22.04.2024): +- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (πŸ“₯ 2.4M / month Β· πŸ“¦ 730 Β· ⏱️ 22.04.2024): ``` npm install @openapitools/openapi-generator-cli ```
swagger-ui (πŸ₯‡38 Β· ⭐ 26K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-ui) (πŸ‘¨β€πŸ’» 580 Β· πŸ”€ 8.8K Β· πŸ“¦ 36K Β· πŸ“‹ 5.5K - 20% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/swagger-api/swagger-ui) (πŸ‘¨β€πŸ’» 580 Β· πŸ”€ 8.8K Β· πŸ“¦ 36K Β· πŸ“‹ 5.5K - 20% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/swagger-api/swagger-ui @@ -1468,7 +1460,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/zalando/connexion ``` -- [PyPi](https://pypi.org/project/connexion) (πŸ“₯ 5.5M / month Β· πŸ“¦ 730 Β· ⏱️ 14.02.2024): +- [PyPi](https://pypi.org/project/connexion) (πŸ“₯ 5.7M / month Β· πŸ“¦ 730 Β· ⏱️ 14.02.2024): ``` pip install connexion ``` @@ -1479,7 +1471,7 @@ _General purpose web frameworks to build web applications and REST APIs._
apispec (πŸ₯‡37 Β· ⭐ 1.1K) - A pluggable API specification generator. Currently supports the.. MIT -- [GitHub](https://github.com/marshmallow-code/apispec) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 170 Β· πŸ“¦ 13K Β· πŸ“‹ 270 - 10% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/marshmallow-code/apispec) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 170 Β· πŸ“¦ 13K Β· πŸ“‹ 270 - 10% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/marshmallow-code/apispec @@ -1495,7 +1487,7 @@ _General purpose web frameworks to build web applications and REST APIs._
drf-spectacular (πŸ₯ˆ36 Β· ⭐ 2.1K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 -- [GitHub](https://github.com/tfranzel/drf-spectacular) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 240 Β· πŸ“¦ 93K Β· πŸ“‹ 910 - 10% open Β· ⏱️ 09.04.2024): +- [GitHub](https://github.com/tfranzel/drf-spectacular) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 240 Β· πŸ“¦ 94K Β· πŸ“‹ 910 - 10% open Β· ⏱️ 09.04.2024): ``` git clone https://github.com/tfranzel/drf-spectacular @@ -1504,7 +1496,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install drf-spectacular ``` -- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (πŸ“₯ 32K Β· ⏱️ 01.04.2024): +- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (πŸ“₯ 33K Β· ⏱️ 01.04.2024): ``` conda install -c conda-forge drf-spectacular ``` @@ -1516,30 +1508,30 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/axnsan12/drf-yasg ``` -- [PyPi](https://pypi.org/project/drf-yasg) (πŸ“₯ 2.1M / month Β· πŸ“¦ 390 Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/drf-yasg) (πŸ“₯ 2.2M / month Β· πŸ“¦ 390 Β· ⏱️ 20.07.2023): ``` pip install drf-yasg ``` -- [Conda](https://anaconda.org/conda-forge/drf-yasg) (πŸ“₯ 8.9K Β· ⏱️ 25.10.2023): +- [Conda](https://anaconda.org/conda-forge/drf-yasg) (πŸ“₯ 9K Β· ⏱️ 25.10.2023): ``` conda install -c conda-forge drf-yasg ```
datamodel-code-generator (πŸ₯ˆ34 Β· ⭐ 2.3K) - Pydantic model and dataclasses.dataclass generator.. MIT -- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 260 Β· πŸ“¦ 1.2K Β· πŸ“‹ 500 - 29% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 260 Β· πŸ“¦ 1.2K Β· πŸ“‹ 500 - 30% open Β· ⏱️ 23.04.2024): ``` git clone https://github.com/koxudaxi/datamodel-code-generator ``` -- [PyPi](https://pypi.org/project/datamodel-code-generator) (πŸ“₯ 910K / month Β· πŸ“¦ 75 Β· ⏱️ 16.03.2024): +- [PyPi](https://pypi.org/project/datamodel-code-generator) (πŸ“₯ 960K / month Β· πŸ“¦ 81 Β· ⏱️ 25.04.2024): ``` pip install datamodel-code-generator ```
-
redoc (πŸ₯ˆ33 Β· ⭐ 23K Β· πŸ“ˆ) - OpenAPI/Swagger-generated API Reference Documentation. MIT +
redoc (πŸ₯ˆ33 Β· ⭐ 23K) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- [GitHub](https://github.com/Redocly/redoc) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 2.2K Β· πŸ“₯ 92 Β· πŸ“¦ 6.8K Β· πŸ“‹ 1.8K - 18% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/Redocly/redoc) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 2.2K Β· πŸ“₯ 92 Β· πŸ“¦ 6.9K Β· πŸ“‹ 1.8K - 18% open Β· ⏱️ 26.04.2024): ``` git clone https://github.com/Redocly/redoc @@ -1547,7 +1539,7 @@ _General purpose web frameworks to build web applications and REST APIs._
swagger-codegen (πŸ₯ˆ32 Β· ⭐ 17K) - swagger-codegen contains a template-driven engine to.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-codegen) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 6K Β· πŸ“¦ 23 Β· πŸ“‹ 6.9K - 49% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/swagger-api/swagger-codegen) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 6K Β· πŸ“¦ 23 Β· πŸ“‹ 6.9K - 49% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/swagger-api/swagger-codegen @@ -1555,7 +1547,7 @@ _General purpose web frameworks to build web applications and REST APIs._
AutoRest (πŸ₯‰31 Β· ⭐ 4.5K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT -- [GitHub](https://github.com/Azure/autorest) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 730 Β· πŸ“₯ 75K Β· πŸ“¦ 570 Β· πŸ“‹ 2.2K - 5% open Β· ⏱️ 19.04.2024): +- [GitHub](https://github.com/Azure/autorest) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 730 Β· πŸ“₯ 75K Β· πŸ“¦ 570 Β· πŸ“‹ 2.2K - 5% open Β· ⏱️ 26.04.2024): ``` git clone https://github.com/Azure/autorest @@ -1579,28 +1571,28 @@ _General purpose web frameworks to build web applications and REST APIs._
openapi-python-client (πŸ₯‰31 Β· ⭐ 1.1K) - Generate modern Python clients from OpenAPI. MIT -- [GitHub](https://github.com/openapi-generators/openapi-python-client) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 180 Β· πŸ“¦ 910 Β· πŸ“‹ 360 - 17% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/openapi-generators/openapi-python-client) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 180 Β· πŸ“¦ 920 Β· πŸ“‹ 360 - 17% open Β· ⏱️ 22.04.2024): ``` git clone https://github.com/openapi-generators/openapi-python-client ``` -- [PyPi](https://pypi.org/project/openapi-python-client) (πŸ“₯ 240K / month Β· πŸ“¦ 11 Β· ⏱️ 27.03.2024): +- [PyPi](https://pypi.org/project/openapi-python-client) (πŸ“₯ 230K / month Β· πŸ“¦ 11 Β· ⏱️ 27.03.2024): ``` pip install openapi-python-client ``` -- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (πŸ“₯ 26K Β· ⏱️ 27.03.2024): +- [Conda](https://anaconda.org/conda-forge/openapi-python-client) (πŸ“₯ 27K Β· ⏱️ 27.03.2024): ``` conda install -c conda-forge openapi-python-client ```
OpenAPI Spec validator (πŸ₯‰30 Β· ⭐ 320) - OpenAPI Spec Validator is a CLI, pre-commit hook and.. Apache-2 -- [GitHub](https://github.com/python-openapi/openapi-spec-validator) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 61 Β· πŸ“¦ 6.4K Β· πŸ“‹ 110 - 30% open Β· ⏱️ 06.04.2024): +- [GitHub](https://github.com/python-openapi/openapi-spec-validator) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 61 Β· πŸ“¦ 6.5K Β· πŸ“‹ 110 - 30% open Β· ⏱️ 06.04.2024): ``` git clone https://github.com/p1c2u/openapi-spec-validator ``` -- [PyPi](https://pypi.org/project/openapi-spec-validator) (πŸ“₯ 4.6M / month Β· πŸ“¦ 260 Β· ⏱️ 13.10.2023): +- [PyPi](https://pypi.org/project/openapi-spec-validator) (πŸ“₯ 4.9M / month Β· πŸ“¦ 260 Β· ⏱️ 13.10.2023): ``` pip install openapi-spec-validator ``` @@ -1611,16 +1603,16 @@ _General purpose web frameworks to build web applications and REST APIs._
openapi-core (πŸ₯‰30 Β· ⭐ 280) - Openapi-core is a Python library that adds client-side and.. BSD-3 -- [GitHub](https://github.com/python-openapi/openapi-core) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 130 Β· πŸ“¦ 590 Β· πŸ“‹ 240 - 29% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/python-openapi/openapi-core) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 130 Β· πŸ“¦ 600 Β· πŸ“‹ 240 - 29% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/p1c2u/openapi-core ``` -- [PyPi](https://pypi.org/project/openapi-core) (πŸ“₯ 320K / month Β· πŸ“¦ 44 Β· ⏱️ 10.04.2024): +- [PyPi](https://pypi.org/project/openapi-core) (πŸ“₯ 330K / month Β· πŸ“¦ 44 Β· ⏱️ 10.04.2024): ``` pip install openapi-core ``` -- [Conda](https://anaconda.org/conda-forge/openapi-core) (πŸ“₯ 17K Β· ⏱️ 11.04.2024): +- [Conda](https://anaconda.org/conda-forge/openapi-core) (πŸ“₯ 18K Β· ⏱️ 11.04.2024): ``` conda install -c conda-forge openapi-core ``` @@ -1632,7 +1624,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/IBM/openapi-to-graphql ``` -- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (πŸ“₯ 16K / month Β· πŸ“¦ 4 Β· ⏱️ 26.12.2023): +- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (πŸ“₯ 20K / month Β· πŸ“¦ 4 Β· ⏱️ 26.12.2023): ``` npm install openapi-to-graphql-cli ``` @@ -1644,19 +1636,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/0b01001001/spectree ``` -- [PyPi](https://pypi.org/project/spectree) (πŸ“₯ 50K / month Β· πŸ“¦ 5 Β· ⏱️ 26.01.2024): +- [PyPi](https://pypi.org/project/spectree) (πŸ“₯ 55K / month Β· πŸ“¦ 5 Β· ⏱️ 26.01.2024): ``` pip install spectree ```
-
pyramid_openapi3 (πŸ₯‰23 Β· ⭐ 81 Β· πŸ“ˆ) - Pyramid addon for OpenAPI3 validation of requests and.. MIT +
pyramid_openapi3 (πŸ₯‰23 Β· ⭐ 81) - Pyramid addon for OpenAPI3 validation of requests and.. MIT -- [GitHub](https://github.com/Pylons/pyramid_openapi3) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 45 Β· πŸ“¦ 38 Β· πŸ“‹ 87 - 33% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/Pylons/pyramid_openapi3) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 45 Β· πŸ“¦ 39 Β· πŸ“‹ 84 - 30% open Β· ⏱️ 27.04.2024): ``` git clone https://github.com/Pylons/pyramid_openapi3 ``` -- [PyPi](https://pypi.org/project/pyramid_openapi3) (πŸ“₯ 25K / month Β· ⏱️ 03.04.2024): +- [PyPi](https://pypi.org/project/pyramid_openapi3) (πŸ“₯ 24K / month Β· ⏱️ 27.04.2024): ``` pip install pyramid_openapi3 ``` @@ -1664,10 +1656,10 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 5 hidden projects... - django-rest-swagger (πŸ₯‰31 Β· ⭐ 2.6K Β· πŸ’€) - Swagger Documentation Generator for Django REST.. BSD-2 -- apistar (πŸ₯‰30 Β· ⭐ 5.6K Β· πŸ’€) - The Web API toolkit. BSD-3 +- apistar (πŸ₯‰28 Β· ⭐ 5.6K Β· πŸ’€) - The Web API toolkit. BSD-3 - flask-swagger (πŸ₯‰26 Β· ⭐ 460 Β· πŸ’€) - A swagger 2.0 spec extractor for flask. MIT - Spectacle (πŸ₯‰24 Β· ⭐ 1.3K Β· πŸ’€) - Beautiful static documentation generator for OpenAPI/Swagger.. MIT -- pyramid_swagger (πŸ₯‰17 Β· ⭐ 65 Β· πŸ’€) - Convenient tools for using Swagger to define and.. BSD-3 +- pyramid_swagger (πŸ₯‰18 Β· ⭐ 65 Β· πŸ’€) - Convenient tools for using Swagger to define and.. BSD-3

@@ -1677,18 +1669,18 @@ _General purpose web frameworks to build web applications and REST APIs._ πŸ”— GraphQL Specification ( ⭐ 14K) - GraphQL is a query language and execution engine tied to any.. -
graphene (πŸ₯‡36 Β· ⭐ 8K) - GraphQL framework for Python. MIT +
graphene (πŸ₯‡36 Β· ⭐ 8K Β· πŸ’€) - GraphQL framework for Python. MIT - [GitHub](https://github.com/graphql-python/graphene) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 820 Β· πŸ“¦ 21K Β· πŸ“‹ 1K - 13% open Β· ⏱️ 06.10.2023): ``` git clone https://github.com/graphql-python/graphene ``` -- [PyPi](https://pypi.org/project/graphene) (πŸ“₯ 6.8M / month Β· πŸ“¦ 870 Β· ⏱️ 26.07.2023): +- [PyPi](https://pypi.org/project/graphene) (πŸ“₯ 6.9M / month Β· πŸ“¦ 870 Β· ⏱️ 26.07.2023): ``` pip install graphene ``` -- [Conda](https://anaconda.org/conda-forge/graphene) (πŸ“₯ 290K Β· ⏱️ 26.07.2023): +- [Conda](https://anaconda.org/conda-forge/graphene) (πŸ“₯ 300K Β· ⏱️ 26.07.2023): ``` conda install -c conda-forge graphene ``` @@ -1711,12 +1703,12 @@ _General purpose web frameworks to build web applications and REST APIs._
Strawberry GraphQL (πŸ₯‡34 Β· ⭐ 3.8K) - A GraphQL library for Python that leverages type.. MIT -- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 500 Β· πŸ“₯ 450 Β· πŸ“‹ 1K - 47% open Β· ⏱️ 21.04.2024): +- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 500 Β· πŸ“₯ 450 Β· πŸ“‹ 1K - 47% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/strawberry-graphql/strawberry ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (πŸ“₯ 810K / month Β· πŸ“¦ 61 Β· ⏱️ 21.04.2024): +- [PyPi](https://pypi.org/project/strawberry-graphql) (πŸ“₯ 890K / month Β· πŸ“¦ 100 Β· ⏱️ 01.05.2024): ``` pip install strawberry-graphql ``` @@ -1735,16 +1727,16 @@ _General purpose web frameworks to build web applications and REST APIs._
graphql-core (πŸ₯‡34 Β· ⭐ 500) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT -- [GitHub](https://github.com/graphql-python/graphql-core) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 130 Β· πŸ“¦ 27K Β· πŸ“‹ 150 - 20% open Β· ⏱️ 14.04.2024): +- [GitHub](https://github.com/graphql-python/graphql-core) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 130 Β· πŸ“¦ 27K Β· πŸ“‹ 150 - 19% open Β· ⏱️ 14.04.2024): ``` git clone https://github.com/graphql-python/graphql-core ``` -- [PyPi](https://pypi.org/project/graphql-core) (πŸ“₯ 12M / month Β· πŸ“¦ 800 Β· ⏱️ 14.04.2024): +- [PyPi](https://pypi.org/project/graphql-core) (πŸ“₯ 13M / month Β· πŸ“¦ 800 Β· ⏱️ 14.04.2024): ``` pip install graphql-core ``` -- [Conda](https://anaconda.org/conda-forge/graphql-core) (πŸ“₯ 960K Β· ⏱️ 19.10.2023): +- [Conda](https://anaconda.org/conda-forge/graphql-core) (πŸ“₯ 970K Β· ⏱️ 19.10.2023): ``` conda install -c conda-forge graphql-core ``` @@ -1765,14 +1757,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge graphene-mongo ```
-
graphene-pydantic (πŸ₯‰23 Β· ⭐ 220) - Integrate GraphQL with your Pydantic models. Apache-2 +
graphene-pydantic (πŸ₯‰21 Β· ⭐ 220) - Integrate GraphQL with your Pydantic models. Apache-2 -- [GitHub](https://github.com/graphql-python/graphene-pydantic) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 41 Β· πŸ“‹ 42 - 21% open Β· ⏱️ 03.02.2024): +- [GitHub](https://github.com/graphql-python/graphene-pydantic) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 41 Β· πŸ“‹ 43 - 23% open Β· ⏱️ 03.02.2024): ``` git clone https://github.com/graphql-python/graphene-pydantic ``` -- [PyPi](https://pypi.org/project/graphene-pydantic) (πŸ“₯ 15K / month Β· πŸ“¦ 3 Β· ⏱️ 01.02.2024): +- [PyPi](https://pypi.org/project/graphene-pydantic) (πŸ“₯ 16K / month Β· πŸ“¦ 3 Β· ⏱️ 01.02.2024): ``` pip install graphene-pydantic ``` @@ -1801,7 +1793,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/websocket-client/websocket-client ``` -- [PyPi](https://pypi.org/project/websocket-client) (πŸ“₯ 67M / month Β· πŸ“¦ 7.4K Β· ⏱️ 23.04.2024): +- [PyPi](https://pypi.org/project/websocket-client) (πŸ“₯ 70M / month Β· πŸ“¦ 7.4K Β· ⏱️ 23.04.2024): ``` pip install websocket-client ``` @@ -1828,12 +1820,12 @@ _General purpose web frameworks to build web applications and REST APIs._
python-socketio (πŸ₯ˆ35 Β· ⭐ 3.8K) - Python Socket.IO server and client. MIT -- [GitHub](https://github.com/miguelgrinberg/python-socketio) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 560 Β· πŸ“¦ 44K Β· πŸ“‹ 800 - 1% open Β· ⏱️ 18.04.2024): +- [GitHub](https://github.com/miguelgrinberg/python-socketio) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 560 Β· πŸ“¦ 44K Β· πŸ“‹ 800 - 1% open Β· ⏱️ 28.04.2024): ``` git clone https://github.com/miguelgrinberg/python-socketio ``` -- [PyPi](https://pypi.org/project/python-socketio) (πŸ“₯ 2.3M / month Β· πŸ“¦ 2.1K Β· ⏱️ 24.03.2024): +- [PyPi](https://pypi.org/project/python-socketio) (πŸ“₯ 2.4M / month Β· πŸ“¦ 2.1K Β· ⏱️ 24.03.2024): ``` pip install python-socketio ``` @@ -1842,6 +1834,22 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge python-socketio ```
+
Flask-SocketIO (πŸ₯ˆ34 Β· ⭐ 5.3K) - Socket.IO integration for Flask applications. MIT + +- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 900 Β· πŸ“¦ 38K Β· πŸ“‹ 1.6K - 0% open Β· ⏱️ 27.04.2024): + + ``` + git clone https://github.com/miguelgrinberg/Flask-SocketIO + ``` +- [PyPi](https://pypi.org/project/flask-socketio) (πŸ“₯ 930K / month Β· πŸ“¦ 2.4K Β· ⏱️ 05.09.2023): + ``` + pip install flask-socketio + ``` +- [Conda](https://anaconda.org/conda-forge/flask-socketio) (πŸ“₯ 390K Β· ⏱️ 05.09.2023): + ``` + conda install -c conda-forge flask-socketio + ``` +
autobahn-python (πŸ₯ˆ34 Β· ⭐ 2.5K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT - [GitHub](https://github.com/crossbario/autobahn-python) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 810 Β· πŸ“¦ 32K Β· πŸ“‹ 890 - 20% open Β· ⏱️ 13.04.2024): @@ -1849,7 +1857,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/crossbario/autobahn-python ``` -- [PyPi](https://pypi.org/project/autobahn) (πŸ“₯ 1.1M / month Β· πŸ“¦ 2K Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/autobahn) (πŸ“₯ 1.2M / month Β· πŸ“¦ 2K Β· ⏱️ 20.07.2023): ``` pip install autobahn ``` @@ -1865,7 +1873,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django/daphne ``` -- [PyPi](https://pypi.org/project/daphne) (πŸ“₯ 1.1M / month Β· πŸ“¦ 790 Β· ⏱️ 11.04.2024): +- [PyPi](https://pypi.org/project/daphne) (πŸ“₯ 1.2M / month Β· πŸ“¦ 790 Β· ⏱️ 11.04.2024): ``` pip install daphne ``` @@ -1874,30 +1882,30 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge daphne ```
-
Flask-SocketIO (πŸ₯‰33 Β· ⭐ 5.3K) - Socket.IO integration for Flask applications. MIT +
sockjs-tornado (πŸ₯‰26 Β· ⭐ 860 Β· πŸ’€) - WebSocket emulation - Python server. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 900 Β· πŸ“¦ 38K Β· πŸ“‹ 1.6K - 0% open Β· ⏱️ 11.01.2024): +- [GitHub](https://github.com/mrjoes/sockjs-tornado) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 160 Β· πŸ“¦ 2.2K Β· πŸ“‹ 74 - 47% open Β· ⏱️ 10.05.2023): ``` - git clone https://github.com/miguelgrinberg/Flask-SocketIO + git clone https://github.com/mrjoes/sockjs-tornado ``` -- [PyPi](https://pypi.org/project/flask-socketio) (πŸ“₯ 890K / month Β· πŸ“¦ 2.4K Β· ⏱️ 05.09.2023): +- [PyPi](https://pypi.org/project/sockjs-tornado) (πŸ“₯ 17K / month Β· πŸ“¦ 750 Β· ⏱️ 24.04.2020): ``` - pip install flask-socketio + pip install sockjs-tornado ``` -- [Conda](https://anaconda.org/conda-forge/flask-socketio) (πŸ“₯ 390K Β· ⏱️ 05.09.2023): +- [Conda](https://anaconda.org/conda-forge/sockjs-tornado) (πŸ“₯ 1.8K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge flask-socketio + conda install -c conda-forge sockjs-tornado ```
-
websockify (πŸ₯‰26 Β· ⭐ 3.7K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0 +
websockify (πŸ₯‰24 Β· ⭐ 3.8K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0 - [GitHub](https://github.com/novnc/websockify) (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 730 Β· πŸ“¦ 31 Β· πŸ“‹ 350 - 8% open Β· ⏱️ 08.02.2024): ``` git clone https://github.com/novnc/websockify ``` -- [PyPi](https://pypi.org/project/websockify) (πŸ“₯ 51K / month Β· πŸ“¦ 310 Β· ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/websockify) (πŸ“₯ 51K / month Β· πŸ“¦ 14 Β· ⏱️ 21.08.2023): ``` pip install websockify ``` @@ -1906,34 +1914,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge websockify ```
-
sockjs-tornado (πŸ₯‰26 Β· ⭐ 860 Β· πŸ’€) - WebSocket emulation - Python server. MIT - -- [GitHub](https://github.com/mrjoes/sockjs-tornado) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 160 Β· πŸ“¦ 2.2K Β· πŸ“‹ 74 - 47% open Β· ⏱️ 10.05.2023): - - ``` - git clone https://github.com/mrjoes/sockjs-tornado - ``` -- [PyPi](https://pypi.org/project/sockjs-tornado) (πŸ“₯ 16K / month Β· πŸ“¦ 750 Β· ⏱️ 24.04.2020): - ``` - pip install sockjs-tornado - ``` -- [Conda](https://anaconda.org/conda-forge/sockjs-tornado) (πŸ“₯ 1.8K Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge sockjs-tornado - ``` -
-
httpx-ws (πŸ₯‰22 Β· ⭐ 86) - WebSocket support for HTTPX. MIT +
httpx-ws (πŸ₯‰22 Β· ⭐ 87) - WebSocket support for HTTPX. MIT -- [GitHub](https://github.com/frankie567/httpx-ws) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 11 Β· πŸ“₯ 110 Β· πŸ“¦ 50 Β· πŸ“‹ 26 - 11% open Β· ⏱️ 05.04.2024): +- [GitHub](https://github.com/frankie567/httpx-ws) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 11 Β· πŸ“₯ 110 Β· πŸ“¦ 51 Β· πŸ“‹ 26 - 11% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/frankie567/httpx-ws ``` -- [PyPi](https://pypi.org/project/httpx-ws) (πŸ“₯ 290K / month Β· πŸ“¦ 14 Β· ⏱️ 05.04.2024): +- [PyPi](https://pypi.org/project/httpx-ws) (πŸ“₯ 260K / month Β· πŸ“¦ 14 Β· ⏱️ 05.04.2024): ``` pip install httpx-ws ``` -- [Conda](https://anaconda.org/conda-forge/httpx-ws) (πŸ“₯ 3.9K Β· ⏱️ 05.04.2024): +- [Conda](https://anaconda.org/conda-forge/httpx-ws) (πŸ“₯ 4.1K Β· ⏱️ 05.04.2024): ``` conda install -c conda-forge httpx-ws ``` @@ -1942,7 +1934,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - gevent-socketio (πŸ₯‰26 Β· ⭐ 1.2K Β· πŸ’€) - Official repository for gevent-socketio. BSD-3 - flask-sockets (πŸ₯‰25 Β· ⭐ 1.7K Β· πŸ’€) - [DEPRECATED] Alternative:.. MIT -- tornadio2 (πŸ₯‰20 Β· ⭐ 530 Β· πŸ’€) - Python socket.io server implementation on top of Tornado.. Apache-2 +- tornadio2 (πŸ₯‰21 Β· ⭐ 530 Β· πŸ’€) - Python socket.io server implementation on top of Tornado.. Apache-2

@@ -1952,12 +1944,12 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (πŸ₯‡48 Β· ⭐ 41K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2 -- [GitHub](https://github.com/grpc/grpc) (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 10K Β· πŸ“₯ 13K Β· πŸ“¦ 5K Β· πŸ“‹ 12K - 7% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/grpc/grpc) (πŸ‘¨β€πŸ’» 1K Β· πŸ”€ 10K Β· πŸ“₯ 13K Β· πŸ“¦ 5K Β· πŸ“‹ 12K - 7% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/grpc/grpc ``` -- [PyPi](https://pypi.org/project/grpcio) (πŸ“₯ 94M / month Β· πŸ“¦ 5.6K Β· ⏱️ 19.04.2024): +- [PyPi](https://pypi.org/project/grpcio) (πŸ“₯ 95M / month Β· πŸ“¦ 3.3K Β· ⏱️ 30.04.2024): ``` pip install grpcio ``` @@ -1966,14 +1958,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge grpcio ```
-
rpyc (πŸ₯ˆ32 Β· ⭐ 1.5K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT +
rpyc (πŸ₯ˆ30 Β· ⭐ 1.5K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT -- [GitHub](https://github.com/tomerfiliba-org/rpyc) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 240 Β· πŸ“₯ 500 Β· πŸ“¦ 2.3K Β· πŸ“‹ 420 - 18% open Β· ⏱️ 23.02.2024): +- [GitHub](https://github.com/tomerfiliba-org/rpyc) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 240 Β· πŸ“₯ 520 Β· πŸ“¦ 2.3K Β· πŸ“‹ 420 - 18% open Β· ⏱️ 23.02.2024): ``` git clone https://github.com/tomerfiliba-org/rpyc ``` -- [PyPi](https://pypi.org/project/rpyc) (πŸ“₯ 610K / month Β· πŸ“¦ 370 Β· ⏱️ 23.02.2024): +- [PyPi](https://pypi.org/project/rpyc) (πŸ“₯ 630K / month Β· πŸ“¦ 370 Β· ⏱️ 23.02.2024): ``` pip install rpyc ``` @@ -1982,14 +1974,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge rpyc ```
-
ucall (πŸ₯‰23 Β· ⭐ 990) - Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than.. Apache-2 +
ucall (πŸ₯‰22 Β· ⭐ 990) - Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than.. Apache-2 - [GitHub](https://github.com/unum-cloud/ucall) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 35 Β· πŸ“¦ 47 Β· πŸ“‹ 26 - 26% open Β· ⏱️ 15.04.2024): ``` git clone https://github.com/unum-cloud/ucall ``` -- [PyPi](https://pypi.org/project/ucall) (πŸ“₯ 9K / month Β· πŸ“¦ 1 Β· ⏱️ 15.04.2024): +- [PyPi](https://pypi.org/project/ucall) (πŸ“₯ 8.6K / month Β· πŸ“¦ 1 Β· ⏱️ 15.04.2024): ``` pip install ucall ``` @@ -2008,7 +2000,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 1 hidden projects... -- spyne (πŸ₯‰27 Β· ⭐ 1.1K) - A transport agnostic sync/async RPC library that focuses on exposing.. ❗️LGPL-2.1 +- spyne (πŸ₯‰28 Β· ⭐ 1.1K) - A transport agnostic sync/async RPC library that focuses on exposing.. ❗️LGPL-2.1

@@ -2018,12 +2010,12 @@ _General purpose web frameworks to build web applications and REST APIs._
chalice (πŸ₯‡35 Β· ⭐ 10K) - Python Serverless Microframework for AWS. Apache-2 -- [GitHub](https://github.com/aws/chalice) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1K Β· πŸ“¦ 2.8K Β· πŸ“‹ 1.3K - 36% open Β· ⏱️ 22.02.2024): +- [GitHub](https://github.com/aws/chalice) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 1K Β· πŸ“¦ 2.9K Β· πŸ“‹ 1.3K - 36% open Β· ⏱️ 22.02.2024): ``` git clone https://github.com/aws/chalice ``` -- [PyPi](https://pypi.org/project/chalice) (πŸ“₯ 280K / month Β· πŸ“¦ 160 Β· ⏱️ 27.02.2024): +- [PyPi](https://pypi.org/project/chalice) (πŸ“₯ 300K / month Β· πŸ“¦ 160 Β· ⏱️ 27.02.2024): ``` pip install chalice ``` @@ -2034,7 +2026,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 3 hidden projects... -- Zappa (πŸ₯‡35 Β· ⭐ 12K Β· πŸ’€) - Serverless Python. MIT +- Zappa (πŸ₯ˆ34 Β· ⭐ 12K Β· πŸ’€) - Serverless Python. MIT - python-lambda (πŸ₯‰25 Β· ⭐ 1.5K Β· πŸ’€) - A toolkit for developing and deploying serverless Python code.. ISC - lambdarest (πŸ₯‰20 Β· ⭐ 92 Β· πŸ’€) - Flask like web framework for AWS Lambda. MIT
@@ -2044,35 +2036,35 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
wagtail (πŸ₯‡41 Β· ⭐ 17K) - A Django content management system focused on flexibility and user.. BSD-3 +
django-cms (πŸ₯‡41 Β· ⭐ 9.9K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (πŸ‘¨β€πŸ’» 910 Β· πŸ”€ 3.7K Β· πŸ“¦ 8 Β· πŸ“‹ 5K - 18% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/django-cms/django-cms) (πŸ‘¨β€πŸ’» 560 Β· πŸ”€ 3K Β· πŸ“¦ 5.2K Β· πŸ“‹ 3.5K - 3% open Β· ⏱️ 01.05.2024): ``` - git clone https://github.com/wagtail/wagtail - ``` -- [PyPi](https://pypi.org/project/wagtail) (πŸ“₯ 230K / month Β· πŸ“¦ 1.6K Β· ⏱️ 25.04.2024): - ``` - pip install wagtail + git clone https://github.com/django-cms/django-cms ``` -- [Conda](https://anaconda.org/conda-forge/wagtail) (πŸ“₯ 71K Β· ⏱️ 04.04.2024): +- [PyPi](https://pypi.org/project/django-cms) (πŸ“₯ 77K / month Β· πŸ“¦ 1.5K Β· ⏱️ 01.05.2024): ``` - conda install -c conda-forge wagtail + pip install django-cms ```
-
django-cms (πŸ₯ˆ40 Β· ⭐ 9.9K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 +
wagtail (πŸ₯ˆ40 Β· ⭐ 17K) - A Django content management system focused on flexibility and user.. BSD-3 -- [GitHub](https://github.com/django-cms/django-cms) (πŸ‘¨β€πŸ’» 560 Β· πŸ”€ 3K Β· πŸ“¦ 5.2K Β· πŸ“‹ 3.5K - 3% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/wagtail/wagtail) (πŸ‘¨β€πŸ’» 910 Β· πŸ”€ 3.7K Β· πŸ“¦ 8 Β· πŸ“‹ 5K - 18% open Β· ⏱️ 02.05.2024): ``` - git clone https://github.com/django-cms/django-cms + git clone https://github.com/wagtail/wagtail ``` -- [PyPi](https://pypi.org/project/django-cms) (πŸ“₯ 79K / month Β· πŸ“¦ 1.7K Β· ⏱️ 09.02.2024): +- [PyPi](https://pypi.org/project/wagtail) (πŸ“₯ 240K / month Β· πŸ“¦ 3.2K Β· ⏱️ 01.05.2024): ``` - pip install django-cms + pip install wagtail + ``` +- [Conda](https://anaconda.org/conda-forge/wagtail) (πŸ“₯ 71K Β· ⏱️ 01.05.2024): + ``` + conda install -c conda-forge wagtail ```
-
lektor (πŸ₯‰29 Β· ⭐ 3.8K) - The lektor static file content management system. BSD-3 +
lektor (πŸ₯ˆ29 Β· ⭐ 3.8K) - The lektor static file content management system. BSD-3 - [GitHub](https://github.com/lektor/lektor) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 310 Β· πŸ“₯ 7.1K Β· πŸ“¦ 450 Β· πŸ“‹ 670 - 36% open Β· ⏱️ 27.02.2024): @@ -2083,26 +2075,26 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install lektor ``` -- [Conda](https://anaconda.org/conda-forge/lektor) (πŸ“₯ 68K Β· ⏱️ 05.03.2024): +- [Conda](https://anaconda.org/conda-forge/lektor) (πŸ“₯ 69K Β· ⏱️ 05.03.2024): ``` conda install -c conda-forge lektor ```
-
feincms (πŸ₯‰28 Β· ⭐ 900) - A Django-based CMS with a focus on extensibility and concise code. BSD-3 +
feincms (πŸ₯‰27 Β· ⭐ 900) - A Django-based CMS with a focus on extensibility and concise code. BSD-3 - [GitHub](https://github.com/feincms/feincms) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 230 Β· πŸ“‹ 440 - 6% open Β· ⏱️ 18.04.2024): ``` git clone https://github.com/feincms/feincms ``` -- [PyPi](https://pypi.org/project/feincms) (πŸ“₯ 6.4K / month Β· πŸ“¦ 160 Β· ⏱️ 18.04.2024): +- [PyPi](https://pypi.org/project/feincms) (πŸ“₯ 6.4K / month Β· πŸ“¦ 14 Β· ⏱️ 18.04.2024): ``` pip install feincms ```
Show 2 hidden projects... -- mezzanine (πŸ₯ˆ32 Β· ⭐ 4.7K Β· πŸ’€) - CMS framework for Django. BSD-2 +- mezzanine (πŸ₯ˆ29 Β· ⭐ 4.7K Β· πŸ’€) - CMS framework for Django. BSD-2 - Kotti (πŸ₯‰19 Β· ⭐ 410 Β· πŸ’€) - Kotti is a high-level, Pythonic web application framework based on.. ❗️BSD

@@ -2113,12 +2105,12 @@ _General purpose web frameworks to build web applications and REST APIs._
selenium (πŸ₯‡47 Β· ⭐ 29K) - A browser automation framework and ecosystem. Apache-2 -- [GitHub](https://github.com/SeleniumHQ/selenium) (πŸ‘¨β€πŸ’» 850 Β· πŸ”€ 7.9K Β· πŸ“₯ 17M Β· πŸ“¦ 260K Β· πŸ“‹ 10K - 1% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/SeleniumHQ/selenium) (πŸ‘¨β€πŸ’» 850 Β· πŸ”€ 7.9K Β· πŸ“₯ 17M Β· πŸ“¦ 260K Β· πŸ“‹ 10K - 1% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/SeleniumHQ/selenium ``` -- [PyPi](https://pypi.org/project/selenium) (πŸ“₯ 16M / month Β· πŸ“¦ 17K Β· ⏱️ 24.04.2024): +- [PyPi](https://pypi.org/project/selenium) (πŸ“₯ 17M / month Β· πŸ“¦ 17K Β· ⏱️ 24.04.2024): ``` pip install selenium ``` @@ -2129,12 +2121,12 @@ _General purpose web frameworks to build web applications and REST APIs._
coverage (πŸ₯‡43 Β· ⭐ 2.8K) - The code coverage tool for Python. Apache-2 -- [GitHub](https://github.com/nedbat/coveragepy) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 400 Β· πŸ“¦ 380K Β· πŸ“‹ 1.4K - 19% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/nedbat/coveragepy) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 400 Β· πŸ“¦ 380K Β· πŸ“‹ 1.4K - 19% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/nedbat/coveragepy ``` -- [PyPi](https://pypi.org/project/coverage) (πŸ“₯ 87M / month Β· πŸ“¦ 59K Β· ⏱️ 23.04.2024): +- [PyPi](https://pypi.org/project/coverage) (πŸ“₯ 88M / month Β· πŸ“¦ 59K Β· ⏱️ 23.04.2024): ``` pip install coverage ``` @@ -2145,24 +2137,24 @@ _General purpose web frameworks to build web applications and REST APIs._
mitmproxy (πŸ₯‡41 Β· ⭐ 34K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT -- [GitHub](https://github.com/mitmproxy/mitmproxy) (πŸ‘¨β€πŸ’» 530 Β· πŸ”€ 3.9K Β· πŸ“₯ 220K Β· πŸ“¦ 3.6K Β· πŸ“‹ 3.3K - 9% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/mitmproxy/mitmproxy) (πŸ‘¨β€πŸ’» 530 Β· πŸ”€ 3.9K Β· πŸ“₯ 220K Β· πŸ“¦ 3.6K Β· πŸ“‹ 3.3K - 9% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/mitmproxy/mitmproxy ``` -- [PyPi](https://pypi.org/project/mitmproxy) (πŸ“₯ 350K / month Β· πŸ“¦ 480 Β· ⏱️ 17.04.2024): +- [PyPi](https://pypi.org/project/mitmproxy) (πŸ“₯ 370K / month Β· πŸ“¦ 480 Β· ⏱️ 17.04.2024): ``` pip install mitmproxy ```
Locust (πŸ₯‡39 Β· ⭐ 24K) - Write scalable load tests in plain Python. MIT -- [GitHub](https://github.com/locustio/locust) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 2.9K Β· πŸ“¦ 4 Β· πŸ“‹ 1.6K - 1% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/locustio/locust) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 2.9K Β· πŸ“¦ 4 Β· πŸ“‹ 1.6K - 2% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/locustio/locust ``` -- [PyPi](https://pypi.org/project/locust) (πŸ“₯ 1.6M / month Β· πŸ“¦ 120 Β· ⏱️ 22.04.2024): +- [PyPi](https://pypi.org/project/locust) (πŸ“₯ 1.7M / month Β· πŸ“¦ 110 Β· ⏱️ 02.05.2024): ``` pip install locust ``` @@ -2171,26 +2163,42 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge locust ```
-
SeleniumBase (πŸ₯‡37 Β· ⭐ 4.2K) - Pythons all-in-one framework for web crawling, scraping, testing,.. MIT +
SeleniumBase (πŸ₯‡37 Β· ⭐ 4.3K) - Pythons all-in-one framework for web crawling, scraping, testing,.. MIT -- [GitHub](https://github.com/seleniumbase/SeleniumBase) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 890 Β· πŸ“¦ 1.3K Β· πŸ“‹ 1.2K - 0% open Β· ⏱️ 16.04.2024): +- [GitHub](https://github.com/seleniumbase/SeleniumBase) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 890 Β· πŸ“¦ 1.3K Β· πŸ“‹ 1.2K - 0% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/seleniumbase/SeleniumBase ``` -- [PyPi](https://pypi.org/project/seleniumbase) (πŸ“₯ 510K / month Β· πŸ“¦ 15 Β· ⏱️ 14.04.2024): +- [PyPi](https://pypi.org/project/seleniumbase) (πŸ“₯ 560K / month Β· πŸ“¦ 24 Β· ⏱️ 01.05.2024): ``` pip install seleniumbase ```
+
SeleniumLibrary (πŸ₯ˆ36 Β· ⭐ 1.3K) - Web testing library for Robot Framework. Apache-2 + +- [GitHub](https://github.com/robotframework/SeleniumLibrary) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 740 Β· πŸ“₯ 3.6K Β· πŸ“¦ 4.9K Β· πŸ“‹ 1.1K - 7% open Β· ⏱️ 30.04.2024): + + ``` + git clone https://github.com/robotframework/SeleniumLibrary + ``` +- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (πŸ“₯ 1.6M / month Β· πŸ“¦ 140 Β· ⏱️ 19.04.2024): + ``` + pip install robotframework-seleniumlibrary + ``` +- [Conda](https://anaconda.org/conda-forge/robotframework-seleniumlibrary) (πŸ“₯ 81K Β· ⏱️ 19.04.2024): + ``` + conda install -c conda-forge robotframework-seleniumlibrary + ``` +
responses (πŸ₯ˆ35 Β· ⭐ 4K) - A utility for mocking out the Python Requests library. Apache-2 -- [GitHub](https://github.com/getsentry/responses) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“₯ 280 Β· πŸ“¦ 36K Β· πŸ“‹ 300 - 3% open Β· ⏱️ 15.02.2024): +- [GitHub](https://github.com/getsentry/responses) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 340 Β· πŸ“₯ 280 Β· πŸ“¦ 37K Β· πŸ“‹ 300 - 3% open Β· ⏱️ 15.02.2024): ``` git clone https://github.com/getsentry/responses ``` -- [PyPi](https://pypi.org/project/responses) (πŸ“₯ 19M / month Β· πŸ“¦ 3.2K Β· ⏱️ 13.02.2024): +- [PyPi](https://pypi.org/project/responses) (πŸ“₯ 20M / month Β· πŸ“¦ 3.2K Β· ⏱️ 13.02.2024): ``` pip install responses ``` @@ -2201,12 +2209,12 @@ _General purpose web frameworks to build web applications and REST APIs._
splinter (πŸ₯ˆ35 Β· ⭐ 2.7K) - splinter - python test framework for web applications. BSD-3 -- [GitHub](https://github.com/cobrateam/splinter) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 530 Β· πŸ“¦ 6.7K Β· πŸ“‹ 540 - 10% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/cobrateam/splinter) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 530 Β· πŸ“¦ 6.7K Β· πŸ“‹ 540 - 10% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/splinter) (πŸ“₯ 150K / month Β· πŸ“¦ 1.1K Β· ⏱️ 16.01.2024): +- [PyPi](https://pypi.org/project/splinter) (πŸ“₯ 140K / month Β· πŸ“¦ 1.1K Β· ⏱️ 16.01.2024): ``` pip install splinter ``` @@ -2227,42 +2235,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge vcrpy ```
-
SeleniumLibrary (πŸ₯ˆ35 Β· ⭐ 1.3K) - Web testing library for Robot Framework. Apache-2 - -- [GitHub](https://github.com/robotframework/SeleniumLibrary) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 740 Β· πŸ“₯ 3.6K Β· πŸ“¦ 4.8K Β· πŸ“‹ 1K - 7% open Β· ⏱️ 19.04.2024): - - ``` - git clone https://github.com/robotframework/SeleniumLibrary - ``` -- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (πŸ“₯ 2M / month Β· πŸ“¦ 140 Β· ⏱️ 19.04.2024): - ``` - pip install robotframework-seleniumlibrary - ``` -- [Conda](https://anaconda.org/conda-forge/robotframework-seleniumlibrary) (πŸ“₯ 81K Β· ⏱️ 19.04.2024): - ``` - conda install -c conda-forge robotframework-seleniumlibrary - ``` -
-
django-silk (πŸ₯ˆ32 Β· ⭐ 4.2K) - Silky smooth profiling for Django. MIT +
django-silk (πŸ₯ˆ32 Β· ⭐ 4.3K) - Silky smooth profiling for Django. MIT - [GitHub](https://github.com/jazzband/django-silk) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 330 Β· πŸ“₯ 200 Β· πŸ“¦ 4.6K Β· πŸ“‹ 350 - 35% open Β· ⏱️ 11.03.2024): ``` git clone https://github.com/jazzband/django-silk ``` -- [PyPi](https://pypi.org/project/django-silk) (πŸ“₯ 750K / month Β· πŸ“¦ 150 Β· ⏱️ 22.01.2024): +- [PyPi](https://pypi.org/project/django-silk) (πŸ“₯ 760K / month Β· πŸ“¦ 150 Β· ⏱️ 22.01.2024): ``` pip install django-silk ```
Prism (πŸ₯ˆ32 Β· ⭐ 4K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 -- [GitHub](https://github.com/stoplightio/prism) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 320 Β· πŸ“₯ 830K Β· πŸ“¦ 520 Β· πŸ“‹ 680 - 9% open Β· ⏱️ 05.04.2024): +- [GitHub](https://github.com/stoplightio/prism) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 320 Β· πŸ“₯ 830K Β· πŸ“¦ 530 Β· πŸ“‹ 690 - 10% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/stoplightio/prism ``` -- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (πŸ“₯ 260K / month Β· πŸ“¦ 31 Β· ⏱️ 22.03.2024): +- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (πŸ“₯ 260K / month Β· πŸ“¦ 31 Β· ⏱️ 29.04.2024): ``` npm install @stoplight/prism-cli ``` @@ -2274,7 +2266,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/FactoryBoy/factory_boy ``` -- [PyPi](https://pypi.org/project/factory_boy) (πŸ“₯ 4.1M / month Β· πŸ“¦ 850 Β· ⏱️ 19.07.2023): +- [PyPi](https://pypi.org/project/factory_boy) (πŸ“₯ 4.2M / month Β· πŸ“¦ 850 Β· ⏱️ 19.07.2023): ``` pip install factory_boy ``` @@ -2285,40 +2277,40 @@ _General purpose web frameworks to build web applications and REST APIs._
schemathesis (πŸ₯ˆ31 Β· ⭐ 2.1K) - Automate your API Testing: catch crashes, validate.. MIT -- [GitHub](https://github.com/schemathesis/schemathesis) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 140 Β· πŸ“¦ 310 Β· πŸ“‹ 810 - 9% open Β· ⏱️ 21.04.2024): +- [GitHub](https://github.com/schemathesis/schemathesis) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 140 Β· πŸ“¦ 320 Β· πŸ“‹ 810 - 8% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/schemathesis/schemathesis ``` -- [PyPi](https://pypi.org/project/schemathesis) (πŸ“₯ 160K / month Β· πŸ“¦ 4 Β· ⏱️ 14.04.2024): +- [PyPi](https://pypi.org/project/schemathesis) (πŸ“₯ 170K / month Β· πŸ“¦ 4 Β· ⏱️ 29.04.2024): ``` pip install schemathesis ```
tavern (πŸ₯ˆ31 Β· ⭐ 990) - A command-line tool and Python library and Pytest plugin for automated.. MIT -- [GitHub](https://github.com/taverntesting/tavern) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 190 Β· πŸ“¦ 560 Β· πŸ“‹ 600 - 6% open Β· ⏱️ 13.04.2024): +- [GitHub](https://github.com/taverntesting/tavern) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 190 Β· πŸ“¦ 570 Β· πŸ“‹ 600 - 6% open Β· ⏱️ 27.04.2024): ``` git clone https://github.com/taverntesting/tavern ``` -- [PyPi](https://pypi.org/project/tavern) (πŸ“₯ 290K / month Β· πŸ“¦ 24 Β· ⏱️ 13.04.2024): +- [PyPi](https://pypi.org/project/tavern) (πŸ“₯ 290K / month Β· πŸ“¦ 24 Β· ⏱️ 27.04.2024): ``` pip install tavern ```
flask-debugtoolbar (πŸ₯ˆ31 Β· ⭐ 920) - A toolbar overlay for debugging Flask applications. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-debugtoolbar) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 140 Β· πŸ“¦ 26K Β· πŸ“‹ 120 - 27% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/pallets-eco/flask-debugtoolbar) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 140 Β· πŸ“¦ 27K Β· πŸ“‹ 130 - 22% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar ``` -- [PyPi](https://pypi.org/project/flask-debugtoolbar) (πŸ“₯ 160K / month Β· πŸ“¦ 3K Β· ⏱️ 25.04.2024): +- [PyPi](https://pypi.org/project/flask-debugtoolbar) (πŸ“₯ 170K / month Β· πŸ“¦ 3K Β· ⏱️ 27.04.2024): ``` pip install flask-debugtoolbar ``` -- [Conda](https://anaconda.org/conda-forge/flask-debugtoolbar) (πŸ“₯ 66K Β· ⏱️ 07.12.2023): +- [Conda](https://anaconda.org/conda-forge/flask-debugtoolbar) (πŸ“₯ 66K Β· ⏱️ 27.04.2024): ``` conda install -c conda-forge flask-debugtoolbar ``` @@ -2330,31 +2322,31 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/httprunner/httprunner ``` -- [PyPi](https://pypi.org/project/httprunner) (πŸ“₯ 4.4K / month Β· πŸ“¦ 7 Β· ⏱️ 23.07.2023): +- [PyPi](https://pypi.org/project/httprunner) (πŸ“₯ 4.9K / month Β· πŸ“¦ 7 Β· ⏱️ 23.07.2023): ``` pip install httprunner ```
selene (πŸ₯ˆ30 Β· ⭐ 670) - User-oriented Web UI browser tests in Python. MIT -- [GitHub](https://github.com/yashaka/selene) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 140 Β· πŸ“¦ 4.3K Β· πŸ“‹ 320 - 37% open Β· ⏱️ 06.03.2024): +- [GitHub](https://github.com/yashaka/selene) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 140 Β· πŸ“¦ 4.4K Β· πŸ“‹ 320 - 37% open Β· ⏱️ 06.03.2024): ``` git clone https://github.com/yashaka/selene ``` -- [PyPi](https://pypi.org/project/selene) (πŸ“₯ 16K / month Β· πŸ“¦ 15 Β· ⏱️ 06.03.2024): +- [PyPi](https://pypi.org/project/selene) (πŸ“₯ 15K / month Β· πŸ“¦ 15 Β· ⏱️ 06.03.2024): ``` pip install selene ```
-
Model Bakery (πŸ₯‰29 Β· ⭐ 780 Β· πŸ“ˆ) - Object factory for Django. Apache-2 +
Model Bakery (πŸ₯ˆ29 Β· ⭐ 790) - Object factory for Django. Apache-2 - [GitHub](https://github.com/model-bakers/model_bakery) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 81 Β· πŸ“¦ 4K Β· πŸ“‹ 140 - 21% open Β· ⏱️ 21.04.2024): ``` git clone https://github.com/model-bakers/model_bakery ``` -- [PyPi](https://pypi.org/project/model_bakery) (πŸ“₯ 530K / month Β· πŸ“¦ 38 Β· ⏱️ 21.04.2024): +- [PyPi](https://pypi.org/project/model_bakery) (πŸ“₯ 560K / month Β· πŸ“¦ 38 Β· ⏱️ 21.04.2024): ``` pip install model_bakery ``` @@ -2370,23 +2362,23 @@ _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) (πŸ“₯ 6.4K / month Β· πŸ“¦ 38 Β· ⏱️ 09.04.2018): +- [PyPi](https://pypi.org/project/dredd_hooks) (πŸ“₯ 6.5K / month Β· πŸ“¦ 38 Β· ⏱️ 09.04.2018): ``` pip install dredd_hooks ``` -- [npm](https://www.npmjs.com/package/dredd) (πŸ“₯ 28K / month Β· πŸ“¦ 180 Β· ⏱️ 16.11.2021): +- [npm](https://www.npmjs.com/package/dredd) (πŸ“₯ 29K / month Β· πŸ“¦ 180 Β· ⏱️ 16.11.2021): ``` npm install dredd ```
-
pytest-flask (πŸ₯‰28 Β· ⭐ 470) - A set of pytest fixtures to test Flask applications. MIT +
pytest-flask (πŸ₯‰28 Β· ⭐ 480) - A set of pytest fixtures to test Flask applications. MIT -- [GitHub](https://github.com/pytest-dev/pytest-flask) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 91 Β· πŸ“₯ 5 Β· πŸ“‹ 84 - 15% open Β· ⏱️ 27.12.2023): +- [GitHub](https://github.com/pytest-dev/pytest-flask) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 91 Β· πŸ“₯ 7 Β· πŸ“‹ 84 - 15% open Β· ⏱️ 27.12.2023): ``` git clone https://github.com/pytest-dev/pytest-flask ``` -- [PyPi](https://pypi.org/project/pytest-flask) (πŸ“₯ 440K / month Β· πŸ“¦ 8.4K Β· ⏱️ 23.10.2023): +- [PyPi](https://pypi.org/project/pytest-flask) (πŸ“₯ 450K / month Β· πŸ“¦ 8.4K Β· ⏱️ 23.10.2023): ``` pip install pytest-flask ``` @@ -2397,7 +2389,7 @@ _General purpose web frameworks to build web applications and REST APIs._
webtest (πŸ₯‰28 Β· ⭐ 330) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT -- [GitHub](https://github.com/Pylons/webtest) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 110 Β· πŸ“¦ 11K Β· πŸ“‹ 130 - 22% open Β· ⏱️ 17.04.2024): +- [GitHub](https://github.com/Pylons/webtest) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 110 Β· πŸ“‹ 130 - 22% open Β· ⏱️ 17.04.2024): ``` git clone https://github.com/Pylons/webtest @@ -2411,44 +2403,32 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge webtest ```
-
selenium-python-helium (πŸ₯‰27 Β· ⭐ 4.1K) - Lighter web automation for Python. MIT +
playwright (πŸ₯‰26 Β· ⭐ 11K) - A high-level API to automate web browsers. Apache-2 -- [GitHub](https://github.com/mherrmann/helium) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 340 Β· πŸ“¦ 540 Β· πŸ“‹ 91 - 52% open Β· ⏱️ 16.04.2024): +- [GitHub](https://github.com/Microsoft/playwright-python) (πŸ”€ 810): ``` - git clone https://github.com/mherrmann/selenium-python-helium - ``` -- [PyPi](https://pypi.org/project/helium) (πŸ“₯ 8.3K / month Β· πŸ“¦ 14 Β· ⏱️ 08.12.2023): - ``` - pip install helium + git clone https://github.com/Microsoft/playwright-python ``` -
-
aioresponses (πŸ₯‰27 Β· ⭐ 490) - Aioresponses is a helper for mock/fake web requests in python.. MIT - -- [GitHub](https://github.com/pnuckowski/aioresponses) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 84 Β· πŸ“‹ 100 - 49% open Β· ⏱️ 14.04.2024): - +- [PyPi](https://pypi.org/project/playwright) (πŸ“₯ 3.1M / month Β· πŸ“¦ 570 Β· ⏱️ 09.04.2024): ``` - git clone https://github.com/pnuckowski/aioresponses + pip install playwright ``` -- [PyPi](https://pypi.org/project/aioresponses) (πŸ“₯ 1M / month Β· πŸ“¦ 220 Β· ⏱️ 20.11.2023): +- [Conda](https://anaconda.org/microsoft/playwright) (πŸ“₯ 37K Β· ⏱️ 09.04.2024): ``` - pip install aioresponses + conda install -c microsoft playwright ```
-
playwright (πŸ₯‰26 Β· ⭐ 11K) - A high-level API to automate web browsers. Apache-2 +
selenium-python-helium (πŸ₯‰26 Β· ⭐ 4.1K) - Lighter web automation for Python. MIT -- [GitHub](https://github.com/Microsoft/playwright-python) (πŸ”€ 810): +- [GitHub](https://github.com/mherrmann/helium) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 340 Β· πŸ“¦ 550 Β· πŸ“‹ 91 - 52% open Β· ⏱️ 16.04.2024): ``` - git clone https://github.com/Microsoft/playwright-python - ``` -- [PyPi](https://pypi.org/project/playwright) (πŸ“₯ 3.1M / month Β· πŸ“¦ 570 Β· ⏱️ 09.04.2024): - ``` - pip install playwright + git clone https://github.com/mherrmann/selenium-python-helium ``` -- [Conda](https://anaconda.org/microsoft/playwright) (πŸ“₯ 36K Β· ⏱️ 09.04.2024): +- [PyPi](https://pypi.org/project/helium) (πŸ“₯ 7.9K / month Β· πŸ“¦ 22 Β· ⏱️ 08.12.2023): ``` - conda install -c microsoft playwright + pip install helium ```
django-test-plus (πŸ₯‰26 Β· ⭐ 600 Β· πŸ’€) - Useful additions to Djangos default TestCase. BSD-3 @@ -2458,7 +2438,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/revsys/django-test-plus ``` -- [PyPi](https://pypi.org/project/django-test-plus) (πŸ“₯ 65K / month Β· πŸ“¦ 1.3K Β· ⏱️ 11.07.2023): +- [PyPi](https://pypi.org/project/django-test-plus) (πŸ“₯ 66K / month Β· πŸ“¦ 1.3K Β· ⏱️ 11.07.2023): ``` pip install django-test-plus ``` @@ -2467,68 +2447,68 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django-test-plus ```
-
requestium (πŸ₯‰25 Β· ⭐ 1.8K) - Integration layer between Requests and Selenium for automation of.. BSD-3 +
aioresponses (πŸ₯‰26 Β· ⭐ 500) - Aioresponses is a helper for mock/fake web requests in python.. MIT -- [GitHub](https://github.com/tryolabs/requestium) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 150 Β· πŸ“¦ 91 Β· πŸ“‹ 35 - 11% open Β· ⏱️ 04.02.2024): +- [GitHub](https://github.com/pnuckowski/aioresponses) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 84 Β· πŸ“‹ 100 - 49% open Β· ⏱️ 14.04.2024): ``` - git clone https://github.com/tryolabs/requestium + git clone https://github.com/pnuckowski/aioresponses ``` -- [PyPi](https://pypi.org/project/requestium) (πŸ“₯ 77K / month Β· πŸ“¦ 8 Β· ⏱️ 04.02.2024): +- [PyPi](https://pypi.org/project/aioresponses) (πŸ“₯ 1.2M / month Β· πŸ“¦ 220 Β· ⏱️ 20.11.2023): ``` - pip install requestium + pip install aioresponses ```
-
pyramid_debugtoolbar (πŸ₯‰25 Β· ⭐ 94) - Pyramid debug toolbar. BSD-3 +
requestium (πŸ₯‰25 Β· ⭐ 1.8K) - Integration layer between Requests and Selenium for automation of.. BSD-3 -- [GitHub](https://github.com/Pylons/pyramid_debugtoolbar) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 83 Β· πŸ“‹ 180 - 22% open Β· ⏱️ 05.02.2024): +- [GitHub](https://github.com/tryolabs/requestium) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 150 Β· πŸ“¦ 93 Β· πŸ“‹ 35 - 11% open Β· ⏱️ 04.02.2024): ``` - git clone https://github.com/Pylons/pyramid_debugtoolbar + git clone https://github.com/tryolabs/requestium ``` -- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (πŸ“₯ 2.3M / month Β· πŸ“¦ 28 Β· ⏱️ 05.02.2024): - ``` - pip install pyramid_debugtoolbar - ``` -- [Conda](https://anaconda.org/conda-forge/pyramid_debugtoolbar) (πŸ“₯ 4.6K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/requestium) (πŸ“₯ 85K / month Β· πŸ“¦ 8 Β· ⏱️ 04.02.2024): ``` - conda install -c conda-forge pyramid_debugtoolbar + pip install requestium ```
python-mocket (πŸ₯‰24 Β· ⭐ 270) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 -- [GitHub](https://github.com/mindflayer/python-mocket) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 40 Β· πŸ“¦ 94 Β· πŸ“‹ 80 - 5% open Β· ⏱️ 14.04.2024): +- [GitHub](https://github.com/mindflayer/python-mocket) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 41 Β· πŸ“¦ 94 Β· πŸ“‹ 80 - 6% open Β· ⏱️ 26.04.2024): ``` git clone https://github.com/mindflayer/python-mocket ``` -- [PyPi](https://pypi.org/project/mocket) (πŸ“₯ 5K / month Β· πŸ“¦ 29 Β· ⏱️ 14.04.2024): +- [PyPi](https://pypi.org/project/mocket) (πŸ“₯ 5.4K / month Β· πŸ“¦ 11 Β· ⏱️ 26.04.2024): ``` pip install mocket ```
-
molotov (πŸ₯‰22 Β· ⭐ 440) - Load Testing Tool. Apache-2 +
pyramid_debugtoolbar (πŸ₯‰24 Β· ⭐ 94) - Pyramid debug toolbar. BSD-3 -- [GitHub](https://github.com/tarekziade/molotov) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 31 Β· πŸ“¦ 120 Β· πŸ“‹ 120 - 13% open Β· ⏱️ 23.11.2023): +- [GitHub](https://github.com/Pylons/pyramid_debugtoolbar) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 83 Β· πŸ“‹ 180 - 22% open Β· ⏱️ 05.02.2024): ``` - git clone https://github.com/loads/molotov + git clone https://github.com/Pylons/pyramid_debugtoolbar ``` -- [PyPi](https://pypi.org/project/molotov) (πŸ“₯ 53K / month Β· πŸ“¦ 13 Β· ⏱️ 21.10.2022): +- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (πŸ“₯ 2.3M / month Β· πŸ“¦ 28 Β· ⏱️ 05.02.2024): ``` - pip install molotov + pip install pyramid_debugtoolbar + ``` +- [Conda](https://anaconda.org/conda-forge/pyramid_debugtoolbar) (πŸ“₯ 4.6K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge pyramid_debugtoolbar ```
-
gabbi (πŸ₯‰22 Β· ⭐ 150) - Declarative HTTP Testing for Python and anything else. Apache-2 +
molotov (πŸ₯‰22 Β· ⭐ 440) - Load Testing Tool. Apache-2 -- [GitHub](https://github.com/cdent/gabbi) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 34 Β· πŸ“₯ 2 Β· πŸ“‹ 150 - 13% open Β· ⏱️ 16.03.2024): +- [GitHub](https://github.com/tarekziade/molotov) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 31 Β· πŸ“¦ 120 Β· πŸ“‹ 120 - 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) (πŸ“₯ 31K / month Β· πŸ“¦ 110 Β· ⏱️ 16.03.2024): +- [PyPi](https://pypi.org/project/molotov) (πŸ“₯ 54K / month Β· πŸ“¦ 13 Β· ⏱️ 21.10.2022): ``` - pip install gabbi + pip install molotov ```
fsociety (πŸ₯‰21 Β· ⭐ 1.2K) - A Modular Penetration Testing Framework. MIT @@ -2538,19 +2518,31 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/fsociety-team/fsociety ``` -- [PyPi](https://pypi.org/project/fsociety) (πŸ“₯ 1.7K / month Β· ⏱️ 01.05.2022): +- [PyPi](https://pypi.org/project/fsociety) (πŸ“₯ 1.6K / month Β· ⏱️ 01.05.2022): ``` pip install fsociety ```
-
aresponses (πŸ₯‰20 Β· ⭐ 100) - Asyncio http mocking. Similar to the responses library used for.. MIT +
gabbi (πŸ₯‰20 Β· ⭐ 150) - Declarative HTTP Testing for Python and anything else. Apache-2 + +- [GitHub](https://github.com/cdent/gabbi) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 34 Β· πŸ“₯ 2 Β· πŸ“‹ 150 - 13% open Β· ⏱️ 16.03.2024): + + ``` + git clone https://github.com/cdent/gabbi + ``` +- [PyPi](https://pypi.org/project/gabbi) (πŸ“₯ 32K / month Β· πŸ“¦ 9 Β· ⏱️ 16.03.2024): + ``` + pip install gabbi + ``` +
+
aresponses (πŸ₯‰19 Β· ⭐ 100) - Asyncio http mocking. Similar to the responses library used for.. MIT - [GitHub](https://github.com/aresponses/aresponses) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 19 Β· πŸ“¦ 610 Β· πŸ“‹ 34 - 2% open Β· ⏱️ 04.02.2024): ``` git clone https://github.com/aresponses/aresponses ``` -- [PyPi](https://pypi.org/project/aresponses) (πŸ“₯ 43K / month Β· πŸ“¦ 52 Β· ⏱️ 12.01.2024): +- [PyPi](https://pypi.org/project/aresponses) (πŸ“₯ 46K / month Β· πŸ“¦ 52 Β· ⏱️ 12.01.2024): ``` pip install aresponses ``` @@ -2559,20 +2551,20 @@ _General purpose web frameworks to build web applications and REST APIs._ - 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 -- pyppeteer (πŸ₯ˆ30 Β· ⭐ 3.6K Β· πŸ’€) - Headless chrome/chromium automation library (unofficial port of.. MIT +- pyppeteer (πŸ₯ˆ29 Β· ⭐ 3.6K Β· πŸ’€) - Headless chrome/chromium automation library (unofficial port of.. MIT - Mockoon (πŸ₯‰28 Β· ⭐ 5.9K) - Mockoon is the easiest and quickest way to run mock APIs.. ❗Unlicensed - django-nose (πŸ₯‰28 Β· ⭐ 880 Β· πŸ’€) - Django test runner using nose. BSD-3 - parameterized (πŸ₯‰28 Β· ⭐ 810 Β· πŸ’€) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD - flask-testing (πŸ₯‰27 Β· ⭐ 500 Β· πŸ’€) - Unittest extensions for Flask. BSD-3 -- splash (πŸ₯‰26 Β· ⭐ 4K Β· πŸ’€) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3 - yandex-tank (πŸ₯‰25 Β· ⭐ 2.4K) - Load and performance benchmark tool. ❗️LGPL-2.1 -- mixer (πŸ₯‰25 Β· ⭐ 930 Β· πŸ’€) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 +- splash (πŸ₯‰24 Β· ⭐ 4K Β· πŸ’€) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3 - httmock (πŸ₯‰24 Β· ⭐ 460 Β· πŸ’€) - A mocking library for requests. Apache-2 - pytest-splinter (πŸ₯‰24 Β· ⭐ 250 Β· πŸ’€) - pytest splinter and selenium integration for anyone.. MIT - wdb (πŸ₯‰23 Β· ⭐ 1.6K Β· πŸ’€) - An improbable web debugger through WebSockets. ❗️GPL-3.0 - pyresttest (πŸ₯‰23 Β· ⭐ 1.1K Β· πŸ’€) - Python Rest Testing. Apache-2 +- mixer (πŸ₯‰23 Β· ⭐ 930 Β· πŸ’€) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 - async-asgi-testclient (πŸ₯‰20 Β· ⭐ 150 Β· πŸ’€) - A framework-agnostic library for testing ASGI web.. MIT -- golem (πŸ₯‰18 Β· ⭐ 490 Β· πŸ’€) - A complete test automation tool. MIT +- golem (πŸ₯‰19 Β· ⭐ 490 Β· πŸ’€) - A complete test automation tool. MIT - huxley (πŸ₯‰17 Β· ⭐ 4.1K Β· πŸ’€) - A testing system for catching visual regressions in Web.. Apache-2 - Astra (πŸ₯‰16 Β· ⭐ 2.4K Β· πŸ’€) - Automated Security Testing For REST APIs. Apache-2
@@ -2584,16 +2576,16 @@ _General purpose web frameworks to build web applications and REST APIs._
wtforms (πŸ₯‡38 Β· ⭐ 1.5K) - A flexible forms validation and rendering library for Python. BSD-3 -- [GitHub](https://github.com/wtforms/wtforms) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 390 Β· πŸ“¦ 210K Β· πŸ“‹ 450 - 12% open Β· ⏱️ 30.03.2024): +- [GitHub](https://github.com/wtforms/wtforms) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 390 Β· πŸ“¦ 210K Β· πŸ“‹ 450 - 12% open Β· ⏱️ 26.04.2024): ``` git clone https://github.com/wtforms/wtforms ``` -- [PyPi](https://pypi.org/project/wtforms) (πŸ“₯ 5.7M / month Β· πŸ“¦ 15K Β· ⏱️ 06.01.2024): +- [PyPi](https://pypi.org/project/wtforms) (πŸ“₯ 5.8M / month Β· πŸ“¦ 15K Β· ⏱️ 06.01.2024): ``` pip install wtforms ``` -- [Conda](https://anaconda.org/conda-forge/wtforms) (πŸ“₯ 210K Β· ⏱️ 21.02.2024): +- [Conda](https://anaconda.org/conda-forge/wtforms) (πŸ“₯ 220K Β· ⏱️ 21.02.2024): ``` conda install -c conda-forge wtforms ``` @@ -2605,7 +2597,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-crispy-forms/django-crispy-forms ``` -- [PyPi](https://pypi.org/project/django-crispy-forms) (πŸ“₯ 1.2M / month Β· πŸ“¦ 8.1K Β· ⏱️ 15.10.2023): +- [PyPi](https://pypi.org/project/django-crispy-forms) (πŸ“₯ 1.3M / month Β· πŸ“¦ 8.1K Β· ⏱️ 15.10.2023): ``` pip install django-crispy-forms ``` @@ -2621,7 +2613,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/wtforms/flask-wtf ``` -- [PyPi](https://pypi.org/project/flask-wtf) (πŸ“₯ 6.3M / month Β· πŸ“¦ 16K Β· ⏱️ 02.10.2023): +- [PyPi](https://pypi.org/project/flask-wtf) (πŸ“₯ 6.4M / month Β· πŸ“¦ 16K Β· ⏱️ 02.10.2023): ``` pip install flask-wtf ``` @@ -2637,19 +2629,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jazzband/django-formtools ``` -- [PyPi](https://pypi.org/project/django-formtools) (πŸ“₯ 560K / month Β· πŸ“¦ 1.2K Β· ⏱️ 19.12.2023): +- [PyPi](https://pypi.org/project/django-formtools) (πŸ“₯ 600K / month Β· πŸ“¦ 1.2K Β· ⏱️ 19.12.2023): ``` pip install django-formtools ```
-
deform (πŸ₯‰28 Β· ⭐ 410) - A Python HTML form library. BSD-3 +
deform (πŸ₯‰26 Β· ⭐ 410) - A Python HTML form library. BSD-3 - [GitHub](https://github.com/Pylons/deform) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 160 Β· πŸ“¦ 810 Β· πŸ“‹ 180 - 25% open Β· ⏱️ 15.11.2023): ``` git clone https://github.com/Pylons/deform ``` -- [PyPi](https://pypi.org/project/deform) (πŸ“₯ 8.3K / month Β· πŸ“¦ 190 Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/deform) (πŸ“₯ 8.8K / month Β· πŸ“¦ 27 Β· ⏱️ 10.12.2020): ``` pip install deform ``` @@ -2660,9 +2652,9 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
markdown (πŸ₯‡40 Β· ⭐ 3.6K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3 +
markdown (πŸ₯‡39 Β· ⭐ 3.6K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3 -- [GitHub](https://github.com/Python-Markdown/markdown) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 850 Β· πŸ“₯ 63 Β· πŸ“¦ 360K Β· πŸ“‹ 870 - 2% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/Python-Markdown/markdown) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 850 Β· πŸ“₯ 63 Β· πŸ“¦ 360K Β· πŸ“‹ 880 - 2% open Β· ⏱️ 25.04.2024): ``` git clone https://github.com/Python-Markdown/markdown @@ -2671,19 +2663,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install markdown ``` -- [Conda](https://anaconda.org/conda-forge/markdown) (πŸ“₯ 6.6M Β· ⏱️ 14.03.2024): +- [Conda](https://anaconda.org/conda-forge/markdown) (πŸ“₯ 6.7M Β· ⏱️ 14.03.2024): ``` conda install -c conda-forge markdown ```
-
pelican (πŸ₯‡37 Β· ⭐ 12K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 +
pelican (πŸ₯‡35 Β· ⭐ 12K Β· πŸ“‰) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 -- [GitHub](https://github.com/getpelican/pelican) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 1.8K Β· πŸ“₯ 1.1K Β· πŸ“¦ 7.8K Β· πŸ“‹ 1.7K - 3% open Β· ⏱️ 19.04.2024): +- [GitHub](https://github.com/getpelican/pelican) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 1.8K Β· πŸ“₯ 1.1K Β· πŸ“¦ 7.8K Β· πŸ“‹ 1.7K - 2% open Β· ⏱️ 19.04.2024): ``` git clone https://github.com/getpelican/pelican ``` -- [PyPi](https://pypi.org/project/pelican) (πŸ“₯ 25K / month Β· πŸ“¦ 1.8K Β· ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/pelican) (πŸ“₯ 25K / month Β· πŸ“¦ 220 Β· ⏱️ 15.11.2023): ``` pip install pelican ``` @@ -2692,50 +2684,50 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pelican ```
-
python-markdown2 (πŸ₯ˆ34 Β· ⭐ 2.6K) - markdown2: A fast and complete implementation of Markdown in.. MIT +
mistune (πŸ₯‡35 Β· ⭐ 2.5K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 -- [GitHub](https://github.com/trentm/python-markdown2) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 420 Β· πŸ“‹ 330 - 27% open Β· ⏱️ 22.04.2024): - - ``` - git clone https://github.com/trentm/python-markdown2 - ``` -- [PyPi](https://pypi.org/project/markdown2) (πŸ“₯ 2.3M / month Β· πŸ“¦ 2.4K Β· ⏱️ 25.02.2024): - ``` - pip install markdown2 - ``` -
-
mistune (πŸ₯ˆ34 Β· ⭐ 2.4K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3 - -- [GitHub](https://github.com/lepture/mistune) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 240 Β· πŸ“¦ 280K Β· πŸ“‹ 280 - 9% open Β· ⏱️ 04.04.2024): +- [GitHub](https://github.com/lepture/mistune) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 240 Β· πŸ“¦ 280K Β· πŸ“‹ 280 - 10% open Β· ⏱️ 04.04.2024): ``` git clone https://github.com/lepture/mistune ``` -- [PyPi](https://pypi.org/project/mistune) (πŸ“₯ 23M / month Β· πŸ“¦ 9.4K Β· ⏱️ 29.09.2023): +- [PyPi](https://pypi.org/project/mistune) (πŸ“₯ 24M / month Β· πŸ“¦ 9.4K Β· ⏱️ 29.09.2023): ``` pip install mistune ``` -- [Conda](https://anaconda.org/conda-forge/mistune) (πŸ“₯ 17M Β· ⏱️ 02.11.2023): +- [Conda](https://anaconda.org/conda-forge/mistune) (πŸ“₯ 18M Β· ⏱️ 02.11.2023): ``` conda install -c conda-forge mistune ```
-
pymdown-extensions (πŸ₯ˆ34 Β· ⭐ 900) - Extensions for Python Markdown. MIT +
pymdown-extensions (πŸ₯‡35 Β· ⭐ 900) - Extensions for Python Markdown. MIT -- [GitHub](https://github.com/facelessuser/pymdown-extensions) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 240 Β· πŸ“¦ 31K Β· πŸ“‹ 360 - 2% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/facelessuser/pymdown-extensions) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 240 Β· πŸ“¦ 31K Β· πŸ“‹ 370 - 3% open Β· ⏱️ 22.04.2024): ``` git clone https://github.com/facelessuser/pymdown-extensions ``` -- [PyPi](https://pypi.org/project/pymdown-extensions) (πŸ“₯ 3.3M / month Β· πŸ“¦ 280 Β· ⏱️ 18.04.2024): +- [PyPi](https://pypi.org/project/pymdown-extensions) (πŸ“₯ 3.7M / month Β· πŸ“¦ 280 Β· ⏱️ 27.04.2024): ``` pip install pymdown-extensions ``` -- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (πŸ“₯ 200K Β· ⏱️ 18.04.2024): +- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (πŸ“₯ 200K Β· ⏱️ 27.04.2024): ``` conda install -c conda-forge pymdown-extensions ```
+
python-markdown2 (πŸ₯ˆ34 Β· ⭐ 2.6K) - markdown2: A fast and complete implementation of Markdown in.. MIT + +- [GitHub](https://github.com/trentm/python-markdown2) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 420 Β· πŸ“‹ 330 - 27% open Β· ⏱️ 22.04.2024): + + ``` + git clone https://github.com/trentm/python-markdown2 + ``` +- [PyPi](https://pypi.org/project/markdown2) (πŸ“₯ 2.3M / month Β· πŸ“¦ 2.4K Β· ⏱️ 25.02.2024): + ``` + pip install markdown2 + ``` +
markdown-it-py (πŸ₯‰32 Β· ⭐ 630) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT - [GitHub](https://github.com/executablebooks/markdown-it-py) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 69 Β· πŸ“¦ 110K Β· πŸ“‹ 90 - 37% open Β· ⏱️ 28.02.2024): @@ -2743,11 +2735,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/executablebooks/markdown-it-py ``` -- [PyPi](https://pypi.org/project/markdown-it-py) (πŸ“₯ 48M / month Β· πŸ“¦ 450 Β· ⏱️ 03.06.2023): +- [PyPi](https://pypi.org/project/markdown-it-py) (πŸ“₯ 50M / month Β· πŸ“¦ 450 Β· ⏱️ 03.06.2023): ``` pip install markdown-it-py ``` -- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (πŸ“₯ 4.3M Β· ⏱️ 07.06.2023): +- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (πŸ“₯ 4.4M Β· ⏱️ 07.06.2023): ``` conda install -c conda-forge markdown-it-py ``` @@ -2771,19 +2763,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/agusmakmun/django-markdown-editor ``` -- [PyPi](https://pypi.org/project/martor) (πŸ“₯ 17K / month Β· πŸ“¦ 26 Β· ⏱️ 15.04.2024): +- [PyPi](https://pypi.org/project/martor) (πŸ“₯ 18K / month Β· πŸ“¦ 8 Β· ⏱️ 15.04.2024): ``` pip install martor ```
-
grip (πŸ₯‰28 Β· ⭐ 6.4K) - Preview GitHub README.md files locally before committing them. MIT +
grip (πŸ₯‰28 Β· ⭐ 6.4K Β· πŸ’€) - Preview GitHub README.md files locally before committing them. MIT - [GitHub](https://github.com/joeyespo/grip) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 440 Β· πŸ“¦ 1.8K Β· πŸ“‹ 290 - 35% open Β· ⏱️ 13.10.2023): ``` git clone https://github.com/joeyespo/grip ``` -- [PyPi](https://pypi.org/project/grip) (πŸ“₯ 57K / month Β· πŸ“¦ 150 Β· ⏱️ 12.10.2023): +- [PyPi](https://pypi.org/project/grip) (πŸ“₯ 58K / month Β· πŸ“¦ 32 Β· ⏱️ 12.10.2023): ``` pip install grip ``` @@ -2800,9 +2792,9 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install django-markdownx ```
-
mistletoe (πŸ₯‰26 Β· ⭐ 750) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT +
mistletoe (πŸ₯‰27 Β· ⭐ 750) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT -- [GitHub](https://github.com/miyuchina/mistletoe) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 110 Β· πŸ“₯ 540 Β· πŸ“¦ 950 Β· πŸ“‹ 130 - 15% open Β· ⏱️ 27.01.2024): +- [GitHub](https://github.com/miyuchina/mistletoe) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 110 Β· πŸ“₯ 540 Β· πŸ“¦ 960 Β· πŸ“‹ 130 - 15% open Β· ⏱️ 27.01.2024): ``` git clone https://github.com/miyuchina/mistletoe @@ -2814,7 +2806,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 1 hidden projects... -- markdown-include (πŸ₯‰22 Β· ⭐ 95 Β· πŸ’€) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0 +- markdown-include (πŸ₯‰21 Β· ⭐ 95 Β· πŸ’€) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0

@@ -2822,7 +2814,7 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -πŸ”— Public APIs ( ⭐ 290K Β· πŸ’€) - A collective list of free APIs. +πŸ”— Public APIs ( ⭐ 290K) - A collective list of free APIs. πŸ”— best-of-ml-python - DB Clients ( ⭐ 15K) - Collection of python database client libraries. @@ -2833,7 +2825,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) (πŸ“₯ 360K / month Β· πŸ“¦ 1.8K Β· ⏱️ 16.12.2021): +- [PyPi](https://pypi.org/project/youtube_dl) (πŸ“₯ 390K / month Β· πŸ“¦ 1.8K Β· ⏱️ 16.12.2021): ``` pip install youtube_dl ``` @@ -2844,67 +2836,67 @@ _General purpose web frameworks to build web applications and REST APIs._
python-telegram-bot (πŸ₯‡42 Β· ⭐ 25K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 -- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 5K Β· πŸ“₯ 25K Β· πŸ“¦ 100K Β· πŸ“‹ 2.1K - 0% open Β· ⏱️ 20.04.2024): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 5K Β· πŸ“₯ 25K Β· πŸ“¦ 100K Β· πŸ“‹ 2.1K - 0% open Β· ⏱️ 28.04.2024): ``` git clone https://github.com/python-telegram-bot/python-telegram-bot ``` -- [PyPi](https://pypi.org/project/python-telegram-bot) (πŸ“₯ 1.2M / month Β· πŸ“¦ 2.6K Β· ⏱️ 15.04.2024): +- [PyPi](https://pypi.org/project/python-telegram-bot) (πŸ“₯ 1.5M / month Β· πŸ“¦ 630 Β· ⏱️ 15.04.2024): ``` pip install python-telegram-bot ``` -- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (πŸ“₯ 94K Β· ⏱️ 16.04.2024): +- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (πŸ“₯ 95K Β· ⏱️ 16.04.2024): ``` conda install -c conda-forge python-telegram-bot ```
Telethon (πŸ₯‡42 Β· ⭐ 9.1K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT -- [GitHub](https://github.com/LonamiWebs/Telethon) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.3K Β· πŸ“¦ 57K Β· πŸ“‹ 2.2K - 2% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/LonamiWebs/Telethon) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.3K Β· πŸ“¦ 57K Β· πŸ“‹ 2.2K - 2% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/LonamiWebs/Telethon ``` -- [PyPi](https://pypi.org/project/telethon) (πŸ“₯ 5M / month Β· πŸ“¦ 490 Β· ⏱️ 24.04.2024): +- [PyPi](https://pypi.org/project/telethon) (πŸ“₯ 4.7M / month Β· πŸ“¦ 490 Β· ⏱️ 24.04.2024): ``` pip install telethon ```
google-api-python-client (πŸ₯‡42 Β· ⭐ 7.4K) - The official Python client library for Googles.. Apache-2 -- [GitHub](https://github.com/googleapis/google-api-python-client) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 2.4K Β· πŸ“¦ 190K Β· πŸ“‹ 1.1K - 12% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/googleapis/google-api-python-client) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 2.4K Β· πŸ“¦ 190K Β· πŸ“‹ 1.1K - 12% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/googleapis/google-api-python-client ``` -- [PyPi](https://pypi.org/project/google-api-python-client) (πŸ“₯ 43M / month Β· πŸ“¦ 7.9K Β· ⏱️ 23.04.2024): +- [PyPi](https://pypi.org/project/google-api-python-client) (πŸ“₯ 44M / month Β· πŸ“¦ 7.9K Β· ⏱️ 23.04.2024): ``` pip install google-api-python-client ``` -- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (πŸ“₯ 2.7M Β· ⏱️ 23.04.2024): +- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (πŸ“₯ 2.8M Β· ⏱️ 23.04.2024): ``` conda install -c conda-forge google-api-python-client ```
GitPython (πŸ₯‡42 Β· ⭐ 4.4K) - GitPython is a python library used to interact with Git repositories. BSD-3 -- [GitHub](https://github.com/gitpython-developers/GitPython) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 890 Β· πŸ“¦ 250K Β· πŸ“‹ 1K - 15% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/gitpython-developers/GitPython) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 890 Β· πŸ“¦ 250K Β· πŸ“‹ 1K - 15% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/gitpython-developers/GitPython ``` -- [PyPi](https://pypi.org/project/gitpython) (πŸ“₯ 61M / month Β· πŸ“¦ 8.7K Β· ⏱️ 31.03.2024): +- [PyPi](https://pypi.org/project/gitpython) (πŸ“₯ 62M / month Β· πŸ“¦ 5.1K Β· ⏱️ 31.03.2024): ``` pip install gitpython ``` -- [Conda](https://anaconda.org/conda-forge/gitpython) (πŸ“₯ 7.8M Β· ⏱️ 01.04.2024): +- [Conda](https://anaconda.org/conda-forge/gitpython) (πŸ“₯ 7.9M Β· ⏱️ 01.04.2024): ``` conda install -c conda-forge gitpython ```
discord.py (πŸ₯‡40 Β· ⭐ 14K) - An API wrapper for Discord written in Python. MIT -- [GitHub](https://github.com/Rapptz/discord.py) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 3.7K Β· πŸ“¦ 42K Β· πŸ“‹ 2.9K - 4% open Β· ⏱️ 21.04.2024): +- [GitHub](https://github.com/Rapptz/discord.py) (πŸ‘¨β€πŸ’» 400 Β· πŸ”€ 3.7K Β· πŸ“¦ 43K Β· πŸ“‹ 3K - 4% open Β· ⏱️ 21.04.2024): ``` git clone https://github.com/Rapptz/discord.py @@ -2920,24 +2912,24 @@ _General purpose web frameworks to build web applications and REST APIs._
pyTelegramBotAPI (πŸ₯‡40 Β· ⭐ 7.7K) - Python Telegram bot api. ❗️GPL-2.0 -- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 2K Β· πŸ“¦ 46K Β· πŸ“‹ 1.2K - 0% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 2K Β· πŸ“¦ 46K Β· πŸ“‹ 1.2K - 0% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/eternnoir/pyTelegramBotAPI ``` -- [PyPi](https://pypi.org/project/pytelegrambotapi) (πŸ“₯ 470K / month Β· πŸ“¦ 960 Β· ⏱️ 09.04.2024): +- [PyPi](https://pypi.org/project/pytelegrambotapi) (πŸ“₯ 470K / month Β· πŸ“¦ 160 Β· ⏱️ 09.04.2024): ``` pip install pytelegrambotapi ```
gspread (πŸ₯‡40 Β· ⭐ 6.9K) - Google Sheets Python API. MIT -- [GitHub](https://github.com/burnash/gspread) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 980 Β· πŸ“₯ 3.4K Β· πŸ“¦ 32K Β· πŸ“‹ 910 - 5% open Β· ⏱️ 20.04.2024): +- [GitHub](https://github.com/burnash/gspread) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 980 Β· πŸ“₯ 3.5K Β· πŸ“¦ 32K Β· πŸ“‹ 910 - 5% open Β· ⏱️ 27.04.2024): ``` git clone https://github.com/burnash/gspread ``` -- [PyPi](https://pypi.org/project/gspread) (πŸ“₯ 9.4M / month Β· πŸ“¦ 1.1K Β· ⏱️ 28.03.2024): +- [PyPi](https://pypi.org/project/gspread) (πŸ“₯ 9.5M / month Β· πŸ“¦ 1.1K Β· ⏱️ 28.03.2024): ``` pip install gspread ``` @@ -2946,14 +2938,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gspread ```
-
PyGithub (πŸ₯ˆ39 Β· ⭐ 6.7K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 +
PyGithub (πŸ₯‡40 Β· ⭐ 6.7K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 - [GitHub](https://github.com/PyGithub/PyGithub) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 1.7K Β· πŸ“¦ 51K Β· πŸ“‹ 1.6K - 18% open Β· ⏱️ 19.04.2024): ``` git clone https://github.com/PyGithub/PyGithub ``` -- [PyPi](https://pypi.org/project/pygithub) (πŸ“₯ 24M / month Β· πŸ“¦ 2.8K Β· ⏱️ 24.03.2024): +- [PyPi](https://pypi.org/project/pygithub) (πŸ“₯ 27M / month Β· πŸ“¦ 2.8K Β· ⏱️ 24.03.2024): ``` pip install pygithub ``` @@ -2964,12 +2956,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 Β· πŸ“¦ 53K Β· πŸ“‹ 1.3K - 6% open Β· ⏱️ 06.02.2024): +- [GitHub](https://github.com/tweepy/tweepy) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 4.6K Β· πŸ“¦ 53K Β· πŸ“‹ 1.3K - 6% open Β· ⏱️ 06.02.2024): ``` git clone https://github.com/tweepy/tweepy ``` -- [PyPi](https://pypi.org/project/tweepy) (πŸ“₯ 1.4M / month Β· πŸ“¦ 4.4K Β· ⏱️ 24.04.2023): +- [PyPi](https://pypi.org/project/tweepy) (πŸ“₯ 1.4M / month Β· πŸ“¦ 450 Β· ⏱️ 24.04.2023): ``` pip install tweepy ``` @@ -2980,12 +2972,12 @@ _General purpose web frameworks to build web applications and REST APIs._
pytube (πŸ₯ˆ37 Β· ⭐ 10K Β· πŸ’€) - A lightweight, dependency-free Python library (and command-line.. Unlicense -- [GitHub](https://github.com/pytube/pytube) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 2.2K Β· πŸ“¦ 35K Β· πŸ“‹ 1.3K - 41% open Β· ⏱️ 20.05.2023): +- [GitHub](https://github.com/pytube/pytube) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 2.2K Β· πŸ“¦ 36K Β· πŸ“‹ 1.3K - 41% open Β· ⏱️ 20.05.2023): ``` git clone https://github.com/pytube/pytube ``` -- [PyPi](https://pypi.org/project/pytube) (πŸ“₯ 540K / month Β· πŸ“¦ 510 Β· ⏱️ 07.05.2023): +- [PyPi](https://pypi.org/project/pytube) (πŸ“₯ 550K / month Β· πŸ“¦ 450 Β· ⏱️ 07.05.2023): ``` pip install pytube ``` @@ -3042,34 +3034,34 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge twilio ```
-
stripe (πŸ₯ˆ37 Β· ⭐ 1.5K) - Python library for the Stripe API. MIT +
stripe (πŸ₯ˆ37 Β· ⭐ 1.6K) - Python library for the Stripe API. MIT -- [GitHub](https://github.com/stripe/stripe-python) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 400 Β· πŸ“‹ 360 - 2% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/stripe/stripe-python) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 400 Β· πŸ“‹ 360 - 2% open Β· ⏱️ 26.04.2024): ``` git clone https://github.com/stripe/stripe-python ``` -- [PyPi](https://pypi.org/project/stripe) (πŸ“₯ 3.3M / month Β· πŸ“¦ 2K Β· ⏱️ 18.04.2024): +- [PyPi](https://pypi.org/project/stripe) (πŸ“₯ 3.6M / month Β· πŸ“¦ 2K Β· ⏱️ 25.04.2024): ``` pip install stripe ``` -- [Conda](https://anaconda.org/anaconda/stripe) (πŸ“₯ 35K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/anaconda/stripe) (πŸ“₯ 36K Β· ⏱️ 16.06.2023): ``` conda install -c anaconda stripe ```
hvac (πŸ₯ˆ37 Β· ⭐ 1.2K) - Python 3.X client for HashiCorp Vault. Apache-2 -- [GitHub](https://github.com/hvac/hvac) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 380 Β· πŸ“₯ 670 Β· πŸ“¦ 4.5K Β· πŸ“‹ 480 - 29% open Β· ⏱️ 18.04.2024): +- [GitHub](https://github.com/hvac/hvac) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 370 Β· πŸ“₯ 680 Β· πŸ“¦ 4.5K Β· πŸ“‹ 490 - 30% open Β· ⏱️ 27.04.2024): ``` git clone https://github.com/hvac/hvac ``` -- [PyPi](https://pypi.org/project/hvac) (πŸ“₯ 16M / month Β· πŸ“¦ 420 Β· ⏱️ 03.01.2024): +- [PyPi](https://pypi.org/project/hvac) (πŸ“₯ 16M / month Β· πŸ“¦ 420 Β· ⏱️ 27.04.2024): ``` pip install hvac ``` -- [Conda](https://anaconda.org/conda-forge/hvac) (πŸ“₯ 480K Β· ⏱️ 03.01.2024): +- [Conda](https://anaconda.org/conda-forge/hvac) (πŸ“₯ 480K Β· ⏱️ 28.04.2024): ``` conda install -c conda-forge hvac ``` @@ -3108,28 +3100,28 @@ _General purpose web frameworks to build web applications and REST APIs._
spotipy (πŸ₯ˆ33 Β· ⭐ 4.8K) - A light weight Python library for the Spotify Web API. MIT -- [GitHub](https://github.com/spotipy-dev/spotipy) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 940 Β· πŸ“¦ 29K Β· πŸ“‹ 650 - 20% open Β· ⏱️ 29.12.2023): +- [GitHub](https://github.com/spotipy-dev/spotipy) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 940 Β· πŸ“¦ 30K Β· πŸ“‹ 650 - 19% open Β· ⏱️ 29.12.2023): ``` git clone https://github.com/plamere/spotipy ``` -- [PyPi](https://pypi.org/project/spotipy) (πŸ“₯ 160K / month Β· πŸ“¦ 650 Β· ⏱️ 07.04.2023): +- [PyPi](https://pypi.org/project/spotipy) (πŸ“₯ 170K / month Β· πŸ“¦ 320 Β· ⏱️ 07.04.2023): ``` pip install spotipy ``` -- [Conda](https://anaconda.org/conda-forge/spotipy) (πŸ“₯ 13K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/spotipy) (πŸ“₯ 14K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge spotipy ```
simple-salesforce (πŸ₯ˆ33 Β· ⭐ 1.6K) - A very simple Salesforce.com REST API client for Python. Apache-2 -- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 660 Β· πŸ“‹ 460 - 42% open Β· ⏱️ 02.04.2024): +- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 660 Β· πŸ“‹ 460 - 41% open Β· ⏱️ 02.04.2024): ``` git clone https://github.com/simple-salesforce/simple-salesforce ``` -- [PyPi](https://pypi.org/project/simple-salesforce) (πŸ“₯ 8.7M / month Β· πŸ“¦ 230 Β· ⏱️ 15.04.2024): +- [PyPi](https://pypi.org/project/simple-salesforce) (πŸ“₯ 8.9M / month Β· πŸ“¦ 230 Β· ⏱️ 15.04.2024): ``` pip install simple-salesforce ``` @@ -3140,60 +3132,60 @@ _General purpose web frameworks to build web applications and REST APIs._
gallery-dl (πŸ₯‰32 Β· ⭐ 10K) - Command-line program to download image galleries and collections.. ❗️GPL-2.0 -- [GitHub](https://github.com/mikf/gallery-dl) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 840 Β· πŸ“₯ 520K Β· πŸ“¦ 21 Β· πŸ“‹ 4.4K - 21% open Β· ⏱️ 20.04.2024): +- [GitHub](https://github.com/mikf/gallery-dl) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 850 Β· πŸ“₯ 530K Β· πŸ“¦ 21 Β· πŸ“‹ 4.5K - 21% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/mikf/gallery-dl ``` -- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 43K / month Β· πŸ“¦ 10 Β· ⏱️ 23.03.2024): +- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 41K / month Β· πŸ“¦ 10 Β· ⏱️ 23.03.2024): ``` pip install gallery-dl ```
thumbor (πŸ₯‰32 Β· ⭐ 9.9K) - thumbor is an open-source photo thumbnail service by globo.com. MIT -- [GitHub](https://github.com/thumbor/thumbor) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 820 Β· πŸ“¦ 350 Β· πŸ“‹ 990 - 2% open Β· ⏱️ 18.04.2024): +- [GitHub](https://github.com/thumbor/thumbor) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 820 Β· πŸ“¦ 350 Β· πŸ“‹ 1K - 2% open Β· ⏱️ 18.04.2024): ``` git clone https://github.com/thumbor/thumbor ``` -- [PyPi](https://pypi.org/project/thumbor) (πŸ“₯ 5.6K / month Β· πŸ“¦ 210 Β· ⏱️ 04.03.2024): +- [PyPi](https://pypi.org/project/thumbor) (πŸ“₯ 5.7K / month Β· πŸ“¦ 46 Β· ⏱️ 04.03.2024): ``` pip install thumbor ```
-
wechatpy (πŸ₯‰32 Β· ⭐ 3.8K Β· πŸ’€) - WeChat SDK for Python. MIT +
sherlock (πŸ₯‰31 Β· ⭐ 51K) - Hunt down social media accounts by username across social networks. MIT -- [GitHub](https://github.com/wechatpy/wechatpy) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 830 Β· πŸ“¦ 10K Β· πŸ“‹ 370 - 14% open Β· ⏱️ 10.05.2023): +- [GitHub](https://github.com/sherlock-project/sherlock) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 6.2K Β· πŸ“‹ 1K - 21% open Β· ⏱️ 27.04.2024): ``` - git clone https://github.com/wechatpy/wechatpy + git clone https://github.com/sherlock-project/sherlock ``` -- [PyPi](https://pypi.org/project/wechatpy) (πŸ“₯ 32K / month Β· πŸ“¦ 130 Β· ⏱️ 19.06.2022): +- [PyPi](https://pypi.org/project/sherlock) (πŸ“₯ 33K / month Β· πŸ“¦ 10 Β· ⏱️ 11.05.2019): ``` - pip install wechatpy + pip install sherlock ```
-
sherlock (πŸ₯‰31 Β· ⭐ 51K) - Hunt down social media accounts by username across social networks. MIT +
wechatpy (πŸ₯‰31 Β· ⭐ 3.8K Β· πŸ’€) - WeChat SDK for Python. MIT -- [GitHub](https://github.com/sherlock-project/sherlock) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 6.2K Β· πŸ“‹ 1K - 21% open Β· ⏱️ 15.03.2024): +- [GitHub](https://github.com/wechatpy/wechatpy) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 830 Β· πŸ“¦ 10K Β· πŸ“‹ 370 - 14% open Β· ⏱️ 10.05.2023): ``` - git clone https://github.com/sherlock-project/sherlock + git clone https://github.com/wechatpy/wechatpy ``` -- [PyPi](https://pypi.org/project/sherlock) (πŸ“₯ 26K / month Β· πŸ“¦ 10 Β· ⏱️ 11.05.2019): +- [PyPi](https://pypi.org/project/wechatpy) (πŸ“₯ 32K / month Β· πŸ“¦ 25 Β· ⏱️ 19.06.2022): ``` - pip install sherlock + pip install wechatpy ```
-
notion-sdk-py (πŸ₯‰29 Β· ⭐ 1.6K) - The official Notion API client library, but rewritten in Python!.. MIT +
notion-sdk-py (πŸ₯‰28 Β· ⭐ 1.6K) - The official Notion API client library, but rewritten in Python!.. MIT -- [GitHub](https://github.com/ramnes/notion-sdk-py) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 120 Β· πŸ“¦ 910 Β· πŸ“‹ 86 - 6% open Β· ⏱️ 22.02.2024): +- [GitHub](https://github.com/ramnes/notion-sdk-py) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 130 Β· πŸ“¦ 930 Β· πŸ“‹ 86 - 6% open Β· ⏱️ 22.02.2024): ``` git clone https://github.com/ramnes/notion-sdk-py ``` -- [PyPi](https://pypi.org/project/notion-client) (πŸ“₯ 1M / month Β· πŸ“¦ 48 Β· ⏱️ 28.12.2023): +- [PyPi](https://pypi.org/project/notion-client) (πŸ“₯ 1.1M / month Β· πŸ“¦ 48 Β· ⏱️ 28.12.2023): ``` pip install notion-client ``` @@ -3202,62 +3194,62 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge notion-client ```
-
imdbpy (πŸ₯‰28 Β· ⭐ 1.2K) - Cinemagoer is a Python package useful to retrieve and manage the.. ❗️GPL-2.0 +
notion-py (πŸ₯‰27 Β· ⭐ 4.2K Β· πŸ’€) - Unofficial Python API client for Notion.so. MIT -- [GitHub](https://github.com/cinemagoer/cinemagoer) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 340 Β· πŸ“₯ 410 Β· πŸ“‹ 330 - 21% open Β· ⏱️ 24.03.2024): +- [GitHub](https://github.com/jamalex/notion-py) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 440 Β· πŸ“¦ 800 Β· πŸ“‹ 270 - 57% open Β· ⏱️ 25.10.2023): ``` - git clone https://github.com/alberanid/imdbpy + git clone https://github.com/jamalex/notion-py ``` -- [PyPi](https://pypi.org/project/imdbpy) (πŸ“₯ 21M / month Β· πŸ“¦ 130 Β· ⏱️ 09.07.2022): +- [PyPi](https://pypi.org/project/notion) (πŸ“₯ 9.1K / month Β· πŸ“¦ 38 Β· ⏱️ 05.02.2021): ``` - pip install imdbpy + pip install notion ```
-
notion-py (πŸ₯‰27 Β· ⭐ 4.2K) - Unofficial Python API client for Notion.so. MIT +
scdl (πŸ₯‰27 Β· ⭐ 3.1K) - Soundcloud Music Downloader. ❗️GPL-2.0 -- [GitHub](https://github.com/jamalex/notion-py) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 440 Β· πŸ“¦ 790 Β· πŸ“‹ 270 - 57% open Β· ⏱️ 25.10.2023): +- [GitHub](https://github.com/flyingrub/scdl) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 310 Β· πŸ“¦ 300 Β· πŸ“‹ 370 - 22% open Β· ⏱️ 30.04.2024): ``` - git clone https://github.com/jamalex/notion-py + git clone https://github.com/flyingrub/scdl ``` -- [PyPi](https://pypi.org/project/notion) (πŸ“₯ 9.3K / month Β· πŸ“¦ 38 Β· ⏱️ 05.02.2021): +- [PyPi](https://pypi.org/project/scdl) (πŸ“₯ 2.9K / month Β· πŸ“¦ 3 Β· ⏱️ 30.04.2024): ``` - pip install notion + pip install scdl ```
-
ghapi (πŸ₯‰27 Β· ⭐ 510) - A delightful and complete interface to GitHubs amazing API. Apache-2 +
imdbpy (πŸ₯‰27 Β· ⭐ 1.2K) - Cinemagoer is a Python package useful to retrieve and manage the.. ❗️GPL-2.0 -- [GitHub](https://github.com/fastai/ghapi) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 57 Β· πŸ“¦ 1.3K Β· πŸ“‹ 140 - 34% open Β· ⏱️ 04.04.2024): +- [GitHub](https://github.com/cinemagoer/cinemagoer) (πŸ‘¨β€πŸ’» 79 Β· πŸ”€ 340 Β· πŸ“₯ 410 Β· πŸ“‹ 330 - 21% open Β· ⏱️ 24.03.2024): ``` - git clone https://github.com/fastai/ghapi + git clone https://github.com/alberanid/imdbpy ``` -- [PyPi](https://pypi.org/project/ghapi) (πŸ“₯ 980K / month Β· πŸ“¦ 64 Β· ⏱️ 30.03.2024): +- [PyPi](https://pypi.org/project/imdbpy) (πŸ“₯ 20M / month Β· πŸ“¦ 33 Β· ⏱️ 09.07.2022): ``` - pip install ghapi + pip install imdbpy ```
-
scdl (πŸ₯‰26 Β· ⭐ 3.1K) - Soundcloud Music Downloader. ❗️GPL-2.0 +
ghapi (πŸ₯‰27 Β· ⭐ 510) - A delightful and complete interface to GitHubs amazing API. Apache-2 -- [GitHub](https://github.com/flyingrub/scdl) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 310 Β· πŸ“¦ 290 Β· πŸ“‹ 370 - 21% open Β· ⏱️ 20.03.2024): +- [GitHub](https://github.com/fastai/ghapi) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 57 Β· πŸ“¦ 1.3K Β· πŸ“‹ 140 - 34% open Β· ⏱️ 04.04.2024): ``` - git clone https://github.com/flyingrub/scdl + git clone https://github.com/fastai/ghapi ``` -- [PyPi](https://pypi.org/project/scdl) (πŸ“₯ 2.7K / month Β· πŸ“¦ 7 Β· ⏱️ 20.03.2024): +- [PyPi](https://pypi.org/project/ghapi) (πŸ“₯ 990K / month Β· πŸ“¦ 64 Β· ⏱️ 30.03.2024): ``` - pip install scdl + pip install ghapi ```
-
instagram-scraper (πŸ₯‰21 Β· ⭐ 6.9K) - Scrapes an instagram users photos and videos. Unlicense +
instagram-scraper (πŸ₯‰20 Β· ⭐ 6.9K) - Scrapes an instagram users photos and videos. Unlicense - [GitHub](https://github.com/arc298/instagram-scraper) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 1.4K): ``` git clone https://github.com/arc298/instagram-scraper ``` -- [PyPi](https://pypi.org/project/instagram-scraper) (πŸ“₯ 830 / month Β· πŸ“¦ 27 Β· ⏱️ 20.02.2024): +- [PyPi](https://pypi.org/project/instagram-scraper) (πŸ“₯ 820 / month Β· πŸ“¦ 27 Β· ⏱️ 20.02.2024): ``` pip install instagram-scraper ``` @@ -3265,29 +3257,29 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 24 hidden projects... - tushare (πŸ₯ˆ34 Β· ⭐ 13K Β· πŸ’€) - TuShare is a utility for crawling historical data of China stocks. BSD-3 -- google-maps-services-python (πŸ₯ˆ33 Β· ⭐ 4.3K Β· πŸ’€) - Python client library for Google Maps API Web Services. Apache-2 - google-resumable-media (πŸ₯ˆ33 Β· ⭐ 43) - Utilities for Google Media Downloads and Resumable.. Apache-2 -- py-googletrans (πŸ₯‰32 Β· ⭐ 3.7K Β· πŸ’€) - (unofficial) Googletrans: Free and Unlimited Google.. MIT - python-twitter (πŸ₯‰32 Β· ⭐ 3.4K Β· πŸ’€) - A Python wrapper around the Twitter API. Apache-2 +- google-maps-services-python (πŸ₯‰31 Β· ⭐ 4.4K Β· πŸ’€) - Python client library for Google Maps API Web Services. Apache-2 +- py-googletrans (πŸ₯‰31 Β· ⭐ 3.7K Β· πŸ’€) - (unofficial) Googletrans: Free and Unlimited Google.. MIT - Wikipedia (πŸ₯‰31 Β· ⭐ 2.8K Β· πŸ’€) - A Pythonic wrapper for the Wikipedia API. MIT - facebook-sdk (πŸ₯‰31 Β· ⭐ 2.7K Β· πŸ’€) - Python SDK for Facebooks Graph API. Apache-2 - twitter (πŸ₯‰30 Β· ⭐ 3.1K Β· πŸ’€) - Python Twitter API. MIT - twython (πŸ₯‰30 Β· ⭐ 1.9K Β· πŸ’€) - Actively maintained, pure Python wrapper for the Twitter API... MIT - slacker (πŸ₯‰30 Β· ⭐ 1.6K Β· πŸ’€) - Full-featured Python interface for the Slack API. Apache-2 - coursera-dl (πŸ₯‰29 Β· ⭐ 9.3K Β· πŸ’€) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0 -- Google Images Download (πŸ₯‰29 Β· ⭐ 8.5K Β· πŸ’€) - Python Script to download hundreds of images from.. MIT -- twitter-scraper (πŸ₯‰27 Β· ⭐ 3.8K Β· πŸ’€) - Scrape the Twitter Frontend API without authentication. MIT +- Google Images Download (πŸ₯‰28 Β· ⭐ 8.5K Β· πŸ’€) - Python Script to download hundreds of images from.. MIT - python-instagram (πŸ₯‰27 Β· ⭐ 3K Β· πŸ’€) - Python Client for Instagram API. MIT - telepot (πŸ₯‰27 Β· ⭐ 2.4K Β· πŸ’€) - Python framework for Telegram Bot API. MIT - Django Facebook (πŸ₯‰27 Β· ⭐ 1.4K Β· πŸ’€) - Facebook open graph api implementation using the Django.. BSD-3 +- twitter-scraper (πŸ₯‰26 Β· ⭐ 3.8K Β· πŸ’€) - Scrape the Twitter Frontend API without authentication. MIT - gmusicapi (πŸ₯‰26 Β· ⭐ 2.5K Β· πŸ’€) - An unofficial client library for Google Music. BSD-3 - GHunt (πŸ₯‰25 Β· ⭐ 15K) - Offensive Google framework. ❗Unlicensed - twitterscraper (πŸ₯‰25 Β· ⭐ 2.4K Β· πŸ’€) - Scrape Twitter for Tweets. MIT - WikiExtractor (πŸ₯‰24 Β· ⭐ 3.6K Β· πŸ’€) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 - instagram_private_api (πŸ₯‰24 Β· ⭐ 2.9K Β· πŸ’€) - A Python library to access Instagrams private API. MIT - pyshorteners (πŸ₯‰24 Β· ⭐ 380 Β· πŸ’€) - Generating short urls with python has never been easier. ❗️GPL-3.0 -- InstaPy (πŸ₯‰17 Β· ⭐ 16K Β· πŸ’€) - Tool for automated Instagram interactions. ❗️GPL-3.0 - igramscraper (πŸ₯‰16 Β· ⭐ 2.1K Β· πŸ’€) - scrapes medias, likes, followers, tags and all metadata... MIT +- InstaPy (πŸ₯‰15 Β· ⭐ 16K Β· πŸ’€) - Tool for automated Instagram interactions. ❗️GPL-3.0

@@ -3302,7 +3294,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/modoboa/modoboa ``` -- [PyPi](https://pypi.org/project/modoboa) (πŸ“₯ 3.2K / month Β· πŸ“¦ 37 Β· ⏱️ 11.01.2024): +- [PyPi](https://pypi.org/project/modoboa) (πŸ“₯ 3.3K / month Β· πŸ“¦ 13 Β· ⏱️ 11.01.2024): ``` pip install modoboa ``` @@ -3319,14 +3311,14 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install fastapi-mail ```
-
mailer (πŸ₯‰23 Β· ⭐ 280) - A light-weight, modular, message representation and mail delivery framework.. MIT +
mailer (πŸ₯‰23 Β· ⭐ 280 Β· πŸ’€) - A light-weight, modular, message representation and mail delivery.. MIT - [GitHub](https://github.com/marrow/mailer) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 59 Β· πŸ“₯ 160 Β· πŸ“¦ 320 Β· πŸ“‹ 79 - 31% open Β· ⏱️ 05.10.2023): ``` git clone https://github.com/marrow/mailer ``` -- [PyPi](https://pypi.org/project/mailer) (πŸ“₯ 85K / month Β· πŸ“¦ 82 Β· ⏱️ 22.04.2015): +- [PyPi](https://pypi.org/project/mailer) (πŸ“₯ 80K / month Β· πŸ“¦ 82 Β· ⏱️ 22.04.2015): ``` pip install mailer ``` @@ -3337,12 +3329,12 @@ _General purpose web frameworks to build web applications and REST APIs._
salmon (πŸ₯‰18 Β· ⭐ 630) - A Python Mail Server. ❗️GPL-3.0 -- [GitHub](https://github.com/moggers87/salmon) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 68 Β· πŸ“₯ 120 Β· πŸ“¦ 20 Β· πŸ“‹ 93 - 21% open Β· ⏱️ 29.03.2024): +- [GitHub](https://github.com/moggers87/salmon) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 69 Β· πŸ“₯ 120 Β· πŸ“¦ 20 Β· πŸ“‹ 93 - 21% open Β· ⏱️ 29.03.2024): ``` git clone https://github.com/moggers87/salmon ``` -- [PyPi](https://pypi.org/project/salmon-mail) (πŸ“₯ 810 / month Β· πŸ“¦ 2 Β· ⏱️ 29.03.2024): +- [PyPi](https://pypi.org/project/salmon-mail) (πŸ“₯ 740 / month Β· πŸ“¦ 2 Β· ⏱️ 29.03.2024): ``` pip install salmon-mail ``` @@ -3354,8 +3346,8 @@ _General purpose web frameworks to build web applications and REST APIs._ - flask-mail (πŸ₯‡29 Β· ⭐ 580 Β· πŸ’€) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 - flanker (πŸ₯ˆ26 Β· ⭐ 1.6K Β· πŸ’€) - Python email address and Mime parsing library. Apache-2 - offlineimap (πŸ₯‰24 Β· ⭐ 1.8K Β· πŸ’€) - Read/sync your IMAP mailboxes (python2) [LEGACY: move.. ❗️libpng-2.0 -- pyramid_mailer (πŸ₯‰21 Β· ⭐ 50 Β· πŸ’€) - A package for sending email from your Pyramid.. BSD-3 -- gmail (πŸ₯‰20 Β· ⭐ 1.8K Β· πŸ’€) - A Pythonic interface for Google Mail. MIT +- pyramid_mailer (πŸ₯‰22 Β· ⭐ 50 Β· πŸ’€) - A package for sending email from your Pyramid.. BSD-3 +- gmail (πŸ₯‰19 Β· ⭐ 1.8K Β· πŸ’€) - A Pythonic interface for Google Mail. MIT

@@ -3367,44 +3359,44 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Scrapy (πŸ₯‡45 Β· ⭐ 51K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 -- [GitHub](https://github.com/scrapy/scrapy) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 10K Β· πŸ“¦ 45K Β· πŸ“‹ 3.2K - 20% open Β· ⏱️ 19.04.2024): +- [GitHub](https://github.com/scrapy/scrapy) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 10K Β· πŸ“¦ 45K Β· πŸ“‹ 3.2K - 20% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/scrapy/scrapy ``` -- [PyPi](https://pypi.org/project/scrapy) (πŸ“₯ 1.5M / month Β· πŸ“¦ 4.7K Β· ⏱️ 14.02.2024): +- [PyPi](https://pypi.org/project/scrapy) (πŸ“₯ 1.4M / month Β· πŸ“¦ 770 Β· ⏱️ 14.02.2024): ``` pip install scrapy ``` -- [Conda](https://anaconda.org/conda-forge/scrapy) (πŸ“₯ 770K Β· ⏱️ 15.02.2024): +- [Conda](https://anaconda.org/conda-forge/scrapy) (πŸ“₯ 780K Β· ⏱️ 15.02.2024): ``` conda install -c conda-forge scrapy ```
-
feedparser (πŸ₯‡38 Β· ⭐ 1.8K) - Parse feeds in Python. BSD-2 +
feedparser (πŸ₯‡37 Β· ⭐ 1.8K) - Parse feeds in Python. BSD-2 -- [GitHub](https://github.com/kurtmckee/feedparser) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 380 Β· πŸ“¦ 79K Β· πŸ“‹ 250 - 32% open Β· ⏱️ 12.04.2024): +- [GitHub](https://github.com/kurtmckee/feedparser) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 380 Β· πŸ“¦ 79K Β· πŸ“‹ 250 - 32% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/kurtmckee/feedparser ``` -- [PyPi](https://pypi.org/project/feedparser) (πŸ“₯ 3.3M / month Β· πŸ“¦ 7.6K Β· ⏱️ 10.12.2023): +- [PyPi](https://pypi.org/project/feedparser) (πŸ“₯ 3.1M / month Β· πŸ“¦ 7.6K Β· ⏱️ 10.12.2023): ``` pip install feedparser ``` -- [Conda](https://anaconda.org/conda-forge/feedparser) (πŸ“₯ 720K Β· ⏱️ 10.01.2024): +- [Conda](https://anaconda.org/conda-forge/feedparser) (πŸ“₯ 730K Β· ⏱️ 10.01.2024): ``` conda install -c conda-forge feedparser ```
-
trafilatura (πŸ₯‡34 Β· ⭐ 2.8K) - Python & command-line tool to gather text on the Web: web.. Apache-2 +
trafilatura (πŸ₯‡34 Β· ⭐ 2.9K) - Python & command-line tool to gather text on the Web: web.. Apache-2 -- [GitHub](https://github.com/adbar/trafilatura) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 210 Β· πŸ“¦ 2.9K Β· πŸ“‹ 320 - 22% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/adbar/trafilatura) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 210 Β· πŸ“¦ 3K Β· πŸ“‹ 310 - 20% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/adbar/trafilatura ``` -- [PyPi](https://pypi.org/project/trafilatura) (πŸ“₯ 610K / month Β· πŸ“¦ 77 Β· ⏱️ 03.04.2024): +- [PyPi](https://pypi.org/project/trafilatura) (πŸ“₯ 480K / month Β· πŸ“¦ 100 Β· ⏱️ 02.05.2024): ``` pip install trafilatura ``` @@ -3420,14 +3412,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install you-get ``` -- [Conda](https://anaconda.org/conda-forge/you-get) (πŸ“₯ 24K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/you-get) (πŸ“₯ 25K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge you-get ```
parsel (πŸ₯ˆ32 Β· ⭐ 1.1K) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 -- [GitHub](https://github.com/scrapy/parsel) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 130 Β· πŸ“¦ 33K Β· πŸ“‹ 120 - 31% open Β· ⏱️ 08.04.2024): +- [GitHub](https://github.com/scrapy/parsel) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 130 Β· πŸ“¦ 33K Β· πŸ“‹ 120 - 30% open Β· ⏱️ 08.04.2024): ``` git clone https://github.com/scrapy/parsel @@ -3436,99 +3428,71 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install parsel ``` -- [Conda](https://anaconda.org/conda-forge/parsel) (πŸ“₯ 210K Β· ⏱️ 08.04.2024): +- [Conda](https://anaconda.org/conda-forge/parsel) (πŸ“₯ 210K Β· ⏱️ 02.05.2024): ``` conda install -c conda-forge parsel ```
-
dirsearch (πŸ₯ˆ30 Β· ⭐ 11K) - Web path scanner. ❗️GPL-2.0 +
soupsieve (πŸ₯ˆ30 Β· ⭐ 190 Β· πŸ’€) - A modern CSS selector implementation for BeautifulSoup. MIT -- [GitHub](https://github.com/maurosoria/dirsearch) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 2.2K Β· πŸ“¦ 82 Β· πŸ“‹ 530 - 10% open Β· ⏱️ 28.01.2024): +- [GitHub](https://github.com/facelessuser/soupsieve) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 35 Β· πŸ“¦ 520K Β· πŸ“‹ 110 - 10% open Β· ⏱️ 11.09.2023): ``` - git clone https://github.com/maurosoria/dirsearch - ``` -- [PyPi](https://pypi.org/project/dirsearch) (πŸ“₯ 6.4K / month Β· ⏱️ 03.10.2022): - ``` - pip install dirsearch + git clone https://github.com/facelessuser/soupsieve ``` -
-
cloudscraper (πŸ₯ˆ30 Β· ⭐ 4K Β· πŸ’€) - A Python module to bypass Cloudflares anti-bot page. MIT - -- [GitHub](https://github.com/VeNoMouS/cloudscraper) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 450 Β· πŸ“¦ 22K Β· ⏱️ 25.04.2023): - +- [PyPi](https://pypi.org/project/soupsieve) (πŸ“₯ 100M / month Β· πŸ“¦ 2.8K Β· ⏱️ 02.09.2023): ``` - git clone https://github.com/venomous/cloudscraper + pip install soupsieve ``` -- [PyPi](https://pypi.org/project/cloudscraper) (πŸ“₯ 500K / month Β· πŸ“¦ 150 Β· ⏱️ 25.04.2023): +- [Conda](https://anaconda.org/conda-forge/soupsieve) (πŸ“₯ 19M Β· ⏱️ 05.09.2023): ``` - pip install cloudscraper + conda install -c conda-forge soupsieve ```
-
pytrends (πŸ₯ˆ30 Β· ⭐ 3K Β· πŸ’€) - Pseudo API for Google Trends. Apache-2 +
dirsearch (πŸ₯ˆ29 Β· ⭐ 11K) - Web path scanner. ❗️GPL-2.0 -- [GitHub](https://github.com/GeneralMills/pytrends) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 790 Β· πŸ“¦ 4.2K Β· πŸ“‹ 480 - 28% open Β· ⏱️ 22.04.2023): +- [GitHub](https://github.com/maurosoria/dirsearch) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 2.2K Β· πŸ“¦ 84 Β· πŸ“‹ 530 - 10% open Β· ⏱️ 28.01.2024): ``` - git clone https://github.com/GeneralMills/pytrends - ``` -- [PyPi](https://pypi.org/project/pytrends) (πŸ“₯ 190K / month Β· πŸ“¦ 82 Β· ⏱️ 13.04.2023): - ``` - pip install pytrends + git clone https://github.com/maurosoria/dirsearch ``` -- [Conda](https://anaconda.org/conda-forge/pytrends) (πŸ“₯ 23K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/dirsearch) (πŸ“₯ 6.4K / month Β· ⏱️ 03.10.2022): ``` - conda install -c conda-forge pytrends + pip install dirsearch ```
-
soupsieve (πŸ₯ˆ30 Β· ⭐ 190 Β· πŸ’€) - A modern CSS selector implementation for BeautifulSoup. MIT +
extruct (πŸ₯ˆ29 Β· ⭐ 820) - Extract embedded metadata from HTML markup. BSD-3 -- [GitHub](https://github.com/facelessuser/soupsieve) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 35 Β· πŸ“¦ 510K Β· πŸ“‹ 110 - 10% open Β· ⏱️ 11.09.2023): +- [GitHub](https://github.com/scrapinghub/extruct) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 150 Β· πŸ“¦ 1.1K Β· πŸ“‹ 110 - 46% open Β· ⏱️ 17.04.2024): ``` - git clone https://github.com/facelessuser/soupsieve - ``` -- [PyPi](https://pypi.org/project/soupsieve) (πŸ“₯ 100M / month Β· πŸ“¦ 2.8K Β· ⏱️ 02.09.2023): - ``` - pip install soupsieve + git clone https://github.com/scrapinghub/extruct ``` -- [Conda](https://anaconda.org/conda-forge/soupsieve) (πŸ“₯ 19M Β· ⏱️ 05.09.2023): +- [PyPi](https://pypi.org/project/extruct) (πŸ“₯ 120K / month Β· πŸ“¦ 42 Β· ⏱️ 07.07.2023): ``` - conda install -c conda-forge soupsieve + pip install extruct ```
-
Grab (πŸ₯ˆ29 Β· ⭐ 2.4K Β· πŸ’€) - Web Scraping Framework. MIT +
Grab (πŸ₯‰28 Β· ⭐ 2.4K Β· πŸ’€) - Web Scraping Framework. MIT - [GitHub](https://github.com/lorien/grab) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 260 Β· πŸ“¦ 410 Β· πŸ“‹ 240 - 9% open Β· ⏱️ 01.07.2023): ``` git clone https://github.com/lorien/grab ``` -- [PyPi](https://pypi.org/project/grab) (πŸ“₯ 8.6K / month Β· πŸ“¦ 110 Β· ⏱️ 24.06.2018): +- [PyPi](https://pypi.org/project/grab) (πŸ“₯ 3.2K / month Β· πŸ“¦ 5 Β· ⏱️ 24.06.2018): ``` pip install grab ```
-
extruct (πŸ₯ˆ29 Β· ⭐ 820) - Extract embedded metadata from HTML markup. BSD-3 - -- [GitHub](https://github.com/scrapinghub/extruct) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 150 Β· πŸ“¦ 1.1K Β· πŸ“‹ 110 - 47% open Β· ⏱️ 17.04.2024): - - ``` - git clone https://github.com/scrapinghub/extruct - ``` -- [PyPi](https://pypi.org/project/extruct) (πŸ“₯ 110K / month Β· πŸ“¦ 42 Β· ⏱️ 07.07.2023): - ``` - pip install extruct - ``` -
-
MechanicalSoup (πŸ₯‰27 Β· ⭐ 4.6K) - A Python library for automating interaction with websites. MIT +
MechanicalSoup (πŸ₯‰26 Β· ⭐ 4.6K) - A Python library for automating interaction with websites. MIT - [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (πŸ‘¨β€πŸ’» 55 Β· πŸ”€ 390 Β· πŸ“₯ 48 Β· πŸ“‹ 180 - 19% open Β· ⏱️ 24.12.2023): ``` git clone https://github.com/MechanicalSoup/MechanicalSoup ``` -- [PyPi](https://pypi.org/project/MechanicalSoup) (πŸ“₯ 85K / month Β· πŸ“¦ 270 Β· ⏱️ 04.07.2023): +- [PyPi](https://pypi.org/project/MechanicalSoup) (πŸ“₯ 87K / month Β· πŸ“¦ 100 Β· ⏱️ 04.07.2023): ``` pip install MechanicalSoup ``` @@ -3544,7 +3508,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) (πŸ“₯ 24K / month Β· πŸ“¦ 200 Β· ⏱️ 19.06.2023): +- [PyPi](https://pypi.org/project/micawber) (πŸ“₯ 24K / month Β· πŸ“¦ 16 Β· ⏱️ 19.06.2023): ``` pip install micawber ``` @@ -3560,34 +3524,36 @@ _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) (πŸ“₯ 720 / month Β· πŸ“¦ 8 Β· ⏱️ 19.07.2023): +- [PyPi](https://pypi.org/project/gerapy) (πŸ“₯ 930 / month Β· πŸ“¦ 8 Β· ⏱️ 19.07.2023): ``` pip install gerapy ```
gazpacho (πŸ₯‰20 Β· ⭐ 730) - The simple, fast, and modern web scraping library. MIT -- [GitHub](https://github.com/maxhumber/gazpacho) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 58 Β· πŸ“¦ 290 Β· πŸ“‹ 47 - 29% open Β· ⏱️ 07.12.2023): +- [GitHub](https://github.com/maxhumber/gazpacho) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 58 Β· πŸ“¦ 290 Β· πŸ“‹ 48 - 31% open Β· ⏱️ 07.12.2023): ``` git clone https://github.com/maxhumber/gazpacho ``` -- [PyPi](https://pypi.org/project/gazpacho) (πŸ“₯ 6.3K / month Β· πŸ“¦ 9 Β· ⏱️ 09.10.2020): +- [PyPi](https://pypi.org/project/gazpacho) (πŸ“₯ 6.2K / month Β· πŸ“¦ 9 Β· ⏱️ 09.10.2020): ``` pip install gazpacho ```
-
Show 18 hidden projects... +
Show 20 hidden projects... - newspaper3k (πŸ₯‡33 Β· ⭐ 14K Β· πŸ’€) - newspaper3k is a news, full-text, and article metadata extraction.. MIT - Pattern (πŸ₯ˆ32 Β· ⭐ 8.7K Β· πŸ’€) - Web mining module for Python, with tools for scraping, natural.. BSD-3 -- pyspider (πŸ₯ˆ30 Β· ⭐ 16K Β· πŸ’€) - A Powerful Spider(Web Crawler) System in Python. Apache-2 +- pyspider (πŸ₯ˆ31 Β· ⭐ 16K Β· πŸ’€) - A Powerful Spider(Web Crawler) System in Python. Apache-2 +- pytrends (πŸ₯ˆ30 Β· ⭐ 3K Β· πŸ’€) - Pseudo API for Google Trends. Apache-2 +- cloudscraper (πŸ₯ˆ29 Β· ⭐ 4K Β· πŸ’€) - A Python module to bypass Cloudflares anti-bot page. MIT - python-goose (πŸ₯‰28 Β· ⭐ 3.9K Β· πŸ’€) - Html Content / Article Extractor, web scrapping lib in.. Apache-2 - robobrowser (πŸ₯‰25 Β· ⭐ 3.7K Β· πŸ’€) - Your friendly neighborhood web scraper. BSD-3 -- scrapely (πŸ₯‰24 Β· ⭐ 1.9K Β· πŸ’€) - A pure-python HTML screen-scraping library. BSD-3 +- AutoScraper (πŸ₯‰24 Β· ⭐ 5.9K Β· πŸ’€) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT - frontera (πŸ₯‰24 Β· ⭐ 1.3K Β· πŸ’€) - A scalable frontier for web crawlers. BSD-3 -- Photon (πŸ₯‰23 Β· ⭐ 11K Β· πŸ’€) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 -- AutoScraper (πŸ₯‰23 Β· ⭐ 5.9K Β· πŸ’€) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT +- scrapely (πŸ₯‰23 Β· ⭐ 1.9K Β· πŸ’€) - A pure-python HTML screen-scraping library. BSD-3 +- Photon (πŸ₯‰22 Β· ⭐ 11K Β· πŸ’€) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 - ruia (πŸ₯‰22 Β· ⭐ 1.7K Β· πŸ’€) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 - Cola (πŸ₯‰21 Β· ⭐ 1.5K Β· πŸ’€) - A high-level distributed crawling framework. Apache-2 - Lassie (πŸ₯‰21 Β· ⭐ 600 Β· πŸ’€) - Web Content Retrieval for Humans. MIT @@ -3596,7 +3562,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - opengraph (πŸ₯‰15 Β· ⭐ 230 Β· πŸ’€) - A python module to parse the Open Graph Protocol. MIT - Transistor (πŸ₯‰14 Β· ⭐ 210 Β· πŸ’€) - Transistor, a Python web scraping framework for intelligent use.. MIT - lazynlp (πŸ₯‰13 Β· ⭐ 2.2K Β· πŸ’€) - Library to scrape and clean web pages to create massive datasets. MIT -- Scrapera (πŸ₯‰12 Β· ⭐ 310 Β· πŸ’€) - A universal package of scraper scripts for humans. MIT +- Scrapera (πŸ₯‰13 Β· ⭐ 310 Β· πŸ’€) - A universal package of scraper scripts for humans. MIT

@@ -3606,44 +3572,44 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sentry (πŸ₯‡43 Β· ⭐ 37K) - Developer-first error tracking and performance monitoring. ❗️SSPL-1.0 -- [GitHub](https://github.com/getsentry/sentry) (πŸ‘¨β€πŸ’» 840 Β· πŸ”€ 4K Β· πŸ“₯ 46K Β· πŸ“¦ 690 Β· πŸ“‹ 12K - 18% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/getsentry/sentry) (πŸ‘¨β€πŸ’» 840 Β· πŸ”€ 4K Β· πŸ“₯ 46K Β· πŸ“¦ 690 Β· πŸ“‹ 12K - 18% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/getsentry/sentry ``` -- [PyPi](https://pypi.org/project/sentry) (πŸ“₯ 3.6K / month Β· πŸ“¦ 400 Β· ⏱️ 25.07.2023): +- [PyPi](https://pypi.org/project/sentry) (πŸ“₯ 4.3K / month Β· πŸ“¦ 400 Β· ⏱️ 25.07.2023): ``` pip install sentry ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 770K Β· ⏱️ 25.04.2024): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (πŸ“₯ 770K Β· ⏱️ 26.04.2024): ``` conda install -c conda-forge sentry-sdk ```
posthog (πŸ₯‡39 Β· ⭐ 17K) - PostHog provides open-source product analytics, session recording, feature.. MIT -- [GitHub](https://github.com/PostHog/posthog) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1K Β· πŸ“‹ 5.5K - 28% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/PostHog/posthog) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1K Β· πŸ“‹ 5.6K - 27% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/PostHog/posthog ``` -- [PyPi](https://pypi.org/project/posthog) (πŸ“₯ 2.1M / month Β· πŸ“¦ 82 Β· ⏱️ 04.03.2024): +- [PyPi](https://pypi.org/project/posthog) (πŸ“₯ 2.2M / month Β· πŸ“¦ 82 Β· ⏱️ 04.03.2024): ``` pip install posthog ```
opentelemetry-python (πŸ₯ˆ37 Β· ⭐ 1.6K) - OpenTelemetry Python API and SDK. Apache-2 -- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 560 Β· πŸ“¦ 15K Β· πŸ“‹ 1.7K - 18% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 560 Β· πŸ“¦ 16K Β· πŸ“‹ 1.7K - 18% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/open-telemetry/opentelemetry-python ``` -- [PyPi](https://pypi.org/project/timing-asgi) (πŸ“₯ 100K / month Β· πŸ“¦ 4 Β· ⏱️ 18.07.2023): +- [PyPi](https://pypi.org/project/timing-asgi) (πŸ“₯ 88K / month Β· πŸ“¦ 4 Β· ⏱️ 18.07.2023): ``` pip install timing-asgi ``` -- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (πŸ“₯ 480K Β· ⏱️ 28.03.2024): +- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (πŸ“₯ 490K Β· ⏱️ 28.03.2024): ``` conda install -c conda-forge opentelemetry-api ``` @@ -3655,7 +3621,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/prometheus/client_python ``` -- [PyPi](https://pypi.org/project/prometheus-client) (πŸ“₯ 34M / month Β· πŸ“¦ 900 Β· ⏱️ 14.02.2024): +- [PyPi](https://pypi.org/project/prometheus-client) (πŸ“₯ 35M / month Β· πŸ“¦ 900 Β· ⏱️ 14.02.2024): ``` pip install prometheus-client ``` @@ -3664,9 +3630,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge prometheus_client ```
-
GoAccess (πŸ₯ˆ27 Β· ⭐ 17K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT +
GoAccess (πŸ₯ˆ27 Β· ⭐ 18K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT -- [GitHub](https://github.com/allinurl/goaccess) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 1.1K Β· πŸ“¦ 21 Β· πŸ“‹ 2.2K - 16% open Β· ⏱️ 20.04.2024): +- [GitHub](https://github.com/allinurl/goaccess) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 1.1K Β· πŸ“¦ 21 Β· πŸ“‹ 2.2K - 16% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/allinurl/goaccess @@ -3674,24 +3640,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Flask-MonitoringDashboard (πŸ₯ˆ27 Β· ⭐ 740) - Automatically monitor the evolving performance of.. MIT -- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 160 Β· πŸ“‹ 190 - 29% open Β· ⏱️ 18.04.2024): +- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 160 Β· πŸ“‹ 190 - 28% open Β· ⏱️ 26.04.2024): ``` git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard ``` -- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (πŸ“₯ 11K / month Β· πŸ“¦ 15 Β· ⏱️ 15.03.2024): +- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (πŸ“₯ 12K / month Β· πŸ“¦ 15 Β· ⏱️ 26.04.2024): ``` pip install flask-monitoringdashboard ```
-
prometheus-flask-exporter (πŸ₯ˆ27 Β· ⭐ 620) - Prometheus exporter for Flask applications. MIT +
prometheus-flask-exporter (πŸ₯ˆ27 Β· ⭐ 620 Β· πŸ’€) - Prometheus exporter for Flask applications. MIT - [GitHub](https://github.com/rycus86/prometheus_flask_exporter) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“‹ 140 - 27% open Β· ⏱️ 26.10.2023): ``` git clone https://github.com/rycus86/prometheus_flask_exporter ``` -- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (πŸ“₯ 4.6M / month Β· πŸ“¦ 72 Β· ⏱️ 27.10.2023): +- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (πŸ“₯ 4.7M / month Β· πŸ“¦ 72 Β· ⏱️ 27.10.2023): ``` pip install prometheus-flask-exporter ``` @@ -3700,26 +3666,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge prometheus_flask_exporter ```
-
starlette context (πŸ₯‰26 Β· ⭐ 420) - Middleware for Starlette that allows you to store and.. MIT +
starlette context (πŸ₯‰25 Β· ⭐ 420) - Middleware for Starlette that allows you to store and.. MIT -- [GitHub](https://github.com/tomwojcik/starlette-context) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 23 Β· πŸ“¦ 860 Β· πŸ“‹ 38 - 15% open Β· ⏱️ 07.11.2023): +- [GitHub](https://github.com/tomwojcik/starlette-context) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 23 Β· πŸ“¦ 870 Β· πŸ“‹ 38 - 15% open Β· ⏱️ 07.11.2023): ``` git clone https://github.com/tomwojcik/starlette-context ``` -- [PyPi](https://pypi.org/project/starlette-context) (πŸ“₯ 590K / month Β· πŸ“¦ 24 Β· ⏱️ 16.02.2023): +- [PyPi](https://pypi.org/project/starlette-context) (πŸ“₯ 610K / month Β· πŸ“¦ 24 Β· ⏱️ 16.02.2023): ``` pip install starlette-context ```
Starlette Prometheus (πŸ₯‰21 Β· ⭐ 270) - Prometheus integration for Starlette. ❗️GPL-3.0 -- [GitHub](https://github.com/perdy/starlette-prometheus) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 29 Β· πŸ“₯ 22 Β· πŸ“¦ 310 Β· πŸ“‹ 24 - 29% open Β· ⏱️ 05.02.2024): +- [GitHub](https://github.com/perdy/starlette-prometheus) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 30 Β· πŸ“₯ 22 Β· πŸ“¦ 310 Β· πŸ“‹ 24 - 29% open Β· ⏱️ 05.02.2024): ``` git clone https://github.com/perdy/starlette-prometheus ``` -- [PyPi](https://pypi.org/project/starlette-prometheus) (πŸ“₯ 84K / month Β· πŸ“¦ 11 Β· ⏱️ 10.01.2022): +- [PyPi](https://pypi.org/project/starlette-prometheus) (πŸ“₯ 83K / month Β· πŸ“¦ 11 Β· ⏱️ 10.01.2022): ``` pip install starlette-prometheus ``` @@ -3727,8 +3693,8 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 4 hidden projects... - opentracing-python (πŸ₯‰26 Β· ⭐ 770 Β· πŸ’€) - OpenTracing API for Python. This library is.. Apache-2 -- ngxtop (πŸ₯‰21 Β· ⭐ 6.4K Β· πŸ’€) - Real-time metrics for nginx server. MIT -- flask-state (πŸ₯‰15 Β· ⭐ 620 Β· πŸ’€) - Display machine state using Python3 with Flask. BSD-3 +- ngxtop (πŸ₯‰22 Β· ⭐ 6.4K Β· πŸ’€) - Real-time metrics for nginx server. MIT +- flask-state (πŸ₯‰16 Β· ⭐ 620 Β· πŸ’€) - Display machine state using Python3 with Flask. BSD-3 - timing-asgi (πŸ₯‰8 Β· ⭐ 120 Β· πŸ’€) - ASGI middleware to record and emit timing metrics (to.. ❗Unlicensed

@@ -3739,63 +3705,63 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Streamlit (πŸ₯‡46 Β· ⭐ 32K) - Streamlit A faster way to build and share data apps. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 2.8K Β· πŸ“¦ 360K Β· πŸ“‹ 4.1K - 19% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 2.8K Β· πŸ“¦ 370K Β· πŸ“‹ 4.1K - 19% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 3.9M / month Β· πŸ“¦ 1.6K Β· ⏱️ 04.04.2024): +- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 4.1M / month Β· πŸ“¦ 2.2K Β· ⏱️ 04.04.2024): ``` pip install streamlit ```
Panel (πŸ₯‡39 Β· ⭐ 4.2K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 -- [GitHub](https://github.com/holoviz/panel) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 460 Β· πŸ“¦ 11K Β· πŸ“‹ 3.4K - 30% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/holoviz/panel) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 460 Β· πŸ“¦ 11K Β· πŸ“‹ 3.4K - 30% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/holoviz/panel ``` -- [PyPi](https://pypi.org/project/panel) (πŸ“₯ 530K / month Β· πŸ“¦ 220 Β· ⏱️ 23.04.2024): +- [PyPi](https://pypi.org/project/panel) (πŸ“₯ 540K / month Β· πŸ“¦ 2.6K Β· ⏱️ 30.04.2024): ``` pip install panel ```
-
NiceGUI (πŸ₯ˆ33 Β· ⭐ 7.4K) - Create web-based user interfaces with Python. The nice way. MIT +
NiceGUI (πŸ₯ˆ34 Β· ⭐ 7.4K) - Create web-based user interfaces with Python. The nice way. MIT -- [GitHub](https://github.com/zauberzeug/nicegui) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 460 Β· πŸ“¦ 710 Β· πŸ“‹ 820 - 4% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/zauberzeug/nicegui) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 460 Β· πŸ“¦ 730 Β· πŸ“‹ 830 - 4% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/zauberzeug/nicegui ``` -- [PyPi](https://pypi.org/project/nicegui) (πŸ“₯ 57K / month Β· πŸ“¦ 43 Β· ⏱️ 25.04.2024): +- [PyPi](https://pypi.org/project/nicegui) (πŸ“₯ 62K / month Β· πŸ“¦ 43 Β· ⏱️ 25.04.2024): ``` pip install nicegui ``` -- [Conda](https://anaconda.org/conda-forge/nicegui) (πŸ“₯ 11K Β· ⏱️ 16.04.2024): +- [Conda](https://anaconda.org/conda-forge/nicegui) (πŸ“₯ 11K Β· ⏱️ 26.04.2024): ``` conda install -c conda-forge nicegui ``` -- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (πŸ“₯ 21K Β· ⭐ 10 Β· ⏱️ 25.04.2024): +- [Docker Hub](https://hub.docker.com/r/zauberzeug/nicegui) (πŸ“₯ 22K Β· ⭐ 10 Β· ⏱️ 25.04.2024): ``` docker pull zauberzeug/nicegui ```
-
wave (πŸ₯ˆ32 Β· ⭐ 3.9K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 +
wave (πŸ₯ˆ31 Β· ⭐ 3.9K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 -- [GitHub](https://github.com/h2oai/wave) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 320 Β· πŸ“₯ 1.9M Β· πŸ“‹ 1.1K - 20% open Β· ⏱️ 18.04.2024): +- [GitHub](https://github.com/h2oai/wave) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 320 Β· πŸ“₯ 1.9M Β· πŸ“‹ 1.1K - 20% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/h2oai/wave ``` -- [PyPi](https://pypi.org/project/wave) (πŸ“₯ 33K / month Β· πŸ“¦ 210 Β· ⏱️ 15.03.2024): +- [PyPi](https://pypi.org/project/wave) (πŸ“₯ 30K / month Β· πŸ“¦ 78 Β· ⏱️ 15.03.2024): ``` pip install wave ```
pyscript (πŸ₯ˆ28 Β· ⭐ 17K) - Try PyScript: https://pyscript.com Examples:.. Apache-2 -- [GitHub](https://github.com/pyscript/pyscript) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.4K Β· πŸ“₯ 210 Β· πŸ“¦ 12 Β· πŸ“‹ 760 - 2% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/pyscript/pyscript) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.4K Β· πŸ“₯ 210 Β· πŸ“¦ 12 Β· πŸ“‹ 760 - 2% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/pyscript/pyscript @@ -3820,7 +3786,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/idom-team/idom ``` -- [PyPi](https://pypi.org/project/idom) (πŸ“₯ 1.3K / month Β· πŸ“¦ 6 Β· ⏱️ 26.02.2023): +- [PyPi](https://pypi.org/project/idom) (πŸ“₯ 1.5K / month Β· πŸ“¦ 6 Β· ⏱️ 26.02.2023): ``` pip install idom ``` @@ -3833,50 +3799,50 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar git clone https://github.com/rafalp/Misago ```
-
Wooey (πŸ₯‰26 Β· ⭐ 2.1K) - A Django app that creates automatic web UIs for Python scripts. BSD-3 +
python-react (πŸ₯‰26 Β· ⭐ 1.6K Β· πŸ’€) - Server-side rendering of React components. MIT -- [GitHub](https://github.com/wooey/Wooey) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 190 Β· πŸ“¦ 48 Β· πŸ“‹ 220 - 24% open Β· ⏱️ 14.12.2023): +- [GitHub](https://github.com/markfinger/python-react) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 120 Β· πŸ“¦ 910 Β· πŸ“‹ 73 - 13% open Β· ⏱️ 29.06.2023): ``` - git clone https://github.com/wooey/wooey + git clone https://github.com/markfinger/python-react ``` -- [PyPi](https://pypi.org/project/wooey) (πŸ“₯ 520 / month Β· πŸ“¦ 1 Β· ⏱️ 21.11.2023): +- [PyPi](https://pypi.org/project/react) (πŸ“₯ 12K / month Β· πŸ“¦ 48 Β· ⏱️ 08.10.2018): ``` - pip install wooey + pip install react ```
-
python-react (πŸ₯‰26 Β· ⭐ 1.6K Β· πŸ’€) - Server-side rendering of React components. MIT +
Wooey (πŸ₯‰25 Β· ⭐ 2.1K) - A Django app that creates automatic web UIs for Python scripts. BSD-3 -- [GitHub](https://github.com/markfinger/python-react) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 120 Β· πŸ“¦ 910 Β· πŸ“‹ 73 - 13% open Β· ⏱️ 29.06.2023): +- [GitHub](https://github.com/wooey/Wooey) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 190 Β· πŸ“¦ 48 Β· πŸ“‹ 220 - 24% open Β· ⏱️ 14.12.2023): ``` - git clone https://github.com/markfinger/python-react + git clone https://github.com/wooey/wooey ``` -- [PyPi](https://pypi.org/project/react) (πŸ“₯ 11K / month Β· πŸ“¦ 48 Β· ⏱️ 08.10.2018): +- [PyPi](https://pypi.org/project/wooey) (πŸ“₯ 530 / month Β· πŸ“¦ 1 Β· ⏱️ 21.11.2023): ``` - pip install react + pip install wooey ```
-
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) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 600 Β· πŸ“¦ 30 Β· πŸ“‹ 350 - 12% open Β· ⏱️ 10.04.2024): +- [GitHub](https://github.com/flaskbb/flaskbb) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 600 Β· πŸ“‹ 350 - 12% open Β· ⏱️ 25.04.2024): ``` git clone https://github.com/flaskbb/flaskbb ``` -- [PyPi](https://pypi.org/project/FlaskBB) (πŸ“₯ 160 / month Β· πŸ“¦ 9 Β· ⏱️ 15.07.2018): +- [PyPi](https://pypi.org/project/FlaskBB) (πŸ“₯ 170 / month Β· πŸ“¦ 9 Β· ⏱️ 15.07.2018): ``` pip install FlaskBB ```
trame (πŸ₯‰23 Β· ⭐ 330) - Trame lets you weave various components and technologies into a Web.. Apache-2 -- [GitHub](https://github.com/Kitware/trame) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 45 Β· πŸ“₯ 230 Β· πŸ“‹ 65 - 6% open Β· ⏱️ 14.04.2024): +- [GitHub](https://github.com/Kitware/trame) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 45 Β· πŸ“₯ 230 Β· πŸ“‹ 65 - 6% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/Kitware/trame ``` -- [PyPi](https://pypi.org/project/trame) (πŸ“₯ 43K / month Β· πŸ“¦ 34 Β· ⏱️ 10.04.2024): +- [PyPi](https://pypi.org/project/trame) (πŸ“₯ 45K / month Β· πŸ“¦ 34 Β· ⏱️ 10.04.2024): ``` pip install trame ``` @@ -3889,12 +3855,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-debug-toolbar (πŸ₯‡38 Β· ⭐ 7.9K) - A configurable set of panels that display various.. BSD-3 -- [GitHub](https://github.com/jazzband/django-debug-toolbar) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1K Β· πŸ“₯ 210 Β· πŸ“¦ 87K Β· πŸ“‹ 890 - 8% open Β· ⏱️ 15.04.2024): +- [GitHub](https://github.com/jazzband/django-debug-toolbar) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1K Β· πŸ“₯ 210 Β· πŸ“¦ 88K Β· πŸ“‹ 890 - 8% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/jazzband/django-debug-toolbar ``` -- [PyPi](https://pypi.org/project/django-debug-toolbar) (πŸ“₯ 2.7M / month Β· πŸ“¦ 12K Β· ⏱️ 01.02.2024): +- [PyPi](https://pypi.org/project/django-debug-toolbar) (πŸ“₯ 2.8M / month Β· πŸ“¦ 12K Β· ⏱️ 01.02.2024): ``` pip install django-debug-toolbar ``` @@ -3903,14 +3869,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-debug-toolbar ```
-
flask-admin (πŸ₯‡37 Β· ⭐ 5.6K) - Simple and extensible administrative interface framework for.. BSD-3 +
flask-admin (πŸ₯‡37 Β· ⭐ 5.6K Β· πŸ’€) - Simple and extensible administrative interface framework.. BSD-3 - [GitHub](https://github.com/flask-admin/flask-admin) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 1.6K Β· πŸ“¦ 25K Β· πŸ“‹ 1.5K - 33% open Β· ⏱️ 15.10.2023): ``` git clone https://github.com/flask-admin/flask-admin ``` -- [PyPi](https://pypi.org/project/flask-admin) (πŸ“₯ 1M / month Β· πŸ“¦ 2.4K Β· ⏱️ 20.02.2023): +- [PyPi](https://pypi.org/project/flask-admin) (πŸ“₯ 970K / month Β· πŸ“¦ 2.4K Β· ⏱️ 20.02.2023): ``` pip install flask-admin ``` @@ -3921,7 +3887,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-grappelli (πŸ₯ˆ34 Β· ⭐ 3.6K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 -- [GitHub](https://github.com/sehmaschine/django-grappelli) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 660 Β· πŸ“¦ 6.2K Β· πŸ“‹ 720 - 1% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/sehmaschine/django-grappelli) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 660 Β· πŸ“¦ 6.2K Β· πŸ“‹ 720 - 1% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/sehmaschine/django-grappelli @@ -3930,71 +3896,60 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-grappelli ``` -- [Conda](https://anaconda.org/conda-forge/django-grappelli) (πŸ“₯ 130K Β· ⏱️ 21.09.2023): +- [Conda](https://anaconda.org/conda-forge/django-grappelli) (πŸ“₯ 130K Β· ⏱️ 26.04.2024): ``` conda install -c conda-forge django-grappelli ```
django-admin-interface (πŸ₯ˆ33 Β· ⭐ 1.7K) - djangos default admin interface with superpowers -.. MIT -- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 170 Β· πŸ“¦ 3.9K Β· πŸ“‹ 200 - 7% open Β· ⏱️ 11.04.2024): +- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 170 Β· πŸ“¦ 3.9K Β· πŸ“‹ 200 - 7% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/fabiocaccamo/django-admin-interface ``` -- [PyPi](https://pypi.org/project/django-admin-interface) (πŸ“₯ 130K / month Β· πŸ“¦ 45 Β· ⏱️ 07.03.2024): +- [PyPi](https://pypi.org/project/django-admin-interface) (πŸ“₯ 140K / month Β· πŸ“¦ 45 Β· ⏱️ 07.03.2024): ``` pip install django-admin-interface ```
-
fastapi-admin (πŸ₯‰25 Β· ⭐ 2.5K) - A fast admin dashboard based on FastAPI and TortoiseORM.. Apache-2 +
fastapi-admin (πŸ₯‰25 Β· ⭐ 2.6K) - A fast admin dashboard based on FastAPI and TortoiseORM.. Apache-2 - [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 340 Β· πŸ“¦ 300 Β· πŸ“‹ 130 - 44% open Β· ⏱️ 10.03.2024): ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 4.1K / month Β· ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 4.6K / month Β· ⏱️ 31.08.2021): ``` pip install fastapi-admin ```
-
starlette-admin (πŸ₯‰25 Β· ⭐ 470) - Fast, beautiful and extensible administrative interface.. MIT +
starlette-admin (πŸ₯‰24 Β· ⭐ 480) - Fast, beautiful and extensible administrative interface.. MIT -- [GitHub](https://github.com/jowilf/starlette-admin) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 50 Β· πŸ“¦ 380 Β· πŸ“‹ 200 - 40% open Β· ⏱️ 05.04.2024): +- [GitHub](https://github.com/jowilf/starlette-admin) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 52 Β· πŸ“¦ 400 Β· πŸ“‹ 200 - 40% open Β· ⏱️ 05.04.2024): ``` git clone https://github.com/jowilf/starlette-admin ``` -- [PyPi](https://pypi.org/project/starlette-admin) (πŸ“₯ 51K / month Β· πŸ“¦ 12 Β· ⏱️ 04.02.2024): +- [PyPi](https://pypi.org/project/starlette-admin) (πŸ“₯ 53K / month Β· πŸ“¦ 12 Β· ⏱️ 04.02.2024): ``` pip install starlette-admin ``` -- [Conda](https://anaconda.org/conda-forge/starlette-admin) (πŸ“₯ 1.5K Β· ⏱️ 21.01.2024): +- [Conda](https://anaconda.org/conda-forge/starlette-admin) (πŸ“₯ 1.6K Β· ⏱️ 21.01.2024): ``` conda install -c conda-forge starlette-admin ```
-
nginx-ui (πŸ₯‰16 Β· ⭐ 4.4K Β· πŸ’€) - Nginx UI allows you to access and modify the nginx configurations.. MIT - -- [GitHub](https://github.com/schenkd/nginx-ui) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 260 Β· πŸ“‹ 38 - 63% open Β· ⏱️ 24.04.2023): - - ``` - git clone https://github.com/schenkd/nginx-ui - ``` -- [Docker Hub](https://hub.docker.com/r/schenkd/nginx-ui) (πŸ“₯ 540K Β· ⭐ 15 Β· ⏱️ 25.06.2020): - ``` - docker pull schenkd/nginx-ui - ``` -
-
Show 6 hidden projects... +
Show 7 hidden projects... -- django-suit (πŸ₯ˆ29 Β· ⭐ 2.3K Β· πŸ’€) - Modern theme for Django admin interface. ❗️AFL-3.0 +- django-suit (πŸ₯ˆ28 Β· ⭐ 2.3K Β· πŸ’€) - Modern theme for Django admin interface. ❗️AFL-3.0 - xadmin (πŸ₯‰27 Β· ⭐ 4.7K Β· πŸ’€) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3 -- django-jet (πŸ₯‰27 Β· ⭐ 3.5K Β· πŸ’€) - Modern responsive template for the Django admin.. ❗️AGPL-3.0 +- django-jet (πŸ₯‰26 Β· ⭐ 3.5K Β· πŸ’€) - Modern responsive template for the Django admin.. ❗️AGPL-3.0 - django-admin-bootstrapped (πŸ₯‰26 Β· ⭐ 1.6K Β· πŸ’€) - A Django admin theme using Twitter Bootstrap. It.. Apache-2 - django-admin2 (πŸ₯‰23 Β· ⭐ 1.2K Β· πŸ’€) - Extendable, adaptable rewrite of django.contrib.admin. BSD-3 -- django-smuggler (πŸ₯‰22 Β· ⭐ 370 Β· πŸ’€) - Django Smuggler is a pluggable application for Django.. ❗️LGPL-3.0 +- django-smuggler (πŸ₯‰21 Β· ⭐ 370 Β· πŸ’€) - Django Smuggler is a pluggable application for Django.. ❗️LGPL-3.0 +- nginx-ui (πŸ₯‰16 Β· ⭐ 4.4K Β· πŸ’€) - Nginx UI allows you to access and modify the nginx configurations.. MIT

@@ -4004,17 +3959,17 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Kong (πŸ₯‡39 Β· ⭐ 38K) - The Cloud-Native API Gateway and AI Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 4.7K Β· πŸ“¦ 21 Β· πŸ“‹ 4.4K - 2% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/Kong/kong) (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 4.7K Β· πŸ“¦ 21 Β· πŸ“‹ 4.4K - 2% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/kong/kong ``` -- [Docker Hub](https://hub.docker.com/r/_/kong) (πŸ“₯ 320M Β· ⭐ 780 Β· ⏱️ 16.04.2024): +- [Docker Hub](https://hub.docker.com/r/_/kong) (πŸ“₯ 320M Β· ⭐ 780 Β· ⏱️ 02.05.2024): ``` docker pull kong ```
-
tyk (πŸ₯‰27 Β· ⭐ 9.2K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 +
tyk (πŸ₯‰27 Β· ⭐ 9.3K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 - [GitHub](https://github.com/TykTechnologies/tyk) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.1K Β· πŸ“‹ 2.2K - 16% open Β· ⏱️ 25.04.2024): @@ -4028,14 +3983,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
flask-sqlalchemy (πŸ₯‡36 Β· ⭐ 4.1K) - Adds SQLAlchemy support to Flask. BSD-3 +
flask-sqlalchemy (πŸ₯‡37 Β· ⭐ 4.2K) - Adds SQLAlchemy support to Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 920 Β· πŸ“₯ 540 Β· πŸ“¦ 400K Β· πŸ“‹ 650 - 1% open Β· ⏱️ 15.01.2024): +- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 920 Β· πŸ“₯ 540 Β· πŸ“¦ 400K Β· πŸ“‹ 660 - 1% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/pallets/flask-sqlalchemy ``` -- [PyPi](https://pypi.org/project/flask-sqlalchemy) (πŸ“₯ 7M / month Β· πŸ“¦ 27K Β· ⏱️ 11.09.2023): +- [PyPi](https://pypi.org/project/flask-sqlalchemy) (πŸ“₯ 7.1M / month Β· πŸ“¦ 27K Β· ⏱️ 11.09.2023): ``` pip install flask-sqlalchemy ``` @@ -4051,7 +4006,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/miguelgrinberg/Flask-Migrate ``` -- [PyPi](https://pypi.org/project/flask-migrate) (πŸ“₯ 1.7M / month Β· πŸ“¦ 9.6K Β· ⏱️ 11.03.2024): +- [PyPi](https://pypi.org/project/flask-migrate) (πŸ“₯ 1.8M / month Β· πŸ“¦ 9.6K Β· ⏱️ 11.03.2024): ``` pip install flask-migrate ``` @@ -4067,42 +4022,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/fengsp/flask-session ``` -- [PyPi](https://pypi.org/project/flask-session) (πŸ“₯ 4M / month Β· πŸ“¦ 1.1K Β· ⏱️ 26.03.2024): +- [PyPi](https://pypi.org/project/flask-session) (πŸ“₯ 4.1M / month Β· πŸ“¦ 1.1K Β· ⏱️ 26.03.2024): ``` pip install flask-session ```
-
flask-limiter (πŸ₯‡32 Β· ⭐ 1.1K) - Rate Limiting extension for Flask. MIT +
flask-caching (πŸ₯‡33 Β· ⭐ 870) - A caching extension for Flask. BSD-3 -- [GitHub](https://github.com/alisaifee/flask-limiter) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 120 Β· πŸ“₯ 260 Β· πŸ“¦ 9.6K Β· πŸ“‹ 180 - 2% open Β· ⏱️ 21.04.2024): +- [GitHub](https://github.com/pallets-eco/flask-caching) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 190 Β· πŸ“¦ 20K Β· πŸ“‹ 240 - 26% open Β· ⏱️ 27.04.2024): ``` - git clone https://github.com/alisaifee/flask-limiter + git clone https://github.com/pallets-eco/flask-caching ``` -- [PyPi](https://pypi.org/project/flask-limiter) (πŸ“₯ 5.2M / month Β· πŸ“¦ 400 Β· ⏱️ 21.04.2024): +- [PyPi](https://pypi.org/project/flask-caching) (πŸ“₯ 5.1M / month Β· πŸ“¦ 780 Β· ⏱️ 27.04.2024): ``` - pip install flask-limiter + pip install flask-caching + ``` +- [Conda](https://anaconda.org/conda-forge/flask-caching) (πŸ“₯ 190K Β· ⏱️ 08.10.2023): + ``` + conda install -c conda-forge flask-caching ```
-
flask-caching (πŸ₯‡32 Β· ⭐ 870) - A caching extension for Flask. BSD-3 +
flask-limiter (πŸ₯ˆ32 Β· ⭐ 1.1K) - Rate Limiting extension for Flask. MIT -- [GitHub](https://github.com/pallets-eco/flask-caching) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 190 Β· πŸ“¦ 20K Β· πŸ“‹ 240 - 24% open Β· ⏱️ 06.01.2024): +- [GitHub](https://github.com/alisaifee/flask-limiter) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 120 Β· πŸ“₯ 260 Β· πŸ“¦ 9.7K Β· πŸ“‹ 180 - 2% open Β· ⏱️ 21.04.2024): ``` - git clone https://github.com/pallets-eco/flask-caching - ``` -- [PyPi](https://pypi.org/project/flask-caching) (πŸ“₯ 4.9M / month Β· πŸ“¦ 780 Β· ⏱️ 08.10.2023): - ``` - pip install flask-caching + git clone https://github.com/alisaifee/flask-limiter ``` -- [Conda](https://anaconda.org/conda-forge/flask-caching) (πŸ“₯ 190K Β· ⏱️ 08.10.2023): +- [PyPi](https://pypi.org/project/flask-limiter) (πŸ“₯ 5.2M / month Β· πŸ“¦ 400 Β· ⏱️ 21.04.2024): ``` - conda install -c conda-forge flask-caching + pip install flask-limiter ```
flask-marshmallow (πŸ₯ˆ31 Β· ⭐ 850) - Flask + marshmallow for beautiful APIs. MIT -- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 58 Β· πŸ“¦ 29K Β· πŸ“‹ 120 - 20% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 58 Β· πŸ“¦ 29K Β· πŸ“‹ 120 - 20% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/marshmallow-code/flask-marshmallow @@ -4123,23 +4078,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) (πŸ“₯ 9M / month Β· πŸ“¦ 8.4K Β· ⏱️ 26.06.2023): +- [PyPi](https://pypi.org/project/flask-cors) (πŸ“₯ 9.2M / month Β· πŸ“¦ 8.4K Β· ⏱️ 26.06.2023): ``` pip install flask-cors ``` -- [Conda](https://anaconda.org/conda-forge/flask-cors) (πŸ“₯ 850K Β· ⏱️ 26.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-cors) (πŸ“₯ 860K Β· ⏱️ 26.06.2023): ``` conda install -c conda-forge flask-cors ```
-
flask-babel (πŸ₯ˆ30 Β· ⭐ 430) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 +
flask-babel (πŸ₯ˆ30 Β· ⭐ 430 Β· πŸ’€) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 - [GitHub](https://github.com/python-babel/flask-babel) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 160 Β· πŸ“¦ 22K Β· πŸ“‹ 130 - 8% open Β· ⏱️ 02.10.2023): ``` git clone https://github.com/python-babel/flask-babel ``` -- [PyPi](https://pypi.org/project/flask-babel) (πŸ“₯ 3.3M / month Β· πŸ“¦ 68 Β· ⏱️ 02.10.2023): +- [PyPi](https://pypi.org/project/flask-babel) (πŸ“₯ 3.4M / month Β· πŸ“¦ 68 Β· ⏱️ 02.10.2023): ``` pip install flask-babel ``` @@ -4148,14 +4103,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-babel ```
-
flask-api (πŸ₯ˆ28 Β· ⭐ 1.4K) - Browsable web APIs for Flask. BSD-3 +
flask-api (πŸ₯ˆ27 Β· ⭐ 1.4K) - Browsable web APIs for Flask. BSD-3 - [GitHub](https://github.com/flask-api/flask-api) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 180 Β· πŸ“¦ 6.2K Β· πŸ“‹ 69 - 21% open Β· ⏱️ 20.02.2024): ``` git clone https://github.com/flask-api/flask-api ``` -- [PyPi](https://pypi.org/project/flask-api) (πŸ“₯ 100K / month Β· πŸ“¦ 700 Β· ⏱️ 05.06.2023): +- [PyPi](https://pypi.org/project/flask-api) (πŸ“₯ 94K / month Β· πŸ“¦ 700 Β· ⏱️ 05.06.2023): ``` pip install flask-api ``` @@ -4192,14 +4147,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-assets ```
-
Flask-Moment (πŸ₯‰25 Β· ⭐ 360) - Formatting of dates and times in Flask templates using.. MIT +
Flask-Moment (πŸ₯‰25 Β· ⭐ 370) - Formatting of dates and times in Flask templates using.. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 50 Β· πŸ“¦ 24K Β· πŸ“‹ 49 - 4% open Β· ⏱️ 15.10.2023): +- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 50 Β· πŸ“¦ 24K Β· πŸ“‹ 49 - 4% open Β· ⏱️ 27.04.2024): ``` git clone https://github.com/miguelgrinberg/Flask-Moment ``` -- [PyPi](https://pypi.org/project/flask-moment) (πŸ“₯ 55K / month Β· πŸ“¦ 2.3K Β· ⏱️ 05.10.2022): +- [PyPi](https://pypi.org/project/flask-moment) (πŸ“₯ 53K / month Β· πŸ“¦ 2.3K Β· ⏱️ 05.10.2022): ``` pip install flask-moment ``` @@ -4208,28 +4163,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-moment ```
-
flask_pydantic (πŸ₯‰25 Β· ⭐ 340) - flask extension for integration with the awesome pydantic.. MIT +
flask-rebar (πŸ₯‰25 Β· ⭐ 230) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT -- [GitHub](https://github.com/bauerji/flask-pydantic) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 58 Β· πŸ“¦ 580 Β· πŸ“‹ 45 - 44% open Β· ⏱️ 08.01.2024): +- [GitHub](https://github.com/plangrid/flask-rebar) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 37 Β· πŸ“¦ 52 Β· πŸ“‹ 110 - 47% open Β· ⏱️ 15.04.2024): ``` - git clone https://github.com/bauerji/flask_pydantic + git clone https://github.com/plangrid/flask-rebar ``` -- [PyPi](https://pypi.org/project/flask_pydantic) (πŸ“₯ 170K / month Β· πŸ“¦ 5 Β· ⏱️ 08.01.2024): +- [PyPi](https://pypi.org/project/flask-rebar) (πŸ“₯ 6.5K / month Β· πŸ“¦ 6 Β· ⏱️ 15.04.2024): ``` - pip install flask_pydantic + pip install flask-rebar ```
-
flask-rebar (πŸ₯‰25 Β· ⭐ 230) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT +
flask_pydantic (πŸ₯‰24 Β· ⭐ 340) - flask extension for integration with the awesome pydantic.. MIT -- [GitHub](https://github.com/plangrid/flask-rebar) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 37 Β· πŸ“¦ 52 Β· πŸ“‹ 110 - 47% open Β· ⏱️ 15.04.2024): +- [GitHub](https://github.com/bauerji/flask-pydantic) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 58 Β· πŸ“¦ 590 Β· πŸ“‹ 46 - 45% open Β· ⏱️ 08.01.2024): ``` - git clone https://github.com/plangrid/flask-rebar + git clone https://github.com/bauerji/flask_pydantic ``` -- [PyPi](https://pypi.org/project/flask-rebar) (πŸ“₯ 6.5K / month Β· πŸ“¦ 6 Β· ⏱️ 15.04.2024): +- [PyPi](https://pypi.org/project/flask_pydantic) (πŸ“₯ 170K / month Β· πŸ“¦ 5 Β· ⏱️ 08.01.2024): ``` - pip install flask-rebar + pip install flask_pydantic ```
flask_injector (πŸ₯‰24 Β· ⭐ 260 Β· πŸ’€) - Adds Injector support to Flask. BSD-3 @@ -4239,7 +4194,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/alecthomas/flask_injector ``` -- [PyPi](https://pypi.org/project/flask_injector) (πŸ“₯ 71K / month Β· πŸ“¦ 66 Β· ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/flask_injector) (πŸ“₯ 68K / month Β· πŸ“¦ 66 Β· ⏱️ 27.07.2023): ``` pip install flask_injector ``` @@ -4255,39 +4210,39 @@ _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) (πŸ“₯ 250 / month Β· πŸ“¦ 6 Β· ⏱️ 28.04.2012): +- [PyPi](https://pypi.org/project/rpc) (πŸ“₯ 250 / month Β· ⏱️ 28.04.2012): ``` pip install rpc ```
-
Flask-Opentracing (πŸ₯‰23 Β· ⭐ 140) - OpenTracing instrumentation for the Flask.. BSD-3 +
Flask-Opentracing (πŸ₯‰22 Β· ⭐ 140) - OpenTracing instrumentation for the Flask.. BSD-3 - [GitHub](https://github.com/opentracing-contrib/python-flask) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 48 Β· πŸ“¦ 490 Β· πŸ“‹ 43 - 48% open Β· ⏱️ 29.02.2024): ``` git clone https://github.com/opentracing-contrib/python-flask ``` -- [PyPi](https://pypi.org/project/Flask-Opentracing) (πŸ“₯ 160K / month Β· πŸ“¦ 32 Β· ⏱️ 29.02.2024): +- [PyPi](https://pypi.org/project/Flask-Opentracing) (πŸ“₯ 150K / month Β· πŸ“¦ 32 Β· ⏱️ 29.02.2024): ``` pip install Flask-Opentracing ```
cookiecutter-flask (πŸ₯‰21 Β· ⭐ 4.5K) - A flask template with Bootstrap, asset.. MIT -- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 750 Β· πŸ“‹ 190 - 5% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 750 Β· πŸ“‹ 190 - 5% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/cookiecutter-flask/cookiecutter-flask ```
-
safrs (πŸ₯‰20 Β· ⭐ 400) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 +
safrs (πŸ₯‰19 Β· ⭐ 400) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 - [GitHub](https://github.com/thomaxxl/safrs) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 69 Β· πŸ“¦ 120 Β· πŸ“‹ 80 - 5% open Β· ⏱️ 11.01.2024): ``` git clone https://github.com/thomaxxl/safrs ``` -- [PyPi](https://pypi.org/project/safrs) (πŸ“₯ 540 / month Β· πŸ“¦ 1 Β· ⏱️ 28.11.2023): +- [PyPi](https://pypi.org/project/safrs) (πŸ“₯ 480 / month Β· πŸ“¦ 1 Β· ⏱️ 28.11.2023): ``` pip install safrs ``` @@ -4299,7 +4254,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/honmaple/flask-msearch ``` -- [PyPi](https://pypi.org/project/flask-msearch) (πŸ“₯ 550 / month Β· πŸ“¦ 12 Β· ⏱️ 16.01.2024): +- [PyPi](https://pypi.org/project/flask-msearch) (πŸ“₯ 540 / month Β· πŸ“¦ 12 Β· ⏱️ 16.01.2024): ``` pip install flask-msearch ``` @@ -4310,12 +4265,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - flask-mongoengine (πŸ₯ˆ29 Β· ⭐ 840 Β· πŸ’€) - MongoEngine flask extension with WTF model forms.. BSD-3 - flask-apispec (πŸ₯ˆ27 Β· ⭐ 640 Β· πŸ’€) - Build and document REST APIs with Flask and apispec. MIT - flask-bcrypt (πŸ₯ˆ27 Β· ⭐ 320 Β· πŸ’€) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 -- Frozen-Flask (πŸ₯‰25 Β· ⭐ 780) - Freezes a Flask application into a set of static files. ❗Unlicensed -- flask-ask (πŸ₯‰24 Β· ⭐ 1.9K Β· πŸ’€) - Alexa Skills Kit for Python. Apache-2 - flask-bootstrap (πŸ₯‰24 Β· ⭐ 1.6K Β· πŸ’€) - A Flask app template with integrated SQLAlchemy,.. BSD-3 +- flask-talisman (πŸ₯‰24 Β· ⭐ 910 Β· πŸ’€) - HTTP security headers for Flask. Apache-2 +- Frozen-Flask (πŸ₯‰24 Β· ⭐ 780) - Freezes a Flask application into a set of static files. ❗Unlicensed - flask-profiler (πŸ₯‰24 Β· ⭐ 750 Β· πŸ’€) - a flask profiler which watches endpoint calls and tries.. MIT - flask-seasurf (πŸ₯‰24 Β· ⭐ 190 Β· πŸ’€) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3 -- flask-talisman (πŸ₯‰23 Β· ⭐ 910 Β· πŸ’€) - HTTP security headers for Flask. Apache-2 +- flask-ask (πŸ₯‰23 Β· ⭐ 1.9K Β· πŸ’€) - Alexa Skills Kit for Python. Apache-2 - Flask-Excel (πŸ₯‰23 Β· ⭐ 260 Β· πŸ’€) - A flask extension using pyexcel to read, manipulate and write.. BSD-3 - flask-s3 (πŸ₯‰22 Β· ⭐ 190 Β· πŸ’€) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL - flask-ngrok (πŸ₯‰20 Β· ⭐ 140 Β· πŸ’€) - A simple way to demo Flask apps from your machine. Apache-2 @@ -4329,74 +4284,74 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
sqladmin (πŸ₯‡30 Β· ⭐ 1.6K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 +
sqladmin (πŸ₯‡29 Β· ⭐ 1.6K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 -- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 170 Β· πŸ“¦ 730 Β· πŸ“‹ 210 - 16% open Β· ⏱️ 15.04.2024): +- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 170 Β· πŸ“¦ 750 Β· πŸ“‹ 210 - 16% open Β· ⏱️ 15.04.2024): ``` git clone https://github.com/aminalaee/sqladmin ``` -- [PyPi](https://pypi.org/project/sqladmin) (πŸ“₯ 80K / month Β· πŸ“¦ 10 Β· ⏱️ 21.02.2024): +- [PyPi](https://pypi.org/project/sqladmin) (πŸ“₯ 76K / month Β· πŸ“¦ 10 Β· ⏱️ 21.02.2024): ``` pip install sqladmin ```
slowapi (πŸ₯‡27 Β· ⭐ 990) - A rate limiter for Starlette and FastAPI. MIT -- [GitHub](https://github.com/laurentS/slowapi) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 67 Β· πŸ“¦ 2.1K Β· πŸ“‹ 120 - 51% open Β· ⏱️ 05.02.2024): +- [GitHub](https://github.com/laurentS/slowapi) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 68 Β· πŸ“¦ 2.1K Β· πŸ“‹ 120 - 51% open Β· ⏱️ 05.02.2024): ``` git clone https://github.com/laurents/slowapi ``` -- [PyPi](https://pypi.org/project/slowapi) (πŸ“₯ 290K / month Β· πŸ“¦ 28 Β· ⏱️ 05.02.2024): +- [PyPi](https://pypi.org/project/slowapi) (πŸ“₯ 300K / month Β· πŸ“¦ 28 Β· ⏱️ 05.02.2024): ``` pip install slowapi ```
-
fastapi-admin/fastapi-admin (πŸ₯ˆ25 Β· ⭐ 2.5K) - A fast admin dashboard based on FastAPI and.. Apache-2 +
fastapi-admin/fastapi-admin (πŸ₯ˆ25 Β· ⭐ 2.6K) - A fast admin dashboard based on FastAPI and.. Apache-2 - [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 340 Β· πŸ“¦ 300 Β· πŸ“‹ 130 - 44% open Β· ⏱️ 10.03.2024): ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 4.1K / month Β· ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 4.6K / month Β· ⏱️ 31.08.2021): ``` pip install fastapi-admin ```
-
starlette_exporter (πŸ₯ˆ24 Β· ⭐ 290) - Prometheus exporter for Starlette and FastAPI. Apache-2 +
fastapi-code-generator (πŸ₯ˆ24 Β· ⭐ 900 Β· πŸ“ˆ) - This code generator creates FastAPI app from an.. MIT -- [GitHub](https://github.com/stephenhillier/starlette_exporter) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 34 Β· πŸ“‹ 50 - 14% open Β· ⏱️ 12.02.2024): +- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 97 Β· πŸ“¦ 180 Β· πŸ“‹ 79 - 54% open Β· ⏱️ 02.05.2024): ``` - git clone https://github.com/stephenhillier/starlette_exporter + git clone https://github.com/koxudaxi/fastapi-code-generator ``` -- [PyPi](https://pypi.org/project/starlette_exporter) (πŸ“₯ 770K / month Β· πŸ“¦ 11 Β· ⏱️ 12.02.2024): +- [PyPi](https://pypi.org/project/fastapi-code-generator) (πŸ“₯ 5.5K / month Β· πŸ“¦ 3 Β· ⏱️ 02.05.2024): ``` - pip install starlette_exporter + pip install fastapi-code-generator ```
-
fastapi-code-generator (πŸ₯ˆ22 Β· ⭐ 900 Β· πŸ’€) - This code generator creates FastAPI app from an.. MIT +
starlette_exporter (πŸ₯ˆ23 Β· ⭐ 290) - Prometheus exporter for Starlette and FastAPI. Apache-2 -- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 96 Β· πŸ“¦ 180 Β· πŸ“‹ 84 - 57% open Β· ⏱️ 07.09.2023): +- [GitHub](https://github.com/stephenhillier/starlette_exporter) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 34 Β· πŸ“‹ 50 - 14% open Β· ⏱️ 12.02.2024): ``` - git clone https://github.com/koxudaxi/fastapi-code-generator + git clone https://github.com/stephenhillier/starlette_exporter ``` -- [PyPi](https://pypi.org/project/fastapi-code-generator) (πŸ“₯ 5.3K / month Β· πŸ“¦ 3 Β· ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/starlette_exporter) (πŸ“₯ 860K / month Β· πŸ“¦ 11 Β· ⏱️ 12.02.2024): ``` - pip install fastapi-code-generator + pip install starlette_exporter ```
-
fastapi-mvc (πŸ₯‰20 Β· ⭐ 560) - Developer productivity tool for making high-quality FastAPI.. MIT +
fastapi-mvc (πŸ₯‰20 Β· ⭐ 570) - Developer productivity tool for making high-quality FastAPI.. MIT - [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 52 Β· πŸ“₯ 260 Β· πŸ“¦ 10 Β· πŸ“‹ 120 - 16% open Β· ⏱️ 02.02.2024): ``` git clone https://github.com/rszamszur/fastapi-mvc ``` -- [PyPi](https://pypi.org/project/fastapi-mvc) (πŸ“₯ 890 / month Β· ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/fastapi-mvc) (πŸ“₯ 950 / month Β· ⏱️ 09.01.2023): ``` pip install fastapi-mvc ``` @@ -4413,14 +4368,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install fastapi-sqlalchemy ```
-
fastapi-plugins (πŸ₯‰19 Β· ⭐ 340) - FastAPI framework plugins. MIT +
fastapi-plugins (πŸ₯‰18 Β· ⭐ 340) - FastAPI framework plugins. MIT - [GitHub](https://github.com/madkote/fastapi-plugins) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 19 Β· πŸ“¦ 100 Β· πŸ“‹ 16 - 18% open Β· ⏱️ 18.02.2024): ``` git clone https://github.com/madkote/fastapi-plugins ``` -- [PyPi](https://pypi.org/project/fastapi-plugins) (πŸ“₯ 3.9K / month Β· πŸ“¦ 2 Β· ⏱️ 16.02.2024): +- [PyPi](https://pypi.org/project/fastapi-plugins) (πŸ“₯ 4.5K / month Β· πŸ“¦ 2 Β· ⏱️ 16.02.2024): ``` pip install fastapi-plugins ``` @@ -4428,8 +4383,8 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Show 9 hidden projects... - fastapi-utils (πŸ₯ˆ25 Β· ⭐ 1.7K Β· πŸ’€) - Reusable utilities for FastAPI. MIT -- fastapi-crudrouter (πŸ₯ˆ25 Β· ⭐ 1.3K Β· πŸ’€) - A dynamic FastAPI router that automatically creates.. MIT -- fastapi-socketio (πŸ₯ˆ22 Β· ⭐ 320 Β· πŸ’€) - Easily integrate socket.io with your FastAPI app. Apache-2 +- fastapi-crudrouter (πŸ₯ˆ24 Β· ⭐ 1.3K Β· πŸ’€) - A dynamic FastAPI router that automatically creates.. MIT +- fastapi-socketio (πŸ₯‰22 Β· ⭐ 320 Β· πŸ’€) - Easily integrate socket.io with your FastAPI app. Apache-2 - fastapi-versioning (πŸ₯‰18 Β· ⭐ 620 Β· πŸ’€) - api versioning for fastapi web applications. MIT - fastapi_contrib (πŸ₯‰18 Β· ⭐ 600 Β· πŸ’€) - Opinionated set of utilities on top of FastAPI. MIT - fastapi_cache (πŸ₯‰18 Β· ⭐ 210 Β· πŸ’€) - FastAPI simple cache. MIT @@ -4443,22 +4398,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
pyramid_services (πŸ₯‰16 Β· ⭐ 81 Β· πŸ’€) - A service layer for pyramid. MIT - -- [GitHub](https://github.com/mmerickel/pyramid_services) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 10 Β· ⏱️ 16.04.2023): - - ``` - git clone https://github.com/mmerickel/pyramid_services - ``` -- [PyPi](https://pypi.org/project/pyramid_services) (πŸ“₯ 20K / month Β· πŸ“¦ 20 Β· ⏱️ 22.04.2019): - ``` - pip install pyramid_services - ``` -
-
Show 2 hidden projects... +
Show 3 hidden projects... -- pyramid_jinja2 (πŸ₯‡23 Β· ⭐ 71) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed +- pyramid_jinja2 (πŸ₯‡22 Β· ⭐ 71) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed - pyramid_celery (πŸ₯‰18 Β· ⭐ 100 Β· πŸ’€) - Pyramid configuration with celery integration. Allows.. MIT +- pyramid_services (πŸ₯‰16 Β· ⭐ 81 Β· πŸ’€) - A service layer for pyramid. MIT

@@ -4466,25 +4410,41 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top +
django-extensions (πŸ₯‡38 Β· ⭐ 6.4K) - This is a repository for collecting global custom.. MIT + +- [GitHub](https://github.com/django-extensions/django-extensions) (πŸ‘¨β€πŸ’» 580 Β· πŸ”€ 1.1K Β· πŸ“¦ 220K Β· πŸ“‹ 920 - 21% open Β· ⏱️ 27.04.2024): + + ``` + git clone https://github.com/django-extensions/django-extensions + ``` +- [PyPi](https://pypi.org/project/django-extensions) (πŸ“₯ 3.9M / month Β· πŸ“¦ 12K Β· ⏱️ 05.06.2023): + ``` + pip install django-extensions + ``` +- [Conda](https://anaconda.org/conda-forge/django-extensions) (πŸ“₯ 420K Β· ⏱️ 05.06.2023): + ``` + conda install -c conda-forge django-extensions + ``` +
django-import-export (πŸ₯‡38 Β· ⭐ 2.9K) - Django application and library for importing and.. BSD-2 -- [GitHub](https://github.com/django-import-export/django-import-export) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 770 Β· πŸ“¦ 96K Β· πŸ“‹ 990 - 1% open Β· ⏱️ 08.04.2024): +- [GitHub](https://github.com/django-import-export/django-import-export) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 780 Β· πŸ“¦ 96K Β· πŸ“‹ 1K - 2% open Β· ⏱️ 28.04.2024): ``` git clone https://github.com/django-import-export/django-import-export ``` -- [PyPi](https://pypi.org/project/django-import-export) (πŸ“₯ 1.2M / month Β· πŸ“¦ 1.1K Β· ⏱️ 13.04.2024): +- [PyPi](https://pypi.org/project/django-import-export) (πŸ“₯ 1.2M / month Β· πŸ“¦ 1.1K Β· ⏱️ 28.04.2024): ``` pip install django-import-export ``` -- [Conda](https://anaconda.org/conda-forge/django-import-export) (πŸ“₯ 90K Β· ⏱️ 08.04.2024): +- [Conda](https://anaconda.org/conda-forge/django-import-export) (πŸ“₯ 91K Β· ⏱️ 08.04.2024): ``` conda install -c conda-forge django-import-export ```
django-storages (πŸ₯‡38 Β· ⭐ 2.6K) - Django-storages is a project to provide a variety of.. BSD-3 -- [GitHub](https://github.com/jschneier/django-storages) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 840 Β· πŸ“¦ 180K Β· πŸ“‹ 730 - 22% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/jschneier/django-storages) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 840 Β· πŸ“¦ 180K Β· πŸ“‹ 740 - 22% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/jschneier/django-storages @@ -4498,30 +4458,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-storages ```
-
django-extensions (πŸ₯‡37 Β· ⭐ 6.4K) - This is a repository for collecting global custom.. MIT - -- [GitHub](https://github.com/django-extensions/django-extensions) (πŸ‘¨β€πŸ’» 580 Β· πŸ”€ 1.1K Β· πŸ“¦ 220K Β· πŸ“‹ 920 - 21% open Β· ⏱️ 07.02.2024): - - ``` - git clone https://github.com/django-extensions/django-extensions - ``` -- [PyPi](https://pypi.org/project/django-extensions) (πŸ“₯ 3.8M / month Β· πŸ“¦ 12K Β· ⏱️ 05.06.2023): - ``` - pip install django-extensions - ``` -- [Conda](https://anaconda.org/conda-forge/django-extensions) (πŸ“₯ 410K Β· ⏱️ 05.06.2023): - ``` - conda install -c conda-forge django-extensions - ``` -
django-oscar (πŸ₯‡37 Β· ⭐ 6.1K) - Domain-driven e-commerce for Django. BSD-3 -- [GitHub](https://github.com/django-oscar/django-oscar) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 2.2K Β· πŸ“¦ 1.1K Β· πŸ“‹ 1.5K - 7% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/django-oscar/django-oscar) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 2.2K Β· πŸ“¦ 1.1K Β· πŸ“‹ 1.5K - 7% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/django-oscar/django-oscar ``` -- [PyPi](https://pypi.org/project/django-oscar) (πŸ“₯ 19K / month Β· πŸ“¦ 280 Β· ⏱️ 22.04.2024): +- [PyPi](https://pypi.org/project/django-oscar) (πŸ“₯ 20K / month Β· πŸ“¦ 44 Β· ⏱️ 02.05.2024): ``` pip install django-oscar ``` @@ -4542,46 +4486,46 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge channels ```
-
django-cors-headers (πŸ₯‡37 Β· ⭐ 5.3K) - Django app for handling the server headers required.. MIT +
django-filter (πŸ₯‡37 Β· ⭐ 4.3K) - A generic system for filtering Django QuerySets based on.. BSD-3 -- [GitHub](https://github.com/adamchainz/django-cors-headers) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 540 Β· πŸ“¦ 220K Β· πŸ“‹ 270 - 2% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/carltongibson/django-filter) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 750 Β· πŸ“¦ 160K Β· πŸ“‹ 830 - 7% open Β· ⏱️ 27.03.2024): ``` - git clone https://github.com/adamchainz/django-cors-headers + git clone https://github.com/carltongibson/django-filter ``` -- [PyPi](https://pypi.org/project/django-cors-headers) (πŸ“₯ 6.1M / month Β· πŸ“¦ 6.8K Β· ⏱️ 14.11.2023): +- [PyPi](https://pypi.org/project/django-filter) (πŸ“₯ 5M / month Β· πŸ“¦ 8.9K Β· ⏱️ 27.03.2024): ``` - pip install django-cors-headers + pip install django-filter ``` -- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (πŸ“₯ 97K Β· ⏱️ 14.11.2023): +- [Conda](https://anaconda.org/conda-forge/django-filter) (πŸ“₯ 140K Β· ⏱️ 27.03.2024): ``` - conda install -c conda-forge django-cors-headers + conda install -c conda-forge django-filter ```
-
django-filter (πŸ₯‡37 Β· ⭐ 4.3K) - A generic system for filtering Django QuerySets based on.. BSD-3 +
django-cors-headers (πŸ₯‡36 Β· ⭐ 5.3K) - Django app for handling the server headers required.. MIT -- [GitHub](https://github.com/carltongibson/django-filter) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 750 Β· πŸ“¦ 160K Β· πŸ“‹ 830 - 7% open Β· ⏱️ 27.03.2024): +- [GitHub](https://github.com/adamchainz/django-cors-headers) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 540 Β· πŸ“¦ 220K Β· πŸ“‹ 270 - 2% open Β· ⏱️ 29.04.2024): ``` - git clone https://github.com/carltongibson/django-filter + git clone https://github.com/adamchainz/django-cors-headers ``` -- [PyPi](https://pypi.org/project/django-filter) (πŸ“₯ 4.9M / month Β· πŸ“¦ 8.9K Β· ⏱️ 27.03.2024): +- [PyPi](https://pypi.org/project/django-cors-headers) (πŸ“₯ 6.2M / month Β· πŸ“¦ 6.8K Β· ⏱️ 14.11.2023): ``` - pip install django-filter + pip install django-cors-headers ``` -- [Conda](https://anaconda.org/conda-forge/django-filter) (πŸ“₯ 140K Β· ⏱️ 27.03.2024): +- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (πŸ“₯ 98K Β· ⏱️ 14.11.2023): ``` - conda install -c conda-forge django-filter + conda install -c conda-forge django-cors-headers ```
django-haystack (πŸ₯‡36 Β· ⭐ 3.5K) - Modular search for Django. BSD-3 -- [GitHub](https://github.com/django-haystack/django-haystack) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.3K Β· πŸ“¦ 9.6K Β· πŸ“‹ 1.3K - 43% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/django-haystack/django-haystack) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.3K Β· πŸ“¦ 9.6K Β· πŸ“‹ 1.3K - 43% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/django-haystack/django-haystack ``` -- [PyPi](https://pypi.org/project/django-haystack) (πŸ“₯ 120K / month Β· πŸ“¦ 2.8K Β· ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/django-haystack) (πŸ“₯ 120K / month Β· πŸ“¦ 97 Β· ⏱️ 01.05.2024): ``` pip install django-haystack ``` @@ -4590,21 +4534,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-haystack ```
-
django-reversion (πŸ₯‡36 Β· ⭐ 3K) - django-reversion is an extension to the Django web.. BSD-3 - -- [GitHub](https://github.com/etianen/django-reversion) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 480 Β· πŸ“¦ 7.4K Β· πŸ“‹ 650 - 2% open Β· ⏱️ 30.01.2024): - - ``` - git clone https://github.com/etianen/django-reversion - ``` -- [PyPi](https://pypi.org/project/django-reversion) (πŸ“₯ 450K / month Β· πŸ“¦ 2.1K Β· ⏱️ 30.01.2024): - ``` - pip install django-reversion - ``` -
django-model-utils (πŸ₯‡36 Β· ⭐ 2.6K) - Django model mixins and utilities. BSD-3 -- [GitHub](https://github.com/jazzband/django-model-utils) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 360 Β· πŸ“¦ 24K Β· πŸ“‹ 300 - 35% open Β· ⏱️ 17.04.2024): +- [GitHub](https://github.com/jazzband/django-model-utils) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 360 Β· πŸ“¦ 24K Β· πŸ“‹ 300 - 35% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/jazzband/django-model-utils @@ -4621,23 +4553,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-simple-history ``` -- [PyPi](https://pypi.org/project/django-simple-history) (πŸ“₯ 1.2M / month Β· πŸ“¦ 460 Β· ⏱️ 23.02.2024): +- [PyPi](https://pypi.org/project/django-simple-history) (πŸ“₯ 1.3M / month Β· πŸ“¦ 460 Β· ⏱️ 23.02.2024): ``` pip install django-simple-history ```
django-stubs (πŸ₯‡36 Β· ⭐ 1.5K) - PEP-484 stubs for Django. MIT -- [GitHub](https://github.com/typeddjango/django-stubs) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 400 Β· πŸ“¦ 10K Β· πŸ“‹ 760 - 31% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/typeddjango/django-stubs) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 420 Β· πŸ“¦ 10K Β· πŸ“‹ 760 - 30% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/typeddjango/django-stubs ``` -- [PyPi](https://pypi.org/project/django-stubs) (πŸ“₯ 1.3M / month Β· πŸ“¦ 110 Β· ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/django-stubs) (πŸ“₯ 1.3M / month Β· πŸ“¦ 120 Β· ⏱️ 30.04.2024): ``` pip install django-stubs ``` -- [Conda](https://anaconda.org/conda-forge/django-stubs) (πŸ“₯ 23K Β· ⏱️ 05.12.2023): +- [Conda](https://anaconda.org/conda-forge/django-stubs) (πŸ“₯ 23K Β· ⏱️ 01.05.2024): ``` conda install -c conda-forge django-stubs ``` @@ -4649,7 +4581,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-mptt/django-mptt ``` -- [PyPi](https://pypi.org/project/django-mptt) (πŸ“₯ 640K / month Β· πŸ“¦ 3.3K Β· ⏱️ 16.01.2024): +- [PyPi](https://pypi.org/project/django-mptt) (πŸ“₯ 630K / month Β· πŸ“¦ 3.3K Β· ⏱️ 16.01.2024): ``` pip install django-mptt ``` @@ -4658,36 +4590,32 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c anaconda django-mptt ```
-
django-bootstrap3 (πŸ₯ˆ35 Β· ⭐ 2.3K Β· πŸ“ˆ) - Bootstrap 3 integration with Django. BSD-3 +
django-bootstrap3 (πŸ₯ˆ35 Β· ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 - [GitHub](https://github.com/zostera/django-bootstrap3) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 680 Β· πŸ“¦ 19K Β· πŸ“‹ 300 - 0% open Β· ⏱️ 25.04.2024): ``` git clone https://github.com/zostera/django-bootstrap3 ``` -- [PyPi](https://pypi.org/project/django-bootstrap3) (πŸ“₯ 130K / month Β· πŸ“¦ 4K Β· ⏱️ 17.04.2024): +- [PyPi](https://pypi.org/project/django-bootstrap3) (πŸ“₯ 140K / month Β· πŸ“¦ 4K Β· ⏱️ 17.04.2024): ``` pip install django-bootstrap3 ``` -- [Conda](https://anaconda.org/conda-forge/django-bootstrap3) (πŸ“₯ 28K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-bootstrap3) (πŸ“₯ 29K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge django-bootstrap3 ```
-
django-environ (πŸ₯ˆ34 Β· ⭐ 2.9K Β· πŸ’€) - Django-environ allows you to utilize 12factor inspired.. MIT +
django-reversion (πŸ₯ˆ34 Β· ⭐ 3K Β· πŸ“‰) - django-reversion is an extension to the Django web.. BSD-3 -- [GitHub](https://github.com/joke2k/django-environ) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 320 Β· πŸ“₯ 65 Β· πŸ“¦ 220K Β· πŸ“‹ 260 - 31% open Β· ⏱️ 01.09.2023): +- [GitHub](https://github.com/etianen/django-reversion) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 480 Β· πŸ“¦ 7.4K Β· πŸ“‹ 650 - 2% open Β· ⏱️ 30.01.2024): ``` - git clone https://github.com/joke2k/django-environ - ``` -- [PyPi](https://pypi.org/project/django-environ) (πŸ“₯ 2.5M / month Β· πŸ“¦ 3.6K Β· ⏱️ 01.09.2023): - ``` - pip install django-environ + git clone https://github.com/etianen/django-reversion ``` -- [Conda](https://anaconda.org/conda-forge/django-environ) (πŸ“₯ 69K Β· ⏱️ 02.09.2023): +- [PyPi](https://pypi.org/project/django-reversion) (πŸ“₯ 460K / month Β· πŸ“¦ 2.1K Β· ⏱️ 30.01.2024): ``` - conda install -c conda-forge django-environ + pip install django-reversion ```
django-ckeditor (πŸ₯ˆ34 Β· ⭐ 2.4K) - Django admin CKEditor integration. BSD-3 @@ -4697,7 +4625,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-ckeditor/django-ckeditor ``` -- [PyPi](https://pypi.org/project/django-ckeditor) (πŸ“₯ 510K / month Β· πŸ“¦ 1.5K Β· ⏱️ 08.02.2024): +- [PyPi](https://pypi.org/project/django-ckeditor) (πŸ“₯ 520K / month Β· πŸ“¦ 1.5K Β· ⏱️ 08.02.2024): ``` pip install django-ckeditor ``` @@ -4709,29 +4637,29 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jieter/django-tables2 ``` -- [PyPi](https://pypi.org/project/django-tables2) (πŸ“₯ 320K / month Β· πŸ“¦ 910 Β· ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/django-tables2) (πŸ“₯ 330K / month Β· πŸ“¦ 910 Β· ⏱️ 05.12.2023): ``` pip install django-tables2 ``` -- [Conda](https://anaconda.org/conda-forge/django-tables2) (πŸ“₯ 8.1K Β· ⏱️ 09.12.2023): +- [Conda](https://anaconda.org/conda-forge/django-tables2) (πŸ“₯ 8.2K Β· ⏱️ 09.12.2023): ``` conda install -c conda-forge django-tables2 ```
-
django-bootstrap4 (πŸ₯ˆ34 Β· ⭐ 1K) - Bootstrap 4 integration with Django. BSD-3 +
django-environ (πŸ₯ˆ33 Β· ⭐ 2.9K Β· πŸ’€) - Django-environ allows you to utilize 12factor inspired.. MIT -- [GitHub](https://github.com/zostera/django-bootstrap4) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 260 Β· πŸ“¦ 160K Β· πŸ“‹ 160 - 12% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/joke2k/django-environ) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 320 Β· πŸ“₯ 75 Β· πŸ“¦ 220K Β· πŸ“‹ 260 - 31% open Β· ⏱️ 01.09.2023): ``` - git clone https://github.com/zostera/django-bootstrap4 + git clone https://github.com/joke2k/django-environ ``` -- [PyPi](https://pypi.org/project/django-bootstrap4) (πŸ“₯ 200K / month Β· πŸ“¦ 1K Β· ⏱️ 17.04.2024): +- [PyPi](https://pypi.org/project/django-environ) (πŸ“₯ 2.6M / month Β· πŸ“¦ 3.6K Β· ⏱️ 01.09.2023): ``` - pip install django-bootstrap4 + pip install django-environ ``` -- [Conda](https://anaconda.org/conda-forge/django-bootstrap4) (πŸ“₯ 27K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-environ) (πŸ“₯ 69K Β· ⏱️ 02.09.2023): ``` - conda install -c conda-forge django-bootstrap4 + conda install -c conda-forge django-environ ```
django-redis (πŸ₯ˆ33 Β· ⭐ 2.8K) - Full featured redis cache backend for Django. BSD-3 @@ -4757,7 +4685,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-webpack-loader ``` -- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (πŸ“₯ 9.8K Β· ⏱️ 04.04.2024): +- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (πŸ“₯ 9.9K Β· ⏱️ 04.04.2024): ``` conda install -c conda-forge django-webpack-loader ``` @@ -4781,12 +4709,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-pipeline ``` -- [PyPi](https://pypi.org/project/django-pipeline) (πŸ“₯ 150K / month Β· πŸ“¦ 1.1K Β· ⏱️ 27.12.2023): +- [PyPi](https://pypi.org/project/django-pipeline) (πŸ“₯ 160K / month Β· πŸ“¦ 1.1K Β· ⏱️ 27.12.2023): ``` pip install django-pipeline ```
-
dj-database-url (πŸ₯ˆ33 Β· ⭐ 1.4K) - Use Database URLs in your Django Application. BSD-3 +
dj-database-url (πŸ₯ˆ33 Β· ⭐ 1.5K) - Use Database URLs in your Django Application. BSD-3 - [GitHub](https://github.com/jazzband/dj-database-url) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 200 Β· πŸ“¦ 270K Β· πŸ“‹ 92 - 2% open Β· ⏱️ 22.04.2024): @@ -4805,125 +4733,133 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/stefanfoulis/django-phonenumber-field ``` -- [PyPi](https://pypi.org/project/django-phonenumber-field) (πŸ“₯ 1.1M / month Β· πŸ“¦ 880 Β· ⏱️ 29.12.2023): +- [PyPi](https://pypi.org/project/django-phonenumber-field) (πŸ“₯ 1.2M / month Β· πŸ“¦ 880 Β· ⏱️ 29.12.2023): ``` pip install django-phonenumber-field ```
django-countries (πŸ₯ˆ33 Β· ⭐ 1.4K) - A Django application that provides country choices for.. MIT -- [GitHub](https://github.com/SmileyChris/django-countries) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 280 Β· πŸ“‹ 300 - 9% open Β· ⏱️ 01.04.2024): +- [GitHub](https://github.com/SmileyChris/django-countries) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 290 Β· πŸ“‹ 300 - 7% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/SmileyChris/django-countries ``` -- [PyPi](https://pypi.org/project/django-countries) (πŸ“₯ 800K / month Β· πŸ“¦ 1.6K Β· ⏱️ 01.04.2024): +- [PyPi](https://pypi.org/project/django-countries) (πŸ“₯ 820K / month Β· πŸ“¦ 1.9K Β· ⏱️ 01.04.2024): ``` pip install django-countries ```
-
django-taggit (πŸ₯ˆ32 Β· ⭐ 3.2K) - Simple tagging for django. BSD-3 +
django-bootstrap4 (πŸ₯ˆ33 Β· ⭐ 1K) - Bootstrap 4 integration with Django. BSD-3 -- [GitHub](https://github.com/jazzband/django-taggit) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 620 Β· πŸ“‹ 440 - 21% open Β· ⏱️ 07.03.2024): +- [GitHub](https://github.com/zostera/django-bootstrap4) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 260 Β· πŸ“¦ 160K Β· πŸ“‹ 160 - 12% open Β· ⏱️ 25.04.2024): ``` - git clone https://github.com/jazzband/django-taggit + git clone https://github.com/zostera/django-bootstrap4 ``` -- [PyPi](https://pypi.org/project/django-taggit) (πŸ“₯ 680K / month Β· πŸ“¦ 2.9K Β· ⏱️ 29.10.2023): +- [PyPi](https://pypi.org/project/django-bootstrap4) (πŸ“₯ 200K / month Β· πŸ“¦ 1K Β· ⏱️ 17.04.2024): ``` - pip install django-taggit + pip install django-bootstrap4 ``` -- [Conda](https://anaconda.org/conda-forge/django-taggit) (πŸ“₯ 120K Β· ⏱️ 29.10.2023): +- [Conda](https://anaconda.org/conda-forge/django-bootstrap4) (πŸ“₯ 27K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge django-taggit + conda install -c conda-forge django-bootstrap4 ```
-
sorl-thumbnail (πŸ₯ˆ32 Β· ⭐ 1.7K) - Thumbnails for Django. BSD-3 +
django-rq (πŸ₯ˆ32 Β· ⭐ 1.8K) - A simple app that provides django integration for RQ (Redis Queue). MIT + +- [GitHub](https://github.com/rq/django-rq) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 280 Β· πŸ“¦ 3.3K Β· πŸ“‹ 360 - 28% open Β· ⏱️ 01.05.2024): + + ``` + git clone https://github.com/rq/django-rq + ``` +- [PyPi](https://pypi.org/project/django-rq) (πŸ“₯ 350K / month Β· πŸ“¦ 450 Β· ⏱️ 23.03.2024): + ``` + pip install django-rq + ``` +
+
sorl-thumbnail (πŸ₯ˆ32 Β· ⭐ 1.7K Β· πŸ’€) - Thumbnails for Django. BSD-3 - [GitHub](https://github.com/jazzband/sorl-thumbnail) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 500 Β· πŸ“¦ 15K Β· πŸ“‹ 430 - 29% open Β· ⏱️ 04.10.2023): ``` git clone https://github.com/jazzband/sorl-thumbnail ``` -- [PyPi](https://pypi.org/project/sorl-thumbnail) (πŸ“₯ 290K / month Β· πŸ“¦ 2.5K Β· ⏱️ 05.10.2023): +- [PyPi](https://pypi.org/project/sorl-thumbnail) (πŸ“₯ 310K / month Β· πŸ“¦ 2.5K Β· ⏱️ 05.10.2023): ``` pip install sorl-thumbnail ``` -- [Conda](https://anaconda.org/conda-forge/sorl-thumbnail) (πŸ“₯ 6.7K Β· ⏱️ 05.10.2023): +- [Conda](https://anaconda.org/conda-forge/sorl-thumbnail) (πŸ“₯ 6.8K Β· ⏱️ 05.10.2023): ``` conda install -c conda-forge sorl-thumbnail ```
cookiecutter-django (πŸ₯ˆ31 Β· ⭐ 12K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 -- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 2.8K Β· πŸ“¦ 29 Β· πŸ“‹ 1.2K - 9% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 2.8K Β· πŸ“¦ 29 Β· πŸ“‹ 1.2K - 9% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/cookiecutter/cookiecutter-django ``` -- [PyPi](https://pypi.org/project/cookiecutter-django) (πŸ“₯ 97 / month Β· πŸ“¦ 1 Β· ⏱️ 15.01.2018): +- [PyPi](https://pypi.org/project/cookiecutter-django) (πŸ“₯ 100 / month Β· πŸ“¦ 1 Β· ⏱️ 15.01.2018): ``` pip install cookiecutter-django ```
-
django-compressor (πŸ₯ˆ31 Β· ⭐ 2.8K) - Compresses linked and inline javascript or CSS into a.. MIT +
django-taggit (πŸ₯ˆ31 Β· ⭐ 3.2K) - Simple tagging for django. BSD-3 -- [GitHub](https://github.com/django-compressor/django-compressor) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 590 Β· πŸ“‹ 670 - 18% open Β· ⏱️ 18.03.2024): +- [GitHub](https://github.com/jazzband/django-taggit) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 620 Β· πŸ“‹ 440 - 21% open Β· ⏱️ 07.03.2024): ``` - git clone https://github.com/django-compressor/django-compressor - ``` -- [PyPi](https://pypi.org/project/django-compressor) (πŸ“₯ 610K / month Β· πŸ“¦ 310 Β· ⏱️ 27.06.2023): - ``` - pip install django-compressor + git clone https://github.com/jazzband/django-taggit ``` -
-
django-sql-explorer (πŸ₯ˆ31 Β· ⭐ 2.2K) - Easily share data across your company via SQL.. MIT - -- [GitHub](https://github.com/chrisclark/django-sql-explorer) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 340 Β· πŸ“¦ 400 Β· πŸ“‹ 280 - 6% open Β· ⏱️ 23.04.2024): - +- [PyPi](https://pypi.org/project/django-taggit) (πŸ“₯ 690K / month Β· πŸ“¦ 2.9K Β· ⏱️ 29.10.2023): ``` - git clone https://github.com/groveco/django-sql-explorer + pip install django-taggit ``` -- [PyPi](https://pypi.org/project/django-sql-explorer) (πŸ“₯ 78K / month Β· πŸ“¦ 75 Β· ⏱️ 23.04.2024): +- [Conda](https://anaconda.org/conda-forge/django-taggit) (πŸ“₯ 120K Β· ⏱️ 29.10.2023): ``` - pip install django-sql-explorer + conda install -c conda-forge django-taggit ```
-
django-rq (πŸ₯ˆ31 Β· ⭐ 1.8K) - A simple app that provides django integration for RQ (Redis Queue). MIT +
django-compressor (πŸ₯ˆ31 Β· ⭐ 2.8K) - Compresses linked and inline javascript or CSS into a.. MIT -- [GitHub](https://github.com/rq/django-rq) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 280 Β· πŸ“¦ 3.3K Β· πŸ“‹ 360 - 28% open Β· ⏱️ 13.04.2024): +- [GitHub](https://github.com/django-compressor/django-compressor) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 590 Β· πŸ“‹ 670 - 18% open Β· ⏱️ 29.04.2024): ``` - git clone https://github.com/rq/django-rq + git clone https://github.com/django-compressor/django-compressor ``` -- [PyPi](https://pypi.org/project/django-rq) (πŸ“₯ 400K / month Β· πŸ“¦ 450 Β· ⏱️ 23.03.2024): +- [PyPi](https://pypi.org/project/django-compressor) (πŸ“₯ 590K / month Β· πŸ“¦ 310 Β· ⏱️ 27.06.2023): ``` - pip install django-rq + pip install django-compressor ```
-
django-money (πŸ₯ˆ31 Β· ⭐ 1.6K) - Money fields for Django forms and models. BSD-3 +
django-sql-explorer (πŸ₯ˆ31 Β· ⭐ 2.2K) - Easily share data across your company via SQL.. MIT -- [GitHub](https://github.com/django-money/django-money) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 310 Β· πŸ“¦ 2.8K Β· πŸ“‹ 360 - 21% open Β· ⏱️ 13.03.2024): +- [GitHub](https://github.com/chrisclark/django-sql-explorer) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 340 Β· πŸ“¦ 400 Β· πŸ“‹ 290 - 6% open Β· ⏱️ 26.04.2024): ``` - git clone https://github.com/django-money/django-money + git clone https://github.com/groveco/django-sql-explorer ``` -- [PyPi](https://pypi.org/project/django-money) (πŸ“₯ 230K / month Β· πŸ“¦ 210 Β· ⏱️ 30.11.2023): +- [PyPi](https://pypi.org/project/django-sql-explorer) (πŸ“₯ 82K / month Β· πŸ“¦ 75 Β· ⏱️ 26.04.2024): ``` - pip install django-money + pip install django-sql-explorer ```
-
django-dbbackup (πŸ₯ˆ31 Β· ⭐ 910) - Management commands to help backup and restore your.. BSD-3 +
Django-Ninja (πŸ₯‰30 Β· ⭐ 6.2K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT -- [GitHub](https://github.com/jazzband/django-dbbackup) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 220 Β· πŸ“¦ 1.9K Β· πŸ“‹ 290 - 26% open Β· ⏱️ 03.04.2024): +- [GitHub](https://github.com/vitalik/django-ninja) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 370 Β· πŸ“‹ 780 - 39% open Β· ⏱️ 30.04.2024): ``` - git clone https://github.com/jazzband/django-dbbackup + git clone https://github.com/vitalik/django-ninja ``` -- [PyPi](https://pypi.org/project/django-dbbackup) (πŸ“₯ 110K / month Β· πŸ“¦ 160 Β· ⏱️ 15.01.2024): +- [PyPi](https://pypi.org/project/django-ninja) (πŸ“₯ 300K / month Β· πŸ“¦ 28 Β· ⏱️ 07.12.2023): ``` - pip install django-dbbackup + pip install django-ninja + ``` +- [Conda](https://anaconda.org/conda-forge/django-ninja) (πŸ“₯ 9.8K Β· ⏱️ 12.12.2023): + ``` + conda install -c conda-forge django-ninja ```
django-fsm (πŸ₯‰30 Β· ⭐ 2.3K) - Django friendly finite state machine support. MIT @@ -4933,7 +4869,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/viewflow/django-fsm ``` -- [PyPi](https://pypi.org/project/django-fsm) (πŸ“₯ 400K / month Β· πŸ“¦ 330 Β· ⏱️ 09.04.2024): +- [PyPi](https://pypi.org/project/django-fsm) (πŸ“₯ 390K / month Β· πŸ“¦ 330 Β· ⏱️ 09.04.2024): ``` pip install django-fsm ``` @@ -4942,14 +4878,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-fsm ```
-
django-activity-stream (πŸ₯‰30 Β· ⭐ 2.3K) - Generate generic activity streams from the actions on.. BSD-3 +
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.2K Β· πŸ“‹ 310 - 5% open Β· ⏱️ 04.10.2023): ``` git clone https://github.com/justquick/django-activity-stream ``` -- [PyPi](https://pypi.org/project/django-activity-stream) (πŸ“₯ 87K / month Β· πŸ“¦ 340 Β· ⏱️ 04.10.2023): +- [PyPi](https://pypi.org/project/django-activity-stream) (πŸ“₯ 93K / month Β· πŸ“¦ 340 Β· ⏱️ 04.10.2023): ``` pip install django-activity-stream ``` @@ -4961,11 +4897,23 @@ _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) (πŸ“₯ 160K / month Β· πŸ“¦ 1K Β· ⏱️ 28.09.2023): +- [PyPi](https://pypi.org/project/django-imagekit) (πŸ“₯ 170K / month Β· πŸ“¦ 1K Β· ⏱️ 28.09.2023): ``` pip install django-imagekit ```
+
django-push-notifications (πŸ₯‰30 Β· ⭐ 2.2K Β· πŸ“ˆ) - Send push notifications to mobile devices through GCM.. MIT + +- [GitHub](https://github.com/jazzband/django-push-notifications) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 590 Β· πŸ“₯ 120 Β· πŸ“‹ 430 - 27% open Β· ⏱️ 28.04.2024): + + ``` + git clone https://github.com/jazzband/django-push-notifications + ``` +- [PyPi](https://pypi.org/project/django-push-notifications) (πŸ“₯ 88K / month Β· πŸ“¦ 90 Β· ⏱️ 28.04.2024): + ``` + pip install django-push-notifications + ``` +
django-cacheops (πŸ₯‰30 Β· ⭐ 2K) - A slick ORM cache with automatic granular event-driven.. BSD-3 - [GitHub](https://github.com/Suor/django-cacheops) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 220 Β· πŸ“¦ 1.2K Β· πŸ“‹ 340 - 5% open Β· ⏱️ 12.03.2024): @@ -4985,21 +4933,21 @@ _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) (πŸ“₯ 670K / month Β· πŸ“¦ 2.2K Β· ⏱️ 25.08.2023): +- [PyPi](https://pypi.org/project/django-widget-tweaks) (πŸ“₯ 680K / month Β· πŸ“¦ 2.2K Β· ⏱️ 25.08.2023): ``` pip install django-widget-tweaks ```
-
django-constance (πŸ₯‰30 Β· ⭐ 1.6K) - Dynamic Django settings. BSD-3 +
django-money (πŸ₯‰30 Β· ⭐ 1.6K) - Money fields for Django forms and models. BSD-3 -- [GitHub](https://github.com/jazzband/django-constance) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 310 Β· πŸ“¦ 2K Β· πŸ“‹ 280 - 11% open Β· ⏱️ 05.02.2024): +- [GitHub](https://github.com/django-money/django-money) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 310 Β· πŸ“¦ 2.8K Β· πŸ“‹ 360 - 21% open Β· ⏱️ 13.03.2024): ``` - git clone https://github.com/jazzband/django-constance + git clone https://github.com/django-money/django-money ``` -- [PyPi](https://pypi.org/project/django-constance) (πŸ“₯ 290K / month Β· πŸ“¦ 280 Β· ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/django-money) (πŸ“₯ 240K / month Β· πŸ“¦ 210 Β· ⏱️ 30.11.2023): ``` - pip install django-constance + pip install django-money ```
django-polymorphic (πŸ₯‰30 Β· ⭐ 1.6K) - Improved Django model inheritance with automatic.. BSD-3 @@ -5009,7 +4957,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-polymorphic/django-polymorphic ``` -- [PyPi](https://pypi.org/project/django-polymorphic) (πŸ“₯ 520K / month Β· πŸ“¦ 190 Β· ⏱️ 18.11.2021): +- [PyPi](https://pypi.org/project/django-polymorphic) (πŸ“₯ 530K / month Β· πŸ“¦ 190 Β· ⏱️ 18.11.2021): ``` pip install django-polymorphic ``` @@ -5018,26 +4966,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django_polymorphic ```
-
django-angular (πŸ₯‰30 Β· ⭐ 1.2K) - Let AngularJS play well with Django. MIT - -- [GitHub](https://github.com/jrief/django-angular) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 300 Β· πŸ“¦ 650 Β· πŸ“‹ 200 - 10% open Β· ⏱️ 13.11.2023): - - ``` - git clone https://github.com/jrief/django-angular - ``` -- [PyPi](https://pypi.org/project/django-angular) (πŸ“₯ 11K / month Β· πŸ“¦ 240 Β· ⏱️ 13.11.2023): - ``` - pip install django-angular - ``` -
django-waffle (πŸ₯‰30 Β· ⭐ 1.1K) - A feature flipper for Django. BSD-3 -- [GitHub](https://github.com/jazzband/django-waffle) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 260 Β· πŸ“¦ 1.3K Β· πŸ“‹ 210 - 20% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/jazzband/django-waffle) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 260 Β· πŸ“¦ 1.4K Β· πŸ“‹ 210 - 20% open Β· ⏱️ 23.04.2024): ``` git clone https://github.com/django-waffle/django-waffle ``` -- [PyPi](https://pypi.org/project/django-waffle) (πŸ“₯ 500K / month Β· πŸ“¦ 350 Β· ⏱️ 11.12.2023): +- [PyPi](https://pypi.org/project/django-waffle) (πŸ“₯ 520K / month Β· πŸ“¦ 350 Β· ⏱️ 11.12.2023): ``` pip install django-waffle ``` @@ -5046,48 +4982,56 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-waffle ```
+
django-dbbackup (πŸ₯‰30 Β· ⭐ 910) - Management commands to help backup and restore your.. BSD-3 + +- [GitHub](https://github.com/jazzband/django-dbbackup) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 220 Β· πŸ“¦ 1.9K Β· πŸ“‹ 290 - 26% open Β· ⏱️ 03.04.2024): + + ``` + git clone https://github.com/jazzband/django-dbbackup + ``` +- [PyPi](https://pypi.org/project/django-dbbackup) (πŸ“₯ 110K / month Β· πŸ“¦ 160 Β· ⏱️ 15.01.2024): + ``` + pip install django-dbbackup + ``` +
djangorestframework-stubs (πŸ₯‰30 Β· ⭐ 400) - PEP-484 stubs for django-rest-framework. MIT -- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 100 Β· πŸ“¦ 2.9K Β· πŸ“‹ 140 - 37% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 110 Β· πŸ“¦ 3K Β· πŸ“‹ 140 - 36% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/typeddjango/djangorestframework-stubs ``` -- [PyPi](https://pypi.org/project/djangorestframework-stubs) (πŸ“₯ 760K / month Β· πŸ“¦ 60 Β· ⏱️ 05.12.2023): +- [PyPi](https://pypi.org/project/djangorestframework-stubs) (πŸ“₯ 820K / month Β· πŸ“¦ 60 Β· ⏱️ 05.12.2023): ``` pip install djangorestframework-stubs ``` -- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (πŸ“₯ 9.4K Β· ⏱️ 05.12.2023): +- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (πŸ“₯ 9.6K Β· ⏱️ 05.12.2023): ``` conda install -c conda-forge djangorestframework-stubs ```
-
Django-Ninja (πŸ₯‰29 Β· ⭐ 6.2K Β· πŸ“‰) - Fast, Async-ready, Openapi, type hints based framework for.. MIT +
viewflow (πŸ₯‰29 Β· ⭐ 2.6K) - Reusable workflow library for Django. ❗️AGPL-3.0 -- [GitHub](https://github.com/vitalik/django-ninja) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 370 Β· πŸ“‹ 780 - 39% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/viewflow/viewflow) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 390 Β· πŸ“¦ 290 Β· πŸ“‹ 330 - 5% open Β· ⏱️ 30.04.2024): ``` - git clone https://github.com/vitalik/django-ninja - ``` -- [PyPi](https://pypi.org/project/django-ninja) (πŸ“₯ 290K / month Β· πŸ“¦ 28 Β· ⏱️ 07.12.2023): - ``` - pip install django-ninja + git clone https://github.com/viewflow/viewflow ``` -- [Conda](https://anaconda.org/conda-forge/django-ninja) (πŸ“₯ 9.6K Β· ⏱️ 12.12.2023): +- [PyPi](https://pypi.org/project/django-viewflow) (πŸ“₯ 12K / month Β· πŸ“¦ 32 Β· ⏱️ 19.04.2024): ``` - conda install -c conda-forge django-ninja + pip install django-viewflow ```
-
viewflow (πŸ₯‰29 Β· ⭐ 2.6K) - Reusable workflow library for Django. ❗️AGPL-3.0 +
django-angular (πŸ₯‰29 Β· ⭐ 1.2K) - Let AngularJS play well with Django. MIT -- [GitHub](https://github.com/viewflow/viewflow) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 390 Β· πŸ“¦ 290 Β· πŸ“‹ 330 - 5% open Β· ⏱️ 19.04.2024): +- [GitHub](https://github.com/jrief/django-angular) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 300 Β· πŸ“¦ 650 Β· πŸ“‹ 200 - 10% open Β· ⏱️ 13.11.2023): ``` - git clone https://github.com/viewflow/viewflow + git clone https://github.com/jrief/django-angular ``` -- [PyPi](https://pypi.org/project/django-viewflow) (πŸ“₯ 10K / month Β· πŸ“¦ 32 Β· ⏱️ 19.04.2024): +- [PyPi](https://pypi.org/project/django-angular) (πŸ“₯ 10K / month Β· πŸ“¦ 240 Β· ⏱️ 13.11.2023): ``` - pip install django-viewflow + pip install django-angular ```
django-configurations (πŸ₯‰29 Β· ⭐ 1.1K) - A helper for organizing Django project settings by.. BSD-3 @@ -5097,7 +5041,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-configurations ``` -- [PyPi](https://pypi.org/project/django-configurations) (πŸ“₯ 240K / month Β· πŸ“¦ 670 Β· ⏱️ 27.03.2024): +- [PyPi](https://pypi.org/project/django-configurations) (πŸ“₯ 230K / month Β· πŸ“¦ 670 Β· ⏱️ 27.03.2024): ``` pip install django-configurations ``` @@ -5106,16 +5050,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-configurations ```
-
django-push-notifications (πŸ₯‰28 Β· ⭐ 2.2K) - Send push notifications to mobile devices through GCM.. MIT +
django-paypal (πŸ₯‰29 Β· ⭐ 710 Β· πŸ“ˆ) - A pluggable Django application for integrating PayPal.. MIT -- [GitHub](https://github.com/jazzband/django-push-notifications) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 590 Β· πŸ“₯ 120 Β· πŸ“‹ 420 - 29% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/spookylukey/django-paypal) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 210 Β· πŸ“¦ 3.4K Β· πŸ“‹ 170 - 10% open Β· ⏱️ 30.04.2024): ``` - git clone https://github.com/jazzband/django-push-notifications + git clone https://github.com/spookylukey/django-paypal ``` -- [PyPi](https://pypi.org/project/django-push-notifications) (πŸ“₯ 88K / month Β· πŸ“¦ 90 Β· ⏱️ 29.10.2023): +- [PyPi](https://pypi.org/project/django-paypal) (πŸ“₯ 18K / month Β· πŸ“¦ 5 Β· ⏱️ 30.04.2024): ``` - pip install django-push-notifications + pip install django-paypal + ``` +
+
django-constance (πŸ₯‰28 Β· ⭐ 1.6K) - Dynamic Django settings. BSD-3 + +- [GitHub](https://github.com/jazzband/django-constance) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 310 Β· πŸ“¦ 2K Β· πŸ“‹ 280 - 11% open Β· ⏱️ 05.02.2024): + + ``` + git clone https://github.com/jazzband/django-constance + ``` +- [PyPi](https://pypi.org/project/django-constance) (πŸ“₯ 290K / month Β· πŸ“¦ 280 Β· ⏱️ 21.08.2023): + ``` + pip install django-constance ```
django-extra-views (πŸ₯‰28 Β· ⭐ 1.4K) - Djangos class-based generic views are awesome, lets.. MIT @@ -5125,19 +5081,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/AndrewIngram/django-extra-views ``` -- [PyPi](https://pypi.org/project/django-extra-views) (πŸ“₯ 71K / month Β· πŸ“¦ 520 Β· ⏱️ 09.06.2021): +- [PyPi](https://pypi.org/project/django-extra-views) (πŸ“₯ 74K / month Β· πŸ“¦ 520 Β· ⏱️ 09.06.2021): ``` pip install django-extra-views ```
django-lifecycle (πŸ₯‰28 Β· ⭐ 1.3K) - Declarative model lifecycle hooks, an alternative to.. MIT -- [GitHub](https://github.com/rsinger86/django-lifecycle) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 80 Β· πŸ“¦ 320 Β· πŸ“‹ 75 - 24% open Β· ⏱️ 04.03.2024): +- [GitHub](https://github.com/rsinger86/django-lifecycle) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 81 Β· πŸ“¦ 320 Β· πŸ“‹ 75 - 24% open Β· ⏱️ 04.03.2024): ``` git clone https://github.com/rsinger86/django-lifecycle ``` -- [PyPi](https://pypi.org/project/django-lifecycle) (πŸ“₯ 98K / month Β· πŸ“¦ 10 Β· ⏱️ 01.03.2024): +- [PyPi](https://pypi.org/project/django-lifecycle) (πŸ“₯ 100K / month Β· πŸ“¦ 10 Β· ⏱️ 01.03.2024): ``` pip install django-lifecycle ``` @@ -5160,7 +5116,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-split-settings (πŸ₯‰28 Β· ⭐ 1.1K) - Organize Django settings into multiple files and.. BSD-3 -- [GitHub](https://github.com/wemake-services/django-split-settings) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 65 Β· πŸ“¦ 2.7K Β· πŸ“‹ 46 - 8% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/wemake-services/django-split-settings) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 65 Β· πŸ“¦ 2.8K Β· πŸ“‹ 46 - 8% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/sobolevn/django-split-settings @@ -5170,7 +5126,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-split-settings ```
-
django-rosetta (πŸ₯‰28 Β· ⭐ 990) - Rosetta is a Django application that eases the translation.. MIT +
django-rosetta (πŸ₯‰28 Β· ⭐ 1K) - Rosetta is a Django application that eases the translation.. MIT - [GitHub](https://github.com/mbi/django-rosetta) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 190 Β· πŸ“¦ 3.1K Β· πŸ“‹ 160 - 29% open Β· ⏱️ 13.12.2023): @@ -5181,7 +5137,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-rosetta ``` -- [Conda](https://anaconda.org/conda-forge/django-rosetta) (πŸ“₯ 9.3K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-rosetta) (πŸ“₯ 9.4K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge django-rosetta ``` @@ -5193,7 +5149,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/noripyt/django-cachalot ``` -- [PyPi](https://pypi.org/project/django-cachalot) (πŸ“₯ 80K / month Β· πŸ“¦ 88 Β· ⏱️ 11.01.2024): +- [PyPi](https://pypi.org/project/django-cachalot) (πŸ“₯ 81K / month Β· πŸ“¦ 88 Β· ⏱️ 11.01.2024): ``` pip install django-cachalot ``` @@ -5204,7 +5160,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-filebrowser (πŸ₯‰27 Β· ⭐ 950 Β· πŸ’€) - Media-Management with Grappelli. BSD-3 -- [GitHub](https://github.com/sehmaschine/django-filebrowser) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 380 Β· πŸ“¦ 920 Β· πŸ“‹ 290 - 5% open Β· ⏱️ 27.07.2023): +- [GitHub](https://github.com/sehmaschine/django-filebrowser) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 380 Β· πŸ“¦ 930 Β· πŸ“‹ 290 - 5% open Β· ⏱️ 27.07.2023): ``` git clone https://github.com/sehmaschine/django-filebrowser @@ -5214,16 +5170,20 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-filebrowser ```
-
django-paypal (πŸ₯‰27 Β· ⭐ 710) - A pluggable Django application for integrating PayPal.. MIT +
django-cleanup (πŸ₯‰26 Β· ⭐ 1K) - Automatically deletes old file for FileField and ImageField... MIT -- [GitHub](https://github.com/spookylukey/django-paypal) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 200 Β· πŸ“¦ 3.3K Β· πŸ“‹ 160 - 7% open Β· ⏱️ 20.02.2024): +- [GitHub](https://github.com/un1t/django-cleanup) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 77 Β· πŸ“¦ 14K Β· πŸ“‹ 54 - 1% open Β· ⏱️ 28.01.2024): ``` - git clone https://github.com/spookylukey/django-paypal + git clone https://github.com/un1t/django-cleanup + ``` +- [PyPi](https://pypi.org/project/django-cleanup) (πŸ“₯ 260K / month Β· πŸ“¦ 340 Β· ⏱️ 29.01.2024): ``` -- [PyPi](https://pypi.org/project/django-paypal) (πŸ“₯ 17K / month Β· πŸ“¦ 290 Β· ⏱️ 25.03.2022): + pip install django-cleanup ``` - pip install django-paypal +- [Conda](https://anaconda.org/conda-forge/django-cleanup) (πŸ“₯ 13K Β· ⏱️ 29.01.2024): + ``` + conda install -c conda-forge django-cleanup ```
django-summernote (πŸ₯‰26 Β· ⭐ 1K) - Simply integrate Summernote editor with Django project. MIT @@ -5233,47 +5193,31 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/summernote/django-summernote ``` -- [PyPi](https://pypi.org/project/django-summernote) (πŸ“₯ 51K / month Β· πŸ“¦ 230 Β· ⏱️ 14.10.2021): +- [PyPi](https://pypi.org/project/django-summernote) (πŸ“₯ 50K / month Β· πŸ“¦ 230 Β· ⏱️ 14.10.2021): ``` pip install django-summernote ```
django-easy-audit (πŸ₯‰26 Β· ⭐ 670) - Yet another Django audit log app, hopefully the.. ❗️GPL-3.0 -- [GitHub](https://github.com/soynatan/django-easy-audit) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 170 Β· πŸ“¦ 250 Β· πŸ“‹ 160 - 53% open Β· ⏱️ 16.04.2024): +- [GitHub](https://github.com/soynatan/django-easy-audit) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 170 Β· πŸ“¦ 250 Β· πŸ“‹ 160 - 52% open Β· ⏱️ 16.04.2024): ``` git clone https://github.com/soynatan/django-easy-audit ``` -- [PyPi](https://pypi.org/project/django-easy-audit) (πŸ“₯ 50K / month Β· πŸ“¦ 12 Β· ⏱️ 16.04.2024): +- [PyPi](https://pypi.org/project/django-easy-audit) (πŸ“₯ 51K / month Β· πŸ“¦ 12 Β· ⏱️ 16.04.2024): ``` pip install django-easy-audit ```
-
django-cleanup (πŸ₯‰25 Β· ⭐ 1K Β· πŸ“‰) - Automatically deletes old file for FileField and.. MIT - -- [GitHub](https://github.com/un1t/django-cleanup) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 77 Β· πŸ“¦ 13K Β· πŸ“‹ 54 - 1% open Β· ⏱️ 28.01.2024): - - ``` - git clone https://github.com/un1t/django-cleanup - ``` -- [PyPi](https://pypi.org/project/django-cleanup) (πŸ“₯ 260K / month Β· πŸ“¦ 340 Β· ⏱️ 29.01.2024): - ``` - pip install django-cleanup - ``` -- [Conda](https://anaconda.org/conda-forge/django-cleanup) (πŸ“₯ 13K Β· ⏱️ 29.01.2024): - ``` - conda install -c conda-forge django-cleanup - ``` -
-
django-csp (πŸ₯‰25 Β· ⭐ 520 Β· πŸ“‰) - Content Security Policy for Django. BSD-3 +
django-csp (πŸ₯‰25 Β· ⭐ 520) - Content Security Policy for Django. BSD-3 - [GitHub](https://github.com/mozilla/django-csp) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 94 Β· πŸ“‹ 100 - 19% open Β· ⏱️ 25.04.2024): ``` git clone https://github.com/mozilla/django-csp ``` -- [PyPi](https://pypi.org/project/django-csp) (πŸ“₯ 670K / month Β· πŸ“¦ 32 Β· ⏱️ 01.03.2024): +- [PyPi](https://pypi.org/project/django-csp) (πŸ“₯ 680K / month Β· πŸ“¦ 32 Β· ⏱️ 01.03.2024): ``` pip install django-csp ``` @@ -5285,19 +5229,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-robots ``` -- [PyPi](https://pypi.org/project/django-robots) (πŸ“₯ 51K / month Β· πŸ“¦ 560 Β· ⏱️ 09.12.2023): +- [PyPi](https://pypi.org/project/django-robots) (πŸ“₯ 52K / month Β· πŸ“¦ 560 Β· ⏱️ 09.12.2023): ``` pip install django-robots ```
-
django-codemod (πŸ₯‰21 Β· ⭐ 170) - A tool to automatically fix Django deprecations. MIT +
django-codemod (πŸ₯‰22 Β· ⭐ 170) - A tool to automatically fix Django deprecations. MIT -- [GitHub](https://github.com/browniebroke/django-codemod) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 16 Β· πŸ“₯ 630 Β· πŸ“¦ 2 Β· πŸ“‹ 40 - 22% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/browniebroke/django-codemod) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 16 Β· πŸ“₯ 630 Β· πŸ“¦ 2 Β· πŸ“‹ 41 - 24% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/browniebroke/django-codemod ``` -- [PyPi](https://pypi.org/project/django-codemod) (πŸ“₯ 1K / month Β· ⏱️ 05.01.2024): +- [PyPi](https://pypi.org/project/django-codemod) (πŸ“₯ 1.2K / month Β· ⏱️ 30.04.2024): ``` pip install django-codemod ``` @@ -5306,17 +5250,17 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - django-braces (πŸ₯ˆ31 Β· ⭐ 1.9K Β· πŸ’€) - Reusable, generic mixins for Django. BSD-3 - django-q (πŸ₯ˆ31 Β· ⭐ 1.8K Β· πŸ’€) - A multiprocessing distributed task queue for Django. MIT -- easy-thumbnails (πŸ₯ˆ31 Β· ⭐ 1.4K Β· πŸ’€) - Easy thumbnails for Django. BSD-3 - jsonfield (πŸ₯ˆ31 Β· ⭐ 1.2K Β· πŸ’€) - A reusable Django model field for storing ad-hoc JSON data. MIT +- easy-thumbnails (πŸ₯‰30 Β· ⭐ 1.4K Β· πŸ’€) - Easy thumbnails for Django. BSD-3 +- django-redis-cache (πŸ₯‰29 Β· ⭐ 1K Β· πŸ’€) - A Redis cache backend for django. BSD-3 - django-shop (πŸ₯‰28 Β· ⭐ 3.1K Β· πŸ’€) - A Django based shop system. BSD-3 - django-blog-zinnia (πŸ₯‰28 Β· ⭐ 2.1K Β· πŸ’€) - Simple yet powerful and really extendable application.. BSD-3 -- django-redis-cache (πŸ₯‰28 Β· ⭐ 1K Β· πŸ’€) - A Redis cache backend for django. BSD-3 - django-watson (πŸ₯‰26 Β· ⭐ 1.2K Β· πŸ’€) - Full-text multi-table search application for Django... BSD-3 - django-jenkins (πŸ₯‰26 Β· ⭐ 950 Β· πŸ’€) - Plug and play continuous integration with django and.. ❗️LGPL-3.0 -- django-vanilla-views (πŸ₯‰25 Β· ⭐ 980 Β· πŸ’€) - Beautifully simple class-based views. BSD-2 - django-cache-machine (πŸ₯‰25 Β· ⭐ 870 Β· πŸ’€) - Automatic caching and invalidation for Django models.. BSD-3 - django-solo (πŸ₯‰25 Β· ⭐ 840) - Helps working with singletons - things like global.. ❗️CC-BY-3.0 -- django-floppyforms (πŸ₯‰25 Β· ⭐ 840 Β· πŸ’€) - Full control of form rendering in the templates. ❗️MirOS +- django-vanilla-views (πŸ₯‰24 Β· ⭐ 980 Β· πŸ’€) - Beautifully simple class-based views. BSD-2 +- django-floppyforms (πŸ₯‰24 Β· ⭐ 840 Β· πŸ’€) - Full control of form rendering in the templates. ❗️MirOS - merchant (πŸ₯‰19 Β· ⭐ 1K Β· πŸ’€) - A Django app to accept payments from various payment processors.. BSD-3 - django-schedule (πŸ₯‰14 Β· ⭐ 830 Β· πŸ’€) - A calendaring app for Django. It is now stable,.. BSD-3
@@ -5328,7 +5272,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
twisted (πŸ₯‡44 Β· ⭐ 5.4K) - Event-driven networking engine written in Python. MIT -- [GitHub](https://github.com/twisted/twisted) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1.1K Β· πŸ“¦ 84K Β· πŸ“‹ 10K - 27% open Β· ⏱️ 20.04.2024): +- [GitHub](https://github.com/twisted/twisted) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 1.1K Β· πŸ“¦ 84K Β· πŸ“‹ 10K - 27% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/twisted/twisted @@ -5342,9 +5286,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge twisted ```
-
jinja (πŸ₯‡43 Β· ⭐ 9.9K) - A very fast and expressive template engine. BSD-3 +
jinja (πŸ₯‡43 Β· ⭐ 10K) - A very fast and expressive template engine. BSD-3 -- [GitHub](https://github.com/pallets/jinja) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 1.6K Β· πŸ“₯ 56K Β· πŸ“¦ 21 Β· πŸ“‹ 1.1K - 10% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/pallets/jinja) (πŸ‘¨β€πŸ’» 310 Β· πŸ”€ 1.6K Β· πŸ“₯ 56K Β· πŸ“¦ 21 Β· πŸ“‹ 1.1K - 10% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/pallets/jinja @@ -5358,62 +5302,62 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge jinja2 ```
-
certbot (πŸ₯‡41 Β· ⭐ 31K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. Apache-2 +
certbot (πŸ₯‡40 Β· ⭐ 31K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. Apache-2 - [GitHub](https://github.com/certbot/certbot) (πŸ‘¨β€πŸ’» 530 Β· πŸ”€ 3.4K Β· πŸ“₯ 170K Β· πŸ“¦ 2.1K Β· πŸ“‹ 5.4K - 5% open Β· ⏱️ 10.04.2024): ``` git clone https://github.com/certbot/certbot ``` -- [PyPi](https://pypi.org/project/certbot) (πŸ“₯ 4M / month Β· πŸ“¦ 350 Β· ⏱️ 03.04.2024): +- [PyPi](https://pypi.org/project/certbot) (πŸ“₯ 2.9M / month Β· πŸ“¦ 290 Β· ⏱️ 03.04.2024): ``` pip install certbot ``` -- [Conda](https://anaconda.org/conda-forge/certbot-apache) (πŸ“₯ 25K Β· ⏱️ 06.01.2024): +- [Conda](https://anaconda.org/conda-forge/certbot-apache) (πŸ“₯ 26K Β· ⏱️ 06.01.2024): ``` conda install -c conda-forge certbot-apache ```
web3.py (πŸ₯‡40 Β· ⭐ 4.8K) - A python interface for interacting with the Ethereum blockchain and.. MIT -- [GitHub](https://github.com/ethereum/web3.py) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.6K Β· πŸ“¦ 20K Β· πŸ“‹ 1.5K - 7% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/ethereum/web3.py) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.6K Β· πŸ“¦ 20K Β· πŸ“‹ 1.5K - 7% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/ethereum/web3.py ``` -- [PyPi](https://pypi.org/project/web3) (πŸ“₯ 1.7M / month Β· πŸ“¦ 1.2K Β· ⏱️ 17.04.2024): +- [PyPi](https://pypi.org/project/web3) (πŸ“₯ 1.7M / month Β· πŸ“¦ 1.2K Β· ⏱️ 29.04.2024): ``` pip install web3 ``` -- [Conda](https://anaconda.org/conda-forge/web3) (πŸ“₯ 210K Β· ⏱️ 29.03.2024): +- [Conda](https://anaconda.org/conda-forge/web3) (πŸ“₯ 220K Β· ⏱️ 29.03.2024): ``` conda install -c conda-forge web3 ```
dnspython (πŸ₯‡40 Β· ⭐ 2.3K) - a powerful DNS toolkit for python. ISC -- [GitHub](https://github.com/rthalley/dnspython) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 480 Β· πŸ“₯ 480 Β· πŸ“¦ 280K Β· πŸ“‹ 520 - 0% open Β· ⏱️ 19.04.2024): +- [GitHub](https://github.com/rthalley/dnspython) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 480 Β· πŸ“₯ 500 Β· πŸ“¦ 280K Β· πŸ“‹ 520 - 0% open Β· ⏱️ 19.04.2024): ``` git clone https://github.com/rthalley/dnspython ``` -- [PyPi](https://pypi.org/project/dnspython) (πŸ“₯ 37M / month Β· πŸ“¦ 4.9K Β· ⏱️ 18.02.2024): +- [PyPi](https://pypi.org/project/dnspython) (πŸ“₯ 39M / month Β· πŸ“¦ 4.9K Β· ⏱️ 18.02.2024): ``` pip install dnspython ``` -- [Conda](https://anaconda.org/conda-forge/dnspython) (πŸ“₯ 1.4M Β· ⏱️ 29.02.2024): +- [Conda](https://anaconda.org/conda-forge/dnspython) (πŸ“₯ 1.5M Β· ⏱️ 29.02.2024): ``` conda install -c conda-forge dnspython ```
scapy (πŸ₯ˆ39 Β· ⭐ 10K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 -- [GitHub](https://github.com/secdev/scapy) (πŸ‘¨β€πŸ’» 460 Β· πŸ”€ 2K Β· πŸ“¦ 14K Β· πŸ“‹ 1.7K - 9% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/secdev/scapy) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 2K Β· πŸ“¦ 14K Β· πŸ“‹ 1.6K - 6% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/secdev/scapy ``` -- [PyPi](https://pypi.org/project/scapy) (πŸ“₯ 2.5M / month Β· πŸ“¦ 1K Β· ⏱️ 25.12.2022): +- [PyPi](https://pypi.org/project/scapy) (πŸ“₯ 2.4M / month Β· πŸ“¦ 380 Β· ⏱️ 28.04.2024): ``` pip install scapy ``` @@ -5429,19 +5373,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/Gallopsled/pwntools ``` -- [PyPi](https://pypi.org/project/pwntools) (πŸ“₯ 68K / month Β· πŸ“¦ 71 Β· ⏱️ 22.02.2024): +- [PyPi](https://pypi.org/project/pwntools) (πŸ“₯ 70K / month Β· πŸ“¦ 71 Β· ⏱️ 22.02.2024): ``` pip install pwntools ```
itsdangerous (πŸ₯ˆ38 Β· ⭐ 2.8K) - Safely pass trusted data to untrusted environments and back. BSD-3 -- [GitHub](https://github.com/pallets/itsdangerous) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 210 Β· πŸ“₯ 1 Β· πŸ“¦ 1.1M Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/pallets/itsdangerous) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 210 Β· πŸ“₯ 1 Β· πŸ“¦ 1.1M Β· ⏱️ 01.05.2024): ``` git clone https://github.com/pallets/itsdangerous ``` -- [PyPi](https://pypi.org/project/itsdangerous) (πŸ“₯ 79M / month Β· πŸ“¦ 53K Β· ⏱️ 16.04.2024): +- [PyPi](https://pypi.org/project/itsdangerous) (πŸ“₯ 73M / month Β· πŸ“¦ 53K Β· ⏱️ 16.04.2024): ``` pip install itsdangerous ``` @@ -5452,16 +5396,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
rdflib (πŸ₯ˆ37 Β· ⭐ 2.1K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 -- [GitHub](https://github.com/RDFLib/rdflib) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 540 Β· πŸ“₯ 260 Β· πŸ“¦ 18K Β· πŸ“‹ 1.2K - 22% open Β· ⏱️ 18.04.2024): +- [GitHub](https://github.com/RDFLib/rdflib) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 540 Β· πŸ“₯ 260 Β· πŸ“¦ 18K Β· πŸ“‹ 1.2K - 22% open Β· ⏱️ 27.04.2024): ``` git clone https://github.com/RDFLib/rdflib ``` -- [PyPi](https://pypi.org/project/rdflib) (πŸ“₯ 3M / month Β· πŸ“¦ 2.3K Β· ⏱️ 01.08.2023): +- [PyPi](https://pypi.org/project/rdflib) (πŸ“₯ 3.1M / month Β· πŸ“¦ 2.3K Β· ⏱️ 01.08.2023): ``` pip install rdflib ``` -- [Conda](https://anaconda.org/conda-forge/rdflib) (πŸ“₯ 490K Β· ⏱️ 02.08.2023): +- [Conda](https://anaconda.org/conda-forge/rdflib) (πŸ“₯ 500K Β· ⏱️ 02.08.2023): ``` conda install -c conda-forge rdflib ``` @@ -5473,7 +5417,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pyca/pyopenssl ``` -- [PyPi](https://pypi.org/project/pyopenssl) (πŸ“₯ 91M / month Β· πŸ“¦ 16K Β· ⏱️ 09.03.2024): +- [PyPi](https://pypi.org/project/pyopenssl) (πŸ“₯ 95M / month Β· πŸ“¦ 16K Β· ⏱️ 09.03.2024): ``` pip install pyopenssl ``` @@ -5484,12 +5428,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
impacket (πŸ₯ˆ36 Β· ⭐ 13K) - Impacket is a collection of Python classes for working with network.. Apache-2 -- [GitHub](https://github.com/fortra/impacket) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 3.4K Β· πŸ“₯ 210K Β· πŸ“¦ 4.6K Β· πŸ“‹ 920 - 21% open Β· ⏱️ 18.04.2024): +- [GitHub](https://github.com/fortra/impacket) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 3.4K Β· πŸ“₯ 210K Β· πŸ“¦ 4.6K Β· πŸ“‹ 920 - 21% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/SecureAuthCorp/impacket ``` -- [PyPi](https://pypi.org/project/impacket) (πŸ“₯ 200K / month Β· πŸ“¦ 230 Β· ⏱️ 03.08.2023): +- [PyPi](https://pypi.org/project/impacket) (πŸ“₯ 130K / month Β· πŸ“¦ 96 Β· ⏱️ 03.08.2023): ``` pip install impacket ``` @@ -5501,19 +5445,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/hynek/structlog ``` -- [PyPi](https://pypi.org/project/structlog) (πŸ“₯ 13M / month Β· πŸ“¦ 1.2K Β· ⏱️ 08.01.2024): +- [PyPi](https://pypi.org/project/structlog) (πŸ“₯ 17M / month Β· πŸ“¦ 1.2K Β· ⏱️ 08.01.2024): ``` pip install structlog ```
certifi (πŸ₯ˆ36 Β· ⭐ 760) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 -- [GitHub](https://github.com/certifi/python-certifi) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 240 Β· πŸ“¦ 6 Β· πŸ“‹ 150 - 3% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/certifi/python-certifi) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 240 Β· πŸ“¦ 6 Β· πŸ“‹ 150 - 3% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/certifi/python-certifi ``` -- [PyPi](https://pypi.org/project/certifi) (πŸ“₯ 400M / month Β· πŸ“¦ 46K Β· ⏱️ 02.02.2024): +- [PyPi](https://pypi.org/project/certifi) (πŸ“₯ 410M / month Β· πŸ“¦ 46K Β· ⏱️ 02.02.2024): ``` pip install certifi ``` @@ -5524,12 +5468,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
weblate (πŸ₯ˆ35 Β· ⭐ 4.2K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 -- [GitHub](https://github.com/WeblateOrg/weblate) (πŸ‘¨β€πŸ’» 1.7K Β· πŸ”€ 940 Β· πŸ“₯ 5.7K Β· πŸ“¦ 34 Β· πŸ“‹ 5.2K - 8% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/WeblateOrg/weblate) (πŸ‘¨β€πŸ’» 1.7K Β· πŸ”€ 940 Β· πŸ“₯ 5.7K Β· πŸ“¦ 34 Β· πŸ“‹ 5.2K - 8% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/WeblateOrg/weblate ``` -- [PyPi](https://pypi.org/project/weblate) (πŸ“₯ 3.4K / month Β· πŸ“¦ 11 Β· ⏱️ 20.04.2024): +- [PyPi](https://pypi.org/project/weblate) (πŸ“₯ 3.6K / month Β· πŸ“¦ 2 Β· ⏱️ 26.04.2024): ``` pip install weblate ``` @@ -5541,7 +5485,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/marshmallow-code/webargs ``` -- [PyPi](https://pypi.org/project/webargs) (πŸ“₯ 1.5M / month Β· πŸ“¦ 480 Β· ⏱️ 07.01.2024): +- [PyPi](https://pypi.org/project/webargs) (πŸ“₯ 1.6M / month Β· πŸ“¦ 480 Β· ⏱️ 07.01.2024): ``` pip install webargs ``` @@ -5568,12 +5512,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
idna (πŸ₯ˆ35 Β· ⭐ 240) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 -- [GitHub](https://github.com/kjd/idna) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 86 Β· πŸ“₯ 7 Β· πŸ“¦ 1.7M Β· πŸ“‹ 92 - 5% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/kjd/idna) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 86 Β· πŸ“₯ 9 Β· πŸ“¦ 1.7M Β· πŸ“‹ 91 - 4% open Β· ⏱️ 24.04.2024): ``` git clone https://github.com/kjd/idna ``` -- [PyPi](https://pypi.org/project/idna) (πŸ“₯ 390M / month Β· πŸ“¦ 40K Β· ⏱️ 11.04.2024): +- [PyPi](https://pypi.org/project/idna) (πŸ“₯ 400M / month Β· πŸ“¦ 40K Β· ⏱️ 11.04.2024): ``` pip install idna ``` @@ -5584,7 +5528,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fake-useragent (πŸ₯ˆ34 Β· ⭐ 3.5K) - Up-to-date simple useragent faker with real world database. Apache-2 -- [GitHub](https://github.com/fake-useragent/fake-useragent) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 510 Β· πŸ“¦ 27K Β· ⏱️ 09.04.2024): +- [GitHub](https://github.com/fake-useragent/fake-useragent) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 510 Β· πŸ“¦ 28K Β· ⏱️ 09.04.2024): ``` git clone https://github.com/hellysmile/fake-useragent @@ -5600,12 +5544,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pywebview (πŸ₯ˆ33 Β· ⭐ 4.3K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 -- [GitHub](https://github.com/r0x0r/pywebview) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 510 Β· πŸ“¦ 1.8K Β· πŸ“‹ 930 - 2% open Β· ⏱️ 22.04.2024): +- [GitHub](https://github.com/r0x0r/pywebview) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 510 Β· πŸ“¦ 1.9K Β· πŸ“‹ 930 - 2% open Β· ⏱️ 22.04.2024): ``` git clone https://github.com/r0x0r/pywebview ``` -- [PyPi](https://pypi.org/project/pywebview) (πŸ“₯ 61K / month Β· πŸ“¦ 120 Β· ⏱️ 18.04.2024): +- [PyPi](https://pypi.org/project/pywebview) (πŸ“₯ 62K / month Β· πŸ“¦ 120 Β· ⏱️ 18.04.2024): ``` pip install pywebview ``` @@ -5628,7 +5572,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
saleor (πŸ₯ˆ32 Β· ⭐ 20K) - Saleor Core: the high performance, composable, headless.. BSD-3 -- [GitHub](https://github.com/saleor/saleor) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 5.3K Β· πŸ“₯ 200 Β· πŸ“¦ 3 Β· πŸ“‹ 4.3K - 14% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/saleor/saleor) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 5.3K Β· πŸ“₯ 200 Β· πŸ“¦ 3 Β· πŸ“‹ 4.3K - 14% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/saleor/saleor @@ -5636,24 +5580,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
aiortc (πŸ₯ˆ32 Β· ⭐ 3.9K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 -- [GitHub](https://github.com/aiortc/aiortc) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 710 Β· πŸ“¦ 2.9K Β· πŸ“‹ 720 - 3% open Β· ⏱️ 11.03.2024): +- [GitHub](https://github.com/aiortc/aiortc) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 710 Β· πŸ“¦ 3K Β· πŸ“‹ 720 - 3% open Β· ⏱️ 11.03.2024): ``` git clone https://github.com/aiortc/aiortc ``` -- [PyPi](https://pypi.org/project/aiortc) (πŸ“₯ 72K / month Β· πŸ“¦ 44 Β· ⏱️ 11.03.2024): +- [PyPi](https://pypi.org/project/aiortc) (πŸ“₯ 76K / month Β· πŸ“¦ 44 Β· ⏱️ 11.03.2024): ``` pip install aiortc ```
tifffile (πŸ₯ˆ32 Β· ⭐ 480) - Read and write TIFF files. BSD-3 -- [GitHub](https://github.com/cgohlke/tifffile) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 150 Β· πŸ“₯ 220 Β· πŸ“¦ 53K Β· πŸ“‹ 220 - 0% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/cgohlke/tifffile) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 150 Β· πŸ“₯ 220 Β· πŸ“¦ 53K Β· πŸ“‹ 230 - 0% open Β· ⏱️ 25.04.2024): ``` git clone https://github.com/cgohlke/tifffile ``` -- [PyPi](https://pypi.org/project/tifffile) (πŸ“₯ 6.9M / month Β· πŸ“¦ 900 Β· ⏱️ 25.04.2024): +- [PyPi](https://pypi.org/project/tifffile) (πŸ“₯ 7M / month Β· πŸ“¦ 900 Β· ⏱️ 25.04.2024): ``` pip install tifffile ``` @@ -5664,7 +5608,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
terminado (πŸ₯ˆ32 Β· ⭐ 360) - Terminals served by tornado websockets. BSD-2 -- [GitHub](https://github.com/jupyter/terminado) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 91 Β· πŸ“₯ 300 Β· πŸ“¦ 260K Β· πŸ“‹ 69 - 42% open Β· ⏱️ 12.03.2024): +- [GitHub](https://github.com/jupyter/terminado) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 91 Β· πŸ“₯ 310 Β· πŸ“¦ 260K Β· πŸ“‹ 69 - 42% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/jupyter/terminado @@ -5678,6 +5622,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge terminado ```
+
Radicale (πŸ₯‰31 Β· ⭐ 3.1K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 + +- [GitHub](https://github.com/Kozea/Radicale) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 410 Β· πŸ“¦ 150 Β· πŸ“‹ 1.1K - 32% open Β· ⏱️ 27.04.2024): + + ``` + git clone https://github.com/Kozea/Radicale + ``` +- [PyPi](https://pypi.org/project/radicale) (πŸ“₯ 9.5K / month Β· πŸ“¦ 34 Β· ⏱️ 18.03.2024): + ``` + pip install radicale + ``` +
pynacl (πŸ₯‰31 Β· ⭐ 1K) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2 - [GitHub](https://github.com/pyca/pynacl) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 220 Β· πŸ“‹ 300 - 14% open Β· ⏱️ 23.02.2024): @@ -5685,7 +5641,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pyca/pynacl ``` -- [PyPi](https://pypi.org/project/pynacl) (πŸ“₯ 71M / month Β· πŸ“¦ 2.7K Β· ⏱️ 07.01.2022): +- [PyPi](https://pypi.org/project/pynacl) (πŸ“₯ 75M / month Β· πŸ“¦ 2.7K Β· ⏱️ 07.01.2022): ``` pip install pynacl ``` @@ -5694,26 +5650,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge pynacl ```
-
maltrail (πŸ₯‰30 Β· ⭐ 5.7K) - Malicious traffic detection system. MIT +
maltrail (πŸ₯‰30 Β· ⭐ 5.8K) - Malicious traffic detection system. MIT -- [GitHub](https://github.com/stamparm/maltrail) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 1K Β· πŸ“¦ 20 Β· πŸ“‹ 410 - 18% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/stamparm/maltrail) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 1K Β· πŸ“¦ 20 Β· πŸ“‹ 410 - 18% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/stamparm/maltrail ```
-
Radicale (πŸ₯‰30 Β· ⭐ 3.1K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 - -- [GitHub](https://github.com/Kozea/Radicale) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 400 Β· πŸ“¦ 150 Β· πŸ“‹ 1.1K - 32% open Β· ⏱️ 18.04.2024): - - ``` - git clone https://github.com/Kozea/Radicale - ``` -- [PyPi](https://pypi.org/project/radicale) (πŸ“₯ 9.4K / month Β· πŸ“¦ 44 Β· ⏱️ 18.03.2024): - ``` - pip install radicale - ``` -
klein (πŸ₯‰30 Β· ⭐ 830) - werkzeug + twisted.web. MIT - [GitHub](https://github.com/twisted/klein) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 130 Β· πŸ“¦ 1.8K Β· πŸ“‹ 190 - 47% open Β· ⏱️ 15.04.2024): @@ -5721,7 +5665,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/twisted/klein ``` -- [PyPi](https://pypi.org/project/klein) (πŸ“₯ 78K / month Β· πŸ“¦ 400 Β· ⏱️ 22.12.2023): +- [PyPi](https://pypi.org/project/klein) (πŸ“₯ 81K / month Β· πŸ“¦ 54 Β· ⏱️ 22.12.2023): ``` pip install klein ``` @@ -5733,14 +5677,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/nabla-c0d3/sslyze ``` -- [PyPi](https://pypi.org/project/sslyze) (πŸ“₯ 89K / month Β· πŸ“¦ 22 Β· ⏱️ 31.03.2024): +- [PyPi](https://pypi.org/project/sslyze) (πŸ“₯ 93K / month Β· πŸ“¦ 22 Β· ⏱️ 31.03.2024): ``` pip install sslyze ```
proxy.py (πŸ₯‰29 Β· ⭐ 2.9K) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-.. BSD-3 -- [GitHub](https://github.com/abhinavsingh/proxy.py) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 550 Β· πŸ“₯ 1.1K Β· πŸ“¦ 140 Β· πŸ“‹ 330 - 27% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/abhinavsingh/proxy.py) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 550 Β· πŸ“₯ 1.1K Β· πŸ“¦ 140 Β· πŸ“‹ 330 - 27% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/abhinavsingh/proxy.py @@ -5757,7 +5701,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/saghul/aiodns ``` -- [PyPi](https://pypi.org/project/aiodns) (πŸ“₯ 3.1M / month Β· πŸ“¦ 1.2K Β· ⏱️ 31.03.2024): +- [PyPi](https://pypi.org/project/aiodns) (πŸ“₯ 3.2M / month Β· πŸ“¦ 1.2K Β· ⏱️ 31.03.2024): ``` pip install aiodns ``` @@ -5773,7 +5717,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/alexdlaird/pyngrok ``` -- [PyPi](https://pypi.org/project/pyngrok) (πŸ“₯ 340K / month Β· πŸ“¦ 110 Β· ⏱️ 24.03.2024): +- [PyPi](https://pypi.org/project/pyngrok) (πŸ“₯ 360K / month Β· πŸ“¦ 110 Β· ⏱️ 24.03.2024): ``` pip install pyngrok ``` @@ -5784,28 +5728,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pyload (πŸ₯‰28 Β· ⭐ 3.2K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 -- [GitHub](https://github.com/pyload/pyload) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 700 Β· πŸ“₯ 100K Β· πŸ“¦ 14 Β· πŸ“‹ 3.2K - 5% open Β· ⏱️ 20.04.2024): +- [GitHub](https://github.com/pyload/pyload) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 700 Β· πŸ“₯ 100K Β· πŸ“¦ 15 Β· πŸ“‹ 3.2K - 5% open Β· ⏱️ 26.04.2024): ``` git clone https://github.com/pyload/pyload ``` -- [PyPi](https://pypi.org/project/pyload-ng) (πŸ“₯ 2.6K / month Β· πŸ“¦ 2 Β· ⏱️ 21.04.2024): +- [PyPi](https://pypi.org/project/pyload-ng) (πŸ“₯ 3.2K / month Β· πŸ“¦ 2 Β· ⏱️ 26.04.2024): ``` pip install pyload-ng ```
-
trustme (πŸ₯‰25 Β· ⭐ 540) - #1 quality TLS certs while you wait, for the discerning tester. MIT +
trustme (πŸ₯‰24 Β· ⭐ 540) - #1 quality TLS certs while you wait, for the discerning tester. MIT -- [GitHub](https://github.com/python-trio/trustme) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 28 Β· πŸ“¦ 680 Β· πŸ“‹ 36 - 19% open Β· ⏱️ 27.03.2024): +- [GitHub](https://github.com/python-trio/trustme) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 28 Β· πŸ“¦ 690 Β· πŸ“‹ 36 - 19% open Β· ⏱️ 27.03.2024): ``` git clone https://github.com/python-trio/trustme ``` -- [PyPi](https://pypi.org/project/trustme) (πŸ“₯ 140K / month Β· πŸ“¦ 58 Β· ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/trustme) (πŸ“₯ 150K / month Β· πŸ“¦ 58 Β· ⏱️ 10.07.2023): ``` pip install trustme ``` -- [Conda](https://anaconda.org/conda-forge/trustme) (πŸ“₯ 9.1K Β· ⏱️ 10.07.2023): +- [Conda](https://anaconda.org/conda-forge/trustme) (πŸ“₯ 9.2K Β· ⏱️ 10.07.2023): ``` conda install -c conda-forge trustme ``` @@ -5817,14 +5761,14 @@ _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) (πŸ“₯ 34K / month Β· πŸ“¦ 5 Β· ⏱️ 19.03.2024): +- [PyPi](https://pypi.org/project/streaming-form-data) (πŸ“₯ 35K / month Β· πŸ“¦ 5 Β· ⏱️ 19.03.2024): ``` pip install streaming-form-data ```
healthchecks (πŸ₯‰23 Β· ⭐ 7.3K) - Open-source cron job and background task monitoring service,.. BSD-3 -- [GitHub](https://github.com/healthchecks/healthchecks) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 750 Β· πŸ“¦ 1 Β· πŸ“‹ 700 - 10% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/healthchecks/healthchecks) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 750 Β· πŸ“¦ 1 Β· πŸ“‹ 700 - 10% open Β· ⏱️ 01.05.2024): ``` git clone https://github.com/healthchecks/healthchecks @@ -5837,60 +5781,60 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/thp/urlwatch ``` -- [PyPi](https://pypi.org/project/urlwatch) (πŸ“₯ 3.3K / month Β· πŸ“¦ 2 Β· ⏱️ 03.05.2023): +- [PyPi](https://pypi.org/project/urlwatch) (πŸ“₯ 3.3K / month Β· ⏱️ 03.05.2023): ``` pip install urlwatch ```
-
reppy (πŸ₯‰23 Β· ⭐ 180) - Modern robots.txt Parser for Python. MIT +
asgi-lifespan (πŸ₯‰23 Β· ⭐ 190 Β· πŸ’€) - Programmatic startup/shutdown of ASGI apps. MIT -- [GitHub](https://github.com/seomoz/reppy) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 37 Β· πŸ“¦ 170 Β· πŸ“‹ 57 - 38% open Β· ⏱️ 12.01.2024): +- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 12 Β· πŸ“¦ 14K Β· ⏱️ 06.06.2023): ``` - git clone https://github.com/seomoz/reppy + git clone https://github.com/florimondmanca/asgi-lifespan ``` -- [PyPi](https://pypi.org/project/reppy) (πŸ“₯ 6K / month Β· πŸ“¦ 45 Β· ⏱️ 16.09.2019): +- [PyPi](https://pypi.org/project/asgi-lifespan) (πŸ“₯ 610K / month Β· πŸ“¦ 30 Β· ⏱️ 28.03.2023): ``` - pip install reppy + pip install asgi-lifespan + ``` +- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (πŸ“₯ 97K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge asgi-lifespan ```
-
asgi-lifespan (πŸ₯‰23 Β· ⭐ 180 Β· πŸ’€) - Programmatic startup/shutdown of ASGI apps. MIT +
reppy (πŸ₯‰23 Β· ⭐ 180) - Modern robots.txt Parser for Python. MIT -- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 12 Β· πŸ“¦ 14K Β· ⏱️ 06.06.2023): +- [GitHub](https://github.com/seomoz/reppy) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 37 Β· πŸ“¦ 170 Β· πŸ“‹ 57 - 38% open Β· ⏱️ 12.01.2024): ``` - git clone https://github.com/florimondmanca/asgi-lifespan - ``` -- [PyPi](https://pypi.org/project/asgi-lifespan) (πŸ“₯ 580K / month Β· πŸ“¦ 30 Β· ⏱️ 28.03.2023): - ``` - pip install asgi-lifespan + git clone https://github.com/seomoz/reppy ``` -- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (πŸ“₯ 96K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/reppy) (πŸ“₯ 5.8K / month Β· πŸ“¦ 20 Β· ⏱️ 16.09.2019): ``` - conda install -c conda-forge asgi-lifespan + pip install reppy ```
Show 20 hidden projects... -- pyzmq (πŸ₯‡41 Β· ⭐ 3.6K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD +- pyzmq (πŸ₯‡41 Β· ⭐ 3.5K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD - httpbin (πŸ₯ˆ33 Β· ⭐ 12K Β· πŸ’€) - HTTP Request & Response Service, written in Python + Flask. ISC - PySocks (πŸ₯ˆ33 Β· ⭐ 1.2K Β· πŸ’€) - A SOCKS proxy client and wrapper for Python. BSD-3 - speedtest-cli (πŸ₯ˆ32 Β· ⭐ 13K Β· πŸ’€) - Command line interface for testing internet bandwidth.. Apache-2 - webassets (πŸ₯ˆ32 Β· ⭐ 920 Β· πŸ’€) - Asset management for Python web development. BSD-2 - Js2Py (πŸ₯‰30 Β· ⭐ 2.4K Β· πŸ’€) - JavaScript to Python Translator & JavaScript interpreter written in 100%.. MIT -- dpkt (πŸ₯‰30 Β· ⭐ 1.1K Β· πŸ’€) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 - python-user-agents (πŸ₯‰29 Β· ⭐ 1.4K Β· πŸ’€) - A Python library that provides an easy way to identify.. MIT -- python-whois (πŸ₯‰26 Β· ⭐ 390 Β· πŸ’€) - A python module for retrieving and parsing WHOIS data. ❗️WTFPL +- dpkt (πŸ₯‰29 Β· ⭐ 1.1K Β· πŸ’€) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 +- python-whois (πŸ₯‰26 Β· ⭐ 400 Β· πŸ’€) - A python module for retrieving and parsing WHOIS data. ❗️WTFPL - httpagentparser (πŸ₯‰26 Β· ⭐ 220 Β· πŸ’€) - Python HTTP Agent Parser. MIT - ipaddress (πŸ₯‰26 Β· ⭐ 100 Β· πŸ’€) - Python 3.3+s ipaddress for older Python versions. Python-2.0 - Cactus (πŸ₯‰25 Β· ⭐ 3.5K Β· πŸ’€) - Static site generator for designers. Uses Python and Django.. BSD-3 -- ProxyBroker (πŸ₯‰24 Β· ⭐ 3.7K Β· πŸ’€) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 +- ProxyBroker (πŸ₯‰23 Β· ⭐ 3.7K Β· πŸ’€) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 - sandman2 (πŸ₯‰23 Β· ⭐ 2K Β· πŸ’€) - Automatically generate a RESTful API service for your legacy.. Apache-2 - hyde (πŸ₯‰23 Β· ⭐ 1.6K Β· πŸ’€) - A Python Static Website Generator. MIT - cabot (πŸ₯‰21 Β· ⭐ 5.6K Β· πŸ’€) - Self-hosted, easily-deployable monitoring and alerts service - like a.. MIT - toapi (πŸ₯‰21 Β· ⭐ 3.5K Β· πŸ’€) - Every web site provides APIs. MIT -- tinkerer (πŸ₯‰18 Β· ⭐ 300 Β· πŸ’€) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD - libextract (πŸ₯‰17 Β· ⭐ 500 Β· πŸ’€) - Extract data from websites using basic statistical magic. MIT +- tinkerer (πŸ₯‰17 Β· ⭐ 300 Β· πŸ’€) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD - IP2Trace (πŸ₯‰9 Β· ⭐ 32) - Python tool to traceroute with IP geolocation information, such as country,.. MIT
diff --git a/history/2024-05-02_changes.md b/history/2024-05-02_changes.md new file mode 100644 index 00000000..1c70f7e8 --- /dev/null +++ b/history/2024-05-02_changes.md @@ -0,0 +1,20 @@ +## πŸ“ˆ 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._ + +- django-rest-framework (πŸ₯‡44 Β· ⭐ 28K Β· πŸ“ˆ) - Web APIs for Django. BSD-3 +- django-push-notifications (πŸ₯‰30 Β· ⭐ 2.2K Β· πŸ“ˆ) - Send push notifications to mobile devices through GCM.. MIT +- Hypercorn (πŸ₯‰29 Β· ⭐ 1K Β· πŸ“ˆ) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT +- django-paypal (πŸ₯‰29 Β· ⭐ 710 Β· πŸ“ˆ) - A pluggable Django application for integrating PayPal.. MIT +- fastapi-code-generator (πŸ₯ˆ24 Β· ⭐ 900 Β· πŸ“ˆ) - This code generator creates FastAPI app from an.. MIT + +## πŸ“‰ 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._ + +- pelican (πŸ₯‡35 Β· ⭐ 12K Β· πŸ“‰) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 +- django-reversion (πŸ₯ˆ34 Β· ⭐ 3K Β· πŸ“‰) - django-reversion is an extension to the Django web.. BSD-3 +- httpie (πŸ₯ˆ33 Β· ⭐ 32K Β· πŸ“‰) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 +- google-maps-services-python (πŸ₯‰31 Β· ⭐ 4.4K Β· πŸ’€) - Python client library for Google Maps API Web Services. Apache-2 +- mezzanine (πŸ₯ˆ29 Β· ⭐ 4.7K Β· πŸ’€) - CMS framework for Django. BSD-2 + diff --git a/history/2024-05-02_projects.csv b/history/2024-05-02_projects.csv new file mode 100644 index 00000000..0ab0b7fb --- /dev/null +++ b/history/2024-05-02_projects.csv @@ -0,0 +1,586 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_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,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,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,2024-05-02 08:11:46.000,2024-04-29 11:29:06,4531.0,2.0,31825,4108.0,3148.0,254.0,575.0,292519,A collective list of free APIs.,2.0,2.0,1379.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,2024-05-01 20:46:06.000,2024-05-01 16:22:58,2120.0,76.0,9026,850.0,1259.0,359.0,1852.0,28278,The OpenAPI Specification Repository.,21.0,21.0,228.0,0,True,['openapi'],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,2024-04-07 16:31:07.000,2024-04-04 17:55:53,595.0,6.0,1171,523.0,544.0,185.0,356.0,14229,GraphQL is a query language and execution engine tied to any backend service.,1.0,1.0,129.0,0,True,,2021-10-27 00:01:28.000,October2021,6.0,380.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,2024-05-02 15:56:25.000,2024-04-18 15:55:35,481.0,22.0,2248,391.0,259.0,24.0,34.0,15362,Collection of python database client libraries.,,,45.0,0,True,,2024-04-18 15:55:40.000,2024.04.18,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,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,2024-05-02 16:41:03.000,2024-05-02 11:18:58,32595.0,216.0,30807,2308.0,18062.0,188.0,,76881,The Web framework for perfectionists with deadlines.,1648405.0,1633199.0,3109.0,49,True,['django'],2024-04-03 14:56:56.000,5.0.4,356.0,,15327427.0,conda-forge/django,django,https://pypi.org/project/django,2024-04-03 14:56:56.000,15206.0,15292144.0,https://anaconda.org/conda-forge/django,2024-04-03 16:53:28.707,1658340.0,1.0,,,,,,,,,,,,,,,,,, +5,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,2024-05-02 12:10:51.000,2024-05-02 12:10:51,5272.0,39.0,15938,2125.0,2542.0,7.0,2618.0,66422,The Python micro framework for building web applications.,1900763.0,1888437.0,835.0,49,True,['flask'],2024-04-07 19:27:16.000,3.0.3,60.0,7628.0,90660797.0,conda-forge/flask,flask,https://pypi.org/project/flask,2024-04-07 19:26:08.000,12326.0,90460139.0,https://anaconda.org/conda-forge/flask,2024-04-09 13:04:50.505,7219951.0,1.0,,,,,,,,,,,,,,,,,, +6,fastapi,tiangolo/fastapi,web-frameworks,,https://github.com/tiangolo/fastapi,https://github.com/tiangolo/fastapi,MIT,2018-12-08 08:21:47.000,2024-05-02 13:24:08.000,2024-04-30 06:38:41,4225.0,484.0,5965,665.0,3228.0,332.0,3359.0,71129,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",355863.0,351986.0,625.0,48,True,"['fastapi', 'openapi']",2024-04-30 00:37:58.000,0.110.3,197.0,,33146710.0,conda-forge/fastapi,fastapi,https://pypi.org/project/fastapi,2024-04-30 06:11:44.000,3877.0,33104442.0,https://anaconda.org/conda-forge/fastapi,2024-04-30 03:16:23.543,2028896.0,1.0,,,,,,,,,,,,,,,,,, +7,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,2024-04-23 17:50:22.000,2024-04-23 17:50:19,6277.0,38.0,9196,1331.0,2498.0,270.0,3699.0,51375,"A simple, yet elegant, HTTP library.",3110736.0,2895036.0,755.0,48,True,,2023-07-20 16:16:14.211,0.0.1,151.0,10183.0,449103258.0,conda-forge/requests,requests,https://pypi.org/project/requests,2023-07-20 16:16:14.211,215700.0,448665832.0,https://anaconda.org/conda-forge/requests,2023-06-16 13:18:00.202,41521024.0,1.0,,,,,,,,,,,,,,,,,, +8,grpc,grpc/grpc,rpc,,https://github.com/grpc/grpc,https://github.com/grpc/grpc,Apache-2.0,2014-12-08 18:58:53.000,2024-05-02 17:01:13.000,2024-05-02 17:00:02,54888.0,409.0,10358,1368.0,24994.0,876.0,10651.0,40772,"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",8266.0,4978.0,1020.0,48,True,,2024-04-30 16:01:14.000,1.63.0,243.0,13197.0,95418402.0,conda-forge/grpcio,grpcio,https://pypi.org/project/grpcio,2024-04-30 16:01:14.000,3288.0,95178058.0,https://anaconda.org/conda-forge/grpcio,2024-04-17 22:57:32.815,11270384.0,1.0,,,,,,,,,,,,,,,,,, +9,selenium,SeleniumHQ/selenium,testing,,https://github.com/SeleniumHQ/selenium,https://github.com/SeleniumHQ/selenium,Apache-2.0,2013-01-14 21:40:56.000,2024-05-02 12:37:09.000,2024-05-02 10:53:09,31561.0,382.0,7935,1293.0,3692.0,167.0,9945.0,29331,A browser automation framework and ecosystem.,279880.0,262708.0,849.0,47,True,,2024-04-24 21:03:08.000,selenium-4.20.0,199.0,17012691.0,16863289.0,conda-forge/selenium,selenium,https://pypi.org/project/selenium,2024-04-24 20:18:07.000,17172.0,16662471.0,https://anaconda.org/conda-forge/selenium,2024-04-25 13:56:40.052,1274829.0,1.0,,,,,,,,,,,,,,,,,, +10,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,2024-05-02 15:59:31.000,2024-04-29 20:58:26,9846.0,177.0,1965,221.0,5285.0,494.0,2477.0,14580,Asynchronous HTTP client/server framework for asyncio and Python.,508436.0,494189.0,723.0,47,True,,2024-04-16 17:45:44.000,3.9.5,233.0,16564.0,109582544.0,conda-forge/aiohttp,aiohttp,https://pypi.org/project/aiohttp,2024-04-16 17:45:44.000,14247.0,109279957.0,https://anaconda.org/conda-forge/aiohttp,2024-04-24 13:51:04.942,13003887.0,1.0,,,,,,,,,,,,,,,,,, +11,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,2024-05-02 16:21:03.000,2024-05-01 22:23:24,6284.0,208.0,2788,313.0,4398.0,797.0,3320.0,31808,Streamlit A faster way to build and share data apps.,371168.0,368965.0,227.0,46,True,,2024-04-04 17:36:56.000,1.33.0,220.0,,4051517.0,,streamlit,https://pypi.org/project/streamlit,2024-04-04 17:36:47.000,2203.0,4051517.0,,,,1.0,,,,,,,,,,,,,,,,,, +12,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,2024-04-29 14:14:59.000,2024-04-29 14:14:59,10386.0,93.0,10328,1775.0,3308.0,650.0,2521.0,50952,"Scrapy, a fast high-level web crawling & scraping framework for Python.",46039.0,45269.0,644.0,45,True,,2024-02-14 19:10:54.000,1.8.4,98.0,,1409078.0,conda-forge/scrapy,scrapy,https://pypi.org/project/scrapy,2024-02-14 19:05:52.000,770.0,1392182.0,https://anaconda.org/conda-forge/scrapy,2024-02-15 13:30:16.004,777221.0,1.0,,,,,,,,,,,,,,,,,, +13,django-rest-framework,encode/django-rest-framework,web-frameworks,,https://github.com/encode/django-rest-framework,https://github.com/encode/django-rest-framework,BSD-3-Clause,2011-03-02 17:13:56.000,2024-04-30 16:29:13.000,2024-04-30 16:28:27,8796.0,54.0,6727,625.0,4696.0,90.0,3835.0,27528,Web APIs for Django.,662709.0,662274.0,1403.0,44,True,['django'],2022-11-08 10:37:57.000,3.14.0,42.0,,138533.0,conda-forge/djangorestframework,django-rest-framework,https://pypi.org/project/django-rest-framework,2017-07-20 17:14:33.000,435.0,126137.0,https://anaconda.org/conda-forge/djangorestframework,2024-03-22 19:20:35.418,557823.0,1.0,1.0,,,,,,,,,,,,,,,,, +14,gunicorn,benoitc/gunicorn,servers,,https://github.com/benoitc/gunicorn,https://github.com/benoitc/gunicorn,MIT,2009-11-30 18:18:08.000,2024-04-26 12:26:53.000,2024-04-16 23:13:23,3103.0,6.0,1710,225.0,1096.0,378.0,1775.0,9518,"gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",1173380.0,1171267.0,418.0,44,True,,2024-04-16 23:03:00.000,22.0.0,87.0,104.0,37577364.0,conda-forge/gunicorn,gunicorn,https://pypi.org/project/gunicorn,2024-04-16 22:58:15.000,2113.0,37516826.0,https://anaconda.org/conda-forge/gunicorn,2024-04-17 12:57:15.156,2603157.0,1.0,,,,,,,,,,,,,,,,,, +15,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,2024-05-02 15:44:44.000,2024-05-02 15:44:26,3194.0,231.0,2929,191.0,1514.0,73.0,2161.0,8909,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",223944.0,218649.0,702.0,44,True,['django'],2024-04-24 11:02:27.000,0.62.1,88.0,,847596.0,conda-forge/django-allauth,django-allauth,https://pypi.org/project/django-allauth,2024-04-24 11:02:27.000,5295.0,842959.0,https://anaconda.org/conda-forge/django-allauth,2024-04-25 11:55:14.466,115933.0,1.0,,,,,,,,,,,,,,,,,, +16,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,2024-05-02 12:45:33.000,2024-05-01 12:58:22,5562.0,30.0,1707,221.0,1702.0,9.0,1150.0,6546,The comprehensive WSGI web application library.,1346399.0,1276409.0,492.0,44,True,,2024-04-06 16:32:21.000,3.0.2,96.0,851.0,94723645.0,conda-forge/werkzeug,werkzeug,https://pypi.org/project/werkzeug,2024-04-01 18:57:12.000,69990.0,94441854.0,https://anaconda.org/conda-forge/werkzeug,2024-04-02 23:13:10.932,10144090.0,1.0,,,,,,,,,,,,,,,,,, +17,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,MIT,2011-07-01 20:40:42.000,2024-05-02 16:04:52.000,2024-05-02 13:35:17,29959.0,114.0,1130,176.0,1987.0,2783.0,7488.0,5431,Event-driven networking engine written in Python.,94583.0,84249.0,277.0,44,True,,2024-03-01 16:44:25.000,24.3.0,100.0,,4506930.0,conda-forge/twisted,twisted,https://pypi.org/project/twisted,2024-03-01 16:44:25.000,10334.0,4481700.0,https://anaconda.org/conda-forge/twisted,2024-03-01 23:18:22.693,1084912.0,1.0,,,,,,,,,,,,,,,,,, +18,urllib3,urllib3/urllib3,http-clients,,https://github.com/urllib3/urllib3,https://github.com/urllib3/urllib3,MIT,2011-09-18 18:08:28.000,2024-05-01 03:05:04.000,2024-04-26 03:06:11,4142.0,31.0,1095,100.0,2137.0,138.0,1126.0,3674,urllib3 is a user-friendly HTTP client library for Python.,1825853.0,1778340.0,353.0,44,True,,2024-02-18 03:55:54.000,2.2.1,96.0,38384.0,523486122.0,conda-forge/urllib3,urllib3,https://pypi.org/project/urllib3,2024-02-18 03:55:54.000,47513.0,522503570.0,https://anaconda.org/conda-forge/urllib3,2024-02-18 07:00:40.617,45168458.0,2.0,,,,,,,,,,,,,,,,,, +19,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,2024-05-01 20:15:54.000,2024-04-22 00:34:26,18825.0,24.0,9653,2195.0,4908.0,4232.0,22754.0,128605,Command-line program to download videos from YouTube.com and other video sites.,1835.0,,1005.0,43,True,,2021-12-16 19:02:14.000,2021.12.17,955.0,60818376.0,1360076.0,conda-forge/youtube-dl,youtube_dl,https://pypi.org/project/youtube_dl,2021-12-16 19:02:14.000,1835.0,392268.0,https://anaconda.org/conda-forge/youtube-dl,2023-06-16 16:12:46.297,1331606.0,1.0,,youtube-dl,,,,,,,,,,,,,,,, +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,2024-05-02 16:51:36.000,2024-05-02 16:51:02,68439.0,4002.0,3955,685.0,57177.0,2211.0,9736.0,36959,Developer-first error tracking and performance monitoring.,1084.0,688.0,835.0,43,True,,2024-04-30 00:03:33.000,24.4.2,378.0,46256.0,21233.0,conda-forge/sentry-sdk,sentry,https://pypi.org/project/sentry,2023-07-25 17:18:50.000,396.0,4300.0,https://anaconda.org/conda-forge/sentry-sdk,2024-04-26 11:32:58.497,772535.0,1.0,,,,,,,,,,,,,,,,,, +21,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,2024-04-30 15:51:59.000,2024-04-12 14:24:33,4689.0,3.0,5464,987.0,1552.0,222.0,1621.0,21520,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",500639.0,474721.0,440.0,43,True,,2023-08-11 15:21:47.000,6.3.3,72.0,,39770518.0,conda-forge/tornado,tornado,https://pypi.org/project/tornado,2023-11-29 03:39:29.000,25918.0,38815029.0,https://anaconda.org/conda-forge/tornado,2024-02-19 18:05:19.611,41086069.0,2.0,,,,,,,,,,,,,,,,,, +22,jinja,pallets/jinja,others,,https://github.com/pallets/jinja,https://github.com/pallets/jinja,BSD-3-Clause,2010-10-17 13:41:17.000,2024-05-02 16:18:59.000,2024-05-02 16:18:48,2794.0,20.0,1568,250.0,907.0,115.0,940.0,9954,A very fast and expressive template engine.,103592.0,21.0,306.0,43,True,,2024-01-10 23:12:42.000,3.1.3,49.0,55846.0,164860805.0,conda-forge/jinja2,jinja2,https://pypi.org/project/jinja2,2024-01-10 23:12:19.000,103571.0,163927872.0,https://anaconda.org/conda-forge/jinja2,2024-01-11 09:59:51.180,37288749.0,1.0,,,,,,,,,,,,,,,,,, +23,coverage,nedbat/coveragepy,testing,,https://github.com/nedbat/coveragepy,https://github.com/nedbat/coveragepy,Apache-2.0,2018-06-23 17:44:53.000,2024-05-02 11:26:44.000,2024-05-02 11:19:32,6371.0,110.0,402,33.0,340.0,282.0,1168.0,2838,The code coverage tool for Python.,443079.0,383685.0,189.0,43,True,,2024-04-23 17:44:28.000,7.5.0,139.0,,88327962.0,conda-forge/coverage,coverage,https://pypi.org/project/coverage,2024-04-23 17:40:22.000,59394.0,88016974.0,https://anaconda.org/conda-forge/coverage,2024-04-23 22:14:09.063,14305492.0,1.0,,,,,,,,,,,,,,,,,, +24,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,2024-05-01 23:39:09.000,2024-04-28 20:32:20,2746.0,46.0,5049,606.0,1722.0,17.0,2083.0,24837,We have made you a wrapper you cant refuse.,101292.0,100660.0,188.0,42,True,,2024-04-15 15:04:30.000,21.1.1,135.0,24731.0,1541965.0,conda-forge/python-telegram-bot,python-telegram-bot,https://pypi.org/project/python-telegram-bot,2024-04-15 15:02:09.000,632.0,1539671.0,https://anaconda.org/conda-forge/python-telegram-bot,2024-04-16 05:17:50.617,94656.0,1.0,,,,,,,,,,,,,,,,,, +25,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,2024-05-02 14:58:59.000,2024-05-01 16:15:20,19997.0,349.0,6114,215.0,10604.0,4597.0,3709.0,19913,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",734.0,5.0,3100.0,42,True,['openapi'],2024-04-22 02:23:17.112,2.13.4,695.0,,2403870.0,,openapi-generator-cli,https://pypi.org/project/openapi-generator-cli,2020-05-15 12:33:56.000,,8430.0,,,,1.0,,,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,2024-04-22 02:23:17.112,729.0,2395440.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,,, +26,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,2024-05-01 19:22:31.000,2024-04-25 06:49:38,1336.0,55.0,835,105.0,1468.0,36.0,684.0,9541,The little ASGI framework that shines.,202812.0,201612.0,271.0,42,True,,2024-03-05 16:16:50.000,0.37.2,151.0,,28773581.0,conda-forge/starlette,starlette,https://pypi.org/project/starlette,2024-03-05 16:16:50.000,1200.0,28728918.0,https://anaconda.org/conda-forge/starlette,2024-03-05 19:35:04.839,2054536.0,2.0,,,,,,,,,,,,,,,,,, +27,Telethon,LonamiWebs/Telethon,third-party-apis,,https://github.com/LonamiWebs/Telethon,https://github.com/LonamiWebs/Telethon,MIT,2016-08-26 10:59:24.000,2024-05-01 15:43:29.000,2024-05-01 15:43:24,3033.0,23.0,1328,150.0,564.0,46.0,2170.0,9074,"Pure Python 3 MTProto API Telegram client library, for bots too!.",57838.0,57347.0,182.0,42,True,,2024-04-24 16:54:21.000,1.35.0,230.0,,4655679.0,,telethon,https://pypi.org/project/telethon,2024-04-24 16:54:21.000,491.0,4655679.0,,,,1.0,,,,,,,,,,,,,,,,,, +28,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,2024-04-30 07:35:06.000,2024-04-30 07:34:19,1748.0,35.0,2358,286.0,1260.0,127.0,929.0,7395,The official Python client library for Googles discovery based APIs.,200259.0,192346.0,195.0,42,True,,2024-04-23 15:08:03.000,2.127.0,216.0,,44288247.0,conda-forge/google-api-python-client,google-api-python-client,https://pypi.org/project/google-api-python-client,2024-04-23 15:08:03.000,7913.0,44230851.0,https://anaconda.org/conda-forge/google-api-python-client,2024-04-23 19:07:02.959,2755035.0,1.0,,,,,,,,,,,,,,,,,, +29,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,2024-04-29 15:27:49.000,2024-04-29 15:27:49,4059.0,450.0,887,104.0,708.0,153.0,861.0,4411,GitPython is a python library used to interact with Git repositories.,256753.0,251649.0,313.0,42,True,,2024-03-31 08:10:25.000,3.1.43,97.0,,61754797.0,conda-forge/gitpython,gitpython,https://pypi.org/project/gitpython,2024-03-31 08:07:31.000,5104.0,61590557.0,https://anaconda.org/conda-forge/gitpython,2024-04-01 17:09:46.011,7883543.0,1.0,,,,,,,,,,,,,,,,,, +30,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000,2024-05-02 08:00:32.000,2024-05-02 08:00:31,10561.0,61.0,3892,622.0,2795.0,329.0,2967.0,34410,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,4057.0,3574.0,534.0,41,True,,2024-04-17 11:40:20.000,10.3.0,68.0,223404.0,376127.0,,mitmproxy,https://pypi.org/project/mitmproxy,2024-04-17 11:40:20.000,483.0,374396.0,,,,1.0,,,,,,,,,,,,,,,,,, +31,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,2024-04-30 10:26:12.000,2024-04-09 06:23:58,2866.0,12.0,1546,405.0,1553.0,108.0,1291.0,17735,Accelerate your web app development | Build fast. Run fast.,17866.0,17154.0,345.0,41,True,,2024-01-09 17:48:45.000,23.12.1,77.0,,796137.0,conda-forge/sanic,sanic,https://pypi.org/project/sanic,2024-01-09 17:48:45.000,712.0,789253.0,https://anaconda.org/conda-forge/sanic,2024-01-09 20:43:02.096,323554.0,2.0,,,,,,,,,,,,,,,,,, +32,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,2024-05-02 15:58:33.000,2024-05-02 10:07:09,1446.0,23.0,797,113.0,1545.0,55.0,801.0,12349,A next generation HTTP client for Python.,198956.0,194065.0,221.0,41,True,,2024-02-21 13:07:50.000,0.27.0,68.0,,58352408.0,conda-forge/httpx,httpx,https://pypi.org/project/httpx,2024-02-21 13:07:50.000,4891.0,58317916.0,https://anaconda.org/conda-forge/httpx,2024-02-21 15:58:12.168,1655633.0,2.0,,,,,,,,,,,,,,,,,, +33,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,2024-05-02 15:33:30.000,2024-05-01 19:19:11,16078.0,67.0,3042,395.0,4326.0,140.0,3384.0,9913,The easy-to-use and developer-friendly enterprise CMS powered by Django.,6642.0,5170.0,562.0,41,True,['django'],2024-05-01 07:01:42.000,4.1.1,117.0,,77414.0,,django-cms,https://pypi.org/project/django-cms,2024-05-01 07:01:42.000,1472.0,77414.0,,,,1.0,,,,,,,,,,,,,,,,,, +34,uvicorn,encode/uvicorn,servers,,https://github.com/encode/uvicorn,https://github.com/encode/uvicorn,BSD-3-Clause,2017-05-31 13:13:43.000,2024-05-01 11:50:39.000,2024-04-13 14:05:51,1264.0,18.0,663,91.0,1304.0,52.0,651.0,7876,"An ASGI web server, for Python.",351737.0,349075.0,182.0,41,True,,2024-03-20 06:43:21.000,0.29.0,161.0,,27590175.0,conda-forge/uvicorn,uvicorn,https://pypi.org/project/uvicorn,2024-03-20 06:43:21.000,2662.0,27532788.0,https://anaconda.org/conda-forge/uvicorn,2024-03-20 11:54:59.275,2467654.0,1.0,,,,,,,,,,,,,,,,,, +35,pyzmq,zeromq/pyzmq,others,,https://github.com/zeromq/pyzmq,https://github.com/zeromq/pyzmq,Revised BSD,2010-07-21 07:20:37.000,2024-05-01 15:32:03.000,2024-05-01 15:19:14,3591.0,138.0,625,102.0,967.0,41.0,978.0,3549,PyZMQ: Python bindings for zeromq.,363885.0,362108.0,197.0,41,False,,2024-05-01 15:32:03.000,26.0.3,96.0,20862.0,33875624.0,conda-forge/pyzmq,pyzmq,https://pypi.org/project/pyzmq,2024-05-01 15:32:03.000,1777.0,33358375.0,https://anaconda.org/conda-forge/pyzmq,2024-04-20 18:29:57.034,23786019.0,1.0,,,,,,,,,,,,,,,,,, +36,certbot,certbot/certbot,others,,https://github.com/certbot/certbot,https://github.com/certbot/certbot,Apache-2.0,2014-11-12 02:52:20.000,2024-05-02 01:05:15.000,2024-04-10 18:54:31,10926.0,36.0,3355,754.0,4610.0,283.0,5071.0,30859,Certbot is EFFs tool to obtain certs from Lets Encrypt and (optionally) auto-enable HTTPS on your server. It can also..,2355.0,2067.0,526.0,40,True,,2024-04-03 23:28:02.000,2.10.0,112.0,168895.0,2866753.0,conda-forge/certbot-apache,certbot,https://pypi.org/project/certbot,2024-04-03 23:28:02.000,288.0,2862914.0,https://anaconda.org/conda-forge/certbot-apache,2024-01-06 18:43:10.294,25638.0,1.0,,,,,,,,,,,,,,,,,, +37,wagtail,wagtail/wagtail,cms,,https://github.com/wagtail/wagtail,https://github.com/wagtail/wagtail,BSD-3-Clause,2014-02-03 12:41:59.000,2024-05-02 15:46:36.000,2024-05-02 09:06:13,17419.0,500.0,3671,340.0,6729.0,941.0,4036.0,17236,A Django content management system focused on flexibility and user experience.,3206.0,8.0,914.0,40,True,['django'],2024-05-01 12:59:57.000,6.1,235.0,,244919.0,conda-forge/wagtail,wagtail,https://pypi.org/project/wagtail,2024-05-01 13:10:29.000,3198.0,241832.0,https://anaconda.org/conda-forge/wagtail,2024-05-01 16:04:35.613,71011.0,2.0,,,,,,,,,,,,,,,,,, +38,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,2024-05-02 06:08:15.000,2024-04-21 18:56:20,5006.0,19.0,3721,261.0,2768.0,121.0,2829.0,14287,An API wrapper for Discord written in Python.,45477.0,42674.0,405.0,40,True,,2023-08-10 21:44:05.000,2.3.2,77.0,,570770.0,conda-forge/discord.py,discord.py,https://pypi.org/project/discord.py,2023-08-10 21:44:05.000,2803.0,570383.0,https://anaconda.org/conda-forge/discord.py,2023-08-11 00:02:19.093,15494.0,1.0,,,,,,,,,,,,,,,,,, +39,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,2024-05-01 17:49:42.000,2024-05-01 17:49:42,2718.0,128.0,1994,229.0,866.0,4.0,1196.0,7708,Python Telegram bot api.,46024.0,45867.0,241.0,40,True,,2024-04-09 09:27:09.000,4.17.0,122.0,,466673.0,,pytelegrambotapi,https://pypi.org/project/pytelegrambotapi,2024-04-09 09:25:33.000,157.0,466673.0,,,,1.0,,,,,,,,,,,,,,,,,, +40,gspread,burnash/gspread,third-party-apis,,https://github.com/burnash/gspread,https://github.com/burnash/gspread,MIT,2011-12-02 10:46:20.000,2024-05-01 12:10:56.000,2024-04-27 22:18:16,1872.0,76.0,980,158.0,555.0,51.0,861.0,6878,Google Sheets Python API.,32902.0,31825.0,176.0,40,True,,2024-03-28 15:08:55.000,6.1.0,77.0,3473.0,9481899.0,conda-forge/gspread,gspread,https://pypi.org/project/gspread,2024-03-28 15:08:55.000,1077.0,9475090.0,https://anaconda.org/conda-forge/gspread,2024-01-24 07:54:52.292,311914.0,1.0,,,,,,,,,,,,,,,,,, +41,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,2024-04-30 21:52:49.000,2024-04-19 05:52:04,2240.0,14.0,1726,110.0,1298.0,300.0,1331.0,6691,Typed interactions with the GitHub API v3.,53995.0,51191.0,354.0,40,True,,2024-03-24 14:25:34.000,2.3.0,99.0,,27484685.0,conda-forge/pygithub,pygithub,https://pypi.org/project/pygithub,2024-03-24 14:25:34.000,2804.0,27421423.0,https://anaconda.org/conda-forge/pygithub,2024-03-24 16:10:32.518,3036592.0,1.0,,,,,,,,,,,,,,,,,, +42,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,2024-05-02 17:27:58.000,2024-04-30 17:57:27,4576.0,140.0,1626,120.0,1893.0,108.0,1371.0,4808,A python interface for interacting with the Ethereum blockchain and ecosystem.,21120.0,19896.0,258.0,40,True,,2024-04-29 19:44:29.000,6.18.0,218.0,,1709885.0,conda-forge/web3,web3,https://pypi.org/project/web3,2024-04-29 19:44:29.000,1224.0,1704816.0,https://anaconda.org/conda-forge/web3,2024-03-29 19:11:09.363,217980.0,1.0,,,,,,,,,,,,,,,,,, +43,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,2024-05-01 11:44:31.000,2024-03-12 11:29:01,3968.0,25.0,1320,156.0,968.0,175.0,1122.0,4517,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",7198.0,6860.0,204.0,40,True,['flask'],2024-02-23 16:39:33.000,4.4.1,318.0,,8987600.0,conda-forge/flask-appbuilder,flask-appbuilder,https://pypi.org/project/flask-appbuilder,2024-02-23 16:39:33.000,338.0,8980170.0,https://anaconda.org/conda-forge/flask-appbuilder,2024-02-24 08:05:18.842,341817.0,2.0,,,,,,,,,,,,,,,,,, +44,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,2024-04-29 11:18:24.000,2024-04-07 18:07:43,6350.0,111.0,554,81.0,362.0,19.0,,2574,The lxml XML toolkit for Python.,482978.0,442017.0,158.0,40,True,,2024-04-02 18:14:22.000,5.2.1,164.0,36164.0,86912714.0,conda-forge/lxml,lxml,https://pypi.org/project/lxml,2024-04-02 18:14:22.000,40961.0,86671341.0,https://anaconda.org/conda-forge/lxml,2024-04-20 00:37:32.067,11528075.0,1.0,,,,,,,,,,,,,,,,,, +45,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011-08-24 11:36:39.000,2024-04-19 19:47:15.000,2024-04-19 19:47:09,2404.0,58.0,485,61.0,520.0,4.0,519.0,2344,a powerful DNS toolkit for python.,288914.0,283998.0,115.0,40,True,,2024-02-18 18:51:16.000,2.6.1,46.0,504.0,38577825.0,conda-forge/dnspython,dnspython,https://pypi.org/project/dnspython,2024-02-18 18:48:46.000,4916.0,38544501.0,https://anaconda.org/conda-forge/dnspython,2024-02-29 07:14:47.954,1463795.0,1.0,,,,,,,,,,,,,,,,,, +46,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,2024-04-21 18:44:53.000,2024-04-20 19:58:44,660.0,50.0,416,53.0,279.0,109.0,170.0,1693,OAuthlib support for Python-Requests!.,501006.0,488959.0,120.0,40,True,,2024-03-25 19:31:17.000,1.4.1,23.0,,116144620.0,conda-forge/requests-oauthlib,requests-oauthlib,https://pypi.org/project/requests-oauthlib,2024-03-25 19:31:17.000,12047.0,115941627.0,https://anaconda.org/conda-forge/requests-oauthlib,2024-03-24 14:25:34.918,9337704.0,1.0,,,,,,,,,,,,,,,,,, +47,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,2024-05-02 14:04:56.000,2024-05-02 05:09:40,10413.0,242.0,4679,1006.0,7583.0,108.0,4270.0,38330,The Cloud-Native API Gateway and AI Gateway.,21.0,21.0,413.0,39,True,,2024-03-04 14:19:57.000,3.6.1,100.0,,2831667.0,,,,,,,,,,1.0,,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2024-05-02 02:48:48.134903,779.0,322810069.0,,,, +48,Locust,locustio/locust,testing,,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011-02-17 11:08:03.000,2024-05-02 14:49:52.000,2024-05-02 14:49:46,4761.0,275.0,2885,430.0,1079.0,35.0,1577.0,23698,Write scalable load tests in plain Python.,115.0,4.0,326.0,39,True,,2024-04-18 20:33:54.000,2.26.0,389.0,,1673388.0,conda-forge/locust,locust,https://pypi.org/project/locust,2024-05-02 09:59:13.000,111.0,1670383.0,https://anaconda.org/conda-forge/locust,2024-04-19 14:18:38.760,144276.0,1.0,,,,,,,,,,,,,,,,,, +49,posthog,PostHog/posthog,monitoring,,https://github.com/PostHog/posthog,https://github.com/PostHog/posthog,MIT,2020-01-23 22:46:58.000,2024-05-02 17:26:01.000,2024-05-02 14:31:21,16247.0,1303.0,1007,96.0,16564.0,1558.0,4025.0,17294,"PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-..",82.0,,211.0,39,True,,2024-03-04 14:27:23.000,3.5.0,47.0,,2187127.0,,posthog,https://pypi.org/project/posthog,2024-03-04 14:27:23.000,82.0,2187127.0,,,,1.0,,,,,,,,,,,,,,,,,, +50,scapy,secdev/scapy,others,,https://github.com/secdev/scapy,https://github.com/secdev/scapy,GPL-2.0,2015-10-01 17:06:46.000,2024-05-02 15:21:22.000,2024-05-01 15:08:55,6444.0,108.0,1964,229.0,2802.0,97.0,1510.0,10072,Scapy: the Python-based interactive packet manipulation program & library.,14558.0,14182.0,467.0,39,True,,2022-12-25 10:30:01.270,2.5.0,26.0,,2449395.0,conda-forge/scapy,scapy,https://pypi.org/project/scapy,2024-04-28 18:55:31.000,376.0,2447423.0,https://anaconda.org/conda-forge/scapy,2023-06-16 16:15:58.809,114391.0,2.0,,,,,,,,,,,,,,,,,, +51,gevent,gevent/gevent,servers,,https://github.com/gevent/gevent,https://github.com/gevent/gevent,MIT,2012-09-13 22:03:03.000,2024-02-14 11:25:09.000,2024-02-14 11:22:48,5940.0,22.0,993,242.0,635.0,118.0,1275.0,6163,Coroutine-based concurrency library for Python.,139021.0,123942.0,110.0,39,True,,2024-02-14 11:25:09.000,24.2.1,84.0,59773.0,10070659.0,conda-forge/gevent,gevent,https://pypi.org/project/gevent,2024-02-14 11:25:09.000,15079.0,10041793.0,https://anaconda.org/conda-forge/gevent,2023-10-08 07:45:42.176,1363242.0,2.0,,,,,,,,,,,,,,,,,, +52,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,2024-05-02 15:32:25.000,2024-04-30 11:02:35,3877.0,286.0,460,55.0,3374.0,1061.0,2372.0,4244,Panel: The powerful data exploration & web app framework for Python.,13742.0,11165.0,170.0,39,True,,2024-04-23 09:51:51.000,1.4.2,376.0,,542676.0,,panel,https://pypi.org/project/panel,2024-04-30 11:04:16.000,2577.0,542676.0,,,,1.0,,,,,,,,,,,,,,,,,, +53,markdown,Python-Markdown/markdown,markdown,,https://github.com/Python-Markdown/markdown,https://github.com/Python-Markdown/markdown,BSD-3-Clause,2010-05-29 02:59:45.000,2024-04-25 13:46:45.000,2024-04-25 13:46:45,1590.0,8.0,848,75.0,576.0,25.0,850.0,3589,A Python implementation of John Grubers Markdown with Extension support.,382255.0,359195.0,173.0,39,True,,2024-03-14 18:35:10.000,3.6,53.0,63.0,38403857.0,conda-forge/markdown,markdown,https://pypi.org/project/markdown,2024-03-14 15:37:57.000,23060.0,38249045.0,https://anaconda.org/conda-forge/markdown,2024-03-14 16:56:03.843,6656569.0,1.0,,,,,,,,,,,,,,,,,, +54,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,2024-04-29 01:32:36.000,2024-04-23 00:00:00,1273.0,5.0,758,86.0,328.0,25.0,629.0,3464,WebSocket client for Python.,194947.0,187575.0,220.0,39,True,,2024-04-23 22:16:14.000,1.8.0,87.0,,69857175.0,conda-forge/websocket-client,websocket-client,https://pypi.org/project/websocket-client,2024-04-23 22:16:14.000,7372.0,69563958.0,https://anaconda.org/conda-forge/websocket-client,2024-04-24 01:52:15.715,13194794.0,1.0,,,,,,,,,,,,,,,,,, +55,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,2024-05-02 11:54:46.000,2024-05-02 11:23:29,6455.0,244.0,8815,648.0,4119.0,1119.0,4340.0,25566,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",36366.0,36366.0,583.0,38,True,['openapi'],2024-04-30 10:26:55.000,5.17.3,100.0,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,, +56,pwntools,Gallopsled/pwntools,others,,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013-04-29 14:43:03.000,2024-05-01 13:11:50.000,2024-04-24 10:46:07,4372.0,48.0,1653,292.0,1378.0,98.0,916.0,11491,CTF framework and exploit development library.,1503.0,1432.0,260.0,38,True,,2024-02-22 21:43:50.000,4.12.0,114.0,,69722.0,,pwntools,https://pypi.org/project/pwntools,2024-02-22 22:41:52.000,71.0,69722.0,,,,2.0,,,,,,,,,,,,,,,,,, +57,tweepy,tweepy/tweepy,third-party-apis,,https://github.com/tweepy/tweepy,https://github.com/tweepy/tweepy,MIT,2009-07-06 04:15:34.000,2024-04-22 09:03:03.000,2024-02-06 17:33:45,3099.0,1.0,4612,267.0,569.0,89.0,1210.0,10259,Twitter for Python!.,53238.0,52786.0,244.0,38,True,,2023-04-24 22:17:30.329,4.14.0,47.0,,1411934.0,conda-forge/tweepy,tweepy,https://pypi.org/project/tweepy,2023-04-24 22:17:30.329,452.0,1408572.0,https://anaconda.org/conda-forge/tweepy,2023-06-16 13:24:08.253,292498.0,2.0,,,,,,,,,,,,,,,,,, +58,bottle,bottlepy/bottle,web-frameworks,,https://github.com/bottlepy/bottle,https://github.com/bottlepy/bottle,MIT,2009-06-30 17:51:30.000,2024-02-02 10:31:03.000,2024-01-03 22:31:48,1897.0,,1446,312.0,595.0,314.0,580.0,8298,bottle.py is a fast and simple micro-framework for python web-applications.,35486.0,30252.0,226.0,38,True,,2023-03-04 15:35:02.955,0.12.25,80.0,,3684262.0,conda-forge/bottle,bottle,https://pypi.org/project/bottle,2023-03-04 15:35:02.955,5234.0,3679642.0,https://anaconda.org/conda-forge/bottle,2023-06-16 13:25:17.978,425088.0,2.0,,,,,,,,,,,,,,,,,, +59,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,2024-05-01 14:34:39.000,2024-04-30 14:44:12,2584.0,28.0,1021,112.0,1025.0,80.0,814.0,7912,A configurable set of panels that display various debug information about the current request/response.,99950.0,87556.0,284.0,38,True,,2024-02-01 19:36:52.000,4.3.0,64.0,214.0,2772489.0,conda-forge/django-debug-toolbar,django-debug-toolbar,https://pypi.org/project/django-debug-toolbar,2024-02-01 19:36:52.000,12394.0,2768463.0,https://anaconda.org/conda-forge/django-debug-toolbar,2024-02-02 17:35:23.617,177117.0,1.0,,,,,,,,,,,,,,,,,, +60,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,2024-05-02 15:24:15.000,2024-05-02 12:27:36,5504.0,207.0,643,135.0,375.0,186.0,1580.0,6652,The awesome document factory.,17839.0,17692.0,139.0,38,True,,2024-04-30 13:58:37.000,62.0,105.0,1624.0,1886182.0,conda-forge/weasyprint,weasyprint,https://pypi.org/project/weasyprint,2024-04-30 13:53:20.000,147.0,1882524.0,https://anaconda.org/conda-forge/weasyprint,2024-04-30 18:50:57.216,163929.0,2.0,,,,,,,,,,,,,,,,,, +61,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,2024-04-27 16:13:05.000,2024-04-27 16:13:05,3624.0,3.0,1148,104.0,983.0,197.0,724.0,6425,This is a repository for collecting global custom management extensions for the Django Framework.,232384.0,220004.0,577.0,38,True,['django'],2023-06-07 11:23:14.000,3.2.3,125.0,,3869630.0,conda-forge/django-extensions,django-extensions,https://pypi.org/project/django-extensions,2023-06-05 17:10:00.484,12380.0,3865396.0,https://anaconda.org/conda-forge/django-extensions,2023-06-05 19:37:51.183,415021.0,1.0,,,,,,,,,,,,,,,,,, +62,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,2024-05-01 19:15:17.000,2024-04-28 15:30:27,1424.0,16.0,775,65.0,786.0,24.0,976.0,2885,Django application and library for importing and exporting data with admin integration.,97492.0,96427.0,207.0,38,True,['django'],2024-04-28 15:25:32.000,4.0.0,79.0,,1233069.0,conda-forge/django-import-export,django-import-export,https://pypi.org/project/django-import-export,2024-04-28 15:25:32.000,1065.0,1231137.0,https://anaconda.org/conda-forge/django-import-export,2024-04-08 17:30:14.052,90827.0,1.0,,,,,,,,,,,,,,,,,, +63,itsdangerous,pallets/itsdangerous,others,,https://github.com/pallets/itsdangerous,https://github.com/pallets/itsdangerous,BSD-3-Clause,2011-06-24 00:09:55.000,2024-05-01 14:55:12.000,2024-05-01 14:55:11,626.0,30.0,214,56.0,269.0,,113.0,2826,Safely pass trusted data to untrusted environments and back.,1107704.0,1054566.0,43.0,38,True,,2024-04-16 21:46:38.000,2.2.0,28.0,1.0,73106071.0,conda-forge/itsdangerous,itsdangerous,https://pypi.org/project/itsdangerous,2024-04-16 21:28:14.000,53138.0,72907984.0,https://anaconda.org/conda-forge/itsdangerous,2024-04-17 16:53:29.925,7131163.0,2.0,,,,,,,,,,,,,,,,,, +64,oauthlib,oauthlib/oauthlib,auth,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51.000,2024-02-06 14:46:47.000,2024-01-06 20:50:34,1694.0,,488,67.0,496.0,88.0,293.0,2744,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",533711.0,520932.0,195.0,38,True,,2023-01-10 13:13:43.000,3.2.2,50.0,,113362833.0,conda-forge/oauthlib,oauthlib,https://pypi.org/project/oauthlib,2022-10-17 20:06:06.447,12779.0,113251512.0,https://anaconda.org/conda-forge/oauthlib,2023-06-16 13:18:41.781,10464226.0,1.0,,,,,,,,,,,,,,,,,, +65,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,2024-05-01 10:58:07.000,2024-04-30 02:19:36,1114.0,19.0,840,41.0,709.0,166.0,576.0,2641,Django-storages is a project to provide a variety of storage backends in a single library.,182886.0,177918.0,262.0,38,True,['django'],2023-10-09 01:37:41.000,1.14.2,42.0,,3539862.0,conda-forge/django-storages,django-storages,https://pypi.org/project/django-storages,2023-10-09 01:37:41.000,4968.0,3538158.0,https://anaconda.org/conda-forge/django-storages,2023-10-21 14:41:13.604,57956.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,2024-04-26 21:07:26.000,2024-04-26 21:07:18,1694.0,7.0,393,49.0,391.0,55.0,395.0,1463,A flexible forms validation and rendering library for Python.,226414.0,211511.0,161.0,38,True,,2024-01-06 07:53:50.000,3.1.2,28.0,,5843107.0,conda-forge/wtforms,wtforms,https://pypi.org/project/wtforms,2024-01-06 07:52:43.000,14903.0,5838430.0,https://anaconda.org/conda-forge/wtforms,2024-02-21 18:50:20.997,215179.0,1.0,,,,,,,,,,,,,,,,,, +67,asgiref,django/asgiref,servers,,https://github.com/django/asgiref,https://github.com/django/asgiref,BSD-3-Clause,2015-12-23 17:07:13.000,2024-03-24 08:31:22.169,2024-03-22 20:48:54,452.0,9.0,200,42.0,247.0,43.0,175.0,1393,ASGI specification and utilities.,840505.0,839131.0,97.0,38,True,,2024-03-22 14:39:34.000,3.8.1,64.0,,27381996.0,conda-forge/asgiref,asgiref,https://pypi.org/project/asgiref,2024-03-22 14:39:34.000,1374.0,27358322.0,https://anaconda.org/conda-forge/asgiref,2024-03-24 08:31:22.169,1112687.0,2.0,,,,,,,,,,,,,,,,,, +68,pytube,pytube/pytube,third-party-apis,,https://github.com/pytube/pytube,https://github.com/pytube/pytube,Unlicense,2012-03-18 19:33:44.000,2024-04-20 23:29:18.000,2023-05-20 10:08:41,1461.0,,2213,195.0,651.0,553.0,771.0,10304,"A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.",36141.0,35693.0,112.0,37,True,,2023-05-07 19:40:40.414,15.0.0,86.0,,547733.0,conda-forge/pytube,pytube,https://pypi.org/project/pytube,2023-05-07 19:40:40.414,448.0,547226.0,https://anaconda.org/conda-forge/pytube,2023-06-16 19:27:33.750,15721.0,2.0,,,,,,,,,,,,,,,,,, +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,2024-05-02 11:04:16.000,2024-04-17 17:19:18,1900.0,8.0,925,263.0,1174.0,162.0,851.0,9388,"The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability,..",10851.0,9123.0,202.0,37,True,,2023-12-05 06:19:32.000,3.1.3,81.0,7393.0,700160.0,conda-forge/falcon,falcon,https://pypi.org/project/falcon,2023-12-05 06:19:32.000,1728.0,691444.0,https://anaconda.org/conda-forge/falcon,2023-12-07 03:16:59.124,367048.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,2024-05-02 07:59:55.000,2024-04-29 11:49:57,9049.0,29.0,2195,266.0,2794.0,118.0,1406.0,6098,Domain-driven e-commerce for Django.,1136.0,1092.0,364.0,37,True,['django'],2024-02-08 09:53:27.000,3.2.4,152.0,,20018.0,,django-oscar,https://pypi.org/project/django-oscar,2024-05-02 07:59:55.000,44.0,20018.0,,,,1.0,,,,,,,,,,,,,,,,,, +71,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,2024-05-02 01:04:39.000,2024-04-15 07:12:42,1316.0,10.0,788,160.0,702.0,103.0,1170.0,5945,Developer-friendly asynchrony for Django.,1384.0,21.0,262.0,37,True,['django'],2024-04-03 14:01:54.000,4.1.0,67.0,,1343223.0,conda-forge/channels,channels,https://pypi.org/project/channels,2024-04-03 14:01:54.000,1363.0,1339004.0,https://anaconda.org/conda-forge/channels,2024-04-03 15:47:17.698,181440.0,1.0,,,,,,,,,,,,,,,,,, +72,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,2024-04-19 06:46:34.000,2023-10-15 10:04:30,3087.0,,1558,156.0,1019.0,492.0,988.0,5644,Simple and extensible administrative interface framework for Flask.,27856.0,25436.0,364.0,37,True,['flask'],2023-06-19 22:55:48.000,1.6.1,39.0,,967928.0,conda-forge/flask-admin,flask-admin,https://pypi.org/project/flask-admin,2023-02-20 12:55:50.822,2420.0,966282.0,https://anaconda.org/conda-forge/flask-admin,2023-06-16 13:25:18.421,149798.0,1.0,,,,,,,,,,,,,,,,,, +73,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,2024-04-16 17:42:32.000,2024-04-16 17:42:28,1374.0,10.0,500,107.0,378.0,35.0,1040.0,4984,Library for building WebSocket servers and clients in Python.,186033.0,181256.0,72.0,37,True,,2023-10-21 14:25:02.000,12.0,39.0,,27323589.0,conda-forge/websockets,websockets,https://pypi.org/project/websockets,2023-10-21 14:19:28.000,4777.0,27265784.0,https://anaconda.org/conda-forge/websockets,2023-10-21 19:12:20.114,2543438.0,1.0,,,,,,,,,,,,,,,python-websockets/websockets,,, +74,pyjwt,jpadilla/pyjwt,auth,,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011-02-24 20:25:09.000,2024-04-29 22:51:13.000,2024-03-22 16:01:19,819.0,3.0,700,59.0,516.0,20.0,414.0,4909,JSON Web Token implementation in Python.,567171.0,554956.0,140.0,37,True,,2023-07-18 20:02:21.000,2.8.0,48.0,,154701878.0,conda-forge/pyjwt,pyjwt,https://pypi.org/project/pyjwt,2023-07-18 20:02:21.000,12215.0,154371944.0,https://anaconda.org/conda-forge/pyjwt,2024-02-02 17:34:13.319,13197389.0,1.0,,,,,,,,,,,,,,,,,, +75,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,2024-04-30 12:25:03.000,2024-04-15 19:39:17,1481.0,10.0,743,83.0,859.0,101.0,935.0,4420,Connexion is a modern Python web framework that makes spec-first and api-first development easy.,12950.0,12219.0,224.0,37,True,['openapi'],2024-02-14 08:35:14.000,3.0.6,156.0,,5739999.0,conda-forge/connexion,connexion,https://pypi.org/project/connexion,2024-02-14 08:35:14.000,731.0,5732736.0,https://anaconda.org/conda-forge/connexion,2024-02-14 11:14:58.306,283266.0,1.0,,,,,,,,,,,,,,,spec-first/connexion,,, +76,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,2024-03-27 13:33:51.913,2024-03-27 09:46:48,1322.0,12.0,749,68.0,745.0,62.0,765.0,4322,A generic system for filtering Django QuerySets based on user selections.,170195.0,161296.0,214.0,37,True,['django'],2023-04-23 17:35:23.000,23.1,44.0,,4961527.0,conda-forge/django-filter,django-filter,https://pypi.org/project/django-filter,2024-03-27 09:47:19.000,8899.0,4958602.0,https://anaconda.org/conda-forge/django-filter,2024-03-27 13:33:51.913,137479.0,1.0,,,,,,,,,,,,,,,,,, +77,authlib,lepture/authlib,auth,,https://github.com/lepture/authlib,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26.000,2024-04-23 08:31:42.000,2024-04-08 13:03:35,1391.0,16.0,411,60.0,199.0,81.0,351.0,4275,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",32881.0,32458.0,113.0,37,True,,2023-12-17 23:51:31.000,1.3.0,40.0,,8953015.0,conda-forge/authlib,authlib,https://pypi.org/project/authlib,2023-12-17 23:51:31.000,423.0,8950289.0,https://anaconda.org/conda-forge/authlib,2023-12-18 02:03:16.423,130855.0,1.0,,,,,,,,,,,,,,,,,, +78,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000,2024-05-02 16:37:51.000,2024-05-02 16:37:46,8572.0,156.0,891,135.0,1082.0,8.0,1180.0,4272,"Pythons all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides..",1357.0,1333.0,38.0,37,True,,2024-05-01 17:05:57.000,4.26.1,918.0,,564272.0,,seleniumbase,https://pypi.org/project/seleniumbase,2024-05-01 17:05:57.000,24.0,564272.0,,,,1.0,,,,,,,,,,,,,,,,,, +79,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,2024-05-01 12:56:14.000,2024-05-01 12:56:13,1099.0,6.0,917,113.0,610.0,12.0,643.0,4153,Adds SQLAlchemy support to Flask.,427135.0,400396.0,121.0,37,True,['flask'],2023-09-11 21:43:39.000,3.1.1,35.0,541.0,7091691.0,conda-forge/flask-sqlalchemy,flask-sqlalchemy,https://pypi.org/project/flask-sqlalchemy,2023-09-11 21:42:34.000,26739.0,7087491.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2023-06-16 13:17:53.221,398616.0,1.0,,,,,,,,,,,,,,,pallets-eco/flask-sqlalchemy,,, +80,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,2024-05-02 16:29:05.000,2024-04-01 21:54:30,1297.0,17.0,889,163.0,684.0,24.0,774.0,3792,Slack Developer Kit for Python.,2167.0,1.0,165.0,37,True,,2024-02-28 02:12:31.000,3.27.1,100.0,197.0,5443870.0,conda-forge/slackclient,slackclient,https://pypi.org/project/slackclient,2022-04-22 00:25:51.000,2166.0,5435695.0,https://anaconda.org/conda-forge/slackclient,2023-06-16 13:23:23.749,760027.0,2.0,,,,,,,,,,,,,,,,,, +81,rdflib,RDFLib/rdflib,others,,https://github.com/RDFLib/rdflib,https://github.com/RDFLib/rdflib,BSD-3-Clause,2012-02-03 05:49:13.000,2024-04-29 19:21:48.000,2024-04-27 11:38:58,4976.0,53.0,541,83.0,1406.0,281.0,964.0,2081,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",20445.0,18159.0,189.0,37,True,,2023-08-01 21:17:28.000,7.0.0,37.0,261.0,3103075.0,conda-forge/rdflib,rdflib,https://pypi.org/project/rdflib,2023-08-01 21:14:52.000,2286.0,3091511.0,https://anaconda.org/conda-forge/rdflib,2023-08-02 14:39:27.018,497182.0,2.0,,,,,,,,,,,,,,,,,, +82,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,2024-05-02 10:59:28.000,2024-03-25 14:11:19,1631.0,14.0,848,79.0,1074.0,180.0,560.0,1889,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,9437.0,8306.0,258.0,37,True,,2024-03-25 12:16:59.000,3.8.0,69.0,797.0,9045970.0,conda-forge/jira,jira,https://pypi.org/project/jira,2024-03-25 12:16:59.000,1131.0,9041831.0,https://anaconda.org/conda-forge/jira,2024-03-26 12:08:07.235,128048.0,2.0,,,,,,,,,,,,,,,,,, +83,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,2024-05-01 11:41:31.000,2024-05-01 11:41:30,1363.0,11.0,377,47.0,191.0,81.0,171.0,1836,Parse feeds in Python.,87089.0,79465.0,57.0,37,True,,2023-12-10 16:03:19.000,6.0.11,24.0,,3160864.0,conda-forge/feedparser,feedparser,https://pypi.org/project/feedparser,2023-12-10 16:03:19.000,7624.0,3145661.0,https://anaconda.org/conda-forge/feedparser,2024-01-10 16:15:29.292,729766.0,1.0,,,,,,,,,,,,,,,,,, +84,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,2024-05-02 06:40:25.000,2024-04-22 11:26:24,1720.0,23.0,686,124.0,480.0,27.0,287.0,1779,A Python module for communicating with the Twilio API and generating TwiML.,43315.0,39740.0,140.0,37,True,,2024-04-18 11:22:32.000,9.0.5,315.0,,3399599.0,conda-forge/twilio,twilio,https://pypi.org/project/twilio,2024-04-18 11:22:32.000,3575.0,3395673.0,https://anaconda.org/conda-forge/twilio,2024-04-18 14:21:04.807,188481.0,2.0,,,,,,,,,,,,,,,,,, +85,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,2024-05-01 21:24:14.000,2024-04-29 18:49:19,1627.0,100.0,556,38.0,2051.0,309.0,1355.0,1604,OpenTelemetry Python API and SDK.,15923.0,15919.0,241.0,37,True,,2024-03-28 19:26:36.000,1.24.0,55.0,,99173.0,conda-forge/opentelemetry-api,timing-asgi,https://pypi.org/project/timing-asgi,2023-07-18 10:20:43.208,4.0,88124.0,https://anaconda.org/conda-forge/opentelemetry-api,2024-03-28 21:00:55.327,486187.0,2.0,,,,,,,,,,,,,,,,,, +86,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,2024-05-02 15:56:38.000,2024-04-26 23:00:37,1651.0,51.0,403,39.0,927.0,9.0,351.0,1551,Python library for the Stripe API.,2036.0,,194.0,37,True,,2024-04-25 20:44:50.000,9.4.0,394.0,,3554686.0,anaconda/stripe,stripe,https://pypi.org/project/stripe,2024-04-25 20:56:10.000,2036.0,3554338.0,https://anaconda.org/anaconda/stripe,2023-06-16 13:06:07.020,35572.0,2.0,,,,,,,,,,,,,,,,,, +87,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,2024-04-28 02:12:57.858,2024-04-27 22:35:07,1361.0,17.0,373,25.0,667.0,148.0,338.0,1182,Python 3.X client for HashiCorp Vault.,4912.0,4495.0,200.0,37,True,,2024-04-27 22:39:51.000,2.2.0,72.0,676.0,15710065.0,conda-forge/hvac,hvac,https://pypi.org/project/hvac,2024-04-27 22:39:51.000,417.0,15699766.0,https://anaconda.org/conda-forge/hvac,2024-04-28 02:12:57.858,483782.0,2.0,,,,,,,,,,,,,,,,,, +88,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,2024-05-01 15:41:41.000,2024-05-01 15:41:40,1690.0,27.0,172,24.0,633.0,28.0,245.0,1138,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,20414.0,13264.0,87.0,37,True,['openapi'],2024-04-22 17:39:46.000,6.6.1,116.0,,7200546.0,conda-forge/apispec,apispec,https://pypi.org/project/apispec,2024-04-22 17:39:46.000,7150.0,7186065.0,https://anaconda.org/conda-forge/apispec,2024-04-25 03:31:00.362,680636.0,1.0,,,,,,,,,,,,,,,,,, +89,pyopenssl,pyca/pyopenssl,others,,https://github.com/pyca/pyopenssl,https://github.com/pyca/pyopenssl,Apache-2.0,2014-01-09 20:10:36.000,2024-03-09 23:16:23.000,2024-03-09 23:14:15,2238.0,4.0,426,53.0,767.0,84.0,469.0,859,A Python wrapper around the OpenSSL library.,233217.0,217516.0,111.0,37,True,,2024-03-09 23:16:23.000,24.1.0,36.0,,95444843.0,conda-forge/pyopenssl,pyopenssl,https://pypi.org/project/pyopenssl,2024-03-09 23:16:23.000,15701.0,94548338.0,https://anaconda.org/conda-forge/pyopenssl,2024-01-31 00:17:49.640,37653220.0,2.0,,,,,,,,,,,,,,,,,, +90,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,2024-05-01 12:58:46.000,2024-05-01 12:58:45,727.0,20.0,147,26.0,324.0,4.0,113.0,598,Safely add untrusted strings to HTML/XML markup.,1669519.0,1593911.0,44.0,37,True,,2024-02-02 16:31:56.000,2.1.5,31.0,4421.0,171136964.0,conda-forge/markupsafe,markupsafe,https://pypi.org/project/markupsafe,2024-02-02 16:30:04.000,75608.0,170236457.0,https://anaconda.org/conda-forge/markupsafe,2024-02-02 19:37:02.898,39617080.0,2.0,,,,,,,,,,,,,,,,,, +91,impacket,SecureAuthCorp/impacket,others,,https://github.com/fortra/impacket,https://github.com/fortra/impacket,Apache-2.0,2015-04-15 14:04:07.000,2024-05-02 15:48:37.000,2024-05-02 13:02:42,3964.0,27.0,3446,373.0,809.0,194.0,725.0,12717,Impacket is a collection of Python classes for working with network protocols.,4697.0,4601.0,225.0,36,True,,2023-08-03 17:36:40.000,impacket_0_11_0,16.0,210086.0,133128.0,,impacket,https://pypi.org/project/impacket,2023-08-03 17:31:48.000,96.0,131183.0,,,,2.0,,,,,,,,,,,,,,,fortra/impacket,,, +92,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,2024-03-24 05:13:00.000,2023-10-06 20:15:26,1755.0,,816,143.0,542.0,132.0,877.0,7977,GraphQL framework for Python.,21815.0,20945.0,207.0,36,True,['graphql'],2023-07-26 06:47:55.000,3.3.0,98.0,,6946100.0,conda-forge/graphene,graphene,https://pypi.org/project/graphene,2023-07-26 06:48:37.000,870.0,6937404.0,https://anaconda.org/conda-forge/graphene,2023-07-26 14:03:33.843,295688.0,1.0,,,,,,,,,,,,,,,,,, +93,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,2024-04-23 19:17:35.000,2023-05-21 03:47:13,837.0,,1027,175.0,421.0,147.0,459.0,6775,Simple framework for creating REST APIs.,113968.0,106711.0,161.0,36,True,['flask'],2023-05-21 03:59:07.841,0.3.10,33.0,,1866500.0,conda-forge/flask-restful,flask-restful,https://pypi.org/project/flask-restful,2023-05-21 03:59:07.841,7257.0,1864494.0,https://anaconda.org/conda-forge/flask-restful,2023-06-16 13:21:11.595,184621.0,2.0,,,,,,,,,,,,,,,,,, +94,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,2024-04-29 21:02:38.000,2024-04-29 21:02:38,806.0,24.0,541,77.0,675.0,6.0,262.0,5269,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,228161.0,221388.0,69.0,36,True,['django'],2023-11-14 17:27:27.000,4.3.1,55.0,,6161349.0,conda-forge/django-cors-headers,django-cors-headers,https://pypi.org/project/django-cors-headers,2023-11-14 17:27:27.000,6773.0,6159262.0,https://anaconda.org/conda-forge/django-cors-headers,2023-11-14 19:33:39.439,98106.0,1.0,,,,,,,,,,,,,,,,,, +95,litestar,litestar-org/litestar,web-frameworks,,https://github.com/litestar-org/litestar,https://github.com/litestar-org/litestar,MIT,2021-12-06 19:43:06.000,2024-05-02 15:49:23.000,2024-04-30 17:58:25,2772.0,205.0,320,38.0,2258.0,152.0,866.0,4469,"Production-ready, Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs.",538.0,518.0,188.0,36,True,['openapi'],2024-04-09 08:20:01.000,2.8.2,100.0,,1339952.0,,litestar,https://pypi.org/project/litestar,2024-04-09 08:20:01.000,20.0,1339952.0,,,,2.0,,,,,,,,,,,,,,,,,, +96,pyramid,Pylons/pyramid,web-frameworks,,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,,2010-10-24 22:00:35.000,2024-04-12 04:38:27.000,2024-03-03 23:38:59,11899.0,42.0,931,162.0,2702.0,77.0,984.0,3900,Pyramid - A Python web framework.,19512.0,16617.0,351.0,36,False,,2023-08-25 06:33:20.000,2.0.2,151.0,,2692556.0,pyramid,pyramid,https://pypi.org/project/pyramid,2023-08-25 06:33:20.000,2891.0,2692495.0,https://anaconda.org/anaconda/pyramid,2023-06-16 13:05:11.275,6235.0,2.0,,,,,,,,,,,,,,,,4.0,, +97,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,2024-05-02 16:29:05.000,2024-04-01 21:54:30,1297.0,17.0,889,163.0,684.0,24.0,774.0,3792,Slack Developer Kit for Python.,244.0,1.0,165.0,36,True,,2024-02-28 02:12:31.000,3.27.1,103.0,197.0,18933510.0,conda-forge/slack-sdk,slack-sdk,https://pypi.org/project/slack-sdk,2024-02-28 02:10:27.000,243.0,18929036.0,https://anaconda.org/conda-forge/slack-sdk,2024-02-28 05:03:52.090,174393.0,2.0,,,,,,,,,,,,,,,,,, +98,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,2024-05-01 20:49:13.000,2024-04-30 09:55:27,1902.0,25.0,1302,112.0,763.0,568.0,752.0,3546,Modular search for Django.,9724.0,9627.0,216.0,36,True,['django'],2023-12-07 17:10:09.000,3.2.1,46.0,,121631.0,conda-forge/django-haystack,django-haystack,https://pypi.org/project/django-haystack,2024-05-01 20:49:13.000,97.0,119625.0,https://anaconda.org/conda-forge/django-haystack,2024-02-11 15:33:14.217,6018.0,1.0,,,,,,,,,,,,,,,,,, +99,structlog,hynek/structlog,others,,https://github.com/hynek/structlog,https://github.com/hynek/structlog,Apache-2.0,2013-08-13 15:55:58.000,2024-04-12 18:32:54.000,2024-04-06 23:32:23,1552.0,20.0,204,34.0,300.0,27.0,290.0,3187,"Simple, powerful, and fast logging for Python.",12967.0,11753.0,114.0,36,True,,2024-01-08 09:52:50.000,24.1.0,34.0,,17133907.0,,structlog,https://pypi.org/project/structlog,2024-01-08 09:52:50.000,1214.0,17133907.0,,,,2.0,,,,,,,,,,,,,,,,,, +100,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,2024-05-02 11:12:10.000,2024-05-02 10:52:23,1054.0,74.0,358,47.0,331.0,107.0,191.0,2596,Django model mixins and utilities.,28848.0,23958.0,138.0,36,True,['django'],2024-05-02 11:12:11.000,4.5.1,41.0,,1628783.0,,django-model-utils,https://pypi.org/project/django-model-utils,2024-04-01 19:32:53.000,4890.0,1628783.0,,,,1.0,,,,,,,,,,,,,,,,,, +101,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,2024-04-09 09:26:32.000,2024-04-09 09:26:26,1232.0,28.0,243,13.0,322.0,95.0,815.0,2120,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,93647.0,93555.0,114.0,36,True,['openapi'],2024-04-01 18:05:26.000,0.27.2,64.0,,2042547.0,conda-forge/drf-spectacular,drf-spectacular,https://pypi.org/project/drf-spectacular,2024-04-01 18:00:17.000,92.0,2041529.0,https://anaconda.org/conda-forge/drf-spectacular,2024-04-01 20:33:57.479,32591.0,2.0,,,,,,,,,,,,,,,,,, +102,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,2024-04-29 17:45:31.000,2024-03-18 19:19:58,1320.0,10.0,460,44.0,757.0,156.0,431.0,2097,Store model history and view/revert changes from admin site.,5686.0,5222.0,180.0,36,True,['django'],2024-02-23 22:10:18.000,3.5.0,47.0,,1268720.0,,django-simple-history,https://pypi.org/project/django-simple-history,2024-02-23 22:10:18.000,464.0,1268720.0,,,,1.0,,,,,,,,,,,,,,,,,, +103,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,2024-04-22 23:43:51.000,2024-04-22 23:41:04,4504.0,7.0,357,54.0,248.0,252.0,1523.0,1786,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",23092.0,12707.0,144.0,36,True,,2023-12-13 14:33:25.000,18.9.0,120.0,,874768.0,anaconda/cherrypy,cherrypy,https://pypi.org/project/cherrypy,2023-12-13 14:33:25.000,10385.0,874560.0,https://anaconda.org/anaconda/cherrypy,2023-06-16 13:06:07.509,21238.0,2.0,,,,,,,,,,,,,,,,,, +104,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,2024-03-21 01:30:43.000,2024-03-21 01:30:42,512.0,13.0,210,47.0,129.0,13.0,187.0,1782,"Accurately separates a URLs subdomain, domain, and public suffix, using the Public Suffix List (PSL).",29016.0,27796.0,51.0,36,True,,2024-03-19 04:11:30.000,5.1.2,61.0,,10405918.0,conda-forge/tldextract,tldextract,https://pypi.org/project/tldextract,2024-03-19 04:08:08.000,1220.0,10392886.0,https://anaconda.org/conda-forge/tldextract,2024-03-19 06:08:54.631,469184.0,1.0,,,,,,,,,,,,,,,,,, +105,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,2024-05-02 15:46:51.000,2024-05-02 15:11:28,1631.0,151.0,419,19.0,1403.0,228.0,531.0,1461,PEP-484 stubs for Django.,10409.0,10288.0,258.0,36,True,['django'],2024-04-30 10:03:11.000,5.0.0,53.0,,1330369.0,conda-forge/django-stubs,django-stubs,https://pypi.org/project/django-stubs,2024-04-30 10:03:11.000,121.0,1329737.0,https://anaconda.org/conda-forge/django-stubs,2024-05-01 21:14:00.283,23394.0,1.0,,,,,,,,,,,,,,,,,, +106,waitress,Pylons/waitress,servers,,https://github.com/Pylons/waitress,https://github.com/Pylons/waitress,ZPL-2.1,2011-12-17 06:58:21.000,2024-05-01 06:28:53.000,2024-02-05 05:02:24,1013.0,22.0,167,37.0,199.0,15.0,221.0,1376,Waitress - A WSGI server for Python 3.,185131.0,181411.0,54.0,36,False,,2024-02-04 23:35:02.000,3.0.0,50.0,,4671277.0,conda-forge/waitress,waitress,https://pypi.org/project/waitress,2024-02-04 23:33:53.000,3720.0,4666892.0,https://anaconda.org/conda-forge/waitress,2024-02-05 01:00:24.086,184195.0,2.0,,,,,,,,,,,,,,,,,, +107,SeleniumLibrary,robotframework/SeleniumLibrary,testing,,https://github.com/robotframework/SeleniumLibrary,https://github.com/robotframework/SeleniumLibrary,Apache-2.0,2011-10-22 08:01:34.000,2024-04-30 11:39:53.000,2024-04-30 11:39:53,2405.0,45.0,743,147.0,853.0,80.0,972.0,1343,Web testing library for Robot Framework.,5002.0,4864.0,120.0,36,True,,2024-04-19 22:27:10.000,6.3.0,65.0,3580.0,1565437.0,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,https://pypi.org/project/robotframework-seleniumlibrary,2024-04-19 13:18:11.000,138.0,1563637.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2024-04-19 18:12:27.687,81320.0,2.0,,,,,,,,,,,,,,,,,, +108,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,2024-04-29 23:32:10.000,2024-04-29 23:32:04,247.0,21.0,235,39.0,138.0,5.0,142.0,765,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,46446.0,6.0,37.0,36,True,,2024-02-02 01:22:14.000,2024.2.2,59.0,,411295417.0,conda-forge/certifi,certifi,https://pypi.org/project/certifi,2024-02-02 01:22:14.000,46440.0,408901087.0,https://anaconda.org/conda-forge/certifi,2024-02-04 04:52:10.135,112533513.0,2.0,,,,,,,,,,,,,,,,,, +109,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,2024-05-01 16:55:54.000,2024-05-01 16:55:53,538.0,21.0,87,27.0,669.0,19.0,149.0,419,A minimal HTTP client.,130263.0,129951.0,49.0,36,True,,2024-03-27 18:29:04.000,1.0.5,60.0,,59248503.0,conda-forge/httpcore,httpcore,https://pypi.org/project/httpcore,2024-03-27 18:29:04.000,312.0,59212697.0,https://anaconda.org/conda-forge/httpcore,2024-03-28 03:38:51.775,1718717.0,2.0,,,,,,,,,,,,,,,,,, +110,pelican,getpelican/pelican,markdown,,https://github.com/getpelican/pelican,https://github.com/getpelican/pelican,AGPL-3.0,2010-10-16 18:57:40.000,2024-04-19 18:54:27.000,2024-04-19 18:54:27,3803.0,8.0,1801,340.0,1568.0,50.0,1620.0,12269,Static site generator that supports Markdown and reST syntax. Powered by Python.,8004.0,7783.0,456.0,35,True,,2023-11-15 17:16:49.000,4.9.1,60.0,1094.0,27915.0,conda-forge/pelican,pelican,https://pypi.org/project/pelican,2023-11-15 17:16:49.000,221.0,24582.0,https://anaconda.org/conda-forge/pelican,2023-11-27 14:15:58.572,149460.0,1.0,-2.0,,,,,,,,,,,,,,,,, +111,chalice,aws/chalice,serverless,,https://github.com/aws/chalice,https://github.com/aws/chalice,Apache-2.0,2016-05-27 23:27:13.000,2024-04-11 18:42:46.000,2024-02-22 22:38:57,2433.0,8.0,1003,237.0,868.0,469.0,823.0,10310,Python Serverless Microframework for AWS.,3013.0,2852.0,201.0,35,True,,2024-02-27 15:31:29.000,1.31.0,90.0,,304014.0,conda-forge/chalice,chalice,https://pypi.org/project/chalice,2024-02-27 15:31:29.000,161.0,299147.0,https://anaconda.org/conda-forge/chalice,2024-02-27 17:23:49.689,209310.0,1.0,,,,,,,,,,,,,,,,,, +112,weblate,WeblateOrg/weblate,others,,https://github.com/WeblateOrg/weblate,https://github.com/WeblateOrg/weblate,GPL-3.0,2012-02-27 09:33:29.000,2024-05-02 14:49:32.000,2024-05-02 14:48:19,64530.0,1505.0,941,90.0,5596.0,451.0,4779.0,4240,Web based localization tool with tight version control integration.,36.0,34.0,1692.0,35,True,,2024-04-26 10:47:51.000,5.5.2,124.0,5684.0,3657.0,,weblate,https://pypi.org/project/weblate,2024-04-26 10:47:51.000,2.0,3559.0,,,,2.0,,,,,,,,,,,,,,,,,, +113,responses,getsentry/responses,testing,,https://github.com/getsentry/responses,https://github.com/getsentry/responses,Apache-2.0,2013-11-15 23:28:18.000,2024-05-01 02:55:49.000,2024-02-15 16:45:23,754.0,4.0,339,94.0,407.0,11.0,289.0,4045,A utility for mocking out the Python Requests library.,39756.0,36507.0,125.0,35,True,,2024-02-13 21:15:47.000,0.25.0,55.0,285.0,20044187.0,conda-forge/responses,responses,https://pypi.org/project/responses,2024-02-13 21:15:42.000,3249.0,19998621.0,https://anaconda.org/conda-forge/responses,2024-02-14 01:13:01.170,2141517.0,2.0,,,,,,,,,,,,,,,,,, +114,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,2024-04-28 13:50:17.000,2024-04-28 13:50:17,623.0,18.0,562,59.0,192.0,9.0,794.0,3781,Python Socket.IO server and client.,46405.0,44328.0,72.0,35,True,,2024-03-24 09:56:01.000,5.11.2,94.0,,2370565.0,conda-forge/python-socketio,python-socketio,https://pypi.org/project/python-socketio,2024-03-24 09:55:55.000,2077.0,2359350.0,https://anaconda.org/conda-forge/python-socketio,2024-03-24 13:23:09.233,459826.0,2.0,,,,,,,,,,,,,,,,,, +115,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,2024-03-01 18:45:48.000,2024-03-01 18:45:47,1217.0,1.0,459,66.0,308.0,117.0,415.0,2832,Utilities for implementing a modified pre-order traversal tree in django.,24368.0,21038.0,158.0,35,True,['django'],2024-01-16 15:29:27.000,0.16.0,42.0,,630516.0,anaconda/django-mptt,django-mptt,https://pypi.org/project/django-mptt,2024-01-16 15:29:27.000,3330.0,630516.0,https://anaconda.org/anaconda/django-mptt,,,2.0,,,,,,,,,,,,,,,,,, +116,splinter,cobrateam/splinter,testing,,https://github.com/cobrateam/splinter,https://github.com/cobrateam/splinter,BSD-3-Clause,2010-09-18 20:59:15.000,2024-05-02 05:14:17.000,2024-05-02 05:14:16,2297.0,40.0,532,94.0,744.0,58.0,482.0,2686,splinter - python test framework for web applications.,7798.0,6719.0,181.0,35,True,,2024-01-16 00:59:02.000,0.21.0,52.0,,144821.0,,splinter,https://pypi.org/project/splinter,2024-01-16 00:59:02.000,1079.0,144821.0,,,,2.0,,,,,,,,,,,,,,,,,, +117,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000,2024-04-26 16:05:05.000,2024-03-11 18:35:43,1274.0,13.0,365,38.0,452.0,133.0,290.0,2614,Automatically mock your HTTP interactions to simplify and speed up testing.,9652.0,8607.0,142.0,35,True,,2024-01-25 16:17:46.000,6.0.1,72.0,,1276830.0,conda-forge/vcrpy,vcrpy,https://pypi.org/project/vcrpy,2024-01-25 16:17:46.000,1045.0,1269492.0,https://anaconda.org/conda-forge/vcrpy,2024-02-07 19:44:28.619,337570.0,2.0,,,,,,,,,,,,,,,,,, +118,mistune,lepture/mistune,markdown,,https://github.com/lepture/mistune,https://github.com/lepture/mistune,BSD-3-Clause,2014-02-18 10:13:04.000,2024-04-04 13:38:12.000,2024-04-04 13:38:12,658.0,2.0,243,45.0,97.0,29.0,254.0,2452,A fast yet powerful Python Markdown parser with renderers and plugins.,290166.0,280717.0,44.0,35,True,,2023-09-29 23:59:10.000,3.0.2,43.0,,24204453.0,conda-forge/mistune,mistune,https://pypi.org/project/mistune,2023-09-29 23:58:46.000,9449.0,23796587.0,https://anaconda.org/conda-forge/mistune,2023-11-02 17:48:24.922,17538263.0,1.0,,,,,,,,,,,,,,,,,, +119,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000,2024-04-29 21:02:48.000,2024-04-29 21:02:47,805.0,23.0,140,24.0,338.0,32.0,214.0,2437,Radically simplified static file serving for Python web apps.,443496.0,430098.0,64.0,35,True,,2023-10-11 09:40:57.000,6.6.0,52.0,,2819498.0,conda-forge/whitenoise,whitenoise,https://pypi.org/project/whitenoise,2023-10-11 09:40:57.000,13398.0,2817453.0,https://anaconda.org/conda-forge/whitenoise,2023-10-11 12:09:49.301,87939.0,3.0,,,,,,,,,,,,,,,,,, +120,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,2024-04-29 10:20:58.000,2024-04-25 10:22:24,1102.0,43.0,682,103.0,678.0,1.0,297.0,2335,Bootstrap 3 integration with Django.,22917.0,18930.0,99.0,35,True,['django'],2021-04-10 05:34:25.000,15.0.0,103.0,,140315.0,conda-forge/django-bootstrap3,django-bootstrap3,https://pypi.org/project/django-bootstrap3,2024-04-17 05:35:02.000,3987.0,139959.0,https://anaconda.org/conda-forge/django-bootstrap3,2023-06-16 13:24:31.399,28525.0,2.0,,,,,,,,,,,,,,,,,, +121,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,2024-03-24 19:59:40.000,2024-03-24 19:59:35,244.0,7.0,219,26.0,86.0,10.0,399.0,2303,SQLAlchemy database migrations for Flask applications using Alembic.,155728.0,146138.0,50.0,35,True,['flask'],2024-03-11 18:43:03.000,4.0.7,47.0,,1768720.0,conda-forge/flask-migrate,flask-migrate,https://pypi.org/project/flask-migrate,2024-03-11 18:42:59.000,9590.0,1763349.0,https://anaconda.org/conda-forge/flask-migrate,2024-03-12 00:42:36.722,230981.0,1.0,,,,,,,,,,,,,,,,,, +122,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,2024-04-29 20:11:45.000,2024-04-25 16:56:08,1683.0,22.0,158,23.0,650.0,8.0,283.0,1365,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",8733.0,8250.0,78.0,35,True,,2024-01-07 22:59:24.000,8.4.0,102.0,,1598767.0,conda-forge/webargs,webargs,https://pypi.org/project/webargs,2024-01-07 22:59:24.000,483.0,1593785.0,https://anaconda.org/conda-forge/webargs,2024-01-08 03:30:10.349,219228.0,2.0,,,,,,,,,,,,,,,,,, +123,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,2024-04-25 09:23:56.000,2024-01-31 10:49:52,1263.0,,337,40.0,600.0,171.0,377.0,1308,A Django plugin for pytest.,80858.0,74708.0,145.0,35,False,['django'],2024-01-30 13:15:21.000,4.8.0,63.0,,3702635.0,conda-forge/pytest-django,pytest-django,https://pypi.org/project/pytest-django,2024-01-30 13:14:17.000,6150.0,3697799.0,https://anaconda.org/conda-forge/pytest-django,2024-01-30 17:45:23.939,212792.0,2.0,,,,,,,,,,,,,,,,,, +124,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,2024-04-29 11:38:45.000,2024-01-31 11:38:20,1314.0,,158,31.0,778.0,48.0,190.0,1234,Yet another URL library.,3488.0,,88.0,35,True,,2023-12-06 12:49:47.000,1.9.4,97.0,14561.0,103027004.0,conda-forge/yarl,yarl,https://pypi.org/project/yarl,2023-12-06 12:49:47.000,3488.0,102734594.0,https://anaconda.org/conda-forge/yarl,2024-01-17 16:36:35.377,12566843.0,2.0,,,,,,,,,,,,,,,,,, +125,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,2024-04-11 17:23:10.000,2024-04-11 17:23:10,612.0,15.0,182,21.0,193.0,90.0,118.0,976,A toolbelt of useful classes and functions to be used with python-requests.,107271.0,106220.0,71.0,35,True,,2023-05-01 04:12:06.235,1.0.0,21.0,,85106796.0,conda-forge/requests-toolbelt,requests-toolbelt,https://pypi.org/project/requests-toolbelt,2023-05-01 04:12:06.235,1051.0,85070580.0,https://anaconda.org/conda-forge/requests-toolbelt,2023-06-16 13:16:20.351,3549256.0,2.0,,,,,,,,,,,,,,,,,, +126,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,2024-05-02 10:49:47.000,2024-04-22 02:50:26,1768.0,10.0,245,8.0,1914.0,14.0,357.0,898,Extensions for Python Markdown.,31709.0,31430.0,51.0,35,True,,2024-04-27 20:20:31.000,10.8.1,91.0,,3657810.0,conda-forge/pymdown-extensions,pymdown-extensions,https://pypi.org/project/pymdown-extensions,2024-04-27 20:20:31.000,279.0,3653279.0,https://anaconda.org/conda-forge/pymdown-extensions,2024-04-27 23:53:52.066,203937.0,1.0,,,,,,,,,,,,,,,,,, +127,netaddr,netaddr/netaddr,others,,https://github.com/netaddr/netaddr,https://github.com/netaddr/netaddr,BSD-3-Clause,2010-05-24 23:14:56.000,2024-04-12 04:17:44.000,2024-02-20 00:37:48,797.0,93.0,182,40.0,205.0,30.0,146.0,765,A network address manipulation library for Python.,36277.0,31438.0,53.0,35,True,,2024-02-17 20:41:26.000,1.2.1,39.0,,5921467.0,conda-forge/netaddr,netaddr,https://pypi.org/project/netaddr,2024-02-17 20:38:24.000,4839.0,5919546.0,https://anaconda.org/conda-forge/netaddr,2023-06-16 13:18:00.942,180653.0,2.0,,,,,,,,,,,,,,,,,, +128,idna,kjd/idna,others,,https://github.com/kjd/idna,https://github.com/kjd/idna,BSD-3-Clause,2013-05-27 22:22:13.000,2024-04-25 23:13:13.000,2024-04-24 15:31:55,306.0,9.0,86,14.0,86.0,4.0,87.0,235,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,1788600.0,1748413.0,24.0,35,True,,2024-04-11 03:45:28.000,3.7,30.0,9.0,403643296.0,conda-forge/idna,idna,https://pypi.org/project/idna,2024-04-11 03:34:41.000,40187.0,402753509.0,https://anaconda.org/conda-forge/idna,2024-04-16 14:59:09.768,41819588.0,2.0,,,,,,,,,,,,,,,,,, +129,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,2024-04-16 18:50:38.000,2023-04-03 17:09:56,462.0,,1028,272.0,164.0,211.0,219.0,13587,Pythonic HTML Parsing for Humans.,13951.0,13533.0,66.0,34,False,,2019-02-18 21:38:41.000,0.10.0,36.0,,1045741.0,,requests-html,https://pypi.org/project/requests-html,2019-02-17 20:14:17.000,418.0,1045741.0,,,,2.0,,,,,,,,,,,,,,,,,, +130,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,2024-04-15 07:18:19.000,2020-03-04 14:36:33,412.0,,4302,982.0,134.0,593.0,1061.0,12628,TuShare is a utility for crawling historical data of China stocks.,1897.0,1797.0,34.0,34,False,,2024-04-15 07:18:19.000,1.4.6,210.0,,62528.0,,tushare,https://pypi.org/project/tushare,2024-04-15 07:18:19.000,100.0,62528.0,,,,2.0,,,,,,,,,,,,,,,,,, +131,Zappa,Miserlou/Zappa,serverless,,https://github.com/Miserlou/Zappa,https://github.com/Miserlou/Zappa,MIT,2016-01-20 21:57:04.000,2024-04-10 20:45:38.000,2021-02-20 16:10:31,2916.0,,1271,251.0,945.0,702.0,673.0,11893,Serverless Python.,73.0,21.0,261.0,34,False,,2024-04-10 20:45:38.000,0.59.0,135.0,323.0,153802.0,,zappa,https://pypi.org/project/zappa,2024-04-10 20:45:38.000,52.0,153798.0,,,,2.0,,,,,,,,,,,,,,,,,, +132,NiceGUI,zauberzeug/nicegui,web-ui,,https://github.com/zauberzeug/nicegui,https://github.com/zauberzeug/nicegui,MIT,2021-05-07 13:55:05.000,2024-05-02 15:37:08.000,2024-05-02 14:40:31,5384.0,268.0,457,63.0,609.0,40.0,792.0,7450,Create web-based user interfaces with Python. The nice way.,775.0,732.0,112.0,34,True,,2024-04-25 15:36:35.000,1.4.23,232.0,,63592.0,conda-forge/nicegui,nicegui,https://pypi.org/project/nicegui,2024-04-25 15:30:53.000,43.0,62124.0,https://anaconda.org/conda-forge/nicegui,2024-04-26 02:45:30.690,11045.0,2.0,,,,,,,,,,zauberzeug/nicegui,https://hub.docker.com/r/zauberzeug/nicegui,2024-04-25 15:55:45.552074,10.0,22291.0,,,, +133,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,2024-04-27 23:41:16.000,2024-04-27 23:41:14,472.0,3.0,903,106.0,125.0,10.0,1565.0,5276,Socket.IO integration for Flask applications.,40140.0,37730.0,69.0,34,True,['flask'],2023-09-05 09:35:27.000,5.3.6,88.0,,937455.0,conda-forge/flask-socketio,flask-socketio,https://pypi.org/project/flask-socketio,2023-09-05 09:35:23.000,2410.0,928939.0,https://anaconda.org/conda-forge/flask-socketio,2023-09-05 13:08:38.777,391765.0,2.0,,,,,,,,,,,,,,,,,, +134,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,2024-04-13 06:52:36.000,2024-04-13 06:52:11,1774.0,1.0,735,115.0,699.0,63.0,636.0,4923,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,150339.0,142270.0,226.0,34,True,['django'],2023-10-15 09:24:57.000,2.1,41.0,,1256716.0,conda-forge/django-crispy-forms,django-crispy-forms,https://pypi.org/project/django-crispy-forms,2023-10-15 09:27:10.000,8069.0,1254475.0,https://anaconda.org/conda-forge/django-crispy-forms,2023-10-15 12:16:27.870,94142.0,2.0,,,,,,,,,,,,,,,,,, +135,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,2024-04-18 09:55:00.000,2024-04-18 04:00:31,966.0,8.0,760,70.0,627.0,151.0,676.0,4233,"Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.",15167.0,14645.0,222.0,34,True,"['django', 'graphql']",2024-04-09 00:41:38.000,3.2.1,66.0,,556691.0,conda-forge/graphene-django,graphene-django,https://pypi.org/project/graphene-django,2024-04-09 00:41:38.000,522.0,555971.0,https://anaconda.org/conda-forge/graphene-django,2024-04-09 08:32:57.711,33854.0,1.0,,,,,,,,,,,,,,,,,, +136,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,2024-04-24 19:28:35.000,2024-04-24 19:28:33,1295.0,2.0,1172,126.0,838.0,405.0,527.0,3891,Creating delicious APIs for Django apps since 2010.,8289.0,5755.0,201.0,34,True,['django'],2024-04-23 20:30:17.000,0.14.7,28.0,,72142.0,,django-tastypie,https://pypi.org/project/django-tastypie,2024-04-23 20:29:22.000,2534.0,72142.0,,,,3.0,,,,,,,,,,,,,,,,,, +137,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,2024-04-29 02:57:47.000,2024-04-16 14:17:42,560.0,6.0,816,72.0,429.0,93.0,440.0,3782,Python client for the Prometheus monitoring system.,898.0,,146.0,34,True,,2024-02-14 15:55:57.000,0.20.0,50.0,,35239488.0,conda-forge/prometheus_client,prometheus-client,https://pypi.org/project/prometheus-client,2024-02-14 15:55:03.000,898.0,34905006.0,https://anaconda.org/conda-forge/prometheus_client,2024-02-14 17:48:15.061,16055178.0,2.0,,,,,,,,,,,,,,,,,, +138,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,2024-05-01 20:47:33.000,2024-05-01 20:47:32,3105.0,62.0,500,41.0,2429.0,489.0,551.0,3772,A GraphQL library for Python that leverages type annotations.,102.0,,247.0,34,True,['graphql'],2024-05-01 20:46:01.000,0.227.3,824.0,449.0,892650.0,,strawberry-graphql,https://pypi.org/project/strawberry-graphql,2024-05-01 20:46:01.000,102.0,892610.0,,,,1.0,,,,,,,,,,,,,,,,,, +139,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,2024-04-29 10:07:13.000,2024-04-29 10:07:13,1945.0,13.0,657,91.0,336.0,9.0,715.0,3597,A jazzy skin for the Django Admin-Interface (official repository).,7864.0,6158.0,90.0,34,True,['django'],2024-04-25 10:02:16.000,4.0.1,82.0,,209067.0,conda-forge/django-grappelli,django-grappelli,https://pypi.org/project/django-grappelli,2024-04-25 10:02:16.000,1706.0,205894.0,https://anaconda.org/conda-forge/django-grappelli,2024-04-26 06:10:18.409,133275.0,2.0,,,,,,,,,,,,,,,,,, +140,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,2024-05-01 16:34:57.000,2024-04-01 17:34:49,531.0,1.0,790,72.0,406.0,18.0,404.0,3491,Flask user session management.,178419.0,165315.0,119.0,34,True,['flask'],2023-10-30 14:56:07.000,0.6.3,25.0,,6179533.0,conda-forge/flask-login,flask-login,https://pypi.org/project/flask-login,2023-10-30 14:53:19.000,13104.0,6170796.0,https://anaconda.org/conda-forge/flask-login,2023-11-06 12:27:42.095,227182.0,2.0,,,,,,,,,,,,,,,,,, +141,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,2024-04-15 08:49:03.000,2024-04-09 21:14:19,411.0,57.0,508,61.0,197.0,,126.0,3473,Up-to-date simple useragent faker with real world database.,28589.0,27555.0,16.0,34,True,,2024-03-16 14:28:30.000,1.5.1,34.0,,1733368.0,conda-forge/fake-useragent,fake-useragent,https://pypi.org/project/fake-useragent,2024-03-16 14:28:30.000,1034.0,1732813.0,https://anaconda.org/conda-forge/fake-useragent,2023-11-25 01:47:49.143,19425.0,2.0,,,,,,,,,,,,,,,fake-useragent/fake-useragent,,, +142,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,2024-03-27 06:54:06.000,2023-07-20 14:29:45,530.0,,427,31.0,256.0,237.0,406.0,3327,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,104524.0,104131.0,66.0,34,True,"['openapi', 'django']",2023-07-20 13:47:31.000,1.21.7,62.0,,2178937.0,conda-forge/drf-yasg,drf-yasg,https://pypi.org/project/drf-yasg,2023-07-20 13:47:31.000,393.0,2178742.0,https://anaconda.org/conda-forge/drf-yasg,2023-10-25 19:51:12.475,9013.0,2.0,,,,,,,,,,,,,,,,,, +143,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,2024-04-29 15:10:16.000,2024-04-12 16:36:55,4159.0,6.0,457,73.0,1270.0,7.0,743.0,3321,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddits API.",21870.0,20036.0,226.0,34,True,,2023-07-11 20:51:56.555,7.7.1,127.0,,239662.0,conda-forge/praw,praw,https://pypi.org/project/praw,2023-07-11 20:51:56.555,1834.0,238177.0,https://anaconda.org/conda-forge/praw,2023-09-23 21:19:51.770,46043.0,2.0,,,,,,,,,,,,,,,,,, +144,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,2024-02-28 22:40:39.000,2024-01-30 20:02:26,1533.0,,485,56.0,316.0,15.0,635.0,2978,django-reversion is an extension to the Django web framework that provides version control for model instances.,9513.0,7389.0,192.0,34,True,['django'],2024-01-30 20:05:52.000,5.0.12,83.0,,458910.0,,django-reversion,https://pypi.org/project/django-reversion,2024-01-30 20:05:52.000,2124.0,458910.0,,,,2.0,-2.0,,,,,,,,,,,,,,,,, +145,trafilatura,adbar/trafilatura,web-scraping,,https://github.com/adbar/trafilatura,https://github.com/adbar/trafilatura,Apache-2.0,2019-04-08 11:38:48.000,2024-05-02 16:01:00.000,2024-05-02 10:17:52,1493.0,42.0,214,28.0,257.0,64.0,248.0,2854,"Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments.",3058.0,2955.0,40.0,34,True,,2024-05-02 10:18:26.000,1.9.0,44.0,,481284.0,,trafilatura,https://pypi.org/project/trafilatura,2024-05-02 10:16:46.000,103.0,481284.0,,,,1.0,,,,,,,,,,,,,,,,,, +146,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,2024-04-15 15:10:06.000,2024-04-15 15:10:06,917.0,1.0,243,44.0,350.0,7.0,369.0,2619,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,327811.0,315092.0,79.0,34,True,,2023-10-06 19:30:49.000,6.1.0,58.0,,23176942.0,conda-forge/bleach,bleach,https://pypi.org/project/bleach,2023-10-06 19:30:49.000,12719.0,22784262.0,https://anaconda.org/conda-forge/bleach,2023-10-06 22:13:27.662,17277931.0,2.0,,,,,,,,,,,,,,,,,, +147,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,2024-05-02 13:04:08.000,2024-04-22 19:19:01,1165.0,31.0,425,60.0,259.0,92.0,237.0,2585,markdown2: A fast and complete implementation of Markdown in Python.,2450.0,,75.0,34,True,,2024-02-25 23:13:56.000,2.4.13,54.0,,2294738.0,,markdown2,https://pypi.org/project/markdown2,2024-02-25 23:13:56.000,2450.0,2294738.0,,,,2.0,,,,,,,,,,,,,,,,,, +148,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,2024-04-28 16:32:07.000,2024-04-13 18:34:22,3338.0,6.0,813,100.0,745.0,182.0,706.0,2463,WebSocket and WAMP in Python for Twisted and asyncio.,34075.0,32109.0,135.0,34,True,,2023-07-20 16:17:16.961,0.12.0,155.0,,1161136.0,conda-forge/autobahn,autobahn,https://pypi.org/project/autobahn,2023-07-20 16:17:16.961,1966.0,1150859.0,https://anaconda.org/conda-forge/autobahn,2023-06-14 11:29:38.363,483027.0,2.0,,,,,,,,,,,,,,,,,, +149,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,2024-03-26 07:56:00.000,2024-03-26 07:56:00,831.0,9.0,702,54.0,221.0,17.0,527.0,2368,Django admin CKEditor integration.,42688.0,41156.0,130.0,34,True,['django'],2024-02-08 07:43:53.000,6.7.1,55.0,,519643.0,,django-ckeditor,https://pypi.org/project/django-ckeditor,2024-02-08 07:43:53.000,1532.0,519643.0,,,,2.0,,,,,,,,,,,,,,,,,, +150,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,2024-05-01 20:21:49.000,2024-04-23 17:53:31,1094.0,46.0,263,25.0,1401.0,152.0,348.0,2312,"Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data..",1265.0,1184.0,118.0,34,True,['openapi'],2024-04-25 17:06:20.000,0.25.6,186.0,,957062.0,,datamodel-code-generator,https://pypi.org/project/datamodel-code-generator,2024-04-25 17:06:20.000,81.0,957062.0,,,,2.0,,,,,,,,,,,,,,,,,, +151,daphne,django/daphne,websocket,,https://github.com/django/daphne,https://github.com/django/daphne,BSD-3-Clause,2015-12-23 17:06:46.000,2024-04-11 15:00:52.961,2024-04-11 13:23:49,425.0,8.0,254,44.0,180.0,45.0,279.0,2266,Django Channels HTTP/WebSocket server.,27986.0,27195.0,70.0,34,True,['django'],2024-04-11 13:32:32.000,4.1.2,60.0,,1163116.0,conda-forge/daphne,daphne,https://pypi.org/project/daphne,2024-04-11 13:32:32.000,791.0,1158939.0,https://anaconda.org/conda-forge/daphne,2024-04-11 15:00:52.961,179632.0,2.0,,,,,,,,,,,,,,,,,, +152,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,2024-03-27 19:03:32.000,2024-02-08 23:03:47,1104.0,2.0,667,73.0,342.0,115.0,304.0,2179,A library for converting HTML into PDFs using ReportLab.,15571.0,14724.0,158.0,34,True,,2024-02-08 23:06:19.000,0.2.15,31.0,49.0,785900.0,conda-forge/xhtml2pdf,xhtml2pdf,https://pypi.org/project/xhtml2pdf,2024-02-08 23:06:19.000,847.0,783615.0,https://anaconda.org/conda-forge/xhtml2pdf,2023-07-19 02:05:58.812,102862.0,2.0,,,,,,,,,,,,,,,,,, +153,ariadne,mirumee/ariadne,graphql,,https://github.com/mirumee/ariadne,https://github.com/mirumee/ariadne,BSD-3-Clause,2018-07-09 09:46:17.000,2024-04-12 04:44:54.000,2024-04-09 09:00:03,1833.0,74.0,180,39.0,656.0,31.0,275.0,2140,Python library for implementing GraphQL servers using schema-first approach.,1630.0,1580.0,74.0,34,True,['graphql'],2024-03-18 10:27:48.000,0.23.0,52.0,,191168.0,,ariadne,https://pypi.org/project/ariadne,2024-03-18 10:27:48.000,50.0,191168.0,,,,1.0,,,,,,,,,,,,,,,,,, +154,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,2024-04-15 06:58:23.000,2024-04-15 06:58:23,1447.0,6.0,452,52.0,383.0,79.0,496.0,1802,django-tables2 - An app for creating HTML tables.,8048.0,7142.0,152.0,34,True,['django'],2023-12-05 07:54:57.000,2.7.0,126.0,,325686.0,conda-forge/django-tables2,django-tables2,https://pypi.org/project/django-tables2,2023-12-05 07:54:57.000,906.0,325451.0,https://anaconda.org/conda-forge/django-tables2,2023-12-09 16:35:06.644,8236.0,2.0,,,,,,,,,,,,,,,,,, +155,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,2024-03-20 17:43:27.000,2024-03-01 16:15:32,667.0,2.0,237,29.0,171.0,9.0,370.0,1503,An open source Flask extension that provides JWT support (with batteries included)!.,39742.0,39012.0,94.0,34,True,['flask'],2023-12-13 05:29:35.000,4.6.0,91.0,,4757401.0,conda-forge/flask-jwt-extended,flask-jwt-extended,https://pypi.org/project/flask-jwt-extended,2023-12-13 05:29:35.000,730.0,4752099.0,https://anaconda.org/conda-forge/flask-jwt-extended,2023-12-13 12:55:50.538,222722.0,2.0,,,,,,,,,,,,,,,,,, +156,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,2024-04-24 12:59:39.000,2024-03-25 01:34:08,3353.0,15.0,288,45.0,470.0,11.0,357.0,1046,PycURL - Python interface to libcurl.,67823.0,63484.0,104.0,34,False,,2024-02-18 03:50:06.000,7.45.3,56.0,,1433229.0,conda-forge/pycurl,pycurl,https://pypi.org/project/pycurl,2024-02-18 03:50:06.000,4339.0,1378921.0,https://anaconda.org/conda-forge/pycurl,2024-03-10 10:48:21.397,2335270.0,2.0,,,,,,,,,,,,,,,,,, +157,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,,442,101.0,449.0,2.0,303.0,798,This is a Python library for accessing resources protected by OAuth 2.0.,102293.0,101266.0,89.0,34,False,,2018-09-07 21:38:16.000,4.1.3,44.0,,19396847.0,conda-forge/oauth2client,oauth2client,https://pypi.org/project/oauth2client,2018-09-07 21:38:16.000,1027.0,19386902.0,https://anaconda.org/conda-forge/oauth2client,2023-06-16 13:21:07.089,934875.0,2.0,,,,,,,,,,,,,,,,,, +158,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,2024-05-02 14:55:47.000,2024-04-12 20:42:27,833.0,27.0,294,76.0,1065.0,92.0,386.0,745,Google Auth Python Library.,3284.0,,131.0,34,True,,2024-03-20 17:24:24.000,2.29.0,155.0,,131642401.0,conda-forge/google-auth,google-auth,https://pypi.org/project/google-auth,2024-03-20 17:24:24.000,3284.0,131447172.0,https://anaconda.org/conda-forge/google-auth,2024-03-21 08:55:21.082,9175778.0,2.0,,,,,,,,,,,,,,,,,, +159,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,2024-04-14 17:19:28.000,2024-04-14 17:11:35,1097.0,62.0,131,21.0,72.0,30.0,121.0,498,A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.,27638.0,26843.0,35.0,34,True,,2022-09-23 08:40:18.000,3.2.3,87.0,,12783315.0,conda-forge/graphql-core,graphql-core,https://pypi.org/project/graphql-core,2024-04-14 17:19:28.000,795.0,12763038.0,https://anaconda.org/conda-forge/graphql-core,2023-10-19 14:07:19.641,973331.0,1.0,,,,,,,,,,,,,,,,,, +160,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,2024-04-30 21:27:12.000,2024-04-18 08:31:15,304.0,164.0,230,21.0,111.0,4.0,126.0,484,Server side session extension for Flask.,39256.0,38139.0,20.0,34,True,['flask'],2024-03-26 08:16:33.000,0.8.0,18.0,32.0,4074832.0,,flask-session,https://pypi.org/project/flask-session,2024-03-26 07:56:11.000,1117.0,4074830.0,,,,1.0,,,,,,,,,,,,,,,pallets-eco/flask-session,,, +161,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,2024-04-24 06:11:17.000,2024-03-18 15:53:23,1784.0,10.0,3652,86.0,607.0,164.0,691.0,31934,"HTTPie CLI modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads,..",113.0,1.0,169.0,33,True,,2023-05-19 21:43:34.000,3.2.2,56.0,8290.0,374913.0,conda-forge/httpie,httpie,https://pypi.org/project/httpie,2023-05-19 21:42:02.908,112.0,373154.0,https://anaconda.org/conda-forge/httpie,2023-06-16 16:08:14.893,125308.0,2.0,-2.0,,,,,,,,,,,,,,httpie/cli,,, +162,redoc,Redocly/redoc,openapi-utils,,https://github.com/Redocly/redoc,https://github.com/Redocly/redoc,MIT,2015-10-30 12:53:02.000,2024-04-28 11:21:29.000,2024-04-26 11:43:35,2579.0,12.0,2240,293.0,706.0,329.0,1473.0,22553,OpenAPI/Swagger-generated API Reference Documentation.,6860.0,6860.0,220.0,33,True,['openapi'],2024-04-25 16:52:53.000,2.1.4,89.0,92.0,0.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +163,newspaper3k,codelucas/newspaper,web-scraping,,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013-11-25 09:50:50.000,2024-04-03 05:54:17.000,2020-09-02 06:54:25,651.0,,2073,386.0,308.0,501.0,266.0,13738,"newspaper3k is a news, full-text, and article metadata extraction in Python 3. Advanced docs:.",360.0,21.0,103.0,33,False,,2018-09-28 04:58:18.000,0.2.8,18.0,,600644.0,conda-forge/newspaper3k,newspaper3k,https://pypi.org/project/newspaper3k,2018-09-28 04:58:18.000,339.0,599790.0,https://anaconda.org/conda-forge/newspaper3k,2023-06-16 13:25:29.128,66689.0,1.0,,,,,,,,,,,,,,,,,, +164,httpbin,postmanlabs/httpbin,others,,https://github.com/postmanlabs/httpbin,https://github.com/postmanlabs/httpbin,ISC,2011-05-20 21:14:01.000,2024-03-19 08:14:33.000,2018-11-07 20:31:50,841.0,,1774,238.0,331.0,182.0,245.0,12406,"HTTP Request & Response Service, written in Python + Flask.",1859.0,1303.0,108.0,33,False,['flask'],2024-02-20 21:30:12.000,0.10.2,16.0,,53390.0,,httpbin,https://pypi.org/project/httpbin,2024-02-20 21:30:12.000,556.0,53390.0,,,,2.0,,,,,,,,,,,,,,,,,, +165,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,2024-05-01 21:26:15.000,2023-12-29 14:50:13,634.0,,943,79.0,441.0,127.0,527.0,4816,A light weight Python library for the Spotify Web API.,29849.0,29531.0,179.0,33,True,,2023-04-07 17:46:10.000,2.23.0,48.0,,165421.0,conda-forge/spotipy,spotipy,https://pypi.org/project/spotipy,2023-04-07 17:40:01.447,318.0,165073.0,https://anaconda.org/conda-forge/spotipy,2023-06-16 19:25:00.895,13592.0,2.0,,,,,,,,,,,,,,,spotipy-dev/spotipy,,, +166,pywebview,r0x0r/pywebview,others,,https://github.com/r0x0r/pywebview,https://github.com/r0x0r/pywebview,BSD-3-Clause,2014-11-20 11:05:46.000,2024-04-24 12:48:21.000,2024-04-22 07:19:40,2029.0,82.0,514,63.0,343.0,25.0,906.0,4331,"Build GUI for your Python program with JavaScript, HTML, and CSS.",1988.0,1867.0,135.0,33,True,,2024-04-18 20:25:49.000,5.1,70.0,,62273.0,,pywebview,https://pypi.org/project/pywebview,2024-04-18 20:26:05.000,121.0,62273.0,,,,2.0,,,,,,,,,,,,,,,,,, +167,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,2024-03-27 13:58:22.000,2022-03-25 21:42:47,1062.0,,554,82.0,360.0,150.0,323.0,3544,Per object permissions for Django.,8551.0,6601.0,158.0,33,False,['django'],2021-05-23 22:11:22.000,2.4.0,43.0,,474856.0,conda-forge/django-guardian,django-guardian,https://pypi.org/project/django-guardian,2021-05-23 22:11:22.000,1950.0,474232.0,https://anaconda.org/conda-forge/django-guardian,2023-06-16 13:23:00.573,51817.0,2.0,,,,,,,,,,,,,,,,,, +168,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,2024-04-30 13:11:36.000,2024-04-30 13:11:29,1332.0,6.0,770,68.0,593.0,192.0,653.0,3018,OAuth2 goodies for the Djangonauts!.,1057.0,,247.0,33,True,['django'],2023-05-31 21:05:41.654,2.3.0,44.0,,773101.0,,django-oauth-toolkit,https://pypi.org/project/django-oauth-toolkit,2023-05-31 21:05:41.654,1057.0,773101.0,,,,2.0,,,,,,,,,,,,,,,,,, +169,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,2024-02-26 21:11:34.000,2023-09-01 19:02:16,636.0,,315,34.0,281.0,83.0,180.0,2935,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,225027.0,221428.0,93.0,33,True,['django'],2023-09-01 21:08:14.000,0.11.2,21.0,75.0,2566683.0,conda-forge/django-environ,django-environ,https://pypi.org/project/django-environ,2023-09-01 21:02:59.000,3599.0,2560397.0,https://anaconda.org/conda-forge/django-environ,2023-09-02 01:20:03.974,69149.0,2.0,,,,,,,,,,,,,,,,,, +170,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,2024-04-29 17:46:02.000,2024-02-20 06:53:28,1167.0,17.0,427,60.0,387.0,60.0,313.0,2800,Full featured redis cache backend for Django.,3518.0,,140.0,33,True,['django'],2023-10-01 20:21:33.000,5.4.0,68.0,,3043917.0,,django-redis,https://pypi.org/project/django-redis,2023-10-01 20:21:33.000,3518.0,3043917.0,,,,2.0,,,,,,,,,,,,,,,,,, +171,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,2024-04-04 13:47:04.772,2024-04-04 12:53:31,356.0,3.0,336,47.0,216.0,13.0,178.0,2493,Transparently use webpack with django.,10333.0,9344.0,62.0,33,True,['django'],2024-04-04 12:58:54.000,3.1.0,49.0,,555198.0,conda-forge/django-webpack-loader,django-webpack-loader,https://pypi.org/project/django-webpack-loader,2024-04-04 12:58:54.000,989.0,554915.0,https://anaconda.org/conda-forge/django-webpack-loader,2024-04-04 13:47:04.772,9939.0,2.0,,,,,,,,,,,,,,,,,, +172,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,2024-04-02 20:31:58.000,2024-04-02 20:31:54,494.0,3.0,183,65.0,67.0,54.0,134.0,2271,A jquery-like library for python.,26338.0,22930.0,53.0,33,True,,2022-12-28 14:35:51.514,2.0.0,36.0,,3474427.0,conda-forge/pyquery,pyquery,https://pypi.org/project/pyquery,2022-12-28 14:35:51.514,3408.0,3473651.0,https://anaconda.org/conda-forge/pyquery,2023-06-16 13:23:09.494,61326.0,3.0,,,,,,,,,,,,,,,,,, +173,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,2024-04-17 00:05:30.000,2024-02-23 19:20:18,2411.0,1.0,468,66.0,499.0,213.0,644.0,1772,"A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.",4794.0,4044.0,196.0,33,True,['django'],2024-02-23 19:20:19.000,3.11.0,226.0,,300599.0,,django-autocomplete-light,https://pypi.org/project/django-autocomplete-light,2024-02-23 19:20:19.000,750.0,300599.0,,,,2.0,,,,,,,,,,,,,,,,,, +174,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,2024-05-01 13:03:23.000,2024-04-30 13:08:12,866.0,19.0,170,33.0,170.0,15.0,187.0,1681,"djangos default admin interface with superpowers - customizable themes, popup windows replaced by modals and many..",3947.0,3902.0,38.0,33,True,['django'],2024-03-07 09:26:11.000,0.28.6,115.0,,135123.0,,django-admin-interface,https://pypi.org/project/django-admin-interface,2024-03-07 09:26:11.000,45.0,135123.0,,,,2.0,,,,,,,,,,,,,,,,,, +175,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,2024-04-15 16:20:54.000,2024-04-02 15:00:01,467.0,11.0,657,91.0,297.0,193.0,267.0,1596,A very simple Salesforce.com REST API client for Python.,226.0,,75.0,33,True,,2024-04-15 16:20:54.000,1.12.6,48.0,,8888092.0,conda-forge/simple-salesforce,simple-salesforce,https://pypi.org/project/simple-salesforce,2024-04-15 16:20:54.000,226.0,8887445.0,https://anaconda.org/conda-forge/simple-salesforce,2023-06-16 13:23:43.695,54420.0,2.0,,,,,,,,,,,,,,,,,, +176,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,2024-04-29 14:57:46.000,2024-04-29 05:42:55,903.0,9.0,295,18.0,220.0,193.0,219.0,1579,Authentication for Django Rest Framework.,30187.0,30173.0,195.0,33,True,['django'],2024-04-16 04:15:42.000,6.0.0,49.0,362.0,258193.0,conda-forge/dj-rest-auth,dj-rest-auth,https://pypi.org/project/dj-rest-auth,2024-04-16 04:12:51.000,14.0,257513.0,https://anaconda.org/conda-forge/dj-rest-auth,2024-04-16 15:15:29.889,22901.0,2.0,,,,,,,,,,,,,,,,,, +177,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,2024-04-18 02:04:14.000,2024-04-17 15:29:16,1220.0,6.0,372,27.0,364.0,145.0,328.0,1492,Pipeline is an asset packaging library for Django.,3569.0,2434.0,177.0,33,True,['django'],2024-01-15 14:29:18.000,3.0.0,132.0,,161299.0,,django-pipeline,https://pypi.org/project/django-pipeline,2023-12-27 11:22:51.000,1135.0,161299.0,,,,2.0,,,,,,,,,,,,,,,,,, +178,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,2024-04-29 17:44:36.000,2024-04-22 10:47:10,295.0,3.0,202,34.0,152.0,2.0,90.0,1454,Use Database URLs in your Django Application.,290014.0,269068.0,71.0,33,True,['django'],2023-08-15 14:39:01.000,2.1.0,18.0,,1611948.0,,dj-database-url,https://pypi.org/project/dj-database-url,2023-08-15 14:39:01.000,20946.0,1611948.0,,,,2.0,,,,,,,,,,,,,,,jazzband/dj-database-url,,, +179,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,2024-04-05 09:22:55.000,2024-04-05 09:22:50,589.0,2.0,317,24.0,382.0,7.0,215.0,1450,A django model and form field for normalised phone numbers using python-phonenumbers.,26811.0,25930.0,115.0,33,True,['django'],2023-12-29 14:33:36.000,7.3.0,35.0,17.0,1189964.0,,django-phonenumber-field,https://pypi.org/project/django-phonenumber-field,2023-12-29 14:33:36.000,881.0,1189964.0,,,,2.0,,,,,,,,,,,,,,,,,, +180,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,2024-04-01 21:12:03.000,2024-04-01 21:12:02,831.0,5.0,310,31.0,270.0,30.0,300.0,1436,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",16426.0,,99.0,33,True,['flask'],2023-10-02 07:56:35.000,1.2.1,50.0,,6431973.0,conda-forge/flask-wtf,flask-wtf,https://pypi.org/project/flask-wtf,2023-10-02 07:50:32.000,16426.0,6425793.0,https://anaconda.org/conda-forge/flask-wtf,2023-10-13 16:58:33.547,222481.0,3.0,,,,,,,,,,,,,,,,,, +181,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,2024-05-02 03:52:33.000,2024-05-02 03:52:21,707.0,16.0,287,21.0,158.0,23.0,273.0,1368,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",1944.0,,56.0,33,True,['django'],2024-04-01 21:01:05.000,7.6.1,68.0,,822777.0,,django-countries,https://pypi.org/project/django-countries,2024-04-01 21:01:05.000,1944.0,822777.0,,,,2.0,,,,,,,,,,,,,,,,,, +182,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,49.0,61.0,57.0,63.0,1212,A SOCKS proxy client and wrapper for Python.,170958.0,167156.0,32.0,33,False,,2019-09-20 02:06:20.000,1.7.1,19.0,,22170644.0,conda-forge/pysocks,pysocks,https://pypi.org/project/pysocks,2019-09-20 02:06:20.000,3802.0,21717758.0,https://anaconda.org/conda-forge/pysocks,2023-06-16 13:22:53.016,42118413.0,2.0,,,,,,,,,,,,,,,,,, +183,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,2024-04-29 09:38:33.000,2024-04-25 09:31:25,1239.0,42.0,260,37.0,565.0,21.0,144.0,1029,Bootstrap 4 integration with Django.,161855.0,160856.0,139.0,33,True,['django'],2021-05-20 08:44:02.000,3.0.1,32.0,,197028.0,conda-forge/django-bootstrap4,django-bootstrap4,https://pypi.org/project/django-bootstrap4,2024-04-17 05:13:31.000,999.0,196668.0,https://anaconda.org/conda-forge/django-bootstrap4,2023-06-16 16:13:38.994,26688.0,2.0,,,,,,,,,,,,,,,,,, +184,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,2024-04-27 16:08:23.000,2024-04-27 16:07:45,750.0,5.0,189,17.0,318.0,64.0,181.0,868,A caching extension for Flask.,20553.0,19768.0,114.0,33,True,['flask'],2024-04-27 16:08:23.000,2.2.0,26.0,,5099162.0,conda-forge/flask-caching,flask-caching,https://pypi.org/project/flask-caching,2024-04-27 16:07:25.000,785.0,5093442.0,https://anaconda.org/conda-forge/flask-caching,2023-10-08 20:55:00.179,188783.0,1.0,,,,,,,,,,,,,,,,,, +185,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,,183,27.0,122.0,60.0,69.0,486,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",204458.0,188417.0,77.0,33,False,,2023-03-21 22:31:05.208,0.22.0,39.0,,40953439.0,conda-forge/httplib2,httplib2,https://pypi.org/project/httplib2,2023-03-21 22:31:05.208,16041.0,40922242.0,https://anaconda.org/conda-forge/httplib2,2023-06-16 13:17:06.741,3026126.0,2.0,,,,,,,,,,,,,,,,,, +186,Mako,sqlalchemy/mako,others,,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2018-11-26 22:21:34.000,2024-04-10 17:49:07.089,2024-04-10 15:32:59,948.0,5.0,56,10.0,41.0,65.0,283.0,322,Mako Templates for Python.,247600.0,233299.0,60.0,33,True,,2024-04-10 15:32:52.000,rel_1_3_3,70.0,,34446105.0,conda-forge/mako,mako,https://pypi.org/project/mako,2024-04-10 15:32:47.000,14301.0,34310566.0,https://anaconda.org/conda-forge/mako,2024-04-10 17:49:07.089,6234818.0,2.0,,,,,,,,,,,,,,,,,, +187,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,2024-04-14 21:43:18.000,2024-04-12 20:41:55,448.0,3.0,46,45.0,333.0,18.0,86.0,43,Utilities for Google Media Downloads and Resumable Uploads.,153057.0,152485.0,34.0,33,False,,2023-12-12 19:03:29.000,2.7.0,46.0,,60746473.0,conda-forge/google-resumable-media,google-resumable-media,https://pypi.org/project/google-resumable-media,2023-12-12 19:03:29.000,572.0,60647277.0,https://anaconda.org/conda-forge/google-resumable-media,2023-12-13 03:13:58.038,4662245.0,2.0,,,,,,,,,,,,,,,,,, +188,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,2024-04-18 20:55:56.000,2024-04-18 20:54:01,2524.0,5.0,9290,1368.0,1058.0,378.0,,49282,Dumb downloader that scrapes the web.,48.0,21.0,257.0,32,True,,2022-12-11 17:34:28.000,0.4.1650,169.0,379643.0,23405.0,conda-forge/you-get,you-get,https://pypi.org/project/you-get,2022-07-01 21:28:26.000,27.0,19676.0,https://anaconda.org/conda-forge/you-get,2023-06-16 19:19:15.886,24595.0,2.0,,you-get,,,,,,,,,,,,,,,, +189,saleor,saleor/saleor,others,,https://github.com/saleor/saleor,https://github.com/saleor/saleor,BSD-3-Clause,2013-02-12 16:46:39.000,2024-05-02 12:11:05.000,2024-04-30 07:15:41,21177.0,138.0,5285,372.0,10296.0,625.0,3715.0,20118,"Saleor Core: the high performance, composable, headless commerce API.",3.0,3.0,290.0,32,True,"['django', 'graphql']",2024-04-30 14:16:42.000,3.19.30,100.0,196.0,98.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +190,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,2024-04-30 08:41:30.000,2024-04-30 08:41:30,11715.0,17.0,6006,415.0,5572.0,3383.0,3479.0,16558,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",23.0,23.0,1230.0,32,True,['openapi'],2024-04-22 11:57:11.000,3.0.55,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,,,,,,,,, +191,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,2024-04-12 22:19:22.000,2021-07-07 19:50:15,299.0,,1893,311.0,210.0,67.0,,13298,Command line interface for testing internet bandwidth using speedtest.net.,69965.0,69401.0,10.0,32,False,,2021-04-08 13:53:00.000,2.1.3,28.0,,182662.0,conda-forge/speedtest-cli,speedtest-cli,https://pypi.org/project/speedtest-cli,2021-04-08 13:51:32.000,564.0,181974.0,https://anaconda.org/conda-forge/speedtest-cli,2023-06-16 19:27:52.128,20645.0,2.0,,,,,,,,,,,,,,,,,, +192,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,2024-05-02 16:22:34.000,2024-05-02 16:19:19,5503.0,243.0,846,143.0,442.0,956.0,3511.0,10212,Command-line program to download image galleries and collections from several image hosting sites.,31.0,21.0,125.0,32,True,,2024-03-23 16:45:44.000,1.26.9,152.0,528061.0,50356.0,,gallery-dl,https://pypi.org/project/gallery-dl,2024-03-23 16:41:22.000,10.0,41406.0,,,,3.0,,,,,,,,,,,,,,,,,, +193,thumbor,thumbor/thumbor,third-party-apis,,https://github.com/thumbor/thumbor,https://github.com/thumbor/thumbor,MIT,2011-03-16 17:30:05.000,2024-04-25 13:07:45.000,2024-04-18 00:52:58,2439.0,6.0,825,202.0,679.0,24.0,972.0,9880,thumbor is an open-source photo thumbnail service by globo.com.,398.0,352.0,201.0,32,True,,2024-03-04 20:46:54.000,7.7.4,116.0,,5747.0,,thumbor,https://pypi.org/project/thumbor,2024-03-04 20:31:35.000,46.0,5747.0,,,,3.0,,,,,,,,,,,,,,,,,, +194,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,545.0,128.0,174.0,76.0,8667,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",2084.0,1749.0,30.0,32,False,,,,9.0,119.0,517576.0,conda-forge/pattern,pattern,https://pypi.org/project/pattern,2018-08-18 15:11:17.000,335.0,517286.0,https://anaconda.org/conda-forge/pattern,2023-06-16 16:18:03.754,15694.0,2.0,,,,,,,,,,,,,,,,,, +195,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,6821,"Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.",5102.0,4866.0,120.0,32,True,,2020-02-06 18:13:37.000,2.6.1,71.0,,67970.0,conda-forge/hug,hug,https://pypi.org/project/hug,2020-02-06 18:13:37.000,236.0,65860.0,https://anaconda.org/conda-forge/hug,2023-06-16 13:24:44.089,192062.0,3.0,,,,,,,,,,,,,,,,,, +196,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,2024-04-19 16:45:58.000,2023-07-10 07:05:49,3393.0,,754,224.0,547.0,24.0,949.0,6661,REST API framework designed for human beings.,1166.0,1123.0,214.0,32,True,,2023-03-14 08:50:44.188,2.1.0,53.0,,14932.0,,eve,https://pypi.org/project/eve,2023-03-14 08:50:44.188,43.0,14932.0,,,,3.0,,,,,,,,,,,,,,,,,, +197,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,2024-04-08 17:47:27.000,2024-03-11 09:30:52,892.0,2.0,327,49.0,369.0,124.0,230.0,4252,Silky smooth profiling for Django.,4798.0,4644.0,147.0,32,True,['django'],2024-01-22 01:38:56.000,5.1.0,43.0,202.0,758411.0,,django-silk,https://pypi.org/project/django-silk,2024-01-22 01:38:56.000,154.0,758410.0,,,,2.0,,,,,,,,,,,,,,,,,, +198,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,2024-05-02 14:48:10.000,2024-05-02 14:46:44,745.0,26.0,350,41.0,562.0,11.0,255.0,4075,Ready-to-use and customizable users management for FastAPI.,3174.0,3159.0,65.0,32,True,['fastapi'],2024-03-11 13:30:38.000,13.0.0,103.0,188.0,98863.0,conda-forge/fastapi-users,fastapi-users,https://pypi.org/project/fastapi-users,2024-03-11 13:23:43.000,15.0,97342.0,https://anaconda.org/conda-forge/fastapi-users,2024-03-11 17:48:12.143,47064.0,2.0,,,,,,,,,,,,,,,,,, +199,Prism,stoplightio/prism,testing,,https://github.com/stoplightio/prism,https://github.com/stoplightio/prism,Apache-2.0,2016-03-18 03:52:09.000,2024-05-02 12:26:56.000,2024-04-29 22:32:50,1988.0,24.0,325,53.0,1761.0,72.0,616.0,4020,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",557.0,526.0,94.0,32,True,['openapi'],2024-04-29 22:44:49.660,5.8.1,199.0,832728.0,269463.0,,,,,,,,,,2.0,,,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,2024-04-29 22:44:49.660,31.0,258210.0,,,,,,,,,, +200,aiortc,aiortc/aiortc,others,,https://github.com/aiortc/aiortc,https://github.com/aiortc/aiortc,BSD-3-Clause,2018-02-23 22:05:16.000,2024-03-25 16:27:34.000,2024-03-11 23:22:41,1245.0,5.0,713,93.0,227.0,27.0,696.0,3919,WebRTC and ORTC implementation for Python using asyncio.,3027.0,2983.0,31.0,32,True,,2024-03-11 23:41:54.000,1.8.0,52.0,,76280.0,,aiortc,https://pypi.org/project/aiortc,2024-03-11 23:41:54.000,44.0,76280.0,,,,2.0,,,,,,,,,,,,,,,,,, +201,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,169.0,307.0,101.0,315.0,3410,A Python wrapper around the Twitter API.,8814.0,7103.0,171.0,32,False,,2018-09-29 23:52:35.000,3.5,24.0,,105030.0,,python-twitter,https://pypi.org/project/python-twitter,2018-11-03 12:32:06.000,1711.0,105030.0,,,,3.0,,,,,,,,,,,,,,,,,, +202,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,80.0,190.0,163.0,187.0,3184,JSON Web Token Authentication support for Django REST Framework.,28637.0,26656.0,62.0,32,False,,2021-12-15 15:59:35.858,1.3.0,26.0,,510114.0,,djangorestframework-jwt,https://pypi.org/project/djangorestframework-jwt,2021-12-15 15:59:35.858,1981.0,510114.0,,,,2.0,,,,,,,,,,,,,,,,,, +203,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,119.0,466.0,21.0,643.0,2829,Social auth made simple.,8307.0,6031.0,284.0,32,False,,2017-02-03 12:20:08.000,0.3.6,55.0,,42799.0,,python-social-auth,https://pypi.org/project/python-social-auth,2017-02-03 12:20:08.000,2276.0,42799.0,,,,2.0,,,,,,,,,,,,,,,,,, +204,HTTPretty,gabrielfalcao/HTTPretty,testing,,https://github.com/gabrielfalcao/HTTPretty,https://github.com/gabrielfalcao/HTTPretty,MIT,2011-01-28 14:59:02.000,2024-03-22 07:50:32.000,2022-10-16 23:12:02,684.0,,268,45.0,233.0,112.0,143.0,2094,Intercept HTTP requests at the Python socket level. Fakes the whole socket module.,17711.0,14925.0,105.0,32,False,,2021-08-16 19:35:31.000,1.1.4,59.0,,603736.0,conda-forge/httpretty,httpretty,https://pypi.org/project/httpretty,2021-08-16 19:35:31.000,2786.0,599917.0,https://anaconda.org/conda-forge/httpretty,2023-06-16 13:23:40.530,374263.0,2.0,,,,,,,,,,,,,,,,,, +205,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,2024-03-12 13:53:12.123,2024-03-11 20:09:49,176.0,4.0,108,29.0,40.0,1.0,63.0,1998,"A generator library for concise, unambiguous and URL-safe UUIDs.",25212.0,24021.0,34.0,32,True,,2024-03-11 20:11:04.000,1.0.13,26.0,,3049620.0,conda-forge/shortuuid,shortuuid,https://pypi.org/project/shortuuid,2024-03-11 20:11:04.000,1191.0,3039192.0,https://anaconda.org/conda-forge/shortuuid,2024-03-12 13:53:12.123,448434.0,2.0,,,,,,,,,,,,,,,,,, +206,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,2024-04-24 11:59:29.000,2023-03-17 12:05:15,1472.0,,565,64.0,366.0,425.0,672.0,1863,A Python SOAP client.,673.0,,140.0,32,False,,2023-07-20 15:31:54.183,0.0.1,65.0,,11940739.0,conda-forge/zeep,zeep,https://pypi.org/project/zeep,2023-07-20 15:31:54.183,673.0,11938331.0,https://anaconda.org/conda-forge/zeep,2023-06-16 13:24:15.406,207117.0,3.0,,,,,,,,,,,,,,,,,, +207,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,2024-05-01 07:24:33.000,2024-05-01 07:24:33,644.0,14.0,279,27.0,313.0,101.0,258.0,1769,A simple app that provides django integration for RQ (Redis Queue).,3719.0,3268.0,127.0,32,True,['django'],2024-03-23 10:04:21.000,2.10.2,54.0,,353947.0,,django-rq,https://pypi.org/project/django-rq,2024-03-23 10:04:21.000,451.0,353947.0,,,,2.0,,,,,,,,,,,,,,,,,, +208,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,2024-01-08 17:36:46.000,2023-10-04 19:59:12,1036.0,,495,38.0,332.0,127.0,301.0,1717,Thumbnails for Django.,17265.0,14721.0,158.0,32,True,['django'],2023-10-05 09:31:20.000,12.10.0,33.0,,306905.0,conda-forge/sorl-thumbnail,sorl-thumbnail,https://pypi.org/project/sorl-thumbnail,2023-10-05 09:31:20.000,2544.0,306755.0,https://anaconda.org/conda-forge/sorl-thumbnail,2023-10-05 12:50:18.222,6754.0,2.0,,,,,,,,,,,,,,,,,, +209,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,2024-05-02 08:22:11.003,2024-04-08 08:10:45,787.0,15.0,132,35.0,185.0,36.0,81.0,1082,Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors.,34635.0,32991.0,50.0,32,True,,2024-04-08 08:12:23.000,1.9.1,24.0,,1461966.0,conda-forge/parsel,parsel,https://pypi.org/project/parsel,2024-04-08 08:12:23.000,1644.0,1457509.0,https://anaconda.org/conda-forge/parsel,2024-05-02 08:22:11.003,209482.0,2.0,,,,,,,,,,,,,,,,,, +210,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,2024-04-29 13:05:35.000,2024-04-21 22:33:30,933.0,15.0,122,12.0,259.0,4.0,172.0,1075,Rate Limiting extension for Flask.,10141.0,9742.0,44.0,32,True,['flask'],2024-04-21 22:39:21.000,3.6.0,101.0,261.0,5150113.0,,flask-limiter,https://pypi.org/project/flask-limiter,2024-04-21 22:39:01.000,399.0,5150103.0,,,,2.0,,,,,,,,,,,,,,,,,, +211,webassets,miracle2k/webassets,others,,https://github.com/miracle2k/webassets,https://github.com/miracle2k/webassets,BSD-2-Clause,2009-12-08 05:40:34.000,2024-03-06 14:53:08.000,2021-05-01 12:22:50,1418.0,,256,23.0,254.0,66.0,234.0,920,Asset management for Python web development.,7007.0,6918.0,157.0,32,False,,2017-01-08 13:48:21.000,0.12.1,14.0,,306041.0,conda-forge/webassets,webassets,https://pypi.org/project/webassets,2019-12-20 17:37:28.000,89.0,305356.0,https://anaconda.org/conda-forge/webassets,2023-06-16 13:18:16.196,63102.0,2.0,,,,,,,,,,,,,,,,,, +212,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,2024-04-29 16:37:03.000,2024-02-28 01:12:12,318.0,1.0,69,21.0,237.0,34.0,56.0,627,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",110611.0,110157.0,28.0,32,True,,2023-06-03 06:43:00.637,3.0.0,42.0,,50237757.0,conda-forge/markdown-it-py,markdown-it-py,https://pypi.org/project/markdown-it-py,2023-06-03 06:43:00.637,454.0,50150534.0,https://anaconda.org/conda-forge/markdown-it-py,2023-06-07 22:00:26.242,4361179.0,3.0,,,,,,,,,,,,,,,,,, +213,tifffile,cgohlke/tifffile,others,,https://github.com/cgohlke/tifffile,https://github.com/cgohlke/tifffile,BSD-3-Clause,2020-02-22 22:43:58.000,2024-04-25 03:15:05.000,2024-04-25 03:12:35,540.0,14.0,150,9.0,25.0,2.0,224.0,476,Read and write TIFF files.,54096.0,53192.0,1.0,32,True,,2024-04-25 03:18:31.000,2024.4.24,127.0,225.0,7104041.0,conda-forge/tifffile,tifffile,https://pypi.org/project/tifffile,2024-04-25 03:12:32.000,904.0,7011546.0,https://anaconda.org/conda-forge/tifffile,2024-04-18 07:45:14.729,4439319.0,2.0,,,,,,,,,,,,,,,,,, +214,terminado,jupyter/terminado,others,,https://github.com/jupyter/terminado,https://github.com/jupyter/terminado,BSD-2-Clause,2014-09-29 23:44:25.000,2024-04-30 12:32:56.000,2024-04-30 12:32:56,466.0,4.0,91,20.0,175.0,29.0,40.0,357,Terminals served by tornado websockets.,270075.0,263057.0,48.0,32,True,,2024-03-12 14:34:42.000,0.18.1,36.0,310.0,17272120.0,conda-forge/terminado,terminado,https://pypi.org/project/terminado,2024-03-12 14:34:36.000,7018.0,16921219.0,https://anaconda.org/conda-forge/terminado,2024-03-12 18:06:35.874,15439524.0,2.0,,,,,,,,,,,,,,,,,, +215,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,2024-05-01 18:16:40.000,2024-04-27 10:41:30,2146.0,9.0,6189,1082.0,1024.0,222.0,824.0,51405,Hunt down social media accounts by username across social networks.,10.0,,230.0,31,True,,2023-02-18 14:51:07.497,0.4.1,7.0,,33493.0,,sherlock,https://pypi.org/project/sherlock,2019-05-11 11:26:59.000,10.0,33493.0,,,,3.0,,,,,,,,,,,,,,,,,, +216,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,2024-04-30 19:43:29.000,2020-08-02 17:34:20,1181.0,,3673,900.0,172.0,300.0,548.0,16335,A Powerful Spider(Web Crawler) System in Python.,336.0,332.0,62.0,31,False,,2018-04-18 04:25:22.000,0.3.10,17.0,,1187.0,,pyspider,https://pypi.org/project/pyspider,2018-04-18 04:17:18.000,4.0,1187.0,,,,2.0,,,,,,,,,,,,,,,,,, +217,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,2024-04-30 21:36:48.000,2024-04-29 11:29:33,7402.0,261.0,2792,200.0,3762.0,111.0,1096.0,11564,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,30.0,29.0,416.0,31,True,['django'],2024-04-29 02:14:09.000,2024.04.28,100.0,,104.0,,cookiecutter-django,https://pypi.org/project/cookiecutter-django,2018-01-15 20:46:23.000,1.0,104.0,,,,2.0,,,,,,,,,,,,,,,,,, +218,AutoRest,Azure/autorest,openapi-utils,,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015-02-20 23:02:54.000,2024-04-26 02:16:00.000,2024-04-26 02:15:11,5657.0,17.0,726,851.0,2501.0,118.0,2042.0,4486,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",571.0,571.0,176.0,31,True,['openapi'],,,100.0,75013.0,1630.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +219,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,2024-04-29 14:04:25.000,2023-01-27 01:01:18,524.0,,1286,179.0,242.0,51.0,231.0,4355,Python client library for Google Maps API Web Services.,89.0,,66.0,31,False,,2023-01-26 16:46:28.581,4.10.0,51.0,,1161776.0,,googlemaps,https://pypi.org/project/googlemaps,2023-01-26 16:46:28.581,89.0,1161776.0,,,,3.0,-2.0,,,,,,,,,,,,,,,,, +220,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,2024-05-02 15:56:30.000,2024-05-02 15:56:29,2251.0,35.0,315,118.0,720.0,213.0,847.0,3863,Realtime Web Apps and Dashboards for Python and R.,78.0,,54.0,31,True,,2024-04-02 18:18:23.000,1.1.2,61.0,1895141.0,70458.0,,wave,https://pypi.org/project/wave,2024-03-15 17:05:53.000,78.0,30136.0,,,,2.0,,,,,,,,,,,,,,,,,, +221,wechatpy,wechatpy/wechatpy,third-party-apis,,https://github.com/wechatpy/wechatpy,https://github.com/wechatpy/wechatpy,MIT,2014-09-12 13:03:28.000,2024-02-28 09:15:13.000,2023-05-10 14:46:52,1319.0,,833,172.0,412.0,53.0,313.0,3782,WeChat SDK for Python.,10046.0,10021.0,101.0,31,True,,2021-11-11 15:12:31.000,1.8.18,137.0,,31920.0,,wechatpy,https://pypi.org/project/wechatpy,2022-06-19 11:36:01.000,25.0,31920.0,,,,3.0,,,,,,,,,,,,,,,,,, +222,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,2024-02-18 07:11:08.000,2021-03-10 14:43:53,116.0,,688,70.0,98.0,26.0,277.0,3735,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,54613.0,53946.0,25.0,31,False,,2020-06-14 07:43:55.000,3.0.0,12.0,,693501.0,,googletrans,https://pypi.org/project/googletrans,2020-12-09 14:10:21.000,667.0,693501.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,2024-04-23 00:36:20.000,2024-04-23 00:36:20,563.0,2.0,502,55.0,203.0,265.0,165.0,3493,Easy OpenAPI specs and Swagger UI for your Flask API.,13753.0,13376.0,112.0,31,True,['flask'],2020-08-01 15:28:10.000,0.9.5,54.0,531.0,470588.0,conda-forge/flasgger,flasgger,https://pypi.org/project/flasgger,2023-06-10 21:33:42.214,377.0,468957.0,https://anaconda.org/conda-forge/flasgger,2023-06-16 13:23:54.649,128510.0,3.0,,,,,,,,,,,,,,,,,, +224,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,2024-04-26 08:29:35.000,2024-04-25 09:29:04,1010.0,9.0,378,41.0,505.0,195.0,417.0,3408,A test fixtures replacement for Python.,846.0,,133.0,31,True,['django'],2023-07-19 09:04:00.000,3.3.0,43.0,,4159576.0,conda-forge/factory_boy,factory_boy,https://pypi.org/project/factory_boy,2023-07-19 09:04:00.000,846.0,4156304.0,https://anaconda.org/conda-forge/factory_boy,2023-07-19 13:42:09.417,143977.0,2.0,,,,,,,,,,,,,,,,,, +225,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,2024-04-29 17:46:31.000,2024-03-07 13:25:29,1072.0,1.0,616,65.0,462.0,95.0,340.0,3233,Simple tagging for django.,2893.0,,150.0,31,True,['django'],2023-10-29 11:56:57.000,5.0.1,67.0,,694114.0,conda-forge/django-taggit,django-taggit,https://pypi.org/project/django-taggit,2023-10-29 11:56:57.000,2893.0,691156.0,https://anaconda.org/conda-forge/django-taggit,2023-10-29 13:54:08.113,118344.0,2.0,,,,,,,,,,,,,,,,,, +226,Radicale,Kozea/Radicale,others,,https://github.com/Kozea/Radicale,https://github.com/Kozea/Radicale,GPL-3.0,2011-08-11 08:27:37.000,2024-05-02 03:14:12.000,2024-04-27 19:17:56,2371.0,196.0,406,107.0,447.0,365.0,763.0,3113,A simple CalDAV (calendar) and CardDAV (contact) server.,181.0,147.0,116.0,31,True,,2024-03-18 05:00:32.000,3.1.9,59.0,,9465.0,,radicale,https://pypi.org/project/radicale,2024-03-18 05:00:32.000,34.0,9465.0,,,,3.0,,,,,,,,,,,,,,,,,, +227,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000,2024-05-02 14:17:39.000,2024-04-22 14:56:53,4767.0,62.0,383,89.0,1020.0,91.0,1727.0,2911,Mail hosting made simple.,55.0,42.0,115.0,31,True,,2024-01-11 16:52:09.000,2.2.4,75.0,,3311.0,,modoboa,https://pypi.org/project/modoboa,2024-01-11 16:52:09.000,13.0,3311.0,,,,1.0,,,,,,,,,,,,,,,,,, +228,pyotp,pyauth/pyotp,auth,,https://github.com/pyauth/pyotp,https://github.com/pyauth/pyotp,MIT,2011-09-23 13:10:31.000,2024-04-30 14:11:55.000,2024-03-26 20:00:17,216.0,1.0,318,51.0,70.0,4.0,88.0,2833,Python One-Time Password Library.,15469.0,14794.0,44.0,31,True,,2023-07-27 23:41:01.000,2.9.0,24.0,295.0,5162161.0,conda-forge/pyotp,pyotp,https://pypi.org/project/pyotp,2023-07-27 23:41:01.000,675.0,5160935.0,https://anaconda.org/conda-forge/pyotp,2023-07-28 02:07:25.779,55041.0,2.0,,,,,,,,,,,,,,,,,, +229,Wikipedia,goldsmith/Wikipedia,third-party-apis,,https://github.com/goldsmith/Wikipedia,https://github.com/goldsmith/Wikipedia,MIT,2013-08-20 06:39:09.000,2024-04-15 13:16:56.000,2020-10-09 23:49:59,186.0,,523,84.0,97.0,185.0,81.0,2819,A Pythonic wrapper for the Wikipedia API.,57628.0,57266.0,23.0,31,False,,2014-11-15 15:59:49.000,1.4.0,20.0,,229278.0,conda-forge/wikipedia,wikipedia,https://pypi.org/project/wikipedia,2014-11-15 15:59:49.000,362.0,227743.0,https://anaconda.org/conda-forge/wikipedia,2023-06-16 13:19:46.257,133613.0,3.0,,,,,,,,,,,,,,,,,, +230,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,2024-04-29 09:13:05.000,2024-04-29 09:12:57,1634.0,2.0,586,50.0,574.0,124.0,542.0,2757,Compresses linked and inline javascript or CSS into a single cached file.,306.0,,218.0,31,True,['django'],2023-01-22 12:46:02.983,4.3.1,38.0,,587177.0,,django-compressor,https://pypi.org/project/django-compressor,2023-06-27 22:14:07.890,306.0,587177.0,,,,2.0,,,,,,,,,,,,,,,,,, +231,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,,1028,200.0,271.0,38.0,219.0,2720,Python SDK for Facebooks Graph API.,4995.0,4959.0,99.0,31,False,,2018-11-06 06:53:51.000,3.1.0,9.0,,206966.0,,facebook-sdk,https://pypi.org/project/facebook-sdk,2018-11-06 06:53:51.000,36.0,206966.0,,,,3.0,,,,,,,,,,,,,,,,,, +232,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,2593,Swagger Documentation Generator for Django REST Framework: deprecated.,21466.0,19390.0,93.0,31,False,['django'],2021-12-15 14:37:49.132,0.1.6,50.0,,429756.0,,django-rest-swagger,https://pypi.org/project/django-rest-swagger,2021-12-15 14:37:49.132,2076.0,429756.0,,,,3.0,,,,,,,,,,,,,,,,,, +233,djoser,sunscrapers/djoser,auth,,https://github.com/sunscrapers/djoser,https://github.com/sunscrapers/djoser,MIT,2014-09-30 14:50:08.000,2024-04-27 12:43:57.000,2024-03-31 10:51:43,927.0,1.0,453,38.0,339.0,179.0,320.0,2471,REST implementation of Django authentication system.,27715.0,27708.0,108.0,31,True,['django'],2023-11-09 11:10:10.000,2.2.2,52.0,,233837.0,,djoser,https://pypi.org/project/djoser,2023-11-09 11:10:10.000,7.0,233837.0,,,,2.0,,,,,,,,,,,,,,,,,, +234,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,2024-05-01 20:46:21.000,2024-04-26 13:53:26,957.0,26.0,340,68.0,329.0,18.0,270.0,2203,Easily share data across your company via SQL queries. From Grove Collab.,480.0,405.0,99.0,31,True,['django'],2024-04-26 14:14:58.000,4.2.0,51.0,,81923.0,,django-sql-explorer,https://pypi.org/project/django-sql-explorer,2024-04-26 14:15:45.000,75.0,81923.0,,,,2.0,,,,,,,,,,,,,,,chrisclark/django-sql-explorer,,, +235,schemathesis,schemathesis/schemathesis,testing,,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019-08-19 11:13:01.000,2024-04-29 11:45:17.000,2024-04-29 11:39:58,2177.0,140.0,144,18.0,1272.0,71.0,739.0,2096,"Automate your API Testing: catch crashes, validate specs, and save time.",319.0,315.0,62.0,31,True,"['openapi', 'graphql']",2024-04-29 11:45:17.000,3.27.1,256.0,,171400.0,,schemathesis,https://pypi.org/project/schemathesis,2024-04-29 11:45:17.000,4.0,171400.0,,,,2.0,,,,,,,,,,,,,,,,,, +236,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,2024-04-12 14:28:23.000,2024-04-12 14:28:23,152.0,6.0,155,43.0,65.0,2.0,88.0,2094,Asynchronous Python HTTP Requests for Humans using Futures.,7398.0,6409.0,28.0,31,True,,2023-06-19 20:01:02.768,1.0.1,11.0,,1607346.0,conda-forge/requests-futures,requests-futures,https://pypi.org/project/requests-futures,2023-06-19 20:01:02.768,989.0,1602573.0,https://anaconda.org/conda-forge/requests-futures,2023-06-20 13:15:11.629,214820.0,3.0,,,,,,,,,,,,,,,,,, +237,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,2024-03-13 21:21:30.670,2021-11-18 21:51:43,693.0,,218,54.0,174.0,11.0,126.0,1938,"Reusable, generic mixins for Django.",19223.0,15262.0,77.0,31,False,['django'],2021-11-05 21:41:41.000,1.15.0,31.0,,303837.0,conda-forge/django-braces,django-braces,https://pypi.org/project/django-braces,2021-11-05 21:41:41.000,3961.0,284981.0,https://anaconda.org/conda-forge/django-braces,2024-03-13 21:21:30.670,37712.0,2.0,,,,,,,,,,,,,,,,,, +238,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,2024-03-05 15:50:30.000,2021-06-26 12:04:16,1246.0,,240,50.0,312.0,316.0,150.0,1792,A multiprocessing distributed task queue for Django.,1710.0,1628.0,62.0,31,False,['django'],2021-06-27 12:04:53.000,1.3.9,78.0,,94070.0,,django-q,https://pypi.org/project/django-q,2021-06-27 12:04:53.000,82.0,94070.0,,,,2.0,,,,,,,,,,,,,,,,,, +239,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,2024-05-02 16:48:25.000,2023-05-03 16:54:16,657.0,,228,28.0,196.0,98.0,78.0,1478,A JOSE implementation in Python.,913.0,,49.0,31,True,,2021-06-05 03:30:38.000,3.3.0,38.0,,9105909.0,conda-forge/python-jose,python-jose,https://pypi.org/project/python-jose,2021-06-05 03:30:38.000,913.0,9076551.0,https://anaconda.org/conda-forge/python-jose,2023-06-16 16:09:38.555,2025720.0,2.0,,,,,,,,,,,,,,,,,, +240,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,2024-04-27 23:25:37.000,2024-04-27 23:25:34,185.0,1.0,220,23.0,54.0,9.0,101.0,1251,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",21101.0,18848.0,34.0,31,True,['flask'],2023-08-21 18:47:15.000,4.8.0,36.0,,875333.0,conda-forge/flask-httpauth,flask-httpauth,https://pypi.org/project/flask-httpauth,2023-04-27 09:56:10.209,2253.0,873895.0,https://anaconda.org/conda-forge/flask-httpauth,2023-06-16 13:24:13.070,133755.0,2.0,,,,,,,,,,,,,,,,,, +241,httptools,MagicStack/httptools,http-clients,,https://github.com/MagicStack/httptools,https://github.com/MagicStack/httptools,MIT,2016-04-25 16:13:48.000,2024-03-19 21:59:33.000,2023-10-16 17:30:31,94.0,,76,41.0,48.0,9.0,42.0,1166,Fast HTTP parser.,89124.0,88503.0,16.0,31,True,,2023-10-16 17:41:35.000,0.6.1,22.0,,9736816.0,conda-forge/httptools,httptools,https://pypi.org/project/httptools,2023-10-16 17:41:35.000,621.0,9722763.0,https://anaconda.org/conda-forge/httptools,2023-10-16 19:56:49.681,604321.0,3.0,,,,,,,,,,,,,,,,,, +242,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,1160,A reusable Django model field for storing ad-hoc JSON data.,15204.0,12863.0,51.0,31,False,['django'],2020-02-22 08:42:29.000,3.1.0,34.0,126.0,596499.0,,jsonfield,https://pypi.org/project/jsonfield,2020-02-22 08:42:29.000,2341.0,596498.0,,,,2.0,,,,,,,,,,,,,,,,,, +243,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,2024-02-27 19:49:36.000,2024-02-21 15:31:38,1612.0,1.0,279,49.0,317.0,82.0,177.0,1095,Standards-compliant library for parsing and serializing HTML documents and fragments in Python.,15357.0,,66.0,31,True,,2017-12-07 14:10:04.000,1.0.1,27.0,,17825388.0,conda-forge/html5lib,html5lib,https://pypi.org/project/html5lib,2020-06-22 23:32:36.000,15357.0,17778821.0,https://anaconda.org/conda-forge/html5lib,2023-06-16 13:22:43.827,4097966.0,3.0,,,,,,,,,,,,,,,,,, +244,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,2024-04-29 00:37:21.000,2024-04-22 20:05:22,757.0,46.0,180,14.0,589.0,61.0,294.0,1076,Generate modern Python clients from OpenAPI.,929.0,918.0,62.0,31,True,['openapi'],2024-03-27 00:50:42.000,0.19.1,75.0,,234896.0,conda-forge/openapi-python-client,openapi-python-client,https://pypi.org/project/openapi-python-client,2024-03-27 00:50:38.000,11.0,234087.0,https://anaconda.org/conda-forge/openapi-python-client,2024-03-27 03:18:14.534,26703.0,3.0,,,,,,,,,,,,,,,,,, +245,pynacl,pyca/pynacl,others,,https://github.com/pyca/pynacl,https://github.com/pyca/pynacl,Apache-2.0,2013-02-22 03:52:39.000,2024-04-25 11:08:53.000,2024-02-23 19:52:02,746.0,1.0,225,28.0,515.0,43.0,255.0,1036,Python binding to the Networking and Cryptography (NaCl) library.,2662.0,,67.0,31,True,,2022-01-07 22:05:49.000,1.5.0,16.0,,74690133.0,conda-forge/pynacl,pynacl,https://pypi.org/project/pynacl,2022-01-07 22:05:49.000,2662.0,74558601.0,https://anaconda.org/conda-forge/pynacl,2023-09-24 08:54:47.641,5787439.0,3.0,,,,,,,,,,,,,,,,,, +246,tavern,taverntesting/tavern,testing,,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017-11-01 14:51:25.000,2024-04-27 13:52:07.000,2024-04-27 13:19:55,1116.0,16.0,190,26.0,336.0,37.0,563.0,992,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",590.0,566.0,62.0,31,True,,2024-04-13 18:21:53.000,2.10.3,193.0,,286854.0,,tavern,https://pypi.org/project/tavern,2024-04-27 13:29:23.000,24.0,286854.0,,,,2.0,,,,,,,,,,,,,,,,,, +247,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,2024-05-01 01:07:35.000,2024-04-30 22:10:08,363.0,36.0,139,23.0,134.0,28.0,98.0,920,A toolbar overlay for debugging Flask applications.,29557.0,26575.0,54.0,31,True,['flask'],2024-04-27 18:08:51.000,0.15.1,29.0,,167686.0,conda-forge/flask-debugtoolbar,flask-debugtoolbar,https://pypi.org/project/flask-debugtoolbar,2024-04-27 18:08:51.000,2982.0,166140.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2024-04-27 19:33:32.960,66486.0,2.0,,,,,,,,,,,,,,,pallets-eco/flask-debugtoolbar,,, +248,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,2024-05-02 00:45:45.000,2024-05-02 00:45:45,404.0,25.0,58,15.0,195.0,23.0,92.0,853,Flask + marshmallow for beautiful APIs.,29681.0,28854.0,24.0,31,True,['flask'],2024-03-18 19:09:44.000,1.2.1,23.0,,784349.0,conda-forge/flask-marshmallow,flask-marshmallow,https://pypi.org/project/flask-marshmallow,2024-03-18 19:09:44.000,827.0,783345.0,https://anaconda.org/conda-forge/flask-marshmallow,2023-06-16 13:23:42.076,91424.0,2.0,,,,,,,,,,,,,,,,,, +249,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,2024-05-02 12:33:41.000,2024-04-30 12:27:54,1127.0,39.0,369,71.0,312.0,310.0,471.0,6249,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",28.0,,133.0,30,True,,2023-12-07 22:14:02.000,1.1.0,58.0,,305146.0,conda-forge/django-ninja,django-ninja,https://pypi.org/project/django-ninja,2023-12-07 22:14:02.000,28.0,304797.0,https://anaconda.org/conda-forge/django-ninja,2023-12-12 17:20:02.209,9776.0,3.0,,,,,,,,,,,,,,,,,, +250,webpy,webpy/webpy,web-frameworks,,https://github.com/webpy/webpy,https://github.com/webpy/webpy,Unlicense,2008-09-29 03:42:56.000,2024-04-30 12:34:33.000,2024-04-30 12:34:33,1075.0,2.0,1327,334.0,344.0,55.0,406.0,5870,web.py is a web framework for python that is as simple as it is powerful.,1162.0,21.0,92.0,30,True,,2023-10-10 14:50:45.000,webpy-0.70,22.0,,91662.0,conda-forge/web.py,web.py,https://pypi.org/project/web.py,2020-11-09 11:24:34.000,1141.0,90956.0,https://anaconda.org/conda-forge/web.py,2023-06-16 13:21:14.383,57241.0,3.0,,,,,,,,,,,,,,,,,, +251,maltrail,stamparm/maltrail,others,,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014-12-04 21:33:46.000,2024-05-02 16:25:11.000,2024-05-02 16:25:10,105865.0,3254.0,1023,228.0,18842.0,77.0,331.0,5760,Malicious traffic detection system.,20.0,20.0,49.0,30,True,,2024-04-30 22:11:04.000,0.69,58.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +252,httprunner,httprunner/httprunner,testing,,https://github.com/httprunner/httprunner,https://github.com/httprunner/httprunner,Apache-2.0,2017-06-13 03:54:29.000,2024-04-26 05:42:15.000,2024-01-24 08:30:22,3726.0,,1263,150.0,392.0,488.0,769.0,3983,HttpRunner API/UI.,542.0,535.0,45.0,30,True,,2023-09-19 09:11:28.000,4.3.6,152.0,11634.0,5079.0,,httprunner,https://pypi.org/project/httprunner,2023-07-23 06:59:10.000,7.0,4922.0,,,,2.0,,,,,,,,,,,,,,,,,, +253,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,2024-05-02 14:51:38.000,2024-05-01 16:43:12,629.0,2.0,648,60.0,346.0,167.0,340.0,3814,A JSON Web Token authentication plugin for the Django REST Framework.,378.0,,114.0,30,True,['django'],2023-12-04 06:38:25.000,5.3.1,45.0,,2336817.0,,djangorestframework-simplejwt,https://pypi.org/project/djangorestframework-simplejwt,2023-12-04 06:38:25.000,378.0,2336817.0,,,,3.0,,,,,,,,,,,,,,,,,, +254,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,2024-04-30 22:00:32.000,2024-04-30 21:59:12,555.0,51.0,180,28.0,429.0,121.0,247.0,3590,Robyn is a Super Fast Async Python Web Framework with a Rust runtime.,74.0,73.0,62.0,30,True,,2024-04-29 21:21:43.000,0.54.3,112.0,,25658.0,conda-forge/robyn,robyn,https://pypi.org/project/robyn,2024-04-29 21:21:43.000,1.0,20890.0,https://anaconda.org/conda-forge/robyn,2024-04-30 15:32:08.585,152602.0,3.0,,,,,,,,,,,,,,,sparckles/Robyn,,, +255,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,,687,160.0,171.0,51.0,242.0,3128,Python Twitter API.,5379.0,4323.0,94.0,30,False,,2022-09-19 22:45:26.007,1.19.6,60.0,,26933.0,,twitter,https://pypi.org/project/twitter,2022-09-19 22:46:17.662,1056.0,26933.0,,,,3.0,,,,,,,,,,,,,,,,,, +256,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,2024-01-12 05:56:44.000,2023-04-22 10:13:29,635.0,,788,121.0,154.0,137.0,339.0,3047,Pseudo API for Google Trends.,4322.0,4240.0,86.0,30,False,,2023-04-13 23:18:01.543,4.9.2,30.0,,185042.0,conda-forge/pytrends,pytrends,https://pypi.org/project/pytrends,2023-04-13 23:18:01.543,82.0,184494.0,https://anaconda.org/conda-forge/pytrends,2023-06-16 19:23:49.272,23025.0,2.0,,,,,,,,,,,,,,,,,, +257,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,2024-04-09 13:40:11.000,2018-02-12 06:35:04,352.0,,1047,219.0,115.0,76.0,81.0,2985,"A fully tested, abstract interface to creating OAuth clients and servers.",11374.0,11278.0,42.0,30,False,,2019-06-28 17:57:45.000,1.1.1,13.0,,41626.0,conda-forge/python-oauth2,python-oauth2,https://pypi.org/project/python-oauth2,2019-06-28 17:57:45.000,96.0,40531.0,https://anaconda.org/conda-forge/python-oauth2,2023-06-16 13:23:13.681,89827.0,3.0,,,,,,,,,,,,,,,,,, +258,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,,505,106.0,250.0,372.0,254.0,2730,"Fully featured framework for fast, easy and documented API development with Flask.",14962.0,13988.0,88.0,30,False,['flask'],2019-08-12 21:51:40.000,0.13.0,35.0,,184954.0,conda-forge/flask-restplus,flask-restplus,https://pypi.org/project/flask-restplus,2019-08-12 21:51:40.000,974.0,182396.0,https://anaconda.org/conda-forge/flask-restplus,2023-06-16 13:23:51.607,232780.0,3.0,,,,,,,,,,,,,,,,,, +259,Js2Py,PiotrDabkowski/Js2Py,others,,https://github.com/PiotrDabkowski/Js2Py,https://github.com/PiotrDabkowski/Js2Py,MIT,2014-10-02 21:08:48.000,2024-04-18 17:55:07.000,2022-11-06 10:12:00,297.0,,255,61.0,77.0,135.0,123.0,2392,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,14661.0,14470.0,29.0,30,False,,,,48.0,,1081945.0,conda-forge/js2py,js2py,https://pypi.org/project/js2py,2022-11-06 10:45:09.851,191.0,1080652.0,https://anaconda.org/conda-forge/js2py,2023-06-16 19:19:20.466,62110.0,3.0,,,,,,,,,,,,,,,,,, +260,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,2024-04-16 12:13:04.000,2024-04-16 12:13:00,353.0,7.0,300,46.0,146.0,1.0,156.0,2318,Django friendly finite state machine support.,333.0,,70.0,30,True,['django'],2024-04-09 07:55:47.000,3.0.0,25.0,,396038.0,conda-forge/django-fsm,django-fsm,https://pypi.org/project/django-fsm,2024-04-09 07:50:21.000,333.0,394624.0,https://anaconda.org/conda-forge/django-fsm,2024-04-09 09:42:04.165,25457.0,3.0,,,,,,,,,,,,,,,,,, +261,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,2024-03-26 18:06:03.000,2023-10-04 07:44:51,941.0,,495,75.0,228.0,18.0,289.0,2317,Generate generic activity streams from the actions on your site. Users can follow any actors activities for..,1501.0,1165.0,113.0,30,True,['django'],2023-10-04 07:51:20.000,2.0.0,41.0,9.0,92942.0,,django-activity-stream,https://pypi.org/project/django-activity-stream,2023-10-04 07:51:20.000,336.0,92942.0,,,,3.0,,,,,,,,,,,,,,,,,, +262,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,47.0,182.0,97.0,298.0,2215,Automated image processing for Django. Currently v4.0.,10076.0,9047.0,78.0,30,True,['django'],2023-09-28 00:55:14.000,5.0,41.0,101.0,166308.0,,django-imagekit,https://pypi.org/project/django-imagekit,2023-09-28 00:30:36.000,1029.0,166307.0,,,,3.0,,,,,,,,,,,,,,,,,, +263,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,2024-04-29 12:47:11.000,2024-04-28 00:50:16,419.0,10.0,593,65.0,305.0,120.0,311.0,2213,Send push notifications to mobile devices through GCM or APNS in Django.,90.0,,101.0,30,True,['django'],2024-04-28 01:00:40.000,3.1.0,19.0,119.0,88168.0,,django-push-notifications,https://pypi.org/project/django-push-notifications,2024-04-28 01:00:40.000,90.0,88167.0,,,,3.0,2.0,,,,,,,,,,,,,,,,, +264,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,2024-03-12 05:05:06.000,2024-03-12 05:05:02,1234.0,1.0,221,41.0,141.0,18.0,317.0,2039,A slick ORM cache with automatic granular event-driven invalidation.,1339.0,1241.0,67.0,30,True,['django'],2023-10-24 10:23:43.000,7.0.2,63.0,,167465.0,,django-cacheops,https://pypi.org/project/django-cacheops,2023-10-24 10:23:43.000,98.0,167465.0,,,,3.0,,,,,,,,,,,,,,,,,, +265,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,45.0,50.0,43.0,54.0,2022,"Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can..",42274.0,40034.0,30.0,30,True,['django'],2023-08-25 15:29:05.000,1.5.0,22.0,,682944.0,,django-widget-tweaks,https://pypi.org/project/django-widget-tweaks,2023-08-25 15:29:05.000,2240.0,682944.0,,,,3.0,,,,,,,,,,,,,,,,,, +266,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,1855,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",8204.0,7046.0,103.0,30,False,,2021-07-16 22:38:58.000,3.9.1,61.0,,157701.0,conda-forge/twython,twython,https://pypi.org/project/twython,2021-07-16 22:35:20.000,1158.0,154530.0,https://anaconda.org/conda-forge/twython,2023-06-16 13:20:59.998,266435.0,3.0,,,,,,,,,,,,,,,,,, +267,html2text,Alir3z4/html2text,markdown,,https://github.com/Alir3z4/html2text,https://github.com/Alir3z4/html2text,GPL-3.0,2014-02-19 22:41:11.000,2024-04-21 19:10:09.000,2024-02-28 18:22:59,782.0,5.0,254,26.0,202.0,86.0,135.0,1664,Convert HTML to Markdown-formatted text.,2512.0,,77.0,30,True,,2024-02-27 18:51:33.000,2024.2.26,40.0,,1877304.0,,html2text,https://pypi.org/project/html2text,2024-02-27 18:49:24.000,2512.0,1877304.0,,,,3.0,,,,,,,,,,,,,,,,,, +268,flask-security,mattupstate/flask-security,flask-utils,,https://github.com/pallets-eco/flask-security,https://github.com/pallets-eco/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,64.0,351.0,173.0,397.0,1624,Quick and simple security for Flask applications.,9392.0,7683.0,128.0,30,False,['flask'],2017-06-14 13:28:38.000,3.0.0,26.0,,61422.0,conda-forge/flask-security,flask-security,https://pypi.org/project/flask-security,2017-06-14 13:28:38.000,1709.0,60937.0,https://anaconda.org/conda-forge/flask-security,2023-06-16 13:21:48.371,41307.0,2.0,,,,,,,,,,,,,,,pallets-eco/flask-security,,, +269,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.,4140.0,3083.0,45.0,30,False,,2020-02-15 09:06:13.000,0.14.0,57.0,,643331.0,conda-forge/slacker,slacker,https://pypi.org/project/slacker,2020-02-15 09:06:13.000,1057.0,638678.0,https://anaconda.org/conda-forge/slacker,2023-06-16 13:18:03.732,442122.0,3.0,,,,,,,,,,,,,,,,,, +270,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,2024-03-26 15:44:06.000,2024-03-13 10:12:46,1179.0,1.0,309,26.0,390.0,75.0,280.0,1609,Money fields for Django forms and models.,2981.0,2773.0,115.0,30,True,['django'],2023-11-30 19:38:07.000,3.4.1,67.0,,236589.0,,django-money,https://pypi.org/project/django-money,2023-11-30 19:38:07.000,208.0,236589.0,,,,3.0,,,,,,,,,,,,,,,,,, +271,django-polymorphic,django-polymorphic/django-polymorphic,django-utils,,https://github.com/jazzband/django-polymorphic,https://github.com/jazzband/django-polymorphic,BSD-3-Clause,2011-02-12 23:30:34.000,2024-04-29 17:45:33.000,2024-04-25 14:20:58,932.0,38.0,272,32.0,263.0,155.0,182.0,1574,Improved Django model inheritance with automatic downcasting.,188.0,,115.0,30,True,['django'],2021-11-18 11:55:38.000,3.1.0,40.0,,531607.0,conda-forge/django_polymorphic,django-polymorphic,https://pypi.org/project/django-polymorphic,2021-11-18 11:55:38.000,188.0,530941.0,https://anaconda.org/conda-forge/django_polymorphic,2023-06-16 13:15:49.260,64697.0,3.0,,,,,,,,,,,,,,,jazzband/django-polymorphic,,, +272,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,2024-02-23 23:41:11.000,2024-02-23 23:30:15,989.0,2.0,238,60.0,135.0,78.0,341.0,1515,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,2686.0,2318.0,84.0,30,True,,2024-02-23 23:46:38.000,6.0.0,29.0,516.0,646175.0,conda-forge/rpyc,rpyc,https://pypi.org/project/rpyc,2024-02-23 23:41:11.000,368.0,628819.0,https://anaconda.org/conda-forge/rpyc,2023-06-16 19:21:36.467,763343.0,2.0,,,,,,,,,,,,,,,,,, +273,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,2024-02-19 14:27:46.000,2023-01-09 10:51:18,797.0,,314,32.0,223.0,84.0,318.0,1358,Easy thumbnails for Django.,12868.0,10761.0,91.0,30,False,['django'],2023-01-09 22:18:33.244,2.8.5,51.0,,258071.0,,easy-thumbnails,https://pypi.org/project/easy-thumbnails,2023-01-09 22:18:33.244,2107.0,258071.0,,,,3.0,,,,,,,,,,,,,,,,,, +274,django-waffle,django-waffle/django-waffle,django-utils,,https://github.com/jazzband/django-waffle,https://github.com/jazzband/django-waffle,BSD-3-Clause,2011-01-23 17:42:09.000,2024-04-23 18:10:13.000,2024-04-23 18:10:12,432.0,1.0,257,24.0,293.0,42.0,167.0,1073,A feature flipper for Django.,1701.0,1353.0,118.0,30,True,['django'],2023-12-11 08:14:37.000,4.1.0,48.0,,517156.0,conda-forge/django-waffle,django-waffle,https://pypi.org/project/django-waffle,2023-12-11 08:14:37.000,348.0,516778.0,https://anaconda.org/conda-forge/django-waffle,2023-07-31 15:13:53.926,16652.0,3.0,,,,,,,,,,,,,,,jazzband/django-waffle,,, +275,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,2024-04-08 20:33:40.000,2024-04-08 20:33:37,636.0,9.0,153,20.0,224.0,43.0,169.0,990,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",4283.0,4115.0,58.0,30,True,['flask'],2024-03-05 12:43:19.000,7.1.0,52.0,,137002.0,conda-forge/flask-dance,flask-dance,https://pypi.org/project/flask-dance,2024-03-05 12:43:19.000,168.0,135678.0,https://anaconda.org/conda-forge/flask-dance,2023-09-13 17:12:10.238,10597.0,3.0,,,,,,,,,,,,,,,,,, +276,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,2024-04-29 17:44:53.000,2024-04-03 00:01:32,489.0,5.0,216,23.0,238.0,78.0,211.0,912,Management commands to help backup and restore your project database and media files.,2038.0,1875.0,70.0,30,True,['django'],2024-01-15 00:57:07.000,4.1.0,45.0,,109563.0,,django-dbbackup,https://pypi.org/project/django-dbbackup,2024-01-15 00:57:07.000,163.0,109563.0,,,,3.0,,,,,,,,,,,,,,,,,, +277,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,2024-04-24 16:37:39.000,2024-03-26 22:49:20,362.0,1.0,136,10.0,193.0,56.0,111.0,859,Cross Origin Resource Sharing ( CORS ) support for Flask.,290364.0,281967.0,46.0,30,True,['flask'],2023-08-27 22:12:17.000,4.0.0,44.0,,9252618.0,conda-forge/flask-cors,flask-cors,https://pypi.org/project/flask-cors,2023-06-26 05:39:35.576,8397.0,9228838.0,https://anaconda.org/conda-forge/flask-cors,2023-06-26 12:46:52.217,856101.0,2.0,,,,,,,,,,,,,,,,,, +278,klein,twisted/klein,others,,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012-02-10 17:55:04.000,2024-04-29 23:50:01.000,2024-04-15 21:00:48,2857.0,21.0,129,40.0,562.0,91.0,99.0,832,werkzeug + twisted.web.,1872.0,1818.0,56.0,30,True,,2023-12-22 16:29:38.000,23.12.0,25.0,,80916.0,,klein,https://pypi.org/project/klein,2023-12-22 16:29:38.000,54.0,80916.0,,,,3.0,,,,,,,,,,,,,,,,,, +279,selene,yashaka/selene,testing,,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015-04-17 08:52:14.000,2024-05-02 00:48:48.000,2024-03-06 19:00:01,1131.0,15.0,144,57.0,213.0,120.0,196.0,668,User-oriented Web UI browser tests in Python.,4372.0,4357.0,41.0,30,True,,2024-03-06 19:05:45.000,2.0.0rc9,90.0,,15284.0,,selene,https://pypi.org/project/selene,2024-03-06 19:05:27.000,15.0,15284.0,,,,2.0,,,,,,,,,,,,,,,,,, +280,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,429,i18n and l10n support for Flask based on Babel and pytz.,22411.0,22343.0,42.0,30,True,['flask'],2023-10-02 01:10:48.000,4.0.0,18.0,,3401326.0,conda-forge/flask-babel,flask-babel,https://pypi.org/project/flask-babel,2023-10-02 01:10:48.000,68.0,3397497.0,https://anaconda.org/conda-forge/flask-babel,2023-11-30 03:15:36.990,172308.0,2.0,,,,,,,,,,,,,,,,,, +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,2024-05-02 08:12:53.000,2024-05-02 08:12:53,453.0,63.0,107,7.0,469.0,51.0,88.0,404,PEP-484 stubs for django-rest-framework.,3013.0,2953.0,71.0,30,True,['django'],2024-04-30 19:55:31.000,3.15.0,24.0,,815820.0,conda-forge/djangorestframework-stubs,djangorestframework-stubs,https://pypi.org/project/djangorestframework-stubs,2023-12-05 19:21:09.000,60.0,815555.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2023-12-05 23:18:45.357,9574.0,3.0,,,,,,,,,,,,,,,,,, +282,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,2024-04-15 12:45:27.000,2024-04-06 10:18:54,533.0,35.0,61,9.0,239.0,34.0,76.0,315,"OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI..",6717.0,6460.0,40.0,30,True,,2023-10-13 11:43:38.000,0.7.1,38.0,,4953271.0,conda-forge/openapi-spec-validator,openapi-spec-validator,https://pypi.org/project/openapi-spec-validator,2023-10-13 11:43:38.000,257.0,4941453.0,https://anaconda.org/conda-forge/openapi-spec-validator,2023-10-14 14:27:38.498,543634.0,3.0,,,,,,,,,,,,,,,python-openapi/openapi-spec-validator,,, +283,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,2024-05-01 20:31:16.000,2024-05-01 20:23:27,1287.0,104.0,127,10.0,583.0,70.0,165.0,276,Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1..,640.0,596.0,65.0,30,True,,2024-04-10 18:19:34.000,0.19.1,67.0,,331770.0,conda-forge/openapi-core,openapi-core,https://pypi.org/project/openapi-core,2024-04-10 18:19:34.000,44.0,331294.0,https://anaconda.org/conda-forge/openapi-core,2024-04-11 12:06:35.219,17625.0,3.0,,,,,,,,,,,,,,,python-openapi/openapi-core,,, +284,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,188,A modern CSS selector implementation for BeautifulSoup.,519201.0,516411.0,11.0,30,True,,2023-09-02 12:47:29.000,2.5,45.0,,102046845.0,conda-forge/soupsieve,soupsieve,https://pypi.org/project/soupsieve,2023-09-02 12:48:20.000,2790.0,101616987.0,https://anaconda.org/conda-forge/soupsieve,2023-09-05 15:57:57.854,19343653.0,2.0,,,,,,,,,,,,,,,,,, +285,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,2024-04-30 13:55:27.000,2024-01-28 04:34:54,2361.0,,2245,312.0,806.0,57.0,477.0,11268,Web path scanner.,84.0,84.0,106.0,29,True,,2022-10-05 13:01:24.000,0.4.3,16.0,,6385.0,,dirsearch,https://pypi.org/project/dirsearch,2022-10-03 17:07:28.162,,6385.0,,,,2.0,,,,,,,,,,,,,,,,,, +286,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,,2201,327.0,219.0,210.0,462.0,9257,Script for downloading Coursera.org videos and naming them.,248.0,234.0,85.0,29,False,,2019-12-16 21:11:03.021,0.11.5,12.0,,1480.0,conda-forge/coursera-dl,coursera-dl,https://pypi.org/project/coursera-dl,2018-06-03 08:31:25.000,14.0,1238.0,https://anaconda.org/conda-forge/coursera-dl,2023-06-16 13:14:45.566,21835.0,3.0,,,,,,,,,,,,,,,,,, +287,mezzanine,stephenmcd/mezzanine,cms,,https://github.com/stephenmcd/mezzanine,https://github.com/stephenmcd/mezzanine,BSD-2-Clause,2010-05-29 12:16:55.000,2024-04-09 13:49:02.000,2022-11-02 08:25:54,5304.0,,1642,246.0,985.0,56.0,1012.0,4715,CMS framework for Django.,23.0,,327.0,29,False,['django'],2022-05-12 12:50:07.885,6.0.0,138.0,,6885.0,,mezzanine,https://pypi.org/project/mezzanine,2022-05-12 12:50:07.885,23.0,6885.0,,,,2.0,-3.0,,,,,,,,,,,,,,,,, +288,cloudscraper,venomous/cloudscraper,web-scraping,,https://github.com/VeNoMouS/cloudscraper,https://github.com/VeNoMouS/cloudscraper,MIT,2019-04-16 02:18:50.000,2024-02-23 12:43:37.000,2023-04-25 23:19:48,285.0,,453,148.0,60.0,6.0,,3987,A Python module to bypass Cloudflares anti-bot page.,22062.0,21909.0,12.0,29,False,,2023-04-25 23:20:54.756,1.2.71,95.0,,486353.0,,cloudscraper,https://pypi.org/project/cloudscraper,2023-04-25 23:20:54.756,153.0,486353.0,,,,2.0,,,,,,,,,,,,,,,,,, +289,lektor,lektor/lektor,cms,,https://github.com/lektor/lektor,https://github.com/lektor/lektor,BSD-3-Clause,2015-12-19 09:18:36.000,2024-03-05 17:52:27.971,2024-02-27 18:42:46,1739.0,3.0,308,77.0,535.0,242.0,424.0,3769,The lektor static file content management system.,541.0,451.0,94.0,29,True,,2024-02-27 21:17:57.000,3.3.11,48.0,7141.0,6086.0,conda-forge/lektor,lektor,https://pypi.org/project/lektor,2024-02-27 21:30:03.000,90.0,4489.0,https://anaconda.org/conda-forge/lektor,2024-03-05 17:52:27.971,68715.0,2.0,,,,,,,,,,,,,,,,,, +290,pyppeteer,miyakogi/pyppeteer,testing,,https://github.com/miyakogi/pyppeteer,https://github.com/miyakogi/pyppeteer,MIT,2017-08-28 16:39:17.000,2024-02-18 03:02:41.000,2020-05-08 09:48:22,788.0,,367,101.0,73.0,154.0,100.0,3553,Headless chrome/chromium automation library (unofficial port of puppeteer).,394.0,,24.0,29,False,,2024-02-18 03:02:41.000,2.0.0,35.0,,1610532.0,conda-forge/pyppeteer,pyppeteer,https://pypi.org/project/pyppeteer,2024-02-18 03:02:41.000,394.0,1605931.0,https://anaconda.org/conda-forge/pyppeteer,2023-06-16 16:13:26.272,294482.0,2.0,,,,,,,,,,,,,,,,,, +291,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,2024-03-05 22:48:16.000,2017-03-08 18:34:10,4395.0,,372,180.0,142.0,69.0,263.0,3507,IMAP/SMTP sync system with modern APIs.,11.0,,79.0,29,False,,2024-03-05 22:48:16.000,6.1.1,74.0,,111709.0,,nylas,https://pypi.org/project/nylas,2024-03-05 22:48:16.000,11.0,111709.0,,,,1.0,,,,,,,,,,,,,,,,,, +292,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,2024-04-30 10:44:25.000,2024-03-31 08:25:54,1883.0,18.0,429,139.0,135.0,29.0,484.0,3144,Fast and powerful SSL/TLS scanning library.,22.0,,69.0,29,True,,2024-03-31 08:12:51.000,6.0.0,70.0,107444.0,93786.0,,sslyze,https://pypi.org/project/sslyze,2024-03-31 08:12:17.000,22.0,92860.0,,,,3.0,,,,,,,,,,,,,,,,,, +293,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,2024-04-30 12:27:15.000,2024-04-30 12:10:35,896.0,14.0,554,53.0,979.0,91.0,242.0,2862,Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse & Forward Proxy Server..,167.0,143.0,21.0,29,True,,2024-04-12 15:16:57.000,2.4.4rc5,39.0,1093.0,161407.0,,proxy.py,https://pypi.org/project/proxy.py,2024-04-12 15:16:25.000,24.0,161371.0,,,,3.0,,,,,,,,,,,,,,,,,, +294,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,102.0,128.0,2587,Send email in Python conveniently for gmail using yagmail.,4522.0,4051.0,32.0,29,False,,2022-09-19 15:58:02.665,0.15.293,107.0,,153635.0,conda-forge/yagmail,yagmail,https://pypi.org/project/yagmail,2022-09-19 15:58:02.665,471.0,153013.0,https://anaconda.org/conda-forge/yagmail,2023-06-16 16:18:42.921,34251.0,1.0,,,,,,,,,,,,,,,,,, +295,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,2024-04-30 12:56:36.000,2024-04-30 12:56:32,157.0,30.0,389,106.0,98.0,18.0,309.0,2557,Reusable workflow library for Django.,326.0,294.0,27.0,29,True,['django'],2024-04-19 05:49:14.000,2.0.2,50.0,,12071.0,,django-viewflow,https://pypi.org/project/django-viewflow,2024-04-19 05:49:14.000,32.0,12071.0,,,,3.0,,,,,,,,,,,,,,,,,, +296,masonite,MasoniteFramework/masonite,web-frameworks,,https://github.com/MasoniteFramework/masonite,https://github.com/MasoniteFramework/masonite,MIT,2017-12-06 00:30:22.000,2024-04-28 01:29:18.000,2024-04-04 19:49:42,4089.0,15.0,130,64.0,362.0,38.0,371.0,2150,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,594.0,516.0,87.0,29,True,,2024-03-12 02:01:30.000,4.20.0,313.0,,6641.0,,masonite,https://pypi.org/project/masonite,2024-03-12 02:01:30.000,78.0,6641.0,,,,3.0,,,,,,,,,,,,,,,,,, +297,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,2024-04-30 17:59:07.000,2024-04-15 06:52:49,342.0,9.0,168,14.0,386.0,34.0,175.0,1590,SQLAlchemy Admin for FastAPI and Starlette.,756.0,746.0,52.0,29,True,['fastapi'],2024-02-21 15:17:21.000,0.16.1,38.0,,75843.0,,sqladmin,https://pypi.org/project/sqladmin,2024-02-21 15:17:21.000,10.0,75843.0,,,,1.0,,,,,,,,,,,,,,,,,, +298,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,,196,38.0,52.0,45.0,33.0,1416,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",8600.0,8074.0,32.0,29,False,,2020-08-23 06:05:26.000,2.2.0,12.0,,3017421.0,conda-forge/user-agents,user-agents,https://pypi.org/project/user-agents,2020-08-23 06:01:54.000,526.0,3016917.0,https://anaconda.org/conda-forge/user-agents,2023-06-16 13:16:51.489,46919.0,3.0,,,,,,,,,,,,,,,,,, +299,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,,297,78.0,174.0,22.0,183.0,1235,Let AngularJS play well with Django.,893.0,651.0,67.0,29,True,['django'],2023-11-13 22:42:39.000,2.3.1,56.0,,10174.0,,django-angular,https://pypi.org/project/django-angular,2023-11-13 22:42:39.000,242.0,10174.0,,,,3.0,,,,,,,,,,,,,,,,,, +300,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,2024-05-02 09:08:03.000,2024-05-02 07:58:11,427.0,5.0,201,24.0,189.0,49.0,104.0,1082,Authentication Module for django rest auth.,10848.0,10663.0,55.0,29,True,['django'],2022-01-31 17:42:28.000,4.2.0,25.0,,182556.0,,django-rest-knox,https://pypi.org/project/django-rest-knox,2022-01-31 17:42:28.000,185.0,182556.0,,,,3.0,,,,,,,,,,,,,,,jazzband/django-rest-knox,,, +301,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,2024-03-28 11:07:07.398,2023-11-30 09:53:39,490.0,,143,22.0,181.0,59.0,153.0,1066,A helper for organizing Django project settings by relying on well established programming patterns.,3709.0,3039.0,66.0,29,True,['django'],2024-03-27 11:40:53.000,2.5.1,25.0,,230680.0,conda-forge/django-configurations,django-configurations,https://pypi.org/project/django-configurations,2024-03-27 11:40:53.000,670.0,229949.0,https://anaconda.org/conda-forge/django-configurations,2024-03-28 11:07:07.398,31447.0,3.0,,,,,,,,,,,,,,,,,, +302,dpkt,kbandla/dpkt,others,,https://github.com/kbandla/dpkt,https://github.com/kbandla/dpkt,BSD-3-Clause,2012-06-06 18:39:31.000,2024-02-27 20:57:16.000,2023-01-27 16:44:52,813.0,,267,51.0,286.0,74.0,308.0,1061,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",1794.0,1697.0,67.0,29,False,,2022-08-18 05:57:11.000,1.9.8,22.0,,601592.0,conda-forge/dpkt,dpkt,https://pypi.org/project/dpkt,2022-08-18 05:55:29.977,97.0,599478.0,https://anaconda.org/conda-forge/dpkt,2023-06-16 16:13:36.846,135358.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,,187,44.0,195.0,101.0,167.0,1046,HTTP/2 for Python.,1391.0,1261.0,43.0,29,False,,2020-08-02 14:24:39.000,0.5.0,18.0,187.0,191337.0,conda-forge/hyper,hyper,https://pypi.org/project/hyper,2016-09-27 13:03:52.800,130.0,191057.0,https://anaconda.org/conda-forge/hyper,2023-06-16 16:07:33.511,21241.0,3.0,,,,,,,,,,,,,,,,,, +304,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,2024-04-27 19:13:04.000,2022-03-09 18:46:07,381.0,,212,33.0,104.0,73.0,67.0,1033,A Redis cache backend for django.,5324.0,4166.0,46.0,29,False,['django'],2022-03-09 18:49:10.000,3.0.1,53.0,,125130.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,124561.0,https://anaconda.org/conda-forge/django-redis-cache,2023-06-16 13:15:48.268,55774.0,3.0,,,,,,,,,,,,,,,,,, +305,Hypercorn,pgjones/hypercorn,servers,,https://github.com/pgjones/hypercorn,https://github.com/pgjones/hypercorn,MIT,2018-06-02 17:47:42.000,2024-04-26 19:27:52.000,2024-04-11 19:59:39,688.0,8.0,87,16.0,53.0,77.0,97.0,996,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,7178.0,7175.0,59.0,29,True,,2024-01-01 14:00:44.000,0.16.0,52.0,,907911.0,,hypercorn,https://pypi.org/project/hypercorn,2024-01-01 14:00:44.000,3.0,907911.0,,,,3.0,5.0,,,,,,,,,,,,,,,,, +306,flask-mongoengine,MongoEngine/flask-mongoengine,flask-utils,,https://github.com/MongoEngine/flask-mongoengine,https://github.com/MongoEngine/flask-mongoengine,BSD-3-Clause,2012-05-15 11:33:26.000,2024-01-18 13:35:22.000,2022-08-16 14:02:03,969.0,,251,29.0,271.0,42.0,236.0,841,MongoEngine flask extension with WTF model forms support.,10938.0,9521.0,90.0,29,False,['flask'],2020-11-21 06:02:04.000,1.0.0,21.0,,158925.0,,flask-mongoengine,https://pypi.org/project/flask-mongoengine,2020-11-21 06:02:04.000,1417.0,158925.0,,,,2.0,,,,,,,,,,,,,,,,,, +307,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,2024-04-24 14:56:09.000,2024-04-17 14:13:05,533.0,17.0,151,116.0,136.0,50.0,57.0,821,Extract embedded metadata from HTML markup.,1126.0,1084.0,38.0,29,True,,2023-07-07 10:41:03.731,0.15.0,24.0,,124113.0,,extruct,https://pypi.org/project/extruct,2023-07-07 10:41:03.731,42.0,124113.0,,,,2.0,,,,,,,,,,,,,,,,,, +308,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,2024-04-21 15:08:04.000,2024-04-21 15:07:51,371.0,6.0,81,11.0,336.0,29.0,106.0,787,Object factory for Django.,4039.0,4001.0,52.0,29,True,['django'],2024-04-21 15:04:40.000,1.18.0,29.0,,565105.0,conda-forge/model_bakery,model_bakery,https://pypi.org/project/model_bakery,2024-04-21 15:04:40.000,38.0,564687.0,https://anaconda.org/conda-forge/model_bakery,2023-06-16 19:18:17.599,20943.0,2.0,,,,,,,,,,,,,,,,,, +309,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,2024-04-17 09:12:22.000,2024-04-17 09:12:22,412.0,56.0,1318,11.0,96.0,30.0,120.0,775,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",1046.0,1038.0,42.0,29,True,['django'],2024-04-15 02:06:42.000,1.6.44,81.0,,17617.0,,martor,https://pypi.org/project/martor,2024-04-15 02:05:52.000,8.0,17617.0,,,,3.0,,,,,,,,,,,,,,,,,, +310,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,2024-04-29 17:45:04.000,2024-03-30 06:44:02,359.0,1.0,132,25.0,133.0,79.0,77.0,754,A set of high-level abstractions for Django forms.,11381.0,10157.0,74.0,29,True,['django'],2023-12-19 10:30:02.000,2.5.1,8.0,,597304.0,,django-formtools,https://pypi.org/project/django-formtools,2023-12-19 10:30:02.000,1224.0,597304.0,,,,3.0,,,,,,,,,,,,,,,,,, +311,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,2024-05-02 14:52:39.000,2024-04-30 19:48:58,795.0,12.0,206,27.0,120.0,17.0,152.0,709,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,3372.0,3367.0,73.0,29,True,['django'],2021-12-15 15:40:40.554,0.1.4,29.0,,17644.0,,django-paypal,https://pypi.org/project/django-paypal,2024-04-30 19:52:35.000,5.0,17644.0,,,,3.0,2.0,,,,,,,,,,,,,,,,, +312,flask-mail,mattupstate/flask-mail,email,,https://github.com/pallets-eco/flask-mail,https://github.com/pallets-eco/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,579,Flask-Mail adds SMTP mail sending to your Flask applications.,3947.0,,30.0,29,False,,2014-09-28 23:35:22.000,0.9.1,28.0,,632795.0,conda-forge/flask-mail,flask-mail,https://pypi.org/project/flask-mail,2014-09-28 23:35:22.000,3947.0,631656.0,https://anaconda.org/conda-forge/flask-mail,2023-06-16 13:17:02.870,105941.0,1.0,,,,,,,,,,,,,,,pallets-eco/flask-mail,,, +313,aiodns,saghul/aiodns,others,,https://github.com/saghul/aiodns,https://github.com/saghul/aiodns,MIT,2014-03-26 23:19:57.000,2024-03-31 11:27:28.000,2024-03-31 11:23:33,141.0,5.0,68,9.0,52.0,8.0,60.0,513,Simple DNS resolver for asyncio.,54511.0,53310.0,31.0,29,True,,2024-03-31 11:27:28.000,3.2.0,18.0,,3154236.0,conda-forge/aiodns,aiodns,https://pypi.org/project/aiodns,2024-03-31 11:27:28.000,1201.0,3150034.0,https://anaconda.org/conda-forge/aiodns,2023-06-16 16:18:11.597,231132.0,3.0,,,,,,,,,,,,,,,,,, +314,pyngrok,alexdlaird/pyngrok,others,,https://github.com/alexdlaird/pyngrok,https://github.com/alexdlaird/pyngrok,MIT,2018-12-16 22:12:33.000,2024-04-08 19:25:38.000,2024-04-08 19:25:35,930.0,91.0,59,6.0,44.0,,86.0,410,A Python wrapper for ngrok.,6025.0,5912.0,10.0,29,True,,2024-03-24 13:41:09.000,7.1.6,98.0,,366544.0,conda-forge/pyngrok,pyngrok,https://pypi.org/project/pyngrok,2024-03-24 13:41:09.000,113.0,364324.0,https://anaconda.org/conda-forge/pyngrok,2024-03-24 16:07:17.052,106574.0,3.0,,,,,,,,,,,,,,,,,, +315,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,2024-05-02 16:31:49.000,2024-05-02 09:47:52,1130.0,31.0,1392,167.0,1034.0,17.0,740.0,17450,Try PyScript: https://pyscript.com Examples: https://tinyurl.com/pyscript-examples Community:..,12.0,12.0,116.0,28,True,,2024-04-24 15:18:01.000,2024.4.2,17.0,208.0,9.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +316,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,2024-02-19 17:21:18.000,2019-05-21 18:24:10,156.0,,2015,200.0,104.0,130.0,170.0,8499,Python Script to download hundreds of images from Google Images. It is a ready-to-run code!.,109.0,,38.0,28,False,,2019-05-21 18:28:03.000,2.8.0,40.0,,4135.0,,google_images_download,https://pypi.org/project/google_images_download,2019-05-21 18:28:03.000,109.0,4135.0,,,,3.0,,,,,,,,,,,,,,,,,, +317,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,76.0,104.0,104.0,189.0,6363,Preview GitHub README.md files locally before committing them.,1818.0,1786.0,40.0,28,True,,2023-10-12 05:07:59.000,4.6.2,27.0,,57623.0,,grip,https://pypi.org/project/grip,2023-10-12 05:07:59.000,32.0,57623.0,,,,3.0,,,,,,,,,,,,,,,,,, +318,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,,2017-07-17 13:19:16.000,2024-05-02 13:11:48.000,2024-04-30 18:33:21,1309.0,66.0,335,61.0,352.0,56.0,652.0,5890,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",119.0,119.0,62.0,28,False,['openapi'],2024-04-30 18:33:48.000,8.1.1,47.0,221696.0,3212.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +319,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,,405,168.0,374.0,59.0,289.0,5577,The Web API toolkit.,814.0,761.0,91.0,28,False,['openapi'],2023-11-30 00:45:19.885,0.1.0,95.0,,9601.0,conda-forge/apistar,apistar,https://pypi.org/project/apistar,2023-11-30 00:45:19.885,53.0,7829.0,https://anaconda.org/conda-forge/apistar,2023-06-16 16:08:51.994,129371.0,3.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,,330,114.0,50.0,7.0,118.0,4421,Requests + Gevent = 3.,4542.0,4368.0,28.0,28,True,,2023-06-08 00:06:01.754,0.7.0,7.0,14.0,377863.0,conda-forge/grequests,grequests,https://pypi.org/project/grequests,2023-06-08 00:06:01.754,174.0,376849.0,https://anaconda.org/conda-forge/grequests,2023-06-16 13:16:57.269,93336.0,3.0,,,,,,,,,,,,,,,,,, +321,PyWebIO,pywebio/PyWebIO,web-ui,,https://github.com/pywebio/PyWebIO,https://github.com/pywebio/PyWebIO,MIT,2020-02-29 10:28:10.000,2024-04-21 08:11:57.000,2024-04-21 08:10:02,964.0,3.0,371,53.0,64.0,28.0,204.0,4335,Write interactive web app in script way.,1554.0,1537.0,19.0,28,True,,2023-10-30 13:40:38.000,1.8.3,34.0,,8882.0,,pywebio,https://pypi.org/project/pywebio,2023-10-30 13:40:38.000,17.0,8882.0,,,,2.0,,,,,,,,,,,,,,,,,, +322,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,4129,Language-agnostic HTTP API Testing Tool.,1283.0,1068.0,111.0,28,True,['openapi'],2021-11-16 12:38:08.000,dredd-transactions@10.1.0,223.0,,35691.0,,dredd_hooks,https://pypi.org/project/dredd_hooks,2018-04-09 12:47:29.000,38.0,6521.0,,,,3.0,,,,dredd,https://www.npmjs.com/package/dredd,2021-11-16 12:36:05.644,177.0,29170.0,,,,,,,,,, +323,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,2024-01-19 16:22:10.000,2015-03-29 14:04:10,482.0,,831,203.0,116.0,107.0,92.0,3945,"Html Content / Article Extractor, web scrapping lib in Python.",252.0,221.0,35.0,28,False,,2024-01-19 16:22:10.000,3.1.19,30.0,,43305.0,,goose3,https://pypi.org/project/goose3,2024-01-19 16:22:10.000,31.0,43305.0,,,,3.0,,,,,,,,,,,,,,,,,, +324,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,2024-04-11 23:04:20.000,2024-03-31 14:56:22,1020.0,27.0,217,91.0,301.0,1.0,216.0,3585,A familiar HTTP Service Framework for Python.,625.0,556.0,85.0,28,True,,2021-01-08 08:35:11.365,2.0.7,48.0,,3949.0,conda-forge/responder,responder,https://pypi.org/project/responder,2021-01-08 08:35:11.365,69.0,2667.0,https://anaconda.org/conda-forge/responder,2023-06-16 16:12:56.673,84667.0,3.0,,,,,,,,,,,,,,,kennethreitz/responder,,, +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,2024-04-27 23:00:07.000,2024-04-26 21:57:15,7785.0,17.0,696,134.0,1244.0,187.0,2979.0,3167,The free and open-source Download Manager written in pure Python.,17.0,15.0,226.0,28,True,,2020-02-20 21:04:56.000,0.4.20,91.0,102326.0,4032.0,,pyload-ng,https://pypi.org/project/pyload-ng,2024-04-26 22:01:37.000,2.0,3227.0,,,,3.0,,,,,,,,,,,,,,,,,, +326,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,,1034,171.0,501.0,104.0,292.0,3144,A Django based shop system.,233.0,224.0,96.0,28,False,['django'],2021-02-02 21:13:24.000,1.2.4,47.0,,5696.0,,django-shop,https://pypi.org/project/django-shop,2021-02-02 21:13:24.000,9.0,5696.0,,,,3.0,,,,,,,,,,,,,,,,,, +327,Grab,lorien/grab,web-scraping,,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013-05-01 08:10:22.000,2024-03-12 04:38:09.000,2023-07-01 14:51:21,2489.0,,264,89.0,180.0,23.0,219.0,2355,Web Scraping Framework.,416.0,411.0,67.0,28,True,,2018-06-24 14:27:52.000,0.6.41,120.0,,3223.0,,grab,https://pypi.org/project/grab,2018-06-24 14:27:52.000,5.0,3223.0,,,,3.0,,,,,,,,,,,,,,,,,, +328,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,2024-02-12 15:05:34.000,2022-11-29 19:37:09,766.0,,677,118.0,168.0,298.0,354.0,2299,Modern theme for Django admin interface.,4226.0,3186.0,60.0,28,False,['django'],2019-10-02 08:36:30.000,0.2.28,47.0,,27253.0,,django-suit,https://pypi.org/project/django-suit,2022-11-29 19:58:01.176,1040.0,27253.0,,,,2.0,,,,,,,,,,,,,,,,,, +329,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,,742,130.0,160.0,39.0,406.0,2104,Simple yet powerful and really extendable application for managing a blog within your Django Web site.,876.0,712.0,71.0,28,False,['django'],2016-09-27 13:25:46.000,0.18.1,29.0,,1209.0,,django-blog-zinnia,https://pypi.org/project/django-blog-zinnia,2018-03-10 21:22:04.000,164.0,1209.0,,,,3.0,,,,,,,,,,,,,,,,,, +330,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,2024-03-25 06:41:39.000,2024-03-25 06:41:39,205.0,9.0,138,37.0,77.0,30.0,84.0,1771,"Awesome Django authorization, without the database.",1715.0,1663.0,31.0,28,True,['django'],2022-03-23 08:53:01.000,3.3.0,20.0,,162098.0,,rules,https://pypi.org/project/rules,2022-03-23 08:54:01.000,52.0,162098.0,,,,3.0,,,,,,,,,,,,,,,,,, +331,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,2024-02-05 05:01:10.000,2024-02-05 05:01:09,644.0,1.0,308,35.0,260.0,31.0,250.0,1650,Dynamic Django settings.,2274.0,1994.0,142.0,28,True,['django'],2023-08-21 21:35:43.000,3.1.0,31.0,,294434.0,,django-constance,https://pypi.org/project/django-constance,2023-08-21 21:35:43.000,280.0,294434.0,,,,3.0,,,,,,,,,,,,,,,,,, +332,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,,251886.0,,rauth,https://pypi.org/project/rauth,2017-01-22 16:51:43.000,984.0,251886.0,,,,3.0,,,,,,,,,,,,,,,,,, +333,mangum,jordaneremieff/mangum,servers,,https://github.com/jordaneremieff/mangum,https://github.com/jordaneremieff/mangum,MIT,2019-01-14 11:49:29.000,2024-01-13 08:16:09.000,2023-11-03 13:46:42,449.0,,98,15.0,116.0,26.0,145.0,1602,AWS Lambda support for ASGI applications.,4058.0,4043.0,30.0,28,True,['fastapi'],2022-11-27 11:23:00.627,0.17.0,69.0,,853373.0,,mangum,https://pypi.org/project/mangum,2022-11-27 11:23:00.627,15.0,853373.0,,,,3.0,,,,,,,,,,,,,,,,,, +334,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,2024-02-22 17:17:53.000,2024-02-22 17:15:55,204.0,1.0,126,25.0,63.0,6.0,80.0,1591,"The official Notion API client library, but rewritten in Python! (sync + async).",976.0,928.0,30.0,28,True,,2023-12-28 11:35:57.000,2.2.1,16.0,,1075648.0,conda-forge/notion-client,notion-client,https://pypi.org/project/notion-client,2023-12-28 11:31:34.000,48.0,1075437.0,https://anaconda.org/conda-forge/notion-client,2023-06-16 19:27:59.196,6340.0,3.0,,,,,,,,,,,,,,,,,, +335,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,2024-01-17 13:21:10.000,2024-01-17 13:21:10,464.0,,175,61.0,123.0,17.0,128.0,1371,"Djangos class-based generic views are awesome, lets have more of them.",2756.0,2234.0,61.0,28,True,['django'],2021-06-09 09:02:36.000,0.14.0,26.0,,73550.0,,django-extra-views,https://pypi.org/project/django-extra-views,2021-06-09 09:02:36.000,522.0,73550.0,,,,3.0,,,,,,,,,,,,,,,,,, +336,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,2024-03-04 17:50:15.000,2024-03-04 17:49:30,293.0,21.0,81,16.0,84.0,18.0,57.0,1278,"Declarative model lifecycle hooks, an alternative to Signals.",334.0,324.0,33.0,28,True,['django'],2024-03-01 08:39:23.000,1.2.3,43.0,,99569.0,,django-lifecycle,https://pypi.org/project/django-lifecycle,2024-03-01 08:39:23.000,10.0,99569.0,,,,3.0,,,,,,,,,,,,,,,,,, +337,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,2024-03-18 15:07:56.000,2024-03-18 15:07:56,750.0,4.0,200,36.0,112.0,14.0,138.0,1229,Multi-user accounts for Django projects.,316.0,279.0,49.0,28,True,['django'],2024-03-18 15:06:43.000,2.4.1,56.0,,43308.0,conda-forge/django-organizations,django-organizations,https://pypi.org/project/django-organizations,2024-03-18 15:06:43.000,37.0,43183.0,https://anaconda.org/conda-forge/django-organizations,2023-06-16 19:19:26.379,6018.0,3.0,,,,,,,,,,,,,,,,,, +338,spyne,arskom/spyne,rpc,,https://github.com/arskom/spyne,https://github.com/arskom/spyne,LGPL-2.1,2010-07-23 06:26:28.000,2024-05-01 23:32:11.000,2023-12-08 16:44:29,7057.0,,264,41.0,332.0,73.0,294.0,1129,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,733.0,714.0,130.0,28,False,,2022-02-09 03:28:26.000,spyne-2.14.0,47.0,,91825.0,conda-forge/spyne,spyne,https://pypi.org/project/spyne,2022-02-03 02:53:36.000,19.0,91078.0,https://anaconda.org/conda-forge/spyne,2023-06-16 13:15:58.493,72484.0,3.0,,,,,,,,,,,,,,,,,, +339,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,2024-04-29 11:23:20.000,2024-04-29 11:23:17,529.0,15.0,65,17.0,492.0,4.0,42.0,1063,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,2866.0,2751.0,25.0,28,True,['django'],2024-04-05 07:21:03.000,1.3.1,17.0,,163437.0,,django-split-settings,https://pypi.org/project/django-split-settings,2024-04-05 07:14:12.000,115.0,163437.0,,,,3.0,,,,,,,,,,,,,,,wemake-services/django-split-settings,,, +340,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,1004,livereload server in python.,1689.0,,59.0,28,True,,2020-08-22 15:34:54.000,2.6.3,31.0,,805966.0,conda-forge/livereload,livereload,https://pypi.org/project/livereload,2020-08-22 15:31:53.000,1689.0,800814.0,https://anaconda.org/conda-forge/livereload,2023-06-16 13:15:58.931,499837.0,3.0,,,,,,,,,,,,,,,,,, +341,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,2024-01-20 15:37:07.000,2023-12-13 11:45:49,559.0,,193,29.0,132.0,45.0,110.0,997,Rosetta is a Django application that eases the translation process of your Django projects.,3717.0,3105.0,81.0,28,True,['django'],2023-12-04 16:00:01.000,0.10.0,37.0,,111075.0,conda-forge/django-rosetta,django-rosetta,https://pypi.org/project/django-rosetta,2023-12-04 16:00:01.000,612.0,110871.0,https://anaconda.org/conda-forge/django-rosetta,2023-06-16 19:21:07.393,9391.0,3.0,,,,,,,,,,,,,,,,,, +342,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,,233,23.0,116.0,96.0,133.0,882,Django test runner using nose.,13991.0,9589.0,63.0,28,False,['django'],2020-08-20 02:49:13.000,1.4.7,18.0,,288200.0,,django-nose,https://pypi.org/project/django-nose,2020-08-20 02:49:13.000,4402.0,288200.0,,,,3.0,,,,,,,,,,,,,,,,,, +343,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,2024-03-27 23:13:36.000,2023-03-27 01:44:02,219.0,,101,19.0,74.0,37.0,75.0,814,Parameterized testing with any Python test framework.,15546.0,14731.0,30.0,28,False,,2023-03-27 02:02:06.801,0.9.0,12.0,,6649143.0,conda-forge/parameterized,parameterized,https://pypi.org/project/parameterized,2023-03-27 02:02:06.801,815.0,6642040.0,https://anaconda.org/conda-forge/parameterized,2023-06-16 13:22:44.707,546944.0,3.0,,,,,,,,,,,,,,,,,, +344,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,2024-04-29 22:31:59.000,2023-12-27 11:10:12,365.0,,91,11.0,108.0,13.0,71.0,475,A set of pytest fixtures to test Flask applications.,8361.0,,36.0,28,True,['flask'],2023-10-23 14:53:24.000,1.3.0,30.0,7.0,456552.0,conda-forge/pytest-flask,pytest-flask,https://pypi.org/project/pytest-flask,2023-10-23 14:53:18.000,8361.0,454593.0,https://anaconda.org/conda-forge/pytest-flask,2023-10-23 16:19:46.599,82259.0,3.0,,,,,,,,,,,,,,,,,, +345,cornice,Cornices/cornice,web-frameworks,,https://github.com/Cornices/cornice,https://github.com/Cornices/cornice,,2011-10-12 13:17:51.000,2024-04-04 09:58:19.000,2024-04-04 09:58:18,1182.0,5.0,154,24.0,344.0,50.0,191.0,380,Build Web Services with Pyramid.,907.0,863.0,124.0,28,False,['pyramid'],2024-02-08 11:28:46.000,6.1.0,59.0,,46213.0,anaconda/cornice,cornice,https://pypi.org/project/cornice,2024-02-08 11:28:46.000,44.0,46133.0,https://anaconda.org/anaconda/cornice,2023-06-16 13:22:16.673,8069.0,3.0,,,,,,,,,,,,,,,,,, +346,webtest,Pylons/webtest,testing,,https://github.com/Pylons/webtest,https://github.com/Pylons/webtest,MIT,2012-11-12 23:19:10.000,2024-04-17 17:03:58.000,2024-04-17 17:03:58,1056.0,4.0,109,19.0,127.0,29.0,101.0,334,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",4016.0,,93.0,28,True,,2021-08-19 12:40:12.829,3.0.0,55.0,,773188.0,conda-forge/webtest,webtest,https://pypi.org/project/webtest,2021-08-19 12:40:12.829,4016.0,772937.0,https://anaconda.org/conda-forge/webtest,2023-06-16 16:18:49.891,13570.0,3.0,,,,,,,,,,,,,,,,,, +347,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,2024-04-29 22:26:32.000,2023-12-26 01:52:22,253.0,,36,13.0,84.0,10.0,26.0,226,URI template parsing per RFC6570.,3875.0,,19.0,28,False,,2021-10-13 11:15:12.000,4.1.1,12.0,,41126154.0,conda-forge/uritemplate,uritemplate,https://pypi.org/project/uritemplate,2021-10-13 11:15:12.000,3875.0,41095813.0,https://anaconda.org/conda-forge/uritemplate,2023-06-16 13:14:30.428,2852140.0,3.0,,,,,,,,,,,,,,,,,, +348,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000,2024-05-02 00:25:31.000,2024-05-02 00:22:16,4204.0,48.0,1073,294.0,357.0,380.0,1862.0,17523,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,169.0,27,True,,,,,,,,,,,,,,,,2.0,,goaccess,,,,,,,,,,,,,,,goaccess, +349,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,2024-05-02 13:27:43.000,2024-04-25 02:10:17,4663.0,64.0,1053,278.0,4291.0,356.0,1815.0,9257,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",,,116.0,27,True,,2024-05-01 15:44:22.000,5.0.12,100.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +350,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,276.0,168.0,387.0,199.0,4741,"Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based..",804.0,804.0,51.0,27,False,,2022-09-24 08:54:19.425,2.0.4,4.0,,113.0,,xadmin2,https://pypi.org/project/xadmin2,2022-09-24 08:54:19.425,,113.0,,,,3.0,,,,,,,,,,,,,,,,,, +351,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,2024-04-08 09:16:13.000,2023-10-25 00:34:24,243.0,,441,71.0,112.0,154.0,112.0,4208,Unofficial Python API client for Notion.so.,834.0,796.0,35.0,27,True,,2021-02-05 05:11:13.000,0.0.28,21.0,,9057.0,,notion,https://pypi.org/project/notion,2021-02-05 05:11:13.000,38.0,9057.0,,,,3.0,,,,,,,,,,,,,,,,,, +352,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,2024-04-30 17:05:29.000,2024-04-30 17:04:23,303.0,5.0,312,65.0,112.0,83.0,291.0,3104,Soundcloud Music Downloader.,301.0,298.0,48.0,27,True,,2024-04-30 17:05:29.000,2.7.7,54.0,,2902.0,,scdl,https://pypi.org/project/scdl,2024-04-30 17:05:29.000,3.0,2902.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,,3001,Python Client for Instagram API.,1158.0,791.0,52.0,27,False,,2015-07-22 15:56:56.000,1.3.2,14.0,,6106.0,,python-instagram,https://pypi.org/project/python-instagram,2015-07-22 15:56:56.000,367.0,6106.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,2576,URL parsing and manipulation made easy.,696.0,,15.0,27,False,,2021-09-27 21:31:14.000,2.1.3,51.0,,2529284.0,conda-forge/furl,furl,https://pypi.org/project/furl,2021-09-27 21:31:14.000,696.0,2524903.0,https://anaconda.org/conda-forge/furl,2023-06-16 13:21:21.441,359266.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,127.0,38.0,108.0,326.0,2423,Python framework for Telegram Bot API.,4398.0,3903.0,10.0,27,False,,,,78.0,,25766.0,,telepot,https://pypi.org/project/telepot,2018-05-26 16:26:54.000,495.0,25766.0,,,,3.0,,,,,,,,,,,,,,,,,, +356,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-26 06:13:42.000,2023-12-26 06:13:41,685.0,,203,40.0,231.0,142.0,147.0,1594,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,786.0,782.0,42.0,27,True,"['openapi', 'graphql']",2023-12-26 06:12:53.413,3.0.7,41.0,,19516.0,,,,,,,,,,3.0,,,,openapi-to-graphql-cli,https://www.npmjs.com/package/openapi-to-graphql-cli,2023-12-26 06:12:53.413,4.0,19516.0,,,,,,,,,, +357,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.,515.0,397.0,89.0,27,False,,2015-05-26 19:01:35.000,6.0.3,152.0,,4822.0,,django-facebook,https://pypi.org/project/django-facebook,2015-05-26 19:01:35.000,118.0,4822.0,,,,3.0,,,,,,,,,,,,,,,,,, +358,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,2024-02-20 14:05:00.000,2024-02-20 14:04:59,293.0,1.0,182,46.0,98.0,15.0,54.0,1426,Browsable web APIs for Flask.,6926.0,6227.0,35.0,27,True,['flask'],2023-06-05 16:50:54.000,3.1,33.0,,93682.0,,flask-api,https://pypi.org/project/flask-api,2023-06-05 16:50:38.084,699.0,93682.0,,,,2.0,,,,,,,,,,,,,,,,,, +359,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,2024-03-24 13:27:25.000,2024-03-24 13:27:24,2006.0,1.0,339,49.0,145.0,73.0,259.0,1192,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,33.0,,79.0,27,True,,2023-05-01 13:48:42.000,2023.05.01,45.0,412.0,19643831.0,,imdbpy,https://pypi.org/project/imdbpy,2022-07-09 12:09:01.903,33.0,19643820.0,,,,3.0,,,,,,,,,,,,,,,cinemagoer/cinemagoer,,, +360,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,2024-01-11 06:46:52.000,2024-01-11 06:40:32,640.0,,145,24.0,91.0,31.0,134.0,1163,"No effort, no worry, maximum performance.",828.0,740.0,35.0,27,True,['django'],2024-01-11 06:46:52.000,2.6.2,44.0,,81500.0,conda-forge/django-cachalot,django-cachalot,https://pypi.org/project/django-cachalot,2024-01-11 06:46:52.000,88.0,80938.0,https://anaconda.org/conda-forge/django-cachalot,2023-06-16 13:23:58.353,45039.0,3.0,,,,,,,,,,,,,,,,,, +361,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000,2024-04-25 07:16:14.000,2024-02-05 12:09:50,242.0,5.0,68,16.0,100.0,60.0,56.0,990,A rate limiter for Starlette and FastAPI.,2146.0,2118.0,24.0,27,True,['fastapi'],2024-02-05 12:11:50.000,0.1.9,10.0,,302393.0,,slowapi,https://pypi.org/project/slowapi,2024-02-05 12:11:50.000,28.0,302393.0,,,,1.0,,,,,,,,,,,,,,,,,, +362,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000,2024-03-10 15:45:43.000,2024-03-10 13:57:14,361.0,10.0,62,12.0,15.0,16.0,76.0,970,Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).,1463.0,1398.0,13.0,27,True,,2024-03-10 15:45:43.000,0.3.21,48.0,,84819.0,,selectolax,https://pypi.org/project/selectolax,2024-03-10 15:45:43.000,65.0,84819.0,,,,3.0,,,,,,,,,,,,,,,,,, +363,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,271.0,954,Media-Management with Grappelli.,1200.0,928.0,36.0,27,True,['django'],2023-07-27 13:46:30.000,4.0.3,41.0,,16723.0,,django-filebrowser,https://pypi.org/project/django-filebrowser,2023-07-27 13:46:30.000,272.0,16723.0,,,,3.0,,,,,,,,,,,,,,,,,, +364,feincms,feincms/feincms,cms,,https://github.com/feincms/feincms,https://github.com/feincms/feincms,BSD-3-Clause,2009-01-27 20:34:16.000,2024-04-18 08:11:43.000,2024-04-18 08:11:15,4025.0,11.0,230,39.0,275.0,27.0,415.0,903,A Django-based CMS with a focus on extensibility and concise code.,14.0,,138.0,27,True,['django'],2024-04-18 08:11:43.000,24.4.2,113.0,,6406.0,,feincms,https://pypi.org/project/feincms,2024-04-18 08:11:43.000,14.0,6406.0,,,,3.0,,,,,,,,,,,,,,,,,, +365,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,22.0,106.0,52.0,117.0,825,Comprehensive Markdown plugin built for Django.,2647.0,2524.0,36.0,27,True,['django'],2023-12-08 19:16:52.000,4.0.7,61.0,,38207.0,,django-markdownx,https://pypi.org/project/django-markdownx,2023-12-08 19:16:52.000,123.0,38207.0,,,,3.0,,,,,,,,,,,,,,,,,, +366,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000,2024-04-22 10:19:49.000,2024-01-27 07:53:24,825.0,,109,17.0,85.0,20.0,110.0,754,"A fast, extensible and spec-compliant Markdown parser in pure Python.",1043.0,962.0,35.0,27,True,,2024-01-21 16:18:14.000,1.3.0,29.0,542.0,339172.0,,mistletoe,https://pypi.org/project/mistletoe,2024-01-21 16:11:17.000,81.0,339166.0,,,,3.0,,,,,,,,,,,,,,,,,, +367,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,2024-04-27 11:51:33.000,2024-04-26 18:27:38,1403.0,31.0,158,21.0,272.0,54.0,133.0,741,Automatically monitor the evolving performance of Flask/Python web services.,15.0,,39.0,27,True,['flask'],2024-04-26 18:28:08.000,3.3.2,52.0,,11554.0,,flask-monitoringdashboard,https://pypi.org/project/flask-monitoringdashboard,2024-04-26 18:28:08.000,15.0,11554.0,,,,2.0,,,,,,,,,,,,,,,,,, +368,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,2024-03-09 14:21:48.000,2022-08-11 23:30:54,224.0,,146,22.0,94.0,112.0,68.0,645,Build and document REST APIs with Flask and apispec.,1564.0,1516.0,32.0,27,False,['flask'],2022-08-11 23:33:04.168,0.11.4,30.0,,261154.0,conda-forge/flask-apispec,flask-apispec,https://pypi.org/project/flask-apispec,2022-08-11 23:33:04.168,48.0,259595.0,https://anaconda.org/conda-forge/flask-apispec,2023-06-16 13:24:09.005,135711.0,2.0,,,,,,,,,,,,,,,,,, +369,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,2024-04-20 14:25:10.000,2023-10-26 23:57:22,245.0,,160,10.0,35.0,38.0,102.0,622,Prometheus exporter for Flask applications.,72.0,,27.0,27,True,['flask'],2023-10-27 00:04:02.000,0.23.0,71.0,,4684088.0,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,https://pypi.org/project/prometheus-flask-exporter,2023-10-27 00:04:02.000,72.0,4655566.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2023-10-27 05:40:29.389,1312045.0,2.0,,,,,,,,,,,,,,,,,, +370,treq,twisted/treq,http-clients,,https://github.com/twisted/treq,https://github.com/twisted/treq,MIT,2012-05-18 18:57:21.000,2024-05-01 21:29:12.000,2024-05-01 21:29:11,1070.0,15.0,143,27.0,214.0,59.0,108.0,583,Python requests like API built on top of Twisteds HTTP client.,1994.0,1576.0,51.0,27,True,,2023-11-04 05:30:33.000,release-23.11.0,21.0,266.0,103426.0,conda-forge/treq,treq,https://pypi.org/project/treq,2023-11-04 05:27:57.000,418.0,101696.0,https://anaconda.org/conda-forge/treq,2023-11-04 22:31:47.479,76047.0,3.0,,,,,,,,,,,,,,,,,, +371,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,2024-04-11 13:42:40.000,2024-04-04 01:41:55,309.0,5.0,57,9.0,38.0,49.0,92.0,513,A delightful and complete interface to GitHubs amazing API.,1383.0,1319.0,17.0,27,True,,2024-03-30 18:33:18.000,1.0.5,29.0,,991098.0,,ghapi,https://pypi.org/project/ghapi,2024-03-30 18:33:18.000,64.0,991098.0,,,,3.0,,,,,,,,,,,,,,,,,, +372,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,501,Unittest extensions for Flask.,22484.0,20035.0,33.0,27,False,['flask'],2020-12-24 16:51:48.000,0.8.1,18.0,,303550.0,conda-forge/flask-testing,flask-testing,https://pypi.org/project/flask-testing,2020-12-24 16:51:48.000,2449.0,302751.0,https://anaconda.org/conda-forge/flask-testing,2023-06-16 13:22:55.760,73561.0,3.0,,,,,,,,,,,,,,,,,, +373,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,,63,13.0,46.0,6.0,41.0,320,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,65689.0,62703.0,25.0,27,False,['flask'],2022-04-05 03:59:51.000,1.0.1,16.0,,745222.0,conda-forge/flask-bcrypt,flask-bcrypt,https://pypi.org/project/flask-bcrypt,2022-04-05 03:59:51.000,2986.0,744838.0,https://anaconda.org/conda-forge/flask-bcrypt,2023-06-16 13:18:03.589,36123.0,2.0,,,,,,,,,,,,,,,,,, +374,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,2024-04-12 06:40:36.939,2024-04-12 02:16:06,158.0,3.0,79,7.0,34.0,10.0,68.0,278,Pagination support for flask.,3274.0,3224.0,27.0,27,True,['flask'],2024-04-12 02:19:26.000,2024.4.12,38.0,56.0,97269.0,conda-forge/flask-paginate,flask-paginate,https://pypi.org/project/flask-paginate,2024-04-12 02:17:43.000,50.0,96776.0,https://anaconda.org/conda-forge/flask-paginate,2024-04-12 06:40:36.939,21213.0,2.0,,,,,,,,,,,,,,,,,, +375,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.,17483.0,17002.0,10.0,27,False,,2022-04-16 11:03:43.000,3.2.0,27.0,,6888722.0,conda-forge/graphql-relay,graphql-relay,https://pypi.org/project/graphql-relay,2022-04-16 11:03:43.000,481.0,6885085.0,https://anaconda.org/conda-forge/graphql-relay,2023-06-16 13:21:37.925,291003.0,2.0,,,,,,,,,,,,,,,,,, +376,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,2024-04-09 10:42:41.038,,,,806,,,,,10564,A high-level API to automate web browsers.,566.0,,,26,True,,2024-04-09 10:38:04.000,1.43.0,110.0,,3135778.0,microsoft/playwright,playwright,https://pypi.org/project/playwright,2024-04-09 10:38:04.000,566.0,3134751.0,https://anaconda.org/microsoft/playwright,2024-04-09 10:42:41.038,36998.0,3.0,,,,,,,,,,,,,,,,,, +377,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,2024-04-25 03:44:22.000,2024-03-08 03:26:20,1350.0,9.0,308,58.0,533.0,93.0,272.0,7663,"Its React, but in Python.",140.0,134.0,21.0,26,True,,2023-07-04 05:29:39.000,reactpy-v1.0.2,109.0,,1496.0,,idom,https://pypi.org/project/idom,2023-02-26 19:45:00.617,6.0,1496.0,,,,3.0,,,,,,,,,,,,,,,reactive-python/reactpy,,, +378,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-24 12:59:01.000,2023-12-24 12:59:00,642.0,,393,108.0,257.0,35.0,141.0,4556,A Python library for automating interaction with websites.,100.0,,55.0,26,True,,2023-07-04 19:24:03.902,1.3.0,28.0,48.0,88379.0,conda-forge/mechanicalsoup,MechanicalSoup,https://pypi.org/project/MechanicalSoup,2023-07-04 19:24:03.902,100.0,86787.0,https://anaconda.org/conda-forge/mechanicalsoup,2023-06-16 13:22:31.491,141706.0,3.0,,,,,,,,,,,,,,,,,, +379,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,2024-04-16 14:15:21.000,2024-04-16 14:15:21,161.0,5.0,345,77.0,31.0,48.0,43.0,4122,Lighter web automation for Python.,568.0,546.0,9.0,26,True,,2023-12-08 06:49:25.000,5.0.0,38.0,,7940.0,,helium,https://pypi.org/project/helium,2023-12-08 06:46:11.000,22.0,7940.0,,,,3.0,,,,,,,,,,,,,,,mherrmann/helium,,, +380,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,3829,Scrape the Twitter Frontend API without authentication.,3959.0,3947.0,31.0,26,False,,2020-07-17 18:56:19.000,0.4.4,11.0,,1082.0,,twitter-scraper,https://pypi.org/project/twitter-scraper,2020-07-17 18:56:19.000,12.0,1082.0,,,,3.0,,,,,,,,,,,,,,,,,, +381,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,2024-02-10 02:55:55.000,2019-05-21 10:57:50,891.0,,789,116.0,177.0,307.0,128.0,3533,Modern responsive template for the Django admin interface with improved functionality. We are proud to announce..,3458.0,3180.0,29.0,26,False,['django'],2018-10-18 06:39:57.000,1.0.8,25.0,,12689.0,,django-jet,https://pypi.org/project/django-jet,2018-10-18 06:34:50.000,278.0,12689.0,,,,3.0,,,,,,,,,,,,,,,,,, +382,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,80.0,83.0,29.0,133.0,2978,A screamingly fast Python 2/3 WSGI server written in C.,806.0,740.0,44.0,26,False,,2022-09-19 16:03:06.582,3.2.2,30.0,,31590.0,conda-forge/bjoern,bjoern,https://pypi.org/project/bjoern,2022-09-19 16:03:06.582,66.0,28713.0,https://anaconda.org/conda-forge/bjoern,2023-10-05 05:07:19.350,123745.0,3.0,,,,,,,,,,,,,,,,,, +383,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.,509.0,489.0,51.0,26,False,,2020-03-27 18:06:36.000,13.0.0,29.0,,313.0,,gmusicapi,https://pypi.org/project/gmusicapi,2020-03-27 18:06:36.000,20.0,313.0,,,,3.0,,,,,,,,,,,,,,,,,, +384,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,2024-04-13 12:10:32.000,2024-03-16 12:46:07,5378.0,12.0,522,81.0,459.0,118.0,1154.0,2474,"Misago is fully featured modern forum application that is fast, scalable and responsive.",47.0,47.0,43.0,26,True,,2023-12-25 10:14:56.000,0.39.0,69.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +385,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,89.0,173.0,54.0,38.0,1619,Python email address and Mime parsing library.,517.0,510.0,57.0,26,False,,2023-03-03 17:53:47.000,0.9.15,62.0,,26413.0,,flanker,https://pypi.org/project/flanker,2019-12-05 16:08:20.000,7.0,26413.0,,,,2.0,,,,,,,,,,,,,,,,,, +386,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,1611,Server-side rendering of React components.,959.0,911.0,22.0,26,True,,2018-10-08 09:55:41.000,4.3.0,15.0,,11991.0,,react,https://pypi.org/project/react,2018-10-08 09:55:41.000,48.0,11991.0,,,,3.0,,,,,,,,,,,,,,,,,, +387,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,,401,87.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..",2390.0,1595.0,65.0,26,False,['django'],2015-12-15 08:53:11.000,2.5.7,45.0,,3428.0,,django-admin-bootstrapped,https://pypi.org/project/django-admin-bootstrapped,2015-12-15 08:51:59.000,795.0,3428.0,,,,3.0,,,,,,,,,,,,,,,,,, +388,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,,337,74.0,112.0,107.0,66.0,1217,Official repository for gevent-socketio.,1626.0,1373.0,60.0,26,False,,2014-02-03 05:14:23.000,0.3.6,9.0,,3015.0,,gevent-socketio,https://pypi.org/project/gevent-socketio,2014-02-03 05:14:23.000,253.0,3015.0,,,,3.0,,,,,,,,,,,,,,,,,, +389,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,,129,32.0,89.0,20.0,200.0,1189,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",774.0,662.0,43.0,26,False,['django'],2023-01-14 14:30:02.448,1.6.3,35.0,,23511.0,,django-watson,https://pypi.org/project/django-watson,2023-01-14 14:30:02.448,112.0,23511.0,,,,3.0,,,,,,,,,,,,,,,,,, +390,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,,277,40.0,119.0,123.0,126.0,1046,"Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password..",2774.0,2765.0,39.0,26,False,['flask'],2018-04-16 17:42:06.000,0.6.21,54.0,,10073.0,conda-forge/flask-user,flask-user,https://pypi.org/project/flask-user,2019-11-30 11:59:14.000,9.0,9381.0,https://anaconda.org/conda-forge/flask-user,2023-06-16 13:23:47.208,63725.0,3.0,,,,,,,,,,,,,,,,,, +391,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,2024-01-29 11:16:54.668,2024-01-28 23:53:58,202.0,,77,10.0,51.0,1.0,53.0,1045,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,13856.0,13521.0,17.0,26,True,['django'],2024-01-29 00:06:40.000,8.1.0,39.0,,264638.0,conda-forge/django-cleanup,django-cleanup,https://pypi.org/project/django-cleanup,2024-01-29 00:06:40.000,335.0,264367.0,https://anaconda.org/conda-forge/django-cleanup,2024-01-29 11:16:54.668,12782.0,3.0,,,,,,,,,,,,,,,,,, +392,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,2024-03-18 18:24:38.000,2024-02-16 08:33:16,560.0,4.0,224,36.0,153.0,70.0,287.0,1005,Simply integrate Summernote editor with Django project.,229.0,,72.0,26,True,['django'],2021-10-14 19:12:56.000,0.8.19.0,73.0,,50380.0,,django-summernote,https://pypi.org/project/django-summernote,2021-10-14 21:54:58.000,229.0,50380.0,,,,3.0,,,,,,,,,,,,,,,,,, +393,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,,276,25.0,153.0,19.0,219.0,947,Plug and play continuous integration with django and jenkins.,2006.0,1400.0,70.0,26,False,['django'],2016-09-15 09:54:04.000,0.110.0,19.0,,33072.0,,django-jenkins,https://pypi.org/project/django-jenkins,2016-09-15 09:54:04.000,606.0,33072.0,,,,3.0,,,,,,,,,,,,,,,,,, +394,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,49.0,53.0,35.0,39.0,857,WebSocket emulation - Python server.,2989.0,2243.0,36.0,26,True,,2020-04-24 15:02:06.000,1.0.7,11.0,,16745.0,conda-forge/sockjs-tornado,sockjs-tornado,https://pypi.org/project/sockjs-tornado,2020-04-24 15:02:06.000,746.0,16692.0,https://anaconda.org/conda-forge/sockjs-tornado,2023-06-16 19:26:46.613,1803.0,3.0,,,,,,,,,,,,,,,,,, +395,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,35.0,105.0,28.0,33.0,766,OpenTracing API for Python. This library is DEPRECATED! https://github.com/opentracing/specification/issues/163.,253.0,,34.0,26,False,,2020-11-19 17:10:42.000,2.4.0,27.0,,1479355.0,conda-forge/opentracing,opentracing,https://pypi.org/project/opentracing,2020-11-19 17:10:42.000,253.0,1476767.0,https://anaconda.org/conda-forge/opentracing,2023-06-16 13:23:04.175,204493.0,3.0,,,,,,,,,,,,,,,,,, +396,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,2024-04-25 13:09:29.000,2024-04-16 20:21:04,301.0,16.0,172,15.0,148.0,85.0,76.0,668,"Yet another Django audit log app, hopefully the simplest one.",266.0,254.0,48.0,26,True,['django'],2024-03-14 01:19:05.000,1.3.6,59.0,,51342.0,,django-easy-audit,https://pypi.org/project/django-easy-audit,2024-04-16 20:23:06.000,12.0,51342.0,,,,3.0,,,,,,,,,,,,,,,,,, +397,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,2024-05-02 01:00:15.000,2023-07-11 11:37:47,489.0,,66,11.0,155.0,11.0,46.0,598,Useful additions to Djangos default TestCase.,1261.0,,33.0,26,True,['django'],2023-07-11 11:44:02.719,2.2.3,37.0,,96055.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,66124.0,https://anaconda.org/conda-forge/django-test-plus,2024-04-04 14:13:43.521,29931.0,3.0,,,,,,,,,,,,,,,,,, +398,aioresponses,pnuckowski/aioresponses,testing,,https://github.com/pnuckowski/aioresponses,https://github.com/pnuckowski/aioresponses,MIT,2016-10-16 10:42:14.000,2024-05-01 15:39:50.000,2024-04-14 23:17:32,319.0,5.0,84,6.0,160.0,51.0,52.0,496,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,220.0,,50.0,26,True,,2023-11-20 17:55:18.000,0.7.6,26.0,,1222415.0,,aioresponses,https://pypi.org/project/aioresponses,2023-11-20 17:55:18.000,220.0,1222415.0,,,,3.0,,,,,,,,,,,,,,,,,, +399,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,456,A swagger 2.0 spec extractor for flask.,11004.0,10662.0,24.0,26,False,['flask'],2019-03-26 11:27:48.000,0.2.14,17.0,,491828.0,conda-forge/flask-swagger,flask-swagger,https://pypi.org/project/flask-swagger,2019-03-26 11:27:48.000,342.0,491096.0,https://anaconda.org/conda-forge/flask-swagger,2023-06-16 13:20:31.304,62291.0,3.0,,,,,,,,,,,,,,,,,, +400,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,10.0,66.0,22.0,80.0,450,Flask webassets integration.,9571.0,7514.0,42.0,26,True,['flask'],2023-10-22 14:03:57.000,2.1.0,16.0,,208365.0,conda-forge/flask-assets,flask-assets,https://pypi.org/project/flask-assets,2023-10-22 14:01:03.000,2057.0,200884.0,https://anaconda.org/conda-forge/flask-assets,2023-11-09 12:07:16.985,44886.0,2.0,,,,,,,,,,,,,,,,,, +401,deform,Pylons/deform,forms,,https://github.com/Pylons/deform,https://github.com/Pylons/deform,BSD-3-Clause,2011-02-16 06:29:46.000,2024-02-12 15:14:11.000,2023-11-15 19:00:14,1643.0,,158,33.0,351.0,47.0,135.0,412,A Python HTML form library.,835.0,808.0,101.0,26,True,,2020-12-15 23:27:03.000,2.0.15,40.0,,8779.0,,deform,https://pypi.org/project/deform,2020-12-10 12:40:05.000,27.0,8779.0,,,,3.0,,,,,,,,,,,,,,,,,, +402,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,2024-04-26 09:22:23.000,2014-07-30 05:44:44,181.0,,184,34.0,51.0,108.0,35.0,396,A python module for retrieving and parsing WHOIS data.,802.0,534.0,7.0,26,False,,2024-04-26 09:22:23.000,0.9.4,27.0,,226866.0,,python-whois,https://pypi.org/project/python-whois,2024-04-26 09:22:23.000,268.0,226866.0,,,,3.0,,,,,,,,,,,,,,,,,, +403,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,2024-04-05 12:10:51.000,2021-11-23 16:48:39,93.0,,72,20.0,26.0,6.0,40.0,233,Flask-OpenID adds openid support to flask applications.,8195.0,6845.0,15.0,26,False,['flask'],2021-09-08 22:09:37.000,1.3.0,13.0,17.0,2216980.0,conda-forge/flask-openid,flask-openid,https://pypi.org/project/flask-openid,2021-09-08 21:29:01.000,1350.0,2215391.0,https://anaconda.org/conda-forge/flask-openid,2023-06-16 13:19:07.189,143075.0,3.0,,,,,,,,,,,,,,,,,, +404,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.,3853.0,3588.0,35.0,26,False,,2022-10-19 05:57:00.902,1.9.5,58.0,,252892.0,,httpagentparser,https://pypi.org/project/httpagentparser,2023-07-20 15:27:19.648,265.0,252892.0,,,,3.0,,,,,,,,,,,,,,,,,, +405,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,2024-01-30 14:57:31.000,2024-01-30 14:57:31,3445.0,,51,190.0,974.0,60.0,169.0,185,Python AsyncIO data API to manage billions of resources.,182.0,135.0,54.0,26,True,,2024-01-23 15:54:46.000,7.0.2,603.0,,4696.0,,guillotina,https://pypi.org/project/guillotina,2024-01-23 15:54:46.000,47.0,4696.0,,,,3.0,,,,,,,,,,,,,,,,,, +406,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.,43110.0,36295.0,7.0,26,False,,2019-10-18 01:30:27.000,1.0.23,22.0,,4557878.0,conda-forge/ipaddress,ipaddress,https://pypi.org/project/ipaddress,2019-10-18 01:30:27.000,6815.0,4547632.0,https://anaconda.org/conda-forge/ipaddress,2023-06-16 13:20:43.209,952951.0,3.0,,,,,,,,,,,,,,,,,, +407,GHunt,mxrch/GHunt,third-party-apis,,https://github.com/mxrch/GHunt,https://github.com/mxrch/GHunt,,2020-10-02 11:26:03.000,2024-04-30 15:31:59.000,2024-04-30 15:31:58,327.0,18.0,1228,508.0,92.0,52.0,345.0,15016,Offensive Google framework.,12.0,12.0,31.0,25,False,,2024-01-17 00:04:02.000,2.1.0,2.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +408,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,8879,"An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax..",65.0,56.0,29.0,25,False,,2021-03-05 14:17:53.000,2.1.0,24.0,,892.0,,http-prompt,https://pypi.org/project/http-prompt,2021-03-05 14:02:14.000,9.0,892.0,,,,3.0,,,,,,,,,,,,,,,,,, +409,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,347.0,43.0,94.0,68.0,8624,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,151.0,119.0,23.0,25,False,,2018-11-09 13:14:51.000,0.1.2,8.0,,224.0,,japronto,https://pypi.org/project/japronto,2018-11-09 13:14:51.000,32.0,224.0,,,,3.0,,,,,,,,,,,,,,,,,, +410,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,3694,Your friendly neighborhood web scraper.,996.0,947.0,10.0,25,False,,2015-06-07 19:47:05.000,0.5.3,13.0,,15738.0,,robobrowser,https://pypi.org/project/robobrowser,2015-06-07 19:47:05.000,49.0,15738.0,,,,3.0,,,,,,,,,,,,,,,,,, +411,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,124.0,116.0,101.0,86.0,3459,Static site generator for designers. Uses Python and Django templates.,1233.0,1233.0,52.0,25,False,['django'],2021-12-15 15:49:39.278,3.0.0,20.0,,287.0,,cactus,https://pypi.org/project/cactus,2021-12-15 15:49:39.278,,287.0,,,,3.0,,,,,,,,,,,,,,,,,, +412,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,2024-04-27 16:35:18.000,2024-03-10 13:42:17,386.0,4.0,337,36.0,43.0,56.0,71.0,2558,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",303.0,303.0,14.0,25,True,['fastapi'],2021-08-31 03:30:19.000,1.0.3,26.0,,4590.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,4590.0,,,,3.0,,,,,,,,,,,,,,,,,, +413,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,2024-04-27 16:35:18.000,2024-03-10 13:42:17,386.0,4.0,337,36.0,43.0,56.0,71.0,2558,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",303.0,303.0,14.0,25,True,['fastapi'],2021-08-31 03:30:19.000,1.0.3,26.0,,4590.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,4590.0,,,,2.0,,,,,,,,,,,,,,,,,, +414,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,2024-04-30 08:31:39.000,2024-02-29 08:16:52,3724.0,14.0,284,89.0,724.0,84.0,109.0,2411,Load and performance benchmark tool.,15.0,12.0,116.0,25,False,,2024-02-29 07:45:21.000,2.0.0,44.0,,362.0,,yandextank,https://pypi.org/project/yandextank,2024-02-29 07:45:21.000,3.0,362.0,,,,3.0,,,,,,,,,,,,,,,,,, +415,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,,591,87.0,91.0,144.0,155.0,2371,Scrape Twitter for Tweets.,535.0,512.0,34.0,25,False,,2020-07-28 11:38:17.000,1.6.1,47.0,,665.0,,twitterscraper,https://pypi.org/project/twitterscraper,2020-07-28 11:38:17.000,23.0,665.0,,,,3.0,,,,,,,,,,,,,,,,,, +416,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,2024-04-27 22:32:41.000,2024-01-16 04:53:27,8289.0,,881,222.0,1421.0,368.0,697.0,2084,Free and open source full-stack enterprise framework for agile development of secure database-driven web-based..,41.0,41.0,261.0,25,True,,2020-03-21 20:19:46.000,2.19.1,24.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +417,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,2024-03-06 07:07:13.000,2023-12-14 15:17:45,962.0,,188,64.0,183.0,54.0,164.0,2065,A Django app that creates automatic web UIs for Python scripts.,49.0,48.0,24.0,25,True,,2023-11-21 13:38:31.000,0.13.3,40.0,,532.0,,wooey,https://pypi.org/project/wooey,2023-11-21 13:38:31.000,1.0,532.0,,,,3.0,,,,,,,,,,,,,,,,,, +418,requestium,tryolabs/requestium,testing,,https://github.com/tryolabs/requestium,https://github.com/tryolabs/requestium,BSD-3-Clause,2017-06-30 19:07:16.000,2024-03-01 02:52:15.000,2024-02-04 04:33:01,118.0,1.0,151,69.0,43.0,4.0,31.0,1816,Integration layer between Requests and Selenium for automation of web actions.,101.0,93.0,16.0,25,True,,2024-02-04 04:47:33.000,0.4.0,22.0,,84553.0,,requestium,https://pypi.org/project/requestium,2024-02-04 04:47:33.000,8.0,84553.0,,,,3.0,,,,,,,,,,,,,,,,,, +419,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,2024-04-18 15:26:33.000,2023-03-19 18:34:49,22.0,,161,16.0,227.0,61.0,18.0,1748,Reusable utilities for FastAPI.,3730.0,3665.0,2.0,25,False,['fastapi'],2020-03-07 05:55:04.000,0.2.1,4.0,,714550.0,,fastapi-utils,https://pypi.org/project/fastapi-utils,2020-03-07 05:55:04.000,65.0,714550.0,,,,2.0,,,,,,,,,,,,,,,,,, +420,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,44.0,25.0,27.0,33.0,1741,[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock.,449.0,,13.0,25,False,['flask'],2016-06-05 02:14:01.000,0.2.1,3.0,,64467.0,,flask-sockets,https://pypi.org/project/flask-sockets,2016-06-05 02:14:01.000,449.0,64467.0,,,,3.0,,,,,,,,,,,,,,,,,, +421,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,,270,32.0,630.0,63.0,54.0,1479,A toolkit for developing and deploying serverless Python code in AWS Lambda.,209.0,209.0,48.0,25,False,,2021-01-05 04:42:47.000,11.8.0,49.0,,5918.0,,python-lambda,https://pypi.org/project/python-lambda,2021-01-05 04:42:47.000,,5918.0,,,,3.0,,,,,,,,,,,,,,,,,, +422,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,1456,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,1149.0,1139.0,20.0,25,False,,2020-05-17 13:09:14.000,1.0.2,40.0,,17491.0,conda-forge/meinheld,meinheld,https://pypi.org/project/meinheld,2020-05-17 13:09:14.000,10.0,17112.0,https://anaconda.org/conda-forge/meinheld,2023-06-16 19:18:58.504,18597.0,3.0,,,,,,,,,,,,,,,,,, +423,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,1315,Adds GraphQL support to your Flask application.,3327.0,3115.0,15.0,25,False,"['flask', 'graphql']",2019-12-05 15:32:32.000,2.0.1,10.0,,137044.0,conda-forge/flask-graphql,flask-graphql,https://pypi.org/project/flask-graphql,2019-12-05 15:32:32.000,212.0,136689.0,https://anaconda.org/conda-forge/flask-graphql,2023-06-16 16:17:00.297,19929.0,3.0,,,,,,,,,,,,,,,,,, +424,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,,165,31.0,72.0,59.0,28.0,1275,A drop-in replacement for Djangos runserver.,469.0,400.0,39.0,25,False,['django'],2014-05-02 19:10:18.000,0.8.0,24.0,,5461.0,,django-devserver,https://pypi.org/project/django-devserver,2014-05-02 19:10:18.000,69.0,5461.0,,,,3.0,,,,,,,,,,,,,,,,,, +425,authomatic,authomatic/authomatic,auth,,https://github.com/authomatic/authomatic,https://github.com/authomatic/authomatic,MIT,2013-02-07 14:13:35.000,2024-02-28 18:29:41.000,2023-06-09 10:55:35,1203.0,,391,35.0,110.0,44.0,89.0,1027,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,,3578.0,,authomatic,https://pypi.org/project/authomatic,2023-06-08 18:10:01.850,253.0,3578.0,,,,3.0,,,,,,,,,,,,,,,,,, +426,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,2024-05-02 01:06:47.000,2024-05-02 00:07:39,1621.0,7.0,70,32.0,81.0,33.0,292.0,965,The web framework for inventors.,67.0,59.0,24.0,25,True,,2024-05-02 01:06:47.000,2.5.10,100.0,,612.0,,emmett,https://pypi.org/project/emmett,2024-05-02 01:06:47.000,8.0,612.0,,,,3.0,,,,,,,,,,,,,,,,,, +427,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,,161,26.0,73.0,23.0,56.0,869,Automatic caching and invalidation for Django models through the ORM.,391.0,279.0,27.0,25,False,['django'],2022-07-06 18:41:15.000,1.2.0,10.0,,11279.0,,django-cache-machine,https://pypi.org/project/django-cache-machine,2022-07-06 18:41:15.000,112.0,11279.0,,,,3.0,,,,,,,,,,,,,,,,,, +428,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,2024-01-15 20:05:47.000,2024-01-15 15:14:26,164.0,,85,18.0,71.0,14.0,51.0,842,Helps working with singletons - things like global settings that you want to edit from the admin site.,2573.0,2246.0,46.0,25,False,['django'],2024-01-13 20:05:03.000,2.2.0,15.0,,183893.0,,django-solo,https://pypi.org/project/django-solo,2024-01-13 20:05:03.000,327.0,183893.0,,,,3.0,,,,,,,,,,,,,,,,,, +429,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,2024-01-28 16:39:54.000,2023-07-18 18:50:59,277.0,,76,13.0,89.0,16.0,95.0,603,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",2828.0,2820.0,41.0,25,True,['fastapi'],2023-07-18 18:53:18.000,1.4.1,89.0,,254817.0,,fastapi-mail,https://pypi.org/project/fastapi-mail,2023-07-18 18:53:18.000,8.0,254817.0,,,,3.0,,,,,,,,,,,,,,,,,, +430,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,2024-04-12 05:47:42.000,2024-04-12 05:47:35,470.0,5.0,56,9.0,78.0,1.0,54.0,585,FastAPI-Login tries to provide similar functionality as Flask-Login does.,861.0,858.0,14.0,25,True,['fastapi'],2024-03-06 11:31:36.000,1.10.0,31.0,5.0,28022.0,,fastapi_login,https://pypi.org/project/fastapi_login,2024-03-06 11:17:11.000,3.0,28022.0,,,,3.0,,,,,,,,,,,,,,,,,, +431,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,2024-05-02 16:08:45.000,2024-04-25 16:29:51,264.0,4.0,94,27.0,117.0,20.0,85.0,518,Content Security Policy for Django.,32.0,,56.0,25,True,['django'],2024-03-01 13:56:35.000,3.8,15.0,,677372.0,,django-csp,https://pypi.org/project/django-csp,2024-03-01 14:00:28.000,32.0,677372.0,,,,3.0,,,,,,,,,,,,,,,,,, +432,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,2024-02-12 04:36:00.000,2023-11-07 07:37:29,149.0,,23,5.0,98.0,6.0,32.0,419,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,892.0,868.0,7.0,25,True,['fastapi'],2023-02-16 22:18:00.698,0.3.6,18.0,,614528.0,,starlette-context,https://pypi.org/project/starlette-context,2023-02-16 22:18:00.698,24.0,614528.0,,,,3.0,,,,,,,,,,,,,,,,,, +433,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,2024-02-13 17:36:58.000,2023-10-17 22:52:22,655.0,,169,17.0,188.0,3.0,151.0,373,"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+.",594.0,519.0,86.0,25,True,['django'],2023-10-17 22:51:49.000,5.0.1,28.0,553.0,37449.0,,django-cas-ng,https://pypi.org/project/django-cas-ng,2023-10-17 22:37:39.000,75.0,37445.0,,,,3.0,,,,,,,,,,,,,,,,,, +434,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,2024-04-27 23:44:12.000,2024-04-27 23:44:09,99.0,2.0,50,14.0,44.0,2.0,47.0,366,Formatting of dates and times in Flask templates using moment.js.,26028.0,23759.0,22.0,25,True,['flask'],2023-08-21 18:40:23.000,1.0.5,23.0,,53667.0,conda-forge/flask-moment,flask-moment,https://pypi.org/project/flask-moment,2022-10-05 14:13:24.427,2269.0,53133.0,https://anaconda.org/conda-forge/flask-moment,2023-06-16 13:18:41.479,49199.0,3.0,,,,,,,,,,,,,,,,,, +435,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,2024-04-29 12:26:01.000,2024-03-11 18:55:17,385.0,11.0,48,15.0,141.0,1.0,142.0,341,"Strong, Simple, and Precise security for Flask APIs (using jwt).",419.0,411.0,27.0,25,True,['flask'],2024-03-11 18:57:17.000,1.6.0,49.0,,5041.0,,flask-praetorian,https://pypi.org/project/flask-praetorian,2024-03-11 18:57:17.000,8.0,5041.0,,,,3.0,,,,,,,,,,,,,,,,,, +436,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,2024-04-08 16:38:09.000,2024-03-23 09:09:20,604.0,3.0,114,14.0,144.0,21.0,73.0,285,Graphene MongoEngine integration.,355.0,342.0,38.0,25,True,['graphql'],2024-03-20 12:20:22.000,0.4.3,37.0,,10788.0,conda-forge/graphene-mongo,graphene-mongo,https://pypi.org/project/graphene-mongo,2024-03-20 12:20:22.000,13.0,10642.0,https://anaconda.org/conda-forge/graphene-mongo,2023-06-16 19:18:19.405,7314.0,3.0,,,,,,,,,,,,,,,,,, +437,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,2024-04-15 21:25:56.000,2024-04-15 21:23:06,390.0,25.0,37,114.0,198.0,51.0,57.0,231,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",58.0,52.0,43.0,25,True,"['flask', 'openapi']",2024-04-15 21:25:56.000,3.3.0,52.0,,6512.0,,flask-rebar,https://pypi.org/project/flask-rebar,2024-04-15 21:25:56.000,6.0,6512.0,,,,3.0,,,,,,,,,,,,,,,,,, +438,AutoScraper,alirezamika/autoscraper,web-scraping,,https://github.com/alirezamika/autoscraper,https://github.com/alirezamika/autoscraper,MIT,2020-08-31 12:02:19.000,2024-04-30 20:38:44.000,2022-07-17 17:18:27,137.0,,625,124.0,23.0,11.0,49.0,5947,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",370.0,368.0,8.0,24,False,,2022-07-17 17:20:18.601,1.1.14,16.0,,3497.0,,autoscraper,https://pypi.org/project/autoscraper,2022-07-17 17:20:18.601,2.0,3497.0,,,,3.0,,,,,,,,,,,,,,,,,, +439,splash,scrapinghub/splash,testing,,https://github.com/scrapinghub/splash,https://github.com/scrapinghub/splash,BSD-3-Clause,2013-05-20 21:20:33.000,2024-04-23 10:46:42.000,2022-05-05 14:10:10,2114.0,,506,213.0,334.0,397.0,478.0,4000,"Lightweight, scriptable browser as a service with an HTTP API.",2.0,,62.0,24,False,,2020-01-09 19:09:29.000,3.4.1,30.0,,564.0,,splash,https://pypi.org/project/splash,2020-06-16 13:27:02.000,2.0,564.0,,,,3.0,,,,,,,,,,,,,,,,,, +440,websockify,novnc/websockify,websocket,,https://github.com/novnc/websockify,https://github.com/novnc/websockify,LGPL-3.0,2011-01-12 22:51:17.000,2024-02-16 22:13:58.000,2024-02-08 08:43:55,930.0,2.0,726,143.0,196.0,28.0,321.0,3754,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.,45.0,31.0,97.0,24,True,,2023-08-21 11:35:49.000,0.11.0,11.0,,53168.0,conda-forge/websockify,websockify,https://pypi.org/project/websockify,2023-08-21 11:35:49.000,14.0,50935.0,https://anaconda.org/conda-forge/websockify,2023-10-01 11:25:12.968,102736.0,3.0,,,,,,,,,,,,,,,,,, +441,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,2024-01-12 21:01:15.000,2023-01-24 18:02:27,227.0,,911,73.0,91.0,135.0,118.0,3637,A tool for extracting plain text from Wikipedia dumps.,359.0,352.0,31.0,24,False,,2023-01-24 18:46:33.000,3.0.7,4.0,,4563.0,,wikiextractor,https://pypi.org/project/wikiextractor,2021-10-14 12:34:58.000,7.0,4563.0,,,,3.0,,,,,,,,,,,,,,,,,, +442,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,,608,115.0,51.0,138.0,220.0,2895,A Python library to access Instagrams private API.,13.0,,5.0,24,False,,2019-02-22 08:05:21.000,1.6.0,39.0,,29124.0,,instagram_private_api,https://pypi.org/project/instagram_private_api,2019-05-06 11:32:26.000,13.0,29124.0,,,,3.0,,,,,,,,,,,,,,,,,, +443,quart,pgjones/quart,web-frameworks,,https://github.com/pgjones/quart,https://github.com/pgjones/quart,MIT,2020-05-21 11:25:28.304,2024-04-08 00:52:56.862,2022-07-06 20:18:54,944.0,,140,1.0,1.0,,,2606,Quart is a Python ASGI web microframework with the same API as Flask.,25.0,,68.0,24,False,,2024-04-01 18:49:59.000,0.19.5,60.0,,569435.0,conda-forge/quart,quart,https://pypi.org/project/quart,2024-04-01 18:49:59.000,25.0,567477.0,https://anaconda.org/conda-forge/quart,2024-04-08 00:52:56.862,93995.0,3.0,,,,,,,,,,,,,,,,,, +444,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,2024-04-25 17:54:32.000,2024-04-25 17:53:43,1973.0,8.0,597,118.0,326.0,45.0,304.0,2542,A classic Forum Software in Python using Flask.,9.0,,72.0,24,True,['flask'],2021-09-09 20:26:21.000,2.1.0,4.0,,172.0,,FlaskBB,https://pypi.org/project/FlaskBB,2018-07-15 19:10:30.000,9.0,172.0,,,,3.0,,,,,,,,,,,,,,,,,, +445,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,50.0,208.0,99.0,424.0,1775,Read/sync your IMAP mailboxes (python2) [LEGACY: move to offlineimap3].,28.0,27.0,164.0,24,False,,2021-12-15 14:07:20.549,6.5.4,42.0,,758.0,conda-forge/offlineimap,offlineimap,https://pypi.org/project/offlineimap,2021-12-15 14:07:20.549,1.0,194.0,https://anaconda.org/conda-forge/offlineimap,2023-06-16 19:27:19.192,18053.0,3.0,,,,,,,,,,,,,,,,,, +446,flask-bootstrap,esbullington/flask-bootstrap,flask-utils,,https://github.com/esbullington/flask-bootstrap,https://github.com/esbullington/flask-bootstrap,BSD-3-Clause,2012-03-06 17:53:29.000,2023-06-16 16:09:08.933,2019-08-14 04:58:34,139.0,,737,10.0,5.0,1.0,4.0,1563,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",5520.0,,6.0,24,False,['flask'],,,36.0,,180734.0,conda-forge/flask-bootstrap,flask-bootstrap,https://pypi.org/project/flask-bootstrap,2017-01-11 23:28:23.000,5520.0,180508.0,https://anaconda.org/conda-forge/flask-bootstrap,2023-06-16 16:09:08.933,15867.0,3.0,,,,,,,,,,,,,,,,,, +447,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,,148,16.0,89.0,57.0,40.0,1310,A dynamic FastAPI router that automatically creates CRUD routes for your models.,221.0,215.0,21.0,24,False,['fastapi'],2023-01-28 08:54:45.000,0.8.6,27.0,17.0,17150.0,,fastapi-crudrouter,https://pypi.org/project/fastapi-crudrouter,2023-01-28 08:46:00.463,6.0,17150.0,,,,2.0,,,,,,,,,,,,,,,,,, +448,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,,215,162.0,258.0,101.0,77.0,1282,A scalable frontier for web crawlers.,51.0,36.0,41.0,24,False,,2021-12-15 16:24:14.316,0.3.2,22.0,,982.0,,frontera,https://pypi.org/project/frontera,2019-04-05 16:36:41.000,15.0,982.0,,,,3.0,,,,,,,,,,,,,,,,,, +449,Spectacle,sourcey/spectacle,openapi-utils,,https://github.com/sourcey/spectacle,https://github.com/sourcey/spectacle,MIT,2016-01-12 10:36:11.000,2024-04-30 08:21:11.000,2021-08-09 23:54:18,298.0,,334,19.0,108.0,39.0,97.0,1269,Beautiful static documentation generator for OpenAPI/Swagger 2.0.,16.0,3.0,39.0,24,False,['openapi'],2020-03-10 02:57:20.472,1.1.0,61.0,,19641.0,,,,,,,,,,3.0,,,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,2020-03-10 02:57:20.472,13.0,19641.0,,,,,,,,,, +450,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,29.0,47.0,1.0,443.0,1167,An object oriented high-level Python Web Framework that requires no frontend programming.,470.0,463.0,20.0,24,True,,2023-09-20 13:07:43.000,0.14.0,75.0,,1596.0,,justpy,https://pypi.org/project/justpy,2023-09-20 13:07:43.000,7.0,1596.0,,,,3.0,,,,,,,,,,,,,,,justpy-org/justpy,,, +451,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,2024-02-14 02:38:33.000,2022-09-03 23:28:35,189.0,,74,40.0,86.0,2.0,40.0,977,Beautifully simple class-based views.,927.0,680.0,31.0,24,False,['django'],2021-05-09 09:56:51.000,3.0.0,15.0,,7222.0,,django-vanilla-views,https://pypi.org/project/django-vanilla-views,2021-05-09 09:56:51.000,247.0,7222.0,,,,3.0,,,,,,,,,,,,,,,,,, +452,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,2024-05-01 11:53:42.000,2020-07-13 17:40:33,60.0,,85,34.0,44.0,21.0,22.0,910,HTTP security headers for Flask.,120.0,,19.0,24,False,['flask'],2023-08-03 12:00:26.000,1.1.0,15.0,,807947.0,,flask-talisman,https://pypi.org/project/flask-talisman,2023-08-03 12:00:26.000,120.0,807947.0,,,,3.0,,,,,,,,,,,,,,,,,, +453,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,2024-05-02 15:42:41.000,2024-05-02 15:41:06,497.0,42.0,97,20.0,328.0,43.0,36.0,905,This code generator creates FastAPI app from an openapi file.,184.0,181.0,26.0,24,True,"['fastapi', 'openapi']",2024-05-02 15:42:41.000,0.5.0,42.0,,5515.0,,fastapi-code-generator,https://pypi.org/project/fastapi-code-generator,2024-05-02 15:42:41.000,3.0,5515.0,,,,2.0,2.0,,,,,,,,,,,,,,,,, +454,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,2024-02-02 11:41:30.000,2023-02-20 14:22:02,581.0,,147,31.0,95.0,45.0,98.0,836,Full control of form rendering in the templates.,3311.0,2099.0,48.0,24,False,['django'],2020-05-20 02:41:28.000,1.9.0,27.0,,46599.0,,django-floppyforms,https://pypi.org/project/django-floppyforms,2020-05-20 02:41:28.000,1212.0,46599.0,,,,3.0,,,,,,,,,,,,,,,,,, +455,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,2024-02-09 14:33:01.000,2024-02-09 14:29:08,290.0,4.0,82,18.0,68.0,18.0,54.0,781,Freezes a Flask application into a set of static files.,3849.0,3262.0,29.0,24,False,['flask'],2024-02-09 14:33:23.000,1.0.2,21.0,75.0,39462.0,conda-forge/frozen-flask,frozen-flask,https://pypi.org/project/frozen-flask,2024-02-09 14:32:16.000,587.0,38651.0,https://anaconda.org/conda-forge/frozen-flask,2023-06-16 13:21:09.547,74671.0,3.0,,,,,,,,,,,,,,,,,, +456,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,23.0,62.0,36.0,35.0,747,a flask profiler which watches endpoint calls and tries to make some analysis.,358.0,349.0,29.0,24,False,['flask'],2018-11-19 23:11:10.000,1.8.1,39.0,,22732.0,,flask-profiler,https://pypi.org/project/flask-profiler,2018-11-19 23:11:10.000,9.0,22732.0,,,,3.0,,,,,,,,,,,,,,,,,, +457,micawber,coleifer/micawber,web-scraping,,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012-03-27 21:42:46.000,2024-01-02 14:08:35.000,2024-01-02 14:08:26,207.0,,90,17.0,51.0,,59.0,622,a small library for extracting rich content from urls.,2829.0,2813.0,27.0,24,True,,2023-06-19 13:24:07.578,0.5.5,25.0,,24573.0,conda-forge/micawber,micawber,https://pypi.org/project/micawber,2023-06-19 13:24:07.578,16.0,24180.0,https://anaconda.org/conda-forge/micawber,2023-07-10 11:27:45.154,15733.0,3.0,,,,,,,,,,,,,,,,,, +458,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,2024-05-01 00:16:44.000,2024-03-27 14:32:24,888.0,2.0,28,13.0,611.0,7.0,29.0,540,"#1 quality TLS certs while you wait, for the discerning tester.",750.0,692.0,22.0,24,True,,2023-07-10 06:58:01.555,1.1.0,14.0,,149562.0,conda-forge/trustme,trustme,https://pypi.org/project/trustme,2023-07-10 06:58:01.555,58.0,149343.0,https://anaconda.org/conda-forge/trustme,2023-07-10 13:47:34.286,9216.0,3.0,,,,,,,,,,,,,,,,,, +459,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,2024-05-01 05:49:20.000,2024-04-05 16:59:37,472.0,5.0,52,5.0,304.0,81.0,119.0,478,"Fast, beautiful and extensible administrative interface framework for Starlette & FastApi applications.",407.0,395.0,15.0,24,True,['fastapi'],2024-02-04 21:27:56.000,0.13.2,58.0,,52900.0,conda-forge/starlette-admin,starlette-admin,https://pypi.org/project/starlette-admin,2024-02-04 21:27:56.000,12.0,52740.0,https://anaconda.org/conda-forge/starlette-admin,2024-01-21 23:54:26.115,1605.0,3.0,,,,,,,,,,,,,,,,,, +460,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,462,A mocking library for requests.,3178.0,2566.0,29.0,24,False,,2020-10-28 12:01:29.000,1.4.0,19.0,,1322791.0,,httmock,https://pypi.org/project/httmock,2020-10-28 12:01:29.000,612.0,1322791.0,,,,3.0,,,,,,,,,,,,,,,,,, +461,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,2024-04-29 17:45:30.000,2023-12-09 12:55:54,339.0,,94,13.0,87.0,21.0,47.0,451,A Django app for managing robots.txt files following the robots exclusion protocol.,1925.0,1367.0,45.0,24,True,['django'],2023-09-07 12:15:53.000,6.1,29.0,,51548.0,,django-robots,https://pypi.org/project/django-robots,2023-12-09 13:03:38.000,558.0,51548.0,,,,3.0,,,,,,,,,,,,,,,,,, +462,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,,,378,Generating short urls with python has never been easier.,12511.0,12459.0,24.0,24,False,,2020-03-19 17:55:20.000,1.0.1,27.0,,79728.0,,pyshorteners,https://pypi.org/project/pyshorteners,2020-03-19 17:54:24.000,52.0,79728.0,,,,3.0,,,,,,,,,,,,,,,,,, +463,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,2024-02-21 18:45:27.000,2020-07-20 15:14:25,547.0,,228,28.0,123.0,95.0,26.0,372,Python Simple SOAP Library.,1509.0,1376.0,51.0,24,False,,2023-11-08 01:43:05.000,1.08.22,15.0,,13448.0,,pysimplesoap,https://pypi.org/project/pysimplesoap,2023-10-24 01:20:23.000,133.0,13448.0,,,,3.0,,,,,,,,,,,,,,,,,, +464,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,2024-02-07 01:01:21.000,2024-01-08 16:14:23,162.0,,58,7.0,45.0,21.0,25.0,337,flask extension for integration with the awesome pydantic package.,594.0,589.0,13.0,24,True,['flask'],2024-01-08 16:25:14.000,0.12.0,24.0,,167878.0,,flask_pydantic,https://pypi.org/project/flask_pydantic,2024-01-08 16:25:14.000,5.0,167878.0,,,,3.0,,,,,,,,,,,,,,,,,, +465,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,12.0,40.0,16.0,15.0,295,"A simple, immutable URL class with a clean API for interrogation and manipulation.",4357.0,3981.0,18.0,24,False,,2017-05-12 14:54:05.000,1.3.1,25.0,,82084.0,,purl,https://pypi.org/project/purl,2021-05-15 21:05:39.000,376.0,82084.0,,,,3.0,,,,,,,,,,,,,,,,,, +466,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,2024-05-01 16:14:05.000,2024-04-26 18:01:59,542.0,19.0,41,15.0,152.0,5.0,75.0,274,"a socket mock framework - for all kinds of socket animals, web-clients included.",105.0,94.0,26.0,24,True,,2024-04-26 18:03:42.000,3.12.6,95.0,,5397.0,,mocket,https://pypi.org/project/mocket,2024-04-26 18:03:42.000,11.0,5397.0,,,,3.0,,,,,,,,,,,,,,,,,, +467,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,265,Adds Injector support to Flask.,967.0,901.0,13.0,24,True,['flask'],2023-07-27 00:33:16.000,0.15.0,28.0,,67929.0,conda-forge/flask-injector,flask_injector,https://pypi.org/project/flask_injector,2023-07-27 00:33:16.000,66.0,67775.0,https://anaconda.org/conda-forge/flask-injector,2023-07-28 11:51:11.738,5711.0,3.0,,,,,,,,,,,,,,,python-injector/flask_injector,,, +468,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,37.0,96.0,14.0,77.0,250,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,627.0,511.0,31.0,24,False,,2022-09-09 19:48:12.442,3.3.2,74.0,,20878.0,,pytest-splinter,https://pypi.org/project/pytest-splinter,2022-09-09 19:48:12.442,116.0,20878.0,,,,3.0,,,,,,,,,,,,,,,,,, +469,flask-seasurf,maxcountryman/flask-seasurf,flask-utils,,https://github.com/maxcountryman/flask-seasurf,https://github.com/maxcountryman/flask-seasurf,BSD-3-Clause,2011-12-06 18:51:00.000,2023-11-09 09:26:48.000,2022-09-03 07:50:43,202.0,,47,8.0,86.0,13.0,44.0,191,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,2860.0,2596.0,33.0,24,False,['flask'],2022-04-05 04:10:17.000,1.1.1,29.0,,53511.0,conda-forge/flask-seasurf,flask-seasurf,https://pypi.org/project/flask-seasurf,2022-04-05 04:10:17.000,264.0,52513.0,https://anaconda.org/conda-forge/flask-seasurf,2023-06-16 13:18:14.121,91838.0,3.0,,,,,,,,,,,,,,,,,, +470,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,2024-04-21 19:00:51.000,2024-04-13 17:28:34,599.0,29.0,33,6.0,66.0,4.0,31.0,151,Streaming (and fast!) parser for multipart/form-data written in Cython.,110.0,105.0,20.0,24,True,,2024-03-19 18:04:19.000,1.15.0,40.0,,34901.0,,streaming-form-data,https://pypi.org/project/streaming-form-data,2024-03-19 18:04:19.000,5.0,34901.0,,,,3.0,,,,,,,,,,,,,,,,,, +471,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,2024-02-05 03:40:40.000,2024-02-05 03:35:38,1210.0,13.0,83,13.0,213.0,40.0,139.0,94,Pyramid debug toolbar.,28.0,,70.0,24,True,['pyramid'],2020-02-11 00:39:55.921,4.6.1,66.0,,2335546.0,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,https://pypi.org/project/pyramid_debugtoolbar,2024-02-05 03:40:27.000,28.0,2335425.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2023-06-16 19:25:02.720,4621.0,3.0,,,,,,,,,,,,,,,,,, +472,healthchecks,healthchecks/healthchecks,others,,https://github.com/healthchecks/healthchecks,https://github.com/healthchecks/healthchecks,BSD-3-Clause,2015-06-25 18:38:33.000,2024-05-01 08:59:51.000,2024-05-01 08:59:41,2992.0,159.0,754,96.0,200.0,74.0,629.0,7323,"Open-source cron job and background task monitoring service, written in Python & Django.",1.0,1.0,91.0,23,True,,2024-04-03 15:16:11.000,3.3,55.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +473,ProxyBroker,constverum/Proxybroker,others,,https://github.com/constverum/ProxyBroker,https://github.com/constverum/ProxyBroker,Apache-2.0,2015-10-11 15:13:37.000,2024-03-18 18:41:12.000,2019-03-13 10:21:05,152.0,,1059,141.0,30.0,101.0,80.0,3723,Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.,8.0,,9.0,23,False,,2019-03-12 19:47:46.000,0.3.2,12.0,,14712.0,,proxybroker,https://pypi.org/project/proxybroker,2019-03-12 19:47:46.000,8.0,14712.0,,,,3.0,,,,,,,,,,,,,,,,,, +474,Gerapy,Gerapy/Gerapy,web-scraping,,https://github.com/Gerapy/Gerapy,https://github.com/Gerapy/Gerapy,MIT,2017-06-30 03:58:27.000,2024-04-21 01:51:00.000,2024-04-21 01:50:59,626.0,6.0,617,125.0,89.0,62.0,148.0,3215,"Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js.",142.0,134.0,17.0,23,True,['django'],2023-07-19 18:55:56.000,0.9.13,49.0,,926.0,,gerapy,https://pypi.org/project/gerapy,2023-07-19 18:53:46.000,8.0,926.0,,,,3.0,,,,,,,,,,,,,,,,,, +475,urlwatch,thp/urlwatch,others,,https://github.com/thp/urlwatch,https://github.com/thp/urlwatch,BSD-3-Clause,2014-01-29 18:42:20.000,2024-04-24 19:15:57.000,2024-04-24 19:15:55,936.0,16.0,348,70.0,314.0,77.0,422.0,2769,"Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly..",,,92.0,23,True,,,,37.0,,3277.0,,urlwatch,https://pypi.org/project/urlwatch,2023-05-03 08:08:01.753,,3277.0,,,,3.0,,,,,,,,,,,,,,,,,, +476,sandman2,jeffknupp/sandman2,others,,https://github.com/jeffknupp/sandman2,https://github.com/jeffknupp/sandman2,Apache-2.0,2014-10-24 17:21:50.000,2024-04-29 17:05:14.000,2020-12-21 15:15:51,250.0,,214,62.0,287.0,37.0,52.0,1982,Automatically generate a RESTful API service for your legacy database. No code required!.,26.0,26.0,23.0,23,False,,2021-12-15 15:31:18.692,0.0.2,29.0,,276.0,,sandman2,https://pypi.org/project/sandman2,2021-12-15 15:31:18.692,,276.0,,,,3.0,,,,,,,,,,,,,,,,,, +477,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,,370,89.0,117.0,71.0,,1911,Alexa Skills Kit for Python.,770.0,768.0,42.0,23,False,['flask'],2018-02-28 21:57:01.000,0.9.8,34.0,,628.0,,flask-ask,https://pypi.org/project/flask-ask,2018-02-28 21:57:01.000,2.0,628.0,,,,3.0,,,,,,,,,,,,,,,,,, +478,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,123.0,69.0,32.0,27.0,1855,A pure-python HTML screen-scraping library.,141.0,138.0,25.0,23,False,,2019-11-28 11:03:32.000,0.14.1,13.0,,800.0,,scrapely,https://pypi.org/project/scrapely,2019-11-28 11:03:32.000,3.0,800.0,,,,3.0,,,,,,,,,,,,,,,,,, +479,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,44.0,151.0,64.0,141.0,1626,A Python Static Website Generator.,93.0,91.0,43.0,23,False,,2015-11-09 13:50:15.000,0.8.9,16.0,,195.0,,hyde,https://pypi.org/project/hyde,2015-11-09 13:50:15.000,2.0,195.0,,,,3.0,,,,,,,,,,,,,,,,,, +480,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,,117,73.0,48.0,40.0,79.0,1571,An improbable web debugger through WebSockets.,228.0,221.0,22.0,23,False,,2019-09-16 09:25:54.000,3.3.0,53.0,,5864.0,,wdb,https://pypi.org/project/wdb,2019-09-16 09:25:54.000,7.0,5864.0,,,,3.0,,,,,,,,,,,,,,,,,, +481,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,,152,62.0,243.0,44.0,194.0,1184,"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,,57.0,,django-admin2,https://pypi.org/project/django-admin2,2018-10-22 22:22:05.390,14.0,57.0,,,,3.0,,,,,,,,,,,,,,,,,, +482,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,1148,Python Rest Testing.,118.0,118.0,17.0,23,False,,2016-03-15 03:16:18.000,1.7.1,14.0,,3422.0,conda-forge/pyresttest,pyresttest,https://pypi.org/project/pyresttest,2016-03-15 03:13:33.000,,2588.0,https://anaconda.org/conda-forge/pyresttest,2023-06-16 16:08:35.701,60059.0,3.0,,,,,,,,,,,,,,,,,, +483,mixer,klen/mixer,testing,,https://github.com/klen/mixer,https://github.com/klen/mixer,BSD-3-Clause,2013-05-19 13:49:50.000,2024-03-08 09:29:07.000,2022-03-23 14:37:36,860.0,,93,11.0,110.0,44.0,49.0,928,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",17.0,,43.0,23,False,"['flask', 'django']",2022-03-23 14:39:31.000,7.2.2,157.0,,118284.0,,mixer,https://pypi.org/project/mixer,2022-03-23 14:39:31.000,17.0,118284.0,,,,3.0,,,,,,,,,,,,,,,,,, +484,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,2024-04-14 14:31:35.000,2024-04-14 14:31:23,356.0,2.0,77,17.0,8.0,1.0,22.0,668,Fast C based HTML 5 parsing for python.,736.0,718.0,7.0,23,True,,2023-11-19 15:09:54.000,0.4.12,21.0,,126344.0,,html5-parser,https://pypi.org/project/html5-parser,2023-11-19 15:09:54.000,18.0,126344.0,,,,3.0,,,,,,,,,,,,,,,,,, +485,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.,558.0,445.0,22.0,23,False,['django'],2020-01-17 16:34:53.000,0.4.0,23.0,,18021.0,,django-stronghold,https://pypi.org/project/django-stronghold,2020-01-17 16:34:53.000,113.0,18021.0,,,,3.0,,,,,,,,,,,,,,,,,, +486,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,2024-01-11 03:15:22.000,2020-04-06 23:28:44,224.0,,97,16.0,44.0,19.0,41.0,340,HTTP request/response parser for python in C.,605.0,522.0,31.0,23,False,,2020-04-06 23:00:26.000,0.9.0,36.0,,16606.0,,http-parser,https://pypi.org/project/http-parser,2020-04-06 23:00:26.000,83.0,16606.0,,,,3.0,,,,,,,,,,,,,,,,,, +487,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,2024-05-01 21:24:42.000,2024-05-01 21:24:42,363.0,34.0,45,14.0,66.0,4.0,61.0,334,Trame lets you weave various components and technologies into a Web Application solely written in Python.,34.0,,19.0,23,True,,2024-04-10 23:38:37.000,3.6.0,140.0,232.0,45349.0,,trame,https://pypi.org/project/trame,2024-04-10 23:38:32.000,34.0,45342.0,,,,3.0,,,,,,,,,,,,,,,,,, +488,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,2024-03-30 03:51:53.000,2024-03-30 03:49:13,477.0,2.0,71,8.0,252.0,18.0,94.0,305,API spec validator and OpenAPI document generator for Python web frameworks.,96.0,91.0,42.0,23,True,['openapi'],2024-01-26 10:30:44.000,1.2.9,90.0,,55288.0,,spectree,https://pypi.org/project/spectree,2024-01-26 10:30:44.000,5.0,55288.0,,,,3.0,,,,,,,,,,,,,,,,,, +489,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,2024-02-12 05:11:03.000,2024-02-12 04:59:15,212.0,6.0,34,2.0,49.0,7.0,43.0,290,Prometheus exporter for Starlette and FastAPI.,11.0,,25.0,23,True,['fastapi'],2024-02-12 05:11:04.000,0.21.0,26.0,,858629.0,,starlette_exporter,https://pypi.org/project/starlette_exporter,2024-02-12 05:01:47.000,11.0,858629.0,,,,2.0,,,,,,,,,,,,,,,,,, +490,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,2024-05-02 07:29:36.000,2024-04-12 13:20:18,624.0,13.0,66,14.0,403.0,11.0,71.0,287,Basic JSON-RPC implementation for your Flask-powered sites.,237.0,237.0,17.0,23,True,['flask'],2024-02-11 21:36:57.000,3.0.1,15.0,40.0,251.0,,rpc,https://pypi.org/project/rpc,2012-04-28 13:01:16.000,,250.0,,,,3.0,,,,,,,,,,,,,,,,,, +491,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,278,"A light-weight, modular, message representation and mail delivery framework for Python.",400.0,318.0,20.0,23,True,,2019-09-16 00:20:27.000,4.0.3,8.0,159.0,80511.0,conda-forge/mailer,mailer,https://pypi.org/project/mailer,2015-04-22 03:10:28.000,82.0,79552.0,https://anaconda.org/conda-forge/mailer,2023-06-16 16:09:42.549,65157.0,3.0,,,,,,,,,,,,,,,,,, +492,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,256,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",1152.0,1080.0,8.0,23,False,,2017-07-20 02:40:14.000,0.0.7,8.0,11.0,23251.0,,flask-excel,https://pypi.org/project/flask-excel,2017-07-20 02:40:14.000,72.0,23251.0,,,,3.0,,,,,,,,,,,,,,,,,, +493,velruse,bbangert/velruse,auth,,https://github.com/bbangert/velruse,https://github.com/bbangert/velruse,MIT,2010-04-30 19:23:27.000,2024-01-16 10:14:09.000,2013-10-06 19:17:50,559.0,,91,12.0,108.0,37.0,34.0,253,Simplifying third-party authentication for web applications.,520.0,518.0,43.0,23,False,,2013-08-30 04:51:31.000,1.1.1,10.0,,33416.0,,velruse,https://pypi.org/project/velruse,2013-08-30 04:51:31.000,2.0,33416.0,,,,3.0,,,,,,,,,,,,,,,,,, +494,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,,12,5.0,45.0,,16.0,187,Programmatic startup/shutdown of ASGI apps.,14505.0,14475.0,6.0,23,True,,2023-03-28 17:37:00.954,2.1.0,15.0,,616821.0,conda-forge/asgi-lifespan,asgi-lifespan,https://pypi.org/project/asgi-lifespan,2023-03-28 17:37:00.954,30.0,614194.0,https://anaconda.org/conda-forge/asgi-lifespan,2023-06-16 19:25:31.174,97207.0,3.0,,,,,,,,,,,,,,,,,, +495,reppy,seomoz/reppy,others,,https://github.com/seomoz/reppy,https://github.com/seomoz/reppy,MIT,2011-10-29 00:06:46.000,2024-01-12 05:07:07.000,2024-01-12 05:07:07,267.0,,37,114.0,81.0,22.0,35.0,183,Modern robots.txt Parser for Python.,194.0,174.0,24.0,23,True,,2019-09-16 19:32:19.000,0.4.14,24.0,,5770.0,,reppy,https://pypi.org/project/reppy,2019-09-16 19:32:19.000,20.0,5770.0,,,,3.0,,,,,,,,,,,,,,,,,, +496,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,2024-04-30 08:42:53.000,2024-04-27 22:34:01,248.0,45.0,45,14.0,159.0,26.0,58.0,81,Pyramid addon for OpenAPI3 validation of requests and responses.,39.0,39.0,27.0,23,True,"['pyramid', 'openapi']",2024-04-27 22:40:45.000,0.19,4.0,,24354.0,,pyramid_openapi3,https://pypi.org/project/pyramid_openapi3,2024-04-27 22:40:42.000,,24354.0,,,,3.0,,,,,,,,,,,,,,,,,, +497,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,2024-01-04 18:02:21.000,2022-12-20 10:27:06,326.0,,1421,322.0,86.0,48.0,65.0,10514,Incredibly fast crawler designed for OSINT.,,,21.0,22,False,,2019-04-05 15:15:47.000,1.3.0,18.0,,315.0,,photon,https://pypi.org/project/photon,2019-01-25 01:13:36.000,,315.0,,,,3.0,,,,,,,,,,,,,,,,,, +498,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,214.0,34.0,62.0,28.0,6450,Real-time metrics for nginx server.,34.0,34.0,9.0,22,False,,2020-12-21 00:51:09.000,0.0.3,3.0,,2003.0,,ngxtop,https://pypi.org/project/ngxtop,2020-12-21 00:51:09.000,,2003.0,,,,3.0,,,,,,,,,,,,,,,,,, +499,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,252.0,103.0,145.0,,5712,"Fast, asynchronous and elegant Python web framework.",118.0,104.0,28.0,22,False,,2018-06-16 04:25:57.000,0.0.6,8.0,,246.0,,vibora,https://pypi.org/project/vibora,2018-06-16 04:25:57.000,14.0,246.0,,,,3.0,,,,,,,,,,,,,,,,,, +500,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,,180,42.0,59.0,7.0,92.0,1732,Async Python 3.6+ web scraping micro-framework based on asyncio.,81.0,70.0,17.0,22,False,,2022-09-06 08:56:03.702,0.8.5,55.0,16.0,610.0,,ruia,https://pypi.org/project/ruia,2021-05-07 01:36:59.000,11.0,610.0,,,,3.0,,,,,,,,,,,,,,,,,, +501,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,2024-04-15 06:07:54.000,2024-04-15 05:49:43,515.0,8.0,35,15.0,68.0,7.0,19.0,992,"Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over..",48.0,47.0,11.0,22,True,,2024-04-15 06:07:54.000,0.5.4,18.0,,8566.0,,ucall,https://pypi.org/project/ucall,2024-04-15 06:07:54.000,1.0,8566.0,,,,3.0,,,,,,,,,,,,,,,,,, +502,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,,37,22.0,491.0,12.0,131.0,853,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,,3461.0,,tartiflette,https://pypi.org/project/tartiflette,2021-11-15 11:05:00.000,19.0,3461.0,,,,3.0,,,,,,,,,,,,,,,,,, +503,molotov,loads/molotov,testing,,https://github.com/tarekziade/molotov,https://github.com/tarekziade/molotov,Apache-2.0,2015-05-04 09:17:25.000,2024-03-18 18:17:01.000,2023-11-23 07:01:25,503.0,,31,15.0,50.0,15.0,100.0,444,Load Testing Tool.,138.0,125.0,16.0,22,True,,2017-03-22 08:05:08.000,0.6.2,21.0,,53630.0,,molotov,https://pypi.org/project/molotov,2022-10-21 18:37:01.226,13.0,53630.0,,,,3.0,,,,,,,,,,,,,,,tarekziade/molotov,,, +504,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,,99,20.0,62.0,75.0,44.0,322,Django registration and authentication with GraphQL.,692.0,692.0,16.0,22,False,['django'],2020-11-16 13:18:58.000,0.3.15,37.0,,9891.0,,django-graphql-auth,https://pypi.org/project/django-graphql-auth,2020-11-16 13:18:58.000,,9891.0,,,,3.0,,,,,,,,,,,,,,,,,, +505,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,,28,3.0,16.0,20.0,16.0,322,Easily integrate socket.io with your FastAPI app.,3393.0,3390.0,7.0,22,False,['fastapi'],2023-03-03 08:42:00.907,0.0.10,14.0,,90607.0,,fastapi-socketio,https://pypi.org/project/fastapi-socketio,2021-12-06 08:10:52.000,3.0,90607.0,,,,3.0,,,,,,,,,,,,,,,,,, +506,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,194,Seamlessly serve your static assets of your Flask app from Amazon S3.,572.0,483.0,26.0,22,False,,2017-02-23 20:44:59.000,0.3.3,30.0,28.0,10526.0,,flask-s3,https://pypi.org/project/flask-s3,2017-02-23 20:44:59.000,89.0,10526.0,,,,3.0,,,,,,,,,,,,,,,,,, +507,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,2024-04-30 13:51:59.000,2024-04-30 13:51:04,1689.0,86.0,16,4.0,1030.0,10.0,31.0,173,A tool to automatically fix Django deprecations.,2.0,2.0,22.0,22,True,['django'],2024-04-30 06:32:52.000,2.1.10,98.0,629.0,1202.0,,django-codemod,https://pypi.org/project/django-codemod,2024-04-30 06:32:52.000,,1189.0,,,,3.0,,,,,,,,,,,,,,,,,, +508,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+.,459.0,390.0,6.0,22,False,,2021-03-04 21:32:03.000,0.4.3,9.0,,979511.0,,python-graphql-client,https://pypi.org/project/python-graphql-client,2021-03-04 21:32:03.000,69.0,979511.0,,,,3.0,,,,,,,,,,,,,,,,,, +509,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,2024-02-29 21:31:57.000,2024-02-29 21:10:38,72.0,6.0,48,12.0,30.0,21.0,22.0,136,OpenTracing instrumentation for the Flask microframework.,518.0,486.0,16.0,22,True,['flask'],2024-02-29 21:31:57.000,2.0.0,13.0,,149987.0,,Flask-Opentracing,https://pypi.org/project/Flask-Opentracing,2024-02-29 21:31:57.000,32.0,149987.0,,,,3.0,,,,,,,,,,,,,,,,,, +510,httpx-ws,frankie567/httpx-ws,websocket,,https://github.com/frankie567/httpx-ws,https://github.com/frankie567/httpx-ws,MIT,2022-11-22 08:06:40.000,2024-05-02 14:37:32.000,2024-05-02 14:37:28,130.0,34.0,11,4.0,23.0,3.0,23.0,87,WebSocket support for HTTPX.,65.0,51.0,6.0,22,True,,2024-04-05 06:43:49.000,0.6.0,19.0,110.0,262990.0,conda-forge/httpx-ws,httpx-ws,https://pypi.org/project/httpx-ws,2024-04-05 06:40:58.000,14.0,262708.0,https://anaconda.org/conda-forge/httpx-ws,2024-04-05 08:58:13.439,4141.0,3.0,,,,,,,,,,,,,,,,,, +511,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,2024-02-08 06:08:30.000,2024-02-08 06:04:14,595.0,6.0,59,18.0,110.0,6.0,55.0,71,Jinja2 templating system bindings for the Pyramid web framework.,55.0,,52.0,22,False,['pyramid'],2024-02-08 06:08:17.000,2.10.1,41.0,,2268730.0,anaconda/pyramid_jinja2,pyramid_jinja2,https://pypi.org/project/pyramid_jinja2,2024-02-08 06:08:17.000,55.0,2268718.0,https://anaconda.org/anaconda/pyramid_jinja2,2023-06-16 13:06:08.832,1298.0,1.0,,,,,,,,,,,,,,,,,,BSD-based +512,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.,112.0,,36.0,22,False,['pyramid'],2016-12-13 20:51:40.258,0.15.1,24.0,,77072.0,,pyramid_mailer,https://pypi.org/project/pyramid_mailer,2016-12-13 20:51:40.258,112.0,77072.0,,,,3.0,,,,,,,,,,,,,,,,,, +513,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,,373,129.0,22.0,7.0,22.0,5580,curl statistics made simple.,15.0,15.0,6.0,21,True,,2022-10-11 14:44:08.598,1.3.2,9.0,239.0,1888.0,,httpstat,https://pypi.org/project/httpstat,2022-10-11 14:44:08.598,,1886.0,,,,3.0,,,,,,,,,,,,,,,,,, +514,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,151.0,270.0,163.0,298.0,5562,"Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty.",11.0,11.0,70.0,21,False,,2017-09-14 16:02:39.000,0.11.7,22.0,94.0,1.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +515,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,2024-04-30 12:23:12.000,2024-04-30 12:22:28,1952.0,55.0,750,84.0,1888.0,10.0,180.0,4532,"A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and..",,,77.0,21,True,['flask'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +516,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,3472,Every web site provides APIs.,27.0,19.0,12.0,21,False,,2021-06-28 01:56:50.000,2.1.3,40.0,,216.0,,toapi,https://pypi.org/project/toapi,2021-06-28 01:56:50.000,8.0,216.0,,,,3.0,,,,,,,,,,,,,,,elliotgao2/toapi,,, +517,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,166.0,3.0,14.0,52.0,1489,A high-level distributed crawling framework.,41.0,39.0,4.0,21,False,,2016-03-31 04:19:26.000,0.1.0,3.0,,103.0,,cola,https://pypi.org/project/cola,2016-03-31 04:19:26.000,2.0,103.0,,,,3.0,,,,,,,,,,,,,,,,,, +518,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,2024-04-29 20:11:50.000,2023-11-11 03:54:26,353.0,,148,49.0,201.0,4.0,32.0,1206,A Modular Penetration Testing Framework.,9.0,9.0,11.0,21,True,,2023-06-16 22:29:00.871,3.2.9,29.0,,1602.0,,fsociety,https://pypi.org/project/fsociety,2022-05-01 02:06:45.000,,1602.0,,,,3.0,,,,,,,,,,,,,,,,,, +519,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,600,Web Content Retrieval for Humans.,44.0,41.0,15.0,21,False,,2021-08-20 14:34:18.000,0.11.11,38.0,,1690.0,,lassie,https://pypi.org/project/lassie,2021-08-20 14:34:18.000,3.0,1690.0,,,,3.0,,,,,,,,,,,,,,,,,, +520,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.,203.0,203.0,15.0,21,False,,2021-12-15 13:51:02.491,0.0.1,4.0,,1125.0,,tornadio2,https://pypi.org/project/tornadio2,2021-12-15 13:51:02.491,,1125.0,,,,3.0,,,,,,,,,,,,,,,,,, +521,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,8.0,41.0,372,Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the..,182.0,182.0,21.0,21,False,['django'],2022-02-03 13:30:53.000,1.0.4,16.0,,14388.0,,django-smuggler,https://pypi.org/project/django-smuggler,2022-02-03 13:30:53.000,,14388.0,,,,3.0,,,,,,,,,,,,,,,,,, +522,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,2024-03-13 11:55:25.000,2024-03-12 07:48:21,208.0,2.0,26,14.0,33.0,6.0,28.0,271,JSON-RPC server based on fastapi.,48.0,43.0,12.0,21,True,['fastapi'],2024-03-13 11:55:25.000,3.1.1,76.0,,6624.0,,fastapi-jsonrpc,https://pypi.org/project/fastapi-jsonrpc,2024-03-12 07:48:42.000,5.0,6624.0,,,,3.0,,,,,,,,,,,,,,,,,, +523,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,2024-04-12 04:39:16.000,2024-02-05 13:55:53,72.0,6.0,30,5.0,25.0,7.0,17.0,266,Prometheus integration for Starlette.,321.0,310.0,17.0,21,True,['fastapi'],2022-01-10 15:27:16.000,0.9.0,10.0,22.0,83345.0,,starlette-prometheus,https://pypi.org/project/starlette-prometheus,2022-01-10 15:27:06.000,11.0,83345.0,,,,3.0,,,,,,,,,,,,,,,,,, +524,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,10.0,8.0,,17.0,219,Python module for generating and verifying JSON Web Tokens.,64.0,,5.0,21,True,,2023-11-13 07:57:01.000,4.1.0,45.0,,215427.0,,python-jwt,https://pypi.org/project/python-jwt,2023-11-13 07:57:01.000,64.0,215427.0,,,,3.0,,,,,,,,,,,,,,,,,, +525,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,2024-03-20 17:56:37.000,2024-02-03 15:46:48,270.0,2.0,41,8.0,61.0,10.0,33.0,219,Integrate GraphQL with your Pydantic models.,3.0,,23.0,21,True,['graphql'],2024-02-01 18:37:26.000,0.6.1,13.0,,15687.0,,graphene-pydantic,https://pypi.org/project/graphene-pydantic,2024-02-01 18:37:26.000,3.0,15687.0,,,,3.0,,,,,,,,,,,,,,,,,, +526,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,2024-02-19 18:04:06.000,2023-02-07 09:45:37,75.0,,40,10.0,23.0,11.0,17.0,95,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,6082.0,5793.0,12.0,21,False,,2023-02-07 09:49:00.957,0.8.1,14.0,,116545.0,conda-forge/markdown-include,markdown-include,https://pypi.org/project/markdown-include,2023-02-07 09:49:00.957,289.0,116056.0,https://anaconda.org/conda-forge/markdown-include,2023-06-16 19:23:30.014,20569.0,3.0,,,,,,,,,,,,,,,,,, +527,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,2024-02-20 07:37:04.000,,,,1364,,,420.0,,6873,Scrapes an instagram users photos and videos.,27.0,,54.0,20,True,,2024-02-20 07:37:04.000,66.0.3,77.0,,816.0,,instagram-scraper,https://pypi.org/project/instagram-scraper,2024-02-20 07:37:04.000,27.0,816.0,,,,3.0,,,,,,,,,,,,,,,,,, +528,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,2024-04-22 11:00:45.000,2024-04-22 11:00:42,240.0,5.0,226,75.0,43.0,14.0,32.0,2021,Tool to scan for secret files on HTTP servers.,4.0,4.0,17.0,20,False,,2022-01-31 20:30:27.000,0.0.12,12.0,,398.0,,snallygaster,https://pypi.org/project/snallygaster,2022-01-31 20:30:27.000,,398.0,,,,3.0,,,,,,,,,,,,,,,,,, +529,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,15.0,33.0,731,"The simple, fast, and modern web scraping library.",298.0,289.0,16.0,20,True,,2020-10-09 12:51:41.000,1.1,19.0,,6218.0,,gazpacho,https://pypi.org/project/gazpacho,2020-10-09 12:50:18.000,9.0,6218.0,,,,3.0,,,,,,,,,,,,,,,,,, +530,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,2024-04-12 06:58:02.000,2020-11-11 05:05:27,123.0,,139,8.0,24.0,61.0,36.0,612,"FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight).",13.0,,3.0,20,False,['fastapi'],2020-11-06 11:15:11.000,0.5.0,7.0,,59087.0,,fastapi-jwt-auth,https://pypi.org/project/fastapi-jwt-auth,2020-10-07 08:57:53.000,13.0,59087.0,,,,3.0,,,,,,,,,,,,,,,,,, +531,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,2024-04-29 23:57:50.000,2024-02-02 07:51:21,1230.0,,52,7.0,226.0,20.0,105.0,570,Developer productivity tool for making high-quality FastAPI production-ready APIs.,10.0,10.0,7.0,20,True,['fastapi'],2023-07-09 13:02:30.000,0.28.1,36.0,256.0,954.0,,fastapi-mvc,https://pypi.org/project/fastapi-mvc,2023-01-09 21:14:25.244,,947.0,,,,3.0,,,,,,,,,,,,,,,fastapi-mvc/fastapi-mvc,,, +532,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,2024-01-23 12:59:32.000,2024-01-23 12:59:32,306.0,,89,45.0,82.0,27.0,38.0,524,Restful API framework wrapped around MongoEngine.,76.0,49.0,18.0,20,True,['flask'],2019-08-26 10:57:49.000,0.3.0,7.0,,169.0,,Flask-MongoRest,https://pypi.org/project/Flask-MongoRest,2019-08-26 10:51:10.000,27.0,169.0,,,,3.0,,,,,,,,,,,,,,,,,, +533,view.py,ZeroIntensity/view.py,web-frameworks,,https://github.com/ZeroIntensity/view.py,https://github.com/ZeroIntensity/view.py,MIT,2023-03-03 17:06:09.000,2024-04-26 01:40:53.000,2024-04-26 01:40:53,495.0,47.0,15,4.0,59.0,52.0,56.0,205,The Batteries-Detachable Web Framework.,,,9.0,20,True,,2024-02-04 20:53:19.000,1.0.0-alpha9,9.0,,1224.0,,view.py,https://pypi.org/project/view.py,2024-02-04 21:05:39.000,,1224.0,,,,3.0,,,,,,,,,,,,,,,,,, +534,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,4.0,15.0,198,Simple Login - Login Extension for Flask - maintainer @cuducos.,47.0,44.0,11.0,20,True,['flask'],2023-05-04 16:20:00.426,0.1.2,3.0,,88492.0,,flask_simplelogin,https://pypi.org/project/flask_simplelogin,2021-10-25 13:13:37.000,3.0,88492.0,,,,3.0,,,,,,,,,,,,,,,,,, +535,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,,20,6.0,39.0,15.0,14.0,152,A framework-agnostic library for testing ASGI web applications.,699.0,672.0,14.0,20,False,,2022-06-13 09:30:07.000,1.4.11,32.0,,67872.0,,async-asgi-testclient,https://pypi.org/project/async-asgi-testclient,2022-06-13 09:30:07.000,27.0,67872.0,,,,3.0,,,,,,,,,,,,,,,,,, +536,gabbi,cdent/gabbi,testing,,https://github.com/cdent/gabbi,https://github.com/cdent/gabbi,Apache-2.0,2014-12-12 14:46:59.000,2024-03-16 15:37:43.000,2024-03-16 15:31:38,799.0,2.0,34,7.0,176.0,21.0,130.0,148,Declarative HTTP Testing for Python and anything else.,9.0,,29.0,20,True,,2024-03-18 12:57:59.000,3.0.0,128.0,2.0,32038.0,,gabbi,https://pypi.org/project/gabbi,2024-03-16 15:37:43.000,9.0,32038.0,,,,3.0,,,,,,,,,,,,,,,,,, +537,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,,49,5.0,13.0,21.0,5.0,138,A simple way to demo Flask apps from your machine.,3214.0,3198.0,2.0,20,False,['flask'],2018-09-09 19:48:38.000,0.0.25,16.0,,74114.0,,flask-ngrok,https://pypi.org/project/flask-ngrok,2018-09-09 19:48:38.000,16.0,74114.0,,,,3.0,,,,,,,,,,,,,,,,,, +538,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.,12.0,12.0,23.0,20,False,,2023-03-08 12:15:00.843,13.0.3,53.0,,3577.0,,lambdarest,https://pypi.org/project/lambdarest,2023-03-08 12:15:00.843,,3577.0,,,,3.0,,,,,,,,,,,,,,,,,, +539,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,2024-04-08 16:11:09.000,2022-07-08 00:23:11,773.0,,303,102.0,85.0,50.0,112.0,3293,Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.,,,7.0,19,False,['flask'],2017-06-13 18:56:28.000,6.2.3,11.0,,61.0,,flask_jsondash,https://pypi.org/project/flask_jsondash,2017-06-13 18:53:34.000,,61.0,,,,3.0,,,,,,,,,,,,,,,,,, +540,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,2028,Web crawling framework based on asyncio.,53.0,52.0,10.0,19,False,,2017-06-19 01:18:41.000,0.1.4,5.0,,71.0,,gain,https://pypi.org/project/gain,2017-06-19 01:18:41.000,1.0,71.0,,,,3.0,,,,,,,,,,,,,,,elliotgao2/gain,,, +541,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,,438,91.0,40.0,60.0,10.0,1755,A Pythonic interface for Google Mail.,8.0,,14.0,19,False,,2017-08-07 19:59:52.000,0.6.3,10.0,,1725.0,,gmail,https://pypi.org/project/gmail,2017-08-07 19:59:52.000,8.0,1725.0,,,,3.0,,,,,,,,,,,,,,,,,, +542,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,1021,A Django app to accept payments from various payment processors via Pluggable backends.,34.0,28.0,49.0,19,False,['django'],,,9.0,,85.0,,django-merchant,https://pypi.org/project/django-merchant,2013-12-02 07:13:21.000,6.0,85.0,,,,3.0,,,,,,,,,,,,,,,,,, +543,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,2024-04-09 04:47:10.000,2024-04-09 04:47:04,96.0,9.0,34,11.0,27.0,22.0,13.0,580,Adds simple SQLAlchemy support to FastAPI.,9.0,,7.0,19,True,['fastapi'],2020-09-25 16:26:29.000,0.2.1,9.0,,102845.0,,fastapi-sqlalchemy,https://pypi.org/project/fastapi-sqlalchemy,2020-09-25 16:26:29.000,9.0,102845.0,,,,3.0,,,,,,,,,,,,,,,,,, +544,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,489,A complete test automation tool.,6.0,5.0,21.0,19,False,,2021-07-30 15:38:36.000,0.10.1,36.0,65.0,206.0,,golem-framework,https://pypi.org/project/golem-framework,2021-07-30 15:31:26.000,1.0,206.0,,,,3.0,,,,,,,,,,,,,,,,,, +545,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,410,"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible..",229.0,229.0,66.0,19,False,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +546,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,2024-01-11 17:29:05.000,2024-01-11 07:09:56,1337.0,,69,14.0,70.0,4.0,76.0,398,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,122.0,121.0,16.0,19,True,"['flask', 'openapi']",2023-11-28 18:18:55.000,3.1.3,80.0,,485.0,,safrs,https://pypi.org/project/safrs,2023-11-28 18:17:14.000,1.0,485.0,,,,3.0,,,,,,,,,,,,,,,,,, +547,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,2024-01-16 05:07:23.000,2024-01-16 05:07:05,61.0,,30,8.0,13.0,9.0,43.0,210,Full text search for flask.,571.0,559.0,4.0,19,True,['flask'],2020-05-18 15:17:04.000,0.2.9,24.0,,545.0,,flask-msearch,https://pypi.org/project/flask-msearch,2024-01-16 05:06:56.000,12.0,545.0,,,,3.0,,,,,,,,,,,,,,,,,, +548,aresponses,aresponses/aresponses,testing,,https://github.com/aresponses/aresponses,https://github.com/aresponses/aresponses,MIT,2017-09-06 08:54:59.000,2024-02-04 20:25:21.000,2024-02-04 20:25:21,145.0,2.0,19,16.0,48.0,1.0,33.0,101,Asyncio http mocking. Similar to the responses library used for requests.,661.0,609.0,15.0,19,True,,2024-01-12 05:36:33.000,3.0.0,25.0,,46473.0,,aresponses,https://pypi.org/project/aresponses,2024-01-12 05:36:33.000,52.0,46473.0,,,,3.0,,,,,,,,,,,,,,,,,, +549,salmon,moggers87/salmon,email,,https://github.com/moggers87/salmon,https://github.com/moggers87/salmon,GPL-3.0,2013-05-07 11:29:42.000,2024-03-29 16:57:08.000,2024-03-29 16:48:00,456.0,7.0,69,20.0,73.0,20.0,73.0,631,A Python Mail Server.,22.0,20.0,15.0,18,True,,2019-12-31 19:27:38.000,3.2.0,13.0,122.0,745.0,,salmon-mail,https://pypi.org/project/salmon-mail,2024-03-29 16:57:08.000,2.0,743.0,,,,3.0,,,,,,,,,,,,,,,,,, +550,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,9.0,33.0,31.0,17.0,616,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,,91524.0,,fastapi-versioning,https://pypi.org/project/fastapi-versioning,2021-08-24 17:06:33.000,7.0,91524.0,,,,3.0,,,,,,,,,,,,,,,,,, +551,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,601,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,,5331.0,,fastapi_contrib,https://pypi.org/project/fastapi_contrib,2021-06-03 13:49:33.000,13.0,5331.0,,,,3.0,,,,,,,,,,,,,,,,,, +552,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,2024-02-18 09:47:57.000,2024-02-18 09:47:53,92.0,6.0,19,3.0,6.0,3.0,13.0,338,FastAPI framework plugins.,102.0,100.0,3.0,18,True,['fastapi'],2024-02-18 09:46:45.000,0.13.0,20.0,,4531.0,,fastapi-plugins,https://pypi.org/project/fastapi-plugins,2024-02-16 12:22:39.000,2.0,4531.0,,,,3.0,,,,,,,,,,,,,,,,,, +553,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,2024-05-01 19:35:24.000,2023-11-20 16:43:39,389.0,,15,9.0,46.0,4.0,88.0,254,Fire up your models with the flame.,13.0,12.0,9.0,18,True,,2023-09-27 01:28:39.000,1.6.0,26.0,169.0,306.0,,flama,https://pypi.org/project/flama,2023-09-27 01:28:27.000,1.0,303.0,,,,3.0,,,,,,,,,,,,,,,vortico/flama,,, +554,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,,17,3.0,7.0,7.0,3.0,209,FastAPI simple cache.,153.0,153.0,7.0,18,False,['fastapi'],2021-02-12 14:58:56.000,0.1.0,6.0,,12576.0,,fastapi_cache,https://pypi.org/project/fastapi_cache,2021-02-12 14:58:56.000,,12576.0,,,,3.0,,,,,,,,,,,,,,,,,, +555,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,2024-03-20 17:31:46.000,2021-02-24 02:40:04,189.0,,67,14.0,56.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,,5384.0,,pyramid_celery,https://pypi.org/project/pyramid_celery,2021-02-24 02:34:47.000,1.0,5384.0,,,,3.0,,,,,,,,,,,,,,,,,, +556,pyramid_swagger,striglia/pyramid_swagger,openapi-utils,,https://github.com/Yelp/pyramid_swagger,https://github.com/Yelp/pyramid_swagger,BSD-3-Clause,2014-05-24 00:43:16.000,2024-04-26 22:33:10.000,2022-09-18 16:33:51,571.0,,45,14.0,140.0,,,65,Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.,,,39.0,18,False,['pyramid'],2019-05-07 14:20:39.000,2.7.0,27.0,,13237.0,,pyramid_swagger,https://pypi.org/project/pyramid_swagger,2019-05-07 14:20:39.000,,13237.0,,,,3.0,,,,,,,,,,,,,,,Yelp/pyramid_swagger,,, +557,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,,35.0,,huxley,https://pypi.org/project/huxley,2014-03-27 18:23:28.000,,35.0,,,,3.0,,,,,,,,,,,,,,,,,, +558,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,,324,42.0,139.0,43.0,38.0,2073,"Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker.",,,13.0,17,False,['fastapi'],2021-02-02 23:59:57.000,1.2.0,2.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +559,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,501,Extract data from websites using basic statistical magic.,27.0,18.0,3.0,17,False,,2015-06-28 22:20:05.000,0.0.12,4.0,,30.0,,libextract,https://pypi.org/project/libextract,2015-06-28 22:20:05.000,9.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, +560,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,20.0,46.0,305,Python blogging engine.,,,39.0,17,False,,2019-12-06 00:18:53.000,1.7.2,24.0,,167.0,,tinkerer,https://pypi.org/project/tinkerer,2021-12-15 13:47:04.512,,167.0,,,,3.0,,,,,,,,,,,,,,,,,, +561,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,,15,5.0,54.0,14.0,60.0,152,Easy file uploads for Flask.,82.0,82.0,6.0,17,False,['flask'],2021-12-07 13:25:50.000,0.2.1,25.0,,133.0,,flask-file-upload,https://pypi.org/project/flask-file-upload,2021-12-07 13:25:50.000,,133.0,,,,3.0,,,,,,,,,,,,,,,,,, +562,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.,21.0,20.0,15.0,17,False,['graphql'],2022-05-20 21:20:14.000,0.12.0,7.0,,1678.0,,tartiflette-asgi,https://pypi.org/project/tartiflette-asgi,2022-05-20 21:20:14.000,1.0,1678.0,,,,3.0,,,,,,,,,,,,,,,,,, +563,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,96,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",19.0,,19.0,17,False,['pyramid'],,,5.0,,33560.0,,apex,https://pypi.org/project/apex,2021-12-15 14:18:14.200,19.0,33560.0,,,,3.0,,,,,,,,,,,,,,,,,, +564,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.,255.0,251.0,7.0,17,False,['flask'],2021-04-19 04:21:50.000,1.3.3,14.0,,3695.0,,flask-graphql-auth,https://pypi.org/project/flask-graphql-auth,2021-04-19 04:19:08.000,4.0,3695.0,,,,3.0,,,,,,,,,,,,,,,rscarrera27/Flask-GraphQL-Auth,,, +565,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,,265,80.0,23.0,24.0,14.0,4389,Nginx UI allows you to access and modify the nginx configurations files without cli.,,,4.0,16,False,,2020-06-28 15:17:10.000,0.2,1.0,,11288.0,,,,,,,,,,3.0,,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,15.0,541842.0,,,, +566,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,2024-04-03 07:36:09.000,2023-02-16 09:33:40,487.0,,390,86.0,66.0,69.0,28.0,2427,Automated Security Testing For REST APIs.,,,12.0,16,False,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +567,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,,478.0,,igramscraper,https://pypi.org/project/igramscraper,2020-05-25 18:11:03.000,2.0,478.0,,,,3.0,,,,,,,,,,,,,,,,,, +568,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,617,Display machine state using Python3 with Flask.,3.0,3.0,10.0,16,False,['flask'],2021-06-18 07:47:50.000,1.1.4,16.0,,194.0,,Flask-State,https://pypi.org/project/Flask-State,2021-06-18 07:47:50.000,,194.0,,,,3.0,,,,,,,,,,,,,,,,,, +569,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,15.0,12.0,,5.0,81,A service layer for pyramid.,20.0,,6.0,16,False,['pyramid'],2019-04-22 16:43:41.562,0.1.1,9.0,,19409.0,,pyramid_services,https://pypi.org/project/pyramid_services,2019-04-22 16:43:41.941,20.0,19409.0,,,,3.0,,,,,,,,,,,,,,,,,, +570,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..",57.0,53.0,11.0,16,False,,2021-11-15 10:12:31.000,1.4.1,31.0,,689.0,,tartiflette-aiohttp,https://pypi.org/project/tartiflette-aiohttp,2021-11-15 10:02:16.000,4.0,689.0,,,,3.0,,,,,,,,,,,,,,,,,, +571,InstaPy,timgrossmann/InstaPy,third-party-apis,,,https://github.com/timgrossmann/InstaPy,GPL-3.0,,2022-01-19 04:05:04.000,,,,3714,,,,,16259,Tool for automated Instagram interactions.,,,,15,False,,2022-01-19 04:05:04.000,0.6.16,52.0,,4426.0,,instapy,https://pypi.org/project/instapy,2022-01-19 04:05:04.000,,4426.0,,,,3.0,,,,,,,,,,,,,,,,,, +572,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,686,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,,73.0,,growler,https://pypi.org/project/growler,2016-10-16 15:29:10.000,2.0,73.0,,,,3.0,,,,,,,,,,,,,,,,,, +573,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,226,A python module to parse the Open Graph Protocol.,104.0,102.0,8.0,15,False,,,,3.0,,836.0,,opengraph,https://pypi.org/project/opengraph,2012-05-25 23:25:52.000,2.0,836.0,,,,3.0,,,,,,,,,,,,,,,,,, +574,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,,22462.0,,pyramid_jwt,https://pypi.org/project/pyramid_jwt,2020-05-05 15:16:08.000,,22462.0,,,,3.0,,,,,,,,,,,,,,,,,, +575,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,832,"A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over..",,,17.0,14,False,['django'],,,1.0,,15.0,,django-schedule-frinat,https://pypi.org/project/django-schedule-frinat,2014-02-24 14:31:35.000,,15.0,,,,3.0,,,,,,,,,,,,,,,,,,BSD-3-Clause +576,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,,33,8.0,20.0,8.0,8.0,323,FastAPI client generator.,335.0,335.0,8.0,14,False,['fastapi'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +577,Transistor,bomquote/transistor,web-scraping,,https://github.com/bomquote/transistor,https://github.com/bomquote/transistor,MIT,2018-11-12 15:25:51.000,2024-04-28 04:31:58.000,2020-08-16 21:52:05,198.0,,23,10.0,345.0,216.0,3.0,211,"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,113.0,,transistor,https://pypi.org/project/transistor,2020-08-03 20:12:39.000,,112.0,,,,3.0,,,,,,,,,,,,,,,,,, +578,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,148,Generate a Postman collection from your Flask application.,20.0,19.0,5.0,14,False,['flask'],2020-01-16 15:13:52.000,1.4.4,18.0,,1258.0,,flask2postman,https://pypi.org/project/flask2postman,2020-01-16 15:13:52.000,1.0,1258.0,,,,3.0,,,,,,,,,,,,,,,,,, +579,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,,310,74.0,5.0,8.0,3.0,2151,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,,,,,,,,,,,,,,,,,, +580,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,,45,14.0,10.0,9.0,3.0,442,row level security for FastAPI framework.,,,1.0,13,False,['fastapi'],2020-10-05 14:18:40.000,0.2.7,10.0,,7154.0,,fastapi-permissions,https://pypi.org/project/fastapi-permissions,2020-10-05 14:18:40.000,,7154.0,,,,3.0,,,,,,,,,,,,,,,,,, +581,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,308,A universal package of scraper scripts for humans.,,,4.0,13,False,,2021-02-07 18:22:49.000,1.1.3,19.0,,149.0,,scrapera,https://pypi.org/project/scrapera,2021-02-07 18:22:49.000,,149.0,,,,3.0,,,,,,,,,,,,,,,,,, +582,fastapi-lazy,yezz123/fastapi-lazy,fastapi-utils,,https://github.com/yezz123/fastango,https://github.com/yezz123/fastango,MIT,2021-09-30 14:25:29.000,2024-04-29 23:22:28.000,2021-12-29 13:50:55,36.0,,12,7.0,23.0,1.0,4.0,110,Simplifies class-based views for more organized and maintainable code in FastAPI.,,,2.0,11,False,['fastapi'],2021-11-21 11:00:44.000,1.2.6,9.0,,95.0,,fastapi-lazy,https://pypi.org/project/fastapi-lazy,2021-11-21 11:00:44.000,,95.0,,,,3.0,,,,,,,,,,,,,,,yezz123/fastango,,, +583,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,2024-01-16 11:49:08.000,2024-01-03 01:23:27,23.0,,14,9.0,1.0,,2.0,32,"Python tool to traceroute with IP geolocation information, such as country, region, city, isp and many more.",,,2.0,9,False,,2023-05-09 08:40:01.000,3.2.0,16.0,,120.0,,IP2Trace,https://pypi.org/project/IP2Trace,2022-07-01 08:25:29.000,,120.0,,,,3.0,,,,,,,,,,,,,,,,,, +584,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,119,ASGI middleware to record and emit timing metrics (to something like statsd).,61.0,61.0,5.0,8,False,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index ec3e8b67..1c70f7e8 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,19 @@ _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-bootstrap3 (πŸ₯ˆ35 Β· ⭐ 2.3K Β· πŸ“ˆ) - Bootstrap 3 integration with Django. BSD-3 -- redoc (πŸ₯ˆ33 Β· ⭐ 23K Β· πŸ“ˆ) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- Model Bakery (πŸ₯‰29 Β· ⭐ 780 Β· πŸ“ˆ) - Object factory for Django. Apache-2 -- pyramid_openapi3 (πŸ₯‰23 Β· ⭐ 81 Β· πŸ“ˆ) - Pyramid addon for OpenAPI3 validation of requests and.. MIT -- fastapi-socketio (πŸ₯ˆ22 Β· ⭐ 320 Β· πŸ’€) - Easily integrate socket.io with your FastAPI app. Apache-2 +- django-rest-framework (πŸ₯‡44 Β· ⭐ 28K Β· πŸ“ˆ) - Web APIs for Django. BSD-3 +- django-push-notifications (πŸ₯‰30 Β· ⭐ 2.2K Β· πŸ“ˆ) - Send push notifications to mobile devices through GCM.. MIT +- Hypercorn (πŸ₯‰29 Β· ⭐ 1K Β· πŸ“ˆ) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT +- django-paypal (πŸ₯‰29 Β· ⭐ 710 Β· πŸ“ˆ) - A pluggable Django application for integrating PayPal.. MIT +- fastapi-code-generator (πŸ₯ˆ24 Β· ⭐ 900 Β· πŸ“ˆ) - This code generator creates FastAPI app from an.. MIT ## πŸ“‰ 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-Ninja (πŸ₯‰29 Β· ⭐ 6.2K Β· πŸ“‰) - Fast, Async-ready, Openapi, type hints based framework for.. MIT -- django-cleanup (πŸ₯‰25 Β· ⭐ 1K Β· πŸ“‰) - Automatically deletes old file for FileField and.. MIT -- django-csp (πŸ₯‰25 Β· ⭐ 520 Β· πŸ“‰) - Content Security Policy for Django. BSD-3 -- Hypercorn (πŸ₯‰24 Β· ⭐ 980 Β· πŸ“‰) - Hypercorn is an ASGI Server based on Hyper libraries and inspired.. MIT -- ngxtop (πŸ₯‰21 Β· ⭐ 6.4K Β· πŸ’€) - Real-time metrics for nginx server. MIT +- pelican (πŸ₯‡35 Β· ⭐ 12K Β· πŸ“‰) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 +- django-reversion (πŸ₯ˆ34 Β· ⭐ 3K Β· πŸ“‰) - django-reversion is an extension to the Django web.. BSD-3 +- httpie (πŸ₯ˆ33 Β· ⭐ 32K Β· πŸ“‰) - HTTPie CLI modern, user-friendly command-line HTTP client for the API.. BSD-3 +- google-maps-services-python (πŸ₯‰31 Β· ⭐ 4.4K Β· πŸ’€) - Python client library for Google Maps API Web Services. Apache-2 +- mezzanine (πŸ₯ˆ29 Β· ⭐ 4.7K Β· πŸ’€) - CMS framework for Django. BSD-2