diff --git a/README.md b/README.md
index abc2214e..06af5a2b 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,14 @@
-
+
-This curated list contains 540 awesome open-source projects with a total of 1.9M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-web-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-web-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml). Contributions are very welcome!
+This curated list contains 550 awesome open-source projects with a total of 1.9M stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from Github and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-web-python/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-web-python/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-web-python/edit/main/projects.yaml). Contributions are very welcome!
---
@@ -57,7 +57,7 @@ This curated list contains 540 awesome open-source projects with a total of 1.9M
- [FastAPI Utilities](#fastapi-utilities) _12 projects_
- [Pyramid Utilities](#pyramid-utilities) _3 projects_
- [Django Utilities](#django-utilities) _76 projects_
-- [Others](#others) _51 projects_
+- [Others](#others) _52 projects_
## Explanation
- 🥇🥈🥉 Combined project-quality score
@@ -91,232 +91,220 @@ _General purpose web frameworks to build web applications and REST APIs._
flask (🥇39 · ⭐ 54K) - The Python micro framework for building web applications. BSD-3
-- [GitHub](https://github.com/pallets/flask) (👨💻 710 · 🔀 14K · 📥 4.8K · 📦 680K · 📋 2.1K - 1% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/pallets/flask) (👨💻 710 · 🔀 14K · 📥 4.8K · 📦 700K · 📋 2.1K - 1% open · ⏱️ 22.03.2021):
```
git clone https://github.com/pallets/flask
```
-- [PyPi](https://pypi.org/project/flask) (📥 8.6M / month · 📦 230K · ⏱️ 03.04.2020):
+- [PyPi](https://pypi.org/project/flask) (📥 7.1M / month · 📦 230K · ⏱️ 03.04.2020):
```
pip install flask
```
-- [Conda](https://anaconda.org/conda-forge/flask) (📥 1.7M · ⏱️ 03.04.2020):
+- [Conda](https://anaconda.org/conda-forge/flask) (📥 1.8M · ⏱️ 03.04.2020):
```
conda install -c conda-forge flask
```
-django-rest-framework (🥇38 · ⭐ 20K) - Web APIs for Django. BSD-3
+django (🥇37 · ⭐ 57K) - The Web framework for perfectionists with deadlines. BSD-3
-- [GitHub](https://github.com/encode/django-rest-framework) (👨💻 1.2K · 🔀 5.6K · 📦 200K · 📋 3.8K - 6% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/django/django) (👨💻 2.5K · 🔀 24K · 📦 640K · ⏱️ 01.04.2021):
```
- git clone https://github.com/encode/django-rest-framework
+ git clone https://github.com/django/django
```
-- [PyPi](https://pypi.org/project/django-rest-framework) (📥 480K / month · 📦 750 · ⏱️ 20.07.2017):
+- [PyPi](https://pypi.org/project/django) (📥 2.5M / month · 📦 230K · ⏱️ 18.03.2021):
```
- pip install django-rest-framework
+ pip install django
```
-- [Conda](https://anaconda.org/conda-forge/djangorestframework) (📥 340K · ⏱️ 06.01.2021):
+- [Conda](https://anaconda.org/conda-forge/django) (📥 800K · ⏱️ 19.02.2021):
```
- conda install -c conda-forge djangorestframework
+ conda install -c conda-forge django
```
-django (🥇37 · ⭐ 56K · 📉) - The Web framework for perfectionists with deadlines. BSD-3
+django-rest-framework (🥇37 · ⭐ 21K) - Web APIs for Django. BSD-3
-- [GitHub](https://github.com/django/django) (👨💻 2.5K · 🔀 24K · 📦 620K · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/encode/django-rest-framework) (👨💻 1.2K · 🔀 5.6K · 📦 210K · 📋 3.8K - 5% open · ⏱️ 01.04.2021):
```
- git clone https://github.com/django/django
+ git clone https://github.com/encode/django-rest-framework
```
-- [PyPi](https://pypi.org/project/django) (📥 3M / month · 📦 230K · ⏱️ 19.02.2021):
+- [PyPi](https://pypi.org/project/django-rest-framework) (📥 420K / month · 📦 750 · ⏱️ 20.07.2017):
```
- pip install django
+ pip install django-rest-framework
```
-- [Conda](https://anaconda.org/conda-forge/django) (📥 780K · ⏱️ 19.02.2021):
+- [Conda](https://anaconda.org/conda-forge/djangorestframework) (📥 340K · ⏱️ 26.03.2021):
```
- conda install -c conda-forge django
+ conda install -c conda-forge djangorestframework
```
tornado (🥇37 · ⭐ 20K) - Tornado is a Python web framework and asynchronous networking.. Apache-2
-- [GitHub](https://github.com/tornadoweb/tornado) (👨💻 410 · 🔀 5.3K · 📦 150K · 📋 1.7K - 13% open · ⏱️ 04.02.2021):
+- [GitHub](https://github.com/tornadoweb/tornado) (👨💻 410 · 🔀 5.3K · 📦 150K · 📋 1.7K - 13% open · ⏱️ 20.03.2021):
```
git clone https://github.com/tornadoweb/tornado
```
-- [PyPi](https://pypi.org/project/tornado) (📥 9.3M / month · 📦 48K · ⏱️ 30.10.2020):
+- [PyPi](https://pypi.org/project/tornado) (📥 8.5M / month · 📦 48K · ⏱️ 30.10.2020):
```
pip install tornado
```
-- [Conda](https://anaconda.org/conda-forge/tornado) (📥 11M · ⏱️ 08.01.2021):
+- [Conda](https://anaconda.org/conda-forge/tornado) (📥 12M · ⏱️ 08.01.2021):
```
conda install -c conda-forge tornado
```
-werkzeug (🥇37 · ⭐ 5.6K) - The comprehensive WSGI web application library. BSD-3
+werkzeug (🥇37 · ⭐ 5.7K) - The comprehensive WSGI web application library. BSD-3
-- [GitHub](https://github.com/pallets/werkzeug) (👨💻 410 · 🔀 1.5K · 📥 240 · 📦 470K · 📋 840 - 2% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/pallets/werkzeug) (👨💻 410 · 🔀 1.5K · 📥 240 · 📦 480K · 📋 840 - 2% open · ⏱️ 30.03.2021):
```
git clone https://github.com/pallets/werkzeug
```
-- [PyPi](https://pypi.org/project/werkzeug) (📥 11M / month · 📦 140K · ⏱️ 03.03.2021):
+- [PyPi](https://pypi.org/project/werkzeug) (📥 8.4M / month · 📦 140K · ⏱️ 17.03.2021):
```
pip install werkzeug
```
-- [Conda](https://anaconda.org/conda-forge/werkzeug) (📥 2.6M · ⏱️ 01.04.2020):
+- [Conda](https://anaconda.org/conda-forge/werkzeug) (📥 2.7M · ⏱️ 01.04.2020):
```
conda install -c conda-forge werkzeug
```
-sanic (🥈36 · ⭐ 15K) - Async Python 3.7+ web server/framework | Build fast. Run fast. MIT
-
-- [GitHub](https://github.com/sanic-org/sanic) (👨💻 280 · 🔀 1.3K · 📦 4.9K · 📋 970 - 4% open · ⏱️ 11.03.2021):
-
- ```
- git clone https://github.com/sanic-org/sanic
- ```
-- [PyPi](https://pypi.org/project/sanic) (📥 8M / month · 📦 530 · ⏱️ 16.02.2021):
- ```
- pip install sanic
- ```
-- [Conda](https://anaconda.org/conda-forge/sanic) (📥 110K · ⏱️ 10.03.2021):
- ```
- conda install -c conda-forge sanic
- ```
-
-bottle (🥈35 · ⭐ 7.2K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT
+bottle (🥈34 · ⭐ 7.2K) - bottle.py is a fast and simple micro-framework for python web-applications. MIT
-- [GitHub](https://github.com/bottlepy/bottle) (👨💻 220 · 🔀 1.4K · 📦 15K · 📋 830 - 36% open · ⏱️ 01.01.2021):
+- [GitHub](https://github.com/bottlepy/bottle) (👨💻 220 · 🔀 1.4K · 📦 16K · 📋 840 - 37% open · ⏱️ 01.01.2021):
```
git clone https://github.com/bottlepy/bottle
```
-- [PyPi](https://pypi.org/project/bottle) (📥 510K / month · 📦 9.7K · ⏱️ 11.11.2020):
+- [PyPi](https://pypi.org/project/bottle) (📥 430K / month · 📦 9.7K · ⏱️ 11.11.2020):
```
pip install bottle
```
-- [Conda](https://anaconda.org/conda-forge/bottle) (📥 220K · ⏱️ 10.06.2020):
+- [Conda](https://anaconda.org/conda-forge/bottle) (📥 230K · ⏱️ 10.06.2020):
```
conda install -c conda-forge bottle
```
-fastapi (🥈33 · ⭐ 28K) - FastAPI framework, high performance, easy to learn, fast to.. MIT
+fastapi (🥈33 · ⭐ 29K) - FastAPI framework, high performance, easy to learn, fast to.. MIT
-- [GitHub](https://github.com/tiangolo/fastapi) (👨💻 210 · 🔀 1.9K · 📋 2.1K - 34% open · ⏱️ 01.03.2021):
+- [GitHub](https://github.com/tiangolo/fastapi) (👨💻 210 · 🔀 2K · 📋 2.2K - 35% open · ⏱️ 27.03.2021):
```
git clone https://github.com/tiangolo/fastapi
```
-- [PyPi](https://pypi.org/project/fastapi) (📥 600K / month · 📦 280 · ⏱️ 20.12.2020):
+- [PyPi](https://pypi.org/project/fastapi) (📥 490K / month · 📦 280 · ⏱️ 20.12.2020):
```
pip install fastapi
```
-- [Conda](https://anaconda.org/conda-forge/fastapi) (📥 180K · ⏱️ 08.01.2021):
+- [Conda](https://anaconda.org/conda-forge/fastapi) (📥 200K · ⏱️ 08.01.2021):
```
conda install -c conda-forge fastapi
```
pyramid (🥈33 · ⭐ 3.5K) - Pyramid - A Python web framework. BSD-3
-- [GitHub](https://github.com/Pylons/pyramid) (👨💻 340 · 🔀 870 · 📦 9K · 📋 1K - 6% open · ⏱️ 01.03.2021):
+- [GitHub](https://github.com/Pylons/pyramid) (👨💻 340 · 🔀 870 · 📦 9K · 📋 1K - 6% open · ⏱️ 15.03.2021):
```
git clone https://github.com/Pylons/pyramid
```
-- [PyPi](https://pypi.org/project/pyramid) (📥 160K / month · 📦 5.2K · ⏱️ 01.03.2021):
+- [PyPi](https://pypi.org/project/pyramid) (📥 130K / month · 📦 5.2K · ⏱️ 01.03.2021):
```
pip install pyramid
```
-- [Conda](https://anaconda.org/anaconda/pyramid) (📥 2.6K · ⏱️ 25.02.2021):
+- [Conda](https://anaconda.org/anaconda/pyramid) (📥 2.7K · ⏱️ 25.02.2021):
```
conda install -c anaconda pyramid
```
+sanic (🥈32 · ⭐ 15K · 📉) - Async Python 3.7+ web server/framework | Build fast. Run fast. MIT
+
+- [GitHub](https://github.com/sanic-org/sanic) (👨💻 290 · 🔀 1.3K · 📦 5K · 📋 980 - 3% open · ⏱️ 23.03.2021):
+
+ ```
+ git clone https://github.com/sanic-org/sanic
+ ```
+- [PyPi](https://pypi.org/project/sanic) (📥 2.1M / month · 📦 530 · ⏱️ 23.03.2021):
+ ```
+ pip install sanic
+ ```
+- [Conda](https://anaconda.org/conda-forge/sanic) (📥 120K · ⏱️ 10.03.2021):
+ ```
+ conda install -c conda-forge sanic
+ ```
+
falcon (🥈32 · ⭐ 8.3K) - The no-nonsense, minimalist REST and app backend framework for Python.. Apache-2
-- [GitHub](https://github.com/falconry/falcon) (👨💻 170 · 🔀 810 · 📥 400 · 📦 5.3K · 📋 890 - 22% open · ⏱️ 09.03.2021):
+- [GitHub](https://github.com/falconry/falcon) (👨💻 170 · 🔀 820 · 📥 400 · 📦 5.3K · 📋 890 - 21% open · ⏱️ 29.03.2021):
```
git clone https://github.com/falconry/falcon
```
-- [PyPi](https://pypi.org/project/falcon) (📥 250K / month · 📦 3K · ⏱️ 23.12.2020):
+- [PyPi](https://pypi.org/project/falcon) (📥 190K / month · 📦 3K · ⏱️ 29.03.2021):
```
pip install falcon
```
-- [Conda](https://anaconda.org/conda-forge/falcon) (📥 170K · ⏱️ 08.01.2021):
+- [Conda](https://anaconda.org/conda-forge/falcon) (📥 180K · ⏱️ 08.01.2021):
```
conda install -c conda-forge falcon
```
-flask-restful (🥈32 · ⭐ 6K) - Simple framework for creating REST APIs. BSD-3
+flask-restful (🥈31 · ⭐ 6K) - Simple framework for creating REST APIs. BSD-3
-- [GitHub](https://github.com/flask-restful/flask-restful) (👨💻 160 · 🔀 930 · 📦 53K · 📋 550 - 20% open · ⏱️ 15.10.2020):
+- [GitHub](https://github.com/flask-restful/flask-restful) (👨💻 160 · 🔀 930 · 📦 55K · 📋 550 - 20% open · ⏱️ 15.10.2020):
```
git clone https://github.com/flask-restful/flask-restful
```
-- [PyPi](https://pypi.org/project/flask-restful) (📥 570K / month · 📦 14K · ⏱️ 06.02.2020):
+- [PyPi](https://pypi.org/project/flask-restful) (📥 440K / month · 📦 14K · ⏱️ 06.02.2020):
```
pip install flask-restful
```
-- [Conda](https://anaconda.org/conda-forge/flask-restful) (📥 77K · ⏱️ 24.03.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-restful) (📥 79K · ⏱️ 24.03.2020):
```
conda install -c conda-forge flask-restful
```
starlette (🥈31 · ⭐ 5.3K) - The little ASGI framework that shines. BSD-3
-- [GitHub](https://github.com/encode/starlette) (👨💻 140 · 🔀 440 · 📦 12K · 📋 590 - 32% open · ⏱️ 07.02.2021):
+- [GitHub](https://github.com/encode/starlette) (👨💻 150 · 🔀 460 · 📦 13K · 📋 580 - 30% open · ⏱️ 29.03.2021):
```
git clone https://github.com/encode/starlette
```
-- [PyPi](https://pypi.org/project/starlette) (📥 810K / month · 📦 580 · ⏱️ 02.02.2021):
+- [PyPi](https://pypi.org/project/starlette) (📥 660K / month · 📦 580 · ⏱️ 02.02.2021):
```
pip install starlette
```
-- [Conda](https://anaconda.org/conda-forge/starlette) (📥 170K · ⏱️ 03.02.2021):
+- [Conda](https://anaconda.org/conda-forge/starlette) (📥 180K · ⏱️ 03.02.2021):
```
conda install -c conda-forge starlette
```
Flask-AppBuilder (🥈31 · ⭐ 3.2K) - Simple and rapid application development framework,.. BSD-3
-- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (👨💻 140 · 🔀 1K · 📦 1.8K · 📋 1K - 8% open · ⏱️ 03.03.2021):
+- [GitHub](https://github.com/dpgaspar/Flask-AppBuilder) (👨💻 140 · 🔀 1K · 📦 1.8K · 📋 1K - 9% open · ⏱️ 29.03.2021):
```
git clone https://github.com/dpgaspar/Flask-AppBuilder
```
-- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 580K / month · 📦 600 · ⏱️ 15.01.2021):
+- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 540K / month · ⏱️ 16.03.2021):
```
pip install flask-appbuilder
```
-- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (📥 130K · ⏱️ 19.02.2021):
+- [Conda](https://anaconda.org/conda-forge/flask-appbuilder) (📥 130K · ⏱️ 16.03.2021):
```
conda install -c conda-forge flask-appbuilder
```
-CherryPy (🥈31 · ⭐ 1.4K) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3
-
-- [GitHub](https://github.com/cherrypy/cherrypy) (👨💻 130 · 🔀 310 · 📦 7K · 📋 1.7K - 11% open · ⏱️ 17.01.2021):
-
- ```
- git clone https://github.com/cherrypy/cherrypy
- ```
-- [PyPi](https://pypi.org/project/cherrypy) (📥 180K / month · 📦 20K · ⏱️ 17.04.2020):
- ```
- pip install cherrypy
- ```
-
eve (🥉29 · ⭐ 6.3K) - REST API framework designed for human beings. BSD-3
-- [GitHub](https://github.com/pyeve/eve) (👨💻 200 · 🔀 720 · 📦 940 · 📋 940 - 3% open · ⏱️ 06.03.2021):
+- [GitHub](https://github.com/pyeve/eve) (👨💻 200 · 🔀 720 · 📦 940 · 📋 940 - 3% open · ⏱️ 14.03.2021):
```
git clone https://github.com/pyeve/eve
```
-- [PyPi](https://pypi.org/project/eve) (📥 4.7K / month · 📦 710 · ⏱️ 25.01.2021):
+- [PyPi](https://pypi.org/project/eve) (📥 3.7K / month · 📦 710 · ⏱️ 25.01.2021):
```
pip install eve
```
@@ -328,7 +316,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/hugapi/hug
```
-- [PyPi](https://pypi.org/project/hug) (📥 11K / month · 📦 420 · ⏱️ 06.02.2020):
+- [PyPi](https://pypi.org/project/hug) (📥 8.8K / month · 📦 420 · ⏱️ 06.02.2020):
```
pip install hug
```
@@ -349,82 +337,82 @@ _General purpose web frameworks to build web applications and REST APIs._
pip install web.py
```
-cornice (🥉28 · ⭐ 360) - Build Web Services with Pyramid. MPL-2.0
+CherryPy (🥉28 · ⭐ 1.4K · 📉) - CherryPy is a pythonic, object-oriented HTTP framework... BSD-3
-- [GitHub](https://github.com/Cornices/cornice) (👨💻 110 · 🔀 150 · 📦 640 · 📋 230 - 20% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/cherrypy/cherrypy) (👨💻 130 · 🔀 310 · 📦 7.1K · 📋 1.7K - 11% open · ⏱️ 17.01.2021):
```
- git clone https://github.com/Cornices/cornice
+ git clone https://github.com/cherrypy/cherrypy
```
-- [PyPi](https://pypi.org/project/cornice) (📥 16K / month · 📦 660 · ⏱️ 31.08.2020):
+- [PyPi](https://pypi.org/project/cherrypy) (📥 150K / month · 📦 20K · ⏱️ 17.04.2020):
```
- pip install cornice
+ pip install cherrypy
```
-quart (🥉27 · ⭐ 870) - Quart is a Python ASGI web microframework with the same API as Flask. MIT
+cornice (🥉28 · ⭐ 360) - Build Web Services with Pyramid. MPL-2.0
-- [GitHub](https://github.com/pgjones/quart) (👨💻 54 · 🔀 83 · 📦 1.2K · 📋 110 - 2% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/Cornices/cornice) (👨💻 110 · 🔀 150 · 📦 640 · 📋 230 - 20% open · ⏱️ 11.03.2021):
```
- git clone https://github.com/pgjones/quart
- ```
-- [PyPi](https://pypi.org/project/quart) (📥 78K / month · 📦 160 · ⏱️ 13.12.2020):
- ```
- pip install quart
+ git clone https://github.com/Cornices/cornice
```
-- [Conda](https://anaconda.org/conda-forge/quart) (📥 16K · ⏱️ 10.01.2021):
+- [PyPi](https://pypi.org/project/cornice) (📥 13K / month · 📦 660 · ⏱️ 31.08.2020):
```
- conda install -c conda-forge quart
+ pip install cornice
```
-responder (🥉26 · ⭐ 3.5K) - A familiar HTTP Service Framework for Python. Apache-2
+responder (🥉26 · ⭐ 3.6K) - A familiar HTTP Service Framework for Python. Apache-2
-- [GitHub](https://github.com/taoufik07/responder) (👨💻 85 · 🔀 210 · 📦 420 · 📋 220 - 21% open · ⏱️ 08.01.2021):
+- [GitHub](https://github.com/taoufik07/responder) (👨💻 86 · 🔀 210 · 📦 430 · 📋 220 - 24% open · ⏱️ 24.03.2021):
```
git clone https://github.com/taoufik07/responder
```
-- [PyPi](https://pypi.org/project/responder) (📥 2.6K / month · 📦 120 · ⏱️ 08.01.2021):
+- [PyPi](https://pypi.org/project/responder) (📥 2.1K / month · 📦 120 · ⏱️ 08.01.2021):
```
pip install responder
```
-- [Conda](https://anaconda.org/conda-forge/responder) (📥 52K · ⏱️ 08.01.2021):
+- [Conda](https://anaconda.org/conda-forge/responder) (📥 54K · ⏱️ 08.01.2021):
```
conda install -c conda-forge responder
```
-masonite (🥉25 · ⭐ 1.6K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
+quart (🥉26 · ⭐ 880) - Quart is a Python ASGI web microframework with the same API as Flask. MIT
-- [GitHub](https://github.com/MasoniteFramework/masonite) (👨💻 72 · 🔀 94 · 📥 8 · 📋 240 - 11% open · ⏱️ 03.03.2021):
+- [GitHub](https://github.com/pgjones/quart) (👨💻 55 · 🔀 83 · 📦 1.2K · 📋 110 - 2% open · ⏱️ 31.03.2021):
```
- git clone https://github.com/MasoniteFramework/masonite
+ git clone https://github.com/pgjones/quart
```
-- [PyPi](https://pypi.org/project/masonite) (📥 1.4K / month · 📦 94 · ⏱️ 03.03.2021):
+- [PyPi](https://pypi.org/project/quart) (📥 50K / month · 📦 160 · ⏱️ 13.12.2020):
```
- pip install masonite
+ pip install quart
+ ```
+- [Conda](https://anaconda.org/conda-forge/quart) (📥 17K · ⏱️ 10.01.2021):
+ ```
+ conda install -c conda-forge quart
```
-japronto (🥉24 · ⭐ 8.4K · 💤) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT
+masonite (🥉24 · ⭐ 1.6K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
-- [GitHub](https://github.com/squeaky-pl/japronto) (👨💻 23 · 🔀 570 · 📦 100 · 📋 150 - 58% open · ⏱️ 20.03.2020):
+- [GitHub](https://github.com/MasoniteFramework/masonite) (👨💻 72 · 🔀 97 · 📥 8 · 📋 240 - 11% open · ⏱️ 23.03.2021):
```
- git clone https://github.com/squeaky-pl/japronto
+ git clone https://github.com/MasoniteFramework/masonite
```
-- [PyPi](https://pypi.org/project/japronto) (📥 160 / month · 📦 54 · ⏱️ 09.11.2018):
+- [PyPi](https://pypi.org/project/masonite) (📥 600 / month · 📦 94 · ⏱️ 23.03.2021):
```
- pip install japronto
+ pip install masonite
```
-guillotina (🥉24 · ⭐ 150) - Python AsyncIO data API to manage billions of resources. BSD-3
+guillotina (🥉24 · ⭐ 160) - Python AsyncIO data API to manage billions of resources. BSD-3
-- [GitHub](https://github.com/plone/guillotina) (👨💻 46 · 🔀 41 · 📦 110 · 📋 210 - 22% open · ⏱️ 04.03.2021):
+- [GitHub](https://github.com/plone/guillotina) (👨💻 46 · 🔀 41 · 📦 110 · 📋 210 - 22% open · ⏱️ 01.04.2021):
```
git clone https://github.com/plone/guillotina
```
-- [PyPi](https://pypi.org/project/guillotina) (📥 2.1K / month · 📦 52 · ⏱️ 04.03.2021):
+- [PyPi](https://pypi.org/project/guillotina) (📥 1.5K / month · 📦 52 · ⏱️ 04.03.2021):
```
pip install guillotina
```
@@ -437,14 +425,14 @@ _General purpose web frameworks to build web applications and REST APIs._
git clone https://github.com/web2py/web2py
```
-emmett (🥉20 · ⭐ 650 · 📈) - The web framework for inventors. BSD-3
+emmett (🥉20 · ⭐ 650) - The web framework for inventors. BSD-3
- [GitHub](https://github.com/emmett-framework/emmett) (👨💻 20 · 🔀 56 · 📦 8 · 📋 260 - 9% open · ⏱️ 09.03.2021):
```
git clone https://github.com/emmett-framework/emmett
```
-- [PyPi](https://pypi.org/project/emmett) (📥 160 / month · ⏱️ 09.03.2021):
+- [PyPi](https://pypi.org/project/emmett) (📥 150 / month · ⏱️ 09.03.2021):
```
pip install emmett
```
@@ -461,35 +449,25 @@ _General purpose web frameworks to build web applications and REST APIs._
pip install Flask-MongoRest
```
-flama (🥉15 · ⭐ 160) - Fire up your API with this flamethrower. ❗️GPL-3.0
+flama (🥉14 · ⭐ 160) - Fire up your API with this flamethrower. ❗️GPL-3.0
-- [GitHub](https://github.com/perdy/flama) (👨💻 8 · 🔀 12 · 📥 50 · 📋 27 - 33% open · ⏱️ 16.11.2020):
+- [GitHub](https://github.com/perdy/flama) (👨💻 8 · 🔀 12 · 📥 50 · 📋 29 - 31% open · ⏱️ 16.11.2020):
```
git clone https://github.com/perdy/flama
```
-- [PyPi](https://pypi.org/project/flama) (📥 140 / month · ⏱️ 16.11.2020):
+- [PyPi](https://pypi.org/project/flama) (📥 88 / month · ⏱️ 16.11.2020):
```
pip install flama
```
-Growler (🥉14 · ⭐ 690 · 💤) - A micro web-framework using asyncio coroutines and chained.. Apache-2
-
-- [GitHub](https://github.com/pyGrowler/Growler) (👨💻 5 · 🔀 27 · 📋 16 - 31% open · ⏱️ 08.03.2020):
-
- ```
- git clone https://github.com/pyGrowler/Growler
- ```
-- [PyPi](https://pypi.org/project/growler) (📥 17 / month · 📦 2 · ⏱️ 16.10.2016):
- ```
- pip install growler
- ```
-
-Show 3 hidden projects...
+Show 5 hidden projects...
- django-tastypie (🥈31 · ⭐ 3.7K · 💀) - Creating delicious APIs for Django apps since 2010. BSD-3
-- flask-restplus (🥉29 · ⭐ 2.5K · 💀) - Fully featured framework for fast, easy and.. BSD-3
+- flask-restplus (🥉28 · ⭐ 2.5K · 💀) - Fully featured framework for fast, easy and.. BSD-3
+- japronto (🥉23 · ⭐ 8.4K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT
- vibora (🥉21 · ⭐ 5.7K · 💀) - Fast, asynchronous and elegant Python web framework. MIT
+- Growler (🥉14 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained.. Apache-2
@@ -499,232 +477,248 @@ _General purpose web frameworks to build web applications and REST APIs._
requests (🥇41 · ⭐ 45K) - A simple, yet elegant HTTP library. Apache-2
-- [GitHub](https://github.com/psf/requests) (👨💻 680 · 🔀 8.2K · 📦 890K · 📋 3.4K - 9% open · ⏱️ 24.02.2021):
+- [GitHub](https://github.com/psf/requests) (👨💻 680 · 🔀 8.2K · 📦 910K · 📋 3.4K - 9% open · ⏱️ 19.03.2021):
```
git clone https://github.com/psf/requests
```
-- [PyPi](https://pypi.org/project/requests) (📥 59M / month · 📦 300K · ⏱️ 16.12.2020):
+- [PyPi](https://pypi.org/project/requests) (📥 42M / month · 📦 300K · ⏱️ 16.12.2020):
```
pip install requests
```
-- [Conda](https://anaconda.org/conda-forge/requests) (📥 9.6M · ⏱️ 16.12.2020):
+- [Conda](https://anaconda.org/conda-forge/requests) (📥 10M · ⏱️ 16.12.2020):
```
conda install -c conda-forge requests
```
aiohttp (🥇38 · ⭐ 11K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2
-- [GitHub](https://github.com/aio-libs/aiohttp) (👨💻 570 · 🔀 1.6K · 📥 800 · 📦 78K · 📋 2.4K - 14% open · ⏱️ 06.03.2021):
+- [GitHub](https://github.com/aio-libs/aiohttp) (👨💻 570 · 🔀 1.6K · 📥 810 · 📦 82K · 📋 2.4K - 14% open · ⏱️ 31.03.2021):
```
git clone https://github.com/aio-libs/aiohttp
```
-- [PyPi](https://pypi.org/project/aiohttp) (📥 16M / month · 📦 15K · ⏱️ 25.02.2021):
+- [PyPi](https://pypi.org/project/aiohttp) (📥 14M / month · 📦 15K · ⏱️ 25.02.2021):
```
pip install aiohttp
```
-- [Conda](https://anaconda.org/conda-forge/aiohttp) (📥 1.6M · ⏱️ 25.02.2021):
+- [Conda](https://anaconda.org/conda-forge/aiohttp) (📥 1.7M · ⏱️ 25.02.2021):
```
conda install -c conda-forge aiohttp
```
urllib3 (🥈35 · ⭐ 2.6K) - Python HTTP library with thread-safe connection pooling, file post.. MIT
-- [GitHub](https://github.com/urllib3/urllib3) (👨💻 270 · 🔀 820 · 📦 500K · 📋 900 - 16% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/urllib3/urllib3) (👨💻 270 · 🔀 820 · 📥 25 · 📦 520K · 📋 900 - 16% open · ⏱️ 29.03.2021):
```
git clone https://github.com/urllib3/urllib3
```
-- [PyPi](https://pypi.org/project/urllib3) (📥 87M / month · 📦 75K · ⏱️ 26.01.2021):
+- [PyPi](https://pypi.org/project/urllib3) (📥 60M / month · 📦 75K · ⏱️ 15.03.2021):
```
pip install urllib3
```
-- [Conda](https://anaconda.org/conda-forge/urllib3) (📥 9.5M · ⏱️ 26.01.2021):
+- [Conda](https://anaconda.org/conda-forge/urllib3) (📥 9.9M · ⏱️ 15.03.2021):
```
conda install -c conda-forge urllib3
```
httpie (🥈33 · ⭐ 50K) - As easy as /aitch-tee-tee-pie/ Modern, user-friendly command-line HTTP.. BSD-3
-- [GitHub](https://github.com/httpie/httpie) (👨💻 120 · 🔀 3.3K · 📦 8.1K · 📋 700 - 20% open · ⏱️ 24.02.2021):
+- [GitHub](https://github.com/httpie/httpie) (👨💻 120 · 🔀 3.3K · 📦 8.3K · 📋 700 - 20% open · ⏱️ 30.03.2021):
```
git clone https://github.com/httpie/httpie
```
-- [PyPi](https://pypi.org/project/httpie) (📥 90K / month · 📦 3.3K · ⏱️ 06.02.2021):
+- [PyPi](https://pypi.org/project/httpie) (📥 76K / month · 📦 3.3K · ⏱️ 06.02.2021):
```
pip install httpie
```
-- [Conda](https://anaconda.org/conda-forge/httpie) (📥 51K · ⏱️ 14.10.2020):
+- [Conda](https://anaconda.org/conda-forge/httpie) (📥 53K · ⏱️ 14.10.2020):
```
conda install -c conda-forge httpie
```
-httpx (🥈32 · ⭐ 6.6K) - A next generation HTTP client for Python. BSD-3
+httplib2 (🥈32 · ⭐ 400) - Small, fast HTTP client library for Python. Features persistent.. MIT
-- [GitHub](https://github.com/encode/httpx) (👨💻 120 · 🔀 420 · 📦 5.1K · 📋 580 - 10% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/httplib2/httplib2) (👨💻 64 · 🔀 140 · 📦 70K · 📋 110 - 42% open · ⏱️ 30.03.2021):
```
- git clone https://github.com/encode/httpx
+ git clone https://github.com/httplib2/httplib2
```
-- [PyPi](https://pypi.org/project/httpx) (📥 8.9M / month · 📦 64 · ⏱️ 28.02.2021):
+- [PyPi](https://pypi.org/project/httplib2) (📥 6.5M / month · 📦 31K · ⏱️ 07.02.2021):
```
- pip install httpx
+ pip install httplib2
```
-- [Conda](https://anaconda.org/conda-forge/httpx) (📥 44K · ⏱️ 01.03.2021):
+- [Conda](https://anaconda.org/conda-forge/httplib2) (📥 950K · ⏱️ 30.03.2021):
```
- conda install -c conda-forge httpx
+ conda install -c conda-forge httplib2
```
-httplib2 (🥈32 · ⭐ 400) - Small, fast HTTP client library for Python. Features persistent.. MIT
+httpx (🥈31 · ⭐ 6.7K) - A next generation HTTP client for Python. BSD-3
-- [GitHub](https://github.com/httplib2/httplib2) (👨💻 64 · 🔀 130 · 📦 69K · 📋 100 - 41% open · ⏱️ 03.03.2021):
+- [GitHub](https://github.com/encode/httpx) (👨💻 120 · 🔀 430 · 📦 5.5K · 📋 590 - 8% open · ⏱️ 26.03.2021):
```
- git clone https://github.com/httplib2/httplib2
+ git clone https://github.com/encode/httpx
```
-- [PyPi](https://pypi.org/project/httplib2) (📥 7.7M / month · 📦 31K · ⏱️ 07.02.2021):
+- [PyPi](https://pypi.org/project/httpx) (📥 2.7M / month · 📦 64 · ⏱️ 28.02.2021):
```
- pip install httplib2
+ pip install httpx
```
-- [Conda](https://anaconda.org/conda-forge/httplib2) (📥 930K · ⏱️ 08.02.2021):
+- [Conda](https://anaconda.org/conda-forge/httpx) (📥 47K · ⏱️ 15.03.2021):
```
- conda install -c conda-forge httplib2
+ conda install -c conda-forge httpx
```
-python-zeep (🥈31 · ⭐ 1.5K) - A modern/fast python SOAP client based on lxml / requests. MIT
+python-zeep (🥈30 · ⭐ 1.5K) - A modern/fast python SOAP client based on lxml / requests. MIT
-- [GitHub](https://github.com/mvantellingen/python-zeep) (👨💻 110 · 🔀 490 · 📦 2.7K · 📋 960 - 34% open · ⏱️ 17.02.2021):
+- [GitHub](https://github.com/mvantellingen/python-zeep) (👨💻 110 · 🔀 500 · 📦 2.8K · 📋 970 - 35% open · ⏱️ 17.02.2021):
```
git clone https://github.com/mvantellingen/python-zeep
```
-- [PyPi](https://pypi.org/project/zeep) (📥 790K / month · 📦 650 · ⏱️ 12.10.2020):
+- [PyPi](https://pypi.org/project/zeep) (📥 640K / month · 📦 650 · ⏱️ 12.10.2020):
```
pip install zeep
```
-pycurl (🥈31 · ⭐ 740) - PycURL - Python interface to libcurl. MIT
+requests-toolbelt (🥈30 · ⭐ 760) - A toolbelt of useful classes and functions to be used.. Apache-2
-- [GitHub](https://github.com/pycurl/pycurl) (👨💻 86 · 🔀 200 · 📦 30K · 📋 280 - 5% open · ⏱️ 07.12.2020):
+- [GitHub](https://github.com/requests/toolbelt) (👨💻 58 · 🔀 130 · 📦 26K · 📋 150 - 36% open · ⏱️ 25.03.2021):
```
- git clone https://github.com/pycurl/pycurl
+ git clone https://github.com/requests/toolbelt
```
-- [PyPi](https://pypi.org/project/pycurl) (📥 550K / month · 📦 8.3K · ⏱️ 02.09.2020):
+- [PyPi](https://pypi.org/project/requests-toolbelt) (📥 4.3M / month · 📦 8.2K · ⏱️ 30.01.2019):
```
- pip install pycurl
+ pip install requests-toolbelt
```
-- [Conda](https://anaconda.org/conda-forge/pycurl) (📥 400K · ⏱️ 08.01.2021):
+- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (📥 420K · ⏱️ 30.01.2019):
```
- conda install -c conda-forge pycurl
+ conda install -c conda-forge requests-toolbelt
```
-requests-toolbelt (🥉30 · ⭐ 740) - A toolbelt of useful classes and functions to be used.. Apache-2
+pycurl (🥈30 · ⭐ 740) - PycURL - Python interface to libcurl. MIT
-- [GitHub](https://github.com/requests/toolbelt) (👨💻 57 · 🔀 130 · 📦 25K · 📋 150 - 36% open · ⏱️ 11.01.2021):
+- [GitHub](https://github.com/pycurl/pycurl) (👨💻 86 · 🔀 200 · 📦 31K · 📋 280 - 5% open · ⏱️ 07.12.2020):
```
- git clone https://github.com/requests/toolbelt
+ git clone https://github.com/pycurl/pycurl
```
-- [PyPi](https://pypi.org/project/requests-toolbelt) (📥 5.2M / month · 📦 8.2K · ⏱️ 30.01.2019):
+- [PyPi](https://pypi.org/project/pycurl) (📥 510K / month · 📦 8.3K · ⏱️ 02.09.2020):
```
- pip install requests-toolbelt
+ pip install pycurl
```
-- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (📥 400K · ⏱️ 30.01.2019):
+- [Conda](https://anaconda.org/conda-forge/pycurl) (📥 420K · ⏱️ 08.01.2021):
```
- conda install -c conda-forge requests-toolbelt
+ conda install -c conda-forge pycurl
```
-httpcore (🥉28 · ⭐ 160) - A minimal HTTP client. BSD-3
+httpcore (🥉27 · ⭐ 160) - A minimal HTTP client. BSD-3
-- [GitHub](https://github.com/encode/httpcore) (👨💻 17 · 🔀 23 · 📦 2.5K · 📋 72 - 29% open · ⏱️ 28.01.2021):
+- [GitHub](https://github.com/encode/httpcore) (👨💻 18 · 🔀 26 · 📦 2.7K · 📋 81 - 30% open · ⏱️ 01.04.2021):
```
git clone https://github.com/encode/httpcore
```
-- [PyPi](https://pypi.org/project/httpcore) (📥 8.4M / month · 📦 70 · ⏱️ 28.01.2021):
+- [PyPi](https://pypi.org/project/httpcore) (📥 2.5M / month · 📦 70 · ⏱️ 28.01.2021):
```
pip install httpcore
```
-- [Conda](https://anaconda.org/conda-forge/httpcore) (📥 26K · ⏱️ 28.01.2021):
+- [Conda](https://anaconda.org/conda-forge/httpcore) (📥 28K · ⏱️ 28.01.2021):
```
conda install -c conda-forge httpcore
```
-requests-futures (🥉27 · ⭐ 1.7K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2
+grequests (🥉26 · ⭐ 3.7K · 💤) - Requests + Gevent = 3. BSD-2
-- [GitHub](https://github.com/ross/requests-futures) (👨💻 24 · 🔀 140 · 📦 2.6K · 📋 69 - 24% open · ⏱️ 13.01.2021):
+- [GitHub](https://github.com/spyoungtech/grequests) (👨💻 27 · 🔀 320 · 📦 2.3K · 📋 100 - 10% open · ⏱️ 05.04.2020):
```
- git clone https://github.com/ross/requests-futures
+ git clone https://github.com/spyoungtech/grequests
```
-- [PyPi](https://pypi.org/project/requests-futures) (📥 370K / month · 📦 1.6K · ⏱️ 11.06.2019):
+- [PyPi](https://pypi.org/project/grequests) (📥 140K / month · 📦 1.2K · ⏱️ 05.04.2020):
```
- pip install requests-futures
+ pip install grequests
```
-- [Conda](https://anaconda.org/conda-forge/requests-futures) (📥 96K · ⏱️ 14.10.2020):
+- [Conda](https://anaconda.org/conda-forge/grequests) (📥 34K · ⏱️ 22.04.2020):
```
- conda install -c conda-forge requests-futures
+ conda install -c conda-forge grequests
```
-grequests (🥉26 · ⭐ 3.7K · 💤) - Requests + Gevent = 3. BSD-2
+requests-futures (🥉26 · ⭐ 1.7K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2
-- [GitHub](https://github.com/spyoungtech/grequests) (👨💻 27 · 🔀 300 · 📦 2.2K · 📋 100 - 10% open · ⏱️ 05.04.2020):
+- [GitHub](https://github.com/ross/requests-futures) (👨💻 24 · 🔀 140 · 📦 2.7K · 📋 70 - 25% open · ⏱️ 13.01.2021):
```
- git clone https://github.com/spyoungtech/grequests
+ git clone https://github.com/ross/requests-futures
```
-- [PyPi](https://pypi.org/project/grequests) (📥 220K / month · 📦 1.2K · ⏱️ 05.04.2020):
+- [PyPi](https://pypi.org/project/requests-futures) (📥 280K / month · 📦 1.6K · ⏱️ 11.06.2019):
```
- pip install grequests
+ pip install requests-futures
```
-- [Conda](https://anaconda.org/conda-forge/grequests) (📥 33K · ⏱️ 22.04.2020):
+- [Conda](https://anaconda.org/conda-forge/requests-futures) (📥 99K · ⏱️ 14.10.2020):
```
- conda install -c conda-forge grequests
+ conda install -c conda-forge requests-futures
```
-hyper (🥉26 · ⭐ 1K) - HTTP/2 for Python. MIT
+httptools (🥉26 · ⭐ 930) - Fast HTTP parser. MIT
-- [GitHub](https://github.com/python-hyper/hyper) (👨💻 43 · 🔀 150 · 📥 140 · 📋 250 - 31% open · ⏱️ 12.01.2021):
+- [GitHub](https://github.com/MagicStack/httptools) (👨💻 10 · 🔀 55 · 📦 7.7K · 📋 41 - 34% open · ⏱️ 30.03.2021):
```
- git clone https://github.com/python-hyper/hyper
+ git clone https://github.com/MagicStack/httptools
```
-- [PyPi](https://pypi.org/project/hyper) (📥 220K / month · 📦 180 · ⏱️ 27.09.2016):
+- [PyPi](https://pypi.org/project/httptools) (📥 2.2M / month · 📦 900 · ⏱️ 08.02.2020):
```
- pip install hyper
+ pip install httptools
```
-- [Conda](https://anaconda.org/conda-forge/hyper) (📥 16K · ⏱️ 02.12.2018):
+- [Conda](https://anaconda.org/conda-forge/httptools) (📥 250K · ⏱️ 09.02.2021):
```
- conda install -c conda-forge hyper
+ conda install -c conda-forge httptools
```
treq (🥉26 · ⭐ 520) - Python requests like API built on top of Twisted's HTTP client. MIT
-- [GitHub](https://github.com/twisted/treq) (👨💻 43 · 🔀 140 · 📥 71 · 📦 820 · 📋 150 - 40% open · ⏱️ 02.02.2021):
+- [GitHub](https://github.com/twisted/treq) (👨💻 43 · 🔀 140 · 📥 74 · 📦 820 · 📋 150 - 41% open · ⏱️ 02.02.2021):
```
git clone https://github.com/twisted/treq
```
-- [PyPi](https://pypi.org/project/treq) (📥 29K / month · 📦 700 · ⏱️ 15.01.2021):
+- [PyPi](https://pypi.org/project/treq) (📥 24K / month · 📦 700 · ⏱️ 15.01.2021):
```
pip install treq
```
-- [Conda](https://anaconda.org/conda-forge/treq) (📥 49K · ⏱️ 15.01.2021):
+- [Conda](https://anaconda.org/conda-forge/treq) (📥 50K · ⏱️ 15.01.2021):
```
conda install -c conda-forge treq
```
+hyper (🥉25 · ⭐ 1K) - HTTP/2 for Python. MIT
+
+- [GitHub](https://github.com/python-hyper/hyper) (👨💻 43 · 🔀 160 · 📥 140 · 📋 250 - 31% open · ⏱️ 12.01.2021):
+
+ ```
+ git clone https://github.com/python-hyper/hyper
+ ```
+- [PyPi](https://pypi.org/project/hyper) (📥 190K / month · 📦 180 · ⏱️ 27.09.2016):
+ ```
+ pip install hyper
+ ```
+- [Conda](https://anaconda.org/conda-forge/hyper) (📥 16K · ⏱️ 02.12.2018):
+ ```
+ conda install -c conda-forge hyper
+ ```
+
http-prompt (🥉24 · ⭐ 8.1K) - An interactive command-line HTTP and API testing client built on top.. MIT
-- [GitHub](https://github.com/httpie/http-prompt) (👨💻 24 · 🔀 310 · 📦 34 · 📋 94 - 44% open · ⏱️ 05.03.2021):
+- [GitHub](https://github.com/httpie/http-prompt) (👨💻 25 · 🔀 310 · 📦 34 · 📋 94 - 44% open · ⏱️ 21.03.2021):
```
git clone https://github.com/httpie/http-prompt
```
-- [PyPi](https://pypi.org/project/http-prompt) (📥 490 / month · 📦 14 · ⏱️ 05.03.2021):
+- [PyPi](https://pypi.org/project/http-prompt) (📥 310 / month · 📦 14 · ⏱️ 05.03.2021):
```
pip install http-prompt
```
@@ -736,117 +730,113 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/benoitc/http-parser
```
-- [PyPi](https://pypi.org/project/http-parser) (📥 14K / month · 📦 150 · ⏱️ 06.04.2020):
+- [PyPi](https://pypi.org/project/http-parser) (📥 13K / month · 📦 150 · ⏱️ 06.04.2020):
```
pip install http-parser
```
pysimplesoap (🥉22 · ⭐ 360 · 💤) - Python Simple SOAP Library. ❗️LGPL-3.0
-- [GitHub](https://github.com/pysimplesoap/pysimplesoap) (👨💻 51 · 🔀 220 · 📦 520 · 📋 110 - 81% open · ⏱️ 20.07.2020):
+- [GitHub](https://github.com/pysimplesoap/pysimplesoap) (👨💻 51 · 🔀 220 · 📦 530 · 📋 110 - 81% open · ⏱️ 20.07.2020):
```
git clone https://github.com/pysimplesoap/pysimplesoap
```
-- [PyPi](https://pypi.org/project/pysimplesoap) (📥 5.4K / month · 📦 250 · ⏱️ 03.12.2017):
+- [PyPi](https://pypi.org/project/pysimplesoap) (📥 4K / month · 📦 250 · ⏱️ 03.12.2017):
```
pip install pysimplesoap
```
httpstat (🥉19 · ⭐ 4.7K) - curl statistics made simple. MIT
-- [GitHub](https://github.com/reorx/httpstat) (👨💻 4 · 🔀 310 · 📥 25 · 📦 9 · 📋 23 - 21% open · ⏱️ 24.12.2020):
+- [GitHub](https://github.com/reorx/httpstat) (👨💻 4 · 🔀 310 · 📥 31 · 📦 9 · 📋 23 - 21% open · ⏱️ 24.12.2020):
```
git clone https://github.com/reorx/httpstat
```
-- [PyPi](https://pypi.org/project/httpstat) (📥 920 / month · ⏱️ 24.12.2020):
+- [PyPi](https://pypi.org/project/httpstat) (📥 780 / month · ⏱️ 24.12.2020):
```
pip install httpstat
```
-Show 1 hidden projects...
-
-- httptools (🥉27 · ⭐ 920 · 💀) - Fast HTTP parser. MIT
-
## Servers
-gunicorn (🥇37 · ⭐ 7.5K) - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients.. MIT
+gunicorn (🥇38 · ⭐ 7.5K · 📈) - gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast.. MIT
-- [GitHub](https://github.com/benoitc/gunicorn) (👨💻 360 · 🔀 1.4K · 📥 97 · 📦 410K · 📋 1.6K - 16% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/benoitc/gunicorn) (👨💻 360 · 🔀 1.4K · 📥 97 · 📦 420K · 📋 1.7K - 18% open · ⏱️ 27.03.2021):
```
git clone https://github.com/benoitc/gunicorn
```
-- [PyPi](https://pypi.org/project/gunicorn) (📥 6.2M / month · 📦 120K · ⏱️ 26.11.2019):
+- [PyPi](https://pypi.org/project/gunicorn) (📥 5.4M / month · 📦 120K · ⏱️ 27.03.2021):
```
pip install gunicorn
```
-- [Conda](https://anaconda.org/conda-forge/gunicorn) (📥 560K · ⏱️ 08.01.2021):
+- [Conda](https://anaconda.org/conda-forge/gunicorn) (📥 580K · ⏱️ 29.03.2021):
```
conda install -c conda-forge gunicorn
```
-gevent (🥇34 · ⭐ 5.4K) - Coroutine-based concurrency library for Python. MIT
+gevent (🥇34 · ⭐ 5.5K) - Coroutine-based concurrency library for Python. MIT
-- [GitHub](https://github.com/gevent/gevent) (👨💻 97 · 🔀 890 · 📥 58K · 📦 58K · 📋 1.2K - 3% open · ⏱️ 22.01.2021):
+- [GitHub](https://github.com/gevent/gevent) (👨💻 97 · 🔀 900 · 📥 58K · 📦 60K · 📋 1.2K - 4% open · ⏱️ 22.01.2021):
```
git clone https://github.com/gevent/gevent
```
-- [PyPi](https://pypi.org/project/gevent) (📥 1.9M / month · 📦 28K · ⏱️ 20.01.2021):
+- [PyPi](https://pypi.org/project/gevent) (📥 1.6M / month · 📦 28K · ⏱️ 20.01.2021):
```
pip install gevent
```
-- [Conda](https://anaconda.org/conda-forge/gevent) (📥 510K · ⏱️ 14.02.2021):
+- [Conda](https://anaconda.org/conda-forge/gevent) (📥 530K · ⏱️ 17.03.2021):
```
conda install -c conda-forge gevent
```
uvicorn (🥈32 · ⭐ 3.7K) - The lightning-fast ASGI server. BSD-3
-- [GitHub](https://github.com/encode/uvicorn) (👨💻 96 · 🔀 290 · 📦 19K · 📋 500 - 19% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/encode/uvicorn) (👨💻 96 · 🔀 300 · 📦 20K · 📋 510 - 21% open · ⏱️ 14.03.2021):
```
git clone https://github.com/encode/uvicorn
```
-- [PyPi](https://pypi.org/project/uvicorn) (📥 810K / month · 📦 710 · ⏱️ 20.02.2021):
+- [PyPi](https://pypi.org/project/uvicorn) (📥 640K / month · 📦 710 · ⏱️ 20.02.2021):
```
pip install uvicorn
```
-- [Conda](https://anaconda.org/conda-forge/uvicorn) (📥 340K · ⏱️ 20.02.2021):
+- [Conda](https://anaconda.org/conda-forge/uvicorn) (📥 360K · ⏱️ 20.02.2021):
```
conda install -c conda-forge uvicorn
```
whitenoise (🥈30 · ⭐ 1.6K) - Radically simplified static file serving for Python web apps. MIT
-- [GitHub](https://github.com/evansd/whitenoise) (👨💻 46 · 🔀 99 · 📦 140K · 📋 200 - 10% open · ⏱️ 06.03.2021):
+- [GitHub](https://github.com/evansd/whitenoise) (👨💻 46 · 🔀 100 · 📦 140K · 📋 200 - 13% open · ⏱️ 06.03.2021):
```
git clone https://github.com/evansd/whitenoise
```
-- [PyPi](https://pypi.org/project/whitenoise) (📥 430K / month · 📦 26K · ⏱️ 04.08.2020):
+- [PyPi](https://pypi.org/project/whitenoise) (📥 360K / month · 📦 26K · ⏱️ 04.08.2020):
```
pip install whitenoise
```
-- [Conda](https://anaconda.org/conda-forge/whitenoise) (📥 45K · ⏱️ 13.10.2020):
+- [Conda](https://anaconda.org/conda-forge/whitenoise) (📥 46K · ⏱️ 13.10.2020):
```
conda install -c conda-forge whitenoise
```
-livereload (🥉27 · ⭐ 900) - livereload server in python (MAINTAINERS NEEDED). BSD-3
+livereload (🥈27 · ⭐ 900) - livereload server in python (MAINTAINERS NEEDED). BSD-3
-- [GitHub](https://github.com/lepture/python-livereload) (👨💻 55 · 🔀 130 · 📦 6K · 📋 130 - 26% open · ⏱️ 13.10.2020):
+- [GitHub](https://github.com/lepture/python-livereload) (👨💻 55 · 🔀 140 · 📦 6.2K · 📋 140 - 29% open · ⏱️ 13.10.2020):
```
git clone https://github.com/lepture/python-livereload
```
-- [PyPi](https://pypi.org/project/livereload) (📥 290K / month · 📦 3.1K · ⏱️ 22.08.2020):
+- [PyPi](https://pypi.org/project/livereload) (📥 240K / month · 📦 3.1K · ⏱️ 22.08.2020):
```
pip install livereload
```
@@ -855,77 +845,77 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge livereload
```
-Hypercorn (🥉27 · ⭐ 190) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT
+asgiref (🥉26 · ⭐ 820) - ASGI specification and utilities. BSD-3
-- [GitHub](https://github.com/pgjones/hypercorn) (👨💻 28 · 🔀 29 · 📦 900 · 📋 34 - 14% open · ⏱️ 07.02.2021):
+- [GitHub](https://github.com/django/asgiref) (👨💻 56 · 🔀 110 · 📋 120 - 19% open · ⏱️ 23.03.2021):
```
- git clone https://github.com/pgjones/hypercorn
+ git clone https://github.com/django/asgiref
```
-- [PyPi](https://pypi.org/project/hypercorn) (📥 90K / month · 📦 98 · ⏱️ 10.01.2021):
+- [PyPi](https://pypi.org/project/asgiref) (📥 1.3M / month · 📦 1.8K · ⏱️ 09.11.2020):
```
- pip install hypercorn
+ pip install asgiref
+ ```
+- [Conda](https://anaconda.org/conda-forge/asgiref) (📥 72K · ⏱️ 16.11.2020):
+ ```
+ conda install -c conda-forge asgiref
```
-asgiref (🥉26 · ⭐ 800 · 📉) - ASGI specification and utilities. BSD-3
+Hypercorn (🥉26 · ⭐ 190) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT
-- [GitHub](https://github.com/django/asgiref) (👨💻 55 · 🔀 110 · 📋 120 - 19% open · ⏱️ 06.03.2021):
+- [GitHub](https://github.com/pgjones/hypercorn) (👨💻 28 · 🔀 29 · 📦 940 · 📋 34 - 14% open · ⏱️ 07.02.2021):
```
- git clone https://github.com/django/asgiref
+ git clone https://github.com/pgjones/hypercorn
```
-- [PyPi](https://pypi.org/project/asgiref) (📥 1.5M / month · 📦 1.8K · ⏱️ 09.11.2020):
+- [PyPi](https://pypi.org/project/hypercorn) (📥 58K / month · 📦 98 · ⏱️ 10.01.2021):
```
- pip install asgiref
+ pip install hypercorn
```
-- [Conda](https://anaconda.org/conda-forge/asgiref) (📥 67K · ⏱️ 16.11.2020):
+
+Meinheld (🥉25 · ⭐ 1.3K · 💤) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3
+
+- [GitHub](https://github.com/mopemope/meinheld) (👨💻 20 · 🔀 91 · 📦 580 · 📋 73 - 31% open · ⏱️ 23.06.2020):
+
```
- conda install -c conda-forge asgiref
+ git clone https://github.com/mopemope/meinheld
+ ```
+- [PyPi](https://pypi.org/project/meinheld) (📥 11K / month · 📦 590 · ⏱️ 17.05.2020):
+ ```
+ pip install meinheld
```
bjoern (🥉24 · ⭐ 2.5K) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2
-- [GitHub](https://github.com/jonashaag/bjoern) (👨💻 40 · 🔀 180 · 📦 270 · 📋 130 - 15% open · ⏱️ 20.12.2020):
+- [GitHub](https://github.com/jonashaag/bjoern) (👨💻 40 · 🔀 180 · 📦 270 · 📋 140 - 20% open · ⏱️ 20.12.2020):
```
git clone https://github.com/jonashaag/bjoern
```
-- [PyPi](https://pypi.org/project/bjoern) (📥 5.3K / month · 📦 240 · ⏱️ 03.11.2019):
+- [PyPi](https://pypi.org/project/bjoern) (📥 4.4K / month · 📦 240 · ⏱️ 03.11.2019):
```
pip install bjoern
```
-- [Conda](https://anaconda.org/conda-forge/bjoern) (📥 41K · ⏱️ 13.10.2020):
+- [Conda](https://anaconda.org/conda-forge/bjoern) (📥 42K · ⏱️ 13.10.2020):
```
conda install -c conda-forge bjoern
```
-Meinheld (🥉24 · ⭐ 1.3K · 💤) - Meinheld is a high performance asynchronous WSGI Web Server (based.. BSD-3
-
-- [GitHub](https://github.com/mopemope/meinheld) (👨💻 20 · 🔀 87 · 📦 570 · 📋 72 - 31% open · ⏱️ 23.06.2020):
-
- ```
- git clone https://github.com/mopemope/meinheld
- ```
-- [PyPi](https://pypi.org/project/meinheld) (📥 13K / month · 📦 590 · ⏱️ 17.05.2020):
- ```
- pip install meinheld
- ```
-
-mangum (🥉23 · ⭐ 460) - AWS Lambda & API Gateway support for ASGI. MIT
+mangum (🥉23 · ⭐ 500) - AWS Lambda & API Gateway support for ASGI. MIT
-- [GitHub](https://github.com/jordaneremieff/mangum) (👨💻 16 · 🔀 43 · 📦 170 · 📋 97 - 12% open · ⏱️ 28.02.2021):
+- [GitHub](https://github.com/jordaneremieff/mangum) (👨💻 17 · 🔀 44 · 📦 180 · 📋 100 - 11% open · ⏱️ 22.03.2021):
```
git clone https://github.com/jordaneremieff/mangum
```
-- [PyPi](https://pypi.org/project/mangum) (📥 15K / month · ⏱️ 03.10.2020):
+- [PyPi](https://pypi.org/project/mangum) (📥 11K / month · ⏱️ 19.03.2021):
```
pip install mangum
```
Show 2 hidden projects...
-- waitress (🥈28 · ⭐ 910 · 📈) - Waitress - A WSGI server for Python 2 and 3. ❗️ZPL-2.1
+- waitress (🥈27 · ⭐ 920) - Waitress - A WSGI server for Python 2 and 3. ❗️ZPL-2.1
- django-devserver (🥉24 · ⭐ 1.3K · 💀) - A drop-in replacement for Django's runserver. BSD-3
@@ -941,230 +931,230 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/oauthlib/oauthlib
```
-- [PyPi](https://pypi.org/project/oauthlib) (📥 18M / month · 📦 24K · ⏱️ 06.08.2019):
+- [PyPi](https://pypi.org/project/oauthlib) (📥 15M / month · 📦 24K · ⏱️ 06.08.2019):
```
pip install oauthlib
```
-- [Conda](https://anaconda.org/conda-forge/oauthlib) (📥 2.2M · ⏱️ 20.02.2019):
+- [Conda](https://anaconda.org/conda-forge/oauthlib) (📥 2.3M · ⏱️ 20.02.2019):
```
conda install -c conda-forge oauthlib
```
django-allauth (🥇34 · ⭐ 6.3K) - Integrated set of Django applications addressing.. MIT
-- [GitHub](https://github.com/pennersr/django-allauth) (👨💻 530 · 🔀 2.2K · 📦 58K · 📋 1.7K - 18% open · ⏱️ 23.02.2021):
+- [GitHub](https://github.com/pennersr/django-allauth) (👨💻 530 · 🔀 2.2K · 📦 59K · 📋 1.7K - 18% open · ⏱️ 23.02.2021):
```
git clone https://github.com/pennersr/django-allauth
```
-- [PyPi](https://pypi.org/project/django-allauth) (📥 170K / month · 📦 10K · ⏱️ 25.11.2020):
+- [PyPi](https://pypi.org/project/django-allauth) (📥 150K / month · 📦 10K · ⏱️ 25.11.2020):
```
pip install django-allauth
```
-- [Conda](https://anaconda.org/conda-forge/django-allauth) (📥 56K · ⏱️ 23.12.2019):
+- [Conda](https://anaconda.org/conda-forge/django-allauth) (📥 57K · ⏱️ 23.12.2019):
```
conda install -c conda-forge django-allauth
```
pyjwt (🥇34 · ⭐ 3.7K) - JSON Web Token implementation in Python. MIT
-- [GitHub](https://github.com/jpadilla/pyjwt) (👨💻 89 · 🔀 490 · 📦 100K · 📋 320 - 27% open · ⏱️ 27.02.2021):
+- [GitHub](https://github.com/jpadilla/pyjwt) (👨💻 91 · 🔀 490 · 📦 110K · 📋 320 - 27% open · ⏱️ 27.03.2021):
```
git clone https://github.com/jpadilla/pyjwt
```
-- [PyPi](https://pypi.org/project/pyjwt) (📥 14M / month · 📦 19K · ⏱️ 17.01.2021):
+- [PyPi](https://pypi.org/project/pyjwt) (📥 12M / month · 📦 19K · ⏱️ 17.01.2021):
```
pip install pyjwt
```
-- [Conda](https://anaconda.org/conda-forge/pyjwt) (📥 2.8M · ⏱️ 17.01.2021):
+- [Conda](https://anaconda.org/conda-forge/pyjwt) (📥 2.9M · ⏱️ 31.03.2021):
```
conda install -c conda-forge pyjwt
```
requests-oauthlib (🥇33 · ⭐ 1.4K · 💤) - OAuthlib support for Python-Requests!. ISC
-- [GitHub](https://github.com/requests/requests-oauthlib) (👨💻 98 · 🔀 340 · 📦 120K · 📋 220 - 40% open · ⏱️ 14.05.2020):
+- [GitHub](https://github.com/requests/requests-oauthlib) (👨💻 98 · 🔀 360 · 📦 130K · 📋 230 - 43% open · ⏱️ 14.05.2020):
```
git clone https://github.com/requests/requests-oauthlib
```
-- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 18M / month · 📦 22K · ⏱️ 06.11.2019):
+- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 15M / month · 📦 22K · ⏱️ 06.11.2019):
```
pip install requests-oauthlib
```
-- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (📥 2.1M · ⏱️ 23.07.2020):
+- [Conda](https://anaconda.org/conda-forge/requests-oauthlib) (📥 2.2M · ⏱️ 23.07.2020):
```
conda install -c conda-forge requests-oauthlib
```
authlib (🥈32 · ⭐ 2.4K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3
-- [GitHub](https://github.com/lepture/authlib) (👨💻 58 · 🔀 240 · 📦 12K · 📋 240 - 6% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/lepture/authlib) (👨💻 58 · 🔀 250 · 📦 13K · 📋 240 - 7% open · ⏱️ 08.03.2021):
```
git clone https://github.com/lepture/authlib
```
-- [PyPi](https://pypi.org/project/authlib) (📥 640K / month · 📦 320 · ⏱️ 31.01.2021):
+- [PyPi](https://pypi.org/project/authlib) (📥 630K / month · 📦 320 · ⏱️ 31.01.2021):
```
pip install authlib
```
-- [Conda](https://anaconda.org/conda-forge/authlib) (📥 47K · ⏱️ 15.01.2021):
+- [Conda](https://anaconda.org/conda-forge/authlib) (📥 49K · ⏱️ 15.01.2021):
```
conda install -c conda-forge authlib
```
google-auth (🥈32 · ⭐ 400) - Google Auth Python Library. Apache-2
-- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨💻 70 · 🔀 190 · 📦 52K · 📋 270 - 22% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨💻 71 · 🔀 190 · 📦 54K · 📋 270 - 22% open · ⏱️ 26.03.2021):
```
git clone https://github.com/googleapis/google-auth-library-python
```
-- [PyPi](https://pypi.org/project/google-auth) (📥 15M / month · 📦 3.6K · ⏱️ 04.03.2021):
+- [PyPi](https://pypi.org/project/google-auth) (📥 12M / month · 📦 3.6K · ⏱️ 16.03.2021):
```
pip install google-auth
```
-- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 2.1M · ⏱️ 16.12.2020):
+- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 2.1M · ⏱️ 30.03.2021):
```
conda install -c conda-forge google-auth
```
flask-login (🥈31 · ⭐ 2.8K) - Flask user session management. MIT
-- [GitHub](https://github.com/maxcountryman/flask-login) (👨💻 97 · 🔀 620 · 📋 320 - 13% open · ⏱️ 04.03.2021):
+- [GitHub](https://github.com/maxcountryman/flask-login) (👨💻 97 · 🔀 620 · 📋 320 - 13% open · ⏱️ 24.03.2021):
```
git clone https://github.com/maxcountryman/flask-login
```
-- [PyPi](https://pypi.org/project/flask-login) (📥 750K / month · 📦 25K · ⏱️ 09.02.2020):
+- [PyPi](https://pypi.org/project/flask-login) (📥 650K / month · 📦 25K · ⏱️ 09.02.2020):
```
pip install flask-login
```
-- [Conda](https://anaconda.org/conda-forge/flask-login) (📥 89K · ⏱️ 27.04.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-login) (📥 91K · ⏱️ 27.04.2020):
```
conda install -c conda-forge flask-login
```
-django-oauth-toolkit (🥈31 · ⭐ 2.2K · 📈) - OAuth2 goodies for the Djangonauts!. BSD-3
+django-oauth-toolkit (🥈31 · ⭐ 2.2K) - OAuth2 goodies for the Djangonauts!. BSD-3
-- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (👨💻 170 · 🔀 600 · 📋 590 - 24% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (👨💻 170 · 🔀 600 · 📋 600 - 24% open · ⏱️ 22.03.2021):
```
git clone https://github.com/jazzband/django-oauth-toolkit
```
-- [PyPi](https://pypi.org/project/django-oauth-toolkit) (📥 100K / month · 📦 2K · ⏱️ 08.02.2021):
+- [PyPi](https://pypi.org/project/django-oauth-toolkit) (📥 83K / month · 📦 2K · ⏱️ 22.03.2021):
```
pip install django-oauth-toolkit
```
flask-jwt-extended (🥈31 · ⭐ 1.1K) - An open source Flask extension that provides JWT.. MIT
-- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (👨💻 69 · 🔀 180 · 📦 11K · 📋 290 - 3% open · ⏱️ 09.03.2021):
+- [GitHub](https://github.com/vimalloc/flask-jwt-extended) (👨💻 69 · 🔀 180 · 📦 12K · 📋 290 - 3% open · ⏱️ 29.03.2021):
```
git clone https://github.com/vimalloc/flask-jwt-extended
```
-- [PyPi](https://pypi.org/project/flask-jwt-extended) (📥 650K / month · 📦 1.2K · ⏱️ 09.03.2021):
+- [PyPi](https://pypi.org/project/flask-jwt-extended) (📥 580K / month · 📦 1.2K · ⏱️ 09.03.2021):
```
pip install flask-jwt-extended
```
-- [Conda](https://anaconda.org/conda-forge/flask-jwt-extended) (📥 58K · ⏱️ 10.03.2021):
+- [Conda](https://anaconda.org/conda-forge/flask-jwt-extended) (📥 61K · ⏱️ 10.03.2021):
```
conda install -c conda-forge flask-jwt-extended
```
django-guardian (🥈30 · ⭐ 2.9K) - Per object permissions for Django. BSD-3
-- [GitHub](https://github.com/django-guardian/django-guardian) (👨💻 160 · 🔀 500 · 📦 3.9K · 📋 420 - 25% open · ⏱️ 02.03.2021):
+- [GitHub](https://github.com/django-guardian/django-guardian) (👨💻 160 · 🔀 500 · 📦 3.9K · 📋 420 - 25% open · ⏱️ 21.03.2021):
```
git clone https://github.com/django-guardian/django-guardian
```
-- [PyPi](https://pypi.org/project/django-guardian) (📥 80K / month · 📦 3.8K · ⏱️ 07.06.2020):
+- [PyPi](https://pypi.org/project/django-guardian) (📥 70K / month · 📦 3.8K · ⏱️ 07.06.2020):
```
pip install django-guardian
```
-- [Conda](https://anaconda.org/conda-forge/django-guardian) (📥 26K · ⏱️ 08.09.2019):
+- [Conda](https://anaconda.org/conda-forge/django-guardian) (📥 27K · ⏱️ 08.09.2019):
```
conda install -c conda-forge django-guardian
```
-django-rest-framework-simplejwt (🥈28 · ⭐ 2.2K) - A JSON Web Token authentication plugin for the Django.. MIT
+django-rest-framework-simplejwt (🥈28 · ⭐ 2.3K) - A JSON Web Token authentication plugin for the Django.. MIT
-- [GitHub](https://github.com/SimpleJWT/django-rest-framework-simplejwt) (👨💻 40 · 🔀 330 · 📋 280 - 29% open · ⏱️ 22.02.2021):
+- [GitHub](https://github.com/jazzband/django-rest-framework-simplejwt) (👨💻 41 · 🔀 350 · 📋 250 - 20% open · ⏱️ 18.03.2021):
```
git clone https://github.com/SimpleJWT/django-rest-framework-simplejwt
```
-- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 170K / month · 📦 480 · ⏱️ 13.11.2020):
+- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 130K / month · 📦 480 · ⏱️ 13.11.2020):
```
pip install djangorestframework-simplejwt
```
pyotp (🥈28 · ⭐ 1.6K) - Python One-Time Password Library. MIT
-- [GitHub](https://github.com/pyauth/pyotp) (👨💻 36 · 🔀 220 · 📥 85 · 📦 2.7K · 📋 64 - 4% open · ⏱️ 02.03.2021):
+- [GitHub](https://github.com/pyauth/pyotp) (👨💻 36 · 🔀 230 · 📥 87 · 📦 2.8K · 📋 64 - 4% open · ⏱️ 02.03.2021):
```
git clone https://github.com/pyauth/pyotp
```
-- [PyPi](https://pypi.org/project/pyotp) (📥 940K / month · 📦 890 · ⏱️ 04.02.2021):
+- [PyPi](https://pypi.org/project/pyotp) (📥 760K / month · 📦 890 · ⏱️ 04.02.2021):
```
pip install pyotp
```
-- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 7.4K · ⏱️ 04.02.2021):
+- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 7.9K · ⏱️ 04.02.2021):
```
conda install -c conda-forge pyotp
```
-Flask-HTTPAuth (🥈28 · ⭐ 950) - Simple extension that provides Basic, Digest and Token HTTP.. MIT
+Flask-HTTPAuth (🥈28 · ⭐ 960) - Simple extension that provides Basic, Digest and Token HTTP.. MIT
-- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (👨💻 28 · 🔀 170 · 📦 11K · 📋 81 - 4% open · ⏱️ 21.02.2021):
+- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (👨💻 28 · 🔀 170 · 📦 11K · 📋 82 - 6% open · ⏱️ 21.02.2021):
```
git clone https://github.com/miguelgrinberg/Flask-HTTPAuth
```
-- [PyPi](https://pypi.org/project/flask-httpauth) (📥 130K / month · 📦 4.3K · ⏱️ 16.11.2020):
+- [PyPi](https://pypi.org/project/flask-httpauth) (📥 83K / month · 📦 4.3K · ⏱️ 16.11.2020):
```
pip install flask-httpauth
```
-- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (📥 84K · ⏱️ 16.11.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (📥 86K · ⏱️ 16.11.2020):
```
conda install -c conda-forge flask-httpauth
```
-djoser (🥉27 · ⭐ 1.8K) - REST implementation of Django authentication system. MIT
+djoser (🥉26 · ⭐ 1.8K) - REST implementation of Django authentication system. MIT
- [GitHub](https://github.com/sunscrapers/djoser) (👨💻 89 · 🔀 350 · 📋 370 - 26% open · ⏱️ 31.12.2020):
```
git clone https://github.com/sunscrapers/djoser
```
-- [PyPi](https://pypi.org/project/djoser) (📥 33K / month · 📦 420 · ⏱️ 30.10.2020):
+- [PyPi](https://pypi.org/project/djoser) (📥 26K / month · 📦 420 · ⏱️ 30.10.2020):
```
pip install djoser
```
flask-dance (🥉26 · ⭐ 810) - Doing the OAuth dance with style using Flask, requests, and.. MIT
-- [GitHub](https://github.com/singingwolfboy/flask-dance) (👨💻 48 · 🔀 140 · 📦 1.8K · 📋 170 - 15% open · ⏱️ 02.03.2021):
+- [GitHub](https://github.com/singingwolfboy/flask-dance) (👨💻 49 · 🔀 140 · 📦 1.9K · 📋 170 - 15% open · ⏱️ 02.03.2021):
```
git clone https://github.com/singingwolfboy/flask-dance
```
-- [PyPi](https://pypi.org/project/flask-dance) (📥 17K / month · 📦 300 · ⏱️ 25.02.2021):
+- [PyPi](https://pypi.org/project/flask-dance) (📥 13K / month · 📦 300 · ⏱️ 25.02.2021):
```
pip install flask-dance
```
-- [Conda](https://anaconda.org/conda-forge/flask-dance) (📥 5.5K · ⏱️ 07.06.2019):
+- [Conda](https://anaconda.org/conda-forge/flask-dance) (📥 5.6K · ⏱️ 07.06.2019):
```
conda install -c conda-forge flask-dance
```
-django-rest-knox (🥉26 · ⭐ 650) - Authentication Module for django rest auth. MIT
+django-rest-knox (🥉26 · ⭐ 660) - Authentication Module for django rest auth. MIT
-- [GitHub](https://github.com/James1345/django-rest-knox) (👨💻 40 · 🔀 99 · 📦 4.9K · 📋 120 - 30% open · ⏱️ 01.12.2020):
+- [GitHub](https://github.com/James1345/django-rest-knox) (👨💻 40 · 🔀 99 · 📦 5K · 📋 120 - 30% open · ⏱️ 01.12.2020):
```
git clone https://github.com/James1345/django-rest-knox
@@ -1174,14 +1164,14 @@ _General purpose web frameworks to build web applications and REST APIs._
pip install django-rest-knox
```
-dj-rest-auth (🥉25 · ⭐ 480) - Authentication for Django Rest Framework. MIT
+dj-rest-auth (🥉25 · ⭐ 510) - Authentication for Django Rest Framework. MIT
-- [GitHub](https://github.com/iMerica/dj-rest-auth) (👨💻 130 · 🔀 88 · 📥 99 · 📦 660 · 📋 140 - 36% open · ⏱️ 28.02.2021):
+- [GitHub](https://github.com/iMerica/dj-rest-auth) (👨💻 140 · 🔀 96 · 📥 100 · 📦 730 · 📋 150 - 38% open · ⏱️ 24.03.2021):
```
git clone https://github.com/jazzband/dj-rest-auth
```
-- [PyPi](https://pypi.org/project/dj-rest-auth) (📥 21K / month · ⏱️ 11.01.2021):
+- [PyPi](https://pypi.org/project/dj-rest-auth) (📥 22K / month · ⏱️ 20.03.2021):
```
pip install dj-rest-auth
```
@@ -1193,35 +1183,23 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/authomatic/authomatic
```
-- [PyPi](https://pypi.org/project/authomatic) (📥 700 / month · 📦 490 · ⏱️ 27.11.2019):
+- [PyPi](https://pypi.org/project/authomatic) (📥 620 / month · 📦 490 · ⏱️ 27.11.2019):
```
pip install authomatic
```
django-cas-ng (🥉23 · ⭐ 300) - Django CAS 1.0/2.0/3.0 client authentication library, support.. MIT
-- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (👨💻 74 · 🔀 150 · 📥 390 · 📦 230 · 📋 130 - 3% open · ⏱️ 10.02.2021):
+- [GitHub](https://github.com/django-cas-ng/django-cas-ng) (👨💻 76 · 🔀 150 · 📥 390 · 📦 240 · 📋 130 - 3% open · ⏱️ 31.03.2021):
```
git clone https://github.com/django-cas-ng/django-cas-ng
```
-- [PyPi](https://pypi.org/project/django-cas-ng) (📥 4.5K / month · 📦 130 · ⏱️ 27.02.2020):
+- [PyPi](https://pypi.org/project/django-cas-ng) (📥 4.1K / month · 📦 130 · ⏱️ 27.02.2020):
```
pip install django-cas-ng
```
-django-stronghold (🥉22 · ⭐ 360 · 💤) - Get inside your stronghold and make all your Django.. MIT
-
-- [GitHub](https://github.com/mgrouchy/django-stronghold) (👨💻 22 · 🔀 51 · 📦 230 · 📋 37 - 27% open · ⏱️ 11.03.2020):
-
- ```
- git clone https://github.com/mgrouchy/django-stronghold
- ```
-- [PyPi](https://pypi.org/project/django-stronghold) (📥 5K / month · 📦 220 · ⏱️ 17.01.2020):
- ```
- pip install django-stronghold
- ```
-
flask-praetorian (🥉20 · ⭐ 270) - Strong, Simple, and Precise security for Flask APIs.. MIT
- [GitHub](https://github.com/dusktreader/flask-praetorian) (👨💻 19 · 🔀 35 · 📋 120 - 4% open · ⏱️ 07.12.2020):
@@ -1229,47 +1207,59 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/dusktreader/flask-praetorian
```
-- [PyPi](https://pypi.org/project/flask-praetorian) (📥 3.8K / month · 📦 14 · ⏱️ 07.12.2020):
+- [PyPi](https://pypi.org/project/flask-praetorian) (📥 1.8K / month · 📦 14 · ⏱️ 07.12.2020):
```
pip install flask-praetorian
```
-fastapi_login (🥉20 · ⭐ 120) - FastAPI-Login tries to provide similar functionality as.. MIT
+fastapi_login (🥉20 · ⭐ 130) - FastAPI-Login tries to provide similar functionality as.. MIT
-- [GitHub](https://github.com/MushroomMaula/fastapi_login) (👨💻 5 · 🔀 11 · 📥 3 · 📦 49 · ⏱️ 18.02.2021):
+- [GitHub](https://github.com/MushroomMaula/fastapi_login) (👨💻 5 · 🔀 12 · 📥 3 · 📦 57 · ⏱️ 18.02.2021):
```
git clone https://github.com/MushroomMaula/fastapi_login
```
-- [PyPi](https://pypi.org/project/fastapi_login) (📥 1.8K / month · ⏱️ 18.02.2021):
+- [PyPi](https://pypi.org/project/fastapi_login) (📥 1.3K / month · ⏱️ 18.02.2021):
```
pip install fastapi_login
```
-fastapi-users (🥉19 · ⭐ 690) - Ready-to-use and customizable users management for FastAPI. MIT
+fastapi-users (🥉19 · ⭐ 750) - Ready-to-use and customizable users management for FastAPI. MIT
-- [GitHub](https://github.com/frankie567/fastapi-users) (👨💻 16 · 🔀 68 · 📋 130 - 3% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/frankie567/fastapi-users) (👨💻 16 · 🔀 72 · 📋 140 - 6% open · ⏱️ 29.03.2021):
```
git clone https://github.com/frankie567/fastapi-users
```
-- [PyPi](https://pypi.org/project/fastapi-users) (📥 1.6K / month · ⏱️ 04.03.2021):
+- [PyPi](https://pypi.org/project/fastapi-users) (📥 1.4K / month · ⏱️ 29.03.2021):
```
pip install fastapi-users
```
-python-jwt (🥉19 · ⭐ 180 · 💤) - Python module for generating and verifying JSON Web Tokens. MIT
+python-jwt (🥉19 · ⭐ 190 · 💤) - Python module for generating and verifying JSON Web Tokens. MIT
- [GitHub](https://github.com/davedoesdev/python-jwt) (👨💻 5 · 🔀 23 · ⏱️ 24.08.2020):
```
git clone https://github.com/davedoesdev/python-jwt
```
-- [PyPi](https://pypi.org/project/python-jwt) (📥 47K / month · 📦 42 · ⏱️ 24.08.2020):
+- [PyPi](https://pypi.org/project/python-jwt) (📥 44K / month · 📦 42 · ⏱️ 24.08.2020):
```
pip install python-jwt
```
+fastapi-jwt-auth (🥉18 · ⭐ 150 · 📈) - FastAPI extension that provides JWT Auth support.. MIT
+
+- [GitHub](https://github.com/IndominusByte/fastapi-jwt-auth) (👨💻 3 · 🔀 21 · 📋 42 - 30% open · ⏱️ 11.11.2020):
+
+ ```
+ git clone https://github.com/IndominusByte/fastapi-jwt-auth
+ ```
+- [PyPi](https://pypi.org/project/fastapi-jwt-auth) (📥 2.1K / month · ⏱️ 06.11.2020):
+ ```
+ pip install fastapi-jwt-auth
+ ```
+
apex (🥉18 · ⭐ 95 · 💤) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. MIT
- [GitHub](https://github.com/cd34/apex) (👨💻 19 · 🔀 29 · 📋 27 - 29% open · ⏱️ 02.04.2020):
@@ -1277,7 +1267,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/cd34/apex
```
-- [PyPi](https://pypi.org/project/apex) (📥 1.7K / month · 📦 44 · ⏱️ 05.03.2013):
+- [PyPi](https://pypi.org/project/apex) (📥 1.6K / month · 📦 44 · ⏱️ 05.03.2013):
```
pip install apex
```
@@ -1289,47 +1279,36 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/flask-extensions/flask_simplelogin
```
-- [PyPi](https://pypi.org/project/flask_simplelogin) (📥 2.5K / month · 📦 14 · ⏱️ 14.10.2019):
+- [PyPi](https://pypi.org/project/flask_simplelogin) (📥 2.1K / month · 📦 14 · ⏱️ 14.10.2019):
```
pip install flask_simplelogin
```
-pyramid_jwt (🥉17 · ⭐ 70) - JWT authentication for Pyramid. BSD-2
+pyramid_jwt (🥉16 · ⭐ 70) - JWT authentication for Pyramid. BSD-2
-- [GitHub](https://github.com/wichert/pyramid_jwt) (👨💻 12 · 🔀 26 · 📋 27 - 25% open · ⏱️ 09.10.2020):
+- [GitHub](https://github.com/wichert/pyramid_jwt) (👨💻 12 · 🔀 27 · 📋 28 - 28% open · ⏱️ 09.10.2020):
```
git clone https://github.com/wichert/pyramid_jwt
```
-- [PyPi](https://pypi.org/project/pyramid_jwt) (📥 7.7K / month · 📦 1 · ⏱️ 10.08.2018):
+- [PyPi](https://pypi.org/project/pyramid_jwt) (📥 6.2K / month · 📦 1 · ⏱️ 10.08.2018):
```
pip install pyramid_jwt
```
-fastapi-jwt-auth (🥉16 · ⭐ 140) - FastAPI extension that provides JWT Auth support (secure,.. MIT
-
-- [GitHub](https://github.com/IndominusByte/fastapi-jwt-auth) (👨💻 3 · 🔀 20 · 📋 40 - 32% open · ⏱️ 11.11.2020):
-
- ```
- git clone https://github.com/IndominusByte/fastapi-jwt-auth
- ```
-- [PyPi](https://pypi.org/project/fastapi-jwt-auth) (📥 2.4K / month · ⏱️ 06.11.2020):
- ```
- pip install fastapi-jwt-auth
- ```
-
-Show 10 hidden projects...
+Show 11 hidden projects...
- oauth2client (🥈31 · ⭐ 770 · 💀) - This is a Python library for accessing resources protected.. Apache-2
- python-social-auth (🥈30 · ⭐ 2.8K · 💀) - Social auth made simple. BSD-3
- django-rest-framework-jwt (🥈29 · ⭐ 3.1K · 💀) - JSON Web Token Authentication support for Django REST.. MIT
- python-oauth2 (🥉27 · ⭐ 2.9K · 💀) - A fully tested, abstract interface to creating OAuth clients.. MIT
- rauth (🥉26 · ⭐ 1.6K · 💀) - A Python library for OAuth 1.0/a, 2.0, and Ofly. MIT
-- Flask-User (🥉25 · ⭐ 920 · 💀) - Customizable User Authorization & User Management: Register,.. MIT
-- Flask-OpenID (🥉24 · ⭐ 200 · 💀) - Flask-OpenID adds openid support to flask applications. BSD-3
-- django-rules (🥉23 · ⭐ 1.2K · 💀) - Awesome Django authorization, without the database. MIT
+- Flask-User (🥉25 · ⭐ 930 · 💀) - Customizable User Authorization & User Management: Register,.. MIT
+- Flask-OpenID (🥉24 · ⭐ 210 · 💀) - Flask-OpenID adds openid support to flask applications. BSD-3
+- django-stronghold (🥉23 · ⭐ 370 · 💀) - Get inside your stronghold and make all your Django.. MIT
+- django-rules (🥉22 · ⭐ 1.3K · 💀) - Awesome Django authorization, without the database. MIT
- velruse (🥉22 · ⭐ 250 · 💀) - Simplifying third-party authentication for web applications. MIT
-- fastapi-permissions (🥉13 · ⭐ 120) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE
+- fastapi-permissions (🥉12 · ⭐ 130) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE
@@ -1339,72 +1318,72 @@ _General purpose web frameworks to build web applications and REST APIs._
lxml (🥇35 · ⭐ 1.8K) - The lxml XML toolkit for Python. BSD-3
-- [GitHub](https://github.com/lxml/lxml) (👨💻 120 · 🔀 440 · 📦 160K · ⏱️ 27.11.2020):
+- [GitHub](https://github.com/lxml/lxml) (👨💻 120 · 🔀 450 · 📦 160K · ⏱️ 29.03.2021):
```
git clone https://github.com/lxml/lxml
```
-- [PyPi](https://pypi.org/project/lxml) (📥 16M / month · 📦 67K · ⏱️ 27.11.2020):
+- [PyPi](https://pypi.org/project/lxml) (📥 8.4M / month · 📦 67K · ⏱️ 21.03.2021):
```
pip install lxml
```
-- [Conda](https://anaconda.org/conda-forge/lxml) (📥 2.9M · ⏱️ 09.01.2021):
+- [Conda](https://anaconda.org/conda-forge/lxml) (📥 3M · ⏱️ 23.03.2021):
```
conda install -c conda-forge lxml
```
bleach (🥈34 · ⭐ 2.1K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2
-- [GitHub](https://github.com/mozilla/bleach) (👨💻 71 · 🔀 210 · 📦 110K · 📋 320 - 14% open · ⏱️ 22.02.2021):
+- [GitHub](https://github.com/mozilla/bleach) (👨💻 71 · 🔀 220 · 📦 110K · 📋 320 - 15% open · ⏱️ 22.02.2021):
```
git clone https://github.com/mozilla/bleach
```
-- [PyPi](https://pypi.org/project/bleach) (📥 8.3M / month · 📦 23K · ⏱️ 01.02.2021):
+- [PyPi](https://pypi.org/project/bleach) (📥 7.5M / month · 📦 23K · ⏱️ 01.02.2021):
```
pip install bleach
```
-- [Conda](https://anaconda.org/conda-forge/bleach) (📥 3.8M · ⏱️ 01.02.2021):
+- [Conda](https://anaconda.org/conda-forge/bleach) (📥 3.9M · ⏱️ 01.02.2021):
```
conda install -c conda-forge bleach
```
-markupsafe (🥈33 · ⭐ 370) - Safely add untrusted strings to HTML/XML markup. BSD-3
+html5lib-python (🥈32 · ⭐ 900) - Standards-compliant library for parsing and serializing HTML.. MIT
-- [GitHub](https://github.com/pallets/markupsafe) (👨💻 32 · 🔀 98 · 📦 530K · ⏱️ 01.03.2021):
+- [GitHub](https://github.com/html5lib/html5lib-python) (👨💻 61 · 🔀 250 · 📦 86K · 📋 240 - 35% open · ⏱️ 29.03.2021):
```
- git clone https://github.com/pallets/markupsafe
- ```
-- [PyPi](https://pypi.org/project/markupsafe) (📥 25M / month · 📦 150K · ⏱️ 15.02.2021):
- ```
- pip install markupsafe
+ git clone https://github.com/html5lib/html5lib-python
```
-- [Conda](https://anaconda.org/conda-forge/markupsafe) (📥 9.6M · ⏱️ 08.01.2021):
+- [PyPi](https://pypi.org/project/html5lib) (📥 1.5M / month · 📦 29K · ⏱️ 22.06.2020):
```
- conda install -c conda-forge markupsafe
+ pip install html5lib
```
-html5lib-python (🥈32 · ⭐ 890 · 💤) - Standards-compliant library for parsing and serializing HTML.. MIT
+markupsafe (🥈32 · ⭐ 370) - Safely add untrusted strings to HTML/XML markup. BSD-3
-- [GitHub](https://github.com/html5lib/html5lib-python) (👨💻 60 · 🔀 250 · 📦 84K · 📋 240 - 35% open · ⏱️ 10.08.2020):
+- [GitHub](https://github.com/pallets/markupsafe) (👨💻 32 · 🔀 98 · 📦 540K · ⏱️ 22.03.2021):
```
- git clone https://github.com/html5lib/html5lib-python
+ git clone https://github.com/pallets/markupsafe
```
-- [PyPi](https://pypi.org/project/html5lib) (📥 1.8M / month · 📦 29K · ⏱️ 22.06.2020):
+- [PyPi](https://pypi.org/project/markupsafe) (📥 23M / month · 📦 150K · ⏱️ 15.02.2021):
```
- pip install html5lib
+ pip install markupsafe
+ ```
+- [Conda](https://anaconda.org/conda-forge/markupsafe) (📥 9.9M · ⏱️ 08.01.2021):
+ ```
+ conda install -c conda-forge markupsafe
```
Requests-HTML (🥉30 · ⭐ 12K · 💤) - Pythonic HTML Parsing for Humans. MIT
-- [GitHub](https://github.com/psf/requests-html) (👨💻 62 · 🔀 770 · 📦 4K · 📋 340 - 42% open · ⏱️ 10.05.2020):
+- [GitHub](https://github.com/psf/requests-html) (👨💻 62 · 🔀 770 · 📦 4.1K · 📋 340 - 42% open · ⏱️ 10.05.2020):
```
git clone https://github.com/psf/requests-html
```
-- [PyPi](https://pypi.org/project/requests-html) (📥 230K / month · 📦 360 · ⏱️ 17.02.2019):
+- [PyPi](https://pypi.org/project/requests-html) (📥 190K / month · 📦 360 · ⏱️ 17.02.2019):
```
pip install requests-html
```
@@ -1416,63 +1395,63 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/gawel/pyquery
```
-- [PyPi](https://pypi.org/project/pyquery) (📥 330K / month · 📦 6.2K · ⏱️ 21.11.2020):
+- [PyPi](https://pypi.org/project/pyquery) (📥 270K / month · 📦 6.2K · ⏱️ 21.11.2020):
```
pip install pyquery
```
-- [Conda](https://anaconda.org/conda-forge/pyquery) (📥 13K · ⏱️ 27.11.2020):
+- [Conda](https://anaconda.org/conda-forge/pyquery) (📥 14K · ⏱️ 27.11.2020):
```
conda install -c conda-forge pyquery
```
-xhtml2pdf (🥉30 · ⭐ 1.8K) - A library for converting HTML into PDFs using ReportLab. Apache-2
+WeasyPrint (🥉29 · ⭐ 4.2K) - The awesome document factory. BSD-3
-- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (👨💻 130 · 🔀 540 · 📦 4.4K · 📋 280 - 35% open · ⏱️ 31.10.2020):
+- [GitHub](https://github.com/Kozea/WeasyPrint) (👨💻 100 · 🔀 490 · 📋 1.1K - 13% open · ⏱️ 29.03.2021):
```
- git clone https://github.com/xhtml2pdf/xhtml2pdf
- ```
-- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 140K / month · 📦 1.6K · ⏱️ 08.10.2020):
- ```
- pip install xhtml2pdf
+ git clone https://github.com/Kozea/WeasyPrint
```
-- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (📥 18K · ⏱️ 20.01.2021):
+- [PyPi](https://pypi.org/project/weasyprint) (📥 150K / month · 📦 1.2K · ⏱️ 11.03.2021):
```
- conda install -c conda-forge xhtml2pdf
+ pip install weasyprint
```
-WeasyPrint (🥉29 · ⭐ 4.2K) - The awesome document factory. BSD-3
+xhtml2pdf (🥉29 · ⭐ 1.8K) - A library for converting HTML into PDFs using ReportLab. Apache-2
-- [GitHub](https://github.com/Kozea/WeasyPrint) (👨💻 100 · 🔀 490 · 📋 1.1K - 13% open · ⏱️ 06.03.2021):
+- [GitHub](https://github.com/xhtml2pdf/xhtml2pdf) (👨💻 130 · 🔀 540 · 📦 4.6K · 📋 280 - 35% open · ⏱️ 19.03.2021):
```
- git clone https://github.com/Kozea/WeasyPrint
+ git clone https://github.com/xhtml2pdf/xhtml2pdf
```
-- [PyPi](https://pypi.org/project/weasyprint) (📥 180K / month · 📦 1.2K · ⏱️ 11.03.2021):
+- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 100K / month · 📦 1.6K · ⏱️ 08.10.2020):
```
- pip install weasyprint
+ pip install xhtml2pdf
+ ```
+- [Conda](https://anaconda.org/conda-forge/xhtml2pdf) (📥 19K · ⏱️ 20.01.2021):
+ ```
+ conda install -c conda-forge xhtml2pdf
```
-html5-parser (🥉24 · ⭐ 600) - Fast C based HTML 5 parsing for python. Apache-2
+html5-parser (🥉23 · ⭐ 600) - Fast C based HTML 5 parsing for python. Apache-2
-- [GitHub](https://github.com/kovidgoyal/html5-parser) (👨💻 5 · 🔀 21 · 📦 190 · 📋 18 - 5% open · ⏱️ 17.12.2020):
+- [GitHub](https://github.com/kovidgoyal/html5-parser) (👨💻 5 · 🔀 21 · 📦 200 · 📋 18 - 5% open · ⏱️ 17.12.2020):
```
git clone https://github.com/kovidgoyal/html5-parser
```
-- [PyPi](https://pypi.org/project/html5-parser) (📥 500K / month · 📦 24 · ⏱️ 03.11.2019):
+- [PyPi](https://pypi.org/project/html5-parser) (📥 98K / month · 📦 24 · ⏱️ 03.11.2019):
```
pip install html5-parser
```
-selectolax (🥉21 · ⭐ 370) - Python binding to Modest engine (fast HTML5 parser with CSS selectors). MIT
+selectolax (🥉20 · ⭐ 370) - Python binding to Modest engine (fast HTML5 parser with CSS selectors). MIT
-- [GitHub](https://github.com/rushter/selectolax) (👨💻 2 · 🔀 24 · 📦 150 · 📋 30 - 20% open · ⏱️ 09.01.2021):
+- [GitHub](https://github.com/rushter/selectolax) (👨💻 2 · 🔀 24 · 📦 160 · 📋 32 - 21% open · ⏱️ 09.01.2021):
```
git clone https://github.com/rushter/selectolax
```
-- [PyPi](https://pypi.org/project/selectolax) (📥 7.3K / month · 📦 6 · ⏱️ 19.12.2020):
+- [PyPi](https://pypi.org/project/selectolax) (📥 5.5K / month · 📦 6 · ⏱️ 19.12.2020):
```
pip install selectolax
```
@@ -1485,60 +1464,60 @@ _General purpose web frameworks to build web applications and REST APIs._
tldextract (🥇30 · ⭐ 1.3K) - Accurately separate the TLD from the registered domain and.. BSD-3
-- [GitHub](https://github.com/john-kurkowski/tldextract) (👨💻 38 · 🔀 180 · 📦 5.4K · 📋 140 - 13% open · ⏱️ 22.11.2020):
+- [GitHub](https://github.com/john-kurkowski/tldextract) (👨💻 38 · 🔀 180 · 📦 5.6K · 📋 140 - 13% open · ⏱️ 22.11.2020):
```
git clone https://github.com/john-kurkowski/tldextract
```
-- [PyPi](https://pypi.org/project/tldextract) (📥 1.8M / month · 📦 1.8K · ⏱️ 22.11.2020):
+- [PyPi](https://pypi.org/project/tldextract) (📥 1.4M / month · 📦 1.8K · ⏱️ 22.11.2020):
```
pip install tldextract
```
-- [Conda](https://anaconda.org/conda-forge/tldextract) (📥 73K · ⏱️ 09.11.2019):
+- [Conda](https://anaconda.org/conda-forge/tldextract) (📥 76K · ⏱️ 09.11.2019):
```
conda install -c conda-forge tldextract
```
-Yarl (🥇30 · ⭐ 610) - Yet another URL library. Apache-2
+Yarl (🥇30 · ⭐ 620) - Yet another URL library. Apache-2
-- [GitHub](https://github.com/aio-libs/yarl) (👨💻 58 · 🔀 87 · 📥 1.3K · 📋 170 - 15% open · ⏱️ 22.02.2021):
+- [GitHub](https://github.com/aio-libs/yarl) (👨💻 58 · 🔀 87 · 📥 1.4K · 📋 170 - 15% open · ⏱️ 22.02.2021):
```
git clone https://github.com/aio-libs/yarl
```
-- [PyPi](https://pypi.org/project/yarl) (📥 16M / month · 📦 4.6K · ⏱️ 14.11.2020):
+- [PyPi](https://pypi.org/project/yarl) (📥 13M / month · 📦 4.6K · ⏱️ 14.11.2020):
```
pip install yarl
```
-- [Conda](https://anaconda.org/conda-forge/yarl) (📥 1.4M · ⏱️ 11.01.2021):
+- [Conda](https://anaconda.org/conda-forge/yarl) (📥 1.5M · ⏱️ 11.01.2021):
```
conda install -c conda-forge yarl
```
shortuuid (🥈27 · ⭐ 1.4K) - A generator library for concise, unambiguous and URL-safe UUIDs. BSD-3
-- [GitHub](https://github.com/skorokithakis/shortuuid) (👨💻 22 · 🔀 88 · 📦 4.5K · 📋 29 - 6% open · ⏱️ 17.02.2021):
+- [GitHub](https://github.com/skorokithakis/shortuuid) (👨💻 22 · 🔀 91 · 📦 4.7K · 📋 29 - 6% open · ⏱️ 17.02.2021):
```
git clone https://github.com/skorokithakis/shortuuid
```
-- [PyPi](https://pypi.org/project/shortuuid) (📥 310K / month · 📦 1.7K · ⏱️ 06.03.2020):
+- [PyPi](https://pypi.org/project/shortuuid) (📥 250K / month · 📦 1.7K · ⏱️ 06.03.2020):
```
pip install shortuuid
```
-- [Conda](https://anaconda.org/conda-forge/shortuuid) (📥 48K · ⏱️ 12.01.2021):
+- [Conda](https://anaconda.org/conda-forge/shortuuid) (📥 60K · ⏱️ 12.01.2021):
```
conda install -c conda-forge shortuuid
```
furl (🥉25 · ⭐ 2K) - URL parsing and manipulation made easy. Unlicense
-- [GitHub](https://github.com/gruns/furl) (👨💻 13 · 🔀 120 · 📋 91 - 17% open · ⏱️ 20.02.2021):
+- [GitHub](https://github.com/gruns/furl) (👨💻 13 · 🔀 120 · 📋 92 - 18% open · ⏱️ 14.03.2021):
```
git clone https://github.com/gruns/furl
```
-- [PyPi](https://pypi.org/project/furl) (📥 180K / month · 📦 850 · ⏱️ 20.09.2019):
+- [PyPi](https://pypi.org/project/furl) (📥 140K / month · 📦 850 · ⏱️ 20.09.2019):
```
pip install furl
```
@@ -1560,30 +1539,30 @@ _General purpose web frameworks to build web applications and REST APIs._
🔗 OpenAPI-Specification ( ⭐ 20K) - The OpenAPI Specification Repository.
-OpenAPI Generator (🥇34 · ⭐ 7.9K) - OpenAPI Generator allows generation of API client.. Apache-2
+OpenAPI Generator (🥇35 · ⭐ 8.1K · 📈) - OpenAPI Generator allows generation of API client.. Apache-2
-- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨💻 2K · 🔀 2.8K · 📦 240 · 📋 4K - 55% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨💻 2K · 🔀 2.9K · 📦 260 · 📋 4.1K - 55% open · ⏱️ 01.04.2021):
```
git clone https://github.com/OpenAPITools/openapi-generator
```
-- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 1.2K / month · ⏱️ 15.05.2020):
+- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 1.1K / month · ⏱️ 15.05.2020):
```
pip install openapi-generator-cli
```
-- [NPM](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 560K / month · 📦 400 · ⏱️ 10.03.2021):
+- [NPM](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 580K / month · 📦 400 · ⏱️ 29.03.2021):
```
npm install @openapitools/openapi-generator-cli
```
connexion (🥇31 · ⭐ 3.6K · 💤) - Swagger/OpenAPI First framework for Python on top of.. Apache-2
-- [GitHub](https://github.com/zalando/connexion) (👨💻 160 · 🔀 590 · 📦 4.6K · 📋 800 - 47% open · ⏱️ 10.08.2020):
+- [GitHub](https://github.com/zalando/connexion) (👨💻 160 · 🔀 600 · 📦 4.7K · 📋 800 - 47% open · ⏱️ 10.08.2020):
```
git clone https://github.com/zalando/connexion
```
-- [PyPi](https://pypi.org/project/connexion) (📥 370K / month · 📦 1.2K · ⏱️ 25.04.2020):
+- [PyPi](https://pypi.org/project/connexion) (📥 360K / month · 📦 1.2K · ⏱️ 25.04.2020):
```
pip install connexion
```
@@ -1592,29 +1571,29 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge connexion
```
-drf-yasg (🥇31 · ⭐ 2.1K) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3
+swagger-ui (🥇30 · ⭐ 20K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2
-- [GitHub](https://github.com/axnsan12/drf-yasg) (👨💻 60 · 🔀 280 · 📦 31K · 📋 520 - 30% open · ⏱️ 31.10.2020):
+- [GitHub](https://github.com/swagger-api/swagger-ui) (👨💻 470 · 🔀 7.8K · 📦 31K · 📋 4.5K - 13% open · ⏱️ 31.03.2021):
```
- git clone https://github.com/axnsan12/drf-yasg
- ```
-- [PyPi](https://pypi.org/project/drf-yasg) (📥 330K / month · 📦 580 · ⏱️ 25.10.2020):
- ```
- pip install drf-yasg
+ git clone https://github.com/swagger-api/swagger-ui
```
-swagger-ui (🥈30 · ⭐ 20K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2
+drf-yasg (🥇30 · ⭐ 2.2K) - Automated generation of real Swagger/OpenAPI 2.0 schemas.. BSD-3
-- [GitHub](https://github.com/swagger-api/swagger-ui) (👨💻 470 · 🔀 7.8K · 📦 31K · 📋 4.4K - 13% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/axnsan12/drf-yasg) (👨💻 60 · 🔀 300 · 📦 33K · 📋 540 - 31% open · ⏱️ 31.10.2020):
```
- git clone https://github.com/swagger-api/swagger-ui
+ git clone https://github.com/axnsan12/drf-yasg
+ ```
+- [PyPi](https://pypi.org/project/drf-yasg) (📥 280K / month · 📦 580 · ⏱️ 25.10.2020):
+ ```
+ pip install drf-yasg
```
swagger-codegen (🥈29 · ⭐ 13K) - swagger-codegen contains a template-driven engine to.. Apache-2
-- [GitHub](https://github.com/swagger-api/swagger-codegen) (👨💻 1.2K · 🔀 5.5K · 📦 530 · 📋 5.9K - 48% open · ⏱️ 06.03.2021):
+- [GitHub](https://github.com/swagger-api/swagger-codegen) (👨💻 1.2K · 🔀 5.5K · 📦 540 · 📋 5.9K - 48% open · ⏱️ 28.03.2021):
```
git clone https://github.com/swagger-api/swagger-codegen
@@ -1622,47 +1601,47 @@ _General purpose web frameworks to build web applications and REST APIs._
flasgger (🥈29 · ⭐ 2.5K) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT
-- [GitHub](https://github.com/flasgger/flasgger) (👨💻 93 · 🔀 350 · 📥 450 · 📦 4K · 📋 320 - 53% open · ⏱️ 23.12.2020):
+- [GitHub](https://github.com/flasgger/flasgger) (👨💻 96 · 🔀 360 · 📥 450 · 📦 4.2K · 📋 320 - 53% open · ⏱️ 13.03.2021):
```
git clone https://github.com/flasgger/flasgger
```
-- [PyPi](https://pypi.org/project/flasgger) (📥 81K / month · 📦 590 · ⏱️ 31.07.2020):
+- [PyPi](https://pypi.org/project/flasgger) (📥 60K / month · 📦 590 · ⏱️ 31.07.2020):
```
pip install flasgger
```
-- [Conda](https://anaconda.org/conda-forge/flasgger) (📥 79K · ⏱️ 01.08.2020):
+- [Conda](https://anaconda.org/conda-forge/flasgger) (📥 82K · ⏱️ 01.08.2020):
```
conda install -c conda-forge flasgger
```
-apispec (🥈27 · ⭐ 830) - A pluggable API specification generator. Currently supports the.. MIT
+apispec (🥈27 · ⭐ 840) - A pluggable API specification generator. Currently supports the.. MIT
-- [GitHub](https://github.com/marshmallow-code/apispec) (👨💻 66 · 🔀 130 · 📦 2.7K · 📋 220 - 15% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/marshmallow-code/apispec) (👨💻 67 · 🔀 140 · 📦 2.8K · 📋 220 - 15% open · ⏱️ 31.03.2021):
```
git clone https://github.com/marshmallow-code/apispec
```
-- [PyPi](https://pypi.org/project/apispec) (📥 660K / month · 📦 14K · ⏱️ 10.02.2021):
+- [PyPi](https://pypi.org/project/apispec) (📥 590K / month · 📦 14K · ⏱️ 31.03.2021):
```
pip install apispec
```
-OpenAPI Spec validator (🥈26 · ⭐ 160) - OpenAPI Spec validator. Apache-2
+OpenAPI Spec validator (🥈26 · ⭐ 170) - OpenAPI Spec validator. Apache-2
-- [GitHub](https://github.com/p1c2u/openapi-spec-validator) (👨💻 18 · 🔀 28 · 📋 61 - 40% open · ⏱️ 24.02.2021):
+- [GitHub](https://github.com/p1c2u/openapi-spec-validator) (👨💻 20 · 🔀 31 · 📋 63 - 41% open · ⏱️ 28.03.2021):
```
git clone https://github.com/p1c2u/openapi-spec-validator
```
-- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 580K / month · 📦 220 · ⏱️ 24.02.2021):
+- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 530K / month · 📦 220 · ⏱️ 24.02.2021):
```
pip install openapi-spec-validator
```
redoc (🥉25 · ⭐ 13K) - OpenAPI/Swagger-generated API Reference Documentation. MIT
-- [GitHub](https://github.com/Redocly/redoc) (👨💻 140 · 🔀 1.4K · 📥 60 · 📦 1.3K · 📋 1.3K - 30% open · ⏱️ 02.03.2021):
+- [GitHub](https://github.com/Redocly/redoc) (👨💻 150 · 🔀 1.5K · 📥 60 · 📦 1.3K · 📋 1.3K - 30% open · ⏱️ 31.03.2021):
```
git clone https://github.com/Redocly/redoc
@@ -1670,142 +1649,131 @@ _General purpose web frameworks to build web applications and REST APIs._
AutoRest (🥉25 · ⭐ 3.3K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT
-- [GitHub](https://github.com/Azure/autorest) (👨💻 140 · 🔀 620 · 📥 78K · 📦 260 · 📋 1.7K - 10% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/Azure/autorest) (👨💻 150 · 🔀 630 · 📥 74K · 📦 270 · 📋 1.7K - 9% open · ⏱️ 31.03.2021):
```
git clone https://github.com/Azure/autorest
```
-flask-swagger (🥉25 · ⭐ 430) - A swagger 2.0 spec extractor for flask. MIT
+Spectacle (🥉25 · ⭐ 1.2K · 💤) - Beautiful static documentation generator for OpenAPI/Swagger.. MIT
-- [GitHub](https://github.com/gangverk/flask-swagger) (👨💻 24 · 🔀 85 · 📦 2.5K · 📋 30 - 56% open · ⏱️ 29.09.2020):
+- [GitHub](https://github.com/sourcey/spectacle) (👨💻 37 · 🔀 280 · 📦 130 · 📋 130 - 27% open · ⏱️ 21.05.2020):
```
- git clone https://github.com/gangverk/flask-swagger
- ```
-- [PyPi](https://pypi.org/project/flask-swagger) (📥 440K / month · 📦 620 · ⏱️ 26.03.2019):
- ```
- pip install flask-swagger
+ git clone https://github.com/sourcey/spectacle
```
-- [Conda](https://anaconda.org/conda-forge/flask-swagger) (📥 46K · ⏱️ 20.04.2019):
+- [NPM](https://www.npmjs.com/package/spectacle-docs) (📥 27K / month · 📦 52 · ⏱️ 10.03.2020):
```
- conda install -c conda-forge flask-swagger
+ npm install spectacle-docs
```
-drf-spectacular (🥉25 · ⭐ 390) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3
+drf-spectacular (🥉25 · ⭐ 440) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3
-- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨💻 33 · 🔀 56 · 📦 190 · 📋 250 - 10% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨💻 34 · 🔀 57 · 📦 230 · 📋 260 - 9% open · ⏱️ 30.03.2021):
```
git clone https://github.com/tfranzel/drf-spectacular
```
-- [PyPi](https://pypi.org/project/drf-spectacular) (📥 31K / month · ⏱️ 10.02.2021):
+- [PyPi](https://pypi.org/project/drf-spectacular) (📥 26K / month · ⏱️ 10.02.2021):
```
pip install drf-spectacular
```
-Spectacle (🥉24 · ⭐ 1.2K · 💤) - Beautiful static documentation generator for OpenAPI/Swagger.. MIT
+flask-swagger (🥉24 · ⭐ 430 · 💤) - A swagger 2.0 spec extractor for flask. MIT
-- [GitHub](https://github.com/sourcey/spectacle) (👨💻 37 · 🔀 280 · 📦 130 · 📋 130 - 27% open · ⏱️ 21.05.2020):
+- [GitHub](https://github.com/gangverk/flask-swagger) (👨💻 24 · 🔀 85 · 📦 2.7K · 📋 30 - 56% open · ⏱️ 29.09.2020):
```
- git clone https://github.com/sourcey/spectacle
+ git clone https://github.com/gangverk/flask-swagger
```
-- [NPM](https://www.npmjs.com/package/spectacle-docs) (📥 20K / month · 📦 52 · ⏱️ 10.03.2020):
+- [PyPi](https://pypi.org/project/flask-swagger) (📥 380K / month · 📦 620 · ⏱️ 26.03.2019):
```
- npm install spectacle-docs
+ pip install flask-swagger
+ ```
+- [Conda](https://anaconda.org/conda-forge/flask-swagger) (📥 47K · ⏱️ 20.04.2019):
+ ```
+ conda install -c conda-forge flask-swagger
```
-OpenAPI-to-GraphQL (🥉23 · ⭐ 960) - Translate APIs described by OpenAPI Specifications.. MIT
+OpenAPI-to-GraphQL (🥉23 · ⭐ 980) - Translate APIs described by OpenAPI Specifications.. MIT
-- [GitHub](https://github.com/IBM/openapi-to-graphql) (👨💻 32 · 🔀 110 · 📦 270 · 📋 210 - 41% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/IBM/openapi-to-graphql) (👨💻 32 · 🔀 120 · 📦 280 · 📋 210 - 42% open · ⏱️ 30.03.2021):
```
git clone https://github.com/IBM/openapi-to-graphql
```
-- [NPM](https://www.npmjs.com/package/openapi-to-graphql-cli) (📥 4.7K / month · 📦 1 · ⏱️ 08.02.2021):
+- [NPM](https://www.npmjs.com/package/openapi-to-graphql-cli) (📥 5.2K / month · 📦 1 · ⏱️ 17.03.2021):
```
npm install openapi-to-graphql-cli
```
openapi-core (🥉23 · ⭐ 120) - OpenAPI core. BSD-3
-- [GitHub](https://github.com/p1c2u/openapi-core) (👨💻 38 · 🔀 80 · 📋 140 - 37% open · ⏱️ 21.02.2021):
+- [GitHub](https://github.com/p1c2u/openapi-core) (👨💻 40 · 🔀 80 · 📋 140 - 36% open · ⏱️ 31.03.2021):
```
git clone https://github.com/p1c2u/openapi-core
```
-- [PyPi](https://pypi.org/project/openapi-core) (📥 150K / month · 📦 22 · ⏱️ 15.02.2021):
+- [PyPi](https://pypi.org/project/openapi-core) (📥 110K / month · 📦 22 · ⏱️ 15.02.2021):
```
pip install openapi-core
```
-datamodel-code-generator (🥉20 · ⭐ 390) - Pydantic model generator for easy conversion of JSON,.. MIT
+datamodel-code-generator (🥉20 · ⭐ 420) - Pydantic model generator for easy conversion of JSON,.. MIT
-- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨💻 16 · 🔀 44 · 📋 110 - 16% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨💻 17 · 🔀 48 · 📋 110 - 14% open · ⏱️ 31.03.2021):
```
git clone https://github.com/koxudaxi/datamodel-code-generator
```
-- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 13K / month · ⏱️ 08.03.2021):
+- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 10K / month · ⏱️ 31.03.2021):
```
pip install datamodel-code-generator
```
-Spectree (🥉19 · ⭐ 77) - API spec validator and OpenAPI document generator for Python web.. Apache-2
+Spectree (🥉19 · ⭐ 81) - API spec validator and OpenAPI document generator for Python web.. Apache-2
-- [GitHub](https://github.com/0b01001001/spectree) (👨💻 9 · 🔀 28 · 📦 12 · 📋 40 - 22% open · ⏱️ 28.01.2021):
+- [GitHub](https://github.com/0b01001001/spectree) (👨💻 11 · 🔀 30 · 📦 12 · 📋 44 - 29% open · ⏱️ 01.04.2021):
```
git clone https://github.com/0b01001001/spectree
```
-- [PyPi](https://pypi.org/project/spectree) (📥 1K / month · ⏱️ 15.01.2021):
+- [PyPi](https://pypi.org/project/spectree) (📥 690 / month · ⏱️ 21.03.2021):
```
pip install spectree
```
-pyramid_swagger (🥉18 · ⭐ 64 · 💤) - Convenient tools for using Swagger to define and.. BSD-3
+openapi-python-client (🥉17 · ⭐ 130) - Generate modern Python clients from OpenAPI. MIT
-- [GitHub](https://github.com/striglia/pyramid_swagger) (👨💻 40 · 🔀 48 · 📋 110 - 21% open · ⏱️ 29.03.2020):
+- [GitHub](https://github.com/triaxtec/openapi-python-client) (👨💻 22 · 🔀 29 · 📋 130 - 19% open · ⏱️ 31.03.2021):
```
- git clone https://github.com/striglia/pyramid_swagger
+ git clone https://github.com/triaxtec/openapi-python-client
```
-- [PyPi](https://pypi.org/project/pyramid_swagger) (📥 5.3K / month · 📦 3 · ⏱️ 02.07.2018):
+- [PyPi](https://pypi.org/project/openapi-python-client) (📥 2.7K / month · ⏱️ 19.02.2021):
```
- pip install pyramid_swagger
+ pip install openapi-python-client
```
-pyramid_openapi3 (🥉17 · ⭐ 60) - Pyramid addon for OpenAPI3 validation of requests and.. MIT
+pyramid_openapi3 (🥉17 · ⭐ 61) - Pyramid addon for OpenAPI3 validation of requests and.. MIT
-- [GitHub](https://github.com/Pylons/pyramid_openapi3) (👨💻 16 · 🔀 26 · 📋 37 - 40% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/Pylons/pyramid_openapi3) (👨💻 17 · 🔀 26 · 📋 38 - 42% open · ⏱️ 25.03.2021):
```
git clone https://github.com/Pylons/pyramid_openapi3
```
-- [PyPi](https://pypi.org/project/pyramid_openapi3) (📥 2.6K / month · 📦 1 · ⏱️ 15.02.2021):
+- [PyPi](https://pypi.org/project/pyramid_openapi3) (📥 2K / month · 📦 1 · ⏱️ 15.02.2021):
```
pip install pyramid_openapi3
```
-openapi-python-client (🥉16 · ⭐ 120) - Generate modern Python clients from OpenAPI. MIT
+Show 3 hidden projects...
-- [GitHub](https://github.com/triaxtec/openapi-python-client) (👨💻 19 · 🔀 26 · 📋 120 - 20% open · ⏱️ 04.03.2021):
-
- ```
- git clone https://github.com/triaxtec/openapi-python-client
- ```
-- [PyPi](https://pypi.org/project/openapi-python-client) (📥 3.7K / month · ⏱️ 19.02.2021):
- ```
- pip install openapi-python-client
- ```
-
-Show 2 hidden projects...
-
-- django-rest-swagger (🥈28 · ⭐ 2.5K · 💀) - Swagger Documentation Generator for Django REST.. BSD-2
-- apistar (🥈26 · ⭐ 5.5K · 💀) - The Web API toolkit. BSD-3
-
-
+- django-rest-swagger (🥈28 · ⭐ 2.5K · 💀) - Swagger Documentation Generator for Django REST.. BSD-2
+- apistar (🥉25 · ⭐ 5.6K · 💀) - The Web API toolkit. BSD-3
+- pyramid_swagger (🥉18 · ⭐ 64 · 💀) - Convenient tools for using Swagger to define and.. BSD-3
+
+
## GraphQL Utilities
@@ -1813,14 +1781,14 @@ _General purpose web frameworks to build web applications and REST APIs._
🔗 GraphQL Specification ( ⭐ 13K) - GraphQL is a query language and execution engine tied to any..
-graphene (🥇31 · ⭐ 6.4K) - GraphQL framework for Python. MIT
+graphene (🥇31 · ⭐ 6.5K) - GraphQL framework for Python. MIT
-- [GitHub](https://github.com/graphql-python/graphene) (👨💻 170 · 🔀 680 · 📦 8K · 📋 880 - 9% open · ⏱️ 06.01.2021):
+- [GitHub](https://github.com/graphql-python/graphene) (👨💻 170 · 🔀 680 · 📦 8.2K · 📋 890 - 9% open · ⏱️ 24.03.2021):
```
git clone https://github.com/graphql-python/graphene
```
-- [PyPi](https://pypi.org/project/graphene) (📥 430K / month · 📦 1.4K · ⏱️ 06.01.2021):
+- [PyPi](https://pypi.org/project/graphene) (📥 320K / month · 📦 1.4K · ⏱️ 06.01.2021):
```
pip install graphene
```
@@ -1829,93 +1797,93 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge graphene
```
-graphene-django (🥇29 · ⭐ 3.4K) - Integrate GraphQL into your Django project. MIT
+graphene-django (🥇29 · ⭐ 3.5K) - Integrate GraphQL into your Django project. MIT
-- [GitHub](https://github.com/graphql-python/graphene-django) (👨💻 180 · 🔀 590 · 📦 5.1K · 📋 700 - 15% open · ⏱️ 02.03.2021):
+- [GitHub](https://github.com/graphql-python/graphene-django) (👨💻 180 · 🔀 600 · 📦 5.3K · 📋 700 - 15% open · ⏱️ 31.03.2021):
```
git clone https://github.com/graphql-python/graphene-django
```
-- [PyPi](https://pypi.org/project/graphene-django) (📥 91K / month · 📦 780 · ⏱️ 31.12.2020):
+- [PyPi](https://pypi.org/project/graphene-django) (📥 85K / month · 📦 780 · ⏱️ 31.12.2020):
```
pip install graphene-django
```
-- [Conda](https://anaconda.org/conda-forge/graphene-django) (📥 7.9K · ⏱️ 09.01.2021):
+- [Conda](https://anaconda.org/conda-forge/graphene-django) (📥 8.7K · ⏱️ 09.01.2021):
```
conda install -c conda-forge graphene-django
```
-graphql-core (🥈26 · ⭐ 340) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT
+ariadne (🥈26 · ⭐ 1.3K) - Ariadne is a Python library for implementing GraphQL servers using.. BSD-3
-- [GitHub](https://github.com/graphql-python/graphql-core) (👨💻 17 · 🔀 65 · 📦 7.9K · 📋 86 - 12% open · ⏱️ 08.02.2021):
+- [GitHub](https://github.com/mirumee/ariadne) (👨💻 38 · 🔀 100 · 📦 350 · 📋 190 - 26% open · ⏱️ 22.03.2021):
```
- git clone https://github.com/graphql-python/graphql-core
- ```
-- [PyPi](https://pypi.org/project/graphql-core) (📥 660K / month · 📦 1.1K · ⏱️ 08.02.2021):
- ```
- pip install graphql-core
+ git clone https://github.com/mirumee/ariadne
```
-- [Conda](https://anaconda.org/conda-forge/graphql-core) (📥 150K · ⏱️ 08.02.2021):
+- [PyPi](https://pypi.org/project/ariadne) (📥 18K / month · 📦 20 · ⏱️ 17.03.2021):
```
- conda install -c conda-forge graphql-core
+ pip install ariadne
```
-ariadne (🥈25 · ⭐ 1.3K) - Ariadne is a Python library for implementing GraphQL servers using.. BSD-3
+graphql-core (🥈26 · ⭐ 350) - A Python 3.6+ port of the GraphQL.js reference implementation of.. MIT
-- [GitHub](https://github.com/mirumee/ariadne) (👨💻 38 · 🔀 98 · 📦 340 · 📋 180 - 31% open · ⏱️ 05.03.2021):
+- [GitHub](https://github.com/graphql-python/graphql-core) (👨💻 17 · 🔀 67 · 📦 8.1K · 📋 91 - 15% open · ⏱️ 29.03.2021):
```
- git clone https://github.com/mirumee/ariadne
+ git clone https://github.com/graphql-python/graphql-core
```
-- [PyPi](https://pypi.org/project/ariadne) (📥 25K / month · 📦 20 · ⏱️ 04.08.2020):
+- [PyPi](https://pypi.org/project/graphql-core) (📥 500K / month · 📦 1.1K · ⏱️ 08.02.2021):
```
- pip install ariadne
+ pip install graphql-core
+ ```
+- [Conda](https://anaconda.org/conda-forge/graphql-core) (📥 160K · ⏱️ 08.02.2021):
+ ```
+ conda install -c conda-forge graphql-core
```
graphql-relay-py (🥈25 · ⭐ 130) - A library to help construct a graphql-py server supporting.. MIT
-- [GitHub](https://github.com/graphql-python/graphql-relay-py) (👨💻 8 · 🔀 27 · 📦 6.5K · 📋 24 - 50% open · ⏱️ 25.02.2021):
+- [GitHub](https://github.com/graphql-python/graphql-relay-py) (👨💻 8 · 🔀 28 · 📦 6.7K · 📋 24 - 37% open · ⏱️ 19.03.2021):
```
git clone https://github.com/graphql-python/graphql-relay-py
```
-- [PyPi](https://pypi.org/project/graphql-relay) (📥 430K / month · 📦 900 · ⏱️ 25.02.2021):
+- [PyPi](https://pypi.org/project/graphql-relay) (📥 330K / month · 📦 900 · ⏱️ 25.02.2021):
```
pip install graphql-relay
```
flask-graphql (🥉24 · ⭐ 1.2K · 💤) - Adds GraphQL support to your Flask application. MIT
-- [GitHub](https://github.com/graphql-python/flask-graphql) (👨💻 15 · 🔀 120 · 📦 1.7K · 📋 51 - 60% open · ⏱️ 07.08.2020):
+- [GitHub](https://github.com/graphql-python/flask-graphql) (👨💻 15 · 🔀 130 · 📦 1.7K · 📋 60 - 65% open · ⏱️ 07.08.2020):
```
git clone https://github.com/graphql-python/flask-graphql
```
-- [PyPi](https://pypi.org/project/flask-graphql) (📥 89K / month · 📦 380 · ⏱️ 05.12.2019):
+- [PyPi](https://pypi.org/project/flask-graphql) (📥 66K / month · 📦 380 · ⏱️ 05.12.2019):
```
pip install flask-graphql
```
-- [Conda](https://anaconda.org/conda-forge/flask-graphql) (📥 6.4K · ⏱️ 11.05.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-graphql) (📥 6.6K · ⏱️ 11.05.2020):
```
conda install -c conda-forge flask-graphql
```
-tartiflette (🥉23 · ⭐ 710) - GraphQL Engine built with Python 3.6+ / asyncio. MIT
+tartiflette (🥉22 · ⭐ 730) - GraphQL Engine built with Python 3.6+ / asyncio. MIT
-- [GitHub](https://github.com/tartiflette/tartiflette) (👨💻 23 · 🔀 34 · 📦 56 · 📋 130 - 8% open · ⏱️ 04.03.2021):
+- [GitHub](https://github.com/tartiflette/tartiflette) (👨💻 23 · 🔀 34 · 📦 58 · 📋 140 - 9% open · ⏱️ 30.03.2021):
```
git clone https://github.com/tartiflette/tartiflette
```
-- [PyPi](https://pypi.org/project/tartiflette) (📥 1.2K / month · 📦 14 · ⏱️ 27.01.2021):
+- [PyPi](https://pypi.org/project/tartiflette) (📥 920 / month · 📦 14 · ⏱️ 30.03.2021):
```
pip install tartiflette
```
django-graphql-auth (🥉22 · ⭐ 200) - Django registration and authentication with GraphQL. MIT
-- [GitHub](https://github.com/PedroBern/django-graphql-auth) (👨💻 14 · 🔀 37 · 📦 110 · 📋 72 - 54% open · ⏱️ 16.11.2020):
+- [GitHub](https://github.com/PedroBern/django-graphql-auth) (👨💻 14 · 🔀 38 · 📦 120 · 📋 73 - 53% open · ⏱️ 14.03.2021):
```
git clone https://github.com/PedroBern/django-graphql-auth
@@ -1925,14 +1893,14 @@ _General purpose web frameworks to build web applications and REST APIs._
pip install django-graphql-auth
```
-Strawberry GraphQL (🥉21 · ⭐ 880) - A new GraphQL library for Python. MIT
+Strawberry GraphQL (🥉18 · ⭐ 920) - A new GraphQL library for Python. MIT
-- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨💻 55 · 🔀 93 · 📥 340 · 📋 170 - 41% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨💻 59 · 🔀 93 · 📥 270 · 📋 180 - 40% open · ⏱️ 31.03.2021):
```
git clone https://github.com/strawberry-graphql/strawberry
```
-- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 5.5K / month · 📦 2 · ⏱️ 11.03.2021):
+- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 4.2K / month · 📦 2 · ⏱️ 31.03.2021):
```
pip install strawberry-graphql
```
@@ -1944,31 +1912,31 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/tartiflette/tartiflette-aiohttp
```
-- [PyPi](https://pypi.org/project/tartiflette-aiohttp) (📥 800 / month · 📦 4 · ⏱️ 15.12.2020):
+- [PyPi](https://pypi.org/project/tartiflette-aiohttp) (📥 560 / month · 📦 4 · ⏱️ 15.12.2020):
```
pip install tartiflette-aiohttp
```
-Flask-GraphQL-Auth (🥉16 · ⭐ 55 · 💤) - (Now finding maintainer) A Pythonic way to provide.. MIT
+Flask-GraphQL-Auth (🥉17 · ⭐ 56 · 💤) - (Now finding maintainer) A Pythonic way to provide.. MIT
-- [GitHub](https://github.com/NovemberOscar/Flask-GraphQL-Auth) (👨💻 6 · 🔀 7 · 📦 52 · 📋 17 - 41% open · ⏱️ 11.07.2020):
+- [GitHub](https://github.com/NovemberOscar/Flask-GraphQL-Auth) (👨💻 6 · 🔀 8 · 📦 53 · 📋 17 - 41% open · ⏱️ 11.07.2020):
```
git clone https://github.com/NovemberOscar/Flask-GraphQL-Auth
```
-- [PyPi](https://pypi.org/project/flask-graphql-auth) (📥 450 / month · 📦 4 · ⏱️ 11.07.2020):
+- [PyPi](https://pypi.org/project/flask-graphql-auth) (📥 270 / month · 📦 4 · ⏱️ 11.07.2020):
```
pip install flask-graphql-auth
```
-tartiflette-asgi (🥉15 · ⭐ 79) - ASGI support for the Tartiflette GraphQL engine. MIT
+tartiflette-asgi (🥉15 · ⭐ 81) - ASGI support for the Tartiflette GraphQL engine. MIT
- [GitHub](https://github.com/tartiflette/tartiflette-asgi) (👨💻 9 · 🔀 11 · 📦 6 · 📋 48 - 14% open · ⏱️ 01.03.2021):
```
git clone https://github.com/tartiflette/tartiflette-asgi
```
-- [PyPi](https://pypi.org/project/tartiflette-asgi) (📥 91 / month · 📦 1 · ⏱️ 19.01.2021):
+- [PyPi](https://pypi.org/project/tartiflette-asgi) (📥 63 / month · 📦 1 · ⏱️ 19.01.2021):
```
pip install tartiflette-asgi
```
@@ -1983,30 +1951,30 @@ _General purpose web frameworks to build web applications and REST APIs._
-websockets (🥇32 · ⭐ 3.2K) - Library for building WebSocket servers and clients in Python. BSD-3
+websockets (🥇32 · ⭐ 3.3K) - Library for building WebSocket servers and clients in Python. BSD-3
-- [GitHub](https://github.com/aaugustin/websockets) (👨💻 47 · 🔀 350 · 📦 30K · 📋 690 - 9% open · ⏱️ 02.01.2021):
+- [GitHub](https://github.com/aaugustin/websockets) (👨💻 47 · 🔀 370 · 📦 31K · 📋 700 - 10% open · ⏱️ 02.01.2021):
```
git clone https://github.com/aaugustin/websockets
```
-- [PyPi](https://pypi.org/project/websockets) (📥 10M / month · 📦 5K · ⏱️ 01.11.2019):
+- [PyPi](https://pypi.org/project/websockets) (📥 3.4M / month · 📦 5K · ⏱️ 01.11.2019):
```
pip install websockets
```
-- [Conda](https://anaconda.org/conda-forge/websockets) (📥 560K · ⏱️ 15.01.2021):
+- [Conda](https://anaconda.org/conda-forge/websockets) (📥 610K · ⏱️ 15.01.2021):
```
conda install -c conda-forge websockets
```
Flask-SocketIO (🥈31 · ⭐ 4.2K) - Socket.IO integration for Flask applications. MIT
-- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (👨💻 58 · 🔀 760 · 📦 17K · 📋 1.4K - 4% open · ⏱️ 07.02.2021):
+- [GitHub](https://github.com/miguelgrinberg/Flask-SocketIO) (👨💻 58 · 🔀 770 · 📦 17K · 📋 1.4K - 4% open · ⏱️ 07.02.2021):
```
git clone https://github.com/miguelgrinberg/Flask-SocketIO
```
-- [PyPi](https://pypi.org/project/flask-socketio) (📥 270K / month · 📦 4.3K · ⏱️ 19.12.2020):
+- [PyPi](https://pypi.org/project/flask-socketio) (📥 260K / month · 📦 4.3K · ⏱️ 19.12.2020):
```
pip install flask-socketio
```
@@ -2015,62 +1983,62 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge flask-socketio
```
-autobahn-python (🥈31 · ⭐ 2.3K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT
+python-socketio (🥈31 · ⭐ 2.3K) - Python Socket.IO server and client. MIT
-- [GitHub](https://github.com/crossbario/autobahn-python) (👨💻 120 · 🔀 630 · 📦 12K · 📋 810 - 21% open · ⏱️ 09.03.2021):
+- [GitHub](https://github.com/miguelgrinberg/python-socketio) (👨💻 50 · 🔀 390 · 📦 15K · 📋 580 - 9% open · ⏱️ 27.03.2021):
```
- git clone https://github.com/crossbario/autobahn-python
+ git clone https://github.com/miguelgrinberg/python-socketio
```
-- [PyPi](https://pypi.org/project/autobahn) (📥 220K / month · 📦 3.6K · ⏱️ 02.03.2021):
+- [PyPi](https://pypi.org/project/python-socketio) (📥 190K / month · 📦 3.4K · ⏱️ 25.12.2020):
```
- pip install autobahn
+ pip install python-socketio
+ ```
+- [Conda](https://anaconda.org/conda-forge/python-socketio) (📥 160K · ⏱️ 10.03.2021):
+ ```
+ conda install -c conda-forge python-socketio
```
-python-socketio (🥈31 · ⭐ 2.2K) - Python Socket.IO server and client. MIT
+autobahn-python (🥈31 · ⭐ 2.3K) - WebSocket and WAMP in Python for Twisted and asyncio. MIT
-- [GitHub](https://github.com/miguelgrinberg/python-socketio) (👨💻 50 · 🔀 380 · 📦 15K · 📋 570 - 8% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/crossbario/autobahn-python) (👨💻 120 · 🔀 630 · 📦 12K · 📋 820 - 21% open · ⏱️ 01.04.2021):
```
- git clone https://github.com/miguelgrinberg/python-socketio
- ```
-- [PyPi](https://pypi.org/project/python-socketio) (📥 230K / month · 📦 3.4K · ⏱️ 25.12.2020):
- ```
- pip install python-socketio
+ git clone https://github.com/crossbario/autobahn-python
```
-- [Conda](https://anaconda.org/conda-forge/python-socketio) (📥 160K · ⏱️ 10.03.2021):
+- [PyPi](https://pypi.org/project/autobahn) (📥 180K / month · 📦 3.6K · ⏱️ 02.03.2021):
```
- conda install -c conda-forge python-socketio
+ pip install autobahn
```
daphne (🥉28 · ⭐ 1.5K) - Django Channels HTTP/WebSocket server. BSD-3
-- [GitHub](https://github.com/django/daphne) (👨💻 57 · 🔀 180 · 📦 8.5K · 📋 260 - 14% open · ⏱️ 12.11.2020):
+- [GitHub](https://github.com/django/daphne) (👨💻 57 · 🔀 180 · 📦 8.8K · 📋 260 - 16% open · ⏱️ 12.11.2020):
```
git clone https://github.com/django/daphne
```
-- [PyPi](https://pypi.org/project/daphne) (📥 130K / month · 📦 1.5K · ⏱️ 12.11.2020):
+- [PyPi](https://pypi.org/project/daphne) (📥 95K / month · 📦 1.5K · ⏱️ 12.11.2020):
```
pip install daphne
```
-- [Conda](https://anaconda.org/conda-forge/daphne) (📥 36K · ⏱️ 12.11.2020):
+- [Conda](https://anaconda.org/conda-forge/daphne) (📥 38K · ⏱️ 12.11.2020):
```
conda install -c conda-forge daphne
```
websockify (🥉26 · ⭐ 2.7K) - Websockify is a WebSocket to TCP proxy/bridge. This allows a.. ❗️LGPL-3.0
-- [GitHub](https://github.com/novnc/websockify) (👨💻 87 · 🔀 570 · 📦 380 · 📋 280 - 11% open · ⏱️ 08.02.2021):
+- [GitHub](https://github.com/novnc/websockify) (👨💻 88 · 🔀 570 · 📦 380 · 📋 280 - 11% open · ⏱️ 22.03.2021):
```
git clone https://github.com/novnc/websockify
```
-- [PyPi](https://pypi.org/project/websockify) (📥 14K / month · 📦 600 · ⏱️ 13.08.2019):
+- [PyPi](https://pypi.org/project/websockify) (📥 12K / month · 📦 600 · ⏱️ 13.08.2019):
```
pip install websockify
```
-- [Conda](https://anaconda.org/conda-forge/websockify) (📥 10K · ⏱️ 15.01.2021):
+- [Conda](https://anaconda.org/conda-forge/websockify) (📥 12K · ⏱️ 15.01.2021):
```
conda install -c conda-forge websockify
```
@@ -2082,7 +2050,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/mrjoes/sockjs-tornado
```
-- [PyPi](https://pypi.org/project/sockjs-tornado) (📥 7.5K / month · 📦 1.5K · ⏱️ 24.04.2020):
+- [PyPi](https://pypi.org/project/sockjs-tornado) (📥 5.4K / month · 📦 1.5K · ⏱️ 24.04.2020):
```
pip install sockjs-tornado
```
@@ -2090,8 +2058,8 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 4 hidden projects...
- websocket-client (🥇33 · ⭐ 2.5K) - WebSocket client for Python. ❗️LGPL-2.1
-- flask-sockets (🥉25 · ⭐ 1.7K · 💀) - Elegant WebSockets for your Flask apps. MIT
- gevent-socketio (🥉25 · ⭐ 1.2K · 💀) - Official repository for gevent-socketio. BSD-3
+- flask-sockets (🥉24 · ⭐ 1.7K · 💀) - Elegant WebSockets for your Flask apps. MIT
- tornadio2 (🥉19 · ⭐ 530 · 💀) - Python socket.io server implementation on top of Tornado.. Apache-2
@@ -2102,51 +2070,51 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (🥇37 · ⭐ 30K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2
-- [GitHub](https://github.com/grpc/grpc) (👨💻 710 · 🔀 7.6K · 📥 180K · 📦 2.6K · 📋 9.5K - 7% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/grpc/grpc) (👨💻 720 · 🔀 7.6K · 📥 180K · 📦 2.6K · 📋 9.5K - 7% open · ⏱️ 01.04.2021):
```
git clone https://github.com/grpc/grpc
```
-- [PyPi](https://pypi.org/project/grpcio) (📥 9.9M / month · 📦 6.8K · ⏱️ 26.02.2021):
+- [PyPi](https://pypi.org/project/grpcio) (📥 8.1M / month · 📦 6.8K · ⏱️ 31.03.2021):
```
pip install grpcio
```
-- [Conda](https://anaconda.org/conda-forge/grpcio) (📥 2.2M · ⏱️ 04.03.2021):
+- [Conda](https://anaconda.org/conda-forge/grpcio) (📥 2.3M · ⏱️ 04.03.2021):
```
conda install -c conda-forge grpcio
```
-rpyc (🥈28 · ⭐ 980) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT
+rpyc (🥈28 · ⭐ 990) - RPyC (Remote Python Call) - A transparent and symmetric RPC library for python. MIT
-- [GitHub](https://github.com/tomerfiliba-org/rpyc) (👨💻 69 · 🔀 190 · 📥 120 · 📦 810 · 📋 340 - 13% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/tomerfiliba-org/rpyc) (👨💻 69 · 🔀 190 · 📥 120 · 📦 830 · 📋 340 - 13% open · ⏱️ 10.03.2021):
```
git clone https://github.com/tomerfiliba-org/rpyc
```
-- [PyPi](https://pypi.org/project/rpyc) (📥 210K / month · 📦 530 · ⏱️ 11.01.2021):
+- [PyPi](https://pypi.org/project/rpyc) (📥 170K / month · 📦 530 · ⏱️ 11.01.2021):
```
pip install rpyc
```
-- [Conda](https://anaconda.org/conda-forge/rpyc) (📥 88K · ⏱️ 12.01.2021):
+- [Conda](https://anaconda.org/conda-forge/rpyc) (📥 99K · ⏱️ 12.01.2021):
```
conda install -c conda-forge rpyc
```
-fastapi-jsonrpc (🥉16 · ⭐ 81) - JSON-RPC server based on fastapi. MIT
+fastapi-jsonrpc (🥉15 · ⭐ 87) - JSON-RPC server based on fastapi. MIT
- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (👨💻 6 · 🔀 10 · 📦 4 · 📋 9 - 44% open · ⏱️ 28.12.2020):
```
git clone https://github.com/smagafurov/fastapi-jsonrpc
```
-- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 300 / month · ⏱️ 28.12.2020):
+- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 220 / month · ⏱️ 28.12.2020):
```
pip install fastapi-jsonrpc
```
Show 1 hidden projects...
-- spyne (🥉25 · ⭐ 990) - A transport agnostic sync/async RPC library that focuses on exposing.. ❗️LGPL-2.1
+- spyne (🥉25 · ⭐ 1K) - A transport agnostic sync/async RPC library that focuses on exposing.. ❗️LGPL-2.1
@@ -2154,42 +2122,42 @@ _General purpose web frameworks to build web applications and REST APIs._
-Zappa (🥇32 · ⭐ 12K) - Serverless Python. MIT
+Zappa (🥇31 · ⭐ 12K) - Serverless Python. MIT
-- [GitHub](https://github.com/Miserlou/Zappa) (👨💻 260 · 🔀 1.2K · 📥 250 · 📦 2.6K · 📋 1.4K - 51% open · ⏱️ 20.02.2021):
+- [GitHub](https://github.com/Miserlou/Zappa) (👨💻 260 · 🔀 1.2K · 📥 250 · 📦 2.7K · 📋 1.4K - 51% open · ⏱️ 20.02.2021):
```
git clone https://github.com/Miserlou/Zappa
```
-- [PyPi](https://pypi.org/project/zappa) (📥 42K / month · 📦 780 · ⏱️ 07.10.2020):
+- [PyPi](https://pypi.org/project/zappa) (📥 33K / month · 📦 780 · ⏱️ 07.10.2020):
```
pip install zappa
```
-chalice (🥉30 · ⭐ 7.7K) - Python Serverless Microframework for AWS. Apache-2
+chalice (🥉30 · ⭐ 7.8K) - Python Serverless Microframework for AWS. Apache-2
-- [GitHub](https://github.com/aws/chalice) (👨💻 160 · 🔀 790 · 📦 970 · 📋 1K - 27% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/aws/chalice) (👨💻 160 · 🔀 800 · 📦 1K · 📋 1K - 28% open · ⏱️ 31.03.2021):
```
git clone https://github.com/aws/chalice
```
-- [PyPi](https://pypi.org/project/chalice) (📥 50K / month · 📦 250 · ⏱️ 01.02.2021):
+- [PyPi](https://pypi.org/project/chalice) (📥 41K / month · 📦 250 · ⏱️ 01.02.2021):
```
pip install chalice
```
-- [Conda](https://anaconda.org/conda-forge/chalice) (📥 39K · ⏱️ 15.01.2021):
+- [Conda](https://anaconda.org/conda-forge/chalice) (📥 43K · ⏱️ 15.01.2021):
```
conda install -c conda-forge chalice
```
-python-lambda (🥉25 · ⭐ 1.2K) - A toolkit for developing and deploying serverless Python code in.. ISC
+python-lambda (🥉25 · ⭐ 1.3K) - A toolkit for developing and deploying serverless Python code in.. ISC
- [GitHub](https://github.com/nficano/python-lambda) (👨💻 47 · 🔀 210 · 📦 140 · 📋 96 - 45% open · ⏱️ 09.01.2021):
```
git clone https://github.com/nficano/python-lambda
```
-- [PyPi](https://pypi.org/project/python-lambda) (📥 2.3K / month · 📦 33 · ⏱️ 05.01.2021):
+- [PyPi](https://pypi.org/project/python-lambda) (📥 2.1K / month · 📦 33 · ⏱️ 05.01.2021):
```
pip install python-lambda
```
@@ -2202,68 +2170,68 @@ _General purpose web frameworks to build web applications and REST APIs._
wagtail (🥇34 · ⭐ 10K) - A Django content management system focused on flexibility and user.. BSD-3
-- [GitHub](https://github.com/wagtail/wagtail) (👨💻 550 · 🔀 2.2K · 📦 5K · 📋 3.3K - 27% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/wagtail/wagtail) (👨💻 560 · 🔀 2.2K · 📦 5.1K · 📋 3.3K - 28% open · ⏱️ 31.03.2021):
```
git clone https://github.com/wagtail/wagtail
```
-- [PyPi](https://pypi.org/project/wagtail) (📥 46K / month · 📦 2.4K · ⏱️ 18.02.2021):
+- [PyPi](https://pypi.org/project/wagtail) (📥 36K / month · 📦 2.4K · ⏱️ 18.02.2021):
```
pip install wagtail
```
-- [Conda](https://anaconda.org/conda-forge/wagtail) (📥 34K · ⏱️ 21.11.2019):
+- [Conda](https://anaconda.org/conda-forge/wagtail) (📥 35K · ⏱️ 21.11.2019):
```
conda install -c conda-forge wagtail
```
-django-cms (🥈29 · ⭐ 8K) - The easy-to-use and developer-friendly CMS. BSD-3
+mezzanine (🥈29 · ⭐ 4.2K · 💤) - CMS framework for Django. BSD-2
-- [GitHub](https://github.com/django-cms/django-cms) (👨💻 560 · 🔀 2.6K · 📦 3.7K · 📋 3.3K - 7% open · ⏱️ 05.03.2021):
+- [GitHub](https://github.com/stephenmcd/mezzanine) (👨💻 320 · 🔀 1.5K · 📋 1K - 7% open · ⏱️ 10.09.2020):
```
- git clone https://github.com/django-cms/django-cms
+ git clone https://github.com/stephenmcd/mezzanine
```
-- [PyPi](https://pypi.org/project/django-cms) (📥 19K / month · 📦 3.1K · ⏱️ 28.10.2020):
+- [PyPi](https://pypi.org/project/mezzanine) (📥 1.4K / month · 📦 2.4K · ⏱️ 09.09.2020):
```
- pip install django-cms
+ pip install mezzanine
```
-mezzanine (🥈29 · ⭐ 4.2K) - CMS framework for Django. BSD-2
+django-cms (🥈28 · ⭐ 8.1K) - The easy-to-use and developer-friendly CMS. BSD-3
-- [GitHub](https://github.com/stephenmcd/mezzanine) (👨💻 320 · 🔀 1.5K · 📋 1K - 7% open · ⏱️ 10.09.2020):
+- [GitHub](https://github.com/django-cms/django-cms) (👨💻 570 · 🔀 2.6K · 📦 3.8K · 📋 3.3K - 7% open · ⏱️ 01.04.2021):
```
- git clone https://github.com/stephenmcd/mezzanine
+ git clone https://github.com/django-cms/django-cms
```
-- [PyPi](https://pypi.org/project/mezzanine) (📥 2K / month · 📦 2.4K · ⏱️ 09.09.2020):
+- [PyPi](https://pypi.org/project/django-cms) (📥 14K / month · 📦 3.1K · ⏱️ 28.10.2020):
```
- pip install mezzanine
+ pip install django-cms
```
lektor (🥉26 · ⭐ 3.4K) - The lektor static file content management system. BSD-3
-- [GitHub](https://github.com/lektor/lektor) (👨💻 88 · 🔀 260 · 📥 6.8K · 📦 270 · 📋 550 - 41% open · ⏱️ 07.03.2021):
+- [GitHub](https://github.com/lektor/lektor) (👨💻 88 · 🔀 280 · 📥 6.8K · 📦 270 · 📋 550 - 41% open · ⏱️ 27.03.2021):
```
git clone https://github.com/lektor/lektor
```
-- [PyPi](https://pypi.org/project/lektor) (📥 1.4K / month · 📦 140 · ⏱️ 20.08.2020):
+- [PyPi](https://pypi.org/project/lektor) (📥 2.8K / month · 📦 140 · ⏱️ 20.08.2020):
```
pip install lektor
```
-- [Conda](https://anaconda.org/conda-forge/lektor) (📥 42K · ⏱️ 27.08.2020):
+- [Conda](https://anaconda.org/conda-forge/lektor) (📥 43K · ⏱️ 27.08.2020):
```
conda install -c conda-forge lektor
```
-feincms (🥉25 · ⭐ 790) - A Django-based CMS with a focus on extensibility and concise code. BSD-3
+feincms (🥉23 · ⭐ 800) - A Django-based CMS with a focus on extensibility and concise code. BSD-3
-- [GitHub](https://github.com/feincms/feincms) (👨💻 130 · 🔀 220 · 📦 230 · 📋 440 - 8% open · ⏱️ 04.03.2021):
+- [GitHub](https://github.com/feincms/feincms) (👨💻 130 · 🔀 230 · 📋 440 - 8% open · ⏱️ 24.03.2021):
```
git clone https://github.com/feincms/feincms
```
-- [PyPi](https://pypi.org/project/feincms) (📥 1.5K / month · 📦 310 · ⏱️ 21.01.2020):
+- [PyPi](https://pypi.org/project/feincms) (📥 1.2K / month · 📦 310 · ⏱️ 22.03.2021):
```
pip install feincms
```
@@ -2280,180 +2248,180 @@ _General purpose web frameworks to build web applications and REST APIs._
coverage (🥇34 · ⭐ 1.5K) - Code coverage measurement for Python. Apache-2
-- [GitHub](https://github.com/nedbat/coveragepy) (👨💻 110 · 🔀 200 · 📦 140K · 📋 1K - 23% open · ⏱️ 05.03.2021):
+- [GitHub](https://github.com/nedbat/coveragepy) (👨💻 110 · 🔀 200 · 📦 140K · 📋 1K - 23% open · ⏱️ 22.03.2021):
```
git clone https://github.com/nedbat/coveragepy
```
-- [PyPi](https://pypi.org/project/coverage) (📥 7.3M / month · 📦 100K · ⏱️ 28.02.2021):
+- [PyPi](https://pypi.org/project/coverage) (📥 6.1M / month · 📦 100K · ⏱️ 28.02.2021):
```
pip install coverage
```
-- [Conda](https://anaconda.org/conda-forge/coverage) (📥 3.4M · ⏱️ 28.02.2021):
+- [Conda](https://anaconda.org/conda-forge/coverage) (📥 3.6M · ⏱️ 28.02.2021):
```
conda install -c conda-forge coverage
```
-mitmproxy (🥇33 · ⭐ 22K · 📉) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT
-
-- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨💻 390 · 🔀 2.8K · 📥 210K · 📦 1.2K · 📋 2.5K - 9% open · ⏱️ 11.03.2021):
-
- ```
- git clone https://github.com/mitmproxy/mitmproxy
- ```
-- [PyPi](https://pypi.org/project/mitmproxy) (📥 58K / month · 📦 850 · ⏱️ 15.12.2020):
- ```
- pip install mitmproxy
- ```
-
Locust (🥇33 · ⭐ 16K) - Scalable user load testing tool written in Python. MIT
-- [GitHub](https://github.com/locustio/locust) (👨💻 200 · 🔀 2.1K · 📦 1K · 📋 1.1K - 4% open · ⏱️ 03.03.2021):
+- [GitHub](https://github.com/locustio/locust) (👨💻 200 · 🔀 2.1K · 📦 1.1K · 📋 1.1K - 4% open · ⏱️ 24.03.2021):
```
git clone https://github.com/locustio/locust
```
-- [PyPi](https://pypi.org/project/locust) (📥 120K / month · 📦 70 · ⏱️ 28.01.2021):
+- [PyPi](https://pypi.org/project/locust) (📥 110K / month · 📦 70 · ⏱️ 28.01.2021):
```
pip install locust
```
selenium (🥇32 · ⭐ 20K) - A browser automation framework and ecosystem. Apache-2
-- [GitHub](https://github.com/SeleniumHQ/selenium) (👨💻 660 · 🔀 6.2K · 📦 89K · 📋 7.2K - 3% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/SeleniumHQ/selenium) (👨💻 670 · 🔀 6.2K · 📦 92K · 📋 7.2K - 2% open · ⏱️ 01.04.2021):
```
git clone https://github.com/SeleniumHQ/selenium
```
-- [PyPi](https://pypi.org/project/selenium) (📥 3M / month · 📦 28K · ⏱️ 15.02.2021):
+- [PyPi](https://pypi.org/project/selenium) (📥 2.5M / month · 📦 28K · ⏱️ 17.03.2021):
```
pip install selenium
```
-- [Conda](https://anaconda.org/conda-forge/selenium) (📥 530K · ⏱️ 14.01.2021):
+- [Conda](https://anaconda.org/conda-forge/selenium) (📥 540K · ⏱️ 14.01.2021):
```
conda install -c conda-forge selenium
```
-responses (🥇31 · ⭐ 3.1K) - A utility for mocking out the Python Requests library. Apache-2
+responses (🥇31 · ⭐ 3.2K) - A utility for mocking out the Python Requests library. Apache-2
-- [GitHub](https://github.com/getsentry/responses) (👨💻 92 · 🔀 250 · 📦 8.7K · 📋 190 - 38% open · ⏱️ 03.03.2021):
+- [GitHub](https://github.com/getsentry/responses) (👨💻 93 · 🔀 260 · 📦 8.9K · 📋 190 - 37% open · ⏱️ 29.03.2021):
```
git clone https://github.com/getsentry/responses
```
-- [PyPi](https://pypi.org/project/responses) (📥 1.6M / month · 📦 4.9K · ⏱️ 12.11.2020):
+- [PyPi](https://pypi.org/project/responses) (📥 1.3M / month · 📦 4.9K · ⏱️ 29.03.2021):
```
pip install responses
```
-- [Conda](https://anaconda.org/conda-forge/responses) (📥 440K · ⏱️ 12.11.2020):
+- [Conda](https://anaconda.org/conda-forge/responses) (📥 480K · ⏱️ 29.03.2021):
```
conda install -c conda-forge responses
```
splinter (🥇31 · ⭐ 2.4K) - splinter - python test framework for web applications. BSD-3
-- [GitHub](https://github.com/cobrateam/splinter) (👨💻 160 · 🔀 480 · 📦 4.4K · 📋 500 - 19% open · ⏱️ 06.03.2021):
+- [GitHub](https://github.com/cobrateam/splinter) (👨💻 160 · 🔀 480 · 📦 4.5K · 📋 510 - 19% open · ⏱️ 26.03.2021):
```
git clone https://github.com/cobrateam/splinter
```
-- [PyPi](https://pypi.org/project/splinter) (📥 78K / month · 📦 2.1K · ⏱️ 19.08.2020):
+- [PyPi](https://pypi.org/project/splinter) (📥 81K / month · 📦 2.1K · ⏱️ 19.08.2020):
```
pip install splinter
```
-vcrpy (🥇31 · ⭐ 1.9K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT
+factory_boy (🥈30 · ⭐ 2.4K) - A test fixtures replacement for Python. MIT
+
+- [GitHub](https://github.com/FactoryBoy/factory_boy) (👨💻 110 · 🔀 320 · 📋 480 - 29% open · ⏱️ 18.03.2021):
+
+ ```
+ git clone https://github.com/FactoryBoy/factory_boy
+ ```
+- [PyPi](https://pypi.org/project/factory_boy) (📥 500K / month · 📦 4.3K · ⏱️ 05.05.2018):
+ ```
+ pip install factory_boy
+ ```
+
+vcrpy (🥈30 · ⭐ 2K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT
- [GitHub](https://github.com/kevin1024/vcrpy) (👨💻 110 · 🔀 270 · 📦 2.8K · 📋 330 - 24% open · ⏱️ 09.10.2020):
```
git clone https://github.com/kevin1024/vcrpy
```
-- [PyPi](https://pypi.org/project/vcrpy) (📥 640K / month · 📦 1.7K · ⏱️ 09.10.2020):
+- [PyPi](https://pypi.org/project/vcrpy) (📥 490K / month · 📦 1.7K · ⏱️ 09.10.2020):
```
pip install vcrpy
```
-pyppeteer (🥈30 · ⭐ 3.4K · 💤) - Headless chrome/chromium automation library (unofficial port of.. MIT
+pytest-django (🥈30 · ⭐ 880) - A Django plugin for pytest. BSD-3
-- [GitHub](https://github.com/miyakogi/pyppeteer) (👨💻 24 · 🔀 370 · 📦 3.7K · 📋 250 - 60% open · ⏱️ 08.05.2020):
+- [GitHub](https://github.com/pytest-dev/pytest-django) (👨💻 120 · 🔀 270 · 📋 440 - 28% open · ⏱️ 20.03.2021):
```
- git clone https://github.com/miyakogi/pyppeteer
- ```
-- [PyPi](https://pypi.org/project/pyppeteer) (📥 400K / month · 📦 370 · ⏱️ 08.01.2021):
- ```
- pip install pyppeteer
+ git clone https://github.com/pytest-dev/pytest-django
```
-- [Conda](https://anaconda.org/conda-forge/pyppeteer) (📥 17K · ⏱️ 19.09.2020):
+- [PyPi](https://pypi.org/project/pytest-django) (📥 460K / month · 📦 11K · ⏱️ 22.10.2020):
```
- conda install -c conda-forge pyppeteer
+ pip install pytest-django
```
-factory_boy (🥈30 · ⭐ 2.4K) - A test fixtures replacement for Python. MIT
+mitmproxy (🥈29 · ⭐ 22K · 📉) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT
-- [GitHub](https://github.com/FactoryBoy/factory_boy) (👨💻 110 · 🔀 310 · 📋 480 - 29% open · ⏱️ 18.02.2021):
+- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨💻 390 · 🔀 2.8K · 📥 210K · 📦 1.3K · 📋 2.5K - 9% open · ⏱️ 30.03.2021):
```
- git clone https://github.com/FactoryBoy/factory_boy
+ git clone https://github.com/mitmproxy/mitmproxy
```
-- [PyPi](https://pypi.org/project/factory_boy) (📥 610K / month · 📦 4.3K · ⏱️ 05.05.2018):
+- [PyPi](https://pypi.org/project/mitmproxy) (📥 43K / month · 📦 850 · ⏱️ 15.12.2020):
```
- pip install factory_boy
+ pip install mitmproxy
```
-HTTPretty (🥈30 · ⭐ 1.9K) - HTTP client mocking tool for Python - inspired by Fakeweb for Ruby. MIT
+Dredd (🥈29 · ⭐ 3.6K) - Language-agnostic HTTP API Testing Tool. MIT
-- [GitHub](https://github.com/gabrielfalcao/HTTPretty) (👨💻 100 · 🔀 240 · 📦 4.2K · 📋 220 - 41% open · ⏱️ 17.01.2021):
+- [GitHub](https://github.com/apiaryio/dredd) (👨💻 110 · 🔀 280 · 📦 680 · 📋 790 - 27% open · ⏱️ 30.03.2021):
```
- git clone https://github.com/gabrielfalcao/HTTPretty
+ git clone https://github.com/apiaryio/dredd
```
-- [PyPi](https://pypi.org/project/httpretty) (📥 130K / month · 📦 5.3K · ⏱️ 06.01.2021):
+- [PyPi](https://pypi.org/project/dredd_hooks) (📥 1.9K / month · 📦 38 · ⏱️ 09.04.2018):
```
- pip install httpretty
+ pip install dredd_hooks
```
-- [Conda](https://anaconda.org/conda-forge/httpretty) (📥 82K · ⏱️ 06.01.2021):
+- [NPM](https://www.npmjs.com/package/dredd) (📥 52K / month · 📦 310 · ⏱️ 30.11.2020):
```
- conda install -c conda-forge httpretty
+ npm install dredd
```
-pytest-django (🥈30 · ⭐ 860) - A Django plugin for pytest. BSD-3
+pyppeteer (🥈29 · ⭐ 3.4K · 💤) - Headless chrome/chromium automation library (unofficial port of.. MIT
-- [GitHub](https://github.com/pytest-dev/pytest-django) (👨💻 120 · 🔀 270 · 📋 440 - 28% open · ⏱️ 05.03.2021):
+- [GitHub](https://github.com/miyakogi/pyppeteer) (👨💻 24 · 🔀 370 · 📦 3.9K · 📋 250 - 60% open · ⏱️ 08.05.2020):
```
- git clone https://github.com/pytest-dev/pytest-django
+ git clone https://github.com/miyakogi/pyppeteer
```
-- [PyPi](https://pypi.org/project/pytest-django) (📥 560K / month · 📦 11K · ⏱️ 22.10.2020):
+- [PyPi](https://pypi.org/project/pyppeteer) (📥 280K / month · 📦 370 · ⏱️ 08.01.2021):
```
- pip install pytest-django
+ pip install pyppeteer
+ ```
+- [Conda](https://anaconda.org/conda-forge/pyppeteer) (📥 19K · ⏱️ 19.09.2020):
+ ```
+ conda install -c conda-forge pyppeteer
```
-Dredd (🥈29 · ⭐ 3.6K) - Language-agnostic HTTP API Testing Tool. MIT
+HTTPretty (🥈29 · ⭐ 1.9K) - HTTP client mocking tool for Python - inspired by Fakeweb for Ruby. MIT
-- [GitHub](https://github.com/apiaryio/dredd) (👨💻 110 · 🔀 280 · 📦 670 · 📋 790 - 27% open · ⏱️ 23.02.2021):
+- [GitHub](https://github.com/gabrielfalcao/HTTPretty) (👨💻 100 · 🔀 250 · 📦 4.4K · 📋 220 - 40% open · ⏱️ 17.01.2021):
```
- git clone https://github.com/apiaryio/dredd
+ git clone https://github.com/gabrielfalcao/HTTPretty
```
-- [PyPi](https://pypi.org/project/dredd_hooks) (📥 2.4K / month · 📦 38 · ⏱️ 09.04.2018):
+- [PyPi](https://pypi.org/project/httpretty) (📥 110K / month · 📦 5.3K · ⏱️ 06.01.2021):
```
- pip install dredd_hooks
+ pip install httpretty
```
-- [NPM](https://www.npmjs.com/package/dredd) (📥 50K / month · 📦 310 · ⏱️ 30.11.2020):
+- [Conda](https://anaconda.org/conda-forge/httpretty) (📥 90K · ⏱️ 06.01.2021):
```
- npm install dredd
+ conda install -c conda-forge httpretty
```
SeleniumLibrary (🥈29 · ⭐ 1K) - Web testing library for Robot Framework. Apache-2
-- [GitHub](https://github.com/robotframework/SeleniumLibrary) (👨💻 110 · 🔀 630 · 📥 3.5K · 📦 1.3K · 📋 930 - 2% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/robotframework/SeleniumLibrary) (👨💻 110 · 🔀 640 · 📥 3.5K · 📦 1.3K · 📋 940 - 2% open · ⏱️ 31.03.2021):
```
git clone https://github.com/robotframework/SeleniumLibrary
```
-- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 130K / month · 📦 150 · ⏱️ 26.02.2021):
+- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 110K / month · 📦 150 · ⏱️ 23.03.2021):
```
pip install robotframework-seleniumlibrary
```
@@ -2465,31 +2433,19 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/jazzband/django-silk
```
-- [PyPi](https://pypi.org/project/django-silk) (📥 120K / month · 📦 280 · ⏱️ 07.08.2020):
+- [PyPi](https://pypi.org/project/django-silk) (📥 100K / month · 📦 280 · ⏱️ 07.08.2020):
```
pip install django-silk
```
-SeleniumBase (🥈28 · ⭐ 2.1K) - A complete framework for Web-UI testing. Fast, easy, and reliable... MIT
-
-- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨💻 25 · 🔀 460 · 📦 120 · 📋 200 - 0% open · ⏱️ 10.03.2021):
-
- ```
- git clone https://github.com/seleniumbase/SeleniumBase
- ```
-- [PyPi](https://pypi.org/project/seleniumbase) (📥 63K / month · 📦 24 · ⏱️ 10.03.2021):
- ```
- pip install seleniumbase
- ```
-
-Prism (🥈28 · ⭐ 1.8K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2
+Prism (🥈28 · ⭐ 1.9K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2
-- [GitHub](https://github.com/stoplightio/prism) (👨💻 45 · 🔀 160 · 📥 750K · 📦 100 · 📋 440 - 6% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/stoplightio/prism) (👨💻 45 · 🔀 160 · 📥 760K · 📦 110 · 📋 450 - 6% open · ⏱️ 31.03.2021):
```
git clone https://github.com/stoplightio/prism
```
-- [NPM](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 83K / month · 📦 4 · ⏱️ 01.12.2020):
+- [NPM](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 86K / month · 📦 4 · ⏱️ 01.12.2020):
```
npm install @stoplight/prism-cli
```
@@ -2501,39 +2457,51 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/jazzband/django-nose
```
-- [PyPi](https://pypi.org/project/django-nose) (📥 170K / month · 📦 8.7K · ⏱️ 20.08.2020):
+- [PyPi](https://pypi.org/project/django-nose) (📥 130K / month · 📦 8.7K · ⏱️ 20.08.2020):
```
pip install django-nose
```
pytest-flask (🥈28 · ⭐ 360) - A set of pytest fixtures to test Flask applications. MIT
-- [GitHub](https://github.com/pytest-dev/pytest-flask) (👨💻 25 · 🔀 63 · 📋 64 - 15% open · ⏱️ 27.02.2021):
+- [GitHub](https://github.com/pytest-dev/pytest-flask) (👨💻 25 · 🔀 63 · 📋 63 - 12% open · ⏱️ 27.02.2021):
```
git clone https://github.com/pytest-dev/pytest-flask
```
-- [PyPi](https://pypi.org/project/pytest-flask) (📥 100K / month · 📦 17K · ⏱️ 27.02.2021):
+- [PyPi](https://pypi.org/project/pytest-flask) (📥 81K / month · 📦 17K · ⏱️ 27.02.2021):
```
pip install pytest-flask
```
-- [Conda](https://anaconda.org/conda-forge/pytest-flask) (📥 42K · ⏱️ 27.02.2021):
+- [Conda](https://anaconda.org/conda-forge/pytest-flask) (📥 43K · ⏱️ 27.02.2021):
```
conda install -c conda-forge pytest-flask
```
+SeleniumBase (🥈27 · ⭐ 2.1K) - A complete framework for fast, easy, & reliable web testing... MIT
+
+- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨💻 25 · 🔀 470 · 📦 120 · ⏱️ 29.03.2021):
+
+ ```
+ git clone https://github.com/seleniumbase/SeleniumBase
+ ```
+- [PyPi](https://pypi.org/project/seleniumbase) (📥 42K / month · 📦 24 · ⏱️ 29.03.2021):
+ ```
+ pip install seleniumbase
+ ```
+
flask-testing (🥈27 · ⭐ 460) - Unittest extensions for Flask. BSD-3
-- [GitHub](https://github.com/jarus/flask-testing) (👨💻 33 · 🔀 110 · 📦 12K · 📋 95 - 53% open · ⏱️ 24.12.2020):
+- [GitHub](https://github.com/jarus/flask-testing) (👨💻 33 · 🔀 100 · 📦 12K · 📋 96 - 54% open · ⏱️ 24.12.2020):
```
git clone https://github.com/jarus/flask-testing
```
-- [PyPi](https://pypi.org/project/flask-testing) (📥 110K / month · 📦 4.8K · ⏱️ 24.12.2020):
+- [PyPi](https://pypi.org/project/flask-testing) (📥 84K / month · 📦 4.8K · ⏱️ 24.12.2020):
```
pip install flask-testing
```
-- [Conda](https://anaconda.org/conda-forge/flask-testing) (📥 45K · ⏱️ 24.12.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-testing) (📥 46K · ⏱️ 24.12.2020):
```
conda install -c conda-forge flask-testing
```
@@ -2545,23 +2513,23 @@ _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) (📥 36K / month · 📦 5.9K · ⏱️ 18.02.2020):
+- [PyPi](https://pypi.org/project/flask-debugtoolbar) (📥 29K / month · 📦 5.9K · ⏱️ 18.02.2020):
```
pip install flask-debugtoolbar
```
-- [Conda](https://anaconda.org/conda-forge/flask-debugtoolbar) (📥 37K · ⏱️ 13.10.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-debugtoolbar) (📥 38K · ⏱️ 13.10.2020):
```
conda install -c conda-forge flask-debugtoolbar
```
-django-test-plus (🥉26 · ⭐ 430 · 💤) - Useful additions to Django's default TestCase. BSD-3
+django-test-plus (🥉26 · ⭐ 440 · 💤) - Useful additions to Django's default TestCase. BSD-3
-- [GitHub](https://github.com/revsys/django-test-plus) (👨💻 27 · 🔀 44 · 📦 2.7K · 📋 44 - 15% open · ⏱️ 28.05.2020):
+- [GitHub](https://github.com/revsys/django-test-plus) (👨💻 27 · 🔀 45 · 📦 2.7K · 📋 44 - 15% open · ⏱️ 28.05.2020):
```
git clone https://github.com/revsys/django-test-plus
```
-- [PyPi](https://pypi.org/project/django-test-plus) (📥 24K / month · 📦 2.5K · ⏱️ 03.12.2019):
+- [PyPi](https://pypi.org/project/django-test-plus) (📥 20K / month · 📦 2.5K · ⏱️ 03.12.2019):
```
pip install django-test-plus
```
@@ -2572,86 +2540,74 @@ _General purpose web frameworks to build web applications and REST APIs._
webtest (🥉26 · ⭐ 300) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT
-- [GitHub](https://github.com/Pylons/webtest) (👨💻 83 · 🔀 96 · 📦 8.2K · 📋 120 - 20% open · ⏱️ 17.12.2020):
+- [GitHub](https://github.com/Pylons/webtest) (👨💻 83 · 🔀 98 · 📦 8.2K · 📋 120 - 20% open · ⏱️ 17.12.2020):
```
git clone https://github.com/Pylons/webtest
```
-- [PyPi](https://pypi.org/project/webtest) (📥 340K / month · 📦 7.7K · ⏱️ 27.04.2020):
+- [PyPi](https://pypi.org/project/webtest) (📥 270K / month · 📦 7.7K · ⏱️ 27.04.2020):
```
pip install webtest
```
-pyramid_debugtoolbar (🥉26 · ⭐ 93) - Pyramid debug toolbar. BSD-3
-
-- [GitHub](https://github.com/Pylons/pyramid_debugtoolbar) (👨💻 65 · 🔀 78 · 📋 180 - 24% open · ⏱️ 25.11.2020):
-
- ```
- git clone https://github.com/Pylons/pyramid_debugtoolbar
- ```
-- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (📥 69K / month · 📦 1.3K · ⏱️ 10.09.2018):
- ```
- pip install pyramid_debugtoolbar
- ```
-
tavern (🥉25 · ⭐ 760) - A command-line tool and Python library and Pytest plugin for automated.. MIT
-- [GitHub](https://github.com/taverntesting/tavern) (👨💻 42 · 🔀 150 · 📦 220 · 📋 470 - 7% open · ⏱️ 20.02.2021):
+- [GitHub](https://github.com/taverntesting/tavern) (👨💻 44 · 🔀 150 · 📦 220 · 📋 470 - 7% open · ⏱️ 27.03.2021):
```
git clone https://github.com/taverntesting/tavern
```
-- [PyPi](https://pypi.org/project/tavern) (📥 57K / month · 📦 40 · ⏱️ 20.02.2021):
+- [PyPi](https://pypi.org/project/tavern) (📥 52K / month · 📦 40 · ⏱️ 27.03.2021):
```
pip install tavern
```
-mixer (🥉25 · ⭐ 740) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3
+mixer (🥉25 · ⭐ 750) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3
- [GitHub](https://github.com/klen/mixer) (👨💻 39 · 🔀 86 · 📋 73 - 36% open · ⏱️ 11.01.2021):
```
git clone https://github.com/klen/mixer
```
-- [PyPi](https://pypi.org/project/mixer) (📥 31K / month · 📦 600 · ⏱️ 11.01.2021):
+- [PyPi](https://pypi.org/project/mixer) (📥 27K / month · 📦 600 · ⏱️ 11.01.2021):
```
pip install mixer
```
-httmock (🥉25 · ⭐ 420) - A mocking library for requests. Apache-2
+aioresponses (🥉25 · ⭐ 280) - Aioresponses is a helper for mock/fake web requests in python.. MIT
-- [GitHub](https://github.com/patrys/httmock) (👨💻 29 · 🔀 52 · 📦 1.3K · 📋 30 - 50% open · ⏱️ 28.10.2020):
+- [GitHub](https://github.com/pnuckowski/aioresponses) (👨💻 34 · 🔀 53 · 📋 65 - 38% open · ⏱️ 09.03.2021):
```
- git clone https://github.com/patrys/httmock
+ git clone https://github.com/pnuckowski/aioresponses
```
-- [PyPi](https://pypi.org/project/httmock) (📥 170K / month · 📦 1.2K · ⏱️ 28.10.2020):
+- [PyPi](https://pypi.org/project/aioresponses) (📥 81K / month · 📦 150 · ⏱️ 09.03.2021):
```
- pip install httmock
+ pip install aioresponses
```
-aioresponses (🥉25 · ⭐ 280) - Aioresponses is a helper for mock/fake web requests in python.. MIT
+httmock (🥉24 · ⭐ 420) - A mocking library for requests. Apache-2
-- [GitHub](https://github.com/pnuckowski/aioresponses) (👨💻 34 · 🔀 53 · 📋 65 - 38% open · ⏱️ 09.03.2021):
+- [GitHub](https://github.com/patrys/httmock) (👨💻 29 · 🔀 52 · 📦 1.3K · 📋 30 - 50% open · ⏱️ 28.10.2020):
```
- git clone https://github.com/pnuckowski/aioresponses
+ git clone https://github.com/patrys/httmock
```
-- [PyPi](https://pypi.org/project/aioresponses) (📥 110K / month · 📦 150 · ⏱️ 09.03.2021):
+- [PyPi](https://pypi.org/project/httmock) (📥 130K / month · 📦 1.2K · ⏱️ 28.10.2020):
```
- pip install aioresponses
+ pip install httmock
```
-pytest-splinter (🥉24 · ⭐ 200) - pytest splinter and selenium integration for anyone interested.. MIT
+pyramid_debugtoolbar (🥉24 · ⭐ 93) - Pyramid debug toolbar. BSD-3
-- [GitHub](https://github.com/pytest-dev/pytest-splinter) (👨💻 28 · 🔀 49 · 📦 310 · 📋 75 - 12% open · ⏱️ 25.12.2020):
+- [GitHub](https://github.com/Pylons/pyramid_debugtoolbar) (👨💻 65 · 🔀 78 · 📋 180 - 24% open · ⏱️ 25.11.2020):
```
- git clone https://github.com/pytest-dev/pytest-splinter
+ git clone https://github.com/Pylons/pyramid_debugtoolbar
```
-- [PyPi](https://pypi.org/project/pytest-splinter) (📥 12K / month · 📦 210 · ⏱️ 25.12.2020):
+- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (📥 59K / month · 📦 1.3K · ⏱️ 10.09.2018):
```
- pip install pytest-splinter
+ pip install pyramid_debugtoolbar
```
splash (🥉23 · ⭐ 3.3K) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3
@@ -2661,171 +2617,183 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/scrapinghub/splash
```
-- [PyPi](https://pypi.org/project/splash) (📥 640 / month · 📦 18 · ⏱️ 16.06.2020):
+- [PyPi](https://pypi.org/project/splash) (📥 550 / month · 📦 18 · ⏱️ 16.06.2020):
```
pip install splash
```
-httprunner (🥉23 · ⭐ 2.4K) - One-stop solution for HTTP(S) testing. Apache-2
+pytest-splinter (🥉23 · ⭐ 200) - pytest splinter and selenium integration for anyone interested.. MIT
-- [GitHub](https://github.com/httprunner/httprunner) (👨💻 22 · 🔀 920 · 📋 890 - 36% open · ⏱️ 28.01.2021):
+- [GitHub](https://github.com/pytest-dev/pytest-splinter) (👨💻 28 · 🔀 49 · 📦 310 · 📋 75 - 12% open · ⏱️ 25.12.2020):
```
- git clone https://github.com/httprunner/httprunner
+ git clone https://github.com/pytest-dev/pytest-splinter
```
-- [PyPi](https://pypi.org/project/httprunner) (📥 1.6K / month · 📦 6 · ⏱️ 30.07.2020):
+- [PyPi](https://pypi.org/project/pytest-splinter) (📥 7K / month · 📦 210 · ⏱️ 25.12.2020):
```
- pip install httprunner
+ pip install pytest-splinter
```
-selene (🥉23 · ⭐ 440) - User-oriented Web UI browser tests in Python. MIT
+gabbi (🥉23 · ⭐ 130) - Declarative HTTP Testing for Python and anything else. Apache-2
-- [GitHub](https://github.com/yashaka/selene) (👨💻 24 · 🔀 96 · 📦 170 · 📋 190 - 33% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/cdent/gabbi) (👨💻 26 · 🔀 29 · 📋 140 - 15% open · ⏱️ 23.02.2021):
```
- git clone https://github.com/yashaka/selene
+ git clone https://github.com/cdent/gabbi
```
-- [PyPi](https://pypi.org/project/selene) (📥 8K / month · 📦 28 · ⏱️ 22.12.2020):
+- [PyPi](https://pypi.org/project/gabbi) (📥 3.7K / month · 📦 200 · ⏱️ 23.02.2021):
```
- pip install selene
+ pip install gabbi
```
-gabbi (🥉23 · ⭐ 130) - Declarative HTTP Testing for Python and anything else. Apache-2
+Mockoon (🥉22 · ⭐ 2.6K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT
-- [GitHub](https://github.com/cdent/gabbi) (👨💻 26 · 🔀 29 · 📋 140 - 15% open · ⏱️ 23.02.2021):
+- [GitHub](https://github.com/mockoon/mockoon) (👨💻 33 · 🔀 150 · 📥 40K · 📋 330 - 14% open · ⏱️ 22.03.2021):
```
- git clone https://github.com/cdent/gabbi
- ```
-- [PyPi](https://pypi.org/project/gabbi) (📥 4.2K / month · 📦 200 · ⏱️ 23.02.2021):
- ```
- pip install gabbi
+ git clone https://github.com/mockoon/mockoon
```
selenium-python-helium (🥉22 · ⭐ 2.4K) - Selenium-python but lighter: Helium is the best.. MIT
-- [GitHub](https://github.com/mherrmann/selenium-python-helium) (👨💻 5 · 🔀 180 · 📦 69 · 📋 36 - 25% open · ⏱️ 04.01.2021):
+- [GitHub](https://github.com/mherrmann/selenium-python-helium) (👨💻 5 · 🔀 190 · 📦 74 · 📋 36 - 25% open · ⏱️ 23.03.2021):
```
git clone https://github.com/mherrmann/selenium-python-helium
```
-- [PyPi](https://pypi.org/project/helium) (📥 1.5K / month · ⏱️ 14.09.2020):
+- [PyPi](https://pypi.org/project/helium) (📥 1K / month · ⏱️ 14.09.2020):
```
pip install helium
```
-python-mocket (🥉22 · ⭐ 210) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
+httprunner (🥉22 · ⭐ 2.4K) - One-stop solution for HTTP(S) testing. Apache-2
-- [GitHub](https://github.com/mindflayer/python-mocket) (👨💻 19 · 🔀 33 · 📦 49 · 📋 49 - 4% open · ⏱️ 21.02.2021):
+- [GitHub](https://github.com/httprunner/httprunner) (👨💻 22 · 🔀 920 · 📋 890 - 36% open · ⏱️ 28.01.2021):
```
- git clone https://github.com/mindflayer/python-mocket
+ git clone https://github.com/httprunner/httprunner
```
-- [PyPi](https://pypi.org/project/mocket) (📥 1.3K / month · 📦 46 · ⏱️ 21.01.2021):
+- [PyPi](https://pypi.org/project/httprunner) (📥 1.4K / month · 📦 6 · ⏱️ 30.07.2020):
```
- pip install mocket
+ pip install httprunner
```
-Mockoon (🥉21 · ⭐ 2.5K) - Mockoon is the easiest and quickest way to run mock APIs locally. No.. MIT
+schemathesis (🥉22 · ⭐ 790) - A modern API testing tool for web applications built with.. MIT
-- [GitHub](https://github.com/mockoon/mockoon) (👨💻 33 · 🔀 150 · 📥 35K · 📋 320 - 14% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/schemathesis/schemathesis) (👨💻 29 · 🔀 59 · 📋 500 - 13% open · ⏱️ 01.04.2021):
```
- git clone https://github.com/mockoon/mockoon
+ git clone https://github.com/schemathesis/schemathesis
+ ```
+- [PyPi](https://pypi.org/project/schemathesis) (📥 9.7K / month · ⏱️ 27.03.2021):
+ ```
+ pip install schemathesis
```
-schemathesis (🥉21 · ⭐ 760) - A modern API testing tool for web applications built with.. MIT
+python-mocket (🥉22 · ⭐ 210) - a socket mock framework - for all kinds of socket animals, web-.. BSD-3
-- [GitHub](https://github.com/schemathesis/schemathesis) (👨💻 28 · 🔀 57 · 📋 480 - 13% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/mindflayer/python-mocket) (👨💻 19 · 🔀 33 · 📦 50 · 📋 49 - 4% open · ⏱️ 21.02.2021):
```
- git clone https://github.com/schemathesis/schemathesis
+ git clone https://github.com/mindflayer/python-mocket
```
-- [PyPi](https://pypi.org/project/schemathesis) (📥 13K / month · ⏱️ 11.03.2021):
+- [PyPi](https://pypi.org/project/mocket) (📥 1.1K / month · 📦 46 · ⏱️ 21.01.2021):
```
- pip install schemathesis
+ pip install mocket
+ ```
+
+selene (🥉21 · ⭐ 450) - User-oriented Web UI browser tests in Python. MIT
+
+- [GitHub](https://github.com/yashaka/selene) (👨💻 24 · 🔀 97 · 📋 190 - 32% open · ⏱️ 30.03.2021):
+
+ ```
+ git clone https://github.com/yashaka/selene
+ ```
+- [PyPi](https://pypi.org/project/selene) (📥 6.5K / month · 📦 28 · ⏱️ 30.03.2021):
+ ```
+ pip install selene
```
-Model Bakery (🥉21 · ⭐ 320) - Object factory for Django. Apache-2
+Model Bakery (🥉20 · ⭐ 330) - Object factory for Django. Apache-2
-- [GitHub](https://github.com/model-bakers/model_bakery) (👨💻 24 · 🔀 36 · 📋 76 - 28% open · ⏱️ 09.03.2021):
+- [GitHub](https://github.com/model-bakers/model_bakery) (👨💻 24 · 🔀 39 · 📋 79 - 30% open · ⏱️ 12.03.2021):
```
git clone https://github.com/model-bakers/model_bakery
```
-- [PyPi](https://pypi.org/project/model_bakery) (📥 66K / month · 📦 8 · ⏱️ 12.11.2020):
+- [PyPi](https://pypi.org/project/model_bakery) (📥 53K / month · 📦 8 · ⏱️ 12.11.2020):
```
pip install model_bakery
```
molotov (🥉20 · ⭐ 320) - Load Testing Tool. Apache-2
-- [GitHub](https://github.com/loads/molotov) (👨💻 12 · 🔀 24 · 📦 61 · 📋 99 - 15% open · ⏱️ 21.12.2020):
+- [GitHub](https://github.com/loads/molotov) (👨💻 12 · 🔀 24 · 📦 61 · 📋 100 - 16% open · ⏱️ 21.12.2020):
```
git clone https://github.com/loads/molotov
```
-- [PyPi](https://pypi.org/project/molotov) (📥 350 / month · 📦 20 · ⏱️ 18.11.2020):
+- [PyPi](https://pypi.org/project/molotov) (📥 250 / month · 📦 20 · ⏱️ 18.11.2020):
```
pip install molotov
```
-aresponses (🥉20 · ⭐ 79) - Asyncio http mocking. Similar to the responses library used for.. MIT
+aresponses (🥉19 · ⭐ 81) - Asyncio http mocking. Similar to the responses library used for.. MIT
- [GitHub](https://github.com/aresponses/aresponses) (👨💻 12 · 🔀 14 · 📦 140 · ⏱️ 21.01.2021):
```
git clone https://github.com/CircleUp/aresponses
```
-- [PyPi](https://pypi.org/project/aresponses) (📥 5.7K / month · 📦 92 · ⏱️ 21.01.2021):
+- [PyPi](https://pypi.org/project/aresponses) (📥 3.9K / month · 📦 92 · ⏱️ 21.01.2021):
```
pip install aresponses
```
-async-asgi-testclient (🥉20 · ⭐ 66) - A framework-agnostic library for testing ASGI web.. MIT
+async-asgi-testclient (🥉19 · ⭐ 68) - A framework-agnostic library for testing ASGI web.. MIT
-- [GitHub](https://github.com/vinissimus/async-asgi-testclient) (👨💻 10 · 🔀 9 · 📦 56 · 📋 10 - 10% open · ⏱️ 02.03.2021):
+- [GitHub](https://github.com/vinissimus/async-asgi-testclient) (👨💻 10 · 🔀 9 · 📦 56 · 📋 11 - 9% open · ⏱️ 02.03.2021):
```
git clone https://github.com/vinissimus/async-asgi-testclient
```
-- [PyPi](https://pypi.org/project/async-asgi-testclient) (📥 8.1K / month · 📦 6 · ⏱️ 11.01.2021):
+- [PyPi](https://pypi.org/project/async-asgi-testclient) (📥 7.1K / month · 📦 6 · ⏱️ 11.01.2021):
```
pip install async-asgi-testclient
```
-fsociety (🥉17 · ⭐ 250) - A Modular Penetration Testing Framework. MIT
+golem (🥉17 · ⭐ 440 · 💤) - A complete test automation tool. MIT
-- [GitHub](https://github.com/fsociety-team/fsociety) (👨💻 3 · 🔀 36 · ⏱️ 13.11.2020):
+- [GitHub](https://github.com/golemhq/golem) (👨💻 18 · 🔀 66 · 📥 43 · 📦 4 · 📋 130 - 16% open · ⏱️ 05.09.2020):
```
- git clone https://github.com/fsociety-team/fsociety
+ git clone https://github.com/golemhq/golem
```
-- [PyPi](https://pypi.org/project/fsociety) (📥 230 / month · ⏱️ 13.11.2020):
+- [PyPi](https://pypi.org/project/golem-framework) (📥 72 / month · 📦 1 · ⏱️ 04.08.2020):
```
- pip install fsociety
+ pip install golem-framework
```
-golem (🥉16 · ⭐ 440) - A complete test automation tool. MIT
+fsociety (🥉16 · ⭐ 270) - A Modular Penetration Testing Framework. MIT
-- [GitHub](https://github.com/golemhq/golem) (👨💻 18 · 🔀 66 · 📥 43 · 📦 4 · 📋 130 - 16% open · ⏱️ 05.09.2020):
+- [GitHub](https://github.com/fsociety-team/fsociety) (👨💻 3 · 🔀 42 · ⏱️ 13.11.2020):
```
- git clone https://github.com/golemhq/golem
+ git clone https://github.com/fsociety-team/fsociety
```
-- [PyPi](https://pypi.org/project/golem-framework) (📥 98 / month · 📦 1 · ⏱️ 04.08.2020):
+- [PyPi](https://pypi.org/project/fsociety) (📥 160 / month · ⏱️ 13.11.2020):
```
- pip install golem-framework
+ pip install fsociety
```
Show 7 hidden projects...
- parameterized (🥈28 · ⭐ 540) - Parameterized testing with any Python test framework. ❗️BSD-2-Clause-FreeBSD
- wdb (🥉22 · ⭐ 1.5K · 💀) - An improbable web debugger through WebSockets. ❗️GPL-3.0
-- pyresttest (🥉22 · ⭐ 1.1K · 💀) - Python Rest Testing. Apache-2
+- pyresttest (🥉21 · ⭐ 1.1K · 💀) - Python Rest Testing. Apache-2
- requestium (🥉20 · ⭐ 1.6K · 💀) - Integration layer between Requests and Selenium for automation.. BSD-3
-- yandex-tank (🥉18 · ⭐ 2K) - Load and performance benchmark tool. ❗️LGPL-2.1
-- huxley (🥉14 · ⭐ 4.1K · 💀) - A testing system for catching visual regressions in Web.. Apache-2
+- yandex-tank (🥉17 · ⭐ 2K) - Load and performance benchmark tool. ❗️LGPL-2.1
+- huxley (🥉15 · ⭐ 4.1K · 💀) - A testing system for catching visual regressions in Web.. Apache-2
- Astra (🥉14 · ⭐ 1.7K · 💀) - Automated Security Testing For REST API's. Apache-2
@@ -2834,62 +2802,62 @@ _General purpose web frameworks to build web applications and REST APIs._
-django-crispy-forms (🥇33 · ⭐ 4.1K) - The best way to have DRY Django forms. The app.. MIT
+django-crispy-forms (🥇33 · ⭐ 4.2K) - The best way to have DRY Django forms. The app.. MIT
-- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (👨💻 210 · 🔀 680 · 📦 57K · 📋 620 - 12% open · ⏱️ 21.02.2021):
+- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (👨💻 220 · 🔀 680 · 📦 59K · 📋 620 - 13% open · ⏱️ 21.03.2021):
```
git clone https://github.com/django-crispy-forms/django-crispy-forms
```
-- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 220K / month · 📦 16K · ⏱️ 30.01.2021):
+- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 180K / month · 📦 16K · ⏱️ 21.03.2021):
```
pip install django-crispy-forms
```
-- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (📥 33K · ⏱️ 21.02.2021):
+- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (📥 34K · ⏱️ 21.03.2021):
```
conda install -c conda-forge django-crispy-forms
```
wtforms (🥇33 · ⭐ 1.2K) - A flexible forms validation and rendering library for Python. BSD-3
-- [GitHub](https://github.com/wtforms/wtforms) (👨💻 120 · 🔀 330 · 📦 87K · 📋 370 - 13% open · ⏱️ 11.02.2021):
+- [GitHub](https://github.com/wtforms/wtforms) (👨💻 120 · 🔀 340 · 📦 89K · 📋 370 - 12% open · ⏱️ 11.02.2021):
```
git clone https://github.com/wtforms/wtforms
```
-- [PyPi](https://pypi.org/project/wtforms) (📥 900K / month · 📦 29K · ⏱️ 23.11.2020):
+- [PyPi](https://pypi.org/project/wtforms) (📥 720K / month · 📦 29K · ⏱️ 23.11.2020):
```
pip install wtforms
```
-- [Conda](https://anaconda.org/conda-forge/wtforms) (📥 64K · ⏱️ 29.07.2020):
+- [Conda](https://anaconda.org/conda-forge/wtforms) (📥 66K · ⏱️ 29.07.2020):
```
conda install -c conda-forge wtforms
```
flask-wtf (🥉32 · ⭐ 1.2K) - Simple integration of Flask and WTForms, including CSRF, file.. BSD-3
-- [GitHub](https://github.com/lepture/flask-wtf) (👨💻 89 · 🔀 260 · 📦 95K · 📋 280 - 12% open · ⏱️ 01.03.2021):
+- [GitHub](https://github.com/lepture/flask-wtf) (👨💻 89 · 🔀 260 · 📦 97K · 📋 280 - 12% open · ⏱️ 01.03.2021):
```
git clone https://github.com/lepture/flask-wtf
```
-- [PyPi](https://pypi.org/project/flask-wtf) (📥 820K / month · 📦 32K · ⏱️ 06.02.2020):
+- [PyPi](https://pypi.org/project/flask-wtf) (📥 710K / month · 📦 32K · ⏱️ 06.02.2020):
```
pip install flask-wtf
```
-- [Conda](https://anaconda.org/conda-forge/flask-wtf) (📥 73K · ⏱️ 11.02.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-wtf) (📥 75K · ⏱️ 11.02.2020):
```
conda install -c conda-forge flask-wtf
```
-django-formtools (🥉26 · ⭐ 450) - A set of high-level abstractions for Django forms. BSD-3
+django-formtools (🥉26 · ⭐ 460) - A set of high-level abstractions for Django forms. BSD-3
- [GitHub](https://github.com/jazzband/django-formtools) (👨💻 64 · 🔀 100 · 📦 6.4K · 📋 120 - 49% open · ⏱️ 09.03.2021):
```
git clone https://github.com/jazzband/django-formtools
```
-- [PyPi](https://pypi.org/project/django-formtools) (📥 83K / month · 📦 2.3K · ⏱️ 05.12.2019):
+- [PyPi](https://pypi.org/project/django-formtools) (📥 62K / month · 📦 2.3K · ⏱️ 05.12.2019):
```
pip install django-formtools
```
@@ -2901,7 +2869,7 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/Pylons/deform
```
-- [PyPi](https://pypi.org/project/deform) (📥 3.3K / month · 📦 350 · ⏱️ 10.12.2020):
+- [PyPi](https://pypi.org/project/deform) (📥 2.3K / month · 📦 350 · ⏱️ 10.12.2020):
```
pip install deform
```
@@ -2912,130 +2880,130 @@ _General purpose web frameworks to build web applications and REST APIs._
-markdown (🥇35 · ⭐ 2.4K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3
+markdown (🥇34 · ⭐ 2.5K) - A Python implementation of John Grubers Markdown with Extension support. BSD-3
-- [GitHub](https://github.com/Python-Markdown/markdown) (👨💻 140 · 🔀 600 · 📦 120K · 📋 680 - 2% open · ⏱️ 24.02.2021):
+- [GitHub](https://github.com/Python-Markdown/markdown) (👨💻 140 · 🔀 610 · 📦 130K · 📋 690 - 3% open · ⏱️ 24.03.2021):
```
git clone https://github.com/Python-Markdown/markdown
```
-- [PyPi](https://pypi.org/project/markdown) (📥 4.5M / month · 📦 41K · ⏱️ 25.10.2020):
+- [PyPi](https://pypi.org/project/markdown) (📥 3.6M / month · 📦 41K · ⏱️ 25.10.2020):
```
pip install markdown
```
-- [Conda](https://anaconda.org/conda-forge/markdown) (📥 1.7M · ⏱️ 01.03.2021):
+- [Conda](https://anaconda.org/conda-forge/markdown) (📥 1.8M · ⏱️ 01.03.2021):
```
conda install -c conda-forge markdown
```
mistune (🥇33 · ⭐ 1.9K) - A fast yet powerful Python Markdown parser with renderers and plugins. BSD-3
-- [GitHub](https://github.com/lepture/mistune) (👨💻 30 · 🔀 200 · 📦 97K · 📋 210 - 11% open · ⏱️ 07.03.2021):
+- [GitHub](https://github.com/lepture/mistune) (👨💻 30 · 🔀 200 · 📦 100K · 📋 210 - 11% open · ⏱️ 07.03.2021):
```
git clone https://github.com/lepture/mistune
```
-- [PyPi](https://pypi.org/project/mistune) (📥 7.2M / month · 📦 18K · ⏱️ 16.02.2021):
+- [PyPi](https://pypi.org/project/mistune) (📥 6.7M / month · 📦 18K · ⏱️ 16.02.2021):
```
pip install mistune
```
-- [Conda](https://anaconda.org/conda-forge/mistune) (📥 3.6M · ⏱️ 08.01.2021):
+- [Conda](https://anaconda.org/conda-forge/mistune) (📥 3.7M · ⏱️ 08.01.2021):
```
conda install -c conda-forge mistune
```
pelican (🥈32 · ⭐ 10K) - Static site generator that supports Markdown and reST syntax... ❗️AGPL-3.0
-- [GitHub](https://github.com/getpelican/pelican) (👨💻 410 · 🔀 1.7K · 📥 300 · 📦 4.8K · 📋 1.5K - 3% open · ⏱️ 19.02.2021):
+- [GitHub](https://github.com/getpelican/pelican) (👨💻 410 · 🔀 1.7K · 📥 310 · 📦 4.8K · 📋 1.5K - 3% open · ⏱️ 23.03.2021):
```
git clone https://github.com/getpelican/pelican
```
-- [PyPi](https://pypi.org/project/pelican) (📥 9.8K / month · 📦 3.4K · ⏱️ 04.01.2021):
+- [PyPi](https://pypi.org/project/pelican) (📥 7.6K / month · 📦 3.4K · ⏱️ 23.03.2021):
```
pip install pelican
```
-- [Conda](https://anaconda.org/conda-forge/pelican) (📥 99K · ⏱️ 04.01.2021):
+- [Conda](https://anaconda.org/conda-forge/pelican) (📥 100K · ⏱️ 23.03.2021):
```
conda install -c conda-forge pelican
```
python-markdown2 (🥈30 · ⭐ 2.2K) - markdown2: A fast and complete implementation of Markdown in.. MIT
-- [GitHub](https://github.com/trentm/python-markdown2) (👨💻 59 · 🔀 370 · 📦 8.8K · 📋 240 - 41% open · ⏱️ 14.02.2021):
+- [GitHub](https://github.com/trentm/python-markdown2) (👨💻 60 · 🔀 370 · 📦 8.9K · 📋 240 - 41% open · ⏱️ 16.03.2021):
```
git clone https://github.com/trentm/python-markdown2
```
-- [PyPi](https://pypi.org/project/markdown2) (📥 130K / month · 📦 4.4K · ⏱️ 22.01.2021):
+- [PyPi](https://pypi.org/project/markdown2) (📥 110K / month · 📦 4.4K · ⏱️ 22.01.2021):
```
pip install markdown2
```
pymdown-extensions (🥈27 · ⭐ 460) - Extensions for Python Markdown. MIT
-- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨💻 25 · 🔀 160 · 📦 4.6K · 📋 240 - 6% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨💻 26 · 🔀 170 · 📦 4.8K · 📋 260 - 9% open · ⏱️ 30.03.2021):
```
git clone https://github.com/facelessuser/pymdown-extensions
```
-- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 170K / month · 📦 1.5K · ⏱️ 26.01.2021):
+- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 140K / month · 📦 1.5K · ⏱️ 26.01.2021):
```
pip install pymdown-extensions
```
-- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (📥 35K · ⏱️ 26.01.2021):
+- [Conda](https://anaconda.org/conda-forge/pymdown-extensions) (📥 38K · ⏱️ 26.01.2021):
```
conda install -c conda-forge pymdown-extensions
```
html2text (🥉26 · ⭐ 1.1K) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0
-- [GitHub](https://github.com/Alir3z4/html2text) (👨💻 72 · 🔀 190 · 📋 180 - 33% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/Alir3z4/html2text) (👨💻 72 · 🔀 190 · 📋 180 - 34% open · ⏱️ 10.03.2021):
```
git clone https://github.com/Alir3z4/html2text
```
-- [PyPi](https://pypi.org/project/html2text) (📥 310K / month · 📦 3.8K · ⏱️ 16.01.2020):
+- [PyPi](https://pypi.org/project/html2text) (📥 250K / month · 📦 3.8K · ⏱️ 16.01.2020):
```
pip install html2text
```
-django-markdown-editor (🥉24 · ⭐ 420) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0
+django-markdown-editor (🥉24 · ⭐ 430) - Awesome Django Markdown Editor, supported for.. ❗️GPL-3.0
-- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (👨💻 23 · 🔀 520 · 📦 360 · 📋 97 - 21% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/agusmakmun/django-markdown-editor) (👨💻 23 · 🔀 560 · 📦 370 · 📋 97 - 21% open · ⏱️ 10.03.2021):
```
git clone https://github.com/agusmakmun/django-markdown-editor
```
-- [PyPi](https://pypi.org/project/martor) (📥 2.9K / month · 📦 40 · ⏱️ 09.03.2021):
+- [PyPi](https://pypi.org/project/martor) (📥 2.4K / month · 📦 40 · ⏱️ 09.03.2021):
```
pip install martor
```
-markdown-it-py (🥉23 · ⭐ 150) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT
+markdown-it-py (🥉20 · ⭐ 160) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT
-- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨💻 11 · 🔀 20 · 📦 240 · 📋 50 - 48% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨💻 12 · 🔀 21 · 📋 48 - 37% open · ⏱️ 01.04.2021):
```
git clone https://github.com/executablebooks/markdown-it-py
```
-- [PyPi](https://pypi.org/project/markdown-it-py) (📥 48K / month · ⏱️ 06.02.2021):
+- [PyPi](https://pypi.org/project/markdown-it-py) (📥 41K / month · ⏱️ 31.03.2021):
```
pip install markdown-it-py
```
-- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (📥 64K · ⏱️ 07.02.2021):
+- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (📥 76K · ⏱️ 07.02.2021):
```
conda install -c conda-forge markdown-it-py
```
-markdown-include (🥉20 · ⭐ 52 · 💤) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0
+markdown-include (🥉20 · ⭐ 54 · 💤) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0
-- [GitHub](https://github.com/cmacmackin/markdown-include) (👨💻 8 · 🔀 27 · 📦 780 · 📋 19 - 47% open · ⏱️ 20.08.2020):
+- [GitHub](https://github.com/cmacmackin/markdown-include) (👨💻 8 · 🔀 27 · 📦 810 · 📋 19 - 47% open · ⏱️ 20.08.2020):
```
git clone https://github.com/cmacmackin/markdown-include
```
-- [PyPi](https://pypi.org/project/markdown-include) (📥 22K / month · 📦 310 · ⏱️ 20.08.2020):
+- [PyPi](https://pypi.org/project/markdown-include) (📥 18K / month · 📦 310 · ⏱️ 20.08.2020):
```
pip install markdown-include
```
@@ -3043,7 +3011,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 3 hidden projects...
- grip (🥉26 · ⭐ 5.1K · 💀) - Preview GitHub README.md files locally before committing them. MIT
-- django-markdownx (🥉25 · ⭐ 660 · 💀) - Comprehensive Markdown plugin built for Django. BSD-3
+- django-markdownx (🥉24 · ⭐ 660 · 💀) - Comprehensive Markdown plugin built for Django. BSD-3
- mistletoe (🥉22 · ⭐ 370 · 💀) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT
@@ -3052,78 +3020,78 @@ _General purpose web frameworks to build web applications and REST APIs._
-🔗 Public APIs ( ⭐ 110K) - A collective list of free APIs for use in software and web development.
+🔗 Public APIs ( ⭐ 120K) - A collective list of free APIs.
-🔗 best-of-ml-python - DB Clients ( ⭐ 4.3K · 🐣) - Collection of python database client libraries.
+🔗 best-of-ml-python - DB Clients ( ⭐ 4.6K · 🐣) - Collection of python database client libraries.
-discord.py (🥇36 · ⭐ 6.7K) - An API wrapper for Discord written in Python. MIT
+youtube-dl (🥇36 · ⭐ 92K · 📈) - Command-line program to download videos from YouTube.com and.. Unlicense
-- [GitHub](https://github.com/Rapptz/discord.py) (👨💻 220 · 🔀 1.9K · 📦 30K · 📋 2.3K - 7% open · ⏱️ 03.03.2021):
+- [GitHub](https://github.com/ytdl-org/youtube-dl) (👨💻 950 · 🔀 4.5K · 📥 42M · 📋 24K - 16% open · ⏱️ 01.04.2021):
```
- git clone https://github.com/Rapptz/discord.py
+ git clone https://github.com/ytdl-org/youtube-dl
```
-- [PyPi](https://pypi.org/project/discord.py) (📥 6.9M / month · 📦 4.6K · ⏱️ 08.01.2021):
+- [PyPi](https://pypi.org/project/youtube_dl) (📥 1.2M / month · 📦 2.9K · ⏱️ 31.03.2021):
```
- pip install discord.py
+ pip install youtube_dl
+ ```
+- [Conda](https://anaconda.org/conda-forge/youtube-dl) (📥 650K · ⏱️ 31.03.2021):
+ ```
+ conda install -c conda-forge youtube-dl
```
-google-api-python-client (🥇36 · ⭐ 4.5K) - The official Python client library for Google's.. Apache-2
+discord.py (🥇36 · ⭐ 6.9K) - An API wrapper for Discord written in Python. MIT
-- [GitHub](https://github.com/googleapis/google-api-python-client) (👨💻 160 · 🔀 1.8K · 📥 90 · 📦 54K · 📋 740 - 3% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/Rapptz/discord.py) (👨💻 230 · 🔀 2K · 📦 31K · 📋 2.2K - 5% open · ⏱️ 01.04.2021):
```
- git clone https://github.com/googleapis/google-api-python-client
- ```
-- [PyPi](https://pypi.org/project/google-api-python-client) (📥 13M / month · 📦 13K · ⏱️ 04.03.2021):
- ```
- pip install google-api-python-client
+ git clone https://github.com/Rapptz/discord.py
```
-- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 610K · ⏱️ 05.03.2021):
+- [PyPi](https://pypi.org/project/discord.py) (📥 5.4M / month · 📦 4.6K · ⏱️ 08.01.2021):
```
- conda install -c conda-forge google-api-python-client
+ pip install discord.py
```
-youtube-dl (🥇35 · ⭐ 91K) - Command-line program to download videos from YouTube.com and.. Unlicense
+google-api-python-client (🥇36 · ⭐ 4.6K) - The official Python client library for Google's.. Apache-2
-- [GitHub](https://github.com/ytdl-org/youtube-dl) (👨💻 940 · 🔀 4.3K · 📥 43M · 📋 24K - 16% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/googleapis/google-api-python-client) (👨💻 160 · 🔀 1.8K · 📥 90 · 📦 56K · 📋 750 - 3% open · ⏱️ 31.03.2021):
```
- git clone https://github.com/ytdl-org/youtube-dl
+ git clone https://github.com/googleapis/google-api-python-client
```
-- [PyPi](https://pypi.org/project/youtube_dl) (📥 1.5M / month · 📦 2.9K · ⏱️ 01.03.2021):
+- [PyPi](https://pypi.org/project/google-api-python-client) (📥 11M / month · 📦 13K · ⏱️ 31.03.2021):
```
- pip install youtube_dl
+ pip install google-api-python-client
```
-- [Conda](https://anaconda.org/conda-forge/youtube-dl) (📥 610K · ⏱️ 03.03.2021):
+- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 640K · ⏱️ 05.03.2021):
```
- conda install -c conda-forge youtube-dl
+ conda install -c conda-forge google-api-python-client
```
GitPython (🥇35 · ⭐ 3K) - GitPython is a python library used to interact with Git repositories. BSD-3
-- [GitHub](https://github.com/gitpython-developers/GitPython) (👨💻 220 · 🔀 680 · 📦 32K · 📋 750 - 16% open · ⏱️ 03.03.2021):
+- [GitHub](https://github.com/gitpython-developers/GitPython) (👨💻 230 · 🔀 680 · 📦 34K · 📋 750 - 16% open · ⏱️ 28.03.2021):
```
git clone https://github.com/gitpython-developers/GitPython
```
-- [PyPi](https://pypi.org/project/gitpython) (📥 5.4M / month · 📦 11K · ⏱️ 28.02.2021):
+- [PyPi](https://pypi.org/project/gitpython) (📥 4.4M / month · 📦 11K · ⏱️ 28.02.2021):
```
pip install gitpython
```
-- [Conda](https://anaconda.org/conda-forge/gitpython) (📥 1.4M · ⏱️ 28.02.2021):
+- [Conda](https://anaconda.org/conda-forge/gitpython) (📥 1.5M · ⏱️ 28.02.2021):
```
conda install -c conda-forge gitpython
```
tweepy (🥇34 · ⭐ 7.6K) - Twitter for Python!. MIT
-- [GitHub](https://github.com/tweepy/tweepy) (👨💻 220 · 🔀 3.4K · 📦 23K · 📋 980 - 9% open · ⏱️ 23.02.2021):
+- [GitHub](https://github.com/tweepy/tweepy) (👨💻 220 · 🔀 3.4K · 📦 24K · 📋 990 - 10% open · ⏱️ 23.02.2021):
```
git clone https://github.com/tweepy/tweepy
```
-- [PyPi](https://pypi.org/project/tweepy) (📥 250K / month · 📦 8.3K · ⏱️ 26.12.2020):
+- [PyPi](https://pypi.org/project/tweepy) (📥 190K / month · 📦 8.3K · ⏱️ 26.12.2020):
```
pip install tweepy
```
@@ -3132,46 +3100,46 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge tweepy
```
-PyGithub (🥇34 · ⭐ 4.1K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0
+PyGithub (🥇34 · ⭐ 4.2K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0
-- [GitHub](https://github.com/PyGithub/PyGithub) (👨💻 260 · 🔀 1.3K · 📦 15K · 📋 1.1K - 9% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/PyGithub/PyGithub) (👨💻 260 · 🔀 1.3K · 📦 15K · 📋 1.1K - 9% open · ⏱️ 26.03.2021):
```
git clone https://github.com/PyGithub/PyGithub
```
-- [PyPi](https://pypi.org/project/pygithub) (📥 1.2M / month · 📦 3.8K · ⏱️ 24.12.2020):
+- [PyPi](https://pypi.org/project/pygithub) (📥 980K / month · 📦 3.8K · ⏱️ 24.12.2020):
```
pip install pygithub
```
-- [Conda](https://anaconda.org/conda-forge/pygithub) (📥 880K · ⏱️ 20.01.2021):
+- [Conda](https://anaconda.org/conda-forge/pygithub) (📥 930K · ⏱️ 20.01.2021):
```
conda install -c conda-forge pygithub
```
-python-telegram-bot (🥈32 · ⭐ 14K) - We have made you a wrapper you can't refuse. ❗️LGPL-3.0
+python-telegram-bot (🥈33 · ⭐ 14K) - We have made you a wrapper you can't refuse. ❗️LGPL-3.0
-- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨💻 150 · 🔀 2.9K · 📥 2.7K · 📋 1.4K - 2% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨💻 150 · 🔀 3K · 📥 2.8K · 📋 1.4K - 1% open · ⏱️ 30.03.2021):
```
git clone https://github.com/python-telegram-bot/python-telegram-bot
```
-- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 190K / month · 📦 4.3K · ⏱️ 19.02.2021):
+- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 170K / month · 📦 4.3K · ⏱️ 14.03.2021):
```
pip install python-telegram-bot
```
-- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (📥 29K · ⏱️ 08.02.2021):
+- [Conda](https://anaconda.org/conda-forge/python-telegram-bot) (📥 30K · ⏱️ 08.02.2021):
```
conda install -c conda-forge python-telegram-bot
```
-praw (🥈32 · ⭐ 2.4K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
+praw (🥈32 · ⭐ 2.5K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2
-- [GitHub](https://github.com/praw-dev/praw) (👨💻 200 · 🔀 400 · 📦 7.9K · 📋 650 - 6% open · ⏱️ 05.03.2021):
+- [GitHub](https://github.com/praw-dev/praw) (👨💻 200 · 🔀 410 · 📦 8.1K · 📋 660 - 7% open · ⏱️ 05.03.2021):
```
git clone https://github.com/praw-dev/praw
```
-- [PyPi](https://pypi.org/project/praw) (📥 250K / month · 📦 3.3K · ⏱️ 24.02.2021):
+- [PyPi](https://pypi.org/project/praw) (📥 190K / month · 📦 3.3K · ⏱️ 24.02.2021):
```
pip install praw
```
@@ -3180,26 +3148,14 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge praw
```
-stripe (🥈32 · ⭐ 1K · 📈) - Python library for the Stripe API. MIT
-
-- [GitHub](https://github.com/stripe/stripe-python) (👨💻 110 · 🔀 280 · 📦 13K · 📋 280 - 4% open · ⏱️ 02.03.2021):
-
- ```
- git clone https://github.com/stripe/stripe-python
- ```
-- [PyPi](https://pypi.org/project/stripe) (📥 530K / month · 📦 3.8K · ⏱️ 22.02.2021):
- ```
- pip install stripe
- ```
-
gspread (🥈31 · ⭐ 5.2K) - Google Sheets Python API. MIT
-- [GitHub](https://github.com/burnash/gspread) (👨💻 110 · 🔀 790 · 📦 9.3K · 📋 620 - 26% open · ⏱️ 20.02.2021):
+- [GitHub](https://github.com/burnash/gspread) (👨💻 110 · 🔀 790 · 📦 9.5K · 📋 620 - 25% open · ⏱️ 31.03.2021):
```
git clone https://github.com/burnash/gspread
```
-- [PyPi](https://pypi.org/project/gspread) (📥 1.3M / month · 📦 1.6K · ⏱️ 18.02.2021):
+- [PyPi](https://pypi.org/project/gspread) (📥 860K / month · 📦 1.6K · ⏱️ 18.02.2021):
```
pip install gspread
```
@@ -3208,222 +3164,222 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge gspread
```
-Telethon (🥈31 · ⭐ 4.6K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT
+Telethon (🥈31 · ⭐ 4.7K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT
-- [GitHub](https://github.com/LonamiWebs/Telethon) (👨💻 120 · 🔀 690 · 📦 9.9K · 📋 1.3K - 5% open · ⏱️ 09.03.2021):
+- [GitHub](https://github.com/LonamiWebs/Telethon) (👨💻 120 · 🔀 700 · 📦 11K · 📋 1.5K - 5% open · ⏱️ 31.03.2021):
```
git clone https://github.com/LonamiWebs/Telethon
```
-- [PyPi](https://pypi.org/project/telethon) (📥 120K / month · 📦 540 · ⏱️ 27.02.2021):
+- [PyPi](https://pypi.org/project/telethon) (📥 110K / month · 📦 540 · ⏱️ 14.03.2021):
```
pip install telethon
```
-pytube (🥈31 · ⭐ 4.1K) - A lightweight, dependency-free Python library (and command-line.. Unlicense
+pytube (🥈31 · ⭐ 4.2K) - A lightweight, dependency-free Python library (and command-line.. Unlicense
-- [GitHub](https://github.com/pytube/pytube) (👨💻 87 · 🔀 1K · 📦 5.2K · 📋 550 - 2% open · ⏱️ 06.03.2021):
+- [GitHub](https://github.com/pytube/pytube) (👨💻 89 · 🔀 1K · 📦 5.6K · 📋 560 - 3% open · ⏱️ 28.03.2021):
```
git clone https://github.com/pytube/pytube
```
-- [PyPi](https://pypi.org/project/pytube) (📥 150K / month · 📦 420 · ⏱️ 06.03.2021):
+- [PyPi](https://pypi.org/project/pytube) (📥 82K / month · 📦 420 · ⏱️ 19.03.2021):
```
pip install pytube
```
-tushare (🥈30 · ⭐ 11K · 💤) - TuShare is a utility for crawling historical data of China stocks. BSD-3
+pyTelegramBotAPI (🥈31 · ⭐ 4K) - Python Telegram bot api. ❗️GPL-2.0
-- [GitHub](https://github.com/waditu/tushare) (👨💻 34 · 🔀 4K · 📦 910 · 📋 1.5K - 28% open · ⏱️ 04.03.2020):
+- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨💻 140 · 🔀 1.1K · 📦 13K · 📋 740 - 1% open · ⏱️ 28.03.2021):
```
- git clone https://github.com/waditu/tushare
+ git clone https://github.com/eternnoir/pyTelegramBotAPI
```
-- [PyPi](https://pypi.org/project/tushare) (📥 12K / month · 📦 360 · ⏱️ 16.10.2020):
+- [PyPi](https://pypi.org/project/pytelegrambotapi) (📥 74K / month · 📦 1.7K · ⏱️ 28.03.2021):
```
- pip install tushare
+ pip install pytelegrambotapi
```
-pyTelegramBotAPI (🥈30 · ⭐ 4K) - Python Telegram bot api. ❗️GPL-2.0
+stripe (🥈31 · ⭐ 1K) - Python library for the Stripe API. MIT
-- [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨💻 140 · 🔀 1.1K · 📦 13K · 📋 730 - 1% open · ⏱️ 09.03.2021):
+- [GitHub](https://github.com/stripe/stripe-python) (👨💻 110 · 🔀 280 · 📦 14K · 📋 280 - 4% open · ⏱️ 02.03.2021):
```
- git clone https://github.com/eternnoir/pyTelegramBotAPI
+ git clone https://github.com/stripe/stripe-python
```
-- [PyPi](https://pypi.org/project/pytelegrambotapi) (📥 82K / month · 📦 1.7K · ⏱️ 17.01.2021):
+- [PyPi](https://pypi.org/project/stripe) (📥 390K / month · 📦 3.8K · ⏱️ 22.02.2021):
```
- pip install pytelegrambotapi
+ pip install stripe
```
spotipy (🥈30 · ⭐ 3.1K) - A light weight Python library for the Spotify Web API. MIT
-- [GitHub](https://github.com/plamere/spotipy) (👨💻 130 · 🔀 660 · 📦 4.2K · 📋 390 - 5% open · ⏱️ 04.03.2021):
+- [GitHub](https://github.com/plamere/spotipy) (👨💻 130 · 🔀 670 · 📦 4.3K · 📋 390 - 6% open · ⏱️ 13.03.2021):
```
git clone https://github.com/plamere/spotipy
```
-- [PyPi](https://pypi.org/project/spotipy) (📥 180K / month · 📦 920 · ⏱️ 28.02.2021):
+- [PyPi](https://pypi.org/project/spotipy) (📥 110K / month · 📦 920 · ⏱️ 28.02.2021):
```
pip install spotipy
```
google-maps-services-python (🥈30 · ⭐ 3.1K) - Python client library for Google Maps API Web Services. Apache-2
-- [GitHub](https://github.com/googlemaps/google-maps-services-python) (👨💻 52 · 🔀 1.1K · 📦 5.3K · 📋 210 - 9% open · ⏱️ 01.03.2021):
+- [GitHub](https://github.com/googlemaps/google-maps-services-python) (👨💻 56 · 🔀 1.1K · 📦 5.4K · 📋 210 - 8% open · ⏱️ 15.03.2021):
```
git clone https://github.com/googlemaps/google-maps-services-python
```
-- [PyPi](https://pypi.org/project/googlemaps) (📥 310K / month · 📦 2.3K · ⏱️ 28.07.2020):
+- [PyPi](https://pypi.org/project/googlemaps) (📥 240K / month · 📦 2.3K · ⏱️ 28.07.2020):
```
pip install googlemaps
```
-twilio (🥈30 · ⭐ 1.4K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
+twilio (🥈30 · ⭐ 1.5K) - A Python module for communicating with the Twilio API and generating TwiML. MIT
-- [GitHub](https://github.com/twilio/twilio-python) (👨💻 120 · 🔀 560 · 📦 15K · 📋 250 - 5% open · ⏱️ 09.03.2021):
+- [GitHub](https://github.com/twilio/twilio-python) (👨💻 120 · 🔀 560 · 📦 16K · 📋 240 - 2% open · ⏱️ 24.03.2021):
```
git clone https://github.com/twilio/twilio-python
```
-- [PyPi](https://pypi.org/project/twilio) (📥 650K / month · 📦 6.7K · ⏱️ 10.02.2021):
+- [PyPi](https://pypi.org/project/twilio) (📥 540K / month · 📦 6.7K · ⏱️ 24.03.2021):
```
pip install twilio
```
-- [Conda](https://anaconda.org/conda-forge/twilio) (📥 38K · ⏱️ 24.02.2021):
+- [Conda](https://anaconda.org/conda-forge/twilio) (📥 43K · ⏱️ 24.03.2021):
```
conda install -c conda-forge twilio
```
jira (🥈30 · ⭐ 1.3K · 💤) - Python JIRA Library is the easiest way to automate JIRA. Support for.. BSD-2
-- [GitHub](https://github.com/pycontribs/jira) (👨💻 190 · 🔀 640 · 📥 640 · 📋 550 - 21% open · ⏱️ 05.06.2020):
+- [GitHub](https://github.com/pycontribs/jira) (👨💻 190 · 🔀 660 · 📥 640 · 📋 560 - 22% open · ⏱️ 05.06.2020):
```
git clone https://github.com/pycontribs/jira
```
-- [PyPi](https://pypi.org/project/jira) (📥 900K / month · 📦 1.8K · ⏱️ 15.10.2019):
+- [PyPi](https://pypi.org/project/jira) (📥 740K / month · 📦 1.8K · ⏱️ 15.10.2019):
```
pip install jira
```
-- [Conda](https://anaconda.org/conda-forge/jira) (📥 48K · ⏱️ 17.07.2018):
+- [Conda](https://anaconda.org/conda-forge/jira) (📥 50K · ⏱️ 17.07.2018):
```
conda install -c conda-forge jira
```
-InstaPy (🥈29 · ⭐ 12K) - Instagram Bot - Tool for automated Instagram interactions. ❗️GPL-3.0
+InstaPy (🥈29 · ⭐ 13K) - Instagram Bot - Tool for automated Instagram interactions. ❗️GPL-3.0
-- [GitHub](https://github.com/timgrossmann/InstaPy) (👨💻 300 · 🔀 3.1K · 📦 350 · 📋 5K - 3% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/timgrossmann/InstaPy) (👨💻 300 · 🔀 3.1K · 📦 360 · 📋 5K - 3% open · ⏱️ 12.03.2021):
```
git clone https://github.com/timgrossmann/InstaPy
```
-- [PyPi](https://pypi.org/project/instapy) (📥 5K / month · 📦 11 · ⏱️ 07.01.2021):
+- [PyPi](https://pypi.org/project/instapy) (📥 3.8K / month · 📦 11 · ⏱️ 07.01.2021):
```
pip install instapy
```
-python-twitter (🥈29 · ⭐ 3.1K · 💤) - A Python wrapper around the Twitter API. Apache-2
+facebook-sdk (🥈29 · ⭐ 2.6K) - Python SDK for Facebook's Graph API. Apache-2
-- [GitHub](https://github.com/bear/python-twitter) (👨💻 150 · 🔀 940 · 📦 5.3K · 📋 400 - 22% open · ⏱️ 12.05.2020):
+- [GitHub](https://github.com/mobolic/facebook-sdk) (👨💻 99 · 🔀 950 · 📦 3K · 📋 240 - 10% open · ⏱️ 27.12.2020):
```
- git clone https://github.com/bear/python-twitter
+ git clone https://github.com/mobolic/facebook-sdk
```
-- [PyPi](https://pypi.org/project/python-twitter) (📥 79K / month · 📦 3.3K · ⏱️ 03.11.2018):
+- [PyPi](https://pypi.org/project/facebook-sdk) (📥 140K / month · 📦 2.5K · ⏱️ 06.11.2018):
```
- pip install python-twitter
+ pip install facebook-sdk
```
-slackclient (🥈29 · ⭐ 3.1K) - Slack Developer Kit for Python. MIT
+py-googletrans (🥈29 · ⭐ 2.4K) - (unofficial) Googletrans: Free and Unlimited Google translate.. MIT
-- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨💻 120 · 🔀 720 · 📥 310 · 📋 520 - 2% open · ⏱️ 05.03.2021):
+- [GitHub](https://github.com/ssut/py-googletrans) (👨💻 25 · 🔀 450 · 📦 13K · 📋 210 - 8% open · ⏱️ 10.03.2021):
```
- git clone https://github.com/slackapi/python-slack-sdk
- ```
-- [PyPi](https://pypi.org/project/slackclient) (📥 3.3M / month · 📦 3.7K · ⏱️ 22.10.2020):
- ```
- pip install slackclient
+ git clone https://github.com/ssut/py-googletrans
```
-- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 280K · ⏱️ 13.01.2021):
+- [PyPi](https://pypi.org/project/googletrans) (📥 610K / month · 📦 890 · ⏱️ 09.12.2020):
```
- conda install -c conda-forge slackclient
+ pip install googletrans
```
-facebook-sdk (🥈29 · ⭐ 2.6K) - Python SDK for Facebook's Graph API. Apache-2
+Wikipedia (🥈29 · ⭐ 2.2K) - A Pythonic wrapper for the Wikipedia API. MIT
-- [GitHub](https://github.com/mobolic/facebook-sdk) (👨💻 99 · 🔀 950 · 📦 2.9K · 📋 240 - 10% open · ⏱️ 27.12.2020):
+- [GitHub](https://github.com/goldsmith/Wikipedia) (👨💻 23 · 🔀 440 · 📦 15K · 📋 220 - 71% open · ⏱️ 09.10.2020):
```
- git clone https://github.com/mobolic/facebook-sdk
+ git clone https://github.com/goldsmith/Wikipedia
```
-- [PyPi](https://pypi.org/project/facebook-sdk) (📥 170K / month · 📦 2.5K · ⏱️ 06.11.2018):
+- [PyPi](https://pypi.org/project/wikipedia) (📥 120K / month · 📦 1.9K · ⏱️ 15.11.2014):
```
- pip install facebook-sdk
+ pip install wikipedia
+ ```
+- [Conda](https://anaconda.org/conda-forge/wikipedia) (📥 42K · ⏱️ 18.06.2019):
+ ```
+ conda install -c conda-forge wikipedia
```
-twitter (🥈29 · ⭐ 2.6K) - Python Twitter API. MIT
+thumbor (🥉28 · ⭐ 8.3K) - thumbor is an open-source photo thumbnail service by globo.com. MIT
-- [GitHub](https://github.com/python-twitter-tools/twitter) (👨💻 89 · 🔀 520 · 📦 2.9K · 📋 280 - 25% open · ⏱️ 19.02.2021):
+- [GitHub](https://github.com/thumbor/thumbor) (👨💻 160 · 🔀 710 · 📦 270 · 📋 850 - 14% open · ⏱️ 25.01.2021):
```
- git clone https://github.com/sixohsix/twitter
+ git clone https://github.com/thumbor/thumbor
```
-- [PyPi](https://pypi.org/project/twitter) (📥 63K / month · 📦 2.1K · ⏱️ 20.10.2017):
+- [PyPi](https://pypi.org/project/thumbor) (📥 6.1K / month · 📦 370 · ⏱️ 25.03.2020):
```
- pip install twitter
+ pip install thumbor
```
-py-googletrans (🥈29 · ⭐ 2.3K) - (unofficial) Googletrans: Free and Unlimited Google translate.. MIT
+python-twitter (🥉28 · ⭐ 3.2K · 💤) - A Python wrapper around the Twitter API. Apache-2
-- [GitHub](https://github.com/ssut/py-googletrans) (👨💻 25 · 🔀 450 · 📦 13K · 📋 210 - 8% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/bear/python-twitter) (👨💻 150 · 🔀 940 · 📦 5.4K · 📋 400 - 22% open · ⏱️ 12.05.2020):
```
- git clone https://github.com/ssut/py-googletrans
+ git clone https://github.com/bear/python-twitter
```
-- [PyPi](https://pypi.org/project/googletrans) (📥 1.1M / month · 📦 890 · ⏱️ 09.12.2020):
+- [PyPi](https://pypi.org/project/python-twitter) (📥 56K / month · 📦 3.3K · ⏱️ 03.11.2018):
```
- pip install googletrans
+ pip install python-twitter
```
-Wikipedia (🥈29 · ⭐ 2.2K) - A Pythonic wrapper for the Wikipedia API. MIT
+slackclient (🥉28 · ⭐ 3.1K) - Slack Developer Kit for Python. MIT
-- [GitHub](https://github.com/goldsmith/Wikipedia) (👨💻 23 · 🔀 440 · 📦 14K · 📋 220 - 71% open · ⏱️ 09.10.2020):
+- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨💻 120 · 🔀 720 · 📥 310 · 📋 520 - 1% open · ⏱️ 30.03.2021):
```
- git clone https://github.com/goldsmith/Wikipedia
+ git clone https://github.com/slackapi/python-slack-sdk
```
-- [PyPi](https://pypi.org/project/wikipedia) (📥 140K / month · 📦 1.9K · ⏱️ 15.11.2014):
+- [PyPi](https://pypi.org/project/slackclient) (📥 2.4M / month · 📦 3.7K · ⏱️ 22.10.2020):
```
- pip install wikipedia
+ pip install slackclient
```
-- [Conda](https://anaconda.org/conda-forge/wikipedia) (📥 41K · ⏱️ 18.06.2019):
+- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 290K · ⏱️ 13.01.2021):
```
- conda install -c conda-forge wikipedia
+ conda install -c conda-forge slackclient
```
-thumbor (🥉28 · ⭐ 8.3K) - thumbor is an open-source photo thumbnail service by globo.com. MIT
+twitter (🥉28 · ⭐ 2.6K) - Python Twitter API. MIT
-- [GitHub](https://github.com/thumbor/thumbor) (👨💻 160 · 🔀 710 · 📦 260 · 📋 850 - 14% open · ⏱️ 25.01.2021):
+- [GitHub](https://github.com/python-twitter-tools/twitter) (👨💻 89 · 🔀 520 · 📦 3K · 📋 280 - 25% open · ⏱️ 19.02.2021):
```
- git clone https://github.com/thumbor/thumbor
+ git clone https://github.com/sixohsix/twitter
```
-- [PyPi](https://pypi.org/project/thumbor) (📥 7.5K / month · 📦 370 · ⏱️ 25.03.2020):
+- [PyPi](https://pypi.org/project/twitter) (📥 52K / month · 📦 2.1K · ⏱️ 20.10.2017):
```
- pip install thumbor
+ pip install twitter
```
twython (🥉28 · ⭐ 1.8K) - Actively maintained, pure Python wrapper for the Twitter API. Supports.. MIT
-- [GitHub](https://github.com/ryanmcgrath/twython) (👨💻 100 · 🔀 400 · 📦 4.2K · 📋 320 - 7% open · ⏱️ 14.01.2021):
+- [GitHub](https://github.com/ryanmcgrath/twython) (👨💻 100 · 🔀 400 · 📦 4.3K · 📋 320 - 7% open · ⏱️ 14.01.2021):
```
git clone https://github.com/ryanmcgrath/twython
```
-- [PyPi](https://pypi.org/project/twython) (📥 33K / month · 📦 2.3K · ⏱️ 04.04.2020):
+- [PyPi](https://pypi.org/project/twython) (📥 27K / month · 📦 2.3K · ⏱️ 04.04.2020):
```
pip install twython
```
@@ -3439,67 +3395,67 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/os/slacker
```
-- [PyPi](https://pypi.org/project/slacker) (📥 360K / month · 📦 2K · ⏱️ 15.02.2020):
+- [PyPi](https://pypi.org/project/slacker) (📥 290K / month · 📦 2K · ⏱️ 15.02.2020):
```
pip install slacker
```
-- [Conda](https://anaconda.org/conda-forge/slacker) (📥 150K · ⏱️ 28.02.2020):
+- [Conda](https://anaconda.org/conda-forge/slacker) (📥 160K · ⏱️ 28.02.2020):
```
conda install -c conda-forge slacker
```
simple-salesforce (🥉28 · ⭐ 1.1K) - A very simple Salesforce.com REST API client for Python. Apache-2
-- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (👨💻 63 · 🔀 480 · 📋 300 - 43% open · ⏱️ 21.12.2020):
+- [GitHub](https://github.com/simple-salesforce/simple-salesforce) (👨💻 68 · 🔀 480 · 📋 300 - 42% open · ⏱️ 31.03.2021):
```
git clone https://github.com/simple-salesforce/simple-salesforce
```
-- [PyPi](https://pypi.org/project/simple-salesforce) (📥 990K / month · 📦 280 · ⏱️ 14.07.2020):
+- [PyPi](https://pypi.org/project/simple-salesforce) (📥 960K / month · 📦 280 · ⏱️ 31.03.2021):
```
pip install simple-salesforce
```
-- [Conda](https://anaconda.org/conda-forge/simple-salesforce) (📥 31K · ⏱️ 11.12.2020):
+- [Conda](https://anaconda.org/conda-forge/simple-salesforce) (📥 32K · ⏱️ 11.12.2020):
```
conda install -c conda-forge simple-salesforce
```
wechatpy (🥉27 · ⭐ 2.8K) - WeChat SDK for Python. MIT
-- [GitHub](https://github.com/wechatpy/wechatpy) (👨💻 83 · 🔀 630 · 📋 310 - 8% open · ⏱️ 05.03.2021):
+- [GitHub](https://github.com/wechatpy/wechatpy) (👨💻 84 · 🔀 630 · 📋 310 - 9% open · ⏱️ 17.03.2021):
```
git clone https://github.com/wechatpy/wechatpy
```
-- [PyPi](https://pypi.org/project/wechatpy) (📥 2.5K / month · 📦 230 · ⏱️ 26.01.2021):
+- [PyPi](https://pypi.org/project/wechatpy) (📥 2.1K / month · 📦 230 · ⏱️ 17.03.2021):
```
pip install wechatpy
```
-hvac (🥉27 · ⭐ 840) - Python 2.7/3.X client for HashiCorp Vault. Apache-2
+hvac (🥉27 · ⭐ 850) - Python 2.7/3.X client for HashiCorp Vault. Apache-2
-- [GitHub](https://github.com/hvac/hvac) (👨💻 140 · 🔀 260 · 📥 420 · 📦 1.5K · 📋 270 - 31% open · ⏱️ 08.02.2021):
+- [GitHub](https://github.com/hvac/hvac) (👨💻 140 · 🔀 270 · 📥 420 · 📦 1.5K · 📋 280 - 32% open · ⏱️ 19.03.2021):
```
git clone https://github.com/hvac/hvac
```
-- [PyPi](https://pypi.org/project/hvac) (📥 1.1M / month · 📦 380 · ⏱️ 08.02.2021):
+- [PyPi](https://pypi.org/project/hvac) (📥 910K / month · 📦 380 · ⏱️ 08.02.2021):
```
pip install hvac
```
-- [Conda](https://anaconda.org/conda-forge/hvac) (📥 57K · ⏱️ 14.10.2020):
+- [Conda](https://anaconda.org/conda-forge/hvac) (📥 60K · ⏱️ 14.10.2020):
```
conda install -c conda-forge hvac
```
coursera-dl (🥉26 · ⭐ 8.3K) - Script for downloading Coursera.org videos and naming them. ❗️LGPL-3.0
-- [GitHub](https://github.com/coursera-dl/coursera-dl) (👨💻 85 · 🔀 2K · 📦 120 · 📋 600 - 26% open · ⏱️ 12.02.2021):
+- [GitHub](https://github.com/coursera-dl/coursera-dl) (👨💻 85 · 🔀 2K · 📦 130 · 📋 610 - 26% open · ⏱️ 12.02.2021):
```
git clone https://github.com/coursera-dl/coursera-dl
```
-- [PyPi](https://pypi.org/project/coursera-dl) (📥 1.3K / month · 📦 24 · ⏱️ 16.12.2019):
+- [PyPi](https://pypi.org/project/coursera-dl) (📥 1.5K / month · 📦 24 · ⏱️ 16.12.2019):
```
pip install coursera-dl
```
@@ -3508,110 +3464,110 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge coursera-dl
```
-instagram-scraper (🥉26 · ⭐ 4.8K) - Scrapes an instagram user's photos and videos. Unlicense
-
-- [GitHub](https://github.com/arc298/instagram-scraper) (👨💻 53 · 🔀 1K · 📦 200 · 📋 550 - 65% open · ⏱️ 10.10.2020):
-
- ```
- git clone https://github.com/arc298/instagram-scraper
- ```
-- [PyPi](https://pypi.org/project/instagram-scraper) (📥 3K / month · 📦 40 · ⏱️ 10.10.2020):
- ```
- pip install instagram-scraper
- ```
-
-notion-py (🥉26 · ⭐ 2.5K) - Unofficial Python API client for Notion.so. MIT
+notion-py (🥉26 · ⭐ 2.6K) - Unofficial Python API client for Notion.so. MIT
-- [GitHub](https://github.com/jamalex/notion-py) (👨💻 31 · 🔀 290 · 📦 340 · 📋 210 - 55% open · ⏱️ 05.02.2021):
+- [GitHub](https://github.com/jamalex/notion-py) (👨💻 31 · 🔀 290 · 📦 350 · 📋 220 - 54% open · ⏱️ 05.02.2021):
```
git clone https://github.com/jamalex/notion-py
```
-- [PyPi](https://pypi.org/project/notion) (📥 3.7K / month · 📦 18 · ⏱️ 05.02.2021):
+- [PyPi](https://pypi.org/project/notion) (📥 4.8K / month · 📦 18 · ⏱️ 05.02.2021):
```
pip install notion
```
-sherlock (🥉25 · ⭐ 23K) - Hunt down social media accounts by username across social networks. MIT
+sherlock (🥉25 · ⭐ 24K) - Hunt down social media accounts by username across social networks. MIT
-- [GitHub](https://github.com/sherlock-project/sherlock) (👨💻 140 · 🔀 2.3K · 📋 500 - 19% open · ⏱️ 15.01.2021):
+- [GitHub](https://github.com/sherlock-project/sherlock) (👨💻 140 · 🔀 2.4K · 📋 540 - 22% open · ⏱️ 15.01.2021):
```
git clone https://github.com/sherlock-project/sherlock
```
-- [PyPi](https://pypi.org/project/sherlock) (📥 1.5K / month · 📦 6 · ⏱️ 11.05.2019):
+- [PyPi](https://pypi.org/project/sherlock) (📥 1.4K / month · 📦 6 · ⏱️ 11.05.2019):
```
pip install sherlock
```
-twitter-scraper (🥉25 · ⭐ 2.7K) - Scrape the Twitter Frontend API without authentication. MIT
+instagram-scraper (🥉25 · ⭐ 4.9K) - Scrapes an instagram user's photos and videos. Unlicense
-- [GitHub](https://github.com/bisguzar/twitter-scraper) (👨💻 31 · 🔀 460 · 📦 630 · 📋 98 - 38% open · ⏱️ 09.01.2021):
+- [GitHub](https://github.com/arc298/instagram-scraper) (👨💻 53 · 🔀 1K · 📦 210 · 📋 550 - 65% open · ⏱️ 10.10.2020):
```
- git clone https://github.com/bisguzar/twitter-scraper
+ git clone https://github.com/arc298/instagram-scraper
```
-- [PyPi](https://pypi.org/project/twitter-scraper) (📥 2.6K / month · 📦 20 · ⏱️ 17.07.2020):
+- [PyPi](https://pypi.org/project/instagram-scraper) (📥 2.7K / month · 📦 40 · ⏱️ 10.10.2020):
```
- pip install twitter-scraper
+ pip install instagram-scraper
```
-imdbpy (🥉25 · ⭐ 790) - IMDbPY is a Python package useful to retrieve and manage the data of.. ❗️GPL-2.0
+twitter-scraper (🥉25 · ⭐ 2.8K) - Scrape the Twitter Frontend API without authentication. MIT
-- [GitHub](https://github.com/alberanid/imdbpy) (👨💻 50 · 🔀 220 · 📋 210 - 14% open · ⏱️ 25.02.2021):
+- [GitHub](https://github.com/bisguzar/twitter-scraper) (👨💻 31 · 🔀 480 · 📦 750 · 📋 110 - 43% open · ⏱️ 09.01.2021):
```
- git clone https://github.com/alberanid/imdbpy
+ git clone https://github.com/bisguzar/twitter-scraper
```
-- [PyPi](https://pypi.org/project/imdbpy) (📥 11K / month · 📦 210 · ⏱️ 25.09.2020):
+- [PyPi](https://pypi.org/project/twitter-scraper) (📥 3K / month · 📦 20 · ⏱️ 17.07.2020):
```
- pip install imdbpy
+ pip install twitter-scraper
```
-gmusicapi (🥉24 · ⭐ 2.6K) - An unofficial client library for Google Music. BSD-3
+gmusicapi (🥉24 · ⭐ 2.6K · 💤) - An unofficial client library for Google Music. BSD-3
- [GitHub](https://github.com/simon-weber/gmusicapi) (👨💻 51 · 🔀 300 · 📦 430 · 📋 510 - 11% open · ⏱️ 25.09.2020):
```
git clone https://github.com/simon-weber/gmusicapi
```
-- [PyPi](https://pypi.org/project/gmusicapi) (📥 570 / month · 📦 270 · ⏱️ 27.03.2020):
+- [PyPi](https://pypi.org/project/gmusicapi) (📥 500 / month · 📦 270 · ⏱️ 27.03.2020):
```
pip install gmusicapi
```
igramscraper (🥉24 · ⭐ 1.9K) - scrapes medias, likes, followers, tags and all metadata. Inspired.. MIT
-- [GitHub](https://github.com/realsirjoe/instagram-scraper) (👨💻 27 · 🔀 300 · 📦 90 · 📋 120 - 67% open · ⏱️ 30.09.2020):
+- [GitHub](https://github.com/realsirjoe/instagram-scraper) (👨💻 28 · 🔀 300 · 📦 95 · 📋 120 - 67% open · ⏱️ 12.03.2021):
```
git clone https://github.com/realsirjoe/instagram-scraper
```
-- [PyPi](https://pypi.org/project/igramscraper) (📥 5.4K / month · 📦 2 · ⏱️ 25.05.2020):
+- [PyPi](https://pypi.org/project/igramscraper) (📥 4.5K / month · 📦 2 · ⏱️ 25.05.2020):
```
pip install igramscraper
```
+imdbpy (🥉24 · ⭐ 800) - IMDbPY is a Python package useful to retrieve and manage the data of.. ❗️GPL-2.0
+
+- [GitHub](https://github.com/alberanid/imdbpy) (👨💻 50 · 🔀 220 · 📋 210 - 14% open · ⏱️ 19.03.2021):
+
+ ```
+ git clone https://github.com/alberanid/imdbpy
+ ```
+- [PyPi](https://pypi.org/project/imdbpy) (📥 7.6K / month · 📦 210 · ⏱️ 25.09.2020):
+ ```
+ pip install imdbpy
+ ```
+
gallery-dl (🥉23 · ⭐ 3.1K) - Command-line program to download image galleries and.. ❗️GPL-2.0
-- [GitHub](https://github.com/mikf/gallery-dl) (👨💻 34 · 🔀 260 · 📥 91K · 📋 1.3K - 16% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/mikf/gallery-dl) (👨💻 37 · 🔀 280 · 📥 94K · 📋 1.3K - 17% open · ⏱️ 01.04.2021):
```
git clone https://github.com/mikf/gallery-dl
```
-- [PyPi](https://pypi.org/project/gallery-dl) (📥 2.4K / month · 📦 8 · ⏱️ 05.03.2021):
+- [PyPi](https://pypi.org/project/gallery-dl) (📥 1.9K / month · 📦 8 · ⏱️ 19.03.2021):
```
pip install gallery-dl
```
WikiExtractor (🥉23 · ⭐ 2.6K) - A tool for extracting plain text from Wikipedia dumps. ❗️AGPL-3.0
-- [GitHub](https://github.com/attardi/wikiextractor) (👨💻 29 · 🔀 730 · 📦 53 · 📋 190 - 43% open · ⏱️ 17.12.2020):
+- [GitHub](https://github.com/attardi/wikiextractor) (👨💻 30 · 🔀 730 · 📦 56 · 📋 190 - 43% open · ⏱️ 18.03.2021):
```
git clone https://github.com/attardi/wikiextractor
```
-- [PyPi](https://pypi.org/project/wikiextractor) (📥 790 / month · 📦 4 · ⏱️ 05.12.2020):
+- [PyPi](https://pypi.org/project/wikiextractor) (📥 540 / month · 📦 4 · ⏱️ 05.12.2020):
```
pip install wikiextractor
```
@@ -3623,71 +3579,72 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/taspinar/twitterscraper
```
-- [PyPi](https://pypi.org/project/twitterscraper) (📥 1.1K / month · 📦 44 · ⏱️ 28.07.2020):
+- [PyPi](https://pypi.org/project/twitterscraper) (📥 910 / month · 📦 44 · ⏱️ 28.07.2020):
```
pip install twitterscraper
```
python-slack-sdk (🥉22 · ⭐ 3.1K) - Slack Developer Kit for Python. MIT
-- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨💻 120 · 🔀 720 · 📥 310 · 📋 520 - 2% open · ⏱️ 05.03.2021):
+- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨💻 120 · 🔀 720 · 📥 310 · 📋 520 - 1% open · ⏱️ 30.03.2021):
```
git clone https://github.com/slackapi/python-slack-sdk
```
-- [PyPi](https://pypi.org/project/slack-sdk) (📥 140K / month · ⏱️ 05.03.2021):
+- [PyPi](https://pypi.org/project/slack-sdk) (📥 150K / month · ⏱️ 05.03.2021):
```
pip install slack-sdk
```
-pyshorteners (🥉21 · ⭐ 290 · 💤) - Generating short urls with python has never been easier. ❗️GPL-3.0
+pyshorteners (🥉22 · ⭐ 290 · 💤) - Generating short urls with python has never been easier. ❗️GPL-3.0
-- [GitHub](https://github.com/ellisonleao/pyshorteners) (👨💻 24 · 🔀 53 · 📦 690 · 📋 71 - 2% open · ⏱️ 29.07.2020):
+- [GitHub](https://github.com/ellisonleao/pyshorteners) (👨💻 24 · 🔀 53 · 📦 750 · 📋 71 - 2% open · ⏱️ 29.07.2020):
```
git clone https://github.com/ellisonleao/pyshorteners
```
-- [PyPi](https://pypi.org/project/pyshorteners) (📥 19K / month · 📦 140 · ⏱️ 19.03.2020):
+- [PyPi](https://pypi.org/project/pyshorteners) (📥 27K / month · 📦 140 · ⏱️ 19.03.2020):
```
pip install pyshorteners
```
-ghapi (🥉18 · ⭐ 190 · 🐣) - A delightful and complete interface to GitHub's amazing API. Apache-2
+scdl (🥉18 · ⭐ 2K) - Soundcloud Music Downloader. ❗️GPL-2.0
-- [GitHub](https://github.com/fastai/ghapi) (👨💻 4 · 🔀 11 · 📋 31 - 41% open · ⏱️ 22.02.2021):
+- [GitHub](https://github.com/flyingrub/scdl) (👨💻 41 · 🔀 210 · 📦 32 · 📋 270 - 13% open · ⏱️ 28.12.2020):
```
- git clone https://github.com/fastai/ghapi
- ```
-- [PyPi](https://pypi.org/project/ghapi) (📥 12K / month · ⏱️ 21.01.2021):
- ```
- pip install ghapi
+ git clone https://github.com/flyingrub/scdl
```
-scdl (🥉17 · ⭐ 2K) - Soundcloud Music Downloader. ❗️GPL-2.0
+ghapi (🥉18 · ⭐ 190 · 🐣) - A delightful and complete interface to GitHub's amazing API. Apache-2
-- [GitHub](https://github.com/flyingrub/scdl) (👨💻 41 · 🔀 210 · 📦 32 · 📋 270 - 13% open · ⏱️ 28.12.2020):
+- [GitHub](https://github.com/fastai/ghapi) (👨💻 4 · 🔀 11 · 📋 33 - 42% open · ⏱️ 22.02.2021):
```
- git clone https://github.com/flyingrub/scdl
+ git clone https://github.com/fastai/ghapi
+ ```
+- [PyPi](https://pypi.org/project/ghapi) (📥 15K / month · ⏱️ 21.01.2021):
+ ```
+ pip install ghapi
```
-GHunt (🥉15 · ⭐ 9.1K · 🐣) - Investigate Google Accounts with emails. MPL-2.0
+GHunt (🥉17 · ⭐ 9.3K · 🐣) - Investigate Google Accounts with emails. MPL-2.0
-- [GitHub](https://github.com/mxrch/GHunt) (👨💻 20 · 🔀 660 · 📋 170 - 9% open · ⏱️ 18.01.2021):
+- [GitHub](https://github.com/mxrch/GHunt) (👨💻 21 · 🔀 670 · 📋 180 - 8% open · ⏱️ 20.03.2021):
```
git clone https://github.com/mxrch/GHunt
```
-Show 6 hidden projects...
+Show 7 hidden projects...
+- tushare (🥈29 · ⭐ 11K · 💀) - TuShare is a utility for crawling historical data of China stocks. BSD-3
- google-resumable-media (🥉28 · ⭐ 29) - Utilities for Google Media Downloads and Resumable.. Apache-2
- Google Images Download (🥉27 · ⭐ 7.5K · 💀) - Python Script to download hundreds of images from.. MIT
- python-instagram (🥉26 · ⭐ 2.8K · 💀) - Python Client for Instagram API. MIT
- telepot (🥉25 · ⭐ 2.4K · 💀) - Python framework for Telegram Bot API. MIT
- Django Facebook (🥉25 · ⭐ 1.4K · 💀) - Facebook open graph api implementation using the Django.. BSD-3
-- instagram_private_api (🥉23 · ⭐ 1.9K · 💀) - A Python library to access Instagram's private API. MIT
+- instagram_private_api (🥉22 · ⭐ 1.9K · 💀) - A Python library to access Instagram's private API. MIT
@@ -3697,12 +3654,12 @@ _General purpose web frameworks to build web applications and REST APIs._
yagmail (🥇27 · ⭐ 2K) - Send email in Python conveniently for gmail using yagmail. MIT
-- [GitHub](https://github.com/kootenpv/yagmail) (👨💻 27 · 🔀 220 · 📦 1.2K · 📋 170 - 41% open · ⏱️ 08.10.2020):
+- [GitHub](https://github.com/kootenpv/yagmail) (👨💻 27 · 🔀 230 · 📦 1.2K · 📋 170 - 42% open · ⏱️ 31.03.2021):
```
git clone https://github.com/kootenpv/yagmail
```
-- [PyPi](https://pypi.org/project/yagmail) (📥 40K / month · 📦 760 · ⏱️ 08.10.2020):
+- [PyPi](https://pypi.org/project/yagmail) (📥 34K / month · 📦 760 · ⏱️ 31.03.2021):
```
pip install yagmail
```
@@ -3714,81 +3671,70 @@ _General purpose web frameworks to build web applications and REST APIs._
```
git clone https://github.com/modoboa/modoboa
```
-- [PyPi](https://pypi.org/project/modoboa) (📥 11K / month · 📦 48 · ⏱️ 05.11.2020):
+- [PyPi](https://pypi.org/project/modoboa) (📥 8.9K / month · 📦 48 · ⏱️ 05.11.2020):
```
pip install modoboa
```
-flanker (🥈26 · ⭐ 1.5K · 💤) - Python email address and Mime parsing library. Apache-2
+flanker (🥇27 · ⭐ 1.5K) - Python email address and Mime parsing library. Apache-2
-- [GitHub](https://github.com/mailgun/flanker) (👨💻 54 · 🔀 160 · 📦 140 · 📋 85 - 57% open · ⏱️ 16.03.2020):
+- [GitHub](https://github.com/mailgun/flanker) (👨💻 55 · 🔀 160 · 📦 140 · 📋 85 - 57% open · ⏱️ 29.03.2021):
```
git clone https://github.com/mailgun/flanker
```
-- [PyPi](https://pypi.org/project/flanker) (📥 22K / month · 📦 180 · ⏱️ 05.12.2019):
+- [PyPi](https://pypi.org/project/flanker) (📥 19K / month · 📦 180 · ⏱️ 05.12.2019):
```
pip install flanker
```
-mailer (🥉22 · ⭐ 220 · 💤) - A light-weight, modular, message representation and mail delivery.. MIT
+mailer (🥉21 · ⭐ 220 · 💤) - A light-weight, modular, message representation and mail delivery.. MIT
-- [GitHub](https://github.com/marrow/mailer) (👨💻 19 · 🔀 49 · 📥 110 · 📋 70 - 35% open · ⏱️ 22.04.2020):
+- [GitHub](https://github.com/marrow/mailer) (👨💻 19 · 🔀 50 · 📥 110 · 📋 70 - 35% open · ⏱️ 22.04.2020):
```
git clone https://github.com/marrow/mailer
```
-- [PyPi](https://pypi.org/project/mailer) (📥 7.3K / month · 📦 160 · ⏱️ 22.04.2015):
+- [PyPi](https://pypi.org/project/mailer) (📥 7.1K / month · 📦 160 · ⏱️ 22.04.2015):
```
pip install mailer
```
-- [Conda](https://anaconda.org/conda-forge/mailer) (📥 29K · ⏱️ 10.01.2021):
+- [Conda](https://anaconda.org/conda-forge/mailer) (📥 31K · ⏱️ 10.01.2021):
```
conda install -c conda-forge mailer
```
-pyramid_mailer (🥉22 · ⭐ 51 · 💤) - A package for sending email from your Pyramid.. BSD-3
-
-- [GitHub](https://github.com/Pylons/pyramid_mailer) (👨💻 34 · 🔀 39 · 📋 42 - 21% open · ⏱️ 29.03.2020):
-
- ```
- git clone https://github.com/Pylons/pyramid_mailer
- ```
-- [PyPi](https://pypi.org/project/pyramid_mailer) (📥 10K / month · 📦 190 · ⏱️ 13.12.2016):
- ```
- pip install pyramid_mailer
- ```
-
-fastapi-mail (🥉19 · ⭐ 110) - Fastapi mail system sending mails(individual, bulk).. MIT
+fastapi-mail (🥉19 · ⭐ 120) - Fastapi mail system sending mails(individual, bulk).. MIT
-- [GitHub](https://github.com/sabuhish/fastapi-mail) (👨💻 14 · 🔀 19 · 📦 44 · 📋 21 - 4% open · ⏱️ 04.03.2021):
+- [GitHub](https://github.com/sabuhish/fastapi-mail) (👨💻 15 · 🔀 20 · 📦 48 · 📋 24 - 16% open · ⏱️ 01.04.2021):
```
git clone https://github.com/sabuhish/fastapi-mail
```
-- [PyPi](https://pypi.org/project/fastapi-mail) (📥 3.4K / month · ⏱️ 28.02.2021):
+- [PyPi](https://pypi.org/project/fastapi-mail) (📥 2.5K / month · ⏱️ 28.02.2021):
```
pip install fastapi-mail
```
-salmon (🥉18 · ⭐ 480) - A Python Mail Server. ❗️GPL-3.0
+salmon (🥉17 · ⭐ 480) - A Python Mail Server. ❗️GPL-3.0
- [GitHub](https://github.com/moggers87/salmon) (👨💻 15 · 🔀 49 · 📥 36 · 📦 11 · 📋 84 - 16% open · ⏱️ 02.03.2021):
```
git clone https://github.com/moggers87/salmon
```
-- [PyPi](https://pypi.org/project/salmon-mail) (📥 160 / month · 📦 1 · ⏱️ 31.12.2019):
+- [PyPi](https://pypi.org/project/salmon-mail) (📥 130 / month · 📦 1 · ⏱️ 31.12.2019):
```
pip install salmon-mail
```
-Show 4 hidden projects...
+Show 5 hidden projects...
-- flask-mail (🥇27 · ⭐ 510 · 💀) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3
+- flask-mail (🥇28 · ⭐ 510 · 💀) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3
- sync-engine (🥈23 · ⭐ 3.5K · 💀) - IMAP/SMTP sync system with modern APIs. ❗️AGPL-3.0
- offlineimap (🥉22 · ⭐ 1.6K · 💤) - Read/sync your IMAP mailboxes (python2). ❗️libpng-2.0
-- gmail (🥉21 · ⭐ 1.6K · 💀) - A Pythonic interface for Google Mail. MIT
+- pyramid_mailer (🥉21 · ⭐ 51 · 💀) - A package for sending email from your Pyramid.. BSD-3
+- gmail (🥉20 · ⭐ 1.6K · 💀) - A Pythonic interface for Google Mail. MIT
@@ -3798,76 +3744,64 @@ _General purpose web frameworks to build web applications and REST APIs._
_Libraries for web scraping, crawling, downloading, and mining as well as libraries._
-Scrapy (🥇38 · ⭐ 40K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
+Scrapy (🥇37 · ⭐ 40K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3
-- [GitHub](https://github.com/scrapy/scrapy) (👨💻 460 · 🔀 9.1K · 📦 23K · 📋 2.7K - 29% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/scrapy/scrapy) (👨💻 470 · 🔀 9.1K · 📦 23K · 📋 2.7K - 29% open · ⏱️ 26.03.2021):
```
git clone https://github.com/scrapy/scrapy
```
-- [PyPi](https://pypi.org/project/scrapy) (📥 730K / month · 📦 8.4K · ⏱️ 17.11.2020):
+- [PyPi](https://pypi.org/project/scrapy) (📥 280K / month · 📦 8.4K · ⏱️ 17.11.2020):
```
pip install scrapy
```
-- [Conda](https://anaconda.org/conda-forge/scrapy) (📥 410K · ⏱️ 24.02.2021):
+- [Conda](https://anaconda.org/conda-forge/scrapy) (📥 420K · ⏱️ 24.02.2021):
```
conda install -c conda-forge scrapy
```
-feedparser (🥇31 · ⭐ 1.2K) - Parse feeds in Python. BSD-2
-
-- [GitHub](https://github.com/kurtmckee/feedparser) (👨💻 42 · 🔀 250 · 📋 180 - 37% open · ⏱️ 01.01.2021):
-
- ```
- git clone https://github.com/kurtmckee/feedparser
- ```
-- [PyPi](https://pypi.org/project/feedparser) (📥 460K / month · 📦 14K · ⏱️ 25.10.2020):
- ```
- pip install feedparser
- ```
-
-You-Get (🥇30 · ⭐ 39K) - Dumb downloader that scrapes the web. MIT
+You-Get (🥇30 · ⭐ 40K) - Dumb downloader that scrapes the web. MIT
-- [GitHub](https://github.com/soimort/you-get) (👨💻 230 · 🔀 8.1K · 📥 330K · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/soimort/you-get) (👨💻 230 · 🔀 8.2K · 📥 330K · ⏱️ 29.03.2021):
```
git clone https://github.com/soimort/you-get
```
-- [PyPi](https://pypi.org/project/you-get) (📥 9.8K / month · 📦 36 · ⏱️ 26.12.2020):
+- [PyPi](https://pypi.org/project/you-get) (📥 8.5K / month · 📦 36 · ⏱️ 29.03.2021):
```
pip install you-get
```
-newspaper3k (🥇30 · ⭐ 11K) - News, full-text, and article metadata extraction in Python 3... MIT
+newspaper3k (🥇29 · ⭐ 11K · 💤) - News, full-text, and article metadata extraction in Python 3... MIT
-- [GitHub](https://github.com/codelucas/newspaper) (👨💻 100 · 🔀 1.8K · 📦 2.4K · 📋 680 - 64% open · ⏱️ 02.09.2020):
+- [GitHub](https://github.com/codelucas/newspaper) (👨💻 100 · 🔀 1.8K · 📦 2.5K · 📋 680 - 64% open · ⏱️ 02.09.2020):
```
git clone https://github.com/codelucas/newspaper
```
-- [PyPi](https://pypi.org/project/newspaper3k) (📥 120K / month · 📦 440 · ⏱️ 28.09.2018):
+- [PyPi](https://pypi.org/project/newspaper3k) (📥 54K / month · 📦 440 · ⏱️ 28.09.2018):
```
pip install newspaper3k
```
-- [Conda](https://anaconda.org/conda-forge/newspaper3k) (📥 38K · ⏱️ 14.10.2020):
+- [Conda](https://anaconda.org/conda-forge/newspaper3k) (📥 39K · ⏱️ 14.10.2020):
```
conda install -c conda-forge newspaper3k
```
-parsel (🥈29 · ⭐ 630) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3
+soupsieve (🥇29 · ⭐ 96) - A modern CSS selector implementation for BeautifulSoup. MIT
-- [GitHub](https://github.com/scrapy/parsel) (👨💻 38 · 🔀 94 · 📦 14K · 📋 85 - 36% open · ⏱️ 05.03.2021):
+- [GitHub](https://github.com/facelessuser/soupsieve) (👨💻 8 · 🔀 18 · 📦 110K · 📋 94 - 13% open · ⏱️ 19.03.2021):
```
- git clone https://github.com/scrapy/parsel
+ git clone https://github.com/facelessuser/soupsieve
```
-- [PyPi](https://pypi.org/project/parsel) (📥 760K / month · 📦 2.9K · ⏱️ 07.05.2020):
+- [PyPi](https://pypi.org/project/soupsieve) (📥 6M / month · 📦 4.2K · ⏱️ 09.02.2021):
```
- pip install parsel
+ pip install soupsieve
```
-- [Conda](https://anaconda.org/conda-forge/parsel) (📥 17K · ⏱️ 02.06.2020):
+- [Conda](https://anaconda.org/conda-forge/soupsieve) (📥 2.6M · ⏱️ 17.08.2020):
```
- conda install -c conda-forge parsel
+ conda install -c conda-forge soupsieve
```
pyspider (🥈28 · ⭐ 15K · 💤) - A Powerful Spider(Web Crawler) System in Python. Apache-2
@@ -3877,25 +3811,37 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/binux/pyspider
```
-- [PyPi](https://pypi.org/project/pyspider) (📥 1.7K / month · 📦 60 · ⏱️ 18.04.2018):
+- [PyPi](https://pypi.org/project/pyspider) (📥 1.8K / month · 📦 60 · ⏱️ 18.04.2018):
```
pip install pyspider
```
-soupsieve (🥈28 · ⭐ 92) - A modern CSS selector implementation for BeautifulSoup. MIT
+feedparser (🥈28 · ⭐ 1.2K · 📉) - Parse feeds in Python. BSD-2
+
+- [GitHub](https://github.com/kurtmckee/feedparser) (👨💻 42 · 🔀 250 · 📋 180 - 37% open · ⏱️ 01.01.2021):
+
+ ```
+ git clone https://github.com/kurtmckee/feedparser
+ ```
+- [PyPi](https://pypi.org/project/feedparser) (📥 320K / month · 📦 14K · ⏱️ 25.10.2020):
+ ```
+ pip install feedparser
+ ```
+
+parsel (🥈28 · ⭐ 630) - Parsel lets you extract data from XML/HTML documents using XPath or CSS.. BSD-3
-- [GitHub](https://github.com/facelessuser/soupsieve) (👨💻 8 · 🔀 18 · 📦 110K · 📋 91 - 13% open · ⏱️ 19.02.2021):
+- [GitHub](https://github.com/scrapy/parsel) (👨💻 38 · 🔀 99 · 📦 15K · 📋 91 - 40% open · ⏱️ 12.03.2021):
```
- git clone https://github.com/facelessuser/soupsieve
+ git clone https://github.com/scrapy/parsel
```
-- [PyPi](https://pypi.org/project/soupsieve) (📥 7.4M / month · 📦 4.2K · ⏱️ 09.02.2021):
+- [PyPi](https://pypi.org/project/parsel) (📥 310K / month · 📦 2.9K · ⏱️ 07.05.2020):
```
- pip install soupsieve
+ pip install parsel
```
-- [Conda](https://anaconda.org/conda-forge/soupsieve) (📥 2.4M · ⏱️ 17.08.2020):
+- [Conda](https://anaconda.org/conda-forge/parsel) (📥 17K · ⏱️ 02.06.2020):
```
- conda install -c conda-forge soupsieve
+ conda install -c conda-forge parsel
```
Pattern (🥈27 · ⭐ 7.8K · 💤) - Web mining module for Python, with tools for scraping, natural.. BSD-3
@@ -3905,87 +3851,87 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/clips/pattern
```
-- [PyPi](https://pypi.org/project/pattern) (📥 50K / month · 📦 610 · ⏱️ 18.08.2018):
+- [PyPi](https://pypi.org/project/pattern) (📥 40K / month · 📦 610 · ⏱️ 18.08.2018):
```
pip install pattern
```
-- [Conda](https://anaconda.org/conda-forge/pattern) (📥 6.1K · ⏱️ 05.05.2020):
+- [Conda](https://anaconda.org/conda-forge/pattern) (📥 6.4K · ⏱️ 05.05.2020):
```
conda install -c conda-forge pattern
```
MechanicalSoup (🥈27 · ⭐ 3.7K) - A Python library for automating interaction with websites. MIT
-- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (👨💻 41 · 🔀 340 · 📥 39 · 📋 150 - 14% open · ⏱️ 09.01.2021):
+- [GitHub](https://github.com/MechanicalSoup/MechanicalSoup) (👨💻 43 · 🔀 350 · 📥 39 · 📋 150 - 16% open · ⏱️ 14.03.2021):
```
git clone https://github.com/MechanicalSoup/MechanicalSoup
```
-- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 33K / month · 📦 430 · ⏱️ 05.01.2021):
+- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 25K / month · 📦 430 · ⏱️ 05.01.2021):
```
pip install MechanicalSoup
```
-- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (📥 91K · ⏱️ 08.01.2021):
+- [Conda](https://anaconda.org/conda-forge/mechanicalsoup) (📥 97K · ⏱️ 08.01.2021):
```
conda install -c conda-forge mechanicalsoup
```
-Grab (🥈26 · ⭐ 2.1K) - Web Scraping Framework. MIT
+Grab (🥈25 · ⭐ 2.1K) - Web Scraping Framework. MIT
- [GitHub](https://github.com/lorien/grab) (👨💻 65 · 🔀 250 · 📦 300 · 📋 220 - 12% open · ⏱️ 08.12.2020):
```
git clone https://github.com/lorien/grab
```
-- [PyPi](https://pypi.org/project/grab) (📥 1.2K / month · 📦 210 · ⏱️ 24.06.2018):
+- [PyPi](https://pypi.org/project/grab) (📥 1.1K / month · 📦 210 · ⏱️ 24.06.2018):
```
pip install grab
```
-extruct (🥈25 · ⭐ 570) - Extract embedded metadata from HTML markup. BSD-3
+extruct (🥈25 · ⭐ 580) - Extract embedded metadata from HTML markup. BSD-3
-- [GitHub](https://github.com/scrapinghub/extruct) (👨💻 26 · 🔀 82 · 📦 240 · 📋 79 - 37% open · ⏱️ 05.03.2021):
+- [GitHub](https://github.com/scrapinghub/extruct) (👨💻 27 · 🔀 84 · 📦 240 · 📋 79 - 37% open · ⏱️ 16.03.2021):
```
git clone https://github.com/scrapinghub/extruct
```
-- [PyPi](https://pypi.org/project/extruct) (📥 28K / month · 📦 42 · ⏱️ 28.12.2020):
+- [PyPi](https://pypi.org/project/extruct) (📥 22K / month · 📦 42 · ⏱️ 28.12.2020):
```
pip install extruct
```
micawber (🥈25 · ⭐ 530) - a small library for extracting rich content from urls. MIT
-- [GitHub](https://github.com/coleifer/micawber) (👨💻 27 · 🔀 80 · 📦 500 · ⏱️ 04.03.2021):
+- [GitHub](https://github.com/coleifer/micawber) (👨💻 27 · 🔀 80 · 📦 510 · ⏱️ 04.03.2021):
```
git clone https://github.com/coleifer/micawber
```
-- [PyPi](https://pypi.org/project/micawber) (📥 4.8K / month · 📦 370 · ⏱️ 04.03.2021):
+- [PyPi](https://pypi.org/project/micawber) (📥 3.6K / month · 📦 370 · ⏱️ 04.03.2021):
```
pip install micawber
```
-cloudscraper (🥉24 · ⭐ 800) - A Python module to bypass Cloudflare's anti-bot page. MIT
+cloudscraper (🥉23 · ⭐ 820) - A Python module to bypass Cloudflare's anti-bot page. MIT
-- [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨💻 8 · 🔀 120 · 📦 430 · ⏱️ 28.01.2021):
+- [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨💻 8 · 🔀 130 · 📦 470 · ⏱️ 28.01.2021):
```
git clone https://github.com/venomous/cloudscraper
```
-- [PyPi](https://pypi.org/project/cloudscraper) (📥 26K / month · 📦 8 · ⏱️ 28.01.2021):
+- [PyPi](https://pypi.org/project/cloudscraper) (📥 23K / month · 📦 8 · ⏱️ 28.01.2021):
```
pip install cloudscraper
```
Gerapy (🥉22 · ⭐ 2.4K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT
-- [GitHub](https://github.com/Gerapy/Gerapy) (👨💻 11 · 🔀 510 · 📦 110 · 📋 160 - 29% open · ⏱️ 13.09.2020):
+- [GitHub](https://github.com/Gerapy/Gerapy) (👨💻 11 · 🔀 510 · 📦 110 · 📋 160 - 29% open · ⏱️ 21.03.2021):
```
git clone https://github.com/Gerapy/Gerapy
```
-- [PyPi](https://pypi.org/project/gerapy) (📥 260 / month · 📦 8 · ⏱️ 27.08.2020):
+- [PyPi](https://pypi.org/project/gerapy) (📥 210 / month · 📦 8 · ⏱️ 27.08.2020):
```
pip install gerapy
```
@@ -3997,26 +3943,26 @@ _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) (📥 530 / month · ⏱️ 23.01.2021):
+- [PyPi](https://pypi.org/project/autoscraper) (📥 540 / month · ⏱️ 23.01.2021):
```
pip install autoscraper
```
ruia (🥉21 · ⭐ 1.4K) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2
-- [GitHub](https://github.com/howie6879/ruia) (👨💻 12 · 🔀 140 · 📥 11 · 📦 44 · 📋 79 - 3% open · ⏱️ 06.02.2021):
+- [GitHub](https://github.com/howie6879/ruia) (👨💻 13 · 🔀 150 · 📥 11 · 📦 44 · 📋 80 - 3% open · ⏱️ 24.03.2021):
```
git clone https://github.com/howie6879/ruia
```
-- [PyPi](https://pypi.org/project/ruia) (📥 55 / month · 📦 6 · ⏱️ 06.02.2021):
+- [PyPi](https://pypi.org/project/ruia) (📥 63 / month · 📦 6 · ⏱️ 06.02.2021):
```
pip install ruia
```
-trafilatura (🥉21 · ⭐ 100) - Web scraping library and command-line tool for text discovery.. ❗️GPL-3.0
+trafilatura (🥉21 · ⭐ 110) - Web scraping library and command-line tool for text discovery.. ❗️GPL-3.0
-- [GitHub](https://github.com/adbar/trafilatura) (👨💻 11 · 🔀 26 · 📦 50 · 📋 45 - 17% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/adbar/trafilatura) (👨💻 11 · 🔀 27 · 📦 58 · 📋 51 - 21% open · ⏱️ 31.03.2021):
```
git clone https://github.com/adbar/trafilatura
@@ -4026,30 +3972,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pip install trafilatura
```
-beautifulsoup4 (🥉21) - Screen-scraping library. MIT
+beautifulsoup4 (🥉20) - Screen-scraping library. MIT
-- [PyPi](https://pypi.org/project/beautifulsoup4) (📥 7.8M / month · 📦 62K · ⏱️ 03.10.2020):
+- [PyPi](https://pypi.org/project/beautifulsoup4) (📥 6.3M / month · 📦 62K · ⏱️ 03.10.2020):
```
pip install beautifulsoup4
```
-- [Conda](https://anaconda.org/conda-forge/beautifulsoup4) (📥 3.7M · ⏱️ 03.10.2020):
+- [Conda](https://anaconda.org/conda-forge/beautifulsoup4) (📥 3.8M · ⏱️ 03.10.2020):
```
conda install -c conda-forge beautifulsoup4
```
-gazpacho (🥉20 · ⭐ 520) - The simple, fast, and modern web scraping library. MIT
-
-- [GitHub](https://github.com/maxhumber/gazpacho) (👨💻 13 · 🔀 51 · 📦 96 · 📋 39 - 25% open · ⏱️ 31.10.2020):
-
- ```
- git clone https://github.com/maxhumber/gazpacho
- ```
-- [PyPi](https://pypi.org/project/gazpacho) (📥 6.3K / month · 📦 2 · ⏱️ 09.10.2020):
- ```
- pip install gazpacho
- ```
-
-dirsearch (🥉19 · ⭐ 5.7K) - Web path scanner. ❗️GPL-2.0
+dirsearch (🥉19 · ⭐ 5.8K) - Web path scanner. ❗️GPL-2.0
- [GitHub](https://github.com/maurosoria/dirsearch) (👨💻 71 · 🔀 1.4K · 📋 280 - 21% open · ⏱️ 10.02.2021):
@@ -4057,52 +3991,53 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
git clone https://github.com/maurosoria/dirsearch
```
-Lassie (🥉19 · ⭐ 520) - Web Content Retrieval for Humans. MIT
+gazpacho (🥉19 · ⭐ 530) - The simple, fast, and modern web scraping library. MIT
-- [GitHub](https://github.com/michaelhelmick/lassie) (👨💻 14 · 🔀 41 · 📦 22 · 📋 39 - 25% open · ⏱️ 16.12.2020):
+- [GitHub](https://github.com/maxhumber/gazpacho) (👨💻 13 · 🔀 51 · 📦 100 · 📋 40 - 27% open · ⏱️ 19.03.2021):
```
- git clone https://github.com/michaelhelmick/lassie
+ git clone https://github.com/maxhumber/gazpacho
```
-- [PyPi](https://pypi.org/project/lassie) (📥 240 / month · 📦 14 · ⏱️ 16.12.2020):
+- [PyPi](https://pypi.org/project/gazpacho) (📥 4.3K / month · 📦 2 · ⏱️ 09.10.2020):
```
- pip install lassie
+ pip install gazpacho
```
-Cola (🥉18 · ⭐ 1.4K · 💤) - A high-level distributed crawling framework. Apache-2
+Lassie (🥉19 · ⭐ 520) - Web Content Retrieval for Humans. MIT
-- [GitHub](https://github.com/qinxuye/cola) (👨💻 3 · 🔀 540 · 📦 3 · 📋 66 - 21% open · ⏱️ 01.03.2020):
+- [GitHub](https://github.com/michaelhelmick/lassie) (👨💻 14 · 🔀 41 · 📦 22 · 📋 39 - 25% open · ⏱️ 16.12.2020):
```
- git clone https://github.com/qinxuye/cola
+ git clone https://github.com/michaelhelmick/lassie
```
-- [PyPi](https://pypi.org/project/cola) (📥 37 / month · 📦 2 · ⏱️ 31.03.2016):
+- [PyPi](https://pypi.org/project/lassie) (📥 170 / month · 📦 14 · ⏱️ 16.12.2020):
```
- pip install cola
+ pip install lassie
```
-Transistor (🥉13 · ⭐ 200 · 💤) - Transistor, a Python web scraping framework for intelligent use.. MIT
+Transistor (🥉14 · ⭐ 200 · 💤) - Transistor, a Python web scraping framework for intelligent use.. MIT
- [GitHub](https://github.com/bomquote/transistor) (👨💻 2 · 🔀 18 · 📥 54 · 📋 63 - 95% open · ⏱️ 16.08.2020):
```
git clone https://github.com/bomquote/transistor
```
-- [PyPi](https://pypi.org/project/transistor) (📥 16 / month · ⏱️ 03.08.2020):
+- [PyPi](https://pypi.org/project/transistor) (📥 21 / month · ⏱️ 03.08.2020):
```
pip install transistor
```
-Show 9 hidden projects...
+Show 10 hidden projects...
- python-goose (🥈26 · ⭐ 3.7K · 💀) - Html Content / Article Extractor, web scrapping lib in.. Apache-2
- robobrowser (🥉23 · ⭐ 3.5K · 💀) - Your friendly neighborhood web scraper. BSD-3
- scrapely (🥉23 · ⭐ 1.7K · 💀) - A pure-python HTML screen-scraping library. BSD-3
-- frontera (🥉22 · ⭐ 1.1K · 💀) - A scalable frontier for web crawlers. BSD-3
-- Photon (🥉19 · ⭐ 7.7K · 💀) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0
+- frontera (🥉21 · ⭐ 1.2K · 💀) - A scalable frontier for web crawlers. BSD-3
+- Photon (🥉20 · ⭐ 7.7K · 💀) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0
+- Cola (🥉18 · ⭐ 1.4K · 💀) - A high-level distributed crawling framework. Apache-2
- opengraph (🥉17 · ⭐ 190 · 💀) - A python module to parse the Open Graph Protocol. MIT
- gain (🥉16 · ⭐ 2K · 💀) - Web crawling framework based on asyncio. ❗️GPL-3.0
-- snallygaster (🥉16 · ⭐ 1.8K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0
+- snallygaster (🥉15 · ⭐ 1.8K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0
- lazynlp (🥉13 · ⭐ 1.9K · 💀) - Library to scrape and clean web pages to create massive datasets. MIT
@@ -4113,120 +4048,120 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sentry (🥇32 · ⭐ 28K) - Sentry is cross-platform application monitoring, with a focus on.. ❗️SSPL-1.0
-- [GitHub](https://github.com/getsentry/sentry) (👨💻 580 · 🔀 3.1K · 📥 36K · 📦 480 · 📋 4.5K - 6% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/getsentry/sentry) (👨💻 580 · 🔀 3.1K · 📥 37K · 📦 500 · 📋 4.5K - 7% open · ⏱️ 01.04.2021):
```
git clone https://github.com/getsentry/sentry
```
-- [PyPi](https://pypi.org/project/sentry) (📥 6.7K / month · 📦 640 · ⏱️ 15.02.2021):
+- [PyPi](https://pypi.org/project/sentry) (📥 6.9K / month · 📦 640 · ⏱️ 15.02.2021):
```
pip install sentry
```
-- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 66K · ⏱️ 18.02.2021):
+- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 71K · ⏱️ 18.02.2021):
```
conda install -c conda-forge sentry-sdk
```
Prometheus Client (🥈26 · ⭐ 2.1K) - Python client for the Prometheus monitoring system. Apache-2
-- [GitHub](https://github.com/prometheus/client_python) (👨💻 100 · 🔀 520 · 📋 320 - 8% open · ⏱️ 25.02.2021):
+- [GitHub](https://github.com/prometheus/client_python) (👨💻 100 · 🔀 530 · 📋 320 - 8% open · ⏱️ 25.02.2021):
```
git clone https://github.com/prometheus/client_python
```
-- [PyPi](https://pypi.org/project/prometheus-client) (📥 10M / month · ⏱️ 16.11.2020):
+- [PyPi](https://pypi.org/project/prometheus-client) (📥 9.2M / month · ⏱️ 16.11.2020):
```
pip install prometheus-client
```
-Flask-MonitoringDashboard (🥈25 · ⭐ 480) - Automatically monitor the evolving performance of.. MIT
+Flask-MonitoringDashboard (🥈25 · ⭐ 490) - Automatically monitor the evolving performance of.. MIT
-- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (👨💻 24 · 🔀 110 · 📦 660 · 📋 160 - 27% open · ⏱️ 30.01.2021):
+- [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (👨💻 25 · 🔀 110 · 📦 720 · 📋 160 - 27% open · ⏱️ 01.04.2021):
```
git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard
```
-- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 14K / month · 📦 14 · ⏱️ 09.09.2020):
+- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 11K / month · 📦 14 · ⏱️ 09.09.2020):
```
pip install flask-monitoringdashboard
```
-prometheus-flask-exporter (🥈23 · ⭐ 310) - Prometheus exporter for Flask applications. MIT
+ngxtop (🥈22 · ⭐ 6.1K) - Real-time metrics for nginx server. MIT
-- [GitHub](https://github.com/rycus86/prometheus_flask_exporter) (👨💻 15 · 🔀 59 · 📋 73 - 8% open · ⏱️ 30.11.2020):
+- [GitHub](https://github.com/lebinh/ngxtop) (👨💻 9 · 🔀 460 · 📦 26 · 📋 89 - 69% open · ⏱️ 21.12.2020):
```
- git clone https://github.com/rycus86/prometheus_flask_exporter
+ git clone https://github.com/lebinh/ngxtop
```
-- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (📥 2M / month · 📦 40 · ⏱️ 10.10.2020):
+- [PyPi](https://pypi.org/project/ngxtop) (📥 2K / month · 📦 18 · ⏱️ 21.12.2020):
```
- pip install prometheus-flask-exporter
+ pip install ngxtop
```
-ngxtop (🥉22 · ⭐ 6.1K) - Real-time metrics for nginx server. MIT
+prometheus-flask-exporter (🥈22 · ⭐ 320) - Prometheus exporter for Flask applications. MIT
-- [GitHub](https://github.com/lebinh/ngxtop) (👨💻 9 · 🔀 460 · 📦 25 · 📋 89 - 69% open · ⏱️ 21.12.2020):
+- [GitHub](https://github.com/rycus86/prometheus_flask_exporter) (👨💻 15 · 🔀 64 · 📋 75 - 9% open · ⏱️ 30.11.2020):
```
- git clone https://github.com/lebinh/ngxtop
+ git clone https://github.com/rycus86/prometheus_flask_exporter
```
-- [PyPi](https://pypi.org/project/ngxtop) (📥 2.9K / month · 📦 18 · ⏱️ 21.12.2020):
+- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (📥 1.6M / month · 📦 40 · ⏱️ 10.10.2020):
```
- pip install ngxtop
+ pip install prometheus-flask-exporter
```
GoAccess (🥉18 · ⭐ 13K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT
-- [GitHub](https://github.com/allinurl/goaccess) (👨💻 130 · 🔀 850 · 📋 1.8K - 18% open · ⏱️ 06.03.2021):
+- [GitHub](https://github.com/allinurl/goaccess) (👨💻 130 · 🔀 850 · 📋 1.8K - 18% open · ⏱️ 31.03.2021):
```
git clone https://github.com/allinurl/goaccess
```
-flask-state (🥉17 · ⭐ 520) - Display machine state using Python3 with Flask. BSD-3
+flask-state (🥉17 · ⭐ 580) - Display machine state using Python3 with Flask. BSD-3
-- [GitHub](https://github.com/yoobool/flask-state) (👨💻 10 · 🔀 40 · 📋 23 - 39% open · ⏱️ 03.03.2021):
+- [GitHub](https://github.com/yoobool/flask-state) (👨💻 10 · 🔀 44 · 📋 22 - 36% open · ⏱️ 31.03.2021):
```
git clone https://github.com/yoobool/flask-state
```
-- [PyPi](https://pypi.org/project/Flask-State) (📥 74 / month · ⏱️ 03.03.2021):
+- [PyPi](https://pypi.org/project/Flask-State) (📥 65 / month · ⏱️ 31.03.2021):
```
pip install Flask-State
```
-starlette context (🥉17 · ⭐ 120) - Middleware for Starlette that allows you to store and.. MIT
+starlette context (🥉16 · ⭐ 120) - Middleware for Starlette that allows you to store and.. MIT
- [GitHub](https://github.com/tomwojcik/starlette-context) (👨💻 3 · 🔀 7 · 📋 15 - 20% open · ⏱️ 25.10.2020):
```
git clone https://github.com/tomwojcik/starlette-context
```
-- [PyPi](https://pypi.org/project/starlette-context) (📥 9K / month · ⏱️ 17.10.2020):
+- [PyPi](https://pypi.org/project/starlette-context) (📥 8.2K / month · ⏱️ 17.10.2020):
```
pip install starlette-context
```
-timing-asgi (🥉16 · ⭐ 62) - ASGI middleware to record and emit timing metrics (to something like.. MIT
+timing-asgi (🥉15 · ⭐ 62) - ASGI middleware to record and emit timing metrics (to something like.. MIT
- [GitHub](https://github.com/steinnes/timing-asgi) (👨💻 2 · 🔀 4 · 📋 3 - 66% open · ⏱️ 13.11.2020):
```
git clone https://github.com/steinnes/timing-asgi
```
-- [PyPi](https://pypi.org/project/timing-asgi) (📥 70K / month · ⏱️ 13.11.2020):
+- [PyPi](https://pypi.org/project/timing-asgi) (📥 55K / month · ⏱️ 13.11.2020):
```
pip install timing-asgi
```
-Starlette Prometheus (🥉14 · ⭐ 130 · 💤) - Prometheus integration for Starlette. ❗️GPL-3.0
+Starlette Prometheus (🥉14 · ⭐ 130) - Prometheus integration for Starlette. ❗️GPL-3.0
-- [GitHub](https://github.com/perdy/starlette-prometheus) (👨💻 8 · 🔀 18 · 📋 11 - 18% open · ⏱️ 31.08.2020):
+- [GitHub](https://github.com/perdy/starlette-prometheus) (👨💻 10 · 🔀 19 · 📋 12 - 16% open · ⏱️ 17.03.2021):
```
git clone https://github.com/perdy/starlette-prometheus
```
-- [PyPi](https://pypi.org/project/starlette-prometheus) (📥 9.6K / month · ⏱️ 09.07.2020):
+- [PyPi](https://pypi.org/project/starlette-prometheus) (📥 7.7K / month · ⏱️ 09.07.2020):
```
pip install starlette-prometheus
```
@@ -4237,14 +4172,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
-wave (🥇23 · ⭐ 2.5K) - Realtime Web Apps and Dashboards for Python. Apache-2
+wave (🥇24 · ⭐ 2.5K) - Realtime Web Apps and Dashboards for Python. Apache-2
-- [GitHub](https://github.com/h2oai/wave) (👨💻 20 · 🔀 100 · 📥 26K · 📋 360 - 44% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/h2oai/wave) (👨💻 21 · 🔀 110 · 📥 30K · 📋 430 - 39% open · ⏱️ 01.04.2021):
```
git clone https://github.com/h2oai/wave
```
-- [PyPi](https://pypi.org/project/wave) (📥 3.3K / month · 📦 320 · ⏱️ 09.01.2011):
+- [PyPi](https://pypi.org/project/wave) (📥 2.5K / month · 📦 320 · ⏱️ 09.01.2011):
```
pip install wave
```
@@ -4256,14 +4191,14 @@ _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) (📥 43 / month · 📦 2 · ⏱️ 15.07.2018):
+- [PyPi](https://pypi.org/project/FlaskBB) (📥 22 / month · 📦 2 · ⏱️ 15.07.2018):
```
pip install FlaskBB
```
Misago (🥉20 · ⭐ 2.1K · 💤) - Misago is fully featured modern forum application that is fast,.. ❗️GPL-2.0
-- [GitHub](https://github.com/rafalp/Misago) (👨💻 32 · 🔀 440 · 📦 39 · 📋 1K - 6% open · ⏱️ 25.05.2020):
+- [GitHub](https://github.com/rafalp/Misago) (👨💻 32 · 🔀 450 · 📦 39 · 📋 1K - 6% open · ⏱️ 25.05.2020):
```
git clone https://github.com/rafalp/Misago
@@ -4271,12 +4206,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Wooey (🥉20 · ⭐ 1.5K · 💤) - A Django app that creates automatic web UIs for Python scripts. BSD-3
-- [GitHub](https://github.com/wooey/Wooey) (👨💻 22 · 🔀 170 · 📦 29 · 📋 200 - 27% open · ⏱️ 23.08.2020):
+- [GitHub](https://github.com/wooey/Wooey) (👨💻 22 · 🔀 170 · 📦 30 · 📋 200 - 28% open · ⏱️ 23.08.2020):
```
git clone https://github.com/wooey/wooey
```
-- [PyPi](https://pypi.org/project/wooey) (📥 140 / month · 📦 1 · ⏱️ 16.04.2020):
+- [PyPi](https://pypi.org/project/wooey) (📥 74 / month · 📦 1 · ⏱️ 16.04.2020):
```
pip install wooey
```
@@ -4287,74 +4222,74 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
-flask-admin (🥇33 · ⭐ 4.6K) - Simple and extensible administrative interface framework for.. BSD-3
+flask-admin (🥇32 · ⭐ 4.7K) - Simple and extensible administrative interface framework for.. BSD-3
-- [GitHub](https://github.com/flask-admin/flask-admin) (👨💻 310 · 🔀 1.3K · 📦 10K · 📋 1.3K - 28% open · ⏱️ 30.01.2021):
+- [GitHub](https://github.com/flask-admin/flask-admin) (👨💻 320 · 🔀 1.3K · 📦 11K · 📋 1.3K - 29% open · ⏱️ 22.03.2021):
```
git clone https://github.com/flask-admin/flask-admin
```
-- [PyPi](https://pypi.org/project/flask-admin) (📥 420K / month · 📦 4.6K · ⏱️ 26.10.2020):
+- [PyPi](https://pypi.org/project/flask-admin) (📥 350K / month · 📦 4.6K · ⏱️ 26.10.2020):
```
pip install flask-admin
```
-- [Conda](https://anaconda.org/conda-forge/flask-admin) (📥 98K · ⏱️ 26.10.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-admin) (📥 100K · ⏱️ 26.10.2020):
```
conda install -c conda-forge flask-admin
```
-django-debug-toolbar (🥇30 · ⭐ 6.4K) - A configurable set of panels that display various.. BSD-3
+django-grappelli (🥇30 · ⭐ 3K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3
-- [GitHub](https://github.com/jazzband/django-debug-toolbar) (👨💻 230 · 🔀 910 · 📥 160 · 📦 36K · 📋 770 - 13% open · ⏱️ 09.03.2021):
+- [GitHub](https://github.com/sehmaschine/django-grappelli) (👨💻 73 · 🔀 610 · 📦 4K · 📋 660 - 2% open · ⏱️ 03.02.2021):
```
- git clone https://github.com/jazzband/django-debug-toolbar
+ git clone https://github.com/sehmaschine/django-grappelli
```
-- [PyPi](https://pypi.org/project/django-debug-toolbar) (📥 480K / month · 📦 25K · ⏱️ 03.12.2020):
+- [PyPi](https://pypi.org/project/django-grappelli) (📥 40K / month · 📦 3.4K · ⏱️ 24.11.2020):
```
- pip install django-debug-toolbar
+ pip install django-grappelli
```
-- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (📥 110K · ⏱️ 03.12.2020):
+- [Conda](https://anaconda.org/conda-forge/django-grappelli) (📥 76K · ⏱️ 24.11.2020):
```
- conda install -c conda-forge django-debug-toolbar
+ conda install -c conda-forge django-grappelli
```
-django-grappelli (🥇30 · ⭐ 3K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3
+django-debug-toolbar (🥈29 · ⭐ 6.4K) - A configurable set of panels that display various.. BSD-3
-- [GitHub](https://github.com/sehmaschine/django-grappelli) (👨💻 73 · 🔀 610 · 📦 3.9K · 📋 660 - 2% open · ⏱️ 03.02.2021):
+- [GitHub](https://github.com/jazzband/django-debug-toolbar) (👨💻 230 · 🔀 910 · 📥 160 · 📦 37K · 📋 770 - 13% open · ⏱️ 09.03.2021):
```
- git clone https://github.com/sehmaschine/django-grappelli
+ git clone https://github.com/jazzband/django-debug-toolbar
```
-- [PyPi](https://pypi.org/project/django-grappelli) (📥 54K / month · 📦 3.4K · ⏱️ 24.11.2020):
+- [PyPi](https://pypi.org/project/django-debug-toolbar) (📥 390K / month · 📦 25K · ⏱️ 03.12.2020):
```
- pip install django-grappelli
+ pip install django-debug-toolbar
```
-- [Conda](https://anaconda.org/conda-forge/django-grappelli) (📥 74K · ⏱️ 24.11.2020):
+- [Conda](https://anaconda.org/conda-forge/django-debug-toolbar) (📥 110K · ⏱️ 03.12.2020):
```
- conda install -c conda-forge django-grappelli
+ conda install -c conda-forge django-debug-toolbar
```
-django-admin-bootstrapped (🥈26 · ⭐ 1.5K · 💤) - A Django admin theme using Twitter Bootstrap. It.. Apache-2
+django-admin-bootstrapped (🥉25 · ⭐ 1.5K · 💤) - A Django admin theme using Twitter Bootstrap. It.. Apache-2
- [GitHub](https://github.com/django-admin-bootstrapped/django-admin-bootstrapped) (👨💻 64 · 🔀 400 · 📦 1.4K · 📋 160 - 21% open · ⏱️ 10.07.2020):
```
git clone https://github.com/django-admin-bootstrapped/django-admin-bootstrapped
```
-- [PyPi](https://pypi.org/project/django-admin-bootstrapped) (📥 2K / month · 📦 1.6K · ⏱️ 15.12.2015):
+- [PyPi](https://pypi.org/project/django-admin-bootstrapped) (📥 1.8K / month · 📦 1.6K · ⏱️ 15.12.2015):
```
pip install django-admin-bootstrapped
```
-django-admin-interface (🥉24 · ⭐ 710) - django's default admin interface made customizable... MIT
+django-admin-interface (🥉24 · ⭐ 760) - django's default admin interface made customizable... MIT
-- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (👨💻 13 · 🔀 83 · 📦 590 · 📋 92 - 6% open · ⏱️ 02.03.2021):
+- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (👨💻 14 · 🔀 85 · 📦 620 · 📋 93 - 5% open · ⏱️ 30.03.2021):
```
git clone https://github.com/fabiocaccamo/django-admin-interface
```
-- [PyPi](https://pypi.org/project/django-admin-interface) (📥 14K / month · 📦 42 · ⏱️ 01.03.2021):
+- [PyPi](https://pypi.org/project/django-admin-interface) (📥 9.7K / month · 📦 42 · ⏱️ 26.03.2021):
```
pip install django-admin-interface
```
@@ -4366,52 +4301,52 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/jazzband/django-admin2
```
-- [PyPi](https://pypi.org/project/django-admin2) (📥 36 / month · 📦 14 · ⏱️ 10.01.2017):
+- [PyPi](https://pypi.org/project/django-admin2) (📥 24 / month · 📦 14 · ⏱️ 10.01.2017):
```
pip install django-admin2
```
-django-smuggler (🥉19 · ⭐ 350) - Django Smuggler is a pluggable application for Django.. ❗️LGPL-3.0
+django-smuggler (🥉19 · ⭐ 350 · 💤) - Django Smuggler is a pluggable application for Django.. ❗️LGPL-3.0
-- [GitHub](https://github.com/semente/django-smuggler) (👨💻 20 · 🔀 33 · 📦 110 · 📋 45 - 15% open · ⏱️ 28.09.2020):
+- [GitHub](https://github.com/semente/django-smuggler) (👨💻 20 · 🔀 33 · 📦 120 · 📋 46 - 17% open · ⏱️ 28.09.2020):
```
git clone https://github.com/semente/django-smuggler
```
-- [PyPi](https://pypi.org/project/django-smuggler) (📥 2.4K / month · 📦 73 · ⏱️ 28.09.2020):
+- [PyPi](https://pypi.org/project/django-smuggler) (📥 1.6K / month · 📦 73 · ⏱️ 28.09.2020):
```
pip install django-smuggler
```
-fastapi-admin (🥉18 · ⭐ 500) - FastAPI Admin Dashboard based on FastAPI and Tortoise ORM. Apache-2
+fastapi-admin (🥉18 · ⭐ 540) - FastAPI Admin Dashboard based on FastAPI and Tortoise ORM. Apache-2
-- [GitHub](https://github.com/long2ice/fastapi-admin) (👨💻 4 · 🔀 78 · 📋 30 - 20% open · ⏱️ 04.02.2021):
+- [GitHub](https://github.com/long2ice/fastapi-admin) (👨💻 4 · 🔀 80 · 📋 35 - 25% open · ⏱️ 21.03.2021):
```
git clone https://github.com/long2ice/fastapi-admin
```
-- [PyPi](https://pypi.org/project/fastapi-admin) (📥 220 / month · ⏱️ 04.02.2021):
+- [PyPi](https://pypi.org/project/fastapi-admin) (📥 240 / month · ⏱️ 04.02.2021):
```
pip install fastapi-admin
```
-nginx-ui (🥉16 · ⭐ 3.8K · 💤) - Nginx UI allows you to access and modify the nginx configurations.. MIT
+nginx-ui (🥉17 · ⭐ 3.8K · 💤) - Nginx UI allows you to access and modify the nginx configurations.. MIT
-- [GitHub](https://github.com/schenkd/nginx-ui) (👨💻 3 · 🔀 170 · 📋 26 - 57% open · ⏱️ 25.06.2020):
+- [GitHub](https://github.com/schenkd/nginx-ui) (👨💻 3 · 🔀 180 · 📋 26 - 57% open · ⏱️ 25.06.2020):
```
git clone https://github.com/schenkd/nginx-ui
```
-- [Docker Hub](https://hub.docker.com/r/schenkd/nginx-ui) (📥 290K · ⭐ 8 · ⏱️ 25.06.2020):
+- [Docker Hub](https://hub.docker.com/r/schenkd/nginx-ui) (📥 300K · ⭐ 8 · ⏱️ 25.06.2020):
```
docker pull schenkd/nginx-ui
```
Show 3 hidden projects...
-- django-jet (🥈26 · ⭐ 3K · 💀) - Modern responsive template for the Django admin.. ❗️AGPL-3.0
-- django-suit (🥈26 · ⭐ 2.1K · 💀) - Modern theme for Django admin interface. ❗️AFL-3.0
-- xadmin (🥉25 · ⭐ 4.5K · 💀) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3
+- django-suit (🥈27 · ⭐ 2.1K · 💀) - Modern theme for Django admin interface. ❗️AFL-3.0
+- django-jet (🥈26 · ⭐ 3.1K · 💀) - Modern responsive template for the Django admin.. ❗️AGPL-3.0
+- xadmin (🥉25 · ⭐ 4.6K · 💀) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3
@@ -4421,19 +4356,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Kong (🥇29 · ⭐ 29K) - The Cloud-Native API Gateway. Apache-2
-- [GitHub](https://github.com/Kong/kong) (👨💻 230 · 🔀 3.7K · 📥 530K · 📋 3.4K - 11% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/Kong/kong) (👨💻 230 · 🔀 3.7K · 📥 520K · 📋 3.5K - 11% open · ⏱️ 01.04.2021):
```
git clone https://github.com/kong/kong
```
-- [Docker Hub](https://hub.docker.com/r/_/kong) (📥 220M · ⭐ 550 · ⏱️ 06.03.2021):
+- [Docker Hub](https://hub.docker.com/r/_/kong) (📥 230M · ⭐ 550 · ⏱️ 01.04.2021):
```
docker pull kong
```
tyk (🥉22 · ⭐ 6.1K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0
-- [GitHub](https://github.com/TykTechnologies/tyk) (👨💻 77 · 🔀 760 · 📥 17K · 📋 1.8K - 19% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/TykTechnologies/tyk) (👨💻 77 · 🔀 760 · 📥 17K · 📋 1.8K - 18% open · ⏱️ 31.03.2021):
```
git clone https://github.com/TykTechnologies/tyk
@@ -4445,152 +4380,140 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
-flask-sqlalchemy (🥇32 · ⭐ 3.4K) - Adds SQLAlchemy support to Flask. BSD-3
+flask-sqlalchemy (🥇33 · ⭐ 3.4K) - Adds SQLAlchemy support to Flask. BSD-3
-- [GitHub](https://github.com/pallets/flask-sqlalchemy) (👨💻 100 · 🔀 790 · 📥 340 · 📦 170K · 📋 530 - 8% open · ⏱️ 07.03.2021):
+- [GitHub](https://github.com/pallets/flask-sqlalchemy) (👨💻 100 · 🔀 820 · 📥 340 · 📦 180K · 📋 550 - 7% open · ⏱️ 29.03.2021):
```
git clone https://github.com/pallets/flask-sqlalchemy
```
-- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 1.2M / month · 📦 52K · ⏱️ 14.07.2020):
+- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 990K / month · 📦 52K · ⏱️ 18.03.2021):
```
pip install flask-sqlalchemy
```
-- [Conda](https://anaconda.org/conda-forge/flask-sqlalchemy) (📥 170K · ⏱️ 14.07.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-sqlalchemy) (📥 170K · ⏱️ 18.03.2021):
```
conda install -c conda-forge flask-sqlalchemy
```
Flask-Migrate (🥇32 · ⭐ 1.8K) - SQLAlchemy database migrations for Flask applications using.. MIT
-- [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (👨💻 42 · 🔀 180 · 📦 67K · 📋 320 - 2% open · ⏱️ 21.02.2021):
+- [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (👨💻 43 · 🔀 190 · 📦 68K · 📋 330 - 2% open · ⏱️ 24.03.2021):
```
git clone https://github.com/miguelgrinberg/Flask-Migrate
```
-- [PyPi](https://pypi.org/project/flask-migrate) (📥 410K / month · 📦 19K · ⏱️ 19.01.2021):
+- [PyPi](https://pypi.org/project/flask-migrate) (📥 340K / month · 📦 19K · ⏱️ 19.01.2021):
```
pip install flask-migrate
```
-- [Conda](https://anaconda.org/conda-forge/flask-migrate) (📥 120K · ⏱️ 11.10.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-migrate) (📥 130K · ⏱️ 11.10.2020):
```
conda install -c conda-forge flask-migrate
```
-flask-cors (🥇31 · ⭐ 690) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT
+flask-cors (🥇31 · ⭐ 700) - Cross Origin Resource Sharing ( CORS ) support for Flask. MIT
-- [GitHub](https://github.com/corydolphin/flask-cors) (👨💻 36 · 🔀 96 · 📦 93K · 📋 130 - 22% open · ⏱️ 05.01.2021):
+- [GitHub](https://github.com/corydolphin/flask-cors) (👨💻 36 · 🔀 98 · 📦 95K · 📋 130 - 22% open · ⏱️ 05.01.2021):
```
git clone https://github.com/corydolphin/flask-cors
```
-- [PyPi](https://pypi.org/project/flask-cors) (📥 1.5M / month · 📦 15K · ⏱️ 06.01.2021):
+- [PyPi](https://pypi.org/project/flask-cors) (📥 960K / month · 📦 15K · ⏱️ 06.01.2021):
```
pip install flask-cors
```
-- [Conda](https://anaconda.org/conda-forge/flask-cors) (📥 250K · ⏱️ 15.06.2019):
+- [Conda](https://anaconda.org/conda-forge/flask-cors) (📥 270K · ⏱️ 15.06.2019):
```
conda install -c conda-forge flask-cors
```
-flask-caching (🥇29 · ⭐ 580) - A caching extension for Flask. BSD-3
+flask-caching (🥇29 · ⭐ 600) - A caching extension for Flask. BSD-3
-- [GitHub](https://github.com/sh4nks/flask-caching) (👨💻 92 · 🔀 120 · 📦 6.6K · 📋 150 - 10% open · ⏱️ 06.03.2021):
+- [GitHub](https://github.com/sh4nks/flask-caching) (👨💻 92 · 🔀 120 · 📦 6.8K · 📋 150 - 9% open · ⏱️ 17.03.2021):
```
git clone https://github.com/sh4nks/flask-caching
```
-- [PyPi](https://pypi.org/project/flask-caching) (📥 640K / month · 📦 1.3K · ⏱️ 02.06.2020):
+- [PyPi](https://pypi.org/project/flask-caching) (📥 570K / month · 📦 1.3K · ⏱️ 17.03.2021):
```
pip install flask-caching
```
-- [Conda](https://anaconda.org/conda-forge/flask-caching) (📥 34K · ⏱️ 18.05.2019):
+- [Conda](https://anaconda.org/conda-forge/flask-caching) (📥 36K · ⏱️ 18.05.2019):
```
conda install -c conda-forge flask-caching
```
-flask-security (🥈28 · ⭐ 1.6K · 💤) - Quick and simple security for Flask applications. MIT
+flask-mongoengine (🥈28 · ⭐ 750) - MongoEngine flask extension with WTF model forms.. BSD-3
-- [GitHub](https://github.com/mattupstate/flask-security) (👨💻 130 · 🔀 470 · 📦 5.1K · 📋 520 - 26% open · ⏱️ 23.04.2020):
+- [GitHub](https://github.com/MongoEngine/flask-mongoengine) (👨💻 82 · 🔀 240 · 📦 5.6K · 📋 250 - 22% open · ⏱️ 28.12.2020):
```
- git clone https://github.com/mattupstate/flask-security
- ```
-- [PyPi](https://pypi.org/project/flask-security) (📥 27K / month · 📦 2.6K · ⏱️ 14.06.2017):
- ```
- pip install flask-security
+ git clone https://github.com/MongoEngine/flask-mongoengine
```
-- [Conda](https://anaconda.org/conda-forge/flask-security) (📥 29K · ⏱️ 18.09.2017):
+- [PyPi](https://pypi.org/project/flask-mongoengine) (📥 42K / month · 📦 2.8K · ⏱️ 21.11.2020):
```
- conda install -c conda-forge flask-security
+ pip install flask-mongoengine
```
-flask-mongoengine (🥈28 · ⭐ 750) - MongoEngine flask extension with WTF model forms.. BSD-3
+flask-security (🥈27 · ⭐ 1.6K · 💤) - Quick and simple security for Flask applications. MIT
-- [GitHub](https://github.com/MongoEngine/flask-mongoengine) (👨💻 82 · 🔀 240 · 📦 5.5K · 📋 250 - 22% open · ⏱️ 28.12.2020):
+- [GitHub](https://github.com/mattupstate/flask-security) (👨💻 130 · 🔀 470 · 📦 5.1K · 📋 520 - 26% open · ⏱️ 23.04.2020):
```
- git clone https://github.com/MongoEngine/flask-mongoengine
+ git clone https://github.com/mattupstate/flask-security
```
-- [PyPi](https://pypi.org/project/flask-mongoengine) (📥 48K / month · 📦 2.8K · ⏱️ 21.11.2020):
+- [PyPi](https://pypi.org/project/flask-security) (📥 22K / month · 📦 2.6K · ⏱️ 14.06.2017):
```
- pip install flask-mongoengine
+ pip install flask-security
+ ```
+- [Conda](https://anaconda.org/conda-forge/flask-security) (📥 29K · ⏱️ 18.09.2017):
+ ```
+ conda install -c conda-forge flask-security
```
flask-api (🥈27 · ⭐ 1.2K) - Browsable web APIs for Flask. BSD-3
-- [GitHub](https://github.com/flask-api/flask-api) (👨💻 32 · 🔀 140 · 📦 4.2K · 📋 60 - 20% open · ⏱️ 13.02.2021):
+- [GitHub](https://github.com/flask-api/flask-api) (👨💻 32 · 🔀 150 · 📦 4.3K · 📋 60 - 20% open · ⏱️ 13.02.2021):
```
git clone https://github.com/flask-api/flask-api
```
-- [PyPi](https://pypi.org/project/flask-api) (📥 110K / month · 📦 1.3K · ⏱️ 27.11.2019):
+- [PyPi](https://pypi.org/project/flask-api) (📥 86K / month · 📦 1.3K · ⏱️ 27.11.2019):
```
pip install flask-api
```
flask-babel (🥈27 · ⭐ 360) - i18n and l10n support for Flask based on Babel and pytz. BSD-3
-- [GitHub](https://github.com/python-babel/flask-babel) (👨💻 33 · 🔀 140 · 📦 11K · 📋 100 - 12% open · ⏱️ 01.12.2020):
+- [GitHub](https://github.com/python-babel/flask-babel) (👨💻 33 · 🔀 140 · 📦 11K · 📋 100 - 14% open · ⏱️ 01.12.2020):
```
git clone https://github.com/python-babel/flask-babel
```
-- [PyPi](https://pypi.org/project/flask-babel) (📥 420K / month · 📦 5.1K · ⏱️ 27.08.2020):
+- [PyPi](https://pypi.org/project/flask-babel) (📥 350K / month · 📦 5.1K · ⏱️ 27.08.2020):
```
pip install flask-babel
```
-- [Conda](https://anaconda.org/conda-forge/flask-babel) (📥 61K · ⏱️ 28.08.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-babel) (📥 63K · ⏱️ 28.08.2020):
```
conda install -c conda-forge flask-babel
```
-flask-bcrypt (🥈26 · ⭐ 280 · 💤) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3
+Flask-Moment (🥈26 · ⭐ 320) - Formatting of dates and times in Flask templates using.. MIT
-- [GitHub](https://github.com/maxcountryman/flask-bcrypt) (👨💻 20 · 🔀 50 · 📦 24K · 📋 36 - 19% open · ⏱️ 28.03.2020):
+- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (👨💻 16 · 🔀 45 · 📦 15K · 📋 39 - 12% open · ⏱️ 17.12.2020):
```
- git clone https://github.com/maxcountryman/flask-bcrypt
- ```
-- [PyPi](https://pypi.org/project/flask-bcrypt) (📥 350K / month · 📦 5.8K · ⏱️ 05.10.2015):
- ```
- pip install flask-bcrypt
- ```
-- [Conda](https://anaconda.org/conda-forge/flask-bcrypt) (📥 22K · ⏱️ 22.10.2018):
- ```
- conda install -c conda-forge flask-bcrypt
+ git clone https://github.com/miguelgrinberg/Flask-Moment
```
-
-flask-limiter (🥈25 · ⭐ 720) - Rate Limiting extension for Flask. MIT
-
-- [GitHub](https://github.com/alisaifee/flask-limiter) (👨💻 29 · 🔀 90 · 📦 2.2K · 📋 110 - 14% open · ⏱️ 01.01.2021):
-
+- [PyPi](https://pypi.org/project/flask-moment) (📥 12K / month · 📦 4.5K · ⏱️ 17.12.2020):
```
- git clone https://github.com/alisaifee/flask-limiter
+ pip install flask-moment
```
-- [PyPi](https://pypi.org/project/flask-limiter) (📥 56K / month · 📦 690 · ⏱️ 25.08.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-moment) (📥 25K · ⏱️ 18.05.2019):
```
- pip install flask-limiter
+ conda install -c conda-forge flask-moment
```
flask-session (🥈25 · ⭐ 340 · 💤) - Server side session extension for Flask. BSD-3
@@ -4600,226 +4523,222 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/fengsp/flask-session
```
-- [PyPi](https://pypi.org/project/flask-session) (📥 51K / month · 📦 2K · ⏱️ 14.05.2020):
+- [PyPi](https://pypi.org/project/flask-session) (📥 40K / month · 📦 2K · ⏱️ 14.05.2020):
```
pip install flask-session
```
-Flask-Moment (🥈25 · ⭐ 320) - Formatting of dates and times in Flask templates using.. MIT
+flask-paginate (🥈25 · ⭐ 230) - Pagination support for flask. BSD-3
-- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (👨💻 16 · 🔀 45 · 📦 15K · 📋 39 - 12% open · ⏱️ 17.12.2020):
+- [GitHub](https://github.com/lixxu/flask-paginate) (👨💻 27 · 🔀 72 · 📥 22 · 📦 1.6K · 📋 58 - 5% open · ⏱️ 31.01.2021):
```
- git clone https://github.com/miguelgrinberg/Flask-Moment
- ```
-- [PyPi](https://pypi.org/project/flask-moment) (📥 14K / month · 📦 4.5K · ⏱️ 17.12.2020):
- ```
- pip install flask-moment
+ git clone https://github.com/lixxu/flask-paginate
```
-- [Conda](https://anaconda.org/conda-forge/flask-moment) (📥 25K · ⏱️ 18.05.2019):
+- [PyPi](https://pypi.org/project/flask-paginate) (📥 11K / month · 📦 84 · ⏱️ 31.01.2021):
```
- conda install -c conda-forge flask-moment
+ pip install flask-paginate
```
-flask-paginate (🥈25 · ⭐ 220) - Pagination support for flask. BSD-3
+flask-ask (🥈24 · ⭐ 1.9K · 💤) - Alexa Skills Kit for Python. Apache-2
-- [GitHub](https://github.com/lixxu/flask-paginate) (👨💻 27 · 🔀 72 · 📥 22 · 📦 1.6K · 📋 58 - 5% open · ⏱️ 31.01.2021):
+- [GitHub](https://github.com/johnwheeler/flask-ask) (👨💻 39 · 🔀 350 · 📦 700 · ⏱️ 06.09.2020):
```
- git clone https://github.com/lixxu/flask-paginate
+ git clone https://github.com/johnwheeler/flask-ask
```
-- [PyPi](https://pypi.org/project/flask-paginate) (📥 14K / month · 📦 84 · ⏱️ 31.01.2021):
+- [PyPi](https://pypi.org/project/flask-ask) (📥 270 / month · 📦 130 · ⏱️ 28.02.2018):
```
- pip install flask-paginate
+ pip install flask-ask
```
-flask-seasurf (🥈25 · ⭐ 160) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3
+flask-limiter (🥈24 · ⭐ 740) - Rate Limiting extension for Flask. MIT
-- [GitHub](https://github.com/maxcountryman/flask-seasurf) (👨💻 29 · 🔀 41 · 📦 1.3K · 📋 43 - 16% open · ⏱️ 10.01.2021):
+- [GitHub](https://github.com/alisaifee/flask-limiter) (👨💻 29 · 🔀 91 · 📦 2.3K · 📋 110 - 14% open · ⏱️ 01.01.2021):
```
- git clone https://github.com/maxcountryman/flask-seasurf
- ```
-- [PyPi](https://pypi.org/project/flask-seasurf) (📥 20K / month · 📦 500 · ⏱️ 10.01.2021):
- ```
- pip install flask-seasurf
+ git clone https://github.com/alisaifee/flask-limiter
```
-- [Conda](https://anaconda.org/conda-forge/flask-seasurf) (📥 14K · ⏱️ 27.11.2020):
+- [PyPi](https://pypi.org/project/flask-limiter) (📥 44K / month · 📦 690 · ⏱️ 25.08.2020):
```
- conda install -c conda-forge flask-seasurf
+ pip install flask-limiter
```
-flask-marshmallow (🥉24 · ⭐ 660) - Flask + marshmallow for beautiful APIs. MIT
+flask-marshmallow (🥈24 · ⭐ 670) - Flask + marshmallow for beautiful APIs. MIT
-- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (👨💻 15 · 🔀 44 · 📦 12K · 📋 98 - 21% open · ⏱️ 08.03.2021):
+- [GitHub](https://github.com/marshmallow-code/flask-marshmallow) (👨💻 15 · 🔀 45 · 📦 12K · 📋 99 - 20% open · ⏱️ 22.03.2021):
```
git clone https://github.com/marshmallow-code/flask-marshmallow
```
-- [PyPi](https://pypi.org/project/flask-marshmallow) (📥 160K / month · 📦 1.5K · ⏱️ 28.09.2020):
+- [PyPi](https://pypi.org/project/flask-marshmallow) (📥 130K / month · 📦 1.5K · ⏱️ 28.09.2020):
```
pip install flask-marshmallow
```
-- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (📥 44K · ⏱️ 28.09.2020):
+- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (📥 46K · ⏱️ 28.09.2020):
```
conda install -c conda-forge flask-marshmallow
```
-flask-apispec (🥉24 · ⭐ 530) - Build and document REST APIs with Flask and apispec. MIT
+flask-seasurf (🥈24 · ⭐ 170) - SeaSurf is a Flask extension for preventing cross-site.. BSD-3
-- [GitHub](https://github.com/jmcarp/flask-apispec) (👨💻 29 · 🔀 120 · 📦 440 · 📋 150 - 58% open · ⏱️ 25.10.2020):
+- [GitHub](https://github.com/maxcountryman/flask-seasurf) (👨💻 29 · 🔀 42 · 📦 1.3K · 📋 43 - 16% open · ⏱️ 10.01.2021):
```
- git clone https://github.com/jmcarp/flask-apispec
- ```
-- [PyPi](https://pypi.org/project/flask-apispec) (📥 36K / month · 📦 62 · ⏱️ 25.10.2020):
- ```
- pip install flask-apispec
- ```
-- [Conda](https://anaconda.org/conda-forge/flask-apispec) (📥 83K · ⏱️ 25.10.2020):
- ```
- conda install -c conda-forge flask-apispec
+ git clone https://github.com/maxcountryman/flask-seasurf
```
-
-flask-ask (🥉23 · ⭐ 1.9K) - Alexa Skills Kit for Python. Apache-2
-
-- [GitHub](https://github.com/johnwheeler/flask-ask) (👨💻 39 · 🔀 350 · 📦 690 · ⏱️ 06.09.2020):
-
+- [PyPi](https://pypi.org/project/flask-seasurf) (📥 13K / month · 📦 500 · ⏱️ 10.01.2021):
```
- git clone https://github.com/johnwheeler/flask-ask
+ pip install flask-seasurf
```
-- [PyPi](https://pypi.org/project/flask-ask) (📥 340 / month · 📦 130 · ⏱️ 28.02.2018):
+- [Conda](https://anaconda.org/conda-forge/flask-seasurf) (📥 14K · ⏱️ 27.11.2020):
```
- pip install flask-ask
+ conda install -c conda-forge flask-seasurf
```
flask-talisman (🥉23 · ⭐ 740 · 💤) - HTTP security headers for Flask. Apache-2
-- [GitHub](https://github.com/GoogleCloudPlatform/flask-talisman) (👨💻 19 · 🔀 59 · 📦 1.1K · 📋 32 - 37% open · ⏱️ 13.07.2020):
+- [GitHub](https://github.com/GoogleCloudPlatform/flask-talisman) (👨💻 19 · 🔀 60 · 📦 1.2K · 📋 35 - 42% open · ⏱️ 13.07.2020):
```
git clone https://github.com/GoogleCloudPlatform/flask-talisman
```
-- [PyPi](https://pypi.org/project/flask-talisman) (📥 84K / month · 📦 160 · ⏱️ 28.05.2019):
+- [PyPi](https://pypi.org/project/flask-talisman) (📥 67K / month · 📦 160 · ⏱️ 28.05.2019):
```
pip install flask-talisman
```
Frozen-Flask (🥉23 · ⭐ 680) - Freezes a Flask application into a set of static files. BSD-3
-- [GitHub](https://github.com/Frozen-Flask/Frozen-Flask) (👨💻 24 · 🔀 64 · 📥 53 · 📦 1.9K · 📋 58 - 31% open · ⏱️ 26.11.2020):
+- [GitHub](https://github.com/Frozen-Flask/Frozen-Flask) (👨💻 24 · 🔀 64 · 📥 54 · 📦 2K · 📋 58 - 31% open · ⏱️ 26.11.2020):
```
git clone https://github.com/Frozen-Flask/Frozen-Flask
```
-- [PyPi](https://pypi.org/project/frozen-flask) (📥 18K / month · 📦 1.1K · ⏱️ 26.06.2017):
+- [PyPi](https://pypi.org/project/frozen-flask) (📥 16K / month · 📦 1.1K · ⏱️ 26.06.2017):
```
pip install frozen-flask
```
-- [Conda](https://anaconda.org/conda-forge/frozen-flask) (📥 54K · ⏱️ 12.07.2018):
+- [Conda](https://anaconda.org/conda-forge/frozen-flask) (📥 55K · ⏱️ 12.07.2018):
```
conda install -c conda-forge frozen-flask
```
-flask_injector (🥉23 · ⭐ 220) - Adds Injector support to Flask. BSD-3
+flask-apispec (🥉23 · ⭐ 530) - Build and document REST APIs with Flask and apispec. MIT
-- [GitHub](https://github.com/alecthomas/flask_injector) (👨💻 10 · 🔀 27 · 📦 500 · 📋 43 - 23% open · ⏱️ 22.02.2021):
+- [GitHub](https://github.com/jmcarp/flask-apispec) (👨💻 29 · 🔀 120 · 📦 460 · 📋 150 - 59% open · ⏱️ 25.10.2020):
```
- git clone https://github.com/alecthomas/flask_injector
+ git clone https://github.com/jmcarp/flask-apispec
```
-- [PyPi](https://pypi.org/project/flask_injector) (📥 16K / month · 📦 110 · ⏱️ 22.02.2020):
+- [PyPi](https://pypi.org/project/flask-apispec) (📥 24K / month · 📦 62 · ⏱️ 25.10.2020):
```
- pip install flask_injector
+ pip install flask-apispec
+ ```
+- [Conda](https://anaconda.org/conda-forge/flask-apispec) (📥 85K · ⏱️ 25.10.2020):
+ ```
+ conda install -c conda-forge flask-apispec
```
-Flask-Excel (🥉21 · ⭐ 230) - A flask extension using pyexcel to read, manipulate and write data.. BSD-3
+flask_injector (🥉23 · ⭐ 220) - Adds Injector support to Flask. BSD-3
-- [GitHub](https://github.com/pyexcel-webwares/Flask-Excel) (👨💻 8 · 🔀 70 · 📥 7 · 📦 580 · 📋 49 - 20% open · ⏱️ 10.11.2020):
+- [GitHub](https://github.com/alecthomas/flask_injector) (👨💻 10 · 🔀 27 · 📦 510 · 📋 43 - 23% open · ⏱️ 22.02.2021):
```
- git clone https://github.com/pyexcel-webwares/Flask-Excel
+ git clone https://github.com/alecthomas/flask_injector
```
-- [PyPi](https://pypi.org/project/flask-excel) (📥 7.3K / month · 📦 140 · ⏱️ 20.07.2017):
+- [PyPi](https://pypi.org/project/flask_injector) (📥 11K / month · 📦 110 · ⏱️ 22.02.2020):
```
- pip install flask-excel
+ pip install flask_injector
```
-flask-profiler (🥉20 · ⭐ 620) - a flask profiler which watches endpoint calls and tries to.. MIT
+flask-profiler (🥉21 · ⭐ 630) - a flask profiler which watches endpoint calls and tries to.. MIT
-- [GitHub](https://github.com/muatik/flask-profiler) (👨💻 29 · 🔀 80 · 📋 56 - 50% open · ⏱️ 20.10.2020):
+- [GitHub](https://github.com/muatik/flask-profiler) (👨💻 29 · 🔀 81 · 📋 56 - 50% open · ⏱️ 20.10.2020):
```
git clone https://github.com/muatik/flask-profiler
```
-- [PyPi](https://pypi.org/project/flask-profiler) (📥 4.7K / month · 📦 12 · ⏱️ 19.11.2018):
+- [PyPi](https://pypi.org/project/flask-profiler) (📥 4.2K / month · 📦 12 · ⏱️ 19.11.2018):
```
pip install flask-profiler
```
-safrs (🥉20 · ⭐ 250) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0
+Flask-Excel (🥉21 · ⭐ 230) - A flask extension using pyexcel to read, manipulate and write data.. BSD-3
-- [GitHub](https://github.com/thomaxxl/safrs) (👨💻 15 · 🔀 52 · 📦 22 · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/pyexcel-webwares/Flask-Excel) (👨💻 8 · 🔀 71 · 📥 7 · 📦 580 · 📋 49 - 20% open · ⏱️ 10.11.2020):
```
- git clone https://github.com/thomaxxl/safrs
+ git clone https://github.com/pyexcel-webwares/Flask-Excel
```
-- [PyPi](https://pypi.org/project/safrs) (📥 370 / month · ⏱️ 06.02.2021):
+- [PyPi](https://pypi.org/project/flask-excel) (📥 5.6K / month · 📦 140 · ⏱️ 20.07.2017):
```
- pip install safrs
+ pip install flask-excel
```
-flask-rebar (🥉20 · ⭐ 170) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT
+safrs (🥉20 · ⭐ 260) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0
-- [GitHub](https://github.com/plangrid/flask-rebar) (👨💻 30 · 🔀 26 · 📦 23 · 📋 85 - 49% open · ⏱️ 07.01.2021):
+- [GitHub](https://github.com/thomaxxl/safrs) (👨💻 15 · 🔀 52 · 📦 24 · ⏱️ 25.03.2021):
```
- git clone https://github.com/plangrid/flask-rebar
+ git clone https://github.com/thomaxxl/safrs
```
-- [PyPi](https://pypi.org/project/flask-rebar) (📥 890 / month · 📦 6 · ⏱️ 10.09.2020):
+- [PyPi](https://pypi.org/project/safrs) (📥 500 / month · ⏱️ 17.03.2021):
```
- pip install flask-rebar
+ pip install safrs
```
-flask-msearch (🥉19 · ⭐ 160) - Full text search for flask. BSD-3
+flask-msearch (🥉20 · ⭐ 160) - Full text search for flask. BSD-3
-- [GitHub](https://github.com/honmaple/flask-msearch) (👨💻 4 · 🔀 26 · 📦 160 · 📋 39 - 30% open · ⏱️ 02.01.2021):
+- [GitHub](https://github.com/honmaple/flask-msearch) (👨💻 4 · 🔀 25 · 📦 180 · 📋 42 - 30% open · ⏱️ 22.03.2021):
```
git clone https://github.com/honmaple/flask-msearch
```
-- [PyPi](https://pypi.org/project/flask-msearch) (📥 180 / month · 📦 12 · ⏱️ 18.05.2020):
+- [PyPi](https://pypi.org/project/flask-msearch) (📥 190 / month · 📦 12 · ⏱️ 22.03.2021):
```
pip install flask-msearch
```
-flask-jsonrpc (🥉18 · ⭐ 220) - A basic JSON-RPC implementation for your Flask-powered sites. BSD-3
+flask-rebar (🥉19 · ⭐ 170) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT
-- [GitHub](https://github.com/cenobites/flask-jsonrpc) (👨💻 11 · 🔀 58 · 📦 160 · 📋 55 - 7% open · ⏱️ 07.11.2020):
+- [GitHub](https://github.com/plangrid/flask-rebar) (👨💻 30 · 🔀 27 · 📦 23 · 📋 85 - 49% open · ⏱️ 07.01.2021):
```
- git clone https://github.com/cenobites/flask-jsonrpc
+ git clone https://github.com/plangrid/flask-rebar
```
-- [PyPi](https://pypi.org/project/rpc) (📥 140 / month · 📦 6 · ⏱️ 28.04.2012):
+- [PyPi](https://pypi.org/project/flask-rebar) (📥 670 / month · 📦 6 · ⏱️ 10.09.2020):
+ ```
+ pip install flask-rebar
+ ```
+
+flask-jsonrpc (🥉18 · ⭐ 220) - A basic JSON-RPC implementation for your Flask-powered sites. BSD-3
+
+- [GitHub](https://github.com/cenobites/flask-jsonrpc) (👨💻 11 · 🔀 58 · 📦 160 · 📋 55 - 7% open · ⏱️ 07.11.2020):
+
+ ```
+ git clone https://github.com/cenobites/flask-jsonrpc
+ ```
+- [PyPi](https://pypi.org/project/rpc) (📥 120 / month · 📦 6 · ⏱️ 28.04.2012):
```
pip install rpc
```
-flask_pydantic (🥉18 · ⭐ 96) - flask extension for integration with the awesome pydantic.. MIT
+flask_pydantic (🥉18 · ⭐ 98) - flask extension for integration with the awesome pydantic.. MIT
-- [GitHub](https://github.com/bauerji/flask_pydantic) (👨💻 5 · 🔀 11 · 📦 15 · 📋 15 - 6% open · ⏱️ 09.03.2021):
+- [GitHub](https://github.com/bauerji/flask_pydantic) (👨💻 5 · 🔀 12 · 📦 19 · 📋 17 - 11% open · ⏱️ 26.03.2021):
```
git clone https://github.com/bauerji/flask_pydantic
```
-- [PyPi](https://pypi.org/project/flask_pydantic) (📥 1.8K / month · ⏱️ 09.03.2021):
+- [PyPi](https://pypi.org/project/flask_pydantic) (📥 1.5K / month · ⏱️ 26.03.2021):
```
pip install flask_pydantic
```
cookiecutter-flask (🥉17 · ⭐ 3.7K) - A flask template with Bootstrap 4, asset.. MIT
-- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨💻 60 · 🔀 660 · 📋 160 - 3% open · ⏱️ 01.03.2021):
+- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨💻 60 · 🔀 660 · 📋 160 - 3% open · ⏱️ 31.03.2021):
```
git clone https://github.com/cookiecutter-flask/cookiecutter-flask
@@ -4827,12 +4746,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
flask-file-upload (🥉15 · ⭐ 110) - Easy file uploads for Flask. ❗️GPL-3.0
-- [GitHub](https://github.com/joegasewicz/flask-file-upload) (👨💻 3 · 🔀 8 · 📦 15 · 📋 63 - 30% open · ⏱️ 10.02.2021):
+- [GitHub](https://github.com/joegasewicz/flask-file-upload) (👨💻 4 · 🔀 8 · 📦 16 · 📋 65 - 30% open · ⏱️ 15.03.2021):
```
git clone https://github.com/joegasewicz/flask-file-upload
```
-- [PyPi](https://pypi.org/project/flask-file-upload) (📥 92 / month · ⏱️ 25.09.2020):
+- [PyPi](https://pypi.org/project/flask-file-upload) (📥 84 / month · ⏱️ 25.09.2020):
```
pip install flask-file-upload
```
@@ -4844,17 +4763,18 @@ _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) (📥 64 / month · 📦 1 · ⏱️ 16.01.2020):
+- [PyPi](https://pypi.org/project/flask2postman) (📥 44 / month · 📦 1 · ⏱️ 16.01.2020):
```
pip install flask2postman
```
-Show 4 hidden projects...
+Show 5 hidden projects...
-- flask-assets (🥈25 · ⭐ 410 · 💀) - Flask webassets integration. BSD-2
-- flask-bootstrap (🥉24 · ⭐ 1.5K · 💀) - A Flask app template with integrated SQLAlchemy,.. BSD-3
-- flask-s3 (🥉22 · ⭐ 180 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL
-- Flask-Opentracing (🥉19 · ⭐ 120 · 💀) - OpenTracing instrumentation for the Flask.. BSD-3
+- flask-assets (🥈26 · ⭐ 410 · 💀) - Flask webassets integration. BSD-2
+- flask-bcrypt (🥈25 · ⭐ 280 · 💀) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3
+- flask-bootstrap (🥈24 · ⭐ 1.5K · 💀) - A Flask app template with integrated SQLAlchemy,.. BSD-3
+- flask-s3 (🥉21 · ⭐ 180 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL
+- Flask-Opentracing (🥉20 · ⭐ 120 · 💀) - OpenTracing instrumentation for the Flask.. BSD-3
@@ -4862,123 +4782,111 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
-fastapi-sqlalchemy (🥇19 · ⭐ 200) - Adds simple SQLAlchemy support to FastAPI. MIT
+fastapi-sqlalchemy (🥇19 · ⭐ 210 · 💤) - Adds simple SQLAlchemy support to FastAPI. MIT
-- [GitHub](https://github.com/mfreeborn/fastapi-sqlalchemy) (👨💻 5 · 🔀 18 · 📦 120 · 📋 16 - 50% open · ⏱️ 25.09.2020):
+- [GitHub](https://github.com/mfreeborn/fastapi-sqlalchemy) (👨💻 5 · 🔀 19 · 📦 140 · 📋 17 - 52% open · ⏱️ 25.09.2020):
```
git clone https://github.com/mfreeborn/fastapi-sqlalchemy
```
-- [PyPi](https://pypi.org/project/fastapi-sqlalchemy) (📥 5.4K / month · ⏱️ 25.09.2020):
+- [PyPi](https://pypi.org/project/fastapi-sqlalchemy) (📥 4.2K / month · ⏱️ 25.09.2020):
```
pip install fastapi-sqlalchemy
```
-fastapi-utils (🥇17 · ⭐ 580 · 💤) - Reusable utilities for FastAPI. MIT
+fastapi_contrib (🥇17 · ⭐ 310) - Opinionated set of utilities on top of FastAPI. MIT
-- [GitHub](https://github.com/dmontagu/fastapi-utils) (👨💻 2 · 🔀 25 · 📋 27 - 62% open · ⏱️ 07.03.2020):
-
- ```
- git clone https://github.com/dmontagu/fastapi-utils
- ```
-- [PyPi](https://pypi.org/project/fastapi-utils) (📥 19K / month · ⏱️ 07.03.2020):
- ```
- pip install fastapi-utils
- ```
-
-fastapi_contrib (🥇17 · ⭐ 300) - Opinionated set of utilities on top of FastAPI. MIT
-
-- [GitHub](https://github.com/identixone/fastapi_contrib) (👨💻 9 · 🔀 19 · 📋 24 - 25% open · ⏱️ 01.03.2021):
+- [GitHub](https://github.com/identixone/fastapi_contrib) (👨💻 9 · 🔀 20 · 📋 25 - 24% open · ⏱️ 01.03.2021):
```
git clone https://github.com/identixone/fastapi_contrib
```
-- [PyPi](https://pypi.org/project/fastapi_contrib) (📥 3.8K / month · ⏱️ 01.03.2021):
+- [PyPi](https://pypi.org/project/fastapi_contrib) (📥 2.6K / month · ⏱️ 01.03.2021):
```
pip install fastapi_contrib
```
-slowapi (🥇17 · ⭐ 160) - A rate limiter for Starlette and FastAPI. MIT
+slowapi (🥇17 · ⭐ 180) - A rate limiter for Starlette and FastAPI. MIT
-- [GitHub](https://github.com/laurentS/slowapi) (👨💻 7 · 🔀 11 · 📋 32 - 40% open · ⏱️ 21.02.2021):
+- [GitHub](https://github.com/laurentS/slowapi) (👨💻 7 · 🔀 12 · 📋 35 - 37% open · ⏱️ 14.03.2021):
```
git clone https://github.com/laurents/slowapi
```
-- [PyPi](https://pypi.org/project/slowapi) (📥 1.3K / month · ⏱️ 23.12.2020):
+- [PyPi](https://pypi.org/project/slowapi) (📥 1.2K / month · ⏱️ 23.12.2020):
```
pip install slowapi
```
-fastapi-code-generator (🥈16 · ⭐ 140) - This code generator creates FastAPI app from an.. MIT
+fastapi-versioning (🥇17 · ⭐ 150) - api versioning for fastapi web applications. MIT
-- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (👨💻 6 · 🔀 10 · 📋 27 - 37% open · ⏱️ 01.03.2021):
+- [GitHub](https://github.com/DeanWay/fastapi-versioning) (👨💻 11 · 🔀 20 · 📋 20 - 60% open · ⏱️ 09.02.2021):
```
- git clone https://github.com/koxudaxi/fastapi-code-generator
+ git clone https://github.com/DeanWay/fastapi-versioning
```
-- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 240 / month · ⏱️ 01.03.2021):
+- [PyPi](https://pypi.org/project/fastapi-versioning) (📥 1.5K / month · 📦 1 · ⏱️ 09.02.2021):
```
- pip install fastapi-code-generator
+ pip install fastapi-versioning
```
-fastapi-versioning (🥈16 · ⭐ 140) - api versioning for fastapi web applications. MIT
+fastapi-plugins (🥇17 · ⭐ 110) - FastAPI framework plugins. MIT
-- [GitHub](https://github.com/DeanWay/fastapi-versioning) (👨💻 11 · 🔀 20 · 📋 17 - 52% open · ⏱️ 09.02.2021):
+- [GitHub](https://github.com/madkote/fastapi-plugins) (👨💻 3 · 🔀 4 · 📦 23 · 📋 8 - 12% open · ⏱️ 31.03.2021):
```
- git clone https://github.com/DeanWay/fastapi-versioning
+ git clone https://github.com/madkote/fastapi-plugins
```
-- [PyPi](https://pypi.org/project/fastapi-versioning) (📥 1.9K / month · 📦 1 · ⏱️ 09.02.2021):
+- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 1K / month · ⏱️ 31.03.2021):
```
- pip install fastapi-versioning
+ pip install fastapi-plugins
```
-fastapi-plugins (🥈16 · ⭐ 100) - FastAPI framework plugins. MIT
+fastapi-code-generator (🥉16 · ⭐ 160) - This code generator creates FastAPI app from an.. MIT
-- [GitHub](https://github.com/madkote/fastapi-plugins) (👨💻 3 · 🔀 4 · 📦 19 · 📋 6 - 16% open · ⏱️ 26.11.2020):
+- [GitHub](https://github.com/koxudaxi/fastapi-code-generator) (👨💻 6 · 🔀 13 · 📋 27 - 37% open · ⏱️ 01.03.2021):
```
- git clone https://github.com/madkote/fastapi-plugins
+ git clone https://github.com/koxudaxi/fastapi-code-generator
```
-- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 1K / month · ⏱️ 26.11.2020):
+- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 130 / month · ⏱️ 01.03.2021):
```
- pip install fastapi-plugins
+ pip install fastapi-code-generator
```
-starlette_exporter (🥈16 · ⭐ 85) - Prometheus exporter for Starlette and FastAPI. Apache-2
+starlette_exporter (🥉16 · ⭐ 88) - Prometheus exporter for Starlette and FastAPI. Apache-2
- [GitHub](https://github.com/stephenhillier/starlette_exporter) (👨💻 6 · 🔀 9 · 📋 8 - 25% open · ⏱️ 20.11.2020):
```
git clone https://github.com/stephenhillier/starlette_exporter
```
-- [PyPi](https://pypi.org/project/starlette_exporter) (📥 15K / month · ⏱️ 20.11.2020):
+- [PyPi](https://pypi.org/project/starlette_exporter) (📥 11K / month · ⏱️ 20.11.2020):
```
pip install starlette_exporter
```
-fastapi-react (🥉15 · ⭐ 480) - Cookiecutter Template for FastAPI + React Projects. Using.. MIT
+fastapi-react (🥉15 · ⭐ 510) - Cookiecutter Template for FastAPI + React Projects. Using.. MIT
-- [GitHub](https://github.com/Buuntu/fastapi-react) (👨💻 8 · 🔀 66 · 📋 44 - 27% open · ⏱️ 02.02.2021):
+- [GitHub](https://github.com/Buuntu/fastapi-react) (👨💻 9 · 🔀 72 · 📋 45 - 28% open · ⏱️ 20.03.2021):
```
git clone https://github.com/Buuntu/fastapi-react
```
-fastapi_cache (🥉12 · ⭐ 94) - FastAPI simple cache. MIT
+fastapi_cache (🥉12 · ⭐ 100) - FastAPI simple cache. MIT
-- [GitHub](https://github.com/comeuplater/fastapi_cache) (👨💻 7 · 🔀 2 · 📦 2 · 📋 3 - 33% open · ⏱️ 12.02.2021):
+- [GitHub](https://github.com/comeuplater/fastapi_cache) (👨💻 7 · 🔀 2 · 📦 2 · 📋 4 - 50% open · ⏱️ 12.02.2021):
```
git clone https://github.com/comeuplater/fastapi_cache
```
-- [PyPi](https://pypi.org/project/fastapi_cache) (📥 740 / month · ⏱️ 26.07.2020):
+- [PyPi](https://pypi.org/project/fastapi_cache) (📥 440 / month · ⏱️ 26.07.2020):
```
pip install fastapi_cache
```
-fastapi_client (🥉10 · ⭐ 140) - FastAPI client generator. Apache-2
+fastapi_client (🥉10 · ⭐ 150) - FastAPI client generator. Apache-2
- [GitHub](https://github.com/dmontagu/fastapi_client) (👨💻 8 · 🔀 10 · 📋 10 - 30% open · ⏱️ 11.02.2021):
@@ -4986,9 +4894,10 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
git clone https://github.com/dmontagu/fastapi_client
```
-Show 1 hidden projects...
+Show 2 hidden projects...
-- fastapi-socketio (🥉14 · ⭐ 45 · 🐣) - Easily integrate socket.io with your FastAPI app. Apache-2
+- fastapi-utils (🥇17 · ⭐ 620 · 💀) - Reusable utilities for FastAPI. MIT
+- fastapi-socketio (🥉14 · ⭐ 48) - Easily integrate socket.io with your FastAPI app. Apache-2
@@ -4996,21 +4905,21 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
-pyramid_celery (🥉20 · ⭐ 99) - Pyramid configuration with celery integration. Allows you to.. MIT
+pyramid_celery (🥇20 · ⭐ 99) - Pyramid configuration with celery integration. Allows you to.. MIT
-- [GitHub](https://github.com/sontek/pyramid_celery) (👨💻 25 · 🔀 62 · 📋 40 - 20% open · ⏱️ 24.02.2021):
+- [GitHub](https://github.com/sontek/pyramid_celery) (👨💻 25 · 🔀 62 · 📋 41 - 21% open · ⏱️ 24.02.2021):
```
git clone https://github.com/sontek/pyramid_celery
```
-- [PyPi](https://pypi.org/project/pyramid_celery) (📥 2.1K / month · 📦 12 · ⏱️ 24.12.2016):
+- [PyPi](https://pypi.org/project/pyramid_celery) (📥 1.7K / month · 📦 12 · ⏱️ 24.12.2016):
```
pip install pyramid_celery
```
Show 2 hidden projects...
-- pyramid_jinja2 (🥇21 · ⭐ 72 · 💤) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed
+- pyramid_jinja2 (🥇20 · ⭐ 72 · 💤) - Jinja2 templating system bindings for the Pyramid web.. ❗Unlicensed
- pyramid_services (🥉16 · ⭐ 77 · 💀) - A service layer for pyramid. MIT
@@ -5021,56 +4930,56 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-extensions (🥇35 · ⭐ 5.3K) - This is a repository for collecting global custom.. MIT
-- [GitHub](https://github.com/django-extensions/django-extensions) (👨💻 530 · 🔀 1K · 📦 65K · 📋 780 - 12% open · ⏱️ 19.02.2021):
+- [GitHub](https://github.com/django-extensions/django-extensions) (👨💻 530 · 🔀 1K · 📦 66K · 📋 790 - 13% open · ⏱️ 31.03.2021):
```
git clone https://github.com/django-extensions/django-extensions
```
-- [PyPi](https://pypi.org/project/django-extensions) (📥 800K / month · 📦 24K · ⏱️ 07.02.2021):
+- [PyPi](https://pypi.org/project/django-extensions) (📥 660K / month · 📦 24K · ⏱️ 07.02.2021):
```
pip install django-extensions
```
-- [Conda](https://anaconda.org/conda-forge/django-extensions) (📥 240K · ⏱️ 07.02.2021):
+- [Conda](https://anaconda.org/conda-forge/django-extensions) (📥 250K · ⏱️ 07.02.2021):
```
conda install -c conda-forge django-extensions
```
django-reversion (🥇32 · ⭐ 2.5K) - django-reversion is an extension to the Django web.. BSD-3
-- [GitHub](https://github.com/etianen/django-reversion) (👨💻 170 · 🔀 440 · 📦 5.7K · 📋 580 - 1% open · ⏱️ 25.01.2021):
+- [GitHub](https://github.com/etianen/django-reversion) (👨💻 170 · 🔀 440 · 📦 5.7K · 📋 580 - 1% open · ⏱️ 20.03.2021):
```
git clone https://github.com/etianen/django-reversion
```
-- [PyPi](https://pypi.org/project/django-reversion) (📥 98K / month · 📦 4.2K · ⏱️ 22.01.2021):
+- [PyPi](https://pypi.org/project/django-reversion) (📥 77K / month · 📦 4.2K · ⏱️ 22.01.2021):
```
pip install django-reversion
```
django-import-export (🥇32 · ⭐ 2.1K) - Django application and library for importing and.. BSD-2
-- [GitHub](https://github.com/django-import-export/django-import-export) (👨💻 170 · 🔀 620 · 📦 9.5K · 📋 750 - 11% open · ⏱️ 09.03.2021):
+- [GitHub](https://github.com/django-import-export/django-import-export) (👨💻 170 · 🔀 620 · 📦 9.7K · 📋 750 - 11% open · ⏱️ 14.03.2021):
```
git clone https://github.com/django-import-export/django-import-export
```
-- [PyPi](https://pypi.org/project/django-import-export) (📥 230K / month · 📦 2K · ⏱️ 31.12.2020):
+- [PyPi](https://pypi.org/project/django-import-export) (📥 200K / month · 📦 2K · ⏱️ 31.12.2020):
```
pip install django-import-export
```
-- [Conda](https://anaconda.org/conda-forge/django-import-export) (📥 43K · ⏱️ 31.12.2020):
+- [Conda](https://anaconda.org/conda-forge/django-import-export) (📥 44K · ⏱️ 31.12.2020):
```
conda install -c conda-forge django-import-export
```
-django-storages (🥇32 · ⭐ 1.8K) - Django-storages is a project to provide a variety of.. BSD-3
+django-storages (🥇32 · ⭐ 1.9K) - Django-storages is a project to provide a variety of.. BSD-3
-- [GitHub](https://github.com/jschneier/django-storages) (👨💻 200 · 🔀 680 · 📋 510 - 28% open · ⏱️ 24.12.2020):
+- [GitHub](https://github.com/jschneier/django-storages) (👨💻 200 · 🔀 680 · 📋 520 - 28% open · ⏱️ 24.12.2020):
```
git clone https://github.com/jschneier/django-storages
```
-- [PyPi](https://pypi.org/project/django-storages) (📥 610K / month · 📦 9.7K · ⏱️ 24.12.2020):
+- [PyPi](https://pypi.org/project/django-storages) (📥 490K / month · 📦 9.7K · ⏱️ 24.12.2020):
```
pip install django-storages
```
@@ -5081,28 +4990,28 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-oscar (🥇31 · ⭐ 4.8K) - Domain-driven e-commerce for Django. BSD-3
-- [GitHub](https://github.com/django-oscar/django-oscar) (👨💻 320 · 🔀 1.8K · 📦 720 · 📋 1.4K - 8% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/django-oscar/django-oscar) (👨💻 320 · 🔀 1.8K · 📦 730 · 📋 1.4K - 8% open · ⏱️ 30.03.2021):
```
git clone https://github.com/django-oscar/django-oscar
```
-- [PyPi](https://pypi.org/project/django-oscar) (📥 7.7K / month · 📦 500 · ⏱️ 22.02.2021):
+- [PyPi](https://pypi.org/project/django-oscar) (📥 5.9K / month · 📦 500 · ⏱️ 22.02.2021):
```
pip install django-oscar
```
-django-haystack (🥇31 · ⭐ 3.1K) - Modular search for Django. BSD-3
+django-haystack (🥇31 · ⭐ 3.2K) - Modular search for Django. BSD-3
-- [GitHub](https://github.com/django-haystack/django-haystack) (👨💻 180 · 🔀 1.2K · 📦 6.8K · 📋 1.3K - 44% open · ⏱️ 06.02.2021):
+- [GitHub](https://github.com/django-haystack/django-haystack) (👨💻 180 · 🔀 1.2K · 📦 6.9K · 📋 1.3K - 44% open · ⏱️ 06.02.2021):
```
git clone https://github.com/django-haystack/django-haystack
```
-- [PyPi](https://pypi.org/project/django-haystack) (📥 48K / month · 📦 5.5K · ⏱️ 14.09.2020):
+- [PyPi](https://pypi.org/project/django-haystack) (📥 40K / month · 📦 5.5K · ⏱️ 14.09.2020):
```
pip install django-haystack
```
-- [Conda](https://anaconda.org/conda-forge/django-haystack) (📥 3.8K · ⏱️ 31.05.2018):
+- [Conda](https://anaconda.org/conda-forge/django-haystack) (📥 3.9K · ⏱️ 31.05.2018):
```
conda install -c conda-forge django-haystack
```
@@ -5114,23 +5023,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/jazzband/django-model-utils
```
-- [PyPi](https://pypi.org/project/django-model-utils) (📥 300K / month · 📦 9.2K · ⏱️ 01.12.2020):
+- [PyPi](https://pypi.org/project/django-model-utils) (📥 230K / month · 📦 9.2K · ⏱️ 01.12.2020):
```
pip install django-model-utils
```
-django-autocomplete-light (🥇31 · ⭐ 1.5K) - A fresh approach to autocomplete implementations,.. MIT
-
-- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨💻 170 · 🔀 420 · 📦 2.5K · 📋 780 - 23% open · ⏱️ 22.02.2021):
-
- ```
- git clone https://github.com/yourlabs/django-autocomplete-light
- ```
-- [PyPi](https://pypi.org/project/django-autocomplete-light) (📥 49K / month · 📦 1.4K · ⏱️ 13.10.2020):
- ```
- pip install django-autocomplete-light
- ```
-
django-pipeline (🥇31 · ⭐ 1.4K) - Pipeline is an asset packaging library for Django. MIT
- [GitHub](https://github.com/jazzband/django-pipeline) (👨💻 160 · 🔀 360 · 📦 1.7K · 📋 460 - 33% open · ⏱️ 09.03.2021):
@@ -5138,131 +5035,103 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/jazzband/django-pipeline
```
-- [PyPi](https://pypi.org/project/django-pipeline) (📥 54K / month · 📦 2.2K · ⏱️ 19.01.2021):
+- [PyPi](https://pypi.org/project/django-pipeline) (📥 38K / month · 📦 2.2K · ⏱️ 19.01.2021):
```
pip install django-pipeline
```
django-cors-headers (🥈30 · ⭐ 4.1K) - Django app for handling the server headers required.. MIT
-- [GitHub](https://github.com/adamchainz/django-cors-headers) (👨💻 60 · 🔀 460 · 📦 61K · 📋 220 - 4% open · ⏱️ 27.02.2021):
+- [GitHub](https://github.com/adamchainz/django-cors-headers) (👨💻 60 · 🔀 470 · 📦 63K · 📋 220 - 4% open · ⏱️ 27.03.2021):
```
git clone https://github.com/adamchainz/django-cors-headers
```
-- [PyPi](https://pypi.org/project/django-cors-headers) (📥 860K / month · 📦 13K · ⏱️ 25.01.2021):
+- [PyPi](https://pypi.org/project/django-cors-headers) (📥 690K / month · 📦 13K · ⏱️ 25.01.2021):
```
pip install django-cors-headers
```
-- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (📥 17K · ⏱️ 26.06.2020):
+- [Conda](https://anaconda.org/conda-forge/django-cors-headers) (📥 18K · ⏱️ 26.06.2020):
```
conda install -c conda-forge django-cors-headers
```
django-filter (🥈30 · ⭐ 3.3K) - A generic system for filtering Django QuerySets based on.. BSD-3
-- [GitHub](https://github.com/carltongibson/django-filter) (👨💻 160 · 🔀 630 · 📦 53K · 📋 710 - 11% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/carltongibson/django-filter) (👨💻 160 · 🔀 660 · 📦 54K · 📋 740 - 14% open · ⏱️ 30.03.2021):
```
git clone https://github.com/carltongibson/django-filter
```
-- [PyPi](https://pypi.org/project/django-filter) (📥 800K / month · 📦 17K · ⏱️ 27.09.2020):
+- [PyPi](https://pypi.org/project/django-filter) (📥 660K / month · 📦 17K · ⏱️ 27.09.2020):
```
pip install django-filter
```
django-mptt (🥈30 · ⭐ 2.5K) - Utilities for implementing a modified pre-order traversal tree.. MIT
-- [GitHub](https://github.com/django-mptt/django-mptt) (👨💻 140 · 🔀 410 · 📦 8.8K · 📋 500 - 21% open · ⏱️ 04.03.2021):
+- [GitHub](https://github.com/django-mptt/django-mptt) (👨💻 140 · 🔀 410 · 📦 8.9K · 📋 510 - 22% open · ⏱️ 04.03.2021):
```
git clone https://github.com/django-mptt/django-mptt
```
-- [PyPi](https://pypi.org/project/django-mptt) (📥 130K / month · 📦 6.3K · ⏱️ 18.01.2020):
+- [PyPi](https://pypi.org/project/django-mptt) (📥 99K / month · 📦 6.3K · ⏱️ 18.01.2020):
```
pip install django-mptt
```
-django-environ (🥈30 · ⭐ 2.2K · 💤) - Django-environ allows you to utilize 12factor inspired.. MIT
+django-autocomplete-light (🥈30 · ⭐ 1.5K) - A fresh approach to autocomplete implementations,.. MIT
-- [GitHub](https://github.com/joke2k/django-environ) (👨💻 55 · 🔀 230 · 📦 45K · 📋 190 - 61% open · ⏱️ 20.07.2020):
+- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨💻 170 · 🔀 420 · 📦 2.5K · 📋 780 - 23% open · ⏱️ 15.03.2021):
```
- git clone https://github.com/joke2k/django-environ
- ```
-- [PyPi](https://pypi.org/project/django-environ) (📥 350K / month · 📦 6.8K · ⏱️ 25.06.2018):
- ```
- pip install django-environ
- ```
-- [Conda](https://anaconda.org/conda-forge/django-environ) (📥 44K · ⏱️ 09.07.2018):
- ```
- conda install -c conda-forge django-environ
- ```
-
-django-redis (🥈30 · ⭐ 2K) - Full featured redis cache backend for Django. BSD-3
-
-- [GitHub](https://github.com/jazzband/django-redis) (👨💻 120 · 🔀 330 · 📋 260 - 11% open · ⏱️ 09.03.2021):
-
- ```
- git clone https://github.com/jazzband/django-redis
+ git clone https://github.com/yourlabs/django-autocomplete-light
```
-- [PyPi](https://pypi.org/project/django-redis) (📥 510K / month · 📦 6.7K · ⏱️ 27.05.2020):
+- [PyPi](https://pypi.org/project/django-autocomplete-light) (📥 38K / month · 📦 1.4K · ⏱️ 13.10.2020):
```
- pip install django-redis
+ pip install django-autocomplete-light
```
django-tables2 (🥈30 · ⭐ 1.4K) - django-tables2 - An app for creating HTML tables. BSD-2
-- [GitHub](https://github.com/jieter/django-tables2) (👨💻 130 · 🔀 370 · 📦 3.8K · 📋 510 - 8% open · ⏱️ 27.02.2021):
+- [GitHub](https://github.com/jieter/django-tables2) (👨💻 130 · 🔀 370 · 📦 3.8K · 📋 510 - 8% open · ⏱️ 28.03.2021):
```
git clone https://github.com/jieter/django-tables2
```
-- [PyPi](https://pypi.org/project/django-tables2) (📥 54K / month · 📦 1.7K · ⏱️ 10.01.2021):
+- [PyPi](https://pypi.org/project/django-tables2) (📥 41K / month · 📦 1.7K · ⏱️ 10.01.2021):
```
pip install django-tables2
```
-easy-thumbnails (🥈30 · ⭐ 1.2K) - Easy thumbnails for Django. BSD-3
-
-- [GitHub](https://github.com/SmileyChris/easy-thumbnails) (👨💻 82 · 🔀 300 · 📦 6.8K · 📋 380 - 21% open · ⏱️ 22.01.2021):
-
- ```
- git clone https://github.com/SmileyChris/easy-thumbnails
- ```
-- [PyPi](https://pypi.org/project/easy-thumbnails) (📥 62K / month · 📦 4.1K · ⏱️ 23.11.2020):
- ```
- pip install easy-thumbnails
- ```
-
channels (🥈29 · ⭐ 4.8K) - Developer-friendly asynchrony for Django. BSD-3
-- [GitHub](https://github.com/django/channels) (👨💻 220 · 🔀 660 · 📦 11K · 📋 1.1K - 10% open · ⏱️ 04.03.2021):
+- [GitHub](https://github.com/django/channels) (👨💻 220 · 🔀 660 · 📦 11K · 📋 1.1K - 10% open · ⏱️ 26.03.2021):
```
git clone https://github.com/django/channels
```
-- [PyPi](https://pypi.org/project/channels) (📥 120K / month · 📦 2.3K · ⏱️ 28.12.2020):
+- [PyPi](https://pypi.org/project/channels) (📥 99K / month · 📦 2.3K · ⏱️ 28.12.2020):
```
pip install channels
```
-- [Conda](https://anaconda.org/conda-forge/channels) (📥 36K · ⏱️ 28.12.2020):
+- [Conda](https://anaconda.org/conda-forge/channels) (📥 38K · ⏱️ 28.12.2020):
```
conda install -c conda-forge channels
```
django-taggit (🥈29 · ⭐ 2.6K) - Simple tagging for django. BSD-3
-- [GitHub](https://github.com/jazzband/django-taggit) (👨💻 120 · 🔀 550 · 📋 360 - 32% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/jazzband/django-taggit) (👨💻 120 · 🔀 550 · 📋 360 - 32% open · ⏱️ 18.03.2021):
```
git clone https://github.com/jazzband/django-taggit
```
-- [PyPi](https://pypi.org/project/django-taggit) (📥 110K / month · 📦 5.6K · ⏱️ 22.05.2020):
+- [PyPi](https://pypi.org/project/django-taggit) (📥 100K / month · 📦 5.6K · ⏱️ 22.05.2020):
```
pip install django-taggit
```
-- [Conda](https://anaconda.org/conda-forge/django-taggit) (📥 73K · ⏱️ 01.01.2021):
+- [Conda](https://anaconda.org/conda-forge/django-taggit) (📥 74K · ⏱️ 01.01.2021):
```
conda install -c conda-forge django-taggit
```
@@ -5274,179 +5143,179 @@ _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) (📥 120K / month · 📦 400 · ⏱️ 30.12.2019):
+- [PyPi](https://pypi.org/project/django-compressor) (📥 92K / month · 📦 400 · ⏱️ 30.12.2019):
```
pip install django-compressor
```
django-webpack-loader (🥈29 · ⭐ 2.2K) - Transparently use webpack with django. MIT
-- [GitHub](https://github.com/django-webpack/django-webpack-loader) (👨💻 37 · 🔀 300 · 📦 6.3K · 📋 140 - 33% open · ⏱️ 21.01.2021):
+- [GitHub](https://github.com/django-webpack/django-webpack-loader) (👨💻 38 · 🔀 300 · 📦 6.3K · 📋 150 - 34% open · ⏱️ 11.03.2021):
```
git clone https://github.com/owais/django-webpack-loader
```
-- [PyPi](https://pypi.org/project/django-webpack-loader) (📥 120K / month · 📦 1.9K · ⏱️ 24.02.2020):
+- [PyPi](https://pypi.org/project/django-webpack-loader) (📥 88K / month · 📦 1.9K · ⏱️ 24.02.2020):
```
pip install django-webpack-loader
```
-django-widget-tweaks (🥈29 · ⭐ 1.5K) - Tweak the form field rendering in templates, not in.. MIT
+django-environ (🥈29 · ⭐ 2.2K · 💤) - Django-environ allows you to utilize 12factor inspired.. MIT
-- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨💻 23 · 🔀 110 · 📦 17K · 📋 71 - 38% open · ⏱️ 11.03.2021):
+- [GitHub](https://github.com/joke2k/django-environ) (👨💻 55 · 🔀 230 · 📦 47K · 📋 190 - 61% open · ⏱️ 20.07.2020):
```
- git clone https://github.com/jazzband/django-widget-tweaks
+ git clone https://github.com/joke2k/django-environ
```
-- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 94K / month · 📦 4.3K · ⏱️ 16.03.2020):
+- [PyPi](https://pypi.org/project/django-environ) (📥 270K / month · 📦 6.8K · ⏱️ 25.06.2018):
```
- pip install django-widget-tweaks
- ```
-
-sorl-thumbnail (🥈29 · ⭐ 1.5K) - Thumbnails for Django. BSD-3
-
-- [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨💻 140 · 🔀 440 · 📦 6.4K · 📋 380 - 28% open · ⏱️ 07.12.2020):
-
- ```
- git clone https://github.com/jazzband/sorl-thumbnail
+ pip install django-environ
```
-- [PyPi](https://pypi.org/project/sorl-thumbnail) (📥 73K / month · 📦 5K · ⏱️ 23.11.2020):
+- [Conda](https://anaconda.org/conda-forge/django-environ) (📥 45K · ⏱️ 09.07.2018):
```
- pip install sorl-thumbnail
+ conda install -c conda-forge django-environ
```
-django-simple-history (🥈29 · ⭐ 1.3K) - Store model history and view/revert changes from.. BSD-3
+django-redis (🥈29 · ⭐ 2K) - Full featured redis cache backend for Django. BSD-3
-- [GitHub](https://github.com/jazzband/django-simple-history) (👨💻 130 · 🔀 330 · 📦 1.7K · 📋 420 - 17% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/jazzband/django-redis) (👨💻 120 · 🔀 330 · 📋 260 - 11% open · ⏱️ 01.04.2021):
```
- git clone https://github.com/jazzband/django-simple-history
+ git clone https://github.com/jazzband/django-redis
```
-- [PyPi](https://pypi.org/project/django-simple-history) (📥 130K / month · 📦 830 · ⏱️ 14.10.2020):
+- [PyPi](https://pypi.org/project/django-redis) (📥 420K / month · 📦 6.7K · ⏱️ 27.05.2020):
```
- pip install django-simple-history
+ pip install django-redis
```
-django-redis-cache (🥈29 · ⭐ 990) - A Redis cache backend for django. BSD-3
+django-ckeditor (🥈29 · ⭐ 1.9K) - Django admin CKEditor integration. BSD-3
-- [GitHub](https://github.com/sebleier/django-redis-cache) (👨💻 46 · 🔀 200 · 📦 2.7K · 📋 120 - 47% open · ⏱️ 15.10.2020):
+- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (👨💻 120 · 🔀 650 · 📦 14K · 📋 490 - 23% open · ⏱️ 30.03.2021):
```
- git clone https://github.com/sebleier/django-redis-cache
+ git clone https://github.com/django-ckeditor/django-ckeditor
```
-- [PyPi](https://pypi.org/project/django-redis-cache) (📥 110K / month · 📦 2.3K · ⏱️ 15.10.2020):
+- [PyPi](https://pypi.org/project/django-ckeditor) (📥 64K / month · 📦 2.9K · ⏱️ 06.09.2020):
```
- pip install django-redis-cache
+ pip install django-ckeditor
```
-django-ckeditor (🥈28 · ⭐ 1.9K) - Django admin CKEditor integration. BSD-3
+django-widget-tweaks (🥈29 · ⭐ 1.5K) - Tweak the form field rendering in templates, not in.. MIT
-- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (👨💻 120 · 🔀 650 · 📦 13K · 📋 490 - 23% open · ⏱️ 04.10.2020):
+- [GitHub](https://github.com/jazzband/django-widget-tweaks) (👨💻 23 · 🔀 110 · 📦 17K · 📋 71 - 38% open · ⏱️ 11.03.2021):
```
- git clone https://github.com/django-ckeditor/django-ckeditor
+ git clone https://github.com/jazzband/django-widget-tweaks
```
-- [PyPi](https://pypi.org/project/django-ckeditor) (📥 77K / month · 📦 2.9K · ⏱️ 06.09.2020):
+- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 75K / month · 📦 4.3K · ⏱️ 16.03.2020):
```
- pip install django-ckeditor
+ pip install django-widget-tweaks
```
-django-activity-stream (🥈28 · ⭐ 1.9K) - Generate generic activity streams from the actions on.. BSD-3
+sorl-thumbnail (🥈29 · ⭐ 1.5K) - Thumbnails for Django. BSD-3
-- [GitHub](https://github.com/justquick/django-activity-stream) (👨💻 100 · 🔀 460 · 📦 600 · 📋 280 - 17% open · ⏱️ 28.01.2021):
+- [GitHub](https://github.com/jazzband/sorl-thumbnail) (👨💻 140 · 🔀 440 · 📦 6.5K · 📋 380 - 28% open · ⏱️ 07.12.2020):
```
- git clone https://github.com/justquick/django-activity-stream
+ git clone https://github.com/jazzband/sorl-thumbnail
```
-- [PyPi](https://pypi.org/project/django-activity-stream) (📥 12K / month · 📦 660 · ⏱️ 28.01.2021):
+- [PyPi](https://pypi.org/project/sorl-thumbnail) (📥 58K / month · 📦 5K · ⏱️ 23.11.2020):
```
- pip install django-activity-stream
+ pip install sorl-thumbnail
```
django-imagekit (🥈28 · ⭐ 1.9K) - Automated image processing for Django. Currently v4.0. BSD-3
-- [GitHub](https://github.com/matthewwithanm/django-imagekit) (👨💻 70 · 🔀 230 · 📥 47 · 📦 4.8K · 📋 350 - 25% open · ⏱️ 13.02.2021):
+- [GitHub](https://github.com/matthewwithanm/django-imagekit) (👨💻 70 · 🔀 230 · 📥 49 · 📦 4.9K · 📋 350 - 25% open · ⏱️ 13.02.2021):
```
git clone https://github.com/matthewwithanm/django-imagekit
```
-- [PyPi](https://pypi.org/project/django-imagekit) (📥 34K / month · 📦 2K · ⏱️ 20.11.2017):
+- [PyPi](https://pypi.org/project/django-imagekit) (📥 28K / month · 📦 2K · ⏱️ 20.11.2017):
```
pip install django-imagekit
```
-django-fsm (🥈28 · ⭐ 1.7K) - Django friendly finite state machine support. MIT
+django-rq (🥈28 · ⭐ 1.4K) - A simple app that provides django integration for RQ (Redis Queue). MIT
-- [GitHub](https://github.com/viewflow/django-fsm) (👨💻 60 · 🔀 240 · 📦 850 · 📋 130 - 13% open · ⏱️ 09.12.2020):
+- [GitHub](https://github.com/rq/django-rq) (👨💻 95 · 🔀 220 · 📦 1.4K · 📋 270 - 20% open · ⏱️ 31.03.2021):
```
- git clone https://github.com/viewflow/django-fsm
- ```
-- [PyPi](https://pypi.org/project/django-fsm) (📥 69K / month · 📦 600 · ⏱️ 13.10.2020):
+ git clone https://github.com/rq/django-rq
```
- pip install django-fsm
+- [PyPi](https://pypi.org/project/django-rq) (📥 28K / month · 📦 780 · ⏱️ 31.03.2021):
```
-- [Conda](https://anaconda.org/conda-forge/django-fsm) (📥 16K · ⏱️ 07.12.2019):
- ```
- conda install -c conda-forge django-fsm
+ pip install django-rq
```
-django-rq (🥈28 · ⭐ 1.4K) - A simple app that provides django integration for RQ (Redis Queue). MIT
+django-constance (🥈28 · ⭐ 1.3K) - Dynamic Django settings. BSD-3
-- [GitHub](https://github.com/rq/django-rq) (👨💻 92 · 🔀 220 · 📦 1.4K · 📋 260 - 18% open · ⏱️ 26.01.2021):
+- [GitHub](https://github.com/jazzband/django-constance) (👨💻 120 · 🔀 270 · 📦 750 · 📋 230 - 10% open · ⏱️ 17.03.2021):
```
- git clone https://github.com/rq/django-rq
+ git clone https://github.com/jazzband/django-constance
```
-- [PyPi](https://pypi.org/project/django-rq) (📥 34K / month · 📦 780 · ⏱️ 08.11.2020):
+- [PyPi](https://pypi.org/project/django-constance) (📥 32K / month · 📦 540 · ⏱️ 20.11.2020):
```
- pip install django-rq
+ pip install django-constance
```
-django-constance (🥈28 · ⭐ 1.3K) - Dynamic Django settings. BSD-3
+django-simple-history (🥈28 · ⭐ 1.3K) - Store model history and view/revert changes from.. BSD-3
-- [GitHub](https://github.com/jazzband/django-constance) (👨💻 120 · 🔀 270 · 📦 750 · 📋 230 - 10% open · ⏱️ 09.03.2021):
+- [GitHub](https://github.com/jazzband/django-simple-history) (👨💻 130 · 🔀 330 · 📦 1.7K · 📋 420 - 17% open · ⏱️ 15.03.2021):
```
- git clone https://github.com/jazzband/django-constance
+ git clone https://github.com/jazzband/django-simple-history
```
-- [PyPi](https://pypi.org/project/django-constance) (📥 42K / month · 📦 540 · ⏱️ 20.11.2020):
+- [PyPi](https://pypi.org/project/django-simple-history) (📥 100K / month · 📦 830 · ⏱️ 14.10.2020):
```
- pip install django-constance
+ pip install django-simple-history
```
django-q (🥈28 · ⭐ 1.2K) - A multiprocessing distributed task queue for Django. MIT
-- [GitHub](https://github.com/Koed00/django-q) (👨💻 53 · 🔀 170 · 📦 490 · 📋 290 - 58% open · ⏱️ 26.02.2021):
+- [GitHub](https://github.com/Koed00/django-q) (👨💻 55 · 🔀 170 · 📦 510 · 📋 290 - 58% open · ⏱️ 26.03.2021):
```
git clone https://github.com/Koed00/django-q
```
-- [PyPi](https://pypi.org/project/django-q) (📥 15K / month · 📦 130 · ⏱️ 26.02.2021):
+- [PyPi](https://pypi.org/project/django-q) (📥 13K / month · 📦 130 · ⏱️ 26.02.2021):
```
pip install django-q
```
-django-waffle (🥈28 · ⭐ 820) - A feature flipper for Django. BSD-3
+easy-thumbnails (🥈28 · ⭐ 1.2K) - Easy thumbnails for Django. BSD-3
-- [GitHub](https://github.com/django-waffle/django-waffle) (👨💻 96 · 🔀 230 · 📦 580 · 📋 170 - 14% open · ⏱️ 25.01.2021):
+- [GitHub](https://github.com/SmileyChris/easy-thumbnails) (👨💻 82 · 🔀 300 · 📦 6.9K · 📋 380 - 21% open · ⏱️ 22.01.2021):
```
- git clone https://github.com/django-waffle/django-waffle
+ git clone https://github.com/SmileyChris/easy-thumbnails
```
-- [PyPi](https://pypi.org/project/django-waffle) (📥 79K / month · 📦 650 · ⏱️ 22.01.2021):
+- [PyPi](https://pypi.org/project/easy-thumbnails) (📥 48K / month · 📦 4.1K · ⏱️ 23.11.2020):
```
- pip install django-waffle
+ pip install easy-thumbnails
+ ```
+
+django-redis-cache (🥈28 · ⭐ 990) - A Redis cache backend for django. BSD-3
+
+- [GitHub](https://github.com/sebleier/django-redis-cache) (👨💻 46 · 🔀 200 · 📦 2.8K · 📋 130 - 48% open · ⏱️ 15.10.2020):
+
+ ```
+ git clone https://github.com/sebleier/django-redis-cache
+ ```
+- [PyPi](https://pypi.org/project/django-redis-cache) (📥 82K / month · 📦 2.3K · ⏱️ 15.10.2020):
+ ```
+ pip install django-redis-cache
```
django-bootstrap3 (🥉27 · ⭐ 2.2K) - Bootstrap 3 integration with Django. BSD-3
-- [GitHub](https://github.com/zostera/django-bootstrap3) (👨💻 97 · 🔀 700 · 📋 290 - 1% open · ⏱️ 31.10.2020):
+- [GitHub](https://github.com/zostera/django-bootstrap3) (👨💻 97 · 🔀 700 · 📦 15K · 📋 290 - 1% open · ⏱️ 14.03.2021):
```
git clone https://github.com/zostera/django-bootstrap3
```
-- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 41K / month · 📦 7.9K · ⏱️ 13.10.2020):
+- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 34K / month · 📦 7.9K · ⏱️ 13.10.2020):
```
pip install django-bootstrap3
```
@@ -5455,26 +5324,42 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
conda install -c conda-forge django-bootstrap3
```
-django-sql-explorer (🥉27 · ⭐ 1.8K) - Easily share data across your company via SQL.. MIT
+django-activity-stream (🥉27 · ⭐ 1.9K) - Generate generic activity streams from the actions on.. BSD-3
-- [GitHub](https://github.com/groveco/django-sql-explorer) (👨💻 81 · 🔀 290 · 📦 220 · 📋 230 - 6% open · ⏱️ 13.02.2021):
+- [GitHub](https://github.com/justquick/django-activity-stream) (👨💻 110 · 🔀 460 · 📦 610 · 📋 280 - 17% open · ⏱️ 28.03.2021):
```
- git clone https://github.com/groveco/django-sql-explorer
+ git clone https://github.com/justquick/django-activity-stream
```
-- [PyPi](https://pypi.org/project/django-sql-explorer) (📥 12K / month · 📦 140 · ⏱️ 19.01.2021):
+- [PyPi](https://pypi.org/project/django-activity-stream) (📥 8K / month · 📦 660 · ⏱️ 28.01.2021):
```
- pip install django-sql-explorer
+ pip install django-activity-stream
+ ```
+
+django-fsm (🥉27 · ⭐ 1.8K) - Django friendly finite state machine support. MIT
+
+- [GitHub](https://github.com/viewflow/django-fsm) (👨💻 60 · 🔀 240 · 📦 860 · 📋 130 - 14% open · ⏱️ 09.12.2020):
+
+ ```
+ git clone https://github.com/viewflow/django-fsm
+ ```
+- [PyPi](https://pypi.org/project/django-fsm) (📥 56K / month · 📦 600 · ⏱️ 13.10.2020):
+ ```
+ pip install django-fsm
+ ```
+- [Conda](https://anaconda.org/conda-forge/django-fsm) (📥 16K · ⏱️ 07.12.2019):
+ ```
+ conda install -c conda-forge django-fsm
```
django-cacheops (🥉27 · ⭐ 1.4K) - A slick ORM cache with automatic granular event-driven.. BSD-3
-- [GitHub](https://github.com/Suor/django-cacheops) (👨💻 56 · 🔀 170 · 📦 450 · 📋 280 - 8% open · ⏱️ 19.02.2021):
+- [GitHub](https://github.com/Suor/django-cacheops) (👨💻 56 · 🔀 170 · 📦 470 · 📋 280 - 8% open · ⏱️ 19.02.2021):
```
git clone https://github.com/Suor/django-cacheops
```
-- [PyPi](https://pypi.org/project/django-cacheops) (📥 59K / month · 📦 180 · ⏱️ 25.10.2020):
+- [PyPi](https://pypi.org/project/django-cacheops) (📥 47K / month · 📦 180 · ⏱️ 25.10.2020):
```
pip install django-cacheops
```
@@ -5486,7 +5371,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/jrief/django-angular
```
-- [PyPi](https://pypi.org/project/django-angular) (📥 4.6K / month · 📦 470 · ⏱️ 05.05.2020):
+- [PyPi](https://pypi.org/project/django-angular) (📥 3.6K / month · 📦 470 · ⏱️ 05.05.2020):
```
pip install django-angular
```
@@ -5498,45 +5383,45 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/django-money/django-money
```
-- [PyPi](https://pypi.org/project/django-money) (📥 31K / month · 📦 370 · ⏱️ 04.02.2021):
+- [PyPi](https://pypi.org/project/django-money) (📥 24K / month · 📦 370 · ⏱️ 04.02.2021):
```
pip install django-money
```
-django-countries (🥉27 · ⭐ 960) - A Django application that provides country choices for.. MIT
+django-countries (🥉27 · ⭐ 970) - A Django application that provides country choices for.. MIT
-- [GitHub](https://github.com/SmileyChris/django-countries) (👨💻 44 · 🔀 210 · 📋 220 - 4% open · ⏱️ 05.03.2021):
+- [GitHub](https://github.com/SmileyChris/django-countries) (👨💻 44 · 🔀 220 · 📋 220 - 4% open · ⏱️ 17.03.2021):
```
git clone https://github.com/SmileyChris/django-countries
```
-- [PyPi](https://pypi.org/project/django-countries) (📥 190K / month · 📦 3K · ⏱️ 05.12.2020):
+- [PyPi](https://pypi.org/project/django-countries) (📥 140K / month · 📦 3K · ⏱️ 17.03.2021):
```
pip install django-countries
```
-django-rosetta (🥉27 · ⭐ 800) - Rosetta is a Django application that eases the translation.. MIT
+django-waffle (🥉27 · ⭐ 830) - A feature flipper for Django. BSD-3
-- [GitHub](https://github.com/mbi/django-rosetta) (👨💻 75 · 🔀 180 · 📦 1.2K · 📋 140 - 30% open · ⏱️ 04.03.2021):
+- [GitHub](https://github.com/django-waffle/django-waffle) (👨💻 96 · 🔀 230 · 📦 590 · 📋 170 - 14% open · ⏱️ 25.01.2021):
```
- git clone https://github.com/mbi/django-rosetta
+ git clone https://github.com/django-waffle/django-waffle
```
-- [PyPi](https://pypi.org/project/django-rosetta) (📥 18K / month · 📦 1.2K · ⏱️ 02.10.2020):
+- [PyPi](https://pypi.org/project/django-waffle) (📥 60K / month · 📦 650 · ⏱️ 22.01.2021):
```
- pip install django-rosetta
+ pip install django-waffle
```
-django-stubs (🥉27 · ⭐ 610) - PEP-484 stubs for Django. MIT
+django-rosetta (🥉27 · ⭐ 810) - Rosetta is a Django application that eases the translation.. MIT
-- [GitHub](https://github.com/typeddjango/django-stubs) (👨💻 99 · 🔀 140 · 📦 1K · 📋 270 - 41% open · ⏱️ 07.03.2021):
+- [GitHub](https://github.com/mbi/django-rosetta) (👨💻 75 · 🔀 180 · 📦 1.2K · 📋 140 - 30% open · ⏱️ 19.03.2021):
```
- git clone https://github.com/typeddjango/django-stubs
+ git clone https://github.com/mbi/django-rosetta
```
-- [PyPi](https://pypi.org/project/django-stubs) (📥 99K / month · 📦 64 · ⏱️ 28.10.2020):
+- [PyPi](https://pypi.org/project/django-rosetta) (📥 14K / month · 📦 1.2K · ⏱️ 19.03.2021):
```
- pip install django-stubs
+ pip install django-rosetta
```
django-shop (🥉26 · ⭐ 2.5K) - A Django based shop system. BSD-3
@@ -5546,163 +5431,187 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/awesto/django-shop
```
-- [PyPi](https://pypi.org/project/django-shop) (📥 600 / month · 📦 160 · ⏱️ 02.02.2021):
+- [PyPi](https://pypi.org/project/django-shop) (📥 640 / month · 📦 160 · ⏱️ 02.02.2021):
```
pip install django-shop
```
+django-sql-explorer (🥉26 · ⭐ 1.8K) - Easily share data across your company via SQL.. MIT
+
+- [GitHub](https://github.com/groveco/django-sql-explorer) (👨💻 81 · 🔀 290 · 📦 220 · 📋 230 - 6% open · ⏱️ 13.02.2021):
+
+ ```
+ git clone https://github.com/groveco/django-sql-explorer
+ ```
+- [PyPi](https://pypi.org/project/django-sql-explorer) (📥 7.1K / month · 📦 140 · ⏱️ 19.01.2021):
+ ```
+ pip install django-sql-explorer
+ ```
+
django-polymorphic (🥉26 · ⭐ 1.1K · 💤) - Improved Django model inheritance with automatic.. BSD-3
-- [GitHub](https://github.com/django-polymorphic/django-polymorphic) (👨💻 95 · 🔀 220 · 📋 290 - 42% open · ⏱️ 21.08.2020):
+- [GitHub](https://github.com/django-polymorphic/django-polymorphic) (👨💻 95 · 🔀 230 · 📋 300 - 44% open · ⏱️ 21.08.2020):
```
git clone https://github.com/django-polymorphic/django-polymorphic
```
-- [PyPi](https://pypi.org/project/django-polymorphic) (📥 96K / month · 📦 180 · ⏱️ 21.08.2020):
+- [PyPi](https://pypi.org/project/django-polymorphic) (📥 75K / month · 📦 180 · ⏱️ 21.08.2020):
```
pip install django-polymorphic
```
-django-filebrowser (🥉26 · ⭐ 820) - Media-Management with Grappelli. BSD-3
+django-extra-views (🥉26 · ⭐ 1.1K) - Django's class-based generic views are awesome, let's.. MIT
-- [GitHub](https://github.com/sehmaschine/django-filebrowser) (👨💻 35 · 🔀 380 · 📦 670 · 📋 270 - 6% open · ⏱️ 12.02.2021):
+- [GitHub](https://github.com/AndrewIngram/django-extra-views) (👨💻 57 · 🔀 160 · 📦 1.4K · 📋 120 - 7% open · ⏱️ 15.03.2021):
```
- git clone https://github.com/sehmaschine/django-filebrowser
+ git clone https://github.com/AndrewIngram/django-extra-views
```
-- [PyPi](https://pypi.org/project/django-filebrowser) (📥 2.9K / month · 📦 270 · ⏱️ 25.11.2020):
+- [PyPi](https://pypi.org/project/django-extra-views) (📥 18K / month · 📦 990 · ⏱️ 20.12.2019):
```
- pip install django-filebrowser
+ pip install django-extra-views
```
-cookiecutter-django (🥉25 · ⭐ 7.8K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3
+django-bootstrap4 (🥉26 · ⭐ 890) - Bootstrap 4 integration with Django. BSD-3
-- [GitHub](https://github.com/pydanny/cookiecutter-django) (👨💻 310 · 🔀 2.1K · 📦 11 · 📋 960 - 13% open · ⏱️ 06.03.2021):
+- [GitHub](https://github.com/zostera/django-bootstrap4) (👨💻 130 · 🔀 200 · 📦 42K · 📋 140 - 21% open · ⏱️ 15.03.2021):
```
- git clone https://github.com/pydanny/cookiecutter-django
+ git clone https://github.com/zostera/django-bootstrap4
```
-- [PyPi](https://pypi.org/project/cookiecutter-django) (📥 36 / month · 📦 1 · ⏱️ 15.01.2018):
+- [PyPi](https://pypi.org/project/django-bootstrap4) (📥 51K / month · 📦 1.9K · ⏱️ 16.10.2020):
```
- pip install cookiecutter-django
+ pip install django-bootstrap4
+ ```
+- [Conda](https://anaconda.org/conda-forge/django-bootstrap4) (📥 13K · ⏱️ 02.01.2020):
+ ```
+ conda install -c conda-forge django-bootstrap4
```
-viewflow (🥉25 · ⭐ 2K) - Reusable workflow library for Django. ❗️AGPL-3.0
+django-filebrowser (🥉26 · ⭐ 830) - Media-Management with Grappelli. BSD-3
-- [GitHub](https://github.com/viewflow/viewflow) (👨💻 27 · 🔀 330 · 📦 180 · 📋 250 - 9% open · ⏱️ 12.02.2021):
+- [GitHub](https://github.com/sehmaschine/django-filebrowser) (👨💻 35 · 🔀 380 · 📦 680 · 📋 270 - 6% open · ⏱️ 12.02.2021):
```
- git clone https://github.com/viewflow/viewflow
+ git clone https://github.com/sehmaschine/django-filebrowser
```
-- [PyPi](https://pypi.org/project/django-viewflow) (📥 1.4K / month · 📦 60 · ⏱️ 15.01.2021):
+- [PyPi](https://pypi.org/project/django-filebrowser) (📥 2.4K / month · 📦 270 · ⏱️ 25.11.2020):
```
- pip install django-viewflow
+ pip install django-filebrowser
```
-django-blog-zinnia (🥉25 · ⭐ 2K · 💤) - Simple yet powerful and really extendable application.. BSD-3
+django-stubs (🥉26 · ⭐ 620) - PEP-484 stubs for Django. MIT
-- [GitHub](https://github.com/Fantomas42/django-blog-zinnia) (👨💻 71 · 🔀 730 · 📦 440 · 📋 440 - 7% open · ⏱️ 09.03.2020):
+- [GitHub](https://github.com/typeddjango/django-stubs) (👨💻 99 · 🔀 140 · 📦 1.1K · 📋 270 - 41% open · ⏱️ 07.03.2021):
```
- git clone https://github.com/Fantomas42/django-blog-zinnia
+ git clone https://github.com/typeddjango/django-stubs
```
-- [PyPi](https://pypi.org/project/django-blog-zinnia) (📥 1.8K / month · 📦 330 · ⏱️ 10.03.2018):
+- [PyPi](https://pypi.org/project/django-stubs) (📥 77K / month · 📦 64 · ⏱️ 28.10.2020):
```
- pip install django-blog-zinnia
+ pip install django-stubs
```
-django-push-notifications (🥉25 · ⭐ 1.7K) - Send push notifications to mobile devices through GCM.. MIT
+cookiecutter-django (🥉25 · ⭐ 7.9K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3
-- [GitHub](https://github.com/jazzband/django-push-notifications) (👨💻 84 · 🔀 500 · 📥 34 · 📋 370 - 32% open · ⏱️ 04.03.2021):
+- [GitHub](https://github.com/pydanny/cookiecutter-django) (👨💻 310 · 🔀 2.1K · 📦 11 · 📋 970 - 14% open · ⏱️ 27.03.2021):
```
- git clone https://github.com/jazzband/django-push-notifications
+ git clone https://github.com/pydanny/cookiecutter-django
```
-- [PyPi](https://pypi.org/project/django-push-notifications) (📥 15K / month · 📦 170 · ⏱️ 11.03.2020):
+- [PyPi](https://pypi.org/project/cookiecutter-django) (📥 61 / month · 📦 1 · ⏱️ 15.01.2018):
```
- pip install django-push-notifications
+ pip install cookiecutter-django
```
-django-extra-views (🥉25 · ⭐ 1.1K) - Django's class-based generic views are awesome, let's.. MIT
+django-push-notifications (🥉25 · ⭐ 1.7K) - Send push notifications to mobile devices through GCM.. MIT
-- [GitHub](https://github.com/AndrewIngram/django-extra-views) (👨💻 57 · 🔀 160 · 📦 1.3K · 📋 120 - 7% open · ⏱️ 09.12.2020):
+- [GitHub](https://github.com/jazzband/django-push-notifications) (👨💻 85 · 🔀 500 · 📥 35 · 📋 380 - 32% open · ⏱️ 23.03.2021):
```
- git clone https://github.com/AndrewIngram/django-extra-views
+ git clone https://github.com/jazzband/django-push-notifications
```
-- [PyPi](https://pypi.org/project/django-extra-views) (📥 23K / month · 📦 990 · ⏱️ 20.12.2019):
+- [PyPi](https://pypi.org/project/django-push-notifications) (📥 12K / month · 📦 170 · ⏱️ 11.03.2020):
```
- pip install django-extra-views
+ pip install django-push-notifications
```
-django-phonenumber-field (🥉25 · ⭐ 1K) - A django model and form field for normalised phone.. MIT
+django-phonenumber-field (🥉25 · ⭐ 1.1K) - A django model and form field for normalised phone.. MIT
-- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (👨💻 94 · 🔀 280 · 📋 180 - 32% open · ⏱️ 01.03.2021):
+- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (👨💻 94 · 🔀 280 · 📋 180 - 32% open · ⏱️ 24.03.2021):
```
git clone https://github.com/stefanfoulis/django-phonenumber-field
```
-- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 170K / month · 📦 1.6K · ⏱️ 17.08.2020):
+- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 130K / month · 📦 1.6K · ⏱️ 17.08.2020):
```
pip install django-phonenumber-field
```
-django-bootstrap4 (🥉25 · ⭐ 870) - Bootstrap 4 integration with Django. BSD-3
+django-cachalot (🥉25 · ⭐ 790) - No effort, no worry, maximum performance. BSD-3
-- [GitHub](https://github.com/zostera/django-bootstrap4) (👨💻 130 · 🔀 200 · 📋 140 - 21% open · ⏱️ 17.11.2020):
+- [GitHub](https://github.com/noripyt/django-cachalot) (👨💻 25 · 🔀 100 · 📦 340 · 📋 120 - 14% open · ⏱️ 30.03.2021):
```
- git clone https://github.com/zostera/django-bootstrap4
+ git clone https://github.com/noripyt/django-cachalot
```
-- [PyPi](https://pypi.org/project/django-bootstrap4) (📥 47K / month · 📦 1.9K · ⏱️ 16.10.2020):
+- [PyPi](https://pypi.org/project/django-cachalot) (📥 12K / month · 📦 160 · ⏱️ 23.03.2021):
```
- pip install django-bootstrap4
+ pip install django-cachalot
```
-- [Conda](https://anaconda.org/conda-forge/django-bootstrap4) (📥 12K · ⏱️ 02.01.2020):
+- [Conda](https://anaconda.org/conda-forge/django-cachalot) (📥 31K · ⏱️ 09.08.2018):
```
- conda install -c conda-forge django-bootstrap4
+ conda install -c conda-forge django-cachalot
```
-django-cachalot (🥉25 · ⭐ 790) - No effort, no worry, maximum performance. BSD-3
+django-paypal (🥉25 · ⭐ 600) - A pluggable Django application for integrating PayPal.. MIT
-- [GitHub](https://github.com/noripyt/django-cachalot) (👨💻 23 · 🔀 100 · 📦 330 · 📋 120 - 15% open · ⏱️ 09.11.2020):
+- [GitHub](https://github.com/spookylukey/django-paypal) (👨💻 70 · 🔀 190 · 📦 1.5K · 📋 140 - 4% open · ⏱️ 14.03.2021):
```
- git clone https://github.com/noripyt/django-cachalot
- ```
-- [PyPi](https://pypi.org/project/django-cachalot) (📥 18K / month · 📦 160 · ⏱️ 09.11.2020):
- ```
- pip install django-cachalot
+ git clone https://github.com/spookylukey/django-paypal
```
-- [Conda](https://anaconda.org/conda-forge/django-cachalot) (📥 30K · ⏱️ 09.08.2018):
+- [PyPi](https://pypi.org/project/django-paypal) (📥 4.6K / month · 📦 580 · ⏱️ 14.03.2021):
```
- conda install -c conda-forge django-cachalot
+ pip install django-paypal
```
-django-dbbackup (🥉25 · ⭐ 470) - Management commands to help backup and restore your.. BSD-3
+django-dbbackup (🥉25 · ⭐ 480) - Management commands to help backup and restore your.. BSD-3
-- [GitHub](https://github.com/django-dbbackup/django-dbbackup) (👨💻 50 · 🔀 140 · 📦 620 · 📋 250 - 25% open · ⏱️ 25.12.2020):
+- [GitHub](https://github.com/django-dbbackup/django-dbbackup) (👨💻 50 · 🔀 140 · 📦 630 · 📋 250 - 25% open · ⏱️ 25.12.2020):
```
git clone https://github.com/django-dbbackup/django-dbbackup
```
-- [PyPi](https://pypi.org/project/django-dbbackup) (📥 15K / month · 📦 300 · ⏱️ 14.04.2020):
+- [PyPi](https://pypi.org/project/django-dbbackup) (📥 12K / month · 📦 300 · ⏱️ 14.04.2020):
```
pip install django-dbbackup
```
-djangorestframework-stubs (🥉25 · ⭐ 190) - PEP-484 stubs for django-rest-framework. MIT
+djangorestframework-stubs (🥉25 · ⭐ 200) - PEP-484 stubs for django-rest-framework. MIT
-- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨💻 28 · 🔀 37 · 📦 890 · 📋 60 - 30% open · ⏱️ 03.02.2021):
+- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨💻 30 · 🔀 41 · 📦 900 · 📋 62 - 30% open · ⏱️ 29.03.2021):
```
git clone https://github.com/typeddjango/djangorestframework-stubs
```
-- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 42K / month · 📦 86 · ⏱️ 03.02.2021):
+- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 32K / month · 📦 86 · ⏱️ 03.02.2021):
```
pip install djangorestframework-stubs
```
+viewflow (🥉24 · ⭐ 2K) - Reusable workflow library for Django. ❗️AGPL-3.0
+
+- [GitHub](https://github.com/viewflow/viewflow) (👨💻 27 · 🔀 330 · 📦 180 · 📋 250 - 9% open · ⏱️ 26.03.2021):
+
+ ```
+ git clone https://github.com/viewflow/viewflow
+ ```
+- [PyPi](https://pypi.org/project/django-viewflow) (📥 1.1K / month · 📦 60 · ⏱️ 15.01.2021):
+ ```
+ pip install django-viewflow
+ ```
+
django-configurations (🥉24 · ⭐ 800) - A helper for organizing Django project settings by.. BSD-3
- [GitHub](https://github.com/jazzband/django-configurations) (👨💻 51 · 🔀 120 · 📦 1.8K · 📋 170 - 29% open · ⏱️ 09.03.2021):
@@ -5710,177 +5619,155 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
```
git clone https://github.com/jazzband/django-configurations
```
-- [PyPi](https://pypi.org/project/django-configurations) (📥 33K / month · 📦 1.3K · ⏱️ 03.12.2019):
+- [PyPi](https://pypi.org/project/django-configurations) (📥 25K / month · 📦 1.3K · ⏱️ 03.12.2019):
```
pip install django-configurations
```
-django-paypal (🥉24 · ⭐ 600) - A pluggable Django application for integrating PayPal.. MIT
+django-lifecycle (🥉24 · ⭐ 690) - Declarative model lifecycle hooks, an alternative to.. MIT
-- [GitHub](https://github.com/spookylukey/django-paypal) (👨💻 69 · 🔀 170 · 📦 1.5K · 📋 140 - 5% open · ⏱️ 12.11.2020):
+- [GitHub](https://github.com/rsinger86/django-lifecycle) (👨💻 22 · 🔀 41 · 📦 39 · 📋 30 - 23% open · ⏱️ 14.03.2021):
```
- git clone https://github.com/spookylukey/django-paypal
+ git clone https://github.com/rsinger86/django-lifecycle
```
-- [PyPi](https://pypi.org/project/django-paypal) (📥 5.6K / month · 📦 580 · ⏱️ 22.03.2019):
+- [PyPi](https://pypi.org/project/django-lifecycle) (📥 8.9K / month · 📦 4 · ⏱️ 14.03.2021):
```
- pip install django-paypal
+ pip install django-lifecycle
```
-django-cleanup (🥉24 · ⭐ 590) - Automatically deletes old file for FileField and ImageField... MIT
+django-cleanup (🥉24 · ⭐ 600 · 💤) - Automatically deletes old file for FileField and.. MIT
-- [GitHub](https://github.com/un1t/django-cleanup) (👨💻 15 · 🔀 50 · 📦 4.2K · 📋 40 - 2% open · ⏱️ 15.09.2020):
+- [GitHub](https://github.com/un1t/django-cleanup) (👨💻 15 · 🔀 52 · 📦 4.3K · 📋 43 - 9% open · ⏱️ 15.09.2020):
```
git clone https://github.com/un1t/django-cleanup
```
-- [PyPi](https://pypi.org/project/django-cleanup) (📥 26K / month · 📦 630 · ⏱️ 15.09.2020):
+- [PyPi](https://pypi.org/project/django-cleanup) (📥 22K / month · 📦 630 · ⏱️ 15.09.2020):
```
pip install django-cleanup
```
django-robots (🥉24 · ⭐ 340) - A Django app for managing robots.txt files following the.. BSD-3
-- [GitHub](https://github.com/jazzband/django-robots) (👨💻 37 · 🔀 74 · 📦 710 · 📋 50 - 26% open · ⏱️ 10.03.2021):
+- [GitHub](https://github.com/jazzband/django-robots) (👨💻 37 · 🔀 74 · 📦 720 · 📋 50 - 26% open · ⏱️ 10.03.2021):
```
git clone https://github.com/jazzband/django-robots
```
-- [PyPi](https://pypi.org/project/django-robots) (📥 9.5K / month · 📦 1.1K · ⏱️ 04.01.2020):
+- [PyPi](https://pypi.org/project/django-robots) (📥 8.3K / month · 📦 1.1K · ⏱️ 04.01.2020):
```
pip install django-robots
```
-django-vanilla-views (🥉23 · ⭐ 880) - Beautifully simple class-based views. BSD-2
+django-vanilla-views (🥉23 · ⭐ 890 · 💤) - Beautifully simple class-based views. BSD-2
-- [GitHub](https://github.com/encode/django-vanilla-views) (👨💻 30 · 🔀 70 · 📦 440 · 📋 41 - 4% open · ⏱️ 10.09.2020):
+- [GitHub](https://github.com/encode/django-vanilla-views) (👨💻 30 · 🔀 70 · 📦 450 · 📋 41 - 4% open · ⏱️ 10.09.2020):
```
git clone https://github.com/encode/django-vanilla-views
```
-- [PyPi](https://pypi.org/project/django-vanilla-views) (📥 3.2K / month · 📦 490 · ⏱️ 10.09.2020):
+- [PyPi](https://pypi.org/project/django-vanilla-views) (📥 2.5K / month · 📦 490 · ⏱️ 10.09.2020):
```
pip install django-vanilla-views
```
-django-organizations (🥉23 · ⭐ 810) - Multi-user accounts for Django projects. BSD-2
+django-organizations (🥉23 · ⭐ 820) - Multi-user accounts for Django projects. BSD-2
-- [GitHub](https://github.com/bennylope/django-organizations) (👨💻 43 · 🔀 150 · 📋 130 - 12% open · ⏱️ 30.11.2020):
+- [GitHub](https://github.com/bennylope/django-organizations) (👨💻 43 · 🔀 160 · 📋 130 - 12% open · ⏱️ 30.11.2020):
```
git clone https://github.com/bennylope/django-organizations
```
-- [PyPi](https://pypi.org/project/django-organizations) (📥 29K / month · 📦 68 · ⏱️ 07.09.2020):
+- [PyPi](https://pypi.org/project/django-organizations) (📥 22K / month · 📦 68 · ⏱️ 07.09.2020):
```
pip install django-organizations
```
-django-split-settings (🥉23 · ⭐ 680) - Organize Django settings into multiple files and.. BSD-3
+