From bedfcb55528b2e46db692c16b579816f56fa4a35 Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 16 Feb 2023 16:41:00 +0000 Subject: [PATCH] Update best-of list for version 2023.02.16 --- README.md | 2300 ++++++++++++++++--------------- history/2023-02-16_changes.md | 26 + history/2023-02-16_projects.csv | 577 ++++++++ latest-changes.md | 26 +- 4 files changed, 1788 insertions(+), 1141 deletions(-) create mode 100644 history/2023-02-16_changes.md create mode 100644 history/2023-02-16_projects.csv diff --git a/README.md b/README.md index 575a7701..715f766e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This curated list contains 580 awesome open-source projects with a total of 2.5M ## Contents -- [Web Frameworks](#web-frameworks) _32 projects_ +- [Web Frameworks](#web-frameworks) _33 projects_ - [HTTP Clients](#http-clients) _19 projects_ - [Servers](#servers) _12 projects_ - [Authorization & Authentication](#authorization--authentication) _39 projects_ @@ -89,41 +89,41 @@ This curated list contains 580 awesome open-source projects with a total of 2.5M _General purpose web frameworks to build web applications and REST APIs._ -
django (πŸ₯‡48 Β· ⭐ 69K) - The Web framework for perfectionists with deadlines. BSD-3 +
flask (πŸ₯‡49 Β· ⭐ 62K) - The Python micro framework for building web applications. BSD-3 -- [GitHub](https://github.com/django/django) (πŸ‘¨β€πŸ’» 2.9K Β· πŸ”€ 29K Β· πŸ“¦ 1.2M Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/pallets/flask) (πŸ‘¨β€πŸ’» 810 Β· πŸ”€ 15K Β· πŸ“₯ 5.2K Β· πŸ“¦ 1.3M Β· πŸ“‹ 2.5K - 0% open Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/django/django + git clone https://github.com/pallets/flask ``` -- [PyPi](https://pypi.org/project/django) (πŸ“₯ 9.6M / month Β· πŸ“¦ 120K Β· ⏱️ 01.02.2023): +- [PyPi](https://pypi.org/project/flask) (πŸ“₯ 71M / month Β· πŸ“¦ 120K Β· ⏱️ 08.08.2022): ``` - pip install django + pip install flask ``` -- [Conda](https://anaconda.org/conda-forge/django) (πŸ“₯ 1.3M Β· ⏱️ 06.02.2023): +- [Conda](https://anaconda.org/conda-forge/flask) (πŸ“₯ 4.8M Β· ⏱️ 16.11.2022): ``` - conda install -c conda-forge django + conda install -c conda-forge flask ```
-
flask (πŸ₯‡48 Β· ⭐ 62K) - The Python micro framework for building web applications. BSD-3 +
django (πŸ₯‡48 Β· ⭐ 69K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/pallets/flask) (πŸ‘¨β€πŸ’» 810 Β· πŸ”€ 15K Β· πŸ“₯ 5.2K Β· πŸ“¦ 1.3M Β· πŸ“‹ 2.4K - 0% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/django/django) (πŸ‘¨β€πŸ’» 2.9K Β· πŸ”€ 29K Β· πŸ“¦ 1.2M Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/pallets/flask + git clone https://github.com/django/django ``` -- [PyPi](https://pypi.org/project/flask) (πŸ“₯ 71M / month Β· πŸ“¦ 120K Β· ⏱️ 08.08.2022): +- [PyPi](https://pypi.org/project/django) (πŸ“₯ 9.6M / month Β· πŸ“¦ 120K Β· ⏱️ 14.02.2023): ``` - pip install flask + pip install django ``` -- [Conda](https://anaconda.org/conda-forge/flask) (πŸ“₯ 4.7M Β· ⏱️ 16.11.2022): +- [Conda](https://anaconda.org/conda-forge/django) (πŸ“₯ 1.4M Β· ⏱️ 14.02.2023): ``` - conda install -c conda-forge flask + conda install -c conda-forge django ```
django-rest-framework (πŸ₯‡45 Β· ⭐ 25K) - Web APIs for Django. BSD-3 -- [GitHub](https://github.com/encode/django-rest-framework) (πŸ‘¨β€πŸ’» 1.3K Β· πŸ”€ 6.5K Β· πŸ“¦ 430K Β· πŸ“‹ 3.9K - 3% open Β· ⏱️ 06.02.2023): +- [GitHub](https://github.com/encode/django-rest-framework) (πŸ‘¨β€πŸ’» 1.3K Β· πŸ”€ 6.5K Β· πŸ“¦ 440K Β· πŸ“‹ 3.9K - 3% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/encode/django-rest-framework @@ -137,9 +137,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge djangorestframework ```
-
fastapi (πŸ₯‡44 Β· ⭐ 54K) - FastAPI framework, high performance, easy to learn, fast to.. MIT +
fastapi (πŸ₯‡44 Β· ⭐ 55K) - FastAPI framework, high performance, easy to learn, fast to.. MIT -- [GitHub](https://github.com/tiangolo/fastapi) (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 4.5K Β· πŸ“¦ 130K Β· πŸ“‹ 3.8K - 36% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/tiangolo/fastapi) (πŸ‘¨β€πŸ’» 420 Β· πŸ”€ 4.5K Β· πŸ“¦ 150K Β· πŸ“‹ 3.8K - 36% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/tiangolo/fastapi @@ -148,30 +148,30 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install fastapi ``` -- [Conda](https://anaconda.org/conda-forge/fastapi) (πŸ“₯ 1.3M Β· ⏱️ 08.02.2023): +- [Conda](https://anaconda.org/conda-forge/fastapi) (πŸ“₯ 1.3M Β· ⏱️ 14.02.2023): ``` conda install -c conda-forge fastapi ```
-
werkzeug (πŸ₯ˆ43 Β· ⭐ 6.3K) - The comprehensive WSGI web application library. BSD-3 +
werkzeug (πŸ₯‡44 Β· ⭐ 6.3K) - The comprehensive WSGI web application library. BSD-3 -- [GitHub](https://github.com/pallets/werkzeug) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 1.7K Β· πŸ“₯ 250 Β· πŸ“¦ 920K Β· πŸ“‹ 1K - 2% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/pallets/werkzeug) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 1.7K Β· πŸ“₯ 260 Β· πŸ“¦ 930K Β· πŸ“‹ 1K - 0% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/pallets/werkzeug ``` -- [PyPi](https://pypi.org/project/werkzeug) (πŸ“₯ 85M / month Β· πŸ“¦ 69K Β· ⏱️ 08.08.2022): +- [PyPi](https://pypi.org/project/werkzeug) (πŸ“₯ 84M / month Β· πŸ“¦ 69K Β· ⏱️ 14.02.2023): ``` pip install werkzeug ``` -- [Conda](https://anaconda.org/conda-forge/werkzeug) (πŸ“₯ 6.8M Β· ⏱️ 09.08.2022): +- [Conda](https://anaconda.org/conda-forge/werkzeug) (πŸ“₯ 6.9M Β· ⏱️ 14.02.2023): ``` conda install -c conda-forge werkzeug ```
tornado (πŸ₯ˆ42 Β· ⭐ 21K) - Tornado is a Python web framework and asynchronous networking.. Apache-2 -- [GitHub](https://github.com/tornadoweb/tornado) (πŸ‘¨β€πŸ’» 430 Β· πŸ”€ 5.5K Β· πŸ“¦ 300K Β· πŸ“‹ 1.8K - 12% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/tornadoweb/tornado) (πŸ‘¨β€πŸ’» 430 Β· πŸ”€ 5.5K Β· πŸ“¦ 310K Β· πŸ“‹ 1.8K - 12% open Β· ⏱️ 08.02.2023): ``` git clone https://github.com/tornadoweb/tornado @@ -187,44 +187,44 @@ _General purpose web frameworks to build web applications and REST APIs._
sanic (πŸ₯ˆ40 Β· ⭐ 17K) - Next generation Python web server/framework | Build fast. Run fast. MIT -- [GitHub](https://github.com/sanic-org/sanic) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.5K Β· πŸ“¦ 9.2K Β· πŸ“‹ 1.3K - 5% open Β· ⏱️ 05.02.2023): +- [GitHub](https://github.com/sanic-org/sanic) (πŸ‘¨β€πŸ’» 330 Β· πŸ”€ 1.5K Β· πŸ“¦ 12K Β· πŸ“‹ 1.3K - 5% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/sanic-org/sanic ``` -- [PyPi](https://pypi.org/project/sanic) (πŸ“₯ 940K / month Β· πŸ“¦ 630 Β· ⏱️ 27.12.2022): +- [PyPi](https://pypi.org/project/sanic) (πŸ“₯ 960K / month Β· πŸ“¦ 630 Β· ⏱️ 27.12.2022): ``` pip install sanic ``` -- [Conda](https://anaconda.org/conda-forge/sanic) (πŸ“₯ 250K Β· ⏱️ 28.12.2022): +- [Conda](https://anaconda.org/conda-forge/sanic) (πŸ“₯ 260K Β· ⏱️ 28.12.2022): ``` conda install -c conda-forge sanic ```
-
starlette (πŸ₯ˆ39 Β· ⭐ 7.9K Β· πŸ“ˆ) - The little ASGI framework that shines. BSD-3 +
starlette (πŸ₯ˆ39 Β· ⭐ 7.9K) - The little ASGI framework that shines. BSD-3 -- [GitHub](https://github.com/encode/starlette) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 710 Β· πŸ“¦ 83K Β· πŸ“‹ 670 - 6% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/encode/starlette) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 710 Β· πŸ“¦ 87K Β· πŸ“‹ 670 - 5% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/encode/starlette ``` -- [PyPi](https://pypi.org/project/starlette) (πŸ“₯ 12M / month Β· πŸ“¦ 820 Β· ⏱️ 09.12.2022): +- [PyPi](https://pypi.org/project/starlette) (πŸ“₯ 12M / month Β· πŸ“¦ 830 Β· ⏱️ 09.12.2022): ``` pip install starlette ``` -- [Conda](https://anaconda.org/conda-forge/starlette) (πŸ“₯ 1.2M Β· ⏱️ 06.02.2023): +- [Conda](https://anaconda.org/conda-forge/starlette) (πŸ“₯ 1.2M Β· ⏱️ 14.02.2023): ``` conda install -c conda-forge starlette ```
-
Flask-AppBuilder (πŸ₯ˆ39 Β· ⭐ 4K) - Simple and rapid application development framework,.. BSD-3 +
Flask-AppBuilder (πŸ₯ˆ39 Β· ⭐ 4.1K) - Simple and rapid application development framework,.. BSD-3 -- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.2K Β· πŸ“¦ 4.1K Β· πŸ“‹ 1.2K - 10% open Β· ⏱️ 01.02.2023): +- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 1.2K Β· πŸ“¦ 4.1K Β· πŸ“‹ 1.2K - 10% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (πŸ“₯ 6.9M / month Β· πŸ“¦ 320 Β· ⏱️ 03.01.2023): +- [PyPi](https://pypi.org/project/flask-appbuilder) (πŸ“₯ 7.1M / month Β· πŸ“¦ 320 Β· ⏱️ 03.01.2023): ``` pip install flask-appbuilder ``` @@ -235,12 +235,12 @@ _General purpose web frameworks to build web applications and REST APIs._
falcon (πŸ₯ˆ37 Β· ⭐ 9K) - The no-magic web data plane API and microservices framework for Python.. Apache-2 -- [GitHub](https://github.com/falconry/falcon) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 900 Β· πŸ“₯ 4.2K Β· πŸ“¦ 7.6K Β· πŸ“‹ 980 - 16% open Β· ⏱️ 18.01.2023): +- [GitHub](https://github.com/falconry/falcon) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 900 Β· πŸ“₯ 4.2K Β· πŸ“¦ 7.7K Β· πŸ“‹ 980 - 16% open Β· ⏱️ 18.01.2023): ``` git clone https://github.com/falconry/falcon ``` -- [PyPi](https://pypi.org/project/falcon) (πŸ“₯ 720K / month Β· πŸ“¦ 1.7K Β· ⏱️ 18.11.2022): +- [PyPi](https://pypi.org/project/falcon) (πŸ“₯ 710K / month Β· πŸ“¦ 1.7K Β· ⏱️ 18.11.2022): ``` pip install falcon ``` @@ -251,12 +251,12 @@ _General purpose web frameworks to build web applications and REST APIs._
bottle (πŸ₯ˆ37 Β· ⭐ 7.9K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT -- [GitHub](https://github.com/bottlepy/bottle) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 1.4K Β· πŸ“¦ 23K Β· πŸ“‹ 880 - 35% open Β· ⏱️ 05.09.2022): +- [GitHub](https://github.com/bottlepy/bottle) (πŸ‘¨β€πŸ’» 230 Β· πŸ”€ 1.4K Β· πŸ“¦ 24K Β· πŸ“‹ 890 - 35% open Β· ⏱️ 05.09.2022): ``` git clone https://github.com/bottlepy/bottle ``` -- [PyPi](https://pypi.org/project/bottle) (πŸ“₯ 2M / month Β· πŸ“¦ 5.2K Β· ⏱️ 03.08.2022): +- [PyPi](https://pypi.org/project/bottle) (πŸ“₯ 2.1M / month Β· πŸ“¦ 5.2K Β· ⏱️ 03.08.2022): ``` pip install bottle ``` @@ -267,12 +267,12 @@ _General purpose web frameworks to build web applications and REST APIs._
flask-restful (πŸ₯ˆ36 Β· ⭐ 6.5K Β· πŸ’€) - Simple framework for creating REST APIs. BSD-3 -- [GitHub](https://github.com/flask-restful/flask-restful) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1K Β· πŸ“¦ 87K Β· πŸ“‹ 590 - 23% open Β· ⏱️ 04.03.2022): +- [GitHub](https://github.com/flask-restful/flask-restful) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 1K Β· πŸ“¦ 88K Β· πŸ“‹ 590 - 23% open Β· ⏱️ 04.03.2022): ``` git clone https://github.com/flask-restful/flask-restful ``` -- [PyPi](https://pypi.org/project/flask-restful) (πŸ“₯ 1.5M / month Β· πŸ“¦ 7.2K Β· ⏱️ 17.05.2021): +- [PyPi](https://pypi.org/project/flask-restful) (πŸ“₯ 1.6M / month Β· πŸ“¦ 7.2K Β· ⏱️ 17.05.2021): ``` pip install flask-restful ``` @@ -288,7 +288,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) (πŸ“₯ 2.3M / month Β· πŸ“¦ 10K Β· ⏱️ 17.07.2022): +- [PyPi](https://pypi.org/project/cherrypy) (πŸ“₯ 2.2M / month Β· πŸ“¦ 10K Β· ⏱️ 17.07.2022): ``` pip install cherrypy ``` @@ -304,7 +304,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-tastypie/django-tastypie ``` -- [PyPi](https://pypi.org/project/django-tastypie) (πŸ“₯ 80K / month Β· πŸ“¦ 2.5K Β· ⏱️ 24.01.2023): +- [PyPi](https://pypi.org/project/django-tastypie) (πŸ“₯ 76K / month Β· πŸ“¦ 2.5K Β· ⏱️ 24.01.2023): ``` pip install django-tastypie ``` @@ -344,19 +344,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/MasoniteFramework/masonite ``` -- [PyPi](https://pypi.org/project/masonite) (πŸ“₯ 2.9K / month Β· πŸ“¦ 66 Β· ⏱️ 13.10.2022): +- [PyPi](https://pypi.org/project/masonite) (πŸ“₯ 2.3K / month Β· πŸ“¦ 66 Β· ⏱️ 13.10.2022): ``` pip install masonite ```
cornice (πŸ₯‰28 Β· ⭐ 380 Β· πŸ’€) - Build Web Services with Pyramid. MPL-2.0 -- [GitHub](https://github.com/Cornices/cornice) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 160 Β· πŸ“¦ 780 Β· πŸ“‹ 240 - 19% open Β· ⏱️ 18.07.2022): +- [GitHub](https://github.com/Cornices/cornice) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 160 Β· πŸ“¦ 800 Β· πŸ“‹ 240 - 19% open Β· ⏱️ 18.07.2022): ``` git clone https://github.com/Cornices/cornice ``` -- [PyPi](https://pypi.org/project/cornice) (πŸ“₯ 35K / month Β· πŸ“¦ 360 Β· ⏱️ 07.01.2022): +- [PyPi](https://pypi.org/project/cornice) (πŸ“₯ 36K / month Β· πŸ“¦ 360 Β· ⏱️ 07.01.2022): ``` pip install cornice ``` @@ -365,36 +365,40 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c anaconda cornice ```
-
justpy (πŸ₯‰27 Β· ⭐ 950) - An object oriented high-level Python Web Framework that requires no.. Apache-2 +
justpy (πŸ₯‰27 Β· ⭐ 960) - An object oriented high-level Python Web Framework that requires no.. Apache-2 -- [GitHub](https://github.com/justpy-org/justpy) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 83 Β· πŸ“¦ 310 Β· πŸ“‹ 430 - 14% open Β· ⏱️ 29.01.2023): +- [GitHub](https://github.com/justpy-org/justpy) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 83 Β· πŸ“¦ 330 Β· πŸ“‹ 430 - 14% open Β· ⏱️ 29.01.2023): ``` git clone https://github.com/elimintz/justpy ``` -- [PyPi](https://pypi.org/project/justpy) (πŸ“₯ 3.5K / month Β· πŸ“¦ 5 Β· ⏱️ 11.01.2023): +- [PyPi](https://pypi.org/project/justpy) (πŸ“₯ 3.1K / month Β· πŸ“¦ 5 Β· ⏱️ 11.01.2023): ``` pip install justpy ```
-
web2py (πŸ₯‰26 Β· ⭐ 2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0 +
robyn (πŸ₯‰26 Β· ⭐ 2.4K Β· βž•) - Robyn is a fast and extensible async python web server with a rust.. BSD-2 -- [GitHub](https://github.com/web2py/web2py) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 880 Β· πŸ“¦ 40 Β· πŸ“‹ 1K - 34% open Β· ⏱️ 31.01.2023): +- [GitHub](https://github.com/sansyrox/robyn) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 100 Β· πŸ“¦ 19 Β· πŸ“‹ 220 - 38% open Β· ⏱️ 15.02.2023): ``` - git clone https://github.com/web2py/web2py + git clone https://github.com/sansyrox/robyn + ``` +- [PyPi](https://pypi.org/project/robyn) (πŸ“₯ 8.1K / month Β· ⏱️ 31.01.2023): + ``` + pip install robyn + ``` +- [Conda](https://anaconda.org/conda-forge/robyn) (πŸ“₯ 49K Β· ⏱️ 06.02.2023): + ``` + conda install -c conda-forge robyn ```
-
guillotina (πŸ₯‰26 Β· ⭐ 180) - Python AsyncIO data API to manage billions of resources. BSD-3 +
web2py (πŸ₯‰26 Β· ⭐ 2K) - Free and open source full-stack enterprise framework for agile.. ❗️LGPL-3.0 -- [GitHub](https://github.com/plone/guillotina) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 51 Β· πŸ“¦ 130 Β· πŸ“‹ 230 - 26% open Β· ⏱️ 12.12.2022): +- [GitHub](https://github.com/web2py/web2py) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 880 Β· πŸ“¦ 40 Β· πŸ“‹ 1K - 34% open Β· ⏱️ 31.01.2023): ``` - git clone https://github.com/plone/guillotina - ``` -- [PyPi](https://pypi.org/project/guillotina) (πŸ“₯ 3.1K / month Β· πŸ“¦ 50 Β· ⏱️ 25.08.2022): - ``` - pip install guillotina + git clone https://github.com/web2py/web2py ```
quart (πŸ₯‰25 Β· ⭐ 1.6K Β· πŸ’€) - Quart is a Python ASGI web microframework with the same API as Flask. MIT @@ -415,7 +419,7 @@ _General purpose web frameworks to build web applications and REST APIs._
emmett (πŸ₯‰25 Β· ⭐ 820) - The web framework for inventors. BSD-3 -- [GitHub](https://github.com/emmett-framework/emmett) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 62 Β· πŸ“¦ 29 Β· πŸ“‹ 300 - 6% open Β· ⏱️ 30.01.2023): +- [GitHub](https://github.com/emmett-framework/emmett) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 62 Β· πŸ“¦ 34 Β· πŸ“‹ 300 - 6% open Β· ⏱️ 30.01.2023): ``` git clone https://github.com/emmett-framework/emmett @@ -425,14 +429,26 @@ _General purpose web frameworks to build web applications and REST APIs._ 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 Β· πŸ“¦ 130 Β· πŸ“‹ 230 - 26% open Β· ⏱️ 12.12.2022): + + ``` + git clone https://github.com/plone/guillotina + ``` +- [PyPi](https://pypi.org/project/guillotina) (πŸ“₯ 2K / month Β· πŸ“¦ 50 Β· ⏱️ 25.08.2022): + ``` + pip install guillotina + ``` +
flama (πŸ₯‰21 Β· ⭐ 220) - Fire up your models with the flame. Apache-2 -- [GitHub](https://github.com/vortico/flama) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 14 Β· πŸ“₯ 74 Β· πŸ“¦ 10 Β· πŸ“‹ 44 - 11% open Β· ⏱️ 26.01.2023): +- [GitHub](https://github.com/vortico/flama) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 14 Β· πŸ“₯ 75 Β· πŸ“¦ 10 Β· πŸ“‹ 44 - 11% open Β· ⏱️ 26.01.2023): ``` git clone https://github.com/perdy/flama ``` -- [PyPi](https://pypi.org/project/flama) (πŸ“₯ 280 / month Β· πŸ“¦ 1 Β· ⏱️ 24.01.2023): +- [PyPi](https://pypi.org/project/flama) (πŸ“₯ 260 / month Β· πŸ“¦ 1 Β· ⏱️ 24.01.2023): ``` pip install flama ``` @@ -444,14 +460,14 @@ _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) (πŸ“₯ 240 / month Β· πŸ“¦ 27 Β· ⏱️ 26.08.2019): +- [PyPi](https://pypi.org/project/Flask-MongoRest) (πŸ“₯ 260 / month Β· πŸ“¦ 27 Β· ⏱️ 26.08.2019): ``` pip install Flask-MongoRest ```
Show 7 hidden projects... -- pyramid (πŸ₯ˆ36 Β· ⭐ 3.7K) - Pyramid - A Python web framework. ❗Unlicensed +- pyramid (πŸ₯ˆ36 Β· ⭐ 3.8K) - Pyramid - A Python web framework. ❗Unlicensed - hug (πŸ₯‰32 Β· ⭐ 6.7K Β· πŸ’€) - Embrace the APIs of the future. Hug aims to make developing APIs as simple.. MIT - flask-restplus (πŸ₯‰30 Β· ⭐ 2.7K Β· πŸ’€) - Fully featured framework for fast, easy and.. BSD-3 - responder (πŸ₯‰26 Β· ⭐ 3.6K Β· πŸ’€) - A familiar HTTP Service Framework for Python. Apache-2 @@ -467,7 +483,7 @@ _General purpose web frameworks to build web applications and REST APIs._
requests (πŸ₯‡48 Β· ⭐ 49K) - A simple, yet elegant, HTTP library. Apache-2 -- [GitHub](https://github.com/psf/requests) (πŸ‘¨β€πŸ’» 730 Β· πŸ”€ 9K Β· πŸ“₯ 4.4K Β· πŸ“¦ 1.9M Β· πŸ“‹ 3.8K - 7% open Β· ⏱️ 21.01.2023): +- [GitHub](https://github.com/psf/requests) (πŸ‘¨β€πŸ’» 730 Β· πŸ”€ 9K Β· πŸ“₯ 4.5K Β· πŸ“¦ 2M Β· πŸ“‹ 3.8K - 7% open Β· ⏱️ 21.01.2023): ``` git clone https://github.com/psf/requests @@ -483,28 +499,28 @@ _General purpose web frameworks to build web applications and REST APIs._
aiohttp (πŸ₯‡45 Β· ⭐ 13K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- [GitHub](https://github.com/aio-libs/aiohttp) (πŸ‘¨β€πŸ’» 660 Β· πŸ”€ 1.9K Β· πŸ“₯ 7.8K Β· πŸ“¦ 270K Β· πŸ“‹ 2.8K - 17% open Β· ⏱️ 06.02.2023): +- [GitHub](https://github.com/aio-libs/aiohttp) (πŸ‘¨β€πŸ’» 660 Β· πŸ”€ 1.9K Β· πŸ“₯ 8K Β· πŸ“¦ 290K Β· πŸ“‹ 2.8K - 17% open Β· ⏱️ 12.02.2023): ``` git clone https://github.com/aio-libs/aiohttp ``` -- [PyPi](https://pypi.org/project/aiohttp) (πŸ“₯ 65M / month Β· πŸ“¦ 12K Β· ⏱️ 21.09.2022): +- [PyPi](https://pypi.org/project/aiohttp) (πŸ“₯ 65M / month Β· πŸ“¦ 13K Β· ⏱️ 21.09.2022): ``` pip install aiohttp ``` -- [Conda](https://anaconda.org/conda-forge/aiohttp) (πŸ“₯ 8.3M Β· ⏱️ 27.10.2022): +- [Conda](https://anaconda.org/conda-forge/aiohttp) (πŸ“₯ 8.4M Β· ⏱️ 13.02.2023): ``` conda install -c conda-forge aiohttp ```
urllib3 (πŸ₯ˆ43 Β· ⭐ 3.3K) - Python HTTP library with thread-safe connection pooling, file post.. MIT -- [GitHub](https://github.com/urllib3/urllib3) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1K Β· πŸ“₯ 5.2K Β· πŸ“¦ 1.2M Β· πŸ“‹ 1.1K - 10% open Β· ⏱️ 03.02.2023): +- [GitHub](https://github.com/urllib3/urllib3) (πŸ‘¨β€πŸ’» 320 Β· πŸ”€ 1K Β· πŸ“₯ 5.4K Β· πŸ“¦ 1.2M Β· πŸ“‹ 1.1K - 10% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/urllib3/urllib3 ``` -- [PyPi](https://pypi.org/project/urllib3) (πŸ“₯ 320M / month Β· πŸ“¦ 44K Β· ⏱️ 11.01.2023): +- [PyPi](https://pypi.org/project/urllib3) (πŸ“₯ 310M / month Β· πŸ“¦ 44K Β· ⏱️ 11.01.2023): ``` pip install urllib3 ``` @@ -515,7 +531,7 @@ _General purpose web frameworks to build web applications and REST APIs._
httpx (πŸ₯ˆ40 Β· ⭐ 10K) - A next generation HTTP client for Python. BSD-3 -- [GitHub](https://github.com/encode/httpx) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 660 Β· πŸ“¦ 55K Β· πŸ“‹ 750 - 4% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/encode/httpx) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 660 Β· πŸ“¦ 73K Β· πŸ“‹ 750 - 4% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/encode/httpx @@ -524,14 +540,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install httpx ``` -- [Conda](https://anaconda.org/conda-forge/httpx) (πŸ“₯ 460K Β· ⏱️ 04.01.2023): +- [Conda](https://anaconda.org/conda-forge/httpx) (πŸ“₯ 470K Β· ⏱️ 04.01.2023): ``` conda install -c conda-forge httpx ```
httpie (πŸ₯ˆ35 Β· ⭐ 26K) - HTTPie for Terminal modern, user-friendly command-line HTTP client for.. BSD-3 -- [GitHub](https://github.com/httpie/httpie) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 3.7K Β· πŸ“₯ 2.4K Β· πŸ“¦ 12K Β· πŸ“‹ 810 - 16% open Β· ⏱️ 15.01.2023): +- [GitHub](https://github.com/httpie/httpie) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 3.7K Β· πŸ“₯ 2.5K Β· πŸ“¦ 13K Β· πŸ“‹ 810 - 16% open Β· ⏱️ 15.01.2023): ``` git clone https://github.com/httpie/httpie @@ -540,7 +556,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install httpie ``` -- [Conda](https://anaconda.org/conda-forge/httpie) (πŸ“₯ 93K Β· ⏱️ 01.11.2022): +- [Conda](https://anaconda.org/conda-forge/httpie) (πŸ“₯ 94K Β· ⏱️ 01.11.2022): ``` conda install -c conda-forge httpie ``` @@ -552,7 +568,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/httplib2/httplib2 ``` -- [PyPi](https://pypi.org/project/httplib2) (πŸ“₯ 32M / month Β· πŸ“¦ 16K Β· ⏱️ 29.10.2022): +- [PyPi](https://pypi.org/project/httplib2) (πŸ“₯ 31M / month Β· πŸ“¦ 16K Β· ⏱️ 29.10.2022): ``` pip install httplib2 ``` @@ -561,14 +577,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge httplib2 ```
-
python-zeep (πŸ₯ˆ34 Β· ⭐ 1.8K Β· πŸ“‰) - A Python SOAP client. MIT +
python-zeep (πŸ₯ˆ34 Β· ⭐ 1.8K) - A Python SOAP client. MIT -- [GitHub](https://github.com/mvantellingen/python-zeep) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 560 Β· πŸ“¦ 5.8K Β· πŸ“‹ 1.1K - 38% open Β· ⏱️ 20.11.2022): +- [GitHub](https://github.com/mvantellingen/python-zeep) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 560 Β· πŸ“¦ 6K Β· πŸ“‹ 1.1K - 38% open Β· ⏱️ 20.11.2022): ``` git clone https://github.com/mvantellingen/python-zeep ``` -- [PyPi](https://pypi.org/project/zeep) (πŸ“₯ 7.4M / month Β· πŸ“¦ 590 Β· ⏱️ 20.11.2022): +- [PyPi](https://pypi.org/project/zeep) (πŸ“₯ 7.3M / month Β· πŸ“¦ 590 Β· ⏱️ 20.11.2022): ``` pip install zeep ``` @@ -579,7 +595,7 @@ _General purpose web frameworks to build web applications and REST APIs._
httpcore (πŸ₯‰33 Β· ⭐ 310) - A minimal HTTP client. BSD-3 -- [GitHub](https://github.com/encode/httpcore) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 59 Β· πŸ“¦ 36K Β· πŸ“‹ 130 - 10% open Β· ⏱️ 05.01.2023): +- [GitHub](https://github.com/encode/httpcore) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 59 Β· πŸ“¦ 37K Β· πŸ“‹ 130 - 10% open Β· ⏱️ 05.01.2023): ``` git clone https://github.com/encode/httpcore @@ -588,14 +604,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install httpcore ``` -- [Conda](https://anaconda.org/conda-forge/httpcore) (πŸ“₯ 380K Β· ⏱️ 20.12.2022): +- [Conda](https://anaconda.org/conda-forge/httpcore) (πŸ“₯ 390K Β· ⏱️ 20.12.2022): ``` conda install -c conda-forge httpcore ```
-
requests-toolbelt (πŸ₯‰30 Β· ⭐ 900 Β· πŸ“ˆ) - A toolbelt of useful classes and functions to be used.. Apache-2 +
requests-toolbelt (πŸ₯‰31 Β· ⭐ 900) - A toolbelt of useful classes and functions to be used.. Apache-2 -- [GitHub](https://github.com/requests/toolbelt) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 170 Β· πŸ“‹ 190 - 44% open Β· ⏱️ 28.11.2022): +- [GitHub](https://github.com/requests/toolbelt) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 170 Β· πŸ“‹ 190 - 44% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/requests/toolbelt @@ -611,12 +627,12 @@ _General purpose web frameworks to build web applications and REST APIs._
httptools (πŸ₯‰29 Β· ⭐ 1.1K) - Fast HTTP parser. MIT -- [GitHub](https://github.com/MagicStack/httptools) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 71 Β· πŸ“¦ 35K Β· πŸ“‹ 49 - 20% open Β· ⏱️ 13.09.2022): +- [GitHub](https://github.com/MagicStack/httptools) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 71 Β· πŸ“¦ 36K Β· πŸ“‹ 49 - 20% open Β· ⏱️ 13.09.2022): ``` git clone https://github.com/MagicStack/httptools ``` -- [PyPi](https://pypi.org/project/httptools) (πŸ“₯ 5.3M / month Β· πŸ“¦ 550 Β· ⏱️ 19.09.2022): +- [PyPi](https://pypi.org/project/httptools) (πŸ“₯ 5.4M / month Β· πŸ“¦ 550 Β· ⏱️ 19.09.2022): ``` pip install httptools ``` @@ -627,7 +643,7 @@ _General purpose web frameworks to build web applications and REST APIs._
requests-futures (πŸ₯‰28 Β· ⭐ 2K) - Asynchronous Python HTTP Requests for Humans using Futures. Apache-2 -- [GitHub](https://github.com/ross/requests-futures) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 140 Β· πŸ“¦ 4.8K Β· πŸ“‹ 100 - 18% open Β· ⏱️ 14.12.2022): +- [GitHub](https://github.com/ross/requests-futures) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 140 Β· πŸ“¦ 5K Β· πŸ“‹ 100 - 18% open Β· ⏱️ 14.12.2022): ``` git clone https://github.com/ross/requests-futures @@ -643,12 +659,12 @@ _General purpose web frameworks to build web applications and REST APIs._
treq (πŸ₯‰25 Β· ⭐ 550) - Python requests like API built on top of Twisteds HTTP client. MIT -- [GitHub](https://github.com/twisted/treq) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 140 Β· πŸ“₯ 150 Β· πŸ“¦ 1.1K Β· πŸ“‹ 160 - 37% open Β· ⏱️ 10.09.2022): +- [GitHub](https://github.com/twisted/treq) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 140 Β· πŸ“₯ 150 Β· πŸ“¦ 1.4K Β· πŸ“‹ 160 - 37% open Β· ⏱️ 10.09.2022): ``` git clone https://github.com/twisted/treq ``` -- [PyPi](https://pypi.org/project/treq) (πŸ“₯ 84K / month Β· πŸ“¦ 410 Β· ⏱️ 09.02.2022): +- [PyPi](https://pypi.org/project/treq) (πŸ“₯ 80K / month Β· πŸ“¦ 410 Β· ⏱️ 09.02.2022): ``` pip install treq ``` @@ -664,7 +680,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/reorx/httpstat ``` -- [PyPi](https://pypi.org/project/httpstat) (πŸ“₯ 3.1K / month Β· ⏱️ 11.10.2022): +- [PyPi](https://pypi.org/project/httpstat) (πŸ“₯ 2.9K / month Β· ⏱️ 11.10.2022): ``` pip install httpstat ``` @@ -686,7 +702,7 @@ _General purpose web frameworks to build web applications and REST APIs._
gunicorn (πŸ₯‡44 Β· ⭐ 8.8K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT -- [GitHub](https://github.com/benoitc/gunicorn) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 1.6K Β· πŸ“₯ 100 Β· πŸ“¦ 850K Β· πŸ“‹ 2K - 21% open Β· ⏱️ 26.01.2023): +- [GitHub](https://github.com/benoitc/gunicorn) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 1.6K Β· πŸ“₯ 100 Β· πŸ“¦ 870K Β· πŸ“‹ 2K - 21% open Β· ⏱️ 26.01.2023): ``` git clone https://github.com/benoitc/gunicorn @@ -700,9 +716,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gunicorn ```
-
uvicorn (πŸ₯‡39 Β· ⭐ 6.1K Β· πŸ“ˆ) - An ASGI web server, for Python. BSD-3 +
uvicorn (πŸ₯‡39 Β· ⭐ 6.2K) - An ASGI web server, for Python. BSD-3 -- [GitHub](https://github.com/encode/uvicorn) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 540 Β· πŸ“¦ 130K Β· πŸ“‹ 650 - 7% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/encode/uvicorn) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 540 Β· πŸ“¦ 150K Β· πŸ“‹ 650 - 7% open Β· ⏱️ 08.02.2023): ``` git clone https://github.com/encode/uvicorn @@ -711,19 +727,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install uvicorn ``` -- [Conda](https://anaconda.org/conda-forge/uvicorn) (πŸ“₯ 1.5M Β· ⏱️ 23.11.2022): +- [Conda](https://anaconda.org/conda-forge/uvicorn) (πŸ“₯ 1.6M Β· ⏱️ 23.11.2022): ``` conda install -c conda-forge uvicorn ```
gevent (πŸ₯‡39 Β· ⭐ 5.9K) - Coroutine-based concurrency library for Python. MIT -- [GitHub](https://github.com/gevent/gevent) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 930 Β· πŸ“₯ 59K Β· πŸ“¦ 94K Β· πŸ“‹ 1.3K - 6% open Β· ⏱️ 31.10.2022): +- [GitHub](https://github.com/gevent/gevent) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 930 Β· πŸ“₯ 59K Β· πŸ“¦ 97K Β· πŸ“‹ 1.3K - 6% open Β· ⏱️ 31.10.2022): ``` git clone https://github.com/gevent/gevent ``` -- [PyPi](https://pypi.org/project/gevent) (πŸ“₯ 7.8M / month Β· πŸ“¦ 15K Β· ⏱️ 31.10.2022): +- [PyPi](https://pypi.org/project/gevent) (πŸ“₯ 7.7M / month Β· πŸ“¦ 15K Β· ⏱️ 31.10.2022): ``` pip install gevent ``` @@ -732,9 +748,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gevent ```
-
asgiref (πŸ₯ˆ37 Β· ⭐ 1.2K) - ASGI specification and utilities. BSD-3 +
asgiref (πŸ₯ˆ36 Β· ⭐ 1.2K Β· πŸ“‰) - ASGI specification and utilities. BSD-3 -- [GitHub](https://github.com/django/asgiref) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 170 Β· πŸ“¦ 520K Β· πŸ“‹ 180 - 22% open Β· ⏱️ 12.01.2023): +- [GitHub](https://github.com/django/asgiref) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 170 Β· πŸ“¦ 530K Β· πŸ“‹ 180 - 22% open Β· ⏱️ 12.01.2023): ``` git clone https://github.com/django/asgiref @@ -743,14 +759,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install asgiref ``` -- [Conda](https://anaconda.org/conda-forge/asgiref) (πŸ“₯ 830K Β· ⏱️ 21.12.2022): +- [Conda](https://anaconda.org/conda-forge/asgiref) (πŸ“₯ 840K Β· ⏱️ 21.12.2022): ``` conda install -c conda-forge asgiref ```
-
whitenoise (πŸ₯ˆ33 Β· ⭐ 2.2K) - Radically simplified static file serving for Python web apps. MIT +
whitenoise (πŸ₯‰33 Β· ⭐ 2.2K) - Radically simplified static file serving for Python web apps. MIT -- [GitHub](https://github.com/evansd/whitenoise) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 130 Β· πŸ“‹ 230 - 11% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/evansd/whitenoise) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 130 Β· πŸ“‹ 230 - 11% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/evansd/whitenoise @@ -759,23 +775,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install whitenoise ``` -- [Conda](https://anaconda.org/conda-forge/whitenoise) (πŸ“₯ 69K Β· ⏱️ 03.01.2023): +- [Conda](https://anaconda.org/conda-forge/whitenoise) (πŸ“₯ 70K Β· ⏱️ 03.01.2023): ``` conda install -c conda-forge whitenoise ```
-
mangum (πŸ₯‰28 Β· ⭐ 1.2K) - AWS Lambda support for ASGI applications. MIT - -- [GitHub](https://github.com/jordaneremieff/mangum) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 79 Β· πŸ“¦ 1.6K Β· πŸ“‹ 160 - 8% open Β· ⏱️ 27.11.2022): - - ``` - git clone https://github.com/jordaneremieff/mangum - ``` -- [PyPi](https://pypi.org/project/mangum) (πŸ“₯ 320K / month Β· πŸ“¦ 10 Β· ⏱️ 27.11.2022): - ``` - pip install mangum - ``` -
livereload (πŸ₯‰28 Β· ⭐ 980) - livereload server in python (MAINTAINERS NEEDED). BSD-3 - [GitHub](https://github.com/lepture/python-livereload) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 140 Β· πŸ“‹ 160 - 33% open Β· ⏱️ 16.11.2022): @@ -783,46 +787,58 @@ _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) (πŸ“₯ 700K / month Β· πŸ“¦ 1.6K Β· ⏱️ 22.08.2020): +- [PyPi](https://pypi.org/project/livereload) (πŸ“₯ 690K / month Β· πŸ“¦ 1.6K Β· ⏱️ 22.08.2020): ``` pip install livereload ``` -- [Conda](https://anaconda.org/conda-forge/livereload) (πŸ“₯ 310K Β· ⏱️ 22.08.2020): +- [Conda](https://anaconda.org/conda-forge/livereload) (πŸ“₯ 320K Β· ⏱️ 22.08.2020): ``` conda install -c conda-forge livereload ```
-
Hypercorn (πŸ₯‰28 Β· ⭐ 460) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT +
Hypercorn (πŸ₯‰28 Β· ⭐ 470) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT -- [GitHub](https://github.com/pgjones/hypercorn) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 44 Β· πŸ“¦ 3.4K Β· πŸ“‹ 86 - 30% open Β· ⏱️ 14.01.2023): +- [GitHub](https://github.com/pgjones/hypercorn) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 44 Β· πŸ“¦ 3.7K Β· πŸ“‹ 87 - 31% open Β· ⏱️ 14.01.2023): ``` git clone https://github.com/pgjones/hypercorn ``` -- [PyPi](https://pypi.org/project/hypercorn) (πŸ“₯ 480K / month Β· πŸ“¦ 28 Β· ⏱️ 04.09.2022): +- [PyPi](https://pypi.org/project/hypercorn) (πŸ“₯ 450K / month Β· πŸ“¦ 28 Β· ⏱️ 04.09.2022): ``` pip install hypercorn ```
bjoern (πŸ₯‰27 Β· ⭐ 2.9K) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2 -- [GitHub](https://github.com/jonashaag/bjoern) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 190 Β· πŸ“¦ 540 Β· πŸ“‹ 160 - 18% open Β· ⏱️ 11.09.2022): +- [GitHub](https://github.com/jonashaag/bjoern) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 190 Β· πŸ“¦ 570 Β· πŸ“‹ 160 - 18% open Β· ⏱️ 11.09.2022): ``` git clone https://github.com/jonashaag/bjoern ``` -- [PyPi](https://pypi.org/project/bjoern) (πŸ“₯ 21K / month Β· πŸ“¦ 150 Β· ⏱️ 19.09.2022): +- [PyPi](https://pypi.org/project/bjoern) (πŸ“₯ 23K / month Β· πŸ“¦ 150 Β· ⏱️ 19.09.2022): ``` pip install bjoern ``` -- [Conda](https://anaconda.org/conda-forge/bjoern) (πŸ“₯ 96K Β· ⏱️ 02.11.2022): +- [Conda](https://anaconda.org/conda-forge/bjoern) (πŸ“₯ 97K Β· ⏱️ 02.11.2022): ``` conda install -c conda-forge bjoern ```
+
mangum (πŸ₯‰27 Β· ⭐ 1.2K) - AWS Lambda support for ASGI applications. MIT + +- [GitHub](https://github.com/jordaneremieff/mangum) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 79 Β· πŸ“¦ 1.7K Β· πŸ“‹ 160 - 8% open Β· ⏱️ 27.11.2022): + + ``` + git clone https://github.com/jordaneremieff/mangum + ``` +- [PyPi](https://pypi.org/project/mangum) (πŸ“₯ 340K / month Β· πŸ“¦ 10 Β· ⏱️ 27.11.2022): + ``` + pip install mangum + ``` +
Show 3 hidden projects... -- waitress (πŸ₯ˆ33 Β· ⭐ 1.2K) - Waitress - A WSGI server for Python 3. ❗️ZPL-2.1 +- waitress (πŸ₯ˆ34 Β· ⭐ 1.2K) - Waitress - A WSGI server for Python 3. ❗️ZPL-2.1 - Meinheld (πŸ₯‰25 Β· ⭐ 1.4K Β· πŸ’€) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3 - django-devserver (πŸ₯‰25 Β· ⭐ 1.3K Β· πŸ’€) - A drop-in replacement for Djangos runserver. BSD-3
@@ -834,23 +850,23 @@ _General purpose web frameworks to build web applications and REST APIs._
django-allauth (πŸ₯‡41 Β· ⭐ 7.8K) - Integrated set of Django applications addressing.. MIT -- [GitHub](https://github.com/pennersr/django-allauth) (πŸ‘¨β€πŸ’» 620 Β· πŸ”€ 2.7K Β· πŸ“¦ 130K Β· πŸ“‹ 2K - 16% open Β· ⏱️ 02.01.2023): +- [GitHub](https://github.com/pennersr/django-allauth) (πŸ‘¨β€πŸ’» 620 Β· πŸ”€ 2.7K Β· πŸ“¦ 130K Β· πŸ“‹ 2K - 16% open Β· ⏱️ 10.02.2023): ``` git clone https://github.com/pennersr/django-allauth ``` -- [PyPi](https://pypi.org/project/django-allauth) (πŸ“₯ 720K / month Β· πŸ“¦ 5.3K Β· ⏱️ 29.12.2022): +- [PyPi](https://pypi.org/project/django-allauth) (πŸ“₯ 730K / month Β· πŸ“¦ 5.3K Β· ⏱️ 29.12.2022): ``` pip install django-allauth ``` -- [Conda](https://anaconda.org/conda-forge/django-allauth) (πŸ“₯ 85K Β· ⏱️ 07.06.2022): +- [Conda](https://anaconda.org/conda-forge/django-allauth) (πŸ“₯ 86K Β· ⏱️ 07.06.2022): ``` conda install -c conda-forge django-allauth ```
pyjwt (πŸ₯‡38 Β· ⭐ 4.5K) - JSON Web Token implementation in Python. MIT -- [GitHub](https://github.com/jpadilla/pyjwt) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 610 Β· πŸ“¦ 310K Β· πŸ“‹ 380 - 3% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/jpadilla/pyjwt) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 610 Β· πŸ“¦ 330K Β· πŸ“‹ 390 - 3% open Β· ⏱️ 07.02.2023): ``` git clone https://github.com/jpadilla/pyjwt @@ -866,44 +882,44 @@ _General purpose web frameworks to build web applications and REST APIs._
oauthlib (πŸ₯‡38 Β· ⭐ 2.5K) - A generic, spec-compliant, thorough implementation of the OAuth.. BSD-3 -- [GitHub](https://github.com/oauthlib/oauthlib) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 470 Β· πŸ“¦ 320K Β· πŸ“‹ 370 - 22% open Β· ⏱️ 10.01.2023): +- [GitHub](https://github.com/oauthlib/oauthlib) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 470 Β· πŸ“¦ 330K Β· πŸ“‹ 370 - 22% open Β· ⏱️ 10.01.2023): ``` git clone https://github.com/oauthlib/oauthlib ``` -- [PyPi](https://pypi.org/project/oauthlib) (πŸ“₯ 90M / month Β· πŸ“¦ 12K Β· ⏱️ 17.10.2022): +- [PyPi](https://pypi.org/project/oauthlib) (πŸ“₯ 89M / month Β· πŸ“¦ 12K Β· ⏱️ 17.10.2022): ``` pip install oauthlib ``` -- [Conda](https://anaconda.org/conda-forge/oauthlib) (πŸ“₯ 7.6M Β· ⏱️ 18.10.2022): +- [Conda](https://anaconda.org/conda-forge/oauthlib) (πŸ“₯ 7.7M Β· ⏱️ 18.10.2022): ``` conda install -c conda-forge oauthlib ```
authlib (πŸ₯‡37 Β· ⭐ 3.5K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 -- [GitHub](https://github.com/lepture/authlib) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 350 Β· πŸ“¦ 24K Β· πŸ“‹ 370 - 13% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/lepture/authlib) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 350 Β· πŸ“¦ 25K Β· πŸ“‹ 370 - 13% open Β· ⏱️ 10.02.2023): ``` git clone https://github.com/lepture/authlib ``` -- [PyPi](https://pypi.org/project/authlib) (πŸ“₯ 5.3M / month Β· πŸ“¦ 310 Β· ⏱️ 06.12.2022): +- [PyPi](https://pypi.org/project/authlib) (πŸ“₯ 5.1M / month Β· πŸ“¦ 310 Β· ⏱️ 06.12.2022): ``` pip install authlib ``` -- [Conda](https://anaconda.org/conda-forge/authlib) (πŸ“₯ 94K Β· ⏱️ 06.12.2022): +- [Conda](https://anaconda.org/conda-forge/authlib) (πŸ“₯ 95K Β· ⏱️ 06.12.2022): ``` conda install -c conda-forge authlib ```
google-auth (πŸ₯‡37 Β· ⭐ 610) - Google Auth Python Library. Apache-2 -- [GitHub](https://github.com/googleapis/google-auth-library-python) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 260 Β· πŸ“¦ 200K Β· πŸ“‹ 400 - 19% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/googleapis/google-auth-library-python) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 270 Β· πŸ“¦ 200K Β· πŸ“‹ 400 - 18% open Β· ⏱️ 09.02.2023): ``` git clone https://github.com/googleapis/google-auth-library-python ``` -- [PyPi](https://pypi.org/project/google-auth) (πŸ“₯ 78M / month Β· πŸ“¦ 2.5K Β· ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/google-auth) (πŸ“₯ 78M / month Β· πŸ“¦ 2.7K Β· ⏱️ 09.01.2023): ``` pip install google-auth ``` @@ -919,7 +935,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/maxcountryman/flask-login ``` -- [PyPi](https://pypi.org/project/flask-login) (πŸ“₯ 6.5M / month Β· πŸ“¦ 13K Β· ⏱️ 25.07.2022): +- [PyPi](https://pypi.org/project/flask-login) (πŸ“₯ 6.9M / month Β· πŸ“¦ 13K Β· ⏱️ 25.07.2022): ``` pip install flask-login ``` @@ -930,7 +946,7 @@ _General purpose web frameworks to build web applications and REST APIs._
requests-oauthlib (πŸ₯ˆ36 Β· ⭐ 1.6K) - OAuthlib support for Python-Requests!. ISC -- [GitHub](https://github.com/requests/requests-oauthlib) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 410 Β· πŸ“¦ 300K Β· πŸ“‹ 260 - 39% open Β· ⏱️ 03.09.2022): +- [GitHub](https://github.com/requests/requests-oauthlib) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 410 Β· πŸ“¦ 310K Β· πŸ“‹ 260 - 39% open Β· ⏱️ 03.09.2022): ``` git clone https://github.com/requests/requests-oauthlib @@ -939,14 +955,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install requests-oauthlib ``` -- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (πŸ“₯ 7M Β· ⏱️ 30.01.2022): +- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (πŸ“₯ 7.1M Β· ⏱️ 30.01.2022): ``` conda install -c conda-forge requests-oauthlib ```
django-oauth-toolkit (πŸ₯ˆ35 Β· ⭐ 2.8K) - OAuth2 goodies for the Djangonauts!. BSD-3 -- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 720 Β· πŸ“‹ 760 - 22% open Β· ⏱️ 30.01.2023): +- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 720 Β· πŸ“‹ 760 - 22% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/jazzband/django-oauth-toolkit @@ -958,12 +974,12 @@ _General purpose web frameworks to build web applications and REST APIs._
flask-jwt-extended (πŸ₯ˆ34 Β· ⭐ 1.4K) - An open source Flask extension that provides JWT.. MIT -- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 220 Β· πŸ“¦ 24K Β· πŸ“‹ 360 - 3% open Β· ⏱️ 15.08.2022): +- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 220 Β· πŸ“¦ 25K Β· πŸ“‹ 360 - 3% open Β· ⏱️ 15.08.2022): ``` git clone https://github.com/vimalloc/flask-jwt-extended ``` -- [PyPi](https://pypi.org/project/flask-jwt-extended) (πŸ“₯ 6M / month Β· πŸ“¦ 650 Β· ⏱️ 15.08.2022): +- [PyPi](https://pypi.org/project/flask-jwt-extended) (πŸ“₯ 6.3M / month Β· πŸ“¦ 650 Β· ⏱️ 15.08.2022): ``` pip install flask-jwt-extended ``` @@ -974,44 +990,44 @@ _General purpose web frameworks to build web applications and REST APIs._
pyotp (πŸ₯ˆ33 Β· ⭐ 2.3K) - Python One-Time Password Library. MIT -- [GitHub](https://github.com/pyauth/pyotp) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 290 Β· πŸ“₯ 220 Β· πŸ“¦ 6.8K Β· πŸ“‹ 85 - 7% open Β· ⏱️ 14.12.2022): +- [GitHub](https://github.com/pyauth/pyotp) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 290 Β· πŸ“₯ 220 Β· πŸ“¦ 7.9K Β· πŸ“‹ 85 - 7% open Β· ⏱️ 14.12.2022): ``` git clone https://github.com/pyauth/pyotp ``` -- [PyPi](https://pypi.org/project/pyotp) (πŸ“₯ 3.8M / month Β· πŸ“¦ 560 Β· ⏱️ 14.12.2022): +- [PyPi](https://pypi.org/project/pyotp) (πŸ“₯ 3.6M / month Β· πŸ“¦ 560 Β· ⏱️ 14.12.2022): ``` pip install pyotp ``` -- [Conda](https://anaconda.org/conda-forge/pyotp) (πŸ“₯ 33K Β· ⏱️ 04.02.2021): +- [Conda](https://anaconda.org/conda-forge/pyotp) (πŸ“₯ 34K Β· ⏱️ 04.02.2021): ``` conda install -c conda-forge pyotp ```
dj-rest-auth (πŸ₯ˆ33 Β· ⭐ 1.2K) - Authentication for Django Rest Framework. MIT -- [GitHub](https://github.com/iMerica/dj-rest-auth) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 220 Β· πŸ“₯ 250 Β· πŸ“¦ 5.8K Β· πŸ“‹ 320 - 42% open Β· ⏱️ 05.02.2023): +- [GitHub](https://github.com/iMerica/dj-rest-auth) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 220 Β· πŸ“₯ 250 Β· πŸ“¦ 6.2K Β· πŸ“‹ 320 - 42% open Β· ⏱️ 13.02.2023): ``` git clone https://github.com/iMerica/dj-rest-auth ``` -- [PyPi](https://pypi.org/project/dj-rest-auth) (πŸ“₯ 210K / month Β· πŸ“¦ 9 Β· ⏱️ 14.01.2023): +- [PyPi](https://pypi.org/project/dj-rest-auth) (πŸ“₯ 210K / month Β· πŸ“¦ 11 Β· ⏱️ 14.01.2023): ``` pip install dj-rest-auth ``` -- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (πŸ“₯ 11K Β· ⏱️ 15.01.2023): +- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (πŸ“₯ 11K Β· ⏱️ 16.02.2023): ``` conda install -c conda-forge dj-rest-auth ```
django-guardian (πŸ₯ˆ32 Β· ⭐ 3.3K Β· πŸ’€) - Per object permissions for Django. BSD-3 -- [GitHub](https://github.com/django-guardian/django-guardian) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 540 Β· πŸ“¦ 5.3K Β· πŸ“‹ 460 - 29% open Β· ⏱️ 25.03.2022): +- [GitHub](https://github.com/django-guardian/django-guardian) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 540 Β· πŸ“¦ 5.7K Β· πŸ“‹ 460 - 29% open Β· ⏱️ 25.03.2022): ``` git clone https://github.com/django-guardian/django-guardian ``` -- [PyPi](https://pypi.org/project/django-guardian) (πŸ“₯ 400K / month Β· πŸ“¦ 1.9K Β· ⏱️ 23.05.2021): +- [PyPi](https://pypi.org/project/django-guardian) (πŸ“₯ 390K / month Β· πŸ“¦ 1.9K Β· ⏱️ 23.05.2021): ``` pip install django-guardian ``` @@ -1022,7 +1038,7 @@ _General purpose web frameworks to build web applications and REST APIs._
django-rest-framework-simplejwt (πŸ₯ˆ32 Β· ⭐ 3.3K) - A JSON Web Token authentication plugin for the Django.. MIT -- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 560 Β· πŸ“‹ 420 - 28% open Β· ⏱️ 04.02.2023): +- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 560 Β· πŸ“‹ 420 - 28% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/jazzband/djangorestframework-simplejwt @@ -1032,32 +1048,32 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install djangorestframework-simplejwt ```
-
djoser (πŸ₯‰31 Β· ⭐ 2.2K) - REST implementation of Django authentication system. MIT +
fastapi-users (πŸ₯‰31 Β· ⭐ 2.5K) - Ready-to-use and customizable users management for FastAPI. MIT -- [GitHub](https://github.com/sunscrapers/djoser) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 430 Β· πŸ“¦ 13K Β· πŸ“‹ 450 - 36% open Β· ⏱️ 29.08.2022): +- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 250 Β· πŸ“₯ 19 Β· πŸ“¦ 890 Β· πŸ“‹ 220 - 1% open Β· ⏱️ 14.02.2023): ``` - git clone https://github.com/sunscrapers/djoser + git clone https://github.com/fastapi-users/fastapi-users ``` -- [PyPi](https://pypi.org/project/djoser) (πŸ“₯ 160K / month Β· πŸ“¦ 220 Β· ⏱️ 30.10.2020): +- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 35K / month Β· πŸ“¦ 20 Β· ⏱️ 16.01.2023): ``` - pip install djoser + pip install fastapi-users + ``` +- [Conda](https://anaconda.org/conda-forge/fastapi-users) (πŸ“₯ 25K Β· ⏱️ 14.02.2023): + ``` + conda install -c conda-forge fastapi-users ```
-
fastapi-users (πŸ₯‰30 Β· ⭐ 2.5K) - Ready-to-use and customizable users management for FastAPI. MIT +
djoser (πŸ₯‰31 Β· ⭐ 2.2K) - REST implementation of Django authentication system. MIT -- [GitHub](https://github.com/fastapi-users/fastapi-users) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 250 Β· πŸ“₯ 17 Β· πŸ“¦ 700 Β· πŸ“‹ 220 - 1% open Β· ⏱️ 25.01.2023): +- [GitHub](https://github.com/sunscrapers/djoser) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 440 Β· πŸ“¦ 14K Β· πŸ“‹ 450 - 36% open Β· ⏱️ 29.08.2022): ``` - git clone https://github.com/fastapi-users/fastapi-users - ``` -- [PyPi](https://pypi.org/project/fastapi-users) (πŸ“₯ 37K / month Β· πŸ“¦ 13 Β· ⏱️ 16.01.2023): - ``` - pip install fastapi-users + git clone https://github.com/sunscrapers/djoser ``` -- [Conda](https://anaconda.org/conda-forge/fastapi-users) (πŸ“₯ 25K Β· ⏱️ 02.02.2023): +- [PyPi](https://pypi.org/project/djoser) (πŸ“₯ 170K / month Β· πŸ“¦ 220 Β· ⏱️ 30.10.2020): ``` - conda install -c conda-forge fastapi-users + pip install djoser ```
python-jose (πŸ₯‰30 Β· ⭐ 1.2K Β· πŸ’€) - A JOSE implementation in Python. MIT @@ -1067,7 +1083,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mpdavis/python-jose ``` -- [PyPi](https://pypi.org/project/python-jose) (πŸ“₯ 6.9M / month Β· πŸ“¦ 710 Β· ⏱️ 05.06.2021): +- [PyPi](https://pypi.org/project/python-jose) (πŸ“₯ 7M / month Β· πŸ“¦ 710 Β· ⏱️ 05.06.2021): ``` pip install python-jose ``` @@ -1076,42 +1092,42 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge python-jose ```
-
django-rest-knox (πŸ₯‰29 Β· ⭐ 900) - Authentication Module for django rest auth. MIT +
Flask-HTTPAuth (πŸ₯‰29 Β· ⭐ 1.1K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT -- [GitHub](https://github.com/James1345/django-rest-knox) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 160 Β· πŸ“¦ 8.7K Β· πŸ“‹ 150 - 42% open Β· ⏱️ 24.08.2022): +- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 210 Β· πŸ“‹ 100 - 6% open Β· ⏱️ 11.02.2023): ``` - git clone https://github.com/James1345/django-rest-knox + git clone https://github.com/miguelgrinberg/Flask-HTTPAuth ``` -- [PyPi](https://pypi.org/project/django-rest-knox) (πŸ“₯ 98K / month Β· πŸ“¦ 180 Β· ⏱️ 31.01.2022): +- [PyPi](https://pypi.org/project/flask-httpauth) (πŸ“₯ 660K / month Β· πŸ“¦ 2.2K Β· ⏱️ 29.05.2022): ``` - pip install django-rest-knox + pip install flask-httpauth + ``` +- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (πŸ“₯ 120K Β· ⏱️ 29.05.2022): + ``` + conda install -c conda-forge flask-httpauth ```
-
Flask-HTTPAuth (πŸ₯‰28 Β· ⭐ 1.1K Β· πŸ’€) - Simple extension that provides Basic, Digest and Token.. MIT +
django-rest-knox (πŸ₯‰29 Β· ⭐ 900) - Authentication Module for django rest auth. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 210 Β· πŸ“‹ 100 - 7% open Β· ⏱️ 26.06.2022): +- [GitHub](https://github.com/James1345/django-rest-knox) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 160 Β· πŸ“¦ 8.8K Β· πŸ“‹ 150 - 42% open Β· ⏱️ 24.08.2022): ``` - git clone https://github.com/miguelgrinberg/Flask-HTTPAuth - ``` -- [PyPi](https://pypi.org/project/flask-httpauth) (πŸ“₯ 640K / month Β· πŸ“¦ 2.2K Β· ⏱️ 29.05.2022): - ``` - pip install flask-httpauth + git clone https://github.com/James1345/django-rest-knox ``` -- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (πŸ“₯ 120K Β· ⏱️ 29.05.2022): +- [PyPi](https://pypi.org/project/django-rest-knox) (πŸ“₯ 100K / month Β· πŸ“¦ 180 Β· ⏱️ 31.01.2022): ``` - conda install -c conda-forge flask-httpauth + pip install django-rest-knox ```
django-rules (πŸ₯‰27 Β· ⭐ 1.6K) - Awesome Django authorization, without the database. MIT -- [GitHub](https://github.com/dfunckt/django-rules) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 130 Β· πŸ“¦ 1.1K Β· πŸ“‹ 110 - 26% open Β· ⏱️ 11.01.2023): +- [GitHub](https://github.com/dfunckt/django-rules) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 130 Β· πŸ“¦ 1.2K Β· πŸ“‹ 110 - 26% open Β· ⏱️ 11.01.2023): ``` git clone https://github.com/dfunckt/django-rules ``` -- [PyPi](https://pypi.org/project/rules) (πŸ“₯ 95K / month Β· πŸ“¦ 130 Β· ⏱️ 23.03.2022): +- [PyPi](https://pypi.org/project/rules) (πŸ“₯ 100K / month Β· πŸ“¦ 130 Β· ⏱️ 23.03.2022): ``` pip install rules ``` @@ -1123,19 +1139,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/authomatic/authomatic ``` -- [PyPi](https://pypi.org/project/authomatic) (πŸ“₯ 2.2K / month Β· πŸ“¦ 260 Β· ⏱️ 27.11.2019): +- [PyPi](https://pypi.org/project/authomatic) (πŸ“₯ 2.1K / month Β· πŸ“¦ 260 Β· ⏱️ 27.11.2019): ``` pip install authomatic ```
flask-dance (πŸ₯‰26 Β· ⭐ 920) - Doing the OAuth dance with style using Flask, requests, and.. MIT -- [GitHub](https://github.com/singingwolfboy/flask-dance) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 150 Β· πŸ“¦ 3.1K Β· πŸ“‹ 200 - 17% open Β· ⏱️ 23.01.2023): +- [GitHub](https://github.com/singingwolfboy/flask-dance) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 150 Β· πŸ“¦ 3.2K Β· πŸ“‹ 200 - 18% open Β· ⏱️ 23.01.2023): ``` git clone https://github.com/singingwolfboy/flask-dance ``` -- [PyPi](https://pypi.org/project/flask-dance) (πŸ“₯ 49K / month Β· πŸ“¦ 160 Β· ⏱️ 12.10.2022): +- [PyPi](https://pypi.org/project/flask-dance) (πŸ“₯ 51K / month Β· πŸ“¦ 160 Β· ⏱️ 12.10.2022): ``` pip install flask-dance ``` @@ -1146,7 +1162,7 @@ _General purpose web frameworks to build web applications and REST APIs._
fastapi_login (πŸ₯‰24 Β· ⭐ 430) - FastAPI-Login tries to provide similar functionality as.. MIT -- [GitHub](https://github.com/MushroomMaula/fastapi_login) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 48 Β· πŸ“₯ 3 Β· πŸ“¦ 340 Β· πŸ“‹ 53 - 16% open Β· ⏱️ 18.10.2022): +- [GitHub](https://github.com/MushroomMaula/fastapi_login) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 48 Β· πŸ“₯ 3 Β· πŸ“¦ 400 Β· πŸ“‹ 53 - 16% open Β· ⏱️ 18.10.2022): ``` git clone https://github.com/MushroomMaula/fastapi_login @@ -1158,24 +1174,24 @@ _General purpose web frameworks to build web applications and REST APIs._
django-cas-ng (πŸ₯‰24 Β· ⭐ 350) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT -- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 160 Β· πŸ“₯ 450 Β· πŸ“¦ 390 Β· πŸ“‹ 150 - 2% open Β· ⏱️ 18.11.2022): +- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 160 Β· πŸ“₯ 450 Β· πŸ“¦ 400 Β· πŸ“‹ 150 - 2% open Β· ⏱️ 18.11.2022): ``` git clone https://github.com/django-cas-ng/django-cas-ng ``` -- [PyPi](https://pypi.org/project/django-cas-ng) (πŸ“₯ 21K / month Β· πŸ“¦ 74 Β· ⏱️ 09.01.2022): +- [PyPi](https://pypi.org/project/django-cas-ng) (πŸ“₯ 20K / month Β· πŸ“¦ 74 Β· ⏱️ 09.01.2022): ``` pip install django-cas-ng ```
flask-praetorian (πŸ₯‰24 Β· ⭐ 320) - Strong, Simple, and Precise security for Flask APIs.. MIT -- [GitHub](https://github.com/dusktreader/flask-praetorian) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 62 Β· πŸ“¦ 350 Β· πŸ“‹ 140 - 4% open Β· ⏱️ 20.09.2022): +- [GitHub](https://github.com/dusktreader/flask-praetorian) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 62 Β· πŸ“¦ 360 Β· πŸ“‹ 140 - 4% open Β· ⏱️ 20.09.2022): ``` git clone https://github.com/dusktreader/flask-praetorian ``` -- [PyPi](https://pypi.org/project/flask-praetorian) (πŸ“₯ 2.6K / month Β· πŸ“¦ 8 Β· ⏱️ 20.09.2022): +- [PyPi](https://pypi.org/project/flask-praetorian) (πŸ“₯ 3.4K / month Β· πŸ“¦ 8 Β· ⏱️ 20.09.2022): ``` pip install flask-praetorian ``` @@ -1187,7 +1203,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/davedoesdev/python-jwt ``` -- [PyPi](https://pypi.org/project/python-jwt) (πŸ“₯ 230K / month Β· πŸ“¦ 56 Β· ⏱️ 27.09.2022): +- [PyPi](https://pypi.org/project/python-jwt) (πŸ“₯ 220K / month Β· πŸ“¦ 56 Β· ⏱️ 27.09.2022): ``` pip install python-jwt ``` @@ -1217,12 +1233,12 @@ _General purpose web frameworks to build web applications and REST APIs._
lxml (πŸ₯‡39 Β· ⭐ 2.3K) - The lxml XML toolkit for Python. BSD-3 -- [GitHub](https://github.com/lxml/lxml) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 520 Β· πŸ“₯ 9.1K Β· πŸ“¦ 310K Β· ⏱️ 03.01.2023): +- [GitHub](https://github.com/lxml/lxml) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 520 Β· πŸ“₯ 9.6K Β· πŸ“¦ 320K Β· ⏱️ 03.01.2023): ``` git clone https://github.com/lxml/lxml ``` -- [PyPi](https://pypi.org/project/lxml) (πŸ“₯ 63M / month Β· πŸ“¦ 39K Β· ⏱️ 13.12.2022): +- [PyPi](https://pypi.org/project/lxml) (πŸ“₯ 60M / month Β· πŸ“¦ 39K Β· ⏱️ 13.12.2022): ``` pip install lxml ``` @@ -1233,7 +1249,7 @@ _General purpose web frameworks to build web applications and REST APIs._
bleach (πŸ₯ˆ37 Β· ⭐ 2.5K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2 -- [GitHub](https://github.com/mozilla/bleach) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 250 Β· πŸ“¦ 220K Β· πŸ“‹ 360 - 8% open Β· ⏱️ 23.01.2023): +- [GitHub](https://github.com/mozilla/bleach) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 250 Β· πŸ“¦ 230K Β· πŸ“‹ 360 - 8% open Β· ⏱️ 23.01.2023): ``` git clone https://github.com/mozilla/bleach @@ -1249,7 +1265,7 @@ _General purpose web frameworks to build web applications and REST APIs._
markupsafe (πŸ₯ˆ36 Β· ⭐ 520) - Safely add untrusted strings to HTML/XML markup. BSD-3 -- [GitHub](https://github.com/pallets/markupsafe) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 140 Β· πŸ“₯ 240 Β· πŸ“¦ 1.1M Β· πŸ“‹ 100 - 0% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/pallets/markupsafe) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 140 Β· πŸ“₯ 360 Β· πŸ“¦ 1.1M Β· πŸ“‹ 100 - 0% open Β· ⏱️ 07.02.2023): ``` git clone https://github.com/pallets/markupsafe @@ -1265,12 +1281,12 @@ _General purpose web frameworks to build web applications and REST APIs._
xhtml2pdf (πŸ₯ˆ35 Β· ⭐ 2K) - A library for converting HTML into PDFs using ReportLab. Apache-2 -- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 600 Β· πŸ“₯ 6 Β· πŸ“¦ 9.8K Β· πŸ“‹ 380 - 31% open Β· ⏱️ 03.02.2023): +- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 600 Β· πŸ“₯ 6 Β· πŸ“¦ 10K Β· πŸ“‹ 380 - 31% open Β· ⏱️ 03.02.2023): ``` git clone https://github.com/xhtml2pdf/xhtml2pdf ``` -- [PyPi](https://pypi.org/project/xhtml2pdf) (πŸ“₯ 580K / month Β· πŸ“¦ 830 Β· ⏱️ 30.01.2023): +- [PyPi](https://pypi.org/project/xhtml2pdf) (πŸ“₯ 560K / month Β· πŸ“¦ 830 Β· ⏱️ 30.01.2023): ``` pip install xhtml2pdf ``` @@ -1281,7 +1297,7 @@ _General purpose web frameworks to build web applications and REST APIs._
pyquery (πŸ₯‰34 Β· ⭐ 2.2K) - A jquery-like library for python. BSD-3 -- [GitHub](https://github.com/gawel/pyquery) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 180 Β· πŸ“¦ 17K Β· πŸ“‹ 180 - 27% open Β· ⏱️ 02.01.2023): +- [GitHub](https://github.com/gawel/pyquery) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 180 Β· πŸ“¦ 18K Β· πŸ“‹ 180 - 27% open Β· ⏱️ 02.01.2023): ``` git clone https://github.com/gawel/pyquery @@ -1290,35 +1306,35 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install pyquery ``` -- [Conda](https://anaconda.org/conda-forge/pyquery) (πŸ“₯ 35K Β· ⏱️ 28.12.2022): +- [Conda](https://anaconda.org/conda-forge/pyquery) (πŸ“₯ 36K Β· ⏱️ 28.12.2022): ``` conda install -c conda-forge pyquery ```
WeasyPrint (πŸ₯‰33 Β· ⭐ 5.5K) - The awesome document factory. BSD-3 -- [GitHub](https://github.com/Kozea/WeasyPrint) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 580 Β· πŸ“‹ 1.5K - 10% open Β· ⏱️ 03.02.2023): +- [GitHub](https://github.com/Kozea/WeasyPrint) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 580 Β· πŸ“‹ 1.5K - 10% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/Kozea/WeasyPrint ``` -- [PyPi](https://pypi.org/project/weasyprint) (πŸ“₯ 950K / month Β· πŸ“¦ 46 Β· ⏱️ 17.06.2022): +- [PyPi](https://pypi.org/project/weasyprint) (πŸ“₯ 930K / month Β· πŸ“¦ 46 Β· ⏱️ 17.06.2022): ``` pip install weasyprint ``` -- [Conda](https://anaconda.org/conda-forge/weasyprint) (πŸ“₯ 90K Β· ⏱️ 23.12.2022): +- [Conda](https://anaconda.org/conda-forge/weasyprint) (πŸ“₯ 91K Β· ⏱️ 23.12.2022): ``` conda install -c conda-forge weasyprint ```
-
selectolax (πŸ₯‰24 Β· ⭐ 740) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT +
selectolax (πŸ₯‰24 Β· ⭐ 750) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT -- [GitHub](https://github.com/rushter/selectolax) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 60 Β· πŸ“¦ 430 Β· πŸ“‹ 63 - 15% open Β· ⏱️ 01.01.2023): +- [GitHub](https://github.com/rushter/selectolax) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 60 Β· πŸ“¦ 790 Β· πŸ“‹ 63 - 14% open Β· ⏱️ 01.01.2023): ``` git clone https://github.com/rushter/selectolax ``` -- [PyPi](https://pypi.org/project/selectolax) (πŸ“₯ 32K / month Β· πŸ“¦ 26 Β· ⏱️ 02.01.2023): +- [PyPi](https://pypi.org/project/selectolax) (πŸ“₯ 31K / month Β· πŸ“¦ 26 Β· ⏱️ 02.01.2023): ``` pip install selectolax ``` @@ -1330,7 +1346,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/kovidgoyal/html5-parser ``` -- [PyPi](https://pypi.org/project/html5-parser) (πŸ“₯ 51K / month Β· πŸ“¦ 16 Β· ⏱️ 22.09.2021): +- [PyPi](https://pypi.org/project/html5-parser) (πŸ“₯ 50K / month Β· πŸ“¦ 16 Β· ⏱️ 22.09.2021): ``` pip install html5-parser ``` @@ -1346,14 +1362,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
tldextract (πŸ₯‡34 Β· ⭐ 1.6K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3 +
tldextract (πŸ₯‡35 Β· ⭐ 1.6K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3 -- [GitHub](https://github.com/john-kurkowski/tldextract) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 200 Β· πŸ“¦ 15K Β· πŸ“‹ 180 - 9% open Β· ⏱️ 27.01.2023): +- [GitHub](https://github.com/john-kurkowski/tldextract) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 200 Β· πŸ“¦ 16K Β· πŸ“‹ 180 - 9% open Β· ⏱️ 27.01.2023): ``` git clone https://github.com/john-kurkowski/tldextract ``` -- [PyPi](https://pypi.org/project/tldextract) (πŸ“₯ 5.7M / month Β· πŸ“¦ 1.1K Β· ⏱️ 04.10.2022): +- [PyPi](https://pypi.org/project/tldextract) (πŸ“₯ 5.3M / month Β· πŸ“¦ 1.1K Β· ⏱️ 04.10.2022): ``` pip install tldextract ``` @@ -1362,36 +1378,36 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge tldextract ```
-
shortuuid (πŸ₯ˆ33 Β· ⭐ 1.8K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3 +
Yarl (πŸ₯ˆ33 Β· ⭐ 910) - Yet another URL library. Apache-2 -- [GitHub](https://github.com/skorokithakis/shortuuid) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 110 Β· πŸ“¦ 15K Β· ⏱️ 14.01.2023): +- [GitHub](https://github.com/aio-libs/yarl) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 130 Β· πŸ“₯ 6.7K Β· πŸ“‹ 210 - 16% open Β· ⏱️ 09.01.2023): ``` - git clone https://github.com/skorokithakis/shortuuid + git clone https://github.com/aio-libs/yarl ``` -- [PyPi](https://pypi.org/project/shortuuid) (πŸ“₯ 3.8M / month Β· πŸ“¦ 1K Β· ⏱️ 13.11.2022): +- [PyPi](https://pypi.org/project/yarl) (πŸ“₯ 75M / month Β· πŸ“¦ 2.8K Β· ⏱️ 03.12.2022): ``` - pip install shortuuid + pip install yarl ``` -- [Conda](https://anaconda.org/conda-forge/shortuuid) (πŸ“₯ 310K Β· ⏱️ 17.11.2022): +- [Conda](https://anaconda.org/conda-forge/yarl) (πŸ“₯ 8M Β· ⏱️ 29.12.2022): ``` - conda install -c conda-forge shortuuid + conda install -c conda-forge yarl ```
-
Yarl (πŸ₯ˆ33 Β· ⭐ 900) - Yet another URL library. Apache-2 +
shortuuid (πŸ₯ˆ32 Β· ⭐ 1.8K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3 -- [GitHub](https://github.com/aio-libs/yarl) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 130 Β· πŸ“₯ 6.6K Β· πŸ“‹ 210 - 16% open Β· ⏱️ 09.01.2023): +- [GitHub](https://github.com/skorokithakis/shortuuid) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 110 Β· πŸ“¦ 16K Β· ⏱️ 14.01.2023): ``` - git clone https://github.com/aio-libs/yarl + git clone https://github.com/skorokithakis/shortuuid ``` -- [PyPi](https://pypi.org/project/yarl) (πŸ“₯ 76M / month Β· πŸ“¦ 2.8K Β· ⏱️ 03.12.2022): +- [PyPi](https://pypi.org/project/shortuuid) (πŸ“₯ 3.8M / month Β· πŸ“¦ 1K Β· ⏱️ 13.11.2022): ``` - pip install yarl + pip install shortuuid ``` -- [Conda](https://anaconda.org/conda-forge/yarl) (πŸ“₯ 7.9M Β· ⏱️ 29.12.2022): +- [Conda](https://anaconda.org/conda-forge/shortuuid) (πŸ“₯ 310K Β· ⏱️ 17.11.2022): ``` - conda install -c conda-forge yarl + conda install -c conda-forge shortuuid ```
furl (πŸ₯‰27 Β· ⭐ 2.4K) - URL parsing and manipulation made easy. Unlicense @@ -1401,7 +1417,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/gruns/furl ``` -- [PyPi](https://pypi.org/project/furl) (πŸ“₯ 3.2M / month Β· πŸ“¦ 590 Β· ⏱️ 27.09.2021): +- [PyPi](https://pypi.org/project/furl) (πŸ“₯ 2.9M / month Β· πŸ“¦ 590 Β· ⏱️ 27.09.2021): ``` pip install furl ``` @@ -1412,8 +1428,8 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 2 hidden projects... -- uritemplate (πŸ₯‰28 Β· ⭐ 210) - URI template parsing per RFC6570. ❗️BSD-1-Clause -- purl (πŸ₯‰23 Β· ⭐ 290 Β· πŸ’€) - A simple, immutable URL class with a clean API for interrogation and.. MIT +- uritemplate (πŸ₯‰27 Β· ⭐ 210) - URI template parsing per RFC6570. ❗️BSD-1-Clause +- purl (πŸ₯‰24 Β· ⭐ 290 Β· πŸ’€) - A simple, immutable URL class with a clean API for interrogation and.. MIT

@@ -1425,28 +1441,28 @@ _General purpose web frameworks to build web applications and REST APIs._
OpenAPI Generator (πŸ₯‡42 Β· ⭐ 15K) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (πŸ‘¨β€πŸ’» 2.6K Β· πŸ”€ 5K Β· πŸ“¦ 4 Β· πŸ“‹ 6.7K - 57% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (πŸ‘¨β€πŸ’» 2.6K Β· πŸ”€ 5K Β· πŸ“¦ 4 Β· πŸ“‹ 6.7K - 56% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (πŸ“₯ 5.6K / month Β· ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (πŸ“₯ 6K / month Β· ⏱️ 15.05.2020): ``` pip install openapi-generator-cli ``` -- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (πŸ“₯ 1.6M / month Β· πŸ“¦ 430 Β· ⏱️ 05.09.2022): +- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (πŸ“₯ 1.7M / month Β· πŸ“¦ 430 Β· ⏱️ 05.09.2022): ``` npm install @openapitools/openapi-generator-cli ```
connexion (πŸ₯‡37 Β· ⭐ 4.2K) - Swagger/OpenAPI First framework for Python on top of Flask.. Apache-2 -- [GitHub](https://github.com/spec-first/connexion) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 720 Β· πŸ“¦ 8.1K Β· πŸ“‹ 900 - 16% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/spec-first/connexion) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 720 Β· πŸ“¦ 8.3K Β· πŸ“‹ 900 - 16% open Β· ⏱️ 12.02.2023): ``` git clone https://github.com/zalando/connexion ``` -- [PyPi](https://pypi.org/project/connexion) (πŸ“₯ 6M / month Β· πŸ“¦ 710 Β· ⏱️ 25.01.2023): +- [PyPi](https://pypi.org/project/connexion) (πŸ“₯ 6.4M / month Β· πŸ“¦ 710 Β· ⏱️ 25.01.2023): ``` pip install connexion ``` @@ -1455,17 +1471,17 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge connexion ```
-
swagger-ui (πŸ₯‡35 Β· ⭐ 23K Β· πŸ“‰) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 +
swagger-ui (πŸ₯‡36 Β· ⭐ 23K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-ui) (πŸ‘¨β€πŸ’» 540 Β· πŸ”€ 8.6K Β· πŸ“¦ 34K Β· πŸ“‹ 5K - 17% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/swagger-api/swagger-ui) (πŸ‘¨β€πŸ’» 540 Β· πŸ”€ 8.6K Β· πŸ“¦ 34K Β· πŸ“‹ 5.1K - 18% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/swagger-api/swagger-ui ```
-
drf-yasg (πŸ₯‡35 Β· ⭐ 3K Β· πŸ’€) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3 +
drf-yasg (πŸ₯ˆ35 Β· ⭐ 3K Β· πŸ’€) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3 -- [GitHub](https://github.com/axnsan12/drf-yasg) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 400 Β· πŸ“¦ 83K Β· πŸ“‹ 620 - 36% open Β· ⏱️ 15.07.2022): +- [GitHub](https://github.com/axnsan12/drf-yasg) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 400 Β· πŸ“¦ 84K Β· πŸ“‹ 620 - 36% open Β· ⏱️ 15.07.2022): ``` git clone https://github.com/axnsan12/drf-yasg @@ -1479,41 +1495,41 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge drf-yasg ```
-
drf-spectacular (πŸ₯‡35 Β· ⭐ 1.5K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 +
apispec (πŸ₯ˆ35 Β· ⭐ 1K) - A pluggable API specification generator. Currently supports the.. MIT -- [GitHub](https://github.com/tfranzel/drf-spectacular) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 180 Β· πŸ“¦ 18K Β· πŸ“‹ 690 - 8% open Β· ⏱️ 06.01.2023): +- [GitHub](https://github.com/marshmallow-code/apispec) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 160 Β· πŸ“¦ 7.6K Β· πŸ“‹ 260 - 9% open Β· ⏱️ 07.02.2023): ``` - git clone https://github.com/tfranzel/drf-spectacular + git clone https://github.com/marshmallow-code/apispec ``` -- [PyPi](https://pypi.org/project/drf-spectacular) (πŸ“₯ 820K / month Β· πŸ“¦ 34 Β· ⏱️ 16.12.2022): +- [PyPi](https://pypi.org/project/apispec) (πŸ“₯ 5.5M / month Β· πŸ“¦ 7.1K Β· ⏱️ 10.11.2022): ``` - pip install drf-spectacular + pip install apispec ``` -- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (πŸ“₯ 13K Β· ⏱️ 19.12.2022): +- [Conda](https://anaconda.org/conda-forge/apispec) (πŸ“₯ 450K Β· ⏱️ 13.05.2022): ``` - conda install -c conda-forge drf-spectacular + conda install -c conda-forge apispec ```
-
apispec (πŸ₯‡35 Β· ⭐ 1K) - A pluggable API specification generator. Currently supports the.. MIT +
drf-spectacular (πŸ₯ˆ34 Β· ⭐ 1.5K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 -- [GitHub](https://github.com/marshmallow-code/apispec) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 160 Β· πŸ“¦ 7.4K Β· πŸ“‹ 260 - 9% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/tfranzel/drf-spectacular) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 180 Β· πŸ“¦ 20K Β· πŸ“‹ 690 - 8% open Β· ⏱️ 06.01.2023): ``` - git clone https://github.com/marshmallow-code/apispec + git clone https://github.com/tfranzel/drf-spectacular ``` -- [PyPi](https://pypi.org/project/apispec) (πŸ“₯ 5.4M / month Β· πŸ“¦ 7.1K Β· ⏱️ 10.11.2022): +- [PyPi](https://pypi.org/project/drf-spectacular) (πŸ“₯ 830K / month Β· πŸ“¦ 34 Β· ⏱️ 16.12.2022): ``` - pip install apispec + pip install drf-spectacular ``` -- [Conda](https://anaconda.org/conda-forge/apispec) (πŸ“₯ 450K Β· ⏱️ 13.05.2022): +- [Conda](https://anaconda.org/conda-forge/drf-spectacular) (πŸ“₯ 13K Β· ⏱️ 19.12.2022): ``` - conda install -c conda-forge apispec + conda install -c conda-forge drf-spectacular ```
-
redoc (πŸ₯ˆ31 Β· ⭐ 19K) - OpenAPI/Swagger-generated API Reference Documentation. MIT +
redoc (πŸ₯ˆ32 Β· ⭐ 20K) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- [GitHub](https://github.com/Redocly/redoc) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 2.1K Β· πŸ“₯ 66 Β· πŸ“¦ 3.8K Β· πŸ“‹ 1.6K - 25% open Β· ⏱️ 29.12.2022): +- [GitHub](https://github.com/Redocly/redoc) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 2.1K Β· πŸ“₯ 67 Β· πŸ“¦ 3.9K Β· πŸ“‹ 1.6K - 25% open Β· ⏱️ 29.12.2022): ``` git clone https://github.com/Redocly/redoc @@ -1529,35 +1545,35 @@ _General purpose web frameworks to build web applications and REST APIs._
datamodel-code-generator (πŸ₯ˆ31 Β· ⭐ 1.4K) - Pydantic model and dataclasses.dataclass generator.. MIT -- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 150 Β· πŸ“¦ 400 Β· πŸ“‹ 260 - 16% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 150 Β· πŸ“¦ 610 Β· πŸ“‹ 260 - 16% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/koxudaxi/datamodel-code-generator ``` -- [PyPi](https://pypi.org/project/datamodel-code-generator) (πŸ“₯ 200K / month Β· πŸ“¦ 43 Β· ⏱️ 30.01.2023): +- [PyPi](https://pypi.org/project/datamodel-code-generator) (πŸ“₯ 210K / month Β· πŸ“¦ 43 Β· ⏱️ 30.01.2023): ``` pip install datamodel-code-generator ```
-
OpenAPI Spec validator (πŸ₯‰30 Β· ⭐ 240) - OpenAPI Spec validator. Apache-2 +
OpenAPI Spec validator (πŸ₯ˆ31 Β· ⭐ 240) - OpenAPI Spec validator. Apache-2 -- [GitHub](https://github.com/p1c2u/openapi-spec-validator) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 56 Β· πŸ“¦ 4.5K Β· πŸ“‹ 95 - 40% open Β· ⏱️ 06.02.2023): +- [GitHub](https://github.com/p1c2u/openapi-spec-validator) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 56 Β· πŸ“¦ 4.8K Β· πŸ“‹ 95 - 40% open Β· ⏱️ 06.02.2023): ``` git clone https://github.com/p1c2u/openapi-spec-validator ``` -- [PyPi](https://pypi.org/project/openapi-spec-validator) (πŸ“₯ 3.2M / month Β· πŸ“¦ 180 Β· ⏱️ 21.06.2022): +- [PyPi](https://pypi.org/project/openapi-spec-validator) (πŸ“₯ 3.6M / month Β· πŸ“¦ 180 Β· ⏱️ 21.06.2022): ``` pip install openapi-spec-validator ``` -- [Conda](https://anaconda.org/conda-forge/openapi-spec-validator) (πŸ“₯ 190K Β· ⏱️ 06.02.2023): +- [Conda](https://anaconda.org/conda-forge/openapi-spec-validator) (πŸ“₯ 200K Β· ⏱️ 06.02.2023): ``` conda install -c conda-forge openapi-spec-validator ```
swagger-codegen (πŸ₯‰29 Β· ⭐ 15K) - swagger-codegen contains a template-driven engine to.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-codegen) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 5.9K Β· πŸ“‹ 6.7K - 49% open Β· ⏱️ 31.01.2023): +- [GitHub](https://github.com/swagger-api/swagger-codegen) (πŸ‘¨β€πŸ’» 1.2K Β· πŸ”€ 5.9K Β· πŸ“¦ 1 Β· πŸ“‹ 6.7K - 49% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/swagger-api/swagger-codegen @@ -1565,7 +1581,7 @@ _General purpose web frameworks to build web applications and REST APIs._
openapi-core (πŸ₯‰28 Β· ⭐ 190) - OpenAPI core. BSD-3 -- [GitHub](https://github.com/p1c2u/openapi-core) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 110 Β· πŸ“¦ 300 Β· πŸ“‹ 190 - 31% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/p1c2u/openapi-core) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 110 Β· πŸ“¦ 330 Β· πŸ“‹ 190 - 31% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/p1c2u/openapi-core @@ -1574,19 +1590,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install openapi-core ``` -- [Conda](https://anaconda.org/conda-forge/openapi-core) (πŸ“₯ 7.1K Β· ⏱️ 19.01.2023): +- [Conda](https://anaconda.org/conda-forge/openapi-core) (πŸ“₯ 7.3K Β· ⏱️ 19.01.2023): ``` conda install -c conda-forge openapi-core ```
-
openapi-python-client (πŸ₯‰26 Β· ⭐ 590) - Generate modern Python clients from OpenAPI. MIT +
openapi-python-client (πŸ₯‰27 Β· ⭐ 600) - Generate modern Python clients from OpenAPI. MIT -- [GitHub](https://github.com/openapi-generators/openapi-python-client) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 120 Β· πŸ“¦ 77 Β· πŸ“‹ 280 - 31% open Β· ⏱️ 16.01.2023): +- [GitHub](https://github.com/openapi-generators/openapi-python-client) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 120 Β· πŸ“¦ 94 Β· πŸ“‹ 280 - 31% open Β· ⏱️ 16.01.2023): ``` git clone https://github.com/openapi-generators/openapi-python-client ``` -- [PyPi](https://pypi.org/project/openapi-python-client) (πŸ“₯ 58K / month Β· πŸ“¦ 2 Β· ⏱️ 16.01.2023): +- [PyPi](https://pypi.org/project/openapi-python-client) (πŸ“₯ 64K / month Β· πŸ“¦ 2 Β· ⏱️ 16.01.2023): ``` pip install openapi-python-client ``` @@ -1602,26 +1618,26 @@ _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) (πŸ“₯ 7.5K / month Β· πŸ“¦ 3 Β· ⏱️ 04.02.2022): +- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (πŸ“₯ 7.4K / month Β· πŸ“¦ 3 Β· ⏱️ 04.02.2022): ``` npm install openapi-to-graphql-cli ```
-
Spectree (πŸ₯‰25 Β· ⭐ 250) - API spec validator and OpenAPI document generator for Python.. Apache-2 +
Spectree (πŸ₯‰25 Β· ⭐ 260) - API spec validator and OpenAPI document generator for Python.. Apache-2 -- [GitHub](https://github.com/0b01001001/spectree) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 56 Β· πŸ“¦ 46 Β· πŸ“‹ 94 - 12% open Β· ⏱️ 05.02.2023): +- [GitHub](https://github.com/0b01001001/spectree) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 56 Β· πŸ“¦ 53 Β· πŸ“‹ 94 - 12% open Β· ⏱️ 05.02.2023): ``` git clone https://github.com/0b01001001/spectree ``` -- [PyPi](https://pypi.org/project/spectree) (πŸ“₯ 21K / month Β· πŸ“¦ 2 Β· ⏱️ 29.11.2022): +- [PyPi](https://pypi.org/project/spectree) (πŸ“₯ 19K / month Β· πŸ“¦ 2 Β· ⏱️ 29.11.2022): ``` pip install spectree ```
pyramid_openapi3 (πŸ₯‰22 Β· ⭐ 79) - Pyramid addon for OpenAPI3 validation of requests and.. MIT -- [GitHub](https://github.com/Pylons/pyramid_openapi3) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 38 Β· πŸ“‹ 78 - 41% open Β· ⏱️ 13.12.2022): +- [GitHub](https://github.com/Pylons/pyramid_openapi3) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 39 Β· πŸ“‹ 78 - 41% open Β· ⏱️ 13.12.2022): ``` git clone https://github.com/Pylons/pyramid_openapi3 @@ -1638,7 +1654,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/striglia/pyramid_swagger ``` -- [PyPi](https://pypi.org/project/pyramid_swagger) (πŸ“₯ 11K / month Β· πŸ“¦ 2 Β· ⏱️ 07.05.2019): +- [PyPi](https://pypi.org/project/pyramid_swagger) (πŸ“₯ 12K / month Β· πŸ“¦ 2 Β· ⏱️ 07.05.2019): ``` pip install pyramid_swagger ``` @@ -1661,72 +1677,72 @@ _General purpose web frameworks to build web applications and REST APIs._
graphene (πŸ₯‡36 Β· ⭐ 7.6K) - GraphQL framework for Python. MIT -- [GitHub](https://github.com/graphql-python/graphene) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 810 Β· πŸ“¦ 15K Β· πŸ“‹ 980 - 11% open Β· ⏱️ 25.12.2022): +- [GitHub](https://github.com/graphql-python/graphene) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 810 Β· πŸ“¦ 17K Β· πŸ“‹ 980 - 11% open Β· ⏱️ 25.12.2022): ``` git clone https://github.com/graphql-python/graphene ``` -- [PyPi](https://pypi.org/project/graphene) (πŸ“₯ 2.1M / month Β· πŸ“¦ 840 Β· ⏱️ 11.12.2022): +- [PyPi](https://pypi.org/project/graphene) (πŸ“₯ 2.1M / month Β· πŸ“¦ 850 Β· ⏱️ 11.12.2022): ``` pip install graphene ``` -- [Conda](https://anaconda.org/conda-forge/graphene) (πŸ“₯ 200K Β· ⏱️ 12.12.2022): +- [Conda](https://anaconda.org/conda-forge/graphene) (πŸ“₯ 210K Β· ⏱️ 12.12.2022): ``` conda install -c conda-forge graphene ```
Strawberry GraphQL (πŸ₯‡35 Β· ⭐ 2.9K) - A GraphQL library for Python that leverages type.. MIT -- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 360 Β· πŸ“₯ 410 Β· πŸ“¦ 1.1K Β· πŸ“‹ 730 - 44% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/strawberry-graphql/strawberry) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 360 Β· πŸ“₯ 430 Β· πŸ“¦ 1.6K Β· πŸ“‹ 740 - 44% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/strawberry-graphql/strawberry ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (πŸ“₯ 420K / month Β· πŸ“¦ 31 Β· ⏱️ 30.01.2023): +- [PyPi](https://pypi.org/project/strawberry-graphql) (πŸ“₯ 410K / month Β· πŸ“¦ 31 Β· ⏱️ 30.01.2023): ``` pip install strawberry-graphql ```
-
graphene-django (πŸ₯ˆ33 Β· ⭐ 4K) - Integrate GraphQL into your Django project. MIT +
ariadne (πŸ₯ˆ33 Β· ⭐ 2K) - Python library for implementing GraphQL servers using schema-first.. BSD-3 -- [GitHub](https://github.com/graphql-python/graphene-django) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 730 Β· πŸ“¦ 9.4K Β· πŸ“‹ 790 - 20% open Β· ⏱️ 24.12.2022): +- [GitHub](https://github.com/mirumee/ariadne) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 160 Β· πŸ“¦ 1.1K Β· πŸ“‹ 270 - 15% open Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/graphql-python/graphene-django - ``` -- [PyPi](https://pypi.org/project/graphene-django) (πŸ“₯ 410K / month Β· πŸ“¦ 490 Β· ⏱️ 26.09.2022): - ``` - pip install graphene-django + git clone https://github.com/mirumee/ariadne ``` -- [Conda](https://anaconda.org/conda-forge/graphene-django) (πŸ“₯ 24K Β· ⏱️ 09.01.2021): +- [PyPi](https://pypi.org/project/ariadne) (πŸ“₯ 180K / month Β· πŸ“¦ 39 Β· ⏱️ 09.01.2023): ``` - conda install -c conda-forge graphene-django + pip install ariadne ```
-
ariadne (πŸ₯ˆ33 Β· ⭐ 2K Β· πŸ“ˆ) - Python library for implementing GraphQL servers using schema-.. BSD-3 +
graphene-django (πŸ₯ˆ32 Β· ⭐ 4K) - Integrate GraphQL into your Django project. MIT -- [GitHub](https://github.com/mirumee/ariadne) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 160 Β· πŸ“¦ 1K Β· πŸ“‹ 270 - 15% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/graphql-python/graphene-django) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 730 Β· πŸ“¦ 12K Β· πŸ“‹ 790 - 20% open Β· ⏱️ 24.12.2022): ``` - git clone https://github.com/mirumee/ariadne + git clone https://github.com/graphql-python/graphene-django ``` -- [PyPi](https://pypi.org/project/ariadne) (πŸ“₯ 180K / month Β· πŸ“¦ 39 Β· ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/graphene-django) (πŸ“₯ 410K / month Β· πŸ“¦ 490 Β· ⏱️ 26.09.2022): ``` - pip install ariadne + pip install graphene-django + ``` +- [Conda](https://anaconda.org/conda-forge/graphene-django) (πŸ“₯ 24K Β· ⏱️ 09.01.2021): + ``` + conda install -c conda-forge graphene-django ```
-
graphql-core (πŸ₯ˆ31 Β· ⭐ 460) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT +
graphql-core (πŸ₯ˆ32 Β· ⭐ 460) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT -- [GitHub](https://github.com/graphql-python/graphql-core) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 110 Β· πŸ“¦ 17K Β· πŸ“‹ 130 - 14% open Β· ⏱️ 08.01.2023): +- [GitHub](https://github.com/graphql-python/graphql-core) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 110 Β· πŸ“¦ 18K Β· πŸ“‹ 130 - 14% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/graphql-python/graphql-core ``` -- [PyPi](https://pypi.org/project/graphql-core) (πŸ“₯ 4.7M / month Β· πŸ“¦ 730 Β· ⏱️ 03.11.2022): +- [PyPi](https://pypi.org/project/graphql-core) (πŸ“₯ 4.6M / month Β· πŸ“¦ 730 Β· ⏱️ 03.11.2022): ``` pip install graphql-core ``` -- [Conda](https://anaconda.org/conda-forge/graphql-core) (πŸ“₯ 520K Β· ⏱️ 23.09.2022): +- [Conda](https://anaconda.org/conda-forge/graphql-core) (πŸ“₯ 530K Β· ⏱️ 23.09.2022): ``` conda install -c conda-forge graphql-core ``` @@ -1738,7 +1754,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphene-mongo ``` -- [PyPi](https://pypi.org/project/graphene-mongo) (πŸ“₯ 21K / month Β· πŸ“¦ 13 Β· ⏱️ 14.10.2022): +- [PyPi](https://pypi.org/project/graphene-mongo) (πŸ“₯ 20K / month Β· πŸ“¦ 13 Β· ⏱️ 14.10.2022): ``` pip install graphene-mongo ``` @@ -1765,12 +1781,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django-graphql-auth (πŸ₯‰22 Β· ⭐ 300 Β· πŸ’€) - Django registration and authentication with GraphQL. MIT -- [GitHub](https://github.com/PedroBern/django-graphql-auth) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 83 Β· πŸ“¦ 540 Β· πŸ“‹ 110 - 61% open Β· ⏱️ 17.06.2022): +- [GitHub](https://github.com/PedroBern/django-graphql-auth) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 83 Β· πŸ“¦ 550 Β· πŸ“‹ 110 - 61% open Β· ⏱️ 17.06.2022): ``` git clone https://github.com/PedroBern/django-graphql-auth ``` -- [PyPi](https://pypi.org/project/django-graphql-auth) (πŸ“₯ 15K / month Β· ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/django-graphql-auth) (πŸ“₯ 13K / month Β· ⏱️ 16.11.2020): ``` pip install django-graphql-auth ``` @@ -1782,31 +1798,31 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/graphql-python/graphene-pydantic ``` -- [PyPi](https://pypi.org/project/graphene-pydantic) (πŸ“₯ 9.3K / month Β· πŸ“¦ 2 Β· ⏱️ 20.09.2022): +- [PyPi](https://pypi.org/project/graphene-pydantic) (πŸ“₯ 9.9K / month Β· πŸ“¦ 2 Β· ⏱️ 20.09.2022): ``` pip install graphene-pydantic ```
tartiflette-aiohttp (πŸ₯‰18 Β· ⭐ 60) - tartiflette-aiohttp is a wrapper of aiohttp which includes.. MIT -- [GitHub](https://github.com/tartiflette/tartiflette-aiohttp) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 9 Β· πŸ“¦ 44 Β· πŸ“‹ 19 - 21% open Β· ⏱️ 07.09.2022): +- [GitHub](https://github.com/tartiflette/tartiflette-aiohttp) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 9 Β· πŸ“¦ 51 Β· πŸ“‹ 19 - 21% open Β· ⏱️ 07.09.2022): ``` git clone https://github.com/tartiflette/tartiflette-aiohttp ``` -- [PyPi](https://pypi.org/project/tartiflette-aiohttp) (πŸ“₯ 1.6K / month Β· πŸ“¦ 4 Β· ⏱️ 15.11.2021): +- [PyPi](https://pypi.org/project/tartiflette-aiohttp) (πŸ“₯ 1.9K / month Β· πŸ“¦ 4 Β· ⏱️ 15.11.2021): ``` pip install tartiflette-aiohttp ```
tartiflette-asgi (πŸ₯‰17 Β· ⭐ 99 Β· πŸ’€) - ASGI support for the Tartiflette GraphQL engine. MIT -- [GitHub](https://github.com/tartiflette/tartiflette-asgi) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 16 Β· πŸ“¦ 12 Β· πŸ“‹ 55 - 21% open Β· ⏱️ 20.05.2022): +- [GitHub](https://github.com/tartiflette/tartiflette-asgi) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 16 Β· πŸ“¦ 16 Β· πŸ“‹ 55 - 21% open Β· ⏱️ 20.05.2022): ``` git clone https://github.com/tartiflette/tartiflette-asgi ``` -- [PyPi](https://pypi.org/project/tartiflette-asgi) (πŸ“₯ 810 / month Β· πŸ“¦ 1 Β· ⏱️ 20.05.2022): +- [PyPi](https://pypi.org/project/tartiflette-asgi) (πŸ“₯ 700 / month Β· πŸ“¦ 1 Β· ⏱️ 20.05.2022): ``` pip install tartiflette-asgi ``` @@ -1816,7 +1832,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - flask-graphql (πŸ₯ˆ26 Β· ⭐ 1.3K Β· πŸ’€) - Adds GraphQL support to your Flask application. MIT - tartiflette (πŸ₯‰23 Β· ⭐ 840 Β· πŸ’€) - GraphQL Engine built with Python 3.6+ / asyncio. MIT - python-graphql-client (πŸ₯‰21 Β· ⭐ 150 Β· πŸ’€) - Simple GraphQL client for Python 2.7+. MIT -- Flask-GraphQL-Auth (πŸ₯‰16 Β· ⭐ 64 Β· πŸ’€) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to.. MIT +- Flask-GraphQL-Auth (πŸ₯‰17 Β· ⭐ 64 Β· πŸ’€) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to.. MIT

@@ -1826,7 +1842,7 @@ _General purpose web frameworks to build web applications and REST APIs._
websocket-client (πŸ₯‡40 Β· ⭐ 3.2K) - WebSocket client for Python. Apache-2 -- [GitHub](https://github.com/websocket-client/websocket-client) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 730 Β· πŸ“¦ 92K Β· πŸ“‹ 590 - 1% open Β· ⏱️ 05.02.2023): +- [GitHub](https://github.com/websocket-client/websocket-client) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 730 Β· πŸ“¦ 95K Β· πŸ“‹ 590 - 1% open Β· ⏱️ 05.02.2023): ``` git clone https://github.com/websocket-client/websocket-client @@ -1835,14 +1851,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install websocket-client ``` -- [Conda](https://anaconda.org/conda-forge/websocket-client) (πŸ“₯ 5.8M Β· ⏱️ 05.02.2023): +- [Conda](https://anaconda.org/conda-forge/websocket-client) (πŸ“₯ 5.9M Β· ⏱️ 05.02.2023): ``` conda install -c conda-forge websocket-client ```
websockets (πŸ₯‡37 Β· ⭐ 4.4K) - Library for building WebSocket servers and clients in Python. BSD-3 -- [GitHub](https://github.com/aaugustin/websockets) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 460 Β· πŸ“¦ 85K Β· πŸ“‹ 960 - 2% open Β· ⏱️ 18.01.2023): +- [GitHub](https://github.com/aaugustin/websockets) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 460 Β· πŸ“¦ 89K Β· πŸ“‹ 970 - 2% open Β· ⏱️ 18.01.2023): ``` git clone https://github.com/aaugustin/websockets @@ -1851,14 +1867,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install websockets ``` -- [Conda](https://anaconda.org/conda-forge/websockets) (πŸ“₯ 1.7M Β· ⏱️ 26.10.2022): +- [Conda](https://anaconda.org/conda-forge/websockets) (πŸ“₯ 1.8M Β· ⏱️ 26.10.2022): ``` conda install -c conda-forge websockets ```
autobahn-python (πŸ₯ˆ35 Β· ⭐ 2.4K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT -- [GitHub](https://github.com/crossbario/autobahn-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 760 Β· πŸ“¦ 23K Β· πŸ“‹ 880 - 20% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/crossbario/autobahn-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 760 Β· πŸ“¦ 24K Β· πŸ“‹ 880 - 20% open Β· ⏱️ 08.02.2023): ``` git clone https://github.com/crossbario/autobahn-python @@ -1872,39 +1888,39 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge autobahn ```
-
python-socketio (πŸ₯ˆ33 Β· ⭐ 3.2K) - Python Socket.IO server and client. MIT +
Flask-SocketIO (πŸ₯ˆ33 Β· ⭐ 4.9K) - Socket.IO integration for Flask applications. MIT -- [GitHub](https://github.com/miguelgrinberg/python-socketio) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 520 Β· πŸ“‹ 750 - 4% open Β· ⏱️ 03.02.2023): +- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 890 Β· πŸ“‹ 1.5K - 0% open Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/miguelgrinberg/python-socketio + git clone https://github.com/miguelgrinberg/Flask-SocketIO ``` -- [PyPi](https://pypi.org/project/python-socketio) (πŸ“₯ 1.6M / month Β· πŸ“¦ 1.9K Β· ⏱️ 17.10.2022): +- [PyPi](https://pypi.org/project/flask-socketio) (πŸ“₯ 970K / month Β· πŸ“¦ 2.3K Β· ⏱️ 20.11.2022): ``` - pip install python-socketio + pip install flask-socketio ``` -- [Conda](https://anaconda.org/conda-forge/python-socketio) (πŸ“₯ 300K Β· ⏱️ 17.10.2022): +- [Conda](https://anaconda.org/conda-forge/flask-socketio) (πŸ“₯ 200K Β· ⏱️ 20.11.2022): ``` - conda install -c conda-forge python-socketio + conda install -c conda-forge flask-socketio ```
-
Flask-SocketIO (πŸ₯ˆ32 Β· ⭐ 4.9K) - Socket.IO integration for Flask applications. MIT +
python-socketio (πŸ₯ˆ33 Β· ⭐ 3.2K) - Python Socket.IO server and client. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 890 Β· πŸ“‹ 1.5K - 0% open Β· ⏱️ 20.11.2022): +- [GitHub](https://github.com/miguelgrinberg/python-socketio) (πŸ‘¨β€πŸ’» 62 Β· πŸ”€ 520 Β· πŸ“‹ 750 - 4% open Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/miguelgrinberg/Flask-SocketIO + git clone https://github.com/miguelgrinberg/python-socketio ``` -- [PyPi](https://pypi.org/project/flask-socketio) (πŸ“₯ 920K / month Β· πŸ“¦ 2.3K Β· ⏱️ 20.11.2022): +- [PyPi](https://pypi.org/project/python-socketio) (πŸ“₯ 1.6M / month Β· πŸ“¦ 1.9K Β· ⏱️ 17.10.2022): ``` - pip install flask-socketio + pip install python-socketio ``` -- [Conda](https://anaconda.org/conda-forge/flask-socketio) (πŸ“₯ 200K Β· ⏱️ 20.11.2022): +- [Conda](https://anaconda.org/conda-forge/python-socketio) (πŸ“₯ 300K Β· ⏱️ 17.10.2022): ``` - conda install -c conda-forge flask-socketio + conda install -c conda-forge python-socketio ```
-
daphne (πŸ₯ˆ32 Β· ⭐ 1.9K) - Django Channels HTTP/WebSocket server. BSD-3 +
daphne (πŸ₯‰31 Β· ⭐ 1.9K) - Django Channels HTTP/WebSocket server. BSD-3 - [GitHub](https://github.com/django/daphne) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 230 Β· πŸ“‹ 300 - 12% open Β· ⏱️ 07.02.2023): @@ -1922,7 +1938,7 @@ _General purpose web frameworks to build web applications and REST APIs._
websockify (πŸ₯‰30 Β· ⭐ 3.3K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0 -- [GitHub](https://github.com/novnc/websockify) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 670 Β· πŸ“¦ 720 Β· πŸ“‹ 330 - 7% open Β· ⏱️ 20.01.2023): +- [GitHub](https://github.com/novnc/websockify) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 670 Β· πŸ“¦ 870 Β· πŸ“‹ 330 - 7% open Β· ⏱️ 20.01.2023): ``` git clone https://github.com/novnc/websockify @@ -1931,7 +1947,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install websockify ``` -- [Conda](https://anaconda.org/conda-forge/websockify) (πŸ“₯ 65K Β· ⏱️ 28.01.2023): +- [Conda](https://anaconda.org/conda-forge/websockify) (πŸ“₯ 66K Β· ⏱️ 28.01.2023): ``` conda install -c conda-forge websockify ``` @@ -1939,7 +1955,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 4 hidden projects... - flask-sockets (πŸ₯‰28 Β· ⭐ 1.7K Β· πŸ’€) - [DEPRECATED] Alternative:.. MIT -- gevent-socketio (πŸ₯‰27 Β· ⭐ 1.2K Β· πŸ’€) - Official repository for gevent-socketio. BSD-3 +- gevent-socketio (πŸ₯‰26 Β· ⭐ 1.2K Β· πŸ’€) - Official repository for gevent-socketio. BSD-3 - sockjs-tornado (πŸ₯‰26 Β· ⭐ 860 Β· πŸ’€) - WebSocket emulation - Python server. MIT - tornadio2 (πŸ₯‰21 Β· ⭐ 530 Β· πŸ’€) - Python socket.io server implementation on top of Tornado.. Apache-2
@@ -1951,7 +1967,7 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (πŸ₯‡48 Β· ⭐ 37K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2 -- [GitHub](https://github.com/grpc/grpc) (πŸ‘¨β€πŸ’» 910 Β· πŸ”€ 9.7K Β· πŸ“₯ 57K Β· πŸ“¦ 4K Β· πŸ“‹ 11K - 7% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/grpc/grpc) (πŸ‘¨β€πŸ’» 920 Β· πŸ”€ 9.7K Β· πŸ“₯ 45K Β· πŸ“¦ 4.1K Β· πŸ“‹ 11K - 7% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/grpc/grpc @@ -1960,19 +1976,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install grpcio ``` -- [Conda](https://anaconda.org/conda-forge/grpcio) (πŸ“₯ 7.6M Β· ⏱️ 01.02.2023): +- [Conda](https://anaconda.org/conda-forge/grpcio) (πŸ“₯ 7.7M Β· ⏱️ 16.02.2023): ``` conda install -c conda-forge grpcio ```
-
rpyc (πŸ₯ˆ32 Β· ⭐ 1.3K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT +
rpyc (πŸ₯ˆ32 Β· ⭐ 1.4K) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT - [GitHub](https://github.com/tomerfiliba-org/rpyc) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 230 Β· πŸ“₯ 170 Β· πŸ“¦ 1.6K Β· πŸ“‹ 390 - 16% open Β· ⏱️ 26.11.2022): ``` git clone https://github.com/tomerfiliba-org/rpyc ``` -- [PyPi](https://pypi.org/project/rpyc) (πŸ“₯ 350K / month Β· πŸ“¦ 330 Β· ⏱️ 26.11.2022): +- [PyPi](https://pypi.org/project/rpyc) (πŸ“₯ 330K / month Β· πŸ“¦ 330 Β· ⏱️ 26.11.2022): ``` pip install rpyc ``` @@ -1981,14 +1997,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge rpyc ```
-
fastapi-jsonrpc (πŸ₯‰19 Β· ⭐ 200) - JSON-RPC server based on fastapi. MIT +
fastapi-jsonrpc (πŸ₯‰20 Β· ⭐ 200) - JSON-RPC server based on fastapi. MIT -- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 23 Β· πŸ“¦ 26 Β· πŸ“‹ 25 - 32% open Β· ⏱️ 18.11.2022): +- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 23 Β· πŸ“¦ 27 Β· πŸ“‹ 25 - 32% open Β· ⏱️ 18.11.2022): ``` git clone https://github.com/smagafurov/fastapi-jsonrpc ``` -- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (πŸ“₯ 3.5K / month Β· πŸ“¦ 1 Β· ⏱️ 09.11.2022): +- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (πŸ“₯ 3.6K / month Β· πŸ“¦ 1 Β· ⏱️ 09.11.2022): ``` pip install fastapi-jsonrpc ``` @@ -2003,14 +2019,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
chalice (πŸ₯‡35 Β· ⭐ 9.5K) - Python Serverless Microframework for AWS. Apache-2 +
chalice (πŸ₯‡36 Β· ⭐ 9.5K) - Python Serverless Microframework for AWS. Apache-2 -- [GitHub](https://github.com/aws/chalice) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 980 Β· πŸ“¦ 1.8K Β· πŸ“‹ 1.2K - 34% open Β· ⏱️ 01.09.2022): +- [GitHub](https://github.com/aws/chalice) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 980 Β· πŸ“¦ 2.3K Β· πŸ“‹ 1.2K - 34% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/aws/chalice ``` -- [PyPi](https://pypi.org/project/chalice) (πŸ“₯ 280K / month Β· πŸ“¦ 160 Β· ⏱️ 01.09.2022): +- [PyPi](https://pypi.org/project/chalice) (πŸ“₯ 250K / month Β· πŸ“¦ 160 Β· ⏱️ 01.09.2022): ``` pip install chalice ``` @@ -2031,21 +2047,21 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install python-lambda ```
-
lambdarest (πŸ₯‰21 Β· ⭐ 91) - Flask like web framework for AWS Lambda. MIT +
lambdarest (πŸ₯‰20 Β· ⭐ 91) - Flask like web framework for AWS Lambda. MIT - [GitHub](https://github.com/sloev/python-lambdarest) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 24 Β· πŸ“¦ 10 Β· πŸ“‹ 32 - 9% open Β· ⏱️ 20.01.2023): ``` git clone https://github.com/sloev/python-lambdarest ``` -- [PyPi](https://pypi.org/project/lambdarest) (πŸ“₯ 1.8K / month Β· ⏱️ 22.09.2021): +- [PyPi](https://pypi.org/project/lambdarest) (πŸ“₯ 770 / month Β· ⏱️ 22.09.2021): ``` pip install lambdarest ```
Show 1 hidden projects... -- Zappa (πŸ₯‡35 Β· ⭐ 12K Β· πŸ’€) - Serverless Python. MIT +- Zappa (πŸ₯ˆ35 Β· ⭐ 12K Β· πŸ’€) - Serverless Python. MIT

@@ -2053,14 +2069,14 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
wagtail (πŸ₯‡41 Β· ⭐ 14K) - A Django content management system focused on flexibility and user.. BSD-3 +
wagtail (πŸ₯‡40 Β· ⭐ 14K Β· πŸ“‰) - A Django content management system focused on flexibility and.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 3K Β· πŸ“¦ 7.8K Β· πŸ“‹ 4.4K - 22% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/wagtail/wagtail) (πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 3K Β· πŸ“¦ 6 Β· πŸ“‹ 4.4K - 22% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/wagtail/wagtail ``` -- [PyPi](https://pypi.org/project/wagtail) (πŸ“₯ 150K / month Β· πŸ“¦ 1.5K Β· ⏱️ 20.01.2023): +- [PyPi](https://pypi.org/project/wagtail) (πŸ“₯ 160K / month Β· πŸ“¦ 1.5K Β· ⏱️ 20.01.2023): ``` pip install wagtail ``` @@ -2071,12 +2087,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django-cms (πŸ₯ˆ39 Β· ⭐ 9.1K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 -- [GitHub](https://github.com/django-cms/django-cms) (πŸ‘¨β€πŸ’» 620 Β· πŸ”€ 2.9K Β· πŸ“¦ 4.7K Β· πŸ“‹ 3.4K - 3% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/django-cms/django-cms) (πŸ‘¨β€πŸ’» 620 Β· πŸ”€ 2.9K Β· πŸ“¦ 4.7K Β· πŸ“‹ 3.4K - 3% open Β· ⏱️ 13.02.2023): ``` git clone https://github.com/django-cms/django-cms ``` -- [PyPi](https://pypi.org/project/django-cms) (πŸ“₯ 44K / month Β· πŸ“¦ 1.7K Β· ⏱️ 02.01.2023): +- [PyPi](https://pypi.org/project/django-cms) (πŸ“₯ 42K / month Β· πŸ“¦ 1.7K Β· ⏱️ 02.01.2023): ``` pip install django-cms ``` @@ -2088,7 +2104,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/stephenmcd/mezzanine ``` -- [PyPi](https://pypi.org/project/mezzanine) (πŸ“₯ 5.6K / month Β· πŸ“¦ 1.2K Β· ⏱️ 12.05.2022): +- [PyPi](https://pypi.org/project/mezzanine) (πŸ“₯ 5.1K / month Β· πŸ“¦ 1.2K Β· ⏱️ 12.05.2022): ``` pip install mezzanine ``` @@ -2100,11 +2116,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lektor/lektor ``` -- [PyPi](https://pypi.org/project/lektor) (πŸ“₯ 3.5K / month Β· πŸ“¦ 84 Β· ⏱️ 05.11.2022): +- [PyPi](https://pypi.org/project/lektor) (πŸ“₯ 3.3K / month Β· πŸ“¦ 84 Β· ⏱️ 05.11.2022): ``` pip install lektor ``` -- [Conda](https://anaconda.org/conda-forge/lektor) (πŸ“₯ 59K Β· ⏱️ 22.09.2022): +- [Conda](https://anaconda.org/conda-forge/lektor) (πŸ“₯ 60K Β· ⏱️ 22.09.2022): ``` conda install -c conda-forge lektor ``` @@ -2116,7 +2132,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/feincms/feincms ``` -- [PyPi](https://pypi.org/project/feincms) (πŸ“₯ 4.6K / month Β· πŸ“¦ 160 Β· ⏱️ 02.06.2022): +- [PyPi](https://pypi.org/project/feincms) (πŸ“₯ 4.8K / month Β· πŸ“¦ 160 Β· ⏱️ 02.06.2022): ``` pip install feincms ``` @@ -2133,7 +2149,7 @@ _General purpose web frameworks to build web applications and REST APIs._
selenium (πŸ₯‡48 Β· ⭐ 26K) - A browser automation framework and ecosystem. Apache-2 -- [GitHub](https://github.com/SeleniumHQ/selenium) (πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 7.4K Β· πŸ“₯ 6.5M Β· πŸ“¦ 180K Β· πŸ“‹ 8.7K - 1% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/SeleniumHQ/selenium) (πŸ‘¨β€πŸ’» 780 Β· πŸ”€ 7.4K Β· πŸ“₯ 6.7M Β· πŸ“¦ 190K Β· πŸ“‹ 8.8K - 2% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/SeleniumHQ/selenium @@ -2142,30 +2158,30 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install selenium ``` -- [Conda](https://anaconda.org/conda-forge/selenium) (πŸ“₯ 980K Β· ⏱️ 13.12.2022): +- [Conda](https://anaconda.org/conda-forge/selenium) (πŸ“₯ 990K Β· ⏱️ 13.12.2022): ``` conda install -c conda-forge selenium ```
coverage (πŸ₯‡42 Β· ⭐ 2.4K) - The code coverage tool for Python. Apache-2 -- [GitHub](https://github.com/nedbat/coveragepy) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 340 Β· πŸ“¦ 260K Β· πŸ“‹ 1.3K - 19% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/nedbat/coveragepy) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 340 Β· πŸ“¦ 290K Β· πŸ“‹ 1.3K - 19% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/nedbat/coveragepy ``` -- [PyPi](https://pypi.org/project/coverage) (πŸ“₯ 52M / month Β· πŸ“¦ 56K Β· ⏱️ 25.01.2023): +- [PyPi](https://pypi.org/project/coverage) (πŸ“₯ 54M / month Β· πŸ“¦ 56K Β· ⏱️ 25.01.2023): ``` pip install coverage ``` -- [Conda](https://anaconda.org/conda-forge/coverage) (πŸ“₯ 9.8M Β· ⏱️ 25.01.2023): +- [Conda](https://anaconda.org/conda-forge/coverage) (πŸ“₯ 9.9M Β· ⏱️ 25.01.2023): ``` conda install -c conda-forge coverage ```
mitmproxy (πŸ₯‡40 Β· ⭐ 30K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT -- [GitHub](https://github.com/mitmproxy/mitmproxy) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 3.6K Β· πŸ“₯ 220K Β· πŸ“¦ 2.4K Β· πŸ“‹ 3K - 9% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/mitmproxy/mitmproxy) (πŸ‘¨β€πŸ’» 470 Β· πŸ”€ 3.6K Β· πŸ“₯ 220K Β· πŸ“¦ 2.7K Β· πŸ“‹ 3K - 8% open Β· ⏱️ 13.02.2023): ``` git clone https://github.com/mitmproxy/mitmproxy @@ -2177,7 +2193,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Locust (πŸ₯‡38 Β· ⭐ 21K) - Scalable load testing tool written in Python. MIT -- [GitHub](https://github.com/locustio/locust) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 2.6K Β· πŸ“‹ 1.4K - 0% open Β· ⏱️ 29.01.2023): +- [GitHub](https://github.com/locustio/locust) (πŸ‘¨β€πŸ’» 280 Β· πŸ”€ 2.6K Β· πŸ“‹ 1.4K - 0% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/locustio/locust @@ -2186,19 +2202,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install locust ``` -- [Conda](https://anaconda.org/conda-forge/locust) (πŸ“₯ 98K Β· ⏱️ 06.01.2023): +- [Conda](https://anaconda.org/conda-forge/locust) (πŸ“₯ 99K Β· ⏱️ 06.01.2023): ``` conda install -c conda-forge locust ```
responses (πŸ₯‡36 Β· ⭐ 3.8K) - A utility for mocking out the Python Requests library. Apache-2 -- [GitHub](https://github.com/getsentry/responses) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 320 Β· πŸ“₯ 85 Β· πŸ“¦ 18K Β· πŸ“‹ 250 - 1% open Β· ⏱️ 30.01.2023): +- [GitHub](https://github.com/getsentry/responses) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 320 Β· πŸ“₯ 86 Β· πŸ“¦ 22K Β· πŸ“‹ 260 - 1% open Β· ⏱️ 09.02.2023): ``` git clone https://github.com/getsentry/responses ``` -- [PyPi](https://pypi.org/project/responses) (πŸ“₯ 9.4M / month Β· πŸ“¦ 2.9K Β· ⏱️ 11.10.2022): +- [PyPi](https://pypi.org/project/responses) (πŸ“₯ 9.3M / month Β· πŸ“¦ 2.9K Β· ⏱️ 11.10.2022): ``` pip install responses ``` @@ -2209,31 +2225,31 @@ _General purpose web frameworks to build web applications and REST APIs._
splinter (πŸ₯ˆ35 Β· ⭐ 2.6K) - splinter - python test framework for web applications. BSD-3 -- [GitHub](https://github.com/cobrateam/splinter) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 510 Β· πŸ“¦ 6K Β· πŸ“‹ 520 - 9% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/cobrateam/splinter) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 510 Β· πŸ“¦ 6.2K Β· πŸ“‹ 520 - 9% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/splinter) (πŸ“₯ 99K / month Β· πŸ“¦ 1.1K Β· ⏱️ 17.01.2023): +- [PyPi](https://pypi.org/project/splinter) (πŸ“₯ 98K / month Β· πŸ“¦ 1.1K Β· ⏱️ 17.01.2023): ``` pip install splinter ```
SeleniumBase (πŸ₯ˆ34 Β· ⭐ 3.1K) - A Python browser automation framework for creating reliable end-.. MIT -- [GitHub](https://github.com/seleniumbase/SeleniumBase) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 750 Β· πŸ“¦ 520 Β· πŸ“‹ 630 - 0% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/seleniumbase/SeleniumBase) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 750 Β· πŸ“¦ 540 Β· πŸ“‹ 630 - 0% open Β· ⏱️ 09.02.2023): ``` git clone https://github.com/seleniumbase/SeleniumBase ``` -- [PyPi](https://pypi.org/project/seleniumbase) (πŸ“₯ 330K / month Β· πŸ“¦ 6 Β· ⏱️ 07.11.2022): +- [PyPi](https://pypi.org/project/seleniumbase) (πŸ“₯ 230K / month Β· πŸ“¦ 6 Β· ⏱️ 07.11.2022): ``` pip install seleniumbase ```
SeleniumLibrary (πŸ₯ˆ33 Β· ⭐ 1.2K) - Web testing library for Robot Framework. Apache-2 -- [GitHub](https://github.com/robotframework/SeleniumLibrary) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 700 Β· πŸ“₯ 3.6K Β· πŸ“¦ 3.1K Β· πŸ“‹ 1K - 6% open Β· ⏱️ 18.01.2023): +- [GitHub](https://github.com/robotframework/SeleniumLibrary) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 700 Β· πŸ“₯ 3.6K Β· πŸ“¦ 3.3K Β· πŸ“‹ 1K - 6% open Β· ⏱️ 18.01.2023): ``` git clone https://github.com/robotframework/SeleniumLibrary @@ -2242,7 +2258,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install robotframework-seleniumlibrary ``` -- [Conda](https://anaconda.org/conda-forge/robotframework-seleniumlibrary) (πŸ“₯ 61K Β· ⏱️ 12.01.2022): +- [Conda](https://anaconda.org/conda-forge/robotframework-seleniumlibrary) (πŸ“₯ 62K Β· ⏱️ 12.01.2022): ``` conda install -c conda-forge robotframework-seleniumlibrary ``` @@ -2265,17 +2281,17 @@ _General purpose web frameworks to build web applications and REST APIs._
django-silk (πŸ₯ˆ32 Β· ⭐ 3.7K) - Silky smooth profiling for Django. MIT -- [GitHub](https://github.com/jazzband/django-silk) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 310 Β· πŸ“₯ 180 Β· πŸ“¦ 2.7K Β· πŸ“‹ 320 - 29% open Β· ⏱️ 22.01.2023): +- [GitHub](https://github.com/jazzband/django-silk) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 310 Β· πŸ“₯ 180 Β· πŸ“¦ 3.5K Β· πŸ“‹ 320 - 29% open Β· ⏱️ 22.01.2023): ``` git clone https://github.com/jazzband/django-silk ``` -- [PyPi](https://pypi.org/project/django-silk) (πŸ“₯ 330K / month Β· πŸ“¦ 150 Β· ⏱️ 15.01.2023): +- [PyPi](https://pypi.org/project/django-silk) (πŸ“₯ 320K / month Β· πŸ“¦ 150 Β· ⏱️ 15.01.2023): ``` pip install django-silk ```
-
Prism (πŸ₯ˆ32 Β· ⭐ 3.3K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 +
Prism (πŸ₯ˆ32 Β· ⭐ 3.4K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 - [GitHub](https://github.com/stoplightio/prism) (πŸ‘¨β€πŸ’» 83 Β· πŸ”€ 290 Β· πŸ“₯ 780K Β· πŸ“¦ 340 Β· πŸ“‹ 610 - 9% open Β· ⏱️ 26.01.2023): @@ -2289,7 +2305,7 @@ _General purpose web frameworks to build web applications and REST APIs._
vcrpy (πŸ₯ˆ32 Β· ⭐ 2.4K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT -- [GitHub](https://github.com/kevin1024/vcrpy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 320 Β· πŸ“¦ 4.7K Β· πŸ“‹ 380 - 32% open Β· ⏱️ 01.11.2022): +- [GitHub](https://github.com/kevin1024/vcrpy) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 320 Β· πŸ“¦ 7K Β· πŸ“‹ 380 - 32% open Β· ⏱️ 01.11.2022): ``` git clone https://github.com/kevin1024/vcrpy @@ -2305,7 +2321,7 @@ _General purpose web frameworks to build web applications and REST APIs._
HTTPretty (πŸ₯ˆ31 Β· ⭐ 2K) - Intercept HTTP requests at the Python socket level. Fakes the whole.. MIT -- [GitHub](https://github.com/gabrielfalcao/HTTPretty) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 260 Β· πŸ“¦ 7.6K Β· πŸ“‹ 250 - 42% open Β· ⏱️ 16.10.2022): +- [GitHub](https://github.com/gabrielfalcao/HTTPretty) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 260 Β· πŸ“¦ 14K Β· πŸ“‹ 250 - 42% open Β· ⏱️ 16.10.2022): ``` git clone https://github.com/gabrielfalcao/HTTPretty @@ -2314,59 +2330,59 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install httpretty ``` -- [Conda](https://anaconda.org/conda-forge/httpretty) (πŸ“₯ 270K Β· ⏱️ 16.08.2021): +- [Conda](https://anaconda.org/conda-forge/httpretty) (πŸ“₯ 280K Β· ⏱️ 16.08.2021): ``` conda install -c conda-forge httpretty ```
-
httprunner (πŸ₯ˆ30 Β· ⭐ 3.6K) - HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC. Apache-2 +
schemathesis (πŸ₯ˆ31 Β· ⭐ 1.6K) - Guarantee flawless API functionality with thorough,.. MIT -- [GitHub](https://github.com/httprunner/httprunner) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 1.2K Β· πŸ“₯ 4.9K Β· πŸ“¦ 1 Β· πŸ“‹ 1.2K - 35% open Β· ⏱️ 30.01.2023): +- [GitHub](https://github.com/schemathesis/schemathesis) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 120 Β· πŸ“¦ 200 Β· πŸ“‹ 700 - 16% open Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/httprunner/httprunner + git clone https://github.com/schemathesis/schemathesis ``` -- [PyPi](https://pypi.org/project/httprunner) (πŸ“₯ 2.8K / month Β· πŸ“¦ 7 Β· ⏱️ 21.10.2022): +- [PyPi](https://pypi.org/project/schemathesis) (πŸ“₯ 61K / month Β· πŸ“¦ 5 Β· ⏱️ 23.06.2022): ``` - pip install httprunner + pip install schemathesis ```
-
schemathesis (πŸ₯ˆ30 Β· ⭐ 1.6K) - Guarantee flawless API functionality with thorough,.. MIT +
tavern (πŸ₯ˆ31 Β· ⭐ 910) - A command-line tool and Python library and Pytest plugin for automated.. MIT -- [GitHub](https://github.com/schemathesis/schemathesis) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 120 Β· πŸ“¦ 150 Β· πŸ“‹ 690 - 16% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/taverntesting/tavern) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 180 Β· πŸ“¦ 400 Β· πŸ“‹ 580 - 6% open Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/schemathesis/schemathesis + git clone https://github.com/taverntesting/tavern ``` -- [PyPi](https://pypi.org/project/schemathesis) (πŸ“₯ 60K / month Β· πŸ“¦ 5 Β· ⏱️ 23.06.2022): +- [PyPi](https://pypi.org/project/tavern) (πŸ“₯ 140K / month Β· πŸ“¦ 23 Β· ⏱️ 16.01.2023): ``` - pip install schemathesis + pip install tavern ```
-
tavern (πŸ₯ˆ30 Β· ⭐ 910) - A command-line tool and Python library and Pytest plugin for automated.. MIT +
httprunner (πŸ₯ˆ30 Β· ⭐ 3.6K) - HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC. Apache-2 -- [GitHub](https://github.com/taverntesting/tavern) (πŸ‘¨β€πŸ’» 57 Β· πŸ”€ 180 Β· πŸ“¦ 360 Β· πŸ“‹ 580 - 6% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/httprunner/httprunner) (πŸ‘¨β€πŸ’» 39 Β· πŸ”€ 1.2K Β· πŸ“₯ 5K Β· πŸ“¦ 1 Β· πŸ“‹ 1.2K - 35% open Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/taverntesting/tavern + git clone https://github.com/httprunner/httprunner ``` -- [PyPi](https://pypi.org/project/tavern) (πŸ“₯ 140K / month Β· πŸ“¦ 23 Β· ⏱️ 16.01.2023): +- [PyPi](https://pypi.org/project/httprunner) (πŸ“₯ 2.9K / month Β· πŸ“¦ 7 Β· ⏱️ 21.10.2022): ``` - pip install tavern + pip install httprunner ```
Dredd (πŸ₯ˆ29 Β· ⭐ 4K Β· πŸ’€) - Language-agnostic HTTP API Testing Tool. MIT -- [GitHub](https://github.com/apiaryio/dredd) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“¦ 900 Β· πŸ“‹ 830 - 30% open Β· ⏱️ 03.04.2022): +- [GitHub](https://github.com/apiaryio/dredd) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 300 Β· πŸ“¦ 910 Β· πŸ“‹ 830 - 30% open Β· ⏱️ 03.04.2022): ``` git clone https://github.com/apiaryio/dredd ``` -- [PyPi](https://pypi.org/project/dredd_hooks) (πŸ“₯ 5.1K / month Β· πŸ“¦ 38 Β· ⏱️ 09.04.2018): +- [PyPi](https://pypi.org/project/dredd_hooks) (πŸ“₯ 5K / month Β· πŸ“¦ 38 Β· ⏱️ 09.04.2018): ``` pip install dredd_hooks ``` -- [npm](https://www.npmjs.com/package/dredd) (πŸ“₯ 41K / month Β· πŸ“¦ 170 Β· ⏱️ 16.11.2021): +- [npm](https://www.npmjs.com/package/dredd) (πŸ“₯ 40K / month Β· πŸ“¦ 170 Β· ⏱️ 16.11.2021): ``` npm install dredd ``` @@ -2378,7 +2394,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) (πŸ“₯ 2.6M / month Β· πŸ“¦ 740 Β· ⏱️ 26.10.2021): +- [PyPi](https://pypi.org/project/factory_boy) (πŸ“₯ 2.7M / month Β· πŸ“¦ 740 Β· ⏱️ 26.10.2021): ``` pip install factory_boy ``` @@ -2389,7 +2405,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Mockoon (πŸ₯ˆ28 Β· ⭐ 4.5K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT -- [GitHub](https://github.com/mockoon/mockoon) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 260 Β· πŸ“₯ 120K Β· πŸ“¦ 51 Β· πŸ“‹ 530 - 13% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/mockoon/mockoon) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 260 Β· πŸ“₯ 120K Β· πŸ“¦ 52 Β· πŸ“‹ 530 - 13% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/mockoon/mockoon @@ -2402,7 +2418,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar ``` -- [PyPi](https://pypi.org/project/flask-debugtoolbar) (πŸ“₯ 120K / month Β· πŸ“¦ 3K Β· ⏱️ 29.03.2022): +- [PyPi](https://pypi.org/project/flask-debugtoolbar) (πŸ“₯ 130K / month Β· πŸ“¦ 3K Β· ⏱️ 29.03.2022): ``` pip install flask-debugtoolbar ``` @@ -2411,14 +2427,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-debugtoolbar ```
-
Model Bakery (πŸ₯ˆ28 Β· ⭐ 640) - Object factory for Django. Apache-2 +
Model Bakery (πŸ₯ˆ28 Β· ⭐ 650) - Object factory for Django. Apache-2 -- [GitHub](https://github.com/model-bakers/model_bakery) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 72 Β· πŸ“¦ 2.4K Β· πŸ“‹ 120 - 21% open Β· ⏱️ 03.02.2023): +- [GitHub](https://github.com/model-bakers/model_bakery) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 72 Β· πŸ“¦ 2.6K Β· πŸ“‹ 120 - 21% open Β· ⏱️ 03.02.2023): ``` git clone https://github.com/model-bakers/model_bakery ``` -- [PyPi](https://pypi.org/project/model_bakery) (πŸ“₯ 330K / month Β· πŸ“¦ 7 Β· ⏱️ 26.01.2023): +- [PyPi](https://pypi.org/project/model_bakery) (πŸ“₯ 340K / month Β· πŸ“¦ 7 Β· ⏱️ 26.01.2023): ``` pip install model_bakery ``` @@ -2434,7 +2450,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/webtest ``` -- [PyPi](https://pypi.org/project/webtest) (πŸ“₯ 730K / month Β· πŸ“¦ 4K Β· ⏱️ 19.08.2021): +- [PyPi](https://pypi.org/project/webtest) (πŸ“₯ 810K / month Β· πŸ“¦ 4K Β· ⏱️ 19.08.2021): ``` pip install webtest ``` @@ -2443,18 +2459,6 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge webtest ```
-
selene (πŸ₯‰27 Β· ⭐ 580) - User-oriented Web UI browser tests in Python. MIT - -- [GitHub](https://github.com/yashaka/selene) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 120 Β· πŸ“¦ 1.3K Β· πŸ“‹ 290 - 38% open Β· ⏱️ 28.10.2022): - - ``` - git clone https://github.com/yashaka/selene - ``` -- [PyPi](https://pypi.org/project/selene) (πŸ“₯ 12K / month Β· πŸ“¦ 15 Β· ⏱️ 16.11.2022): - ``` - pip install selene - ``` -
pytest-flask (πŸ₯‰27 Β· ⭐ 440 Β· πŸ’€) - A set of pytest fixtures to test Flask applications. MIT - [GitHub](https://github.com/pytest-dev/pytest-flask) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 83 Β· πŸ“‹ 73 - 16% open Β· ⏱️ 26.06.2022): @@ -2466,11 +2470,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install pytest-flask ``` -- [Conda](https://anaconda.org/conda-forge/pytest-flask) (πŸ“₯ 68K Β· ⏱️ 27.02.2021): +- [Conda](https://anaconda.org/conda-forge/pytest-flask) (πŸ“₯ 69K Β· ⏱️ 27.02.2021): ``` conda install -c conda-forge pytest-flask ```
+
selene (πŸ₯‰26 Β· ⭐ 590) - User-oriented Web UI browser tests in Python. MIT + +- [GitHub](https://github.com/yashaka/selene) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 120 Β· πŸ“¦ 1.4K Β· πŸ“‹ 290 - 38% open Β· ⏱️ 15.02.2023): + + ``` + git clone https://github.com/yashaka/selene + ``` +- [PyPi](https://pypi.org/project/selene) (πŸ“₯ 12K / month Β· πŸ“¦ 15 Β· ⏱️ 16.11.2022): + ``` + pip install selene + ``` +
django-test-plus (πŸ₯‰26 Β· ⭐ 560) - Useful additions to Djangos default TestCase. BSD-3 - [GitHub](https://github.com/revsys/django-test-plus) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 62 Β· πŸ“‹ 50 - 12% open Β· ⏱️ 25.01.2023): @@ -2478,7 +2494,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) (πŸ“₯ 43K / month Β· πŸ“¦ 1.3K Β· ⏱️ 12.10.2022): +- [PyPi](https://pypi.org/project/django-test-plus) (πŸ“₯ 42K / month Β· πŸ“¦ 1.3K Β· ⏱️ 12.10.2022): ``` pip install django-test-plus ``` @@ -2489,12 +2505,12 @@ _General purpose web frameworks to build web applications and REST APIs._
pytest-splinter (πŸ₯‰26 Β· ⭐ 240) - pytest splinter and selenium integration for anyone interested.. MIT -- [GitHub](https://github.com/pytest-dev/pytest-splinter) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 53 Β· πŸ“¦ 420 Β· πŸ“‹ 82 - 8% open Β· ⏱️ 09.08.2022): +- [GitHub](https://github.com/pytest-dev/pytest-splinter) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 53 Β· πŸ“¦ 430 Β· πŸ“‹ 82 - 8% open Β· ⏱️ 09.08.2022): ``` git clone https://github.com/pytest-dev/pytest-splinter ``` -- [PyPi](https://pypi.org/project/pytest-splinter) (πŸ“₯ 24K / month Β· πŸ“¦ 120 Β· ⏱️ 09.09.2022): +- [PyPi](https://pypi.org/project/pytest-splinter) (πŸ“₯ 22K / month Β· πŸ“¦ 120 Β· ⏱️ 09.09.2022): ``` pip install pytest-splinter ``` @@ -2506,31 +2522,31 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/scrapinghub/splash ``` -- [PyPi](https://pypi.org/project/splash) (πŸ“₯ 290 / month Β· πŸ“¦ 10 Β· ⏱️ 16.06.2020): +- [PyPi](https://pypi.org/project/splash) (πŸ“₯ 380 / month Β· πŸ“¦ 10 Β· ⏱️ 16.06.2020): ``` pip install splash ```
selenium-python-helium (πŸ₯‰25 Β· ⭐ 3.3K) - Selenium-python but lighter: Helium is the best.. MIT -- [GitHub](https://github.com/mherrmann/selenium-python-helium) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 280 Β· πŸ“¦ 360 Β· πŸ“‹ 74 - 51% open Β· ⏱️ 20.11.2022): +- [GitHub](https://github.com/mherrmann/selenium-python-helium) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 280 Β· πŸ“¦ 400 Β· πŸ“‹ 74 - 51% open Β· ⏱️ 20.11.2022): ``` git clone https://github.com/mherrmann/selenium-python-helium ``` -- [PyPi](https://pypi.org/project/helium) (πŸ“₯ 40K / month Β· πŸ“¦ 9 Β· ⏱️ 20.11.2022): +- [PyPi](https://pypi.org/project/helium) (πŸ“₯ 39K / month Β· πŸ“¦ 9 Β· ⏱️ 20.11.2022): ``` pip install helium ```
-
mixer (πŸ₯‰25 Β· ⭐ 870 Β· πŸ’€) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 +
mixer (πŸ₯‰25 Β· ⭐ 880 Β· πŸ’€) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 - [GitHub](https://github.com/klen/mixer) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 93 Β· πŸ“‹ 93 - 47% open Β· ⏱️ 23.03.2022): ``` git clone https://github.com/klen/mixer ``` -- [PyPi](https://pypi.org/project/mixer) (πŸ“₯ 100K / month Β· πŸ“¦ 310 Β· ⏱️ 23.03.2022): +- [PyPi](https://pypi.org/project/mixer) (πŸ“₯ 110K / month Β· πŸ“¦ 310 Β· ⏱️ 23.03.2022): ``` pip install mixer ``` @@ -2554,7 +2570,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/pyramid_debugtoolbar ``` -- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (πŸ“₯ 1.6M / month Β· πŸ“¦ 32 Β· ⏱️ 03.01.2023): +- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (πŸ“₯ 1.8M / month Β· πŸ“¦ 32 Β· ⏱️ 03.01.2023): ``` pip install pyramid_debugtoolbar ``` @@ -2570,30 +2586,30 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Microsoft/playwright-python ``` -- [PyPi](https://pypi.org/project/playwright) (πŸ“₯ 1.1M / month Β· πŸ“¦ 93 Β· ⏱️ 25.01.2023): +- [PyPi](https://pypi.org/project/playwright) (πŸ“₯ 1M / month Β· πŸ“¦ 93 Β· ⏱️ 25.01.2023): ``` pip install playwright ``` -- [Conda](https://anaconda.org/microsoft/playwright) (πŸ“₯ 9.2K Β· ⏱️ 25.01.2023): +- [Conda](https://anaconda.org/microsoft/playwright) (πŸ“₯ 9.4K Β· ⏱️ 25.01.2023): ``` conda install -c microsoft playwright ```
requestium (πŸ₯‰23 Β· ⭐ 1.7K) - Integration layer between Requests and Selenium for automation of.. BSD-3 -- [GitHub](https://github.com/tryolabs/requestium) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 140 Β· πŸ“¦ 72 Β· πŸ“‹ 29 - 17% open Β· ⏱️ 27.12.2022): +- [GitHub](https://github.com/tryolabs/requestium) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 140 Β· πŸ“¦ 73 Β· πŸ“‹ 29 - 17% open Β· ⏱️ 27.12.2022): ``` git clone https://github.com/tryolabs/requestium ``` -- [PyPi](https://pypi.org/project/requestium) (πŸ“₯ 1.4K / month Β· πŸ“¦ 6 Β· ⏱️ 04.12.2022): +- [PyPi](https://pypi.org/project/requestium) (πŸ“₯ 1.5K / month Β· πŸ“¦ 6 Β· ⏱️ 04.12.2022): ``` pip install requestium ```
python-mocket (πŸ₯‰23 Β· ⭐ 250) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3 -- [GitHub](https://github.com/mindflayer/python-mocket) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 40 Β· πŸ“¦ 74 Β· πŸ“‹ 62 - 1% open Β· ⏱️ 12.12.2022): +- [GitHub](https://github.com/mindflayer/python-mocket) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 40 Β· πŸ“¦ 77 Β· πŸ“‹ 62 - 1% open Β· ⏱️ 12.12.2022): ``` git clone https://github.com/mindflayer/python-mocket @@ -2603,79 +2619,86 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install mocket ```
-
gabbi (πŸ₯‰22 Β· ⭐ 140) - Declarative HTTP Testing for Python and anything else. Apache-2 +
fsociety (πŸ₯‰21 Β· ⭐ 840) - A Modular Penetration Testing Framework. MIT -- [GitHub](https://github.com/cdent/gabbi) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 33 Β· πŸ“‹ 150 - 14% open Β· ⏱️ 23.09.2022): +- [GitHub](https://github.com/fsociety-team/fsociety) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 120 Β· πŸ“¦ 4 Β· πŸ“‹ 23 - 8% open Β· ⏱️ 08.02.2023): ``` - git clone https://github.com/cdent/gabbi + git clone https://github.com/fsociety-team/fsociety ``` -- [PyPi](https://pypi.org/project/gabbi) (πŸ“₯ 8.3K / month Β· πŸ“¦ 110 Β· ⏱️ 23.09.2022): +- [PyPi](https://pypi.org/project/fsociety) (πŸ“₯ 1K / month Β· ⏱️ 06.09.2022): ``` - pip install gabbi + pip install fsociety ```
-
fsociety (πŸ₯‰21 Β· ⭐ 840) - A Modular Penetration Testing Framework. MIT +
gabbi (πŸ₯‰21 Β· ⭐ 140) - Declarative HTTP Testing for Python and anything else. Apache-2 -- [GitHub](https://github.com/fsociety-team/fsociety) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 120 Β· πŸ“¦ 4 Β· πŸ“‹ 23 - 8% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/cdent/gabbi) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 33 Β· πŸ“‹ 150 - 14% open Β· ⏱️ 23.09.2022): ``` - git clone https://github.com/fsociety-team/fsociety + git clone https://github.com/cdent/gabbi ``` -- [PyPi](https://pypi.org/project/fsociety) (πŸ“₯ 1K / month Β· ⏱️ 06.09.2022): +- [PyPi](https://pypi.org/project/gabbi) (πŸ“₯ 8.1K / month Β· πŸ“¦ 110 Β· ⏱️ 23.09.2022): ``` - pip install fsociety + pip install gabbi ```
molotov (πŸ₯‰20 Β· ⭐ 420) - Load Testing Tool. Apache-2 -- [GitHub](https://github.com/tarekziade/molotov) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 30 Β· πŸ“¦ 94 Β· πŸ“‹ 110 - 13% open Β· ⏱️ 25.11.2022): +- [GitHub](https://github.com/tarekziade/molotov) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 30 Β· πŸ“¦ 96 Β· πŸ“‹ 110 - 13% open Β· ⏱️ 25.11.2022): ``` git clone https://github.com/loads/molotov ``` -- [PyPi](https://pypi.org/project/molotov) (πŸ“₯ 23K / month Β· πŸ“¦ 13 Β· ⏱️ 21.10.2022): +- [PyPi](https://pypi.org/project/molotov) (πŸ“₯ 24K / month Β· πŸ“¦ 13 Β· ⏱️ 21.10.2022): ``` pip install molotov ```
+
async-asgi-testclient (πŸ₯‰19 Β· ⭐ 120 Β· πŸ’€) - A framework-agnostic library for testing ASGI web.. MIT + +- [GitHub](https://github.com/vinissimus/async-asgi-testclient) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 15 Β· πŸ“¦ 400 Β· πŸ“‹ 24 - 41% open Β· ⏱️ 13.06.2022): + + ``` + git clone https://github.com/vinissimus/async-asgi-testclient + ``` +- [PyPi](https://pypi.org/project/async-asgi-testclient) (πŸ“₯ 45K / month Β· πŸ“¦ 19 Β· ⏱️ 13.06.2022): + ``` + pip install async-asgi-testclient + ``` +
aresponses (πŸ₯‰19 Β· ⭐ 96 Β· πŸ’€) - Asyncio http mocking. Similar to the responses library used for.. MIT -- [GitHub](https://github.com/aresponses/aresponses) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 18 Β· πŸ“¦ 340 Β· πŸ“‹ 31 - 3% open Β· ⏱️ 01.07.2022): +- [GitHub](https://github.com/aresponses/aresponses) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 18 Β· πŸ“¦ 530 Β· πŸ“‹ 31 - 3% open Β· ⏱️ 01.07.2022): ``` git clone https://github.com/aresponses/aresponses ``` -- [PyPi](https://pypi.org/project/aresponses) (πŸ“₯ 35K / month Β· πŸ“¦ 48 Β· ⏱️ 01.07.2022): +- [PyPi](https://pypi.org/project/aresponses) (πŸ“₯ 33K / month Β· πŸ“¦ 48 Β· ⏱️ 01.07.2022): ``` pip install aresponses ```
-
async-asgi-testclient (πŸ₯‰18 Β· ⭐ 120 Β· πŸ’€) - A framework-agnostic library for testing ASGI web.. MIT +
Astra (πŸ₯‰15 Β· ⭐ 2.2K) - Automated Security Testing For REST APIs. Apache-2 -- [GitHub](https://github.com/vinissimus/async-asgi-testclient) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 15 Β· πŸ“¦ 260 Β· πŸ“‹ 24 - 41% open Β· ⏱️ 13.06.2022): +- [GitHub](https://github.com/flipkart-incubator/Astra) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 350 Β· πŸ“‹ 81 - 65% open Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/vinissimus/async-asgi-testclient - ``` -- [PyPi](https://pypi.org/project/async-asgi-testclient) (πŸ“₯ 46K / month Β· πŸ“¦ 19 Β· ⏱️ 13.06.2022): - ``` - pip install async-asgi-testclient + git clone https://github.com/flipkart-incubator/Astra ```
-
Show 11 hidden projects... +
Show 10 hidden projects... - django-nose (πŸ₯ˆ29 Β· ⭐ 880 Β· πŸ’€) - Django test runner using nose. BSD-3 - pyppeteer (πŸ₯ˆ28 Β· ⭐ 3.5K Β· πŸ’€) - Headless chrome/chromium automation library (unofficial port of.. MIT - parameterized (πŸ₯ˆ28 Β· ⭐ 720 Β· πŸ’€) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD - flask-testing (πŸ₯ˆ28 Β· ⭐ 490 Β· πŸ’€) - Unittest extensions for Flask. BSD-3 -- wdb (πŸ₯‰24 Β· ⭐ 1.6K Β· πŸ’€) - An improbable web debugger through WebSockets. ❗️GPL-3.0 +- wdb (πŸ₯‰25 Β· ⭐ 1.6K Β· πŸ’€) - An improbable web debugger through WebSockets. ❗️GPL-3.0 - pyresttest (πŸ₯‰23 Β· ⭐ 1.1K Β· πŸ’€) - Python Rest Testing. Apache-2 - httmock (πŸ₯‰23 Β· ⭐ 450 Β· πŸ’€) - A mocking library for requests. Apache-2 - yandex-tank (πŸ₯‰22 Β· ⭐ 2.3K) - Load and performance benchmark tool. ❗️LGPL-2.1 - golem (πŸ₯‰17 Β· ⭐ 490 Β· πŸ’€) - A complete test automation tool. MIT - huxley (πŸ₯‰16 Β· ⭐ 4.1K Β· πŸ’€) - A testing system for catching visual regressions in Web.. Apache-2 -- Astra (πŸ₯‰15 Β· ⭐ 2.2K Β· πŸ’€) - Automated Security Testing For REST APIs. Apache-2

@@ -2685,16 +2708,16 @@ _General purpose web frameworks to build web applications and REST APIs._
django-crispy-forms (πŸ₯‡37 Β· ⭐ 4.6K) - The best way to have DRY Django forms. The app.. MIT -- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 720 Β· πŸ“¦ 110K Β· πŸ“‹ 670 - 11% open Β· ⏱️ 02.02.2023): +- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 720 Β· πŸ“¦ 110K Β· πŸ“‹ 680 - 10% open Β· ⏱️ 13.02.2023): ``` git clone https://github.com/django-crispy-forms/django-crispy-forms ``` -- [PyPi](https://pypi.org/project/django-crispy-forms) (πŸ“₯ 790K / month Β· πŸ“¦ 8K Β· ⏱️ 25.01.2022): +- [PyPi](https://pypi.org/project/django-crispy-forms) (πŸ“₯ 800K / month Β· πŸ“¦ 8K Β· ⏱️ 25.01.2022): ``` pip install django-crispy-forms ``` -- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (πŸ“₯ 65K Β· ⏱️ 25.01.2022): +- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (πŸ“₯ 66K Β· ⏱️ 14.02.2023): ``` conda install -c conda-forge django-crispy-forms ``` @@ -2706,7 +2729,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/wtforms/wtforms ``` -- [PyPi](https://pypi.org/project/wtforms) (πŸ“₯ 4.1M / month Β· πŸ“¦ 15K Β· ⏱️ 23.12.2021): +- [PyPi](https://pypi.org/project/wtforms) (πŸ“₯ 4M / month Β· πŸ“¦ 15K Β· ⏱️ 23.12.2021): ``` pip install wtforms ``` @@ -2717,12 +2740,12 @@ _General purpose web frameworks to build web applications and REST APIs._
flask-wtf (πŸ₯‡37 Β· ⭐ 1.3K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3 -- [GitHub](https://github.com/wtforms/flask-wtf) (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 300 Β· πŸ“¦ 160K Β· πŸ“‹ 320 - 11% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/wtforms/flask-wtf) (πŸ‘¨β€πŸ’» 97 Β· πŸ”€ 300 Β· πŸ“¦ 170K Β· πŸ“‹ 320 - 11% open Β· ⏱️ 07.02.2023): ``` git clone https://github.com/wtforms/flask-wtf ``` -- [PyPi](https://pypi.org/project/flask-wtf) (πŸ“₯ 6.8M / month Β· πŸ“¦ 16K Β· ⏱️ 17.01.2023): +- [PyPi](https://pypi.org/project/flask-wtf) (πŸ“₯ 7.1M / month Β· πŸ“¦ 16K Β· ⏱️ 17.01.2023): ``` pip install flask-wtf ``` @@ -2738,14 +2761,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/deform ``` -- [PyPi](https://pypi.org/project/deform) (πŸ“₯ 19K / month Β· πŸ“¦ 200 Β· ⏱️ 10.12.2020): +- [PyPi](https://pypi.org/project/deform) (πŸ“₯ 18K / month Β· πŸ“¦ 200 Β· ⏱️ 10.12.2020): ``` pip install deform ```
django-formtools (πŸ₯‰26 Β· ⭐ 640) - A set of high-level abstractions for Django forms. BSD-3 -- [GitHub](https://github.com/jazzband/django-formtools) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 120 Β· πŸ“¦ 8.6K Β· πŸ“‹ 140 - 50% open Β· ⏱️ 05.11.2022): +- [GitHub](https://github.com/jazzband/django-formtools) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 120 Β· πŸ“¦ 8.7K Β· πŸ“‹ 140 - 50% open Β· ⏱️ 05.11.2022): ``` git clone https://github.com/jazzband/django-formtools @@ -2763,7 +2786,7 @@ _General purpose web frameworks to build web applications and REST APIs._
markdown (πŸ₯‡37 Β· ⭐ 3.1K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3 -- [GitHub](https://github.com/Python-Markdown/markdown) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 800 Β· πŸ“¦ 240K Β· πŸ“‹ 810 - 4% open Β· ⏱️ 09.01.2023): +- [GitHub](https://github.com/Python-Markdown/markdown) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 800 Β· πŸ“¦ 250K Β· πŸ“‹ 810 - 4% open Β· ⏱️ 09.01.2023): ``` git clone https://github.com/Python-Markdown/markdown @@ -2795,7 +2818,7 @@ _General purpose web frameworks to build web applications and REST APIs._
pelican (πŸ₯ˆ35 Β· ⭐ 11K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0 -- [GitHub](https://github.com/getpelican/pelican) (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 1.8K Β· πŸ“₯ 730 Β· πŸ“¦ 6.5K Β· πŸ“‹ 1.6K - 5% open Β· ⏱️ 30.01.2023): +- [GitHub](https://github.com/getpelican/pelican) (πŸ‘¨β€πŸ’» 440 Β· πŸ”€ 1.8K Β· πŸ“₯ 730 Β· πŸ“¦ 6.7K Β· πŸ“‹ 1.6K - 5% open Β· ⏱️ 30.01.2023): ``` git clone https://github.com/getpelican/pelican @@ -2811,24 +2834,24 @@ _General purpose web frameworks to build web applications and REST APIs._
python-markdown2 (πŸ₯ˆ35 Β· ⭐ 2.4K) - markdown2: A fast and complete implementation of Markdown in.. MIT -- [GitHub](https://github.com/trentm/python-markdown2) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 430 Β· πŸ“¦ 16K Β· πŸ“‹ 290 - 34% open Β· ⏱️ 04.02.2023): +- [GitHub](https://github.com/trentm/python-markdown2) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 430 Β· πŸ“¦ 17K Β· πŸ“‹ 290 - 33% open Β· ⏱️ 12.02.2023): ``` git clone https://github.com/trentm/python-markdown2 ``` -- [PyPi](https://pypi.org/project/markdown2) (πŸ“₯ 2.1M / month Β· πŸ“¦ 2.4K Β· ⏱️ 22.01.2023): +- [PyPi](https://pypi.org/project/markdown2) (πŸ“₯ 2.2M / month Β· πŸ“¦ 2.4K Β· ⏱️ 22.01.2023): ``` pip install markdown2 ```
-
pymdown-extensions (πŸ₯ˆ33 Β· ⭐ 710 Β· πŸ“ˆ) - Extensions for Python Markdown. MIT +
pymdown-extensions (πŸ₯ˆ34 Β· ⭐ 710) - Extensions for Python Markdown. MIT -- [GitHub](https://github.com/facelessuser/pymdown-extensions) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 230 Β· πŸ“¦ 15K Β· πŸ“‹ 320 - 6% open Β· ⏱️ 30.01.2023): +- [GitHub](https://github.com/facelessuser/pymdown-extensions) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 230 Β· πŸ“¦ 18K Β· πŸ“‹ 320 - 7% open Β· ⏱️ 30.01.2023): ``` git clone https://github.com/facelessuser/pymdown-extensions ``` -- [PyPi](https://pypi.org/project/pymdown-extensions) (πŸ“₯ 1.2M / month Β· πŸ“¦ 86 Β· ⏱️ 20.01.2023): +- [PyPi](https://pypi.org/project/pymdown-extensions) (πŸ“₯ 1.2M / month Β· πŸ“¦ 99 Β· ⏱️ 20.01.2023): ``` pip install pymdown-extensions ``` @@ -2839,12 +2862,12 @@ _General purpose web frameworks to build web applications and REST APIs._
html2text (πŸ₯‰29 Β· ⭐ 1.4K Β· πŸ’€) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0 -- [GitHub](https://github.com/Alir3z4/html2text) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 230 Β· πŸ“‹ 210 - 43% open Β· ⏱️ 22.02.2022): +- [GitHub](https://github.com/Alir3z4/html2text) (πŸ‘¨β€πŸ’» 76 Β· πŸ”€ 230 Β· πŸ“‹ 220 - 43% open Β· ⏱️ 22.02.2022): ``` git clone https://github.com/Alir3z4/html2text ``` -- [PyPi](https://pypi.org/project/html2text) (πŸ“₯ 1.2M / month Β· πŸ“¦ 2.3K Β· ⏱️ 16.01.2020): +- [PyPi](https://pypi.org/project/html2text) (πŸ“₯ 1.3M / month Β· πŸ“¦ 2.3K Β· ⏱️ 16.01.2020): ``` pip install html2text ``` @@ -2856,11 +2879,27 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/joeyespo/grip ``` -- [PyPi](https://pypi.org/project/grip) (πŸ“₯ 22K / month Β· πŸ“¦ 140 Β· ⏱️ 30.03.2022): +- [PyPi](https://pypi.org/project/grip) (πŸ“₯ 21K / month Β· πŸ“¦ 140 Β· ⏱️ 30.03.2022): ``` pip install grip ```
+
markdown-it-py (πŸ₯‰27 Β· ⭐ 420 Β· πŸ“ˆ) - Markdown parser, done right. 100% CommonMark support,.. MIT + +- [GitHub](https://github.com/executablebooks/markdown-it-py) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 49 Β· πŸ“¦ 10K Β· πŸ“‹ 68 - 36% open Β· ⏱️ 24.01.2023): + + ``` + git clone https://github.com/executablebooks/markdown-it-py + ``` +- [PyPi](https://pypi.org/project/markdown-it-py) (πŸ“₯ 16M / month Β· πŸ“¦ 41 Β· ⏱️ 16.04.2022): + ``` + pip install markdown-it-py + ``` +- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (πŸ“₯ 740K Β· ⏱️ 18.04.2022): + ``` + conda install -c conda-forge markdown-it-py + ``` +
django-markdownx (πŸ₯‰26 Β· ⭐ 750 Β· πŸ’€) - Comprehensive Markdown plugin built for Django. BSD-3 - [GitHub](https://github.com/neutronX/django-markdownx) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 140 Β· πŸ“¦ 2K Β· πŸ“‹ 150 - 30% open Β· ⏱️ 22.02.2022): @@ -2868,65 +2907,49 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/neutronX/django-markdownx ``` -- [PyPi](https://pypi.org/project/django-markdownx) (πŸ“₯ 34K / month Β· πŸ“¦ 120 Β· ⏱️ 03.01.2022): +- [PyPi](https://pypi.org/project/django-markdownx) (πŸ“₯ 35K / month Β· πŸ“¦ 120 Β· ⏱️ 03.01.2022): ``` pip install django-markdownx ```
mistletoe (πŸ₯‰26 Β· ⭐ 560) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT -- [GitHub](https://github.com/miyuchina/mistletoe) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 99 Β· πŸ“₯ 220 Β· πŸ“¦ 520 Β· πŸ“‹ 120 - 22% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/miyuchina/mistletoe) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 99 Β· πŸ“₯ 230 Β· πŸ“¦ 590 Β· πŸ“‹ 120 - 22% open Β· ⏱️ 11.02.2023): ``` git clone https://github.com/miyuchina/mistletoe ``` -- [PyPi](https://pypi.org/project/mistletoe) (πŸ“₯ 46K / month Β· πŸ“¦ 60 Β· ⏱️ 20.01.2023): +- [PyPi](https://pypi.org/project/mistletoe) (πŸ“₯ 44K / month Β· πŸ“¦ 60 Β· ⏱️ 20.01.2023): ``` pip install mistletoe ```
-
django-markdown-editor (πŸ₯‰23 Β· ⭐ 670) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 +
markdown-include (πŸ₯‰24 Β· ⭐ 85) - Provides syntax for Python-Markdown which allows for the.. ❗️GPL-3.0 -- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 1K Β· πŸ“‹ 120 - 23% open Β· ⏱️ 10.01.2023): +- [GitHub](https://github.com/cmacmackin/markdown-include) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 39 Β· πŸ“¦ 4.2K Β· πŸ“‹ 26 - 42% open Β· ⏱️ 07.02.2023): ``` - git clone https://github.com/agusmakmun/django-markdown-editor + git clone https://github.com/cmacmackin/markdown-include ``` -- [PyPi](https://pypi.org/project/martor) (πŸ“₯ 17K / month Β· πŸ“¦ 23 Β· ⏱️ 10.01.2023): +- [PyPi](https://pypi.org/project/markdown-include) (πŸ“₯ 60K / month Β· πŸ“¦ 260 Β· ⏱️ 23.11.2022): ``` - pip install martor + pip install markdown-include + ``` +- [Conda](https://anaconda.org/conda-forge/markdown-include) (πŸ“₯ 13K Β· ⏱️ 07.02.2023): + ``` + conda install -c conda-forge markdown-include ```
-
markdown-it-py (πŸ₯‰23 Β· ⭐ 420) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT +
django-markdown-editor (πŸ₯‰23 Β· ⭐ 680) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0 -- [GitHub](https://github.com/executablebooks/markdown-it-py) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 49 Β· πŸ“‹ 68 - 36% open Β· ⏱️ 24.01.2023): +- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 1K Β· πŸ“‹ 130 - 23% open Β· ⏱️ 15.02.2023): ``` - git clone https://github.com/executablebooks/markdown-it-py + git clone https://github.com/agusmakmun/django-markdown-editor ``` -- [PyPi](https://pypi.org/project/markdown-it-py) (πŸ“₯ 13M / month Β· πŸ“¦ 41 Β· ⏱️ 16.04.2022): +- [PyPi](https://pypi.org/project/martor) (πŸ“₯ 17K / month Β· πŸ“¦ 23 Β· ⏱️ 10.01.2023): ``` - pip install markdown-it-py - ``` -- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (πŸ“₯ 700K Β· ⏱️ 18.04.2022): - ``` - conda install -c conda-forge markdown-it-py - ``` -
-
markdown-include (πŸ₯‰23 Β· ⭐ 85) - Provides syntax for Python-Markdown which allows for the.. ❗️GPL-3.0 - -- [GitHub](https://github.com/cmacmackin/markdown-include) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 39 Β· πŸ“¦ 2.5K Β· πŸ“‹ 26 - 42% open Β· ⏱️ 07.02.2023): - - ``` - git clone https://github.com/cmacmackin/markdown-include - ``` -- [PyPi](https://pypi.org/project/markdown-include) (πŸ“₯ 69K / month Β· πŸ“¦ 260 Β· ⏱️ 23.11.2022): - ``` - pip install markdown-include - ``` -- [Conda](https://anaconda.org/conda-forge/markdown-include) (πŸ“₯ 12K Β· ⏱️ 07.02.2023): - ``` - conda install -c conda-forge markdown-include + pip install martor ```

@@ -2941,12 +2964,12 @@ _General purpose web frameworks to build web applications and REST APIs._
youtube-dl (πŸ₯‡44 Β· ⭐ 120K) - Command-line program to download videos from YouTube.com and.. Unlicense -- [GitHub](https://github.com/ytdl-org/youtube-dl) (πŸ‘¨β€πŸ’» 990 Β· πŸ”€ 8.6K Β· πŸ“₯ 55M Β· πŸ“‹ 26K - 18% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/ytdl-org/youtube-dl) (πŸ‘¨β€πŸ’» 990 Β· πŸ”€ 8.6K Β· πŸ“₯ 55M Β· πŸ“‹ 26K - 18% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/ytdl-org/youtube-dl ``` -- [PyPi](https://pypi.org/project/youtube_dl) (πŸ“₯ 4.5M / month Β· πŸ“¦ 1.8K Β· ⏱️ 16.12.2021): +- [PyPi](https://pypi.org/project/youtube_dl) (πŸ“₯ 4.4M / month Β· πŸ“¦ 1.8K Β· ⏱️ 16.12.2021): ``` pip install youtube_dl ``` @@ -2957,23 +2980,23 @@ _General purpose web frameworks to build web applications and REST APIs._
discord.py (πŸ₯‡44 Β· ⭐ 12K) - An API wrapper for Discord written in Python. MIT -- [GitHub](https://github.com/Rapptz/discord.py) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 3.6K Β· πŸ“¦ 49K Β· πŸ“‹ 2.8K - 3% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/Rapptz/discord.py) (πŸ‘¨β€πŸ’» 380 Β· πŸ”€ 3.6K Β· πŸ“¦ 49K Β· πŸ“‹ 2.8K - 3% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/Rapptz/discord.py ``` -- [PyPi](https://pypi.org/project/discord.py) (πŸ“₯ 35M / month Β· πŸ“¦ 2.7K Β· ⏱️ 12.11.2022): +- [PyPi](https://pypi.org/project/discord.py) (πŸ“₯ 34M / month Β· πŸ“¦ 2.7K Β· ⏱️ 12.11.2022): ``` pip install discord.py ``` -- [Conda](https://anaconda.org/conda-forge/discord.py) (πŸ“₯ 6.9K Β· ⏱️ 01.01.2023): +- [Conda](https://anaconda.org/conda-forge/discord.py) (πŸ“₯ 7.1K Β· ⏱️ 11.02.2023): ``` conda install -c conda-forge discord.py ```
google-api-python-client (πŸ₯‡43 Β· ⭐ 6.3K) - The official Python client library for Googles.. Apache-2 -- [GitHub](https://github.com/googleapis/google-api-python-client) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 2.3K Β· πŸ“¦ 130K Β· πŸ“‹ 970 - 8% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/googleapis/google-api-python-client) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 2.3K Β· πŸ“¦ 140K Β· πŸ“‹ 970 - 8% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/googleapis/google-api-python-client @@ -2982,46 +3005,46 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install google-api-python-client ``` -- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (πŸ“₯ 1.9M Β· ⏱️ 07.02.2023): +- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (πŸ“₯ 1.9M Β· ⏱️ 15.02.2023): ``` conda install -c conda-forge google-api-python-client ```
-
GitPython (πŸ₯‡41 Β· ⭐ 3.8K) - GitPython is a python library used to interact with Git repositories. BSD-3 +
python-telegram-bot (πŸ₯‡41 Β· ⭐ 21K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 -- [GitHub](https://github.com/gitpython-developers/GitPython) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 820 Β· πŸ“¦ 130K Β· πŸ“‹ 870 - 15% open Β· ⏱️ 02.02.2023): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.6K Β· πŸ“₯ 15K Β· πŸ“¦ 76K Β· πŸ“‹ 1.8K - 0% open Β· ⏱️ 13.02.2023): ``` - git clone https://github.com/gitpython-developers/GitPython + git clone https://github.com/python-telegram-bot/python-telegram-bot ``` -- [PyPi](https://pypi.org/project/gitpython) (πŸ“₯ 32M / month Β· πŸ“¦ 7.5K Β· ⏱️ 29.12.2022): +- [PyPi](https://pypi.org/project/python-telegram-bot) (πŸ“₯ 870K / month Β· πŸ“¦ 2.5K Β· ⏱️ 02.01.2023): ``` - pip install gitpython + pip install python-telegram-bot ``` -- [Conda](https://anaconda.org/conda-forge/gitpython) (πŸ“₯ 4.8M Β· ⏱️ 29.12.2022): +- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (πŸ“₯ 69K Β· ⏱️ 10.02.2023): ``` - conda install -c conda-forge gitpython + conda install -c conda-forge python-telegram-bot ```
-
python-telegram-bot (πŸ₯‡40 Β· ⭐ 21K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 +
GitPython (πŸ₯‡41 Β· ⭐ 3.9K) - GitPython is a python library used to interact with Git repositories. BSD-3 -- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 4.6K Β· πŸ“₯ 15K Β· πŸ“¦ 74K Β· πŸ“‹ 1.8K - 1% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/gitpython-developers/GitPython) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 830 Β· πŸ“¦ 140K Β· πŸ“‹ 870 - 15% open Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/python-telegram-bot/python-telegram-bot + git clone https://github.com/gitpython-developers/GitPython ``` -- [PyPi](https://pypi.org/project/python-telegram-bot) (πŸ“₯ 880K / month Β· πŸ“¦ 2.5K Β· ⏱️ 02.01.2023): +- [PyPi](https://pypi.org/project/gitpython) (πŸ“₯ 32M / month Β· πŸ“¦ 7.8K Β· ⏱️ 29.12.2022): ``` - pip install python-telegram-bot + pip install gitpython ``` -- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (πŸ“₯ 69K Β· ⏱️ 08.01.2023): +- [Conda](https://anaconda.org/conda-forge/gitpython) (πŸ“₯ 4.8M Β· ⏱️ 29.12.2022): ``` - conda install -c conda-forge python-telegram-bot + conda install -c conda-forge gitpython ```
-
tweepy (πŸ₯‡40 Β· ⭐ 9.5K Β· πŸ“‰) - Twitter for Python!. MIT +
tweepy (πŸ₯‡40 Β· ⭐ 9.5K) - Twitter for Python!. MIT -- [GitHub](https://github.com/tweepy/tweepy) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 4.3K Β· πŸ“¦ 40K Β· πŸ“‹ 1.2K - 6% open Β· ⏱️ 30.01.2023): +- [GitHub](https://github.com/tweepy/tweepy) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 4.3K Β· πŸ“¦ 42K Β· πŸ“‹ 1.2K - 6% open Β· ⏱️ 12.02.2023): ``` git clone https://github.com/tweepy/tweepy @@ -3037,24 +3060,24 @@ _General purpose web frameworks to build web applications and REST APIs._
Telethon (πŸ₯ˆ39 Β· ⭐ 7.4K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT -- [GitHub](https://github.com/LonamiWebs/Telethon) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.2K Β· πŸ“¦ 42K Β· πŸ“‹ 2K - 2% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/LonamiWebs/Telethon) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1.2K Β· πŸ“¦ 43K Β· πŸ“‹ 2K - 2% open Β· ⏱️ 08.02.2023): ``` git clone https://github.com/LonamiWebs/Telethon ``` -- [PyPi](https://pypi.org/project/telethon) (πŸ“₯ 610K / month Β· πŸ“¦ 400 Β· ⏱️ 22.12.2022): +- [PyPi](https://pypi.org/project/telethon) (πŸ“₯ 600K / month Β· πŸ“¦ 400 Β· ⏱️ 22.12.2022): ``` pip install telethon ```
gspread (πŸ₯ˆ39 Β· ⭐ 6.3K) - Google Sheets Python API. MIT -- [GitHub](https://github.com/burnash/gspread) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 890 Β· πŸ“₯ 240 Β· πŸ“¦ 21K Β· πŸ“‹ 780 - 7% open Β· ⏱️ 03.01.2023): +- [GitHub](https://github.com/burnash/gspread) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 890 Β· πŸ“₯ 300 Β· πŸ“¦ 21K Β· πŸ“‹ 780 - 7% open Β· ⏱️ 03.01.2023): ``` git clone https://github.com/burnash/gspread ``` -- [PyPi](https://pypi.org/project/gspread) (πŸ“₯ 8.9M / month Β· πŸ“¦ 980 Β· ⏱️ 02.12.2022): +- [PyPi](https://pypi.org/project/gspread) (πŸ“₯ 8.7M / month Β· πŸ“¦ 980 Β· ⏱️ 02.12.2022): ``` pip install gspread ``` @@ -3063,14 +3086,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gspread ```
-
pyTelegramBotAPI (πŸ₯ˆ38 Β· ⭐ 6.5K) - Python Telegram bot api. ❗️GPL-2.0 +
pyTelegramBotAPI (πŸ₯ˆ38 Β· ⭐ 6.6K) - Python Telegram bot api. ❗️GPL-2.0 -- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.7K Β· πŸ“¦ 31K Β· πŸ“‹ 1.1K - 0% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.7K Β· πŸ“¦ 33K Β· πŸ“‹ 1.1K - 0% open Β· ⏱️ 09.02.2023): ``` git clone https://github.com/eternnoir/pyTelegramBotAPI ``` -- [PyPi](https://pypi.org/project/pytelegrambotapi) (πŸ“₯ 390K / month Β· πŸ“¦ 930 Β· ⏱️ 02.01.2023): +- [PyPi](https://pypi.org/project/pytelegrambotapi) (πŸ“₯ 410K / month Β· πŸ“¦ 930 Β· ⏱️ 02.01.2023): ``` pip install pytelegrambotapi ``` @@ -3086,19 +3109,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install pytube ``` -- [Conda](https://anaconda.org/conda-forge/pytube) (πŸ“₯ 6.9K Β· ⏱️ 17.12.2022): +- [Conda](https://anaconda.org/conda-forge/pytube) (πŸ“₯ 7.1K Β· ⏱️ 17.12.2022): ``` conda install -c conda-forge pytube ```
PyGithub (πŸ₯ˆ37 Β· ⭐ 5.8K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 -- [GitHub](https://github.com/PyGithub/PyGithub) (πŸ‘¨β€πŸ’» 290 Β· πŸ”€ 1.6K Β· πŸ“¦ 36K Β· πŸ“‹ 1.4K - 13% open Β· ⏱️ 06.02.2023): +- [GitHub](https://github.com/PyGithub/PyGithub) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.6K Β· πŸ“¦ 39K Β· πŸ“‹ 1.4K - 13% open Β· ⏱️ 13.02.2023): ``` git clone https://github.com/PyGithub/PyGithub ``` -- [PyPi](https://pypi.org/project/pygithub) (πŸ“₯ 8M / month Β· πŸ“¦ 2.5K Β· ⏱️ 05.11.2022): +- [PyPi](https://pypi.org/project/pygithub) (πŸ“₯ 8.1M / month Β· πŸ“¦ 2.5K Β· ⏱️ 05.11.2022): ``` pip install pygithub ``` @@ -3109,12 +3132,12 @@ _General purpose web frameworks to build web applications and REST APIs._
slackclient (πŸ₯ˆ37 Β· ⭐ 3.5K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 830 Β· πŸ“₯ 360 Β· πŸ“‹ 700 - 2% open Β· ⏱️ 24.01.2023): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 830 Β· πŸ“₯ 370 Β· πŸ“‹ 710 - 2% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slackclient) (πŸ“₯ 6.4M / month Β· πŸ“¦ 2.2K Β· ⏱️ 22.04.2022): +- [PyPi](https://pypi.org/project/slackclient) (πŸ“₯ 6.3M / month Β· πŸ“¦ 2.2K Β· ⏱️ 22.04.2022): ``` pip install slackclient ``` @@ -3123,14 +3146,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge slackclient ```
-
praw (πŸ₯ˆ36 Β· ⭐ 3K Β· πŸ“‰) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2 +
praw (πŸ₯ˆ36 Β· ⭐ 3K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2 -- [GitHub](https://github.com/praw-dev/praw) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 450 Β· πŸ“¦ 13K Β· πŸ“‹ 720 - 1% open Β· ⏱️ 02.02.2023): +- [GitHub](https://github.com/praw-dev/praw) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 450 Β· πŸ“¦ 15K Β· πŸ“‹ 720 - 1% open Β· ⏱️ 02.02.2023): ``` git clone https://github.com/praw-dev/praw ``` -- [PyPi](https://pypi.org/project/praw) (πŸ“₯ 980K / month Β· πŸ“¦ 1.8K Β· ⏱️ 11.11.2022): +- [PyPi](https://pypi.org/project/praw) (πŸ“₯ 970K / month Β· πŸ“¦ 1.8K Β· ⏱️ 11.11.2022): ``` pip install praw ``` @@ -3141,7 +3164,7 @@ _General purpose web frameworks to build web applications and REST APIs._
jira (πŸ₯ˆ36 Β· ⭐ 1.7K) - Python Jira library. Development chat available on.. BSD-2 -- [GitHub](https://github.com/pycontribs/jira) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 800 Β· πŸ“₯ 740 Β· πŸ“¦ 5 Β· πŸ“‹ 680 - 20% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/pycontribs/jira) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 800 Β· πŸ“₯ 740 Β· πŸ“¦ 5 Β· πŸ“‹ 680 - 20% open Β· ⏱️ 10.02.2023): ``` git clone https://github.com/pycontribs/jira @@ -3157,7 +3180,7 @@ _General purpose web frameworks to build web applications and REST APIs._
twilio (πŸ₯ˆ36 Β· ⭐ 1.6K) - A Python module for communicating with the Twilio API and generating TwiML. MIT -- [GitHub](https://github.com/twilio/twilio-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 650 Β· πŸ“¦ 27K Β· πŸ“‹ 270 - 2% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/twilio/twilio-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 650 Β· πŸ“¦ 30K Β· πŸ“‹ 280 - 2% open Β· ⏱️ 08.02.2023): ``` git clone https://github.com/twilio/twilio-python @@ -3171,34 +3194,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge twilio ```
-
stripe (πŸ₯ˆ36 Β· ⭐ 1.3K) - Python library for the Stripe API. MIT - -- [GitHub](https://github.com/stripe/stripe-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 360 Β· πŸ“¦ 26K Β· πŸ“‹ 330 - 3% open Β· ⏱️ 06.02.2023): - - ``` - git clone https://github.com/stripe/stripe-python - ``` -- [PyPi](https://pypi.org/project/stripe) (πŸ“₯ 2M / month Β· πŸ“¦ 2K Β· ⏱️ 27.01.2023): - ``` - pip install stripe - ``` -- [Conda](https://anaconda.org/anaconda/stripe) (πŸ“₯ 24K Β· ⏱️ 08.09.2021): - ``` - conda install -c anaconda stripe - ``` -
spotipy (πŸ₯ˆ35 Β· ⭐ 4.3K) - A light weight Python library for the Spotify Web API. MIT -- [GitHub](https://github.com/spotipy-dev/spotipy) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 860 Β· πŸ“¦ 14K Β· πŸ“‹ 570 - 16% open Β· ⏱️ 23.01.2023): +- [GitHub](https://github.com/spotipy-dev/spotipy) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 860 Β· πŸ“¦ 15K Β· πŸ“‹ 570 - 16% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/plamere/spotipy ``` -- [PyPi](https://pypi.org/project/spotipy) (πŸ“₯ 690K / month Β· πŸ“¦ 580 Β· ⏱️ 23.01.2023): +- [PyPi](https://pypi.org/project/spotipy) (πŸ“₯ 670K / month Β· πŸ“¦ 580 Β· ⏱️ 23.01.2023): ``` pip install spotipy ``` -- [Conda](https://anaconda.org/conda-forge/spotipy) (πŸ“₯ 7.4K Β· ⏱️ 23.01.2023): +- [Conda](https://anaconda.org/conda-forge/spotipy) (πŸ“₯ 7.6K Β· ⏱️ 23.01.2023): ``` conda install -c conda-forge spotipy ``` @@ -3210,56 +3217,72 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/googlemaps/google-maps-services-python ``` -- [PyPi](https://pypi.org/project/googlemaps) (πŸ“₯ 1.4M / month Β· πŸ“¦ 1.2K Β· ⏱️ 26.01.2023): +- [PyPi](https://pypi.org/project/googlemaps) (πŸ“₯ 1.3M / month Β· πŸ“¦ 1.2K Β· ⏱️ 26.01.2023): ``` pip install googlemaps ```
python-slack-sdk (πŸ₯ˆ35 Β· ⭐ 3.5K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 830 Β· πŸ“₯ 360 Β· πŸ“‹ 700 - 2% open Β· ⏱️ 24.01.2023): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 830 Β· πŸ“₯ 370 Β· πŸ“‹ 710 - 2% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slack-sdk) (πŸ“₯ 8.2M / month Β· πŸ“¦ 110 Β· ⏱️ 02.12.2022): +- [PyPi](https://pypi.org/project/slack-sdk) (πŸ“₯ 8.3M / month Β· πŸ“¦ 110 Β· ⏱️ 02.12.2022): ``` pip install slack-sdk ``` -- [Conda](https://anaconda.org/conda-forge/slack-sdk) (πŸ“₯ 69K Β· ⏱️ 02.12.2022): +- [Conda](https://anaconda.org/conda-forge/slack-sdk) (πŸ“₯ 70K Β· ⏱️ 02.12.2022): ``` conda install -c conda-forge slack-sdk ```
-
hvac (πŸ₯ˆ35 Β· ⭐ 1.1K) - Python 2.7/3.X client for HashiCorp Vault. Apache-2 +
stripe (πŸ₯ˆ35 Β· ⭐ 1.3K Β· πŸ“‰) - Python library for the Stripe API. MIT + +- [GitHub](https://github.com/stripe/stripe-python) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 360 Β· πŸ“¦ 30K Β· πŸ“‹ 330 - 3% open Β· ⏱️ 06.02.2023): + + ``` + git clone https://github.com/stripe/stripe-python + ``` +- [PyPi](https://pypi.org/project/stripe) (πŸ“₯ 2M / month Β· πŸ“¦ 2K Β· ⏱️ 27.01.2023): + ``` + pip install stripe + ``` +- [Conda](https://anaconda.org/anaconda/stripe) (πŸ“₯ 24K Β· ⏱️ 08.09.2021): + ``` + conda install -c anaconda stripe + ``` +
+
hvac (πŸ₯ˆ34 Β· ⭐ 1.1K) - Python 2.7/3.X client for HashiCorp Vault. Apache-2 -- [GitHub](https://github.com/hvac/hvac) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 340 Β· πŸ“₯ 460 Β· πŸ“¦ 3K Β· πŸ“‹ 390 - 38% open Β· ⏱️ 01.02.2023): +- [GitHub](https://github.com/hvac/hvac) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 340 Β· πŸ“₯ 460 Β· πŸ“¦ 3.2K Β· πŸ“‹ 390 - 38% open Β· ⏱️ 01.02.2023): ``` git clone https://github.com/hvac/hvac ``` -- [PyPi](https://pypi.org/project/hvac) (πŸ“₯ 8.1M / month Β· πŸ“¦ 330 Β· ⏱️ 20.09.2022): +- [PyPi](https://pypi.org/project/hvac) (πŸ“₯ 8M / month Β· πŸ“¦ 330 Β· ⏱️ 20.09.2022): ``` pip install hvac ``` -- [Conda](https://anaconda.org/conda-forge/hvac) (πŸ“₯ 260K Β· ⏱️ 23.09.2021): +- [Conda](https://anaconda.org/conda-forge/hvac) (πŸ“₯ 270K Β· ⏱️ 23.09.2021): ``` conda install -c conda-forge hvac ```
sherlock (πŸ₯ˆ33 Β· ⭐ 39K) - Hunt down social media accounts by username across social networks. MIT -- [GitHub](https://github.com/sherlock-project/sherlock) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 4.6K Β· πŸ“‹ 830 - 21% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/sherlock-project/sherlock) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 4.6K Β· πŸ“‹ 840 - 21% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/sherlock-project/sherlock ``` -- [PyPi](https://pypi.org/project/sherlock) (πŸ“₯ 12K / month Β· πŸ“¦ 7 Β· ⏱️ 06.10.2022): +- [PyPi](https://pypi.org/project/sherlock) (πŸ“₯ 11K / month Β· πŸ“¦ 7 Β· ⏱️ 06.10.2022): ``` pip install sherlock ```
-
thumbor (πŸ₯ˆ33 Β· ⭐ 9.3K) - thumbor is an open-source photo thumbnail service by globo.com. MIT +
thumbor (πŸ₯ˆ33 Β· ⭐ 9.4K) - thumbor is an open-source photo thumbnail service by globo.com. MIT - [GitHub](https://github.com/thumbor/thumbor) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 800 Β· πŸ“¦ 330 Β· πŸ“‹ 940 - 2% open Β· ⏱️ 27.01.2023): @@ -3273,19 +3296,19 @@ _General purpose web frameworks to build web applications and REST APIs._
twitter (πŸ₯‰32 Β· ⭐ 2.9K) - Python Twitter API. MIT -- [GitHub](https://github.com/python-twitter-tools/twitter) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 590 Β· πŸ“¦ 3.8K Β· πŸ“‹ 280 - 18% open Β· ⏱️ 26.10.2022): +- [GitHub](https://github.com/python-twitter-tools/twitter) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 590 Β· πŸ“¦ 3.9K Β· πŸ“‹ 280 - 18% open Β· ⏱️ 26.10.2022): ``` git clone https://github.com/python-twitter-tools/twitter ``` -- [PyPi](https://pypi.org/project/twitter) (πŸ“₯ 64K / month Β· πŸ“¦ 1.1K Β· ⏱️ 19.09.2022): +- [PyPi](https://pypi.org/project/twitter) (πŸ“₯ 62K / month Β· πŸ“¦ 1.1K Β· ⏱️ 19.09.2022): ``` pip install twitter ```
simple-salesforce (πŸ₯‰32 Β· ⭐ 1.4K) - A very simple Salesforce.com REST API client for Python. Apache-2 -- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 610 Β· πŸ“‹ 390 - 40% open Β· ⏱️ 18.01.2023): +- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (πŸ‘¨β€πŸ’» 75 Β· πŸ”€ 610 Β· πŸ“‹ 400 - 39% open Β· ⏱️ 18.01.2023): ``` git clone https://github.com/simple-salesforce/simple-salesforce @@ -3299,114 +3322,114 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge simple-salesforce ```
-
gallery-dl (πŸ₯‰30 Β· ⭐ 6.7K) - Command-line program to download image galleries and.. ❗️GPL-2.0 +
gallery-dl (πŸ₯‰30 Β· ⭐ 6.8K) - Command-line program to download image galleries and.. ❗️GPL-2.0 -- [GitHub](https://github.com/mikf/gallery-dl) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 630 Β· πŸ“₯ 300K Β· πŸ“‹ 3K - 18% open Β· ⏱️ 06.02.2023): +- [GitHub](https://github.com/mikf/gallery-dl) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 630 Β· πŸ“₯ 300K Β· πŸ“‹ 3K - 18% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/mikf/gallery-dl ``` -- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 23K / month Β· πŸ“¦ 6 Β· ⏱️ 28.01.2023): +- [PyPi](https://pypi.org/project/gallery-dl) (πŸ“₯ 24K / month Β· πŸ“¦ 6 Β· ⏱️ 28.01.2023): ``` pip install gallery-dl ```
wechatpy (πŸ₯‰30 Β· ⭐ 3.3K) - WeChat SDK for Python. MIT -- [GitHub](https://github.com/wechatpy/wechatpy) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 720 Β· πŸ“¦ 820 Β· πŸ“‹ 340 - 10% open Β· ⏱️ 08.12.2022): +- [GitHub](https://github.com/wechatpy/wechatpy) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 720 Β· πŸ“¦ 840 Β· πŸ“‹ 340 - 10% open Β· ⏱️ 08.12.2022): ``` git clone https://github.com/wechatpy/wechatpy ``` -- [PyPi](https://pypi.org/project/wechatpy) (πŸ“₯ 42K / month Β· πŸ“¦ 130 Β· ⏱️ 19.06.2022): +- [PyPi](https://pypi.org/project/wechatpy) (πŸ“₯ 40K / month Β· πŸ“¦ 130 Β· ⏱️ 19.06.2022): ``` pip install wechatpy ```
imdbpy (πŸ₯‰30 Β· ⭐ 1.1K) - Cinemagoer is a Python package useful to retrieve and manage the.. ❗️GPL-2.0 -- [GitHub](https://github.com/cinemagoer/cinemagoer) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 310 Β· πŸ“₯ 210 Β· πŸ“‹ 290 - 19% open Β· ⏱️ 05.02.2023): +- [GitHub](https://github.com/cinemagoer/cinemagoer) (πŸ‘¨β€πŸ’» 72 Β· πŸ”€ 310 Β· πŸ“₯ 220 Β· πŸ“‹ 290 - 19% open Β· ⏱️ 11.02.2023): ``` git clone https://github.com/alberanid/imdbpy ``` -- [PyPi](https://pypi.org/project/imdbpy) (πŸ“₯ 80K / month Β· πŸ“¦ 120 Β· ⏱️ 09.07.2022): +- [PyPi](https://pypi.org/project/imdbpy) (πŸ“₯ 83K / month Β· πŸ“¦ 120 Β· ⏱️ 09.07.2022): ``` pip install imdbpy ```
-
WikiExtractor (πŸ₯‰25 Β· ⭐ 3.2K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 +
scdl (πŸ₯‰27 Β· ⭐ 2.6K Β· πŸ“ˆ) - Soundcloud Music Downloader. ❗️GPL-2.0 -- [GitHub](https://github.com/attardi/wikiextractor) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 880 Β· πŸ“¦ 210 Β· πŸ“‹ 240 - 52% open Β· ⏱️ 24.01.2023): +- [GitHub](https://github.com/flyingrub/scdl) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 280 Β· πŸ“¦ 220 Β· πŸ“‹ 340 - 17% open Β· ⏱️ 04.09.2022): ``` - git clone https://github.com/attardi/wikiextractor + git clone https://github.com/flyingrub/scdl ``` -- [PyPi](https://pypi.org/project/wikiextractor) (πŸ“₯ 2.6K / month Β· πŸ“¦ 7 Β· ⏱️ 14.10.2021): +- [PyPi](https://pypi.org/project/scdl) (πŸ“₯ 1.3K / month Β· πŸ“¦ 6 Β· ⏱️ 04.09.2022): ``` - pip install wikiextractor + pip install scdl ```
-
scdl (πŸ₯‰25 Β· ⭐ 2.6K) - Soundcloud Music Downloader. ❗️GPL-2.0 +
WikiExtractor (πŸ₯‰25 Β· ⭐ 3.2K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0 -- [GitHub](https://github.com/flyingrub/scdl) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 280 Β· πŸ“¦ 56 Β· πŸ“‹ 340 - 17% open Β· ⏱️ 04.09.2022): +- [GitHub](https://github.com/attardi/wikiextractor) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 880 Β· πŸ“¦ 220 Β· πŸ“‹ 240 - 52% open Β· ⏱️ 24.01.2023): ``` - git clone https://github.com/flyingrub/scdl + git clone https://github.com/attardi/wikiextractor ``` -- [PyPi](https://pypi.org/project/scdl) (πŸ“₯ 990 / month Β· πŸ“¦ 6 Β· ⏱️ 04.09.2022): +- [PyPi](https://pypi.org/project/wikiextractor) (πŸ“₯ 2.5K / month Β· πŸ“¦ 7 Β· ⏱️ 14.10.2021): ``` - pip install scdl + pip install wikiextractor ```
notion-sdk-py (πŸ₯‰25 Β· ⭐ 980) - The official Notion API client library, but rewritten in Python!.. MIT -- [GitHub](https://github.com/ramnes/notion-sdk-py) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 81 Β· πŸ“¦ 290 Β· πŸ“‹ 59 - 1% open Β· ⏱️ 10.01.2023): +- [GitHub](https://github.com/ramnes/notion-sdk-py) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 81 Β· πŸ“¦ 350 Β· πŸ“‹ 59 - 1% open Β· ⏱️ 10.01.2023): ``` git clone https://github.com/ramnes/notion-sdk-py ``` -- [PyPi](https://pypi.org/project/notion-client) (πŸ“₯ 83K / month Β· πŸ“¦ 22 Β· ⏱️ 10.12.2022): +- [PyPi](https://pypi.org/project/notion-client) (πŸ“₯ 73K / month Β· πŸ“¦ 22 Β· ⏱️ 10.12.2022): ``` pip install notion-client ``` -- [Conda](https://anaconda.org/conda-forge/notion-client) (πŸ“₯ 3.8K Β· ⏱️ 21.04.2022): +- [Conda](https://anaconda.org/conda-forge/notion-client) (πŸ“₯ 3.9K Β· ⏱️ 21.04.2022): ``` conda install -c conda-forge notion-client ```
-
ghapi (πŸ₯‰25 Β· ⭐ 430) - A delightful and complete interface to GitHubs amazing API. Apache-2 +
ghapi (πŸ₯‰25 Β· ⭐ 440) - A delightful and complete interface to GitHubs amazing API. Apache-2 -- [GitHub](https://github.com/fastai/ghapi) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 45 Β· πŸ“¦ 580 Β· πŸ“‹ 120 - 33% open Β· ⏱️ 27.09.2022): +- [GitHub](https://github.com/fastai/ghapi) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 45 Β· πŸ“¦ 660 Β· πŸ“‹ 120 - 33% open Β· ⏱️ 27.09.2022): ``` git clone https://github.com/fastai/ghapi ``` -- [PyPi](https://pypi.org/project/ghapi) (πŸ“₯ 460K / month Β· πŸ“¦ 34 Β· ⏱️ 19.09.2022): +- [PyPi](https://pypi.org/project/ghapi) (πŸ“₯ 450K / month Β· πŸ“¦ 34 Β· ⏱️ 19.09.2022): ``` pip install ghapi ```
pyshorteners (πŸ₯‰24 Β· ⭐ 350 Β· πŸ’€) - Generating short urls with python has never been easier. ❗️GPL-3.0 -- [GitHub](https://github.com/ellisonleao/pyshorteners) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 60 Β· πŸ“¦ 7.7K Β· ⏱️ 06.06.2022): +- [GitHub](https://github.com/ellisonleao/pyshorteners) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 60 Β· πŸ“¦ 7.8K Β· ⏱️ 06.06.2022): ``` git clone https://github.com/ellisonleao/pyshorteners ``` -- [PyPi](https://pypi.org/project/pyshorteners) (πŸ“₯ 68K / month Β· πŸ“¦ 94 Β· ⏱️ 19.03.2020): +- [PyPi](https://pypi.org/project/pyshorteners) (πŸ“₯ 65K / month Β· πŸ“¦ 94 Β· ⏱️ 19.03.2020): ``` pip install pyshorteners ```
-
instagram-scraper (πŸ₯‰20 Β· ⭐ 6.9K Β· πŸ’€) - Scrapes an instagram users photos and videos. Unlicense +
instagram-scraper (πŸ₯‰21 Β· ⭐ 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) (πŸ“₯ 180 / month Β· πŸ“¦ 26 Β· ⏱️ 17.06.2022): +- [PyPi](https://pypi.org/project/instagram-scraper) (πŸ“₯ 1.3K / month Β· πŸ“¦ 26 Β· ⏱️ 17.06.2022): ``` pip install instagram-scraper ``` @@ -3443,12 +3466,12 @@ _General purpose web frameworks to build web applications and REST APIs._
modoboa (πŸ₯‡31 Β· ⭐ 2.4K) - Mail hosting made simple. ISC -- [GitHub](https://github.com/modoboa/modoboa) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 320 Β· πŸ“¦ 35 Β· πŸ“‹ 1.8K - 8% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/modoboa/modoboa) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 320 Β· πŸ“¦ 35 Β· πŸ“‹ 1.8K - 7% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/modoboa/modoboa ``` -- [PyPi](https://pypi.org/project/modoboa) (πŸ“₯ 2.5K / month Β· πŸ“¦ 36 Β· ⏱️ 27.10.2022): +- [PyPi](https://pypi.org/project/modoboa) (πŸ“₯ 2.7K / month Β· πŸ“¦ 36 Β· ⏱️ 11.02.2023): ``` pip install modoboa ``` @@ -3469,26 +3492,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge yagmail ```
-
fastapi-mail (πŸ₯ˆ27 Β· ⭐ 410) - Fastapi mail system sending mails(individual, bulk).. MIT +
fastapi-mail (πŸ₯‰26 Β· ⭐ 420) - Fastapi mail system sending mails(individual, bulk).. MIT -- [GitHub](https://github.com/sabuhish/fastapi-mail) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 61 Β· πŸ“¦ 880 Β· πŸ“‹ 91 - 5% open Β· ⏱️ 29.01.2023): +- [GitHub](https://github.com/sabuhish/fastapi-mail) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 61 Β· πŸ“¦ 930 Β· πŸ“‹ 91 - 5% open Β· ⏱️ 29.01.2023): ``` git clone https://github.com/sabuhish/fastapi-mail ``` -- [PyPi](https://pypi.org/project/fastapi-mail) (πŸ“₯ 61K / month Β· πŸ“¦ 8 Β· ⏱️ 29.01.2023): +- [PyPi](https://pypi.org/project/fastapi-mail) (πŸ“₯ 59K / month Β· πŸ“¦ 8 Β· ⏱️ 29.01.2023): ``` pip install fastapi-mail ```
-
mailer (πŸ₯‰22 Β· ⭐ 260 Β· πŸ’€) - A light-weight, modular, message representation and mail delivery.. MIT +
mailer (πŸ₯‰23 Β· ⭐ 260 Β· πŸ’€) - A light-weight, modular, message representation and mail delivery.. MIT -- [GitHub](https://github.com/marrow/mailer) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 55 Β· πŸ“₯ 130 Β· πŸ“‹ 73 - 34% open Β· ⏱️ 15.07.2022): +- [GitHub](https://github.com/marrow/mailer) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 55 Β· πŸ“₯ 140 Β· πŸ“‹ 73 - 34% open Β· ⏱️ 15.07.2022): ``` git clone https://github.com/marrow/mailer ``` -- [PyPi](https://pypi.org/project/mailer) (πŸ“₯ 58K / month Β· πŸ“¦ 83 Β· ⏱️ 22.04.2015): +- [PyPi](https://pypi.org/project/mailer) (πŸ“₯ 60K / month Β· πŸ“¦ 83 Β· ⏱️ 22.04.2015): ``` pip install mailer ``` @@ -3504,19 +3527,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/pyramid_mailer ``` -- [PyPi](https://pypi.org/project/pyramid_mailer) (πŸ“₯ 30K / month Β· πŸ“¦ 120 Β· ⏱️ 13.12.2016): +- [PyPi](https://pypi.org/project/pyramid_mailer) (πŸ“₯ 28K / month Β· πŸ“¦ 120 Β· ⏱️ 13.12.2016): ``` pip install pyramid_mailer ```
salmon (πŸ₯‰17 Β· ⭐ 580 Β· πŸ’€) - A Python Mail Server. ❗️GPL-3.0 -- [GitHub](https://github.com/moggers87/salmon) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 59 Β· πŸ“₯ 79 Β· πŸ“¦ 17 Β· πŸ“‹ 90 - 18% open Β· ⏱️ 06.06.2022): +- [GitHub](https://github.com/moggers87/salmon) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 59 Β· πŸ“₯ 80 Β· πŸ“¦ 18 Β· πŸ“‹ 90 - 18% open Β· ⏱️ 06.06.2022): ``` git clone https://github.com/moggers87/salmon ``` -- [PyPi](https://pypi.org/project/salmon-mail) (πŸ“₯ 680 / month Β· πŸ“¦ 1 Β· ⏱️ 31.12.2019): +- [PyPi](https://pypi.org/project/salmon-mail) (πŸ“₯ 730 / month Β· πŸ“¦ 1 Β· ⏱️ 31.12.2019): ``` pip install salmon-mail ``` @@ -3539,28 +3562,44 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Scrapy (πŸ₯‡45 Β· ⭐ 46K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 -- [GitHub](https://github.com/scrapy/scrapy) (πŸ‘¨β€πŸ’» 580 Β· πŸ”€ 9.9K Β· πŸ“¦ 35K Β· πŸ“‹ 3K - 24% open Β· ⏱️ 03.02.2023): +- [GitHub](https://github.com/scrapy/scrapy) (πŸ‘¨β€πŸ’» 590 Β· πŸ”€ 9.9K Β· πŸ“¦ 35K Β· πŸ“‹ 3K - 24% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/scrapy/scrapy ``` -- [PyPi](https://pypi.org/project/scrapy) (πŸ“₯ 1M / month Β· πŸ“¦ 4.6K Β· ⏱️ 01.03.2022): +- [PyPi](https://pypi.org/project/scrapy) (πŸ“₯ 950K / month Β· πŸ“¦ 4.6K Β· ⏱️ 01.03.2022): ``` pip install scrapy ``` -- [Conda](https://anaconda.org/conda-forge/scrapy) (πŸ“₯ 600K Β· ⏱️ 02.02.2023): +- [Conda](https://anaconda.org/conda-forge/scrapy) (πŸ“₯ 610K Β· ⏱️ 02.02.2023): ``` conda install -c conda-forge scrapy ```
+
You-Get (πŸ₯‡33 Β· ⭐ 47K) - Dumb downloader that scrapes the web. MIT + +- [GitHub](https://github.com/soimort/you-get) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 9.2K Β· πŸ“₯ 370K Β· ⏱️ 15.02.2023): + + ``` + git clone https://github.com/soimort/you-get + ``` +- [PyPi](https://pypi.org/project/you-get) (πŸ“₯ 17K / month Β· πŸ“¦ 23 Β· ⏱️ 11.12.2022): + ``` + pip install you-get + ``` +- [Conda](https://anaconda.org/conda-forge/you-get) (πŸ“₯ 16K Β· ⏱️ 11.12.2022): + ``` + conda install -c conda-forge you-get + ``` +
feedparser (πŸ₯‡33 Β· ⭐ 1.5K) - Parse feeds in Python. BSD-2 -- [GitHub](https://github.com/kurtmckee/feedparser) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 290 Β· πŸ“¦ 59K Β· πŸ“‹ 220 - 34% open Β· ⏱️ 27.10.2022): +- [GitHub](https://github.com/kurtmckee/feedparser) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 290 Β· πŸ“¦ 61K Β· πŸ“‹ 220 - 34% open Β· ⏱️ 27.10.2022): ``` git clone https://github.com/kurtmckee/feedparser ``` -- [PyPi](https://pypi.org/project/feedparser) (πŸ“₯ 3M / month Β· πŸ“¦ 7.4K Β· ⏱️ 21.05.2022): +- [PyPi](https://pypi.org/project/feedparser) (πŸ“₯ 2.8M / month Β· πŸ“¦ 7.4K Β· ⏱️ 21.05.2022): ``` pip install feedparser ``` @@ -3569,46 +3608,46 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge feedparser ```
-
You-Get (πŸ₯‡32 Β· ⭐ 47K) - Dumb downloader that scrapes the web. MIT +
pytrends (πŸ₯‡32 Β· ⭐ 2.6K) - Pseudo API for Google Trends. Apache-2 -- [GitHub](https://github.com/soimort/you-get) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 9.1K Β· πŸ“₯ 370K Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/GeneralMills/pytrends) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 720 Β· πŸ“¦ 3.6K Β· πŸ“‹ 430 - 24% open Β· ⏱️ 10.01.2023): ``` - git clone https://github.com/soimort/you-get + git clone https://github.com/GeneralMills/pytrends ``` -- [PyPi](https://pypi.org/project/you-get) (πŸ“₯ 17K / month Β· πŸ“¦ 23 Β· ⏱️ 11.12.2022): +- [PyPi](https://pypi.org/project/pytrends) (πŸ“₯ 190K / month Β· πŸ“¦ 68 Β· ⏱️ 10.01.2023): ``` - pip install you-get + pip install pytrends ``` -- [Conda](https://anaconda.org/conda-forge/you-get) (πŸ“₯ 16K Β· ⏱️ 11.12.2022): +- [Conda](https://anaconda.org/conda-forge/pytrends) (πŸ“₯ 9.8K Β· ⏱️ 12.01.2023): ``` - conda install -c conda-forge you-get + conda install -c conda-forge pytrends ```
-
pytrends (πŸ₯‡32 Β· ⭐ 2.6K) - Pseudo API for Google Trends. Apache-2 +
soupsieve (πŸ₯‡32 Β· ⭐ 160 Β· πŸ“ˆ) - A modern CSS selector implementation for BeautifulSoup. MIT -- [GitHub](https://github.com/GeneralMills/pytrends) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 720 Β· πŸ“¦ 1.9K Β· πŸ“‹ 430 - 24% open Β· ⏱️ 10.01.2023): +- [GitHub](https://github.com/facelessuser/soupsieve) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 32 Β· πŸ“¦ 300K Β· πŸ“‹ 110 - 9% open Β· ⏱️ 14.02.2023): ``` - git clone https://github.com/GeneralMills/pytrends + git clone https://github.com/facelessuser/soupsieve ``` -- [PyPi](https://pypi.org/project/pytrends) (πŸ“₯ 180K / month Β· πŸ“¦ 68 Β· ⏱️ 10.01.2023): +- [PyPi](https://pypi.org/project/soupsieve) (πŸ“₯ 55M / month Β· πŸ“¦ 2.6K Β· ⏱️ 14.04.2022): ``` - pip install pytrends + pip install soupsieve ``` -- [Conda](https://anaconda.org/conda-forge/pytrends) (πŸ“₯ 9.4K Β· ⏱️ 12.01.2023): +- [Conda](https://anaconda.org/conda-forge/soupsieve) (πŸ“₯ 11M Β· ⏱️ 19.07.2022): ``` - conda install -c conda-forge pytrends + conda install -c conda-forge soupsieve ```
dirsearch (πŸ₯ˆ30 Β· ⭐ 9.2K) - Web path scanner. ❗️GPL-2.0 -- [GitHub](https://github.com/maurosoria/dirsearch) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 2.1K Β· πŸ“¦ 29 Β· πŸ“‹ 480 - 8% open Β· ⏱️ 01.02.2023): +- [GitHub](https://github.com/maurosoria/dirsearch) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 2.1K Β· πŸ“¦ 34 Β· πŸ“‹ 480 - 8% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/maurosoria/dirsearch ``` -- [PyPi](https://pypi.org/project/dirsearch) (πŸ“₯ 1.8K / month Β· ⏱️ 03.10.2022): +- [PyPi](https://pypi.org/project/dirsearch) (πŸ“₯ 1.9K / month Β· ⏱️ 03.10.2022): ``` pip install dirsearch ``` @@ -3620,95 +3659,79 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/lorien/grab ``` -- [PyPi](https://pypi.org/project/grab) (πŸ“₯ 2.5K / month Β· πŸ“¦ 110 Β· ⏱️ 24.06.2018): +- [PyPi](https://pypi.org/project/grab) (πŸ“₯ 2.2K / month Β· πŸ“¦ 110 Β· ⏱️ 24.06.2018): ``` pip install grab ```
-
parsel (πŸ₯ˆ30 Β· ⭐ 870) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 +
parsel (πŸ₯ˆ30 Β· ⭐ 880) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3 -- [GitHub](https://github.com/scrapy/parsel) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 130 Β· πŸ“¦ 24K Β· πŸ“‹ 110 - 39% open Β· ⏱️ 14.11.2022): +- [GitHub](https://github.com/scrapy/parsel) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 130 Β· πŸ“¦ 24K Β· πŸ“‹ 110 - 39% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/scrapy/parsel ``` -- [PyPi](https://pypi.org/project/parsel) (πŸ“₯ 1M / month Β· πŸ“¦ 1.6K Β· ⏱️ 01.11.2022): +- [PyPi](https://pypi.org/project/parsel) (πŸ“₯ 990K / month Β· πŸ“¦ 1.6K Β· ⏱️ 01.11.2022): ``` pip install parsel ``` -- [Conda](https://anaconda.org/conda-forge/parsel) (πŸ“₯ 100K Β· ⏱️ 02.11.2022): +- [Conda](https://anaconda.org/conda-forge/parsel) (πŸ“₯ 110K Β· ⏱️ 02.11.2022): ``` conda install -c conda-forge parsel ```
-
MechanicalSoup (πŸ₯ˆ29 Β· ⭐ 4.3K) - A Python library for automating interaction with websites. MIT +
cloudscraper (πŸ₯ˆ29 Β· ⭐ 2.8K) - A Python module to bypass Cloudflares anti-bot page. MIT -- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 390 Β· πŸ“₯ 43 Β· πŸ“‹ 170 - 18% open Β· ⏱️ 13.12.2022): +- [GitHub](https://github.com/VeNoMouS/cloudscraper) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 380 Β· πŸ“¦ 13K Β· ⏱️ 10.01.2023): ``` - git clone https://github.com/MechanicalSoup/MechanicalSoup - ``` -- [PyPi](https://pypi.org/project/MechanicalSoup) (πŸ“₯ 59K / month Β· πŸ“¦ 270 Β· ⏱️ 20.09.2022): - ``` - pip install MechanicalSoup + git clone https://github.com/venomous/cloudscraper ``` -- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (πŸ“₯ 130K Β· ⏱️ 19.09.2022): +- [PyPi](https://pypi.org/project/cloudscraper) (πŸ“₯ 340K / month Β· πŸ“¦ 88 Β· ⏱️ 10.01.2023): ``` - conda install -c conda-forge mechanicalsoup + pip install cloudscraper ```
-
cloudscraper (πŸ₯ˆ29 Β· ⭐ 2.8K) - A Python module to bypass Cloudflares anti-bot page. MIT +
extruct (πŸ₯ˆ29 Β· ⭐ 730) - Extract embedded metadata from HTML markup. BSD-3 -- [GitHub](https://github.com/VeNoMouS/cloudscraper) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 380 Β· πŸ“¦ 12K Β· ⏱️ 10.01.2023): +- [GitHub](https://github.com/scrapinghub/extruct) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 100 Β· πŸ“¦ 920 Β· πŸ“‹ 97 - 45% open Β· ⏱️ 01.02.2023): ``` - git clone https://github.com/venomous/cloudscraper + git clone https://github.com/scrapinghub/extruct ``` -- [PyPi](https://pypi.org/project/cloudscraper) (πŸ“₯ 350K / month Β· πŸ“¦ 88 Β· ⏱️ 10.01.2023): +- [PyPi](https://pypi.org/project/extruct) (πŸ“₯ 64K / month Β· πŸ“¦ 33 Β· ⏱️ 25.10.2022): ``` - pip install cloudscraper + pip install extruct ```
-
soupsieve (πŸ₯ˆ29 Β· ⭐ 160) - A modern CSS selector implementation for BeautifulSoup. MIT +
MechanicalSoup (πŸ₯‰28 Β· ⭐ 4.3K) - A Python library for automating interaction with websites. MIT -- [GitHub](https://github.com/facelessuser/soupsieve) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 32 Β· πŸ“¦ 290K Β· πŸ“‹ 110 - 11% open Β· ⏱️ 30.11.2022): +- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (πŸ‘¨β€πŸ’» 53 Β· πŸ”€ 390 Β· πŸ“₯ 43 Β· πŸ“‹ 170 - 18% open Β· ⏱️ 13.12.2022): ``` - git clone https://github.com/facelessuser/soupsieve + git clone https://github.com/MechanicalSoup/MechanicalSoup ``` -- [PyPi](https://pypi.org/project/soupsieve) (πŸ“₯ 54M / month Β· πŸ“¦ 2.5K Β· ⏱️ 14.04.2022): +- [PyPi](https://pypi.org/project/MechanicalSoup) (πŸ“₯ 57K / month Β· πŸ“¦ 270 Β· ⏱️ 20.09.2022): ``` - pip install soupsieve + pip install MechanicalSoup ``` -- [Conda](https://anaconda.org/conda-forge/soupsieve) (πŸ“₯ 11M Β· ⏱️ 19.07.2022): +- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (πŸ“₯ 130K Β· ⏱️ 19.09.2022): ``` - conda install -c conda-forge soupsieve + conda install -c conda-forge mechanicalsoup ```
-
trafilatura (πŸ₯‰28 Β· ⭐ 760) - Python & command-line tool to gather text on the Web: web.. ❗️GPL-3.0 +
trafilatura (πŸ₯‰28 Β· ⭐ 770) - Python & command-line tool to gather text on the Web: web.. ❗️GPL-3.0 -- [GitHub](https://github.com/adbar/trafilatura) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 93 Β· πŸ“¦ 280 Β· πŸ“‹ 190 - 16% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/adbar/trafilatura) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 93 Β· πŸ“¦ 290 Β· πŸ“‹ 200 - 17% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/adbar/trafilatura ``` -- [PyPi](https://pypi.org/project/trafilatura) (πŸ“₯ 150K / month Β· πŸ“¦ 7 Β· ⏱️ 19.01.2023): +- [PyPi](https://pypi.org/project/trafilatura) (πŸ“₯ 190K / month Β· πŸ“¦ 7 Β· ⏱️ 19.01.2023): ``` pip install trafilatura ```
-
extruct (πŸ₯‰28 Β· ⭐ 730) - Extract embedded metadata from HTML markup. BSD-3 - -- [GitHub](https://github.com/scrapinghub/extruct) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 100 Β· πŸ“¦ 510 Β· πŸ“‹ 97 - 45% open Β· ⏱️ 01.02.2023): - - ``` - git clone https://github.com/scrapinghub/extruct - ``` -- [PyPi](https://pypi.org/project/extruct) (πŸ“₯ 66K / month Β· πŸ“¦ 33 Β· ⏱️ 25.10.2022): - ``` - pip install extruct - ``` -
AutoScraper (πŸ₯‰24 Β· ⭐ 4.9K Β· πŸ’€) - A Smart, Automatic, Fast and Lightweight Web Scraper for Python. MIT - [GitHub](https://github.com/alirezamika/autoscraper) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 520 Β· πŸ“¦ 240 Β· πŸ“‹ 52 - 7% open Β· ⏱️ 17.07.2022): @@ -3716,7 +3739,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/alirezamika/autoscraper ``` -- [PyPi](https://pypi.org/project/autoscraper) (πŸ“₯ 3.1K / month Β· πŸ“¦ 1 Β· ⏱️ 17.07.2022): +- [PyPi](https://pypi.org/project/autoscraper) (πŸ“₯ 3.2K / month Β· πŸ“¦ 1 Β· ⏱️ 17.07.2022): ``` pip install autoscraper ``` @@ -3728,23 +3751,23 @@ _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) (πŸ“₯ 500 / month Β· πŸ“¦ 8 Β· ⏱️ 27.12.2022): +- [PyPi](https://pypi.org/project/gerapy) (πŸ“₯ 390 / month Β· πŸ“¦ 8 Β· ⏱️ 27.12.2022): ``` pip install gerapy ```
micawber (πŸ₯‰24 Β· ⭐ 590) - a small library for extracting rich content from urls. MIT -- [GitHub](https://github.com/coleifer/micawber) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 84 Β· πŸ“¦ 900 Β· ⏱️ 14.12.2022): +- [GitHub](https://github.com/coleifer/micawber) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 84 Β· πŸ“¦ 2.7K Β· ⏱️ 14.12.2022): ``` git clone https://github.com/coleifer/micawber ``` -- [PyPi](https://pypi.org/project/micawber) (πŸ“₯ 45K / month Β· πŸ“¦ 190 Β· ⏱️ 12.07.2021): +- [PyPi](https://pypi.org/project/micawber) (πŸ“₯ 44K / month Β· πŸ“¦ 190 Β· ⏱️ 12.07.2021): ``` pip install micawber ``` -- [Conda](https://anaconda.org/conda-forge/micawber) (πŸ“₯ 7.8K Β· ⏱️ 14.07.2021): +- [Conda](https://anaconda.org/conda-forge/micawber) (πŸ“₯ 8K Β· ⏱️ 14.07.2021): ``` conda install -c conda-forge micawber ``` @@ -3756,19 +3779,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/s0md3v/Photon ``` -- [PyPi](https://pypi.org/project/photon) (πŸ“₯ 610 / month Β· πŸ“¦ 5 Β· ⏱️ 25.01.2019): +- [PyPi](https://pypi.org/project/photon) (πŸ“₯ 560 / month Β· πŸ“¦ 5 Β· ⏱️ 25.01.2019): ``` pip install photon ```
ruia (πŸ₯‰23 Β· ⭐ 1.6K) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 -- [GitHub](https://github.com/howie6879/ruia) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 180 Β· πŸ“₯ 14 Β· πŸ“¦ 62 Β· πŸ“‹ 97 - 6% open Β· ⏱️ 21.08.2022): +- [GitHub](https://github.com/howie6879/ruia) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 180 Β· πŸ“₯ 14 Β· πŸ“¦ 63 Β· πŸ“‹ 97 - 6% open Β· ⏱️ 21.08.2022): ``` git clone https://github.com/howie6879/ruia ``` -- [PyPi](https://pypi.org/project/ruia) (πŸ“₯ 570 / month Β· πŸ“¦ 9 Β· ⏱️ 06.09.2022): +- [PyPi](https://pypi.org/project/ruia) (πŸ“₯ 510 / month Β· πŸ“¦ 9 Β· ⏱️ 06.09.2022): ``` pip install ruia ``` @@ -3789,8 +3812,8 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - gain (πŸ₯‰18 Β· ⭐ 2K Β· πŸ’€) - Web crawling framework based on asyncio. ❗️GPL-3.0 - opengraph (πŸ₯‰15 Β· ⭐ 220 Β· πŸ’€) - A python module to parse the Open Graph Protocol. MIT - lazynlp (πŸ₯‰13 Β· ⭐ 2.1K Β· πŸ’€) - Library to scrape and clean web pages to create massive datasets. MIT -- Scrapera (πŸ₯‰12 Β· ⭐ 300 Β· πŸ’€) - A universal package of scraper scripts for humans. MIT -- Transistor (πŸ₯‰12 Β· ⭐ 210 Β· πŸ’€) - Transistor, a Python web scraping framework for intelligent use.. MIT +- Transistor (πŸ₯‰13 Β· ⭐ 210 Β· πŸ’€) - Transistor, a Python web scraping framework for intelligent use.. MIT +- Scrapera (πŸ₯‰11 Β· ⭐ 300 Β· πŸ’€) - A universal package of scraper scripts for humans. MIT

@@ -3800,12 +3823,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sentry (πŸ₯‡39 Β· ⭐ 33K) - Developer-first error tracking and performance monitoring. ❗️SSPL-1.0 -- [GitHub](https://github.com/getsentry/sentry) (πŸ‘¨β€πŸ’» 730 Β· πŸ”€ 3.7K Β· πŸ“₯ 46K Β· πŸ“¦ 300 Β· πŸ“‹ 6.3K - 11% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/getsentry/sentry) (πŸ‘¨β€πŸ’» 730 Β· πŸ”€ 3.7K Β· πŸ“₯ 46K Β· πŸ“¦ 300 Β· πŸ“‹ 6.3K - 11% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/getsentry/sentry ``` -- [PyPi](https://pypi.org/project/sentry) (πŸ“₯ 10K / month Β· πŸ“¦ 380 Β· ⏱️ 26.01.2023): +- [PyPi](https://pypi.org/project/sentry) (πŸ“₯ 7.5K / month Β· πŸ“¦ 390 Β· ⏱️ 26.01.2023): ``` pip install sentry ``` @@ -3814,14 +3837,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge sentry-sdk ```
-
opentelemetry-python (πŸ₯‡34 Β· ⭐ 1.2K) - OpenTelemetry Python API and SDK. Apache-2 +
opentelemetry-python (πŸ₯‡35 Β· ⭐ 1.2K) - OpenTelemetry Python API and SDK. Apache-2 -- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 420 Β· πŸ“¦ 1.8K Β· πŸ“‹ 1.3K - 14% open Β· ⏱️ 06.02.2023): +- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 420 Β· πŸ“¦ 2.7K Β· πŸ“‹ 1.3K - 14% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/open-telemetry/opentelemetry-python ``` -- [PyPi](https://pypi.org/project/timing-asgi) (πŸ“₯ 10K / month Β· πŸ“¦ 2 Β· ⏱️ 21.11.2022): +- [PyPi](https://pypi.org/project/timing-asgi) (πŸ“₯ 12K / month Β· πŸ“¦ 2 Β· ⏱️ 21.11.2022): ``` pip install timing-asgi ``` @@ -3837,70 +3860,70 @@ _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) (πŸ“₯ 19M / month Β· πŸ“¦ 570 Β· ⏱️ 23.01.2023): +- [PyPi](https://pypi.org/project/prometheus-client) (πŸ“₯ 18M / month Β· πŸ“¦ 570 Β· ⏱️ 23.01.2023): ``` pip install prometheus-client ``` -- [Conda](https://anaconda.org/conda-forge/prometheus_client) (πŸ“₯ 9.2M Β· ⏱️ 24.01.2023): +- [Conda](https://anaconda.org/conda-forge/prometheus_client) (πŸ“₯ 9.3M Β· ⏱️ 24.01.2023): ``` conda install -c conda-forge prometheus_client ```
-
prometheus-flask-exporter (πŸ₯ˆ26 Β· ⭐ 540) - Prometheus exporter for Flask applications. MIT +
prometheus-flask-exporter (πŸ₯ˆ27 Β· ⭐ 550) - Prometheus exporter for Flask applications. MIT - [GitHub](https://github.com/rycus86/prometheus_flask_exporter) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 140 Β· πŸ“‹ 120 - 20% open Β· ⏱️ 10.11.2022): ``` git clone https://github.com/rycus86/prometheus_flask_exporter ``` -- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (πŸ“₯ 6.7M / month Β· πŸ“¦ 55 Β· ⏱️ 10.11.2022): +- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (πŸ“₯ 6.6M / month Β· πŸ“¦ 55 Β· ⏱️ 10.11.2022): ``` pip install prometheus-flask-exporter ``` -- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (πŸ“₯ 810K Β· ⏱️ 11.11.2022): +- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (πŸ“₯ 820K Β· ⏱️ 11.11.2022): ``` conda install -c conda-forge prometheus_flask_exporter ```
GoAccess (πŸ₯‰25 Β· ⭐ 16K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT -- [GitHub](https://github.com/allinurl/goaccess) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1K Β· πŸ“‹ 2.1K - 16% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/allinurl/goaccess) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 1K Β· πŸ“‹ 2.1K - 16% open Β· ⏱️ 11.02.2023): ``` git clone https://github.com/allinurl/goaccess ```
-
Flask-MonitoringDashboard (πŸ₯‰22 Β· ⭐ 670) - Automatically monitor the evolving performance of.. MIT +
starlette context (πŸ₯‰23 Β· ⭐ 320) - Middleware for Starlette that allows you to store and.. MIT -- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 130 Β· πŸ“‹ 180 - 28% open Β· ⏱️ 30.12.2022): +- [GitHub](https://github.com/tomwojcik/starlette-context) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 19 Β· πŸ“¦ 580 Β· πŸ“‹ 35 - 14% open Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard + git clone https://github.com/tomwojcik/starlette-context ``` -- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (πŸ“₯ 9.6K / month Β· πŸ“¦ 12 Β· ⏱️ 06.11.2021): +- [PyPi](https://pypi.org/project/starlette-context) (πŸ“₯ 170K / month Β· πŸ“¦ 13 Β· ⏱️ 26.11.2022): ``` - pip install flask-monitoringdashboard + pip install starlette-context ```
-
starlette context (πŸ₯‰21 Β· ⭐ 310) - Middleware for Starlette that allows you to store and.. MIT +
Flask-MonitoringDashboard (πŸ₯‰22 Β· ⭐ 670) - Automatically monitor the evolving performance of.. MIT -- [GitHub](https://github.com/tomwojcik/starlette-context) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 18 Β· πŸ“‹ 34 - 14% open Β· ⏱️ 27.12.2022): +- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 130 Β· πŸ“‹ 180 - 28% open Β· ⏱️ 30.12.2022): ``` - git clone https://github.com/tomwojcik/starlette-context + git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard ``` -- [PyPi](https://pypi.org/project/starlette-context) (πŸ“₯ 160K / month Β· πŸ“¦ 13 Β· ⏱️ 26.11.2022): +- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (πŸ“₯ 10K / month Β· πŸ“¦ 12 Β· ⏱️ 06.11.2021): ``` - pip install starlette-context + pip install flask-monitoringdashboard ```
Show 5 hidden projects... -- opentracing-python (πŸ₯ˆ26 Β· ⭐ 770 Β· πŸ’€) - OpenTracing API for Python. This library is.. Apache-2 +- opentracing-python (πŸ₯ˆ26 Β· ⭐ 760 Β· πŸ’€) - OpenTracing API for Python. This library is.. Apache-2 - ngxtop (πŸ₯‰22 Β· ⭐ 6.4K Β· πŸ’€) - Real-time metrics for nginx server. MIT - Starlette Prometheus (πŸ₯‰21 Β· ⭐ 240 Β· πŸ’€) - Prometheus integration for Starlette. ❗️GPL-3.0 -- flask-state (πŸ₯‰14 Β· ⭐ 620 Β· πŸ’€) - Display machine state using Python3 with Flask. BSD-3 -- timing-asgi (πŸ₯‰6 Β· ⭐ 100) - ASGI middleware to record and emit timing metrics (to.. ❗Unlicensed +- flask-state (πŸ₯‰13 Β· ⭐ 620 Β· πŸ’€) - Display machine state using Python3 with Flask. BSD-3 +- timing-asgi (πŸ₯‰7 Β· ⭐ 100) - ASGI middleware to record and emit timing metrics (to.. ❗Unlicensed

@@ -3910,36 +3933,36 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Streamlit (πŸ₯‡40 Β· ⭐ 23K) - Streamlit The fastest way to build data apps in Python. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 2K Β· πŸ“¦ 580 Β· πŸ“‹ 3K - 19% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/streamlit/streamlit) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 2K Β· πŸ“¦ 590 Β· πŸ“‹ 3.1K - 19% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/streamlit/streamlit ``` -- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 1.1M / month Β· πŸ“¦ 650 Β· ⏱️ 12.01.2023): +- [PyPi](https://pypi.org/project/streamlit) (πŸ“₯ 1.2M / month Β· πŸ“¦ 660 Β· ⏱️ 12.01.2023): ``` pip install streamlit ```
wave (πŸ₯ˆ32 Β· ⭐ 3.4K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 -- [GitHub](https://github.com/h2oai/wave) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 230 Β· πŸ“₯ 1.4M Β· πŸ“‹ 880 - 21% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/h2oai/wave) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 230 Β· πŸ“₯ 1.4M Β· πŸ“‹ 880 - 21% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/h2oai/wave ``` -- [PyPi](https://pypi.org/project/wave) (πŸ“₯ 82K / month Β· πŸ“¦ 170 Β· ⏱️ 09.01.2011): +- [PyPi](https://pypi.org/project/wave) (πŸ“₯ 86K / month Β· πŸ“¦ 170 Β· ⏱️ 09.01.2011): ``` pip install wave ```
PyWebIO (πŸ₯ˆ29 Β· ⭐ 3.7K) - Write interactive web app in script way. MIT -- [GitHub](https://github.com/pywebio/PyWebIO) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 330 Β· πŸ“¦ 990 Β· πŸ“‹ 200 - 27% open Β· ⏱️ 06.02.2023): +- [GitHub](https://github.com/pywebio/PyWebIO) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 330 Β· πŸ“¦ 1K Β· πŸ“‹ 200 - 27% open Β· ⏱️ 06.02.2023): ``` git clone https://github.com/pywebio/PyWebIO ``` -- [PyPi](https://pypi.org/project/pywebio) (πŸ“₯ 15K / month Β· πŸ“¦ 7 Β· ⏱️ 11.12.2022): +- [PyPi](https://pypi.org/project/pywebio) (πŸ“₯ 14K / month Β· πŸ“¦ 7 Β· ⏱️ 11.12.2022): ``` pip install pywebio ``` @@ -3951,25 +3974,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/flaskbb/flaskbb ``` -- [PyPi](https://pypi.org/project/FlaskBB) (πŸ“₯ 83 / month Β· πŸ“¦ 8 Β· ⏱️ 15.07.2018): +- [PyPi](https://pypi.org/project/FlaskBB) (πŸ“₯ 78 / month Β· πŸ“¦ 8 Β· ⏱️ 15.07.2018): ``` pip install FlaskBB ```
-
Misago (πŸ₯ˆ25 Β· ⭐ 2.3K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0 +
pyscript (πŸ₯‰24 Β· ⭐ 15K) - Home Page: https://pyscript.net Examples:.. Apache-2 -- [GitHub](https://github.com/rafalp/Misago) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 480 Β· πŸ“¦ 44 Β· πŸ“‹ 1.1K - 5% open Β· ⏱️ 26.01.2023): +- [GitHub](https://github.com/pyscript/pyscript) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 1.1K Β· πŸ“₯ 140 Β· πŸ“‹ 610 - 23% open Β· ⏱️ 14.02.2023): ``` - git clone https://github.com/rafalp/Misago + git clone https://github.com/pyscript/pyscript ```
-
pyscript (πŸ₯‰24 Β· ⭐ 15K) - Home Page: https://pyscript.net Examples:.. Apache-2 +
Misago (πŸ₯‰24 Β· ⭐ 2.3K) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0 -- [GitHub](https://github.com/pyscript/pyscript) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 1.1K Β· πŸ“₯ 140 Β· πŸ“‹ 550 - 26% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/rafalp/Misago) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 480 Β· πŸ“¦ 45 Β· πŸ“‹ 1.1K - 5% open Β· ⏱️ 10.02.2023): ``` - git clone https://github.com/pyscript/pyscript + git clone https://github.com/rafalp/Misago ```
Wooey (πŸ₯‰24 Β· ⭐ 1.9K) - A Django app that creates automatic web UIs for Python scripts. BSD-3 @@ -3979,31 +4002,31 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/wooey/wooey ``` -- [PyPi](https://pypi.org/project/wooey) (πŸ“₯ 450 / month Β· πŸ“¦ 1 Β· ⏱️ 05.10.2022): +- [PyPi](https://pypi.org/project/wooey) (πŸ“₯ 370 / month Β· πŸ“¦ 1 Β· ⏱️ 05.10.2022): ``` pip install wooey ```
idom (πŸ₯‰24 Β· ⭐ 720) - Create highly interactive web pages purely in Python. MIT -- [GitHub](https://github.com/idom-team/idom) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 38 Β· πŸ“¦ 8 Β· πŸ“‹ 300 - 25% open Β· ⏱️ 03.02.2023): +- [GitHub](https://github.com/idom-team/idom) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 38 Β· πŸ“¦ 8 Β· πŸ“‹ 310 - 27% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/idom-team/idom ``` -- [PyPi](https://pypi.org/project/idom) (πŸ“₯ 3K / month Β· πŸ“¦ 6 Β· ⏱️ 29.01.2023): +- [PyPi](https://pypi.org/project/idom) (πŸ“₯ 2.7K / month Β· πŸ“¦ 8 Β· ⏱️ 29.01.2023): ``` pip install idom ```
-
trame (πŸ₯‰20 Β· ⭐ 110) - Trame lets you weave various components and technologies into a Web.. Apache-2 +
trame (πŸ₯‰22 Β· ⭐ 110) - Trame lets you weave various components and technologies into a Web.. Apache-2 -- [GitHub](https://github.com/Kitware/trame) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 27 Β· πŸ“₯ 30 Β· πŸ“‹ 36 - 25% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/Kitware/trame) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 28 Β· πŸ“₯ 31 Β· πŸ“‹ 39 - 25% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/Kitware/trame ``` -- [PyPi](https://pypi.org/project/trame) (πŸ“₯ 5K / month Β· πŸ“¦ 10 Β· ⏱️ 20.01.2023): +- [PyPi](https://pypi.org/project/trame) (πŸ“₯ 5.7K / month Β· πŸ“¦ 10 Β· ⏱️ 20.01.2023): ``` pip install trame ``` @@ -4018,7 +4041,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
flask-admin (πŸ₯‡39 Β· ⭐ 5.2K) - Simple and extensible administrative interface framework for.. BSD-3 +
flask-admin (πŸ₯‡39 Β· ⭐ 5.3K) - Simple and extensible administrative interface framework for.. BSD-3 - [GitHub](https://github.com/flask-admin/flask-admin) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 1.5K Β· πŸ“¦ 19K Β· πŸ“‹ 1.4K - 31% open Β· ⏱️ 02.02.2023): @@ -4034,9 +4057,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-admin ```
-
django-debug-toolbar (πŸ₯‡37 Β· ⭐ 7.4K) - A configurable set of panels that display various.. BSD-3 +
django-debug-toolbar (πŸ₯‡38 Β· ⭐ 7.4K) - A configurable set of panels that display various.. BSD-3 -- [GitHub](https://github.com/jazzband/django-debug-toolbar) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 1K Β· πŸ“₯ 180 Β· πŸ“¦ 62K Β· πŸ“‹ 830 - 7% open Β· ⏱️ 06.02.2023): +- [GitHub](https://github.com/jazzband/django-debug-toolbar) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 1K Β· πŸ“₯ 180 Β· πŸ“¦ 67K Β· πŸ“‹ 830 - 7% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/jazzband/django-debug-toolbar @@ -4052,7 +4075,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-grappelli (πŸ₯ˆ33 Β· ⭐ 3.4K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 -- [GitHub](https://github.com/sehmaschine/django-grappelli) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 650 Β· πŸ“¦ 5.3K Β· πŸ“‹ 700 - 1% open Β· ⏱️ 22.11.2022): +- [GitHub](https://github.com/sehmaschine/django-grappelli) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 650 Β· πŸ“¦ 5.4K Β· πŸ“‹ 700 - 1% open Β· ⏱️ 22.11.2022): ``` git clone https://github.com/sehmaschine/django-grappelli @@ -4068,7 +4091,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-admin-interface (πŸ₯ˆ30 Β· ⭐ 1.3K) - djangos default admin interface with superpowers -.. MIT -- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 150 Β· πŸ“‹ 160 - 9% open Β· ⏱️ 06.02.2023): +- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 150 Β· πŸ“‹ 160 - 10% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/fabiocaccamo/django-admin-interface @@ -4080,12 +4103,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fastapi-admin (πŸ₯‰23 Β· ⭐ 1.7K) - A fast admin dashboard based on FastAPI and TortoiseORM.. Apache-2 -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 230 Β· πŸ“¦ 81 Β· πŸ“‹ 100 - 35% open Β· ⏱️ 09.01.2023): +- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 230 Β· πŸ“¦ 100 Β· πŸ“‹ 100 - 35% open Β· ⏱️ 09.01.2023): ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 2.3K / month Β· ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 2.4K / month Β· ⏱️ 31.08.2021): ``` pip install fastapi-admin ``` @@ -4119,19 +4142,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Kong (πŸ₯‡37 Β· ⭐ 35K) - The Cloud-Native API Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 4.3K Β· πŸ“₯ 340K Β· πŸ“‹ 4.2K - 8% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/Kong/kong) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 4.4K Β· πŸ“₯ 340K Β· πŸ“‹ 4.1K - 7% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/kong/kong ``` -- [Docker Hub](https://hub.docker.com/r/_/kong) (πŸ“₯ 310M Β· ⭐ 710 Β· ⏱️ 01.02.2023): +- [Docker Hub](https://hub.docker.com/r/_/kong) (πŸ“₯ 310M Β· ⭐ 710 Β· ⏱️ 11.02.2023): ``` docker pull kong ```
tyk (πŸ₯‰28 Β· ⭐ 8.1K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 -- [GitHub](https://github.com/TykTechnologies/tyk) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 970 Β· πŸ“₯ 2.6K Β· πŸ“‹ 2K - 21% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/TykTechnologies/tyk) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 970 Β· πŸ“₯ 2.6K Β· πŸ“‹ 2K - 21% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/TykTechnologies/tyk @@ -4145,16 +4168,16 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-sqlalchemy (πŸ₯‡37 Β· ⭐ 3.9K) - Adds SQLAlchemy support to Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 900 Β· πŸ“₯ 410 Β· πŸ“¦ 300K Β· πŸ“‹ 600 - 0% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/pallets-eco/flask-sqlalchemy) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 900 Β· πŸ“₯ 420 Β· πŸ“¦ 310K Β· πŸ“‹ 600 - 0% open Β· ⏱️ 08.02.2023): ``` git clone https://github.com/pallets/flask-sqlalchemy ``` -- [PyPi](https://pypi.org/project/flask-sqlalchemy) (πŸ“₯ 5.6M / month Β· πŸ“¦ 56 Β· ⏱️ 31.01.2023): +- [PyPi](https://pypi.org/project/flask-sqlalchemy) (πŸ“₯ 5.5M / month Β· πŸ“¦ 56 Β· ⏱️ 31.01.2023): ``` pip install flask-sqlalchemy ``` -- [Conda](https://anaconda.org/conda-forge/flask-sqlalchemy) (πŸ“₯ 290K Β· ⏱️ 31.01.2023): +- [Conda](https://anaconda.org/conda-forge/flask-sqlalchemy) (πŸ“₯ 300K Β· ⏱️ 31.01.2023): ``` conda install -c conda-forge flask-sqlalchemy ``` @@ -4177,12 +4200,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-caching (πŸ₯‡33 Β· ⭐ 780) - A caching extension for Flask. BSD-3 -- [GitHub](https://github.com/pallets-eco/flask-caching) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 180 Β· πŸ“¦ 13K Β· πŸ“‹ 230 - 24% open Β· ⏱️ 12.01.2023): +- [GitHub](https://github.com/pallets-eco/flask-caching) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 180 Β· πŸ“¦ 14K Β· πŸ“‹ 230 - 24% open Β· ⏱️ 12.01.2023): ``` git clone https://github.com/pallets-eco/flask-caching ``` -- [PyPi](https://pypi.org/project/flask-caching) (πŸ“₯ 3.6M / month Β· πŸ“¦ 750 Β· ⏱️ 12.01.2023): +- [PyPi](https://pypi.org/project/flask-caching) (πŸ“₯ 3.5M / month Β· πŸ“¦ 760 Β· ⏱️ 12.01.2023): ``` pip install flask-caching ``` @@ -4191,9 +4214,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-caching ```
-
flask-limiter (πŸ₯‡31 Β· ⭐ 930) - Rate Limiting extension for Flask. MIT +
flask-limiter (πŸ₯‡31 Β· ⭐ 940) - Rate Limiting extension for Flask. MIT -- [GitHub](https://github.com/alisaifee/flask-limiter) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 120 Β· πŸ“₯ 110 Β· πŸ“¦ 4.5K Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/alisaifee/flask-limiter) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 120 Β· πŸ“₯ 110 Β· πŸ“¦ 5.5K Β· πŸ“‹ 150 - 0% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/alisaifee/flask-limiter @@ -4203,54 +4226,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install flask-limiter ```
-
flask-api (πŸ₯ˆ29 Β· ⭐ 1.4K) - Browsable web APIs for Flask. BSD-3 - -- [GitHub](https://github.com/flask-api/flask-api) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 180 Β· πŸ“¦ 5.6K Β· πŸ“‹ 65 - 20% open Β· ⏱️ 01.12.2022): - - ``` - git clone https://github.com/flask-api/flask-api - ``` -- [PyPi](https://pypi.org/project/flask-api) (πŸ“₯ 160K / month Β· πŸ“¦ 680 Β· ⏱️ 15.06.2021): - ``` - pip install flask-api - ``` -
flask-mongoengine (πŸ₯ˆ29 Β· ⭐ 820) - MongoEngine flask extension with WTF model forms.. BSD-3 -- [GitHub](https://github.com/MongoEngine/flask-mongoengine) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 240 Β· πŸ“¦ 8.4K Β· πŸ“‹ 290 - 19% open Β· ⏱️ 16.08.2022): +- [GitHub](https://github.com/MongoEngine/flask-mongoengine) (πŸ‘¨β€πŸ’» 90 Β· πŸ”€ 240 Β· πŸ“¦ 8.5K Β· πŸ“‹ 290 - 19% open Β· ⏱️ 16.08.2022): ``` git clone https://github.com/MongoEngine/flask-mongoengine ``` -- [PyPi](https://pypi.org/project/flask-mongoengine) (πŸ“₯ 85K / month Β· πŸ“¦ 1.4K Β· ⏱️ 21.11.2020): +- [PyPi](https://pypi.org/project/flask-mongoengine) (πŸ“₯ 81K / month Β· πŸ“¦ 1.4K Β· ⏱️ 21.11.2020): ``` pip install flask-mongoengine ```
flask-cors (πŸ₯ˆ29 Β· ⭐ 810) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT -- [GitHub](https://github.com/corydolphin/flask-cors) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 120 Β· πŸ“¦ 190K Β· πŸ“‹ 140 - 29% open Β· ⏱️ 25.11.2022): +- [GitHub](https://github.com/corydolphin/flask-cors) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 120 Β· πŸ“¦ 200K Β· πŸ“‹ 140 - 29% open Β· ⏱️ 25.11.2022): ``` git clone https://github.com/corydolphin/flask-cors ``` -- [PyPi](https://pypi.org/project/flask-cors) (πŸ“₯ 5.5M / month Β· πŸ“¦ 8K Β· ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/flask-cors) (πŸ“₯ 5.4M / month Β· πŸ“¦ 8K Β· ⏱️ 06.01.2021): ``` pip install flask-cors ``` -- [Conda](https://anaconda.org/conda-forge/flask-cors) (πŸ“₯ 730K Β· ⏱️ 30.05.2021): +- [Conda](https://anaconda.org/conda-forge/flask-cors) (πŸ“₯ 740K Β· ⏱️ 30.05.2021): ``` conda install -c conda-forge flask-cors ```
flask-marshmallow (πŸ₯ˆ29 Β· ⭐ 780) - Flask + marshmallow for beautiful APIs. MIT -- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 54 Β· πŸ“¦ 22K Β· πŸ“‹ 110 - 25% open Β· ⏱️ 06.02.2023): +- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 54 Β· πŸ“¦ 22K Β· πŸ“‹ 110 - 25% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/marshmallow-code/flask-marshmallow ``` -- [PyPi](https://pypi.org/project/flask-marshmallow) (πŸ“₯ 530K / month Β· πŸ“¦ 800 Β· ⏱️ 28.09.2020): +- [PyPi](https://pypi.org/project/flask-marshmallow) (πŸ“₯ 520K / month Β· πŸ“¦ 800 Β· ⏱️ 28.09.2020): ``` pip install flask-marshmallow ``` @@ -4259,6 +4270,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-marshmallow ```
+
flask-api (πŸ₯ˆ28 Β· ⭐ 1.4K) - Browsable web APIs for Flask. BSD-3 + +- [GitHub](https://github.com/flask-api/flask-api) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 180 Β· πŸ“¦ 5.6K Β· πŸ“‹ 65 - 20% open Β· ⏱️ 01.12.2022): + + ``` + git clone https://github.com/flask-api/flask-api + ``` +- [PyPi](https://pypi.org/project/flask-api) (πŸ“₯ 160K / month Β· πŸ“¦ 680 Β· ⏱️ 15.06.2021): + ``` + pip install flask-api + ``` +
flask-apispec (πŸ₯ˆ27 Β· ⭐ 620) - Build and document REST APIs with Flask and apispec. MIT - [GitHub](https://github.com/jmcarp/flask-apispec) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 150 Β· πŸ“¦ 1.1K Β· πŸ“‹ 180 - 62% open Β· ⏱️ 11.08.2022): @@ -4266,7 +4289,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jmcarp/flask-apispec ``` -- [PyPi](https://pypi.org/project/flask-apispec) (πŸ“₯ 300K / month Β· πŸ“¦ 43 Β· ⏱️ 11.08.2022): +- [PyPi](https://pypi.org/project/flask-apispec) (πŸ“₯ 310K / month Β· πŸ“¦ 43 Β· ⏱️ 11.08.2022): ``` pip install flask-apispec ``` @@ -4282,7 +4305,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/python-babel/flask-babel ``` -- [PyPi](https://pypi.org/project/flask-babel) (πŸ“₯ 2.6M / month Β· πŸ“¦ 12 Β· ⏱️ 29.01.2023): +- [PyPi](https://pypi.org/project/flask-babel) (πŸ“₯ 2.5M / month Β· πŸ“¦ 12 Β· ⏱️ 29.01.2023): ``` pip install flask-babel ``` @@ -4293,12 +4316,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-bcrypt (πŸ₯ˆ27 Β· ⭐ 310 Β· πŸ’€) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 -- [GitHub](https://github.com/maxcountryman/flask-bcrypt) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 61 Β· πŸ“¦ 46K Β· πŸ“‹ 45 - 8% open Β· ⏱️ 05.04.2022): +- [GitHub](https://github.com/maxcountryman/flask-bcrypt) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 61 Β· πŸ“¦ 47K Β· πŸ“‹ 45 - 8% open Β· ⏱️ 05.04.2022): ``` git clone https://github.com/maxcountryman/flask-bcrypt ``` -- [PyPi](https://pypi.org/project/flask-bcrypt) (πŸ“₯ 940K / month Β· πŸ“¦ 3K Β· ⏱️ 05.04.2022): +- [PyPi](https://pypi.org/project/flask-bcrypt) (πŸ“₯ 930K / month Β· πŸ“¦ 3K Β· ⏱️ 05.04.2022): ``` pip install flask-bcrypt ``` @@ -4314,7 +4337,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/johnwheeler/flask-ask ``` -- [PyPi](https://pypi.org/project/flask-ask) (πŸ“₯ 890 / month Β· πŸ“¦ 130 Β· ⏱️ 28.02.2018): +- [PyPi](https://pypi.org/project/flask-ask) (πŸ“₯ 910 / month Β· πŸ“¦ 130 Β· ⏱️ 28.02.2018): ``` pip install flask-ask ``` @@ -4337,12 +4360,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Flask-Moment (πŸ₯‰24 Β· ⭐ 360) - Formatting of dates and times in Flask templates using.. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 51 Β· πŸ“‹ 47 - 2% open Β· ⏱️ 05.10.2022): +- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 51 Β· πŸ“‹ 47 - 2% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/miguelgrinberg/Flask-Moment ``` -- [PyPi](https://pypi.org/project/flask-moment) (πŸ“₯ 33K / month Β· πŸ“¦ 2.3K Β· ⏱️ 05.10.2022): +- [PyPi](https://pypi.org/project/flask-moment) (πŸ“₯ 32K / month Β· πŸ“¦ 2.3K Β· ⏱️ 05.10.2022): ``` pip install flask-moment ``` @@ -4353,12 +4376,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-paginate (πŸ₯‰24 Β· ⭐ 260) - Pagination support for flask. BSD-3 -- [GitHub](https://github.com/lixxu/flask-paginate) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 79 Β· πŸ“₯ 40 Β· πŸ“¦ 2.5K Β· πŸ“‹ 72 - 11% open Β· ⏱️ 16.09.2022): +- [GitHub](https://github.com/lixxu/flask-paginate) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 79 Β· πŸ“₯ 41 Β· πŸ“¦ 2.6K Β· πŸ“‹ 72 - 11% open Β· ⏱️ 16.09.2022): ``` git clone https://github.com/lixxu/flask-paginate ``` -- [PyPi](https://pypi.org/project/flask-paginate) (πŸ“₯ 34K / month Β· πŸ“¦ 46 Β· ⏱️ 09.01.2022): +- [PyPi](https://pypi.org/project/flask-paginate) (πŸ“₯ 36K / month Β· πŸ“¦ 46 Β· ⏱️ 09.01.2022): ``` pip install flask-paginate ``` @@ -4374,107 +4397,107 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/Frozen-Flask/Frozen-Flask ``` -- [PyPi](https://pypi.org/project/frozen-flask) (πŸ“₯ 22K / month Β· πŸ“¦ 580 Β· ⏱️ 15.06.2021): +- [PyPi](https://pypi.org/project/frozen-flask) (πŸ“₯ 23K / month Β· πŸ“¦ 580 Β· ⏱️ 15.06.2021): ``` pip install frozen-flask ``` -- [Conda](https://anaconda.org/conda-forge/frozen-flask) (πŸ“₯ 69K Β· ⏱️ 12.07.2018): +- [Conda](https://anaconda.org/conda-forge/frozen-flask) (πŸ“₯ 70K Β· ⏱️ 12.07.2018): ``` conda install -c conda-forge frozen-flask ```
-
flask-jsonrpc (πŸ₯‰23 Β· ⭐ 270) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 +
flask_pydantic (πŸ₯‰23 Β· ⭐ 260) - flask extension for integration with the awesome pydantic.. MIT -- [GitHub](https://github.com/cenobites/flask-jsonrpc) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 62 Β· πŸ“₯ 5 Β· πŸ“¦ 210 Β· πŸ“‹ 64 - 1% open Β· ⏱️ 19.11.2022): +- [GitHub](https://github.com/bauerji/flask-pydantic) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 36 Β· πŸ“¦ 320 Β· πŸ“‹ 34 - 35% open Β· ⏱️ 02.01.2023): ``` - git clone https://github.com/cenobites/flask-jsonrpc + git clone https://github.com/bauerji/flask_pydantic ``` -- [PyPi](https://pypi.org/project/rpc) (πŸ“₯ 220 / month Β· πŸ“¦ 6 Β· ⏱️ 28.04.2012): +- [PyPi](https://pypi.org/project/flask_pydantic) (πŸ“₯ 63K / month Β· πŸ“¦ 5 Β· ⏱️ 25.09.2022): ``` - pip install rpc + pip install flask_pydantic ```
-
flask_pydantic (πŸ₯‰23 Β· ⭐ 260) - flask extension for integration with the awesome pydantic.. MIT +
flask-rebar (πŸ₯‰23 Β· ⭐ 220) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT -- [GitHub](https://github.com/bauerji/flask-pydantic) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 35 Β· πŸ“¦ 310 Β· πŸ“‹ 34 - 35% open Β· ⏱️ 02.01.2023): +- [GitHub](https://github.com/plangrid/flask-rebar) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 35 Β· πŸ“¦ 48 Β· πŸ“‹ 100 - 45% open Β· ⏱️ 29.11.2022): ``` - git clone https://github.com/bauerji/flask_pydantic + git clone https://github.com/plangrid/flask-rebar ``` -- [PyPi](https://pypi.org/project/flask_pydantic) (πŸ“₯ 62K / month Β· πŸ“¦ 3 Β· ⏱️ 25.09.2022): +- [PyPi](https://pypi.org/project/flask-rebar) (πŸ“₯ 15K / month Β· πŸ“¦ 4 Β· ⏱️ 29.11.2022): ``` - pip install flask_pydantic + pip install flask-rebar ```
-
flask-rebar (πŸ₯‰23 Β· ⭐ 220) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT +
safrs (πŸ₯‰22 Β· ⭐ 370) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 -- [GitHub](https://github.com/plangrid/flask-rebar) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 35 Β· πŸ“¦ 44 Β· πŸ“‹ 100 - 45% open Β· ⏱️ 29.11.2022): +- [GitHub](https://github.com/thomaxxl/safrs) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 67 Β· πŸ“¦ 77 Β· πŸ“‹ 87 - 13% open Β· ⏱️ 14.02.2023): ``` - git clone https://github.com/plangrid/flask-rebar + git clone https://github.com/thomaxxl/safrs ``` -- [PyPi](https://pypi.org/project/flask-rebar) (πŸ“₯ 17K / month Β· πŸ“¦ 4 Β· ⏱️ 29.11.2022): +- [PyPi](https://pypi.org/project/safrs) (πŸ“₯ 680 / month Β· πŸ“¦ 1 Β· ⏱️ 01.11.2022): ``` - pip install flask-rebar + pip install safrs ```
flask_injector (πŸ₯‰22 Β· ⭐ 250 Β· πŸ’€) - Adds Injector support to Flask. BSD-3 -- [GitHub](https://github.com/python-injector/flask_injector) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 36 Β· πŸ“¦ 740 Β· πŸ“‹ 48 - 22% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/python-injector/flask_injector) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 36 Β· πŸ“¦ 760 Β· πŸ“‹ 48 - 22% open Β· ⏱️ 15.06.2022): ``` git clone https://github.com/alecthomas/flask_injector ``` -- [PyPi](https://pypi.org/project/flask_injector) (πŸ“₯ 54K / month Β· πŸ“¦ 65 Β· ⏱️ 15.06.2022): +- [PyPi](https://pypi.org/project/flask_injector) (πŸ“₯ 49K / month Β· πŸ“¦ 65 Β· ⏱️ 15.06.2022): ``` pip install flask_injector ``` -- [Conda](https://anaconda.org/conda-forge/flask-injector) (πŸ“₯ 3.4K Β· ⏱️ 16.06.2022): +- [Conda](https://anaconda.org/conda-forge/flask-injector) (πŸ“₯ 3.5K Β· ⏱️ 16.06.2022): ``` conda install -c conda-forge flask-injector ```
cookiecutter-flask (πŸ₯‰21 Β· ⭐ 4.3K) - A flask template with Bootstrap, asset.. MIT -- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 740 Β· πŸ“‹ 180 - 3% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 740 Β· πŸ“‹ 180 - 3% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/cookiecutter-flask/cookiecutter-flask ```
-
safrs (πŸ₯‰21 Β· ⭐ 370) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 +
flask-jsonrpc (πŸ₯‰21 Β· ⭐ 270 Β· πŸ“‰) - Basic JSON-RPC implementation for your Flask-powered.. BSD-3 -- [GitHub](https://github.com/thomaxxl/safrs) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 67 Β· πŸ“¦ 77 Β· πŸ“‹ 83 - 9% open Β· ⏱️ 08.11.2022): +- [GitHub](https://github.com/cenobites/flask-jsonrpc) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 62 Β· πŸ“₯ 5 Β· πŸ“¦ 210 Β· πŸ“‹ 64 - 1% open Β· ⏱️ 19.11.2022): ``` - git clone https://github.com/thomaxxl/safrs + git clone https://github.com/cenobites/flask-jsonrpc ``` -- [PyPi](https://pypi.org/project/safrs) (πŸ“₯ 560 / month Β· πŸ“¦ 1 Β· ⏱️ 01.11.2022): +- [PyPi](https://pypi.org/project/rpc) (πŸ“₯ 230 / month Β· πŸ“¦ 6 Β· ⏱️ 28.04.2012): ``` - pip install safrs + pip install rpc ```
-
flask_jsondash (πŸ₯‰18 Β· ⭐ 3.3K Β· πŸ’€) - Build complex dashboards without any front-end code... MIT +
flask_jsondash (πŸ₯‰17 Β· ⭐ 3.3K Β· πŸ’€) - Build complex dashboards without any front-end code... MIT - [GitHub](https://github.com/christabor/flask_jsondash) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 290 Β· πŸ“‹ 160 - 30% open Β· ⏱️ 08.07.2022): ``` git clone https://github.com/christabor/flask_jsondash ``` -- [PyPi](https://pypi.org/project/flask_jsondash) (πŸ“₯ 31 / month Β· ⏱️ 13.06.2017): +- [PyPi](https://pypi.org/project/flask_jsondash) (πŸ“₯ 19 / month Β· ⏱️ 13.06.2017): ``` pip install flask_jsondash ```
-
flask-file-upload (πŸ₯‰18 Β· ⭐ 150) - Easy file uploads for Flask. MIT +
flask-file-upload (πŸ₯‰17 Β· ⭐ 150) - Easy file uploads for Flask. MIT - [GitHub](https://github.com/joegasewicz/flask-file-upload) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 13 Β· πŸ“¦ 67 Β· πŸ“‹ 73 - 17% open Β· ⏱️ 08.02.2023): ``` git clone https://github.com/joegasewicz/flask-file-upload ``` -- [PyPi](https://pypi.org/project/flask-file-upload) (πŸ“₯ 180 / month Β· ⏱️ 07.12.2021): +- [PyPi](https://pypi.org/project/flask-file-upload) (πŸ“₯ 140 / month Β· ⏱️ 07.12.2021): ``` pip install flask-file-upload ``` @@ -4486,7 +4509,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/numberly/flask2postman ``` -- [PyPi](https://pypi.org/project/flask2postman) (πŸ“₯ 1.1K / month Β· πŸ“¦ 1 Β· ⏱️ 16.01.2020): +- [PyPi](https://pypi.org/project/flask2postman) (πŸ“₯ 1K / month Β· πŸ“¦ 1 Β· ⏱️ 16.01.2020): ``` pip install flask2postman ``` @@ -4501,9 +4524,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - flask-talisman (πŸ₯‰22 Β· ⭐ 860 Β· πŸ’€) - HTTP security headers for Flask. Apache-2 - flask-profiler (πŸ₯‰22 Β· ⭐ 720 Β· πŸ’€) - a flask profiler which watches endpoint calls and tries.. MIT - flask-s3 (πŸ₯‰22 Β· ⭐ 190 Β· πŸ’€) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL +- Flask-Opentracing (πŸ₯‰20 Β· ⭐ 130 Β· πŸ’€) - OpenTracing instrumentation for the Flask.. BSD-3 - flask-ngrok (πŸ₯‰20 Β· ⭐ 120 Β· πŸ’€) - A simple way to demo Flask apps from your machine. Apache-2 - flask-msearch (πŸ₯‰19 Β· ⭐ 200 Β· πŸ’€) - Full text search for flask. BSD-3 -- Flask-Opentracing (πŸ₯‰18 Β· ⭐ 130 Β· πŸ’€) - OpenTracing instrumentation for the Flask.. BSD-3

@@ -4511,21 +4534,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
slowapi (πŸ₯‡26 Β· ⭐ 580) - A rate limiter for Starlette and FastAPI. MIT +
slowapi (πŸ₯‡26 Β· ⭐ 590) - A rate limiter for Starlette and FastAPI. MIT -- [GitHub](https://github.com/laurentS/slowapi) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 52 Β· πŸ“¦ 770 Β· πŸ“‹ 74 - 37% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/laurentS/slowapi) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 52 Β· πŸ“¦ 830 Β· πŸ“‹ 72 - 36% open Β· ⏱️ 08.02.2023): ``` git clone https://github.com/laurents/slowapi ``` -- [PyPi](https://pypi.org/project/slowapi) (πŸ“₯ 84K / month Β· πŸ“¦ 7 Β· ⏱️ 28.11.2022): +- [PyPi](https://pypi.org/project/slowapi) (πŸ“₯ 87K / month Β· πŸ“¦ 9 Β· ⏱️ 28.11.2022): ``` pip install slowapi ```
fastapi-crudrouter (πŸ₯‡25 Β· ⭐ 1K) - A dynamic FastAPI router that automatically creates CRUD.. MIT -- [GitHub](https://github.com/awtkns/fastapi-crudrouter) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 120 Β· πŸ“₯ 7 Β· πŸ“¦ 130 Β· πŸ“‹ 94 - 58% open Β· ⏱️ 28.01.2023): +- [GitHub](https://github.com/awtkns/fastapi-crudrouter) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 120 Β· πŸ“₯ 7 Β· πŸ“¦ 140 Β· πŸ“‹ 94 - 58% open Β· ⏱️ 28.01.2023): ``` git clone https://github.com/awtkns/fastapi-crudrouter @@ -4537,31 +4560,31 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fastapi-admin/fastapi-admin (πŸ₯ˆ23 Β· ⭐ 1.7K) - A fast admin dashboard based on FastAPI and.. Apache-2 -- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 230 Β· πŸ“¦ 81 Β· πŸ“‹ 100 - 35% open Β· ⏱️ 09.01.2023): +- [GitHub](https://github.com/fastapi-admin/fastapi-admin) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 230 Β· πŸ“¦ 100 Β· πŸ“‹ 100 - 35% open Β· ⏱️ 09.01.2023): ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 2.3K / month Β· ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (πŸ“₯ 2.4K / month Β· ⏱️ 31.08.2021): ``` pip install fastapi-admin ```
fastapi-code-generator (πŸ₯ˆ23 Β· ⭐ 660) - This code generator creates FastAPI app from an.. MIT -- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 73 Β· πŸ“¦ 48 Β· πŸ“‹ 61 - 59% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 75 Β· πŸ“¦ 140 Β· πŸ“‹ 65 - 60% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/koxudaxi/fastapi-code-generator ``` -- [PyPi](https://pypi.org/project/fastapi-code-generator) (πŸ“₯ 4.4K / month Β· ⏱️ 17.01.2023): +- [PyPi](https://pypi.org/project/fastapi-code-generator) (πŸ“₯ 4.8K / month Β· πŸ“¦ 1 Β· ⏱️ 17.01.2023): ``` pip install fastapi-code-generator ```
fastapi-sqlalchemy (πŸ₯ˆ23 Β· ⭐ 470) - Adds simple SQLAlchemy support to FastAPI. MIT -- [GitHub](https://github.com/mfreeborn/fastapi-sqlalchemy) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 33 Β· πŸ“¦ 950 Β· πŸ“‹ 19 - 52% open Β· ⏱️ 25.09.2022): +- [GitHub](https://github.com/mfreeborn/fastapi-sqlalchemy) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 33 Β· πŸ“¦ 1K Β· πŸ“‹ 19 - 52% open Β· ⏱️ 25.09.2022): ``` git clone https://github.com/mfreeborn/fastapi-sqlalchemy @@ -4571,26 +4594,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install fastapi-sqlalchemy ```
-
sqladmin (πŸ₯ˆ22 Β· ⭐ 750) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 +
sqladmin (πŸ₯ˆ22 Β· ⭐ 770) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 -- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 91 Β· πŸ“‹ 110 - 14% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/aminalaee/sqladmin) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 91 Β· πŸ“‹ 110 - 14% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/aminalaee/sqladmin ``` -- [PyPi](https://pypi.org/project/sqladmin) (πŸ“₯ 15K / month Β· πŸ“¦ 1 Β· ⏱️ 22.11.2022): +- [PyPi](https://pypi.org/project/sqladmin) (πŸ“₯ 16K / month Β· πŸ“¦ 1 Β· ⏱️ 22.11.2022): ``` pip install sqladmin ```
fastapi-mvc (πŸ₯‰20 Β· ⭐ 300) - Developer productivity tool for making high-quality FastAPI.. MIT -- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 34 Β· πŸ“₯ 120 Β· πŸ“‹ 120 - 16% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 34 Β· πŸ“₯ 120 Β· πŸ“‹ 120 - 16% open Β· ⏱️ 12.02.2023): ``` git clone https://github.com/rszamszur/fastapi-mvc ``` -- [PyPi](https://pypi.org/project/fastapi-mvc) (πŸ“₯ 260 / month Β· ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/fastapi-mvc) (πŸ“₯ 280 / month Β· ⏱️ 09.01.2023): ``` pip install fastapi-mvc ``` @@ -4602,47 +4625,47 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/stephenhillier/starlette_exporter ``` -- [PyPi](https://pypi.org/project/starlette_exporter) (πŸ“₯ 320K / month Β· πŸ“¦ 4 Β· ⏱️ 20.01.2023): +- [PyPi](https://pypi.org/project/starlette_exporter) (πŸ“₯ 330K / month Β· πŸ“¦ 4 Β· ⏱️ 20.01.2023): ``` pip install starlette_exporter ```
-
fastapi-socketio (πŸ₯‰18 Β· ⭐ 220) - Easily integrate socket.io with your FastAPI app. Apache-2 +
fastapi-plugins (πŸ₯‰19 Β· ⭐ 250) - FastAPI framework plugins. MIT -- [GitHub](https://github.com/pyropy/fastapi-socketio) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 20 Β· πŸ“¦ 170 Β· πŸ“‹ 26 - 50% open Β· ⏱️ 23.11.2022): +- [GitHub](https://github.com/madkote/fastapi-plugins) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 18 Β· πŸ“¦ 86 Β· πŸ“‹ 15 - 20% open Β· ⏱️ 10.02.2023): ``` - git clone https://github.com/pyropy/fastapi-socketio + git clone https://github.com/madkote/fastapi-plugins ``` -- [PyPi](https://pypi.org/project/fastapi-socketio) (πŸ“₯ 14K / month Β· πŸ“¦ 1 Β· ⏱️ 06.12.2021): +- [PyPi](https://pypi.org/project/fastapi-plugins) (πŸ“₯ 5.5K / month Β· πŸ“¦ 1 Β· ⏱️ 20.09.2022): ``` - pip install fastapi-socketio + pip install fastapi-plugins ```
-
fastapi-react (πŸ₯‰17 Β· ⭐ 1.5K Β· πŸ’€) - Cookiecutter Template for FastAPI + React Projects... MIT +
fastapi-socketio (πŸ₯‰19 Β· ⭐ 220) - Easily integrate socket.io with your FastAPI app. Apache-2 -- [GitHub](https://github.com/Buuntu/fastapi-react) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 250 Β· πŸ“‹ 72 - 48% open Β· ⏱️ 18.02.2022): +- [GitHub](https://github.com/pyropy/fastapi-socketio) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 20 Β· πŸ“¦ 200 Β· πŸ“‹ 26 - 50% open Β· ⏱️ 23.11.2022): ``` - git clone https://github.com/Buuntu/fastapi-react + git clone https://github.com/pyropy/fastapi-socketio + ``` +- [PyPi](https://pypi.org/project/fastapi-socketio) (πŸ“₯ 12K / month Β· πŸ“¦ 1 Β· ⏱️ 06.12.2021): + ``` + pip install fastapi-socketio ```
-
fastapi-plugins (πŸ₯‰17 Β· ⭐ 250) - FastAPI framework plugins. MIT +
fastapi-react (πŸ₯‰18 Β· ⭐ 1.5K Β· πŸ’€) - Cookiecutter Template for FastAPI + React Projects... MIT -- [GitHub](https://github.com/madkote/fastapi-plugins) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 18 Β· πŸ“¦ 69 Β· πŸ“‹ 14 - 21% open Β· ⏱️ 24.11.2022): +- [GitHub](https://github.com/Buuntu/fastapi-react) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 250 Β· πŸ“‹ 72 - 48% open Β· ⏱️ 18.02.2022): ``` - git clone https://github.com/madkote/fastapi-plugins - ``` -- [PyPi](https://pypi.org/project/fastapi-plugins) (πŸ“₯ 5.7K / month Β· πŸ“¦ 1 Β· ⏱️ 20.09.2022): - ``` - pip install fastapi-plugins + git clone https://github.com/Buuntu/fastapi-react ```
Show 6 hidden projects... - fastapi-utils (πŸ₯ˆ24 Β· ⭐ 1.3K Β· πŸ’€) - Reusable utilities for FastAPI. MIT -- fastapi-versioning (πŸ₯‰17 Β· ⭐ 490 Β· πŸ’€) - api versioning for fastapi web applications. MIT +- fastapi-versioning (πŸ₯‰18 Β· ⭐ 500 Β· πŸ’€) - api versioning for fastapi web applications. MIT - fastapi_contrib (πŸ₯‰16 Β· ⭐ 550 Β· πŸ’€) - Opinionated set of utilities on top of FastAPI. MIT - fastapi_cache (πŸ₯‰15 Β· ⭐ 190 Β· πŸ’€) - FastAPI simple cache. MIT - fastapi_client (πŸ₯‰14 Β· ⭐ 290 Β· πŸ’€) - FastAPI client generator. Apache-2 @@ -4668,7 +4691,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-extensions (πŸ₯‡38 Β· ⭐ 6K) - This is a repository for collecting global custom.. MIT -- [GitHub](https://github.com/django-extensions/django-extensions) (πŸ‘¨β€πŸ’» 570 Β· πŸ”€ 1.1K Β· πŸ“¦ 130K Β· πŸ“‹ 870 - 18% open Β· ⏱️ 27.12.2022): +- [GitHub](https://github.com/django-extensions/django-extensions) (πŸ‘¨β€πŸ’» 570 Β· πŸ”€ 1.1K Β· πŸ“¦ 140K Β· πŸ“‹ 870 - 18% open Β· ⏱️ 27.12.2022): ``` git clone https://github.com/django-extensions/django-extensions @@ -4684,12 +4707,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-import-export (πŸ₯‡37 Β· ⭐ 2.6K) - Django application and library for importing and.. BSD-2 -- [GitHub](https://github.com/django-import-export/django-import-export) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 740 Β· πŸ“¦ 29K Β· πŸ“‹ 900 - 13% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/django-import-export/django-import-export) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 740 Β· πŸ“¦ 30K Β· πŸ“‹ 900 - 13% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/django-import-export/django-import-export ``` -- [PyPi](https://pypi.org/project/django-import-export) (πŸ“₯ 740K / month Β· πŸ“¦ 1K Β· ⏱️ 13.12.2022): +- [PyPi](https://pypi.org/project/django-import-export) (πŸ“₯ 750K / month Β· πŸ“¦ 1K Β· ⏱️ 13.12.2022): ``` pip install django-import-export ``` @@ -4698,18 +4721,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-import-export ```
-
django-oscar (πŸ₯‡36 Β· ⭐ 5.6K) - Domain-driven e-commerce for Django. BSD-3 - -- [GitHub](https://github.com/django-oscar/django-oscar) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 2K Β· πŸ“¦ 960 Β· πŸ“‹ 1.5K - 12% open Β· ⏱️ 23.12.2022): - - ``` - git clone https://github.com/django-oscar/django-oscar - ``` -- [PyPi](https://pypi.org/project/django-oscar) (πŸ“₯ 20K / month Β· πŸ“¦ 270 Β· ⏱️ 23.12.2022): - ``` - pip install django-oscar - ``` -
channels (πŸ₯‡36 Β· ⭐ 5.5K) - Developer-friendly asynchrony for Django. BSD-3 - [GitHub](https://github.com/django/channels) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 760 Β· πŸ“‹ 1.2K - 7% open Β· ⏱️ 08.02.2023): @@ -4717,7 +4728,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django/channels ``` -- [PyPi](https://pypi.org/project/channels) (πŸ“₯ 620K / month Β· πŸ“¦ 1.3K Β· ⏱️ 15.10.2022): +- [PyPi](https://pypi.org/project/channels) (πŸ“₯ 630K / month Β· πŸ“¦ 1.3K Β· ⏱️ 15.10.2022): ``` pip install channels ``` @@ -4728,7 +4739,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-cors-headers (πŸ₯‡36 Β· ⭐ 4.9K) - Django app for handling the server headers required.. MIT -- [GitHub](https://github.com/adamchainz/django-cors-headers) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 530 Β· πŸ“¦ 140K Β· πŸ“‹ 260 - 4% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/adamchainz/django-cors-headers) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 530 Β· πŸ“¦ 150K Β· πŸ“‹ 260 - 4% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/adamchainz/django-cors-headers @@ -4737,14 +4748,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-cors-headers ``` -- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (πŸ“₯ 61K Β· ⏱️ 06.06.2022): +- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (πŸ“₯ 62K Β· ⏱️ 06.06.2022): ``` conda install -c conda-forge django-cors-headers ```
django-simple-history (πŸ₯‡36 Β· ⭐ 1.8K) - Store model history and view/revert changes from.. BSD-3 -- [GitHub](https://github.com/jazzband/django-simple-history) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 420 Β· πŸ“¦ 3.6K Β· πŸ“‹ 520 - 24% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/jazzband/django-simple-history) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 420 Β· πŸ“¦ 3.7K Β· πŸ“‹ 510 - 23% open Β· ⏱️ 10.02.2023): ``` git clone https://github.com/jazzband/django-simple-history @@ -4754,97 +4765,97 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-simple-history ```
-
django-storages (πŸ₯‡35 Β· ⭐ 2.3K) - Django-storages is a project to provide a variety of.. BSD-3 +
django-stubs (πŸ₯‡36 Β· ⭐ 1.1K) - PEP-484 stubs for Django. MIT -- [GitHub](https://github.com/jschneier/django-storages) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 800 Β· πŸ“‹ 640 - 31% open Β· ⏱️ 01.01.2023): +- [GitHub](https://github.com/typeddjango/django-stubs) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 310 Β· πŸ“¦ 7.5K Β· πŸ“‹ 560 - 38% open Β· ⏱️ 10.02.2023): ``` - git clone https://github.com/jschneier/django-storages + git clone https://github.com/typeddjango/django-stubs ``` -- [PyPi](https://pypi.org/project/django-storages) (πŸ“₯ 2.3M / month Β· πŸ“¦ 4.9K Β· ⏱️ 23.12.2022): +- [PyPi](https://pypi.org/project/django-stubs) (πŸ“₯ 720K / month Β· πŸ“¦ 80 Β· ⏱️ 26.01.2023): ``` - pip install django-storages + pip install django-stubs ``` -- [Conda](https://anaconda.org/conda-forge/django-storages) (πŸ“₯ 44K Β· ⏱️ 23.12.2022): +- [Conda](https://anaconda.org/conda-forge/django-stubs) (πŸ“₯ 10K Β· ⏱️ 27.01.2023): ``` - conda install -c conda-forge django-storages + conda install -c conda-forge django-stubs ```
-
dj-database-url (πŸ₯‡35 Β· ⭐ 1.3K) - Use Database URLs in your Django Application. BSD-3 +
django-oscar (πŸ₯‡35 Β· ⭐ 5.6K Β· πŸ“‰) - Domain-driven e-commerce for Django. BSD-3 -- [GitHub](https://github.com/jazzband/dj-database-url) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 200 Β· πŸ“¦ 220K Β· πŸ“‹ 82 - 2% open Β· ⏱️ 31.01.2023): +- [GitHub](https://github.com/django-oscar/django-oscar) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 2.1K Β· πŸ“¦ 970 Β· πŸ“‹ 1.5K - 12% open Β· ⏱️ 23.12.2022): ``` - git clone https://github.com/jacobian/dj-database-url + git clone https://github.com/django-oscar/django-oscar ``` -- [PyPi](https://pypi.org/project/dj-database-url) (πŸ“₯ 1.2M / month Β· πŸ“¦ 21K Β· ⏱️ 13.12.2022): +- [PyPi](https://pypi.org/project/django-oscar) (πŸ“₯ 20K / month Β· πŸ“¦ 270 Β· ⏱️ 23.12.2022): ``` - pip install dj-database-url + pip install django-oscar ```
-
django-stubs (πŸ₯‡35 Β· ⭐ 1.1K) - PEP-484 stubs for Django. MIT +
django-filter (πŸ₯‡35 Β· ⭐ 3.9K) - A generic system for filtering Django QuerySets based on.. BSD-3 -- [GitHub](https://github.com/typeddjango/django-stubs) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 310 Β· πŸ“¦ 3.6K Β· πŸ“‹ 560 - 38% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/carltongibson/django-filter) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 710 Β· πŸ“¦ 120K Β· πŸ“‹ 800 - 9% open Β· ⏱️ 10.02.2023): ``` - git clone https://github.com/typeddjango/django-stubs + git clone https://github.com/carltongibson/django-filter ``` -- [PyPi](https://pypi.org/project/django-stubs) (πŸ“₯ 710K / month Β· πŸ“¦ 80 Β· ⏱️ 26.01.2023): +- [PyPi](https://pypi.org/project/django-filter) (πŸ“₯ 3.1M / month Β· πŸ“¦ 8.7K Β· ⏱️ 17.06.2022): ``` - pip install django-stubs + pip install django-filter ``` -- [Conda](https://anaconda.org/conda-forge/django-stubs) (πŸ“₯ 10K Β· ⏱️ 27.01.2023): +- [Conda](https://anaconda.org/conda-forge/django-filter) (πŸ“₯ 93K Β· ⏱️ 17.06.2022): ``` - conda install -c conda-forge django-stubs + conda install -c conda-forge django-filter ```
-
django-filter (πŸ₯ˆ34 Β· ⭐ 3.9K) - A generic system for filtering Django QuerySets based on.. BSD-3 +
django-storages (πŸ₯‡35 Β· ⭐ 2.3K) - Django-storages is a project to provide a variety of.. BSD-3 -- [GitHub](https://github.com/carltongibson/django-filter) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 710 Β· πŸ“¦ 110K Β· πŸ“‹ 800 - 9% open Β· ⏱️ 06.01.2023): +- [GitHub](https://github.com/jschneier/django-storages) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 800 Β· πŸ“‹ 650 - 30% open Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/carltongibson/django-filter + git clone https://github.com/jschneier/django-storages ``` -- [PyPi](https://pypi.org/project/django-filter) (πŸ“₯ 3.1M / month Β· πŸ“¦ 8.7K Β· ⏱️ 17.06.2022): +- [PyPi](https://pypi.org/project/django-storages) (πŸ“₯ 2.3M / month Β· πŸ“¦ 4.9K Β· ⏱️ 23.12.2022): ``` - pip install django-filter + pip install django-storages ``` -- [Conda](https://anaconda.org/conda-forge/django-filter) (πŸ“₯ 93K Β· ⏱️ 17.06.2022): +- [Conda](https://anaconda.org/conda-forge/django-storages) (πŸ“₯ 44K Β· ⏱️ 23.12.2022): ``` - conda install -c conda-forge django-filter + conda install -c conda-forge django-storages ```
-
django-haystack (πŸ₯ˆ34 Β· ⭐ 3.4K) - Modular search for Django. BSD-3 +
dj-database-url (πŸ₯‡35 Β· ⭐ 1.3K) - Use Database URLs in your Django Application. BSD-3 -- [GitHub](https://github.com/django-haystack/django-haystack) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.3K Β· πŸ“¦ 8.6K Β· πŸ“‹ 1.3K - 43% open Β· ⏱️ 30.01.2023): +- [GitHub](https://github.com/jazzband/dj-database-url) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 200 Β· πŸ“¦ 220K Β· πŸ“‹ 83 - 2% open Β· ⏱️ 14.02.2023): ``` - git clone https://github.com/django-haystack/django-haystack - ``` -- [PyPi](https://pypi.org/project/django-haystack) (πŸ“₯ 130K / month Β· πŸ“¦ 2.8K Β· ⏱️ 03.05.2022): - ``` - pip install django-haystack + git clone https://github.com/jacobian/dj-database-url ``` -- [Conda](https://anaconda.org/conda-forge/django-haystack) (πŸ“₯ 5.1K Β· ⏱️ 31.05.2018): +- [PyPi](https://pypi.org/project/dj-database-url) (πŸ“₯ 1.2M / month Β· πŸ“¦ 21K Β· ⏱️ 13.12.2022): ``` - conda install -c conda-forge django-haystack + pip install dj-database-url ```
-
django-reversion (πŸ₯ˆ34 Β· ⭐ 2.8K) - django-reversion is an extension to the Django web.. BSD-3 +
django-haystack (πŸ₯ˆ34 Β· ⭐ 3.4K) - Modular search for Django. BSD-3 -- [GitHub](https://github.com/etianen/django-reversion) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 470 Β· πŸ“¦ 6.7K Β· πŸ“‹ 630 - 2% open Β· ⏱️ 07.01.2023): +- [GitHub](https://github.com/django-haystack/django-haystack) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 1.3K Β· πŸ“¦ 8.8K Β· πŸ“‹ 1.3K - 43% open Β· ⏱️ 30.01.2023): ``` - git clone https://github.com/etianen/django-reversion + git clone https://github.com/django-haystack/django-haystack ``` -- [PyPi](https://pypi.org/project/django-reversion) (πŸ“₯ 280K / month Β· πŸ“¦ 2.1K Β· ⏱️ 12.11.2022): +- [PyPi](https://pypi.org/project/django-haystack) (πŸ“₯ 130K / month Β· πŸ“¦ 2.8K Β· ⏱️ 03.05.2022): ``` - pip install django-reversion + pip install django-haystack + ``` +- [Conda](https://anaconda.org/conda-forge/django-haystack) (πŸ“₯ 5.2K Β· ⏱️ 31.05.2018): + ``` + conda install -c conda-forge django-haystack ```
django-environ (πŸ₯ˆ34 Β· ⭐ 2.7K Β· πŸ’€) - Django-environ allows you to utilize 12factor inspired.. MIT -- [GitHub](https://github.com/joke2k/django-environ) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 290 Β· πŸ“₯ 7 Β· πŸ“¦ 120K Β· πŸ“‹ 220 - 30% open Β· ⏱️ 15.06.2022): +- [GitHub](https://github.com/joke2k/django-environ) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 290 Β· πŸ“₯ 7 Β· πŸ“¦ 130K Β· πŸ“‹ 220 - 30% open Β· ⏱️ 15.06.2022): ``` git clone https://github.com/joke2k/django-environ @@ -4865,7 +4876,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-compressor/django-compressor ``` -- [PyPi](https://pypi.org/project/django-compressor) (πŸ“₯ 480K / month Β· πŸ“¦ 290 Β· ⏱️ 22.01.2023): +- [PyPi](https://pypi.org/project/django-compressor) (πŸ“₯ 450K / month Β· πŸ“¦ 290 Β· ⏱️ 22.01.2023): ``` pip install django-compressor ``` @@ -4884,7 +4895,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-tables2 (πŸ₯ˆ34 Β· ⭐ 1.6K) - django-tables2 - An app for creating HTML tables. BSD-2 -- [GitHub](https://github.com/jieter/django-tables2) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 410 Β· πŸ“¦ 5.7K Β· πŸ“‹ 550 - 11% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/jieter/django-tables2) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 410 Β· πŸ“¦ 5.9K Β· πŸ“‹ 550 - 11% open Β· ⏱️ 07.02.2023): ``` git clone https://github.com/jieter/django-tables2 @@ -4893,25 +4904,49 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-tables2 ``` -- [Conda](https://anaconda.org/conda-forge/django-tables2) (πŸ“₯ 2.7K Β· ⏱️ 29.01.2023): +- [Conda](https://anaconda.org/conda-forge/django-tables2) (πŸ“₯ 2.9K Β· ⏱️ 12.02.2023): ``` conda install -c conda-forge django-tables2 ```
-
django-webpack-loader (πŸ₯ˆ33 Β· ⭐ 2.4K) - Transparently use webpack with django. MIT +
django-pipeline (πŸ₯ˆ34 Β· ⭐ 1.5K) - Pipeline is an asset packaging library for Django. MIT -- [GitHub](https://github.com/django-webpack/django-webpack-loader) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 330 Β· πŸ“¦ 8.1K Β· πŸ“‹ 180 - 16% open Β· ⏱️ 06.02.2023): +- [GitHub](https://github.com/jazzband/django-pipeline) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 380 Β· πŸ“¦ 2.2K Β· πŸ“‹ 470 - 32% open Β· ⏱️ 10.02.2023): ``` - git clone https://github.com/django-webpack/django-webpack-loader + git clone https://github.com/jazzband/django-pipeline ``` -- [PyPi](https://pypi.org/project/django-webpack-loader) (πŸ“₯ 360K / month Β· πŸ“¦ 990 Β· ⏱️ 09.12.2022): +- [PyPi](https://pypi.org/project/django-pipeline) (πŸ“₯ 95K / month Β· πŸ“¦ 1.1K Β· ⏱️ 24.01.2023): ``` - pip install django-webpack-loader + pip install django-pipeline ``` -- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (πŸ“₯ 4.8K Β· ⏱️ 17.11.2021): +
+
Django-Ninja (πŸ₯ˆ33 Β· ⭐ 4.1K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT + +- [GitHub](https://github.com/vitalik/django-ninja) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 260 Β· πŸ“¦ 1.1K Β· πŸ“‹ 470 - 35% open Β· ⏱️ 10.02.2023): + ``` - conda install -c conda-forge django-webpack-loader + git clone https://github.com/vitalik/django-ninja + ``` +- [PyPi](https://pypi.org/project/django-ninja) (πŸ“₯ 86K / month Β· πŸ“¦ 9 Β· ⏱️ 17.12.2022): + ``` + pip install django-ninja + ``` +- [Conda](https://anaconda.org/conda-forge/django-ninja) (πŸ“₯ 5K Β· ⏱️ 17.12.2022): + ``` + conda install -c conda-forge django-ninja + ``` +
+
django-reversion (πŸ₯ˆ33 Β· ⭐ 2.8K) - django-reversion is an extension to the Django web.. BSD-3 + +- [GitHub](https://github.com/etianen/django-reversion) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 470 Β· πŸ“¦ 6.9K Β· πŸ“‹ 630 - 2% open Β· ⏱️ 07.01.2023): + + ``` + git clone https://github.com/etianen/django-reversion + ``` +- [PyPi](https://pypi.org/project/django-reversion) (πŸ“₯ 290K / month Β· πŸ“¦ 2.1K Β· ⏱️ 12.11.2022): + ``` + pip install django-reversion ```
django-bootstrap3 (πŸ₯ˆ33 Β· ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 @@ -4932,7 +4967,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-autocomplete-light (πŸ₯ˆ33 Β· ⭐ 1.7K) - A fresh approach to autocomplete implementations,.. MIT -- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 450 Β· πŸ“¦ 3.4K Β· πŸ“‹ 840 - 24% open Β· ⏱️ 22.11.2022): +- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (πŸ‘¨β€πŸ’» 190 Β· πŸ”€ 450 Β· πŸ“¦ 3.5K Β· πŸ“‹ 840 - 24% open Β· ⏱️ 22.11.2022): ``` git clone https://github.com/yourlabs/django-autocomplete-light @@ -4942,21 +4977,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-autocomplete-light ```
-
django-pipeline (πŸ₯ˆ33 Β· ⭐ 1.5K) - Pipeline is an asset packaging library for Django. MIT - -- [GitHub](https://github.com/jazzband/django-pipeline) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 380 Β· πŸ“¦ 2.1K Β· πŸ“‹ 470 - 32% open Β· ⏱️ 24.01.2023): - - ``` - git clone https://github.com/jazzband/django-pipeline - ``` -- [PyPi](https://pypi.org/project/django-pipeline) (πŸ“₯ 91K / month Β· πŸ“¦ 1.1K Β· ⏱️ 24.01.2023): - ``` - pip install django-pipeline - ``` -
easy-thumbnails (πŸ₯ˆ33 Β· ⭐ 1.3K) - Easy thumbnails for Django. BSD-3 -- [GitHub](https://github.com/SmileyChris/easy-thumbnails) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 320 Β· πŸ“¦ 9.3K Β· πŸ“‹ 400 - 20% open Β· ⏱️ 09.01.2023): +- [GitHub](https://github.com/SmileyChris/easy-thumbnails) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 320 Β· πŸ“¦ 9.4K Β· πŸ“‹ 400 - 20% open Β· ⏱️ 09.01.2023): ``` git clone https://github.com/SmileyChris/easy-thumbnails @@ -4973,14 +4996,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/SmileyChris/django-countries ``` -- [PyPi](https://pypi.org/project/django-countries) (πŸ“₯ 500K / month Β· πŸ“¦ 1.5K Β· ⏱️ 31.01.2023): +- [PyPi](https://pypi.org/project/django-countries) (πŸ“₯ 490K / month Β· πŸ“¦ 1.5K Β· ⏱️ 31.01.2023): ``` pip install django-countries ```
django-bootstrap4 (πŸ₯ˆ33 Β· ⭐ 980) - Bootstrap 4 integration with Django. BSD-3 -- [GitHub](https://github.com/zostera/django-bootstrap4) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 260 Β· πŸ“¦ 94K Β· πŸ“‹ 170 - 18% open Β· ⏱️ 14.12.2022): +- [GitHub](https://github.com/zostera/django-bootstrap4) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 260 Β· πŸ“¦ 95K Β· πŸ“‹ 170 - 18% open Β· ⏱️ 14.12.2022): ``` git clone https://github.com/zostera/django-bootstrap4 @@ -4994,37 +5017,37 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-bootstrap4 ```
-
Django-Ninja (πŸ₯ˆ32 Β· ⭐ 4K) - Fast, Async-ready, Openapi, type hints based framework for building.. MIT +
django-redis (πŸ₯ˆ32 Β· ⭐ 2.5K) - Full featured redis cache backend for Django. BSD-3 -- [GitHub](https://github.com/vitalik/django-ninja) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 260 Β· πŸ“¦ 1K Β· πŸ“‹ 470 - 35% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/jazzband/django-redis) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 400 Β· πŸ“‹ 330 - 13% open Β· ⏱️ 22.01.2023): ``` - git clone https://github.com/vitalik/django-ninja - ``` -- [PyPi](https://pypi.org/project/django-ninja) (πŸ“₯ 84K / month Β· πŸ“¦ 9 Β· ⏱️ 17.12.2022): - ``` - pip install django-ninja + git clone https://github.com/jazzband/django-redis ``` -- [Conda](https://anaconda.org/conda-forge/django-ninja) (πŸ“₯ 4.9K Β· ⏱️ 17.12.2022): +- [PyPi](https://pypi.org/project/django-redis) (πŸ“₯ 1.7M / month Β· πŸ“¦ 3.5K Β· ⏱️ 22.12.2021): ``` - conda install -c conda-forge django-ninja + pip install django-redis ```
-
django-redis (πŸ₯ˆ32 Β· ⭐ 2.5K) - Full featured redis cache backend for Django. BSD-3 +
django-webpack-loader (πŸ₯ˆ32 Β· ⭐ 2.4K) - Transparently use webpack with django. MIT -- [GitHub](https://github.com/jazzband/django-redis) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 400 Β· πŸ“‹ 330 - 12% open Β· ⏱️ 22.01.2023): +- [GitHub](https://github.com/django-webpack/django-webpack-loader) (πŸ‘¨β€πŸ’» 56 Β· πŸ”€ 330 Β· πŸ“¦ 8.5K Β· πŸ“‹ 180 - 16% open Β· ⏱️ 15.02.2023): ``` - git clone https://github.com/jazzband/django-redis + git clone https://github.com/django-webpack/django-webpack-loader ``` -- [PyPi](https://pypi.org/project/django-redis) (πŸ“₯ 1.8M / month Β· πŸ“¦ 3.5K Β· ⏱️ 22.12.2021): +- [PyPi](https://pypi.org/project/django-webpack-loader) (πŸ“₯ 350K / month Β· πŸ“¦ 990 Β· ⏱️ 09.12.2022): ``` - pip install django-redis + pip install django-webpack-loader + ``` +- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (πŸ“₯ 5K Β· ⏱️ 17.11.2021): + ``` + conda install -c conda-forge django-webpack-loader ```
django-ckeditor (πŸ₯ˆ32 Β· ⭐ 2.2K) - Django admin CKEditor integration. BSD-3 -- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 700 Β· πŸ“¦ 29K Β· πŸ“‹ 520 - 23% open Β· ⏱️ 07.09.2022): +- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 700 Β· πŸ“¦ 30K Β· πŸ“‹ 520 - 23% open Β· ⏱️ 07.09.2022): ``` git clone https://github.com/django-ckeditor/django-ckeditor @@ -5036,12 +5059,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sorl-thumbnail (πŸ₯ˆ32 Β· ⭐ 1.7K) - Thumbnails for Django. BSD-3 -- [GitHub](https://github.com/jazzband/sorl-thumbnail) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 490 Β· πŸ“¦ 10K Β· πŸ“‹ 410 - 29% open Β· ⏱️ 06.09.2022): +- [GitHub](https://github.com/jazzband/sorl-thumbnail) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 490 Β· πŸ“¦ 11K Β· πŸ“‹ 410 - 29% open Β· ⏱️ 06.09.2022): ``` git clone https://github.com/jazzband/sorl-thumbnail ``` -- [PyPi](https://pypi.org/project/sorl-thumbnail) (πŸ“₯ 160K / month Β· πŸ“¦ 2.5K Β· ⏱️ 30.08.2022): +- [PyPi](https://pypi.org/project/sorl-thumbnail) (πŸ“₯ 170K / month Β· πŸ“¦ 2.5K Β· ⏱️ 30.08.2022): ``` pip install sorl-thumbnail ``` @@ -5064,7 +5087,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
cookiecutter-django (πŸ₯ˆ31 Β· ⭐ 10K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 -- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (πŸ‘¨β€πŸ’» 370 Β· πŸ”€ 2.5K Β· πŸ“¦ 20 Β· πŸ“‹ 1.1K - 11% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (πŸ‘¨β€πŸ’» 370 Β· πŸ”€ 2.5K Β· πŸ“¦ 20 Β· πŸ“‹ 1.1K - 11% open Β· ⏱️ 10.02.2023): ``` git clone https://github.com/cookiecutter/cookiecutter-django @@ -5081,7 +5104,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-taggit ``` -- [PyPi](https://pypi.org/project/django-taggit) (πŸ“₯ 420K / month Β· πŸ“¦ 2.9K Β· ⏱️ 18.11.2022): +- [PyPi](https://pypi.org/project/django-taggit) (πŸ“₯ 430K / month Β· πŸ“¦ 2.9K Β· ⏱️ 18.11.2022): ``` pip install django-taggit ``` @@ -5097,7 +5120,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) (πŸ“₯ 440K / month Β· πŸ“¦ 3.3K Β· ⏱️ 27.09.2022): +- [PyPi](https://pypi.org/project/django-mptt) (πŸ“₯ 420K / month Β· πŸ“¦ 3.3K Β· ⏱️ 27.09.2022): ``` pip install django-mptt ``` @@ -5106,54 +5129,54 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c anaconda django-mptt ```
+
django-sql-explorer (πŸ₯ˆ31 Β· ⭐ 2.1K) - Easily share data across your company via SQL.. MIT + +- [GitHub](https://github.com/groveco/django-sql-explorer) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 330 Β· πŸ“¦ 350 Β· πŸ“‹ 270 - 7% open Β· ⏱️ 13.02.2023): + + ``` + git clone https://github.com/groveco/django-sql-explorer + ``` +- [PyPi](https://pypi.org/project/django-sql-explorer) (πŸ“₯ 60K / month Β· πŸ“¦ 74 Β· ⏱️ 16.12.2022): + ``` + pip install django-sql-explorer + ``` +
django-cacheops (πŸ₯ˆ31 Β· ⭐ 1.8K Β· πŸ’€) - A slick ORM cache with automatic granular event-.. BSD-3 -- [GitHub](https://github.com/Suor/django-cacheops) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 200 Β· πŸ“¦ 840 Β· πŸ“‹ 310 - 9% open Β· ⏱️ 11.07.2022): +- [GitHub](https://github.com/Suor/django-cacheops) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 200 Β· πŸ“¦ 1K Β· πŸ“‹ 310 - 9% open Β· ⏱️ 11.07.2022): ``` git clone https://github.com/Suor/django-cacheops ``` -- [PyPi](https://pypi.org/project/django-cacheops) (πŸ“₯ 150K / month Β· πŸ“¦ 96 Β· ⏱️ 27.05.2022): +- [PyPi](https://pypi.org/project/django-cacheops) (πŸ“₯ 160K / month Β· πŸ“¦ 96 Β· ⏱️ 27.05.2022): ``` pip install django-cacheops ```
django-rq (πŸ₯ˆ31 Β· ⭐ 1.6K) - A simple app that provides django integration for RQ (Redis Queue). MIT -- [GitHub](https://github.com/rq/django-rq) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 260 Β· πŸ“¦ 2.3K Β· πŸ“‹ 320 - 26% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/rq/django-rq) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 260 Β· πŸ“¦ 2.5K Β· πŸ“‹ 320 - 26% open Β· ⏱️ 07.02.2023): ``` git clone https://github.com/rq/django-rq ``` -- [PyPi](https://pypi.org/project/django-rq) (πŸ“₯ 190K / month Β· πŸ“¦ 430 Β· ⏱️ 05.11.2022): +- [PyPi](https://pypi.org/project/django-rq) (πŸ“₯ 180K / month Β· πŸ“¦ 430 Β· ⏱️ 05.11.2022): ``` pip install django-rq ```
django-activity-stream (πŸ₯‰30 Β· ⭐ 2.2K) - Generate generic activity streams from the actions on.. BSD-3 -- [GitHub](https://github.com/justquick/django-activity-stream) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 490 Β· πŸ“₯ 5 Β· πŸ“¦ 930 Β· πŸ“‹ 300 - 6% open Β· ⏱️ 19.12.2022): +- [GitHub](https://github.com/justquick/django-activity-stream) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 490 Β· πŸ“₯ 5 Β· πŸ“¦ 1K Β· πŸ“‹ 300 - 6% open Β· ⏱️ 11.02.2023): ``` git clone https://github.com/justquick/django-activity-stream ``` -- [PyPi](https://pypi.org/project/django-activity-stream) (πŸ“₯ 44K / month Β· πŸ“¦ 340 Β· ⏱️ 19.12.2022): +- [PyPi](https://pypi.org/project/django-activity-stream) (πŸ“₯ 43K / month Β· πŸ“¦ 340 Β· ⏱️ 19.12.2022): ``` pip install django-activity-stream ```
-
django-sql-explorer (πŸ₯‰30 Β· ⭐ 2.1K) - Easily share data across your company via SQL.. MIT - -- [GitHub](https://github.com/groveco/django-sql-explorer) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 330 Β· πŸ“¦ 340 Β· πŸ“‹ 270 - 7% open Β· ⏱️ 21.01.2023): - - ``` - git clone https://github.com/groveco/django-sql-explorer - ``` -- [PyPi](https://pypi.org/project/django-sql-explorer) (πŸ“₯ 57K / month Β· πŸ“¦ 74 Β· ⏱️ 16.12.2022): - ``` - pip install django-sql-explorer - ``` -
django-money (πŸ₯‰30 Β· ⭐ 1.4K) - Money fields for Django forms and models. BSD-3 - [GitHub](https://github.com/django-money/django-money) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 280 Β· πŸ“¦ 2.1K Β· πŸ“‹ 320 - 18% open Β· ⏱️ 06.01.2023): @@ -5168,19 +5191,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-dbbackup (πŸ₯‰30 Β· ⭐ 700) - Management commands to help backup and restore your.. BSD-3 -- [GitHub](https://github.com/jazzband/django-dbbackup) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 200 Β· πŸ“¦ 1.2K Β· πŸ“‹ 270 - 24% open Β· ⏱️ 12.12.2022): +- [GitHub](https://github.com/jazzband/django-dbbackup) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 200 Β· πŸ“¦ 1.4K Β· πŸ“‹ 270 - 24% open Β· ⏱️ 12.12.2022): ``` git clone https://github.com/jazzband/django-dbbackup ``` -- [PyPi](https://pypi.org/project/django-dbbackup) (πŸ“₯ 79K / month Β· πŸ“¦ 160 Β· ⏱️ 28.09.2022): +- [PyPi](https://pypi.org/project/django-dbbackup) (πŸ“₯ 77K / month Β· πŸ“¦ 160 Β· ⏱️ 28.09.2022): ``` pip install django-dbbackup ```
django-fsm (πŸ₯‰29 Β· ⭐ 2.1K) - Django friendly finite state machine support. MIT -- [GitHub](https://github.com/viewflow/django-fsm) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 280 Β· πŸ“¦ 1.2K Β· πŸ“‹ 160 - 15% open Β· ⏱️ 19.01.2023): +- [GitHub](https://github.com/viewflow/django-fsm) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 280 Β· πŸ“¦ 1.3K Β· πŸ“‹ 160 - 15% open Β· ⏱️ 19.01.2023): ``` git clone https://github.com/viewflow/django-fsm @@ -5196,7 +5219,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-constance (πŸ₯‰29 Β· ⭐ 1.5K) - Dynamic Django settings. BSD-3 -- [GitHub](https://github.com/jazzband/django-constance) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 300 Β· πŸ“¦ 1.3K Β· πŸ“‹ 270 - 13% open Β· ⏱️ 11.01.2023): +- [GitHub](https://github.com/jazzband/django-constance) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 300 Β· πŸ“¦ 1.6K Β· πŸ“‹ 270 - 13% open Β· ⏱️ 11.01.2023): ``` git clone https://github.com/jazzband/django-constance @@ -5208,7 +5231,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-waffle (πŸ₯‰29 Β· ⭐ 950) - A feature flipper for Django. BSD-3 -- [GitHub](https://github.com/django-waffle/django-waffle) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 250 Β· πŸ“¦ 920 Β· πŸ“‹ 200 - 18% open Β· ⏱️ 02.10.2022): +- [GitHub](https://github.com/django-waffle/django-waffle) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 250 Β· πŸ“¦ 1.1K Β· πŸ“‹ 200 - 18% open Β· ⏱️ 02.10.2022): ``` git clone https://github.com/django-waffle/django-waffle @@ -5224,12 +5247,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-push-notifications (πŸ₯‰28 Β· ⭐ 2K) - Send push notifications to mobile devices through GCM.. MIT -- [GitHub](https://github.com/jazzband/django-push-notifications) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 560 Β· πŸ“₯ 89 Β· πŸ“‹ 420 - 35% open Β· ⏱️ 12.08.2022): +- [GitHub](https://github.com/jazzband/django-push-notifications) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 570 Β· πŸ“₯ 89 Β· πŸ“‹ 420 - 35% open Β· ⏱️ 12.08.2022): ``` git clone https://github.com/jazzband/django-push-notifications ``` -- [PyPi](https://pypi.org/project/django-push-notifications) (πŸ“₯ 75K / month Β· πŸ“¦ 90 Β· ⏱️ 17.02.2022): +- [PyPi](https://pypi.org/project/django-push-notifications) (πŸ“₯ 79K / month Β· πŸ“¦ 90 Β· ⏱️ 17.02.2022): ``` pip install django-push-notifications ``` @@ -5241,47 +5264,47 @@ _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) (πŸ“₯ 75K / month Β· πŸ“¦ 520 Β· ⏱️ 09.06.2021): +- [PyPi](https://pypi.org/project/django-extra-views) (πŸ“₯ 73K / month Β· πŸ“¦ 520 Β· ⏱️ 09.06.2021): ``` pip install django-extra-views ```
django-angular (πŸ₯‰28 Β· ⭐ 1.2K) - Let AngularJS play well with Django. MIT -- [GitHub](https://github.com/jrief/django-angular) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 300 Β· πŸ“¦ 610 Β· πŸ“‹ 200 - 10% open Β· ⏱️ 03.09.2022): +- [GitHub](https://github.com/jrief/django-angular) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 300 Β· πŸ“¦ 620 Β· πŸ“‹ 200 - 10% open Β· ⏱️ 03.09.2022): ``` git clone https://github.com/jrief/django-angular ``` -- [PyPi](https://pypi.org/project/django-angular) (πŸ“₯ 6.1K / month Β· πŸ“¦ 240 Β· ⏱️ 05.05.2020): +- [PyPi](https://pypi.org/project/django-angular) (πŸ“₯ 5.8K / month Β· πŸ“¦ 240 Β· ⏱️ 05.05.2020): ``` pip install django-angular ```
django-watson (πŸ₯‰28 Β· ⭐ 1.1K) - Full-text multi-table search application for Django. Easy.. BSD-3 -- [GitHub](https://github.com/etianen/django-watson) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 130 Β· πŸ“¦ 540 Β· πŸ“‹ 220 - 9% open Β· ⏱️ 14.01.2023): +- [GitHub](https://github.com/etianen/django-watson) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 130 Β· πŸ“¦ 560 Β· πŸ“‹ 220 - 9% open Β· ⏱️ 14.01.2023): ``` git clone https://github.com/etianen/django-watson ``` -- [PyPi](https://pypi.org/project/django-watson) (πŸ“₯ 29K / month Β· πŸ“¦ 110 Β· ⏱️ 14.01.2023): +- [PyPi](https://pypi.org/project/django-watson) (πŸ“₯ 27K / month Β· πŸ“¦ 110 Β· ⏱️ 14.01.2023): ``` pip install django-watson ```
django-redis-cache (πŸ₯‰28 Β· ⭐ 1K Β· πŸ’€) - A Redis cache backend for django. BSD-3 -- [GitHub](https://github.com/sebleier/django-redis-cache) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 200 Β· πŸ“¦ 3.6K Β· πŸ“‹ 130 - 49% open Β· ⏱️ 09.03.2022): +- [GitHub](https://github.com/sebleier/django-redis-cache) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 200 Β· πŸ“¦ 3.8K Β· πŸ“‹ 130 - 49% open Β· ⏱️ 09.03.2022): ``` git clone https://github.com/sebleier/django-redis-cache ``` -- [PyPi](https://pypi.org/project/django-redis-cache) (πŸ“₯ 170K / month Β· πŸ“¦ 1.2K Β· ⏱️ 15.10.2020): +- [PyPi](https://pypi.org/project/django-redis-cache) (πŸ“₯ 160K / month Β· πŸ“¦ 1.2K Β· ⏱️ 15.10.2020): ``` pip install django-redis-cache ``` -- [Conda](https://anaconda.org/conda-forge/django-redis-cache) (πŸ“₯ 49K Β· ⏱️ 09.03.2022): +- [Conda](https://anaconda.org/conda-forge/django-redis-cache) (πŸ“₯ 50K Β· ⏱️ 09.03.2022): ``` conda install -c conda-forge django-redis-cache ``` @@ -5293,18 +5316,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/mbi/django-rosetta ``` -- [PyPi](https://pypi.org/project/django-rosetta) (πŸ“₯ 61K / month Β· πŸ“¦ 610 Β· ⏱️ 08.12.2021): +- [PyPi](https://pypi.org/project/django-rosetta) (πŸ“₯ 62K / month Β· πŸ“¦ 610 Β· ⏱️ 08.12.2021): ``` pip install django-rosetta ``` -- [Conda](https://anaconda.org/conda-forge/django-rosetta) (πŸ“₯ 6.1K Β· ⏱️ 08.12.2021): +- [Conda](https://anaconda.org/conda-forge/django-rosetta) (πŸ“₯ 6.2K Β· ⏱️ 08.12.2021): ``` conda install -c conda-forge django-rosetta ```
django-filebrowser (πŸ₯‰28 Β· ⭐ 910) - Media-Management with Grappelli. BSD-3 -- [GitHub](https://github.com/sehmaschine/django-filebrowser) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 380 Β· πŸ“¦ 840 Β· πŸ“‹ 280 - 6% open Β· ⏱️ 22.11.2022): +- [GitHub](https://github.com/sehmaschine/django-filebrowser) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 380 Β· πŸ“¦ 850 Β· πŸ“‹ 280 - 6% open Β· ⏱️ 22.11.2022): ``` git clone https://github.com/sehmaschine/django-filebrowser @@ -5314,9 +5337,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-filebrowser ```
+
django-cleanup (πŸ₯‰28 Β· ⭐ 860 Β· πŸ“ˆ) - Automatically deletes old file for FileField and.. MIT + +- [GitHub](https://github.com/un1t/django-cleanup) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 73 Β· πŸ“¦ 9.8K Β· ⏱️ 11.02.2023): + + ``` + git clone https://github.com/un1t/django-cleanup + ``` +- [PyPi](https://pypi.org/project/django-cleanup) (πŸ“₯ 140K / month Β· πŸ“¦ 330 Β· ⏱️ 24.01.2022): + ``` + pip install django-cleanup + ``` +- [Conda](https://anaconda.org/conda-forge/django-cleanup) (πŸ“₯ 8.7K Β· ⏱️ 13.02.2023): + ``` + conda install -c conda-forge django-cleanup + ``` +
djangorestframework-stubs (πŸ₯‰28 Β· ⭐ 320) - PEP-484 stubs for django-rest-framework. MIT -- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 82 Β· πŸ“¦ 1.6K Β· πŸ“‹ 110 - 40% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (πŸ‘¨β€πŸ’» 54 Β· πŸ”€ 82 Β· πŸ“¦ 1.9K Β· πŸ“‹ 110 - 40% open Β· ⏱️ 09.02.2023): ``` git clone https://github.com/typeddjango/djangorestframework-stubs @@ -5332,7 +5371,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-split-settings (πŸ₯‰27 Β· ⭐ 950) - Organize Django settings into multiple files and.. BSD-3 -- [GitHub](https://github.com/wemake-services/django-split-settings) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 60 Β· πŸ“¦ 1.4K Β· πŸ“‹ 42 - 7% open Β· ⏱️ 25.01.2023): +- [GitHub](https://github.com/wemake-services/django-split-settings) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 60 Β· πŸ“¦ 1.7K Β· πŸ“‹ 43 - 9% open Β· ⏱️ 25.01.2023): ``` git clone https://github.com/sobolevn/django-split-settings @@ -5342,18 +5381,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-split-settings ```
-
django-paypal (πŸ₯‰27 Β· ⭐ 680) - A pluggable Django application for integrating PayPal.. MIT - -- [GitHub](https://github.com/spookylukey/django-paypal) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 200 Β· πŸ“¦ 2.3K Β· πŸ“‹ 160 - 5% open Β· ⏱️ 28.11.2022): - - ``` - git clone https://github.com/spookylukey/django-paypal - ``` -- [PyPi](https://pypi.org/project/django-paypal) (πŸ“₯ 11K / month Β· πŸ“¦ 290 Β· ⏱️ 25.03.2022): - ``` - pip install django-paypal - ``` -
viewflow (πŸ₯‰26 Β· ⭐ 2.3K) - Reusable workflow library for Django. ❗️AGPL-3.0 - [GitHub](https://github.com/viewflow/viewflow) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 370 Β· πŸ“¦ 250 Β· πŸ“‹ 290 - 9% open Β· ⏱️ 08.02.2023): @@ -5361,119 +5388,115 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/viewflow/viewflow ``` -- [PyPi](https://pypi.org/project/django-viewflow) (πŸ“₯ 4.1K / month Β· πŸ“¦ 32 Β· ⏱️ 12.01.2023): +- [PyPi](https://pypi.org/project/django-viewflow) (πŸ“₯ 3.7K / month Β· πŸ“¦ 32 Β· ⏱️ 12.01.2023): ``` pip install django-viewflow ```
-
django-cleanup (πŸ₯‰26 Β· ⭐ 850 Β· πŸ’€) - Automatically deletes old file for FileField and.. MIT +
django-cachalot (πŸ₯‰26 Β· ⭐ 1K) - No effort, no worry, maximum performance. BSD-3 -- [GitHub](https://github.com/un1t/django-cleanup) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 71 Β· πŸ“¦ 9.3K Β· πŸ“‹ 50 - 8% open Β· ⏱️ 23.07.2022): +- [GitHub](https://github.com/noripyt/django-cachalot) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 120 Β· πŸ“¦ 540 Β· πŸ“‹ 150 - 15% open Β· ⏱️ 27.08.2022): ``` - git clone https://github.com/un1t/django-cleanup + git clone https://github.com/noripyt/django-cachalot ``` -- [PyPi](https://pypi.org/project/django-cleanup) (πŸ“₯ 140K / month Β· πŸ“¦ 320 Β· ⏱️ 24.01.2022): +- [PyPi](https://pypi.org/project/django-cachalot) (πŸ“₯ 60K / month Β· πŸ“¦ 84 Β· ⏱️ 27.08.2022): ``` - pip install django-cleanup + pip install django-cachalot ``` -- [Conda](https://anaconda.org/conda-forge/django-cleanup) (πŸ“₯ 8.6K Β· ⏱️ 26.01.2022): +- [Conda](https://anaconda.org/conda-forge/django-cachalot) (πŸ“₯ 41K Β· ⏱️ 09.08.2018): ``` - conda install -c conda-forge django-cleanup + conda install -c conda-forge django-cachalot ```
-
django-organizations (πŸ₯‰25 Β· ⭐ 1.1K) - Multi-user accounts for Django projects. BSD-2 +
django-configurations (πŸ₯‰26 Β· ⭐ 970) - A helper for organizing Django project settings by.. BSD-3 -- [GitHub](https://github.com/bennylope/django-organizations) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 190 Β· πŸ“‹ 150 - 10% open Β· ⏱️ 22.01.2023): +- [GitHub](https://github.com/jazzband/django-configurations) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 130 Β· πŸ“¦ 2.6K Β· πŸ“‹ 190 - 25% open Β· ⏱️ 15.02.2023): ``` - git clone https://github.com/bennylope/django-organizations + git clone https://github.com/jazzband/django-configurations ``` -- [PyPi](https://pypi.org/project/django-organizations) (πŸ“₯ 25K / month Β· πŸ“¦ 38 Β· ⏱️ 25.10.2022): +- [PyPi](https://pypi.org/project/django-configurations) (πŸ“₯ 120K / month Β· πŸ“¦ 660 Β· ⏱️ 01.09.2022): ``` - pip install django-organizations + pip install django-configurations ``` -- [Conda](https://anaconda.org/conda-forge/django-organizations) (πŸ“₯ 4.3K Β· ⏱️ 23.09.2021): +- [Conda](https://anaconda.org/conda-forge/django-configurations) (πŸ“₯ 27K Β· ⏱️ 13.10.2020): ``` - conda install -c conda-forge django-organizations + conda install -c conda-forge django-configurations ```
-
django-cachalot (πŸ₯‰25 Β· ⭐ 990) - No effort, no worry, maximum performance. BSD-3 +
django-paypal (πŸ₯‰26 Β· ⭐ 680) - A pluggable Django application for integrating PayPal.. MIT -- [GitHub](https://github.com/noripyt/django-cachalot) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 120 Β· πŸ“¦ 480 Β· πŸ“‹ 150 - 15% open Β· ⏱️ 27.08.2022): +- [GitHub](https://github.com/spookylukey/django-paypal) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 200 Β· πŸ“¦ 2.3K Β· πŸ“‹ 160 - 5% open Β· ⏱️ 28.11.2022): ``` - git clone https://github.com/noripyt/django-cachalot - ``` -- [PyPi](https://pypi.org/project/django-cachalot) (πŸ“₯ 60K / month Β· πŸ“¦ 84 Β· ⏱️ 27.08.2022): - ``` - pip install django-cachalot + git clone https://github.com/spookylukey/django-paypal ``` -- [Conda](https://anaconda.org/conda-forge/django-cachalot) (πŸ“₯ 41K Β· ⏱️ 09.08.2018): +- [PyPi](https://pypi.org/project/django-paypal) (πŸ“₯ 11K / month Β· πŸ“¦ 290 Β· ⏱️ 25.03.2022): ``` - conda install -c conda-forge django-cachalot + pip install django-paypal ```
-
django-configurations (πŸ₯‰25 Β· ⭐ 970) - A helper for organizing Django project settings by.. BSD-3 +
django-organizations (πŸ₯‰25 Β· ⭐ 1.1K) - Multi-user accounts for Django projects. BSD-2 -- [GitHub](https://github.com/jazzband/django-configurations) (πŸ‘¨β€πŸ’» 63 Β· πŸ”€ 130 Β· πŸ“¦ 2.5K Β· πŸ“‹ 190 - 25% open Β· ⏱️ 20.01.2023): +- [GitHub](https://github.com/bennylope/django-organizations) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 190 Β· πŸ“‹ 150 - 10% open Β· ⏱️ 22.01.2023): ``` - git clone https://github.com/jazzband/django-configurations + git clone https://github.com/bennylope/django-organizations ``` -- [PyPi](https://pypi.org/project/django-configurations) (πŸ“₯ 120K / month Β· πŸ“¦ 660 Β· ⏱️ 01.09.2022): +- [PyPi](https://pypi.org/project/django-organizations) (πŸ“₯ 25K / month Β· πŸ“¦ 38 Β· ⏱️ 25.10.2022): ``` - pip install django-configurations + pip install django-organizations ``` -- [Conda](https://anaconda.org/conda-forge/django-configurations) (πŸ“₯ 27K Β· ⏱️ 13.10.2020): +- [Conda](https://anaconda.org/conda-forge/django-organizations) (πŸ“₯ 4.4K Β· ⏱️ 23.09.2021): ``` - conda install -c conda-forge django-configurations + conda install -c conda-forge django-organizations ```
-
django-cache-machine (πŸ₯‰25 Β· ⭐ 850 Β· πŸ’€) - Automatic caching and invalidation for Django models.. BSD-3 +
django-lifecycle (πŸ₯‰25 Β· ⭐ 1.1K Β· πŸ’€) - Declarative model lifecycle hooks, an alternative to.. MIT -- [GitHub](https://github.com/django-cache-machine/django-cache-machine) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“¦ 250 Β· πŸ“‹ 75 - 25% open Β· ⏱️ 06.07.2022): +- [GitHub](https://github.com/rsinger86/django-lifecycle) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 68 Β· πŸ“¦ 190 Β· πŸ“‹ 57 - 35% open Β· ⏱️ 28.05.2022): ``` - git clone https://github.com/django-cache-machine/django-cache-machine + git clone https://github.com/rsinger86/django-lifecycle ``` -- [PyPi](https://pypi.org/project/django-cache-machine) (πŸ“₯ 8.1K / month Β· πŸ“¦ 110 Β· ⏱️ 06.07.2022): +- [PyPi](https://pypi.org/project/django-lifecycle) (πŸ“₯ 66K / month Β· πŸ“¦ 5 Β· ⏱️ 29.05.2022): ``` - pip install django-cache-machine + pip install django-lifecycle ```
-
django-lifecycle (πŸ₯‰24 Β· ⭐ 1.1K Β· πŸ’€) - Declarative model lifecycle hooks, an alternative to.. MIT +
django-vanilla-views (πŸ₯‰25 Β· ⭐ 950) - Beautifully simple class-based views. BSD-2 -- [GitHub](https://github.com/rsinger86/django-lifecycle) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 68 Β· πŸ“¦ 180 Β· πŸ“‹ 57 - 35% open Β· ⏱️ 28.05.2022): +- [GitHub](https://github.com/encode/django-vanilla-views) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 70 Β· πŸ“¦ 630 Β· πŸ“‹ 42 - 4% open Β· ⏱️ 03.09.2022): ``` - git clone https://github.com/rsinger86/django-lifecycle + git clone https://github.com/encode/django-vanilla-views ``` -- [PyPi](https://pypi.org/project/django-lifecycle) (πŸ“₯ 63K / month Β· πŸ“¦ 5 Β· ⏱️ 29.05.2022): +- [PyPi](https://pypi.org/project/django-vanilla-views) (πŸ“₯ 10K / month Β· πŸ“¦ 250 Β· ⏱️ 09.05.2021): ``` - pip install django-lifecycle + pip install django-vanilla-views ```
-
django-vanilla-views (πŸ₯‰24 Β· ⭐ 940) - Beautifully simple class-based views. BSD-2 +
django-cache-machine (πŸ₯‰24 Β· ⭐ 850 Β· πŸ’€) - Automatic caching and invalidation for Django models.. BSD-3 -- [GitHub](https://github.com/encode/django-vanilla-views) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 70 Β· πŸ“¦ 590 Β· πŸ“‹ 42 - 4% open Β· ⏱️ 03.09.2022): +- [GitHub](https://github.com/django-cache-machine/django-cache-machine) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 160 Β· πŸ“¦ 250 Β· πŸ“‹ 75 - 25% open Β· ⏱️ 06.07.2022): ``` - git clone https://github.com/encode/django-vanilla-views + git clone https://github.com/django-cache-machine/django-cache-machine ``` -- [PyPi](https://pypi.org/project/django-vanilla-views) (πŸ“₯ 11K / month Β· πŸ“¦ 250 Β· ⏱️ 09.05.2021): +- [PyPi](https://pypi.org/project/django-cache-machine) (πŸ“₯ 7.6K / month Β· πŸ“¦ 110 Β· ⏱️ 06.07.2022): ``` - pip install django-vanilla-views + pip install django-cache-machine ```
django-csp (πŸ₯‰24 Β· ⭐ 450 Β· πŸ’€) - Content Security Policy for Django. BSD-3 -- [GitHub](https://github.com/mozilla/django-csp) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 81 Β· πŸ“‹ 95 - 15% open Β· ⏱️ 28.06.2022): +- [GitHub](https://github.com/mozilla/django-csp) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 82 Β· πŸ“‹ 95 - 15% open Β· ⏱️ 28.06.2022): ``` git clone https://github.com/mozilla/django-csp ``` -- [PyPi](https://pypi.org/project/django-csp) (πŸ“₯ 410K / month Β· πŸ“¦ 14 Β· ⏱️ 12.08.2020): +- [PyPi](https://pypi.org/project/django-csp) (πŸ“₯ 390K / month Β· πŸ“¦ 14 Β· ⏱️ 12.08.2020): ``` pip install django-csp ``` @@ -5497,19 +5520,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/soynatan/django-easy-audit ``` -- [PyPi](https://pypi.org/project/django-easy-audit) (πŸ“₯ 33K / month Β· πŸ“¦ 10 Β· ⏱️ 26.01.2023): +- [PyPi](https://pypi.org/project/django-easy-audit) (πŸ“₯ 34K / month Β· πŸ“¦ 10 Β· ⏱️ 26.01.2023): ``` pip install django-easy-audit ```
-
django-codemod (πŸ₯‰20 Β· ⭐ 160) - A tool to automatically fix Django deprecations. MIT +
django-codemod (πŸ₯‰19 Β· ⭐ 160) - A tool to automatically fix Django deprecations. MIT -- [GitHub](https://github.com/browniebroke/django-codemod) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 16 Β· πŸ“₯ 460 Β· πŸ“¦ 2 Β· πŸ“‹ 41 - 24% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/browniebroke/django-codemod) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 16 Β· πŸ“₯ 460 Β· πŸ“¦ 2 Β· πŸ“‹ 41 - 24% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/browniebroke/django-codemod ``` -- [PyPi](https://pypi.org/project/django-codemod) (πŸ“₯ 1.1K / month Β· ⏱️ 10.01.2023): +- [PyPi](https://pypi.org/project/django-codemod) (πŸ“₯ 770 / month Β· ⏱️ 10.01.2023): ``` pip install django-codemod ``` @@ -5521,15 +5544,15 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - jsonfield (πŸ₯ˆ31 Β· ⭐ 1.1K Β· πŸ’€) - A reusable Django model field for storing ad-hoc JSON data. MIT - django-widget-tweaks (πŸ₯‰30 Β· ⭐ 1.8K Β· πŸ’€) - Tweak the form field rendering in templates, not in.. MIT - django-q (πŸ₯‰30 Β· ⭐ 1.7K Β· πŸ’€) - A multiprocessing distributed task queue for Django. MIT -- django-shop (πŸ₯‰28 Β· ⭐ 2.9K Β· πŸ’€) - A Django based shop system. BSD-3 +- django-shop (πŸ₯‰28 Β· ⭐ 3K Β· πŸ’€) - A Django based shop system. BSD-3 - django-polymorphic (πŸ₯‰28 Β· ⭐ 1.4K Β· πŸ’€) - Improved Django model inheritance with automatic.. BSD-3 - django-blog-zinnia (πŸ₯‰27 Β· ⭐ 2.1K Β· πŸ’€) - Simple yet powerful and really extendable application.. BSD-3 -- django-summernote (πŸ₯‰27 Β· ⭐ 940 Β· πŸ’€) - Simply integrate Summernote editor with Django project. MIT +- django-summernote (πŸ₯‰27 Β· ⭐ 950 Β· πŸ’€) - Simply integrate Summernote editor with Django project. MIT - django-jenkins (πŸ₯‰26 Β· ⭐ 940 Β· πŸ’€) - Plug and play continuous integration with django and.. ❗️LGPL-3.0 - django-floppyforms (πŸ₯‰25 Β· ⭐ 810 Β· πŸ’€) - Full control of form rendering in the templates. ❗️MirOS -- django-solo (πŸ₯‰25 Β· ⭐ 730) - Helps working with singletons - things like global.. ❗️CC-BY-3.0 +- django-solo (πŸ₯‰25 Β· ⭐ 740) - Helps working with singletons - things like global.. ❗️CC-BY-3.0 - merchant (πŸ₯‰20 Β· ⭐ 1K Β· πŸ’€) - A Django app to accept payments from various payment processors.. BSD-3 -- django-schedule (πŸ₯‰13 Β· ⭐ 810 Β· πŸ’€) - A calendaring app for Django. It is now stable,.. BSD-3 +- django-schedule (πŸ₯‰13 Β· ⭐ 820 Β· πŸ’€) - A calendaring app for Django. It is now stable,.. BSD-3

@@ -5537,7 +5560,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
jinja (πŸ₯‡42 Β· ⭐ 9K) - A very fast and expressive template engine. BSD-3 +
jinja (πŸ₯‡42 Β· ⭐ 9.1K) - A very fast and expressive template engine. BSD-3 - [GitHub](https://github.com/pallets/jinja) (πŸ‘¨β€πŸ’» 300 Β· πŸ”€ 1.5K Β· πŸ“₯ 54K Β· πŸ“‹ 960 - 7% open Β· ⏱️ 07.02.2023): @@ -5548,35 +5571,35 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install jinja2 ``` -- [Conda](https://anaconda.org/conda-forge/jinja2) (πŸ“₯ 24M Β· ⏱️ 22.06.2022): +- [Conda](https://anaconda.org/conda-forge/jinja2) (πŸ“₯ 25M Β· ⏱️ 22.06.2022): ``` conda install -c conda-forge jinja2 ```
twisted (πŸ₯‡42 Β· ⭐ 4.9K) - Event-driven networking engine written in Python. MIT -- [GitHub](https://github.com/twisted/twisted) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 1.1K Β· πŸ“¦ 64K Β· πŸ“‹ 10K - 27% open Β· ⏱️ 22.01.2023): +- [GitHub](https://github.com/twisted/twisted) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 1.1K Β· πŸ“¦ 65K Β· πŸ“‹ 10K - 27% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/twisted/twisted ``` -- [PyPi](https://pypi.org/project/twisted) (πŸ“₯ 3M / month Β· πŸ“¦ 10K Β· ⏱️ 31.10.2022): +- [PyPi](https://pypi.org/project/twisted) (πŸ“₯ 3.1M / month Β· πŸ“¦ 10K Β· ⏱️ 31.10.2022): ``` pip install twisted ``` -- [Conda](https://anaconda.org/conda-forge/twisted) (πŸ“₯ 840K Β· ⏱️ 01.11.2022): +- [Conda](https://anaconda.org/conda-forge/twisted) (πŸ“₯ 850K Β· ⏱️ 01.11.2022): ``` conda install -c conda-forge twisted ```
certbot (πŸ₯‡40 Β· ⭐ 30K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. Apache-2 -- [GitHub](https://github.com/certbot/certbot) (πŸ‘¨β€πŸ’» 510 Β· πŸ”€ 3.3K Β· πŸ“₯ 32K Β· πŸ“¦ 1.4K Β· πŸ“‹ 5.2K - 10% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/certbot/certbot) (πŸ‘¨β€πŸ’» 510 Β· πŸ”€ 3.3K Β· πŸ“₯ 33K Β· πŸ“¦ 1.5K Β· πŸ“‹ 5.2K - 10% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/certbot/certbot ``` -- [PyPi](https://pypi.org/project/certbot) (πŸ“₯ 250K / month Β· πŸ“¦ 300 Β· ⏱️ 11.01.2023): +- [PyPi](https://pypi.org/project/certbot) (πŸ“₯ 250K / month Β· πŸ“¦ 310 Β· ⏱️ 11.01.2023): ``` pip install certbot ``` @@ -5587,44 +5610,44 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
scapy (πŸ₯‡40 Β· ⭐ 8.4K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 -- [GitHub](https://github.com/secdev/scapy) (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 1.8K Β· πŸ“¦ 9.8K Β· πŸ“‹ 1.5K - 6% open Β· ⏱️ 03.02.2023): +- [GitHub](https://github.com/secdev/scapy) (πŸ‘¨β€πŸ’» 410 Β· πŸ”€ 1.8K Β· πŸ“¦ 10K Β· πŸ“‹ 1.5K - 6% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/secdev/scapy ``` -- [PyPi](https://pypi.org/project/scapy) (πŸ“₯ 2.5M / month Β· πŸ“¦ 960 Β· ⏱️ 25.12.2022): +- [PyPi](https://pypi.org/project/scapy) (πŸ“₯ 2.6M / month Β· πŸ“¦ 960 Β· ⏱️ 25.12.2022): ``` pip install scapy ``` -- [Conda](https://anaconda.org/conda-forge/scapy) (πŸ“₯ 69K Β· ⏱️ 25.12.2022): +- [Conda](https://anaconda.org/conda-forge/scapy) (πŸ“₯ 70K Β· ⏱️ 25.12.2022): ``` conda install -c conda-forge scapy ```
dnspython (πŸ₯‡40 Β· ⭐ 2.1K) - a powerful DNS toolkit for python. ISC -- [GitHub](https://github.com/rthalley/dnspython) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 470 Β· πŸ“¦ 170K Β· πŸ“‹ 440 - 1% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/rthalley/dnspython) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 470 Β· πŸ“¦ 180K Β· πŸ“‹ 440 - 1% open Β· ⏱️ 11.02.2023): ``` git clone https://github.com/rthalley/dnspython ``` -- [PyPi](https://pypi.org/project/dnspython) (πŸ“₯ 25M / month Β· πŸ“¦ 4.6K Β· ⏱️ 15.01.2023): +- [PyPi](https://pypi.org/project/dnspython) (πŸ“₯ 24M / month Β· πŸ“¦ 4.6K Β· ⏱️ 15.01.2023): ``` pip install dnspython ``` -- [Conda](https://anaconda.org/conda-forge/dnspython) (πŸ“₯ 630K Β· ⏱️ 15.01.2023): +- [Conda](https://anaconda.org/conda-forge/dnspython) (πŸ“₯ 640K Β· ⏱️ 15.01.2023): ``` conda install -c conda-forge dnspython ```
web3.py (πŸ₯‡38 Β· ⭐ 4K) - A python interface for interacting with the Ethereum blockchain and.. MIT -- [GitHub](https://github.com/ethereum/web3.py) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.3K Β· πŸ“¦ 11K Β· πŸ“‹ 1.3K - 17% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/ethereum/web3.py) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.3K Β· πŸ“¦ 13K Β· πŸ“‹ 1.3K - 17% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/ethereum/web3.py ``` -- [PyPi](https://pypi.org/project/web3) (πŸ“₯ 880K / month Β· πŸ“¦ 950 Β· ⏱️ 03.01.2023): +- [PyPi](https://pypi.org/project/web3) (πŸ“₯ 830K / month Β· πŸ“¦ 950 Β· ⏱️ 03.01.2023): ``` pip install web3 ``` @@ -5640,7 +5663,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pallets/itsdangerous ``` -- [PyPi](https://pypi.org/project/itsdangerous) (πŸ“₯ 57M / month Β· πŸ“¦ 53K Β· ⏱️ 24.03.2022): +- [PyPi](https://pypi.org/project/itsdangerous) (πŸ“₯ 56M / month Β· πŸ“¦ 53K Β· ⏱️ 24.03.2022): ``` pip install itsdangerous ``` @@ -5651,7 +5674,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
certifi (πŸ₯ˆ37 Β· ⭐ 620) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 -- [GitHub](https://github.com/certifi/python-certifi) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 200 Β· πŸ“¦ 1.1M Β· πŸ“‹ 120 - 5% open Β· ⏱️ 13.01.2023): +- [GitHub](https://github.com/certifi/python-certifi) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 200 Β· πŸ“¦ 1.2M Β· πŸ“‹ 130 - 5% open Β· ⏱️ 13.01.2023): ``` git clone https://github.com/certifi/python-certifi @@ -5660,14 +5683,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install certifi ``` -- [Conda](https://anaconda.org/conda-forge/certifi) (πŸ“₯ 79M Β· ⏱️ 07.12.2022): +- [Conda](https://anaconda.org/conda-forge/certifi) (πŸ“₯ 80M Β· ⏱️ 07.12.2022): ``` conda install -c conda-forge certifi ```
pwntools (πŸ₯ˆ36 Β· ⭐ 9.9K) - CTF framework and exploit development library. MIT -- [GitHub](https://github.com/Gallopsled/pwntools) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.6K Β· πŸ“¦ 860 Β· πŸ“‹ 940 - 12% open Β· ⏱️ 06.02.2023): +- [GitHub](https://github.com/Gallopsled/pwntools) (πŸ‘¨β€πŸ’» 220 Β· πŸ”€ 1.6K Β· πŸ“¦ 870 Β· πŸ“‹ 940 - 12% open Β· ⏱️ 06.02.2023): ``` git clone https://github.com/Gallopsled/pwntools @@ -5679,12 +5702,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pyopenssl (πŸ₯ˆ36 Β· ⭐ 800) - A Python wrapper around the OpenSSL library. Apache-2 -- [GitHub](https://github.com/pyca/pyopenssl) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 410 Β· πŸ“‹ 500 - 17% open Β· ⏱️ 22.01.2023): +- [GitHub](https://github.com/pyca/pyopenssl) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 410 Β· πŸ“‹ 500 - 17% open Β· ⏱️ 13.02.2023): ``` git clone https://github.com/pyca/pyopenssl ``` -- [PyPi](https://pypi.org/project/pyopenssl) (πŸ“₯ 60M / month Β· πŸ“¦ 15K Β· ⏱️ 02.01.2023): +- [PyPi](https://pypi.org/project/pyopenssl) (πŸ“₯ 56M / month Β· πŸ“¦ 15K Β· ⏱️ 02.01.2023): ``` pip install pyopenssl ``` @@ -5695,19 +5718,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
impacket (πŸ₯ˆ35 Β· ⭐ 11K) - Impacket is a collection of Python classes for working with network.. Apache-2 -- [GitHub](https://github.com/fortra/impacket) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 3K Β· πŸ“₯ 130K Β· πŸ“¦ 2.3K Β· πŸ“‹ 800 - 18% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/fortra/impacket) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 3K Β· πŸ“₯ 130K Β· πŸ“¦ 3.4K Β· πŸ“‹ 800 - 19% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/SecureAuthCorp/impacket ``` -- [PyPi](https://pypi.org/project/impacket) (πŸ“₯ 110K / month Β· πŸ“¦ 210 Β· ⏱️ 04.05.2022): +- [PyPi](https://pypi.org/project/impacket) (πŸ“₯ 120K / month Β· πŸ“¦ 220 Β· ⏱️ 04.05.2022): ``` pip install impacket ```
rdflib (πŸ₯ˆ35 Β· ⭐ 1.8K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 -- [GitHub](https://github.com/RDFLib/rdflib) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 510 Β· πŸ“₯ 77 Β· πŸ“¦ 11K Β· πŸ“‹ 1.1K - 18% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/RDFLib/rdflib) (πŸ‘¨β€πŸ’» 200 Β· πŸ”€ 510 Β· πŸ“₯ 81 Β· πŸ“¦ 11K Β· πŸ“‹ 1.1K - 18% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/RDFLib/rdflib @@ -5723,19 +5746,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
weblate (πŸ₯ˆ34 Β· ⭐ 3.4K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 -- [GitHub](https://github.com/WeblateOrg/weblate) (πŸ‘¨β€πŸ’» 1.5K Β· πŸ”€ 780 Β· πŸ“₯ 3.3K Β· πŸ“¦ 27 Β· πŸ“‹ 4.6K - 8% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/WeblateOrg/weblate) (πŸ‘¨β€πŸ’» 1.5K Β· πŸ”€ 780 Β· πŸ“₯ 3.3K Β· πŸ“¦ 27 Β· πŸ“‹ 4.6K - 8% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/WeblateOrg/weblate ``` -- [PyPi](https://pypi.org/project/weblate) (πŸ“₯ 5.7K / month Β· πŸ“¦ 11 Β· ⏱️ 25.01.2023): +- [PyPi](https://pypi.org/project/weblate) (πŸ“₯ 5.3K / month Β· πŸ“¦ 11 Β· ⏱️ 25.01.2023): ``` pip install weblate ```
pywebview (πŸ₯ˆ34 Β· ⭐ 3.4K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 -- [GitHub](https://github.com/r0x0r/pywebview) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 440 Β· πŸ“¦ 900 Β· πŸ“‹ 710 - 2% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/r0x0r/pywebview) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 440 Β· πŸ“¦ 960 Β· πŸ“‹ 710 - 3% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/r0x0r/pywebview @@ -5747,7 +5770,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
webargs (πŸ₯ˆ34 Β· ⭐ 1.3K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT -- [GitHub](https://github.com/marshmallow-code/webargs) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 150 Β· πŸ“¦ 5.6K Β· πŸ“‹ 280 - 2% open Β· ⏱️ 07.02.2023): +- [GitHub](https://github.com/marshmallow-code/webargs) (πŸ‘¨β€πŸ’» 74 Β· πŸ”€ 150 Β· πŸ“¦ 5.7K Β· πŸ“‹ 280 - 2% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/marshmallow-code/webargs @@ -5763,50 +5786,50 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
fake-useragent (πŸ₯ˆ33 Β· ⭐ 2.9K) - Up-to-date simple useragent faker with real world database. Apache-2 -- [GitHub](https://github.com/fake-useragent/fake-useragent) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 490 Β· πŸ“¦ 19K Β· πŸ“‹ 110 - 5% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/fake-useragent/fake-useragent) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 500 Β· πŸ“¦ 19K Β· πŸ“‹ 110 - 5% open Β· ⏱️ 08.02.2023): ``` git clone https://github.com/hellysmile/fake-useragent ``` -- [PyPi](https://pypi.org/project/fake-useragent) (πŸ“₯ 1.9M / month Β· πŸ“¦ 860 Β· ⏱️ 04.12.2022): +- [PyPi](https://pypi.org/project/fake-useragent) (πŸ“₯ 1.8M / month Β· πŸ“¦ 890 Β· ⏱️ 04.12.2022): ``` pip install fake-useragent ``` -- [Conda](https://anaconda.org/conda-forge/fake-useragent) (πŸ“₯ 7.8K Β· ⏱️ 05.01.2023): +- [Conda](https://anaconda.org/conda-forge/fake-useragent) (πŸ“₯ 8K Β· ⏱️ 05.01.2023): ``` conda install -c conda-forge fake-useragent ```
-
Mako (πŸ₯ˆ33 Β· ⭐ 240) - Mako Templates for Python. MIT +
pynacl (πŸ₯ˆ32 Β· ⭐ 940) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2 -- [GitHub](https://github.com/sqlalchemy/mako) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 46 Β· πŸ“¦ 160K Β· πŸ“‹ 340 - 18% open Β· ⏱️ 03.01.2023): +- [GitHub](https://github.com/pyca/pynacl) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 220 Β· πŸ“‹ 290 - 14% open Β· ⏱️ 19.01.2023): ``` - git clone https://github.com/sqlalchemy/mako + git clone https://github.com/pyca/pynacl ``` -- [PyPi](https://pypi.org/project/mako) (πŸ“₯ 23M / month Β· πŸ“¦ 14K Β· ⏱️ 15.11.2022): +- [PyPi](https://pypi.org/project/pynacl) (πŸ“₯ 39M / month Β· πŸ“¦ 2.4K Β· ⏱️ 07.01.2022): ``` - pip install mako + pip install pynacl ``` -- [Conda](https://anaconda.org/conda-forge/mako) (πŸ“₯ 4.6M Β· ⏱️ 16.11.2022): +- [Conda](https://anaconda.org/conda-forge/pynacl) (πŸ“₯ 3.7M Β· ⏱️ 27.10.2022): ``` - conda install -c conda-forge mako + conda install -c conda-forge pynacl ```
-
pynacl (πŸ₯ˆ32 Β· ⭐ 940) - Python binding to the Networking and Cryptography (NaCl) library. Apache-2 +
Mako (πŸ₯ˆ32 Β· ⭐ 240) - Mako Templates for Python. MIT -- [GitHub](https://github.com/pyca/pynacl) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 220 Β· πŸ“‹ 290 - 14% open Β· ⏱️ 19.01.2023): +- [GitHub](https://github.com/sqlalchemy/mako) (πŸ‘¨β€πŸ’» 59 Β· πŸ”€ 46 Β· πŸ“¦ 160K Β· πŸ“‹ 340 - 18% open Β· ⏱️ 03.01.2023): ``` - git clone https://github.com/pyca/pynacl + git clone https://github.com/sqlalchemy/mako ``` -- [PyPi](https://pypi.org/project/pynacl) (πŸ“₯ 38M / month Β· πŸ“¦ 2.4K Β· ⏱️ 07.01.2022): +- [PyPi](https://pypi.org/project/mako) (πŸ“₯ 23M / month Β· πŸ“¦ 14K Β· ⏱️ 15.11.2022): ``` - pip install pynacl + pip install mako ``` -- [Conda](https://anaconda.org/conda-forge/pynacl) (πŸ“₯ 3.6M Β· ⏱️ 27.10.2022): +- [Conda](https://anaconda.org/conda-forge/mako) (πŸ“₯ 4.6M Β· ⏱️ 16.11.2022): ``` - conda install -c conda-forge pynacl + conda install -c conda-forge mako ```
idna (πŸ₯ˆ31 Β· ⭐ 210) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 @@ -5827,7 +5850,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
saleor (πŸ₯‰30 Β· ⭐ 18K) - Saleor Core: the high performance, composable, headless.. BSD-3 -- [GitHub](https://github.com/saleor/saleor) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 4.9K Β· πŸ“¦ 2 Β· πŸ“‹ 3.5K - 11% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/saleor/saleor) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 4.9K Β· πŸ“¦ 1 Β· πŸ“‹ 3.5K - 11% open Β· ⏱️ 16.02.2023): ``` git clone https://github.com/saleor/saleor @@ -5844,43 +5867,43 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install js2py ``` -- [Conda](https://anaconda.org/conda-forge/js2py) (πŸ“₯ 23K Β· ⏱️ 08.11.2022): +- [Conda](https://anaconda.org/conda-forge/js2py) (πŸ“₯ 24K Β· ⏱️ 08.11.2022): ``` conda install -c conda-forge js2py ```
-
dpkt (πŸ₯‰29 Β· ⭐ 980) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 +
python-user-agents (πŸ₯‰29 Β· ⭐ 1.3K) - A Python library that provides an easy way to identify.. MIT -- [GitHub](https://github.com/kbandla/dpkt) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 270 Β· πŸ“¦ 1.2K Β· πŸ“‹ 380 - 19% open Β· ⏱️ 27.01.2023): +- [GitHub](https://github.com/selwin/python-user-agents) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 200 Β· πŸ“¦ 5.6K Β· πŸ“‹ 74 - 56% open Β· ⏱️ 16.02.2023): ``` - git clone https://github.com/kbandla/dpkt + git clone https://github.com/selwin/python-user-agents ``` -- [PyPi](https://pypi.org/project/dpkt) (πŸ“₯ 300K / month Β· πŸ“¦ 320 Β· ⏱️ 18.08.2022): +- [PyPi](https://pypi.org/project/user-agents) (πŸ“₯ 3.2M / month Β· πŸ“¦ 480 Β· ⏱️ 23.08.2020): ``` - pip install dpkt + pip install user-agents ``` -- [Conda](https://anaconda.org/conda-forge/dpkt) (πŸ“₯ 110K Β· ⏱️ 19.08.2022): +- [Conda](https://anaconda.org/conda-forge/user-agents) (πŸ“₯ 40K Β· ⏱️ 24.08.2020): ``` - conda install -c conda-forge dpkt + conda install -c conda-forge user-agents ```
maltrail (πŸ₯‰28 Β· ⭐ 5K) - Malicious traffic detection system. MIT -- [GitHub](https://github.com/stamparm/maltrail) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 930 Β· πŸ“‹ 360 - 18% open Β· ⏱️ 09.02.2023): +- [GitHub](https://github.com/stamparm/maltrail) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 930 Β· πŸ“‹ 360 - 18% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/stamparm/maltrail ```
-
aiortc (πŸ₯‰28 Β· ⭐ 3.2K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 +
aiortc (πŸ₯‰28 Β· ⭐ 3.3K) - WebRTC and ORTC implementation for Python using asyncio. BSD-3 - [GitHub](https://github.com/aiortc/aiortc) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 640 Β· πŸ“‹ 580 - 4% open Β· ⏱️ 30.01.2023): ``` git clone https://github.com/aiortc/aiortc ``` -- [PyPi](https://pypi.org/project/aiortc) (πŸ“₯ 30K / month Β· πŸ“¦ 27 Β· ⏱️ 23.01.2023): +- [PyPi](https://pypi.org/project/aiortc) (πŸ“₯ 27K / month Β· πŸ“¦ 27 Β· ⏱️ 23.01.2023): ``` pip install aiortc ``` @@ -5892,7 +5915,7 @@ _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) (πŸ“₯ 54K / month Β· πŸ“¦ 24 Β· ⏱️ 18.01.2023): +- [PyPi](https://pypi.org/project/sslyze) (πŸ“₯ 56K / month Β· πŸ“¦ 24 Β· ⏱️ 18.01.2023): ``` pip install sslyze ``` @@ -5904,14 +5927,30 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pyload/pyload ``` -- [PyPi](https://pypi.org/project/pyload-ng) (πŸ“₯ 5.3K / month Β· πŸ“¦ 1 Β· ⏱️ 26.01.2023): +- [PyPi](https://pypi.org/project/pyload-ng) (πŸ“₯ 5.2K / month Β· πŸ“¦ 1 Β· ⏱️ 26.01.2023): ``` pip install pyload-ng ```
+
dpkt (πŸ₯‰28 Β· ⭐ 980) - fast, simple packet creation / parsing, with definitions for the basic.. BSD-3 + +- [GitHub](https://github.com/kbandla/dpkt) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 270 Β· πŸ“¦ 1.3K Β· πŸ“‹ 380 - 19% open Β· ⏱️ 27.01.2023): + + ``` + git clone https://github.com/kbandla/dpkt + ``` +- [PyPi](https://pypi.org/project/dpkt) (πŸ“₯ 300K / month Β· πŸ“¦ 320 Β· ⏱️ 18.08.2022): + ``` + pip install dpkt + ``` +- [Conda](https://anaconda.org/conda-forge/dpkt) (πŸ“₯ 110K Β· ⏱️ 19.08.2022): + ``` + conda install -c conda-forge dpkt + ``` +
tifffile (πŸ₯‰28 Β· ⭐ 360) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 -- [GitHub](https://github.com/cgohlke/tifffile) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 130 Β· πŸ“₯ 63 Β· ⏱️ 05.02.2023): +- [GitHub](https://github.com/cgohlke/tifffile) (πŸ‘¨β€πŸ’» 1 Β· πŸ”€ 140 Β· πŸ“₯ 65 Β· ⏱️ 05.02.2023): ``` git clone https://github.com/cgohlke/tifffile @@ -5920,31 +5959,31 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install tifffile ``` -- [Conda](https://anaconda.org/conda-forge/tifffile) (πŸ“₯ 2.7M Β· ⏱️ 06.02.2023): +- [Conda](https://anaconda.org/conda-forge/tifffile) (πŸ“₯ 2.8M Β· ⏱️ 06.02.2023): ``` conda install -c conda-forge tifffile ```
Radicale (πŸ₯‰27 Β· ⭐ 2.7K Β· πŸ’€) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 -- [GitHub](https://github.com/Kozea/Radicale) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 380 Β· πŸ“¦ 120 Β· πŸ“‹ 880 - 35% open Β· ⏱️ 14.07.2022): +- [GitHub](https://github.com/Kozea/Radicale) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 380 Β· πŸ“¦ 130 Β· πŸ“‹ 880 - 35% open Β· ⏱️ 14.07.2022): ``` git clone https://github.com/Kozea/Radicale ``` -- [PyPi](https://pypi.org/project/radicale) (πŸ“₯ 8.7K / month Β· πŸ“¦ 44 Β· ⏱️ 14.07.2022): +- [PyPi](https://pypi.org/project/radicale) (πŸ“₯ 8.3K / month Β· πŸ“¦ 44 Β· ⏱️ 14.07.2022): ``` pip install radicale ```
proxy.py (πŸ₯‰26 Β· ⭐ 2.3K) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-.. BSD-3 -- [GitHub](https://github.com/abhinavsingh/proxy.py) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 500 Β· πŸ“₯ 580 Β· πŸ“¦ 120 Β· πŸ“‹ 300 - 21% open Β· ⏱️ 10.12.2022): +- [GitHub](https://github.com/abhinavsingh/proxy.py) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 500 Β· πŸ“₯ 590 Β· πŸ“¦ 120 Β· πŸ“‹ 300 - 21% open Β· ⏱️ 10.12.2022): ``` git clone https://github.com/abhinavsingh/proxy.py ``` -- [PyPi](https://pypi.org/project/proxy.py) (πŸ“₯ 99K / month Β· πŸ“¦ 16 Β· ⏱️ 13.08.2022): +- [PyPi](https://pypi.org/project/proxy.py) (πŸ“₯ 110K / month Β· πŸ“¦ 16 Β· ⏱️ 13.08.2022): ``` pip install proxy.py ``` @@ -5963,19 +6002,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
httpagentparser (πŸ₯‰26 Β· ⭐ 210) - Python HTTP Agent Parser. MIT -- [GitHub](https://github.com/shon/httpagentparser) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 55 Β· πŸ“¦ 1.2K Β· πŸ“‹ 50 - 32% open Β· ⏱️ 19.10.2022): +- [GitHub](https://github.com/shon/httpagentparser) (πŸ‘¨β€πŸ’» 35 Β· πŸ”€ 55 Β· πŸ“¦ 1.3K Β· πŸ“‹ 50 - 32% open Β· ⏱️ 19.10.2022): ``` git clone https://github.com/shon/httpagentparser ``` -- [PyPi](https://pypi.org/project/httpagentparser) (πŸ“₯ 290K / month Β· πŸ“¦ 260 Β· ⏱️ 19.10.2022): +- [PyPi](https://pypi.org/project/httpagentparser) (πŸ“₯ 280K / month Β· πŸ“¦ 260 Β· ⏱️ 19.10.2022): ``` pip install httpagentparser ```
pyngrok (πŸ₯‰25 Β· ⭐ 340) - A Python wrapper for ngrok. MIT -- [GitHub](https://github.com/alexdlaird/pyngrok) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 53 Β· ⏱️ 19.12.2022): +- [GitHub](https://github.com/alexdlaird/pyngrok) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 53 Β· πŸ“‹ 66 - 1% open Β· ⏱️ 19.12.2022): ``` git clone https://github.com/alexdlaird/pyngrok @@ -5984,14 +6023,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install pyngrok ``` -- [Conda](https://anaconda.org/conda-forge/pyngrok) (πŸ“₯ 75K Β· ⏱️ 29.11.2022): +- [Conda](https://anaconda.org/conda-forge/pyngrok) (πŸ“₯ 76K Β· ⏱️ 29.11.2022): ``` conda install -c conda-forge pyngrok ```
healthchecks (πŸ₯‰24 Β· ⭐ 5.9K) - A cron monitoring tool written in Python & Django. BSD-3 -- [GitHub](https://github.com/healthchecks/healthchecks) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 650 Β· πŸ“‹ 570 - 11% open Β· ⏱️ 08.02.2023): +- [GitHub](https://github.com/healthchecks/healthchecks) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 650 Β· πŸ“‹ 570 - 11% open Β· ⏱️ 15.02.2023): ``` git clone https://github.com/healthchecks/healthchecks @@ -5999,83 +6038,82 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
trustme (πŸ₯‰24 Β· ⭐ 480) - #1 quality TLS certs while you wait, for the discerning tester. MIT -- [GitHub](https://github.com/python-trio/trustme) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 25 Β· πŸ“¦ 340 Β· πŸ“‹ 36 - 22% open Β· ⏱️ 18.01.2023): +- [GitHub](https://github.com/python-trio/trustme) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 25 Β· πŸ“¦ 420 Β· πŸ“‹ 36 - 22% open Β· ⏱️ 14.02.2023): ``` git clone https://github.com/python-trio/trustme ``` -- [PyPi](https://pypi.org/project/trustme) (πŸ“₯ 58K / month Β· πŸ“¦ 48 Β· ⏱️ 12.08.2021): +- [PyPi](https://pypi.org/project/trustme) (πŸ“₯ 57K / month Β· πŸ“¦ 48 Β· ⏱️ 12.08.2021): ``` pip install trustme ``` -- [Conda](https://anaconda.org/conda-forge/trustme) (πŸ“₯ 5.3K Β· ⏱️ 12.08.2021): +- [Conda](https://anaconda.org/conda-forge/trustme) (πŸ“₯ 5.4K Β· ⏱️ 12.08.2021): ``` conda install -c conda-forge trustme ```
urlwatch (πŸ₯‰23 Β· ⭐ 2.5K) - Watch (parts of) webpages and get notified when something changes via.. BSD-3 -- [GitHub](https://github.com/thp/urlwatch) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 330 Β· πŸ“‹ 460 - 15% open Β· ⏱️ 23.01.2023): +- [GitHub](https://github.com/thp/urlwatch) (πŸ‘¨β€πŸ’» 86 Β· πŸ”€ 330 Β· πŸ“‹ 460 - 14% open Β· ⏱️ 23.01.2023): ``` git clone https://github.com/thp/urlwatch ``` -- [PyPi](https://pypi.org/project/urlwatch) (πŸ“₯ 6.6K / month Β· πŸ“¦ 2 Β· ⏱️ 15.03.2022): +- [PyPi](https://pypi.org/project/urlwatch) (πŸ“₯ 6.2K / month Β· πŸ“¦ 2 Β· ⏱️ 15.03.2022): ``` pip install urlwatch ```
-
streaming-form-data (πŸ₯‰22 Β· ⭐ 120) - Streaming parser for multipart/form-data written in Cython. MIT +
asgi-lifespan (πŸ₯‰22 Β· ⭐ 130 Β· πŸ“ˆ) - Programmatic startup/shutdown of ASGI apps. MIT -- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 25 Β· πŸ“¦ 44 Β· πŸ“‹ 28 - 17% open Β· ⏱️ 11.12.2022): +- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 8 Β· πŸ“¦ 12K Β· πŸ“‹ 15 - 6% open Β· ⏱️ 11.11.2022): ``` - git clone https://github.com/siddhantgoel/streaming-form-data + git clone https://github.com/florimondmanca/asgi-lifespan ``` -- [PyPi](https://pypi.org/project/streaming-form-data) (πŸ“₯ 25K / month Β· πŸ“¦ 3 Β· ⏱️ 06.10.2022): +- [PyPi](https://pypi.org/project/asgi-lifespan) (πŸ“₯ 260K / month Β· πŸ“¦ 21 Β· ⏱️ 11.11.2022): ``` - pip install streaming-form-data + pip install asgi-lifespan + ``` +- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (πŸ“₯ 51K Β· ⏱️ 17.09.2022): + ``` + conda install -c conda-forge asgi-lifespan ```
-
asgi-lifespan (πŸ₯‰18 Β· ⭐ 130) - Programmatic startup/shutdown of ASGI apps. MIT +
streaming-form-data (πŸ₯‰22 Β· ⭐ 120) - Streaming parser for multipart/form-data written in Cython. MIT -- [GitHub](https://github.com/florimondmanca/asgi-lifespan) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 8 Β· πŸ“‹ 15 - 6% open Β· ⏱️ 11.11.2022): +- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 25 Β· πŸ“¦ 45 Β· πŸ“‹ 28 - 17% open Β· ⏱️ 11.12.2022): ``` - git clone https://github.com/florimondmanca/asgi-lifespan - ``` -- [PyPi](https://pypi.org/project/asgi-lifespan) (πŸ“₯ 230K / month Β· πŸ“¦ 21 Β· ⏱️ 11.11.2022): - ``` - pip install asgi-lifespan + git clone https://github.com/siddhantgoel/streaming-form-data ``` -- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (πŸ“₯ 50K Β· ⏱️ 17.09.2022): +- [PyPi](https://pypi.org/project/streaming-form-data) (πŸ“₯ 24K / month Β· πŸ“¦ 3 Β· ⏱️ 06.10.2022): ``` - conda install -c conda-forge asgi-lifespan + pip install streaming-form-data ```
-
Show 21 hidden projects... +
Show 20 hidden projects... - pyzmq (πŸ₯‡38 Β· ⭐ 3.3K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD - PySocks (πŸ₯ˆ34 Β· ⭐ 1.1K Β· πŸ’€) - A SOCKS proxy client and wrapper for Python. BSD-3 -- httpbin (πŸ₯ˆ33 Β· ⭐ 11K Β· πŸ’€) - HTTP Request & Response Service, written in Python + Flask. ISC - speedtest-cli (πŸ₯ˆ32 Β· ⭐ 13K Β· πŸ’€) - Command line interface for testing internet bandwidth.. Apache-2 +- httpbin (πŸ₯ˆ32 Β· ⭐ 11K Β· πŸ’€) - HTTP Request & Response Service, written in Python + Flask. ISC - webassets (πŸ₯ˆ31 Β· ⭐ 910 Β· πŸ’€) - Asset management for Python web development. BSD-2 - netaddr (πŸ₯ˆ31 Β· ⭐ 710 Β· πŸ’€) - A network address manipulation library for Python. BSD-3 - terminado (πŸ₯ˆ31 Β· ⭐ 330) - Terminals served by tornado websockets. ❗Unlicensed -- python-user-agents (πŸ₯‰29 Β· ⭐ 1.3K Β· πŸ’€) - A Python library that provides an easy way to identify.. MIT - aiodns (πŸ₯‰28 Β· ⭐ 480 Β· πŸ’€) - Simple DNS resolver for asyncio. MIT - ipaddress (πŸ₯‰26 Β· ⭐ 100 Β· πŸ’€) - Python 3.3+s ipaddress for older Python versions. Python-2.0 - Cactus (πŸ₯‰25 Β· ⭐ 3.4K Β· πŸ’€) - Static site generator for designers. Uses Python and Django.. BSD-3 - python-whois (πŸ₯‰24 Β· ⭐ 380 Β· πŸ’€) - A python module for retrieving and parsing WHOIS data. ❗️WTFPL - ProxyBroker (πŸ₯‰23 Β· ⭐ 3.2K Β· πŸ’€) - Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS. Apache-2 - sandman2 (πŸ₯‰23 Β· ⭐ 1.9K Β· πŸ’€) - Automatically generate a RESTful API service for your legacy.. Apache-2 -- hyde (πŸ₯‰23 Β· ⭐ 1.6K Β· πŸ’€) - A Python Static Website Generator. MIT - reppy (πŸ₯‰23 Β· ⭐ 180 Β· πŸ’€) - Modern robots.txt Parser for Python. MIT +- hyde (πŸ₯‰22 Β· ⭐ 1.6K Β· πŸ’€) - A Python Static Website Generator. MIT - cabot (πŸ₯‰21 Β· ⭐ 5.4K Β· πŸ’€) - Self-hosted, easily-deployable monitoring and alerts service - like a.. MIT - toapi (πŸ₯‰20 Β· ⭐ 3.4K Β· πŸ’€) - Every web site provides APIs. MIT - tinkerer (πŸ₯‰19 Β· ⭐ 310) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD - libextract (πŸ₯‰16 Β· ⭐ 500 Β· πŸ’€) - Extract data from websites using basic statistical magic. MIT -- IP2Trace (πŸ₯‰10 Β· ⭐ 23 Β· πŸ’€) - Python tool to traceroute with IP geolocation information, such as.. MIT +- IP2Trace (πŸ₯‰10 Β· ⭐ 24 Β· πŸ’€) - Python tool to traceroute with IP geolocation information, such as.. MIT
--- diff --git a/history/2023-02-16_changes.md b/history/2023-02-16_changes.md new file mode 100644 index 00000000..e95d5af0 --- /dev/null +++ b/history/2023-02-16_changes.md @@ -0,0 +1,26 @@ +## πŸ“ˆ Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- soupsieve (πŸ₯‡32 Β· ⭐ 160 Β· πŸ“ˆ) - A modern CSS selector implementation for BeautifulSoup. MIT +- django-cleanup (πŸ₯‰28 Β· ⭐ 860 Β· πŸ“ˆ) - Automatically deletes old file for FileField and.. MIT +- scdl (πŸ₯‰27 Β· ⭐ 2.6K Β· πŸ“ˆ) - Soundcloud Music Downloader. ❗️GPL-2.0 +- markdown-it-py (πŸ₯‰27 Β· ⭐ 420 Β· πŸ“ˆ) - Markdown parser, done right. 100% CommonMark support,.. MIT +- asgi-lifespan (πŸ₯‰22 Β· ⭐ 130 Β· πŸ“ˆ) - Programmatic startup/shutdown of ASGI apps. 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._ + +- wagtail (πŸ₯‡40 Β· ⭐ 14K Β· πŸ“‰) - A Django content management system focused on flexibility and.. BSD-3 +- asgiref (πŸ₯ˆ36 Β· ⭐ 1.2K Β· πŸ“‰) - ASGI specification and utilities. BSD-3 +- django-oscar (πŸ₯‡35 Β· ⭐ 5.6K Β· πŸ“‰) - Domain-driven e-commerce for Django. BSD-3 +- stripe (πŸ₯ˆ35 Β· ⭐ 1.3K Β· πŸ“‰) - Python library for the Stripe API. MIT +- flask-jsonrpc (πŸ₯‰21 Β· ⭐ 270 Β· πŸ“‰) - Basic JSON-RPC implementation for your Flask-powered.. BSD-3 + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- robyn (πŸ₯‰26 Β· ⭐ 2.4K Β· βž•) - Robyn is a fast and extensible async python web server with a rust.. BSD-2 + diff --git a/history/2023-02-16_projects.csv b/history/2023-02-16_projects.csv new file mode 100644 index 00000000..502b092f --- /dev/null +++ b/history/2023-02-16_projects.csv @@ -0,0 +1,577 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,dependent_project_count,github_dependent_project_count,contributor_count,projectrank,show,labels,latest_stable_release_published_at,latest_stable_release_number,release_count,recent_commit_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,brew_id,maven_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,maven_url,trending,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,updated_github_id,conda_dependent_project_count,new_addition,apt_id,licenses +0,Public APIs,public-apis/public-apis,third-party-apis,True,https://github.com/public-apis/public-apis,https://github.com/public-apis/public-apis,MIT,2016-03-20 23:49:42.000,2023-02-15 23:46:09.000,2022-07-19 13:39:16,4527.0,25939,3796.0,2910.0,132.0,415.0,228275,A collective list of free APIs.,1.0,1.0,1378.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,OpenAPI-Specification,OAI/OpenAPI-Specification,openapi-utils,True,https://github.com/OAI/OpenAPI-Specification,https://github.com/OAI/OpenAPI-Specification,Apache-2.0,2014-03-03 16:53:36.000,2023-02-13 19:05:13.000,2022-11-18 01:55:36,1950.0,8847,854.0,1016.0,584.0,1408.0,25846,The OpenAPI Specification Repository.,,,212.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,2023-02-11 00:20:58.000,2023-02-11 00:20:12,584.0,1157,538.0,492.0,187.0,344.0,14011,GraphQL is a query language and execution engine tied to any backend service.,,,128.0,0,True,,2021-10-27 00:01:28.000,October2021,6.0,15.0,335.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-ml-python - DB Clients,ml-tooling/best-of-ml-python,third-party-apis,True,https://github.com/ml-tooling/best-of-ml-python,https://github.com/ml-tooling/best-of-ml-python,CC-BY-SA-4.0,2020-11-29 19:41:36.000,2023-02-16 15:24:34.000,2023-02-16 15:24:33,351.0,1938,354.0,180.0,13.0,31.0,12711,Collection of python database client libraries.,,,36.0,0,True,,2023-02-16 15:24:42.000,2023.02.16,85.0,27.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,flask,pallets/flask,web-frameworks,,https://github.com/pallets/flask,https://github.com/pallets/flask,BSD-3-Clause,2010-04-06 11:11:59.000,2023-02-16 16:19:37.000,2023-02-16 14:27:41,4941.0,15456,2149.0,2331.0,2.0,2450.0,61911,The Python micro framework for building web applications.,1458076.0,1335628.0,808.0,49,True,['flask'],2023-02-15 22:45:39.637,2.2.3,50.0,84.0,5177.0,70743351.0,conda-forge/flask,flask,https://pypi.org/project/flask,2022-08-08 23:28:50.040,122448.0,70682105.0,https://anaconda.org/conda-forge/flask,2022-11-16 16:57:36.627,4770281.0,1.0,,,,,,,,,,,,,,,,,,, +5,django,django/django,web-frameworks,,https://github.com/django/django,https://github.com/django/django,BSD-3-Clause,2012-04-28 02:47:18.000,2023-02-16 12:26:37.000,2023-02-16 07:29:40,31491.0,28624,2268.0,16509.0,150.0,,68793,The Web framework for perfectionists with deadlines.,1307749.0,1184854.0,2875.0,48,True,['django'],2023-02-14 08:26:20.817,4.0.10,316.0,260.0,,9609332.0,conda-forge/django,django,https://pypi.org/project/django,2023-02-14 08:26:20.817,122895.0,9593059.0,https://anaconda.org/conda-forge/django,2023-02-14 14:02:37.252,1350661.0,1.0,,,,,,,,,,,,,,,,,,, +6,requests,psf/requests,http-clients,,https://github.com/psf/requests,https://github.com/psf/requests,Apache-2.0,2011-02-13 18:38:17.000,2023-02-08 03:44:17.000,2023-01-21 08:44:33,6139.0,8967,1355.0,2352.0,266.0,3514.0,49045,"A simple, yet elegant, HTTP library.",2179052.0,1979879.0,727.0,48,True,,2023-01-12 16:34:32.000,2.28.2,146.0,8.0,4477.0,284845773.0,conda-forge/requests,requests,https://pypi.org/project/requests,2023-01-12 16:29:04.302,199173.0,284490898.0,https://anaconda.org/conda-forge/requests,2023-01-16 10:13:45.981,28362484.0,1.0,,,,,,,,,,,,,,,,,,, +7,grpc,grpc/grpc,rpc,,https://github.com/grpc/grpc,https://github.com/grpc/grpc,Apache-2.0,2014-12-08 18:58:53.000,2023-02-16 15:40:12.000,2023-02-16 03:53:32,52618.0,9735,1376.0,21519.0,806.0,10026.0,37039,"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",8977.0,4061.0,915.0,48,True,,2023-02-15 17:05:19.000,1.52.1,208.0,413.0,45294.0,58382872.0,conda-forge/grpcio,grpcio,https://pypi.org/project/grpcio,2023-01-19 23:55:14.398,4916.0,58239936.0,https://anaconda.org/conda-forge/grpcio,2023-02-16 06:07:51.496,7650625.0,1.0,,,,,,,,,,,,,,,,,,, +8,selenium,SeleniumHQ/selenium,testing,,https://github.com/SeleniumHQ/selenium,https://github.com/SeleniumHQ/selenium,Apache-2.0,2013-01-14 21:40:56.000,2023-02-16 10:08:40.000,2023-02-15 11:44:23,29344.0,7398,1315.0,2788.0,179.0,8602.0,25823,A browser automation framework and ecosystem.,205179.0,188868.0,784.0,48,True,,2023-01-23 13:19:02.680,4.8.0,176.0,384.0,6705178.0,12744611.0,conda-forge/selenium,selenium,https://pypi.org/project/selenium,2023-01-23 13:19:02.680,16311.0,12652436.0,https://anaconda.org/conda-forge/selenium,2022-12-13 23:52:47.114,988189.0,1.0,,,,,,,,,,,,,,,,,,, +9,Scrapy,scrapy/scrapy,web-scraping,,https://github.com/scrapy/scrapy,https://github.com/scrapy/scrapy,BSD-3-Clause,2010-02-22 02:01:14.000,2023-02-16 16:19:56.000,2023-02-14 22:28:35,9628.0,9853,1782.0,3005.0,743.0,2279.0,46162,"Scrapy, a fast high-level web crawling & scraping framework for Python.",39619.0,35058.0,587.0,45,True,,2023-02-02 04:57:01.994,2.8.0,91.0,184.0,,961852.0,conda-forge/scrapy,scrapy,https://pypi.org/project/scrapy,2022-03-01 15:05:32.000,4561.0,953874.0,https://anaconda.org/conda-forge/scrapy,2023-02-02 12:08:13.945,606339.0,1.0,,,,,,,,,,,,,,,,,,, +10,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,2023-02-16 06:48:34.000,2023-02-16 06:48:34,8654.0,6464,614.0,4477.0,120.0,3734.0,24972,Web APIs for Django.,442301.0,441904.0,1340.0,45,True,['django'],2022-11-08 10:37:57.000,3.14.0,40.0,43.0,,94698.0,conda-forge/djangorestframework,django-rest-framework,https://pypi.org/project/django-rest-framework,2017-07-20 17:14:33.000,397.0,88988.0,https://anaconda.org/conda-forge/djangorestframework,2022-09-22 13:45:21.456,473992.0,1.0,,,,,,,,,,,,,,,,,,, +11,aiohttp,aio-libs/aiohttp,http-clients,,https://github.com/aio-libs/aiohttp,https://github.com/aio-libs/aiohttp,Apache-2.0,2013-10-01 23:04:01.000,2023-02-15 21:05:04.000,2023-02-12 20:26:31,9006.0,1864,228.0,4372.0,501.0,2303.0,13268,Asynchronous HTTP client/server framework for asyncio and Python.,301386.0,288185.0,665.0,45,True,,2023-02-12 19:09:07.000,3.8.4,221.0,28.0,8037.0,65436199.0,conda-forge/aiohttp,aiohttp,https://pypi.org/project/aiohttp,2022-09-21 14:40:58.757,13201.0,65313810.0,https://anaconda.org/conda-forge/aiohttp,2023-02-13 13:38:00.209,8438623.0,1.0,,,,,,,,,,,,,,,,,,, +12,youtube-dl,ytdl-org/youtube-dl,third-party-apis,,https://github.com/ytdl-org/youtube-dl,https://github.com/ytdl-org/youtube-dl,Unlicense,2010-10-31 14:35:07.000,2023-02-15 16:37:22.000,2023-02-14 16:36:40,18678.0,8587,2198.0,4809.0,4738.0,21560.0,117353,Command-line program to download videos from YouTube.com and other video sites.,1815.0,,992.0,44,True,,2021-12-16 19:02:14.000,2021.12.17,955.0,32.0,54966329.0,5537634.0,conda-forge/youtube-dl,youtube_dl,https://pypi.org/project/youtube_dl,2021-12-16 19:02:14.000,1815.0,4396970.0,https://anaconda.org/conda-forge/youtube-dl,2021-12-20 18:52:45.882,1153105.0,1.0,youtube-dl,,,,,,,,,,,,,,,,,, +13,fastapi,tiangolo/fastapi,web-frameworks,,https://github.com/tiangolo/fastapi,https://github.com/tiangolo/fastapi,MIT,2018-12-08 08:21:47.000,2023-02-16 02:49:19.000,2023-02-14 09:17:53,2678.0,4509,620.0,2123.0,1359.0,2398.0,54550,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",151994.0,150173.0,415.0,44,True,"['fastapi', 'openapi']",2023-02-14 09:25:08.919,0.92.0,158.0,140.0,,12402899.0,conda-forge/fastapi,fastapi,https://pypi.org/project/fastapi,2023-01-10 18:39:55.851,1821.0,12372535.0,https://anaconda.org/conda-forge/fastapi,2023-02-14 20:47:42.628,1275305.0,1.0,,,,,,,,,,,,,,,,,,, +14,discord.py,Rapptz/discord.py,third-party-apis,,https://github.com/Rapptz/discord.py,https://github.com/Rapptz/discord.py,MIT,2015-08-21 22:19:08.000,2023-02-16 15:47:12.000,2023-02-16 15:45:53,4740.0,3574,268.0,2505.0,85.0,2682.0,12243,An API wrapper for Discord written in Python.,51378.0,48640.0,381.0,44,True,,2023-02-09 21:25:02.840,2.1.1,70.0,99.0,,34008326.0,conda-forge/discord.py,discord.py,https://pypi.org/project/discord.py,2022-11-12 19:53:03.462,2738.0,34008042.0,https://anaconda.org/conda-forge/discord.py,2023-02-11 23:21:14.587,7102.0,1.0,,,,,,,,,,,,,,,,,,, +15,gunicorn,benoitc/gunicorn,servers,,https://github.com/benoitc/gunicorn,https://github.com/benoitc/gunicorn,MIT,2009-11-30 18:18:08.000,2023-02-09 15:42:11.000,2023-01-26 23:23:17,2949.0,1611,232.0,1026.0,434.0,1558.0,8779,"gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",932768.0,870853.0,383.0,44,True,,2021-04-28 15:16:08.000,20.1.0,81.0,16.0,100.0,25010382.0,conda-forge/gunicorn,gunicorn,https://pypi.org/project/gunicorn,2021-03-27 01:54:37.000,61915.0,24987975.0,https://anaconda.org/conda-forge/gunicorn,2022-10-26 21:19:32.027,1770189.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,2023-02-14 22:01:39.478,2023-02-14 17:20:36,5206.0,1673,227.0,1534.0,10.0,1025.0,6278,The comprehensive WSGI web application library.,1000424.0,930983.0,468.0,44,True,,2023-02-14 17:23:19.000,2.2.3,84.0,67.0,263.0,83653987.0,conda-forge/werkzeug,werkzeug,https://pypi.org/project/werkzeug,2023-02-14 17:20:13.603,69441.0,83565866.0,https://anaconda.org/conda-forge/werkzeug,2023-02-14 22:01:39.478,6873127.0,1.0,,,,,,,,,,,,,,,,,,, +17,google-api-python-client,googleapis/google-api-python-client,third-party-apis,,https://github.com/googleapis/google-api-python-client,https://github.com/googleapis/google-api-python-client,Apache-2.0,2014-01-08 21:55:56.000,2023-02-15 22:42:40.000,2023-02-15 22:42:40,1581.0,2292,281.0,1047.0,85.0,884.0,6326,The official Python client library for Googles discovery based APIs.,144826.0,137345.0,185.0,43,True,,2023-02-14 19:06:15.015,2.78.0,167.0,49.0,,43318397.0,conda-forge/google-api-python-client,google-api-python-client,https://pypi.org/project/google-api-python-client,2023-01-31 15:01:10.584,7481.0,43294653.0,https://anaconda.org/conda-forge/google-api-python-client,2023-02-15 00:17:48.938,1875846.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,2023-02-15 16:25:01.000,2023-02-14 14:23:05,3910.0,1029,101.0,1823.0,120.0,984.0,3288,"Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more.",1217468.0,1173335.0,320.0,43,True,,2023-01-11 13:06:37.431,1.26.14,76.0,54.0,5418.0,315051538.0,conda-forge/urllib3,urllib3,https://pypi.org/project/urllib3,2023-01-11 13:06:37.431,44133.0,314686997.0,https://anaconda.org/conda-forge/urllib3,2023-01-11 15:52:08.282,29153968.0,2.0,,,,,,,,,,,,,,,,,,, +19,tornado,tornadoweb/tornado,web-frameworks,,https://github.com/tornadoweb/tornado,https://github.com/tornadoweb/tornado,Apache-2.0,2009-09-09 04:55:16.000,2023-02-16 14:19:45.000,2023-02-08 21:42:11,4516.0,5484,1003.0,1467.0,220.0,1560.0,20973,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",333856.0,308339.0,434.0,42,True,,2020-03-04 02:32:23.000,6.0.4,65.0,39.0,,23030303.0,conda-forge/tornado,tornado,https://pypi.org/project/tornado,2022-07-03 22:39:25.000,25517.0,22707191.0,https://anaconda.org/conda-forge/tornado,2022-10-26 13:18:25.070,26495228.0,2.0,,,,,,,,,,,,,,,,,,, +20,OpenAPI Generator,OpenAPITools/openapi-generator,openapi-utils,,https://github.com/OpenAPITools/openapi-generator,https://github.com/OpenAPITools/openapi-generator,Apache-2.0,2018-05-12 09:57:56.000,2023-02-16 15:42:43.000,2023-02-16 14:22:55,18172.0,4961,200.0,8364.0,3812.0,2887.0,15266,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",430.0,4.0,2644.0,42,True,['openapi'],2023-02-01 12:54:16.000,6.3.0,679.0,254.0,,1670631.0,,openapi-generator-cli,https://pypi.org/project/openapi-generator-cli,2020-05-15 12:33:56.000,,6013.0,,,,1.0,,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,2022-09-05 10:23:45.120,426.0,1664618.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,,,,, +21,jinja,pallets/jinja,others,,https://github.com/pallets/jinja,https://github.com/pallets/jinja,BSD-3-Clause,2010-10-17 13:41:17.000,2023-02-07 15:20:36.000,2023-02-07 15:20:32,2694.0,1534,251.0,827.0,71.0,890.0,9057,A very fast and expressive template engine.,100800.0,,304.0,42,True,,2022-04-28 17:24:04.000,3.1.2,48.0,31.0,54049.0,125937591.0,conda-forge/jinja2,jinja2,https://pypi.org/project/jinja2,2022-04-28 17:21:25.000,100800.0,125633255.0,https://anaconda.org/conda-forge/jinja2,2022-06-22 15:50:33.204,24581864.0,1.0,,,,,,,,,,,,,,,,,,, +22,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,MIT,2011-07-01 20:40:42.000,2023-02-16 14:35:54.000,2023-02-15 09:16:18,28749.0,1106,173.0,1844.0,2738.0,7335.0,4944,Event-driven networking engine written in Python.,75257.0,64975.0,255.0,42,True,,2022-10-31 09:31:04.010,22.10.0,92.0,103.0,,3083357.0,conda-forge/twisted,twisted,https://pypi.org/project/twisted,2022-10-31 09:31:04.010,10282.0,3068257.0,https://anaconda.org/conda-forge/twisted,2022-11-01 12:57:54.915,845629.0,1.0,,,,,,,,,,,,,,,,,,, +23,coverage,nedbat/coveragepy,testing,,https://github.com/nedbat/coveragepy,https://github.com/nedbat/coveragepy,Apache-2.0,2016-08-09 00:05:44.974,2023-02-16 05:18:37.000,2023-02-15 13:22:57,5842.0,342,28.0,276.0,254.0,1049.0,2388,The code coverage tool for Python.,344365.0,288564.0,163.0,42,True,,2023-01-25 01:26:24.000,7.1.0,117.0,223.0,,53775498.0,conda-forge/coverage,coverage,https://pypi.org/project/coverage,2023-01-25 01:25:31.619,55801.0,53648230.0,https://anaconda.org/conda-forge/coverage,2023-01-25 06:47:45.629,9926905.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,2023-02-16 09:49:25.000,2023-02-13 19:39:12,2528.0,4611,598.0,1439.0,16.0,1811.0,21041,We have made you a wrapper you cant refuse.,78802.0,76289.0,180.0,41,True,,2023-02-09 20:11:39.000,20.1,126.0,71.0,14916.0,871690.0,conda-forge/python-telegram-bot,python-telegram-bot,https://pypi.org/project/python-telegram-bot,2023-01-02 18:58:24.881,2513.0,870388.0,https://anaconda.org/conda-forge/python-telegram-bot,2023-02-10 01:44:33.640,69382.0,1.0,,,,,,,,,,,,,,,,,,, +25,django-allauth,pennersr/django-allauth,auth,,https://github.com/pennersr/django-allauth,https://github.com/pennersr/django-allauth,MIT,2010-10-10 20:10:52.000,2023-02-13 11:35:38.000,2023-02-10 15:58:23,2509.0,2725,187.0,1317.0,337.0,1656.0,7763,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",140107.0,134834.0,617.0,41,True,['django'],2022-12-29 08:05:52.142,0.52.0,67.0,39.0,,727633.0,conda-forge/django-allauth,django-allauth,https://pypi.org/project/django-allauth,2022-12-29 08:05:52.142,5273.0,726333.0,https://anaconda.org/conda-forge/django-allauth,2022-06-07 14:28:16.329,85859.0,1.0,,,,,,,,,,,,,,,,,,, +26,GitPython,gitpython-developers/GitPython,third-party-apis,,https://github.com/gitpython-developers/GitPython,https://github.com/gitpython-developers/GitPython,BSD-3-Clause,2010-11-30 17:34:03.000,2023-02-16 16:32:44.000,2023-02-16 16:30:40,2995.0,829,100.0,538.0,137.0,736.0,3851,GitPython is a python library used to interact with Git repositories.,146995.0,139230.0,288.0,41,True,,2023-02-16 16:35:16.639,3.1.31,84.0,57.0,,32021757.0,conda-forge/gitpython,gitpython,https://pypi.org/project/gitpython,2022-12-29 07:18:15.446,7765.0,31966321.0,https://anaconda.org/conda-forge/gitpython,2022-12-29 18:24:50.911,4822944.0,1.0,,,,,,,,,,,,,,,,,,, +27,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010-02-16 04:10:13.000,2023-02-13 21:45:02.000,2023-02-13 21:45:02,10270.0,3608,618.0,2517.0,258.0,2735.0,30133,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,3127.0,2658.0,473.0,40,True,,2022-11-02 11:24:02.187,9.0.1,55.0,80.0,217720.0,332302.0,,mitmproxy,https://pypi.org/project/mitmproxy,2022-11-02 11:24:02.187,469.0,330393.0,,,,1.0,,,,,,,,,,,,,,,,,,, +28,certbot,certbot/certbot,others,,https://github.com/certbot/certbot,https://github.com/certbot/certbot,Apache-2.0,2014-11-12 02:52:20.000,2023-02-16 15:18:27.000,2023-02-16 05:02:02,10699.0,3322,763.0,4435.0,548.0,4623.0,29641,Certbot is EFFs tool to obtain certs from Lets Encrypt and (optionally) auto-enable HTTPS on your server. It can also..,1817.0,1506.0,508.0,40,True,,2023-02-14 22:29:02.000,2.3.0,100.0,106.0,33023.0,249519.0,conda-forge/certbot-apache,certbot,https://pypi.org/project/certbot,2023-01-11 23:01:09.653,311.0,248012.0,https://anaconda.org/conda-forge/certbot-apache,2023-01-14 20:06:29.162,13901.0,1.0,,,,,,,,,,,,,,,,,,, +29,Streamlit,streamlit/streamlit,web-ui,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019-08-24 00:14:52.000,2023-02-16 15:55:49.000,2023-02-16 15:31:12,5268.0,2018,284.0,3010.0,595.0,2460.0,22669,Streamlit The fastest way to build data apps in Python.,1244.0,586.0,166.0,40,True,,2023-02-10 22:42:19.556,1.18.1,195.0,161.0,,1154779.0,,streamlit,https://pypi.org/project/streamlit,2023-01-12 20:46:01.810,658.0,1154779.0,,,,1.0,,,,,,,,,,,,,,,,,,, +30,sanic,sanic-org/sanic,web-frameworks,,https://github.com/sanic-org/sanic,https://github.com/sanic-org/sanic,MIT,2016-05-26 04:38:22.000,2023-02-16 13:01:02.000,2023-02-14 20:59:41,2754.0,1488,413.0,1417.0,66.0,1208.0,16828,Next generation Python web server/framework | Build fast. Run fast.,13014.0,12380.0,327.0,40,True,,2022-12-27 14:57:03.769,22.12.0,73.0,32.0,,962221.0,conda-forge/sanic,sanic,https://pypi.org/project/sanic,2022-12-27 14:57:03.769,634.0,958224.0,https://anaconda.org/conda-forge/sanic,2022-12-28 16:37:57.974,255849.0,2.0,,,,,,,,,,,,,,,,,,, +31,wagtail,wagtail/wagtail,cms,,https://github.com/wagtail/wagtail,https://github.com/wagtail/wagtail,BSD-3-Clause,2014-02-03 12:41:59.000,2023-02-16 16:07:53.000,2023-02-16 15:29:21,14706.0,3020,342.0,5654.0,1000.0,3435.0,14175,A Django content management system focused on flexibility and user experience.,1461.0,6.0,783.0,40,True,['django'],2023-02-06 13:47:50.000,4.2,197.0,530.0,,158385.0,conda-forge/wagtail,wagtail,https://pypi.org/project/wagtail,2023-01-20 13:56:35.767,1455.0,157564.0,https://anaconda.org/conda-forge/wagtail,2023-02-06 23:16:44.991,53389.0,1.0,,,,,,,,,-1.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,2023-02-15 14:43:21.000,2023-02-15 14:43:19,1272.0,658,112.0,1312.0,37.0,711.0,10044,A next generation HTTP client for Python.,74436.0,72871.0,186.0,40,True,,2023-01-04 09:57:28.610,0.23.3,61.0,58.0,,12254826.0,conda-forge/httpx,httpx,https://pypi.org/project/httpx,2023-01-04 09:57:28.610,1565.0,12242817.0,https://anaconda.org/conda-forge/httpx,2023-01-04 16:46:31.810,468366.0,2.0,,,,,,,,,,,,,,,,,,, +33,tweepy,tweepy/tweepy,third-party-apis,,https://github.com/tweepy/tweepy,https://github.com/tweepy/tweepy,MIT,2009-07-06 04:15:34.000,2023-02-12 23:04:18.000,2023-02-12 23:03:57,3065.0,4299,267.0,560.0,87.0,1157.0,9491,Twitter for Python!.,46090.0,41722.0,243.0,40,True,,2022-11-06 20:29:01.265,4.12.1,45.0,6.0,,1170863.0,conda-forge/tweepy,tweepy,https://pypi.org/project/tweepy,2022-11-06 20:29:01.265,4368.0,1167926.0,https://anaconda.org/conda-forge/tweepy,2022-11-07 11:31:57.320,211464.0,1.0,,,,,,,,,,,,,,,,,,, +34,scapy,secdev/scapy,others,,https://github.com/secdev/scapy,https://github.com/secdev/scapy,GPL-2.0,2015-10-01 17:06:46.000,2023-02-15 19:45:52.000,2023-02-15 09:27:53,6139.0,1795,220.0,2478.0,96.0,1361.0,8444,Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.,10967.0,10002.0,411.0,40,True,,2022-12-25 10:30:01.270,2.5.0,25.0,48.0,,2621597.0,conda-forge/scapy,scapy,https://pypi.org/project/scapy,2022-12-25 10:30:01.270,965.0,2619979.0,https://anaconda.org/conda-forge/scapy,2022-12-25 13:47:15.181,69590.0,1.0,,,,,,,,,,,,,,,,,,, +35,websocket-client,websocket-client/websocket-client,websocket,,https://github.com/websocket-client/websocket-client,https://github.com/websocket-client/websocket-client,Apache-2.0,2010-12-28 06:35:25.000,2023-02-05 03:32:44.119,2023-02-05 00:00:00,1208.0,729,90.0,302.0,8.0,580.0,3163,WebSocket client for Python.,101714.0,94876.0,207.0,40,True,,2023-02-04 18:00:56.868,1.5.1,78.0,10.0,,46557718.0,conda-forge/websocket-client,websocket-client,https://pypi.org/project/websocket-client,2023-01-26 09:31:36.734,6838.0,46482946.0,https://anaconda.org/conda-forge/websocket-client,2023-02-05 03:32:44.119,5907051.0,1.0,,,,,,,,,,,,,,,,,,, +36,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011-08-24 11:36:39.000,2023-02-13 13:00:12.000,2023-02-11 23:17:27,2189.0,471,60.0,436.0,6.0,434.0,2116,a powerful DNS toolkit for python.,180254.0,175677.0,109.0,40,True,,2023-01-15 17:09:05.480,2.3.0,30.0,48.0,,24286394.0,conda-forge/dnspython,dnspython,https://pypi.org/project/dnspython,2023-01-15 17:09:05.480,4577.0,24276525.0,https://anaconda.org/conda-forge/dnspython,2023-01-15 19:50:46.550,641533.0,1.0,,,,,,,,,,,,,,,,,,, +37,sentry,getsentry/sentry,monitoring,,https://github.com/getsentry/sentry,https://github.com/getsentry/sentry,SSPL-1.0,2010-08-30 22:06:41.000,2023-02-16 16:28:00.000,2023-02-16 15:34:11,50781.0,3683,676.0,37877.0,725.0,5600.0,33292,Developer-first error tracking and performance monitoring.,688.0,302.0,728.0,39,True,,2023-02-15 18:23:42.000,23.2.0,367.0,2316.0,46061.0,14724.0,conda-forge/sentry-sdk,sentry,https://pypi.org/project/sentry,2023-01-26 18:09:01.576,386.0,7540.0,https://anaconda.org/conda-forge/sentry-sdk,2023-02-07 15:36:52.797,340581.0,1.0,,,,,,,,,,,,,,,,,,, +38,django-cms,django-cms/django-cms,cms,,https://github.com/django-cms/django-cms,https://github.com/django-cms/django-cms,BSD-3-Clause,2009-03-05 10:14:18.000,2023-02-16 13:54:04.000,2023-02-13 10:19:49,16083.0,2865,406.0,4051.0,119.0,3316.0,9133,The easy-to-use and developer-friendly enterprise CMS powered by Django.,6423.0,4735.0,620.0,39,True,['django'],2022-12-13 14:31:01.341,3.11.1,105.0,22.0,,42417.0,,django-cms,https://pypi.org/project/django-cms,2023-01-02 18:13:47.883,1688.0,42417.0,,,,2.0,,,,,,,,,,,,,,,,,,, +39,starlette,encode/starlette,web-frameworks,,https://github.com/encode/starlette,https://github.com/encode/starlette,BSD-3-Clause,2018-06-25 13:16:21.000,2023-02-16 10:32:11.000,2023-02-14 09:06:03,1109.0,712,112.0,1156.0,40.0,627.0,7889,The little ASGI framework that shines.,87927.0,87101.0,222.0,39,True,,2023-02-14 09:09:03.674,0.25.0,129.0,38.0,,12508451.0,conda-forge/starlette,starlette,https://pypi.org/project/starlette,2022-12-09 14:49:03.683,826.0,12484669.0,https://anaconda.org/conda-forge/starlette,2023-02-14 19:27:24.318,1236711.0,2.0,,,,,,,,,,,,,,,,,,, +40,Telethon,LonamiWebs/Telethon,third-party-apis,,https://github.com/LonamiWebs/Telethon,https://github.com/LonamiWebs/Telethon,MIT,2016-08-26 10:59:24.000,2023-02-10 19:09:28.000,2023-02-08 16:35:49,2884.0,1220,142.0,494.0,53.0,1916.0,7439,"Pure Python 3 MTProto API Telegram client library, for bots too!.",43536.0,43136.0,153.0,39,True,,2023-02-05 14:21:13.141,1.27.0,209.0,31.0,,601258.0,,telethon,https://pypi.org/project/telethon,2022-12-22 19:30:13.271,400.0,601258.0,,,,2.0,,,,,,,,,,,,,,,,,,, +41,gspread,burnash/gspread,third-party-apis,,https://github.com/burnash/gspread,https://github.com/burnash/gspread,MIT,2011-12-02 10:46:20.000,2023-02-06 19:20:43.000,2023-01-03 11:03:42,1201.0,894,161.0,387.0,56.0,726.0,6289,Google Sheets Python API.,21742.0,20765.0,156.0,39,True,,2022-12-02 23:14:01.839,5.7.2,61.0,12.0,298.0,8683175.0,conda-forge/gspread,gspread,https://pypi.org/project/gspread,2022-12-02 23:14:01.839,977.0,8679590.0,https://anaconda.org/conda-forge/gspread,2022-11-22 06:55:40.765,250858.0,2.0,,,,,,,,,,,,,,,,,,, +42,uvicorn,encode/uvicorn,servers,,https://github.com/encode/uvicorn,https://github.com/encode/uvicorn,BSD-3-Clause,2017-05-31 13:13:43.000,2023-02-13 10:38:06.000,2023-02-08 12:16:07,1112.0,544,84.0,1077.0,48.0,606.0,6161,"An ASGI web server, for Python.",154689.0,153153.0,151.0,39,True,,2022-11-20 12:35:39.905,0.20.0,145.0,31.0,,11298224.0,conda-forge/uvicorn,uvicorn,https://pypi.org/project/uvicorn,2022-11-20 12:35:39.905,1536.0,11268026.0,https://anaconda.org/conda-forge/uvicorn,2022-11-23 20:51:55.083,1570334.0,1.0,,,,,,,,,,,,,,,,,,, +43,gevent,gevent/gevent,servers,,https://github.com/gevent/gevent,https://github.com/gevent/gevent,MIT,2012-09-13 22:03:03.000,2023-02-09 08:46:50.000,2022-10-31 18:54:27,5833.0,934,242.0,627.0,84.0,1219.0,5888,Coroutine-based concurrency library for Python.,112336.0,97440.0,107.0,39,True,,2022-10-31 18:56:06.370,22.10.2,79.0,,58884.0,7752770.0,conda-forge/gevent,gevent,https://pypi.org/project/gevent,2022-10-31 18:56:06.370,14896.0,7736795.0,https://anaconda.org/conda-forge/gevent,2022-11-12 23:06:19.484,1035439.0,1.0,,,,,,,,,,,,,,,,,,, +44,flask-admin,flask-admin/flask-admin,admin-ui,,https://github.com/flask-admin/flask-admin,https://github.com/flask-admin/flask-admin,BSD-3-Clause,2012-03-18 23:21:57.000,2023-02-16 05:30:05.000,2023-02-02 03:18:31,3037.0,1513,162.0,985.0,448.0,968.0,5261,Simple and extensible administrative interface framework for Flask.,21488.0,19087.0,353.0,39,True,['flask'],2022-01-30 03:35:03.000,1.6.0,38.0,48.0,,1860793.0,conda-forge/flask-admin,flask-admin,https://pypi.org/project/flask-admin,2022-01-30 03:32:51.000,2401.0,1859011.0,https://anaconda.org/conda-forge/flask-admin,2022-01-30 15:49:52.346,135503.0,1.0,,,,,,,,,,,,,,,,,,, +45,Flask-AppBuilder,dpgaspar/Flask-AppBuilder,web-frameworks,,https://github.com/dpgaspar/Flask-AppBuilder,https://github.com/dpgaspar/Flask-AppBuilder,BSD-3-Clause,2013-11-09 21:13:29.000,2023-02-16 12:47:13.000,2023-02-15 15:12:43,3870.0,1247,159.0,807.0,132.0,1081.0,4061,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",4436.0,4112.0,181.0,39,True,['flask'],2023-01-03 12:39:31.000,4.2.0,283.0,14.0,,7095419.0,conda-forge/flask-appbuilder,flask-appbuilder,https://pypi.org/project/flask-appbuilder,2023-01-03 12:39:01.414,324.0,7092092.0,https://anaconda.org/conda-forge/flask-appbuilder,2023-01-04 10:28:25.506,242888.0,2.0,,,,,,,,,,,,,,,,,,, +46,lxml,lxml/lxml,html-processing,,https://github.com/lxml/lxml,https://github.com/lxml/lxml,BSD-3-Clause,2011-02-11 05:43:11.000,2023-01-30 15:54:35.000,2023-01-03 07:12:59,5883.0,523,76.0,308.0,22.0,,2282,The lxml XML toolkit for Python.,363500.0,324754.0,145.0,39,True,,2022-12-13 22:04:58.045,4.9.2,153.0,45.0,9564.0,59944578.0,conda-forge/lxml,lxml,https://pypi.org/project/lxml,2022-12-13 22:04:58.045,38746.0,59827032.0,https://anaconda.org/conda-forge/lxml,2022-12-14 10:39:55.895,9002025.0,1.0,,,,,,,,,,,,,,,,,,, +47,Locust,locustio/locust,testing,,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011-02-17 11:08:03.000,2023-02-16 14:10:37.000,2023-02-16 14:10:37,3944.0,2629,433.0,881.0,5.0,1405.0,20678,Scalable load testing tool written in Python.,89.0,,277.0,38,True,,2023-01-04 11:39:05.774,2.14.2,230.0,103.0,,1320174.0,conda-forge/locust,locust,https://pypi.org/project/locust,2023-01-29 11:20:00.853,89.0,1318440.0,https://anaconda.org/conda-forge/locust,2023-01-06 22:27:13.917,98861.0,1.0,,,,,,,,,,,,,,,,,,, +48,django-debug-toolbar,jazzband/django-debug-toolbar,admin-ui,,https://github.com/jazzband/django-debug-toolbar,https://github.com/jazzband/django-debug-toolbar,BSD-3-Clause,2008-08-28 06:58:04.000,2023-02-14 07:57:30.000,2023-02-14 07:57:15,2450.0,1000,107.0,910.0,66.0,764.0,7360,A configurable set of panels that display various debug information about the current request/response.,79642.0,67283.0,266.0,38,True,,2022-12-03 18:12:01.578,3.8.1,60.0,29.0,178.0,1805615.0,conda-forge/django-debug-toolbar,django-debug-toolbar,https://pypi.org/project/django-debug-toolbar,2022-12-03 18:12:01.578,12359.0,1803760.0,https://anaconda.org/conda-forge/django-debug-toolbar,2023-02-06 20:07:40.754,153944.0,1.0,,,,,,,,,,,,,,,,,,, +49,pyTelegramBotAPI,eternnoir/pyTelegramBotAPI,third-party-apis,,https://github.com/eternnoir/pyTelegramBotAPI,https://github.com/eternnoir/pyTelegramBotAPI,GPL-2.0,2015-06-26 06:56:25.000,2023-02-16 05:43:10.000,2023-02-09 15:49:17,2326.0,1734,221.0,735.0,1.0,1079.0,6550,Python Telegram bot api.,33980.0,33049.0,211.0,38,True,,2023-02-05 10:19:00.811,4.10.0,107.0,151.0,,406902.0,,pytelegrambotapi,https://pypi.org/project/pytelegrambotapi,2023-01-02 22:00:53.923,931.0,406902.0,,,,2.0,,,,,,,,,,,,,,,,,,, +50,django-extensions,django-extensions/django-extensions,django-utils,,https://github.com/django-extensions/django-extensions,https://github.com/django-extensions/django-extensions,MIT,2009-03-21 16:11:19.000,2023-02-12 19:51:16.000,2022-12-27 10:29:07,3607.0,1121,104.0,957.0,159.0,710.0,6013,This is a repository for collecting global custom management extensions for the Django Framework.,152582.0,140290.0,571.0,38,True,['django'],2022-09-09 11:10:54.000,3.2.1,122.0,6.0,,2378626.0,conda-forge/django-extensions,django-extensions,https://pypi.org/project/django-extensions,2022-09-09 11:10:20.562,12292.0,2374261.0,https://anaconda.org/conda-forge/django-extensions,2022-09-09 16:02:01.865,362320.0,1.0,,,,,,,,,,,,,,,,,,, +51,pyjwt,jpadilla/pyjwt,auth,,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011-02-24 20:25:09.000,2023-02-14 04:01:47.000,2023-02-07 10:09:41,777.0,610,60.0,467.0,14.0,372.0,4479,JSON Web Token implementation in Python.,344463.0,333357.0,133.0,38,True,,2022-10-24 14:25:05.000,2.6.0,46.0,14.0,,104497520.0,conda-forge/pyjwt,pyjwt,https://pypi.org/project/pyjwt,2022-10-20 01:10:53.432,11106.0,104376898.0,https://anaconda.org/conda-forge/pyjwt,2022-10-20 04:33:18.652,9529143.0,1.0,,,,,,,,,,,,,,,,,,, +52,web3.py,ethereum/web3.py,others,,https://github.com/ethereum/web3.py,https://github.com/ethereum/web3.py,MIT,2016-04-14 15:59:35.000,2023-02-16 09:44:37.000,2023-02-15 18:26:06,3909.0,1292,119.0,1534.0,221.0,1074.0,4027,A python interface for interacting with the Ethereum blockchain and ecosystem.,13739.0,12785.0,219.0,38,True,,2022-12-02 17:28:03.359,5.31.3,184.0,103.0,,829894.0,conda-forge/web3,web3,https://pypi.org/project/web3,2023-01-03 19:56:24.796,954.0,825647.0,https://anaconda.org/conda-forge/web3,2022-07-08 13:36:17.423,123163.0,1.0,,,,,,,,,,,,,,,,,,, +53,pyzmq,zeromq/pyzmq,others,,https://github.com/zeromq/pyzmq,https://github.com/zeromq/pyzmq,Revised BSD,2010-07-21 07:20:37.000,2023-02-08 10:13:51.000,2023-02-08 10:13:49,3277.0,617,102.0,862.0,117.0,858.0,3268,PyZMQ: Python bindings for zeromq.,254428.0,241152.0,187.0,38,False,,2023-01-12 12:11:09.143,25.0.0,77.0,31.0,20656.0,17557519.0,conda-forge/pyzmq,pyzmq,https://pypi.org/project/pyzmq,2023-01-12 12:11:09.143,13276.0,17393685.0,https://anaconda.org/conda-forge/pyzmq,2023-01-13 13:04:07.227,13419506.0,1.0,,,,,,,,,,,,,,,,,,, +54,oauthlib,oauthlib/oauthlib,auth,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011-11-19 23:08:51.000,2023-01-10 13:15:31.000,2023-01-10 13:20:21,1645.0,473,69.0,477.0,82.0,288.0,2544,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",340303.0,327854.0,191.0,38,True,,2023-01-10 13:13:43.000,3.2.2,50.0,1.0,,89240964.0,conda-forge/oauthlib,oauthlib,https://pypi.org/project/oauthlib,2022-10-17 20:06:06.447,12449.0,89143918.0,https://anaconda.org/conda-forge/oauthlib,2022-10-18 01:28:04.990,7666663.0,1.0,,,,,,,,,,,,,,,,,,, +55,Kong,kong/kong,api-proxies,,https://github.com/Kong/kong,https://github.com/Kong/kong,Apache-2.0,2014-11-17 23:56:08.000,2023-02-16 16:03:50.000,2023-02-15 17:26:20,9009.0,4394,1021.0,5467.0,293.0,3835.0,34779,The Cloud-Native API Gateway.,,,350.0,37,True,,2022-12-09 21:27:36.000,3.0.2,100.0,237.0,339669.0,3089265.0,,,,,,,,,,1.0,,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2023-02-11 14:20:37.289852,712.0,305376601.0,,,,, +56,falcon,falconry/falcon,web-frameworks,,https://github.com/falconry/falcon,https://github.com/falconry/falcon,Apache-2.0,2012-12-06 18:17:51.000,2023-02-13 00:16:00.000,2023-01-18 20:42:26,1869.0,902,267.0,1132.0,162.0,818.0,9021,"The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability,..",9422.0,7719.0,196.0,37,True,,2022-11-18 19:45:40.537,3.1.1,75.0,8.0,4247.0,718067.0,conda-forge/falcon,falcon,https://pypi.org/project/falcon,2022-11-18 19:45:40.537,1703.0,714011.0,https://anaconda.org/conda-forge/falcon,2022-11-19 05:38:34.691,299829.0,2.0,,,,,,,,,,,,,,,,,,, +57,pytube,pytube/pytube,third-party-apis,,https://github.com/pytube/pytube,https://github.com/pytube/pytube,Unlicense,2012-03-18 19:33:44.000,2023-02-11 01:15:15.000,2022-12-17 15:28:03,1440.0,1668,178.0,533.0,270.0,721.0,8037,"A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.",21692.0,21356.0,105.0,37,True,,2022-12-17 00:12:00.643,12.1.2,84.0,11.0,,373469.0,conda-forge/pytube,pytube,https://pypi.org/project/pytube,2022-12-17 00:12:00.643,336.0,373023.0,https://anaconda.org/conda-forge/pytube,2022-12-17 04:32:46.343,7136.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,2023-02-05 20:39:05.000,2022-09-05 15:24:52,1896.0,1446,313.0,584.0,315.0,571.0,7897,bottle.py is a fast and simple micro-framework for python web-applications.,28942.0,23786.0,227.0,37,True,,2022-08-03 13:45:13.401,0.12.23,78.0,,,2069427.0,conda-forge/bottle,bottle,https://pypi.org/project/bottle,2022-08-03 13:45:13.401,5156.0,2064631.0,https://anaconda.org/conda-forge/bottle,2022-11-29 23:25:57.855,369322.0,2.0,,,,,,,,,,,,,,,,,,, +59,PyGithub,PyGithub/PyGithub,third-party-apis,,https://github.com/PyGithub/PyGithub,https://github.com/PyGithub/PyGithub,LGPL-3.0,2012-02-25 12:53:47.000,2023-02-16 06:17:15.000,2023-02-13 12:43:07,2012.0,1588,114.0,989.0,195.0,1239.0,5797,Typed interactions with the GitHub API v3.,41896.0,39411.0,295.0,37,True,,2022-11-05 01:09:26.000,1.57,87.0,4.0,,8124770.0,conda-forge/pygithub,pygithub,https://pypi.org/project/pygithub,2022-11-05 01:39:07.919,2485.0,8097143.0,https://anaconda.org/conda-forge/pygithub,2022-11-05 06:57:12.198,2403611.0,2.0,,,,,,,,,,,,,,,,,,, +60,django-crispy-forms,django-crispy-forms/django-crispy-forms,forms,,https://github.com/django-crispy-forms/django-crispy-forms,https://github.com/django-crispy-forms/django-crispy-forms,MIT,2011-11-01 11:48:03.000,2023-02-14 00:48:46.730,2023-02-13 19:10:49,1755.0,721,118.0,670.0,73.0,604.0,4637,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,118909.0,110871.0,222.0,37,True,['django'],2023-02-13 19:12:03.000,2.0,40.0,25.0,,796346.0,conda-forge/django-crispy-forms,django-crispy-forms,https://pypi.org/project/django-crispy-forms,2022-01-25 08:08:34.000,8038.0,795349.0,https://anaconda.org/conda-forge/django-crispy-forms,2023-02-14 00:48:46.730,65818.0,1.0,,,,,,,,,,,,,,,,,,, +61,websockets,aaugustin/websockets,websocket,,https://github.com/aaugustin/websockets,https://github.com/aaugustin/websockets,BSD-3-Clause,2013-03-30 08:59:30.000,2023-01-21 06:01:04.000,2023-01-18 06:36:10,1245.0,464,107.0,333.0,24.0,942.0,4403,Library for building WebSocket servers and clients in Python.,92615.0,88846.0,63.0,37,True,,2021-05-15 16:08:26.000,9.0.2,34.0,20.0,,14534395.0,conda-forge/websockets,websockets,https://pypi.org/project/websockets,2022-10-25 20:12:09.748,3769.0,14510567.0,https://anaconda.org/conda-forge/websockets,2022-10-26 17:57:22.115,1763335.0,1.0,,,,,,,,,,,,,,,,,,, +62,connexion,zalando/connexion,openapi-utils,,https://github.com/spec-first/connexion,https://github.com/spec-first/connexion,Apache-2.0,2015-05-19 13:05:58.000,2023-02-16 09:47:21.000,2023-02-12 21:25:08,1354.0,722,87.0,734.0,146.0,758.0,4199,Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support.,8989.0,8275.0,208.0,37,True,['openapi'],2023-01-25 17:04:57.156,2.14.2,141.0,23.0,,6367969.0,conda-forge/connexion,connexion,https://pypi.org/project/connexion,2023-01-25 17:04:57.156,714.0,6364965.0,https://anaconda.org/conda-forge/connexion,2023-01-26 12:09:32.912,204339.0,1.0,,,,,,,,,,,,,,,spec-first/connexion,,,, +63,flask-sqlalchemy,pallets/flask-sqlalchemy,flask-utils,,https://github.com/pallets-eco/flask-sqlalchemy,https://github.com/pallets-eco/flask-sqlalchemy,BSD-3-Clause,2010-06-01 15:01:50.000,2023-02-08 19:45:44.000,2023-02-08 19:45:40,921.0,899,116.0,513.0,1.0,603.0,3930,Adds SQLAlchemy support to Flask.,308221.0,308165.0,113.0,37,True,['flask'],2023-01-31 16:15:32.000,3.0.3,18.0,39.0,415.0,5525890.0,conda-forge/flask-sqlalchemy,flask-sqlalchemy,https://pypi.org/project/flask-sqlalchemy,2023-01-31 16:15:05.410,56.0,5522184.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2023-01-31 19:46:05.705,296234.0,1.0,,,,,,,,,,,,,,,pallets-eco/flask-sqlalchemy,,,, +64,slackclient,slackapi/python-slack-sdk,third-party-apis,,https://github.com/slackapi/python-slack-sdk,https://github.com/slackapi/python-slack-sdk,MIT,2014-11-10 21:32:02.000,2023-02-16 07:20:39.000,2023-02-16 07:20:39,1202.0,827,164.0,612.0,18.0,692.0,3549,Slack Developer Kit for Python.,2155.0,,154.0,37,True,,2022-12-02 02:29:40.000,3.19.5,100.0,11.0,366.0,6302705.0,conda-forge/slackclient,slackclient,https://pypi.org/project/slackclient,2022-04-22 00:25:51.000,2155.0,6294945.0,https://anaconda.org/conda-forge/slackclient,2021-11-19 20:03:49.166,604935.0,2.0,,,,,,,,,,,,,,,,,,, +65,authlib,lepture/authlib,auth,,https://github.com/lepture/authlib,https://github.com/lepture/authlib,BSD-3-Clause,2017-10-27 06:52:26.000,2023-02-10 07:03:47.000,2023-02-10 07:03:46,1310.0,353,59.0,157.0,49.0,319.0,3505,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",25665.0,25352.0,91.0,37,True,,2022-12-06 08:43:24.000,1.2.0,37.0,15.0,,5116557.0,conda-forge/authlib,authlib,https://pypi.org/project/authlib,2022-12-06 08:42:05.097,313.0,5114541.0,https://anaconda.org/conda-forge/authlib,2022-12-06 11:26:34.528,94777.0,1.0,,,,,,,,,,,,,,,,,,, +66,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,2023-01-09 14:21:54.000,2023-01-09 14:21:53,1532.0,795,75.0,507.0,39.0,769.0,3121,A Python implementation of John Grubers Markdown with Extension support.,273261.0,250893.0,165.0,37,True,,2022-07-15 19:17:07.555,3.4.1,46.0,5.0,,22938258.0,conda-forge/markdown,markdown,https://pypi.org/project/markdown,2022-07-15 19:17:07.555,22368.0,22872203.0,https://anaconda.org/conda-forge/markdown,2022-07-15 21:40:14.574,4293627.0,1.0,,,,,,,,,,,,,,,,,,, +67,itsdangerous,pallets/itsdangerous,others,,https://github.com/pallets/itsdangerous,https://github.com/pallets/itsdangerous,BSD-3-Clause,2011-06-24 00:09:55.000,2023-02-07 15:22:44.000,2023-02-07 15:22:39,534.0,216,58.0,221.0,,108.0,2629,Safely pass trusted data to untrusted environments and back.,827263.0,774491.0,42.0,37,True,,2022-03-24 15:14:38.000,2.1.2,27.0,25.0,,55951042.0,conda-forge/itsdangerous,itsdangerous,https://pypi.org/project/itsdangerous,2022-03-24 15:12:13.000,52772.0,55890659.0,https://anaconda.org/conda-forge/itsdangerous,2022-03-24 18:41:25.078,4709907.0,2.0,,,,,,,,,,,,,,,,,,, +68,django-import-export,django-import-export/django-import-export,django-utils,,https://github.com/django-import-export/django-import-export,https://github.com/django-import-export/django-import-export,BSD-2-Clause,2012-11-15 13:12:22.000,2023-02-15 15:51:14.000,2023-02-15 15:49:52,1318.0,738,66.0,644.0,117.0,779.0,2620,Django application and library for importing and exporting data with admin integration.,31324.0,30286.0,192.0,37,True,['django'],2022-12-13 09:24:01.585,3.0.2,56.0,16.0,,752965.0,conda-forge/django-import-export,django-import-export,https://pypi.org/project/django-import-export,2022-12-13 09:24:01.585,1038.0,752006.0,https://anaconda.org/conda-forge/django-import-export,2022-12-13 13:04:12.324,71952.0,1.0,,,,,,,,,,,,,,,,,,, +69,bleach,mozilla/bleach,html-processing,,https://github.com/mozilla/bleach,https://github.com/mozilla/bleach,Apache-2.0,2010-02-19 01:12:41.000,2023-01-24 04:44:36.167,2023-01-23 18:07:53,892.0,251,43.0,331.0,30.0,335.0,2479,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,239915.0,227440.0,78.0,37,True,,2023-01-23 16:40:54.346,6.0.0,53.0,42.0,,15042320.0,conda-forge/bleach,bleach,https://pypi.org/project/bleach,2023-01-23 16:40:54.346,12475.0,14896670.0,https://anaconda.org/conda-forge/bleach,2023-01-24 04:44:36.167,10632476.0,2.0,,,,,,,,,,,,,,,,,,, +70,mistune,lepture/mistune,markdown,,https://github.com/lepture/mistune,https://github.com/lepture/mistune,BSD-3-Clause,2014-02-18 10:13:04.000,2023-02-07 12:07:12.015,2023-02-04 01:49:40,621.0,227,46.0,85.0,15.0,233.0,2191,A fast yet powerful Python Markdown parser with renderers and plugins.,210512.0,201197.0,36.0,37,True,,2023-02-07 05:44:27.000,2.0.5,39.0,23.0,,13123774.0,conda-forge/mistune,mistune,https://pypi.org/project/mistune,2022-11-30 09:57:53.843,9315.0,12993101.0,https://anaconda.org/conda-forge/mistune,2023-02-07 12:07:12.015,10715263.0,1.0,,,,,,,,,,,,,,,,,,, +71,wtforms,wtforms/wtforms,forms,,https://github.com/wtforms/wtforms,https://github.com/wtforms/wtforms,BSD-3-Clause,2013-09-11 01:53:07.000,2023-02-15 15:29:33.000,2023-01-13 16:39:43,1573.0,371,50.0,359.0,51.0,357.0,1380,A flexible forms validation and rendering library for Python.,177144.0,162331.0,140.0,37,True,,2021-12-23 10:10:33.000,3.0.1,25.0,14.0,,3978571.0,conda-forge/wtforms,wtforms,https://pypi.org/project/wtforms,2021-12-23 10:08:57.000,14813.0,3976641.0,https://anaconda.org/conda-forge/wtforms,2021-12-24 00:49:27.436,133223.0,1.0,,,,,,,,,,,,,,,,,,, +72,flask-wtf,wtforms/flask-wtf,forms,,https://github.com/wtforms/flask-wtf,https://github.com/wtforms/flask-wtf,BSD-3-Clause,2012-02-29 16:38:52.000,2023-02-07 08:48:02.000,2023-02-07 08:48:01,768.0,303,33.0,238.0,36.0,286.0,1347,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",182598.0,166247.0,97.0,37,True,['flask'],2023-01-17 19:28:30.000,1.1.1,47.0,27.0,,7118822.0,conda-forge/flask-wtf,flask-wtf,https://pypi.org/project/flask-wtf,2023-01-17 19:28:02.711,16351.0,7117017.0,https://anaconda.org/conda-forge/flask-wtf,2023-01-18 07:50:49.624,142636.0,1.0,,,,,,,,,,,,,,,,,,, +73,certifi,certifi/python-certifi,others,,https://github.com/certifi/python-certifi,https://github.com/certifi/python-certifi,MPL-2.0,2011-12-28 05:15:19.000,2023-01-13 13:58:29.000,2023-01-13 13:58:29,190.0,203,34.0,89.0,7.0,119.0,624,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,1205003.0,1160964.0,30.0,37,True,,2022-12-07 20:15:40.628,2022.12.7,55.0,4.0,,237611328.0,conda-forge/certifi,certifi,https://pypi.org/project/certifi,2022-12-07 20:15:40.628,44039.0,236637682.0,https://anaconda.org/conda-forge/certifi,2022-12-07 23:56:54.976,79838987.0,2.0,,,,,,,,,,,,,,,,,,, +74,google-auth,googleapis/google-auth-library-python,auth,,https://github.com/googleapis/google-auth-library-python,https://github.com/googleapis/google-auth-library-python,Apache-2.0,2016-09-26 00:38:59.000,2023-02-10 00:53:27.000,2023-02-09 22:27:04,676.0,266,74.0,843.0,75.0,321.0,609,Google Auth Python Library.,203713.0,201055.0,105.0,37,True,,2023-01-09 23:07:45.455,2.16.0,123.0,24.0,,78559482.0,conda-forge/google-auth,google-auth,https://pypi.org/project/google-auth,2023-01-09 23:07:45.455,2658.0,78462065.0,https://anaconda.org/conda-forge/google-auth,2023-01-17 20:54:52.531,6624402.0,1.0,,,,,,,,,,,,,,,,,,, +75,swagger-ui,swagger-api/swagger-ui,openapi-utils,,https://github.com/swagger-api/swagger-ui,https://github.com/swagger-api/swagger-ui,Apache-2.0,2011-07-15 22:56:39.000,2023-02-16 12:17:32.000,2023-02-16 00:01:29,5515.0,8602,657.0,3231.0,911.0,4142.0,23411,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",34437.0,34437.0,543.0,36,True,['openapi'],2022-11-09 06:54:16.000,4.15.5,100.0,12.0,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,,, +76,pwntools,Gallopsled/pwntools,others,,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013-04-29 14:43:03.000,2023-02-14 02:25:12.000,2023-02-06 12:33:12,4153.0,1564,291.0,1231.0,122.0,819.0,9911,CTF framework and exploit development library.,926.0,872.0,225.0,36,True,,2022-12-29 13:25:01.158,4.9.0,106.0,35.0,,33028.0,,pwntools,https://pypi.org/project/pwntools,2022-12-29 13:25:51.375,54.0,33028.0,,,,2.0,,,,,,,,,,,,,,,,,,, +77,chalice,aws/chalice,serverless,,https://github.com/aws/chalice,https://github.com/aws/chalice,Apache-2.0,2016-05-27 23:27:13.000,2023-02-15 21:00:08.000,2023-02-15 18:00:32,2377.0,975,243.0,838.0,430.0,809.0,9515,Python Serverless Microframework for AWS.,2488.0,2332.0,195.0,36,True,,2022-09-01 19:33:02.063,1.27.3,86.0,15.0,,254335.0,conda-forge/chalice,chalice,https://pypi.org/project/chalice,2022-09-01 19:33:02.063,156.0,250707.0,https://anaconda.org/conda-forge/chalice,2022-11-02 23:09:46.736,152391.0,1.0,,,,,,,,,,,,,,,,,,, +78,graphene,graphql-python/graphene,graphql,,https://github.com/graphql-python/graphene,https://github.com/graphql-python/graphene,MIT,2015-09-24 09:18:18.000,2023-02-14 19:43:48.000,2022-12-25 21:59:05,1736.0,808,145.0,516.0,117.0,868.0,7574,GraphQL framework for Python.,17390.0,16544.0,196.0,36,True,['graphql'],2022-12-11 20:09:33.093,3.2.1,96.0,8.0,,2114634.0,conda-forge/graphene,graphene,https://pypi.org/project/graphene,2022-12-11 20:09:33.093,846.0,2111468.0,https://anaconda.org/conda-forge/graphene,2022-12-12 14:36:39.657,205804.0,1.0,,,,,,,,,,,,,,,,,,, +79,flask-restful,flask-restful/flask-restful,web-frameworks,,https://github.com/flask-restful/flask-restful,https://github.com/flask-restful/flask-restful,BSD-3-Clause,2012-10-12 00:08:51.000,2023-02-07 16:58:52.000,2022-03-04 14:26:53,835.0,1014,184.0,411.0,139.0,454.0,6530,Simple framework for creating REST APIs.,94827.0,87645.0,160.0,36,True,['flask'],2021-12-15 14:00:52.343,0.0.1,32.0,,,1554100.0,conda-forge/flask-restful,flask-restful,https://pypi.org/project/flask-restful,2021-05-17 19:23:14.000,7182.0,1552169.0,https://anaconda.org/conda-forge/flask-restful,2021-05-30 20:35:27.543,148731.0,2.0,,,,,,,,,,,,,,,,,,, +80,channels,django/channels,django-utils,,https://github.com/django/channels,https://github.com/django/channels,BSD-3-Clause,2015-06-03 17:16:20.000,2023-02-15 13:45:45.000,2023-02-08 18:39:22,1288.0,761,156.0,663.0,89.0,1127.0,5519,Developer-friendly asynchrony for Django.,1318.0,,252.0,36,True,['django'],2022-10-15 19:14:05.025,4.0.0,66.0,8.0,,631018.0,conda-forge/channels,channels,https://pypi.org/project/channels,2022-10-15 19:14:05.025,1318.0,627239.0,https://anaconda.org/conda-forge/channels,2022-11-11 08:27:52.608,128496.0,1.0,,,,,,,,,,,,,,,,,,, +81,django-cors-headers,adamchainz/django-cors-headers,django-utils,,https://github.com/adamchainz/django-cors-headers,https://github.com/adamchainz/django-cors-headers,MIT,2013-01-19 08:39:17.000,2023-02-16 09:29:17.000,2023-02-15 21:56:02,689.0,528,78.0,579.0,11.0,245.0,4894,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,152771.0,146066.0,64.0,36,True,['django'],2022-06-05 15:24:53.000,3.13.0,49.0,31.0,,3413418.0,conda-forge/django-cors-headers,django-cors-headers,https://pypi.org/project/django-cors-headers,2022-06-05 15:24:53.000,6705.0,3412234.0,https://anaconda.org/conda-forge/django-cors-headers,2022-06-06 20:11:12.906,61613.0,1.0,,,,,,,,,,,,,,,,,,, +82,responses,getsentry/responses,testing,,https://github.com/getsentry/responses,https://github.com/getsentry/responses,Apache-2.0,2013-11-15 23:28:18.000,2023-02-15 18:00:49.000,2023-02-09 22:23:36,697.0,320,85.0,366.0,3.0,253.0,3802,A utility for mocking out the Python Requests library.,25348.0,22413.0,118.0,36,True,,2022-10-11 16:36:13.680,0.22.0,48.0,14.0,86.0,9307904.0,conda-forge/responses,responses,https://pypi.org/project/responses,2022-10-11 16:36:13.680,2935.0,9280995.0,https://anaconda.org/conda-forge/responses,2022-05-26 01:32:16.033,1426185.0,1.0,,,,,,,,,,,,,,,,,,, +83,pyramid,Pylons/pyramid,web-frameworks,,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,,2010-10-24 22:00:35.000,2023-02-16 13:51:00.000,2023-02-16 13:50:59,11805.0,880,159.0,2679.0,70.0,974.0,3751,Pyramid - A Python web framework.,15068.0,12143.0,344.0,36,False,,2023-01-30 01:11:32.638,2.0.1,150.0,25.0,,2081763.0,pyramid,pyramid,https://pypi.org/project/pyramid,2023-01-30 01:11:32.638,2921.0,2081708.0,https://anaconda.org/anaconda/pyramid,2022-05-02 20:31:14.186,4821.0,2.0,,,,,,,,,,,,,,,,4.0,,, +84,flask-login,maxcountryman/flask-login,auth,,https://github.com/maxcountryman/flask-login,https://github.com/maxcountryman/flask-login,MIT,2012-03-11 14:42:33.000,2023-02-08 05:14:26.000,2023-02-08 05:14:24,459.0,744,68.0,350.0,13.0,355.0,3213,Flask user session management.,142508.0,129478.0,115.0,36,True,['flask'],2022-07-26 01:14:19.000,0.6.2,24.0,14.0,,6885026.0,conda-forge/flask-login,flask-login,https://pypi.org/project/flask-login,2022-07-25 15:17:06.350,13030.0,6883106.0,https://anaconda.org/conda-forge/flask-login,2022-07-25 23:55:41.308,151682.0,2.0,,,,,,,,,,,,,,,,,,, +85,praw,praw-dev/praw,third-party-apis,,https://github.com/praw-dev/praw,https://github.com/praw-dev/praw,BSD-2-Clause,2010-08-19 04:00:07.000,2023-02-06 15:11:10.000,2023-02-02 07:08:48,4050.0,451,72.0,1225.0,9.0,708.0,3004,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddits API.",16493.0,14742.0,220.0,36,True,,2022-11-11 21:20:36.567,7.6.1,125.0,40.0,,967348.0,conda-forge/praw,praw,https://pypi.org/project/praw,2022-11-11 21:20:36.567,1751.0,966775.0,https://anaconda.org/conda-forge/praw,2022-11-12 04:30:00.119,34955.0,2.0,,,,,,,,,,,,,,,,,,, +86,django-simple-history,jazzband/django-simple-history,django-utils,,https://github.com/jazzband/django-simple-history,https://github.com/jazzband/django-simple-history,BSD-3-Clause,2011-03-06 22:42:19.000,2023-02-10 22:27:24.000,2023-02-10 22:27:23,1171.0,418,39.0,624.0,122.0,392.0,1785,Store model history and view/revert changes from admin site.,4146.0,3692.0,168.0,36,True,['django'],2022-12-02 16:29:02.534,3.1.0,44.0,25.0,,762064.0,,django-simple-history,https://pypi.org/project/django-simple-history,2022-12-02 16:29:02.534,454.0,762064.0,,,,1.0,,,,,,,,,,,,,,,,,,, +87,jira,pycontribs/jira,third-party-apis,,https://github.com/pycontribs/jira,https://github.com/pycontribs/jira,BSD-2-Clause,2014-06-28 14:06:53.000,2023-02-14 20:42:36.000,2023-02-10 10:22:47,1521.0,796,83.0,903.0,139.0,537.0,1703,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,1063.0,5.0,243.0,36,True,,2022-09-06 13:21:44.946,3.4.1,64.0,11.0,740.0,4415987.0,conda-forge/jira,jira,https://pypi.org/project/jira,2022-09-06 13:21:44.946,1058.0,4414604.0,https://anaconda.org/conda-forge/jira,2022-09-06 20:45:30.043,96113.0,2.0,,,,,,,,,,,,,,,,,,, +88,CherryPy,cherrypy/cherrypy,web-frameworks,,https://github.com/cherrypy/cherrypy,https://github.com/cherrypy/cherrypy,BSD-3-Clause,2015-11-02 23:24:05.416,2023-01-30 20:16:11.000,2023-01-09 16:26:47,4457.0,346,55.0,230.0,239.0,1510.0,1650,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",20807.0,10468.0,138.0,36,True,,2022-07-17 20:42:13.606,18.8.0,117.0,34.0,,2243298.0,anaconda/cherrypy,cherrypy,https://pypi.org/project/cherrypy,2022-07-17 20:42:13.606,10339.0,2243095.0,https://anaconda.org/anaconda/cherrypy,2022-05-02 20:14:01.196,17731.0,2.0,,,,,,,,,,,,,,,,,,, +89,twilio,twilio/twilio-python,third-party-apis,,https://github.com/twilio/twilio-python,https://github.com/twilio/twilio-python,MIT,2009-09-15 05:33:57.000,2023-02-15 18:49:53.000,2023-02-08 20:07:23,1633.0,647,116.0,377.0,8.0,267.0,1635,A Python module for communicating with the Twilio API and generating TwiML.,33598.0,30057.0,130.0,36,True,,2023-02-08 20:16:20.431,7.16.3,283.0,18.0,,2791809.0,conda-forge/twilio,twilio,https://pypi.org/project/twilio,2023-01-25 19:42:30.884,3541.0,2788557.0,https://anaconda.org/conda-forge/twilio,2023-02-09 03:34:40.024,130101.0,2.0,,,,,,,,,,,,,,,,,,, +90,requests-oauthlib,requests/requests-oauthlib,auth,,https://github.com/requests/requests-oauthlib,https://github.com/requests/requests-oauthlib,ISC,2012-11-23 10:19:44.000,2023-01-20 15:45:06.000,2022-09-03 07:38:42,598.0,408,54.0,258.0,105.0,158.0,1601,OAuthlib support for Python-Requests!.,319779.0,308114.0,115.0,36,True,,2022-01-29 19:00:11.000,1.3.1,19.0,,,80951470.0,conda-forge/requests-oauthlib,requests-oauthlib,https://pypi.org/project/requests-oauthlib,2022-01-29 18:52:22.000,11665.0,80861832.0,https://anaconda.org/conda-forge/requests-oauthlib,2022-01-30 15:46:04.977,7081438.0,2.0,,,,,,,,,,,,,,,,,,, +91,asgiref,django/asgiref,servers,,https://github.com/django/asgiref,https://github.com/django/asgiref,BSD-3-Clause,2015-12-23 17:07:13.000,2023-01-12 17:30:53.000,2023-01-12 17:30:53,404.0,166,41.0,199.0,41.0,139.0,1165,ASGI specification and utilities.,530378.0,529219.0,76.0,36,True,,2022-12-20 09:06:56.050,3.6.0,59.0,9.0,,11124467.0,conda-forge/asgiref,asgiref,https://pypi.org/project/asgiref,2022-12-20 09:06:56.050,1159.0,11108381.0,https://anaconda.org/conda-forge/asgiref,2022-12-21 02:32:44.308,836500.0,2.0,,,,,,,,,-1.0,,,,,,,,,, +92,django-stubs,typeddjango/django-stubs,django-utils,,https://github.com/typeddjango/django-stubs,https://github.com/typeddjango/django-stubs,MIT,2018-07-29 17:08:50.000,2023-02-16 10:27:41.000,2023-02-10 10:54:59,1121.0,311,17.0,840.0,218.0,346.0,1111,PEP-484 stubs for Django.,7577.0,7497.0,192.0,36,True,['django'],2023-01-26 10:50:01.223,1.14.0,42.0,59.0,,720800.0,conda-forge/django-stubs,django-stubs,https://pypi.org/project/django-stubs,2023-01-26 10:50:01.223,80.0,720334.0,https://anaconda.org/conda-forge/django-stubs,2023-01-27 18:12:45.107,10258.0,1.0,,,,,,,,,,,,,,,,,,, +93,pyopenssl,pyca/pyopenssl,others,,https://github.com/pyca/pyopenssl,https://github.com/pyca/pyopenssl,Apache-2.0,2014-01-09 20:10:36.000,2023-02-13 16:06:56.000,2023-02-13 16:06:56,2185.0,406,53.0,701.0,86.0,412.0,803,A Python wrapper around the OpenSSL library.,15344.0,,107.0,36,True,,2023-01-02 21:36:30.110,23.0.0,29.0,14.0,,56077797.0,conda-forge/pyopenssl,pyopenssl,https://pypi.org/project/pyopenssl,2023-01-02 21:36:30.110,15344.0,55718464.0,https://anaconda.org/conda-forge/pyopenssl,2023-01-02 11:36:11.494,27309325.0,2.0,,,,,,,,,,,,,,,,,,, +94,markupsafe,pallets/markupsafe,html-processing,,https://github.com/pallets/markupsafe,https://github.com/pallets/markupsafe,BSD-3-Clause,2010-06-22 17:22:58.000,2023-02-07 15:22:13.000,2023-02-07 15:22:07,562.0,138,27.0,244.0,1.0,103.0,523,Safely add untrusted strings to HTML/XML markup.,1188500.0,1113897.0,40.0,36,True,,2023-01-17 18:26:06.000,2.1.2,28.0,34.0,360.0,116166630.0,conda-forge/markupsafe,markupsafe,https://pypi.org/project/markupsafe,2023-01-17 18:24:16.922,74603.0,115840642.0,https://anaconda.org/conda-forge/markupsafe,2023-01-19 14:11:00.718,26729712.0,2.0,,,,,,,,,,,,,,,,,,, +95,httpie,httpie/httpie,http-clients,,https://github.com/httpie/httpie,https://github.com/httpie/httpie,BSD-3-Clause,2012-02-25 12:39:13.000,2023-02-02 16:06:57.000,2023-01-15 19:35:36,1743.0,3727,73.0,570.0,132.0,676.0,26439,"HTTPie for Terminal modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions,..",14307.0,12621.0,156.0,35,True,,2022-05-06 07:10:47.000,3.2.1,55.0,5.0,2474.0,173602.0,conda-forge/httpie,httpie,https://pypi.org/project/httpie,2022-05-06 07:10:47.000,1686.0,171994.0,https://anaconda.org/conda-forge/httpie,2022-11-01 18:40:12.660,93618.0,2.0,,,,,,,,,,,,,,,,,,, +96,Zappa,Miserlou/Zappa,serverless,,https://github.com/Miserlou/Zappa,https://github.com/Miserlou/Zappa,MIT,2016-01-20 21:57:04.000,2022-12-03 09:22:00.602,2021-02-20 16:10:31,2916.0,1271,257.0,944.0,702.0,669.0,11893,Serverless Python.,395.0,,260.0,35,False,,2022-12-03 09:22:00.602,0.56.1,131.0,,287.0,104141.0,,zappa,https://pypi.org/project/zappa,2022-12-03 09:22:00.602,395.0,104136.0,,,,2.0,,,,,,,,,,,,,,,,,,, +97,pelican,getpelican/pelican,markdown,,https://github.com/getpelican/pelican,https://github.com/getpelican/pelican,AGPL-3.0,2010-10-16 18:57:40.000,2023-01-30 17:00:39.000,2023-01-30 17:00:38,3595.0,1802,345.0,1486.0,90.0,1512.0,11389,Static site generator that supports Markdown and reST syntax. Powered by Python.,8514.0,6730.0,437.0,35,True,,2022-07-11 17:53:11.019,4.8.0,58.0,8.0,731.0,20866.0,conda-forge/pelican,pelican,https://pypi.org/project/pelican,2022-07-11 17:53:11.019,1784.0,19218.0,https://anaconda.org/conda-forge/pelican,2022-07-11 23:41:39.166,134477.0,2.0,,,,,,,,,,,,,,,,,,, +98,impacket,SecureAuthCorp/impacket,others,,https://github.com/fortra/impacket,https://github.com/fortra/impacket,Apache-2.0,2015-04-15 14:04:07.000,2023-02-16 04:35:21.000,2023-02-16 04:35:20,3787.0,3034,361.0,673.0,152.0,648.0,10644,Impacket is a collection of Python classes for working with network protocols.,3581.0,3363.0,185.0,35,True,,2022-05-04 14:55:44.000,impacket_0_10_0,15.0,18.0,133888.0,122361.0,,impacket,https://pypi.org/project/impacket,2022-05-04 14:53:03.000,218.0,120922.0,,,,2.0,,,,,,,,,,,,,,,fortra/impacket,,,, +99,django-oscar,django-oscar/django-oscar,django-utils,,https://github.com/django-oscar/django-oscar,https://github.com/django-oscar/django-oscar,BSD-3-Clause,2010-12-08 21:30:32.000,2023-02-05 19:07:46.000,2022-12-23 15:46:03,8844.0,2054,269.0,2596.0,188.0,1301.0,5627,Domain-driven e-commerce for Django.,1239.0,966.0,335.0,35,True,['django'],2022-12-23 15:54:06.000,3.2,141.0,9.0,,20118.0,,django-oscar,https://pypi.org/project/django-oscar,2022-12-23 15:51:02.764,273.0,20118.0,,,,1.0,,,,,,,,,-1.0,,,,,,,,,, +100,spotipy,plamere/spotipy,third-party-apis,,https://github.com/spotipy-dev/spotipy,https://github.com/spotipy-dev/spotipy,MIT,2014-04-05 13:11:25.000,2023-02-14 14:00:59.000,2023-02-14 14:00:59,622.0,855,80.0,374.0,93.0,476.0,4288,A light weight Python library for the Spotify Web API.,15527.0,14942.0,172.0,35,True,,2023-01-23 19:39:44.000,2.22.1,47.0,17.0,,671081.0,conda-forge/spotipy,spotipy,https://pypi.org/project/spotipy,2023-01-23 19:20:53.995,585.0,670767.0,https://anaconda.org/conda-forge/spotipy,2023-01-23 23:42:32.552,7554.0,2.0,,,,,,,,,,,,,,,spotipy-dev/spotipy,,,, +101,django-filter,carltongibson/django-filter,django-utils,,https://github.com/carltongibson/django-filter,https://github.com/carltongibson/django-filter,BSD-3-Clause,2009-01-30 00:35:57.000,2023-02-12 14:36:05.000,2023-02-10 16:28:21,1268.0,713,69.0,701.0,76.0,729.0,3947,A generic system for filtering Django QuerySets based on user selections.,123858.0,115121.0,187.0,35,True,['django'],2022-07-26 12:48:52.000,22.1,37.0,8.0,,3059869.0,conda-forge/django-filter,django-filter,https://pypi.org/project/django-filter,2022-06-17 14:41:01.000,8737.0,3058627.0,https://anaconda.org/conda-forge/django-filter,2022-06-17 19:37:43.887,93221.0,1.0,,,,,,,,,,,,,,,,,,, +102,django-tastypie,django-tastypie/django-tastypie,web-frameworks,,https://github.com/django-tastypie/django-tastypie,https://github.com/django-tastypie/django-tastypie,BSD-3-Clause,2010-03-29 06:01:45.000,2023-01-26 17:00:45.000,2023-01-26 17:00:41,1289.0,1161,127.0,826.0,403.0,520.0,3818,Creating delicious APIs for Django apps since 2010.,7708.0,5175.0,200.0,35,True,['django'],2023-01-26 00:16:26.000,0.14.5,26.0,3.0,,76110.0,,django-tastypie,https://pypi.org/project/django-tastypie,2023-01-24 18:15:52.586,2533.0,76110.0,,,,3.0,,,,,,,,,,,,,,,,,,, +103,google-maps-services-python,googlemaps/google-maps-services-python,third-party-apis,,https://github.com/googlemaps/google-maps-services-python,https://github.com/googlemaps/google-maps-services-python,Apache-2.0,2014-08-15 04:35:30.000,2023-02-10 13:21:50.000,2023-01-27 01:01:18,524.0,1237,175.0,230.0,19.0,225.0,3814,Python client library for Google Maps API Web Services.,1195.0,,66.0,35,True,,2023-01-26 16:46:28.581,4.10.0,51.0,16.0,,1313558.0,,googlemaps,https://pypi.org/project/googlemaps,2023-01-26 16:46:28.581,1195.0,1313558.0,,,,2.0,,,,,,,,,,,,,,,,,,, +104,python-slack-sdk,slackapi/python-slack-sdk,third-party-apis,,https://github.com/slackapi/python-slack-sdk,https://github.com/slackapi/python-slack-sdk,MIT,2014-11-10 21:32:02.000,2023-02-16 07:20:39.000,2023-02-16 07:20:39,1202.0,827,164.0,612.0,18.0,692.0,3549,Slack Developer Kit for Python.,110.0,,154.0,35,True,,2022-12-02 02:29:40.000,3.19.5,100.0,11.0,366.0,8293671.0,conda-forge/slack-sdk,slack-sdk,https://pypi.org/project/slack-sdk,2022-12-02 02:28:01.427,110.0,8290730.0,https://anaconda.org/conda-forge/slack-sdk,2022-12-02 07:58:58.603,70470.0,2.0,,,,,,,,,,,,,,,,,,, +105,drf-yasg,axnsan12/drf-yasg,openapi-utils,,https://github.com/axnsan12/drf-yasg,https://github.com/axnsan12/drf-yasg,BSD-3-Clause,2017-11-29 10:30:22.000,2023-02-12 06:26:18.000,2022-07-15 12:15:08,529.0,404,32.0,240.0,227.0,397.0,3023,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,84621.0,84240.0,66.0,35,True,"['openapi', 'django']",2023-02-09 13:50:18.000,1.21.5,60.0,,,1353683.0,conda-forge/drf-yasg,drf-yasg,https://pypi.org/project/drf-yasg,2022-09-26 14:20:11.853,381.0,1353509.0,https://anaconda.org/conda-forge/drf-yasg,2020-10-26 00:39:31.833,5419.0,2.0,,,,,,,,,,,,,,,,,,, +106,Strawberry GraphQL,strawberry-graphql/strawberry,graphql,,https://github.com/strawberry-graphql/strawberry,https://github.com/strawberry-graphql/strawberry,MIT,2018-12-21 08:56:55.000,2023-02-16 07:01:15.000,2023-02-15 22:39:00,2574.0,363,41.0,1814.0,327.0,411.0,2945,A GraphQL library for Python that leverages type annotations.,1582.0,1551.0,177.0,35,True,['graphql'],2023-02-13 00:13:02.448,0.156.4,613.0,132.0,426.0,409547.0,,strawberry-graphql,https://pypi.org/project/strawberry-graphql,2023-01-30 17:53:00.859,31.0,409487.0,,,,1.0,,,,,,,,,,,,,,,,,,, +107,django-oauth-toolkit,jazzband/django-oauth-toolkit,auth,,https://github.com/jazzband/django-oauth-toolkit,https://github.com/jazzband/django-oauth-toolkit,BSD-3-Clause,2013-05-20 15:46:18.000,2023-02-15 15:17:30.000,2023-02-15 15:17:30,1238.0,724,67.0,505.0,168.0,591.0,2759,OAuth2 goodies for the Djangonauts!.,1046.0,,223.0,35,True,['django'],2022-10-18 16:48:17.738,2.2.0,43.0,14.0,,444649.0,,django-oauth-toolkit,https://pypi.org/project/django-oauth-toolkit,2022-10-18 16:48:17.738,1046.0,444649.0,,,,2.0,,,,,,,,,,,,,,,,,,, +108,splinter,cobrateam/splinter,testing,,https://github.com/cobrateam/splinter,https://github.com/cobrateam/splinter,BSD-3-Clause,2010-09-18 20:59:15.000,2023-02-16 14:05:04.000,2023-02-16 14:05:03,2189.0,511,96.0,624.0,51.0,469.0,2604,splinter - python test framework for web applications.,7292.0,6212.0,175.0,35,True,,2023-01-17 23:36:01.122,0.19.0,49.0,27.0,,98050.0,,splinter,https://pypi.org/project/splinter,2023-01-17 23:36:01.122,1080.0,98050.0,,,,2.0,,,,,,,,,,,,,,,,,,, +109,python-markdown2,trentm/python-markdown2,markdown,,https://github.com/trentm/python-markdown2,https://github.com/trentm/python-markdown2,MIT,2011-01-31 00:30:02.000,2023-02-12 22:36:49.000,2023-02-12 22:36:48,965.0,431,62.0,215.0,98.0,191.0,2424,markdown2: A fast and complete implementation of Markdown in Python.,18921.0,16525.0,70.0,35,True,,2023-02-12 22:38:03.331,2.4.8,49.0,22.0,,2205350.0,,markdown2,https://pypi.org/project/markdown2,2023-01-22 21:36:36.899,2396.0,2205350.0,,,,2.0,,,,,,,,,,,,,,,,,,, +110,autobahn-python,crossbario/autobahn-python,websocket,,https://github.com/crossbario/autobahn-python,https://github.com/crossbario/autobahn-python,MIT,2011-07-27 15:22:13.000,2023-02-08 12:35:36.565,2023-02-08 02:02:36,3328.0,760,104.0,731.0,180.0,699.0,2404,WebSocket and WAMP in Python for Twisted and asyncio.,25535.0,23571.0,131.0,35,True,,2023-02-08 02:41:02.210,23.1.2,152.0,9.0,,1125301.0,conda-forge/autobahn,autobahn,https://pypi.org/project/autobahn,2023-01-15 22:15:48.050,1964.0,1120262.0,https://anaconda.org/conda-forge/autobahn,2023-02-08 12:35:36.565,377982.0,2.0,,,,,,,,,,,,,,,,,,, +111,django-storages,jschneier/django-storages,django-utils,,https://github.com/jschneier/django-storages,https://github.com/jschneier/django-storages,BSD-3-Clause,2014-12-09 00:37:09.000,2023-02-16 15:14:09.000,2023-02-16 15:14:09,1024.0,802,41.0,604.0,200.0,448.0,2344,Django-storages is a project to provide a variety of storage backends in a single library.,4921.0,,238.0,35,True,['django'],2022-12-23 04:56:01.717,1.13.2,39.0,14.0,,2273049.0,conda-forge/django-storages,django-storages,https://pypi.org/project/django-storages,2022-12-23 04:56:01.717,4921.0,2272377.0,https://anaconda.org/conda-forge/django-storages,2022-12-23 17:16:05.300,44408.0,1.0,,,,,,,,,,,,,,,,,,, +112,xhtml2pdf,xhtml2pdf/xhtml2pdf,html-processing,,https://github.com/xhtml2pdf/xhtml2pdf,https://github.com/xhtml2pdf/xhtml2pdf,Apache-2.0,2011-05-16 13:45:29.000,2023-02-03 00:36:38.000,2023-02-03 00:11:10,1056.0,605,72.0,302.0,117.0,260.0,1980,A library for converting HTML into PDFs using ReportLab.,11009.0,10181.0,151.0,35,True,,2023-01-30 18:06:15.110,0.2.9,24.0,19.0,6.0,565443.0,conda-forge/xhtml2pdf,xhtml2pdf,https://pypi.org/project/xhtml2pdf,2023-01-30 18:06:15.110,828.0,563991.0,https://anaconda.org/conda-forge/xhtml2pdf,2022-06-16 08:28:19.087,68285.0,2.0,,,,,,,,,,,,,,,,,,, +113,rdflib,RDFLib/rdflib,others,,https://github.com/RDFLib/rdflib,https://github.com/RDFLib/rdflib,BSD-3-Clause,2012-02-03 05:49:13.000,2023-02-14 19:10:55.000,2023-02-14 19:10:55,4663.0,513,90.0,993.0,209.0,909.0,1835,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",12975.0,10950.0,201.0,35,True,,2022-07-26 15:43:56.000,6.2.0,33.0,37.0,81.0,686786.0,conda-forge/rdflib,rdflib,https://pypi.org/project/rdflib,2022-07-26 15:43:56.000,2025.0,682133.0,https://anaconda.org/conda-forge/rdflib,2022-07-27 16:03:33.298,330405.0,2.0,,,,,,,,,,,,,,,,,,, +114,tldextract,john-kurkowski/tldextract,url-utils,,https://github.com/john-kurkowski/tldextract,https://github.com/john-kurkowski/tldextract,BSD-3-Clause,2011-02-26 06:48:00.000,2023-01-27 07:05:25.000,2023-01-27 07:04:47,440.0,195,49.0,101.0,16.0,161.0,1607,"Accurately separates a URLs subdomain, domain, and public suffix, using the Public Suffix List (PSL).",17523.0,16406.0,44.0,35,True,,2022-10-04 20:23:21.466,3.4.0,49.0,5.0,,5353702.0,conda-forge/tldextract,tldextract,https://pypi.org/project/tldextract,2022-10-04 20:23:21.466,1117.0,5349424.0,https://anaconda.org/conda-forge/tldextract,2022-10-05 04:20:51.270,333733.0,1.0,,,,,,,,,,,,,,,,,,, +115,dj-database-url,jacobian/dj-database-url,django-utils,,https://github.com/jazzband/dj-database-url,https://github.com/jazzband/dj-database-url,BSD-3-Clause,2012-04-30 17:20:23.000,2023-02-14 11:23:47.000,2023-02-14 11:23:46,269.0,198,37.0,126.0,2.0,81.0,1337,Use Database URLs in your Django Application.,244316.0,223402.0,66.0,35,True,['django'],2022-12-13 09:24:35.220,1.2.0,15.0,24.0,,1243783.0,,dj-database-url,https://pypi.org/project/dj-database-url,2022-12-13 09:24:35.220,20914.0,1243783.0,,,,1.0,,,,,,,,,,,,,,,jazzband/dj-database-url,,,, +116,stripe,stripe/stripe-python,third-party-apis,,https://github.com/stripe/stripe-python,https://github.com/stripe/stripe-python,MIT,2011-06-25 19:53:04.000,2023-02-16 01:03:17.000,2023-02-06 18:14:21,1416.0,361,37.0,587.0,10.0,317.0,1308,Python library for the Stripe API.,32492.0,30496.0,128.0,35,True,,2023-02-06 18:22:01.326,5.1.1,297.0,8.0,,2001884.0,anaconda/stripe,stripe,https://pypi.org/project/stripe,2023-01-27 00:31:23.076,1996.0,2001604.0,https://anaconda.org/anaconda/stripe,2021-09-08 10:25:16.508,24415.0,2.0,,,,,,,,,-1.0,,,,,,,,,, +117,opentelemetry-python,open-telemetry/opentelemetry-python,monitoring,,https://github.com/open-telemetry/opentelemetry-python,https://github.com/open-telemetry/opentelemetry-python,Apache-2.0,2019-05-07 21:13:30.000,2023-02-16 10:08:21.000,2023-02-15 00:21:52,1393.0,421,35.0,1716.0,189.0,1136.0,1182,OpenTelemetry Python API and SDK.,2732.0,2730.0,184.0,35,True,,2022-12-09 22:29:00.000,1.15.0,46.0,43.0,,16129.0,conda-forge/opentelemetry-api,timing-asgi,https://pypi.org/project/timing-asgi,2022-11-21 10:50:01.212,2.0,11834.0,https://anaconda.org/conda-forge/opentelemetry-api,2022-12-21 16:01:43.667,124567.0,1.0,,,,,,,,,,,,,,,,,,, +118,apispec,marshmallow-code/apispec,openapi-utils,,https://github.com/marshmallow-code/apispec,https://github.com/marshmallow-code/apispec,MIT,2014-10-18 23:48:49.000,2023-02-15 09:04:54.000,2023-02-07 08:36:02,1598.0,162,24.0,566.0,25.0,233.0,1012,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,14747.0,7628.0,82.0,35,True,['openapi'],2022-11-10 16:35:36.004,6.0.2,108.0,11.0,,5527780.0,conda-forge/apispec,apispec,https://pypi.org/project/apispec,2022-11-10 16:35:36.004,7119.0,5521829.0,https://anaconda.org/conda-forge/apispec,2022-05-13 08:41:50.332,452319.0,2.0,,,,,,,,,,,,,,,,,,, +119,httplib2,httplib2/httplib2,http-clients,,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,MIT,2016-03-02 22:59:52.000,2023-02-08 04:38:09.000,2023-01-19 17:53:50,550.0,187,25.0,119.0,54.0,68.0,461,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",148022.0,132061.0,77.0,35,True,,2022-10-29 15:14:11.230,0.21.0,37.0,3.0,,31108126.0,conda-forge/httplib2,httplib2,https://pypi.org/project/httplib2,2022-10-29 15:14:11.230,15961.0,31082008.0,https://anaconda.org/conda-forge/httplib2,2022-11-01 12:28:27.572,2141736.0,2.0,,,,,,,,,,,,,,,,,,, +120,Requests-HTML,psf/requests-html,html-processing,,https://github.com/psf/requests-html,https://github.com/psf/requests-html,MIT,2018-02-24 20:11:02.000,2023-02-05 16:51:22.000,2020-05-10 19:40:04,449.0,899,277.0,152.0,190.0,210.0,12939,Pythonic HTML Parsing for Humans.,10710.0,10362.0,62.0,34,False,,2019-02-18 21:38:41.000,0.10.0,36.0,,,875628.0,,requests-html,https://pypi.org/project/requests-html,2019-02-17 20:14:17.000,348.0,875628.0,,,,3.0,,,,,,,,,,,,,,,,,,, +121,django-haystack,django-haystack/django-haystack,django-utils,,https://github.com/django-haystack/django-haystack,https://github.com/django-haystack/django-haystack,BSD-3-Clause,2009-01-29 20:23:57.000,2023-02-07 05:22:36.000,2023-01-30 13:37:52,1815.0,1304,112.0,680.0,570.0,745.0,3392,Modular search for Django.,11565.0,8761.0,207.0,34,True,['django'],2022-05-03 18:14:18.000,3.2.1,44.0,3.0,,125520.0,conda-forge/django-haystack,django-haystack,https://pypi.org/project/django-haystack,2022-05-03 18:14:18.000,2804.0,125430.0,https://anaconda.org/conda-forge/django-haystack,2018-05-31 04:38:24.116,5152.0,2.0,,,,,,,,,,,,,,,,,,, +122,weblate,WeblateOrg/weblate,others,,https://github.com/WeblateOrg/weblate,https://github.com/WeblateOrg/weblate,GPL-3.0,2012-02-27 09:33:29.000,2023-02-16 12:27:27.000,2023-02-16 12:27:16,56538.0,777,88.0,3760.0,398.0,4205.0,3379,Web based localization tool with tight version control integration.,38.0,27.0,1461.0,34,True,,2023-01-25 17:03:32.107,4.15.2,99.0,1214.0,3329.0,5328.0,,weblate,https://pypi.org/project/weblate,2023-01-25 17:03:32.107,11.0,5251.0,,,,2.0,,,,,,,,,,,,,,,,,,, +123,pywebview,r0x0r/pywebview,others,,https://github.com/r0x0r/pywebview,https://github.com/r0x0r/pywebview,BSD-3-Clause,2014-11-20 11:05:46.000,2023-02-15 19:40:53.000,2023-02-15 19:40:53,1623.0,437,58.0,275.0,25.0,689.0,3367,"Build GUI for your Python program with JavaScript, HTML, and CSS.",1030.0,956.0,102.0,34,True,,2023-01-19 18:19:00.457,4.0.1,53.0,69.0,,62838.0,,pywebview,https://pypi.org/project/pywebview,2023-01-19 18:19:00.457,74.0,62838.0,,,,2.0,,,,,,,,,,,,,,,,,,, +124,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014-03-04 23:07:33.000,2023-02-09 03:48:14.000,2023-02-09 03:47:01,7492.0,749,121.0,920.0,5.0,628.0,3120,A Python browser automation framework for creating reliable end-to-end tests.,545.0,539.0,35.0,34,True,,2023-02-09 03:56:00.807,4.12.8,774.0,316.0,,227393.0,,seleniumbase,https://pypi.org/project/seleniumbase,2022-11-07 19:14:11.000,6.0,227393.0,,,,2.0,,,,,,,,,,,,,,,,,,, +125,django-environ,joke2k/django-environ,django-utils,,https://github.com/joke2k/django-environ,https://github.com/joke2k/django-environ,MIT,2013-04-02 13:50:07.000,2023-02-15 12:09:25.000,2022-06-15 09:59:27,517.0,292,36.0,224.0,67.0,155.0,2695,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,130605.0,127103.0,77.0,34,True,['django'],2022-06-15 15:03:09.000,0.9.0,17.0,,7.0,1365393.0,conda-forge/django-environ,django-environ,https://pypi.org/project/django-environ,2022-06-15 14:49:17.000,3502.0,1364497.0,https://anaconda.org/conda-forge/django-environ,2018-07-09 17:25:55.132,59187.0,2.0,,,,,,,,,,,,,,,,,,, +126,django-compressor,django-compressor/django-compressor,django-utils,,https://github.com/django-compressor/django-compressor,https://github.com/django-compressor/django-compressor,MIT,2010-02-05 15:48:14.000,2023-02-01 07:02:14.000,2023-01-22 12:26:32,1612.0,584,49.0,528.0,119.0,532.0,2637,Compresses linked and inline javascript or CSS into a single cached file.,291.0,,214.0,34,True,['django'],2023-01-22 12:46:02.983,4.3.1,37.0,14.0,,450894.0,,django-compressor,https://pypi.org/project/django-compressor,2023-01-22 12:46:02.983,291.0,450894.0,,,,2.0,,,,,,,,,,,,,,,,,,, +127,django-model-utils,jazzband/django-model-utils,django-utils,,https://github.com/jazzband/django-model-utils,https://github.com/jazzband/django-model-utils,BSD-3-Clause,2009-11-10 06:18:00.000,2023-02-05 09:46:02.000,2023-01-28 03:44:56,936.0,351,46.0,283.0,127.0,164.0,2416,Django model mixins and utilities.,25136.0,20281.0,127.0,34,True,['django'],2022-11-16 00:15:44.883,4.3.1,39.0,6.0,,1017932.0,,django-model-utils,https://pypi.org/project/django-model-utils,2022-11-16 00:15:44.883,4855.0,1017932.0,,,,2.0,,,,,,,,,,,,,,,,,,, +128,pyquery,gawel/pyquery,html-processing,,https://github.com/gawel/pyquery,https://github.com/gawel/pyquery,BSD-3-Clause,2012-11-28 20:27:39.000,2023-01-02 09:06:54.000,2023-01-02 09:06:54,486.0,179,65.0,66.0,50.0,131.0,2179,A jquery-like library for python.,21137.0,17791.0,52.0,34,True,,2022-12-28 14:35:51.514,2.0.0,36.0,23.0,,1351980.0,conda-forge/pyquery,pyquery,https://pypi.org/project/pyquery,2022-12-28 14:35:51.514,3346.0,1351423.0,https://anaconda.org/conda-forge/pyquery,2022-12-28 19:18:13.869,35667.0,3.0,,,,,,,,,,,,,,,,,,, +129,Flask-Migrate,miguelgrinberg/Flask-Migrate,flask-utils,,https://github.com/miguelgrinberg/Flask-Migrate,https://github.com/miguelgrinberg/Flask-Migrate,MIT,2013-09-08 19:24:57.000,2023-02-03 06:09:42.704,2023-02-02 23:23:40,228.0,210,25.0,79.0,11.0,388.0,2176,SQLAlchemy database migrations for Flask applications using Alembic.,9542.0,,47.0,34,True,['flask'],2023-02-02 23:25:01.889,4.0.4,44.0,17.0,,1159361.0,conda-forge/flask-migrate,flask-migrate,https://pypi.org/project/flask-migrate,2023-01-29 14:51:02.439,9542.0,1156786.0,https://anaconda.org/conda-forge/flask-migrate,2023-02-03 06:09:42.704,195721.0,1.0,,,,,,,,,,,,,,,,,,, +130,python-zeep,mvantellingen/python-zeep,http-clients,,https://github.com/mvantellingen/python-zeep,https://github.com/mvantellingen/python-zeep,MIT,2016-02-14 10:31:07.000,2023-02-01 17:17:21.000,2022-11-20 20:31:55,1469.0,561,66.0,349.0,410.0,664.0,1765,A Python SOAP client.,6623.0,6032.0,138.0,34,True,,2022-11-20 20:39:08.463,4.2.1,64.0,1.0,,7301415.0,conda-forge/zeep,zeep,https://pypi.org/project/zeep,2022-11-20 20:39:08.463,591.0,7298927.0,https://anaconda.org/conda-forge/zeep,2022-11-25 07:27:27.898,176672.0,2.0,,,,,,,,,,,,,,,,,,, +131,django-tables2,jieter/django-tables2,django-utils,,https://github.com/jieter/django-tables2,https://github.com/jieter/django-tables2,BSD-2-Clause,2010-12-07 05:26:16.000,2023-02-16 15:30:49.000,2023-02-07 07:51:54,1408.0,408,54.0,344.0,61.0,490.0,1638,django-tables2 - An app for creating HTML tables.,6837.0,5944.0,142.0,34,True,['django'],2023-02-07 07:49:00.908,2.5.2,122.0,30.0,,189596.0,conda-forge/django-tables2,django-tables2,https://pypi.org/project/django-tables2,2023-01-07 14:03:02.479,893.0,189453.0,https://anaconda.org/conda-forge/django-tables2,2023-02-12 01:22:48.770,2868.0,2.0,,,,,,,,,,,,,,,,,,, +132,drf-spectacular,tfranzel/drf-spectacular,openapi-utils,,https://github.com/tfranzel/drf-spectacular,https://github.com/tfranzel/drf-spectacular,BSD-3-Clause,2020-03-01 22:36:54.000,2023-02-01 14:23:22.000,2023-01-06 11:41:38,1041.0,182,11.0,250.0,62.0,632.0,1503,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,19928.0,19894.0,88.0,34,True,['openapi'],2022-12-16 13:17:01.048,0.25.1,55.0,39.0,,829149.0,conda-forge/drf-spectacular,drf-spectacular,https://pypi.org/project/drf-spectacular,2022-12-16 13:17:01.048,34.0,828396.0,https://anaconda.org/conda-forge/drf-spectacular,2022-12-19 15:48:14.252,12805.0,2.0,,,,,,,,,,,,,,,,,,, +133,django-pipeline,jazzband/django-pipeline,django-utils,,https://github.com/jazzband/django-pipeline,https://github.com/jazzband/django-pipeline,MIT,2011-06-03 19:01:34.000,2023-02-10 15:37:34.000,2023-02-10 15:37:34,1191.0,378,26.0,339.0,154.0,318.0,1457,Pipeline is an asset packaging library for Django.,3342.0,2205.0,171.0,34,True,['django'],2023-01-24 17:50:53.475,2.0.9,130.0,12.0,,95492.0,,django-pipeline,https://pypi.org/project/django-pipeline,2023-01-24 17:50:53.475,1137.0,95492.0,,,,2.0,,,,,,,,,,,,,,,,,,, +134,flask-jwt-extended,vimalloc/flask-jwt-extended,auth,,https://github.com/vimalloc/flask-jwt-extended,https://github.com/vimalloc/flask-jwt-extended,MIT,2016-09-13 20:57:28.000,2023-02-08 03:02:45.000,2022-08-15 16:30:05,635.0,222,30.0,148.0,11.0,349.0,1395,An open source Flask extension that provides JWT support (with batteries included)!.,25223.0,24571.0,87.0,34,True,['flask'],2022-08-15 16:34:01.328,4.4.4,86.0,,,6337264.0,conda-forge/flask-jwt-extended,flask-jwt-extended,https://pypi.org/project/flask-jwt-extended,2022-08-15 16:34:01.328,652.0,6335099.0,https://anaconda.org/conda-forge/flask-jwt-extended,2022-08-15 23:27:55.497,138564.0,2.0,,,,,,,,,,,,,,,,,,, +135,webargs,marshmallow-code/webargs,others,,https://github.com/marshmallow-code/webargs,https://github.com/marshmallow-code/webargs,MIT,2014-02-17 02:16:12.000,2023-02-15 01:32:02.000,2023-02-15 01:32:00,1495.0,151,24.0,529.0,7.0,275.0,1312,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",6181.0,5709.0,74.0,34,True,,2022-07-12 13:33:01.470,8.2.0,100.0,30.0,,855225.0,conda-forge/webargs,webargs,https://pypi.org/project/webargs,2022-07-12 13:33:01.470,472.0,852760.0,https://anaconda.org/conda-forge/webargs,2022-07-13 12:19:43.309,187357.0,2.0,,,,,,,,,,,,,,,,,,, +136,waitress,Pylons/waitress,servers,,https://github.com/Pylons/waitress,https://github.com/Pylons/waitress,ZPL-2.1,2011-12-17 06:58:21.000,2023-02-09 03:50:39.000,2023-01-23 04:34:10,979.0,147,36.0,185.0,14.0,198.0,1189,Waitress - A WSGI server for Python 3.,109820.0,106310.0,50.0,34,False,,2022-05-30 21:53:26.000,2.1.2,49.0,18.0,,3455437.0,conda-forge/waitress,waitress,https://pypi.org/project/waitress,2022-05-30 21:46:19.000,3510.0,3453538.0,https://anaconda.org/conda-forge/waitress,2022-05-31 01:22:10.133,108269.0,2.0,,,,,,,,,,,,,,,,,,, +137,PySocks,Anorov/PySocks,others,,https://github.com/Anorov/PySocks,https://github.com/Anorov/PySocks,BSD-3-Clause,2012-02-21 09:10:49.000,2022-12-14 13:31:45.000,2019-09-20 02:47:40,230.0,264,49.0,60.0,54.0,62.0,1128,A SOCKS proxy client and wrapper for Python.,108865.0,105373.0,32.0,34,False,,2019-09-20 02:06:20.000,1.7.1,19.0,,,12471900.0,conda-forge/pysocks,pysocks,https://pypi.org/project/pysocks,2019-09-20 02:06:20.000,3492.0,12093709.0,https://anaconda.org/conda-forge/pysocks,2022-08-27 12:59:48.847,29498907.0,2.0,,,,,,,,,,,,,,,,,,, +138,hvac,hvac/hvac,third-party-apis,,https://github.com/hvac/hvac,https://github.com/hvac/hvac,Apache-2.0,2015-05-05 21:56:50.000,2023-02-14 01:40:01.000,2023-02-01 17:05:12,1261.0,339,26.0,550.0,150.0,244.0,1058,Python 2.7/3.X client for HashiCorp Vault.,3494.0,3167.0,169.0,34,True,,2022-09-20 05:33:51.791,1.0.2,64.0,9.0,464.0,7982053.0,conda-forge/hvac,hvac,https://pypi.org/project/hvac,2022-09-20 05:33:51.791,327.0,7976073.0,https://anaconda.org/conda-forge/hvac,2021-09-23 21:36:35.403,268935.0,2.0,,,,,,,,,,,,,,,,,,, +139,pycurl,pycurl/pycurl,http-clients,,https://github.com/pycurl/pycurl,https://github.com/pycurl/pycurl,LGPL-2.1,2013-08-03 20:56:39.000,2023-01-31 15:07:14.000,2023-01-31 15:07:14,3290.0,275,48.0,450.0,14.0,331.0,945,PycURL - Python interface to libcurl.,55569.0,51267.0,100.0,34,False,,2022-12-16 19:44:33.490,7.45.2,54.0,19.0,,1249517.0,conda-forge/pycurl,pycurl,https://pypi.org/project/pycurl,2022-12-16 19:44:33.490,4302.0,1221942.0,https://anaconda.org/conda-forge/pycurl,2022-10-28 14:34:59.400,1240915.0,2.0,,,,,,,,,,,,,,,,,,, +140,oauth2client,googleapis/oauth2client,auth,,https://github.com/googleapis/oauth2client,https://github.com/googleapis/oauth2client,Apache-2.0,2013-11-07 18:03:04.000,2019-11-01 21:25:38.000,2018-09-07 21:33:19,1482.0,437,103.0,449.0,2.0,303.0,789,This is a Python library for accessing resources protected by OAuth 2.0.,88243.0,82422.0,89.0,34,False,,2018-09-07 21:38:16.000,4.1.3,44.0,,,16453670.0,conda-forge/oauth2client,oauth2client,https://pypi.org/project/oauth2client,2018-09-07 21:38:16.000,5821.0,16444681.0,https://anaconda.org/conda-forge/oauth2client,2019-02-03 02:43:41.310,710175.0,2.0,,,,,,,,,,,,,,,,,,, +141,pymdown-extensions,facelessuser/pymdown-extensions,markdown,,https://github.com/facelessuser/pymdown-extensions,https://github.com/facelessuser/pymdown-extensions,MIT,2014-11-21 06:08:04.000,2023-02-14 10:57:31.000,2023-01-30 04:16:19,1655.0,233,7.0,1579.0,23.0,300.0,711,Extensions for Python Markdown.,18001.0,17902.0,41.0,34,True,,2023-01-20 15:31:39.555,9.9.2,70.0,22.0,,1242096.0,conda-forge/pymdown-extensions,pymdown-extensions,https://pypi.org/project/pymdown-extensions,2023-01-20 15:31:39.555,99.0,1239697.0,https://anaconda.org/conda-forge/pymdown-extensions,2023-01-20 19:55:45.948,107973.0,2.0,,,,,,,,,,,,,,,,,,, +142,You-Get,soimort/you-get,web-scraping,,https://github.com/soimort/you-get,https://github.com/soimort/you-get,MIT,2012-08-20 15:53:36.000,2023-02-15 15:20:57.000,2023-02-15 15:20:47,2511.0,9163,1380.0,1039.0,380.0,,46685,Dumb downloader that scrapes the web.,23.0,,254.0,33,True,,2022-12-11 17:34:28.000,0.4.1650,169.0,14.0,365749.0,20752.0,conda-forge/you-get,you-get,https://pypi.org/project/you-get,2022-12-11 17:19:41.390,23.0,16708.0,https://anaconda.org/conda-forge/you-get,2022-12-11 22:47:18.172,16329.0,1.0,you-get,,,,,,,,,,,,,,,,,, +143,sherlock,sherlock-project/sherlock,third-party-apis,,https://github.com/sherlock-project/sherlock,https://github.com/sherlock-project/sherlock,MIT,2018-12-24 14:30:48.000,2023-02-16 10:40:55.000,2023-02-15 20:27:30,1976.0,4630,984.0,838.0,181.0,656.0,39128,Hunt down social media accounts by username across social networks.,7.0,,216.0,33,True,,2022-10-06 11:49:08.135,0.4.0,6.0,58.0,,11047.0,,sherlock,https://pypi.org/project/sherlock,2022-10-06 11:49:08.135,7.0,11047.0,,,,2.0,,,,,,,,,,,,,,,,,,, +144,tushare,waditu/tushare,third-party-apis,,https://github.com/waditu/tushare,https://github.com/waditu/tushare,BSD-3-Clause,2015-01-07 07:51:14.000,2023-01-28 07:04:37.000,2020-03-04 14:36:33,412.0,4244,990.0,133.0,561.0,1055.0,11953,TuShare is a utility for crawling historical data of China stocks.,1615.0,1394.0,34.0,33,False,,2022-12-07 01:40:05.410,1.2.89,193.0,,,21345.0,,tushare,https://pypi.org/project/tushare,2022-12-07 01:40:05.410,221.0,21345.0,,,,2.0,,,,,,,,,,,,,,,,,,, +145,thumbor,thumbor/thumbor,third-party-apis,,https://github.com/thumbor/thumbor,https://github.com/thumbor/thumbor,MIT,2011-03-16 17:30:05.000,2023-01-27 16:39:48.000,2023-01-27 01:09:59,2384.0,805,198.0,619.0,19.0,920.0,9351,thumbor is an open-source photo thumbnail service by globo.com.,537.0,331.0,193.0,33,True,,2023-01-31 12:52:29.000,7.4.7,107.0,26.0,,6326.0,,thumbor,https://pypi.org/project/thumbor,2023-01-27 12:51:02.991,206.0,6326.0,,,,2.0,,,,,,,,,,,,,,,,,,, +146,WeasyPrint,Kozea/WeasyPrint,html-processing,,https://github.com/Kozea/WeasyPrint,https://github.com/Kozea/WeasyPrint,BSD-3-Clause,2011-08-09 14:14:24.000,2023-02-16 11:00:31.000,2023-02-16 10:57:31,5003.0,582,134.0,298.0,154.0,1353.0,5496,The awesome document factory.,46.0,,115.0,33,True,,2022-12-23 14:33:30.000,57.2,94.0,52.0,,931873.0,conda-forge/weasyprint,weasyprint,https://pypi.org/project/weasyprint,2022-06-17 09:52:33.000,46.0,929751.0,https://anaconda.org/conda-forge/weasyprint,2022-12-23 23:41:27.202,91257.0,3.0,,,,,,,,,,,,,,,,,,, +147,Flask-SocketIO,miguelgrinberg/Flask-SocketIO,websocket,,https://github.com/miguelgrinberg/Flask-SocketIO,https://github.com/miguelgrinberg/Flask-SocketIO,MIT,2014-02-09 07:22:50.000,2023-02-16 10:04:58.000,2023-02-16 10:04:53,447.0,888,105.0,118.0,10.0,1531.0,4921,Socket.IO integration for Flask applications.,2319.0,,68.0,33,True,['flask'],2022-11-20 12:45:36.702,5.3.2,84.0,5.0,,974028.0,conda-forge/flask-socketio,flask-socketio,https://pypi.org/project/flask-socketio,2022-11-20 12:45:36.702,2319.0,971445.0,https://anaconda.org/conda-forge/flask-socketio,2022-11-20 16:10:37.533,198954.0,2.0,,,,,,,,,,,,,,,,,,, +148,Django-Ninja,vitalik/django-ninja,django-utils,,https://github.com/vitalik/django-ninja,https://github.com/vitalik/django-ninja,MIT,2020-05-19 08:48:53.000,2023-02-13 21:14:26.000,2023-02-10 17:41:05,767.0,256,60.0,185.0,167.0,303.0,4052,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",1120.0,1111.0,77.0,33,True,,2022-12-17 15:29:32.236,0.20.0,45.0,51.0,,86096.0,conda-forge/django-ninja,django-ninja,https://pypi.org/project/django-ninja,2022-12-17 15:29:32.236,9.0,85710.0,https://anaconda.org/conda-forge/django-ninja,2022-12-17 22:44:09.280,5026.0,2.0,,,,,,,,,,,,,,,,,,, +149,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,2022-12-29 19:50:53.000,2022-11-22 14:03:04,1875.0,651,96.0,319.0,12.0,685.0,3389,A jazzy skin for the Django Admin-Interface (official repository).,7090.0,5384.0,82.0,33,True,['django'],2022-11-22 14:08:01.303,3.0.4,75.0,5.0,,185602.0,conda-forge/django-grappelli,django-grappelli,https://pypi.org/project/django-grappelli,2022-11-22 14:08:01.303,1706.0,184232.0,https://anaconda.org/conda-forge/django-grappelli,2022-11-22 16:12:44.503,113729.0,2.0,,,,,,,,,,,,,,,,,,, +150,python-socketio,miguelgrinberg/python-socketio,websocket,,https://github.com/miguelgrinberg/python-socketio,https://github.com/miguelgrinberg/python-socketio,MIT,2015-07-15 06:17:03.000,2023-02-16 11:24:33.000,2023-02-16 11:24:24,536.0,517,62.0,145.0,30.0,719.0,3233,Python Socket.IO server and client.,1901.0,,62.0,33,True,,2022-10-17 09:14:02.515,5.7.2,88.0,12.0,,1653508.0,conda-forge/python-socketio,python-socketio,https://pypi.org/project/python-socketio,2022-10-17 09:14:02.515,1901.0,1649630.0,https://anaconda.org/conda-forge/python-socketio,2022-10-17 12:09:46.635,298650.0,2.0,,,,,,,,,,,,,,,,,,, +151,Prometheus Client,prometheus/client_python,monitoring,,https://github.com/prometheus/client_python,https://github.com/prometheus/client_python,Apache-2.0,2015-02-10 22:47:25.000,2023-02-16 11:35:33.000,2023-02-07 18:02:34,510.0,709,67.0,388.0,77.0,387.0,3220,Python client for the Prometheus monitoring system.,574.0,,127.0,33,True,,2023-01-23 22:15:52.000,0.16.0,45.0,18.0,,18618624.0,conda-forge/prometheus_client,prometheus-client,https://pypi.org/project/prometheus-client,2023-01-23 22:10:53.742,574.0,18496022.0,https://anaconda.org/conda-forge/prometheus_client,2023-01-24 04:49:16.134,9317823.0,2.0,,,,,,,,,,,,,,,,,,, +152,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,622,80.0,190.0,163.0,187.0,3156,JSON Web Token Authentication support for Django REST Framework.,25517.0,23537.0,62.0,33,False,,2021-12-15 15:59:35.858,1.3.0,26.0,,,467286.0,,djangorestframework-jwt,https://pypi.org/project/djangorestframework-jwt,2017-06-23 23:47:52.000,1980.0,467286.0,,,,2.0,,,,,,,,,,,,,,,,,,, +153,fake-useragent,hellysmile/fake-useragent,others,,https://github.com/fake-useragent/fake-useragent,https://github.com/fake-useragent/fake-useragent,Apache-2.0,2013-03-04 07:14:29.000,2023-02-08 17:49:21.000,2023-02-08 17:43:26,274.0,496,63.0,58.0,6.0,104.0,2931,Up-to-date simple useragent faker with real world database.,19685.0,18794.0,13.0,33,True,,2023-02-08 17:49:21.000,1.1.2,27.0,26.0,,1767555.0,conda-forge/fake-useragent,fake-useragent,https://pypi.org/project/fake-useragent,2022-12-04 22:26:03.307,891.0,1767156.0,https://anaconda.org/conda-forge/fake-useragent,2023-01-05 12:23:25.860,7995.0,2.0,,,,,,,,,,,,,,,fake-useragent/fake-useragent,,,, +154,django-reversion,etianen/django-reversion,django-utils,,https://github.com/etianen/django-reversion,https://github.com/etianen/django-reversion,BSD-3-Clause,2010-05-31 15:32:25.000,2023-01-09 09:39:40.000,2023-01-07 16:24:58,1492.0,467,57.0,302.0,18.0,614.0,2837,django-reversion is an extension to the Django web framework that provides version control for model instances.,9016.0,6889.0,185.0,33,True,['django'],2022-11-12 14:47:02.380,5.0.4,64.0,2.0,,287695.0,,django-reversion,https://pypi.org/project/django-reversion,2022-11-12 14:47:02.380,2127.0,287695.0,,,,2.0,,,,,,,,,,,,,,,,,,, +155,django-bootstrap3,zostera/django-bootstrap3,django-utils,,https://github.com/zostera/django-bootstrap3,https://github.com/zostera/django-bootstrap3,BSD-3-Clause,2013-08-13 13:48:04.000,2023-02-14 10:58:19.000,2022-12-14 10:06:40,951.0,692,106.0,529.0,14.0,284.0,2300,Bootstrap 3 integration with Django.,22055.0,18070.0,98.0,33,True,['django'],2021-04-10 05:34:25.000,15.0.0,95.0,12.0,,114455.0,conda-forge/django-bootstrap3,django-bootstrap3,https://pypi.org/project/django-bootstrap3,2022-11-22 12:30:03.625,3985.0,114068.0,https://anaconda.org/conda-forge/django-bootstrap3,2019-08-04 21:11:14.583,25166.0,2.0,,,,,,,,,,,,,,,,,,, +156,pyotp,pyauth/pyotp,auth,,https://github.com/pyauth/pyotp,https://github.com/pyauth/pyotp,MIT,2011-09-23 13:10:31.000,2022-12-14 03:56:01.381,2022-12-14 03:54:02,202.0,289,53.0,63.0,6.0,79.0,2275,Python One-Time Password Library.,8503.0,7947.0,40.0,33,True,,2022-12-14 03:56:01.381,2.8.0,23.0,5.0,219.0,3625128.0,conda-forge/pyotp,pyotp,https://pypi.org/project/pyotp,2022-12-14 03:56:01.381,556.0,3624410.0,https://anaconda.org/conda-forge/pyotp,2021-02-04 21:15:23.858,33652.0,2.0,,,,,,,,,,,,,,,,,,, +157,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013-08-08 11:02:06.000,2023-02-16 16:12:57.000,2023-02-15 21:56:28,706.0,132,23.0,249.0,26.0,206.0,2168,Radically simplified static file serving for Python web apps.,13328.0,,64.0,33,True,,2023-01-03 10:33:02.363,6.3.0,49.0,35.0,,1694184.0,conda-forge/whitenoise,whitenoise,https://pypi.org/project/whitenoise,2023-01-03 10:33:02.363,13328.0,1693130.0,https://anaconda.org/conda-forge/whitenoise,2023-01-03 15:01:32.057,69582.0,3.0,,,,,,,,,,,,,,,,,,, +158,ariadne,mirumee/ariadne,graphql,,https://github.com/mirumee/ariadne,https://github.com/mirumee/ariadne,BSD-3-Clause,2018-07-09 09:46:17.000,2023-02-16 12:24:25.000,2023-02-16 12:24:23,1542.0,155,40.0,589.0,43.0,227.0,1958,Python library for implementing GraphQL servers using schema-first approach.,1167.0,1128.0,62.0,33,True,['graphql'],2023-01-09 22:21:48.512,0.17.1,39.0,19.0,,180470.0,,ariadne,https://pypi.org/project/ariadne,2023-01-09 22:21:48.512,39.0,180470.0,,,,2.0,,,,,,,,,,,,,,,,,,, +159,django-autocomplete-light,yourlabs/django-autocomplete-light,django-utils,,https://github.com/yourlabs/django-autocomplete-light,https://github.com/yourlabs/django-autocomplete-light,MIT,2012-05-03 11:49:37.000,2023-01-19 19:03:03.000,2022-11-22 19:25:49,2374.0,454,65.0,480.0,203.0,635.0,1663,"A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.",4254.0,3511.0,192.0,33,True,['django'],2022-03-15 08:44:50.000,3.9.4,206.0,9.0,,222402.0,,django-autocomplete-light,https://pypi.org/project/django-autocomplete-light,2022-09-09 20:48:09.964,743.0,222402.0,,,,2.0,,,,,,,,,,,,,,,,,,, +160,feedparser,kurtmckee/feedparser,web-scraping,,https://github.com/kurtmckee/feedparser,https://github.com/kurtmckee/feedparser,BSD-2-Clause,2010-11-26 02:53:24.000,2023-02-08 13:37:47.000,2022-10-27 19:04:50,1174.0,293,49.0,104.0,76.0,146.0,1546,Parse feeds in Python.,68747.0,61375.0,52.0,33,True,,2022-05-21 13:54:10.000,6.0.10,23.0,,,2843810.0,conda-forge/feedparser,feedparser,https://pypi.org/project/feedparser,2022-05-21 13:54:10.000,7372.0,2831256.0,https://anaconda.org/conda-forge/feedparser,2022-05-21 17:17:26.460,414284.0,1.0,,,,,,,,,,,,,,,,,,, +161,easy-thumbnails,SmileyChris/easy-thumbnails,django-utils,,https://github.com/SmileyChris/easy-thumbnails,https://github.com/SmileyChris/easy-thumbnails,BSD-3-Clause,2009-10-08 03:44:26.000,2023-02-07 23:26:40.000,2023-01-09 10:51:18,797.0,316,31.0,219.0,81.0,315.0,1308,Easy thumbnails for Django.,11484.0,9385.0,91.0,33,True,['django'],2023-01-09 22:18:33.244,2.8.5,51.0,17.0,,206235.0,,easy-thumbnails,https://pypi.org/project/easy-thumbnails,2023-01-09 22:18:33.244,2099.0,206235.0,,,,2.0,,,,,,,,,,,,,,,,,,, +162,django-countries,SmileyChris/django-countries,django-utils,,https://github.com/SmileyChris/django-countries,https://github.com/SmileyChris/django-countries,MIT,2013-06-21 20:02:58.000,2023-01-31 21:46:58.637,2023-01-31 21:32:19,683.0,252,21.0,139.0,12.0,255.0,1230,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",1544.0,,53.0,33,True,['django'],2023-01-31 21:46:58.637,7.5.1,66.0,18.0,,490196.0,,django-countries,https://pypi.org/project/django-countries,2023-01-31 21:46:58.637,1544.0,490196.0,,,,2.0,,,,,,,,,,,,,,,,,,, +163,SeleniumLibrary,robotframework/SeleniumLibrary,testing,,https://github.com/robotframework/SeleniumLibrary,https://github.com/robotframework/SeleniumLibrary,Apache-2.0,2011-10-22 08:01:34.000,2023-01-19 16:41:49.000,2023-01-18 12:16:56,2155.0,699,145.0,817.0,63.0,940.0,1215,Web testing library for Robot Framework.,3462.0,3335.0,113.0,33,True,,2022-01-09 18:51:51.000,6.0.0,50.0,29.0,3551.0,786893.0,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,https://pypi.org/project/robotframework-seleniumlibrary,2022-01-08 23:53:44.000,127.0,785788.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2022-01-12 00:54:57.623,61915.0,2.0,,,,,,,,,,,,,,,,,,, +164,dj-rest-auth,iMerica/dj-rest-auth,auth,,https://github.com/iMerica/dj-rest-auth,https://github.com/iMerica/dj-rest-auth,MIT,2020-02-28 19:35:48.000,2023-02-16 02:17:47.688,2023-02-13 02:14:58,866.0,221,12.0,172.0,137.0,187.0,1195,Authentication for Django Rest Framework.,6245.0,6234.0,173.0,33,True,['django'],2023-02-13 02:23:06.731,3.0.0,42.0,18.0,251.0,214220.0,conda-forge/dj-rest-auth,dj-rest-auth,https://pypi.org/project/dj-rest-auth,2023-01-14 17:34:00.512,11.0,213627.0,https://anaconda.org/conda-forge/dj-rest-auth,2023-02-16 02:17:47.688,11139.0,2.0,,,,,,,,,,,,,,,,,,, +165,pytest-django,pytest-dev/pytest-django,testing,,https://github.com/pytest-dev/pytest-django,https://github.com/pytest-dev/pytest-django,BSD-3-Clause,2011-09-29 19:35:55.000,2023-02-02 15:59:30.000,2023-01-16 16:35:02,1198.0,315,37.0,556.0,162.0,355.0,1148,A Django plugin for pytest.,5911.0,,137.0,33,True,['django'],2021-12-07 14:56:42.000,4.5.2,60.0,7.0,,2132210.0,conda-forge/pytest-django,pytest-django,https://pypi.org/project/pytest-django,2021-12-07 14:26:57.000,5911.0,2130236.0,https://anaconda.org/conda-forge/pytest-django,2021-12-08 02:26:58.061,163896.0,2.0,,,,,,,,,,,,,,,,,,, +166,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,2022-12-22 10:37:28.000,2021-09-17 10:33:24,1592.0,259,48.0,304.0,86.0,161.0,1008,Standards-compliant library for parsing and serializing HTML documents and fragments in Python.,15066.0,,62.0,33,False,,2017-12-07 14:10:04.000,1.0.1,27.0,,,16152773.0,conda-forge/html5lib,html5lib,https://pypi.org/project/html5lib,2020-06-22 23:32:36.000,15066.0,16108927.0,https://anaconda.org/conda-forge/html5lib,2020-06-23 16:41:15.573,3200825.0,3.0,,,,,,,,,,,,,,,,,,, +167,django-bootstrap4,zostera/django-bootstrap4,django-utils,,https://github.com/zostera/django-bootstrap4,https://github.com/zostera/django-bootstrap4,BSD-3-Clause,2017-04-25 15:55:15.000,2023-02-14 09:56:56.000,2022-12-14 09:06:05,1121.0,258,40.0,438.0,30.0,136.0,984,Bootstrap 4 integration with Django.,96271.0,95278.0,138.0,33,True,['django'],2021-05-20 08:44:02.000,3.0.1,25.0,10.0,,158067.0,conda-forge/django-bootstrap4,django-bootstrap4,https://pypi.org/project/django-bootstrap4,2022-11-23 15:40:38.469,993.0,157693.0,https://anaconda.org/conda-forge/django-bootstrap4,2021-10-20 17:13:15.114,22089.0,2.0,,,,,,,,,,,,,,,,,,, +168,Yarl,aio-libs/yarl,url-utils,,https://github.com/aio-libs/yarl,https://github.com/aio-libs/yarl,Apache-2.0,2016-08-02 12:56:42.000,2023-02-15 11:57:21.000,2023-01-09 23:16:14,1011.0,128,28.0,621.0,35.0,173.0,906,Yet another URL library.,2812.0,,75.0,33,True,,2022-12-03 04:50:57.000,1.8.2,91.0,25.0,6724.0,75051172.0,conda-forge/yarl,yarl,https://pypi.org/project/yarl,2022-12-03 04:49:38.111,2812.0,74935626.0,https://anaconda.org/conda-forge/yarl,2022-12-29 19:43:32.827,7966693.0,2.0,,,,,,,,,,,,,,,,,,, +169,flask-caching,pallets-eco/flask-caching,flask-utils,,https://github.com/pallets-eco/flask-caching,https://github.com/pallets-eco/flask-caching,BSD-3-Clause,2016-07-04 19:53:57.000,2023-02-16 06:27:50.000,2023-01-12 17:46:04,706.0,177,16.0,233.0,57.0,173.0,780,A caching extension for Flask.,14314.0,13556.0,108.0,33,True,['flask'],2023-01-12 17:46:46.000,2.0.2,24.0,24.0,,3509343.0,conda-forge/flask-caching,flask-caching,https://pypi.org/project/flask-caching,2023-01-12 17:46:16.905,758.0,3507340.0,https://anaconda.org/conda-forge/flask-caching,2023-01-12 22:50:43.277,106184.0,1.0,,,,,,,,,,,,,,,,,,, +170,httpcore,encode/httpcore,http-clients,,https://github.com/encode/httpcore,https://github.com/encode/httpcore,BSD-3-Clause,2019-06-23 04:27:05.225,2023-02-13 00:15:29.000,2023-01-05 11:02:26,419.0,59,24.0,508.0,14.0,116.0,310,A minimal HTTP client.,37321.0,37232.0,32.0,33,True,,2022-12-20 12:15:04.158,0.16.3,49.0,21.0,,12475164.0,conda-forge/httpcore,httpcore,https://pypi.org/project/httpcore,2022-12-20 12:15:04.158,89.0,12466311.0,https://anaconda.org/conda-forge/httpcore,2022-12-20 15:47:23.922,389534.0,3.0,,,,,,,,,,,,,,,,,,, +171,redoc,Redocly/redoc,openapi-utils,,https://github.com/Redocly/redoc,https://github.com/Redocly/redoc,MIT,2015-10-30 12:53:02.000,2023-02-02 10:13:25.000,2022-12-29 14:44:19,2512.0,2114,284.0,630.0,418.0,1220.0,19548,OpenAPI/Swagger-generated API Reference Documentation.,3863.0,3863.0,208.0,32,True,['openapi'],2022-09-13 12:29:53.000,2.0.0,84.0,8.0,67.0,0.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +172,speedtest-cli,sivel/speedtest-cli,others,,https://github.com/sivel/speedtest-cli,https://github.com/sivel/speedtest-cli,Apache-2.0,2012-09-10 19:17:53.000,2023-02-10 10:53:30.000,2021-07-07 19:50:15,299.0,1868,311.0,201.0,60.0,,12568,Command line interface for testing internet bandwidth using speedtest.net.,50622.0,50082.0,10.0,32,False,,2021-04-08 13:53:00.000,2.1.3,28.0,,,158518.0,conda-forge/speedtest-cli,speedtest-cli,https://pypi.org/project/speedtest-cli,2021-04-08 13:51:32.000,540.0,158046.0,https://anaconda.org/conda-forge/speedtest-cli,2021-11-09 20:28:59.095,7093.0,2.0,,,,,,,,,,,,,,,,,,, +173,httpbin,postmanlabs/httpbin,others,,https://github.com/postmanlabs/httpbin,https://github.com/postmanlabs/httpbin,ISC,2011-05-20 21:14:01.000,2023-02-16 16:11:19.000,2018-11-07 20:31:50,841.0,1701,239.0,322.0,166.0,243.0,11452,"HTTP Request & Response Service, written in Python + Flask.",1659.0,1104.0,108.0,32,False,['flask'],2018-05-08 12:00:46.000,0.7.0,13.0,,,55065.0,,httpbin,https://pypi.org/project/httpbin,2018-05-08 12:00:46.000,555.0,55065.0,,,,2.0,,,,,,,,,,,,,,,,,,, +174,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,2022-08-30 12:13:51.000,2020-04-25 12:40:40,1434.0,1577,547.0,127.0,169.0,76.0,8415,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",1833.0,1505.0,30.0,32,False,,,,6.0,,40.0,1793465.0,conda-forge/pattern,pattern,https://pypi.org/project/pattern,2021-12-15 14:18:19.789,328.0,1793139.0,https://anaconda.org/conda-forge/pattern,2020-05-05 12:38:53.775,12836.0,1.0,,,,,,,,,,,,,,,,,,, +175,hug,hugapi/hug,web-frameworks,,https://github.com/hugapi/hug,https://github.com/hugapi/hug,MIT,2015-07-17 03:33:50.000,2022-12-26 20:55:16.000,2020-08-10 05:07:26,2410.0,387,165.0,455.0,181.0,297.0,6703,"Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.",2352.0,2118.0,118.0,32,False,,2020-02-06 18:13:37.000,2.6.1,70.0,,,74902.0,conda-forge/hug,hug,https://pypi.org/project/hug,2020-02-06 18:13:37.000,234.0,72693.0,https://anaconda.org/conda-forge/hug,2022-01-26 18:19:20.470,167955.0,3.0,,,,,,,,,,,,,,,,,,, +176,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,2022-11-10 09:55:04.780,2022-11-10 09:54:26,3375.0,739,229.0,522.0,33.0,946.0,6583,REST API framework designed for human beings.,1449.0,1069.0,211.0,32,True,,2022-11-10 09:55:04.780,2.0.4,52.0,,,11571.0,,eve,https://pypi.org/project/eve,2022-11-10 09:55:04.780,380.0,11571.0,,,,3.0,,,,,,,,,,,,,,,,,,, +177,graphene-django,graphql-python/graphene-django,graphql,,https://github.com/graphql-python/graphene-django,https://github.com/graphql-python/graphene-django,MIT,2016-09-17 23:26:25.000,2023-02-13 16:34:10.000,2022-12-24 22:09:13,889.0,728,72.0,555.0,160.0,626.0,4025,Integrate GraphQL into your Django project.,12936.0,12445.0,202.0,32,True,"['django', 'graphql']",2022-09-26 12:14:30.052,3.0.0,54.0,2.0,,408900.0,conda-forge/graphene-django,graphene-django,https://pypi.org/project/graphene-django,2022-09-26 12:14:30.052,491.0,408235.0,https://anaconda.org/conda-forge/graphene-django,2021-01-09 00:24:55.718,23967.0,2.0,,,,,,,,,,,,,,,,,,, +178,django-silk,jazzband/django-silk,testing,,https://github.com/jazzband/django-silk,https://github.com/jazzband/django-silk,MIT,2014-05-21 21:14:45.000,2023-01-30 19:47:53.000,2023-01-22 06:49:30,855.0,306,53.0,329.0,96.0,226.0,3721,Silky smooth profiling for Django.,3671.0,3522.0,140.0,32,True,['django'],2023-01-15 00:27:12.000,5.0.3,41.0,16.0,182.0,323938.0,,django-silk,https://pypi.org/project/django-silk,2023-01-15 00:25:47.298,149.0,323937.0,,,,2.0,,,,,,,,,,,,,,,,,,, +179,wave,h2oai/wave,web-ui,,https://github.com/h2oai/wave,https://github.com/h2oai/wave,Apache-2.0,2020-05-16 20:07:18.000,2023-02-16 16:13:45.000,2023-02-16 13:57:35,1912.0,229,121.0,534.0,190.0,688.0,3406,Realtime Web Apps and Dashboards for Python and R.,171.0,,42.0,32,True,,2022-12-09 12:35:20.000,0.24.2,47.0,75.0,1425428.0,130969.0,,wave,https://pypi.org/project/wave,2011-01-09 22:48:14.000,171.0,86425.0,,,,2.0,,,,,,,,,,,,,,,,,,, +180,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,963,172.0,307.0,102.0,315.0,3382,A Python wrapper around the Twitter API.,8427.0,6706.0,171.0,32,False,,2018-09-29 23:52:35.000,3.5,23.0,,,134697.0,,python-twitter,https://pypi.org/project/python-twitter,2018-11-03 12:32:06.000,1721.0,134697.0,,,,3.0,,,,,,,,,,,,,,,,,,, +181,Prism,stoplightio/prism,testing,,https://github.com/stoplightio/prism,https://github.com/stoplightio/prism,Apache-2.0,2016-03-18 03:52:09.000,2023-02-14 00:57:56.000,2023-01-26 17:00:06,1822.0,287,55.0,1548.0,61.0,552.0,3366,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",368.0,344.0,83.0,32,True,['openapi'],2022-10-05 21:28:23.000,4.10.5,177.0,16.0,777794.0,225850.0,,,,,,,,,,2.0,,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,2022-10-05 21:26:36.243,24.0,214412.0,,,,,,,,,,,, +182,django-guardian,django-guardian/django-guardian,auth,,https://github.com/django-guardian/django-guardian,https://github.com/django-guardian/django-guardian,BSD-3-Clause,2010-06-04 23:15:37.000,2023-02-08 02:34:01.000,2022-03-25 21:42:47,1062.0,544,85.0,349.0,137.0,321.0,3338,Per object permissions for Django.,7644.0,5706.0,159.0,32,True,['django'],2021-05-23 22:11:22.000,2.4.0,43.0,,,391222.0,conda-forge/django-guardian,django-guardian,https://pypi.org/project/django-guardian,2021-05-23 22:11:22.000,1938.0,390583.0,https://anaconda.org/conda-forge/django-guardian,2021-05-26 14:44:48.305,43483.0,2.0,,,,,,,,,,,,,,,,,,, +183,django-rest-framework-simplejwt,jazzband/djangorestframework-simplejwt,auth,,https://github.com/jazzband/djangorestframework-simplejwt,https://github.com/jazzband/djangorestframework-simplejwt,MIT,2017-05-05 17:41:35.000,2023-02-14 01:24:44.000,2023-02-14 01:24:44,594.0,563,52.0,282.0,121.0,302.0,3316,A JSON Web Token authentication plugin for the Django REST Framework.,332.0,,94.0,32,True,['django'],2022-10-20 17:00:18.890,5.2.2,43.0,10.0,,1125787.0,,djangorestframework-simplejwt,https://pypi.org/project/djangorestframework-simplejwt,2022-10-20 17:00:18.890,332.0,1125787.0,,,,2.0,,,,,,,,,,,,,,,,,,, +184,py-googletrans,ssut/py-googletrans,third-party-apis,,https://github.com/ssut/py-googletrans,https://github.com/ssut/py-googletrans,MIT,2015-06-05 08:35:11.000,2023-01-16 09:50:57.000,2021-03-10 14:43:53,116.0,529,66.0,86.0,17.0,268.0,3274,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,40516.0,39972.0,25.0,32,False,,2020-06-14 07:43:55.000,3.0.0,12.0,,,868688.0,,googletrans,https://pypi.org/project/googletrans,2020-12-09 14:10:21.000,544.0,868688.0,,,,3.0,,,,,,,,,,,,,,,,,,, +185,flasgger,flasgger/flasgger,openapi-utils,,https://github.com/flasgger/flasgger,https://github.com/flasgger/flasgger,MIT,2015-07-27 18:21:49.000,2022-12-19 11:09:23.000,2022-01-21 01:17:15,532.0,447,57.0,190.0,224.0,159.0,3182,Easy OpenAPI specs and Swagger UI for your Flask API.,9870.0,9513.0,107.0,32,False,['flask'],2020-08-01 15:28:10.000,0.9.5,49.0,,491.0,467919.0,conda-forge/flasgger,flasgger,https://pypi.org/project/flasgger,2020-07-31 23:54:47.000,357.0,466066.0,https://anaconda.org/conda-forge/flasgger,2021-04-16 12:53:50.238,118304.0,2.0,,,,,,,,,,,,,,,,,,, +186,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,586,162.0,171.0,52.0,233.0,2934,Python Twitter API.,4907.0,3852.0,94.0,32,True,,2022-09-19 22:45:26.007,1.19.6,60.0,,,62141.0,,twitter,https://pypi.org/project/twitter,2022-09-19 22:46:17.662,1055.0,62141.0,,,,3.0,,,,,,,,,,,,,,,,,,, +187,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,19.0,643.0,2828,Social auth made simple.,7903.0,5627.0,283.0,32,False,,2017-02-03 12:20:08.000,0.3.6,55.0,,,38567.0,,python-social-auth,https://pypi.org/project/python-social-auth,2017-02-03 12:20:08.000,2276.0,38567.0,,,,2.0,,,,,,,,,,,,,,,,,,, +188,pytrends,GeneralMills/pytrends,web-scraping,,https://github.com/GeneralMills/pytrends,https://github.com/GeneralMills/pytrends,Apache-2.0,2014-10-08 17:47:24.000,2023-01-30 07:43:55.000,2023-01-10 08:34:36,617.0,722,108.0,144.0,106.0,321.0,2642,Pseudo API for Google Trends.,3628.0,3560.0,82.0,32,True,,2023-01-10 17:09:49.542,4.9.0,28.0,12.0,,194714.0,conda-forge/pytrends,pytrends,https://pypi.org/project/pytrends,2023-01-10 17:09:49.542,68.0,194353.0,https://anaconda.org/conda-forge/pytrends,2023-01-12 16:25:07.186,9763.0,1.0,,,,,,,,,,,,,,,,,,, +189,django-redis,jazzband/django-redis,django-utils,,https://github.com/jazzband/django-redis,https://github.com/jazzband/django-redis,BSD-3-Clause,2012-04-17 16:29:49.000,2023-02-09 12:01:12.000,2023-01-22 14:11:28,1004.0,405,58.0,335.0,44.0,289.0,2516,Full featured redis cache backend for Django.,3486.0,,133.0,32,True,['django'],2021-12-22 15:10:32.000,5.2.0,66.0,13.0,,1739968.0,,django-redis,https://pypi.org/project/django-redis,2021-12-22 15:10:32.000,3486.0,1739968.0,,,,2.0,,,,,,,,,,,,,,,,,,, +190,django-webpack-loader,django-webpack/django-webpack-loader,django-utils,,https://github.com/django-webpack/django-webpack-loader,https://github.com/django-webpack/django-webpack-loader,MIT,2015-05-16 16:33:58.000,2023-02-15 21:22:45.000,2023-02-15 21:22:35,297.0,332,49.0,164.0,30.0,152.0,2434,Transparently use webpack with django.,9461.0,8474.0,56.0,32,True,['django'],2023-02-06 13:58:41.000,1.8.1,44.0,9.0,,354264.0,conda-forge/django-webpack-loader,django-webpack-loader,https://pypi.org/project/django-webpack-loader,2022-12-09 12:24:01.408,987.0,354122.0,https://anaconda.org/conda-forge/django-webpack-loader,2021-11-17 13:17:04.347,4978.0,2.0,,,,,,,,,,,,,,,,,,, +191,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012-05-29 04:52:00.000,2023-01-22 09:44:57.000,2022-11-01 12:08:59,1057.0,325,38.0,340.0,125.0,256.0,2366,Automatically mock your HTTP interactions to simplify and speed up testing.,7976.0,7002.0,124.0,32,True,,2022-08-31 19:20:08.132,4.2.1,65.0,,,1148492.0,conda-forge/vcrpy,vcrpy,https://pypi.org/project/vcrpy,2022-08-31 19:20:08.132,974.0,1145154.0,https://anaconda.org/conda-forge/vcrpy,2022-09-01 02:22:30.731,280466.0,2.0,,,,,,,,,,,,,,,,,,, +192,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,2022-11-18 13:40:27.000,2022-09-07 08:44:16,808.0,698,52.0,217.0,121.0,400.0,2184,Django admin CKEditor integration.,31192.0,29686.0,126.0,32,True,['django'],2022-09-07 08:45:32.686,6.5.1,51.0,,,279233.0,,django-ckeditor,https://pypi.org/project/django-ckeditor,2022-09-07 08:45:32.686,1506.0,279233.0,,,,2.0,,,,,,,,,,,,,,,,,,, +193,shortuuid,skorokithakis/shortuuid,url-utils,,https://github.com/skorokithakis/shortuuid,https://github.com/skorokithakis/shortuuid,BSD-3-Clause,2011-01-08 13:00:43.000,2023-01-14 00:43:03.000,2023-01-14 00:43:03,171.0,109,25.0,39.0,,57.0,1812,"A generator library for concise, unambiguous and URL-safe UUIDs.",16565.0,15533.0,33.0,32,True,,2022-11-13 22:15:36.662,1.0.11,24.0,7.0,,3795088.0,conda-forge/shortuuid,shortuuid,https://pypi.org/project/shortuuid,2022-11-13 22:15:36.662,1032.0,3789159.0,https://anaconda.org/conda-forge/shortuuid,2022-11-17 19:31:35.265,314242.0,2.0,,,,,,,,,,,,,,,,,,, +194,sorl-thumbnail,jazzband/sorl-thumbnail,django-utils,,https://github.com/jazzband/sorl-thumbnail,https://github.com/jazzband/sorl-thumbnail,BSD-3-Clause,2010-11-12 00:46:35.000,2023-02-07 17:04:10.000,2022-09-06 10:06:36,1010.0,491,35.0,317.0,120.0,291.0,1652,Thumbnails for Django.,13070.0,10525.0,152.0,32,True,['django'],2022-08-30 12:50:15.998,12.9.0,32.0,,,165234.0,conda-forge/sorl-thumbnail,sorl-thumbnail,https://pypi.org/project/sorl-thumbnail,2022-08-30 12:50:15.998,2545.0,165091.0,https://anaconda.org/conda-forge/sorl-thumbnail,2022-09-06 19:00:51.420,4319.0,2.0,,,,,,,,,,,,,,,,,,, +195,simple-salesforce,simple-salesforce/simple-salesforce,third-party-apis,,https://github.com/simple-salesforce/simple-salesforce,https://github.com/simple-salesforce/simple-salesforce,Apache-2.0,2013-01-17 20:08:57.000,2023-02-14 22:25:21.000,2023-01-18 14:14:00,445.0,611,89.0,259.0,156.0,239.0,1394,A very simple Salesforce.com REST API client for Python.,199.0,,75.0,32,True,,2023-01-18 14:15:13.000,1.12.3,45.0,4.0,,5296422.0,conda-forge/simple-salesforce,simple-salesforce,https://pypi.org/project/simple-salesforce,2023-01-12 19:04:01.340,199.0,5295719.0,https://anaconda.org/conda-forge/simple-salesforce,2020-12-11 15:45:59.182,48570.0,3.0,,,,,,,,,,,,,,,,,,, +196,rpyc,tomerfiliba-org/rpyc,rpc,,https://github.com/tomerfiliba-org/rpyc,https://github.com/tomerfiliba-org/rpyc,MIT,2009-03-08 11:23:29.000,2023-02-04 14:01:13.000,2022-11-26 06:51:26,944.0,231,58.0,133.0,63.0,330.0,1355,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,1936.0,1602.0,82.0,32,True,,2022-11-26 06:29:12.000,5.3.0,27.0,14.0,168.0,349528.0,conda-forge/rpyc,rpyc,https://pypi.org/project/rpyc,2022-11-26 06:15:02.082,334.0,325758.0,https://anaconda.org/conda-forge/rpyc,2022-11-27 17:37:45.973,689253.0,2.0,,,,,,,,,,,,,,,,,,, +197,django-phonenumber-field,stefanfoulis/django-phonenumber-field,django-utils,,https://github.com/stefanfoulis/django-phonenumber-field,https://github.com/stefanfoulis/django-phonenumber-field,MIT,2011-08-31 17:52:05.000,2023-01-09 22:45:44.727,2023-01-09 16:14:03,547.0,306,23.0,343.0,11.0,192.0,1326,A django model and form field for normalised phone numbers using python-phonenumbers.,861.0,,110.0,32,True,['django'],2023-01-09 22:45:44.727,7.0.2,32.0,4.0,7.0,712792.0,,django-phonenumber-field,https://pypi.org/project/django-phonenumber-field,2023-01-09 22:45:44.727,861.0,712792.0,,,,2.0,,,,,,,,,,,,,,,,,,, +198,pynacl,pyca/pynacl,others,,https://github.com/pyca/pynacl,https://github.com/pyca/pynacl,Apache-2.0,2013-02-22 03:52:39.000,2023-01-19 12:05:24.000,2023-01-19 12:05:24,731.0,218,27.0,491.0,44.0,250.0,944,Python binding to the Networking and Cryptography (NaCl) library.,2415.0,,64.0,32,True,,2022-01-07 22:05:49.000,1.5.0,16.0,8.0,,38685824.0,conda-forge/pynacl,pynacl,https://pypi.org/project/pynacl,2022-01-07 22:05:49.000,2415.0,38635533.0,https://anaconda.org/conda-forge/pynacl,2022-10-27 09:52:31.635,3671275.0,2.0,,,,,,,,,,,,,,,,,,, +199,graphql-core,graphql-python/graphql-core,graphql,,https://github.com/graphql-python/graphql-core,https://github.com/graphql-python/graphql-core,MIT,2017-09-02 07:26:43.951,2023-02-15 22:20:12.000,2023-02-15 22:19:31,998.0,111,20.0,64.0,18.0,110.0,465,A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.,18601.0,17870.0,29.0,32,True,,2022-09-23 08:40:18.000,3.2.3,84.0,12.0,,4645087.0,conda-forge/graphql-core,graphql-core,https://pypi.org/project/graphql-core,2022-11-03 21:37:06.398,731.0,4636945.0,https://anaconda.org/conda-forge/graphql-core,2022-09-23 13:09:40.039,529272.0,2.0,,,,,,,,,,,,,,,,,,, +200,Mako,sqlalchemy/mako,others,,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2016-07-05 15:04:03.129,2023-02-15 18:42:06.000,2023-01-03 17:53:44,931.0,46,10.0,37.0,63.0,274.0,243,Mako Templates for Python.,175684.0,161526.0,59.0,32,True,,2022-11-15 14:39:00.630,1.2.4,66.0,2.0,,22639059.0,conda-forge/mako,mako,https://pypi.org/project/mako,2022-11-15 14:39:00.630,14158.0,22580685.0,https://anaconda.org/conda-forge/mako,2022-11-16 03:19:11.483,4611568.0,2.0,,,,,,,,,,,,,,,,,,, +201,soupsieve,facelessuser/soupsieve,web-scraping,,https://github.com/facelessuser/soupsieve,https://github.com/facelessuser/soupsieve,MIT,2018-12-07 07:42:56.000,2023-02-14 16:41:23.000,2023-02-14 16:40:15,329.0,32,7.0,147.0,11.0,100.0,157,A modern CSS selector implementation for BeautifulSoup.,300464.0,297885.0,10.0,32,True,,2023-02-14 16:31:28.000,2.4,43.0,10.0,,55001160.0,conda-forge/soupsieve,soupsieve,https://pypi.org/project/soupsieve,2022-04-14 12:57:59.000,2579.0,54783038.0,https://anaconda.org/conda-forge/soupsieve,2022-07-19 05:15:10.016,10688009.0,1.0,,,,,,,,,3.0,,,,,,,,,, +202,google-resumable-media,googleapis/google-resumable-media-python,third-party-apis,,https://github.com/googleapis/google-resumable-media-python,https://github.com/googleapis/google-resumable-media-python,Apache-2.0,2017-04-12 20:09:20.000,2023-02-08 15:33:05.000,2023-02-08 15:10:12,419.0,40,44.0,275.0,11.0,84.0,36,Utilities for Google Media Downloads and Resumable Uploads.,68178.0,67643.0,32.0,32,False,,2023-01-19 21:34:00.985,2.4.1,43.0,5.0,,39692802.0,conda-forge/google-resumable-media,google-resumable-media,https://pypi.org/project/google-resumable-media,2023-01-19 21:34:00.985,535.0,39643763.0,https://anaconda.org/conda-forge/google-resumable-media,2023-01-20 08:58:13.066,3334668.0,3.0,,,,,,,,,,,,,,,,,,, +203,newspaper3k,codelucas/newspaper,web-scraping,,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013-11-25 09:50:50.000,2022-11-15 06:41:16.000,2020-09-02 06:54:25,651.0,1988,380.0,303.0,490.0,261.0,12456,"News, full-text, and article metadata extraction in Python 3. Advanced docs:.",272.0,,103.0,31,False,,2018-09-28 04:58:18.000,0.2.8,18.0,,,130632.0,conda-forge/newspaper3k,newspaper3k,https://pypi.org/project/newspaper3k,2018-09-28 04:58:18.000,272.0,129724.0,https://anaconda.org/conda-forge/newspaper3k,2021-10-28 12:04:52.629,57213.0,2.0,,,,,,,,,,,,,,,,,,, +204,cookiecutter-django,cookiecutter/cookiecutter-django,django-utils,,https://github.com/cookiecutter/cookiecutter-django,https://github.com/cookiecutter/cookiecutter-django,BSD-3-Clause,2013-08-14 17:43:31.000,2023-02-16 06:07:39.000,2023-02-10 02:53:14,6386.0,2549,193.0,3031.0,129.0,999.0,10193,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,21.0,20.0,372.0,31,True,['django'],2023-02-10 02:53:16.000,2023.02.09,100.0,211.0,,74.0,,cookiecutter-django,https://pypi.org/project/cookiecutter-django,2018-01-15 20:46:23.000,1.0,74.0,,,,2.0,,,,,,,,,,,,,,,,,,, +205,mezzanine,stephenmcd/mezzanine,cms,,https://github.com/stephenmcd/mezzanine,https://github.com/stephenmcd/mezzanine,BSD-2-Clause,2010-05-29 12:16:55.000,2022-11-02 08:25:54.000,2022-11-02 08:25:54,5304.0,1622,256.0,978.0,53.0,1008.0,4578,CMS framework for Django.,1204.0,,326.0,31,True,['django'],2022-05-12 12:48:08.000,6.0.0,138.0,,,5106.0,,mezzanine,https://pypi.org/project/mezzanine,2022-05-12 12:48:14.000,1204.0,5106.0,,,,2.0,,,,,,,,,,,,,,,,,,, +206,AutoRest,Azure/autorest,openapi-utils,,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015-02-20 23:02:54.000,2023-02-15 19:12:25.000,2023-02-04 00:50:00,5606.0,728,827.0,2434.0,76.0,1946.0,4108,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",465.0,465.0,166.0,31,True,['openapi'],,,100.0,12.0,85813.0,2681.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +207,django-taggit,jazzband/django-taggit,django-utils,,https://github.com/jazzband/django-taggit,https://github.com/jazzband/django-taggit,BSD-3-Clause,2009-12-08 23:40:49.000,2023-02-11 22:40:58.000,2022-11-21 23:18:34,1019.0,608,65.0,439.0,82.0,329.0,2994,Simple tagging for django.,2871.0,,146.0,31,True,['django'],2022-11-18 05:00:01.277,3.1.0,64.0,3.0,,428740.0,conda-forge/django-taggit,django-taggit,https://pypi.org/project/django-taggit,2022-11-18 05:00:01.277,2871.0,427488.0,https://anaconda.org/conda-forge/django-taggit,2022-11-18 08:30:45.652,103927.0,2.0,,,,,,,,,,,,,,,,,,, +208,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,2022-11-29 16:08:15.000,2022-11-29 16:08:15,1197.0,452,68.0,299.0,120.0,412.0,2715,Utilities for implementing a modified pre-order traversal tree in django.,3308.0,,155.0,31,True,['django'],2022-09-27 23:42:53.502,0.14.0,40.0,1.0,,415101.0,anaconda/django-mptt,django-mptt,https://pypi.org/project/django-mptt,2022-09-27 23:42:53.502,3308.0,415101.0,https://anaconda.org/anaconda/django-mptt,,,2.0,,,,,,,,,,,,,,,,,,, +209,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,2022-11-23 09:24:37.000,2020-12-27 07:29:21,544.0,974,202.0,269.0,37.0,218.0,2673,Python SDK for Facebooks Graph API.,5649.0,4383.0,99.0,31,False,,2018-11-06 06:53:51.000,3.1.0,8.0,,,146641.0,,facebook-sdk,https://pypi.org/project/facebook-sdk,2018-11-06 06:53:51.000,1266.0,146641.0,,,,3.0,,,,,,,,,,,,,,,,,,, +210,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:33:28.522,2019-06-04 18:10:32,801.0,621,65.0,339.0,168.0,366.0,2590,Swagger Documentation Generator for Django REST Framework: deprecated.,17885.0,15812.0,94.0,31,False,['django'],2021-12-15 14:37:49.132,0.1.6,50.0,,,356989.0,,django-rest-swagger,https://pypi.org/project/django-rest-swagger,2018-04-30 19:59:57.000,2073.0,356989.0,,,,2.0,,,,,,,,,,,,,,,,,,, +211,Wikipedia,goldsmith/Wikipedia,third-party-apis,,https://github.com/goldsmith/Wikipedia,https://github.com/goldsmith/Wikipedia,MIT,2013-08-20 06:39:09.000,2022-08-19 08:31:05.000,2020-10-09 23:49:59,186.0,476,82.0,96.0,172.0,80.0,2562,A Pythonic wrapper for the Wikipedia API.,42413.0,41347.0,23.0,31,False,,2014-11-15 15:59:49.000,1.4.0,20.0,,,468624.0,conda-forge/wikipedia,wikipedia,https://pypi.org/project/wikipedia,2014-11-15 15:59:49.000,1066.0,467423.0,https://anaconda.org/conda-forge/wikipedia,2019-06-18 08:30:55.880,86539.0,3.0,,,,,,,,,,,,,,,,,,, +212,fastapi-users,fastapi-users/fastapi-users,auth,,https://github.com/fastapi-users/fastapi-users,https://github.com/fastapi-users/fastapi-users,MIT,2019-10-05 15:40:31.000,2023-02-14 16:13:38.000,2023-02-14 16:10:11,668.0,247,34.0,510.0,4.0,220.0,2478,Ready-to-use and customizable users management for FastAPI.,906.0,886.0,54.0,31,True,['fastapi'],2023-02-13 16:56:40.000,10.4.0,94.0,15.0,19.0,37002.0,conda-forge/fastapi-users,fastapi-users,https://pypi.org/project/fastapi-users,2023-01-16 10:56:00.568,20.0,35415.0,https://anaconda.org/conda-forge/fastapi-users,2023-02-14 08:27:36.891,25395.0,3.0,,,,,,,,,,,,,,,,,,, +213,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013-04-16 09:43:55.000,2023-02-16 15:48:36.000,2023-02-16 15:44:18,4128.0,317,93.0,742.0,141.0,1623.0,2413,Mail hosting made simple.,71.0,35.0,108.0,31,True,,2023-02-11 08:41:42.461,2.0.4,64.0,79.0,,2686.0,,modoboa,https://pypi.org/project/modoboa,2023-02-11 08:41:42.461,36.0,2686.0,,,,1.0,,,,,,,,,,,,,,,,,,, +214,djoser,sunscrapers/djoser,auth,,https://github.com/sunscrapers/djoser,https://github.com/sunscrapers/djoser,MIT,2014-09-30 14:50:08.000,2023-02-15 18:20:54.000,2022-08-29 15:00:56,866.0,435,36.0,282.0,166.0,286.0,2215,REST implementation of Django authentication system.,13753.0,13536.0,104.0,31,True,['django'],2020-10-30 15:52:25.000,2.1.0,48.0,,,166921.0,,djoser,https://pypi.org/project/djoser,2020-10-30 15:52:25.000,217.0,166921.0,,,,3.0,,,,,,,,,,,,,,,,,,, +215,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-01-11 09:29:02.000,2021-11-12 16:42:57,1091.0,266,47.0,179.0,106.0,279.0,2091,Automated image processing for Django. Currently v4.0.,8756.0,7732.0,73.0,31,False,['django'],2021-12-17 07:00:32.000,4.1.0,40.0,,75.0,134722.0,,django-imagekit,https://pypi.org/project/django-imagekit,2021-11-02 06:57:52.000,1024.0,134721.0,,,,2.0,,,,,,,,,,,,,,,,,,, +216,django-sql-explorer,groveco/django-sql-explorer,django-utils,,https://github.com/groveco/django-sql-explorer,https://github.com/groveco/django-sql-explorer,MIT,2013-12-22 20:58:37.000,2023-02-13 12:54:40.000,2023-02-13 12:54:39,869.0,329,76.0,262.0,19.0,249.0,2079,Easily share data across your company via SQL queries. From Grove Collab.,426.0,352.0,95.0,31,True,['django'],2022-12-16 00:32:04.939,3.0.1,33.0,17.0,,60090.0,,django-sql-explorer,https://pypi.org/project/django-sql-explorer,2022-12-16 00:32:04.939,74.0,60090.0,,,,2.0,,,,,,,,,,,,,,,,,,, +217,HTTPretty,gabrielfalcao/HTTPretty,testing,,https://github.com/gabrielfalcao/HTTPretty,https://github.com/gabrielfalcao/HTTPretty,MIT,2011-01-28 14:59:02.000,2022-12-16 04:01:06.000,2022-10-16 23:12:02,684.0,264,43.0,226.0,105.0,142.0,2010,Intercept HTTP requests at the Python socket level. Fakes the whole socket module.,16476.0,13734.0,105.0,31,True,,2021-08-16 19:35:31.000,1.1.4,59.0,,,473502.0,conda-forge/httpretty,httpretty,https://pypi.org/project/httpretty,2021-08-16 19:35:31.000,2742.0,470171.0,https://anaconda.org/conda-forge/httpretty,2021-08-16 20:48:49.567,276552.0,2.0,,,,,,,,,,,,,,,,,,, +218,daphne,django/daphne,websocket,,https://github.com/django/daphne,https://github.com/django/daphne,BSD-3-Clause,2015-12-23 17:06:46.000,2023-02-07 15:20:10.000,2023-02-07 15:20:08,406.0,228,48.0,155.0,39.0,265.0,1923,Django Channels HTTP/WebSocket server.,768.0,,63.0,31,True,['django'],2022-10-07 13:19:03.413,4.0.0,57.0,8.0,,636112.0,conda-forge/daphne,daphne,https://pypi.org/project/daphne,2022-10-07 13:19:03.413,768.0,632363.0,https://anaconda.org/conda-forge/daphne,2022-11-11 08:29:37.400,127489.0,3.0,,,,,,,,,,,,,,,,,,, +219,django-braces,brack3t/django-braces,django-utils,,https://github.com/brack3t/django-braces,https://github.com/brack3t/django-braces,BSD-3-Clause,2012-03-02 20:02:51.000,2023-02-15 23:51:59.000,2021-11-18 21:51:43,693.0,211,56.0,170.0,13.0,116.0,1882,"Reusable, generic mixins for Django.",17586.0,13627.0,77.0,31,False,['django'],2021-11-05 21:41:41.000,1.15.0,31.0,,,194460.0,conda-forge/django-braces,django-braces,https://pypi.org/project/django-braces,2021-11-05 21:41:41.000,3959.0,193934.0,https://anaconda.org/conda-forge/django-braces,2018-07-08 01:10:50.307,34725.0,2.0,,,,,,,,,,,,,,,,,,, +220,django-cacheops,Suor/django-cacheops,django-utils,,https://github.com/Suor/django-cacheops,https://github.com/Suor/django-cacheops,BSD-3-Clause,2011-06-04 12:25:47.000,2023-01-12 11:19:15.000,2022-07-11 12:20:48,1187.0,197,33.0,136.0,30.0,279.0,1774,A slick ORM cache with automatic granular event-driven invalidation.,1138.0,1042.0,64.0,31,True,['django'],2020-07-09 09:35:18.000,5.0.1,59.0,,,157123.0,,django-cacheops,https://pypi.org/project/django-cacheops,2022-05-27 05:54:11.000,96.0,157123.0,,,,2.0,,,,,,,,,,,,,,,,,,, +221,django-rq,rq/django-rq,django-utils,,https://github.com/rq/django-rq,https://github.com/rq/django-rq,MIT,2012-05-15 10:21:58.000,2023-02-15 21:28:04.000,2023-02-07 11:18:50,583.0,261,28.0,263.0,82.0,233.0,1612,A simple app that provides django integration for RQ (Redis Queue).,2967.0,2533.0,110.0,31,True,['django'],2023-02-07 11:19:39.000,2.7.0,48.0,7.0,,183227.0,,django-rq,https://pypi.org/project/django-rq,2022-11-05 02:45:48.818,434.0,183227.0,,,,2.0,,,,,,,,,,,,,,,,,,, +222,schemathesis,schemathesis/schemathesis,testing,,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019-08-19 11:13:01.000,2023-02-16 15:53:23.000,2023-02-16 15:53:04,1719.0,121,18.0,949.0,119.0,583.0,1608,"Guarantee flawless API functionality with thorough, high-quality test scenarios generated from your API specification.",200.0,195.0,52.0,31,True,"['openapi', 'graphql']",2023-02-16 16:00:04.525,3.18.4,219.0,55.0,,61243.0,,schemathesis,https://pypi.org/project/schemathesis,2022-06-23 10:07:03.000,5.0,61243.0,,,,2.0,,,,,,,,,,,,,,,,,,, +223,datamodel-code-generator,koxudaxi/datamodel-code-generator,openapi-utils,,https://github.com/koxudaxi/datamodel-code-generator,https://github.com/koxudaxi/datamodel-code-generator,MIT,2019-05-29 08:01:32.000,2023-02-16 11:01:14.000,2023-02-16 11:00:40,711.0,154,18.0,835.0,43.0,218.0,1408,"Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data..",654.0,611.0,60.0,31,True,['openapi'],2023-02-06 18:00:01.222,0.17.1,162.0,149.0,,208960.0,,datamodel-code-generator,https://pypi.org/project/datamodel-code-generator,2023-01-30 16:21:16.229,43.0,208960.0,,,,2.0,,,,,,,,,,,,,,,,,,, +224,jsonfield,rpkilby/jsonfield,django-utils,,https://github.com/rpkilby/jsonfield,https://github.com/rpkilby/jsonfield,MIT,2009-05-03 03:42:01.000,2022-10-30 20:24:35.000,2020-02-22 08:36:44,368.0,266,36.0,106.0,13.0,151.0,1148,A reusable Django model field for storing ad-hoc JSON data.,13503.0,11176.0,51.0,31,False,['django'],2020-02-22 08:42:29.000,3.1.0,34.0,,114.0,490861.0,,jsonfield,https://pypi.org/project/jsonfield,2020-02-22 08:42:29.000,2327.0,490860.0,,,,2.0,,,,,,,,,,,,,,,,,,, +225,flask-limiter,alisaifee/flask-limiter,flask-utils,,https://github.com/alisaifee/flask-limiter,https://github.com/alisaifee/flask-limiter,MIT,2014-02-12 03:37:41.000,2023-02-16 00:29:20.000,2023-02-16 00:29:02,874.0,118,11.0,233.0,1.0,152.0,936,Rate Limiting extension for Flask.,5867.0,5484.0,43.0,31,True,['flask'],2023-02-16 00:35:02.258,3.2.0,94.0,78.0,114.0,348970.0,,flask-limiter,https://pypi.org/project/flask-limiter,2022-12-29 20:00:01.310,383.0,348959.0,,,,1.0,,,,,,,,,,,,,,,,,,, +226,webassets,miracle2k/webassets,others,,https://github.com/miracle2k/webassets,https://github.com/miracle2k/webassets,BSD-2-Clause,2009-12-08 05:40:34.000,2022-07-31 02:42:09.000,2021-05-01 12:22:50,1418.0,256,21.0,253.0,66.0,234.0,914,Asset management for Python web development.,7941.0,6236.0,157.0,31,False,,2017-01-08 13:48:21.000,0.12.1,14.0,,,249967.0,conda-forge/webassets,webassets,https://pypi.org/project/webassets,2019-12-20 17:37:28.000,1705.0,249285.0,https://anaconda.org/conda-forge/webassets,2019-12-24 13:40:58.186,52564.0,2.0,,,,,,,,,,,,,,,,,,, +227,tavern,taverntesting/tavern,testing,,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017-11-01 14:51:25.000,2023-02-16 13:49:20.000,2023-02-16 13:49:17,1047.0,182,28.0,277.0,38.0,541.0,910,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",423.0,400.0,57.0,31,True,,2023-02-16 13:51:01.502,2.0.5,171.0,43.0,,139528.0,,tavern,https://pypi.org/project/tavern,2023-01-16 10:06:00.764,23.0,139528.0,,,,2.0,,,,,,,,,,,,,,,,,,, +228,requests-toolbelt,requests/toolbelt,http-clients,,https://github.com/requests/toolbelt,https://github.com/requests/toolbelt,Apache-2.0,2013-12-29 21:19:08.000,2023-02-15 02:37:38.000,2023-02-15 02:37:37,584.0,170,22.0,180.0,86.0,108.0,899,A toolbelt of useful classes and functions to be used with python-requests.,367.0,,66.0,31,True,,2022-10-25 03:14:55.000,0.10.1,19.0,3.0,,41296247.0,conda-forge/requests-toolbelt,requests-toolbelt,https://pypi.org/project/requests-toolbelt,2022-10-25 03:14:55.000,367.0,41278126.0,https://anaconda.org/conda-forge/requests-toolbelt,2022-10-29 13:34:58.315,1504108.0,3.0,,,,,,,,,,,,,,,,,,, +229,netaddr,netaddr/netaddr,others,,https://github.com/netaddr/netaddr,https://github.com/netaddr/netaddr,BSD-3-Clause,2010-05-24 23:14:56.000,2022-06-16 21:18:32.000,2021-04-15 22:45:55,618.0,170,41.0,89.0,49.0,121.0,712,A network address manipulation library for Python.,28260.0,23484.0,46.0,31,False,,2021-12-15 14:06:46.311,0.7.9,29.0,,,4327449.0,conda-forge/netaddr,netaddr,https://pypi.org/project/netaddr,2020-07-03 14:43:51.000,4776.0,4325396.0,https://anaconda.org/conda-forge/netaddr,2017-09-16 17:36:03.062,162264.0,2.0,,,,,,,,,,,,,,,,,,, +230,terminado,jupyter/terminado,others,,https://github.com/jupyter/terminado,https://github.com/jupyter/terminado,,2014-09-29 23:44:25.000,2023-02-07 20:05:20.000,2023-02-07 20:05:11,443.0,86,18.0,151.0,28.0,40.0,333,Terminals served by tornado websockets.,196618.0,189678.0,46.0,31,False,,2022-12-05 11:26:01.657,0.17.1,34.0,12.0,141.0,8268722.0,conda-forge/terminado,terminado,https://pypi.org/project/terminado,2022-12-05 11:26:01.657,6940.0,8156207.0,https://anaconda.org/conda-forge/terminado,2022-12-05 15:34:49.245,9226107.0,2.0,,,,,,,,,,,,,,,,,,, +231,OpenAPI Spec validator,p1c2u/openapi-spec-validator,openapi-utils,,https://github.com/p1c2u/openapi-spec-validator,https://github.com/p1c2u/openapi-spec-validator,Apache-2.0,2017-09-06 08:08:25.000,2023-02-06 12:58:53.108,2023-02-06 05:55:27,273.0,56,7.0,100.0,38.0,57.0,243,OpenAPI Spec validator.,5024.0,4840.0,36.0,31,True,,2023-02-06 05:57:01.901,0.5.5,30.0,20.0,,3567575.0,conda-forge/openapi-spec-validator,openapi-spec-validator,https://pypi.org/project/openapi-spec-validator,2022-06-21 05:55:51.000,184.0,3562386.0,https://anaconda.org/conda-forge/openapi-spec-validator,2023-02-06 12:58:53.108,202382.0,2.0,,,,,,,,,,,,,,,,,,, +232,idna,kjd/idna,others,,https://github.com/kjd/idna,https://github.com/kjd/idna,BSD-3-Clause,2013-05-27 22:22:13.000,2022-11-01 03:59:02.000,2022-11-01 03:59:02,242.0,77,18.0,64.0,4.0,68.0,207,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,1156947.0,1119044.0,20.0,31,True,,,,27.0,,,257014022.0,conda-forge/idna,idna,https://pypi.org/project/idna,2022-09-19 21:36:30.273,37903.0,256661726.0,https://anaconda.org/conda-forge/idna,2022-09-19 22:11:45.024,27479165.0,2.0,,,,,,,,,,,,,,,,,,, +233,saleor,saleor/saleor,others,,https://github.com/saleor/saleor,https://github.com/saleor/saleor,BSD-3-Clause,2013-02-12 16:46:39.000,2023-02-16 14:55:05.000,2023-02-16 13:07:27,20231.0,4886,385.0,7503.0,388.0,3081.0,18022,"Saleor Core: the high performance, composable, headless commerce API.",1.0,1.0,261.0,30,True,"['django', 'graphql']",2023-02-15 09:20:25.000,3.11.7,100.0,167.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +234,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,2022-11-20 06:11:59.000,2020-08-02 17:34:20,1181.0,3662,905.0,169.0,292.0,548.0,15740,A Powerful Spider(Web Crawler) System in Python.,353.0,321.0,62.0,30,False,,2018-04-18 04:25:22.000,0.3.10,17.0,,,1328.0,,pyspider,https://pypi.org/project/pyspider,2018-04-18 04:17:18.000,32.0,1328.0,,,,2.0,,,,,,,,,,,,,,,,,,, +235,dirsearch,maurosoria/dirsearch,web-scraping,,https://github.com/maurosoria/dirsearch,https://github.com/maurosoria/dirsearch,GPL-2.0,2013-04-30 15:57:40.000,2023-02-14 03:37:28.000,2023-02-14 03:37:28,2278.0,2111,302.0,774.0,41.0,436.0,9237,Web path scanner.,34.0,34.0,94.0,30,True,,2022-10-05 13:01:24.000,0.4.3,16.0,21.0,,1898.0,,dirsearch,https://pypi.org/project/dirsearch,2022-10-03 17:07:28.162,,1898.0,,,,2.0,,,,,,,,,,,,,,,,,,, +236,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,2022-12-27 04:04:38.000,2021-02-12 03:30:48,1131.0,2134,330.0,214.0,198.0,458.0,8976,Script for downloading Coursera.org videos and naming them.,223.0,209.0,85.0,30,False,,2019-12-16 20:45:01.000,0.11.5,12.0,,,1217.0,conda-forge/coursera-dl,coursera-dl,https://pypi.org/project/coursera-dl,2019-12-16 20:45:01.000,14.0,951.0,https://anaconda.org/conda-forge/coursera-dl,2019-11-20 13:24:57.856,20024.0,3.0,,,,,,,,,,,,,,,,,,, +237,gallery-dl,mikf/gallery-dl,third-party-apis,,https://github.com/mikf/gallery-dl,https://github.com/mikf/gallery-dl,GPL-2.0,2014-10-12 19:38:05.000,2023-02-16 14:52:24.000,2023-02-15 18:50:26,4359.0,629,120.0,310.0,571.0,2464.0,6770,Command-line program to download image galleries and collections from several image hosting sites.,6.0,,81.0,30,True,,2023-01-28 20:39:52.000,1.24.5,133.0,272.0,302002.0,29640.0,,gallery-dl,https://pypi.org/project/gallery-dl,2023-01-28 20:36:26.831,6.0,24248.0,,,,3.0,,,,,,,,,,,,,,,,,,, +238,webpy,webpy/webpy,web-frameworks,,https://github.com/webpy/webpy,https://github.com/webpy/webpy,Unlicense,2008-09-29 03:42:56.000,2023-01-12 10:40:18.000,2023-01-12 10:40:14,1062.0,1327,341.0,324.0,42.0,395.0,5772,web.py is a web framework for python that is as simple as it is powerful.,1134.0,,89.0,30,True,,2020-11-09 11:30:29.000,0.62,18.0,2.0,,201722.0,conda-forge/web.py,web.py,https://pypi.org/project/web.py,2021-12-15 13:44:43.853,1134.0,200931.0,https://anaconda.org/conda-forge/web.py,2020-11-12 06:59:49.279,52212.0,3.0,,,,,,,,,,,,,,,,,,, +239,httprunner,httprunner/httprunner,testing,,https://github.com/httprunner/httprunner,https://github.com/httprunner/httprunner,Apache-2.0,2017-06-13 03:54:29.000,2023-02-16 15:05:22.000,2023-02-16 15:04:36,3324.0,1164,150.0,333.0,413.0,749.0,3569,HttpRunner API HTTP(S) / HTTP2 / WebSocket / RPC.,8.0,1.0,39.0,30,True,,2022-12-26 15:44:01.000,4.3.1,151.0,58.0,4959.0,2999.0,,httprunner,https://pypi.org/project/httprunner,2022-10-21 14:27:01.010,7.0,2915.0,,,,2.0,,,,,,,,,,,,,,,,,,, +240,wechatpy,wechatpy/wechatpy,third-party-apis,,https://github.com/wechatpy/wechatpy,https://github.com/wechatpy/wechatpy,MIT,2014-09-12 13:03:28.000,2023-02-08 02:15:40.000,2022-12-08 12:57:17,1317.0,720,169.0,404.0,36.0,309.0,3338,WeChat SDK for Python.,965.0,839.0,99.0,30,True,,2021-11-11 15:12:31.000,1.8.18,137.0,2.0,,40412.0,,wechatpy,https://pypi.org/project/wechatpy,2022-06-19 11:36:01.000,126.0,40412.0,,,,3.0,,,,,,,,,,,,,,,,,,, +241,websockify,novnc/websockify,websocket,,https://github.com/novnc/websockify,https://github.com/novnc/websockify,LGPL-3.0,2011-01-12 22:51:17.000,2023-01-28 21:16:58.451,2023-01-20 16:01:32,925.0,674,140.0,193.0,25.0,304.0,3320,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.,1177.0,872.0,96.0,30,True,,2022-12-16 12:13:23.000,0.11.0,10.0,15.0,,37778.0,conda-forge/websockify,websockify,https://pypi.org/project/websockify,2021-07-22 15:22:25.000,305.0,35647.0,https://anaconda.org/conda-forge/websockify,2023-01-28 21:16:58.451,66064.0,3.0,,,,,,,,,,,,,,,,,,, +242,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,2021-10-14 16:24:30.000,2020-01-13 15:25:46,731.0,506,109.0,249.0,376.0,251.0,2673,"Fully featured framework for fast, easy and documented API development with Flask.",13803.0,12819.0,89.0,30,False,['flask'],2019-08-12 21:51:40.000,0.13.0,35.0,,,267624.0,conda-forge/flask-restplus,flask-restplus,https://pypi.org/project/flask-restplus,2019-08-12 21:51:40.000,984.0,264770.0,https://anaconda.org/conda-forge/flask-restplus,2021-07-06 15:08:02.758,216937.0,3.0,,,,,,,,,,,,,,,,,,, +243,Grab,lorien/grab,web-scraping,,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013-05-01 08:10:22.000,2023-01-07 16:10:43.000,2022-12-28 00:20:00,2484.0,264,90.0,179.0,23.0,221.0,2260,Web Scraping Framework.,111.0,,66.0,30,True,,2018-06-24 14:27:52.000,0.6.41,120.0,248.0,,2152.0,,grab,https://pypi.org/project/grab,2018-06-24 14:27:52.000,111.0,2152.0,,,,2.0,,,,,,,,,,,,,,,,,,, +244,django-activity-stream,justquick/django-activity-stream,django-utils,,https://github.com/justquick/django-activity-stream,https://github.com/justquick/django-activity-stream,BSD-3-Clause,2010-02-24 21:16:51.000,2023-02-11 02:08:16.000,2023-02-11 02:01:39,930.0,487,75.0,220.0,19.0,286.0,2154,Generate generic activity streams from the actions on your site. Users can follow any actors activities for..,1367.0,1030.0,111.0,30,True,['django'],2022-12-19 05:38:06.000,1.4.2,38.0,7.0,5.0,43441.0,,django-activity-stream,https://pypi.org/project/django-activity-stream,2022-12-19 05:34:01.033,337.0,43441.0,,,,3.0,,,,,,,,,,,,,,,,,,, +245,twython,ryanmcgrath/twython,third-party-apis,,https://github.com/ryanmcgrath/twython,https://github.com/ryanmcgrath/twython,MIT,2009-04-02 05:01:31.000,2022-07-30 23:24:29.000,2021-07-16 22:33:17,853.0,396,102.0,222.0,21.0,305.0,1853,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",7406.0,6250.0,103.0,30,False,,2021-07-16 22:38:58.000,3.9.1,61.0,,,162946.0,conda-forge/twython,twython,https://pypi.org/project/twython,2021-07-16 22:35:20.000,1156.0,159174.0,https://anaconda.org/conda-forge/twython,2021-07-17 00:06:56.130,260310.0,3.0,,,,,,,,,,,,,,,,,,, +246,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,2022-08-25 16:36:48.000,2022-01-13 10:48:20,187.0,128,45.0,43.0,40.0,48.0,1825,"Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can..",32769.0,30537.0,27.0,30,False,['django'],2022-01-13 10:53:21.000,1.4.12,21.0,,,462832.0,,django-widget-tweaks,https://pypi.org/project/django-widget-tweaks,2022-01-13 10:53:21.000,2232.0,462832.0,,,,3.0,,,,,,,,,,,,,,,,,,, +247,django-q,Koed00/django-q,django-utils,,https://github.com/Koed00/django-q,https://github.com/Koed00/django-q,MIT,2015-06-14 12:37:08.000,2023-02-02 15:40:38.000,2021-06-26 12:04:16,1246.0,240,53.0,308.0,316.0,145.0,1679,A multiprocessing distributed task queue for Django.,1307.0,1230.0,62.0,30,False,['django'],2021-06-27 12:04:53.000,1.3.9,78.0,,,79835.0,,django-q,https://pypi.org/project/django-q,2021-06-27 12:04:53.000,77.0,79835.0,,,,3.0,,,,,,,,,,,,,,,,,,, +248,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,2020-07-03 04:29:17.000,2020-07-03 04:29:16,356.0,246,54.0,94.0,30.0,61.0,1618,Full-featured Python interface for the Slack API.,3932.0,2870.0,45.0,30,False,,2020-02-15 09:06:13.000,0.14.0,57.0,,,736335.0,conda-forge/slacker,slacker,https://pypi.org/project/slacker,2020-02-15 09:06:13.000,1062.0,732619.0,https://anaconda.org/conda-forge/slacker,2020-02-28 19:46:11.049,297358.0,3.0,,,,,,,,,,,,,,,,,,, +249,flask-security,mattupstate/flask-security,flask-utils,,https://github.com/mattupstate/flask-security,https://github.com/mattupstate/flask-security,MIT,2012-03-07 19:44:05.000,2021-01-25 19:17:07.000,2020-04-23 15:22:46,932.0,506,68.0,350.0,173.0,392.0,1596,Quick and simple security for Flask applications.,8028.0,6673.0,128.0,30,False,['flask'],2017-06-14 13:28:38.000,3.0.0,26.0,,,94571.0,conda-forge/flask-security,flask-security,https://pypi.org/project/flask-security,2017-06-14 13:28:38.000,1355.0,94025.0,https://anaconda.org/conda-forge/flask-security,2017-09-18 17:08:03.109,38270.0,2.0,,,,,,,,,,,,,,,,,,, +250,django-money,django-money/django-money,django-utils,,https://github.com/django-money/django-money,https://github.com/django-money/django-money,BSD-3-Clause,2011-05-15 12:13:19.000,2023-01-06 17:34:56.000,2023-01-06 17:34:56,1151.0,280,26.0,363.0,60.0,265.0,1377,Money fields for Django forms and models.,2329.0,2127.0,104.0,30,True,['django'],2022-06-20 14:22:01.000,3.0.0,62.0,1.0,,139247.0,,django-money,https://pypi.org/project/django-money,2022-06-20 14:22:01.000,202.0,139247.0,,,,3.0,,,,,,,,,,,,,,,,,,, +251,django-admin-interface,fabiocaccamo/django-admin-interface,admin-ui,,https://github.com/fabiocaccamo/django-admin-interface,https://github.com/fabiocaccamo/django-admin-interface,MIT,2015-10-26 14:46:36.000,2023-02-15 00:12:27.000,2023-02-14 08:48:04,702.0,152,32.0,86.0,18.0,147.0,1318,"djangos default admin interface with superpowers - customizable themes, popup windows replaced by modals and many..",43.0,,31.0,30,True,['django'],2022-12-19 14:39:01.788,0.24.2,104.0,106.0,,60632.0,,django-admin-interface,https://pypi.org/project/django-admin-interface,2022-12-19 14:39:01.788,43.0,60632.0,,,,2.0,,,,,,,,,,,,,,,,,,, +252,python-jose,mpdavis/python-jose,auth,,https://github.com/mpdavis/python-jose,https://github.com/mpdavis/python-jose,MIT,2015-04-20 19:19:35.000,2023-02-08 01:14:14.000,2022-02-09 16:41:24,650.0,212,31.0,174.0,71.0,75.0,1243,A JOSE implementation in Python.,707.0,,49.0,30,True,,2021-06-05 03:30:38.000,3.3.0,38.0,,,6998966.0,conda-forge/python-jose,python-jose,https://pypi.org/project/python-jose,2021-06-05 03:30:38.000,707.0,6974110.0,https://anaconda.org/conda-forge/python-jose,2021-06-26 10:05:59.498,1342257.0,3.0,,,,,,,,,,,,,,,,,,, +253,imdbpy,alberanid/imdbpy,third-party-apis,,https://github.com/cinemagoer/cinemagoer,https://github.com/cinemagoer/cinemagoer,GPL-2.0,2010-08-01 17:34:24.000,2023-02-11 17:00:57.000,2023-02-11 17:00:48,1954.0,308,46.0,134.0,55.0,232.0,1078,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,124.0,,72.0,30,True,,2022-12-27 20:56:57.000,2022.12.27,44.0,56.0,215.0,82883.0,,imdbpy,https://pypi.org/project/imdbpy,2022-07-09 12:09:01.903,124.0,82874.0,,,,3.0,,,,,,,,,,,,,,,cinemagoer/cinemagoer,,,, +254,parsel,scrapy/parsel,web-scraping,,https://github.com/scrapy/parsel,https://github.com/scrapy/parsel,BSD-3-Clause,2015-04-24 15:53:36.000,2023-02-16 11:39:06.000,2023-02-15 19:48:50,629.0,131,33.0,171.0,44.0,68.0,879,Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors.,25976.0,24394.0,46.0,30,True,,2022-11-01 14:06:30.000,1.7.0,21.0,1.0,,994589.0,conda-forge/parsel,parsel,https://pypi.org/project/parsel,2022-11-01 14:05:47.871,1582.0,991470.0,https://anaconda.org/conda-forge/parsel,2022-11-02 12:32:18.421,106048.0,2.0,,,,,,,,,,,,,,,,,,, +255,django-dbbackup,jazzband/django-dbbackup,django-utils,,https://github.com/jazzband/django-dbbackup,https://github.com/jazzband/django-dbbackup,BSD-3-Clause,2014-12-29 02:39:34.000,2023-02-06 19:58:15.000,2022-12-12 10:26:16,471.0,203,21.0,215.0,67.0,205.0,697,Management commands to help backup and restore your project database and media files.,1510.0,1353.0,64.0,30,True,['django'],2022-09-28 00:30:54.478,4.0.2,44.0,4.0,,77450.0,,django-dbbackup,https://pypi.org/project/django-dbbackup,2022-09-28 00:30:54.478,157.0,77450.0,,,,3.0,,,,,,,,,,,,,,,,,,, +256,flask-mail,mattupstate/flask-mail,email,,https://github.com/mattupstate/flask-mail,https://github.com/mattupstate/flask-mail,BSD-3-Clause,2012-02-29 16:39:29.000,2022-09-25 15:04:29.000,2014-11-04 19:45:41,236.0,167,26.0,80.0,100.0,44.0,559,Flask-Mail adds SMTP mail sending to your Flask applications.,60013.0,56086.0,30.0,30,False,,2014-09-28 23:35:22.000,0.9.1,27.0,,,482016.0,conda-forge/flask-mail,flask-mail,https://pypi.org/project/flask-mail,2014-09-28 23:35:22.000,3927.0,480769.0,https://anaconda.org/conda-forge/flask-mail,2018-07-12 05:02:17.778,97296.0,1.0,,,,,,,,,,,,,,,,,,, +257,swagger-codegen,swagger-api/swagger-codegen,openapi-utils,,https://github.com/swagger-api/swagger-codegen,https://github.com/swagger-api/swagger-codegen,Apache-2.0,2011-07-06 14:26:48.000,2023-02-16 15:49:01.000,2023-02-16 11:54:09,11556.0,5911,421.0,5425.0,3298.0,3404.0,15307,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",1.0,1.0,1209.0,29,True,['openapi'],2023-02-16 15:49:01.000,3.0.41,90.0,9.0,,,,,,,,,,,,3.0,,io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,https://search.maven.org/artifact/io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,,,,,, +258,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,2022-10-10 00:53:37.000,2019-05-21 18:24:10,156.0,2015,198.0,100.0,130.0,168.0,8210,Python Script to download hundreds of images from Google Images. It is a ready-to-run code!.,109.0,,38.0,29,False,,2019-05-21 18:28:03.000,2.8.0,40.0,,,42240.0,,google_images_download,https://pypi.org/project/google_images_download,2019-05-21 18:28:03.000,109.0,42240.0,,,,3.0,,,,,,,,,,,,,,,,,,, +259,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,2022-02-24 05:00:58.000,2021-08-31 09:48:33,768.0,410,170.0,374.0,59.0,289.0,5591,The Web API toolkit.,895.0,729.0,91.0,29,False,['openapi'],2019-04-03 08:12:14.000,0.7.2,94.0,,,12733.0,conda-forge/apistar,apistar,https://pypi.org/project/apistar,2019-04-03 08:12:14.000,166.0,10787.0,https://anaconda.org/conda-forge/apistar,2019-04-03 08:38:52.532,112911.0,3.0,,,,,,,,,,,,,,,,,,, +260,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,2022-12-03 13:57:05.000,2019-04-03 03:05:04,1296.0,1429,278.0,167.0,387.0,198.0,4684,"Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based..",794.0,794.0,51.0,29,False,,2022-09-24 08:54:19.425,2.0.4,4.0,,,47.0,,xadmin2,https://pypi.org/project/xadmin2,2022-09-24 08:54:19.425,,47.0,,,,2.0,,,,,,,,,,,,,,,,,,, +261,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,2022-12-29 03:07:40.000,2022-01-26 17:56:43,85.0,336,111.0,50.0,9.0,109.0,4189,Requests + Gevent = 3.,4208.0,3545.0,28.0,29,False,,2020-04-05 14:27:35.000,0.6.0,6.0,,,334453.0,conda-forge/grequests,grequests,https://pypi.org/project/grequests,2020-04-05 14:27:35.000,663.0,333544.0,https://anaconda.org/conda-forge/grequests,2020-04-22 02:04:17.085,70000.0,3.0,,,,,,,,,,,,,,,,,,, +262,Dredd,apiaryio/dredd,testing,,https://github.com/apiaryio/dredd,https://github.com/apiaryio/dredd,MIT,2013-09-04 12:21:35.000,2023-02-14 13:58:48.000,2022-04-03 09:14:43,3309.0,296,76.0,1398.0,254.0,574.0,3972,Language-agnostic HTTP API Testing Tool.,1120.0,908.0,111.0,29,True,['openapi'],2021-11-16 12:38:08.000,dredd-transactions@10.1.0,223.0,,,45411.0,,dredd_hooks,https://pypi.org/project/dredd_hooks,2018-04-09 12:47:29.000,38.0,5008.0,,,,2.0,,,dredd,https://www.npmjs.com/package/dredd,2021-11-16 12:36:05.644,174.0,40403.0,,,,,,,,,,,, +263,PyWebIO,pywebio/PyWebIO,web-ui,,https://github.com/pywebio/PyWebIO,https://github.com/pywebio/PyWebIO,MIT,2020-02-29 10:28:10.000,2023-02-06 13:32:44.000,2023-02-06 13:30:40,926.0,326,51.0,58.0,56.0,146.0,3682,Write interactive web app in script way.,1030.0,1023.0,17.0,29,True,,2022-12-11 10:34:31.514,1.7.1,30.0,23.0,,13811.0,,pywebio,https://pypi.org/project/pywebio,2022-12-11 10:34:31.514,7.0,13811.0,,,,2.0,,,,,,,,,,,,,,,,,,, +264,factory_boy,FactoryBoy/factory_boy,testing,,https://github.com/FactoryBoy/factory_boy,https://github.com/FactoryBoy/factory_boy,MIT,2011-05-11 08:26:59.000,2023-02-07 22:17:55.000,2023-02-07 07:38:40,959.0,349,40.0,462.0,160.0,377.0,3046,A test fixtures replacement for Python.,735.0,,126.0,29,True,['django'],2021-10-26 14:02:33.000,3.2.1,42.0,2.0,,2681838.0,conda-forge/factory_boy,factory_boy,https://pypi.org/project/factory_boy,2021-10-26 14:02:33.000,735.0,2680312.0,https://anaconda.org/conda-forge/factory_boy,2021-10-26 21:47:41.376,117563.0,2.0,,,,,,,,,,,,,,,,,,, +265,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,2022-06-16 16:07:43.000,2018-02-12 06:35:04,352.0,1044,217.0,114.0,75.0,81.0,2968,"A fully tested, abstract interface to creating OAuth clients and servers.",10520.0,10424.0,42.0,29,False,,2019-06-28 17:57:45.000,1.1.1,13.0,,,47886.0,conda-forge/python-oauth2,python-oauth2,https://pypi.org/project/python-oauth2,2019-06-28 17:57:45.000,96.0,46577.0,https://anaconda.org/conda-forge/python-oauth2,2019-06-28 21:19:03.608,87710.0,3.0,,,,,,,,,,,,,,,,,,, +266,cloudscraper,venomous/cloudscraper,web-scraping,,https://github.com/VeNoMouS/cloudscraper,https://github.com/VeNoMouS/cloudscraper,MIT,2019-04-16 02:18:50.000,2023-01-10 04:21:19.799,2023-01-10 02:02:39,281.0,381,127.0,54.0,4.0,,2811,A Python module to bypass Cloudflares anti-bot page.,13275.0,13187.0,12.0,29,True,,2023-01-10 04:21:19.799,1.2.68,92.0,7.0,,338561.0,,cloudscraper,https://pypi.org/project/cloudscraper,2023-01-10 04:21:19.799,88.0,338561.0,,,,2.0,,,,,,,,,,,,,,,,,,, +267,yagmail,kootenpv/yagmail,email,,https://github.com/kootenpv/yagmail,https://github.com/kootenpv/yagmail,MIT,2015-04-17 21:39:24.000,2022-09-28 20:43:53.000,2022-09-28 20:43:53,295.0,271,51.0,44.0,99.0,124.0,2444,Send email in Python conveniently for gmail using yagmail.,3391.0,2942.0,32.0,29,True,,2022-09-19 15:58:02.665,0.15.293,107.0,,,144059.0,conda-forge/yagmail,yagmail,https://pypi.org/project/yagmail,2022-09-19 15:58:02.665,449.0,143483.0,https://anaconda.org/conda-forge/yagmail,2022-09-11 22:50:49.361,23048.0,2.0,,,,,,,,,,,,,,,,,,, +268,django-fsm,viewflow/django-fsm,django-utils,,https://github.com/viewflow/django-fsm,https://github.com/viewflow/django-fsm,MIT,2010-05-31 14:03:48.000,2023-01-19 10:56:01.000,2023-01-19 10:56:01,341.0,284,43.0,140.0,24.0,136.0,2141,Django friendly finite state machine support.,1679.0,1348.0,67.0,29,True,['django'],2022-08-15 10:47:37.550,2.8.1,23.0,5.0,,272098.0,conda-forge/django-fsm,django-fsm,https://pypi.org/project/django-fsm,2022-08-15 10:47:37.550,331.0,271758.0,https://anaconda.org/conda-forge/django-fsm,2022-11-14 13:22:13.826,22457.0,3.0,,,,,,,,,,,,,,,,,,, +269,Js2Py,PiotrDabkowski/Js2Py,others,,https://github.com/PiotrDabkowski/Js2Py,https://github.com/PiotrDabkowski/Js2Py,MIT,2014-10-02 21:08:48.000,2023-01-27 13:06:57.000,2022-11-06 10:12:00,297.0,242,63.0,68.0,129.0,115.0,2106,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,11973.0,11818.0,28.0,29,True,,,,48.0,,,197507.0,conda-forge/js2py,js2py,https://pypi.org/project/js2py,2022-11-06 10:45:09.851,155.0,196787.0,https://anaconda.org/conda-forge/js2py,2022-11-08 16:23:56.775,23787.0,3.0,,,,,,,,,,,,,,,,,,, +270,django-constance,jazzband/django-constance,django-utils,,https://github.com/jazzband/django-constance,https://github.com/jazzband/django-constance,BSD-3-Clause,2010-09-20 12:42:29.000,2023-01-11 17:46:55.000,2023-01-11 17:46:55,624.0,303,35.0,249.0,37.0,230.0,1531,Dynamic Django settings.,1886.0,1606.0,138.0,29,True,['django'],2022-08-11 11:59:02.381,2.9.1,29.0,1.0,,212324.0,,django-constance,https://pypi.org/project/django-constance,2022-08-11 11:59:02.381,280.0,212324.0,,,,3.0,,,,,,,,,,,,,,,,,,, +271,html2text,Alir3z4/html2text,markdown,,https://github.com/Alir3z4/html2text,https://github.com/Alir3z4/html2text,GPL-3.0,2014-02-19 22:41:11.000,2023-01-07 21:13:26.000,2022-02-22 21:28:40,768.0,230,24.0,196.0,94.0,121.0,1359,Convert HTML to Markdown-formatted text.,2315.0,,76.0,29,True,,2021-12-15 16:21:32.999,2015.6.5,36.0,,,1286403.0,,html2text,https://pypi.org/project/html2text,2020-01-16 14:21:52.000,2315.0,1286403.0,,,,3.0,,,,,,,,,,,,,,,,,,, +272,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-02-16 01:51:50.000,2023-02-16 01:51:50,146.0,197,40.0,52.0,42.0,32.0,1318,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",6095.0,5619.0,32.0,29,True,,2020-08-23 06:05:26.000,2.2.0,12.0,2.0,,3154817.0,conda-forge/user-agents,user-agents,https://pypi.org/project/user-agents,2020-08-23 06:01:54.000,476.0,3154304.0,https://anaconda.org/conda-forge/user-agents,2020-08-24 16:33:13.933,40091.0,3.0,,,,,,,,,,,,,,,,,,, +273,Flask-HTTPAuth,miguelgrinberg/Flask-HTTPAuth,auth,,https://github.com/miguelgrinberg/Flask-HTTPAuth,https://github.com/miguelgrinberg/Flask-HTTPAuth,MIT,2013-05-18 05:10:52.000,2023-02-11 12:25:13.000,2023-02-11 12:24:14,174.0,209,19.0,52.0,7.0,98.0,1145,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",2224.0,,33.0,29,True,['flask'],2022-05-29 14:32:41.000,4.7.0,33.0,3.0,,658455.0,conda-forge/flask-httpauth,flask-httpauth,https://pypi.org/project/flask-httpauth,2022-05-29 14:32:41.000,2224.0,656945.0,https://anaconda.org/conda-forge/flask-httpauth,2022-05-29 22:38:50.710,117809.0,3.0,,,,,,,,,,,,,,,,,,, +274,httptools,MagicStack/httptools,http-clients,,https://github.com/MagicStack/httptools,https://github.com/MagicStack/httptools,MIT,2016-04-25 16:13:48.000,2022-10-26 21:52:27.257,2022-09-13 04:55:45,88.0,71,40.0,41.0,10.0,39.0,1090,Fast HTTP parser.,36740.0,36188.0,14.0,29,True,,2022-09-19 20:12:09.500,0.5.0,20.0,,,5395141.0,conda-forge/httptools,httptools,https://pypi.org/project/httptools,2022-09-19 20:12:09.500,552.0,5387877.0,https://anaconda.org/conda-forge/httptools,2022-10-26 21:52:27.257,464920.0,3.0,,,,,,,,,,,,,,,,,,, +275,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,2021-04-29 13:03:32.000,2021-01-12 18:36:50,1415.0,189,43.0,195.0,101.0,167.0,1047,HTTP/2 for Python.,1217.0,1093.0,43.0,29,False,,2020-08-02 14:24:39.000,0.5.0,18.0,,174.0,289138.0,conda-forge/hyper,hyper,https://pypi.org/project/hyper,2016-09-27 12:58:42.000,124.0,288810.0,https://anaconda.org/conda-forge/hyper,2018-12-02 11:42:05.815,20006.0,3.0,,,,,,,,,,,,,,,,,,, +276,django-waffle,django-waffle/django-waffle,django-utils,,https://github.com/django-waffle/django-waffle,https://github.com/django-waffle/django-waffle,BSD-3-Clause,2011-01-23 17:42:09.000,2022-12-02 00:48:17.000,2022-10-02 01:30:04,425.0,251,23.0,285.0,37.0,160.0,954,A feature flipper for Django.,1442.0,1101.0,115.0,29,True,['django'],2022-08-30 17:30:23.357,3.0.0,46.0,,,353341.0,conda-forge/django-waffle,django-waffle,https://pypi.org/project/django-waffle,2022-08-30 17:30:23.357,341.0,352959.0,https://anaconda.org/conda-forge/django-waffle,2022-08-22 15:31:48.597,11097.0,3.0,,,,,,,,,,,,,,,,,,, +277,django-rest-knox,James1345/django-rest-knox,auth,,https://github.com/James1345/django-rest-knox,https://github.com/James1345/django-rest-knox,MIT,2015-09-09 14:52:23.000,2023-01-16 11:25:07.000,2022-08-24 13:21:38,373.0,157,21.0,162.0,66.0,88.0,905,Authentication Module for django rest auth.,8972.0,8795.0,44.0,29,True,['django'],2022-01-31 17:42:28.000,4.2.0,25.0,,,100142.0,,django-rest-knox,https://pypi.org/project/django-rest-knox,2022-01-31 17:42:28.000,177.0,100142.0,,,,3.0,,,,,,,,,,,,,,,,,,, +278,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,2022-12-26 20:29:09.000,2021-10-22 14:38:03,379.0,240,22.0,116.0,96.0,133.0,879,Django test runner using nose.,13329.0,8927.0,63.0,29,False,['django'],2020-08-20 02:49:13.000,1.4.7,18.0,,,262220.0,,django-nose,https://pypi.org/project/django-nose,2020-08-20 02:49:13.000,4402.0,262220.0,,,,2.0,,,,,,,,,,,,,,,,,,, +279,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,2022-10-21 21:01:53.000,2022-08-16 14:02:03,969.0,243,27.0,252.0,56.0,235.0,821,MongoEngine flask extension with WTF model forms support.,9924.0,8512.0,90.0,29,True,['flask'],2020-11-21 06:02:04.000,1.0.0,21.0,,,80784.0,,flask-mongoengine,https://pypi.org/project/flask-mongoengine,2020-11-21 06:02:04.000,1412.0,80784.0,,,,2.0,,,,,,,,,,,,,,,,,,, +280,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,2022-11-25 21:49:27.000,2022-11-25 21:49:27,352.0,123,12.0,181.0,42.0,102.0,811,Cross Origin Resource Sharing ( CORS ) support for Flask.,205246.0,197290.0,41.0,29,True,['flask'],2021-01-06 00:25:41.000,3.0.10,42.0,1.0,,5445242.0,conda-forge/flask-cors,flask-cors,https://pypi.org/project/flask-cors,2021-01-06 00:25:41.000,7956.0,5435688.0,https://anaconda.org/conda-forge/flask-cors,2021-05-30 14:07:35.715,735693.0,2.0,,,,,,,,,,,,,,,,,,, +281,flask-marshmallow,marshmallow-code/flask-marshmallow,flask-utils,,https://github.com/marshmallow-code/flask-marshmallow,https://github.com/marshmallow-code/flask-marshmallow,MIT,2014-04-25 23:35:09.000,2023-02-15 23:45:17.000,2023-02-15 23:45:17,331.0,54,15.0,148.0,27.0,80.0,777,Flask + marshmallow for beautiful APIs.,22659.0,21859.0,19.0,29,True,['flask'],2020-09-28 03:38:46.000,0.14.0,18.0,13.0,,517358.0,conda-forge/flask-marshmallow,flask-marshmallow,https://pypi.org/project/flask-marshmallow,2020-09-28 03:38:46.000,800.0,516345.0,https://anaconda.org/conda-forge/flask-marshmallow,2020-09-28 06:55:48.753,77002.0,2.0,,,,,,,,,,,,,,,,,,, +282,extruct,scrapinghub/extruct,web-scraping,,https://github.com/scrapinghub/extruct,https://github.com/scrapinghub/extruct,BSD-3-Clause,2015-10-26 11:51:21.000,2023-02-01 19:58:58.000,2023-02-01 19:58:51,505.0,105,117.0,122.0,44.0,53.0,731,Extract embedded metadata from HTML markup.,950.0,917.0,34.0,29,True,,2022-10-25 08:27:00.388,0.14.0,22.0,17.0,,63814.0,,extruct,https://pypi.org/project/extruct,2022-10-25 08:27:00.388,33.0,63814.0,,,,2.0,,,,,,,,,,,,,,,,,,, +283,flask-session,fengsp/flask-session,flask-utils,,https://github.com/fengsp/flask-session,https://github.com/fengsp/flask-session,BSD-3-Clause,2014-04-25 11:48:29.000,2023-01-11 05:29:44.000,2021-06-24 09:49:29,66.0,186,17.0,57.0,75.0,43.0,412,Server side session extension for Flask.,27518.0,26444.0,8.0,29,False,['flask'],2021-06-24 10:04:08.000,0.4.0,10.0,,,5180050.0,,flask-session,https://pypi.org/project/flask-session,2021-06-24 10:04:08.000,1074.0,5180050.0,,,,2.0,,,,,,,,,,,,,,,,,,, +284,tyk,TykTechnologies/tyk,api-proxies,,https://github.com/TykTechnologies/tyk,https://github.com/TykTechnologies/tyk,MPL-2.0,2014-05-07 14:38:24.000,2023-02-16 12:28:02.000,2023-02-16 06:17:06,4174.0,973,277.0,2881.0,428.0,1570.0,8141,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",,,109.0,28,True,,2023-01-20 13:52:23.000,4.3.2,100.0,137.0,2571.0,57.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +285,grip,joeyespo/grip,markdown,,https://github.com/joeyespo/grip,https://github.com/joeyespo/grip,MIT,2012-11-17 07:27:16.000,2022-11-30 00:42:13.000,2022-03-30 18:00:12,575.0,415,74.0,102.0,98.0,185.0,5911,Preview GitHub README.md files locally before committing them.,1379.0,1235.0,39.0,28,True,,2022-03-30 18:06:59.000,4.6.1,26.0,,,20862.0,,grip,https://pypi.org/project/grip,2022-03-30 18:06:59.000,144.0,20862.0,,,,3.0,,,,,,,,,,,,,,,,,,, +286,maltrail,stamparm/maltrail,others,,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014-12-04 21:33:46.000,2023-02-15 20:42:55.000,2023-02-15 20:42:55,86507.0,926,217.0,18783.0,68.0,291.0,4968,Malicious traffic detection system.,,,40.0,28,True,,2023-01-31 23:11:06.000,0.54,43.0,3426.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +287,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,MIT,2017-07-17 13:19:16.000,2023-02-14 07:59:01.000,2023-02-14 07:59:07,1044.0,257,58.0,203.0,69.0,461.0,4535,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",52.0,52.0,42.0,28,True,['openapi'],2023-01-12 14:37:56.000,1.22.0,32.0,32.0,121395.0,2248.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,,, +288,MechanicalSoup,MechanicalSoup/MechanicalSoup,web-scraping,,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014-05-26 09:06:11.000,2023-02-14 07:54:38.000,2022-12-13 06:03:06,630.0,389,110.0,248.0,32.0,139.0,4317,A Python library for automating interaction with websites.,268.0,,53.0,28,True,,2022-09-20 04:09:52.844,1.2.0,27.0,6.0,43.0,58354.0,conda-forge/mechanicalsoup,MechanicalSoup,https://pypi.org/project/MechanicalSoup,2022-09-20 04:09:52.844,268.0,56552.0,https://anaconda.org/conda-forge/mechanicalsoup,2022-09-19 17:13:57.201,133408.0,3.0,,,,,,,,,,,,,,,,,,, +289,python-goose,grangier/python-goose,web-scraping,,https://github.com/grangier/python-goose,https://github.com/grangier/python-goose,Apache-2.0,2012-01-08 20:52:44.000,2022-09-19 22:00:56.378,2015-03-29 14:04:10,482.0,761,202.0,116.0,105.0,92.0,3832,"Html Content / Article Extractor, web scrapping lib in Python.",239.0,216.0,35.0,28,False,,2022-09-19 22:00:56.378,3.1.12,23.0,,,43453.0,,goose3,https://pypi.org/project/goose3,2022-09-19 22:00:56.378,23.0,43453.0,,,,3.0,,,,,,,,,,,,,,,,,,, +290,lektor,lektor/lektor,cms,,https://github.com/lektor/lektor,https://github.com/lektor/lektor,BSD-3-Clause,2015-12-19 09:18:36.000,2023-02-04 06:44:39.000,2022-12-18 09:26:36,1631.0,307,77.0,479.0,244.0,395.0,3649,The lektor static file content management system.,84.0,,93.0,28,True,,2022-09-21 19:19:50.000,3.3.7,37.0,3.0,7034.0,4138.0,conda-forge/lektor,lektor,https://pypi.org/project/lektor,2022-11-05 21:13:13.782,84.0,3273.0,https://anaconda.org/conda-forge/lektor,2022-09-22 16:35:06.360,59627.0,3.0,,,,,,,,,,,,,,,,,,, +291,pyppeteer,miyakogi/pyppeteer,testing,,https://github.com/miyakogi/pyppeteer,https://github.com/miyakogi/pyppeteer,MIT,2017-08-28 16:39:17.000,2022-01-26 21:49:22.128,2020-05-08 09:48:22,788.0,367,103.0,73.0,154.0,100.0,3513,Headless chrome/chromium automation library (unofficial port of puppeteer).,355.0,,24.0,28,False,,2022-01-11 05:39:28.000,1.0.2,31.0,,,1305430.0,conda-forge/pyppeteer,pyppeteer,https://pypi.org/project/pyppeteer,2022-01-11 05:39:28.000,355.0,1301408.0,https://anaconda.org/conda-forge/pyppeteer,2022-01-26 21:49:22.128,197103.0,2.0,,,,,,,,,,,,,,,,,,, +292,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-02-08 02:26:40.000,2021-12-17 16:00:19,208.0,555,98.0,100.0,46.0,63.0,3443,Scrape the Twitter Frontend API without authentication.,3916.0,3904.0,31.0,28,False,,2020-07-17 18:56:19.000,0.4.4,11.0,,,1620.0,,twitter-scraper,https://pypi.org/project/twitter-scraper,2020-07-17 18:56:19.000,12.0,1620.0,,,,3.0,,,,,,,,,,,,,,,,,,, +293,aiortc,aiortc/aiortc,others,,https://github.com/aiortc/aiortc,https://github.com/aiortc/aiortc,BSD-3-Clause,2018-02-23 22:05:16.000,2023-01-30 20:21:34.000,2023-01-30 20:21:21,1209.0,644,82.0,181.0,26.0,555.0,3254,WebRTC and ORTC implementation for Python using asyncio.,27.0,,27.0,28,True,,2023-01-23 22:50:49.458,1.4.0,48.0,8.0,,27115.0,,aiortc,https://pypi.org/project/aiortc,2023-01-23 22:50:49.458,27.0,27115.0,,,,3.0,,,,,,,,,,,,,,,,,,, +294,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,2022-04-08 09:00:09.000,2021-02-28 18:04:57,5402.0,945,171.0,500.0,86.0,292.0,2951,A Django based shop system.,292.0,207.0,96.0,28,False,['django'],2021-02-02 21:13:24.000,1.2.4,47.0,,,5483.0,,django-shop,https://pypi.org/project/django-shop,2021-02-02 21:13:24.000,85.0,5483.0,,,,3.0,,,,,,,,,,,,,,,,,,, +295,sslyze,nabla-c0d3/sslyze,others,,https://github.com/nabla-c0d3/sslyze,https://github.com/nabla-c0d3/sslyze,AGPL-3.0,2014-08-18 04:33:30.000,2023-01-18 20:11:02.773,2023-01-18 18:59:24,1827.0,421,139.0,116.0,23.0,456.0,2865,Fast and powerful SSL/TLS scanning library.,24.0,,65.0,28,True,,2023-01-18 20:11:02.773,5.1.1,66.0,20.0,100599.0,56659.0,,sslyze,https://pypi.org/project/sslyze,2023-01-18 20:11:02.773,24.0,55663.0,,,,3.0,,,,,,,,,,,,,,,,,,, +296,pyload,pyload/pyload,others,,https://github.com/pyload/pyload,https://github.com/pyload/pyload,AGPL-3.0,2013-02-10 13:12:02.000,2023-02-13 22:43:54.000,2023-02-07 19:04:22,7601.0,669,136.0,1209.0,150.0,2870.0,2804,The free and open-source Download Manager written in pure Python.,8.0,7.0,216.0,28,True,,2020-02-20 21:04:56.000,0.4.20,67.0,46.0,90350.0,5967.0,,pyload-ng,https://pypi.org/project/pyload-ng,2023-01-26 01:01:00.663,1.0,5161.0,,,,3.0,,,,,,,,,,,,,,,,,,, +297,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,2022-11-29 19:58:01.176,2022-11-29 19:37:09,766.0,677,117.0,167.0,298.0,353.0,2208,Modern theme for Django admin interface.,4057.0,3016.0,60.0,28,False,['django'],2019-10-02 08:36:30.000,0.2.28,47.0,2.0,,65675.0,,django-suit,https://pypi.org/project/django-suit,2022-11-29 19:58:01.176,1041.0,65675.0,,,,3.0,,,,,,,,,,,,,,,,,,, +298,django-push-notifications,jazzband/django-push-notifications,django-utils,,https://github.com/jazzband/django-push-notifications,https://github.com/jazzband/django-push-notifications,MIT,2013-03-15 00:57:33.000,2023-02-07 06:07:02.000,2022-08-12 16:29:29,396.0,567,64.0,279.0,148.0,270.0,2049,Send push notifications to mobile devices through GCM or APNS in Django.,90.0,,93.0,28,True,['django'],2022-02-17 03:24:01.000,3.0.0,16.0,,89.0,78751.0,,django-push-notifications,https://pypi.org/project/django-push-notifications,2022-02-17 03:20:43.000,90.0,78751.0,,,,3.0,,,,,,,,,,,,,,,,,,, +299,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,2022-12-14 17:02:39.000,2022-12-14 17:02:38,112.0,141,43.0,44.0,18.0,82.0,2007,Asynchronous Python HTTP Requests for Humans using Futures.,5972.0,5026.0,27.0,28,True,,2019-06-11 03:22:24.000,1.0.0,10.0,2.0,,1408506.0,conda-forge/requests-futures,requests-futures,https://pypi.org/project/requests-futures,2019-06-11 03:22:24.000,946.0,1406233.0,https://anaconda.org/conda-forge/requests-futures,2020-10-14 02:03:20.044,177361.0,3.0,,,,,,,,,,,,,,,,,,, +300,masonite,MasoniteFramework/masonite,web-frameworks,,https://github.com/MasoniteFramework/masonite,https://github.com/MasoniteFramework/masonite,MIT,2017-12-06 00:30:22.000,2023-02-16 04:32:36.000,2022-11-05 01:29:29,4030.0,125,62.0,340.0,33.0,355.0,1963,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,525.0,459.0,83.0,28,True,,2022-10-13 11:15:57.664,4.17.4,309.0,,,2339.0,,masonite,https://pypi.org/project/masonite,2022-10-13 11:15:57.664,66.0,2339.0,,,,3.0,,,,,,,,,,,,,,,,,,, +301,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,150,47.0,25.0,27.0,33.0,1738,[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock.,27157.0,26709.0,13.0,28,False,['flask'],2016-06-05 02:14:01.000,0.2.1,3.0,,,82196.0,,flask-sockets,https://pypi.org/project/flask-sockets,2016-06-05 02:14:01.000,448.0,82196.0,,,,3.0,,,,,,,,,,,,,,,,,,, +302,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,172,79.0,98.0,33.0,89.0,1603,"A Python library for OAuth 1.0/a, 2.0, and Ofly.",986.0,,42.0,28,False,,2017-01-22 16:51:43.000,0.7.3,36.0,,,359901.0,,rauth,https://pypi.org/project/rauth,2017-01-22 16:51:43.000,986.0,359901.0,,,,3.0,,,,,,,,,,,,,,,,,,, +303,django-polymorphic,django-polymorphic/django-polymorphic,django-utils,,https://github.com/django-polymorphic/django-polymorphic,https://github.com/django-polymorphic/django-polymorphic,BSD-3-Clause,2011-02-12 23:30:34.000,2023-02-15 20:56:09.000,2021-11-18 13:07:40,854.0,238,30.0,216.0,146.0,175.0,1423,Improved Django model inheritance with automatic downcasting.,154.0,,105.0,28,False,['django'],2021-11-18 11:55:38.000,3.1.0,40.0,,,346067.0,conda-forge/django_polymorphic,django-polymorphic,https://pypi.org/project/django-polymorphic,2021-11-18 11:55:38.000,154.0,345360.0,https://anaconda.org/conda-forge/django_polymorphic,2021-11-18 16:21:32.309,57981.0,3.0,,,,,,,,,,,,,,,,,,, +304,flask-api,flask-api/flask-api,flask-utils,,https://github.com/flask-api/flask-api,https://github.com/flask-api/flask-api,BSD-3-Clause,2014-02-15 12:27:34.000,2023-02-16 07:02:49.000,2022-12-01 15:23:51,272.0,176,48.0,83.0,13.0,52.0,1353,Browsable web APIs for Flask.,6325.0,5640.0,33.0,28,True,['flask'],2021-06-15 21:00:49.000,3.0,32.0,2.0,,159435.0,,flask-api,https://pypi.org/project/flask-api,2021-06-15 20:58:27.000,685.0,159435.0,,,,2.0,,,,,,,,,,,,,,,,,,, +305,django-extra-views,AndrewIngram/django-extra-views,django-utils,,https://github.com/AndrewIngram/django-extra-views,https://github.com/AndrewIngram/django-extra-views,MIT,2011-05-16 21:47:47.000,2023-01-11 08:00:55.000,2023-01-11 08:00:55,460.0,168,58.0,118.0,14.0,128.0,1286,"Djangos class-based generic views are awesome, lets have more of them.",2444.0,1927.0,60.0,28,True,['django'],2021-06-09 09:02:36.000,0.14.0,26.0,2.0,,73058.0,,django-extra-views,https://pypi.org/project/django-extra-views,2021-06-09 09:02:36.000,517.0,73058.0,,,,3.0,,,,,,,,,,,,,,,,,,, +306,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,2022-11-22 05:46:24.000,2022-09-03 07:51:41,1534.0,300,79.0,172.0,22.0,181.0,1243,Let AngularJS play well with Django.,859.0,616.0,66.0,28,True,['django'],2019-11-26 15:51:32.000,2.2.4,55.0,,,5803.0,,django-angular,https://pypi.org/project/django-angular,2020-05-05 21:38:28.000,243.0,5803.0,,,,3.0,,,,,,,,,,,,,,,,,,, +307,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,21.0,196.0,1090,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",668.0,557.0,43.0,28,True,['django'],2023-01-14 14:30:02.448,1.6.3,34.0,13.0,,27248.0,,django-watson,https://pypi.org/project/django-watson,2023-01-14 14:30:02.448,111.0,27248.0,,,,3.0,,,,,,,,,,,,,,,,,,, +308,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,2022-05-29 11:10:52.000,2022-03-09 18:46:07,381.0,203,37.0,97.0,66.0,67.0,1021,A Redis cache backend for django.,4975.0,3817.0,46.0,28,True,['django'],2020-10-15 00:17:01.000,3.0.0,52.0,,,165049.0,conda-forge/django-redis-cache,django-redis-cache,https://pypi.org/project/django-redis-cache,2020-10-15 00:17:01.000,1158.0,164452.0,https://anaconda.org/conda-forge/django-redis-cache,2022-03-09 23:27:44.398,49597.0,3.0,,,,,,,,,,,,,,,,,,, +309,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,2022-12-29 21:09:33.000,2022-11-16 11:52:48,385.0,145,30.0,116.0,52.0,103.0,982,livereload server in python (MAINTAINERS NEEDED).,1629.0,,58.0,28,True,,2020-08-22 15:34:54.000,2.6.3,31.0,,,690332.0,conda-forge/livereload,livereload,https://pypi.org/project/livereload,2020-08-22 15:31:53.000,1629.0,686444.0,https://anaconda.org/conda-forge/livereload,2020-08-22 16:48:00.872,318830.0,3.0,,,,,,,,,,,,,,,,,,, +310,dpkt,kbandla/dpkt,others,,https://github.com/kbandla/dpkt,https://github.com/kbandla/dpkt,BSD-3-Clause,2012-06-06 18:39:31.000,2023-01-27 16:44:52.000,2023-01-27 16:44:52,813.0,266,49.0,281.0,74.0,303.0,981,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",1610.0,1287.0,67.0,28,True,,2022-08-18 05:57:11.000,1.9.8,22.0,2.0,,299097.0,conda-forge/dpkt,dpkt,https://pypi.org/project/dpkt,2022-08-18 05:55:29.977,323.0,296840.0,https://anaconda.org/conda-forge/dpkt,2022-08-19 03:56:31.430,110615.0,3.0,,,,,,,,,,,,,,,,,,, +311,django-rosetta,mbi/django-rosetta,django-utils,,https://github.com/mbi/django-rosetta,https://github.com/mbi/django-rosetta,MIT,2011-06-16 09:19:42.000,2023-01-17 14:55:06.000,2023-01-17 14:55:02,531.0,185,28.0,128.0,42.0,106.0,917,Rosetta is a Django application that eases the translation process of your Django projects.,2901.0,2295.0,78.0,28,True,['django'],2021-12-08 08:49:34.000,0.9.8,33.0,3.0,,61894.0,conda-forge/django-rosetta,django-rosetta,https://pypi.org/project/django-rosetta,2021-12-08 08:49:34.000,606.0,61695.0,https://anaconda.org/conda-forge/django-rosetta,2021-12-08 11:30:25.751,6181.0,3.0,,,,,,,,,,,,,,,,,,, +312,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,2022-12-26 21:54:24.000,2022-11-22 14:37:48,911.0,382,42.0,142.0,17.0,266.0,914,Media-Management with Grappelli.,1121.0,849.0,35.0,28,True,['django'],2022-11-22 14:40:09.390,4.0.2,39.0,2.0,,13435.0,,django-filebrowser,https://pypi.org/project/django-filebrowser,2022-11-22 14:40:09.390,272.0,13435.0,,,,3.0,,,,,,,,,,,,,,,,,,, +313,flask-debugtoolbar,flask-debugtoolbar/flask-debugtoolbar,testing,,https://github.com/pallets-eco/flask-debugtoolbar,https://github.com/pallets-eco/flask-debugtoolbar,BSD-3-Clause,2011-12-16 20:03:04.000,2023-01-17 20:05:30.000,2023-01-17 16:16:30,294.0,133,18.0,89.0,40.0,69.0,864,A toolbar overlay for debugging Flask applications.,24014.0,21040.0,46.0,28,True,['flask'],2022-03-29 22:45:35.000,0.13.1,26.0,4.0,,125825.0,conda-forge/flask-debugtoolbar,flask-debugtoolbar,https://pypi.org/project/flask-debugtoolbar,2022-03-29 22:36:44.000,2974.0,125063.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2022-03-30 02:13:06.339,58742.0,2.0,,,,,,,,,,,,,,,pallets-eco/flask-debugtoolbar,,,, +314,django-cleanup,un1t/django-cleanup,django-utils,,https://github.com/un1t/django-cleanup,https://github.com/un1t/django-cleanup,MIT,2012-08-14 09:27:02.000,2023-02-13 06:03:43.263,2023-02-11 16:37:52,178.0,73,10.0,48.0,,50.0,857,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,10086.0,9756.0,17.0,28,True,['django'],2023-02-11 16:47:01.037,7.0.0,37.0,11.0,,138691.0,conda-forge/django-cleanup,django-cleanup,https://pypi.org/project/django-cleanup,2022-01-24 23:16:25.000,330.0,138485.0,https://anaconda.org/conda-forge/django-cleanup,2023-02-13 06:03:43.263,8670.0,3.0,,,,,,,,,2.0,,,,,,,,,, +315,trafilatura,adbar/trafilatura,web-scraping,,https://github.com/adbar/trafilatura,https://github.com/adbar/trafilatura,GPL-3.0,2019-04-08 11:38:48.000,2023-02-16 13:48:45.000,2023-02-16 13:48:29,1355.0,93,18.0,100.0,35.0,160.0,767,"Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments.",297.0,290.0,27.0,28,True,,2023-01-19 17:04:00.809,1.4.1,34.0,29.0,,186425.0,,trafilatura,https://pypi.org/project/trafilatura,2023-01-19 17:04:00.809,7.0,186425.0,,,,3.0,,,,,,,,,,,,,,,,,,, +316,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,2022-12-21 16:21:10.000,2021-01-09 20:39:39,172.0,93,18.0,54.0,38.0,65.0,720,Parameterized testing with any Python test framework.,10271.0,9642.0,24.0,28,False,,2021-01-09 20:35:16.000,0.8.1,11.0,,,3761735.0,conda-forge/parameterized,parameterized,https://pypi.org/project/parameterized,2021-01-09 20:35:16.000,629.0,3756838.0,https://anaconda.org/conda-forge/parameterized,2022-07-24 13:26:17.999,303644.0,2.0,,,,,,,,,,,,,,,,,,, +317,Model Bakery,model-bakers/model_bakery,testing,,https://github.com/model-bakers/model_bakery,https://github.com/model-bakers/model_bakery,Apache-2.0,2019-10-08 12:49:08.000,2023-02-03 16:35:14.000,2023-02-03 16:35:13,284.0,72,12.0,268.0,25.0,93.0,647,Object factory for Django.,2601.0,2594.0,42.0,28,True,['django'],2023-01-26 15:46:29.012,1.10.1,20.0,26.0,,337815.0,conda-forge/model_bakery,model_bakery,https://pypi.org/project/model_bakery,2023-01-26 15:46:29.012,7.0,337431.0,https://anaconda.org/conda-forge/model_bakery,2022-10-24 11:48:14.143,13458.0,2.0,,,,,,,,,,,,,,,,,,, +318,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-01-03 13:06:05.000,2020-12-24 16:50:31,190.0,106,10.0,70.0,52.0,44.0,491,Unittest extensions for Flask.,18846.0,16403.0,33.0,28,False,['flask'],2020-12-24 16:51:48.000,0.8.1,18.0,,,335966.0,conda-forge/flask-testing,flask-testing,https://pypi.org/project/flask-testing,2020-12-24 16:51:48.000,2443.0,335166.0,https://anaconda.org/conda-forge/flask-testing,2020-12-24 18:39:23.520,61624.0,2.0,,,,,,,,,,,,,,,,,,, +319,aiodns,saghul/aiodns,others,,https://github.com/saghul/aiodns,https://github.com/saghul/aiodns,MIT,2014-03-26 23:19:57.000,2022-12-05 13:36:10.000,2021-05-15 11:42:43,118.0,59,8.0,41.0,5.0,57.0,477,Simple DNS resolver for asyncio.,37011.0,36005.0,24.0,28,False,,2021-05-14 08:52:08.000,3.0.0,15.0,,,1886533.0,conda-forge/aiodns,aiodns,https://pypi.org/project/aiodns,2021-05-14 08:52:08.000,1006.0,1881509.0,https://anaconda.org/conda-forge/aiodns,2021-11-25 10:05:32.438,200995.0,3.0,,,,,,,,,,,,,,,,,,, +320,Hypercorn,pgjones/hypercorn,servers,,https://github.com/pgjones/hypercorn,https://github.com/pgjones/hypercorn,MIT,2018-06-02 17:47:42.000,2023-01-14 11:41:28.000,2023-01-14 11:41:28,631.0,44,11.0,13.0,27.0,60.0,466,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,3707.0,3679.0,45.0,28,True,,2022-09-04 16:50:40.378,0.14.3,49.0,5.0,,454762.0,,hypercorn,https://pypi.org/project/hypercorn,2022-09-04 16:50:40.378,28.0,454762.0,,,,3.0,,,,,,,,,,,,,,,,,,, +321,cornice,Cornices/cornice,web-frameworks,,https://github.com/Cornices/cornice,https://github.com/Cornices/cornice,MPL-2.0,2011-10-12 13:17:51.000,2022-07-18 09:42:27.000,2022-07-18 09:42:27,1160.0,155,24.0,336.0,46.0,190.0,376,Build Web Services with Pyramid.,1163.0,803.0,122.0,28,True,['pyramid'],2022-01-07 13:41:40.000,6.0.1,57.0,,,35831.0,anaconda/cornice,cornice,https://pypi.org/project/cornice,2022-01-07 13:40:04.000,360.0,35751.0,https://anaconda.org/anaconda/cornice,2021-10-05 11:52:51.258,6883.0,3.0,,,,,,,,,,,,,,,,,,, +322,tifffile,cgohlke/tifffile,others,,https://github.com/cgohlke/tifffile,https://github.com/cgohlke/tifffile,BSD-3-Clause,2015-11-06 06:55:53.451,2023-02-06 17:53:26.807,2023-02-05 08:36:21,441.0,135,6.0,17.0,,161.0,364,Read and write TIFF files. Forked from https://pypi.org/project/tifffile.,657.0,,1.0,28,True,,2023-02-05 08:41:44.000,2023.2.3,109.0,28.0,65.0,3674463.0,conda-forge/tifffile,tifffile,https://pypi.org/project/tifffile,2023-01-23 06:55:01.214,657.0,3642842.0,https://anaconda.org/conda-forge/tifffile,2023-02-06 17:53:26.807,2750263.0,3.0,,,,,,,,,,,,,,,,,,, +323,webtest,Pylons/webtest,testing,,https://github.com/Pylons/webtest,https://github.com/Pylons/webtest,MIT,2012-11-12 23:19:10.000,2023-01-03 08:32:59.000,2023-01-03 08:32:47,1046.0,101,19.0,120.0,27.0,100.0,328,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",14306.0,10321.0,88.0,28,True,,2021-08-19 12:40:04.000,3.0.0,55.0,3.0,,806955.0,conda-forge/webtest,webtest,https://pypi.org/project/webtest,2021-08-19 12:40:04.000,3985.0,806670.0,https://anaconda.org/conda-forge/webtest,2021-08-19 22:26:42.789,11130.0,2.0,,,,,,,,,,,,,,,,,,, +324,djangorestframework-stubs,typeddjango/djangorestframework-stubs,django-utils,,https://github.com/typeddjango/djangorestframework-stubs,https://github.com/typeddjango/djangorestframework-stubs,MIT,2018-11-12 01:07:16.000,2023-02-16 02:58:52.000,2023-02-09 11:50:09,258.0,82,9.0,241.0,46.0,68.0,321,PEP-484 stubs for django-rest-framework.,1949.0,1891.0,54.0,28,True,['django'],2022-11-18 09:34:01.106,1.8.0,15.0,25.0,,373755.0,conda-forge/djangorestframework-stubs,djangorestframework-stubs,https://pypi.org/project/djangorestframework-stubs,2022-11-18 09:34:01.106,58.0,373607.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2022-11-18 16:01:11.019,3110.0,3.0,,,,,,,,,,,,,,,,,,, +325,openapi-core,p1c2u/openapi-core,openapi-utils,,https://github.com/p1c2u/openapi-core,https://github.com/p1c2u/openapi-core,BSD-3-Clause,2017-09-20 10:25:35.000,2023-02-16 09:29:08.000,2023-02-15 04:11:03,796.0,108,10.0,326.0,59.0,128.0,191,OpenAPI core.,353.0,328.0,56.0,28,True,,2023-01-19 11:30:57.008,0.16.5,54.0,110.0,,166356.0,conda-forge/openapi-core,openapi-core,https://pypi.org/project/openapi-core,2023-01-26 04:59:00.808,25.0,166023.0,https://anaconda.org/conda-forge/openapi-core,2023-01-19 22:11:19.940,7328.0,3.0,,,,,,,,,,,,,,,,,,, +326,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,2022-06-30 19:44:05.000,2017-03-08 18:34:10,4395.0,372,180.0,142.0,69.0,263.0,3508,IMAP/SMTP sync system with modern APIs.,8.0,,76.0,27,False,,2023-02-01 19:28:02.679,5.13.1,59.0,,,109453.0,,nylas,https://pypi.org/project/nylas,2022-06-30 19:44:05.000,8.0,109453.0,,,,2.0,,,,,,,,,,,,,,,,,,, +327,django-jet,geex-arts/django-jet,admin-ui,,https://github.com/geex-arts/django-jet,https://github.com/geex-arts/django-jet,AGPL-3.0,2015-07-29 21:35:35.000,2022-12-06 19:59:16.000,2019-05-21 10:57:50,891.0,739,116.0,177.0,294.0,124.0,3392,Modern responsive template for the Django admin interface with improved functionality. We are proud to announce..,3171.0,2893.0,29.0,27,False,['django'],2018-10-18 06:39:57.000,1.0.8,25.0,,,15759.0,,django-jet,https://pypi.org/project/django-jet,2018-10-18 06:34:50.000,278.0,15759.0,,,,3.0,,,,,,,,,,,,,,,,,,, +328,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,1137,264.0,160.0,119.0,,2945,Python Client for Instagram API.,1131.0,764.0,52.0,27,False,,2015-07-22 15:56:56.000,1.3.2,14.0,,,5686.0,,python-instagram,https://pypi.org/project/python-instagram,2015-07-22 15:56:56.000,367.0,5686.0,,,,3.0,,,,,,,,,,,,,,,,,,, +329,bjoern,jonashaag/bjoern,servers,,https://github.com/jonashaag/bjoern,https://github.com/jonashaag/bjoern,BSD-2-Clause,2010-03-01 23:46:47.000,2022-11-02 07:51:41.262,2022-09-11 18:40:12,473.0,187,77.0,82.0,29.0,132.0,2885,A screamingly fast Python 2/3 WSGI server written in C.,717.0,567.0,44.0,27,True,,2022-09-19 16:03:06.582,3.2.2,30.0,,,24376.0,conda-forge/bjoern,bjoern,https://pypi.org/project/bjoern,2022-09-19 16:03:06.582,150.0,22512.0,https://anaconda.org/conda-forge/bjoern,2022-11-02 07:51:41.262,96952.0,3.0,,,,,,,,,,,,,,,,,,, +330,Radicale,Kozea/Radicale,others,,https://github.com/Kozea/Radicale,https://github.com/Kozea/Radicale,GPL-3.0,2011-08-11 08:27:37.000,2023-02-16 09:36:46.000,2022-07-14 20:22:53,2099.0,378,116.0,400.0,314.0,565.0,2669,A simple CalDAV (calendar) and CardDAV (contact) server.,171.0,127.0,94.0,27,True,,2022-07-14 20:39:01.389,3.1.8,58.0,,,8307.0,,radicale,https://pypi.org/project/radicale,2022-07-14 20:39:01.389,44.0,8307.0,,,,3.0,,,,,,,,,,,,,,,,,,, +331,scdl,flyingrub/scdl,third-party-apis,,https://github.com/flyingrub/scdl,https://github.com/flyingrub/scdl,GPL-2.0,2014-10-02 19:37:42.000,2023-01-13 02:16:25.000,2022-09-04 19:08:06,298.0,283,65.0,106.0,60.0,284.0,2644,Soundcloud Music Downloader.,226.0,220.0,48.0,27,True,,2022-09-04 19:10:21.281,2.7.3,49.0,,,1282.0,,scdl,https://pypi.org/project/scdl,2022-09-04 19:10:21.281,6.0,1282.0,,,,3.0,,,,,,,,,2.0,,,,,,,,,, +332,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,128.0,38.0,108.0,326.0,2427,Python framework for Telegram Bot API.,3931.0,3439.0,10.0,27,False,,,,78.0,,,47997.0,,telepot,https://pypi.org/project/telepot,2018-05-26 16:26:54.000,492.0,47997.0,,,,3.0,,,,,,,,,,,,,,,,,,, +333,furl,gruns/furl,url-utils,,https://github.com/gruns/furl,https://github.com/gruns/furl,Unlicense,2011-11-17 01:08:16.000,2023-02-02 15:54:53.000,2022-08-01 04:59:34,549.0,138,37.0,53.0,30.0,84.0,2419,URL parsing and manipulation made easy.,593.0,,15.0,27,True,,2021-09-27 21:31:14.000,2.1.3,51.0,,,2899634.0,conda-forge/furl,furl,https://pypi.org/project/furl,2021-09-27 21:31:14.000,593.0,2896176.0,https://anaconda.org/conda-forge/furl,2021-09-28 03:15:46.493,231737.0,3.0,,,,,,,,,,,,,,,,,,, +334,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,2022-11-22 05:12:53.000,2020-03-09 20:52:03,3155.0,745,130.0,158.0,38.0,406.0,2068,Simple yet powerful and really extendable application for managing a blog within your Django Web site.,722.0,558.0,71.0,27,False,['django'],2016-09-27 13:25:46.000,0.18.1,29.0,,,1218.0,,django-blog-zinnia,https://pypi.org/project/django-blog-zinnia,2018-03-10 21:22:04.000,164.0,1218.0,,,,3.0,,,,,,,,,,,,,,,,,,, +335,django-rules,dfunckt/django-rules,auth,,https://github.com/dfunckt/django-rules,https://github.com/dfunckt/django-rules,MIT,2014-03-06 20:46:57.000,2023-01-11 10:26:45.000,2023-01-11 10:26:44,186.0,127,34.0,66.0,30.0,83.0,1586,"Awesome Django authorization, without the database.",1309.0,1180.0,26.0,27,True,['django'],2022-03-23 08:53:01.000,3.3.0,20.0,2.0,,100853.0,,rules,https://pypi.org/project/rules,2022-03-23 08:54:01.000,129.0,100853.0,,,,3.0,,,,,,,,,,,,,,,,,,, +336,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-01-12 15:34:06.000,2021-03-29 19:19:16,375.0,181,91.0,170.0,52.0,36.0,1568,Python email address and Mime parsing library.,559.0,467.0,55.0,27,False,,2021-03-29 19:21:53.000,0.9.14,62.0,,,33456.0,,flanker,https://pypi.org/project/flanker,2019-12-05 16:08:20.000,92.0,33456.0,,,,2.0,,,,,,,,,,,,,,,,,,, +337,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,556,76.0,182.0,135.0,335.0,1425,Facebook open graph api implementation using the Django web framework in python.,503.0,385.0,89.0,27,False,,2015-05-26 19:01:35.000,6.0.3,152.0,,,2954.0,,django-facebook,https://pypi.org/project/django-facebook,2015-05-26 19:01:35.000,118.0,2954.0,,,,3.0,,,,,,,,,,,,,,,,,,, +338,mangum,jordaneremieff/mangum,servers,,https://github.com/jordaneremieff/mangum,https://github.com/jordaneremieff/mangum,MIT,2019-01-14 11:49:29.000,2023-01-15 09:12:04.000,2022-11-27 11:20:23,448.0,79,16.0,108.0,13.0,143.0,1208,AWS Lambda support for ASGI applications.,1728.0,1718.0,29.0,27,True,['fastapi'],2022-11-27 11:23:00.627,0.17.0,69.0,2.0,,338326.0,,mangum,https://pypi.org/project/mangum,2022-11-27 11:23:00.627,10.0,338326.0,,,,3.0,,,,,,,,,,,,,,,,,,, +339,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-01-29 13:38:54.000,2023-01-29 13:38:41,725.0,83,28.0,44.0,62.0,366.0,958,An object oriented high-level Python Web Framework that requires no frontend programming.,337.0,332.0,20.0,27,True,,2023-01-11 13:25:59.668,0.12.1,72.0,46.0,,3127.0,,justpy,https://pypi.org/project/justpy,2023-01-11 13:25:59.668,5.0,3127.0,,,,3.0,,,,,,,,,,,,,,,justpy-org/justpy,,,, +340,django-split-settings,sobolevn/django-split-settings,django-utils,,https://github.com/wemake-services/django-split-settings,https://github.com/wemake-services/django-split-settings,BSD-3-Clause,2013-05-17 06:04:30.000,2023-02-06 02:24:32.000,2023-01-25 19:52:27,459.0,60,20.0,415.0,4.0,39.0,951,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,1804.0,1692.0,22.0,27,True,['django'],2022-09-27 22:34:42.144,1.2.0,15.0,3.0,,97009.0,,django-split-settings,https://pypi.org/project/django-split-settings,2022-09-27 22:34:42.144,112.0,97009.0,,,,3.0,,,,,,,,,,,,,,,wemake-services/django-split-settings,,,, +341,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,2022-12-22 09:16:09.000,2021-10-14 21:53:39,552.0,218,36.0,148.0,60.0,284.0,948,Simply integrate Summernote editor with Django project.,227.0,,68.0,27,False,['django'],2021-10-14 19:12:56.000,0.8.19.0,73.0,,,67730.0,,django-summernote,https://pypi.org/project/django-summernote,2021-10-14 21:54:58.000,227.0,67730.0,,,,3.0,,,,,,,,,,,,,,,,,,, +342,flask-apispec,jmcarp/flask-apispec,flask-utils,,https://github.com/jmcarp/flask-apispec,https://github.com/jmcarp/flask-apispec,MIT,2015-07-13 02:46:44.000,2023-02-14 08:43:59.000,2022-08-11 23:30:54,224.0,146,21.0,91.0,112.0,67.0,619,Build and document REST APIs with Flask and apispec.,1186.0,1143.0,32.0,27,True,['flask'],2022-08-11 23:33:04.168,0.11.4,30.0,,,306817.0,conda-forge/flask-apispec,flask-apispec,https://pypi.org/project/flask-apispec,2022-08-11 23:33:04.168,43.0,305156.0,https://anaconda.org/conda-forge/flask-apispec,2022-08-12 12:17:35.034,119655.0,2.0,,,,,,,,,,,,,,,,,,, +343,openapi-python-client,openapi-generators/openapi-python-client,openapi-utils,,https://github.com/openapi-generators/openapi-python-client,https://github.com/openapi-generators/openapi-python-client,MIT,2020-02-15 19:33:46.000,2023-02-08 15:25:49.000,2023-01-16 20:47:11,592.0,117,12.0,414.0,88.0,188.0,598,Generate modern Python clients from OpenAPI.,96.0,94.0,49.0,27,True,['openapi'],2023-01-16 20:49:01.075,0.13.1,58.0,16.0,,64874.0,conda-forge/openapi-python-client,openapi-python-client,https://pypi.org/project/openapi-python-client,2023-01-16 20:49:01.075,2.0,64138.0,https://anaconda.org/conda-forge/openapi-python-client,2023-01-31 22:42:59.256,13258.0,3.0,,,,,,,,,,,,,,,,,,, +344,prometheus-flask-exporter,rycus86/prometheus_flask_exporter,monitoring,,https://github.com/rycus86/prometheus_flask_exporter,https://github.com/rycus86/prometheus_flask_exporter,MIT,2017-11-23 20:04:19.000,2023-02-15 21:50:01.000,2022-11-10 22:49:46,219.0,144,9.0,29.0,25.0,95.0,547,Prometheus exporter for Flask applications.,55.0,,24.0,27,True,['flask'],2022-11-10 22:45:45.199,0.21.0,65.0,,,6622856.0,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,https://pypi.org/project/prometheus-flask-exporter,2022-11-10 22:45:45.199,55.0,6601360.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2022-11-11 03:06:45.361,816877.0,2.0,,,,,,,,,,,,,,,,,,, +345,pytest-flask,pytest-dev/pytest-flask,testing,,https://github.com/pytest-dev/pytest-flask,https://github.com/pytest-dev/pytest-flask,MIT,2014-09-03 12:51:29.000,2023-01-19 18:26:08.000,2022-06-26 16:30:58,319.0,83,7.0,89.0,12.0,61.0,443,A set of pytest fixtures to test Flask applications.,8338.0,,31.0,27,True,['flask'],2021-02-27 03:48:05.000,1.2.0,29.0,,,330104.0,conda-forge/pytest-flask,pytest-flask,https://pypi.org/project/pytest-flask,2021-02-27 03:48:05.000,8338.0,329081.0,https://anaconda.org/conda-forge/pytest-flask,2021-02-27 13:56:28.462,68607.0,3.0,,,,,,,,,,,,,,,,,,, +346,markdown-it-py,executablebooks/markdown-it-py,markdown,,https://github.com/executablebooks/markdown-it-py,https://github.com/executablebooks/markdown-it-py,MIT,2020-03-25 11:10:01.000,2023-02-13 16:51:15.000,2023-01-24 19:21:28,260.0,49,15.0,163.0,25.0,43.0,424,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",10086.0,10045.0,20.0,27,True,,2022-04-16 13:53:33.000,2.1.0,40.0,1.0,,15894855.0,conda-forge/markdown-it-py,markdown-it-py,https://pypi.org/project/markdown-it-py,2022-04-16 13:53:33.000,41.0,15873664.0,https://anaconda.org/conda-forge/markdown-it-py,2022-04-18 18:11:03.748,741689.0,3.0,,,,,,,,,4.0,,,,,,,,,, +347,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-02-15 15:07:53.000,2023-01-29 21:46:08,230.0,152,15.0,102.0,4.0,114.0,403,i18n and l10n support for Flask based on Babel and pytz.,12.0,,36.0,27,True,['flask'],2023-01-29 23:11:00.399,3.0.1,16.0,41.0,,2528905.0,conda-forge/flask-babel,flask-babel,https://pypi.org/project/flask-babel,2023-01-29 23:11:00.399,12.0,2527510.0,https://anaconda.org/conda-forge/flask-babel,2023-01-30 04:21:03.987,110271.0,2.0,,,,,,,,,,,,,,,,,,, +348,deform,Pylons/deform,forms,,https://github.com/Pylons/deform,https://github.com/Pylons/deform,BSD-3-Clause,2011-02-16 06:29:46.000,2022-07-15 09:49:12.000,2022-07-15 09:49:12,1629.0,158,34.0,346.0,47.0,135.0,393,A Python HTML form library.,960.0,764.0,101.0,27,True,,2020-12-15 23:27:03.000,2.0.15,40.0,,,18481.0,,deform,https://pypi.org/project/deform,2020-12-10 12:40:05.000,196.0,18481.0,,,,3.0,,,,,,,,,,,,,,,,,,, +349,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,2022-09-25 15:59:15.000,2022-04-05 03:58:40,119.0,61,11.0,45.0,4.0,41.0,312,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,49646.0,46682.0,25.0,27,True,['flask'],2022-04-05 03:59:51.000,1.0.1,16.0,,,932131.0,conda-forge/flask-bcrypt,flask-bcrypt,https://pypi.org/project/flask-bcrypt,2022-04-05 03:59:51.000,2964.0,931735.0,https://anaconda.org/conda-forge/flask-bcrypt,2022-07-11 11:00:51.534,31329.0,2.0,,,,,,,,,,,,,,,,,,, +350,uritemplate,python-hyper/uritemplate,url-utils,,https://github.com/python-hyper/uritemplate,https://github.com/python-hyper/uritemplate,BSD-1-Clause,2013-05-14 16:52:08.000,2023-02-14 03:11:28.000,2022-12-13 14:23:09,224.0,32,13.0,71.0,10.0,25.0,211,URI template parsing per RFC6570.,3757.0,,19.0,27,False,,2021-10-13 11:15:12.000,4.1.1,12.0,8.0,,25696058.0,conda-forge/uritemplate,uritemplate,https://pypi.org/project/uritemplate,2021-10-13 11:15:12.000,3757.0,25672746.0,https://anaconda.org/conda-forge/uritemplate,2021-10-13 19:20:40.871,1841669.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,2022-05-13 02:28:27.000,2021-02-05 05:10:12,233.0,441,76.0,109.0,154.0,111.0,3927,Unofficial Python API client for Notion.so.,733.0,697.0,31.0,26,False,,2021-02-05 05:11:13.000,0.0.28,21.0,,,14356.0,,notion,https://pypi.org/project/notion,2021-02-05 05:11:13.000,36.0,14356.0,,,,3.0,,,,,,,,,,,,,,,,,,, +352,responder,taoufik07/responder,web-frameworks,,https://github.com/taoufik07/responder,https://github.com/taoufik07/responder,Apache-2.0,2018-10-09 11:15:00.000,2022-10-18 15:00:46.000,2021-03-24 10:24:29,995.0,211,97.0,256.0,54.0,169.0,3563,A familiar HTTP Service Framework for Python.,593.0,524.0,86.0,26,False,,2021-01-08 08:30:24.000,2.0.7,48.0,,,4850.0,conda-forge/responder,responder,https://pypi.org/project/responder,2021-01-08 08:30:24.000,69.0,3352.0,https://anaconda.org/conda-forge/responder,2021-01-08 11:32:52.270,76400.0,3.0,,,,,,,,,,,,,,,,,,, +353,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,133.0,164.0,61.0,450.0,2510,An unofficial client library for Google Music.,626.0,480.0,51.0,26,False,,2020-03-27 18:06:36.000,13.0.0,29.0,,,882.0,,gmusicapi,https://pypi.org/project/gmusicapi,2020-03-27 18:06:36.000,146.0,882.0,,,,3.0,,,,,,,,,,,,,,,,,,, +354,robyn,sansyrox/robyn,web-frameworks,,https://github.com/sansyrox/robyn,https://github.com/sansyrox/robyn,BSD-2-Clause,2021-06-18 09:32:00.000,2023-02-15 22:57:11.000,2023-02-15 20:22:11,297.0,105,16.0,197.0,84.0,135.0,2358,Robyn is a fast and extensible async python web server with a rust runtime.,19.0,19.0,36.0,26,True,,2023-02-09 10:49:23.842,0.24.1,56.0,59.0,,10964.0,conda-forge/robyn,robyn,https://pypi.org/project/robyn,2023-01-31 06:26:38.209,,8079.0,https://anaconda.org/conda-forge/robyn,2023-02-06 22:29:06.078,49048.0,3.0,,,,,,,,,,,,,,,,,True,, +355,viewflow,viewflow/viewflow,django-utils,,https://github.com/viewflow/viewflow,https://github.com/viewflow/viewflow,AGPL-3.0,2013-09-10 10:16:35.000,2023-02-08 11:54:16.000,2023-02-08 11:54:11,86.0,373,105.0,90.0,28.0,258.0,2312,Reusable workflow library for Django.,285.0,253.0,27.0,26,True,['django'],2022-04-05 06:26:44.000,1.11.0,41.0,24.0,,3655.0,,django-viewflow,https://pypi.org/project/django-viewflow,2023-01-12 14:39:05.504,32.0,3655.0,,,,3.0,,,,,,,,,,,,,,,,,,, +356,proxy.py,abhinavsingh/proxy.py,others,,https://github.com/abhinavsingh/proxy.py,https://github.com/abhinavsingh/proxy.py,BSD-3-Clause,2013-08-19 21:33:51.000,2023-02-14 23:01:31.000,2022-12-10 17:53:14,877.0,497,47.0,931.0,63.0,234.0,2299,Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse & Forward Proxy Server..,135.0,119.0,18.0,26,True,,2022-08-13 07:21:20.000,2.4.4rc3,37.0,5.0,586.0,106028.0,,proxy.py,https://pypi.org/project/proxy.py,2022-08-13 07:22:00.491,16.0,105989.0,,,,3.0,,,,,,,,,,,,,,,,,,, +357,twitterscraper,taspinar/twitterscraper,third-party-apis,,https://github.com/taspinar/twitterscraper,https://github.com/taspinar/twitterscraper,MIT,2016-06-16 06:51:10.000,2022-10-05 15:48:52.000,2020-07-28 11:36:45,262.0,560,89.0,91.0,142.0,155.0,2242,Scrape Twitter for Tweets.,499.0,476.0,34.0,26,False,,2020-07-28 11:38:17.000,1.6.1,47.0,,,1453.0,,twitterscraper,https://pypi.org/project/twitterscraper,2020-07-28 11:38:17.000,23.0,1453.0,,,,3.0,,,,,,,,,,,,,,,,,,, +358,web2py,web2py/web2py,web-frameworks,,https://github.com/web2py/web2py,https://github.com/web2py/web2py,LGPL-3.0,2008-11-07 06:08:58.000,2023-01-31 07:09:21.000,2023-01-31 07:08:59,8250.0,878,220.0,1408.0,361.0,689.0,2031,Free and open source full-stack enterprise framework for agile development of secure database-driven web-based..,40.0,40.0,256.0,26,True,,2020-03-21 20:19:46.000,2.19.1,24.0,13.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +359,django-admin-bootstrapped,django-admin-bootstrapped/django-admin-bootstrapped,admin-ui,,https://github.com/django-admin-bootstrapped/django-admin-bootstrapped,https://github.com/django-admin-bootstrapped/django-admin-bootstrapped,Apache-2.0,2012-10-23 06:35:27.000,2021-08-15 05:01:34.000,2020-07-10 10:16:08,437.0,400,89.0,117.0,36.0,129.0,1570,"A Django admin theme using Twitter Bootstrap. It doesnt need any kind of modification on your side, just add it to the..",2353.0,1557.0,65.0,26,False,['django'],2015-12-15 08:53:11.000,2.5.7,45.0,,,5933.0,,django-admin-bootstrapped,https://pypi.org/project/django-admin-bootstrapped,2015-12-15 08:51:59.000,796.0,5933.0,,,,3.0,,,,,,,,,,,,,,,,,,, +360,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-02-08 01:18:26.000,2022-06-03 06:57:29,384.0,222,32.0,630.0,44.0,53.0,1425,A toolkit for developing and deploying serverless Python code in AWS Lambda.,210.0,177.0,48.0,26,True,,2021-01-05 04:42:47.000,11.8.0,49.0,,,4757.0,,python-lambda,https://pypi.org/project/python-lambda,2021-01-05 04:42:47.000,33.0,4757.0,,,,3.0,,,,,,,,,,,,,,,,,,, +361,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-01-03 16:53:50.000,2020-08-07 18:38:18,97.0,135,28.0,38.0,39.0,23.0,1301,Adds GraphQL support to your Flask application.,2957.0,2745.0,15.0,26,False,"['flask', 'graphql']",2019-12-05 15:32:32.000,2.0.1,10.0,,,256478.0,conda-forge/flask-graphql,flask-graphql,https://pypi.org/project/flask-graphql,2019-12-05 15:32:32.000,212.0,256149.0,https://anaconda.org/conda-forge/flask-graphql,2022-01-21 14:44:40.498,13505.0,2.0,,,,,,,,,,,,,,,,,,, +362,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,325,75.0,112.0,105.0,66.0,1220,Official repository for gevent-socketio.,1598.0,1345.0,60.0,26,False,,2014-02-03 05:14:23.000,0.3.6,9.0,,,7157.0,,gevent-socketio,https://pypi.org/project/gevent-socketio,2014-02-03 05:14:23.000,253.0,7157.0,,,,3.0,,,,,,,,,,,,,,,,,,, +363,spyne,arskom/spyne,rpc,,https://github.com/arskom/spyne,https://github.com/arskom/spyne,LGPL-2.1,2010-07-23 06:26:28.000,2023-01-28 02:43:26.000,2023-01-11 10:42:15,7048.0,263,43.0,327.0,73.0,293.0,1080,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,644.0,549.0,126.0,26,False,,2022-02-09 03:28:26.000,spyne-2.14.0,47.0,5.0,,44897.0,conda-forge/spyne,spyne,https://pypi.org/project/spyne,2022-02-03 02:53:36.000,95.0,44084.0,https://anaconda.org/conda-forge/spyne,2022-02-03 05:30:05.668,66711.0,3.0,,,,,,,,,,,,,,,,,,, +364,authomatic,authomatic/authomatic,auth,,https://github.com/authomatic/authomatic,https://github.com/authomatic/authomatic,MIT,2013-02-07 14:13:35.000,2022-12-12 08:40:33.000,2022-09-06 07:51:33,1156.0,394,36.0,105.0,39.0,87.0,1004,Simple yet powerful authorization / authentication client library for Python web applications.,255.0,,44.0,26,True,,2019-11-27 16:10:13.000,1.0.0,20.0,,,2121.0,,authomatic,https://pypi.org/project/authomatic,2019-11-27 16:10:13.000,255.0,2121.0,,,,3.0,,,,,,,,,,,,,,,,,,, +365,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,2022-02-03 05:42:05.000,2019-12-18 13:33:49,666.0,275,44.0,119.0,123.0,126.0,1001,"Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password..",2685.0,2452.0,39.0,26,False,['flask'],2018-04-16 17:42:06.000,0.6.21,54.0,,,14481.0,conda-forge/flask-user,flask-user,https://pypi.org/project/flask-user,2019-11-30 11:59:14.000,233.0,13736.0,https://anaconda.org/conda-forge/flask-user,2021-05-30 20:48:32.415,57433.0,3.0,,,,,,,,,,,,,,,,,,, +366,django-cachalot,noripyt/django-cachalot,django-utils,,https://github.com/noripyt/django-cachalot,https://github.com/noripyt/django-cachalot,BSD-3-Clause,2014-09-26 13:08:06.000,2023-02-11 00:35:16.000,2022-08-27 02:06:52,627.0,119,24.0,74.0,23.0,127.0,996,"No effort, no worry, maximum performance.",627.0,543.0,30.0,26,True,['django'],2022-08-27 23:02:03.239,2.5.2,40.0,,,61031.0,conda-forge/django-cachalot,django-cachalot,https://pypi.org/project/django-cachalot,2022-08-27 23:02:03.239,84.0,60398.0,https://anaconda.org/conda-forge/django-cachalot,2018-08-09 22:39:22.114,41194.0,3.0,,,,,,,,,,,,,,,,,,, +367,django-configurations,jazzband/django-configurations,django-utils,,https://github.com/jazzband/django-configurations,https://github.com/jazzband/django-configurations,BSD-3-Clause,2012-07-21 13:56:20.000,2023-02-15 06:50:29.000,2023-02-15 06:50:29,481.0,133,20.0,170.0,48.0,144.0,973,A helper for organizing Django project settings by relying on well established programming patterns.,3230.0,2567.0,64.0,26,True,['django'],2022-09-01 09:46:30.000,2.4,21.0,5.0,,120297.0,conda-forge/django-configurations,django-configurations,https://pypi.org/project/django-configurations,2022-09-01 09:50:41.395,663.0,119877.0,https://anaconda.org/conda-forge/django-configurations,2020-10-13 14:25:12.025,27309.0,3.0,,,,,,,,,,,,,,,,,,, +368,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,247,24.0,153.0,10.0,219.0,942,Plug and play continuous integration with django and jenkins.,1929.0,1323.0,70.0,26,False,['django'],2016-09-15 09:54:04.000,0.110.0,19.0,,,27968.0,,django-jenkins,https://pypi.org/project/django-jenkins,2016-09-15 09:54:04.000,606.0,27968.0,,,,3.0,,,,,,,,,,,,,,,,,,, +369,flask-dance,singingwolfboy/flask-dance,auth,,https://github.com/singingwolfboy/flask-dance,https://github.com/singingwolfboy/flask-dance,MIT,2014-09-09 11:53:06.000,2023-01-23 13:45:27.000,2023-01-23 13:45:27,621.0,147,20.0,214.0,36.0,163.0,924,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",3383.0,3218.0,56.0,26,True,['flask'],2022-10-12 15:20:10.043,6.2.0,49.0,2.0,,50763.0,conda-forge/flask-dance,flask-dance,https://pypi.org/project/flask-dance,2022-10-12 15:20:10.043,165.0,50572.0,https://anaconda.org/conda-forge/flask-dance,2019-06-07 12:49:07.512,8813.0,3.0,,,,,,,,,,,,,,,,,,, +370,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,2021-07-06 23:21:40.898,2020-04-24 15:02:32,194.0,163,52.0,51.0,36.0,39.0,856,WebSocket emulation - Python server.,2938.0,2186.0,35.0,26,False,,2020-04-24 15:02:06.000,1.0.7,11.0,,,28700.0,conda-forge/sockjs-tornado,sockjs-tornado,https://pypi.org/project/sockjs-tornado,2020-04-24 15:02:06.000,752.0,28642.0,https://anaconda.org/conda-forge/sockjs-tornado,2021-07-06 23:21:40.898,1118.0,3.0,,,,,,,,,,,,,,,,,,, +371,klein,twisted/klein,others,,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012-02-10 17:55:04.000,2023-02-16 06:01:40.000,2022-12-05 23:56:09,2460.0,123,38.0,399.0,76.0,84.0,817,werkzeug + twisted.web.,2120.0,1723.0,52.0,26,True,,2021-08-08 18:33:51.000,21.8.0,18.0,1.0,,50686.0,,klein,https://pypi.org/project/klein,2021-08-08 18:33:51.000,397.0,50686.0,,,,3.0,,,,,,,,,,,,,,,,,,, +372,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,2022-10-29 10:04:57.360,2021-04-13 17:30:55,220.0,119,37.0,105.0,28.0,33.0,765,OpenTracing API for Python. This library is DEPRECATED! https://github.com/opentracing/specification/issues/163.,250.0,,34.0,26,False,,2020-11-19 17:10:42.000,2.4.0,26.0,,,2465954.0,conda-forge/opentracing,opentracing,https://pypi.org/project/opentracing,2020-11-19 17:10:42.000,250.0,2463319.0,https://anaconda.org/conda-forge/opentracing,2022-10-29 10:04:57.360,168678.0,2.0,,,,,,,,,,,,,,,,,,, +373,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-01-06 09:05:18.000,2022-02-22 09:48:18,405.0,140,22.0,99.0,46.0,105.0,746,Comprehensive Markdown plugin built for Django.,2157.0,2036.0,34.0,26,True,['django'],2019-12-28 09:04:32.000,3.0.1,53.0,,,34978.0,,django-markdownx,https://pypi.org/project/django-markdownx,2022-01-03 15:34:41.000,121.0,34978.0,,,,3.0,,,,,,,,,,,,,,,,,,, +374,django-paypal,spookylukey/django-paypal,django-utils,,https://github.com/spookylukey/django-paypal,https://github.com/spookylukey/django-paypal,MIT,2012-06-09 14:04:06.000,2023-02-06 17:56:35.000,2022-11-28 20:19:07,783.0,203,26.0,117.0,9.0,148.0,676,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,2563.0,2274.0,73.0,26,True,['django'],2021-12-15 15:40:40.554,0.1.4,28.0,2.0,,11318.0,,django-paypal,https://pypi.org/project/django-paypal,2022-03-25 21:26:22.000,289.0,11318.0,,,,3.0,,,,,,,,,,,,,,,,,,, +375,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,2022-11-22 11:26:28.000,2022-11-05 11:24:37,335.0,120,25.0,106.0,69.0,69.0,637,A set of high-level abstractions for Django forms.,9876.0,8651.0,69.0,26,True,['django'],,,6.0,,,317582.0,,django-formtools,https://pypi.org/project/django-formtools,2022-09-28 18:37:07.115,1225.0,317582.0,,,,3.0,,,,,,,,,,,,,,,,,,, +376,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020-02-21 12:56:20.000,2023-02-08 08:44:17.000,2023-02-08 08:44:14,212.0,52,17.0,59.0,26.0,46.0,589,A rate limiter for Starlette and FastAPI.,840.0,831.0,19.0,26,True,['fastapi'],2022-11-28 10:22:00.816,0.1.7,8.0,16.0,,87231.0,,slowapi,https://pypi.org/project/slowapi,2022-11-28 10:22:00.816,9.0,87231.0,,,,1.0,,,,,,,,,,,,,,,,,,, +377,selene,yashaka/selene,testing,,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015-04-17 08:52:14.000,2023-02-16 00:13:38.000,2023-02-15 11:28:56,979.0,125,56.0,186.0,112.0,176.0,587,User-oriented Web UI browser tests in Python.,1393.0,1378.0,36.0,26,True,,2022-11-16 20:36:22.000,2.0.0b16,78.0,1.0,,11889.0,,selene,https://pypi.org/project/selene,2022-11-16 18:35:01.539,15.0,11889.0,,,,3.0,,,,,,,,,,,,,,,,,,, +378,django-test-plus,revsys/django-test-plus,testing,,https://github.com/revsys/django-test-plus,https://github.com/revsys/django-test-plus,BSD-3-Clause,2015-05-23 16:08:52.000,2023-01-25 16:19:23.000,2023-01-25 16:19:21,465.0,62,10.0,146.0,6.0,44.0,559,Useful additions to Djangos default TestCase.,1261.0,,31.0,26,True,['django'],2022-10-12 16:01:04.831,2.2.1,35.0,9.0,,41990.0,conda-forge/django-test-plus,django-test-plus,https://pypi.org/project/django-test-plus,2022-10-12 16:01:04.831,1261.0,41580.0,https://anaconda.org/conda-forge/django-test-plus,2018-01-12 22:38:58.564,27115.0,3.0,,,,,,,,,,,,,,,,,,, +379,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017-07-09 10:57:29.000,2023-02-15 17:31:20.000,2023-02-11 14:12:29,774.0,99,13.0,65.0,27.0,92.0,558,"A fast, extensible and spec-compliant Markdown parser in pure Python.",647.0,587.0,30.0,26,True,,2023-01-20 21:16:56.000,1.0.1,25.0,42.0,226.0,44479.0,,mistletoe,https://pypi.org/project/mistletoe,2023-01-20 21:11:43.428,60.0,44476.0,,,,3.0,,,,,,,,,,,,,,,,,,, +380,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,2021-11-18 17:50:40.000,2020-09-29 10:30:18,120.0,91,28.0,29.0,21.0,14.0,458,A swagger 2.0 spec extractor for flask.,7315.0,6983.0,24.0,26,False,['flask'],2019-03-26 11:27:48.000,0.2.14,17.0,,,1266251.0,conda-forge/flask-swagger,flask-swagger,https://pypi.org/project/flask-swagger,2019-03-26 11:27:48.000,332.0,1265401.0,https://anaconda.org/conda-forge/flask-swagger,2019-04-20 13:39:31.818,59523.0,3.0,,,,,,,,,,,,,,,,,,, +381,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,2022-08-18 15:11:43.000,2020-02-29 00:06:32,263.0,86,7.0,58.0,21.0,76.0,433,Flask webassets integration.,8944.0,6895.0,38.0,26,False,['flask'],2011-10-12 14:37:19.000,0.6.2,15.0,,,155673.0,conda-forge/flask-assets,flask-assets,https://pypi.org/project/flask-assets,2019-12-20 21:37:28.000,2049.0,155183.0,https://anaconda.org/conda-forge/flask-assets,2019-12-24 17:28:27.011,37253.0,2.0,,,,,,,,,,,,,,,,,,, +382,fastapi-mail,sabuhish/fastapi-mail,email,,https://github.com/sabuhish/fastapi-mail,https://github.com/sabuhish/fastapi-mail,MIT,2020-01-25 11:52:29.000,2023-01-29 12:50:04.424,2023-01-29 12:45:01,263.0,61,10.0,72.0,5.0,86.0,418,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",934.0,926.0,36.0,26,True,['fastapi'],2023-01-29 12:50:04.424,1.2.5,81.0,9.0,,58688.0,,fastapi-mail,https://pypi.org/project/fastapi-mail,2023-01-29 12:50:04.424,8.0,58688.0,,,,3.0,,,,,,,,,,,,,,,,,,, +383,pysimplesoap,pysimplesoap/pysimplesoap,http-clients,,https://github.com/pysimplesoap/pysimplesoap,https://github.com/pysimplesoap/pysimplesoap,LGPL-3.0,2013-06-02 11:09:05.000,2023-01-10 18:48:46.000,2020-07-20 15:14:25,547.0,226,31.0,119.0,94.0,24.0,370,Python Simple SOAP Library.,1173.0,1046.0,51.0,26,False,,2017-12-03 17:09:17.000,1.16.2,12.0,,,12074.0,,pysimplesoap,https://pypi.org/project/pysimplesoap,2017-12-03 17:09:17.000,127.0,12074.0,,,,3.0,,,,,,,,,,,,,,,,,,, +384,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-02-01 09:04:05.000,2022-08-09 16:14:23,347.0,53,35.0,95.0,7.0,75.0,240,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,546.0,430.0,31.0,26,True,,2022-09-09 19:48:12.442,3.3.2,74.0,,,21884.0,,pytest-splinter,https://pypi.org/project/pytest-splinter,2022-09-09 19:48:12.442,116.0,21884.0,,,,3.0,,,,,,,,,,,,,,,,,,, +385,httpagentparser,shon/httpagentparser,others,,https://github.com/shon/httpagentparser,https://github.com/shon/httpagentparser,MIT,2011-03-11 09:13:11.000,2022-10-19 05:57:00.902,2022-10-19 05:40:44,195.0,55,11.0,44.0,16.0,34.0,214,Python HTTP Agent Parser.,1527.0,1263.0,35.0,26,True,,2022-10-19 05:57:00.902,1.9.5,57.0,,,283125.0,,httpagentparser,https://pypi.org/project/httpagentparser,2022-10-19 05:57:00.902,264.0,283125.0,,,,3.0,,,,,,,,,,,,,,,,,,, +386,ipaddress,phihag/ipaddress,others,,https://github.com/phihag/ipaddress,https://github.com/phihag/ipaddress,PSF-2.0,2013-02-03 20:45:43.000,2020-11-20 14:29:57.000,2019-10-18 01:30:15,123.0,47,7.0,20.0,10.0,34.0,104,Python 3.3+s ipaddress for older Python versions.,39691.0,32941.0,7.0,26,False,,2019-10-18 01:30:27.000,1.0.23,22.0,,,5797075.0,conda-forge/ipaddress,ipaddress,https://pypi.org/project/ipaddress,2019-10-18 01:30:27.000,6750.0,5785081.0,https://anaconda.org/conda-forge/ipaddress,2019-10-18 02:37:29.309,935553.0,3.0,,,,,,,,,,,,,,,,,,, +387,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013-07-14 03:42:08.000,2023-02-11 15:58:41.000,2023-02-11 15:58:40,3948.0,1006,287.0,325.0,351.0,1742.0,15790,GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through..,,,152.0,25,True,,,,,49.0,,,,,,,,,,,,3.0,goaccess,,,,,,,,,,,,,,,,,goaccess, +388,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,2022-02-09 03:27:59.000,2022-01-21 21:56:58,391.0,317,172.0,105.0,48.0,54.0,8671,"An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax..",59.0,51.0,29.0,25,False,,2021-03-05 14:17:53.000,2.1.0,24.0,,,685.0,,http-prompt,https://pypi.org/project/http-prompt,2021-03-05 14:02:14.000,8.0,685.0,,,,3.0,,,,,,,,,,,,,,,,,,, +389,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,2022-08-06 05:22:12.000,2020-03-20 17:53:14,736.0,594,360.0,40.0,87.0,66.0,8597,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,144.0,112.0,23.0,25,False,,2018-11-09 13:14:51.000,0.1.2,8.0,,,166.0,,japronto,https://pypi.org/project/japronto,2018-11-09 13:14:51.000,32.0,166.0,,,,3.0,,,,,,,,,,,,,,,,,,, +390,splash,scrapinghub/splash,testing,,https://github.com/scrapinghub/splash,https://github.com/scrapinghub/splash,BSD-3-Clause,2013-05-20 21:20:33.000,2022-08-13 21:03:34.000,2022-05-05 14:10:10,2114.0,484,214.0,332.0,367.0,473.0,3771,"Lightweight, scriptable browser as a service with an HTTP API.",10.0,,62.0,25,True,,2020-01-09 19:09:29.000,3.4.1,30.0,,,382.0,,splash,https://pypi.org/project/splash,2020-06-16 13:27:02.000,10.0,382.0,,,,3.0,,,,,,,,,,,,,,,,,,, +391,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,108.0,31.0,60.0,30.0,3659,Your friendly neighborhood web scraper.,1072.0,890.0,10.0,25,False,,2015-06-07 19:47:05.000,0.5.3,13.0,,,16150.0,,robobrowser,https://pypi.org/project/robobrowser,2015-06-07 19:47:05.000,182.0,16150.0,,,,3.0,,,,,,,,,,,,,,,,,,, +392,Cactus,eudicots/Cactus,others,,https://github.com/eudicots/Cactus,https://github.com/eudicots/Cactus,BSD-3-Clause,2011-02-28 11:56:43.000,2022-06-24 15:59:42.000,2017-07-31 02:40:23,667.0,318,125.0,115.0,101.0,85.0,3438,Static site generator for designers. Uses Python and Django templates.,1585.0,1162.0,52.0,25,False,['django'],2016-02-21 17:10:55.000,3.3.3,20.0,,,156.0,,cactus,https://pypi.org/project/cactus,2016-02-21 17:10:55.000,423.0,156.0,,,,3.0,,,,,,,,,,,,,,,,,,, +393,selenium-python-helium,mherrmann/selenium-python-helium,testing,,https://github.com/mherrmann/selenium-python-helium,https://github.com/mherrmann/selenium-python-helium,MIT,2019-11-26 16:12:28.000,2022-11-22 18:08:24.000,2022-11-20 07:58:54,124.0,282,70.0,27.0,38.0,36.0,3294,Selenium-python but lighter: Helium is the best Python library for web automation.,404.0,395.0,8.0,25,True,,2022-11-20 07:59:39.000,3.0.9,28.0,4.0,,39246.0,,helium,https://pypi.org/project/helium,2022-11-20 07:59:00.578,9.0,39246.0,,,,3.0,,,,,,,,,,,,,,,,,,, +394,WikiExtractor,attardi/wikiextractor,third-party-apis,,https://github.com/attardi/wikiextractor,https://github.com/attardi/wikiextractor,AGPL-3.0,2015-03-22 12:03:01.000,2023-01-24 18:45:35.000,2023-01-24 18:02:27,227.0,882,73.0,82.0,124.0,113.0,3222,A tool for extracting plain text from Wikipedia dumps.,224.0,217.0,31.0,25,True,,2023-01-24 18:46:33.000,3.0.7,4.0,1.0,,2476.0,,wikiextractor,https://pypi.org/project/wikiextractor,2021-10-14 12:34:58.000,7.0,2476.0,,,,3.0,,,,,,,,,,,,,,,,,,, +395,flaskbb,flaskbb/flaskbb,web-ui,,https://github.com/flaskbb/flaskbb,https://github.com/flaskbb/flaskbb,BSD-3-Clause,2013-09-11 08:39:17.000,2023-02-16 06:07:23.000,2023-01-01 18:14:33,1959.0,565,123.0,315.0,37.0,303.0,2323,A classic Forum Software in Python using Flask.,36.0,28.0,68.0,25,True,['flask'],2021-09-09 20:26:21.000,2.1.0,4.0,14.0,,78.0,,FlaskBB,https://pypi.org/project/FlaskBB,2018-07-15 19:10:30.000,8.0,78.0,,,,2.0,,,,,,,,,,,,,,,,,,, +396,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-02-15 23:41:21.000,2022-03-31 19:56:40,478.0,370,88.0,116.0,71.0,,1901,Alexa Skills Kit for Python.,879.0,746.0,41.0,25,True,['flask'],2018-02-28 21:57:01.000,0.9.8,34.0,,,914.0,,flask-ask,https://pypi.org/project/flask-ask,2018-02-28 21:57:01.000,133.0,914.0,,,,2.0,,,,,,,,,,,,,,,,,,, +397,quart,pgjones/quart,web-frameworks,,https://github.com/pgjones/quart,https://github.com/pgjones/quart,MIT,2019-01-04 09:01:34.019,2022-12-12 16:51:32.000,2022-07-06 20:18:54,944.0,97,,1.0,,,1594,Quart is a Python ASGI web microframework with the same API as Flask.,47.0,,68.0,25,True,,2022-10-08 09:24:00.795,0.18.3,53.0,,,267804.0,conda-forge/quart,quart,https://pypi.org/project/quart,2022-10-08 09:24:00.795,47.0,266491.0,https://anaconda.org/conda-forge/quart,2022-10-17 03:46:12.078,64361.0,3.0,,,,,,,,,,,,,,,,,,, +398,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,2021-07-13 23:06:20.000,2021-07-13 23:06:20,331.0,114,36.0,34.0,7.0,63.0,1571,Server-side rendering of React components.,625.0,577.0,21.0,25,False,,2018-10-08 09:55:41.000,4.3.0,15.0,,,14100.0,,react,https://pypi.org/project/react,2018-10-08 09:55:41.000,48.0,14100.0,,,,2.0,,,,,,,,,,,,,,,,,,, +399,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,110,74.0,48.0,38.0,79.0,1555,An improbable web debugger through WebSockets.,220.0,189.0,22.0,25,False,,2019-09-16 09:25:54.000,3.3.0,53.0,,,11266.0,,wdb,https://pypi.org/project/wdb,2019-09-16 09:25:54.000,31.0,11266.0,,,,3.0,,,,,,,,,,,,,,,,,,, +400,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,2022-12-27 08:31:38.000,2019-08-14 04:58:34,139.0,727,10.0,5.0,1.0,4.0,1527,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",5509.0,,6.0,25,False,['flask'],,,36.0,,,163677.0,conda-forge/flask-bootstrap,flask-bootstrap,https://pypi.org/project/flask-bootstrap,2017-01-11 23:28:23.000,5509.0,163459.0,https://anaconda.org/conda-forge/flask-bootstrap,2018-07-09 17:35:26.581,12015.0,2.0,,,,,,,,,,,,,,,,,,, +401,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,2022-11-14 20:33:10.000,2022-05-03 05:03:01,654.0,191,40.0,218.0,140.0,143.0,1443,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,631.0,628.0,40.0,25,True,"['openapi', 'graphql']",2022-02-04 06:54:03.000,2.6.3,37.0,,,7403.0,,,,,,,,,,3.0,,,openapi-to-graphql-cli,https://www.npmjs.com/package/openapi-to-graphql-cli,2022-02-04 06:49:55.874,3.0,7403.0,,,,,,,,,,,, +402,Meinheld,mopemope/meinheld,servers,,https://github.com/mopemope/meinheld,https://github.com/mopemope/meinheld,BSD-3-Clause,2010-07-30 01:38:27.000,2021-05-08 08:18:11.000,2020-06-23 16:07:11,633.0,100,43.0,51.0,31.0,50.0,1423,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,1283.0,981.0,20.0,25,False,,2020-05-17 13:09:14.000,1.0.2,40.0,,,35781.0,conda-forge/meinheld,meinheld,https://pypi.org/project/meinheld,2020-05-17 13:09:14.000,302.0,35334.0,https://anaconda.org/conda-forge/meinheld,2020-10-13 12:52:10.892,15223.0,3.0,,,,,,,,,,,,,,,,,,, +403,django-devserver,dcramer/django-devserver,servers,,https://github.com/dcramer/django-devserver,https://github.com/dcramer/django-devserver,BSD-3-Clause,2010-02-09 20:35:52.000,2020-02-26 17:37:11.000,2016-03-05 15:18:30,218.0,166,32.0,72.0,60.0,28.0,1269,A drop-in replacement for Djangos runserver.,432.0,363.0,39.0,25,False,['django'],2014-05-02 19:10:18.000,0.8.0,24.0,,,5196.0,,django-devserver,https://pypi.org/project/django-devserver,2014-05-02 19:10:18.000,69.0,5196.0,,,,3.0,,,,,,,,,,,,,,,,,,, +404,Spectacle,sourcey/spectacle,openapi-utils,,https://github.com/sourcey/spectacle,https://github.com/sourcey/spectacle,MIT,2016-01-12 10:36:11.000,2023-01-23 20:38:12.000,2021-08-09 23:54:18,298.0,322,18.0,106.0,33.0,97.0,1254,Beautiful static documentation generator for OpenAPI/Swagger 2.0.,192.0,162.0,39.0,25,False,['openapi'],2020-03-10 02:57:20.472,1.1.0,61.0,,,3808.0,,,,,,,,,,3.0,,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,2020-03-10 02:57:20.472,30.0,3808.0,,,,,,,,,,,, +405,django-organizations,bennylope/django-organizations,django-utils,,https://github.com/bennylope/django-organizations,https://github.com/bennylope/django-organizations,BSD-2-Clause,2012-02-02 02:38:49.000,2023-01-22 21:43:24.000,2023-01-22 21:43:24,727.0,191,35.0,92.0,16.0,130.0,1067,Multi-user accounts for Django projects.,38.0,,47.0,25,True,['django'],2022-10-25 22:26:01.441,2.1.0,52.0,6.0,,24925.0,conda-forge/django-organizations,django-organizations,https://pypi.org/project/django-organizations,2022-10-25 22:26:01.441,38.0,24793.0,https://anaconda.org/conda-forge/django-organizations,2021-09-23 10:46:51.034,4359.0,3.0,,,,,,,,,,,,,,,,,,, +406,django-lifecycle,rsinger86/django-lifecycle,django-utils,,https://github.com/rsinger86/django-lifecycle,https://github.com/rsinger86/django-lifecycle,MIT,2018-03-18 20:53:33.000,2023-02-15 20:47:46.000,2022-05-28 23:59:27,231.0,68,14.0,74.0,20.0,37.0,1062,"Declarative model lifecycle hooks, an alternative to Signals.",192.0,187.0,28.0,25,True,['django'],2022-05-29 00:00:57.000,1.0.0,34.0,,,66327.0,,django-lifecycle,https://pypi.org/project/django-lifecycle,2022-05-29 00:00:04.000,5.0,66327.0,,,,3.0,,,,,,,,,,,,,,,,,,, +407,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-02-16 09:10:03.000,2023-01-28 08:44:21,498.0,119,12.0,86.0,55.0,39.0,1014,A dynamic FastAPI router that automatically creates CRUD routes for your models.,149.0,145.0,21.0,25,True,['fastapi'],2023-01-28 08:54:45.000,0.8.6,27.0,28.0,7.0,13245.0,,fastapi-crudrouter,https://pypi.org/project/fastapi-crudrouter,2023-01-28 08:46:00.463,4.0,13245.0,,,,1.0,,,,,,,,,,,,,,,,,,, +408,notion-sdk-py,ramnes/notion-sdk-py,third-party-apis,,https://github.com/ramnes/notion-sdk-py,https://github.com/ramnes/notion-sdk-py,MIT,2021-05-13 20:17:52.000,2023-01-10 13:29:47.000,2023-01-10 13:28:55,165.0,81,20.0,45.0,1.0,58.0,985,"The official Notion API client library, but rewritten in Python! (sync + async).",375.0,353.0,20.0,25,True,,2022-12-10 14:24:59.000,2.0.0,13.0,9.0,,73362.0,conda-forge/notion-client,notion-client,https://pypi.org/project/notion-client,2022-12-10 14:12:02.423,22.0,73104.0,https://anaconda.org/conda-forge/notion-client,2022-04-21 22:10:14.821,3879.0,3.0,,,,,,,,,,,,,,,,,,, +409,django-vanilla-views,encode/django-vanilla-views,django-utils,,https://github.com/encode/django-vanilla-views,https://github.com/encode/django-vanilla-views,BSD-2-Clause,2013-09-02 13:41:57.000,2022-09-03 23:28:36.000,2022-09-03 23:28:35,189.0,70,38.0,85.0,2.0,40.0,946,Beautifully simple class-based views.,873.0,626.0,31.0,25,True,['django'],2021-05-09 09:56:51.000,3.0.0,15.0,,,10263.0,,django-vanilla-views,https://pypi.org/project/django-vanilla-views,2021-05-09 09:56:51.000,247.0,10263.0,,,,3.0,,,,,,,,,,,,,,,,,,, +410,mixer,klen/mixer,testing,,https://github.com/klen/mixer,https://github.com/klen/mixer,BSD-3-Clause,2013-05-19 13:49:50.000,2023-02-13 05:00:23.000,2022-03-23 14:37:36,860.0,93,11.0,100.0,44.0,49.0,875,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",307.0,,43.0,25,True,"['flask', 'django']",2022-03-23 14:39:31.000,7.2.2,157.0,,,106595.0,,mixer,https://pypi.org/project/mixer,2022-03-23 14:39:31.000,307.0,106595.0,,,,3.0,,,,,,,,,,,,,,,,,,, +411,feincms,feincms/feincms,cms,,https://github.com/feincms/feincms,https://github.com/feincms/feincms,BSD-3-Clause,2009-01-27 20:34:16.000,2022-07-04 06:46:36.000,2022-07-04 06:46:36,3996.0,236,38.0,267.0,27.0,412.0,847,A Django-based CMS with a focus on extensibility and concise code.,163.0,,135.0,25,True,['django'],2022-06-02 19:19:42.000,22.4.0,106.0,,,4834.0,,feincms,https://pypi.org/project/feincms,2022-06-02 19:19:42.000,163.0,4834.0,,,,3.0,,,,,,,,,,,,,,,,,,, +412,emmett,emmett-framework/emmett,web-frameworks,,https://github.com/emmett-framework/emmett,https://github.com/emmett-framework/emmett,BSD-3-Clause,2014-10-20 20:23:26.000,2023-01-30 15:31:16.180,2023-01-30 15:19:54,1567.0,62,30.0,73.0,19.0,281.0,824,The web framework for inventors.,37.0,34.0,22.0,25,True,,2023-01-30 15:31:16.180,2.4.14,100.0,13.0,,618.0,,emmett,https://pypi.org/project/emmett,2023-01-30 15:31:16.180,3.0,618.0,,,,3.0,,,,,,,,,,,,,,,,,,, +413,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,2022-08-13 21:22:51.000,2020-12-21 13:18:36,580.0,153,29.0,94.0,44.0,98.0,814,Full control of form rendering in the templates.,3231.0,2017.0,47.0,25,False,['django'],2020-05-20 02:41:28.000,1.9.0,27.0,,,31658.0,,django-floppyforms,https://pypi.org/project/django-floppyforms,2020-05-20 02:41:28.000,1214.0,31658.0,,,,3.0,,,,,,,,,,,,,,,,,,, +414,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,2022-12-15 16:16:42.000,2022-12-15 16:16:42,157.0,72,18.0,61.0,11.0,49.0,736,Helps working with singletons - things like global settings that you want to edit from the admin site.,2089.0,1787.0,45.0,25,False,['django'],2021-12-13 07:47:26.000,2.0.0,13.0,4.0,,117468.0,,django-solo,https://pypi.org/project/django-solo,2021-12-13 07:47:26.000,302.0,117468.0,,,,3.0,,,,,,,,,,,,,,,,,,, +415,treq,twisted/treq,http-clients,,https://github.com/twisted/treq,https://github.com/twisted/treq,MIT,2012-05-18 18:57:21.000,2022-11-27 17:50:44.000,2022-09-10 19:23:23,989.0,141,25.0,197.0,58.0,97.0,553,Python requests like API built on top of Twisteds HTTP client.,1847.0,1433.0,50.0,25,True,,2022-02-09 07:32:21.000,release-22.2.0,20.0,,152.0,80704.0,conda-forge/treq,treq,https://pypi.org/project/treq,2022-02-09 07:29:49.000,414.0,79794.0,https://anaconda.org/conda-forge/treq,2022-01-30 18:10:19.801,68148.0,3.0,,,,,,,,,,,,,,,,,,, +416,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,2022-09-29 01:51:01.000,2022-09-27 21:08:47,303.0,45,8.0,36.0,41.0,80.0,436,A delightful and complete interface to GitHubs amazing API.,689.0,655.0,16.0,25,True,,2022-09-19 19:55:38.567,1.0.3,27.0,,,452589.0,,ghapi,https://pypi.org/project/ghapi,2022-09-19 19:55:38.567,34.0,452589.0,,,,3.0,,,,,,,,,,,,,,,,,,, +417,aioresponses,pnuckowski/aioresponses,testing,,https://github.com/pnuckowski/aioresponses,https://github.com/pnuckowski/aioresponses,MIT,2016-10-16 10:42:14.000,2022-12-14 00:04:02.049,2022-12-13 23:10:05,290.0,74,5.0,149.0,40.0,47.0,408,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,131.0,,44.0,25,True,,2022-12-14 00:04:02.049,0.7.4,24.0,9.0,,329052.0,,aioresponses,https://pypi.org/project/aioresponses,2022-12-14 00:04:02.049,131.0,329052.0,,,,3.0,,,,,,,,,,,,,,,,,,, +418,pyngrok,alexdlaird/pyngrok,others,,https://github.com/alexdlaird/pyngrok,https://github.com/alexdlaird/pyngrok,MIT,2018-12-16 22:12:33.000,2023-02-15 15:54:39.000,2022-12-19 15:20:29,708.0,53,5.0,36.0,1.0,65.0,336,A Python wrapper for ngrok.,64.0,,8.0,25,True,,2022-11-29 17:07:01.316,5.2.1,79.0,26.0,,157001.0,conda-forge/pyngrok,pyngrok,https://pypi.org/project/pyngrok,2022-11-29 17:07:01.316,64.0,154701.0,https://anaconda.org/conda-forge/pyngrok,2022-11-29 23:35:29.346,75901.0,3.0,,,,,,,,,,,,,,,,,,, +419,graphene-mongo,graphql-python/graphene-mongo,graphql,,https://github.com/graphql-python/graphene-mongo,https://github.com/graphql-python/graphene-mongo,MIT,2018-01-22 04:06:16.000,2023-02-08 09:58:36.000,2022-10-06 21:12:25,572.0,106,14.0,121.0,29.0,63.0,262,Graphene MongoEngine integration.,314.0,301.0,32.0,25,True,['graphql'],2022-10-14 06:01:17.934,0.2.15,33.0,,,19938.0,conda-forge/graphene-mongo,graphene-mongo,https://pypi.org/project/graphene-mongo,2022-10-14 06:01:17.934,13.0,19776.0,https://anaconda.org/conda-forge/graphene-mongo,2020-06-30 21:31:16.669,5695.0,3.0,,,,,,,,,,,,,,,,,,, +420,Spectree,0b01001001/spectree,openapi-utils,,https://github.com/0b01001001/spectree,https://github.com/0b01001001/spectree,Apache-2.0,2019-12-01 07:04:07.000,2023-02-05 00:49:54.000,2023-02-05 00:32:29,423.0,56,8.0,188.0,12.0,82.0,258,API spec validator and OpenAPI document generator for Python web frameworks.,55.0,53.0,34.0,25,True,['openapi'],2022-11-29 11:35:01.207,1.0.3,74.0,10.0,,19482.0,,spectree,https://pypi.org/project/spectree,2022-11-29 11:35:01.207,2.0,19482.0,,,,3.0,,,,,,,,,,,,,,,,,,, +421,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,2021-11-23 16:48:39.000,2021-11-23 16:48:39,93.0,73,18.0,24.0,3.0,40.0,224,Flask-OpenID adds openid support to flask applications.,7614.0,6269.0,15.0,25,False,['flask'],2021-09-08 22:09:37.000,1.3.0,13.0,,12.0,1957342.0,conda-forge/flask-openid,flask-openid,https://pypi.org/project/flask-openid,2021-09-08 21:29:01.000,1345.0,1955899.0,https://anaconda.org/conda-forge/flask-openid,2021-11-04 16:20:37.930,108263.0,3.0,,,,,,,,,,,,,,,,,,, +422,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,2022-09-03 07:50:43.000,2022-09-03 07:50:43,202.0,47,5.0,85.0,6.0,43.0,186,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,2573.0,2309.0,33.0,25,True,['flask'],2022-04-05 04:10:17.000,1.1.1,29.0,,,111865.0,conda-forge/flask-seasurf,flask-seasurf,https://pypi.org/project/flask-seasurf,2022-04-05 04:10:17.000,264.0,110749.0,https://anaconda.org/conda-forge/flask-seasurf,2022-04-05 08:40:51.518,86001.0,2.0,,,,,,,,,,,,,,,,,,, +423,guillotina,plone/guillotina,web-frameworks,,https://github.com/plone/guillotina,https://github.com/plone/guillotina,BSD-3-Clause,2017-03-01 16:12:44.000,2023-02-15 10:55:23.000,2022-12-12 14:47:56,3409.0,51,193.0,963.0,62.0,168.0,183,Python AsyncIO data API to manage billions of resources.,178.0,128.0,54.0,25,True,,2022-08-25 08:00:03.072,6.4.2,599.0,2.0,,2001.0,,guillotina,https://pypi.org/project/guillotina,2022-08-25 08:00:03.072,50.0,2001.0,,,,3.0,,,,,,,,,,,,,,,,,,, +424,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,2022-09-16 14:29:28.000,2022-07-23 13:48:14,182.0,34,17.0,19.0,9.0,23.0,142,A library to help construct a graphql-py server supporting react-relay.,13540.0,13064.0,10.0,25,True,,2022-04-16 11:03:43.000,3.2.0,27.0,,,2053976.0,conda-forge/graphql-relay,graphql-relay,https://pypi.org/project/graphql-relay,2022-04-16 11:03:43.000,476.0,2050840.0,https://anaconda.org/conda-forge/graphql-relay,2022-04-16 18:45:39.858,203870.0,3.0,,,,,,,,,,,,,,,,,,, +425,pyramid_debugtoolbar,Pylons/pyramid_debugtoolbar,testing,,https://github.com/Pylons/pyramid_debugtoolbar,https://github.com/Pylons/pyramid_debugtoolbar,BSD-3-Clause,2011-07-23 02:21:03.000,2023-01-03 02:36:40.000,2023-01-03 02:30:26,1170.0,78,13.0,207.0,43.0,138.0,95,Pyramid debug toolbar.,32.0,,68.0,25,True,['pyramid'],2020-02-11 00:38:09.000,4.6.1,63.0,20.0,,1756587.0,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,https://pypi.org/project/pyramid_debugtoolbar,2023-01-03 02:36:22.407,32.0,1756442.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2021-03-03 21:19:47.418,3342.0,3.0,,,,,,,,,,,,,,,,,,, +426,pyscript,pyscript/pyscript,web-ui,,https://github.com/pyscript/pyscript,https://github.com/pyscript/pyscript,Apache-2.0,2022-02-21 04:55:20.000,2023-02-14 11:14:04.000,2023-02-14 11:14:02,783.0,1145,176.0,595.0,144.0,464.0,15446,Home Page: https://pyscript.net Examples: https://pyscript.net/examples.,,,98.0,24,True,,,,4.0,95.0,142.0,17.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +427,playwright,Microsoft/playwright-python,testing,,https://github.com/Microsoft/playwright-python,https://github.com/Microsoft/playwright-python,Apache-2.0,2021-05-11 20:15:10.832,2023-01-25 17:35:13.011,,,677,,,,,7955,A high-level API to automate web browsers.,93.0,,,24,True,,2023-01-25 17:35:13.011,1.30.0,92.0,,,1006802.0,microsoft/playwright,playwright,https://pypi.org/project/playwright,2023-01-25 17:35:13.011,93.0,1006353.0,https://anaconda.org/microsoft/playwright,2023-01-25 17:05:17.225,9431.0,3.0,,,,,,,,,,,,,,,,,,, +428,healthchecks,healthchecks/healthchecks,others,,https://github.com/healthchecks/healthchecks,https://github.com/healthchecks/healthchecks,BSD-3-Clause,2015-06-25 18:38:33.000,2023-02-15 07:41:26.000,2023-02-15 07:41:15,2341.0,652,94.0,170.0,66.0,500.0,5904,A cron monitoring tool written in Python & Django.,,,78.0,24,True,,2023-01-26 07:25:04.000,2.6.1,43.0,104.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +429,AutoScraper,alirezamika/autoscraper,web-scraping,,https://github.com/alirezamika/autoscraper,https://github.com/alirezamika/autoscraper,MIT,2020-08-31 12:02:19.000,2023-01-01 00:13:38.000,2022-07-17 17:18:27,137.0,520,125.0,21.0,4.0,48.0,4938,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",240.0,239.0,8.0,24,True,,2022-07-17 17:20:18.601,1.1.14,16.0,,,3247.0,,autoscraper,https://pypi.org/project/autoscraper,2022-07-17 17:20:18.601,1.0,3247.0,,,,3.0,,,,,,,,,,,,,,,,,,, +430,Gerapy,Gerapy/Gerapy,web-scraping,,https://github.com/Gerapy/Gerapy,https://github.com/Gerapy/Gerapy,MIT,2017-06-30 03:58:27.000,2023-02-09 03:56:33.000,2023-02-09 03:56:32,597.0,584,120.0,57.0,54.0,148.0,2910,"Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js.",133.0,125.0,14.0,24,True,['django'],2022-12-27 16:12:19.000,0.9.12,48.0,7.0,,393.0,,gerapy,https://pypi.org/project/gerapy,2022-12-27 16:11:01.184,8.0,393.0,,,,3.0,,,,,,,,,,,,,,,,,,, +431,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,596,116.0,51.0,128.0,218.0,2647,A Python library to access Instagrams private API.,12.0,,5.0,24,False,,2019-02-22 08:05:21.000,1.6.0,39.0,,,24467.0,,instagram_private_api,https://pypi.org/project/instagram_private_api,2019-05-06 11:32:26.000,12.0,24467.0,,,,3.0,,,,,,,,,,,,,,,,,,, +432,Misago,rafalp/Misago,web-ui,,https://github.com/rafalp/Misago,https://github.com/rafalp/Misago,GPL-2.0,2012-06-22 14:24:02.000,2023-02-13 22:17:40.000,2023-02-10 23:13:05,5206.0,481,92.0,341.0,65.0,1038.0,2274,"Misago is fully featured modern forum application that is fast, scalable and responsive.",45.0,45.0,37.0,24,True,,2023-02-10 23:17:56.000,0.29,47.0,34.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +433,Wooey,wooey/wooey,web-ui,,https://github.com/wooey/Wooey,https://github.com/wooey/Wooey,BSD-3-Clause,2015-03-01 16:47:05.000,2023-01-26 03:32:50.000,2022-12-11 22:28:18,912.0,185,67.0,154.0,54.0,158.0,1919,A Django app that creates automatic web UIs for Python scripts.,42.0,41.0,24.0,24,True,,2022-10-05 14:12:48.578,0.13.2,36.0,1.0,,366.0,,wooey,https://pypi.org/project/wooey,2022-10-05 14:12:48.578,1.0,366.0,,,,3.0,,,,,,,,,,,,,,,,,,, +434,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,259,124.0,69.0,31.0,27.0,1817,A pure-python HTML screen-scraping library.,233.0,129.0,25.0,24,False,,2019-11-28 11:03:32.000,0.14.1,13.0,,,514.0,,scrapely,https://pypi.org/project/scrapely,2019-11-28 11:03:32.000,104.0,514.0,,,,3.0,,,,,,,,,,,,,,,,,,, +435,offlineimap,OfflineIMAP/offlineimap,email,,https://github.com/OfflineIMAP/offlineimap,https://github.com/OfflineIMAP/offlineimap,libpng-2.0,2012-07-23 15:28:58.000,2022-10-31 18:19:59.671,2021-08-02 23:24:07,2411.0,372,51.0,207.0,95.0,421.0,1736,Read/sync your IMAP mailboxes (python2) [LEGACY: move to offlineimap3].,30.0,23.0,162.0,24,False,,2021-08-02 23:10:14.000,7.3.4,41.0,,,797.0,conda-forge/offlineimap,offlineimap,https://pypi.org/project/offlineimap,2021-08-02 23:10:14.000,7.0,225.0,https://anaconda.org/conda-forge/offlineimap,2022-10-31 18:19:59.671,9728.0,3.0,,,,,,,,,,,,,,,,,,, +436,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,2022-12-08 03:28:10.000,2020-03-07 05:52:59,21.0,92,16.0,219.0,40.0,13.0,1280,Reusable utilities for FastAPI.,2104.0,2102.0,2.0,24,False,['fastapi'],2020-03-07 05:55:04.000,0.2.1,4.0,,,711081.0,,fastapi-utils,https://pypi.org/project/fastapi-utils,2020-03-07 05:55:04.000,2.0,711081.0,,,,2.0,,,,,,,,,,,,,,,,,,, +437,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,2021-12-15 16:07:14.221,2019-11-29 15:30:27,923.0,214,167.0,256.0,101.0,75.0,1224,A scalable frontier for web crawlers.,47.0,32.0,41.0,24,False,,2019-04-05 16:36:41.000,0.8.1,22.0,,,436.0,,frontera,https://pypi.org/project/frontera,2021-12-15 16:07:14.221,15.0,436.0,,,,3.0,,,,,,,,,,,,,,,,,,, +438,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,2022-07-06 18:59:25.000,2022-07-06 18:40:08,299.0,163,26.0,73.0,19.0,56.0,848,Automatic caching and invalidation for Django models through the ORM.,361.0,249.0,27.0,24,True,['django'],2022-07-06 18:41:15.000,1.2.0,10.0,,,7590.0,,django-cache-machine,https://pypi.org/project/django-cache-machine,2022-07-06 18:41:15.000,112.0,7590.0,,,,3.0,,,,,,,,,,,,,,,,,,, +439,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017-11-26 19:37:37.000,2023-01-02 18:54:13.374,2023-01-01 10:28:30,309.0,60,10.0,11.0,9.0,54.0,746,Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).,815.0,789.0,9.0,24,True,,2023-01-02 18:54:13.374,0.3.12,39.0,6.0,,31399.0,,selectolax,https://pypi.org/project/selectolax,2023-01-02 18:54:13.374,26.0,31399.0,,,,3.0,,,,,,,,,,,,,,,,,,, +440,idom,idom-team/idom,web-ui,,https://github.com/idom-team/idom,https://github.com/idom-team/idom,MIT,2019-02-19 05:25:54.000,2023-02-15 22:40:36.000,2023-02-15 22:40:36,1244.0,38,13.0,426.0,83.0,223.0,717,Create highly interactive web pages purely in Python.,16.0,8.0,9.0,24,True,,2023-01-28 00:01:00.611,0.44.0,105.0,36.0,,2664.0,,idom,https://pypi.org/project/idom,2023-01-29 01:06:00.909,8.0,2664.0,,,,3.0,,,,,,,,,,,,,,,,,,, +441,micawber,coleifer/micawber,web-scraping,,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012-03-27 21:42:46.000,2022-12-14 02:39:58.000,2022-12-14 02:39:50,202.0,84,15.0,49.0,,58.0,593,a small library for extracting rich content from urls.,2846.0,2653.0,27.0,24,True,,2021-07-12 14:05:33.000,0.5.4,24.0,1.0,,43837.0,conda-forge/micawber,micawber,https://pypi.org/project/micawber,2021-07-12 14:05:33.000,193.0,43518.0,https://anaconda.org/conda-forge/micawber,2021-07-14 07:34:13.620,7983.0,3.0,,,,,,,,,,,,,,,,,,, +442,trustme,python-trio/trustme,others,,https://github.com/python-trio/trustme,https://github.com/python-trio/trustme,MIT,2017-07-17 18:13:54.000,2023-02-15 00:59:46.000,2023-02-14 02:58:19,818.0,25,11.0,524.0,8.0,28.0,484,"#1 quality TLS certs while you wait, for the discerning tester.",464.0,416.0,18.0,24,True,,2021-08-12 20:04:59.000,0.9.0,12.0,20.0,,57206.0,conda-forge/trustme,trustme,https://pypi.org/project/trustme,2021-08-12 20:04:59.000,48.0,57007.0,https://anaconda.org/conda-forge/trustme,2021-08-12 23:02:22.099,5381.0,3.0,,,,,,,,,,,,,,,,,,, +443,django-csp,mozilla/django-csp,django-utils,,https://github.com/mozilla/django-csp,https://github.com/mozilla/django-csp,BSD-3-Clause,2010-07-14 18:00:59.000,2023-02-16 09:33:40.000,2022-06-28 15:56:07,242.0,82,29.0,100.0,15.0,80.0,453,Content Security Policy for Django.,14.0,,49.0,24,True,['django'],2013-11-19 23:16:37.000,2.0.3,12.0,,,387210.0,,django-csp,https://pypi.org/project/django-csp,2020-08-12 18:50:34.000,14.0,387210.0,,,,3.0,,,,,,,,,,,,,,,,,,, +444,fastapi_login,MushroomMaula/fastapi_login,auth,,https://github.com/MushroomMaula/fastapi_login,https://github.com/MushroomMaula/fastapi_login,MIT,2019-10-21 14:47:00.000,2023-02-14 22:21:40.000,2022-10-18 19:04:51,424.0,48,5.0,52.0,9.0,44.0,433,FastAPI-Login tries to provide similar functionality as Flask-Login does.,407.0,405.0,10.0,24,True,['fastapi'],2022-10-18 19:07:03.564,1.8.3,26.0,,3.0,15228.0,,fastapi_login,https://pypi.org/project/fastapi_login,2022-10-18 19:07:03.564,2.0,15228.0,,,,3.0,,,,,,,,,,,,,,,,,,, +445,django-robots,jazzband/django-robots,django-utils,,https://github.com/jazzband/django-robots,https://github.com/jazzband/django-robots,BSD-3-Clause,2009-09-20 15:27:41.000,2023-02-06 20:00:37.000,2022-10-15 15:59:26,320.0,92,12.0,81.0,23.0,45.0,407,A Django app for managing robots.txt files following the robots exclusion protocol.,1616.0,1061.0,43.0,24,True,['django'],2022-01-08 12:12:02.000,5.0,25.0,,,35642.0,,django-robots,https://pypi.org/project/django-robots,2022-10-15 18:37:22.033,555.0,35642.0,,,,3.0,,,,,,,,,,,,,,,,,,, +446,python-whois,joepie91/python-whois,others,,https://github.com/joepie91/python-whois,https://github.com/joepie91/python-whois,WTFPL,2013-01-30 15:34:02.000,2022-07-03 21:17:25.000,2014-07-30 05:44:44,181.0,184,33.0,51.0,108.0,35.0,384,A python module for retrieving and parsing WHOIS data.,725.0,486.0,7.0,24,False,,2022-07-03 21:17:25.000,0.8.0,22.0,,,139445.0,,python-whois,https://pypi.org/project/python-whois,2022-07-03 21:17:25.000,239.0,139445.0,,,,3.0,,,,,,,,,,,,,,,,,,, +447,Flask-Moment,miguelgrinberg/Flask-Moment,flask-utils,,https://github.com/miguelgrinberg/Flask-Moment,https://github.com/miguelgrinberg/Flask-Moment,MIT,2013-10-24 04:17:57.000,2023-02-16 10:08:19.000,2023-02-16 10:08:14,94.0,51,13.0,43.0,1.0,46.0,358,Formatting of dates and times in Flask templates using moment.js.,2266.0,,22.0,24,True,['flask'],2022-10-05 14:13:24.427,1.0.5,23.0,2.0,,32047.0,conda-forge/flask-moment,flask-moment,https://pypi.org/project/flask-moment,2022-10-05 14:13:24.427,2266.0,31516.0,https://anaconda.org/conda-forge/flask-moment,2022-10-05 19:02:39.572,40942.0,3.0,,,,,,,,,,,,,,,,,,, +448,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,60,15.0,90.0,,,351,Generating short urls with python has never been easier.,7869.0,7775.0,24.0,24,True,,2020-03-19 17:55:20.000,1.0.1,27.0,,,65298.0,,pyshorteners,https://pypi.org/project/pyshorteners,2020-03-19 17:54:24.000,94.0,65298.0,,,,3.0,,,,,,,,,,,,,,,,,,, +449,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,2022-11-18 17:19:04.000,2022-11-18 17:19:04,636.0,161,18.0,179.0,4.0,147.0,350,"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+.",473.0,399.0,83.0,24,True,['django'],2022-01-09 02:06:44.000,4.3.0,26.0,,450.0,20119.0,,django-cas-ng,https://pypi.org/project/django-cas-ng,2022-01-09 02:02:49.000,74.0,20115.0,,,,3.0,,,,,,,,,,,,,,,,,,, +450,flask-praetorian,dusktreader/flask-praetorian,auth,,https://github.com/dusktreader/flask-praetorian,https://github.com/dusktreader/flask-praetorian,MIT,2016-11-23 16:47:18.000,2023-02-16 06:33:20.000,2022-09-20 21:39:07,364.0,62,15.0,131.0,6.0,136.0,324,"Strong, Simple, and Precise security for Flask APIs (using jwt).",365.0,357.0,27.0,24,True,['flask'],2022-09-20 21:42:23.773,1.4.0,47.0,,,3381.0,,flask-praetorian,https://pypi.org/project/flask-praetorian,2022-09-20 21:42:23.773,8.0,3381.0,,,,3.0,,,,,,,,,,,,,,,,,,, +451,purl,codeinthehole/purl,url-utils,,https://github.com/codeinthehole/purl,https://github.com/codeinthehole/purl,MIT,2012-03-27 21:18:43.000,2022-12-27 15:35:40.000,2021-05-15 21:00:41,192.0,35,11.0,39.0,7.0,15.0,288,"A simple, immutable URL class with a clean API for interrogation and manipulation.",4123.0,3745.0,18.0,24,False,,2017-05-12 14:54:05.000,1.3.1,25.0,,,50996.0,,purl,https://pypi.org/project/purl,2021-05-15 21:05:39.000,378.0,50996.0,,,,3.0,,,,,,,,,,,,,,,,,,, +452,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,2022-09-16 23:03:32.000,2022-09-16 23:03:32,152.0,79,8.0,34.0,8.0,64.0,265,Pagination support for flask.,2610.0,2564.0,27.0,24,True,['flask'],2022-01-12 14:45:43.000,2022.1.8,34.0,,41.0,36297.0,conda-forge/flask-paginate,flask-paginate,https://pypi.org/project/flask-paginate,2022-01-09 06:06:39.000,46.0,35944.0,https://anaconda.org/conda-forge/flask-paginate,2022-01-12 17:27:37.466,14859.0,3.0,,,,,,,,,,,,,,,,,,, +453,markdown-include,cmacmackin/markdown-include,markdown,,https://github.com/cmacmackin/markdown-include,https://github.com/cmacmackin/markdown-include,GPL-3.0,2015-01-09 01:12:35.000,2023-02-07 13:16:46.881,2023-02-07 09:45:37,75.0,39,9.0,21.0,11.0,15.0,85,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,4499.0,4244.0,12.0,24,True,,2023-02-07 09:49:00.957,0.8.1,14.0,26.0,,60217.0,conda-forge/markdown-include,markdown-include,https://pypi.org/project/markdown-include,2022-11-23 18:03:06.524,255.0,59745.0,https://anaconda.org/conda-forge/markdown-include,2023-02-07 13:16:46.881,12762.0,3.0,,,,,,,,,,,,,,,,,,, +454,Photon,s0md3v/Photon,web-scraping,,https://github.com/s0md3v/Photon,https://github.com/s0md3v/Photon,GPL-3.0,2018-03-30 19:38:22.000,2022-12-26 16:11:37.000,2022-12-20 10:27:06,326.0,1376,325.0,85.0,46.0,66.0,9395,Incredibly fast crawler designed for OSINT.,5.0,,21.0,23,True,,2019-04-05 15:15:47.000,1.3.0,18.0,1.0,,561.0,,photon,https://pypi.org/project/photon,2019-01-25 01:13:36.000,5.0,561.0,,,,3.0,,,,,,,,,,,,,,,,,,, +455,ProxyBroker,constverum/Proxybroker,others,,https://github.com/constverum/ProxyBroker,https://github.com/constverum/ProxyBroker,Apache-2.0,2015-10-11 15:13:37.000,2023-02-12 21:26:55.000,2019-03-13 10:21:05,152.0,830,140.0,28.0,96.0,80.0,3237,Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.,12.0,,9.0,23,False,,2019-03-12 19:47:46.000,0.3.2,12.0,,,4994.0,,proxybroker,https://pypi.org/project/proxybroker,2019-03-12 19:47:46.000,12.0,4994.0,,,,3.0,,,,,,,,,,,,,,,,,,, +456,urlwatch,thp/urlwatch,others,,https://github.com/thp/urlwatch,https://github.com/thp/urlwatch,BSD-3-Clause,2014-01-29 18:42:20.000,2023-01-23 14:52:56.000,2023-01-23 14:52:55,882.0,328,66.0,279.0,69.0,396.0,2515,"Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly..",2.0,,86.0,23,True,,,,34.0,17.0,,6215.0,,urlwatch,https://pypi.org/project/urlwatch,2022-03-15 13:45:11.000,2.0,6215.0,,,,3.0,,,,,,,,,,,,,,,,,,, +457,sandman2,jeffknupp/sandman2,others,,https://github.com/jeffknupp/sandman2,https://github.com/jeffknupp/sandman2,Apache-2.0,2014-10-24 17:21:50.000,2023-02-16 01:30:40.000,2020-12-21 15:15:51,250.0,209,62.0,227.0,32.0,52.0,1920,Automatically generate a RESTful API service for your legacy database. No code required!.,30.0,24.0,23.0,23,False,,2020-09-08 18:00:11.000,1.2.3,29.0,,,255.0,,sandman2,https://pypi.org/project/sandman2,2020-09-08 18:00:11.000,6.0,255.0,,,,3.0,,,,,,,,,,,,,,,,,,, +458,requestium,tryolabs/requestium,testing,,https://github.com/tryolabs/requestium,https://github.com/tryolabs/requestium,BSD-3-Clause,2017-06-30 19:07:16.000,2022-12-27 17:45:06.000,2022-12-27 17:44:54,103.0,142,71.0,37.0,5.0,24.0,1715,Integration layer between Requests and Selenium for automation of web actions.,79.0,73.0,13.0,23,True,,2022-12-04 03:23:00.534,0.1.15,18.0,4.0,,1480.0,,requestium,https://pypi.org/project/requestium,2022-12-04 03:23:00.534,6.0,1480.0,,,,3.0,,,,,,,,,,,,,,,,,,, +459,fastapi-admin,fastapi-admin/fastapi-admin,admin-ui,,https://github.com/fastapi-admin/fastapi-admin,https://github.com/fastapi-admin/fastapi-admin,Apache-2.0,2020-04-06 05:09:44.000,2023-01-09 08:33:05.000,2023-01-09 08:33:05,363.0,234,30.0,33.0,36.0,66.0,1692,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",103.0,103.0,12.0,23,True,['fastapi'],2021-08-31 03:30:19.000,1.0.3,26.0,2.0,,2432.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,2432.0,,,,3.0,,,,,,,,,,,,,,,,,,, +460,fastapi-admin/fastapi-admin,fastapi-admin/fastapi-admin,fastapi-utils,,https://github.com/fastapi-admin/fastapi-admin,https://github.com/fastapi-admin/fastapi-admin,Apache-2.0,2020-04-06 05:09:44.000,2023-01-09 08:33:05.000,2023-01-09 08:33:05,363.0,234,30.0,33.0,36.0,66.0,1692,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",103.0,103.0,12.0,23,True,['fastapi'],2021-08-31 03:30:19.000,1.0.3,26.0,2.0,,2432.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021-08-31 03:30:19.000,,2432.0,,,,2.0,,,,,,,,,,,,,,,,,,, +461,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,2022-09-06 08:56:03.702,2022-08-21 07:26:04,440.0,175,41.0,58.0,6.0,91.0,1646,Async Python 3.6+ web scraping micro-framework based on asyncio.,72.0,63.0,17.0,23,True,,2022-09-06 08:56:03.702,0.8.5,55.0,,14.0,506.0,,ruia,https://pypi.org/project/ruia,2022-09-06 08:56:03.702,9.0,506.0,,,,3.0,,,,,,,,,,,,,,,,,,, +462,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,156,60.0,243.0,45.0,194.0,1174,"Extendable, adaptable rewrite of django.contrib.admin.",38.0,24.0,49.0,23,False,['django'],2017-01-10 17:47:14.000,0.7.1,7.0,,,44.0,,django-admin2,https://pypi.org/project/django-admin2,2017-01-10 17:47:14.000,14.0,44.0,,,,3.0,,,,,,,,,,,,,,,,,,, +463,pyresttest,svanoort/pyresttest,testing,,https://github.com/svanoort/pyresttest,https://github.com/svanoort/pyresttest,Apache-2.0,2014-05-01 23:40:10.000,2021-09-07 14:49:34.650,2018-02-03 22:03:13,531.0,319,87.0,94.0,131.0,114.0,1123,Python Rest Testing.,135.0,110.0,17.0,23,False,,2016-03-15 03:16:18.000,1.7.1,14.0,,,3104.0,conda-forge/pyresttest,pyresttest,https://pypi.org/project/pyresttest,2016-03-15 03:13:33.000,25.0,2193.0,https://anaconda.org/conda-forge/pyresttest,2021-09-07 14:49:34.650,51950.0,3.0,,,,,,,,,,,,,,,,,,, +464,tartiflette,tartiflette/tartiflette,graphql,,https://github.com/tartiflette/tartiflette,https://github.com/tartiflette/tartiflette,MIT,2018-01-26 09:56:10.000,2023-02-13 08:57:49.000,2022-01-20 14:55:31,1149.0,39,21.0,467.0,9.0,131.0,842,GraphQL Engine built with Python 3.6+ / asyncio.,18.0,,27.0,23,False,,2021-11-15 11:05:03.000,1.4.1,80.0,,,3156.0,,tartiflette,https://pypi.org/project/tartiflette,2021-11-15 11:05:00.000,18.0,3156.0,,,,3.0,,,,,,,,,,,,,,,,,,, +465,Frozen-Flask,Frozen-Flask/Frozen-Flask,flask-utils,,https://github.com/Frozen-Flask/Frozen-Flask,https://github.com/Frozen-Flask/Frozen-Flask,BSD-3-Clause,2010-12-24 14:59:29.000,2022-12-13 11:51:58.000,2022-12-13 10:16:01,242.0,71,18.0,60.0,23.0,45.0,743,Freezes a Flask application into a set of static files.,3293.0,2709.0,25.0,23,True,['flask'],2017-06-26 22:54:01.000,0.15,17.0,2.0,66.0,23547.0,conda-forge/frozen-flask,frozen-flask,https://pypi.org/project/frozen-flask,2021-06-15 08:43:05.000,584.0,22645.0,https://anaconda.org/conda-forge/frozen-flask,2018-07-12 06:45:26.588,69508.0,3.0,,,,,,,,,,,,,,,,,,, +466,django-markdown-editor,agusmakmun/django-markdown-editor,markdown,,https://github.com/agusmakmun/django-markdown-editor,https://github.com/agusmakmun/django-markdown-editor,GPL-3.0,2016-12-27 18:33:34.000,2023-02-15 05:19:30.000,2023-02-15 05:19:23,317.0,1050,11.0,73.0,29.0,97.0,676,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",23.0,,32.0,23,True,['django'],2023-02-15 05:21:00.645,1.6.18,64.0,7.0,,17056.0,,martor,https://pypi.org/project/martor,2023-01-10 03:50:15.837,23.0,17056.0,,,,3.0,,,,,,,,,,,,,,,,,,, +467,fastapi-code-generator,koxudaxi/fastapi-code-generator,fastapi-utils,,https://github.com/koxudaxi/fastapi-code-generator,https://github.com/koxudaxi/fastapi-code-generator,MIT,2020-06-14 10:49:14.000,2023-02-16 01:59:48.000,2023-02-15 15:24:18,374.0,75,14.0,262.0,39.0,26.0,659,This code generator creates FastAPI app from an openapi file.,137.0,136.0,18.0,23,True,"['fastapi', 'openapi']",2023-02-15 15:30:04.132,0.4.1,38.0,42.0,,4805.0,,fastapi-code-generator,https://pypi.org/project/fastapi-code-generator,2023-01-17 16:29:00.833,1.0,4805.0,,,,2.0,,,,,,,,,,,,,,,,,,, +468,fastapi-sqlalchemy,mfreeborn/fastapi-sqlalchemy,fastapi-utils,,https://github.com/mfreeborn/fastapi-sqlalchemy,https://github.com/mfreeborn/fastapi-sqlalchemy,MIT,2019-11-03 16:30:26.000,2023-02-14 21:41:04.000,2022-09-25 17:19:06,53.0,33,10.0,25.0,10.0,9.0,474,Adds simple SQLAlchemy support to FastAPI.,1034.0,1033.0,5.0,23,True,['fastapi'],2020-09-25 16:26:29.000,0.2.1,9.0,,,70382.0,,fastapi-sqlalchemy,https://pypi.org/project/fastapi-sqlalchemy,2020-09-25 16:26:29.000,1.0,70382.0,,,,2.0,,,,,,,,,,,,,,,,,,, +469,httmock,patrys/httmock,testing,,https://github.com/patrys/httmock,https://github.com/patrys/httmock,Apache-2.0,2013-03-19 23:35:33.000,2022-01-10 13:37:58.000,2020-10-28 12:00:08,102.0,52,12.0,40.0,15.0,15.0,452,A mocking library for requests.,2739.0,2132.0,29.0,23,False,,2020-10-28 12:01:29.000,1.4.0,19.0,,,393080.0,,httmock,https://pypi.org/project/httmock,2020-10-28 12:01:29.000,607.0,393080.0,,,,3.0,,,,,,,,,,,,,,,,,,, +470,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,51,19.0,56.0,10.0,27.0,384,Get inside your stronghold and make all your Django views default login_required.,508.0,395.0,22.0,23,False,['django'],2020-01-17 16:34:53.000,0.4.0,22.0,,,19103.0,,django-stronghold,https://pypi.org/project/django-stronghold,2020-01-17 16:34:53.000,113.0,19103.0,,,,3.0,,,,,,,,,,,,,,,,,,, +471,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,2022-11-12 13:14:40.000,2020-04-06 23:28:44,224.0,90,15.0,42.0,13.0,41.0,334,HTTP request/response parser for python in C.,569.0,488.0,31.0,23,False,,2020-04-06 23:00:26.000,0.9.0,36.0,,,27654.0,,http-parser,https://pypi.org/project/http-parser,2020-04-06 23:00:26.000,81.0,27654.0,,,,3.0,,,,,,,,,,,,,,,,,,, +472,starlette context,tomwojcik/starlette-context,monitoring,,https://github.com/tomwojcik/starlette-context,https://github.com/tomwojcik/starlette-context,MIT,2019-11-01 16:32:04.000,2023-02-16 15:26:47.000,2023-02-16 08:04:05,120.0,19,5.0,57.0,5.0,30.0,315,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,592.0,579.0,5.0,23,True,['fastapi'],2022-11-26 15:35:00.518,0.3.5,17.0,7.0,,165905.0,,starlette-context,https://pypi.org/project/starlette-context,2022-11-26 15:35:00.518,13.0,165905.0,,,,3.0,,,,,,,,,,,,,,,,,,, +473,mailer,marrow/mailer,email,,https://github.com/marrow/mailer,https://github.com/marrow/mailer,MIT,2011-03-13 05:21:26.000,2023-01-19 20:08:24.000,2022-07-15 11:36:50,297.0,55,10.0,28.0,25.0,48.0,260,"A light-weight, modular, message representation and mail delivery framework for Python.",83.0,,20.0,23,True,,2019-09-16 00:20:27.000,4.0.3,8.0,,135.0,60744.0,conda-forge/mailer,mailer,https://pypi.org/project/mailer,2015-04-22 03:10:28.000,83.0,59703.0,https://anaconda.org/conda-forge/mailer,2021-07-01 11:13:17.243,55169.0,3.0,,,,,,,,,,,,,,,,,,, +474,flask_pydantic,bauerji/flask_pydantic,flask-utils,,https://github.com/bauerji/flask-pydantic,https://github.com/bauerji/flask-pydantic,MIT,2020-01-06 17:45:59.000,2023-02-05 22:01:42.000,2023-01-02 16:09:46,148.0,36,4.0,30.0,12.0,22.0,259,flask extension for integration with the awesome pydantic package.,328.0,323.0,12.0,23,True,['flask'],2022-09-25 09:03:15.818,0.11.0,23.0,1.0,,62772.0,,flask_pydantic,https://pypi.org/project/flask_pydantic,2022-09-25 09:03:15.818,5.0,62772.0,,,,3.0,,,,,,,,,,,,,,,,,,, +475,velruse,bbangert/velruse,auth,,https://github.com/bbangert/velruse,https://github.com/bbangert/velruse,MIT,2010-04-30 19:23:27.000,2021-11-19 13:58:47.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.,376.0,338.0,43.0,23,False,,2013-08-30 04:51:31.000,1.1.1,10.0,,,8392.0,,velruse,https://pypi.org/project/velruse,2013-08-30 04:51:31.000,38.0,8392.0,,,,3.0,,,,,,,,,,,,,,,,,,, +476,python-mocket,mindflayer/python-mocket,testing,,https://github.com/mindflayer/python-mocket,https://github.com/mindflayer/python-mocket,BSD-3-Clause,2013-04-30 07:44:28.000,2023-02-12 20:13:45.000,2022-12-12 14:19:36,492.0,40,11.0,134.0,1.0,61.0,252,"a socket mock framework - for all kinds of socket animals, web-clients included.",104.0,77.0,24.0,23,True,,2022-12-03 22:44:01.000,3.10.9,86.0,3.0,,6748.0,,mocket,https://pypi.org/project/mocket,2022-12-03 22:24:00.955,27.0,6748.0,,,,3.0,,,,,,,,,,,,,,,,,,, +477,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,83,12.0,9.0,11.0,40.0,248,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",920.0,848.0,8.0,23,False,,2017-07-20 02:40:14.000,0.0.7,8.0,,8.0,23166.0,,flask-excel,https://pypi.org/project/flask-excel,2017-07-20 02:40:14.000,72.0,23166.0,,,,3.0,,,,,,,,,,,,,,,,,,, +478,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,2022-11-29 14:15:02.140,2022-11-29 14:11:26,305.0,35,99.0,172.0,48.0,57.0,223,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",52.0,48.0,36.0,23,True,"['flask', 'openapi']",2022-11-29 14:15:02.140,2.3.0,44.0,1.0,,15127.0,,flask-rebar,https://pypi.org/project/flask-rebar,2022-11-29 14:15:02.140,4.0,15127.0,,,,3.0,,,,,,,,,,,,,,,,,,, +479,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-01-01 18:50:09.000,2023-01-01 18:49:57,168.0,26,9.0,8.0,,16.0,213,Python module for generating and verifying JSON Web Tokens.,56.0,,5.0,23,True,,2022-09-27 23:49:03.153,4.0.0,44.0,5.0,,223174.0,,python-jwt,https://pypi.org/project/python-jwt,2022-09-27 23:49:03.153,56.0,223174.0,,,,3.0,,,,,,,,,,,,,,,,,,, +480,reppy,seomoz/reppy,others,,https://github.com/seomoz/reppy,https://github.com/seomoz/reppy,MIT,2011-10-29 00:06:46.000,2021-10-05 19:19:16.000,2020-03-12 22:31:33,265.0,35,110.0,80.0,22.0,35.0,176,Modern robots.txt Parser for Python.,199.0,155.0,23.0,23,False,,2019-09-16 19:32:19.000,0.4.14,24.0,,,3040.0,,reppy,https://pypi.org/project/reppy,2019-09-16 19:32:19.000,44.0,3040.0,,,,3.0,,,,,,,,,,,,,,,,,,, +481,GHunt,mxrch/GHunt,third-party-apis,,https://github.com/mxrch/GHunt,https://github.com/mxrch/GHunt,,2020-10-02 11:26:03.000,2023-02-11 15:32:05.000,2023-02-11 15:32:05,295.0,1120,493.0,71.0,11.0,314.0,13321,Offensive Google framework.,1.0,1.0,29.0,22,False,,2022-12-03 20:30:21.000,2.0.1,1.0,11.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +482,ngxtop,lebinh/ngxtop,monitoring,,https://github.com/lebinh/ngxtop,https://github.com/lebinh/ngxtop,MIT,2014-03-21 15:39:52.000,2022-10-06 19:58:56.000,2020-12-21 00:59:19,40.0,462,215.0,34.0,62.0,28.0,6367,Real-time metrics for nginx server.,42.0,32.0,9.0,22,False,,2020-12-21 00:51:09.000,0.0.3,3.0,,,2013.0,,ngxtop,https://pypi.org/project/ngxtop,2020-12-21 00:51:09.000,10.0,2013.0,,,,3.0,,,,,,,,,,,,,,,,,,, +483,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,261.0,103.0,145.0,57.0,5711,"Fast, asynchronous and elegant Python web framework.",105.0,91.0,28.0,22,False,,2017-09-04 00:40:01.000,0.1.0,8.0,,,113.0,,vibora,https://pypi.org/project/vibora,2018-06-16 04:25:57.000,14.0,113.0,,,,3.0,,,,,,,,,,,,,,,,,,, +484,httpstat,reorx/httpstat,http-clients,,https://github.com/reorx/httpstat,https://github.com/reorx/httpstat,MIT,2016-08-30 06:30:59.000,2023-02-05 16:58:06.000,2023-02-05 16:58:06,93.0,357,127.0,20.0,7.0,22.0,5329,curl statistics made simple.,13.0,13.0,5.0,22,True,,2022-10-11 14:44:08.598,1.3.2,9.0,1.0,183.0,2948.0,,httpstat,https://pypi.org/project/httpstat,2022-10-11 14:44:08.598,,2946.0,,,,3.0,,,,,,,,,,,,,,,,,,, +485,yandex-tank,yandex/yandex-tank,testing,,https://github.com/yandex/yandex-tank,https://github.com/yandex/yandex-tank,LGPL-2.1,2012-07-23 11:05:58.000,2023-02-13 11:24:07.000,2022-09-01 17:26:02,3613.0,259,88.0,707.0,68.0,107.0,2262,Load and performance benchmark tool.,11.0,8.0,107.0,22,False,,2021-09-10 16:12:35.000,1.17.8,38.0,,,61.0,,yandextank,https://pypi.org/project/yandextank,2021-09-10 16:12:35.000,3.0,61.0,,,,3.0,,,,,,,,,,,,,,,,,,, +486,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,140.0,1606,A Python Static Website Generator.,155.0,89.0,43.0,22,False,,2015-11-09 13:50:15.000,0.8.9,16.0,,,133.0,,hyde,https://pypi.org/project/hyde,2015-11-09 13:50:15.000,66.0,133.0,,,,3.0,,,,,,,,,,,,,,,,,,, +487,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,2022-05-14 18:42:46.000,2020-07-13 17:40:33,60.0,83,20.0,42.0,21.0,22.0,863,HTTP security headers for Flask.,103.0,,19.0,22,False,['flask'],2022-03-17 14:23:42.000,1.0.0,14.0,,,493466.0,,flask-talisman,https://pypi.org/project/flask-talisman,2022-03-17 14:23:42.000,103.0,493466.0,,,,3.0,,,,,,,,,,,,,,,,,,, +488,sqladmin,aminalaee/sqladmin,fastapi-utils,,https://github.com/aminalaee/sqladmin,https://github.com/aminalaee/sqladmin,BSD-3-Clause,2021-12-22 10:09:54.000,2023-02-16 15:02:38.000,2023-02-16 15:02:37,233.0,91,8.0,258.0,16.0,95.0,766,SQLAlchemy Admin for FastAPI and Starlette.,1.0,,22.0,22,True,['fastapi'],2023-02-07 15:34:02.102,0.9.0,24.0,21.0,,15937.0,,sqladmin,https://pypi.org/project/sqladmin,2022-11-22 11:48:08.059,1.0,15937.0,,,,2.0,,,,,,,,,,,,,,,,,,, +489,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,87,24.0,62.0,35.0,31.0,721,a flask profiler which watches endpoint calls and tries to make some analysis.,7.0,,29.0,22,False,['flask'],2018-11-19 23:11:10.000,1.8.1,39.0,,,23599.0,,flask-profiler,https://pypi.org/project/flask-profiler,2018-11-19 23:11:10.000,7.0,23599.0,,,,3.0,,,,,,,,,,,,,,,,,,, +490,Flask-MonitoringDashboard,flask-dashboard/Flask-MonitoringDashboard,monitoring,,https://github.com/flask-dashboard/Flask-MonitoringDashboard,https://github.com/flask-dashboard/Flask-MonitoringDashboard,MIT,2017-04-11 13:50:14.000,2023-02-07 13:43:58.000,2022-12-30 09:24:32,1309.0,130,20.0,245.0,51.0,128.0,671,Automatically monitor the evolving performance of Flask/Python web services.,12.0,,30.0,22,True,['flask'],2021-11-06 10:10:29.000,3.1.1,45.0,1.0,,10414.0,,flask-monitoringdashboard,https://pypi.org/project/flask-monitoringdashboard,2021-11-06 10:10:29.000,12.0,10414.0,,,,3.0,,,,,,,,,,,,,,,,,,, +491,django-easy-audit,soynatan/django-easy-audit,django-utils,,https://github.com/soynatan/django-easy-audit,https://github.com/soynatan/django-easy-audit,GPL-3.0,2016-10-23 06:55:16.000,2023-01-26 21:58:57.000,2023-01-26 21:58:56,262.0,146,16.0,120.0,66.0,69.0,523,"Yet another Django audit log app, hopefully the simplest one.",178.0,168.0,42.0,22,True,['django'],2022-06-30 20:42:07.000,1.3.3,52.0,3.0,,33966.0,,django-easy-audit,https://pypi.org/project/django-easy-audit,2023-01-26 14:11:27.999,10.0,33966.0,,,,3.0,,,,,,,,,,,,,,,,,,, +492,django-smuggler,semente/django-smuggler,admin-ui,,https://github.com/semente/django-smuggler,https://github.com/semente/django-smuggler,LGPL-3.0,2009-12-11 20:59:14.000,2022-09-03 21:45:56.000,2022-02-03 13:31:17,289.0,34,8.0,30.0,7.0,41.0,375,Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the..,238.0,165.0,21.0,22,True,['django'],2022-02-03 13:30:53.000,1.0.4,16.0,,,12831.0,,django-smuggler,https://pypi.org/project/django-smuggler,2022-02-03 13:30:53.000,73.0,12831.0,,,,3.0,,,,,,,,,,,,,,,,,,, +493,safrs,thomaxxl/safrs,flask-utils,,https://github.com/thomaxxl/safrs,https://github.com/thomaxxl/safrs,GPL-3.0,2017-09-20 07:56:55.000,2023-02-15 21:44:09.000,2023-02-14 18:47:58,1282.0,67,13.0,61.0,12.0,75.0,368,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,78.0,77.0,15.0,22,True,"['flask', 'openapi']",2023-02-11 21:00:57.000,3.0.0,73.0,13.0,,682.0,,safrs,https://pypi.org/project/safrs,2022-11-01 08:35:00.696,1.0,682.0,,,,3.0,,,,,,,,,,,,,,,,,,, +494,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,2022-06-17 09:46:13.000,2022-06-17 09:46:13,276.0,83,20.0,56.0,70.0,44.0,303,Django registration and authentication with GraphQL.,549.0,549.0,16.0,22,True,['django'],2020-11-16 13:18:58.000,0.3.15,37.0,,,13405.0,,django-graphql-auth,https://pypi.org/project/django-graphql-auth,2020-11-16 13:18:58.000,,13405.0,,,,3.0,,,,,,,,,,,,,,,,,,, +495,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,2022-06-16 06:57:51.299,2022-06-15 00:02:48,191.0,36,6.0,31.0,11.0,37.0,247,Adds Injector support to Flask.,820.0,755.0,12.0,22,True,['flask'],2022-06-15 00:12:31.000,0.14.0,27.0,,,49280.0,conda-forge/flask-injector,flask_injector,https://pypi.org/project/flask_injector,2022-06-15 00:12:31.000,65.0,49122.0,https://anaconda.org/conda-forge/flask-injector,2022-06-16 06:57:51.299,3486.0,3.0,,,,,,,,,,,,,,,python-injector/flask_injector,,,, +496,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,2022-09-15 20:17:45.000,2017-07-19 05:38:58,157.0,89,12.0,52.0,18.0,34.0,190,Seamlessly serve your static assets of your Flask app from Amazon S3.,522.0,434.0,26.0,22,False,,2017-02-23 20:44:59.000,0.3.3,28.0,,26.0,8363.0,,flask-s3,https://pypi.org/project/flask-s3,2017-02-23 20:44:59.000,88.0,8363.0,,,,3.0,,,,,,,,,,,,,,,,,,, +497,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,2022-11-11 22:06:24.000,2022-11-11 22:06:21,85.0,8,3.0,40.0,1.0,14.0,134,Programmatic startup/shutdown of ASGI apps.,11613.0,11592.0,6.0,22,True,,2022-11-11 22:05:34.665,2.0.0,14.0,,,264090.0,conda-forge/asgi-lifespan,asgi-lifespan,https://pypi.org/project/asgi-lifespan,2022-11-11 22:05:34.665,21.0,261777.0,https://anaconda.org/conda-forge/asgi-lifespan,2022-09-17 08:10:45.399,50894.0,3.0,,,,,,,,,4.0,,,,,,,,,, +498,streaming-form-data,siddhantgoel/streaming-form-data,others,,https://github.com/siddhantgoel/streaming-form-data,https://github.com/siddhantgoel/streaming-form-data,MIT,2017-02-09 19:43:21.000,2023-02-08 04:46:50.000,2022-12-11 09:19:47,497.0,25,5.0,41.0,5.0,23.0,116,Streaming parser for multipart/form-data written in Cython.,48.0,45.0,13.0,22,True,,2022-10-06 19:04:00.923,1.11.0,35.0,5.0,,23613.0,,streaming-form-data,https://pypi.org/project/streaming-form-data,2022-10-06 19:04:00.923,3.0,23613.0,,,,3.0,,,,,,,,,,,,,,,,,,, +499,trame,Kitware/trame,web-ui,,https://github.com/Kitware/trame,https://github.com/Kitware/trame,Apache-2.0,2021-09-24 21:38:47.000,2023-02-14 22:55:08.000,2023-02-14 22:27:12,154.0,28,7.0,44.0,10.0,29.0,110,Trame lets you weave various components and technologies into a Web Application solely written in Python.,10.0,,14.0,22,True,,2023-02-14 16:08:04.280,2.3.2,113.0,43.0,31.0,5733.0,,trame,https://pypi.org/project/trame,2023-01-20 23:56:00.579,10.0,5732.0,,,,3.0,,,,,,,,,,,,,,,,,,, +500,pyramid_openapi3,Pylons/pyramid_openapi3,openapi-utils,,https://github.com/Pylons/pyramid_openapi3,https://github.com/Pylons/pyramid_openapi3,MIT,2018-06-22 12:20:57.000,2023-02-16 07:03:48.000,2022-12-13 20:28:46,191.0,39,12.0,129.0,32.0,46.0,79,Pyramid addon for OpenAPI3 validation of requests and responses.,4.0,,23.0,22,True,"['pyramid', 'openapi']",2022-12-11 18:18:00.398,0.15.0,35.0,12.0,,19458.0,,pyramid_openapi3,https://pypi.org/project/pyramid_openapi3,2022-12-11 18:18:00.398,4.0,19458.0,,,,3.0,,,,,,,,,,,,,,,,,,, +501,pyramid_jinja2,Pylons/pyramid_jinja2,pyramid-utils,,https://github.com/Pylons/pyramid_jinja2,https://github.com/Pylons/pyramid_jinja2,,2010-10-31 16:21:44.000,2023-01-03 04:59:28.000,2023-01-03 04:59:27,586.0,57,18.0,107.0,6.0,55.0,74,Jinja2 templating system bindings for the Pyramid web framework.,61.0,,51.0,22,False,['pyramid'],2022-03-20 03:07:14.000,2.9.2,40.0,8.0,,1742079.0,anaconda/pyramid_jinja2,pyramid_jinja2,https://pypi.org/project/pyramid_jinja2,2022-03-27 23:00:42.000,61.0,1742067.0,https://anaconda.org/anaconda/pyramid_jinja2,2021-09-08 10:24:54.530,1121.0,1.0,,,,,,,,,,,,,,,,,,,BSD-based +502,instagram-scraper,arc298/instagram-scraper,third-party-apis,,https://github.com/arc298/instagram-scraper,https://github.com/arc298/instagram-scraper,Unlicense,2013-04-09 03:12:09.000,2022-06-17 09:56:09.000,,,1364,,,420.0,,6873,Scrapes an instagram users photos and videos.,26.0,,54.0,21,True,,2023-02-10 17:10:00.811,66.0.2,76.0,,,1253.0,,instagram-scraper,https://pypi.org/project/instagram-scraper,2022-06-17 09:56:09.000,26.0,1253.0,,,,3.0,,,,,,,,,,,,,,,,,,, +503,cabot,arachnys/cabot,others,,https://github.com/arachnys/cabot,https://github.com/arachnys/cabot,MIT,2014-01-06 17:48:59.000,2022-05-25 02:53:27.000,2021-01-05 10:40:20,735.0,577,154.0,269.0,163.0,297.0,5418,"Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty.",10.0,10.0,70.0,21,False,,2017-09-14 16:02:39.000,0.11.7,22.0,,84.0,1.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +504,cookiecutter-flask,cookiecutter-flask/cookiecutter-flask,flask-utils,,https://github.com/cookiecutter-flask/cookiecutter-flask,https://github.com/cookiecutter-flask/cookiecutter-flask,MIT,2013-08-16 07:27:55.000,2023-02-16 03:57:54.000,2023-02-15 12:43:47,1643.0,740,84.0,1479.0,7.0,177.0,4285,"A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and..",,,71.0,21,True,['flask'],,,,67.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +505,Cola,qinxuye/cola,web-scraping,,https://github.com/qinxuye/cola,https://github.com/qinxuye/cola,Apache-2.0,2013-05-15 06:41:01.000,2022-07-31 00:13:43.000,2020-03-01 06:25:05,254.0,544,167.0,3.0,14.0,52.0,1460,A high-level distributed crawling framework.,19.0,17.0,3.0,21,False,,2016-03-31 04:19:26.000,0.1.0,3.0,,,74.0,,cola,https://pypi.org/project/cola,2016-03-31 04:19:26.000,2.0,74.0,,,,3.0,,,,,,,,,,,,,,,,,,, +506,fsociety,fsociety-team/fsociety,testing,,https://github.com/fsociety-team/fsociety,https://github.com/fsociety-team/fsociety,MIT,2020-05-17 04:35:05.000,2023-02-10 08:01:42.000,2023-02-08 21:11:53,301.0,117,45.0,127.0,2.0,21.0,842,A Modular Penetration Testing Framework.,4.0,4.0,10.0,21,True,,2022-09-06 13:59:08.357,3.2.8,28.0,26.0,,1031.0,,fsociety,https://pypi.org/project/fsociety,2022-09-06 13:59:08.357,,1031.0,,,,3.0,,,,,,,,,,,,,,,,,,, +507,gazpacho,maxhumber/gazpacho,web-scraping,,https://github.com/maxhumber/gazpacho,https://github.com/maxhumber/gazpacho,MIT,2019-09-23 20:21:55.000,2021-04-24 18:18:14.000,2021-04-24 18:18:10,160.0,58,17.0,26.0,13.0,32.0,696,"The simple, fast, and modern web scraping library.",217.0,209.0,16.0,21,False,,2020-10-09 12:51:41.000,1.1,19.0,,,18549.0,,gazpacho,https://pypi.org/project/gazpacho,2020-10-09 12:50:18.000,8.0,18549.0,,,,3.0,,,,,,,,,,,,,,,,,,, +508,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,21.0,46.0,10.0,29.0,578,Web Content Retrieval for Humans.,43.0,34.0,15.0,21,False,,2021-08-20 14:34:18.000,0.11.11,38.0,,,1604.0,,lassie,https://pypi.org/project/lassie,2021-08-20 14:34:18.000,9.0,1604.0,,,,3.0,,,,,,,,,,,,,,,,,,, +509,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.,276.0,194.0,15.0,21,False,,2012-10-22 08:16:33.000,0.0.4,4.0,,,1655.0,,tornadio2,https://pypi.org/project/tornadio2,2012-10-22 08:16:33.000,82.0,1655.0,,,,3.0,,,,,,,,,,,,,,,,,,, +510,flask-jsonrpc,cenobites/flask-jsonrpc,flask-utils,,https://github.com/cenobites/flask-jsonrpc,https://github.com/cenobites/flask-jsonrpc,BSD-3-Clause,2012-12-14 18:33:24.000,2023-02-16 08:00:15.000,2022-11-19 19:42:55,579.0,62,13.0,297.0,1.0,63.0,273,Basic JSON-RPC implementation for your Flask-powered sites.,219.0,213.0,16.0,21,True,['flask'],2022-10-19 14:18:10.000,2.2.2,15.0,1.0,5.0,232.0,,rpc,https://pypi.org/project/rpc,2012-04-28 13:01:16.000,6.0,232.0,,,,3.0,,,,,,,,,-2.0,,,,,,,,,, +511,Starlette Prometheus,perdy/starlette-prometheus,monitoring,,https://github.com/perdy/starlette-prometheus,https://github.com/perdy/starlette-prometheus,GPL-3.0,2019-01-10 15:49:38.000,2022-12-08 13:21:24.000,2022-01-10 15:26:57,63.0,28,3.0,22.0,6.0,15.0,236,Prometheus integration for Starlette.,241.0,236.0,14.0,21,False,['fastapi'],2022-01-10 15:27:16.000,0.9.0,10.0,,10.0,67629.0,,starlette-prometheus,https://pypi.org/project/starlette-prometheus,2022-01-10 15:27:06.000,5.0,67629.0,,,,3.0,,,,,,,,,,,,,,,,,,, +512,flama,perdy/flama,web-frameworks,,https://github.com/vortico/flama,https://github.com/vortico/flama,Apache-2.0,2018-09-27 15:29:54.000,2023-01-26 18:07:32.000,2023-01-26 18:07:22,329.0,14,9.0,26.0,5.0,39.0,225,Fire up your models with the flame.,11.0,10.0,9.0,21,True,,2023-01-24 20:54:01.108,1.0.1,17.0,153.0,75.0,263.0,,flama,https://pypi.org/project/flama,2023-01-24 20:54:01.108,1.0,261.0,,,,3.0,,,,,,,,,,,,,,,vortico/flama,,,, +513,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,41,13.0,14.0,4.0,6.0,150,Simple GraphQL client for Python 2.7+.,292.0,280.0,6.0,21,False,,2021-03-04 21:32:03.000,0.4.3,9.0,,,143983.0,,python-graphql-client,https://pypi.org/project/python-graphql-client,2021-03-04 21:32:03.000,12.0,143983.0,,,,3.0,,,,,,,,,,,,,,,,,,, +514,gabbi,cdent/gabbi,testing,,https://github.com/cdent/gabbi,https://github.com/cdent/gabbi,Apache-2.0,2014-12-12 14:46:59.000,2022-09-23 14:34:01.284,2022-09-23 14:20:24,788.0,33,7.0,171.0,21.0,129.0,139,Declarative HTTP Testing for Python and anything else.,109.0,,28.0,21,True,,2022-09-23 14:34:01.284,2.8.0,124.0,,,8102.0,,gabbi,https://pypi.org/project/gabbi,2022-09-23 14:34:01.284,109.0,8102.0,,,,3.0,,,,,,,,,,,,,,,,,,, +515,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.,115.0,,35.0,21,True,['pyramid'],2016-12-13 20:48:50.000,0.15.1,24.0,,,27931.0,,pyramid_mailer,https://pypi.org/project/pyramid_mailer,2016-12-13 20:48:50.000,115.0,27931.0,,,,3.0,,,,,,,,,,,,,,,,,,, +516,toapi,gaojiuli/toapi,others,,https://github.com/gaojiuli/toapi,https://github.com/gaojiuli/toapi,MIT,2017-11-27 08:40:55.000,2022-07-05 22:11:04.000,2021-06-28 01:58:45,462.0,230,78.0,84.0,8.0,48.0,3363,Every web site provides APIs.,27.0,19.0,12.0,20,False,,2021-06-28 01:56:50.000,2.1.3,40.0,,,27.0,,toapi,https://pypi.org/project/toapi,2021-06-28 01:56:50.000,8.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,, +517,gmail,charlierguo/gmail,email,,https://github.com/charlierguo/gmail,https://github.com/charlierguo/gmail,MIT,2013-07-29 03:46:41.000,2021-03-02 05:41:37.000,2014-02-04 22:59:23,73.0,358,90.0,40.0,58.0,10.0,1700,A Pythonic interface for Google Mail.,19.0,,14.0,20,False,,2017-08-07 19:59:52.000,0.6.3,10.0,,,5230.0,,gmail,https://pypi.org/project/gmail,2017-08-07 19:59:52.000,19.0,5230.0,,,,3.0,,,,,,,,,,,,,,,,,,, +518,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,58.0,86.0,30.0,40.0,997,A Django app to accept payments from various payment processors via Pluggable backends.,32.0,26.0,49.0,20,False,['django'],,,9.0,,,167.0,,django-merchant,https://pypi.org/project/django-merchant,2013-12-02 07:13:21.000,6.0,167.0,,,,3.0,,,,,,,,,,,,,,,,,,, +519,flask-mongorest,closeio/flask-mongorest,web-frameworks,,https://github.com/closeio/flask-mongorest,https://github.com/closeio/flask-mongorest,BSD-3-Clause,2012-06-12 18:40:14.000,2022-09-12 18:52:55.000,2022-09-12 18:52:55,305.0,89,44.0,82.0,27.0,38.0,526,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,,,259.0,,Flask-MongoRest,https://pypi.org/project/Flask-MongoRest,2019-08-26 10:51:10.000,27.0,259.0,,,,3.0,,,,,,,,,,,,,,,,,,, +520,molotov,loads/molotov,testing,,https://github.com/tarekziade/molotov,https://github.com/tarekziade/molotov,Apache-2.0,2015-05-04 09:17:25.000,2022-11-25 04:15:16.000,2022-11-25 04:15:16,483.0,30,16.0,39.0,15.0,98.0,417,Load Testing Tool.,109.0,96.0,15.0,20,True,,2017-03-22 08:05:08.000,0.6.2,21.0,1.0,,23638.0,,molotov,https://pypi.org/project/molotov,2022-10-21 18:37:01.226,13.0,23638.0,,,,3.0,,,,,,,,,,,,,,,tarekziade/molotov,,,, +521,fastapi-mvc,rszamszur/fastapi-mvc,fastapi-utils,,https://github.com/fastapi-mvc/fastapi-mvc,https://github.com/fastapi-mvc/fastapi-mvc,MIT,2021-07-25 14:11:38.000,2023-02-12 16:18:49.000,2023-02-12 14:04:49,1042.0,34,5.0,117.0,19.0,99.0,303,Developer productivity tool for making high-quality FastAPI production-ready APIs.,,,6.0,20,True,['fastapi'],2023-02-12 16:20:02.478,0.26.0,33.0,126.0,124.0,284.0,,fastapi-mvc,https://pypi.org/project/fastapi-mvc,2023-01-09 21:14:25.244,,278.0,,,,3.0,,,,,,,,,,,,,,,fastapi-mvc/fastapi-mvc,,,, +522,starlette_exporter,stephenhillier/starlette_exporter,fastapi-utils,,https://github.com/stephenhillier/starlette_exporter,https://github.com/stephenhillier/starlette_exporter,Apache-2.0,2019-10-26 22:04:25.000,2023-02-14 23:30:38.000,2023-01-20 07:06:23,155.0,20,1.0,28.0,3.0,30.0,234,Prometheus exporter for Starlette and FastAPI.,4.0,,15.0,20,True,['fastapi'],2023-01-20 07:12:40.000,0.15.1,19.0,9.0,,326141.0,,starlette_exporter,https://pypi.org/project/starlette_exporter,2023-01-20 07:10:00.442,4.0,326141.0,,,,3.0,,,,,,,,,,,,,,,,,,, +523,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,2022-12-09 09:12:34.000,2022-11-18 07:42:40,165.0,23,14.0,23.0,8.0,17.0,203,JSON-RPC server based on fastapi.,28.0,27.0,10.0,20,True,['fastapi'],2022-11-09 13:18:51.462,2.4.1,60.0,,,3646.0,,fastapi-jsonrpc,https://pypi.org/project/fastapi-jsonrpc,2022-11-09 13:18:51.462,1.0,3646.0,,,,3.0,,,,,,,,,,,,,,,,,,, +524,graphene-pydantic,graphql-python/graphene-pydantic,graphql,,https://github.com/graphql-python/graphene-pydantic,https://github.com/graphql-python/graphene-pydantic,Apache-2.0,2019-06-20 00:49:40.000,2023-01-31 20:22:55.000,2023-01-09 02:42:44,186.0,38,7.0,47.0,16.0,27.0,179,Integrate GraphQL with your Pydantic models.,2.0,,16.0,20,True,['graphql'],2022-09-20 05:04:48.864,0.4.0,12.0,3.0,,9949.0,,graphene-pydantic,https://pypi.org/project/graphene-pydantic,2022-09-20 05:04:48.864,2.0,9949.0,,,,3.0,,,,,,,,,,,,,,,,,,, +525,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,2021-10-11 22:11:27.000,2019-10-22 00:14:18,66.0,41,12.0,26.0,18.0,13.0,133,OpenTracing instrumentation for the Flask microframework.,434.0,407.0,15.0,20,False,['flask'],2019-10-22 00:20:30.000,1.1.0,12.0,,,163523.0,,Flask-Opentracing,https://pypi.org/project/Flask-Opentracing,2019-10-22 00:20:30.000,27.0,163523.0,,,,3.0,,,,,,,,,,,,,,,,,,, +526,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,2022-05-13 16:04:42.000,2019-04-28 13:53:50,26.0,43,5.0,11.0,18.0,5.0,118,A simple way to demo Flask apps from your machine.,2231.0,2221.0,2.0,20,False,['flask'],2018-09-09 19:48:38.000,0.0.25,16.0,,,346700.0,,flask-ngrok,https://pypi.org/project/flask-ngrok,2018-09-09 19:48:38.000,10.0,346700.0,,,,3.0,,,,,,,,,,,,,,,,,,, +527,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-01-20 12:57:13.000,2023-01-20 12:57:13,175.0,24,33.0,61.0,3.0,29.0,91,Flask like web framework for AWS Lambda.,10.0,10.0,22.0,20,True,,2022-09-19 18:31:08.002,12.0.1,49.0,1.0,,767.0,,lambdarest,https://pypi.org/project/lambdarest,2021-09-22 10:32:52.000,,767.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,2022-11-16 16:33:43.000,2022-11-16 16:33:40,215.0,226,74.0,39.0,14.0,31.0,1983,Tool to scan for secret files on HTTP servers.,3.0,3.0,17.0,19,False,,2022-01-31 20:30:27.000,0.0.12,12.0,,,186.0,,snallygaster,https://pypi.org/project/snallygaster,2022-01-31 20:30:27.000,,186.0,,,,3.0,,,,,,,,,,,,,,,,,,, +529,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,2022-03-17 03:37:35.000,2022-03-17 03:37:22,327.0,33,16.0,7.0,1.0,20.0,643,Fast C based HTML 5 parsing for python.,16.0,,6.0,19,True,,2021-09-22 07:01:46.000,0.4.10,18.0,,,50409.0,,html5-parser,https://pypi.org/project/html5-parser,2021-09-22 07:01:46.000,16.0,50409.0,,,,3.0,,,,,,,,,,,,,,,,,,, +530,Kotti,Kotti/Kotti,cms,,https://github.com/Kotti/Kotti,https://github.com/Kotti/Kotti,BSD,2011-01-28 15:42:02.000,2022-09-16 19:13:21.000,2022-07-03 18:00:41,2993.0,116,41.0,379.0,50.0,166.0,394,"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible..",227.0,227.0,66.0,19,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +531,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,81,27.0,54.0,19.0,46.0,306,Python blogging engine.,107.0,77.0,39.0,19,False,,2019-12-06 00:18:53.000,1.7.2,24.0,,,60.0,,tinkerer,https://pypi.org/project/tinkerer,2021-12-15 13:47:04.512,30.0,60.0,,,,3.0,,,,,,,,,,,,,,,,,,, +532,fastapi-plugins,madkote/fastapi-plugins,fastapi-utils,,https://github.com/madkote/fastapi-plugins,https://github.com/madkote/fastapi-plugins,MIT,2019-11-20 11:41:50.000,2023-02-10 08:45:47.000,2023-02-10 08:45:42,80.0,18,3.0,4.0,3.0,12.0,250,FastAPI framework plugins.,87.0,86.0,3.0,19,True,['fastapi'],2022-09-20 06:12:00.357,0.11.0,18.0,6.0,,5480.0,,fastapi-plugins,https://pypi.org/project/fastapi-plugins,2022-09-20 06:12:00.357,1.0,5480.0,,,,3.0,,,,,,,,,,,,,,,,,,, +533,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-02-07 04:14:00.000,2022-11-23 16:28:14,41.0,20,5.0,14.0,13.0,13.0,219,Easily integrate socket.io with your FastAPI app.,203.0,202.0,6.0,19,True,['fastapi'],2021-12-06 08:10:52.000,0.0.9,13.0,2.0,,12337.0,,fastapi-socketio,https://pypi.org/project/fastapi-socketio,2021-12-06 08:10:52.000,1.0,12337.0,,,,3.0,,,,,,,,,,,,,,,,,,, +534,flask-msearch,honmaple/flask-msearch,flask-utils,,https://github.com/honmaple/flask-msearch,https://github.com/honmaple/flask-msearch,BSD-3-Clause,2017-04-15 16:31:48.000,2021-06-05 18:11:41.000,2021-06-04 02:17:35,59.0,27,7.0,13.0,13.0,33.0,199,Full text search for flask.,468.0,456.0,4.0,19,False,['flask'],2020-05-18 15:17:04.000,0.2.9,22.0,,,911.0,,flask-msearch,https://pypi.org/project/flask-msearch,2021-06-04 02:18:48.000,12.0,911.0,,,,3.0,,,,,,,,,,,,,,,,,,, +535,django-codemod,browniebroke/django-codemod,django-utils,,https://github.com/browniebroke/django-codemod,https://github.com/browniebroke/django-codemod,MIT,2020-05-06 21:37:14.000,2023-02-16 00:25:18.000,2023-02-16 00:25:16,1344.0,16,2.0,703.0,10.0,31.0,157,A tool to automatically fix Django deprecations.,2.0,2.0,21.0,19,True,['django'],2023-01-10 22:42:07.941,1.11.4,83.0,36.0,464.0,782.0,,django-codemod,https://pypi.org/project/django-codemod,2023-01-10 22:42:07.941,,768.0,,,,3.0,,,,,,,,,,,,,,,,,,, +536,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-02-14 21:34:23.000,2022-06-13 09:29:26,55.0,15,4.0,37.0,10.0,14.0,125,A framework-agnostic library for testing ASGI web applications.,424.0,405.0,14.0,19,True,,2022-06-13 09:30:07.000,1.4.11,31.0,,,44572.0,,async-asgi-testclient,https://pypi.org/project/async-asgi-testclient,2022-06-13 09:30:07.000,19.0,44572.0,,,,3.0,,,,,,,,,,,,,,,,,,, +537,aresponses,aresponses/aresponses,testing,,https://github.com/aresponses/aresponses,https://github.com/aresponses/aresponses,MIT,2017-09-06 08:54:59.000,2022-07-02 07:30:01.000,2022-07-01 06:00:35,138.0,18,16.0,43.0,1.0,30.0,96,Asyncio http mocking. Similar to the responses library used for requests.,578.0,530.0,14.0,19,True,,2022-07-01 06:04:27.000,2.1.6,24.0,,,32622.0,,aresponses,https://pypi.org/project/aresponses,2022-07-01 06:04:27.000,48.0,32622.0,,,,3.0,,,,,,,,,,,,,,,,,,, +538,gain,gaojiuli/gain,web-scraping,,https://github.com/gaojiuli/gain,https://github.com/gaojiuli/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,77.0,15.0,8.0,28.0,2015,Web crawling framework based on asyncio.,31.0,30.0,10.0,18,False,,2017-06-19 01:18:41.000,0.1.4,5.0,,,37.0,,gain,https://pypi.org/project/gain,2017-06-19 01:18:41.000,1.0,37.0,,,,3.0,,,,,,,,,,,,,,,,,,, +539,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-02-11 00:33:11.000,2022-02-18 04:40:27,150.0,254,36.0,129.0,35.0,37.0,1509,"Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker.",,,13.0,18,True,['fastapi'],2021-02-02 23:59:57.000,1.2.0,2.0,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +540,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-02-14 22:04:52.000,2021-08-24 17:12:25,93.0,57,9.0,33.0,31.0,17.0,495,api versioning for fastapi web applications.,5.0,,16.0,18,False,['fastapi'],2021-08-24 17:06:33.000,0.10.0,10.0,,,49149.0,,fastapi-versioning,https://pypi.org/project/fastapi-versioning,2021-08-24 17:06:33.000,5.0,49149.0,,,,3.0,,,,,,,,,,,,,,,,,,, +541,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,2022-10-30 06:32:55.000,2020-11-11 05:05:27,123.0,81,7.0,17.0,43.0,36.0,482,"FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight).",6.0,,3.0,18,False,['fastapi'],2020-11-06 11:15:11.000,0.5.0,7.0,,,39756.0,,fastapi-jwt-auth,https://pypi.org/project/fastapi-jwt-auth,2020-11-06 11:10:56.000,6.0,39756.0,,,,3.0,,,,,,,,,,,,,,,,,,, +542,pyramid_swagger,striglia/pyramid_swagger,openapi-utils,,https://github.com/striglia/pyramid_swagger,https://github.com/striglia/pyramid_swagger,BSD-3-Clause,2014-05-24 00:43:16.000,2022-09-18 16:33:52.000,2022-09-18 16:33:51,571.0,47,13.0,139.0,24.0,86.0,64,Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.,2.0,,39.0,18,True,['pyramid'],2019-05-07 14:20:39.000,2.7.0,27.0,,,11632.0,,pyramid_swagger,https://pypi.org/project/pyramid_swagger,2019-05-07 14:20:39.000,2.0,11632.0,,,,3.0,,,,,,,,,,,,,,,,,,, +543,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-02-06 08:01:26.000,2022-09-07 18:59:30,228.0,9,9.0,222.0,4.0,15.0,60,"tartiflette-aiohttp is a wrapper of aiohttp which includes the Tartiflette GraphQL Engine, do not hesitate to take a..",55.0,51.0,11.0,18,True,,2021-11-15 10:12:31.000,1.4.1,31.0,,,1895.0,,tartiflette-aiohttp,https://pypi.org/project/tartiflette-aiohttp,2021-11-15 10:02:16.000,4.0,1895.0,,,,3.0,,,,,,,,,,,,,,,,,,, +544,InstaPy,timgrossmann/InstaPy,third-party-apis,,,https://github.com/timgrossmann/InstaPy,GPL-3.0,,2022-01-19 04:05:04.000,,,3664,,,,,14847,Tool for automated Instagram interactions.,11.0,,,17,False,,2022-01-19 04:05:04.000,0.6.16,52.0,,,3577.0,,instapy,https://pypi.org/project/instapy,2022-01-19 04:05:04.000,11.0,3577.0,,,,3.0,,,,,,,,,,,,,,,,,,, +545,flask_jsondash,christabor/flask_jsondash,flask-utils,,https://github.com/christabor/flask_jsondash,https://github.com/christabor/flask_jsondash,MIT,2016-02-18 04:34:48.000,2022-07-08 00:23:11.000,2022-07-08 00:23:11,773.0,294,103.0,84.0,50.0,112.0,3263,Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.,,,7.0,17,True,['flask'],2017-06-13 18:56:28.000,6.2.3,11.0,,,19.0,,flask_jsondash,https://pypi.org/project/flask_jsondash,2017-06-13 18:53:34.000,,19.0,,,,3.0,,,,,,,,,,,,,,,,,,, +546,salmon,moggers87/salmon,email,,https://github.com/moggers87/salmon,https://github.com/moggers87/salmon,GPL-3.0,2013-05-07 11:29:42.000,2022-07-14 22:53:58.000,2022-06-06 01:17:40,444.0,59,19.0,70.0,17.0,73.0,585,A Python Mail Server.,19.0,18.0,15.0,17,True,,2019-12-31 19:27:38.000,3.2.0,12.0,,80.0,734.0,,salmon-mail,https://pypi.org/project/salmon-mail,2019-12-31 19:27:28.000,1.0,732.0,,,,3.0,,,,,,,,,,,,,,,,,,, +547,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,72,37.0,99.0,16.0,120.0,486,A complete test automation tool.,6.0,5.0,20.0,17,False,,2021-07-30 15:38:36.000,0.10.1,36.0,,53.0,66.0,,golem-framework,https://pypi.org/project/golem-framework,2021-07-30 15:31:26.000,1.0,65.0,,,,3.0,,,,,,,,,,,,,,,,,,, +548,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,13,4.0,54.0,13.0,60.0,147,Easy file uploads for Flask.,67.0,67.0,6.0,17,True,['flask'],2021-12-07 13:25:50.000,0.2.1,25.0,3.0,,141.0,,flask-file-upload,https://pypi.org/project/flask-file-upload,2021-12-07 13:25:50.000,,141.0,,,,3.0,,,,,,,,,,,,,,,,,,, +549,pyramid_celery,sontek/pyramid_celery,pyramid-utils,,https://github.com/sontek/pyramid_celery,https://github.com/sontek/pyramid_celery,MIT,2011-11-05 09:07:26.000,2022-02-14 10:25:31.000,2021-02-24 02:40:04,189.0,67,12.0,54.0,17.0,32.0,102,Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your..,1.0,,25.0,17,False,['pyramid'],2021-02-24 02:34:47.000,4.0.0,11.0,,,6765.0,,pyramid_celery,https://pypi.org/project/pyramid_celery,2021-02-24 02:34:47.000,1.0,6765.0,,,,3.0,,,,,,,,,,,,,,,,,,, +550,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-02-06 08:01:33.000,2022-05-20 21:14:37,166.0,16,7.0,135.0,12.0,43.0,99,ASGI support for the Tartiflette GraphQL engine.,17.0,16.0,14.0,17,True,['graphql'],2022-05-20 21:20:14.000,0.12.0,7.0,,,698.0,,tartiflette-asgi,https://pypi.org/project/tartiflette-asgi,2022-05-20 21:20:14.000,1.0,698.0,,,,3.0,,,,,,,,,,,,,,,,,,, +551,Flask-GraphQL-Auth,NovemberOscar/Flask-GraphQL-Auth,graphql,,https://github.com/NovemberOscar/Flask-GraphQL-Auth,https://github.com/NovemberOscar/Flask-GraphQL-Auth,MIT,2018-04-19 00:41:39.000,2023-02-16 01:29:37.000,2021-06-16 13:33:51,120.0,12,7.0,14.0,6.0,13.0,64,(UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to provide JWT authentication for Flask-GraphQL.,182.0,178.0,7.0,17,False,['flask'],2021-04-19 04:21:50.000,1.3.3,14.0,,,3193.0,,flask-graphql-auth,https://pypi.org/project/flask-graphql-auth,2021-04-19 04:19:08.000,4.0,3193.0,,,,3.0,,,,,,,,,,,,,,,,,,, +552,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,2022-09-10 23:46:11.000,2020-06-25 16:43:52,12.0,250,81.0,20.0,24.0,12.0,4302,Nginx UI allows you to access and modify the nginx configurations files without cli.,,,3.0,16,False,,2020-06-28 15:17:10.000,0.2,1.0,,,16305.0,,,,,,,,,,3.0,,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020-06-25 16:45:27.170206,16.0,538069.0,,,,, +553,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,211.0,24.0,42.0,29.0,4110,A testing system for catching visual regressions in Web applications.,2.0,2.0,7.0,16,False,,,,5.0,,,12.0,,huxley,https://pypi.org/project/huxley,2014-03-27 18:23:28.000,,12.0,,,,3.0,,,,,,,,,,,,,,,,,,, +554,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,,,631.0,,igramscraper,https://pypi.org/project/igramscraper,2020-05-25 18:11:03.000,2.0,631.0,,,,3.0,,,,,,,,,,,,,,,,,,, +555,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,26,8.0,157.0,6.0,22.0,548,Opinionated set of utilities on top of FastAPI.,,,11.0,16,False,['fastapi'],2021-06-03 13:58:16.000,0.2.11,34.0,,,6506.0,,fastapi_contrib,https://pypi.org/project/fastapi_contrib,2021-06-03 13:49:33.000,,6506.0,,,,3.0,,,,,,,,,,,,,,,,,,, +556,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,40,24.0,19.0,3.0,19.0,501,Extract data from websites using basic statistical magic.,27.0,18.0,3.0,16,False,,2015-06-28 22:20:05.000,0.0.12,4.0,,,9.0,,libextract,https://pypi.org/project/libextract,2015-06-28 22:20:05.000,9.0,9.0,,,,3.0,,,,,,,,,,,,,,,,,,, +557,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,2021-10-30 08:41:53.000,2021-10-25 13:10:41,87.0,35,9.0,15.0,2.0,15.0,182,Simple Login - Login Extension for Flask - maintainer @cuducos.,2.0,,10.0,16,False,['flask'],2021-10-25 13:13:37.000,0.1.1,3.0,,,31506.0,,flask_simplelogin,https://pypi.org/project/flask_simplelogin,2021-10-25 13:13:37.000,2.0,31506.0,,,,3.0,,,,,,,,,,,,,,,,,,, +558,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,12.0,77.0,8.0,20.0,95,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",23.0,,19.0,16,False,['pyramid'],,,5.0,,,7179.0,,apex,https://pypi.org/project/apex,2021-12-15 14:18:14.200,23.0,7179.0,,,,3.0,,,,,,,,,,,,,,,,,,, +559,Astra,flipkart-incubator/Astra,testing,,https://github.com/flipkart-incubator/Astra,https://github.com/flipkart-incubator/Astra,Apache-2.0,2018-01-10 11:56:11.000,2023-02-16 09:38:42.000,2023-02-16 09:33:40,487.0,354,84.0,59.0,53.0,28.0,2175,Automated Security Testing For REST APIs.,,,12.0,15,True,,,,,1.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +560,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,217,A python module to parse the Open Graph Protocol.,121.0,97.0,8.0,15,False,,,,3.0,,,883.0,,opengraph,https://pypi.org/project/opengraph,2012-05-25 23:25:52.000,24.0,883.0,,,,3.0,,,,,,,,,,,,,,,,,,, +561,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,16,2.0,7.0,7.0,3.0,189,FastAPI simple cache.,53.0,53.0,7.0,15,False,['fastapi'],2020-07-26 14:43:22.000,0.0.1,1.0,,,6936.0,,fastapi_cache,https://pypi.org/project/fastapi_cache,2020-07-26 14:05:51.000,,6936.0,,,,3.0,,,,,,,,,,,,,,,,,,, +562,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,2021-05-07 20:41:09.000,2021-05-07 20:41:09,85.0,10,14.0,11.0,,5.0,78,A service layer for pyramid.,24.0,,6.0,15,False,['pyramid'],2015-02-17 08:24:43.000,0.1.1,9.0,,,7701.0,,pyramid_services,https://pypi.org/project/pyramid_services,2019-04-22 16:42:26.000,24.0,7701.0,,,,3.0,,,,,,,,,,,,,,,,,,, +563,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,30,6.0,34.0,10.0,20.0,73,JWT authentication for Pyramid.,,,12.0,15,False,['pyramid'],2020-10-09 08:00:32.000,1.6.1,10.0,,,9969.0,,pyramid_jwt,https://pypi.org/project/pyramid_jwt,2020-05-05 15:16:08.000,,9969.0,,,,3.0,,,,,,,,,,,,,,,,,,, +564,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,20.0,3.0,5.0,11.0,686,A micro web-framework using asyncio coroutines and chained middleware.,2.0,,5.0,14,False,,2016-10-16 15:29:10.000,0.8.0,10.0,,,23.0,,growler,https://pypi.org/project/growler,2016-10-16 15:29:10.000,2.0,23.0,,,,3.0,,,,,,,,,,,,,,,,,,, +565,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-01-22 03:45:47.000,2020-10-05 14:24:37,44.0,35,11.0,7.0,7.0,3.0,328,row level security for FastAPI framework.,,,1.0,14,False,['fastapi'],2020-10-05 14:18:40.000,0.2.7,10.0,,,5060.0,,fastapi-permissions,https://pypi.org/project/fastapi-permissions,2020-10-05 14:18:40.000,,5060.0,,,,3.0,,,,,,,,,,,,,,,,,,, +566,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,2022-10-12 12:55:22.000,2021-02-11 19:35:35,36.0,31,8.0,19.0,9.0,7.0,293,FastAPI client generator.,269.0,269.0,8.0,14,False,['fastapi'],,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, +567,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,306,77.0,5.0,7.0,3.0,2094,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,,,,,,,,,,,,,,,,,,, +568,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,817,"A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over..",,,17.0,13,False,['django'],,,1.0,,,2.0,,django-schedule-frinat,https://pypi.org/project/django-schedule-frinat,2014-02-24 14:31:35.000,,2.0,,,,3.0,,,,,,,,,,,,,,,,,,,BSD-3-Clause +569,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,53,17.0,26.0,6.0,18.0,624,Display machine state using Python3 with Flask.,2.0,2.0,10.0,13,False,['flask'],2021-06-18 07:47:50.000,1.1.4,16.0,,,15.0,,Flask-State,https://pypi.org/project/Flask-State,2021-06-18 07:47:50.000,,15.0,,,,3.0,,,,,,,,,,,,,,,,,,, +570,Transistor,bomquote/transistor,web-scraping,,https://github.com/bomquote/transistor,https://github.com/bomquote/transistor,MIT,2018-11-12 15:25:51.000,2023-01-25 04:59:39.000,2020-08-16 21:52:05,198.0,20,10.0,272.0,60.0,3.0,212,"Transistor, a Python web scraping framework for intelligent use cases.",,,2.0,13,False,,2020-08-03 20:20:32.000,0.2.4,7.0,,74.0,23.0,,transistor,https://pypi.org/project/transistor,2020-08-03 20:12:39.000,,22.0,,,,3.0,,,,,,,,,,,,,,,,,,, +571,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,9.0,6.0,5.0,2.0,139,Generate a Postman collection from your Flask application.,15.0,14.0,5.0,13,True,['flask'],2020-01-16 15:13:52.000,1.4.4,18.0,,,1004.0,,flask2postman,https://pypi.org/project/flask2postman,2020-01-16 15:13:52.000,1.0,1004.0,,,,3.0,,,,,,,,,,,,,,,,,,, +572,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,9.0,6.0,2.0,5.0,301,A universal package of scraper scripts for humans.,,,4.0,11,False,,2021-02-07 18:16:28.000,1.1.2,19.0,,,8.0,,scrapera,https://pypi.org/project/scrapera,2021-02-07 18:22:49.000,,8.0,,,,3.0,,,,,,,,,,,,,,,,,,, +573,fastapi-lazy,yezz123/fastapi-lazy,fastapi-utils,,https://github.com/yezz123/fastapi-lazy,https://github.com/yezz123/fastapi-lazy,MIT,2021-09-30 14:25:29.000,2022-01-30 01:46:04.000,2021-12-29 13:50:55,36.0,12,7.0,21.0,4.0,1.0,97,Lazy package to start your project using FastAPI.,,,2.0,10,False,['fastapi'],2021-11-21 11:00:44.000,1.2.6,9.0,,,17.0,,fastapi-lazy,https://pypi.org/project/fastapi-lazy,2021-11-21 11:00:44.000,,17.0,,,,3.0,,,,,,,,,,,,,,,,,,, +574,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,2022-07-01 08:27:39.000,2022-07-01 08:11:18,21.0,7,6.0,,,2.0,24,"Python tool to traceroute with IP geolocation information, such as country, region, city, isp and many more.",1.0,1.0,2.0,10,False,,2022-07-01 08:27:39.000,3.1.3,15.0,,,78.0,,IP2Trace,https://pypi.org/project/IP2Trace,2022-07-01 08:25:29.000,,78.0,,,,3.0,,,,,,,,,,,,,,,,,,, +575,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,2022-11-21 10:49:18.000,2022-11-18 11:15:39,74.0,6,2.0,17.0,3.0,3.0,101,ASGI middleware to record and emit timing metrics (to something like statsd).,20.0,20.0,3.0,7,False,,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index 770d7e30..e95d5af0 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,25 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- starlette (πŸ₯ˆ39 Β· ⭐ 7.9K Β· πŸ“ˆ) - The little ASGI framework that shines. BSD-3 -- uvicorn (πŸ₯‡39 Β· ⭐ 6.1K Β· πŸ“ˆ) - An ASGI web server, for Python. BSD-3 -- ariadne (πŸ₯ˆ33 Β· ⭐ 2K Β· πŸ“ˆ) - Python library for implementing GraphQL servers using schema-.. BSD-3 -- pymdown-extensions (πŸ₯ˆ33 Β· ⭐ 710 Β· πŸ“ˆ) - Extensions for Python Markdown. MIT -- requests-toolbelt (πŸ₯‰30 Β· ⭐ 900 Β· πŸ“ˆ) - A toolbelt of useful classes and functions to be used.. Apache-2 +- soupsieve (πŸ₯‡32 Β· ⭐ 160 Β· πŸ“ˆ) - A modern CSS selector implementation for BeautifulSoup. MIT +- django-cleanup (πŸ₯‰28 Β· ⭐ 860 Β· πŸ“ˆ) - Automatically deletes old file for FileField and.. MIT +- scdl (πŸ₯‰27 Β· ⭐ 2.6K Β· πŸ“ˆ) - Soundcloud Music Downloader. ❗️GPL-2.0 +- markdown-it-py (πŸ₯‰27 Β· ⭐ 420 Β· πŸ“ˆ) - Markdown parser, done right. 100% CommonMark support,.. MIT +- asgi-lifespan (πŸ₯‰22 Β· ⭐ 130 Β· πŸ“ˆ) - Programmatic startup/shutdown of ASGI apps. 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._ -- tweepy (πŸ₯‡40 Β· ⭐ 9.5K Β· πŸ“‰) - Twitter for Python!. MIT -- praw (πŸ₯ˆ36 Β· ⭐ 3K Β· πŸ“‰) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2 -- swagger-ui (πŸ₯‡35 Β· ⭐ 23K Β· πŸ“‰) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- python-zeep (πŸ₯ˆ34 Β· ⭐ 1.8K Β· πŸ“‰) - A Python SOAP client. MIT -- Flask-Opentracing (πŸ₯‰18 Β· ⭐ 130 Β· πŸ’€) - OpenTracing instrumentation for the Flask.. BSD-3 +- wagtail (πŸ₯‡40 Β· ⭐ 14K Β· πŸ“‰) - A Django content management system focused on flexibility and.. BSD-3 +- asgiref (πŸ₯ˆ36 Β· ⭐ 1.2K Β· πŸ“‰) - ASGI specification and utilities. BSD-3 +- django-oscar (πŸ₯‡35 Β· ⭐ 5.6K Β· πŸ“‰) - Domain-driven e-commerce for Django. BSD-3 +- stripe (πŸ₯ˆ35 Β· ⭐ 1.3K Β· πŸ“‰) - Python library for the Stripe API. MIT +- flask-jsonrpc (πŸ₯‰21 Β· ⭐ 270 Β· πŸ“‰) - Basic JSON-RPC implementation for your Flask-powered.. BSD-3 + +## βž• Added Projects + +_Projects that were recently added to this best-of list._ + +- robyn (πŸ₯‰26 Β· ⭐ 2.4K Β· βž•) - Robyn is a fast and extensible async python web server with a rust.. BSD-2