diff --git a/README.md b/README.md index 7762cc74..980538cb 100644 --- a/README.md +++ b/README.md @@ -91,28 +91,28 @@ _General purpose web frameworks to build web applications and REST APIs._
flask (🥇50 · ⭐ 64K) - The Python micro framework for building web applications. BSD-3 -- [GitHub](https://github.com/pallets/flask) (👨‍💻 820 · 🔀 16K · 📥 6.5K · 📦 1.6M · 📋 2.5K - 0% open · ⏱️ 05.09.2023): +- [GitHub](https://github.com/pallets/flask) (👨‍💻 820 · 🔀 16K · 📥 6.6K · 📦 1.6M · 📋 2.5K - 0% open · ⏱️ 05.09.2023): ``` git clone https://github.com/pallets/flask ``` -- [PyPi](https://pypi.org/project/flask) (📥 95M / month): +- [PyPi](https://pypi.org/project/flask) (📥 97M / month · 📦 120K · ⏱️ 21.08.2023): ``` pip install flask ``` -- [Conda](https://anaconda.org/conda-forge/flask) (📥 6.2M · ⏱️ 22.08.2023): +- [Conda](https://anaconda.org/conda-forge/flask) (📥 6.3M · ⏱️ 22.08.2023): ``` conda install -c conda-forge flask ```
-
django (🥇48 · ⭐ 73K) - The Web framework for perfectionists with deadlines. BSD-3 +
django (🥇49 · ⭐ 73K) - The Web framework for perfectionists with deadlines. BSD-3 -- [GitHub](https://github.com/django/django) (👨‍💻 3K · 🔀 30K · 📦 1.4M · ⏱️ 14.09.2023): +- [GitHub](https://github.com/django/django) (👨‍💻 3K · 🔀 30K · 📦 1.4M · ⏱️ 21.09.2023): ``` git clone https://github.com/django/django ``` -- [PyPi](https://pypi.org/project/django) (📥 13M / month · 📦 120K · ⏱️ 04.09.2023): +- [PyPi](https://pypi.org/project/django) (📥 13M / month · 📦 120K · ⏱️ 18.09.2023): ``` pip install django ``` @@ -121,9 +121,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge django ```
-
fastapi (🥇46 · ⭐ 62K) - FastAPI framework, high performance, easy to learn, fast to.. MIT +
fastapi (🥇46 · ⭐ 63K) - FastAPI framework, high performance, easy to learn, fast to.. MIT -- [GitHub](https://github.com/tiangolo/fastapi) (👨‍💻 500 · 🔀 5.2K · 📦 230K · 📋 3.8K - 12% open · ⏱️ 10.09.2023): +- [GitHub](https://github.com/tiangolo/fastapi) (👨‍💻 500 · 🔀 5.2K · 📦 240K · 📋 3.8K - 12% open · ⏱️ 15.09.2023): ``` git clone https://github.com/tiangolo/fastapi @@ -160,15 +160,31 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pallets/werkzeug ``` -- [PyPi](https://pypi.org/project/werkzeug) (📥 100M / month): +- [PyPi](https://pypi.org/project/werkzeug) (📥 110M / month · 📦 70K · ⏱️ 14.08.2023): ``` pip install werkzeug ``` -- [Conda](https://anaconda.org/conda-forge/werkzeug) (📥 8.8M · ⏱️ 15.08.2023): +- [Conda](https://anaconda.org/conda-forge/werkzeug) (📥 8.9M · ⏱️ 15.08.2023): ``` conda install -c conda-forge werkzeug ```
+
django-rest-framework (🥈43 · ⭐ 26K · 📈) - Web APIs for Django. BSD-3 + +- [GitHub](https://github.com/encode/django-rest-framework) (👨‍💻 1.4K · 🔀 6.7K · 📦 570K · 📋 3.9K - 3% open · ⏱️ 09.09.2023): + + ``` + git clone https://github.com/encode/django-rest-framework + ``` +- [PyPi](https://pypi.org/project/django-rest-framework) (📥 110K / month · 📦 420 · ⏱️ 20.07.2017): + ``` + pip install django-rest-framework + ``` +- [Conda](https://anaconda.org/conda-forge/djangorestframework) (📥 530K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge djangorestframework + ``` +
sanic (🥈40 · ⭐ 17K) - Accelerate your web app development | Build fast. Run fast. MIT - [GitHub](https://github.com/sanic-org/sanic) (👨‍💻 340 · 🔀 1.5K · 📦 14K · 📋 1.3K - 5% open · ⏱️ 07.09.2023): @@ -176,7 +192,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/sanic-org/sanic ``` -- [PyPi](https://pypi.org/project/sanic) (📥 770K / month · 📦 690 · ⏱️ 25.07.2023): +- [PyPi](https://pypi.org/project/sanic) (📥 750K / month · 📦 690 · ⏱️ 25.07.2023): ``` pip install sanic ``` @@ -185,9 +201,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge sanic ```
-
starlette (🥈40 · ⭐ 8.6K) - The little ASGI framework that shines. BSD-3 +
starlette (🥈40 · ⭐ 8.7K) - The little ASGI framework that shines. BSD-3 -- [GitHub](https://github.com/encode/starlette) (👨‍💻 240 · 🔀 780 · 📦 140K · 📋 690 - 5% open · ⏱️ 07.09.2023): +- [GitHub](https://github.com/encode/starlette) (👨‍💻 240 · 🔀 780 · 📦 140K · 📋 690 - 5% open · ⏱️ 18.09.2023): ``` git clone https://github.com/encode/starlette @@ -208,7 +224,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/dpgaspar/Flask-AppBuilder ``` -- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 4M / month · 📦 330 · ⏱️ 22.08.2023): +- [PyPi](https://pypi.org/project/flask-appbuilder) (📥 3.9M / month · 📦 330 · ⏱️ 22.08.2023): ``` pip install flask-appbuilder ``` @@ -240,7 +256,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flask-restful/flask-restful ``` -- [PyPi](https://pypi.org/project/flask-restful) (📥 1.5M / month · 📦 7.2K · ⏱️ 21.05.2023): +- [PyPi](https://pypi.org/project/flask-restful) (📥 1.6M / month · 📦 7.2K · ⏱️ 21.05.2023): ``` pip install flask-restful ``` @@ -251,12 +267,12 @@ _General purpose web frameworks to build web applications and REST APIs._
falcon (🥈36 · ⭐ 9.3K) - The no-magic web data plane API and microservices framework for.. Apache-2 -- [GitHub](https://github.com/falconry/falcon) (👨‍💻 200 · 🔀 920 · 📥 5K · 📦 8.4K · 📋 990 - 15% open · ⏱️ 21.08.2023): +- [GitHub](https://github.com/falconry/falcon) (👨‍💻 200 · 🔀 920 · 📥 5K · 📦 8.5K · 📋 990 - 15% open · ⏱️ 21.08.2023): ``` git clone https://github.com/falconry/falcon ``` -- [PyPi](https://pypi.org/project/falcon) (📥 610K / month · 📦 1.7K · ⏱️ 18.11.2022): +- [PyPi](https://pypi.org/project/falcon) (📥 590K / month · 📦 1.7K · ⏱️ 18.11.2022): ``` pip install falcon ``` @@ -272,7 +288,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/cherrypy/cherrypy ``` -- [PyPi](https://pypi.org/project/cherrypy) (📥 730K / month · 📦 10K · ⏱️ 17.07.2022): +- [PyPi](https://pypi.org/project/cherrypy) (📥 700K / month · 📦 10K · ⏱️ 17.07.2022): ``` pip install cherrypy ``` @@ -288,7 +304,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-tastypie/django-tastypie ``` -- [PyPi](https://pypi.org/project/django-tastypie) (📥 63K / month · 📦 2.5K · ⏱️ 02.09.2023): +- [PyPi](https://pypi.org/project/django-tastypie) (📥 64K / month · 📦 2.5K · ⏱️ 02.09.2023): ``` pip install django-tastypie ``` @@ -344,7 +360,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Cornices/cornice ``` -- [PyPi](https://pypi.org/project/cornice) (📥 41K / month · 📦 360 · ⏱️ 07.01.2022): +- [PyPi](https://pypi.org/project/cornice) (📥 44K / month · 📦 360 · ⏱️ 07.01.2022): ``` pip install cornice ``` @@ -355,12 +371,12 @@ _General purpose web frameworks to build web applications and REST APIs._
robyn (🥉28 · ⭐ 3K) - A High-Performance, Community-Driven, and Innovator Friendly Web Framework.. BSD-2 -- [GitHub](https://github.com/sparckles/robyn) (👨‍💻 50 · 🔀 150 · 📦 37 · 📋 300 - 39% open · ⏱️ 08.09.2023): +- [GitHub](https://github.com/sparckles/robyn) (👨‍💻 50 · 🔀 150 · 📦 38 · 📋 300 - 39% open · ⏱️ 20.09.2023): ``` git clone https://github.com/sansyrox/robyn ``` -- [PyPi](https://pypi.org/project/robyn) (📥 16K / month · 📦 1 · ⏱️ 10.09.2023): +- [PyPi](https://pypi.org/project/robyn) (📥 14K / month · 📦 1 · ⏱️ 20.09.2023): ``` pip install robyn ``` @@ -381,14 +397,26 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install masonite ```
+
justpy (🥉26 · ⭐ 1.1K · 📈) - An object oriented high-level Python Web Framework that requires.. Apache-2 + +- [GitHub](https://github.com/justpy-org/justpy) (👨‍💻 20 · 🔀 89 · 📦 390 · ⏱️ 20.09.2023): + + ``` + git clone https://github.com/elimintz/justpy + ``` +- [PyPi](https://pypi.org/project/justpy) (📥 1.1K / month · 📦 7 · ⏱️ 20.09.2023): + ``` + pip install justpy + ``` +
emmett (🥉26 · ⭐ 880) - The web framework for inventors. BSD-3 -- [GitHub](https://github.com/emmett-framework/emmett) (👨‍💻 24 · 🔀 67 · 📦 52 · 📋 310 - 8% open · ⏱️ 01.09.2023): +- [GitHub](https://github.com/emmett-framework/emmett) (👨‍💻 24 · 🔀 67 · 📦 53 · 📋 310 - 8% open · ⏱️ 01.09.2023): ``` git clone https://github.com/emmett-framework/emmett ``` -- [PyPi](https://pypi.org/project/emmett) (📥 500 / month · 📦 4 · ⏱️ 05.09.2023): +- [PyPi](https://pypi.org/project/emmett) (📥 440 / month · 📦 4 · ⏱️ 05.09.2023): ``` pip install emmett ``` @@ -413,18 +441,6 @@ _General purpose web frameworks to build web applications and REST APIs._ git clone https://github.com/web2py/web2py ```
-
justpy (🥉23 · ⭐ 1.1K) - An object oriented high-level Python Web Framework that requires no.. Apache-2 - -- [GitHub](https://github.com/justpy-org/justpy) (👨‍💻 20 · 🔀 89 · 📦 390 · 📋 440 - 13% open · ⏱️ 09.08.2023): - - ``` - git clone https://github.com/elimintz/justpy - ``` -- [PyPi](https://pypi.org/project/justpy) (📥 1.1K / month · 📦 7 · ⏱️ 20.03.2023): - ``` - pip install justpy - ``` -
flask-mongorest (🥉20 · ⭐ 520 · 💤) - Restful API framework wrapped around MongoEngine. BSD-3 - [GitHub](https://github.com/closeio/flask-mongorest) (👨‍💻 18 · 🔀 89 · 📦 49 · 📋 65 - 41% open · ⏱️ 12.09.2022): @@ -432,29 +448,28 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/closeio/flask-mongorest ``` -- [PyPi](https://pypi.org/project/Flask-MongoRest) (📥 310 / month · 📦 27 · ⏱️ 26.08.2019): +- [PyPi](https://pypi.org/project/Flask-MongoRest) (📥 360 / month · 📦 27 · ⏱️ 26.08.2019): ``` pip install Flask-MongoRest ```
-
flama (🥉18 · ⭐ 240) - Fire up your models with the flame. Apache-2 +
flama (🥉20 · ⭐ 240) - Fire up your models with the flame. Apache-2 -- [GitHub](https://github.com/vortico/flama) (👨‍💻 9 · 🔀 14 · 📥 140 · 📦 12 · 📋 73 - 17% open · ⏱️ 08.06.2023): +- [GitHub](https://github.com/vortico/flama) (👨‍💻 9 · 🔀 14 · 📥 140 · 📦 12 · 📋 74 - 6% open · ⏱️ 20.09.2023): ``` git clone https://github.com/perdy/flama ``` -- [PyPi](https://pypi.org/project/flama) (📥 120 / month · 📦 1 · ⏱️ 16.11.2020): +- [PyPi](https://pypi.org/project/flama) (📥 360 / month · 📦 1 · ⏱️ 20.09.2023): ``` pip install flama ```
-
Show 8 hidden projects... +
Show 7 hidden projects... -- django-rest-framework (🥈41 · ⭐ 26K · 📉) - Web APIs for Django. ❗Unlicensed - pyramid (🥈36 · ⭐ 3.8K) - Pyramid - A Python web framework. ❗Unlicensed - flask-restplus (🥉30 · ⭐ 2.7K · 💀) - Fully featured framework for fast, easy and.. BSD-3 -- japronto (🥉25 · ⭐ 8.6K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT +- japronto (🥉26 · ⭐ 8.6K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT - responder (🥉25 · ⭐ 3.6K · 💀) - A familiar HTTP Service Framework for Python. Apache-2 - quart (🥉24 · ⭐ 2K · 💀) - Quart is a Python ASGI web microframework with the same API as Flask. MIT - vibora (🥉22 · ⭐ 5.7K · 💀) - Fast, asynchronous and elegant Python web framework. MIT @@ -468,7 +483,7 @@ _General purpose web frameworks to build web applications and REST APIs._
requests (🥇49 · ⭐ 50K) - A simple, yet elegant, HTTP library. Apache-2 -- [GitHub](https://github.com/psf/requests) (👨‍💻 740 · 🔀 9.1K · 📥 6.6K · 📦 2.4M · 📋 3.9K - 6% open · ⏱️ 05.09.2023): +- [GitHub](https://github.com/psf/requests) (👨‍💻 740 · 🔀 9.1K · 📥 6.7K · 📦 2.4M · 📋 3.9K - 6% open · ⏱️ 05.09.2023): ``` git clone https://github.com/psf/requests @@ -484,7 +499,7 @@ _General purpose web frameworks to build web applications and REST APIs._
aiohttp (🥇47 · ⭐ 14K) - Asynchronous HTTP client/server framework for asyncio and Python. Apache-2 -- [GitHub](https://github.com/aio-libs/aiohttp) (👨‍💻 690 · 🔀 1.9K · 📥 12K · 📦 390K · 📋 2.9K - 17% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/aio-libs/aiohttp) (👨‍💻 690 · 🔀 1.9K · 📥 12K · 📦 390K · 📋 2.9K - 17% open · ⏱️ 20.09.2023): ``` git clone https://github.com/aio-libs/aiohttp @@ -500,32 +515,32 @@ _General purpose web frameworks to build web applications and REST APIs._
urllib3 (🥈42 · ⭐ 3.5K) - urllib3 is a user-friendly HTTP client library for Python. MIT -- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 330 · 🔀 1.1K · 📥 19K · 📦 1.5M · 📋 1.2K - 11% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/urllib3/urllib3) (👨‍💻 330 · 🔀 1.1K · 📥 20K · 📦 1.5M · 📋 1.2K - 11% open · ⏱️ 20.09.2023): ``` git clone https://github.com/urllib3/urllib3 ``` -- [PyPi](https://pypi.org/project/urllib3) (📥 400M / month · 📦 46K · ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/urllib3) (📥 400M / month · 📦 46K · ⏱️ 20.09.2023): ``` pip install urllib3 ``` -- [Conda](https://anaconda.org/conda-forge/urllib3) (📥 39M · ⏱️ 19.07.2023): +- [Conda](https://anaconda.org/conda-forge/urllib3) (📥 39M · ⏱️ 20.09.2023): ``` conda install -c conda-forge urllib3 ```
-
httpx (🥈40 · ⭐ 11K) - A next generation HTTP client for Python. BSD-3 +
httpx (🥈41 · ⭐ 11K) - A next generation HTTP client for Python. BSD-3 -- [GitHub](https://github.com/encode/httpx) (👨‍💻 200 · 🔀 740 · 📦 110K · 📋 790 - 3% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/encode/httpx) (👨‍💻 200 · 🔀 740 · 📦 110K · 📋 790 - 3% open · ⏱️ 21.09.2023): ``` git clone https://github.com/encode/httpx ``` -- [PyPi](https://pypi.org/project/httpx) (📥 23M / month · 📦 3.2K · ⏱️ 11.09.2023): +- [PyPi](https://pypi.org/project/httpx) (📥 24M / month · 📦 3.2K · ⏱️ 11.09.2023): ``` pip install httpx ``` -- [Conda](https://anaconda.org/conda-forge/httpx) (📥 770K · ⏱️ 11.09.2023): +- [Conda](https://anaconda.org/conda-forge/httpx) (📥 780K · ⏱️ 11.09.2023): ``` conda install -c conda-forge httpx ``` @@ -580,7 +595,7 @@ _General purpose web frameworks to build web applications and REST APIs._
httpcore (🥈34 · ⭐ 360) - A minimal HTTP client. BSD-3 -- [GitHub](https://github.com/encode/httpcore) (👨‍💻 40 · 🔀 71 · 📦 67K · 📋 150 - 9% open · ⏱️ 08.09.2023): +- [GitHub](https://github.com/encode/httpcore) (👨‍💻 41 · 🔀 71 · 📦 68K · 📋 150 - 9% open · ⏱️ 19.09.2023): ``` git clone https://github.com/encode/httpcore @@ -589,12 +604,12 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install httpcore ``` -- [Conda](https://anaconda.org/conda-forge/httpcore) (📥 740K · ⏱️ 08.09.2023): +- [Conda](https://anaconda.org/conda-forge/httpcore) (📥 760K · ⏱️ 08.09.2023): ``` conda install -c conda-forge httpcore ```
-
requests-futures (🥉32 · ⭐ 2.1K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2 +
requests-futures (🥉31 · ⭐ 2.1K) - Asynchronous Python HTTP Requests for Humans using.. Apache-2 - [GitHub](https://github.com/ross/requests-futures) (👨‍💻 28 · 🔀 160 · 📦 5.8K · 📋 88 - 2% open · ⏱️ 11.08.2023): @@ -610,36 +625,36 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge requests-futures ```
-
requests-toolbelt (🥉31 · ⭐ 950) - A toolbelt of useful classes and functions to be used.. Apache-2 +
httptools (🥉31 · ⭐ 1.1K) - Fast HTTP parser. MIT -- [GitHub](https://github.com/requests/toolbelt) (👨‍💻 68 · 🔀 180 · 📋 200 - 43% open · ⏱️ 11.08.2023): +- [GitHub](https://github.com/MagicStack/httptools) (👨‍💻 14 · 🔀 74 · 📦 60K · 📋 49 - 18% open · ⏱️ 06.07.2023): ``` - git clone https://github.com/requests/toolbelt + git clone https://github.com/MagicStack/httptools ``` -- [PyPi](https://pypi.org/project/requests-toolbelt) (📥 46M / month · 📦 720 · ⏱️ 01.05.2023): +- [PyPi](https://pypi.org/project/httptools) (📥 30M / month · 📦 580 · ⏱️ 07.07.2023): ``` - pip install requests-toolbelt + pip install httptools ``` -- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (📥 2.6M · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/httptools) (📥 550K · ⏱️ 07.07.2023): ``` - conda install -c conda-forge requests-toolbelt + conda install -c conda-forge httptools ```
-
httptools (🥉30 · ⭐ 1.1K) - Fast HTTP parser. MIT +
requests-toolbelt (🥉31 · ⭐ 950) - A toolbelt of useful classes and functions to be used.. Apache-2 -- [GitHub](https://github.com/MagicStack/httptools) (👨‍💻 14 · 🔀 74 · 📦 59K · 📋 49 - 18% open · ⏱️ 06.07.2023): +- [GitHub](https://github.com/requests/toolbelt) (👨‍💻 68 · 🔀 180 · 📋 200 - 43% open · ⏱️ 11.08.2023): ``` - git clone https://github.com/MagicStack/httptools + git clone https://github.com/requests/toolbelt ``` -- [PyPi](https://pypi.org/project/httptools) (📥 13M / month · 📦 580 · ⏱️ 07.07.2023): +- [PyPi](https://pypi.org/project/requests-toolbelt) (📥 47M / month · 📦 720 · ⏱️ 01.05.2023): ``` - pip install httptools + pip install requests-toolbelt ``` -- [Conda](https://anaconda.org/conda-forge/httptools) (📥 540K · ⏱️ 07.07.2023): +- [Conda](https://anaconda.org/conda-forge/requests-toolbelt) (📥 2.7M · ⏱️ 16.06.2023): ``` - conda install -c conda-forge httptools + conda install -c conda-forge requests-toolbelt ```
grequests (🥉29 · ⭐ 4.3K) - Requests + Gevent = 3. BSD-2 @@ -649,23 +664,23 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/spyoungtech/grequests ``` -- [PyPi](https://pypi.org/project/grequests) (📥 290K / month · 📦 680 · ⏱️ 05.04.2020): +- [PyPi](https://pypi.org/project/grequests) (📥 300K / month · 📦 680 · ⏱️ 05.04.2020): ``` pip install grequests ``` -- [Conda](https://anaconda.org/conda-forge/grequests) (📥 83K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/grequests) (📥 84K · ⏱️ 16.06.2023): ``` conda install -c conda-forge grequests ```
-
treq (🥉25 · ⭐ 560) - Python requests like API built on top of Twisteds HTTP client. MIT +
treq (🥉26 · ⭐ 560) - Python requests like API built on top of Twisteds HTTP client. MIT - [GitHub](https://github.com/twisted/treq) (👨‍💻 51 · 🔀 140 · 📥 190 · 📦 1.5K · 📋 160 - 36% open · ⏱️ 03.05.2023): ``` git clone https://github.com/twisted/treq ``` -- [PyPi](https://pypi.org/project/treq) (📥 59K / month · 📦 420 · ⏱️ 09.02.2022): +- [PyPi](https://pypi.org/project/treq) (📥 60K / month · 📦 420 · ⏱️ 09.02.2022): ``` pip install treq ``` @@ -681,7 +696,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/reorx/httpstat ``` -- [PyPi](https://pypi.org/project/httpstat) (📥 1.3K / month · ⏱️ 11.10.2022): +- [PyPi](https://pypi.org/project/httpstat) (📥 1.4K / month · ⏱️ 11.10.2022): ``` pip install httpstat ``` @@ -700,7 +715,7 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
gunicorn (🥇45 · ⭐ 9.1K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT +
gunicorn (🥇45 · ⭐ 9.2K) - gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and.. MIT - [GitHub](https://github.com/benoitc/gunicorn) (👨‍💻 410 · 🔀 1.7K · 📥 100 · 📦 1M · 📋 2.1K - 17% open · ⏱️ 19.07.2023): @@ -716,14 +731,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gunicorn ```
-
gevent (🥇41 · ⭐ 6K) - Coroutine-based concurrency library for Python. MIT +
gevent (🥇41 · ⭐ 6.1K) - Coroutine-based concurrency library for Python. MIT - [GitHub](https://github.com/gevent/gevent) (👨‍💻 110 · 🔀 940 · 📥 59K · 📦 110K · 📋 1.4K - 7% open · ⏱️ 13.09.2023): ``` git clone https://github.com/gevent/gevent ``` -- [PyPi](https://pypi.org/project/gevent) (📥 7.9M / month · 📦 15K · ⏱️ 12.09.2023): +- [PyPi](https://pypi.org/project/gevent) (📥 8M / month · 📦 15K · ⏱️ 12.09.2023): ``` pip install gevent ``` @@ -734,12 +749,12 @@ _General purpose web frameworks to build web applications and REST APIs._
uvicorn (🥈39 · ⭐ 7K) - An ASGI web server, for Python. BSD-3 -- [GitHub](https://github.com/encode/uvicorn) (👨‍💻 170 · 🔀 600 · 📦 230K · 📋 680 - 7% open · ⏱️ 03.09.2023): +- [GitHub](https://github.com/encode/uvicorn) (👨‍💻 170 · 🔀 600 · 📦 240K · 📋 680 - 7% open · ⏱️ 21.09.2023): ``` git clone https://github.com/encode/uvicorn ``` -- [PyPi](https://pypi.org/project/uvicorn) (📥 18M / month · 📦 1.9K · ⏱️ 31.07.2023): +- [PyPi](https://pypi.org/project/uvicorn) (📥 22M / month · 📦 1.9K · ⏱️ 31.07.2023): ``` pip install uvicorn ``` @@ -748,9 +763,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge uvicorn ```
-
asgiref (🥈36 · ⭐ 1.3K) - ASGI specification and utilities. BSD-3 +
asgiref (🥈37 · ⭐ 1.3K) - ASGI specification and utilities. BSD-3 -- [GitHub](https://github.com/django/asgiref) (👨‍💻 87 · 🔀 190 · 📦 670K · 📋 190 - 19% open · ⏱️ 03.08.2023): +- [GitHub](https://github.com/django/asgiref) (👨‍💻 88 · 🔀 190 · 📦 680K · 📋 190 - 19% open · ⏱️ 18.09.2023): ``` git clone https://github.com/django/asgiref @@ -759,14 +774,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install asgiref ``` -- [Conda](https://anaconda.org/conda-forge/asgiref) (📥 990K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/asgiref) (📥 1M · ⏱️ 16.06.2023): ``` conda install -c conda-forge asgiref ```
whitenoise (🥈33 · ⭐ 2.3K) - Radically simplified static file serving for Python web apps. MIT -- [GitHub](https://github.com/evansd/whitenoise) (👨‍💻 64 · 🔀 140 · 📋 240 - 13% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/evansd/whitenoise) (👨‍💻 64 · 🔀 140 · 📋 240 - 13% open · ⏱️ 19.09.2023): ``` git clone https://github.com/evansd/whitenoise @@ -775,14 +790,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install whitenoise ``` -- [Conda](https://anaconda.org/conda-forge/whitenoise) (📥 80K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/whitenoise) (📥 81K · ⏱️ 16.06.2023): ``` conda install -c conda-forge whitenoise ```
-
Hypercorn (🥉30 · ⭐ 680) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT +
Hypercorn (🥉30 · ⭐ 690) - Hypercorn is an ASGI Server based on Hyper libraries and inspired by.. MIT -- [GitHub](https://github.com/pgjones/hypercorn) (👨‍💻 50 · 🔀 63 · 📦 4.9K · 📋 120 - 40% open · ⏱️ 31.08.2023): +- [GitHub](https://github.com/pgjones/hypercorn) (👨‍💻 50 · 🔀 64 · 📦 4.9K · 📋 120 - 41% open · ⏱️ 16.09.2023): ``` git clone https://github.com/pgjones/hypercorn @@ -799,7 +814,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/jordaneremieff/mangum ``` -- [PyPi](https://pypi.org/project/mangum) (📥 500K / month · 📦 15 · ⏱️ 27.11.2022): +- [PyPi](https://pypi.org/project/mangum) (📥 510K / month · 📦 15 · ⏱️ 27.11.2022): ``` pip install mangum ``` @@ -822,12 +837,12 @@ _General purpose web frameworks to build web applications and REST APIs._
bjoern (🥉26 · ⭐ 2.9K · 💤) - A screamingly fast Python 2/3 WSGI server written in C. BSD-2 -- [GitHub](https://github.com/jonashaag/bjoern) (👨‍💻 44 · 🔀 190 · 📦 670 · 📋 160 - 17% open · ⏱️ 11.09.2022): +- [GitHub](https://github.com/jonashaag/bjoern) (👨‍💻 44 · 🔀 190 · 📦 680 · 📋 160 - 17% open · ⏱️ 11.09.2022): ``` git clone https://github.com/jonashaag/bjoern ``` -- [PyPi](https://pypi.org/project/bjoern) (📥 24K / month · 📦 150 · ⏱️ 19.09.2022): +- [PyPi](https://pypi.org/project/bjoern) (📥 23K / month · 📦 150 · ⏱️ 19.09.2022): ``` pip install bjoern ``` @@ -850,12 +865,12 @@ _General purpose web frameworks to build web applications and REST APIs._
django-allauth (🥇41 · ⭐ 8.3K) - Integrated set of Django applications addressing.. MIT -- [GitHub](https://github.com/pennersr/django-allauth) (👨‍💻 650 · 🔀 2.8K · 📦 13 · 📋 2K - 5% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/pennersr/django-allauth) (👨‍💻 660 · 🔀 2.8K · 📦 13 · 📋 2.1K - 5% open · ⏱️ 19.09.2023): ``` git clone https://github.com/pennersr/django-allauth ``` -- [PyPi](https://pypi.org/project/django-allauth) (📥 750K / month · 📦 5.3K · ⏱️ 08.09.2023): +- [PyPi](https://pypi.org/project/django-allauth) (📥 760K / month · 📦 5.3K · ⏱️ 08.09.2023): ``` pip install django-allauth ``` @@ -871,7 +886,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/oauthlib/oauthlib ``` -- [PyPi](https://pypi.org/project/oauthlib) (📥 81M / month · 📦 13K · ⏱️ 17.10.2022): +- [PyPi](https://pypi.org/project/oauthlib) (📥 82M / month · 📦 13K · ⏱️ 17.10.2022): ``` pip install oauthlib ``` @@ -898,12 +913,12 @@ _General purpose web frameworks to build web applications and REST APIs._
authlib (🥇37 · ⭐ 3.9K) - The ultimate Python library in building OAuth, OpenID Connect clients.. BSD-3 -- [GitHub](https://github.com/lepture/authlib) (👨‍💻 99 · 🔀 380 · 📦 28K · 📋 400 - 13% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/lepture/authlib) (👨‍💻 100 · 🔀 380 · 📦 28K · 📋 400 - 13% open · ⏱️ 19.09.2023): ``` git clone https://github.com/lepture/authlib ``` -- [PyPi](https://pypi.org/project/authlib) (📥 6.7M / month · 📦 380 · ⏱️ 25.06.2023): +- [PyPi](https://pypi.org/project/authlib) (📥 6.8M / month · 📦 380 · ⏱️ 25.06.2023): ``` pip install authlib ``` @@ -914,12 +929,12 @@ _General purpose web frameworks to build web applications and REST APIs._
requests-oauthlib (🥇37 · ⭐ 1.7K · 💤) - OAuthlib support for Python-Requests!. ISC -- [GitHub](https://github.com/requests/requests-oauthlib) (👨‍💻 120 · 🔀 410 · 📦 400K · 📋 270 - 40% open · ⏱️ 03.09.2022): +- [GitHub](https://github.com/requests/requests-oauthlib) (👨‍💻 120 · 🔀 410 · 📦 410K · 📋 270 - 40% open · ⏱️ 03.09.2022): ``` git clone https://github.com/requests/requests-oauthlib ``` -- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 73M / month · 📦 12K · ⏱️ 29.01.2022): +- [PyPi](https://pypi.org/project/requests-oauthlib) (📥 74M / month · 📦 12K · ⏱️ 29.01.2022): ``` pip install requests-oauthlib ``` @@ -930,16 +945,16 @@ _General purpose web frameworks to build web applications and REST APIs._
google-auth (🥇37 · ⭐ 670) - Google Auth Python Library. Apache-2 -- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨‍💻 110 · 🔀 290 · 📦 290K · 📋 440 - 19% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/googleapis/google-auth-library-python) (👨‍💻 110 · 🔀 290 · 📦 290K · 📋 440 - 19% open · ⏱️ 21.09.2023): ``` git clone https://github.com/googleapis/google-auth-library-python ``` -- [PyPi](https://pypi.org/project/google-auth) (📥 98M / month · 📦 2.9K · ⏱️ 11.09.2023): +- [PyPi](https://pypi.org/project/google-auth) (📥 100M / month · 📦 2.9K · ⏱️ 11.09.2023): ``` pip install google-auth ``` -- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 8.2M · ⏱️ 12.09.2023): +- [Conda](https://anaconda.org/conda-forge/google-auth) (📥 8.3M · ⏱️ 16.09.2023): ``` conda install -c conda-forge google-auth ``` @@ -951,7 +966,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/maxcountryman/flask-login ``` -- [PyPi](https://pypi.org/project/flask-login) (📥 4M / month · 📦 13K · ⏱️ 25.07.2022): +- [PyPi](https://pypi.org/project/flask-login) (📥 3.9M / month · 📦 13K · ⏱️ 25.07.2022): ``` pip install flask-login ``` @@ -960,6 +975,18 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-login ```
+
django-oauth-toolkit (🥈35 · ⭐ 2.9K) - OAuth2 goodies for the Djangonauts!. BSD-3 + +- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (👨‍💻 240 · 🔀 750 · 📋 790 - 23% open · ⏱️ 18.09.2023): + + ``` + git clone https://github.com/jazzband/django-oauth-toolkit + ``` +- [PyPi](https://pypi.org/project/django-oauth-toolkit) (📥 520K / month · 📦 1.1K · ⏱️ 31.05.2023): + ``` + pip install django-oauth-toolkit + ``` +
flask-jwt-extended (🥈35 · ⭐ 1.4K) - An open source Flask extension that provides JWT.. MIT - [GitHub](https://github.com/vimalloc/flask-jwt-extended) (👨‍💻 93 · 🔀 230 · 📦 31K · 📋 360 - 2% open · ⏱️ 25.08.2023): @@ -976,18 +1003,6 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-jwt-extended ```
-
django-oauth-toolkit (🥈34 · ⭐ 2.9K) - OAuth2 goodies for the Djangonauts!. BSD-3 - -- [GitHub](https://github.com/jazzband/django-oauth-toolkit) (👨‍💻 230 · 🔀 750 · 📋 790 - 23% open · ⏱️ 13.09.2023): - - ``` - git clone https://github.com/jazzband/django-oauth-toolkit - ``` -- [PyPi](https://pypi.org/project/django-oauth-toolkit) (📥 510K / month · 📦 1.1K · ⏱️ 31.05.2023): - ``` - pip install django-oauth-toolkit - ``` -
djoser (🥈34 · ⭐ 2.3K) - REST implementation of Django authentication system. MIT - [GitHub](https://github.com/sunscrapers/djoser) (👨‍💻 110 · 🔀 450 · 📦 21K · 📋 470 - 36% open · ⏱️ 03.07.2023): @@ -1002,56 +1017,56 @@ _General purpose web frameworks to build web applications and REST APIs._
pyotp (🥈33 · ⭐ 2.6K) - Python One-Time Password Library. MIT -- [GitHub](https://github.com/pyauth/pyotp) (👨‍💻 40 · 🔀 300 · 📥 260 · 📦 11K · 📋 87 - 4% open · ⏱️ 27.07.2023): +- [GitHub](https://github.com/pyauth/pyotp) (👨‍💻 41 · 🔀 300 · 📥 260 · 📦 11K · 📋 87 - 4% open · ⏱️ 16.09.2023): ``` git clone https://github.com/pyauth/pyotp ``` -- [PyPi](https://pypi.org/project/pyotp) (📥 4.3M / month · 📦 610 · ⏱️ 27.07.2023): +- [PyPi](https://pypi.org/project/pyotp) (📥 4.2M / month · 📦 610 · ⏱️ 27.07.2023): ``` pip install pyotp ``` -- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 43K · ⏱️ 28.07.2023): +- [Conda](https://anaconda.org/conda-forge/pyotp) (📥 44K · ⏱️ 28.07.2023): ``` conda install -c conda-forge pyotp ```
-
django-rest-framework-simplejwt (🥈32 · ⭐ 3.6K) - A JSON Web Token authentication plugin for the Django.. MIT +
dj-rest-auth (🥈33 · ⭐ 1.4K) - Authentication for Django Rest Framework. MIT -- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (👨‍💻 100 · 🔀 620 · 📋 470 - 33% open · ⏱️ 10.08.2023): +- [GitHub](https://github.com/iMerica/dj-rest-auth) (👨‍💻 180 · 🔀 250 · 📥 350 · 📦 9.3K · 📋 360 - 44% open · ⏱️ 17.09.2023): ``` - git clone https://github.com/jazzband/djangorestframework-simplejwt + git clone https://github.com/iMerica/dj-rest-auth ``` -- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 1.6M / month · 📦 350 · ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/dj-rest-auth) (📥 240K / month · 📦 11 · ⏱️ 17.09.2023): ``` - pip install djangorestframework-simplejwt + pip install dj-rest-auth + ``` +- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (📥 19K · ⏱️ 19.09.2023): + ``` + conda install -c conda-forge dj-rest-auth ```
-
dj-rest-auth (🥈32 · ⭐ 1.4K) - Authentication for Django Rest Framework. MIT +
django-rest-framework-simplejwt (🥉31 · ⭐ 3.6K) - A JSON Web Token authentication plugin for the Django.. MIT -- [GitHub](https://github.com/iMerica/dj-rest-auth) (👨‍💻 180 · 🔀 250 · 📥 350 · 📦 9.3K · 📋 360 - 44% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/jazzband/djangorestframework-simplejwt) (👨‍💻 100 · 🔀 620 · 📋 470 - 33% open · ⏱️ 10.08.2023): ``` - git clone https://github.com/iMerica/dj-rest-auth - ``` -- [PyPi](https://pypi.org/project/dj-rest-auth) (📥 240K / month · 📦 11 · ⏱️ 11.09.2023): - ``` - pip install dj-rest-auth + git clone https://github.com/jazzband/djangorestframework-simplejwt ``` -- [Conda](https://anaconda.org/conda-forge/dj-rest-auth) (📥 19K · ⏱️ 12.09.2023): +- [PyPi](https://pypi.org/project/djangorestframework-simplejwt) (📥 1.6M / month · 📦 350 · ⏱️ 21.08.2023): ``` - conda install -c conda-forge dj-rest-auth + pip install djangorestframework-simplejwt ```
fastapi-users (🥉31 · ⭐ 3.4K) - Ready-to-use and customizable users management for FastAPI. MIT -- [GitHub](https://github.com/fastapi-users/fastapi-users) (👨‍💻 62 · 🔀 300 · 📥 79 · 📦 1.9K · 📋 250 - 2% open · ⏱️ 26.08.2023): +- [GitHub](https://github.com/fastapi-users/fastapi-users) (👨‍💻 62 · 🔀 300 · 📥 83 · 📦 2K · 📋 250 - 2% open · ⏱️ 26.08.2023): ``` git clone https://github.com/fastapi-users/fastapi-users ``` -- [PyPi](https://pypi.org/project/fastapi-users) (📥 54K / month · 📦 15 · ⏱️ 26.08.2023): +- [PyPi](https://pypi.org/project/fastapi-users) (📥 55K / month · 📦 15 · ⏱️ 26.08.2023): ``` pip install fastapi-users ``` @@ -1060,36 +1075,36 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge fastapi-users ```
-
python-jose (🥉30 · ⭐ 1.4K) - A JOSE implementation in Python. MIT +
Flask-HTTPAuth (🥉31 · ⭐ 1.2K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT -- [GitHub](https://github.com/mpdavis/python-jose) (👨‍💻 49 · 🔀 240 · 📋 160 - 52% open · ⏱️ 03.05.2023): +- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (👨‍💻 33 · 🔀 220 · 📋 110 - 7% open · ⏱️ 23.06.2023): ``` - git clone https://github.com/mpdavis/python-jose + git clone https://github.com/miguelgrinberg/Flask-HTTPAuth ``` -- [PyPi](https://pypi.org/project/python-jose) (📥 6.9M / month · 📦 850 · ⏱️ 05.06.2021): +- [PyPi](https://pypi.org/project/flask-httpauth) (📥 640K / month · 📦 2.2K · ⏱️ 27.04.2023): ``` - pip install python-jose + pip install flask-httpauth ``` -- [Conda](https://anaconda.org/conda-forge/python-jose) (📥 1.8M · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (📥 130K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge python-jose + conda install -c conda-forge flask-httpauth ```
-
Flask-HTTPAuth (🥉30 · ⭐ 1.2K) - Simple extension that provides Basic, Digest and Token HTTP.. MIT +
python-jose (🥉30 · ⭐ 1.4K) - A JOSE implementation in Python. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-HTTPAuth) (👨‍💻 33 · 🔀 220 · 📋 110 - 7% open · ⏱️ 23.06.2023): +- [GitHub](https://github.com/mpdavis/python-jose) (👨‍💻 49 · 🔀 240 · 📋 160 - 52% open · ⏱️ 03.05.2023): ``` - git clone https://github.com/miguelgrinberg/Flask-HTTPAuth + git clone https://github.com/mpdavis/python-jose ``` -- [PyPi](https://pypi.org/project/flask-httpauth) (📥 630K / month · 📦 2.2K · ⏱️ 27.04.2023): +- [PyPi](https://pypi.org/project/python-jose) (📥 6.9M / month · 📦 850 · ⏱️ 05.06.2021): ``` - pip install flask-httpauth + pip install python-jose ``` -- [Conda](https://anaconda.org/conda-forge/flask-httpauth) (📥 130K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/python-jose) (📥 1.8M · ⏱️ 16.06.2023): ``` - conda install -c conda-forge flask-httpauth + conda install -c conda-forge python-jose ```
flask-dance (🥉30 · ⭐ 960) - Doing the OAuth dance with style using Flask, requests, and.. MIT @@ -1099,7 +1114,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/singingwolfboy/flask-dance ``` -- [PyPi](https://pypi.org/project/flask-dance) (📥 73K / month · 📦 160 · ⏱️ 10.05.2023): +- [PyPi](https://pypi.org/project/flask-dance) (📥 71K / month · 📦 160 · ⏱️ 10.05.2023): ``` pip install flask-dance ``` @@ -1139,7 +1154,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/django-cas-ng/django-cas-ng ``` -- [PyPi](https://pypi.org/project/django-cas-ng) (📥 18K / month · 📦 74 · ⏱️ 06.09.2023): +- [PyPi](https://pypi.org/project/django-cas-ng) (📥 19K / month · 📦 74 · ⏱️ 06.09.2023): ``` pip install django-cas-ng ``` @@ -1151,14 +1166,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/authomatic/authomatic ``` -- [PyPi](https://pypi.org/project/authomatic) (📥 1.7K / month · 📦 250 · ⏱️ 08.06.2023): +- [PyPi](https://pypi.org/project/authomatic) (📥 1.8K / month · 📦 250 · ⏱️ 08.06.2023): ``` pip install authomatic ```
fastapi_login (🥉24 · ⭐ 520) - FastAPI-Login tries to provide similar functionality as.. MIT -- [GitHub](https://github.com/MushroomMaula/fastapi_login) (👨‍💻 14 · 🔀 53 · 📥 3 · 📦 620 · 📋 54 - 16% open · ⏱️ 27.07.2023): +- [GitHub](https://github.com/MushroomMaula/fastapi_login) (👨‍💻 14 · 🔀 53 · 📥 3 · 📦 630 · 📋 54 - 16% open · ⏱️ 27.07.2023): ``` git clone https://github.com/MushroomMaula/fastapi_login @@ -1175,19 +1190,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/dusktreader/flask-praetorian ``` -- [PyPi](https://pypi.org/project/flask-praetorian) (📥 3.6K / month · 📦 8 · ⏱️ 20.09.2022): +- [PyPi](https://pypi.org/project/flask-praetorian) (📥 3.5K / month · 📦 8 · ⏱️ 20.09.2022): ``` pip install flask-praetorian ```
-
python-jwt (🥉21 · ⭐ 210 · 💤) - Python module for generating and verifying JSON Web Tokens. MIT +
python-jwt (🥉21 · ⭐ 220 · 💤) - Python module for generating and verifying JSON Web Tokens. MIT - [GitHub](https://github.com/davedoesdev/python-jwt) (👨‍💻 5 · 🔀 27 · ⏱️ 01.01.2023): ``` git clone https://github.com/davedoesdev/python-jwt ``` -- [PyPi](https://pypi.org/project/python-jwt) (📥 210K / month · 📦 59 · ⏱️ 27.09.2022): +- [PyPi](https://pypi.org/project/python-jwt) (📥 190K / month · 📦 59 · ⏱️ 27.09.2022): ``` pip install python-jwt ``` @@ -1219,7 +1234,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - fastapi-jwt-auth (🥉20 · ⭐ 550 · 💀) - FastAPI extension that provides JWT Auth support.. MIT - apex (🥉17 · ⭐ 95 · 💀) - Toolkit for Pyramid, a Pylons Project, to add Authentication and.. MIT - pyramid_jwt (🥉15 · ⭐ 74 · 💀) - JWT authentication for Pyramid. BSD-2 -- fastapi-permissions (🥉13 · ⭐ 380 · 💀) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE +- fastapi-permissions (🥉13 · ⭐ 390 · 💀) - row level security for FastAPI framework. ❗️THE BEER-WARE LICENSE

@@ -1229,12 +1244,12 @@ _General purpose web frameworks to build web applications and REST APIs._
lxml (🥇40 · ⭐ 2.4K) - The lxml XML toolkit for Python. BSD-3 -- [GitHub](https://github.com/lxml/lxml) (👨‍💻 150 · 🔀 540 · 📥 21K · 📦 380K · ⏱️ 24.08.2023): +- [GitHub](https://github.com/lxml/lxml) (👨‍💻 150 · 🔀 570 · 📥 22K · 📦 380K · ⏱️ 21.09.2023): ``` git clone https://github.com/lxml/lxml ``` -- [PyPi](https://pypi.org/project/lxml) (📥 73M / month · 📦 40K · ⏱️ 05.07.2023): +- [PyPi](https://pypi.org/project/lxml) (📥 90M / month · 📦 40K · ⏱️ 05.07.2023): ``` pip install lxml ``` @@ -1245,7 +1260,7 @@ _General purpose web frameworks to build web applications and REST APIs._
markupsafe (🥈37 · ⭐ 550) - Safely add untrusted strings to HTML/XML markup. BSD-3 -- [GitHub](https://github.com/pallets/markupsafe) (👨‍💻 41 · 🔀 150 · 📥 2K · 📦 1.3M · 📋 110 - 0% open · ⏱️ 07.09.2023): +- [GitHub](https://github.com/pallets/markupsafe) (👨‍💻 41 · 🔀 150 · 📥 2.1K · 📦 1.3M · 📋 110 - 0% open · ⏱️ 15.09.2023): ``` git clone https://github.com/pallets/markupsafe @@ -1259,9 +1274,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge markupsafe ```
-
bleach (🥈36 · ⭐ 2.5K · 💤) - Bleach is an allowed-list-based HTML sanitizing library that.. Apache-2 +
bleach (🥈36 · ⭐ 2.5K) - Bleach is an allowed-list-based HTML sanitizing library that escapes.. Apache-2 -- [GitHub](https://github.com/mozilla/bleach) (👨‍💻 78 · 🔀 250 · 📦 270K · 📋 370 - 8% open · ⏱️ 23.01.2023): +- [GitHub](https://github.com/mozilla/bleach) (👨‍💻 78 · 🔀 250 · 📦 270K · 📋 370 - 8% open · ⏱️ 18.09.2023): ``` git clone https://github.com/mozilla/bleach @@ -1277,7 +1292,7 @@ _General purpose web frameworks to build web applications and REST APIs._
WeasyPrint (🥈33 · ⭐ 6.1K) - The awesome document factory. BSD-3 -- [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 130 · 🔀 610 · 📦 13 · 📋 1.6K - 11% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/Kozea/WeasyPrint) (👨‍💻 130 · 🔀 610 · 📦 13 · 📋 1.6K - 11% open · ⏱️ 18.09.2023): ``` git clone https://github.com/Kozea/WeasyPrint @@ -1286,7 +1301,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install weasyprint ``` -- [Conda](https://anaconda.org/conda-forge/weasyprint) (📥 130K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/weasyprint) (📥 130K · ⏱️ 21.09.2023): ``` conda install -c conda-forge weasyprint ``` @@ -1298,7 +1313,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/xhtml2pdf/xhtml2pdf ``` -- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 650K / month · 📦 830 · ⏱️ 07.05.2023): +- [PyPi](https://pypi.org/project/xhtml2pdf) (📥 610K / month · 📦 830 · ⏱️ 07.05.2023): ``` pip install xhtml2pdf ``` @@ -1314,7 +1329,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/html5lib/html5lib-python ``` -- [PyPi](https://pypi.org/project/html5lib) (📥 13M / month · 📦 15K · ⏱️ 22.06.2020): +- [PyPi](https://pypi.org/project/html5lib) (📥 12M / month · 📦 15K · ⏱️ 22.06.2020): ``` pip install html5lib ``` @@ -1323,7 +1338,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge html5lib ```
-
Requests-HTML (🥉32 · ⭐ 13K · 📉) - Pythonic HTML Parsing for Humans. MIT +
Requests-HTML (🥉32 · ⭐ 13K) - Pythonic HTML Parsing for Humans. MIT - [GitHub](https://github.com/psf/requests-html) (👨‍💻 66 · 🔀 990 · 📋 420 - 48% open · ⏱️ 03.04.2023): @@ -1342,18 +1357,18 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/gawel/pyquery ``` -- [PyPi](https://pypi.org/project/pyquery) (📥 1.7M / month · 📦 3.4K · ⏱️ 28.12.2022): +- [PyPi](https://pypi.org/project/pyquery) (📥 1.8M / month · 📦 3.4K · ⏱️ 28.12.2022): ``` pip install pyquery ``` -- [Conda](https://anaconda.org/conda-forge/pyquery) (📥 49K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pyquery) (📥 51K · ⏱️ 16.06.2023): ``` conda install -c conda-forge pyquery ```
-
selectolax (🥉26 · ⭐ 860) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT +
selectolax (🥉26 · ⭐ 870) - Python binding to Modest and Lexbor engines (fast HTML5 parser with.. MIT -- [GitHub](https://github.com/rushter/selectolax) (👨‍💻 12 · 🔀 63 · 📦 1K · 📋 78 - 19% open · ⏱️ 27.07.2023): +- [GitHub](https://github.com/rushter/selectolax) (👨‍💻 12 · 🔀 63 · 📦 1.1K · 📋 78 - 19% open · ⏱️ 27.07.2023): ``` git clone https://github.com/rushter/selectolax @@ -1363,14 +1378,14 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install selectolax ```
-
html5-parser (🥉21 · ⭐ 660) - Fast C based HTML 5 parsing for python. Apache-2 +
html5-parser (🥉22 · ⭐ 660) - Fast C based HTML 5 parsing for python. Apache-2 - [GitHub](https://github.com/kovidgoyal/html5-parser) (👨‍💻 6 · 🔀 35 · 📋 22 - 4% open · ⏱️ 12.04.2023): ``` git clone https://github.com/kovidgoyal/html5-parser ``` -- [PyPi](https://pypi.org/project/html5-parser) (📥 49K / month · 📦 17 · ⏱️ 12.04.2023): +- [PyPi](https://pypi.org/project/html5-parser) (📥 73K / month · 📦 17 · ⏱️ 12.04.2023): ``` pip install html5-parser ``` @@ -1381,30 +1396,30 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -
tldextract (🥇35 · ⭐ 1.7K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3 +
tldextract (🥇36 · ⭐ 1.7K) - Accurately separates a URLs subdomain, domain, and public suffix,.. BSD-3 -- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 47 · 🔀 210 · 📦 22K · 📋 190 - 9% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/john-kurkowski/tldextract) (👨‍💻 47 · 🔀 210 · 📦 22K · 📋 190 - 8% open · ⏱️ 19.09.2023): ``` git clone https://github.com/john-kurkowski/tldextract ``` -- [PyPi](https://pypi.org/project/tldextract) (📥 7M / month · 📦 1.2K · ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/tldextract) (📥 6.9M / month · 📦 1.2K · ⏱️ 19.09.2023): ``` pip install tldextract ``` -- [Conda](https://anaconda.org/conda-forge/tldextract) (📥 420K · ⏱️ 07.09.2023): +- [Conda](https://anaconda.org/conda-forge/tldextract) (📥 420K · ⏱️ 19.09.2023): ``` conda install -c conda-forge tldextract ```
-
Yarl (🥈33 · ⭐ 990) - Yet another URL library. Apache-2 +
Yarl (🥈32 · ⭐ 1K) - Yet another URL library. Apache-2 - [GitHub](https://github.com/aio-libs/yarl) (👨‍💻 81 · 🔀 140 · 📥 11K · 📋 220 - 16% open · ⏱️ 18.07.2023): ``` git clone https://github.com/aio-libs/yarl ``` -- [PyPi](https://pypi.org/project/yarl) (📥 70M / month · 📦 3.1K · ⏱️ 25.04.2023): +- [PyPi](https://pypi.org/project/yarl) (📥 69M / month · 📦 3.1K · ⏱️ 25.04.2023): ``` pip install yarl ``` @@ -1433,7 +1448,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - uritemplate (🥉28 · ⭐ 210) - URI template parsing per RFC6570. ❗️BSD-1-Clause - furl (🥉27 · ⭐ 2.5K · 💀) - URL parsing and manipulation made easy. Unlicense -- purl (🥉24 · ⭐ 290 · 💀) - A simple, immutable URL class with a clean API for interrogation and.. MIT +- purl (🥉25 · ⭐ 290 · 💀) - A simple, immutable URL class with a clean API for interrogation and.. MIT

@@ -1445,23 +1460,23 @@ _General purpose web frameworks to build web applications and REST APIs._
OpenAPI Generator (🥇42 · ⭐ 18K) - OpenAPI Generator allows generation of API client.. Apache-2 -- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 2.9K · 🔀 5.6K · 📦 5 · 📋 7.4K - 56% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/OpenAPITools/openapi-generator) (👨‍💻 2.9K · 🔀 5.6K · 📦 5 · 📋 7.5K - 55% open · ⏱️ 21.09.2023): ``` git clone https://github.com/OpenAPITools/openapi-generator ``` -- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 9.2K / month · ⏱️ 15.05.2020): +- [PyPi](https://pypi.org/project/openapi-generator-cli) (📥 8.8K / month · ⏱️ 15.05.2020): ``` pip install openapi-generator-cli ``` -- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 1.7M / month · 📦 590 · ⏱️ 18.07.2023): +- [npm](https://www.npmjs.com/package/@openapitools/openapi-generator-cli) (📥 1.5M / month · 📦 590 · ⏱️ 18.07.2023): ``` npm install @openapitools/openapi-generator-cli ```
swagger-ui (🥇37 · ⭐ 24K) - Swagger UI is a collection of HTML, JavaScript, and CSS.. Apache-2 -- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 560 · 🔀 8.7K · 📦 35K · 📋 5.2K - 18% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/swagger-api/swagger-ui) (👨‍💻 560 · 🔀 8.7K · 📦 35K · 📋 5.2K - 18% open · ⏱️ 21.09.2023): ``` git clone https://github.com/swagger-api/swagger-ui @@ -1469,12 +1484,12 @@ _General purpose web frameworks to build web applications and REST APIs._
drf-spectacular (🥇35 · ⭐ 1.8K) - Sane and flexible OpenAPI 3 schema generation for Django.. BSD-3 -- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 100 · 🔀 210 · 📦 66K · 📋 790 - 7% open · ⏱️ 06.09.2023): +- [GitHub](https://github.com/tfranzel/drf-spectacular) (👨‍💻 100 · 🔀 220 · 📦 67K · 📋 790 - 7% open · ⏱️ 16.09.2023): ``` git clone https://github.com/tfranzel/drf-spectacular ``` -- [PyPi](https://pypi.org/project/drf-spectacular) (📥 1.2M / month · 📦 53 · ⏱️ 23.07.2023): +- [PyPi](https://pypi.org/project/drf-spectacular) (📥 1.3M / month · 📦 53 · ⏱️ 23.07.2023): ``` pip install drf-spectacular ``` @@ -1494,14 +1509,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install drf-yasg ``` -- [Conda](https://anaconda.org/conda-forge/drf-yasg) (📥 6.9K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/drf-yasg) (📥 7K · ⏱️ 16.06.2023): ``` conda install -c conda-forge drf-yasg ```
-
apispec (🥈34 · ⭐ 1K) - A pluggable API specification generator. Currently supports the.. MIT +
apispec (🥈34 · ⭐ 1.1K) - A pluggable API specification generator. Currently supports the.. MIT -- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 84 · 🔀 170 · 📦 9.8K · 📋 270 - 11% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/marshmallow-code/apispec) (👨‍💻 84 · 🔀 170 · 📦 9.9K · 📋 270 - 11% open · ⏱️ 19.09.2023): ``` git clone https://github.com/marshmallow-code/apispec @@ -1517,36 +1532,36 @@ _General purpose web frameworks to build web applications and REST APIs._
redoc (🥈33 · ⭐ 21K) - OpenAPI/Swagger-generated API Reference Documentation. MIT -- [GitHub](https://github.com/Redocly/redoc) (👨‍💻 220 · 🔀 2.2K · 📥 91 · 📦 5.3K · 📋 1.7K - 18% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/Redocly/redoc) (👨‍💻 220 · 🔀 2.2K · 📥 91 · 📦 5.4K · 📋 1.7K - 18% open · ⏱️ 21.09.2023): ``` git clone https://github.com/Redocly/redoc ```
-
connexion (🥈33 · ⭐ 4.3K · 📉) - Swagger/OpenAPI First framework for Python on top of.. Apache-2 +
connexion (🥈33 · ⭐ 4.3K) - Swagger/OpenAPI First framework for Python on top of Flask.. Apache-2 - [GitHub](https://github.com/spec-first/connexion) (👨‍💻 210 · 🔀 730 · 📦 9.9K · 📋 940 - 11% open · ⏱️ 01.07.2023): ``` git clone https://github.com/zalando/connexion ``` -- [PyPi](https://pypi.org/project/connexion) (📥 3.3M / month · 📦 720 · ⏱️ 29.08.2023): +- [PyPi](https://pypi.org/project/connexion) (📥 3.2M / month · 📦 720 · ⏱️ 29.08.2023): ``` pip install connexion ``` -- [Conda](https://anaconda.org/conda-forge/connexion) (📥 240K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/connexion) (📥 250K · ⏱️ 16.06.2023): ``` conda install -c conda-forge connexion ```
datamodel-code-generator (🥈33 · ⭐ 1.8K) - Pydantic model and dataclasses.dataclass generator.. MIT -- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 89 · 🔀 220 · 📦 870 · 📋 370 - 27% open · ⏱️ 10.09.2023): +- [GitHub](https://github.com/koxudaxi/datamodel-code-generator) (👨‍💻 91 · 🔀 220 · 📦 880 · 📋 370 - 26% open · ⏱️ 21.09.2023): ``` git clone https://github.com/koxudaxi/datamodel-code-generator ``` -- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 530K / month · 📦 54 · ⏱️ 06.09.2023): +- [PyPi](https://pypi.org/project/datamodel-code-generator) (📥 550K / month · 📦 54 · ⏱️ 06.09.2023): ``` pip install datamodel-code-generator ``` @@ -1558,7 +1573,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/p1c2u/openapi-spec-validator ``` -- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 4.5M / month · 📦 230 · ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/openapi-spec-validator) (📥 4.3M / month · 📦 230 · ⏱️ 10.07.2023): ``` pip install openapi-spec-validator ``` @@ -1575,22 +1590,14 @@ _General purpose web frameworks to build web applications and REST APIs._ git clone https://github.com/swagger-api/swagger-codegen ```
-
AutoRest (🥉30 · ⭐ 4.3K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT - -- [GitHub](https://github.com/Azure/autorest) (👨‍💻 170 · 🔀 740 · 📥 87K · 📦 510 · 📋 2K - 3% open · ⏱️ 01.08.2023): - - ``` - git clone https://github.com/Azure/autorest - ``` -
-
flasgger (🥉30 · ⭐ 3.3K) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT +
flasgger (🥉31 · ⭐ 3.4K) - Easy OpenAPI specs and Swagger UI for your Flask API. MIT - [GitHub](https://github.com/flasgger/flasgger) (👨‍💻 110 · 🔀 480 · 📥 510 · 📦 11K · 📋 410 - 60% open · ⏱️ 18.05.2023): ``` git clone https://github.com/flasgger/flasgger ``` -- [PyPi](https://pypi.org/project/flasgger) (📥 430K / month · 📦 370 · ⏱️ 10.06.2023): +- [PyPi](https://pypi.org/project/flasgger) (📥 420K / month · 📦 370 · ⏱️ 10.06.2023): ``` pip install flasgger ``` @@ -1599,14 +1606,22 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flasgger ```
+
AutoRest (🥉30 · ⭐ 4.3K) - OpenAPI (f.k.a Swagger) Specification code generator. Supports C#,.. MIT + +- [GitHub](https://github.com/Azure/autorest) (👨‍💻 170 · 🔀 740 · 📥 87K · 📦 520 · 📋 2K - 3% open · ⏱️ 01.08.2023): + + ``` + git clone https://github.com/Azure/autorest + ``` +
openapi-python-client (🥉29 · ⭐ 820) - Generate modern Python clients from OpenAPI. MIT -- [GitHub](https://github.com/openapi-generators/openapi-python-client) (👨‍💻 54 · 🔀 150 · 📦 580 · 📋 360 - 25% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/openapi-generators/openapi-python-client) (👨‍💻 55 · 🔀 160 · 📦 590 · 📋 310 - 13% open · ⏱️ 18.09.2023): ``` git clone https://github.com/openapi-generators/openapi-python-client ``` -- [PyPi](https://pypi.org/project/openapi-python-client) (📥 160K / month · 📦 4 · ⏱️ 12.08.2023): +- [PyPi](https://pypi.org/project/openapi-python-client) (📥 160K / month · 📦 5 · ⏱️ 16.09.2023): ``` pip install openapi-python-client ``` @@ -1617,16 +1632,16 @@ _General purpose web frameworks to build web applications and REST APIs._
openapi-core (🥉28 · ⭐ 230) - Openapi-core is a Python library that adds client-side and.. BSD-3 -- [GitHub](https://github.com/python-openapi/openapi-core) (👨‍💻 60 · 🔀 120 · 📦 410 · 📋 210 - 31% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/python-openapi/openapi-core) (👨‍💻 60 · 🔀 120 · 📦 420 · 📋 210 - 31% open · ⏱️ 20.09.2023): ``` git clone https://github.com/p1c2u/openapi-core ``` -- [PyPi](https://pypi.org/project/openapi-core) (📥 210K / month · 📦 39 · ⏱️ 14.09.2023): +- [PyPi](https://pypi.org/project/openapi-core) (📥 230K / month · 📦 39 · ⏱️ 14.09.2023): ``` pip install openapi-core ``` -- [Conda](https://anaconda.org/conda-forge/openapi-core) (📥 14K · ⏱️ 10.07.2023): +- [Conda](https://anaconda.org/conda-forge/openapi-core) (📥 14K · ⏱️ 14.09.2023): ``` conda install -c conda-forge openapi-core ``` @@ -1638,31 +1653,31 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/IBM/openapi-to-graphql ``` -- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (📥 4.6K / month · 📦 3 · ⏱️ 09.03.2023): +- [npm](https://www.npmjs.com/package/openapi-to-graphql-cli) (📥 3.7K / month · 📦 3 · ⏱️ 09.03.2023): ``` npm install openapi-to-graphql-cli ```
-
Spectree (🥉25 · ⭐ 280) - API spec validator and OpenAPI document generator for Python.. Apache-2 +
Spectree (🥉25 · ⭐ 290) - API spec validator and OpenAPI document generator for Python.. Apache-2 -- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 40 · 🔀 67 · 📦 73 · 📋 110 - 16% open · ⏱️ 09.09.2023): +- [GitHub](https://github.com/0b01001001/spectree) (👨‍💻 40 · 🔀 66 · 📦 74 · 📋 110 - 15% open · ⏱️ 21.09.2023): ``` git clone https://github.com/0b01001001/spectree ``` -- [PyPi](https://pypi.org/project/spectree) (📥 42K / month · 📦 5 · ⏱️ 16.08.2023): +- [PyPi](https://pypi.org/project/spectree) (📥 42K / month · 📦 5 · ⏱️ 21.09.2023): ``` pip install spectree ```
pyramid_openapi3 (🥉20 · ⭐ 79) - Pyramid addon for OpenAPI3 validation of requests and.. MIT -- [GitHub](https://github.com/Pylons/pyramid_openapi3) (👨‍💻 24 · 🔀 40 · 📋 83 - 39% open · ⏱️ 17.05.2023): +- [GitHub](https://github.com/Pylons/pyramid_openapi3) (👨‍💻 24 · 🔀 39 · 📋 83 - 39% open · ⏱️ 17.05.2023): ``` git clone https://github.com/Pylons/pyramid_openapi3 ``` -- [PyPi](https://pypi.org/project/pyramid_openapi3) (📥 33K / month · 📦 5 · ⏱️ 11.12.2022): +- [PyPi](https://pypi.org/project/pyramid_openapi3) (📥 39K / month · 📦 5 · ⏱️ 11.12.2022): ``` pip install pyramid_openapi3 ``` @@ -1696,12 +1711,12 @@ _General purpose web frameworks to build web applications and REST APIs._
graphene (🥇36 · ⭐ 7.8K) - GraphQL framework for Python. MIT -- [GitHub](https://github.com/graphql-python/graphene) (👨‍💻 210 · 🔀 790 · 📦 19K · 📋 980 - 10% open · ⏱️ 30.08.2023): +- [GitHub](https://github.com/graphql-python/graphene) (👨‍💻 210 · 🔀 840 · 📦 19K · 📋 1K - 12% open · ⏱️ 30.08.2023): ``` git clone https://github.com/graphql-python/graphene ``` -- [PyPi](https://pypi.org/project/graphene) (📥 1.7M / month): +- [PyPi](https://pypi.org/project/graphene) (📥 1.7M / month · 📦 850 · ⏱️ 26.07.2023): ``` pip install graphene ``` @@ -1712,24 +1727,24 @@ _General purpose web frameworks to build web applications and REST APIs._
Strawberry GraphQL (🥇36 · ⭐ 3.4K) - A GraphQL library for Python that leverages type.. MIT -- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 220 · 🔀 440 · 📥 380 · 📦 2.2K · 📋 880 - 44% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/strawberry-graphql/strawberry) (👨‍💻 220 · 🔀 440 · 📥 370 · 📦 2.2K · 📋 880 - 43% open · ⏱️ 21.09.2023): ``` git clone https://github.com/strawberry-graphql/strawberry ``` -- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 650K / month · 📦 46 · ⏱️ 14.09.2023): +- [PyPi](https://pypi.org/project/strawberry-graphql) (📥 650K / month · 📦 46 · ⏱️ 21.09.2023): ``` pip install strawberry-graphql ```
graphene-django (🥈34 · ⭐ 4.1K) - Build powerful, efficient, and flexible GraphQL APIs.. MIT -- [GitHub](https://github.com/graphql-python/graphene-django) (👨‍💻 220 · 🔀 720 · 📦 14K · 📋 790 - 16% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/graphql-python/graphene-django) (👨‍💻 220 · 🔀 740 · 📦 14K · 📋 800 - 16% open · ⏱️ 18.09.2023): ``` git clone https://github.com/graphql-python/graphene-django ``` -- [PyPi](https://pypi.org/project/graphene-django) (📥 430K / month): +- [PyPi](https://pypi.org/project/graphene-django) (📥 430K / month · 📦 500 · ⏱️ 09.08.2023): ``` pip install graphene-django ``` @@ -1745,7 +1760,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mirumee/ariadne ``` -- [PyPi](https://pypi.org/project/ariadne) (📥 350K / month · 📦 45 · ⏱️ 27.06.2023): +- [PyPi](https://pypi.org/project/ariadne) (📥 340K / month · 📦 45 · ⏱️ 27.06.2023): ``` pip install ariadne ``` @@ -1761,19 +1776,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install graphql-core ``` -- [Conda](https://anaconda.org/conda-forge/graphql-core) (📥 780K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/graphql-core) (📥 790K · ⏱️ 16.06.2023): ``` conda install -c conda-forge graphql-core ```
-
graphene-mongo (🥈25 · ⭐ 270) - Graphene MongoEngine integration. MIT +
graphene-mongo (🥈25 · ⭐ 280) - Graphene MongoEngine integration. MIT - [GitHub](https://github.com/graphql-python/graphene-mongo) (👨‍💻 37 · 🔀 110 · 📦 320 · 📋 100 - 28% open · ⏱️ 01.06.2023): ``` git clone https://github.com/graphql-python/graphene-mongo ``` -- [PyPi](https://pypi.org/project/graphene-mongo) (📥 28K / month · 📦 13 · ⏱️ 14.10.2022): +- [PyPi](https://pypi.org/project/graphene-mongo) (📥 21K / month · 📦 13 · ⏱️ 14.10.2022): ``` pip install graphene-mongo ``` @@ -1801,7 +1816,7 @@ _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) (📥 630 / month · 📦 4 · ⏱️ 15.11.2021): +- [PyPi](https://pypi.org/project/tartiflette-aiohttp) (📥 750 / month · 📦 4 · ⏱️ 15.11.2021): ``` pip install tartiflette-aiohttp ``` @@ -1812,7 +1827,7 @@ _General purpose web frameworks to build web applications and REST APIs._ - graphql-relay-py (🥈25 · ⭐ 140 · 💀) - A library to help construct a graphql-py server supporting.. MIT - tartiflette (🥉23 · ⭐ 850 · 💀) - GraphQL Engine built with Python 3.6+ / asyncio. MIT - django-graphql-auth (🥉23 · ⭐ 320 · 💀) - Django registration and authentication with GraphQL. MIT -- python-graphql-client (🥉21 · ⭐ 160 · 💀) - Simple GraphQL client for Python 2.7+. MIT +- python-graphql-client (🥉22 · ⭐ 160 · 💀) - Simple GraphQL client for Python 2.7+. MIT - Flask-GraphQL-Auth (🥉17 · ⭐ 63 · 💀) - (UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to.. MIT - tartiflette-asgi (🥉16 · ⭐ 100 · 💀) - ASGI support for the Tartiflette GraphQL engine. MIT
@@ -1829,7 +1844,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/websocket-client/websocket-client ``` -- [PyPi](https://pypi.org/project/websocket-client) (📥 61M / month · 📦 7.1K · ⏱️ 11.09.2023): +- [PyPi](https://pypi.org/project/websocket-client) (📥 63M / month · 📦 7.1K · ⏱️ 11.09.2023): ``` pip install websocket-client ``` @@ -1845,7 +1860,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aaugustin/websockets ``` -- [PyPi](https://pypi.org/project/websockets) (📥 17M / month · 📦 4.2K · ⏱️ 07.05.2023): +- [PyPi](https://pypi.org/project/websockets) (📥 18M / month · 📦 4.2K · ⏱️ 07.05.2023): ``` pip install websockets ``` @@ -1861,7 +1876,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/crossbario/autobahn-python ``` -- [PyPi](https://pypi.org/project/autobahn) (📥 1M / month · 📦 2K · ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/autobahn) (📥 1.1M / month · 📦 2K · ⏱️ 14.06.2023): ``` pip install autobahn ``` @@ -1877,7 +1892,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/miguelgrinberg/Flask-SocketIO ``` -- [PyPi](https://pypi.org/project/flask-socketio) (📥 830K / month · 📦 2.4K · ⏱️ 05.09.2023): +- [PyPi](https://pypi.org/project/flask-socketio) (📥 840K / month · 📦 2.4K · ⏱️ 05.09.2023): ``` pip install flask-socketio ``` @@ -1888,7 +1903,7 @@ _General purpose web frameworks to build web applications and REST APIs._
python-socketio (🥈33 · ⭐ 3.5K) - Python Socket.IO server and client. MIT -- [GitHub](https://github.com/miguelgrinberg/python-socketio) (👨‍💻 67 · 🔀 560 · 📋 770 - 4% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/miguelgrinberg/python-socketio) (👨‍💻 67 · 🔀 560 · 📋 780 - 4% open · ⏱️ 19.09.2023): ``` git clone https://github.com/miguelgrinberg/python-socketio @@ -1897,7 +1912,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install python-socketio ``` -- [Conda](https://anaconda.org/conda-forge/python-socketio) (📥 420K · ⏱️ 04.09.2023): +- [Conda](https://anaconda.org/conda-forge/python-socketio) (📥 430K · ⏱️ 04.09.2023): ``` conda install -c conda-forge python-socketio ``` @@ -1925,7 +1940,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/novnc/websockify ``` -- [PyPi](https://pypi.org/project/websockify) (📥 44K / month · 📦 300 · ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/websockify) (📥 42K / month · 📦 300 · ⏱️ 21.08.2023): ``` pip install websockify ``` @@ -1941,7 +1956,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) (📥 21K / month · 📦 750 · ⏱️ 24.04.2020): +- [PyPi](https://pypi.org/project/sockjs-tornado) (📥 20K / month · 📦 750 · ⏱️ 24.04.2020): ``` pip install sockjs-tornado ``` @@ -1964,16 +1979,16 @@ _General purpose web frameworks to build web applications and REST APIs._
grpc (🥇48 · ⭐ 39K) - The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#). Apache-2 -- [GitHub](https://github.com/grpc/grpc) (👨‍💻 970 · 🔀 10K · 📥 28K · 📦 4.5K · 📋 11K - 7% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/grpc/grpc) (👨‍💻 970 · 🔀 10K · 📥 28K · 📦 4.5K · 📋 11K - 7% open · ⏱️ 21.09.2023): ``` git clone https://github.com/grpc/grpc ``` -- [PyPi](https://pypi.org/project/grpcio) (📥 78M / month · 📦 5.2K · ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/grpcio) (📥 77M / month · 📦 5.2K · ⏱️ 07.09.2023): ``` pip install grpcio ``` -- [Conda](https://anaconda.org/conda-forge/grpcio) (📥 9.6M · ⏱️ 14.08.2023): +- [Conda](https://anaconda.org/conda-forge/grpcio) (📥 9.7M · ⏱️ 14.08.2023): ``` conda install -c conda-forge grpcio ``` @@ -1996,24 +2011,24 @@ _General purpose web frameworks to build web applications and REST APIs._
ucall (🥉23 · ⭐ 840) - Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than.. Apache-2 -- [GitHub](https://github.com/unum-cloud/ucall) (👨‍💻 11 · 🔀 22 · 📦 15 · 📋 23 - 30% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/unum-cloud/ucall) (👨‍💻 11 · 🔀 23 · 📦 17 · 📋 23 - 30% open · ⏱️ 12.09.2023): ``` git clone https://github.com/unum-cloud/ucall ``` -- [PyPi](https://pypi.org/project/ucall) (📥 11K / month · ⏱️ 08.06.2023): +- [PyPi](https://pypi.org/project/ucall) (📥 15K / month · ⏱️ 08.06.2023): ``` pip install ucall ```
-
fastapi-jsonrpc (🥉21 · ⭐ 240) - JSON-RPC server based on fastapi. MIT +
fastapi-jsonrpc (🥉22 · ⭐ 240) - JSON-RPC server based on fastapi. MIT -- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (👨‍💻 10 · 🔀 24 · 📦 37 · 📋 30 - 30% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/smagafurov/fastapi-jsonrpc) (👨‍💻 10 · 🔀 24 · 📦 37 · 📋 31 - 25% open · ⏱️ 20.09.2023): ``` git clone https://github.com/smagafurov/fastapi-jsonrpc ``` -- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 3.6K / month · 📦 5 · ⏱️ 14.09.2023): +- [PyPi](https://pypi.org/project/fastapi-jsonrpc) (📥 3.9K / month · 📦 5 · ⏱️ 20.09.2023): ``` pip install fastapi-jsonrpc ``` @@ -2035,7 +2050,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/aws/chalice ``` -- [PyPi](https://pypi.org/project/chalice) (📥 300K / month · 📦 160 · ⏱️ 05.06.2023): +- [PyPi](https://pypi.org/project/chalice) (📥 310K / month · 📦 160 · ⏱️ 05.06.2023): ``` pip install chalice ``` @@ -2051,14 +2066,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/sloev/python-lambdarest ``` -- [PyPi](https://pypi.org/project/lambdarest) (📥 280 / month · ⏱️ 08.03.2023): +- [PyPi](https://pypi.org/project/lambdarest) (📥 320 / month · ⏱️ 08.03.2023): ``` pip install lambdarest ```
Show 2 hidden projects... -- Zappa (🥈34 · ⭐ 12K · 💀) - Serverless Python. MIT +- Zappa (🥇35 · ⭐ 12K · 💀) - Serverless Python. MIT - python-lambda (🥉25 · ⭐ 1.4K · 💀) - A toolkit for developing and deploying serverless Python code.. ISC

@@ -2069,7 +2084,7 @@ _General purpose web frameworks to build web applications and REST APIs._
wagtail (🥇41 · ⭐ 16K) - A Django content management system focused on flexibility and user.. BSD-3 -- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 840 · 🔀 3.3K · 📦 6 · 📋 4.6K - 20% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/wagtail/wagtail) (👨‍💻 840 · 🔀 3.3K · 📦 6 · 📋 4.6K - 20% open · ⏱️ 21.09.2023): ``` git clone https://github.com/wagtail/wagtail @@ -2083,38 +2098,38 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge wagtail ```
-
django-cms (🥈39 · ⭐ 9.5K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 +
django-cms (🥈40 · ⭐ 9.5K) - The easy-to-use and developer-friendly enterprise CMS powered.. BSD-3 -- [GitHub](https://github.com/django-cms/django-cms) (👨‍💻 630 · 🔀 3K · 📦 5K · 📋 3.4K - 3% open · ⏱️ 08.09.2023): +- [GitHub](https://github.com/django-cms/django-cms) (👨‍💻 630 · 🔀 3K · 📦 5K · 📋 3.4K - 3% open · ⏱️ 19.09.2023): ``` git clone https://github.com/django-cms/django-cms ``` -- [PyPi](https://pypi.org/project/django-cms) (📥 54K / month · 📦 1.7K · ⏱️ 08.09.2023): +- [PyPi](https://pypi.org/project/django-cms) (📥 61K / month · 📦 1.7K · ⏱️ 08.09.2023): ``` pip install django-cms ```
-
mezzanine (🥈31 · ⭐ 4.6K · 💤) - CMS framework for Django. BSD-2 +
mezzanine (🥈32 · ⭐ 4.6K · 💤) - CMS framework for Django. BSD-2 - [GitHub](https://github.com/stephenmcd/mezzanine) (👨‍💻 330 · 🔀 1.6K · 📋 1.1K - 5% open · ⏱️ 02.11.2022): ``` git clone https://github.com/stephenmcd/mezzanine ``` -- [PyPi](https://pypi.org/project/mezzanine) (📥 3K / month · 📦 1.2K · ⏱️ 08.08.2018): +- [PyPi](https://pypi.org/project/mezzanine) (📥 2.9K / month · 📦 1.2K · ⏱️ 08.08.2018): ``` pip install mezzanine ```
lektor (🥉30 · ⭐ 3.7K) - The lektor static file content management system. BSD-3 -- [GitHub](https://github.com/lektor/lektor) (👨‍💻 94 · 🔀 310 · 📥 7.1K · 📦 430 · 📋 660 - 35% open · ⏱️ 29.08.2023): +- [GitHub](https://github.com/lektor/lektor) (👨‍💻 94 · 🔀 310 · 📥 7.1K · 📦 430 · 📋 660 - 35% open · ⏱️ 15.09.2023): ``` git clone https://github.com/lektor/lektor ``` -- [PyPi](https://pypi.org/project/lektor) (📥 2.3K / month · 📦 89 · ⏱️ 02.05.2022): +- [PyPi](https://pypi.org/project/lektor) (📥 2.2K / month · 📦 89 · ⏱️ 02.05.2022): ``` pip install lektor ``` @@ -2130,14 +2145,14 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/feincms/feincms ``` -- [PyPi](https://pypi.org/project/feincms) (📥 5.8K / month · 📦 160 · ⏱️ 07.08.2023): +- [PyPi](https://pypi.org/project/feincms) (📥 6K / month · 📦 160 · ⏱️ 07.08.2023): ``` pip install feincms ```
Show 1 hidden projects... -- Kotti (🥉19 · ⭐ 400 · 💀) - Kotti is a high-level, Pythonic web application framework based on.. ❗️BSD +- Kotti (🥉20 · ⭐ 400 · 💀) - Kotti is a high-level, Pythonic web application framework based on.. ❗️BSD

@@ -2147,7 +2162,7 @@ _General purpose web frameworks to build web applications and REST APIs._
selenium (🥇47 · ⭐ 28K) - A browser automation framework and ecosystem. Apache-2 -- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 830 · 🔀 7.7K · 📥 12M · 📦 220K · 📋 9.4K - 2% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/SeleniumHQ/selenium) (👨‍💻 840 · 🔀 7.7K · 📥 12M · 📦 230K · 📋 9.4K - 2% open · ⏱️ 20.09.2023): ``` git clone https://github.com/SeleniumHQ/selenium @@ -2163,12 +2178,12 @@ _General purpose web frameworks to build web applications and REST APIs._
coverage (🥇43 · ⭐ 2.6K) - The code coverage tool for Python. Apache-2 -- [GitHub](https://github.com/nedbat/coveragepy) (👨‍💻 180 · 🔀 380 · 📦 330K · 📋 1.4K - 18% open · ⏱️ 07.09.2023): +- [GitHub](https://github.com/nedbat/coveragepy) (👨‍💻 180 · 🔀 380 · 📦 340K · 📋 1.4K - 18% open · ⏱️ 17.09.2023): ``` git clone https://github.com/nedbat/coveragepy ``` -- [PyPi](https://pypi.org/project/coverage) (📥 62M / month · 📦 57K · ⏱️ 06.09.2023): +- [PyPi](https://pypi.org/project/coverage) (📥 64M / month · 📦 57K · ⏱️ 06.09.2023): ``` pip install coverage ``` @@ -2179,12 +2194,12 @@ _General purpose web frameworks to build web applications and REST APIs._
Locust (🥇41 · ⭐ 22K) - Write scalable load tests in plain Python. MIT -- [GitHub](https://github.com/locustio/locust) (👨‍💻 290 · 🔀 2.8K · 📦 6.6K · 📋 1.5K - 1% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/locustio/locust) (👨‍💻 290 · 🔀 2.8K · 📦 6.7K · 📋 1.5K - 1% open · ⏱️ 15.09.2023): ``` git clone https://github.com/locustio/locust ``` -- [PyPi](https://pypi.org/project/locust) (📥 1.3M / month · 📦 110 · ⏱️ 11.09.2023): +- [PyPi](https://pypi.org/project/locust) (📥 1.3M / month · 📦 110 · ⏱️ 15.09.2023): ``` pip install locust ``` @@ -2195,12 +2210,12 @@ _General purpose web frameworks to build web applications and REST APIs._
mitmproxy (🥇40 · ⭐ 32K) - An interactive TLS-capable intercepting HTTP proxy for penetration.. MIT -- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 490 · 🔀 3.8K · 📥 220K · 📦 3.1K · 📋 3.1K - 9% open · ⏱️ 06.09.2023): +- [GitHub](https://github.com/mitmproxy/mitmproxy) (👨‍💻 490 · 🔀 3.8K · 📥 220K · 📦 3.1K · 📋 3.1K - 9% open · ⏱️ 20.09.2023): ``` git clone https://github.com/mitmproxy/mitmproxy ``` -- [PyPi](https://pypi.org/project/mitmproxy) (📥 250K / month · 📦 480 · ⏱️ 04.08.2023): +- [PyPi](https://pypi.org/project/mitmproxy) (📥 260K / month · 📦 480 · ⏱️ 04.08.2023): ``` pip install mitmproxy ``` @@ -2221,32 +2236,32 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge responses ```
-
vcrpy (🥇36 · ⭐ 2.5K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT +
SeleniumBase (🥈35 · ⭐ 3.6K) - Pythons best framework for browser automation and testing. MIT -- [GitHub](https://github.com/kevin1024/vcrpy) (👨‍💻 140 · 🔀 350 · 📦 7.9K · 📋 400 - 30% open · ⏱️ 09.08.2023): +- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨‍💻 37 · 🔀 840 · 📦 840 · 📋 860 - 0% open · ⏱️ 20.09.2023): ``` - git clone https://github.com/kevin1024/vcrpy - ``` -- [PyPi](https://pypi.org/project/vcrpy) (📥 1.5M / month · 📦 1K · ⏱️ 31.07.2023): - ``` - pip install vcrpy + git clone https://github.com/seleniumbase/SeleniumBase ``` -- [Conda](https://anaconda.org/conda-forge/vcrpy) (📥 320K · ⏱️ 31.07.2023): +- [PyPi](https://pypi.org/project/seleniumbase) (📥 390K / month · 📦 9 · ⏱️ 20.09.2023): ``` - conda install -c conda-forge vcrpy + pip install seleniumbase ```
-
SeleniumBase (🥈35 · ⭐ 3.6K) - Pythons best framework for browser automation and testing. MIT +
vcrpy (🥈35 · ⭐ 2.5K) - Automatically mock your HTTP interactions to simplify and speed up testing. MIT -- [GitHub](https://github.com/seleniumbase/SeleniumBase) (👨‍💻 37 · 🔀 840 · 📦 830 · 📋 860 - 0% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/kevin1024/vcrpy) (👨‍💻 140 · 🔀 350 · 📦 7.9K · 📋 400 - 30% open · ⏱️ 09.08.2023): ``` - git clone https://github.com/seleniumbase/SeleniumBase + git clone https://github.com/kevin1024/vcrpy ``` -- [PyPi](https://pypi.org/project/seleniumbase) (📥 380K / month · 📦 8 · ⏱️ 13.09.2023): +- [PyPi](https://pypi.org/project/vcrpy) (📥 1.4M / month · 📦 1K · ⏱️ 31.07.2023): ``` - pip install seleniumbase + pip install vcrpy + ``` +- [Conda](https://anaconda.org/conda-forge/vcrpy) (📥 320K · ⏱️ 31.07.2023): + ``` + conda install -c conda-forge vcrpy ```
SeleniumLibrary (🥈35 · ⭐ 1.3K) - Web testing library for Robot Framework. Apache-2 @@ -2256,11 +2271,11 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/robotframework/SeleniumLibrary ``` -- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 760K / month · 📦 140 · ⏱️ 09.09.2023): +- [PyPi](https://pypi.org/project/robotframework-seleniumlibrary) (📥 770K / month · 📦 140 · ⏱️ 09.09.2023): ``` pip install robotframework-seleniumlibrary ``` -- [Conda](https://anaconda.org/conda-forge/robotframework-seleniumlibrary) (📥 75K · ⏱️ 09.09.2023): +- [Conda](https://anaconda.org/conda-forge/robotframework-seleniumlibrary) (📥 76K · ⏱️ 09.09.2023): ``` conda install -c conda-forge robotframework-seleniumlibrary ``` @@ -2272,31 +2287,31 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/cobrateam/splinter ``` -- [PyPi](https://pypi.org/project/splinter) (📥 84K / month · 📦 1.1K · ⏱️ 17.01.2023): +- [PyPi](https://pypi.org/project/splinter) (📥 85K / month · 📦 1.1K · ⏱️ 17.01.2023): ``` pip install splinter ```
httprunner (🥈33 · ⭐ 3.8K) - HttpRunner API/UI. Apache-2 -- [GitHub](https://github.com/httprunner/httprunner) (👨‍💻 44 · 🔀 1.2K · 📥 9.2K · 📦 520 · 📋 1.2K - 37% open · ⏱️ 07.09.2023): +- [GitHub](https://github.com/httprunner/httprunner) (👨‍💻 45 · 🔀 1.2K · 📥 9.2K · 📦 520 · 📋 1.2K - 37% open · ⏱️ 20.09.2023): ``` git clone https://github.com/httprunner/httprunner ``` -- [PyPi](https://pypi.org/project/httprunner) (📥 3.5K / month · 📦 7 · ⏱️ 23.07.2023): +- [PyPi](https://pypi.org/project/httprunner) (📥 3.6K / month · 📦 7 · ⏱️ 23.07.2023): ``` pip install httprunner ```
Prism (🥈33 · ⭐ 3.7K) - Turn any OpenAPI2/3 and Postman Collection file into an API server.. Apache-2 -- [GitHub](https://github.com/stoplightio/prism) (👨‍💻 89 · 🔀 310 · 📥 790K · 📦 430 · 📋 650 - 9% open · ⏱️ 29.08.2023): +- [GitHub](https://github.com/stoplightio/prism) (👨‍💻 89 · 🔀 310 · 📥 800K · 📦 430 · 📋 660 - 10% open · ⏱️ 19.09.2023): ``` git clone https://github.com/stoplightio/prism ``` -- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 200K / month · 📦 28 · ⏱️ 25.08.2023): +- [npm](https://www.npmjs.com/package/@stoplight/prism-cli) (📥 170K / month · 📦 28 · ⏱️ 19.09.2023): ``` npm install @stoplight/prism-cli ``` @@ -2319,35 +2334,35 @@ _General purpose web frameworks to build web applications and REST APIs._
django-silk (🥈32 · ⭐ 4K) - Silky smooth profiling for Django. MIT -- [GitHub](https://github.com/jazzband/django-silk) (👨‍💻 140 · 🔀 320 · 📥 190 · 📦 4K · 📋 340 - 33% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/jazzband/django-silk) (👨‍💻 140 · 🔀 320 · 📥 190 · 📦 4K · 📋 340 - 33% open · ⏱️ 19.09.2023): ``` git clone https://github.com/jazzband/django-silk ``` -- [PyPi](https://pypi.org/project/django-silk) (📥 520K / month · 📦 150 · ⏱️ 15.01.2023): +- [PyPi](https://pypi.org/project/django-silk) (📥 480K / month · 📦 150 · ⏱️ 15.01.2023): ``` pip install django-silk ```
-
factory_boy (🥈32 · ⭐ 3.2K) - A test fixtures replacement for Python. MIT +
factory_boy (🥈31 · ⭐ 3.2K) - A test fixtures replacement for Python. MIT - [GitHub](https://github.com/FactoryBoy/factory_boy) (👨‍💻 130 · 🔀 380 · 📋 590 - 33% open · ⏱️ 05.09.2023): ``` git clone https://github.com/FactoryBoy/factory_boy ``` -- [PyPi](https://pypi.org/project/factory_boy) (📥 3.2M / month · 📦 800 · ⏱️ 19.07.2023): +- [PyPi](https://pypi.org/project/factory_boy) (📥 3.3M / month · 📦 800 · ⏱️ 19.07.2023): ``` pip install factory_boy ``` -- [Conda](https://anaconda.org/conda-forge/factory_boy) (📥 130K · ⏱️ 19.07.2023): +- [Conda](https://anaconda.org/conda-forge/factory_boy) (📥 140K · ⏱️ 19.07.2023): ``` conda install -c conda-forge factory_boy ```
HTTPretty (🥈31 · ⭐ 2.1K · 💤) - Intercept HTTP requests at the Python socket level. Fakes the.. MIT -- [GitHub](https://github.com/gabrielfalcao/HTTPretty) (👨‍💻 100 · 🔀 270 · 📦 14K · 📋 250 - 44% open · ⏱️ 16.10.2022): +- [GitHub](https://github.com/gabrielfalcao/HTTPretty) (👨‍💻 100 · 🔀 270 · 📦 14K · 📋 260 - 43% open · ⏱️ 16.10.2022): ``` git clone https://github.com/gabrielfalcao/HTTPretty @@ -2373,26 +2388,26 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install schemathesis ```
-
tavern (🥈29 · ⭐ 940) - A command-line tool and Python library and Pytest plugin for automated.. MIT +
tavern (🥈30 · ⭐ 940) - A command-line tool and Python library and Pytest plugin for automated.. MIT -- [GitHub](https://github.com/taverntesting/tavern) (👨‍💻 58 · 🔀 190 · 📦 490 · 📋 590 - 7% open · ⏱️ 05.08.2023): +- [GitHub](https://github.com/taverntesting/tavern) (👨‍💻 58 · 🔀 180 · 📦 490 · 📋 600 - 7% open · ⏱️ 19.09.2023): ``` git clone https://github.com/taverntesting/tavern ``` -- [PyPi](https://pypi.org/project/tavern) (📥 160K / month · 📦 23 · ⏱️ 26.06.2022): +- [PyPi](https://pypi.org/project/tavern) (📥 160K / month · 📦 24 · ⏱️ 18.09.2023): ``` pip install tavern ```
Model Bakery (🥈29 · ⭐ 710) - Object factory for Django. Apache-2 -- [GitHub](https://github.com/model-bakers/model_bakery) (👨‍💻 48 · 🔀 81 · 📦 3.3K · 📋 130 - 21% open · ⏱️ 05.09.2023): +- [GitHub](https://github.com/model-bakers/model_bakery) (👨‍💻 48 · 🔀 81 · 📦 3.3K · 📋 130 - 21% open · ⏱️ 18.09.2023): ``` git clone https://github.com/model-bakers/model_bakery ``` -- [PyPi](https://pypi.org/project/model_bakery) (📥 450K / month · 📦 26 · ⏱️ 24.08.2023): +- [PyPi](https://pypi.org/project/model_bakery) (📥 460K / month · 📦 26 · ⏱️ 24.08.2023): ``` pip install model_bakery ``` @@ -2403,7 +2418,7 @@ _General purpose web frameworks to build web applications and REST APIs._
selene (🥈29 · ⭐ 630) - User-oriented Web UI browser tests in Python. MIT -- [GitHub](https://github.com/yashaka/selene) (👨‍💻 39 · 🔀 140 · 📦 2.8K · 📋 300 - 36% open · ⏱️ 25.08.2023): +- [GitHub](https://github.com/yashaka/selene) (👨‍💻 39 · 🔀 130 · 📦 2.9K · 📋 300 - 36% open · ⏱️ 25.08.2023): ``` git clone https://github.com/yashaka/selene @@ -2413,7 +2428,7 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install selene ```
-
Dredd (🥉28 · ⭐ 4K) - Language-agnostic HTTP API Testing Tool. MIT +
Dredd (🥉28 · ⭐ 4.1K) - Language-agnostic HTTP API Testing Tool. MIT - [GitHub](https://github.com/apiaryio/dredd) (👨‍💻 110 · 🔀 300 · 📦 1K · 📋 830 - 30% open · ⏱️ 19.07.2023): @@ -2424,7 +2439,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install dredd_hooks ``` -- [npm](https://www.npmjs.com/package/dredd) (📥 29K / month · 📦 180 · ⏱️ 16.11.2021): +- [npm](https://www.npmjs.com/package/dredd) (📥 25K / month · 📦 180 · ⏱️ 16.11.2021): ``` npm install dredd ``` @@ -2436,7 +2451,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/flask-debugtoolbar/flask-debugtoolbar ``` -- [PyPi](https://pypi.org/project/flask-debugtoolbar) (📥 130K / month · 📦 3K · ⏱️ 29.03.2022): +- [PyPi](https://pypi.org/project/flask-debugtoolbar) (📥 140K / month · 📦 3K · ⏱️ 29.03.2022): ``` pip install flask-debugtoolbar ``` @@ -2445,18 +2460,6 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge flask-debugtoolbar ```
-
selenium-python-helium (🥉27 · ⭐ 3.5K) - Selenium-python but lighter: Helium is the best.. MIT - -- [GitHub](https://github.com/mherrmann/selenium-python-helium) (👨‍💻 8 · 🔀 310 · 📦 490 · 📋 86 - 53% open · ⏱️ 03.08.2023): - - ``` - git clone https://github.com/mherrmann/selenium-python-helium - ``` -- [PyPi](https://pypi.org/project/helium) (📥 9.6K / month · 📦 13 · ⏱️ 03.08.2023): - ``` - pip install helium - ``` -
webtest (🥉27 · ⭐ 330) - Wraps any WSGI application and makes it easy to send test requests to that.. MIT - [GitHub](https://github.com/Pylons/webtest) (👨‍💻 91 · 🔀 110 · 📦 11K · 📋 130 - 21% open · ⏱️ 08.06.2023): @@ -2464,7 +2467,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/webtest ``` -- [PyPi](https://pypi.org/project/webtest) (📥 590K / month · 📦 4K · ⏱️ 19.08.2021): +- [PyPi](https://pypi.org/project/webtest) (📥 580K / month · 📦 4K · ⏱️ 19.08.2021): ``` pip install webtest ``` @@ -2473,22 +2476,34 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge webtest ```
-
playwright (🥉26 · ⭐ 9.2K) - A high-level API to automate web browsers. Apache-2 +
playwright (🥉26 · ⭐ 9.3K) - A high-level API to automate web browsers. Apache-2 -- [GitHub](https://github.com/Microsoft/playwright-python) (🔀 760): +- [GitHub](https://github.com/Microsoft/playwright-python) (🔀 790): ``` git clone https://github.com/Microsoft/playwright-python ``` -- [PyPi](https://pypi.org/project/playwright) (📥 1.5M / month · 📦 260 · ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/playwright) (📥 1.4M / month · 📦 280 · ⏱️ 18.09.2023): ``` pip install playwright ``` -- [Conda](https://anaconda.org/microsoft/playwright) (📥 21K · ⏱️ 14.08.2023): +- [Conda](https://anaconda.org/microsoft/playwright) (📥 22K · ⏱️ 18.09.2023): ``` conda install -c microsoft playwright ```
+
selenium-python-helium (🥉26 · ⭐ 3.5K) - Selenium-python but lighter: Helium is the best.. MIT + +- [GitHub](https://github.com/mherrmann/selenium-python-helium) (👨‍💻 8 · 🔀 310 · 📦 490 · 📋 86 - 53% open · ⏱️ 03.08.2023): + + ``` + git clone https://github.com/mherrmann/selenium-python-helium + ``` +- [PyPi](https://pypi.org/project/helium) (📥 8K / month · 📦 13 · ⏱️ 03.08.2023): + ``` + pip install helium + ``` +
django-test-plus (🥉26 · ⭐ 580) - Useful additions to Djangos default TestCase. BSD-3 - [GitHub](https://github.com/revsys/django-test-plus) (👨‍💻 33 · 🔀 66 · 📋 57 - 19% open · ⏱️ 11.07.2023): @@ -2521,14 +2536,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pytest-flask ```
-
aioresponses (🥉25 · ⭐ 450) - Aioresponses is a helper for mock/fake web requests in python.. MIT +
aioresponses (🥉24 · ⭐ 450) - Aioresponses is a helper for mock/fake web requests in python.. MIT - [GitHub](https://github.com/pnuckowski/aioresponses) (👨‍💻 45 · 🔀 83 · 📋 98 - 51% open · ⏱️ 31.08.2023): ``` git clone https://github.com/pnuckowski/aioresponses ``` -- [PyPi](https://pypi.org/project/aioresponses) (📥 610K / month · 📦 160 · ⏱️ 14.12.2022): +- [PyPi](https://pypi.org/project/aioresponses) (📥 580K / month · 📦 160 · ⏱️ 14.12.2022): ``` pip install aioresponses ``` @@ -2540,7 +2555,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/tryolabs/requestium ``` -- [PyPi](https://pypi.org/project/requestium) (📥 13K / month · 📦 7 · ⏱️ 04.12.2022): +- [PyPi](https://pypi.org/project/requestium) (📥 12K / month · 📦 7 · ⏱️ 04.12.2022): ``` pip install requestium ``` @@ -2552,7 +2567,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/pyramid_debugtoolbar ``` -- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (📥 2.2M / month · 📦 23 · ⏱️ 05.01.2015): +- [PyPi](https://pypi.org/project/pyramid_debugtoolbar) (📥 2.1M / month · 📦 23 · ⏱️ 05.01.2015): ``` pip install pyramid_debugtoolbar ``` @@ -2563,12 +2578,12 @@ _General purpose web frameworks to build web applications and REST APIs._
fsociety (🥉22 · ⭐ 1K) - A Modular Penetration Testing Framework. MIT -- [GitHub](https://github.com/fsociety-team/fsociety) (👨‍💻 11 · 🔀 130 · 📦 8 · 📋 27 - 7% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/fsociety-team/fsociety) (👨‍💻 11 · 🔀 130 · 📦 8 · 📋 28 - 7% open · ⏱️ 19.09.2023): ``` git clone https://github.com/fsociety-team/fsociety ``` -- [PyPi](https://pypi.org/project/fsociety) (📥 1.7K / month · ⏱️ 01.05.2022): +- [PyPi](https://pypi.org/project/fsociety) (📥 1.8K / month · ⏱️ 01.05.2022): ``` pip install fsociety ``` @@ -2580,7 +2595,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/loads/molotov ``` -- [PyPi](https://pypi.org/project/molotov) (📥 25K / month · 📦 13 · ⏱️ 21.10.2022): +- [PyPi](https://pypi.org/project/molotov) (📥 26K / month · 📦 13 · ⏱️ 21.10.2022): ``` pip install molotov ``` @@ -2592,7 +2607,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mindflayer/python-mocket ``` -- [PyPi](https://pypi.org/project/mocket) (📥 6.3K / month · 📦 27 · ⏱️ 03.12.2022): +- [PyPi](https://pypi.org/project/mocket) (📥 6.5K / month · 📦 27 · ⏱️ 03.12.2022): ``` pip install mocket ``` @@ -2626,9 +2641,9 @@ _General purpose web frameworks to build web applications and REST APIs._ - Mockoon (🥉27 · ⭐ 5.4K) - Mockoon is the easiest and quickest way to run mock APIs.. ❗Unlicensed - splash (🥉26 · ⭐ 3.9K · 💀) - Lightweight, scriptable browser as a service with an HTTP API. BSD-3 - mixer (🥉25 · ⭐ 920 · 💀) - Mixer -- Is a fixtures replacement. Supported Django, Flask,.. BSD-3 -- yandex-tank (🥉24 · ⭐ 2.3K) - Load and performance benchmark tool. ❗️LGPL-2.1 - wdb (🥉24 · ⭐ 1.6K · 💀) - An improbable web debugger through WebSockets. ❗️GPL-3.0 - pytest-splinter (🥉24 · ⭐ 240 · 💀) - pytest splinter and selenium integration for anyone.. MIT +- yandex-tank (🥉23 · ⭐ 2.3K) - Load and performance benchmark tool. ❗️LGPL-2.1 - pyresttest (🥉23 · ⭐ 1.1K · 💀) - Python Rest Testing. Apache-2 - httmock (🥉23 · ⭐ 460 · 💀) - A mocking library for requests. Apache-2 - aresponses (🥉19 · ⭐ 97 · 💀) - Asyncio http mocking. Similar to the responses library used for.. MIT @@ -2644,12 +2659,12 @@ _General purpose web frameworks to build web applications and REST APIs._
wtforms (🥇38 · ⭐ 1.4K) - A flexible forms validation and rendering library for Python. BSD-3 -- [GitHub](https://github.com/wtforms/wtforms) (👨‍💻 150 · 🔀 380 · 📦 190K · 📋 430 - 11% open · ⏱️ 22.08.2023): +- [GitHub](https://github.com/wtforms/wtforms) (👨‍💻 150 · 🔀 390 · 📦 190K · 📋 460 - 17% open · ⏱️ 22.08.2023): ``` git clone https://github.com/wtforms/wtforms ``` -- [PyPi](https://pypi.org/project/wtforms) (📥 3.8M / month): +- [PyPi](https://pypi.org/project/wtforms) (📥 3.8M / month · 📦 15K · ⏱️ 23.12.2021): ``` pip install wtforms ``` @@ -2669,42 +2684,42 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install flask-wtf ``` -- [Conda](https://anaconda.org/conda-forge/flask-wtf) (📥 180K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-wtf) (📥 190K · ⏱️ 16.06.2023): ``` conda install -c conda-forge flask-wtf ```
django-crispy-forms (🥉35 · ⭐ 4.8K) - The best way to have DRY Django forms. The app.. MIT -- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (👨‍💻 220 · 🔀 690 · 📦 130K · 📋 680 - 7% open · ⏱️ 14.08.2023): +- [GitHub](https://github.com/django-crispy-forms/django-crispy-forms) (👨‍💻 220 · 🔀 730 · 📦 130K · 📋 690 - 9% open · ⏱️ 14.08.2023): ``` git clone https://github.com/django-crispy-forms/django-crispy-forms ``` -- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 750K / month): +- [PyPi](https://pypi.org/project/django-crispy-forms) (📥 770K / month · 📦 8K · ⏱️ 13.02.2023): ``` pip install django-crispy-forms ``` -- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (📥 84K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-crispy-forms) (📥 85K · ⏱️ 16.06.2023): ``` conda install -c conda-forge django-crispy-forms ```
-
django-formtools (🥉28 · ⭐ 690) - A set of high-level abstractions for Django forms. BSD-3 +
django-formtools (🥉28 · ⭐ 700) - A set of high-level abstractions for Django forms. BSD-3 - [GitHub](https://github.com/jazzband/django-formtools) (👨‍💻 71 · 🔀 120 · 📦 9.4K · 📋 140 - 48% open · ⏱️ 20.07.2023): ``` git clone https://github.com/jazzband/django-formtools ``` -- [PyPi](https://pypi.org/project/django-formtools) (📥 400K / month · 📦 1.2K · ⏱️ 13.05.2023): +- [PyPi](https://pypi.org/project/django-formtools) (📥 410K / month · 📦 1.2K · ⏱️ 13.05.2023): ``` pip install django-formtools ```
Show 1 hidden projects... -- deform (🥉26 · ⭐ 400 · 💀) - A Python HTML form library. BSD-3 +- deform (🥉27 · ⭐ 400 · 💀) - A Python HTML form library. BSD-3

@@ -2730,12 +2745,12 @@ _General purpose web frameworks to build web applications and REST APIs._
python-markdown2 (🥈35 · ⭐ 2.5K) - markdown2: A fast and complete implementation of Markdown in.. MIT -- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 72 · 🔀 440 · 📦 19K · 📋 300 - 29% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/trentm/python-markdown2) (👨‍💻 72 · 🔀 440 · 📦 19K · 📋 300 - 29% open · ⏱️ 19.09.2023): ``` git clone https://github.com/trentm/python-markdown2 ``` -- [PyPi](https://pypi.org/project/markdown2) (📥 3.1M / month · 📦 2.4K · ⏱️ 25.07.2023): +- [PyPi](https://pypi.org/project/markdown2) (📥 2.9M / month · 📦 2.4K · ⏱️ 25.07.2023): ``` pip install markdown2 ``` @@ -2747,7 +2762,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/lepture/mistune ``` -- [PyPi](https://pypi.org/project/mistune) (📥 17M / month · 📦 9.4K · ⏱️ 09.06.2023): +- [PyPi](https://pypi.org/project/mistune) (📥 18M / month · 📦 9.4K · ⏱️ 09.06.2023): ``` pip install mistune ``` @@ -2758,12 +2773,12 @@ _General purpose web frameworks to build web applications and REST APIs._
pymdown-extensions (🥈33 · ⭐ 800) - Extensions for Python Markdown. MIT -- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 43 · 🔀 260 · 📦 24K · 📋 340 - 2% open · ⏱️ 02.09.2023): +- [GitHub](https://github.com/facelessuser/pymdown-extensions) (👨‍💻 43 · 🔀 260 · 📦 24K · 📋 340 - 2% open · ⏱️ 20.09.2023): ``` git clone https://github.com/facelessuser/pymdown-extensions ``` -- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 2M / month · 📦 180 · ⏱️ 02.09.2023): +- [PyPi](https://pypi.org/project/pymdown-extensions) (📥 2.1M / month · 📦 180 · ⏱️ 02.09.2023): ``` pip install pymdown-extensions ``` @@ -2774,7 +2789,7 @@ _General purpose web frameworks to build web applications and REST APIs._
markdown-it-py (🥉32 · ⭐ 520) - Markdown parser, done right. 100% CommonMark support, extensions,.. MIT -- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨‍💻 25 · 🔀 61 · 📦 48K · 📋 78 - 34% open · ⏱️ 05.07.2023): +- [GitHub](https://github.com/executablebooks/markdown-it-py) (👨‍💻 25 · 🔀 61 · 📦 50K · 📋 78 - 34% open · ⏱️ 05.07.2023): ``` git clone https://github.com/executablebooks/markdown-it-py @@ -2783,19 +2798,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` pip install markdown-it-py ``` -- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (📥 2.6M · ⏱️ 07.06.2023): +- [Conda](https://anaconda.org/conda-forge/markdown-it-py) (📥 2.7M · ⏱️ 07.06.2023): ``` conda install -c conda-forge markdown-it-py ```
-
mistletoe (🥉27 · ⭐ 650) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT +
mistletoe (🥉27 · ⭐ 660) - A fast, extensible and spec-compliant Markdown parser in pure Python. MIT -- [GitHub](https://github.com/miyuchina/mistletoe) (👨‍💻 32 · 🔀 100 · 📥 430 · 📦 730 · 📋 120 - 15% open · ⏱️ 24.08.2023): +- [GitHub](https://github.com/miyuchina/mistletoe) (👨‍💻 32 · 🔀 100 · 📥 460 · 📦 740 · 📋 120 - 15% open · ⏱️ 24.08.2023): ``` git clone https://github.com/miyuchina/mistletoe ``` -- [PyPi](https://pypi.org/project/mistletoe) (📥 140K / month): +- [PyPi](https://pypi.org/project/mistletoe) (📥 130K / month · 📦 73 · ⏱️ 24.08.2023): ``` pip install mistletoe ``` @@ -2807,7 +2822,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/neutronX/django-markdownx ``` -- [PyPi](https://pypi.org/project/django-markdownx) (📥 31K / month · 📦 120 · ⏱️ 03.01.2022): +- [PyPi](https://pypi.org/project/django-markdownx) (📥 32K / month · 📦 120 · ⏱️ 03.01.2022): ``` pip install django-markdownx ``` @@ -2819,19 +2834,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/agusmakmun/django-markdown-editor ``` -- [PyPi](https://pypi.org/project/martor) (📥 20K / month · 📦 25 · ⏱️ 20.07.2023): +- [PyPi](https://pypi.org/project/martor) (📥 19K / month · 📦 25 · ⏱️ 20.07.2023): ``` pip install martor ```
markdown-include (🥉21 · ⭐ 90 · 💤) - Provides syntax for Python-Markdown which allows for.. ❗️GPL-3.0 -- [GitHub](https://github.com/cmacmackin/markdown-include) (👨‍💻 12 · 🔀 40 · 📦 5K · 📋 26 - 42% open · ⏱️ 07.02.2023): +- [GitHub](https://github.com/cmacmackin/markdown-include) (👨‍💻 12 · 🔀 40 · 📦 5K · 📋 27 - 40% open · ⏱️ 07.02.2023): ``` git clone https://github.com/cmacmackin/markdown-include ``` -- [PyPi](https://pypi.org/project/markdown-include) (📥 63K / month · 📦 270 · ⏱️ 07.02.2023): +- [PyPi](https://pypi.org/project/markdown-include) (📥 66K / month · 📦 270 · ⏱️ 07.02.2023): ``` pip install markdown-include ``` @@ -2842,7 +2857,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 3 hidden projects... -- markdown (🥇38 · ⭐ 3.3K) - A Python implementation of John Grubers Markdown with Extension.. ❗Unlicensed +- markdown (🥇38 · ⭐ 3.4K) - A Python implementation of John Grubers Markdown with Extension.. ❗Unlicensed - grip (🥉29 · ⭐ 6.1K · 💀) - Preview GitHub README.md files locally before committing them. MIT - html2text (🥉28 · ⭐ 1.5K · 💀) - Convert HTML to Markdown-formatted text. ❗️GPL-3.0
@@ -2852,7 +2867,7 @@ _General purpose web frameworks to build web applications and REST APIs._ Back to top -🔗 Public APIs ( ⭐ 260K · 💀) - A collective list of free APIs. +🔗 Public APIs ( ⭐ 260K) - A collective list of free APIs. 🔗 best-of-ml-python - DB Clients ( ⭐ 14K) - Collection of python database client libraries. @@ -2863,7 +2878,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/ytdl-org/youtube-dl ``` -- [PyPi](https://pypi.org/project/youtube_dl) (📥 2.8M / month · 📦 1.8K · ⏱️ 16.12.2021): +- [PyPi](https://pypi.org/project/youtube_dl) (📥 3M / month · 📦 1.8K · ⏱️ 16.12.2021): ``` pip install youtube_dl ``` @@ -2874,12 +2889,12 @@ _General purpose web frameworks to build web applications and REST APIs._
discord.py (🥇43 · ⭐ 13K) - An API wrapper for Discord written in Python. MIT -- [GitHub](https://github.com/Rapptz/discord.py) (👨‍💻 390 · 🔀 3.8K · 📦 35K · 📋 2.9K - 3% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/Rapptz/discord.py) (👨‍💻 390 · 🔀 3.8K · 📦 35K · 📋 2.9K - 3% open · ⏱️ 20.09.2023): ``` git clone https://github.com/Rapptz/discord.py ``` -- [PyPi](https://pypi.org/project/discord.py) (📥 9.6M / month · 📦 2.8K · ⏱️ 10.08.2023): +- [PyPi](https://pypi.org/project/discord.py) (📥 9.5M / month · 📦 2.8K · ⏱️ 10.08.2023): ``` pip install discord.py ``` @@ -2890,28 +2905,28 @@ _General purpose web frameworks to build web applications and REST APIs._
google-api-python-client (🥇42 · ⭐ 6.9K) - The official Python client library for Googles.. Apache-2 -- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 190 · 🔀 2.4K · 📦 170K · 📋 1K - 10% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/googleapis/google-api-python-client) (👨‍💻 190 · 🔀 2.4K · 📦 170K · 📋 1K - 10% open · ⏱️ 19.09.2023): ``` git clone https://github.com/googleapis/google-api-python-client ``` -- [PyPi](https://pypi.org/project/google-api-python-client) (📥 49M / month · 📦 7.6K · ⏱️ 12.09.2023): +- [PyPi](https://pypi.org/project/google-api-python-client) (📥 50M / month · 📦 7.7K · ⏱️ 19.09.2023): ``` pip install google-api-python-client ``` -- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 2.4M · ⏱️ 13.09.2023): +- [Conda](https://anaconda.org/conda-forge/google-api-python-client) (📥 2.4M · ⏱️ 19.09.2023): ``` conda install -c conda-forge google-api-python-client ```
python-telegram-bot (🥇41 · ⭐ 23K) - We have made you a wrapper you cant refuse. ❗️GPL-3.0 -- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 180 · 🔀 4.9K · 📥 19K · 📦 90K · 📋 2K - 0% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/python-telegram-bot/python-telegram-bot) (👨‍💻 180 · 🔀 4.9K · 📥 19K · 📦 90K · 📋 2K - 0% open · ⏱️ 15.09.2023): ``` git clone https://github.com/python-telegram-bot/python-telegram-bot ``` -- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 850K / month · 📦 2.5K · ⏱️ 03.09.2023): +- [PyPi](https://pypi.org/project/python-telegram-bot) (📥 860K / month · 📦 2.5K · ⏱️ 03.09.2023): ``` pip install python-telegram-bot ``` @@ -2920,7 +2935,23 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge python-telegram-bot ```
-
tweepy (🥇41 · ⭐ 9.9K) - Twitter for Python!. MIT +
GitPython (🥇41 · ⭐ 4.1K) - GitPython is a python library used to interact with Git repositories. BSD-3 + +- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 300 · 🔀 880 · 📦 190K · 📋 940 - 16% open · ⏱️ 21.09.2023): + + ``` + git clone https://github.com/gitpython-developers/GitPython + ``` +- [PyPi](https://pypi.org/project/gitpython) (📥 48M / month · 📦 8.1K · ⏱️ 12.09.2023): + ``` + pip install gitpython + ``` +- [Conda](https://anaconda.org/conda-forge/gitpython) (📥 6.5M · ⏱️ 12.09.2023): + ``` + conda install -c conda-forge gitpython + ``` +
+
tweepy (🥇40 · ⭐ 9.9K) - Twitter for Python!. MIT - [GitHub](https://github.com/tweepy/tweepy) (👨‍💻 240 · 🔀 4.5K · 📦 49K · 📋 1.3K - 6% open · ⏱️ 26.08.2023): @@ -2936,42 +2967,26 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge tweepy ```
-
Telethon (🥇41 · ⭐ 8.2K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT +
Telethon (🥇40 · ⭐ 8.2K) - Pure Python 3 MTProto API Telegram client library, for bots too!. MIT -- [GitHub](https://github.com/LonamiWebs/Telethon) (👨‍💻 160 · 🔀 1.3K · 📦 50K · 📋 2.1K - 1% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/LonamiWebs/Telethon) (👨‍💻 160 · 🔀 1.3K · 📦 51K · 📋 2.1K - 1% open · ⏱️ 20.09.2023): ``` git clone https://github.com/LonamiWebs/Telethon ``` -- [PyPi](https://pypi.org/project/telethon) (📥 970K / month · 📦 430 · ⏱️ 13.09.2023): +- [PyPi](https://pypi.org/project/telethon) (📥 1.1M / month · 📦 430 · ⏱️ 13.09.2023): ``` pip install telethon ```
-
GitPython (🥇41 · ⭐ 4.1K) - GitPython is a python library used to interact with Git repositories. BSD-3 - -- [GitHub](https://github.com/gitpython-developers/GitPython) (👨‍💻 300 · 🔀 880 · 📦 190K · 📋 930 - 16% open · ⏱️ 14.09.2023): - - ``` - git clone https://github.com/gitpython-developers/GitPython - ``` -- [PyPi](https://pypi.org/project/gitpython) (📥 47M / month · 📦 8.1K · ⏱️ 12.09.2023): - ``` - pip install gitpython - ``` -- [Conda](https://anaconda.org/conda-forge/gitpython) (📥 6.4M · ⏱️ 12.09.2023): - ``` - conda install -c conda-forge gitpython - ``` -
-
gspread (🥈40 · ⭐ 6.6K) - Google Sheets Python API. MIT +
gspread (🥇40 · ⭐ 6.6K) - Google Sheets Python API. MIT -- [GitHub](https://github.com/burnash/gspread) (👨‍💻 160 · 🔀 920 · 📥 1.3K · 📦 26K · 📋 840 - 5% open · ⏱️ 08.09.2023): +- [GitHub](https://github.com/burnash/gspread) (👨‍💻 160 · 🔀 920 · 📥 1.4K · 📦 26K · 📋 840 - 5% open · ⏱️ 18.09.2023): ``` git clone https://github.com/burnash/gspread ``` -- [PyPi](https://pypi.org/project/gspread) (📥 7.6M / month · 📦 1K · ⏱️ 06.09.2023): +- [PyPi](https://pypi.org/project/gspread) (📥 7.7M / month · 📦 1K · ⏱️ 18.09.2023): ``` pip install gspread ``` @@ -2980,14 +2995,14 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge gspread ```
-
PyGithub (🥈40 · ⭐ 6.2K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 +
PyGithub (🥇40 · ⭐ 6.3K) - Typed interactions with the GitHub API v3. ❗️LGPL-3.0 -- [GitHub](https://github.com/PyGithub/PyGithub) (👨‍💻 330 · 🔀 1.7K · 📦 45K · 📋 1.6K - 18% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/PyGithub/PyGithub) (👨‍💻 330 · 🔀 1.7K · 📦 45K · 📋 1.6K - 18% open · ⏱️ 18.09.2023): ``` git clone https://github.com/PyGithub/PyGithub ``` -- [PyPi](https://pypi.org/project/pygithub) (📥 13M / month · 📦 2.7K · ⏱️ 03.08.2023): +- [PyPi](https://pypi.org/project/pygithub) (📥 14M / month · 📦 2.7K · ⏱️ 03.08.2023): ``` pip install pygithub ``` @@ -2996,7 +3011,7 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pygithub ```
-
pyTelegramBotAPI (🥈39 · ⭐ 7.1K) - Python Telegram bot api. ❗️GPL-2.0 +
pyTelegramBotAPI (🥈39 · ⭐ 7.2K) - Python Telegram bot api. ❗️GPL-2.0 - [GitHub](https://github.com/eternnoir/pyTelegramBotAPI) (👨‍💻 220 · 🔀 1.8K · 📦 40K · 📋 1.1K - 0% open · ⏱️ 10.09.2023): @@ -3015,7 +3030,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pytube/pytube ``` -- [PyPi](https://pypi.org/project/pytube) (📥 270K / month · 📦 430 · ⏱️ 17.12.2022): +- [PyPi](https://pypi.org/project/pytube) (📥 280K / month · 📦 440 · ⏱️ 17.12.2022): ``` pip install pytube ``` @@ -3024,36 +3039,52 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge pytube ```
+
slackclient (🥈37 · ⭐ 3.7K) - Slack Developer Kit for Python. MIT + +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 160 · 🔀 840 · 📥 400 · 📦 1 · 📋 750 - 2% open · ⏱️ 20.09.2023): + + ``` + git clone https://github.com/slackapi/python-slack-sdk + ``` +- [PyPi](https://pypi.org/project/slackclient) (📥 4.9M / month · 📦 2.2K · ⏱️ 22.04.2022): + ``` + pip install slackclient + ``` +- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 690K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge slackclient + ``` +
hvac (🥈37 · ⭐ 1.1K) - Python 3.X client for HashiCorp Vault. Apache-2 -- [GitHub](https://github.com/hvac/hvac) (👨‍💻 190 · 🔀 370 · 📥 540 · 📦 3.8K · 📋 440 - 33% open · ⏱️ 10.09.2023): +- [GitHub](https://github.com/hvac/hvac) (👨‍💻 190 · 🔀 370 · 📥 550 · 📦 3.8K · 📋 450 - 32% open · ⏱️ 20.09.2023): ``` git clone https://github.com/hvac/hvac ``` -- [PyPi](https://pypi.org/project/hvac) (📥 11M / month · 📦 390 · ⏱️ 09.09.2023): +- [PyPi](https://pypi.org/project/hvac) (📥 12M / month · 📦 390 · ⏱️ 09.09.2023): ``` pip install hvac ``` -- [Conda](https://anaconda.org/conda-forge/hvac) (📥 400K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/hvac) (📥 410K · ⏱️ 16.06.2023): ``` conda install -c conda-forge hvac ```
-
slackclient (🥈36 · ⭐ 3.7K) - Slack Developer Kit for Python. MIT +
python-slack-sdk (🥈36 · ⭐ 3.7K) - Slack Developer Kit for Python. MIT -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 160 · 🔀 840 · 📥 400 · 📦 1 · 📋 750 - 2% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 160 · 🔀 840 · 📥 400 · 📦 1 · 📋 750 - 2% open · ⏱️ 20.09.2023): ``` git clone https://github.com/slackapi/python-slack-sdk ``` -- [PyPi](https://pypi.org/project/slackclient) (📥 5M / month · 📦 2.2K · ⏱️ 22.04.2022): +- [PyPi](https://pypi.org/project/slack-sdk) (📥 11M / month · 📦 200 · ⏱️ 12.09.2023): ``` - pip install slackclient + pip install slack-sdk ``` -- [Conda](https://anaconda.org/conda-forge/slackclient) (📥 690K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/slack-sdk) (📥 120K · ⏱️ 12.09.2023): ``` - conda install -c conda-forge slackclient + conda install -c conda-forge slack-sdk ```
praw (🥈36 · ⭐ 3.2K) - PRAW, an acronym for Python Reddit API Wrapper, is a python package that.. BSD-2 @@ -3079,7 +3110,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/pycontribs/jira ``` -- [PyPi](https://pypi.org/project/jira) (📥 5.1M / month · 📦 1.1K · ⏱️ 29.06.2023): +- [PyPi](https://pypi.org/project/jira) (📥 5.2M / month · 📦 1.1K · ⏱️ 29.06.2023): ``` pip install jira ``` @@ -3090,28 +3121,28 @@ _General purpose web frameworks to build web applications and REST APIs._
twilio (🥈36 · ⭐ 1.7K) - A Python module for communicating with the Twilio API and generating TwiML. MIT -- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 140 · 🔀 700 · 📦 35K · 📋 290 - 3% open · ⏱️ 07.09.2023): +- [GitHub](https://github.com/twilio/twilio-python) (👨‍💻 140 · 🔀 720 · 📦 35K · 📋 290 - 4% open · ⏱️ 21.09.2023): ``` git clone https://github.com/twilio/twilio-python ``` -- [PyPi](https://pypi.org/project/twilio) (📥 3M / month · 📦 3.6K · ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/twilio) (📥 3.1M / month · 📦 3.6K · ⏱️ 21.09.2023): ``` pip install twilio ``` -- [Conda](https://anaconda.org/conda-forge/twilio) (📥 170K · ⏱️ 07.09.2023): +- [Conda](https://anaconda.org/conda-forge/twilio) (📥 170K · ⏱️ 21.09.2023): ``` conda install -c conda-forge twilio ```
stripe (🥈36 · ⭐ 1.4K) - Python library for the Stripe API. MIT -- [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 130 · 🔀 390 · 📦 35K · 📋 340 - 4% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/stripe/stripe-python) (👨‍💻 130 · 🔀 390 · 📦 36K · 📋 340 - 4% open · ⏱️ 15.09.2023): ``` git clone https://github.com/stripe/stripe-python ``` -- [PyPi](https://pypi.org/project/stripe) (📥 2.4M / month · 📦 2K · ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/stripe) (📥 2.4M / month · 📦 2K · ⏱️ 15.09.2023): ``` pip install stripe ``` @@ -3120,25 +3151,9 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c anaconda stripe ```
-
python-slack-sdk (🥈35 · ⭐ 3.7K) - Slack Developer Kit for Python. MIT - -- [GitHub](https://github.com/slackapi/python-slack-sdk) (👨‍💻 160 · 🔀 840 · 📥 400 · 📦 1 · 📋 750 - 2% open · ⏱️ 12.09.2023): - - ``` - git clone https://github.com/slackapi/python-slack-sdk - ``` -- [PyPi](https://pypi.org/project/slack-sdk) (📥 11M / month · 📦 200 · ⏱️ 12.09.2023): - ``` - pip install slack-sdk - ``` -- [Conda](https://anaconda.org/conda-forge/slack-sdk) (📥 110K · ⏱️ 12.09.2023): - ``` - conda install -c conda-forge slack-sdk - ``` -
spotipy (🥈34 · ⭐ 4.6K) - A light weight Python library for the Spotify Web API. MIT -- [GitHub](https://github.com/spotipy-dev/spotipy) (👨‍💻 180 · 🔀 910 · 📦 22K · 📋 620 - 17% open · ⏱️ 02.05.2023): +- [GitHub](https://github.com/spotipy-dev/spotipy) (👨‍💻 180 · 🔀 910 · 📦 23K · 📋 620 - 17% open · ⏱️ 02.05.2023): ``` git clone https://github.com/plamere/spotipy @@ -3159,19 +3174,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/googlemaps/google-maps-services-python ``` -- [PyPi](https://pypi.org/project/googlemaps) (📥 1.7M / month · 📦 1.2K · ⏱️ 26.01.2023): +- [PyPi](https://pypi.org/project/googlemaps) (📥 1.8M / month · 📦 1.2K · ⏱️ 26.01.2023): ``` pip install googlemaps ```
thumbor (🥈32 · ⭐ 9.6K) - thumbor is an open-source photo thumbnail service by globo.com. MIT -- [GitHub](https://github.com/thumbor/thumbor) (👨‍💻 200 · 🔀 820 · 📦 340 · 📋 960 - 1% open · ⏱️ 01.07.2023): +- [GitHub](https://github.com/thumbor/thumbor) (👨‍💻 200 · 🔀 820 · 📦 340 · 📋 960 - 1% open · ⏱️ 20.09.2023): ``` git clone https://github.com/thumbor/thumbor ``` -- [PyPi](https://pypi.org/project/thumbor) (📥 5K / month · 📦 210 · ⏱️ 20.12.2022): +- [PyPi](https://pypi.org/project/thumbor) (📥 5.3K / month · 📦 210 · ⏱️ 20.12.2022): ``` pip install thumbor ``` @@ -3183,7 +3198,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/wechatpy/wechatpy ``` -- [PyPi](https://pypi.org/project/wechatpy) (📥 23K / month · 📦 130 · ⏱️ 19.06.2022): +- [PyPi](https://pypi.org/project/wechatpy) (📥 22K / month · 📦 130 · ⏱️ 19.06.2022): ``` pip install wechatpy ``` @@ -3211,19 +3226,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/sherlock-project/sherlock ``` -- [PyPi](https://pypi.org/project/sherlock) (📥 13K / month · 📦 9 · ⏱️ 11.05.2019): +- [PyPi](https://pypi.org/project/sherlock) (📥 12K / month · 📦 9 · ⏱️ 11.05.2019): ``` pip install sherlock ```
-
gallery-dl (🥉31 · ⭐ 8.2K) - Command-line program to download image galleries and.. ❗️GPL-2.0 +
gallery-dl (🥉31 · ⭐ 8.3K) - Command-line program to download image galleries and.. ❗️GPL-2.0 -- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 98 · 🔀 710 · 📥 400K · 📦 13 · 📋 3.7K - 21% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/mikf/gallery-dl) (👨‍💻 98 · 🔀 710 · 📥 410K · 📦 13 · 📋 3.7K - 21% open · ⏱️ 19.09.2023): ``` git clone https://github.com/mikf/gallery-dl ``` -- [PyPi](https://pypi.org/project/gallery-dl) (📥 46K / month · 📦 9 · ⏱️ 28.06.2022): +- [PyPi](https://pypi.org/project/gallery-dl) (📥 44K / month · 📦 9 · ⏱️ 28.06.2022): ``` pip install gallery-dl ``` @@ -3252,9 +3267,9 @@ _General purpose web frameworks to build web applications and REST APIs._ pip install imdbpy ```
-
notion-sdk-py (🥉26 · ⭐ 1.3K) - The official Notion API client library, but rewritten in Python!.. MIT +
notion-sdk-py (🥉27 · ⭐ 1.3K) - The official Notion API client library, but rewritten in Python!.. MIT -- [GitHub](https://github.com/ramnes/notion-sdk-py) (👨‍💻 24 · 🔀 100 · 📦 600 · 📋 72 - 6% open · ⏱️ 17.08.2023): +- [GitHub](https://github.com/ramnes/notion-sdk-py) (👨‍💻 25 · 🔀 100 · 📦 600 · 📋 72 - 6% open · ⏱️ 15.09.2023): ``` git clone https://github.com/ramnes/notion-sdk-py @@ -3275,19 +3290,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/attardi/wikiextractor ``` -- [PyPi](https://pypi.org/project/wikiextractor) (📥 2.6K / month · 📦 7 · ⏱️ 14.10.2021): +- [PyPi](https://pypi.org/project/wikiextractor) (📥 3.2K / month · 📦 7 · ⏱️ 14.10.2021): ``` pip install wikiextractor ```
-
ghapi (🥉25 · ⭐ 470) - A delightful and complete interface to GitHubs amazing API. Apache-2 +
ghapi (🥉25 · ⭐ 480) - A delightful and complete interface to GitHubs amazing API. Apache-2 -- [GitHub](https://github.com/fastai/ghapi) (👨‍💻 16 · 🔀 53 · 📦 970 · 📋 130 - 35% open · ⏱️ 14.06.2023): +- [GitHub](https://github.com/fastai/ghapi) (👨‍💻 16 · 🔀 53 · 📦 980 · 📋 130 - 35% open · ⏱️ 14.06.2023): ``` git clone https://github.com/fastai/ghapi ``` -- [PyPi](https://pypi.org/project/ghapi) (📥 410K / month · 📦 53 · ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/ghapi) (📥 420K / month · 📦 53 · ⏱️ 14.06.2023): ``` pip install ghapi ``` @@ -3321,8 +3336,8 @@ _General purpose web frameworks to build web applications and REST APIs._ - Django Facebook (🥉27 · ⭐ 1.4K · 💀) - Facebook open graph api implementation using the Django.. BSD-3 - twitter-scraper (🥉26 · ⭐ 3.6K · 💀) - Scrape the Twitter Frontend API without authentication. MIT - gmusicapi (🥉26 · ⭐ 2.5K · 💀) - An unofficial client library for Google Music. BSD-3 -- twitterscraper (🥉26 · ⭐ 2.3K · 💀) - Scrape Twitter for Tweets. MIT - notion-py (🥉25 · ⭐ 4.1K · 💀) - Unofficial Python API client for Notion.so. MIT +- twitterscraper (🥉25 · ⭐ 2.3K · 💀) - Scrape Twitter for Tweets. MIT - instagram_private_api (🥉24 · ⭐ 2.8K · 💀) - A Python library to access Instagrams private API. MIT - pyshorteners (🥉24 · ⭐ 370 · 💀) - Generating short urls with python has never been easier. ❗️GPL-3.0 - GHunt (🥉21 · ⭐ 14K) - Offensive Google framework. ❗Unlicensed @@ -3338,12 +3353,12 @@ _General purpose web frameworks to build web applications and REST APIs._
modoboa (🥇31 · ⭐ 2.7K) - Mail hosting made simple. ISC -- [GitHub](https://github.com/modoboa/modoboa) (👨‍💻 110 · 🔀 350 · 📦 41 · 📋 1.8K - 7% open · ⏱️ 06.09.2023): +- [GitHub](https://github.com/modoboa/modoboa) (👨‍💻 110 · 🔀 350 · 📦 41 · 📋 1.8K - 7% open · ⏱️ 21.09.2023): ``` git clone https://github.com/modoboa/modoboa ``` -- [PyPi](https://pypi.org/project/modoboa) (📥 2.7K / month · 📦 37 · ⏱️ 30.08.2023): +- [PyPi](https://pypi.org/project/modoboa) (📥 3.1K / month · 📦 37 · ⏱️ 30.08.2023): ``` pip install modoboa ``` @@ -3371,19 +3386,19 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/mailgun/flanker ``` -- [PyPi](https://pypi.org/project/flanker) (📥 24K / month · 📦 93 · ⏱️ 05.12.2019): +- [PyPi](https://pypi.org/project/flanker) (📥 26K / month · 📦 93 · ⏱️ 05.12.2019): ``` pip install flanker ```
-
fastapi-mail (🥈27 · ⭐ 520) - Fastapi mail system sending mails(individual, bulk).. MIT +
fastapi-mail (🥈27 · ⭐ 530) - Fastapi mail system sending mails(individual, bulk).. MIT - [GitHub](https://github.com/sabuhish/fastapi-mail) (👨‍💻 41 · 🔀 72 · 📦 1.7K · 📋 100 - 6% open · ⏱️ 18.07.2023): ``` git clone https://github.com/sabuhish/fastapi-mail ``` -- [PyPi](https://pypi.org/project/fastapi-mail) (📥 110K / month): +- [PyPi](https://pypi.org/project/fastapi-mail) (📥 110K / month · 📦 8 · ⏱️ 18.07.2023): ``` pip install fastapi-mail ``` @@ -3395,7 +3410,7 @@ _General purpose web frameworks to build web applications and REST APIs._ ``` git clone https://github.com/Pylons/pyramid_mailer ``` -- [PyPi](https://pypi.org/project/pyramid_mailer) (📥 42K / month · 📦 110 · ⏱️ 10.12.2014): +- [PyPi](https://pypi.org/project/pyramid_mailer) (📥 39K / month · 📦 110 · ⏱️ 10.12.2014): ``` pip install pyramid_mailer ``` @@ -3414,7 +3429,7 @@ _General purpose web frameworks to build web applications and REST APIs._
Show 5 hidden projects... -- flask-mail (🥇30 · ⭐ 580 · 💀) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 +- flask-mail (🥇30 · ⭐ 570 · 💀) - Flask-Mail adds SMTP mail sending to your Flask applications. BSD-3 - sync-engine (🥈29 · ⭐ 3.5K · 💀) - IMAP/SMTP sync system with modern APIs. ❗️AGPL-3.0 - offlineimap (🥉24 · ⭐ 1.8K) - Read/sync your IMAP mailboxes (python2) [LEGACY: move to.. ❗️libpng-2.0 - mailer (🥉24 · ⭐ 260 · 💀) - A light-weight, modular, message representation and mail delivery.. MIT @@ -3428,25 +3443,25 @@ _General purpose web frameworks to build web applications and REST APIs._ _Libraries for web scraping, crawling, downloading, and mining as well as libraries._ -
Scrapy (🥇45 · ⭐ 48K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 +
Scrapy (🥇45 · ⭐ 49K) - Scrapy, a fast high-level web crawling & scraping framework for Python. BSD-3 -- [GitHub](https://github.com/scrapy/scrapy) (👨‍💻 610 · 🔀 10K · 📦 40K · 📋 3.1K - 23% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/scrapy/scrapy) (👨‍💻 610 · 🔀 10K · 📦 40K · 📋 3.1K - 22% open · ⏱️ 21.09.2023): ``` git clone https://github.com/scrapy/scrapy ``` -- [PyPi](https://pypi.org/project/scrapy) (📥 1.3M / month · 📦 4.6K · ⏱️ 30.08.2023): +- [PyPi](https://pypi.org/project/scrapy) (📥 1.3M / month · 📦 4.6K · ⏱️ 18.09.2023): ``` pip install scrapy ``` -- [Conda](https://anaconda.org/conda-forge/scrapy) (📥 710K · ⏱️ 30.08.2023): +- [Conda](https://anaconda.org/conda-forge/scrapy) (📥 710K · ⏱️ 19.09.2023): ``` conda install -c conda-forge scrapy ```
feedparser (🥇36 · ⭐ 1.7K) - Parse feeds in Python. BSD-2 -- [GitHub](https://github.com/kurtmckee/feedparser) (👨‍💻 55 · 🔀 320 · 📦 72K · 📋 240 - 30% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/kurtmckee/feedparser) (👨‍💻 55 · 🔀 320 · 📦 72K · 📋 240 - 30% open · ⏱️ 19.09.2023): ``` git clone https://github.com/kurtmckee/feedparser @@ -3462,24 +3477,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
trafilatura (🥇32 · ⭐ 2K) - Python & command-line tool to gather text on the Web: web.. ❗️GPL-3.0 -- [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 34 · 🔀 150 · 📦 2.4K · 📋 240 - 22% open · ⏱️ 06.09.2023): +- [GitHub](https://github.com/adbar/trafilatura) (👨‍💻 35 · 🔀 150 · 📦 2.4K · 📋 250 - 21% open · ⏱️ 15.09.2023): ``` git clone https://github.com/adbar/trafilatura ``` -- [PyPi](https://pypi.org/project/trafilatura) (📥 260K / month · 📦 27 · ⏱️ 06.09.2023): +- [PyPi](https://pypi.org/project/trafilatura) (📥 220K / month · 📦 27 · ⏱️ 06.09.2023): ``` pip install trafilatura ```
soupsieve (🥇32 · ⭐ 180) - A modern CSS selector implementation for BeautifulSoup. MIT -- [GitHub](https://github.com/facelessuser/soupsieve) (👨‍💻 11 · 🔀 35 · 📦 410K · 📋 110 - 10% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/facelessuser/soupsieve) (👨‍💻 11 · 🔀 35 · 📦 420K · 📋 110 - 10% open · ⏱️ 11.09.2023): ``` git clone https://github.com/facelessuser/soupsieve ``` -- [PyPi](https://pypi.org/project/soupsieve) (📥 64M / month · 📦 2.7K · ⏱️ 02.09.2023): +- [PyPi](https://pypi.org/project/soupsieve) (📥 67M / month · 📦 2.7K · ⏱️ 02.09.2023): ``` pip install soupsieve ``` @@ -3495,7 +3510,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/soimort/you-get ``` -- [PyPi](https://pypi.org/project/you-get) (📥 15K / month · 📦 25 · ⏱️ 01.07.2022): +- [PyPi](https://pypi.org/project/you-get) (📥 16K / month · 📦 25 · ⏱️ 01.07.2022): ``` pip install you-get ``` @@ -3515,11 +3530,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install pytrends ``` -- [Conda](https://anaconda.org/conda-forge/pytrends) (📥 20K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pytrends) (📥 21K · ⏱️ 16.06.2023): ``` conda install -c conda-forge pytrends ```
+
dirsearch (🥈30 · ⭐ 10K) - Web path scanner. ❗️GPL-2.0 + +- [GitHub](https://github.com/maurosoria/dirsearch) (👨‍💻 97 · 🔀 2.2K · 📦 52 · 📋 510 - 12% open · ⏱️ 19.09.2023): + + ``` + git clone https://github.com/maurosoria/dirsearch + ``` +- [PyPi](https://pypi.org/project/dirsearch) (📥 2.9K / month · ⏱️ 03.10.2022): + ``` + pip install dirsearch + ``` +
cloudscraper (🥈30 · ⭐ 3.4K) - A Python module to bypass Cloudflares anti-bot page. MIT - [GitHub](https://github.com/VeNoMouS/cloudscraper) (👨‍💻 12 · 🔀 420 · 📦 18K · ⏱️ 25.04.2023): @@ -3527,7 +3554,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/venomous/cloudscraper ``` -- [PyPi](https://pypi.org/project/cloudscraper) (📥 300K / month · 📦 130 · ⏱️ 10.01.2023): +- [PyPi](https://pypi.org/project/cloudscraper) (📥 290K / month · 📦 130 · ⏱️ 10.01.2023): ``` pip install cloudscraper ``` @@ -3548,18 +3575,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge parsel ```
-
dirsearch (🥈29 · ⭐ 10K) - Web path scanner. ❗️GPL-2.0 - -- [GitHub](https://github.com/maurosoria/dirsearch) (👨‍💻 96 · 🔀 2.2K · 📦 52 · 📋 510 - 12% open · ⏱️ 26.08.2023): - - ``` - git clone https://github.com/maurosoria/dirsearch - ``` -- [PyPi](https://pypi.org/project/dirsearch) (📥 2.9K / month · ⏱️ 03.10.2022): - ``` - pip install dirsearch - ``` -
extruct (🥈29 · ⭐ 770) - Extract embedded metadata from HTML markup. BSD-3 - [GitHub](https://github.com/scrapinghub/extruct) (👨‍💻 35 · 🔀 110 · 📦 1K · 📋 97 - 46% open · ⏱️ 07.07.2023): @@ -3567,7 +3582,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/scrapinghub/extruct ``` -- [PyPi](https://pypi.org/project/extruct) (📥 88K / month · 📦 41 · ⏱️ 26.10.2015): +- [PyPi](https://pypi.org/project/extruct) (📥 82K / month · 📦 41 · ⏱️ 26.10.2015): ``` pip install extruct ``` @@ -3579,7 +3594,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/MechanicalSoup/MechanicalSoup ``` -- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 35K / month · 📦 270 · ⏱️ 20.09.2022): +- [PyPi](https://pypi.org/project/MechanicalSoup) (📥 38K / month · 📦 270 · ⏱️ 20.09.2022): ``` pip install MechanicalSoup ``` @@ -3590,36 +3605,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Grab (🥉28 · ⭐ 2.3K) - Web Scraping Framework. MIT -- [GitHub](https://github.com/lorien/grab) (👨‍💻 67 · 🔀 270 · 📦 390 · 📋 240 - 9% open · ⏱️ 01.07.2023): +- [GitHub](https://github.com/lorien/grab) (👨‍💻 67 · 🔀 260 · 📦 390 · 📋 240 - 9% open · ⏱️ 01.07.2023): ``` git clone https://github.com/lorien/grab ``` -- [PyPi](https://pypi.org/project/grab) (📥 2.2K / month · 📦 110 · ⏱️ 24.06.2018): +- [PyPi](https://pypi.org/project/grab) (📥 2.5K / month · 📦 110 · ⏱️ 24.06.2018): ``` pip install grab ```
-
Gerapy (🥉25 · ⭐ 3.1K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT - -- [GitHub](https://github.com/Gerapy/Gerapy) (👨‍💻 16 · 🔀 610 · 📦 130 · 📋 210 - 28% open · ⏱️ 30.07.2023): - - ``` - git clone https://github.com/Gerapy/Gerapy - ``` -- [PyPi](https://pypi.org/project/gerapy) (📥 620 / month · 📦 8 · ⏱️ 19.07.2023): - ``` - pip install gerapy - ``` -
-
micawber (🥉25 · ⭐ 610) - a small library for extracting rich content from urls. MIT +
micawber (🥉26 · ⭐ 610) - a small library for extracting rich content from urls. MIT - [GitHub](https://github.com/coleifer/micawber) (👨‍💻 27 · 🔀 90 · 📦 2.7K · ⏱️ 19.06.2023): ``` git clone https://github.com/coleifer/micawber ``` -- [PyPi](https://pypi.org/project/micawber) (📥 22K / month · 📦 190 · ⏱️ 12.07.2021): +- [PyPi](https://pypi.org/project/micawber) (📥 21K / month · 📦 190 · ⏱️ 12.07.2021): ``` pip install micawber ``` @@ -3628,6 +3631,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge micawber ```
+
Gerapy (🥉25 · ⭐ 3.1K) - Distributed Crawler Management Framework Based on Scrapy, Scrapyd,.. MIT + +- [GitHub](https://github.com/Gerapy/Gerapy) (👨‍💻 16 · 🔀 610 · 📦 130 · 📋 210 - 28% open · ⏱️ 30.07.2023): + + ``` + git clone https://github.com/Gerapy/Gerapy + ``` +- [PyPi](https://pypi.org/project/gerapy) (📥 640 / month · 📦 8 · ⏱️ 19.07.2023): + ``` + pip install gerapy + ``` +
Photon (🥉23 · ⭐ 10K · 💤) - Incredibly fast crawler designed for OSINT. ❗️GPL-3.0 - [GitHub](https://github.com/s0md3v/Photon) (👨‍💻 21 · 🔀 1.4K · 📋 110 - 42% open · ⏱️ 20.12.2022): @@ -3635,14 +3650,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/s0md3v/Photon ``` -- [PyPi](https://pypi.org/project/photon) (📥 270 / month · 📦 5 · ⏱️ 25.01.2019): +- [PyPi](https://pypi.org/project/photon) (📥 300 / month · 📦 5 · ⏱️ 25.01.2019): ``` pip install photon ```
Show 18 hidden projects... -- Pattern (🥇33 · ⭐ 8.5K · 💀) - Web mining module for Python, with tools for scraping, natural.. BSD-3 +- Pattern (🥇32 · ⭐ 8.5K · 💀) - Web mining module for Python, with tools for scraping, natural.. BSD-3 - pyspider (🥈31 · ⭐ 16K · 💀) - A Powerful Spider(Web Crawler) System in Python. Apache-2 - newspaper3k (🥈31 · ⭐ 13K · 💀) - News, full-text, and article metadata extraction in Python 3... MIT - python-goose (🥉28 · ⭐ 3.9K · 💀) - Html Content / Article Extractor, web scrapping lib in.. Apache-2 @@ -3652,7 +3667,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - scrapely (🥉24 · ⭐ 1.8K · 💀) - A pure-python HTML screen-scraping library. BSD-3 - ruia (🥉23 · ⭐ 1.7K · 💀) - Async Python 3.6+ web scraping micro-framework based on asyncio. Apache-2 - Cola (🥉21 · ⭐ 1.5K · 💀) - A high-level distributed crawling framework. Apache-2 -- gazpacho (🥉21 · ⭐ 710 · 💀) - The simple, fast, and modern web scraping library. MIT +- gazpacho (🥉21 · ⭐ 720 · 💀) - The simple, fast, and modern web scraping library. MIT - Lassie (🥉21 · ⭐ 590 · 💀) - Web Content Retrieval for Humans. MIT - snallygaster (🥉20 · ⭐ 2K) - Tool to scan for secret files on HTTP servers. ❗️CC0-1.0 - gain (🥉19 · ⭐ 2K · 💀) - Web crawling framework based on asyncio. ❗️GPL-3.0 @@ -3669,44 +3684,44 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sentry (🥇40 · ⭐ 35K) - Developer-first error tracking and performance monitoring. ❗️SSPL-1.0 -- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 790 · 🔀 3.9K · 📥 47K · 📦 650 · 📋 9.2K - 16% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/getsentry/sentry) (👨‍💻 790 · 🔀 3.9K · 📥 47K · 📦 650 · 📋 9.2K - 16% open · ⏱️ 21.09.2023): ``` git clone https://github.com/getsentry/sentry ``` -- [PyPi](https://pypi.org/project/sentry) (📥 42K / month · 📦 390 · ⏱️ 25.07.2023): +- [PyPi](https://pypi.org/project/sentry) (📥 39K / month · 📦 390 · ⏱️ 25.07.2023): ``` pip install sentry ``` -- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 600K · ⏱️ 13.09.2023): +- [Conda](https://anaconda.org/conda-forge/sentry-sdk) (📥 610K · ⏱️ 13.09.2023): ``` conda install -c conda-forge sentry-sdk ```
opentelemetry-python (🥇36 · ⭐ 1.4K) - OpenTelemetry Python API and SDK. Apache-2 -- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (👨‍💻 200 · 🔀 490 · 📦 7.3K · 📋 1.4K - 15% open · ⏱️ 07.09.2023): +- [GitHub](https://github.com/open-telemetry/opentelemetry-python) (👨‍💻 200 · 🔀 490 · 📦 7.5K · 📋 1.4K - 15% open · ⏱️ 19.09.2023): ``` git clone https://github.com/open-telemetry/opentelemetry-python ``` -- [PyPi](https://pypi.org/project/timing-asgi) (📥 61K / month · 📦 4 · ⏱️ 18.07.2023): +- [PyPi](https://pypi.org/project/timing-asgi) (📥 65K / month · 📦 4 · ⏱️ 18.07.2023): ``` pip install timing-asgi ``` -- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (📥 310K · ⏱️ 05.09.2023): +- [Conda](https://anaconda.org/conda-forge/opentelemetry-api) (📥 320K · ⏱️ 05.09.2023): ``` conda install -c conda-forge opentelemetry-api ```
-
Prometheus Client (🥈34 · ⭐ 3.5K) - Python client for the Prometheus monitoring system. Apache-2 +
Prometheus Client (🥈34 · ⭐ 3.6K) - Python client for the Prometheus monitoring system. Apache-2 -- [GitHub](https://github.com/prometheus/client_python) (👨‍💻 130 · 🔀 740 · 📋 500 - 18% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/prometheus/client_python) (👨‍💻 130 · 🔀 740 · 📋 500 - 18% open · ⏱️ 18.09.2023): ``` git clone https://github.com/prometheus/client_python ``` -- [PyPi](https://pypi.org/project/prometheus-client) (📥 24M / month · 📦 750 · ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/prometheus-client) (📥 25M / month · 📦 750 · ⏱️ 10.07.2023): ``` pip install prometheus-client ``` @@ -3722,43 +3737,43 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/rycus86/prometheus_flask_exporter ``` -- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (📥 6.3M / month · 📦 62 · ⏱️ 28.04.2023): +- [PyPi](https://pypi.org/project/prometheus-flask-exporter) (📥 6.2M / month · 📦 62 · ⏱️ 28.04.2023): ``` pip install prometheus-flask-exporter ``` -- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (📥 1M · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/prometheus_flask_exporter) (📥 1.1M · ⏱️ 16.06.2023): ``` conda install -c conda-forge prometheus_flask_exporter ```
GoAccess (🥉25 · ⭐ 17K) - GoAccess is a real-time web log analyzer and interactive viewer that runs.. MIT -- [GitHub](https://github.com/allinurl/goaccess) (👨‍💻 160 · 🔀 1K · 📦 13 · 📋 2.2K - 17% open · ⏱️ 22.07.2023): +- [GitHub](https://github.com/allinurl/goaccess) (👨‍💻 160 · 🔀 1K · 📦 13 · 📋 2.2K - 17% open · ⏱️ 20.09.2023): ``` git clone https://github.com/allinurl/goaccess ```
-
Flask-MonitoringDashboard (🥉23 · ⭐ 720) - Automatically monitor the evolving performance of.. MIT +
Flask-MonitoringDashboard (🥉24 · ⭐ 720) - Automatically monitor the evolving performance of.. MIT - [GitHub](https://github.com/flask-dashboard/Flask-MonitoringDashboard) (👨‍💻 32 · 🔀 150 · 📋 190 - 30% open · ⏱️ 22.08.2023): ``` git clone https://github.com/flask-dashboard/Flask-MonitoringDashboard ``` -- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 7.9K / month · 📦 14 · ⏱️ 22.08.2023): +- [PyPi](https://pypi.org/project/flask-monitoringdashboard) (📥 8.2K / month · 📦 14 · ⏱️ 22.08.2023): ``` pip install flask-monitoringdashboard ```
-
starlette context (🥉22 · ⭐ 360) - Middleware for Starlette that allows you to store and.. MIT +
starlette context (🥉22 · ⭐ 370) - Middleware for Starlette that allows you to store and.. MIT -- [GitHub](https://github.com/tomwojcik/starlette-context) (👨‍💻 7 · 🔀 20 · 📦 660 · 📋 38 - 15% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/tomwojcik/starlette-context) (👨‍💻 7 · 🔀 20 · 📦 670 · 📋 38 - 15% open · ⏱️ 13.09.2023): ``` git clone https://github.com/tomwojcik/starlette-context ``` -- [PyPi](https://pypi.org/project/starlette-context) (📥 330K / month · 📦 17 · ⏱️ 26.11.2022): +- [PyPi](https://pypi.org/project/starlette-context) (📥 340K / month · 📦 17 · ⏱️ 26.11.2022): ``` pip install starlette-context ``` @@ -3777,9 +3792,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
Streamlit (🥇40 · ⭐ 27K) - Streamlit A faster way to build and share data apps. Apache-2 +
Streamlit (🥇41 · ⭐ 27K) - Streamlit A faster way to build and share data apps. Apache-2 -- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 200 · 🔀 2.4K · 📦 980 · 📋 3.6K - 18% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/streamlit/streamlit) (👨‍💻 200 · 🔀 2.4K · 📦 990 · 📋 3.6K - 18% open · ⏱️ 21.09.2023): ``` git clone https://github.com/streamlit/streamlit @@ -3791,24 +3806,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Panel (🥇37 · ⭐ 3.1K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 -- [GitHub](https://github.com/holoviz/panel) (👨‍💻 140 · 🔀 360 · 📦 8.2K · 📋 2.8K - 28% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/holoviz/panel) (👨‍💻 140 · 🔀 360 · 📦 8.3K · 📋 2.8K - 28% open · ⏱️ 20.09.2023): ``` git clone https://github.com/holoviz/panel ``` -- [PyPi](https://pypi.org/project/panel) (📥 610K / month · 📦 170 · ⏱️ 01.09.2023): +- [PyPi](https://pypi.org/project/panel) (📥 610K / month · 📦 180 · ⏱️ 18.09.2023): ``` pip install panel ```
wave (🥈33 · ⭐ 3.7K) - Realtime Web Apps and Dashboards for Python and R. Apache-2 -- [GitHub](https://github.com/h2oai/wave) (👨‍💻 49 · 🔀 270 · 📥 1.9M · 📋 980 - 20% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/h2oai/wave) (👨‍💻 49 · 🔀 270 · 📥 1.9M · 📋 990 - 20% open · ⏱️ 20.09.2023): ``` git clone https://github.com/h2oai/wave ``` -- [PyPi](https://pypi.org/project/wave) (📥 24K / month · 📦 200 · ⏱️ 09.01.2011): +- [PyPi](https://pypi.org/project/wave) (📥 26K / month · 📦 200 · ⏱️ 09.01.2011): ``` pip install wave ``` @@ -3820,19 +3835,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pywebio/PyWebIO ``` -- [PyPi](https://pypi.org/project/pywebio) (📥 12K / month · 📦 15 · ⏱️ 11.12.2022): +- [PyPi](https://pypi.org/project/pywebio) (📥 11K / month · 📦 15 · ⏱️ 11.12.2022): ``` pip install pywebio ```
idom (🥈26 · ⭐ 6.8K) - Its React, but in Python. MIT -- [GitHub](https://github.com/reactive-python/reactpy) (👨‍💻 20 · 🔀 270 · 📦 73 · 📋 350 - 29% open · ⏱️ 24.07.2023): +- [GitHub](https://github.com/reactive-python/reactpy) (👨‍💻 20 · 🔀 270 · 📦 74 · 📋 350 - 28% open · ⏱️ 24.07.2023): ``` git clone https://github.com/idom-team/idom ``` -- [PyPi](https://pypi.org/project/idom) (📥 310 / month · 📦 6 · ⏱️ 20.06.2022): +- [PyPi](https://pypi.org/project/idom) (📥 340 / month · 📦 6 · ⏱️ 20.06.2022): ``` pip install idom ``` @@ -3847,16 +3862,24 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Wooey (🥉25 · ⭐ 2K) - A Django app that creates automatic web UIs for Python scripts. BSD-3 -- [GitHub](https://github.com/wooey/Wooey) (👨‍💻 24 · 🔀 190 · 📦 42 · 📋 220 - 24% open · ⏱️ 11.07.2023): +- [GitHub](https://github.com/wooey/Wooey) (👨‍💻 24 · 🔀 190 · 📦 42 · 📋 220 - 24% open · ⏱️ 19.09.2023): ``` git clone https://github.com/wooey/wooey ``` -- [PyPi](https://pypi.org/project/wooey) (📥 330 / month · 📦 1 · ⏱️ 05.10.2022): +- [PyPi](https://pypi.org/project/wooey) (📥 430 / month · 📦 1 · ⏱️ 19.09.2023): ``` pip install wooey ```
+
pyscript (🥉24 · ⭐ 17K) - Home Page: https://pyscript.net Examples:.. Apache-2 + +- [GitHub](https://github.com/pyscript/pyscript) (👨‍💻 110 · 🔀 1.4K · 📥 190 · 📦 2 · 📋 680 - 18% open · ⏱️ 20.09.2023): + + ``` + git clone https://github.com/pyscript/pyscript + ``` +
flaskbb (🥉24 · ⭐ 2.4K) - A classic Forum Software in Python using Flask. BSD-3 - [GitHub](https://github.com/flaskbb/flaskbb) (👨‍💻 67 · 🔀 580 · 📦 28 · 📋 350 - 12% open · ⏱️ 13.03.2023): @@ -3864,7 +3887,7 @@ _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) (📥 140 / month · 📦 9 · ⏱️ 15.07.2018): +- [PyPi](https://pypi.org/project/FlaskBB) (📥 120 / month · 📦 9 · ⏱️ 15.07.2018): ``` pip install FlaskBB ``` @@ -3876,31 +3899,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/markfinger/python-react ``` -- [PyPi](https://pypi.org/project/react) (📥 8.7K / month · 📦 48 · ⏱️ 08.10.2018): +- [PyPi](https://pypi.org/project/react) (📥 9.4K / month · 📦 48 · ⏱️ 08.10.2018): ``` pip install react ```
-
trame (🥉24 · ⭐ 180) - Trame lets you weave various components and technologies into a Web.. Apache-2 +
trame (🥉24 · ⭐ 190) - Trame lets you weave various components and technologies into a Web.. Apache-2 -- [GitHub](https://github.com/Kitware/trame) (👨‍💻 15 · 🔀 38 · 📥 180 · 📋 43 - 11% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/Kitware/trame) (👨‍💻 16 · 🔀 39 · 📥 190 · 📋 44 - 11% open · ⏱️ 21.09.2023): ``` git clone https://github.com/Kitware/trame ``` -- [PyPi](https://pypi.org/project/trame) (📥 22K / month · 📦 19 · ⏱️ 18.08.2023): +- [PyPi](https://pypi.org/project/trame) (📥 23K / month · 📦 21 · ⏱️ 21.09.2023): ``` pip install trame ```
-
pyscript (🥉23 · ⭐ 17K) - Home Page: https://pyscript.net Examples:.. Apache-2 - -- [GitHub](https://github.com/pyscript/pyscript) (👨‍💻 120 · 🔀 1.4K · 📥 190 · 📦 2 · 📋 680 - 18% open · ⏱️ 14.09.2023): - - ``` - git clone https://github.com/pyscript/pyscript - ``` -

## Admin UI @@ -3939,14 +3954,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-admin ```
-
django-grappelli (🥈33 · ⭐ 3.5K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 +
django-grappelli (🥈34 · ⭐ 3.5K) - A jazzy skin for the Django Admin-Interface (official.. BSD-3 -- [GitHub](https://github.com/sehmaschine/django-grappelli) (👨‍💻 83 · 🔀 650 · 📦 5.8K · 📋 710 - 1% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/sehmaschine/django-grappelli) (👨‍💻 84 · 🔀 650 · 📦 5.8K · 📋 710 - 1% open · ⏱️ 21.09.2023): ``` git clone https://github.com/sehmaschine/django-grappelli ``` -- [PyPi](https://pypi.org/project/django-grappelli) (📥 170K / month · 📦 1.7K · ⏱️ 15.08.2023): +- [PyPi](https://pypi.org/project/django-grappelli) (📥 170K / month · 📦 1.7K · ⏱️ 21.09.2023): ``` pip install django-grappelli ``` @@ -3957,12 +3972,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-admin-interface (🥈32 · ⭐ 1.5K) - djangos default admin interface with superpowers -.. MIT -- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (👨‍💻 33 · 🔀 160 · 📦 3.2K · 📋 180 - 8% open · ⏱️ 05.09.2023): +- [GitHub](https://github.com/fabiocaccamo/django-admin-interface) (👨‍💻 34 · 🔀 160 · 📦 3.2K · 📋 180 - 7% open · ⏱️ 18.09.2023): ``` git clone https://github.com/fabiocaccamo/django-admin-interface ``` -- [PyPi](https://pypi.org/project/django-admin-interface) (📥 74K / month · 📦 44 · ⏱️ 05.09.2023): +- [PyPi](https://pypi.org/project/django-admin-interface) (📥 79K / month · 📦 44 · ⏱️ 05.09.2023): ``` pip install django-admin-interface ``` @@ -3974,12 +3989,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (📥 3K / month · ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (📥 2.9K / month · ⏱️ 31.08.2021): ``` pip install fastapi-admin ```
-
nginx-ui (🥉17 · ⭐ 4.3K) - Nginx UI allows you to access and modify the nginx configurations files.. MIT +
nginx-ui (🥉17 · ⭐ 4.4K) - Nginx UI allows you to access and modify the nginx configurations files.. MIT - [GitHub](https://github.com/schenkd/nginx-ui) (👨‍💻 4 · 🔀 260 · 📋 38 - 63% open · ⏱️ 24.04.2023): @@ -3997,7 +4012,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - xadmin (🥉27 · ⭐ 4.7K · 💀) - Drop-in replacement of Django admin comes with lots of goodies,.. BSD-3 - django-jet (🥉26 · ⭐ 3.5K · 💀) - Modern responsive template for the Django admin.. ❗️AGPL-3.0 - django-admin-bootstrapped (🥉26 · ⭐ 1.6K · 💀) - A Django admin theme using Twitter Bootstrap. It.. Apache-2 -- django-admin2 (🥉24 · ⭐ 1.2K · 💀) - Extendable, adaptable rewrite of django.contrib.admin. BSD-3 +- django-admin2 (🥉23 · ⭐ 1.2K · 💀) - Extendable, adaptable rewrite of django.contrib.admin. BSD-3 - django-smuggler (🥉22 · ⭐ 370 · 💀) - Django Smuggler is a pluggable application for Django.. ❗️LGPL-3.0

@@ -4008,7 +4023,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
Kong (🥇39 · ⭐ 37K) - The Cloud-Native API Gateway. Apache-2 -- [GitHub](https://github.com/Kong/kong) (👨‍💻 390 · 🔀 4.6K · 📦 13 · 📋 4.2K - 5% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/Kong/kong) (👨‍💻 390 · 🔀 4.6K · 📦 13 · 📋 4.2K - 5% open · ⏱️ 21.09.2023): ``` git clone https://github.com/kong/kong @@ -4020,7 +4035,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
tyk (🥉27 · ⭐ 8.8K) - Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP.. MPL-2.0 -- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 110 · 🔀 1K · 📥 71 · 📋 2.1K - 14% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/TykTechnologies/tyk) (👨‍💻 110 · 🔀 1K · 📥 71 · 📋 2.1K - 14% open · ⏱️ 15.09.2023): ``` git clone https://github.com/TykTechnologies/tyk @@ -4039,18 +4054,18 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pallets/flask-sqlalchemy ``` -- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 5.2M / month · 📦 27K · ⏱️ 11.09.2023): +- [PyPi](https://pypi.org/project/flask-sqlalchemy) (📥 5.3M / month · 📦 27K · ⏱️ 11.09.2023): ``` pip install flask-sqlalchemy ``` -- [Conda](https://anaconda.org/conda-forge/flask-sqlalchemy) (📥 350K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-sqlalchemy) (📥 360K · ⏱️ 16.06.2023): ``` conda install -c conda-forge flask-sqlalchemy ```
-
Flask-Migrate (🥇33 · ⭐ 2.2K · 📈) - SQLAlchemy database migrations for Flask applications.. MIT +
Flask-Migrate (🥇33 · ⭐ 2.2K) - SQLAlchemy database migrations for Flask applications using.. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (👨‍💻 48 · 🔀 220 · 📋 410 - 2% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/miguelgrinberg/Flask-Migrate) (👨‍💻 48 · 🔀 220 · 📋 410 - 2% open · ⏱️ 19.09.2023): ``` git clone https://github.com/miguelgrinberg/Flask-Migrate @@ -4071,7 +4086,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/corydolphin/flask-cors ``` -- [PyPi](https://pypi.org/project/flask-cors) (📥 6.6M / month · 📦 8.2K · ⏱️ 26.06.2023): +- [PyPi](https://pypi.org/project/flask-cors) (📥 6.7M / month · 📦 8.2K · ⏱️ 26.06.2023): ``` pip install flask-cors ``` @@ -4108,6 +4123,22 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-caching ```
+
flask-babel (🥇31 · ⭐ 420 · 📈) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 + +- [GitHub](https://github.com/python-babel/flask-babel) (👨‍💻 41 · 🔀 160 · 📦 19K · 📋 120 - 8% open · ⏱️ 07.04.2023): + + ``` + git clone https://github.com/python-babel/flask-babel + ``` +- [PyPi](https://pypi.org/project/flask-babel) (📥 2.3M / month · 📦 36 · ⏱️ 07.04.2023): + ``` + pip install flask-babel + ``` +- [Conda](https://anaconda.org/conda-forge/flask-babel) (📥 140K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge flask-babel + ``` +
flask-api (🥈30 · ⭐ 1.4K) - Browsable web APIs for Flask. BSD-3 - [GitHub](https://github.com/flask-api/flask-api) (👨‍💻 34 · 🔀 180 · 📦 6K · 📋 67 - 20% open · ⏱️ 02.08.2023): @@ -4127,59 +4158,27 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/marshmallow-code/flask-marshmallow ``` -- [PyPi](https://pypi.org/project/flask-marshmallow) (📥 530K / month · 📦 820 · ⏱️ 05.04.2023): +- [PyPi](https://pypi.org/project/flask-marshmallow) (📥 550K / month · 📦 820 · ⏱️ 05.04.2023): ``` pip install flask-marshmallow ``` -- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (📥 86K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-marshmallow) (📥 87K · ⏱️ 16.06.2023): ``` conda install -c conda-forge flask-marshmallow ```
-
flask-session (🥈29 · ⭐ 450) - Server side session extension for Flask. BSD-3 +
flask-session (🥈30 · ⭐ 450) - Server side session extension for Flask. BSD-3 - [GitHub](https://github.com/pallets-eco/flask-session) (👨‍💻 10 · 🔀 210 · 📥 12 · 📦 32K · 📋 110 - 34% open · ⏱️ 21.06.2023): ``` git clone https://github.com/fengsp/flask-session ``` -- [PyPi](https://pypi.org/project/flask-session) (📥 2.7M / month · 📦 1.1K · ⏱️ 11.05.2023): +- [PyPi](https://pypi.org/project/flask-session) (📥 2.6M / month · 📦 1.1K · ⏱️ 11.05.2023): ``` pip install flask-session ```
-
flask-babel (🥈26 · ⭐ 420) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 - -- [GitHub](https://github.com/python-babel/flask-babel) (👨‍💻 41 · 🔀 160 · 📋 120 - 8% open · ⏱️ 07.04.2023): - - ``` - git clone https://github.com/python-babel/flask-babel - ``` -- [PyPi](https://pypi.org/project/flask-babel) (📥 2.3M / month · 📦 36 · ⏱️ 07.04.2023): - ``` - pip install flask-babel - ``` -- [Conda](https://anaconda.org/conda-forge/flask-babel) (📥 140K · ⏱️ 16.06.2023): - ``` - conda install -c conda-forge flask-babel - ``` -
-
flask_injector (🥈25 · ⭐ 260) - Adds Injector support to Flask. BSD-3 - -- [GitHub](https://github.com/python-injector/flask_injector) (👨‍💻 13 · 🔀 40 · 📦 830 · 📋 51 - 23% open · ⏱️ 27.07.2023): - - ``` - git clone https://github.com/alecthomas/flask_injector - ``` -- [PyPi](https://pypi.org/project/flask_injector) (📥 47K / month · 📦 65 · ⏱️ 27.07.2023): - ``` - pip install flask_injector - ``` -- [Conda](https://anaconda.org/conda-forge/flask-injector) (📥 4.9K · ⏱️ 28.07.2023): - ``` - conda install -c conda-forge flask-injector - ``` -
flask-rebar (🥈25 · ⭐ 220) - Flask-Rebar combines flask, marshmallow, and swagger for.. MIT - [GitHub](https://github.com/plangrid/flask-rebar) (👨‍💻 38 · 🔀 35 · 📦 51 · 📋 100 - 45% open · ⏱️ 08.08.2023): @@ -4187,7 +4186,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/plangrid/flask-rebar ``` -- [PyPi](https://pypi.org/project/flask-rebar) (📥 7.5K / month · 📦 6 · ⏱️ 08.08.2023): +- [PyPi](https://pypi.org/project/flask-rebar) (📥 7.7K / month · 📦 6 · ⏱️ 08.08.2023): ``` pip install flask-rebar ``` @@ -4208,84 +4207,84 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge flask-seasurf ```
-
flask-paginate (🥉24 · ⭐ 270 · 💤) - Pagination support for flask. BSD-3 +
Flask-Moment (🥉24 · ⭐ 360) - Formatting of dates and times in Flask templates using.. MIT -- [GitHub](https://github.com/lixxu/flask-paginate) (👨‍💻 27 · 🔀 79 · 📥 56 · 📦 2.9K · 📋 72 - 11% open · ⏱️ 16.09.2022): +- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (👨‍💻 22 · 🔀 50 · 📋 49 - 4% open · ⏱️ 20.06.2023): ``` - git clone https://github.com/lixxu/flask-paginate + git clone https://github.com/miguelgrinberg/Flask-Moment ``` -- [PyPi](https://pypi.org/project/flask-paginate) (📥 47K / month · 📦 47 · ⏱️ 09.01.2022): +- [PyPi](https://pypi.org/project/flask-moment) (📥 42K / month · 📦 2.3K · ⏱️ 05.10.2022): ``` - pip install flask-paginate + pip install flask-moment ``` -- [Conda](https://anaconda.org/conda-forge/flask-paginate) (📥 19K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-moment) (📥 47K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge flask-paginate + conda install -c conda-forge flask-moment ```
-
Frozen-Flask (🥉23 · ⭐ 760 · 💤) - Freezes a Flask application into a set of static files. BSD-3 +
flask-paginate (🥉24 · ⭐ 270 · 💤) - Pagination support for flask. BSD-3 -- [GitHub](https://github.com/Frozen-Flask/Frozen-Flask) (👨‍💻 25 · 🔀 77 · 📥 71 · 📦 3K · 📋 68 - 33% open · ⏱️ 13.12.2022): +- [GitHub](https://github.com/lixxu/flask-paginate) (👨‍💻 27 · 🔀 79 · 📥 56 · 📦 2.9K · 📋 72 - 11% open · ⏱️ 16.09.2022): ``` - git clone https://github.com/Frozen-Flask/Frozen-Flask + git clone https://github.com/lixxu/flask-paginate ``` -- [PyPi](https://pypi.org/project/frozen-flask) (📥 41K / month · 📦 590 · ⏱️ 15.06.2021): +- [PyPi](https://pypi.org/project/flask-paginate) (📥 49K / month · 📦 47 · ⏱️ 09.01.2022): ``` - pip install frozen-flask + pip install flask-paginate ``` -- [Conda](https://anaconda.org/conda-forge/frozen-flask) (📥 73K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/flask-paginate) (📥 19K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge frozen-flask + conda install -c conda-forge flask-paginate ```
-
Flask-Moment (🥉23 · ⭐ 360) - Formatting of dates and times in Flask templates using.. MIT +
flask_pydantic (🥉23 · ⭐ 300 · 💤) - flask extension for integration with the awesome.. MIT -- [GitHub](https://github.com/miguelgrinberg/Flask-Moment) (👨‍💻 22 · 🔀 50 · 📋 49 - 4% open · ⏱️ 20.06.2023): +- [GitHub](https://github.com/bauerji/flask-pydantic) (👨‍💻 12 · 🔀 46 · 📦 460 · 📋 39 - 43% open · ⏱️ 02.01.2023): ``` - git clone https://github.com/miguelgrinberg/Flask-Moment - ``` -- [PyPi](https://pypi.org/project/flask-moment) (📥 42K / month · 📦 2.3K · ⏱️ 05.10.2022): - ``` - pip install flask-moment + git clone https://github.com/bauerji/flask_pydantic ``` -- [Conda](https://anaconda.org/conda-forge/flask-moment) (📥 47K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/flask_pydantic) (📥 130K / month · 📦 5 · ⏱️ 25.09.2022): ``` - conda install -c conda-forge flask-moment + pip install flask_pydantic ```
-
safrs (🥉22 · ⭐ 390) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 +
flask_injector (🥉22 · ⭐ 260 · 📉) - Adds Injector support to Flask. BSD-3 -- [GitHub](https://github.com/thomaxxl/safrs) (👨‍💻 16 · 🔀 68 · 📦 110 · 📋 78 - 2% open · ⏱️ 23.07.2023): +- [GitHub](https://github.com/python-injector/flask_injector) (👨‍💻 13 · 🔀 39 · 📦 830 · 📋 51 - 23% open · ⏱️ 27.07.2023): ``` - git clone https://github.com/thomaxxl/safrs + git clone https://github.com/alecthomas/flask_injector ``` -- [PyPi](https://pypi.org/project/safrs) (📥 860 / month · 📦 1 · ⏱️ 01.11.2022): +- [PyPi](https://pypi.org/project/flask_injector) (📥 53K / month): ``` - pip install safrs + pip install flask_injector + ``` +- [Conda](https://anaconda.org/conda-forge/flask-injector) (📥 4.9K · ⏱️ 28.07.2023): + ``` + conda install -c conda-forge flask-injector ```
cookiecutter-flask (🥉21 · ⭐ 4.4K) - A flask template with Bootstrap, asset.. MIT -- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨‍💻 74 · 🔀 750 · 📋 180 - 2% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/cookiecutter-flask/cookiecutter-flask) (👨‍💻 74 · 🔀 750 · 📋 180 - 2% open · ⏱️ 19.09.2023): ``` git clone https://github.com/cookiecutter-flask/cookiecutter-flask ```
-
flask_pydantic (🥉21 · ⭐ 300 · 💤) - flask extension for integration with the awesome.. MIT +
safrs (🥉21 · ⭐ 390) - SqlAlchemy Flask-Restful Swagger Json:API OpenAPI. ❗️GPL-3.0 -- [GitHub](https://github.com/bauerji/flask-pydantic) (👨‍💻 12 · 🔀 46 · 📦 460 · 📋 39 - 43% open · ⏱️ 02.01.2023): +- [GitHub](https://github.com/thomaxxl/safrs) (👨‍💻 16 · 🔀 69 · 📦 110 · 📋 78 - 2% open · ⏱️ 23.07.2023): ``` - git clone https://github.com/bauerji/flask_pydantic + git clone https://github.com/thomaxxl/safrs ``` -- [PyPi](https://pypi.org/project/flask_pydantic) (📥 120K / month): +- [PyPi](https://pypi.org/project/safrs) (📥 760 / month · 📦 1 · ⏱️ 01.11.2022): ``` - pip install flask_pydantic + pip install safrs ```
flask-jsonrpc (🥉20 · ⭐ 280) - Basic JSON-RPC implementation for your Flask-powered sites. BSD-3 @@ -4295,19 +4294,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/cenobites/flask-jsonrpc ``` -- [PyPi](https://pypi.org/project/rpc) (📥 230 / month · 📦 6 · ⏱️ 28.04.2012): +- [PyPi](https://pypi.org/project/rpc) (📥 240 / month · 📦 6 · ⏱️ 28.04.2012): ``` pip install rpc ```
flask-file-upload (🥉17 · ⭐ 150 · 💤) - Easy file uploads for Flask. MIT -- [GitHub](https://github.com/joegasewicz/flask-file-upload) (👨‍💻 6 · 🔀 13 · 📦 77 · 📋 73 - 17% open · ⏱️ 08.02.2023): +- [GitHub](https://github.com/joegasewicz/flask-file-upload) (👨‍💻 6 · 🔀 13 · 📦 78 · 📋 73 - 17% open · ⏱️ 08.02.2023): ``` git clone https://github.com/joegasewicz/flask-file-upload ``` -- [PyPi](https://pypi.org/project/flask-file-upload) (📥 160 / month): +- [PyPi](https://pypi.org/project/flask-file-upload) (📥 140 / month · ⏱️ 07.12.2021): ``` pip install flask-file-upload ``` @@ -4319,28 +4318,29 @@ _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) (📥 680 / month · 📦 1 · ⏱️ 16.01.2020): +- [PyPi](https://pypi.org/project/flask2postman) (📥 750 / month · 📦 1 · ⏱️ 16.01.2020): ``` pip install flask2postman ```
-
Show 15 hidden projects... +
Show 16 hidden projects... - flask-mongoengine (🥈30 · ⭐ 830 · 💀) - MongoEngine flask extension with WTF model forms.. BSD-3 - flask-security (🥈29 · ⭐ 1.6K · 💀) - Quick and simple security for Flask applications. MIT -- flask-apispec (🥈27 · ⭐ 630 · 💀) - Build and document REST APIs with Flask and apispec. MIT +- flask-apispec (🥈27 · ⭐ 640 · 💀) - Build and document REST APIs with Flask and apispec. MIT - flask-assets (🥈27 · ⭐ 440 · 💀) - Flask webassets integration. BSD-2 - flask-bcrypt (🥈27 · ⭐ 320 · 💀) - Flask-Bcrypt is a Flask extension that provides bcrypt.. BSD-3 - flask-ask (🥉24 · ⭐ 1.9K · 💀) - Alexa Skills Kit for Python. Apache-2 - flask-bootstrap (🥉24 · ⭐ 1.6K · 💀) - A Flask app template with integrated SQLAlchemy,.. BSD-3 -- flask-talisman (🥉24 · ⭐ 890 · 💀) - HTTP security headers for Flask. Apache-2 - flask-profiler (🥉24 · ⭐ 740 · 💀) - a flask profiler which watches endpoint calls and tries.. MIT - Flask-Excel (🥉23 · ⭐ 250 · 💀) - A flask extension using pyexcel to read, manipulate and write.. BSD-3 - flask-s3 (🥉22 · ⭐ 190 · 💀) - Seamlessly serve your static assets of your Flask app from Amazon.. ❗️WTFPL +- Frozen-Flask (🥉21 · ⭐ 760 · 💤) - Freezes a Flask application into a set of static files. ❗Unlicensed +- flask-talisman (🥉20 · ⭐ 890 · 💀) - HTTP security headers for Flask. Apache-2 - Flask-Opentracing (🥉20 · ⭐ 140 · 💀) - OpenTracing instrumentation for the Flask.. BSD-3 - flask-ngrok (🥉20 · ⭐ 130 · 💀) - A simple way to demo Flask apps from your machine. Apache-2 +- flask-msearch (🥉19 · ⭐ 200 · 💀) - Full text search for flask. BSD-3 - flask_jsondash (🥉18 · ⭐ 3.3K · 💀) - Build complex dashboards without any front-end code... MIT -- flask-msearch (🥉17 · ⭐ 200 · 💀) - Full text search for flask. BSD-3

@@ -4350,17 +4350,17 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
sqladmin (🥇27 · ⭐ 1.2K) - SQLAlchemy Admin for FastAPI and Starlette. BSD-3 -- [GitHub](https://github.com/aminalaee/sqladmin) (👨‍💻 36 · 🔀 120 · 📦 330 · 📋 160 - 12% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/aminalaee/sqladmin) (👨‍💻 38 · 🔀 120 · 📦 340 · 📋 160 - 12% open · ⏱️ 19.09.2023): ``` git clone https://github.com/aminalaee/sqladmin ``` -- [PyPi](https://pypi.org/project/sqladmin) (📥 35K / month · 📦 5 · ⏱️ 08.08.2023): +- [PyPi](https://pypi.org/project/sqladmin) (📥 38K / month · 📦 5 · ⏱️ 19.09.2023): ``` pip install sqladmin ```
-
slowapi (🥇27 · ⭐ 770) - A rate limiter for Starlette and FastAPI. MIT +
slowapi (🥇27 · ⭐ 780) - A rate limiter for Starlette and FastAPI. MIT - [GitHub](https://github.com/laurentS/slowapi) (👨‍💻 22 · 🔀 61 · 📦 1.4K · 📋 100 - 47% open · ⏱️ 08.06.2023): @@ -4379,7 +4379,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/koxudaxi/fastapi-code-generator ``` -- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 4.8K / month · 📦 3 · ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/fastapi-code-generator) (📥 5.2K / month · 📦 3 · ⏱️ 07.09.2023): ``` pip install fastapi-code-generator ``` @@ -4391,7 +4391,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/fastapi-admin/fastapi-admin ``` -- [PyPi](https://pypi.org/project/fastapi-admin) (📥 3K / month · ⏱️ 31.08.2021): +- [PyPi](https://pypi.org/project/fastapi-admin) (📥 2.9K / month · ⏱️ 31.08.2021): ``` pip install fastapi-admin ``` @@ -4415,7 +4415,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/awtkns/fastapi-crudrouter ``` -- [PyPi](https://pypi.org/project/fastapi-crudrouter) (📥 12K / month · 📦 6 · ⏱️ 28.01.2023): +- [PyPi](https://pypi.org/project/fastapi-crudrouter) (📥 11K / month · 📦 6 · ⏱️ 28.01.2023): ``` pip install fastapi-crudrouter ``` @@ -4427,55 +4427,55 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/mfreeborn/fastapi-sqlalchemy ``` -- [PyPi](https://pypi.org/project/fastapi-sqlalchemy) (📥 74K / month · 📦 8 · ⏱️ 25.09.2020): +- [PyPi](https://pypi.org/project/fastapi-sqlalchemy) (📥 75K / month · 📦 8 · ⏱️ 25.09.2020): ``` pip install fastapi-sqlalchemy ```
-
fastapi-mvc (🥉22 · ⭐ 460) - Developer productivity tool for making high-quality FastAPI.. MIT +
fastapi-mvc (🥉22 · ⭐ 470) - Developer productivity tool for making high-quality FastAPI.. MIT -- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (👨‍💻 7 · 🔀 42 · 📥 250 · 📦 7 · 📋 120 - 14% open · ⏱️ 08.09.2023): +- [GitHub](https://github.com/fastapi-mvc/fastapi-mvc) (👨‍💻 7 · 🔀 42 · 📥 250 · 📦 7 · 📋 120 - 14% open · ⏱️ 18.09.2023): ``` git clone https://github.com/rszamszur/fastapi-mvc ``` -- [PyPi](https://pypi.org/project/fastapi-mvc) (📥 740 / month · ⏱️ 09.01.2023): +- [PyPi](https://pypi.org/project/fastapi-mvc) (📥 780 / month · ⏱️ 09.01.2023): ``` pip install fastapi-mvc ```
starlette_exporter (🥉21 · ⭐ 270) - Prometheus exporter for Starlette and FastAPI. Apache-2 -- [GitHub](https://github.com/stephenhillier/starlette_exporter) (👨‍💻 19 · 🔀 27 · 📋 37 - 13% open · ⏱️ 06.08.2023): +- [GitHub](https://github.com/stephenhillier/starlette_exporter) (👨‍💻 19 · 🔀 28 · 📋 37 - 13% open · ⏱️ 06.08.2023): ``` git clone https://github.com/stephenhillier/starlette_exporter ``` -- [PyPi](https://pypi.org/project/starlette_exporter) (📥 340K / month · 📦 8 · ⏱️ 05.05.2023): +- [PyPi](https://pypi.org/project/starlette_exporter) (📥 350K / month · 📦 8 · ⏱️ 05.05.2023): ``` pip install starlette_exporter ```
fastapi-socketio (🥉21 · ⭐ 260) - Easily integrate socket.io with your FastAPI app. Apache-2 -- [GitHub](https://github.com/pyropy/fastapi-socketio) (👨‍💻 7 · 🔀 23 · 📦 2.3K · 📋 31 - 48% open · ⏱️ 03.03.2023): +- [GitHub](https://github.com/pyropy/fastapi-socketio) (👨‍💻 7 · 🔀 23 · 📦 2.4K · 📋 31 - 48% open · ⏱️ 03.03.2023): ``` git clone https://github.com/pyropy/fastapi-socketio ``` -- [PyPi](https://pypi.org/project/fastapi-socketio) (📥 48K / month · 📦 3 · ⏱️ 06.12.2021): +- [PyPi](https://pypi.org/project/fastapi-socketio) (📥 49K / month · 📦 3 · ⏱️ 06.12.2021): ``` pip install fastapi-socketio ```
fastapi-plugins (🥉17 · ⭐ 300) - FastAPI framework plugins. MIT -- [GitHub](https://github.com/madkote/fastapi-plugins) (👨‍💻 3 · 🔀 16 · 📦 95 · 📋 14 - 14% open · ⏱️ 24.03.2023): +- [GitHub](https://github.com/madkote/fastapi-plugins) (👨‍💻 3 · 🔀 17 · 📦 96 · 📋 14 - 14% open · ⏱️ 24.03.2023): ``` git clone https://github.com/madkote/fastapi-plugins ``` -- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 6.4K / month · 📦 1 · ⏱️ 07.07.2022): +- [PyPi](https://pypi.org/project/fastapi-plugins) (📥 6.7K / month · 📦 1 · ⏱️ 07.07.2022): ``` pip install fastapi-plugins ``` @@ -4502,7 +4502,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/mmerickel/pyramid_services ``` -- [PyPi](https://pypi.org/project/pyramid_services) (📥 13K / month · 📦 21 · ⏱️ 22.04.2019): +- [PyPi](https://pypi.org/project/pyramid_services) (📥 12K / month · 📦 21 · ⏱️ 22.04.2019): ``` pip install pyramid_services ``` @@ -4518,14 +4518,14 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar Back to top -
django-extensions (🥇37 · ⭐ 6.2K) - This is a repository for collecting global custom.. MIT +
django-extensions (🥇38 · ⭐ 6.2K) - This is a repository for collecting global custom.. MIT - [GitHub](https://github.com/django-extensions/django-extensions) (👨‍💻 570 · 🔀 1.1K · 📦 190K · 📋 890 - 19% open · ⏱️ 05.06.2023): ``` git clone https://github.com/django-extensions/django-extensions ``` -- [PyPi](https://pypi.org/project/django-extensions) (📥 2.8M / month · 📦 12K · ⏱️ 05.06.2023): +- [PyPi](https://pypi.org/project/django-extensions) (📥 2.9M / month · 📦 12K · ⏱️ 05.06.2023): ``` pip install django-extensions ``` @@ -4534,9 +4534,9 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-extensions ```
-
django-oscar (🥇37 · ⭐ 5.8K) - Domain-driven e-commerce for Django. BSD-3 +
django-oscar (🥇37 · ⭐ 5.9K) - Domain-driven e-commerce for Django. BSD-3 -- [GitHub](https://github.com/django-oscar/django-oscar) (👨‍💻 350 · 🔀 2.1K · 📦 1K · 📋 1.5K - 6% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/django-oscar/django-oscar) (👨‍💻 350 · 🔀 2.1K · 📦 1K · 📋 1.5K - 6% open · ⏱️ 21.09.2023): ``` git clone https://github.com/django-oscar/django-oscar @@ -4548,12 +4548,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-cors-headers (🥇37 · ⭐ 5.1K) - Django app for handling the server headers required.. MIT -- [GitHub](https://github.com/adamchainz/django-cors-headers) (👨‍💻 66 · 🔀 540 · 📦 180K · 📋 260 - 2% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/adamchainz/django-cors-headers) (👨‍💻 66 · 🔀 540 · 📦 180K · 📋 260 - 2% open · ⏱️ 19.09.2023): ``` git clone https://github.com/adamchainz/django-cors-headers ``` -- [PyPi](https://pypi.org/project/django-cors-headers) (📥 4.4M / month · 📦 6.7K · ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/django-cors-headers) (📥 4.5M / month · 📦 6.7K · ⏱️ 10.07.2023): ``` pip install django-cors-headers ``` @@ -4562,37 +4562,37 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-cors-headers ```
-
django-import-export (🥇37 · ⭐ 2.7K) - Django application and library for importing and.. BSD-2 +
django-import-export (🥇37 · ⭐ 2.8K) - Django application and library for importing and.. BSD-2 -- [GitHub](https://github.com/django-import-export/django-import-export) (👨‍💻 200 · 🔀 760 · 📦 73K · 📋 930 - 8% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/django-import-export/django-import-export) (👨‍💻 200 · 🔀 760 · 📦 74K · 📋 930 - 6% open · ⏱️ 19.09.2023): ``` git clone https://github.com/django-import-export/django-import-export ``` -- [PyPi](https://pypi.org/project/django-import-export) (📥 850K / month · 📦 1.1K · ⏱️ 14.09.2023): +- [PyPi](https://pypi.org/project/django-import-export) (📥 830K / month · 📦 1.1K · ⏱️ 20.09.2023): ``` pip install django-import-export ``` -- [Conda](https://anaconda.org/conda-forge/django-import-export) (📥 84K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-import-export) (📥 84K · ⏱️ 14.09.2023): ``` conda install -c conda-forge django-import-export ```
django-simple-history (🥇37 · ⭐ 1.9K) - Store model history and view/revert changes from.. BSD-3 -- [GitHub](https://github.com/jazzband/django-simple-history) (👨‍💻 180 · 🔀 440 · 📦 4.4K · 📋 550 - 26% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/jazzband/django-simple-history) (👨‍💻 180 · 🔀 450 · 📦 4.4K · 📋 550 - 26% open · ⏱️ 15.09.2023): ``` git clone https://github.com/jazzband/django-simple-history ``` -- [PyPi](https://pypi.org/project/django-simple-history) (📥 1.1M / month · 📦 460 · ⏱️ 10.03.2023): +- [PyPi](https://pypi.org/project/django-simple-history) (📥 1M / month · 📦 460 · ⏱️ 14.09.2023): ``` pip install django-simple-history ```
django-stubs (🥇37 · ⭐ 1.3K) - PEP-484 stubs for Django. MIT -- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 220 · 🔀 360 · 📦 8.7K · 📋 660 - 35% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/typeddjango/django-stubs) (👨‍💻 230 · 🔀 360 · 📦 8.8K · 📋 660 - 35% open · ⏱️ 19.09.2023): ``` git clone https://github.com/typeddjango/django-stubs @@ -4601,35 +4601,35 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-stubs ``` -- [Conda](https://anaconda.org/conda-forge/django-stubs) (📥 18K · ⏱️ 05.09.2023): +- [Conda](https://anaconda.org/conda-forge/django-stubs) (📥 19K · ⏱️ 05.09.2023): ``` conda install -c conda-forge django-stubs ```
django-filter (🥇36 · ⭐ 4.1K) - A generic system for filtering Django QuerySets based on.. BSD-3 -- [GitHub](https://github.com/carltongibson/django-filter) (👨‍💻 200 · 🔀 740 · 📦 140K · 📋 820 - 9% open · ⏱️ 04.09.2023): +- [GitHub](https://github.com/carltongibson/django-filter) (👨‍💻 200 · 🔀 740 · 📦 140K · 📋 820 - 8% open · ⏱️ 17.09.2023): ``` git clone https://github.com/carltongibson/django-filter ``` -- [PyPi](https://pypi.org/project/django-filter) (📥 3.2M / month · 📦 8.8K · ⏱️ 30.04.2023): +- [PyPi](https://pypi.org/project/django-filter) (📥 3.2M / month · 📦 8.8K · ⏱️ 17.09.2023): ``` pip install django-filter ``` -- [Conda](https://anaconda.org/conda-forge/django-filter) (📥 120K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-filter) (📥 120K · ⏱️ 17.09.2023): ``` conda install -c conda-forge django-filter ```
django-environ (🥇36 · ⭐ 2.8K) - Django-environ allows you to utilize 12factor inspired.. MIT -- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 93 · 🔀 320 · 📥 33 · 📦 180K · 📋 240 - 26% open · ⏱️ 01.09.2023): +- [GitHub](https://github.com/joke2k/django-environ) (👨‍💻 93 · 🔀 320 · 📥 37 · 📦 190K · 📋 240 - 26% open · ⏱️ 01.09.2023): ``` git clone https://github.com/joke2k/django-environ ``` -- [PyPi](https://pypi.org/project/django-environ) (📥 1.5M / month · 📦 3.6K · ⏱️ 01.09.2023): +- [PyPi](https://pypi.org/project/django-environ) (📥 1.6M / month · 📦 3.6K · ⏱️ 01.09.2023): ``` pip install django-environ ``` @@ -4640,7 +4640,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-storages (🥇36 · ⭐ 2.5K) - Django-storages is a project to provide a variety of.. BSD-3 -- [GitHub](https://github.com/jschneier/django-storages) (👨‍💻 250 · 🔀 830 · 📦 150K · 📋 690 - 23% open · ⏱️ 09.09.2023): +- [GitHub](https://github.com/jschneier/django-storages) (👨‍💻 250 · 🔀 830 · 📦 150K · 📋 690 - 23% open · ⏱️ 17.09.2023): ``` git clone https://github.com/jschneier/django-storages @@ -4656,7 +4656,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-haystack (🥈35 · ⭐ 3.5K) - Modular search for Django. BSD-3 -- [GitHub](https://github.com/django-haystack/django-haystack) (👨‍💻 210 · 🔀 1.3K · 📦 9.2K · 📋 1.3K - 43% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/django-haystack/django-haystack) (👨‍💻 210 · 🔀 1.3K · 📦 9.2K · 📋 1.3K - 43% open · ⏱️ 19.09.2023): ``` git clone https://github.com/django-haystack/django-haystack @@ -4677,7 +4677,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django/channels ``` -- [PyPi](https://pypi.org/project/channels) (📥 720K / month · 📦 1.3K · ⏱️ 03.02.2023): +- [PyPi](https://pypi.org/project/channels) (📥 730K / month · 📦 1.3K · ⏱️ 03.02.2023): ``` pip install channels ``` @@ -4688,12 +4688,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
django-reversion (🥈34 · ⭐ 2.9K) - django-reversion is an extension to the Django web.. BSD-3 -- [GitHub](https://github.com/etianen/django-reversion) (👨‍💻 190 · 🔀 480 · 📦 7.2K · 📋 640 - 2% open · ⏱️ 21.05.2023): +- [GitHub](https://github.com/etianen/django-reversion) (👨‍💻 190 · 🔀 480 · 📦 7.2K · 📋 640 - 2% open · ⏱️ 19.09.2023): ``` git clone https://github.com/etianen/django-reversion ``` -- [PyPi](https://pypi.org/project/django-reversion) (📥 300K / month · 📦 2.1K · ⏱️ 12.11.2022): +- [PyPi](https://pypi.org/project/django-reversion) (📥 300K / month · 📦 2.1K · ⏱️ 19.09.2023): ``` pip install django-reversion ``` @@ -4710,38 +4710,26 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar pip install django-model-utils ```
-
django-ckeditor (🥈34 · ⭐ 2.3K) - Django admin CKEditor integration. BSD-3 - -- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (👨‍💻 130 · 🔀 700 · 📦 36K · 📋 530 - 1% open · ⏱️ 12.09.2023): - - ``` - git clone https://github.com/django-ckeditor/django-ckeditor - ``` -- [PyPi](https://pypi.org/project/django-ckeditor) (📥 380K / month · 📦 1.5K · ⏱️ 27.07.2023): - ``` - pip install django-ckeditor - ``` -
django-autocomplete-light (🥈34 · ⭐ 1.7K) - A fresh approach to autocomplete implementations,.. MIT -- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨‍💻 190 · 🔀 460 · 📦 3.8K · 📋 840 - 24% open · ⏱️ 01.06.2023): +- [GitHub](https://github.com/yourlabs/django-autocomplete-light) (👨‍💻 200 · 🔀 460 · 📦 3.8K · 📋 840 - 24% open · ⏱️ 19.09.2023): ``` git clone https://github.com/yourlabs/django-autocomplete-light ``` -- [PyPi](https://pypi.org/project/django-autocomplete-light) (📥 250K / month · 📦 750 · ⏱️ 24.05.2023): +- [PyPi](https://pypi.org/project/django-autocomplete-light) (📥 250K / month · 📦 750 · ⏱️ 19.09.2023): ``` pip install django-autocomplete-light ```
django-phonenumber-field (🥈34 · ⭐ 1.4K) - A django model and form field for normalised phone.. MIT -- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (👨‍💻 110 · 🔀 310 · 📥 14 · 📦 22K · 📋 210 - 5% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/stefanfoulis/django-phonenumber-field) (👨‍💻 110 · 🔀 310 · 📥 14 · 📦 23K · 📋 210 - 5% open · ⏱️ 11.09.2023): ``` git clone https://github.com/stefanfoulis/django-phonenumber-field ``` -- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 740K / month · 📦 870 · ⏱️ 26.04.2023): +- [PyPi](https://pypi.org/project/django-phonenumber-field) (📥 750K / month · 📦 870 · ⏱️ 26.04.2023): ``` pip install django-phonenumber-field ``` @@ -4753,53 +4741,53 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jacobian/dj-database-url ``` -- [PyPi](https://pypi.org/project/dj-database-url) (📥 1.1M / month · 📦 21K · ⏱️ 15.08.2023): +- [PyPi](https://pypi.org/project/dj-database-url) (📥 1.2M / month · 📦 21K · ⏱️ 15.08.2023): ``` pip install dj-database-url ```
-
Django-Ninja (🥈33 · ⭐ 4.9K) - Fast, Async-ready, Openapi, type hints based framework for.. MIT +
Django-Ninja (🥈33 · ⭐ 5K) - Fast, Async-ready, Openapi, type hints based framework for building.. MIT -- [GitHub](https://github.com/vitalik/django-ninja) (👨‍💻 100 · 🔀 300 · 📦 1.6K · 📋 570 - 33% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/vitalik/django-ninja) (👨‍💻 100 · 🔀 300 · 📦 1.6K · 📋 580 - 33% open · ⏱️ 21.09.2023): ``` git clone https://github.com/vitalik/django-ninja ``` -- [PyPi](https://pypi.org/project/django-ninja) (📥 160K / month · 📦 21 · ⏱️ 10.09.2023): +- [PyPi](https://pypi.org/project/django-ninja) (📥 170K / month · 📦 21 · ⏱️ 10.09.2023): ``` pip install django-ninja ``` -- [Conda](https://anaconda.org/conda-forge/django-ninja) (📥 7.9K · ⏱️ 18.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-ninja) (📥 8K · ⏱️ 18.06.2023): ``` conda install -c conda-forge django-ninja ```
django-redis (🥈33 · ⭐ 2.7K) - Full featured redis cache backend for Django. BSD-3 -- [GitHub](https://github.com/jazzband/django-redis) (👨‍💻 130 · 🔀 420 · 📋 350 - 13% open · ⏱️ 21.08.2023): +- [GitHub](https://github.com/jazzband/django-redis) (👨‍💻 130 · 🔀 420 · 📋 350 - 13% open · ⏱️ 19.09.2023): ``` git clone https://github.com/jazzband/django-redis ``` -- [PyPi](https://pypi.org/project/django-redis) (📥 2M / month · 📦 3.5K · ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/django-redis) (📥 2.1M / month · 📦 3.5K · ⏱️ 16.06.2023): ``` pip install django-redis ```
-
django-bootstrap3 (🥈33 · ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 +
django-webpack-loader (🥈33 · ⭐ 2.5K) - Transparently use webpack with django. MIT -- [GitHub](https://github.com/zostera/django-bootstrap3) (👨‍💻 99 · 🔀 690 · 📦 19K · 📋 300 - 1% open · ⏱️ 28.06.2023): +- [GitHub](https://github.com/django-webpack/django-webpack-loader) (👨‍💻 58 · 🔀 340 · 📦 9K · 📋 190 - 17% open · ⏱️ 18.09.2023): ``` - git clone https://github.com/zostera/django-bootstrap3 + git clone https://github.com/django-webpack/django-webpack-loader ``` -- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 86K / month · 📦 4K · ⏱️ 28.06.2023): +- [PyPi](https://pypi.org/project/django-webpack-loader) (📥 350K / month · 📦 990 · ⏱️ 14.06.2023): ``` - pip install django-bootstrap3 + pip install django-webpack-loader ``` -- [Conda](https://anaconda.org/conda-forge/django-bootstrap3) (📥 28K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (📥 7.6K · ⏱️ 27.06.2023): ``` - conda install -c conda-forge django-bootstrap3 + conda install -c conda-forge django-webpack-loader ```
django-widget-tweaks (🥈33 · ⭐ 1.9K) - Tweak the form field rendering in templates, not in.. MIT @@ -4809,7 +4797,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-widget-tweaks ``` -- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 550K / month · 📦 2.2K · ⏱️ 25.08.2023): +- [PyPi](https://pypi.org/project/django-widget-tweaks) (📥 520K / month · 📦 2.2K · ⏱️ 25.08.2023): ``` pip install django-widget-tweaks ``` @@ -4821,7 +4809,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/sorl-thumbnail ``` -- [PyPi](https://pypi.org/project/sorl-thumbnail) (📥 150K / month · 📦 2.5K · ⏱️ 30.08.2022): +- [PyPi](https://pypi.org/project/sorl-thumbnail) (📥 160K / month · 📦 2.5K · ⏱️ 30.08.2022): ``` pip install sorl-thumbnail ``` @@ -4830,20 +4818,48 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge sorl-thumbnail ```
-
django-webpack-loader (🥈32 · ⭐ 2.5K) - Transparently use webpack with django. MIT +
django-mptt (🥈32 · ⭐ 2.8K) - Utilities for implementing a modified pre-order traversal tree.. MIT -- [GitHub](https://github.com/django-webpack/django-webpack-loader) (👨‍💻 58 · 🔀 340 · 📦 9K · 📋 190 - 17% open · ⏱️ 05.09.2023): +- [GitHub](https://github.com/django-mptt/django-mptt) (👨‍💻 160 · 🔀 460 · 📋 530 - 22% open · ⏱️ 20.06.2023): ``` - git clone https://github.com/django-webpack/django-webpack-loader + git clone https://github.com/django-mptt/django-mptt ``` -- [PyPi](https://pypi.org/project/django-webpack-loader) (📥 340K / month · 📦 990 · ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/django-mptt) (📥 390K / month · 📦 3.3K · ⏱️ 27.09.2022): ``` - pip install django-webpack-loader + pip install django-mptt ``` -- [Conda](https://anaconda.org/conda-forge/django-webpack-loader) (📥 7.5K · ⏱️ 27.06.2023): +- [Conda](https://anaconda.org/anaconda/django-mptt): ``` - conda install -c conda-forge django-webpack-loader + conda install -c anaconda django-mptt + ``` +
+
django-bootstrap3 (🥈32 · ⭐ 2.3K) - Bootstrap 3 integration with Django. BSD-3 + +- [GitHub](https://github.com/zostera/django-bootstrap3) (👨‍💻 99 · 🔀 690 · 📦 19K · 📋 300 - 1% open · ⏱️ 28.06.2023): + + ``` + git clone https://github.com/zostera/django-bootstrap3 + ``` +- [PyPi](https://pypi.org/project/django-bootstrap3) (📥 88K / month · 📦 4K · ⏱️ 28.06.2023): + ``` + pip install django-bootstrap3 + ``` +- [Conda](https://anaconda.org/conda-forge/django-bootstrap3) (📥 28K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge django-bootstrap3 + ``` +
+
django-ckeditor (🥈32 · ⭐ 2.3K · 📉) - Django admin CKEditor integration. BSD-3 + +- [GitHub](https://github.com/django-ckeditor/django-ckeditor) (👨‍💻 130 · 🔀 700 · 📦 36K · 📋 530 - 1% open · ⏱️ 27.07.2023): + + ``` + git clone https://github.com/django-ckeditor/django-ckeditor + ``` +- [PyPi](https://pypi.org/project/django-ckeditor) (📥 390K / month · 📦 1.5K · ⏱️ 27.07.2023): + ``` + pip install django-ckeditor ```
django-tables2 (🥈32 · ⭐ 1.7K) - django-tables2 - An app for creating HTML tables. BSD-2 @@ -4857,19 +4873,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-tables2 ``` -- [Conda](https://anaconda.org/conda-forge/django-tables2) (📥 5.9K · ⏱️ 04.09.2023): +- [Conda](https://anaconda.org/conda-forge/django-tables2) (📥 6K · ⏱️ 04.09.2023): ``` conda install -c conda-forge django-tables2 ```
django-money (🥈32 · ⭐ 1.5K) - Money fields for Django forms and models. BSD-3 -- [GitHub](https://github.com/django-money/django-money) (👨‍💻 110 · 🔀 300 · 📦 2.5K · 📋 350 - 21% open · ⏱️ 04.09.2023): +- [GitHub](https://github.com/django-money/django-money) (👨‍💻 110 · 🔀 310 · 📦 2.5K · 📋 350 - 21% open · ⏱️ 18.09.2023): ``` git clone https://github.com/django-money/django-money ``` -- [PyPi](https://pypi.org/project/django-money) (📥 170K / month · 📦 200 · ⏱️ 19.05.2018): +- [PyPi](https://pypi.org/project/django-money) (📥 180K / month · 📦 200 · ⏱️ 18.09.2023): ``` pip install django-money ``` @@ -4881,7 +4897,7 @@ _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) (📥 86K / month · 📦 1.1K · ⏱️ 24.01.2023): +- [PyPi](https://pypi.org/project/django-pipeline) (📥 90K / month · 📦 1.1K · ⏱️ 24.01.2023): ``` pip install django-pipeline ``` @@ -4893,7 +4909,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/zostera/django-bootstrap4 ``` -- [PyPi](https://pypi.org/project/django-bootstrap4) (📥 200K / month · 📦 1K · ⏱️ 07.03.2022): +- [PyPi](https://pypi.org/project/django-bootstrap4) (📥 190K / month · 📦 1K · ⏱️ 07.03.2022): ``` pip install django-bootstrap4 ``` @@ -4904,7 +4920,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
cookiecutter-django (🥈31 · ⭐ 11K) - Cookiecutter Django is a framework for jumpstarting.. BSD-3 -- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (👨‍💻 400 · 🔀 2.7K · 📦 22 · 📋 1.1K - 8% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/cookiecutter/cookiecutter-django) (👨‍💻 400 · 🔀 2.7K · 📦 22 · 📋 1.1K - 8% open · ⏱️ 21.09.2023): ``` git clone https://github.com/cookiecutter/cookiecutter-django @@ -4930,22 +4946,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-taggit ```
-
django-mptt (🥈31 · ⭐ 2.8K · 📈) - Utilities for implementing a modified pre-order traversal.. MIT - -- [GitHub](https://github.com/django-mptt/django-mptt) (👨‍💻 160 · 🔀 460 · 📋 530 - 22% open · ⏱️ 20.06.2023): - - ``` - git clone https://github.com/django-mptt/django-mptt - ``` -- [PyPi](https://pypi.org/project/django-mptt) (📥 380K / month · 📦 3.3K · ⏱️ 27.09.2022): - ``` - pip install django-mptt - ``` -- [Conda](https://anaconda.org/anaconda/django-mptt): - ``` - conda install -c anaconda django-mptt - ``` -
django-compressor (🥈31 · ⭐ 2.7K) - Compresses linked and inline javascript or CSS into a.. MIT - [GitHub](https://github.com/django-compressor/django-compressor) (👨‍💻 220 · 🔀 590 · 📋 660 - 18% open · ⏱️ 03.07.2023): @@ -4953,7 +4953,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-compressor/django-compressor ``` -- [PyPi](https://pypi.org/project/django-compressor) (📥 450K / month · 📦 300 · ⏱️ 27.06.2023): +- [PyPi](https://pypi.org/project/django-compressor) (📥 460K / month · 📦 300 · ⏱️ 27.06.2023): ``` pip install django-compressor ``` @@ -4989,7 +4989,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/rq/django-rq ``` -- [PyPi](https://pypi.org/project/django-rq) (📥 290K / month · 📦 440 · ⏱️ 14.05.2023): +- [PyPi](https://pypi.org/project/django-rq) (📥 360K / month · 📦 440 · ⏱️ 14.05.2023): ``` pip install django-rq ``` @@ -5025,7 +5025,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-waffle/django-waffle ``` -- [PyPi](https://pypi.org/project/django-waffle) (📥 410K / month · 📦 350 · ⏱️ 26.07.2023): +- [PyPi](https://pypi.org/project/django-waffle) (📥 420K / month · 📦 350 · ⏱️ 26.07.2023): ``` pip install django-waffle ``` @@ -5034,7 +5034,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge django-waffle ```
-
django-filebrowser (🥉30 · ⭐ 930) - Media-Management with Grappelli. BSD-3 +
django-filebrowser (🥉30 · ⭐ 940) - Media-Management with Grappelli. BSD-3 - [GitHub](https://github.com/sehmaschine/django-filebrowser) (👨‍💻 36 · 🔀 380 · 📦 900 · 📋 280 - 5% open · ⏱️ 27.07.2023): @@ -5057,7 +5057,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-fsm ``` -- [Conda](https://anaconda.org/conda-forge/django-fsm) (📥 24K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-fsm) (📥 25K · ⏱️ 16.06.2023): ``` conda install -c conda-forge django-fsm ``` @@ -5069,19 +5069,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/groveco/django-sql-explorer ``` -- [PyPi](https://pypi.org/project/django-sql-explorer) (📥 50K / month · 📦 75 · ⏱️ 13.07.2023): +- [PyPi](https://pypi.org/project/django-sql-explorer) (📥 51K / month · 📦 75 · ⏱️ 13.07.2023): ``` pip install django-sql-explorer ```
-
django-countries (🥉29 · ⭐ 1.3K · 📈) - A Django application that provides country choices.. MIT +
django-countries (🥉29 · ⭐ 1.3K) - A Django application that provides country choices for.. MIT - [GitHub](https://github.com/SmileyChris/django-countries) (👨‍💻 54 · 🔀 260 · 📋 280 - 8% open · ⏱️ 27.08.2023): ``` git clone https://github.com/SmileyChris/django-countries ``` -- [PyPi](https://pypi.org/project/django-countries) (📥 500K / month · 📦 1.6K · ⏱️ 02.02.2023): +- [PyPi](https://pypi.org/project/django-countries) (📥 510K / month · 📦 1.6K · ⏱️ 02.02.2023): ``` pip install django-countries ``` @@ -5093,23 +5093,23 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-dbbackup ``` -- [PyPi](https://pypi.org/project/django-dbbackup) (📥 65K / month · 📦 160 · ⏱️ 28.09.2022): +- [PyPi](https://pypi.org/project/django-dbbackup) (📥 68K / month · 📦 160 · ⏱️ 28.09.2022): ``` pip install django-dbbackup ```
djangorestframework-stubs (🥉29 · ⭐ 370) - PEP-484 stubs for django-rest-framework. MIT -- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨‍💻 62 · 🔀 93 · 📦 2.4K · 📋 120 - 38% open · ⏱️ 05.09.2023): +- [GitHub](https://github.com/typeddjango/djangorestframework-stubs) (👨‍💻 62 · 🔀 93 · 📦 2.5K · 📋 120 - 38% open · ⏱️ 05.09.2023): ``` git clone https://github.com/typeddjango/djangorestframework-stubs ``` -- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 700K / month · 📦 57 · ⏱️ 27.06.2023): +- [PyPi](https://pypi.org/project/djangorestframework-stubs) (📥 720K / month · 📦 57 · ⏱️ 27.06.2023): ``` pip install djangorestframework-stubs ``` -- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (📥 6.8K · ⏱️ 01.07.2023): +- [Conda](https://anaconda.org/conda-forge/djangorestframework-stubs) (📥 6.9K · ⏱️ 01.07.2023): ``` conda install -c conda-forge djangorestframework-stubs ``` @@ -5121,23 +5121,35 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/justquick/django-activity-stream ``` -- [PyPi](https://pypi.org/project/django-activity-stream) (📥 39K / month · 📦 340 · ⏱️ 19.12.2022): +- [PyPi](https://pypi.org/project/django-activity-stream) (📥 38K / month · 📦 340 · ⏱️ 19.12.2022): ``` pip install django-activity-stream ```
django-push-notifications (🥉28 · ⭐ 2.1K) - Send push notifications to mobile devices through GCM.. MIT -- [GitHub](https://github.com/jazzband/django-push-notifications) (👨‍💻 96 · 🔀 580 · 📥 100 · 📋 420 - 31% open · ⏱️ 19.08.2023): +- [GitHub](https://github.com/jazzband/django-push-notifications) (👨‍💻 96 · 🔀 580 · 📥 100 · 📋 420 - 31% open · ⏱️ 19.09.2023): ``` git clone https://github.com/jazzband/django-push-notifications ``` -- [PyPi](https://pypi.org/project/django-push-notifications) (📥 69K / month · 📦 89 · ⏱️ 17.02.2022): +- [PyPi](https://pypi.org/project/django-push-notifications) (📥 71K / month · 📦 89 · ⏱️ 17.02.2022): ``` pip install django-push-notifications ```
+
django-extra-views (🥉28 · ⭐ 1.3K) - Djangos class-based generic views are awesome, lets.. MIT + +- [GitHub](https://github.com/AndrewIngram/django-extra-views) (👨‍💻 61 · 🔀 180 · 📦 2.1K · 📋 140 - 11% open · ⏱️ 19.06.2023): + + ``` + git clone https://github.com/AndrewIngram/django-extra-views + ``` +- [PyPi](https://pypi.org/project/django-extra-views) (📥 72K / month · 📦 520 · ⏱️ 09.06.2021): + ``` + pip install django-extra-views + ``` +
django-angular (🥉28 · ⭐ 1.2K · 💤) - Let AngularJS play well with Django. MIT - [GitHub](https://github.com/jrief/django-angular) (👨‍💻 66 · 🔀 300 · 📦 640 · 📋 200 - 10% open · ⏱️ 03.09.2022): @@ -5145,19 +5157,19 @@ _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) (📥 5K / month · 📦 240 · ⏱️ 05.05.2020): +- [PyPi](https://pypi.org/project/django-angular) (📥 5.2K / month · 📦 240 · ⏱️ 05.05.2020): ``` pip install django-angular ```
-
django-rosetta (🥉28 · ⭐ 950) - Rosetta is a Django application that eases the translation.. MIT +
django-rosetta (🥉28 · ⭐ 960) - Rosetta is a Django application that eases the translation.. MIT - [GitHub](https://github.com/mbi/django-rosetta) (👨‍💻 81 · 🔀 190 · 📦 2.7K · 📋 150 - 28% open · ⏱️ 11.05.2023): ``` git clone https://github.com/mbi/django-rosetta ``` -- [PyPi](https://pypi.org/project/django-rosetta) (📥 72K / month · 📦 610 · ⏱️ 18.04.2023): +- [PyPi](https://pypi.org/project/django-rosetta) (📥 73K / month · 📦 610 · ⏱️ 18.04.2023): ``` pip install django-rosetta ``` @@ -5173,23 +5185,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/spookylukey/django-paypal ``` -- [PyPi](https://pypi.org/project/django-paypal) (📥 11K / month · 📦 290 · ⏱️ 25.03.2022): +- [PyPi](https://pypi.org/project/django-paypal) (📥 12K / month · 📦 290 · ⏱️ 25.03.2022): ``` pip install django-paypal ```
-
django-extra-views (🥉27 · ⭐ 1.3K) - Djangos class-based generic views are awesome, lets.. MIT - -- [GitHub](https://github.com/AndrewIngram/django-extra-views) (👨‍💻 61 · 🔀 180 · 📦 2.1K · 📋 140 - 11% open · ⏱️ 19.06.2023): - - ``` - git clone https://github.com/AndrewIngram/django-extra-views - ``` -- [PyPi](https://pypi.org/project/django-extra-views) (📥 70K / month · 📦 520 · ⏱️ 09.06.2021): - ``` - pip install django-extra-views - ``` -
django-lifecycle (🥉27 · ⭐ 1.2K) - Declarative model lifecycle hooks, an alternative to.. MIT - [GitHub](https://github.com/rsinger86/django-lifecycle) (👨‍💻 30 · 🔀 75 · 📦 250 · 📋 66 - 31% open · ⏱️ 06.09.2023): @@ -5197,19 +5197,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/rsinger86/django-lifecycle ``` -- [PyPi](https://pypi.org/project/django-lifecycle) (📥 69K / month · 📦 10 · ⏱️ 05.09.2023): +- [PyPi](https://pypi.org/project/django-lifecycle) (📥 68K / month · 📦 10 · ⏱️ 05.09.2023): ``` pip install django-lifecycle ```
django-split-settings (🥉27 · ⭐ 1K) - Organize Django settings into multiple files and.. BSD-3 -- [GitHub](https://github.com/wemake-services/django-split-settings) (👨‍💻 23 · 🔀 62 · 📦 2.2K · 📋 44 - 9% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/wemake-services/django-split-settings) (👨‍💻 23 · 🔀 62 · 📦 2.2K · 📋 44 - 9% open · ⏱️ 15.09.2023): ``` git clone https://github.com/sobolevn/django-split-settings ``` -- [PyPi](https://pypi.org/project/django-split-settings) (📥 87K / month · 📦 110 · ⏱️ 27.09.2022): +- [PyPi](https://pypi.org/project/django-split-settings) (📥 89K / month · 📦 110 · ⏱️ 27.09.2022): ``` pip install django-split-settings ``` @@ -5225,7 +5225,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install django-configurations ``` -- [Conda](https://anaconda.org/conda-forge/django-configurations) (📥 29K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/django-configurations) (📥 29K · ⏱️ 21.09.2023): ``` conda install -c conda-forge django-configurations ``` @@ -5237,7 +5237,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/bennylope/django-organizations ``` -- [PyPi](https://pypi.org/project/django-organizations) (📥 37K / month · 📦 37 · ⏱️ 10.09.2023): +- [PyPi](https://pypi.org/project/django-organizations) (📥 36K / month · 📦 37 · ⏱️ 10.09.2023): ``` pip install django-organizations ``` @@ -5253,7 +5253,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/etianen/django-watson ``` -- [PyPi](https://pypi.org/project/django-watson) (📥 22K / month · 📦 110 · ⏱️ 14.01.2023): +- [PyPi](https://pypi.org/project/django-watson) (📥 21K / month · 📦 110 · ⏱️ 14.01.2023): ``` pip install django-watson ``` @@ -5265,7 +5265,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/noripyt/django-cachalot ``` -- [PyPi](https://pypi.org/project/django-cachalot) (📥 55K / month · 📦 86 · ⏱️ 21.07.2023): +- [PyPi](https://pypi.org/project/django-cachalot) (📥 58K / month · 📦 86 · ⏱️ 21.07.2023): ``` pip install django-cachalot ``` @@ -5297,7 +5297,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jazzband/django-robots ``` -- [PyPi](https://pypi.org/project/django-robots) (📥 39K / month · 📦 560 · ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/django-robots) (📥 40K / month · 📦 560 · ⏱️ 07.09.2023): ``` pip install django-robots ``` @@ -5309,19 +5309,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/viewflow/viewflow ``` -- [PyPi](https://pypi.org/project/django-viewflow) (📥 5.1K / month · 📦 32 · ⏱️ 25.08.2023): +- [PyPi](https://pypi.org/project/django-viewflow) (📥 5.4K / month · 📦 32 · ⏱️ 25.08.2023): ``` pip install django-viewflow ```
-
django-vanilla-views (🥉25 · ⭐ 970 · 💤) - Beautifully simple class-based views. BSD-2 +
django-vanilla-views (🥉24 · ⭐ 970 · 💤) - Beautifully simple class-based views. BSD-2 - [GitHub](https://github.com/encode/django-vanilla-views) (👨‍💻 31 · 🔀 71 · 📦 660 · 📋 42 - 4% open · ⏱️ 03.09.2022): ``` git clone https://github.com/encode/django-vanilla-views ``` -- [PyPi](https://pypi.org/project/django-vanilla-views) (📥 8.1K / month · 📦 250 · ⏱️ 09.05.2021): +- [PyPi](https://pypi.org/project/django-vanilla-views) (📥 8K / month · 📦 250 · ⏱️ 09.05.2021): ``` pip install django-vanilla-views ``` @@ -5333,7 +5333,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/django-cache-machine/django-cache-machine ``` -- [PyPi](https://pypi.org/project/django-cache-machine) (📥 6.9K / month · 📦 110 · ⏱️ 06.07.2022): +- [PyPi](https://pypi.org/project/django-cache-machine) (📥 7.3K / month · 📦 110 · ⏱️ 06.07.2022): ``` pip install django-cache-machine ``` @@ -5345,19 +5345,19 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/soynatan/django-easy-audit ``` -- [PyPi](https://pypi.org/project/django-easy-audit) (📥 39K / month · 📦 11 · ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/django-easy-audit) (📥 40K / month · 📦 11 · ⏱️ 21.08.2023): ``` pip install django-easy-audit ```
-
django-codemod (🥉21 · ⭐ 170) - A tool to automatically fix Django deprecations. MIT +
django-codemod (🥉22 · ⭐ 170) - A tool to automatically fix Django deprecations. MIT -- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 22 · 🔀 16 · 📥 600 · 📦 2 · 📋 40 - 22% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/browniebroke/django-codemod) (👨‍💻 22 · 🔀 16 · 📥 600 · 📦 2 · 📋 40 - 22% open · ⏱️ 20.09.2023): ``` git clone https://github.com/browniebroke/django-codemod ``` -- [PyPi](https://pypi.org/project/django-codemod) (📥 910 / month · ⏱️ 07.08.2023): +- [PyPi](https://pypi.org/project/django-codemod) (📥 1.1K / month · ⏱️ 17.09.2023): ``` pip install django-codemod ``` @@ -5368,13 +5368,13 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - django-braces (🥉30 · ⭐ 1.9K · 💀) - Reusable, generic mixins for Django. BSD-3 - django-q (🥉29 · ⭐ 1.7K · 💀) - A multiprocessing distributed task queue for Django. MIT - django-redis-cache (🥉29 · ⭐ 1K · 💀) - A Redis cache backend for django. BSD-3 -- django-shop (🥉28 · ⭐ 3K · 💀) - A Django based shop system. BSD-3 +- django-shop (🥉28 · ⭐ 3.1K · 💀) - A Django based shop system. BSD-3 - django-polymorphic (🥉27 · ⭐ 1.5K · 💀) - Improved Django model inheritance with automatic.. BSD-3 - django-summernote (🥉27 · ⭐ 980 · 💀) - Simply integrate Summernote editor with Django project. MIT - django-blog-zinnia (🥉26 · ⭐ 2.1K · 💀) - Simple yet powerful and really extendable application.. BSD-3 - django-jenkins (🥉26 · ⭐ 950 · 💀) - Plug and play continuous integration with django and.. ❗️LGPL-3.0 - django-solo (🥉26 · ⭐ 790) - Helps working with singletons - things like global.. ❗️CC-BY-3.0 -- django-floppyforms (🥉25 · ⭐ 820 · 💤) - Full control of form rendering in the templates. ❗️MirOS +- django-floppyforms (🥉25 · ⭐ 830 · 💤) - Full control of form rendering in the templates. ❗️MirOS - django-csp (🥉25 · ⭐ 490 · 💀) - Content Security Policy for Django. BSD-3 - merchant (🥉19 · ⭐ 1K · 💀) - A Django app to accept payments from various payment processors.. BSD-3 - django-schedule (🥉14 · ⭐ 830 · 💀) - A calendaring app for Django. It is now stable,.. BSD-3 @@ -5403,12 +5403,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
certbot (🥇40 · ⭐ 30K) - Certbot is EFFs tool to obtain certs from Lets Encrypt and.. Apache-2 -- [GitHub](https://github.com/certbot/certbot) (👨‍💻 520 · 🔀 3.4K · 📥 84K · 📦 1.8K · 📋 5.4K - 7% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/certbot/certbot) (👨‍💻 520 · 🔀 3.4K · 📥 86K · 📦 1.8K · 📋 5.4K - 7% open · ⏱️ 20.09.2023): ``` git clone https://github.com/certbot/certbot ``` -- [PyPi](https://pypi.org/project/certbot) (📥 700K / month · 📦 320 · ⏱️ 09.05.2023): +- [PyPi](https://pypi.org/project/certbot) (📥 620K / month · 📦 330 · ⏱️ 09.05.2023): ``` pip install certbot ``` @@ -5419,12 +5419,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
web3.py (🥇40 · ⭐ 4.4K) - A python interface for interacting with the Ethereum blockchain and.. MIT -- [GitHub](https://github.com/ethereum/web3.py) (👨‍💻 240 · 🔀 1.6K · 📦 16K · 📋 1.4K - 15% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/ethereum/web3.py) (👨‍💻 240 · 🔀 1.6K · 📦 16K · 📋 1.4K - 15% open · ⏱️ 20.09.2023): ``` git clone https://github.com/ethereum/web3.py ``` -- [PyPi](https://pypi.org/project/web3) (📥 980K / month · 📦 1K · ⏱️ 23.08.2023): +- [PyPi](https://pypi.org/project/web3) (📥 1M / month · 📦 1K · ⏱️ 23.08.2023): ``` pip install web3 ``` @@ -5435,39 +5435,39 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
dnspython (🥇40 · ⭐ 2.2K) - a powerful DNS toolkit for python. ISC -- [GitHub](https://github.com/rthalley/dnspython) (👨‍💻 110 · 🔀 490 · 📥 75 · 📦 230K · 📋 480 - 1% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/rthalley/dnspython) (👨‍💻 110 · 🔀 490 · 📥 83 · 📦 230K · 📋 480 - 1% open · ⏱️ 13.09.2023): ``` git clone https://github.com/rthalley/dnspython ``` -- [PyPi](https://pypi.org/project/dnspython) (📥 33M / month · 📦 4.8K · ⏱️ 09.08.2023): +- [PyPi](https://pypi.org/project/dnspython) (📥 50M / month · 📦 4.8K · ⏱️ 09.08.2023): ``` pip install dnspython ``` -- [Conda](https://anaconda.org/conda-forge/dnspython) (📥 970K · ⏱️ 09.08.2023): +- [Conda](https://anaconda.org/conda-forge/dnspython) (📥 980K · ⏱️ 09.08.2023): ``` conda install -c conda-forge dnspython ```
scapy (🥇39 · ⭐ 9.2K) - Scapy: the Python-based interactive packet manipulation program &.. ❗️GPL-2.0 -- [GitHub](https://github.com/secdev/scapy) (👨‍💻 430 · 🔀 1.9K · 📦 12K · 📋 1.5K - 8% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/secdev/scapy) (👨‍💻 430 · 🔀 1.9K · 📦 12K · 📋 1.6K - 8% open · ⏱️ 21.09.2023): ``` git clone https://github.com/secdev/scapy ``` -- [PyPi](https://pypi.org/project/scapy) (📥 2.3M / month · 📦 1K · ⏱️ 25.12.2022): +- [PyPi](https://pypi.org/project/scapy) (📥 2.2M / month · 📦 1K · ⏱️ 25.12.2022): ``` pip install scapy ``` -- [Conda](https://anaconda.org/conda-forge/scapy) (📥 97K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/scapy) (📥 99K · ⏱️ 16.06.2023): ``` conda install -c conda-forge scapy ```
-
rdflib (🥈38 · ⭐ 1.9K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 +
rdflib (🥈38 · ⭐ 2K) - RDFLib is a Python library for working with RDF, a simple yet powerful.. BSD-3 -- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 190 · 🔀 540 · 📥 170 · 📦 15K · 📋 1.2K - 19% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/RDFLib/rdflib) (👨‍💻 190 · 🔀 540 · 📥 170 · 📦 15K · 📋 1.2K - 19% open · ⏱️ 19.09.2023): ``` git clone https://github.com/RDFLib/rdflib @@ -5483,7 +5483,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
impacket (🥈37 · ⭐ 12K) - Impacket is a collection of Python classes for working with network.. Apache-2 -- [GitHub](https://github.com/fortra/impacket) (👨‍💻 210 · 🔀 3.2K · 📥 170K · 📦 4K · 📋 870 - 19% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/fortra/impacket) (👨‍💻 210 · 🔀 3.2K · 📥 170K · 📦 4K · 📋 870 - 19% open · ⏱️ 21.09.2023): ``` git clone https://github.com/SecureAuthCorp/impacket @@ -5495,40 +5495,40 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
pwntools (🥈37 · ⭐ 11K) - CTF framework and exploit development library. MIT -- [GitHub](https://github.com/Gallopsled/pwntools) (👨‍💻 240 · 🔀 1.6K · 📦 1.1K · 📋 970 - 11% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/Gallopsled/pwntools) (👨‍💻 240 · 🔀 1.6K · 📦 1.1K · 📋 980 - 11% open · ⏱️ 15.09.2023): ``` git clone https://github.com/Gallopsled/pwntools ``` -- [PyPi](https://pypi.org/project/pwntools) (📥 50K / month · 📦 67 · ⏱️ 29.12.2022): +- [PyPi](https://pypi.org/project/pwntools) (📥 56K / month · 📦 67 · ⏱️ 18.09.2023): ``` pip install pwntools ```
itsdangerous (🥈37 · ⭐ 2.7K) - Safely pass trusted data to untrusted environments and back. BSD-3 -- [GitHub](https://github.com/pallets/itsdangerous) (👨‍💻 42 · 🔀 220 · 📦 910K · 📋 110 - 0% open · ⏱️ 06.09.2023): +- [GitHub](https://github.com/pallets/itsdangerous) (👨‍💻 42 · 🔀 220 · 📦 920K · 📋 110 - 0% open · ⏱️ 06.09.2023): ``` git clone https://github.com/pallets/itsdangerous ``` -- [PyPi](https://pypi.org/project/itsdangerous) (📥 48M / month · 📦 53K · ⏱️ 24.03.2022): +- [PyPi](https://pypi.org/project/itsdangerous) (📥 49M / month · 📦 53K · ⏱️ 24.03.2022): ``` pip install itsdangerous ``` -- [Conda](https://anaconda.org/conda-forge/itsdangerous) (📥 6.1M · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/itsdangerous) (📥 6.2M · ⏱️ 16.06.2023): ``` conda install -c conda-forge itsdangerous ```
webargs (🥈36 · ⭐ 1.3K) - A friendly library for parsing HTTP request arguments, with built-in.. MIT -- [GitHub](https://github.com/marshmallow-code/webargs) (👨‍💻 77 · 🔀 160 · 📦 7K · 📋 290 - 2% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/marshmallow-code/webargs) (👨‍💻 77 · 🔀 160 · 📦 7K · 📋 290 - 2% open · ⏱️ 19.09.2023): ``` git clone https://github.com/marshmallow-code/webargs ``` -- [PyPi](https://pypi.org/project/webargs) (📥 920K / month · 📦 480 · ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/webargs) (📥 930K / month · 📦 480 · ⏱️ 10.07.2023): ``` pip install webargs ``` @@ -5537,74 +5537,74 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge webargs ```
-
certifi (🥈36 · ⭐ 700 · 📈) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 +
pyopenssl (🥈36 · ⭐ 830) - A Python wrapper around the OpenSSL library. Apache-2 -- [GitHub](https://github.com/certifi/python-certifi) (👨‍💻 35 · 🔀 230 · 📦 5 · 📋 140 - 3% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/pyca/pyopenssl) (👨‍💻 110 · 🔀 420 · 📋 520 - 18% open · ⏱️ 20.09.2023): ``` - git clone https://github.com/certifi/python-certifi + git clone https://github.com/pyca/pyopenssl ``` -- [PyPi](https://pypi.org/project/certifi) (📥 290M / month · 📦 45K · ⏱️ 22.07.2023): +- [PyPi](https://pypi.org/project/pyopenssl) (📥 80M / month · 📦 16K · ⏱️ 31.05.2023): ``` - pip install certifi + pip install pyopenssl ``` -- [Conda](https://anaconda.org/conda-forge/certifi) (📥 100M · ⏱️ 22.07.2023): +- [Conda](https://anaconda.org/conda-forge/pyopenssl) (📥 35M · ⏱️ 16.06.2023): ``` - conda install -c conda-forge certifi + conda install -c conda-forge pyopenssl ```
-
pyopenssl (🥈35 · ⭐ 830) - A Python wrapper around the OpenSSL library. Apache-2 +
certifi (🥈36 · ⭐ 700) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 -- [GitHub](https://github.com/pyca/pyopenssl) (👨‍💻 110 · 🔀 420 · 📋 520 - 18% open · ⏱️ 05.09.2023): +- [GitHub](https://github.com/certifi/python-certifi) (👨‍💻 35 · 🔀 230 · 📦 5 · 📋 140 - 3% open · ⏱️ 11.09.2023): ``` - git clone https://github.com/pyca/pyopenssl + git clone https://github.com/certifi/python-certifi ``` -- [PyPi](https://pypi.org/project/pyopenssl) (📥 63M / month · 📦 16K · ⏱️ 31.05.2023): +- [PyPi](https://pypi.org/project/certifi) (📥 290M / month · 📦 45K · ⏱️ 22.07.2023): ``` - pip install pyopenssl + pip install certifi ``` -- [Conda](https://anaconda.org/conda-forge/pyopenssl) (📥 35M · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/certifi) (📥 100M · ⏱️ 22.07.2023): ``` - conda install -c conda-forge pyopenssl + conda install -c conda-forge certifi ```
weblate (🥈34 · ⭐ 3.8K) - Web based localization tool with tight version control integration. ❗️GPL-3.0 -- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 1.6K · 🔀 890 · 📥 4K · 📦 30 · 📋 4.9K - 8% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/WeblateOrg/weblate) (👨‍💻 1.6K · 🔀 890 · 📥 4.1K · 📦 30 · 📋 4.9K - 8% open · ⏱️ 21.09.2023): ``` git clone https://github.com/WeblateOrg/weblate ``` -- [PyPi](https://pypi.org/project/weblate) (📥 3.4K / month · 📦 11 · ⏱️ 10.09.2023): +- [PyPi](https://pypi.org/project/weblate) (📥 3.6K / month · 📦 11 · ⏱️ 15.09.2023): ``` pip install weblate ```
-
idna (🥈34 · ⭐ 220) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 +
netaddr (🥈34 · ⭐ 730 · 📈) - A network address manipulation library for Python. BSD-3 -- [GitHub](https://github.com/kjd/idna) (👨‍💻 22 · 🔀 80 · 📦 1.4M · 📋 78 - 3% open · ⏱️ 17.08.2023): +- [GitHub](https://github.com/netaddr/netaddr) (👨‍💻 48 · 🔀 170 · 📦 27K · 📋 170 - 29% open · ⏱️ 19.09.2023): ``` - git clone https://github.com/kjd/idna + git clone https://github.com/netaddr/netaddr ``` -- [PyPi](https://pypi.org/project/idna) (📥 220M / month · 📦 39K · ⏱️ 19.09.2022): +- [PyPi](https://pypi.org/project/netaddr) (📥 4M / month · 📦 4.8K · ⏱️ 18.09.2023): ``` - pip install idna + pip install netaddr ``` -- [Conda](https://anaconda.org/conda-forge/idna) (📥 37M · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/netaddr) (📥 170K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge idna + conda install -c conda-forge netaddr ```
pywebview (🥈33 · ⭐ 3.8K) - Build GUI for your Python program with JavaScript, HTML, and CSS. BSD-3 -- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 120 · 🔀 490 · 📦 1.4K · 📋 830 - 1% open · ⏱️ 12.09.2023): +- [GitHub](https://github.com/r0x0r/pywebview) (👨‍💻 120 · 🔀 490 · 📦 1.4K · 📋 830 - 1% open · ⏱️ 15.09.2023): ``` git clone https://github.com/r0x0r/pywebview ``` -- [PyPi](https://pypi.org/project/pywebview) (📥 54K / month · 📦 98 · ⏱️ 08.09.2023): +- [PyPi](https://pypi.org/project/pywebview) (📥 55K / month · 📦 98 · ⏱️ 08.09.2023): ``` pip install pywebview ``` @@ -5625,25 +5625,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge fake-useragent ```
-
tifffile (🥈32 · ⭐ 410) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 +
tifffile (🥈33 · ⭐ 410) - Read and write TIFF files. Forked from https://pypi.org/project/tifffile. BSD-3 -- [GitHub](https://github.com/cgohlke/tifffile) (👨‍💻 1 · 🔀 160 · 📥 170 · 📦 40K · 📋 200 - 0% open · ⏱️ 31.08.2023): +- [GitHub](https://github.com/cgohlke/tifffile) (👨‍💻 1 · 🔀 160 · 📥 170 · 📦 41K · ⏱️ 19.09.2023): ``` git clone https://github.com/cgohlke/tifffile ``` -- [PyPi](https://pypi.org/project/tifffile) (📥 5.5M / month · 📦 750 · ⏱️ 31.08.2023): +- [PyPi](https://pypi.org/project/tifffile) (📥 5.7M / month · 📦 750 · ⏱️ 19.09.2023): ``` pip install tifffile ``` -- [Conda](https://anaconda.org/conda-forge/tifffile) (📥 3.8M · ⏱️ 31.08.2023): +- [Conda](https://anaconda.org/conda-forge/tifffile) (📥 3.8M · ⏱️ 19.09.2023): ``` conda install -c conda-forge tifffile ```
-
Mako (🥈32 · ⭐ 280 · 💤) - Mako Templates for Python. MIT +
Mako (🥈32 · ⭐ 280) - Mako Templates for Python. MIT -- [GitHub](https://github.com/sqlalchemy/mako) (👨‍💻 59 · 🔀 50 · 📦 190K · 📋 340 - 19% open · ⏱️ 03.01.2023): +- [GitHub](https://github.com/sqlalchemy/mako) (👨‍💻 59 · 🔀 50 · 📦 200K · 📋 340 - 19% open · ⏱️ 18.09.2023): ``` git clone https://github.com/sqlalchemy/mako @@ -5657,9 +5657,25 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge mako ```
+
idna (🥈32 · ⭐ 220 · 📉) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 + +- [GitHub](https://github.com/kjd/idna) (👨‍💻 22 · 🔀 80 · 📦 1.4M · 📋 78 - 3% open · ⏱️ 17.08.2023): + + ``` + git clone https://github.com/kjd/idna + ``` +- [PyPi](https://pypi.org/project/idna) (📥 220M / month · 📦 39K · ⏱️ 19.09.2022): + ``` + pip install idna + ``` +- [Conda](https://anaconda.org/conda-forge/idna) (📥 37M · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge idna + ``` +
saleor (🥉31 · ⭐ 19K) - Saleor Core: the high performance, composable, headless.. BSD-3 -- [GitHub](https://github.com/saleor/saleor) (👨‍💻 280 · 🔀 5.1K · 📥 7 · 📦 3 · 📋 3.9K - 15% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/saleor/saleor) (👨‍💻 280 · 🔀 5.1K · 📥 9 · 📦 3 · 📋 4K - 15% open · ⏱️ 21.09.2023): ``` git clone https://github.com/saleor/saleor @@ -5667,7 +5683,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar
maltrail (🥉31 · ⭐ 5.3K) - Malicious traffic detection system. MIT -- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 42 · 🔀 970 · 📦 13 · 📋 380 - 21% open · ⏱️ 14.09.2023): +- [GitHub](https://github.com/stamparm/maltrail) (👨‍💻 42 · 🔀 970 · 📦 13 · 📋 380 - 21% open · ⏱️ 21.09.2023): ``` git clone https://github.com/stamparm/maltrail @@ -5680,7 +5696,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/aiortc/aiortc ``` -- [PyPi](https://pypi.org/project/aiortc) (📥 39K / month · 📦 37 · ⏱️ 17.04.2022): +- [PyPi](https://pypi.org/project/aiortc) (📥 38K / month · 📦 37 · ⏱️ 17.04.2022): ``` pip install aiortc ``` @@ -5692,7 +5708,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/pyca/pynacl ``` -- [PyPi](https://pypi.org/project/pynacl) (📥 45M / month · 📦 2.6K · ⏱️ 07.01.2022): +- [PyPi](https://pypi.org/project/pynacl) (📥 46M / month · 📦 2.6K · ⏱️ 07.01.2022): ``` pip install pynacl ``` @@ -5708,7 +5724,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/jupyter/terminado ``` -- [PyPi](https://pypi.org/project/terminado) (📥 9.3M / month · 📦 7K · ⏱️ 02.02.2023): +- [PyPi](https://pypi.org/project/terminado) (📥 9.7M / month · 📦 7K · ⏱️ 02.02.2023): ``` pip install terminado ``` @@ -5724,7 +5740,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/twisted/klein ``` -- [PyPi](https://pypi.org/project/klein) (📥 52K / month · 📦 390 · ⏱️ 22.10.2017): +- [PyPi](https://pypi.org/project/klein) (📥 55K / month · 📦 390 · ⏱️ 22.10.2017): ``` pip install klein ``` @@ -5736,11 +5752,11 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/PiotrDabkowski/Js2Py ``` -- [PyPi](https://pypi.org/project/js2py) (📥 190K / month · 📦 170 · ⏱️ 06.11.2022): +- [PyPi](https://pypi.org/project/js2py) (📥 250K / month · 📦 170 · ⏱️ 06.11.2022): ``` pip install js2py ``` -- [Conda](https://anaconda.org/conda-forge/js2py) (📥 51K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/js2py) (📥 53K · ⏱️ 16.06.2023): ``` conda install -c conda-forge js2py ``` @@ -5768,7 +5784,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/kbandla/dpkt ``` -- [PyPi](https://pypi.org/project/dpkt) (📥 280K / month · 📦 330 · ⏱️ 18.08.2022): +- [PyPi](https://pypi.org/project/dpkt) (📥 270K / month · 📦 330 · ⏱️ 18.08.2022): ``` pip install dpkt ``` @@ -5777,32 +5793,32 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge dpkt ```
-
pyload (🥉28 · ⭐ 3K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 +
pyngrok (🥉29 · ⭐ 370) - A Python wrapper for ngrok. MIT -- [GitHub](https://github.com/pyload/pyload) (👨‍💻 220 · 🔀 700 · 📥 97K · 📦 10 · 📋 3.1K - 5% open · ⏱️ 19.08.2023): +- [GitHub](https://github.com/alexdlaird/pyngrok) (👨‍💻 8 · 🔀 60 · 📦 4.5K · ⏱️ 20.09.2023): ``` - git clone https://github.com/pyload/pyload + git clone https://github.com/alexdlaird/pyngrok ``` -- [PyPi](https://pypi.org/project/pyload-ng) (📥 3K / month · 📦 1 · ⏱️ 19.08.2023): +- [PyPi](https://pypi.org/project/pyngrok) (📥 260K / month · 📦 89 · ⏱️ 20.09.2023): ``` - pip install pyload-ng + pip install pyngrok + ``` +- [Conda](https://anaconda.org/conda-forge/pyngrok) (📥 94K · ⏱️ 20.09.2023): + ``` + conda install -c conda-forge pyngrok ```
-
pyngrok (🥉28 · ⭐ 370) - A Python wrapper for ngrok. MIT +
pyload (🥉28 · ⭐ 3K) - The free and open-source Download Manager written in pure Python. ❗️AGPL-3.0 -- [GitHub](https://github.com/alexdlaird/pyngrok) (👨‍💻 8 · 🔀 60 · 📦 4.4K · ⏱️ 14.09.2023): +- [GitHub](https://github.com/pyload/pyload) (👨‍💻 220 · 🔀 700 · 📥 97K · 📦 10 · 📋 3.1K - 5% open · ⏱️ 19.08.2023): ``` - git clone https://github.com/alexdlaird/pyngrok - ``` -- [PyPi](https://pypi.org/project/pyngrok) (📥 230K / month · 📦 88 · ⏱️ 13.09.2023): - ``` - pip install pyngrok + git clone https://github.com/pyload/pyload ``` -- [Conda](https://anaconda.org/conda-forge/pyngrok) (📥 93K · ⏱️ 13.09.2023): +- [PyPi](https://pypi.org/project/pyload-ng) (📥 2.5K / month · 📦 1 · ⏱️ 19.08.2023): ``` - conda install -c conda-forge pyngrok + pip install pyload-ng ```
sslyze (🥉26 · ⭐ 3K) - Fast and powerful SSL/TLS scanning library. ❗️AGPL-3.0 @@ -5812,43 +5828,43 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/nabla-c0d3/sslyze ``` -- [PyPi](https://pypi.org/project/sslyze) (📥 50K / month · 📦 24 · ⏱️ 18.01.2023): +- [PyPi](https://pypi.org/project/sslyze) (📥 49K / month · 📦 24 · ⏱️ 18.01.2023): ``` pip install sslyze ```
-
Radicale (🥉26 · ⭐ 2.8K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 +
Radicale (🥉26 · ⭐ 2.9K) - A simple CalDAV (calendar) and CardDAV (contact) server. ❗️GPL-3.0 - [GitHub](https://github.com/Kozea/Radicale) (👨‍💻 96 · 🔀 390 · 📦 140 · 📋 940 - 38% open · ⏱️ 22.04.2023): ``` git clone https://github.com/Kozea/Radicale ``` -- [PyPi](https://pypi.org/project/radicale) (📥 7.1K / month · 📦 43 · ⏱️ 20.04.2022): +- [PyPi](https://pypi.org/project/radicale) (📥 7.3K / month · 📦 43 · ⏱️ 20.04.2022): ``` pip install radicale ```
proxy.py (🥉26 · ⭐ 2.6K) - Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-.. BSD-3 -- [GitHub](https://github.com/abhinavsingh/proxy.py) (👨‍💻 19 · 🔀 510 · 📥 910 · 📦 120 · 📋 300 - 22% open · ⏱️ 17.04.2023): +- [GitHub](https://github.com/abhinavsingh/proxy.py) (👨‍💻 19 · 🔀 510 · 📥 920 · 📦 120 · 📋 300 - 22% open · ⏱️ 17.04.2023): ``` git clone https://github.com/abhinavsingh/proxy.py ``` -- [PyPi](https://pypi.org/project/proxy.py) (📥 120K / month · 📦 19 · ⏱️ 13.08.2022): +- [PyPi](https://pypi.org/project/proxy.py) (📥 110K / month · 📦 19 · ⏱️ 13.08.2022): ``` pip install proxy.py ```
trustme (🥉26 · ⭐ 510) - #1 quality TLS certs while you wait, for the discerning tester. MIT -- [GitHub](https://github.com/python-trio/trustme) (👨‍💻 20 · 🔀 27 · 📦 540 · 📋 32 - 9% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/python-trio/trustme) (👨‍💻 20 · 🔀 27 · 📦 550 · 📋 32 - 9% open · ⏱️ 11.09.2023): ``` git clone https://github.com/python-trio/trustme ``` -- [PyPi](https://pypi.org/project/trustme) (📥 110K / month · 📦 50 · ⏱️ 10.07.2023): +- [PyPi](https://pypi.org/project/trustme) (📥 100K / month · 📦 50 · ⏱️ 10.07.2023): ``` pip install trustme ``` @@ -5857,34 +5873,34 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar conda install -c conda-forge trustme ```
-
healthchecks (🥉23 · ⭐ 6.6K) - Open-source cron job and background task monitoring service,.. BSD-3 +
httpagentparser (🥉26 · ⭐ 220 · 💤) - Python HTTP Agent Parser. MIT -- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 83 · 🔀 700 · 📋 630 - 10% open · ⏱️ 11.09.2023): +- [GitHub](https://github.com/shon/httpagentparser) (👨‍💻 35 · 🔀 55 · 📦 2.8K · 📋 51 - 33% open · ⏱️ 19.10.2022): ``` - git clone https://github.com/healthchecks/healthchecks + git clone https://github.com/shon/httpagentparser + ``` +- [PyPi](https://pypi.org/project/httpagentparser) (📥 250K / month · 📦 260 · ⏱️ 19.10.2022): + ``` + pip install httpagentparser ```
-
httpagentparser (🥉23 · ⭐ 220 · 💤) - Python HTTP Agent Parser. MIT +
healthchecks (🥉23 · ⭐ 6.6K) - Open-source cron job and background task monitoring service,.. BSD-3 -- [GitHub](https://github.com/shon/httpagentparser) (👨‍💻 35 · 🔀 54 · 📦 2.8K · 📋 48 - 29% open · ⏱️ 19.10.2022): +- [GitHub](https://github.com/healthchecks/healthchecks) (👨‍💻 84 · 🔀 700 · 📋 630 - 10% open · ⏱️ 20.09.2023): ``` - git clone https://github.com/shon/httpagentparser - ``` -- [PyPi](https://pypi.org/project/httpagentparser) (📥 240K / month): - ``` - pip install httpagentparser + git clone https://github.com/healthchecks/healthchecks ```
streaming-form-data (🥉23 · ⭐ 130) - Streaming parser for multipart/form-data written in Cython. MIT -- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (👨‍💻 18 · 🔀 30 · 📦 71 · 📋 36 - 16% open · ⏱️ 13.09.2023): +- [GitHub](https://github.com/siddhantgoel/streaming-form-data) (👨‍💻 18 · 🔀 32 · 📦 72 · 📋 34 - 11% open · ⏱️ 19.09.2023): ``` git clone https://github.com/siddhantgoel/streaming-form-data ``` -- [PyPi](https://pypi.org/project/streaming-form-data) (📥 35K / month · 📦 5 · ⏱️ 06.10.2022): +- [PyPi](https://pypi.org/project/streaming-form-data) (📥 35K / month · 📦 5 · ⏱️ 19.09.2023): ``` pip install streaming-form-data ``` @@ -5896,7 +5912,7 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` git clone https://github.com/thp/urlwatch ``` -- [PyPi](https://pypi.org/project/urlwatch) (📥 3.9K / month · 📦 2 · ⏱️ 15.03.2022): +- [PyPi](https://pypi.org/project/urlwatch) (📥 3.8K / month · 📦 2 · ⏱️ 15.03.2022): ``` pip install urlwatch ``` @@ -5912,12 +5928,12 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar ``` pip install asgi-lifespan ``` -- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (📥 80K · ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/asgi-lifespan) (📥 81K · ⏱️ 16.06.2023): ``` conda install -c conda-forge asgi-lifespan ```
-
Show 20 hidden projects... +
Show 19 hidden projects... - twisted (🥇43 · ⭐ 5.2K) - Event-driven networking engine written in Python. ❗Unlicensed - pyzmq (🥇39 · ⭐ 3.4K) - PyZMQ: Python bindings for zeromq. ❗️Revised BSD @@ -5925,7 +5941,6 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - PySocks (🥈34 · ⭐ 1.2K · 💀) - A SOCKS proxy client and wrapper for Python. BSD-3 - speedtest-cli (🥈32 · ⭐ 13K · 💀) - Command line interface for testing internet bandwidth.. Apache-2 - webassets (🥉31 · ⭐ 920 · 💀) - Asset management for Python web development. BSD-2 -- netaddr (🥉31 · ⭐ 730 · 💀) - A network address manipulation library for Python. BSD-3 - aiodns (🥉27 · ⭐ 490 · 💀) - Simple DNS resolver for asyncio. MIT - Cactus (🥉26 · ⭐ 3.5K · 💀) - Static site generator for designers. Uses Python and Django.. BSD-3 - ipaddress (🥉26 · ⭐ 100 · 💀) - Python 3.3+s ipaddress for older Python versions. Python-2.0 @@ -5937,8 +5952,8 @@ _Libraries for web scraping, crawling, downloading, and mining as well as librar - cabot (🥉22 · ⭐ 5.5K · 💀) - Self-hosted, easily-deployable monitoring and alerts service - like a.. MIT - toapi (🥉20 · ⭐ 3.4K · 💀) - Every web site provides APIs. MIT - tinkerer (🥉19 · ⭐ 310 · 💤) - Python blogging engine. ❗️BSD-2-Clause-FreeBSD -- libextract (🥉15 · ⭐ 500 · 💀) - Extract data from websites using basic statistical magic. MIT -- IP2Trace (🥉10 · ⭐ 30) - Python tool to traceroute with IP geolocation information, such as.. MIT +- libextract (🥉17 · ⭐ 500 · 💀) - Extract data from websites using basic statistical magic. MIT +- IP2Trace (🥉10 · ⭐ 29) - Python tool to traceroute with IP geolocation information, such as.. MIT
--- diff --git a/history/2023-09-21_changes.md b/history/2023-09-21_changes.md new file mode 100644 index 00000000..d101d00f --- /dev/null +++ b/history/2023-09-21_changes.md @@ -0,0 +1,20 @@ +## 📈 Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- django-rest-framework (🥈43 · ⭐ 26K · 📈) - Web APIs for Django. BSD-3 +- netaddr (🥈34 · ⭐ 730 · 📈) - A network address manipulation library for Python. BSD-3 +- flask-babel (🥇31 · ⭐ 420 · 📈) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 +- justpy (🥉26 · ⭐ 1.1K · 📈) - An object oriented high-level Python Web Framework that requires.. Apache-2 +- httpagentparser (🥉26 · ⭐ 220 · 💤) - Python HTTP Agent Parser. MIT + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- django-ckeditor (🥈32 · ⭐ 2.3K · 📉) - Django admin CKEditor integration. BSD-3 +- idna (🥈32 · ⭐ 220 · 📉) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 +- flask_injector (🥉22 · ⭐ 260 · 📉) - Adds Injector support to Flask. BSD-3 +- Frozen-Flask (🥉21 · ⭐ 760 · 💤) - Freezes a Flask application into a set of static files. ❗Unlicensed +- flask-talisman (🥉20 · ⭐ 890 · 💀) - HTTP security headers for Flask. Apache-2 + diff --git a/history/2023-09-21_projects.csv b/history/2023-09-21_projects.csv new file mode 100644 index 00000000..d18f7faa --- /dev/null +++ b/history/2023-09-21_projects.csv @@ -0,0 +1,579 @@ +,name,github_id,category,resource,github_url,homepage,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,description,dependent_project_count,github_dependent_project_count,contributor_count,projectrank,show,labels,latest_stable_release_published_at,latest_stable_release_number,release_count,github_release_downloads,monthly_downloads,conda_id,pypi_id,pypi_url,pypi_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,brew_id,trending,maven_id,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,maven_url,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,updated_github_id,conda_dependent_project_count,apt_id,licenses +0,Public APIs,public-apis/public-apis,third-party-apis,True,https://github.com/public-apis/public-apis,https://github.com/public-apis/public-apis,MIT,2016年03月20日 23:49:42.000,2023年09月21日 09:08:48.000,2023年09月20日 13:07:26,4529.0,2.0,29079,3921.0,3030.0,186.0,499.0,256678,A collective list of free APIs.,2.0,2.0,1378.0,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,OpenAPI-Specification,OAI/OpenAPI-Specification,openapi-utils,True,https://github.com/OAI/OpenAPI-Specification,https://github.com/OAI/OpenAPI-Specification,Apache-2.0,2014年03月03日 16:53:36.000,2023年09月19日 15:46:56.000,2023年05月11日 15:37:06,1964.0,,9147,853.0,1077.0,595.0,1494.0,27117,The OpenAPI Specification Repository.,13.0,13.0,218.0,0,True,['openapi'],2021年02月16日 19:33:45.000,3.1.0,10.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +2,GraphQL Specification,graphql/graphql-spec,graphql,True,https://github.com/graphql/graphql-spec,https://github.com/graphql/graphql-spec,,2015年07月01日 01:26:56.000,2023年09月11日 14:54:39.000,2023年09月08日 08:58:54,587.0,2.0,1171,529.0,508.0,185.0,349.0,14112,GraphQL is a query language and execution engine tied to any backend service.,1.0,1.0,128.0,0,True,,2021年10月27日 00:01:28.000,October2021,6.0,371.0,3.0,,,,,,,,,,,,,,,,,,,,,,,,,,,, +3,best-of-ml-python - DB Clients,ml-tooling/best-of-ml-python,third-party-apis,True,https://github.com/ml-tooling/best-of-ml-python,https://github.com/ml-tooling/best-of-ml-python,CC-BY-SA-4.0,2020年11月29日 19:41:36.000,2023年09月21日 15:07:34.000,2023年09月21日 08:59:11,422.0,32.0,2070,380.0,224.0,16.0,33.0,14458,Collection of python database client libraries.,,,44.0,0,True,,2023年09月14日 15:02:08.000,2023年09月14日,100.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +4,flask,pallets/flask,web-frameworks,,https://github.com/pallets/flask,https://github.com/pallets/flask,BSD-3-Clause,2010年04月06日 11:11:59.000,2023年09月16日 15:01:43.000,2023年09月05日 21:02:38,5169.0,71.0,15864,2138.0,2458.0,4.0,2541.0,64199,The Python micro framework for building web applications.,1725300.0,1602286.0,823.0,50,True,['flask'],2023年08月21日 19:52:49.000,2.3.3,56.0,6572.0,97381889.0,conda-forge/flask,flask,https://pypi.org/project/flask,2023年08月21日 19:52:33.000,123014.0,97157982.0,https://anaconda.org/conda-forge/flask,2023年08月22日 06:38:14.480,6266571.0,1.0,,,,,,,,,,,,,,,,,, +5,django,django/django,web-frameworks,,https://github.com/django/django,https://github.com/django/django,BSD-3-Clause,2012年04月28日 02:47:18.000,2023年09月21日 16:16:33.000,2023年09月21日 15:14:15,32029.0,226.0,29948,2281.0,17240.0,144.0,,73155,The Web framework for perfectionists with deadlines.,1546024.0,1422475.0,2985.0,49,True,['django'],2023年09月04日 10:58:22.000,4.2.5,337.0,,12932964.0,conda-forge/django,django,https://pypi.org/project/django,2023年09月18日 22:48:31.000,123549.0,12893286.0,https://anaconda.org/conda-forge/django,2023年09月05日 16:08:05.465,1547447.0,1.0,,,,,,,,,,,,,,,,,, +6,requests,psf/requests,http-clients,,https://github.com/psf/requests,https://github.com/psf/requests,Apache-2.0,2011年02月13日 18:38:17.000,2023年09月14日 09:01:08.000,2023年09月05日 00:17:08,6188.0,31.0,9146,1345.0,2430.0,259.0,3616.0,50246,"A simple, yet elegant, HTTP library.",2643711.0,2438439.0,741.0,49,True,,2023年07月20日 16:16:14.211,0.0.1,151.0,6660.0,340640707.0,conda-forge/requests,requests,https://pypi.org/project/requests,2023年07月20日 16:16:14.211,205272.0,340210033.0,https://anaconda.org/conda-forge/requests,2023年06月16日 13:18:00.202,37439719.0,1.0,,,,,,,,,,,,,,,,,, +7,grpc,grpc/grpc,rpc,,https://github.com/grpc/grpc,https://github.com/grpc/grpc,Apache-2.0,2014年12月08日 18:58:53.000,2023年09月21日 16:23:47.000,2023年09月21日 16:23:47,53782.0,509.0,10429,1369.0,23210.0,825.0,10360.0,39048,"The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#).",9765.0,4545.0,972.0,48,True,,2023年09月13日 21:15:01.000,1.58.1,229.0,27802.0,77468256.0,conda-forge/grpcio,grpcio,https://pypi.org/project/grpcio,2023年09月07日 19:30:39.000,5220.0,77218396.0,https://anaconda.org/conda-forge/grpcio,2023年08月14日 15:17:17.150,9708449.0,1.0,,,,,,,,,,,,,,,,,, +8,selenium,SeleniumHQ/selenium,testing,,https://github.com/SeleniumHQ/selenium,https://github.com/SeleniumHQ/selenium,Apache-2.0,2013年01月14日 21:40:56.000,2023年09月21日 15:01:46.000,2023年09月20日 06:19:28,30373.0,500.0,7742,1322.0,3233.0,208.0,9238.0,27740,A browser automation framework and ecosystem.,242427.0,225759.0,836.0,47,True,,2023年08月31日 20:30:36.000,selenium-4.12.0,186.0,11971583.0,11483285.0,conda-forge/selenium,selenium,https://pypi.org/project/selenium,2023年08月31日 19:49:24.000,16668.0,11319270.0,https://anaconda.org/conda-forge/selenium,2023年09月04日 18:33:17.173,1168581.0,1.0,,,,,,,,,,,,,,,,,, +9,aiohttp,aio-libs/aiohttp,http-clients,,https://github.com/aio-libs/aiohttp,https://github.com/aio-libs/aiohttp,Apache-2.0,2013年10月01日 23:04:01.000,2023年09月20日 17:11:35.000,2023年09月20日 16:09:54,9139.0,105.0,1915,222.0,4667.0,509.0,2375.0,13916,Asynchronous HTTP client/server framework for asyncio and Python.,403083.0,388706.0,687.0,47,True,,2023年07月19日 17:04:14.000,3.8.5,222.0,11693.0,81513781.0,conda-forge/aiohttp,aiohttp,https://pypi.org/project/aiohttp,2023年07月19日 17:04:14.000,14377.0,81192379.0,https://anaconda.org/conda-forge/aiohttp,2023年07月19日 22:51:22.665,11244796.0,1.0,,,,,,,,,,,,,,,,,, +10,fastapi,tiangolo/fastapi,web-frameworks,,https://github.com/tiangolo/fastapi,https://github.com/tiangolo/fastapi,MIT,2018年12月08日 08:21:47.000,2023年09月21日 16:15:28.000,2023年09月15日 08:39:26,3216.0,237.0,5248,642.0,2632.0,478.0,3331.0,62770,"FastAPI framework, high performance, easy to learn, fast to code, ready for production.",238817.0,236220.0,498.0,46,True,"['fastapi', 'openapi']",2023年09月02日 17:19:41.000,0.103.1,180.0,,21883826.0,conda-forge/fastapi,fastapi,https://pypi.org/project/fastapi,2023年09月02日 17:19:41.000,2597.0,21840661.0,https://anaconda.org/conda-forge/fastapi,2023年09月04日 02:10:46.107,1726638.0,1.0,,,,,,,,,,,,,,,,,, +11,tornado,tornadoweb/tornado,web-frameworks,,https://github.com/tornadoweb/tornado,https://github.com/tornadoweb/tornado,Apache-2.0,2009年09月09日 04:55:16.000,2023年09月02日 14:03:40.000,2023年09月02日 14:03:40,4660.0,52.0,5501,995.0,1523.0,210.0,1607.0,21262,"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.",409900.0,384187.0,438.0,46,True,,2023年08月11日 15:21:47.000,6.3.3,70.0,,32546914.0,conda-forge/tornado,tornado,https://pypi.org/project/tornado,2023年08月11日 15:21:47.000,25713.0,31533240.0,https://anaconda.org/conda-forge/tornado,2023年08月17日 23:11:31.013,35478611.0,1.0,,,,,,,,,,,,,,,,,, +12,youtube-dl,ytdl-org/youtube-dl,third-party-apis,,https://github.com/ytdl-org/youtube-dl,https://github.com/ytdl-org/youtube-dl,Unlicense,2010年10月31日 14:35:07.000,2023年09月19日 10:52:40.000,2023年09月03日 22:15:19,18781.0,51.0,9285,2192.0,4870.0,4333.0,22498.0,123528,Command-line program to download videos from YouTube.com and other video sites.,1817.0,,996.0,45,True,,2021年12月16日 19:02:14.000,2021年12月17日,955.0,59424036.0,4084844.0,conda-forge/youtube-dl,youtube_dl,https://pypi.org/project/youtube_dl,2021年12月16日 19:02:14.000,1817.0,3004966.0,https://anaconda.org/conda-forge/youtube-dl,2023年06月16日 16:12:46.297,1274045.0,1.0,youtube-dl,,,,,,,,,,,,,,,,, +13,Scrapy,scrapy/scrapy,web-scraping,,https://github.com/scrapy/scrapy,https://github.com/scrapy/scrapy,BSD-3-Clause,2010年02月22日 02:01:14.000,2023年09月21日 13:30:04.000,2023年09月21日 13:30:04,10123.0,174.0,10153,1778.0,3133.0,709.0,2384.0,48501,"Scrapy, a fast high-level web crawling & scraping framework for Python.",44691.0,40082.0,614.0,45,True,,2023年09月18日 12:19:20.000,2.11.0,96.0,,1311970.0,conda-forge/scrapy,scrapy,https://pypi.org/project/scrapy,2023年09月18日 12:19:20.000,4609.0,1293318.0,https://anaconda.org/conda-forge/scrapy,2023年09月19日 16:30:32.202,708794.0,1.0,,,,,,,,,,,,,,,,,, +14,gunicorn,benoitc/gunicorn,servers,,https://github.com/benoitc/gunicorn,https://github.com/benoitc/gunicorn,MIT,2009年11月30日 18:18:08.000,2023年09月11日 22:43:51.000,2023年07月19日 11:31:10,3044.0,23.0,1672,225.0,1051.0,356.0,1708.0,9151,"gunicorn Green Unicorn is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.",1085859.0,1023672.0,408.0,45,True,,2023年07月19日 11:51:19.000,21.2.0,86.0,103.0,32417180.0,conda-forge/gunicorn,gunicorn,https://pypi.org/project/gunicorn,2023年07月19日 11:46:44.000,62187.0,32354478.0,https://anaconda.org/conda-forge/gunicorn,2023年07月19日 16:08:10.332,2194579.0,1.0,,,,,,,,,,,,,,,,,, +15,werkzeug,pallets/werkzeug,web-frameworks,,https://github.com/pallets/werkzeug,https://github.com/pallets/werkzeug,BSD-3-Clause,2010年10月18日 11:42:40.000,2023年09月20日 17:28:07.000,2023年09月05日 20:51:07,5498.0,67.0,1715,222.0,1645.0,3.0,1110.0,6418,The comprehensive WSGI web application library.,1168492.0,1098866.0,483.0,45,True,,2023年08月14日 14:11:36.000,2.3.7,92.0,534.0,105778794.0,conda-forge/werkzeug,werkzeug,https://pypi.org/project/werkzeug,2023年08月14日 09:30:45.000,69626.0,105460354.0,https://anaconda.org/conda-forge/werkzeug,2023年08月15日 13:28:51.212,8916136.0,2.0,,,,,,,,,,,,,,,,,, +16,django-rest-framework,encode/django-rest-framework,web-frameworks,,https://github.com/encode/django-rest-framework,https://github.com/encode/django-rest-framework,BSD-3-Clause,2011年03月02日 17:13:56.000,2023年09月19日 07:56:39.000,2023年09月09日 07:55:32,8715.0,18.0,6667,622.0,4583.0,122.0,3769.0,26348,Web APIs for Django.,565838.0,565413.0,1377.0,43,True,['django'],2022年11月08日 10:37:57.000,3.14.0,40.0,,112398.0,conda-forge/djangorestframework,django-rest-framework,https://pypi.org/project/django-rest-framework,2017年07月20日 17:14:33.000,425.0,106539.0,https://anaconda.org/conda-forge/djangorestframework,2023年06月16日 13:24:55.645,527336.0,2.0,,2.0,,,,,,,,,,,,,,,, +17,discord.py,Rapptz/discord.py,third-party-apis,,https://github.com/Rapptz/discord.py,https://github.com/Rapptz/discord.py,MIT,2015年08月21日 22:19:08.000,2023年09月21日 16:08:13.000,2023年09月20日 21:20:50,4927.0,65.0,3766,267.0,2660.0,108.0,2762.0,13488,An API wrapper for Discord written in Python.,37560.0,34795.0,394.0,43,True,,2023年08月10日 21:44:05.000,2.3.2,77.0,,9546947.0,conda-forge/discord.py,discord.py,https://pypi.org/project/discord.py,2023年08月10日 21:44:05.000,2765.0,9546547.0,https://anaconda.org/conda-forge/discord.py,2023年08月11日 00:02:19.093,12800.0,1.0,,,,,,,,,,,,,,,,,, +18,twisted,twisted/twisted,others,,https://github.com/twisted/twisted,https://github.com/twisted/twisted,,2011年07月01日 20:40:42.000,2023年09月20日 23:00:13.000,2023年09月19日 15:56:33,29478.0,478.0,1152,174.0,1925.0,2764.0,7420.0,5197,Event-driven networking engine written in Python.,84520.0,74243.0,261.0,43,False,,2023年08月28日 16:58:37.000,23.8.0,96.0,,3741912.0,conda-forge/twisted,twisted,https://pypi.org/project/twisted,2023年08月28日 16:58:37.000,10277.0,3713767.0,https://anaconda.org/conda-forge/twisted,2023年09月11日 19:37:19.266,985102.0,1.0,,,,,,,,,,,,,,,,,, +19,coverage,nedbat/coveragepy,testing,,https://github.com/nedbat/coveragepy,https://github.com/nedbat/coveragepy,Apache-2.0,2018年06月23日 17:44:53.000,2023年09月18日 14:55:03.000,2023年09月17日 11:53:06,6091.0,46.0,381,28.0,314.0,259.0,1126.0,2635,The code coverage tool for Python.,393614.0,336136.0,184.0,43,True,,2023年09月06日 12:23:33.000,7.3.1,130.0,,64403939.0,conda-forge/coverage,coverage,https://pypi.org/project/coverage,2023年09月06日 12:21:04.000,57478.0,64072142.0,https://anaconda.org/conda-forge/coverage,2023年09月06日 15:53:34.740,12608315.0,1.0,,,,,,,,,,,,,,,,,, +20,OpenAPI Generator,OpenAPITools/openapi-generator,openapi-utils,,https://github.com/OpenAPITools/openapi-generator,https://github.com/OpenAPITools/openapi-generator,Apache-2.0,2018年05月12日 09:57:56.000,2023年09月21日 14:47:18.000,2023年09月21日 10:10:47,19153.0,397.0,5575,213.0,9479.0,4174.0,3286.0,17654,"OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and..",599.0,5.0,2859.0,42,True,['openapi'],2023年09月18日 08:53:59.000,7.0.1,681.0,,1485136.0,,openapi-generator-cli,https://pypi.org/project/openapi-generator-cli,2020年05月15日 12:33:56.000,,8781.0,,,,1.0,,,org.openapitools.openapi-generator,@openapitools/openapi-generator-cli,https://www.npmjs.com/package/@openapitools/openapi-generator-cli,2023年07月18日 04:18:52.037,594.0,1476355.0,https://search.maven.org/artifact/org.openapitools.openapi-generator,,,,,,,,, +21,jinja,pallets/jinja,others,,https://github.com/pallets/jinja,https://github.com/pallets/jinja,BSD-3-Clause,2010年10月17日 13:41:17.000,2023年09月06日 15:59:21.000,2023年09月06日 15:59:20,2756.0,24.0,1569,249.0,869.0,79.0,920.0,9496,A very fast and expressive template engine.,101988.0,13.0,304.0,42,True,,2022年04月28日 17:24:04.000,3.1.2,48.0,54924.0,110234833.0,conda-forge/jinja2,jinja2,https://pypi.org/project/jinja2,2022年04月28日 17:21:25.000,101975.0,109867242.0,https://anaconda.org/conda-forge/jinja2,2023年06月16日 13:17:18.409,32279070.0,1.0,,,,,,,,,,,,,,,,,, +22,google-api-python-client,googleapis/google-api-python-client,third-party-apis,,https://github.com/googleapis/google-api-python-client,https://github.com/googleapis/google-api-python-client,Apache-2.0,2014年01月08日 21:55:56.000,2023年09月20日 15:50:00.000,2023年09月19日 14:18:20,1661.0,36.0,2380,279.0,1151.0,111.0,906.0,6878,The official Python client library for Googles discovery based APIs.,174806.0,167138.0,188.0,42,True,,2023年09月19日 14:23:07.000,2.100.0,189.0,,49636080.0,conda-forge/google-api-python-client,google-api-python-client,https://pypi.org/project/google-api-python-client,2023年09月19日 14:23:07.000,7668.0,49575141.0,https://anaconda.org/conda-forge/google-api-python-client,2023年09月19日 23:38:56.424,2437597.0,1.0,,,,,,,,,,,,,,,,,, +23,urllib3,urllib3/urllib3,http-clients,,https://github.com/urllib3/urllib3,https://github.com/urllib3/urllib3,MIT,2011年09月18日 18:08:28.000,2023年09月20日 16:49:13.179,2023年09月20日 06:59:31,4014.0,36.0,1080,101.0,1958.0,130.0,1048.0,3487,urllib3 is a user-friendly HTTP client library for Python.,1524755.0,1479051.0,332.0,42,True,,2023年09月20日 07:30:33.000,2.0.5,89.0,19741.0,404801496.0,conda-forge/urllib3,urllib3,https://pypi.org/project/urllib3,2023年09月20日 07:30:33.000,45704.0,403772419.0,https://anaconda.org/conda-forge/urllib3,2023年09月20日 16:49:13.179,39090799.0,2.0,,,,,,,,,,,,,,,,,, +24,Streamlit,streamlit/streamlit,web-ui,,https://github.com/streamlit/streamlit,https://github.com/streamlit/streamlit,Apache-2.0,2019年08月24日 00:14:52.000,2023年09月21日 15:41:57.000,2023年09月21日 08:39:52,5790.0,220.0,2369,299.0,3719.0,662.0,2951.0,27225,Streamlit A faster way to build and share data apps.,1985.0,987.0,197.0,41,True,,2023年09月20日 19:43:02.000,1.26.0,205.0,,2177519.0,,streamlit,https://pypi.org/project/streamlit,2023年08月24日 21:21:06.000,998.0,2177519.0,,,,1.0,,,,,,,,,,,,,,,,,, +25,python-telegram-bot,python-telegram-bot/python-telegram-bot,third-party-apis,,https://github.com/python-telegram-bot/python-telegram-bot,https://github.com/python-telegram-bot/python-telegram-bot,GPL-3.0,2015年07月07日 15:30:39.000,2023年09月18日 17:39:30.000,2023年09月15日 20:19:45,2632.0,45.0,4934,597.0,1580.0,16.0,1949.0,23095,We have made you a wrapper you cant refuse.,92654.0,90116.0,184.0,41,True,,2023年09月03日 12:57:28.000,20.5,130.0,19355.0,863447.0,conda-forge/python-telegram-bot,python-telegram-bot,https://pypi.org/project/python-telegram-bot,2023年09月03日 12:52:29.000,2538.0,860981.0,https://anaconda.org/conda-forge/python-telegram-bot,2023年09月03日 14:31:36.129,86167.0,1.0,,,,,,,,,,,,,,,,,, +26,Locust,locustio/locust,testing,,https://github.com/locustio/locust,https://github.com/locustio/locust,MIT,2011年02月17日 11:08:03.000,2023年09月15日 20:06:02.000,2023年09月15日 19:57:53,4042.0,48.0,2765,435.0,918.0,17.0,1458.0,22164,Write scalable load tests in plain Python.,6778.0,6670.0,294.0,41,True,,2023年08月05日 14:21:31.000,2.16.1,258.0,,1331388.0,conda-forge/locust,locust,https://pypi.org/project/locust,2023年09月15日 20:06:02.000,108.0,1328141.0,https://anaconda.org/conda-forge/locust,2023年08月06日 16:05:19.783,129899.0,1.0,,,,,,,,,,,,,,,,,, +27,wagtail,wagtail/wagtail,cms,,https://github.com/wagtail/wagtail,https://github.com/wagtail/wagtail,BSD-3-Clause,2014年02月03日 12:41:59.000,2023年09月21日 15:45:58.000,2023年09月21日 15:45:57,15930.0,552.0,3289,336.0,6150.0,951.0,3699.0,15622,A Django content management system focused on flexibility and user experience.,1528.0,6.0,836.0,41,True,['django'],2023年08月14日 14:34:24.000,5.1.1,212.0,,172483.0,conda-forge/wagtail,wagtail,https://pypi.org/project/wagtail,2023年08月14日 14:34:24.000,1522.0,168205.0,https://anaconda.org/conda-forge/wagtail,2023年08月14日 21:13:03.000,64177.0,1.0,,,,,,,,,,,,,,,,,, +28,httpx,encode/httpx,http-clients,,https://github.com/encode/httpx,https://github.com/encode/httpx,BSD-3-Clause,2019年04月04日 12:27:00.000,2023年09月21日 14:36:29.000,2023年09月21日 14:35:56,1354.0,33.0,738,109.0,1411.0,26.0,765.0,11095,A next generation HTTP client for Python.,118110.0,114915.0,204.0,41,True,,2023年09月11日 10:17:06.000,0.25.0,64.0,,24183846.0,conda-forge/httpx,httpx,https://pypi.org/project/httpx,2023年09月11日 10:17:06.000,3195.0,24164234.0,https://anaconda.org/conda-forge/httpx,2023年09月11日 12:01:45.709,784482.0,2.0,,,,,,,,,,,,,,,,,, +29,django-allauth,pennersr/django-allauth,auth,,https://github.com/pennersr/django-allauth,https://github.com/pennersr/django-allauth,MIT,2010年10月10日 20:10:52.000,2023年09月21日 14:58:32.000,2023年09月19日 19:29:56,2732.0,169.0,2842,183.0,1390.0,115.0,1944.0,8298,"Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party..",5300.0,13.0,656.0,41,True,['django'],2023年09月08日 15:23:13.000,0.56.1,75.0,,763269.0,conda-forge/django-allauth,django-allauth,https://pypi.org/project/django-allauth,2023年09月08日 15:23:13.000,5287.0,757139.0,https://anaconda.org/conda-forge/django-allauth,2023年09月08日 17:07:02.731,104210.0,1.0,,,,,,,,,,,,,,,,,, +30,gevent,gevent/gevent,servers,,https://github.com/gevent/gevent,https://github.com/gevent/gevent,MIT,2012年09月13日 22:03:03.000,2023年09月13日 14:16:58.000,2023年09月13日 14:16:57,5910.0,76.0,943,242.0,634.0,102.0,1257.0,6056,Coroutine-based concurrency library for Python.,124704.0,109754.0,110.0,41,True,,2023年09月12日 17:14:51.000,23.9.1,83.0,59276.0,8071088.0,conda-forge/gevent,gevent,https://pypi.org/project/gevent,2023年09月12日 17:14:51.000,14950.0,8039492.0,https://anaconda.org/conda-forge/gevent,2023年09月08日 18:31:24.750,1244128.0,1.0,,,,,,,,,,,,,,,,,, +31,GitPython,gitpython-developers/GitPython,third-party-apis,,https://github.com/gitpython-developers/GitPython,https://github.com/gitpython-developers/GitPython,BSD-3-Clause,2010年11月30日 17:34:03.000,2023年09月21日 14:23:07.000,2023年09月21日 14:23:07,3176.0,170.0,881,99.0,578.0,151.0,785.0,4076,GitPython is a python library used to interact with Git repositories.,198177.0,190060.0,301.0,41,True,,2023年09月12日 05:55:06.000,3.1.36,90.0,,47905966.0,conda-forge/gitpython,gitpython,https://pypi.org/project/gitpython,2023年09月12日 05:55:06.000,8117.0,47744504.0,https://anaconda.org/conda-forge/gitpython,2023年09月12日 12:53:15.593,6458502.0,1.0,,,,,,,,,,,,,,,,,, +32,sentry,getsentry/sentry,monitoring,,https://github.com/getsentry/sentry,https://github.com/getsentry/sentry,SSPL-1.0,2010年08月30日 22:06:41.000,2023年09月21日 16:14:01.000,2023年09月21日 15:56:48,58982.0,3550.0,3898,694.0,46848.0,1526.0,7698.0,35140,Developer-first error tracking and performance monitoring.,1039.0,647.0,789.0,40,True,,2023年09月20日 18:45:57.000,23.9.1,378.0,46684.0,55159.0,conda-forge/sentry-sdk,sentry,https://pypi.org/project/sentry,2023年07月25日 17:18:50.000,392.0,39001.0,https://anaconda.org/conda-forge/sentry-sdk,2023年09月13日 14:04:23.642,609993.0,1.0,,,,,,,,,,,,,,,,,, +33,mitmproxy,mitmproxy/mitmproxy,testing,,https://github.com/mitmproxy/mitmproxy,https://github.com/mitmproxy/mitmproxy,MIT,2010年02月16日 04:10:13.000,2023年09月20日 00:50:06.000,2023年09月20日 00:49:58,10387.0,54.0,3762,617.0,2641.0,300.0,2842.0,32302,An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.,3595.0,3120.0,493.0,40,True,,2023年08月04日 09:50:12.000,10.0.0,56.0,221346.0,257254.0,,mitmproxy,https://pypi.org/project/mitmproxy,2023年08月04日 09:50:12.000,475.0,255425.0,,,,1.0,,,,,,,,,,,,,,,,,, +34,certbot,certbot/certbot,others,,https://github.com/certbot/certbot,https://github.com/certbot/certbot,Apache-2.0,2014年11月12日 02:52:20.000,2023年09月20日 20:03:57.000,2023年09月20日 20:03:53,10810.0,16.0,3360,763.0,4533.0,380.0,4987.0,30234,Certbot is EFFs tool to obtain certs from Lets Encrypt and (optionally) auto-enable HTTPS on your server. It can also..,2091.0,1765.0,524.0,40,True,,2023年05月09日 21:00:14.000,2.6.0,103.0,85980.0,620721.0,conda-forge/certbot-apache,certbot,https://pypi.org/project/certbot,2023年05月09日 20:39:01.660,326.0,618064.0,https://anaconda.org/conda-forge/certbot-apache,2023年06月11日 22:01:48.664,22072.0,1.0,,,,,,,,,,,,,,,,,, +35,sanic,sanic-org/sanic,web-frameworks,,https://github.com/sanic-org/sanic,https://github.com/sanic-org/sanic,MIT,2016年05月26日 04:38:22.000,2023年09月20日 20:21:29.000,2023年09月07日 12:26:56,2816.0,33.0,1528,407.0,1494.0,75.0,1258.0,17313,Accelerate your web app development | Build fast. Run fast.,14638.0,13947.0,335.0,40,True,,2023年07月25日 13:16:00.000,23.6.0,75.0,,756870.0,conda-forge/sanic,sanic,https://pypi.org/project/sanic,2023年07月25日 13:16:00.000,691.0,749147.0,https://anaconda.org/conda-forge/sanic,2023年08月01日 16:38:00.695,301208.0,2.0,,,,,,,,,,,,,,,,,, +36,tweepy,tweepy/tweepy,third-party-apis,,https://github.com/tweepy/tweepy,https://github.com/tweepy/tweepy,MIT,2009年07月06日 04:15:34.000,2023年08月26日 17:49:30.000,2023年08月26日 17:46:02,3097.0,8.0,4509,269.0,564.0,81.0,1207.0,9904,Twitter for Python!.,53169.0,48756.0,243.0,40,True,,2023年04月24日 22:17:30.329,4.14.0,47.0,,707157.0,conda-forge/tweepy,tweepy,https://pypi.org/project/tweepy,2022年05月20日 17:36:29.000,4413.0,703817.0,https://anaconda.org/conda-forge/tweepy,2023年06月16日 13:24:08.253,263936.0,1.0,,,,,,,,,,,,,,,,,, +37,django-cms,django-cms/django-cms,cms,,https://github.com/django-cms/django-cms,https://github.com/django-cms/django-cms,BSD-3-Clause,2009年03月05日 10:14:18.000,2023年09月21日 14:45:45.000,2023年09月19日 11:35:15,16210.0,11.0,2959,406.0,4165.0,106.0,3342.0,9498,The easy-to-use and developer-friendly enterprise CMS powered by Django.,6674.0,4968.0,632.0,40,True,['django'],2023年09月08日 06:29:41.000,3.11.4,113.0,,60600.0,,django-cms,https://pypi.org/project/django-cms,2023年09月08日 06:29:41.000,1706.0,60600.0,,,,2.0,,,,,,,,,,,,,,,,,, +38,starlette,encode/starlette,web-frameworks,,https://github.com/encode/starlette,https://github.com/encode/starlette,BSD-3-Clause,2018年06月25日 13:16:21.000,2023年09月20日 07:21:00.000,2023年09月18日 08:20:19,1211.0,39.0,776,105.0,1301.0,41.0,653.0,8674,The little ASGI framework that shines.,138289.0,137308.0,243.0,40,True,,2023年08月26日 16:44:02.000,0.31.1,138.0,,19844778.0,conda-forge/starlette,starlette,https://pypi.org/project/starlette,2023年08月26日 16:44:02.000,981.0,19799616.0,https://anaconda.org/conda-forge/starlette,2023年08月28日 16:05:38.417,1716177.0,2.0,,,,,,,,,,,,,,,,,, +39,Telethon,LonamiWebs/Telethon,third-party-apis,,https://github.com/LonamiWebs/Telethon,https://github.com/LonamiWebs/Telethon,MIT,2016年08月26日 10:59:24.000,2023年09月20日 16:30:58.000,2023年09月20日 16:30:57,2978.0,33.0,1292,148.0,524.0,35.0,2067.0,8185,"Pure Python 3 MTProto API Telegram client library, for bots too!.",51042.0,50615.0,157.0,40,True,,2023年09月13日 15:35:34.000,1.30.3,221.0,,1092754.0,,telethon,https://pypi.org/project/telethon,2023年09月13日 15:35:34.000,427.0,1092754.0,,,,1.0,,,,,,,,,,,,,,,,,, +40,gspread,burnash/gspread,third-party-apis,,https://github.com/burnash/gspread,https://github.com/burnash/gspread,MIT,2011年12月02日 10:46:20.000,2023年09月20日 16:50:33.000,2023年09月18日 13:52:44,1439.0,76.0,920,158.0,464.0,48.0,788.0,6586,Google Sheets Python API.,26773.0,25746.0,161.0,40,True,,2023年09月18日 14:17:13.000,5.11.2,67.0,1355.0,7737749.0,conda-forge/gspread,gspread,https://pypi.org/project/gspread,2023年09月18日 14:17:13.000,1027.0,7733983.0,https://anaconda.org/conda-forge/gspread,2023年06月16日 13:25:17.944,289063.0,1.0,,,,,,,,,,,,,,,,,, +41,PyGithub,PyGithub/PyGithub,third-party-apis,,https://github.com/PyGithub/PyGithub,https://github.com/PyGithub/PyGithub,LGPL-3.0,2012年02月25日 12:53:47.000,2023年09月21日 07:20:26.000,2023年09月18日 13:22:59,2185.0,116.0,1654,112.0,1209.0,290.0,1303.0,6264,Typed interactions with the GitHub API v3.,47844.0,45164.0,330.0,40,True,,2023年08月03日 09:43:00.000,1.59.1,95.0,,13804832.0,conda-forge/pygithub,pygithub,https://pypi.org/project/pygithub,2023年08月03日 10:36:10.000,2680.0,13736227.0,https://anaconda.org/conda-forge/pygithub,2023年08月03日 12:22:03.105,2744220.0,1.0,,,,,,,,,,,,,,,,,, +42,web3.py,ethereum/web3.py,others,,https://github.com/ethereum/web3.py,https://github.com/ethereum/web3.py,MIT,2016年04月14日 15:59:35.000,2023年09月21日 10:42:17.000,2023年09月20日 16:15:24,4253.0,177.0,1585,118.0,1709.0,215.0,1208.0,4420,A python interface for interacting with the Ethereum blockchain and ecosystem.,17512.0,16476.0,243.0,40,True,,2023年08月23日 19:26:14.000,6.9.0,198.0,,1010021.0,conda-forge/web3,web3,https://pypi.org/project/web3,2023年08月23日 19:26:14.000,1036.0,1005097.0,https://anaconda.org/conda-forge/web3,2023年08月28日 14:56:24.397,172353.0,1.0,,,,,,,,,,,,,,,,,, +43,Flask-AppBuilder,dpgaspar/Flask-AppBuilder,web-frameworks,,https://github.com/dpgaspar/Flask-AppBuilder,https://github.com/dpgaspar/Flask-AppBuilder,BSD-3-Clause,2013年11月09日 21:13:29.000,2023年09月01日 12:57:47.000,2023年08月22日 10:58:54,3915.0,13.0,1336,157.0,881.0,153.0,1105.0,4319,"Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD..",5463.0,5130.0,193.0,40,True,['flask'],2023年08月22日 11:24:42.000,4.3.6,304.0,,3899788.0,conda-forge/flask-appbuilder,flask-appbuilder,https://pypi.org/project/flask-appbuilder,2023年08月22日 11:23:50.000,333.0,3891941.0,https://anaconda.org/conda-forge/flask-appbuilder,2023年08月22日 12:56:55.129,298187.0,2.0,,,,,,,,,,,,,,,,,, +44,websocket-client,websocket-client/websocket-client,websocket,,https://github.com/websocket-client/websocket-client,https://github.com/websocket-client/websocket-client,Apache-2.0,2010年12月28日 06:35:25.000,2023年09月16日 13:05:43.000,2023年09月11日 00:00:00,1241.0,13.0,775,86.0,321.0,11.0,615.0,3303,WebSocket client for Python.,144083.0,136995.0,219.0,40,True,,2023年09月11日 04:02:39.000,1.6.3,84.0,,63093215.0,conda-forge/websocket-client,websocket-client,https://pypi.org/project/websocket-client,2023年09月11日 04:02:39.000,7088.0,62812390.0,https://anaconda.org/conda-forge/websocket-client,2023年09月11日 14:00:47.442,10390561.0,1.0,,,,,,,,,,,,,,,,,, +45,oauthlib,oauthlib/oauthlib,auth,,https://github.com/oauthlib/oauthlib,https://github.com/oauthlib/oauthlib,BSD-3-Clause,2011年11月19日 23:08:51.000,2023年09月15日 10:51:37.000,2023年09月03日 20:08:57,1676.0,28.0,488,69.0,491.0,88.0,293.0,2648,"A generic, spec-compliant, thorough implementation of the OAuth request-signing logic.",445315.0,432658.0,194.0,40,True,,2023年01月10日 13:13:43.000,3.2.2,50.0,,81652632.0,conda-forge/oauthlib,oauthlib,https://pypi.org/project/oauthlib,2022年10月17日 20:06:06.447,12657.0,81542964.0,https://anaconda.org/conda-forge/oauthlib,2023年06月16日 13:18:41.781,9431502.0,1.0,,,,,,,,,,,,,,,,,, +46,lxml,lxml/lxml,html-processing,,https://github.com/lxml/lxml,https://github.com/lxml/lxml,BSD-3-Clause,2011年02月11日 05:43:11.000,2023年09月21日 07:42:13.000,2023年09月21日 07:40:57,6024.0,102.0,570,80.0,323.0,24.0,,2437,The lxml XML toolkit for Python.,423711.0,383778.0,151.0,40,True,,2023年07月05日 11:49:49.679,4.9.3,156.0,21751.0,90285910.0,conda-forge/lxml,lxml,https://pypi.org/project/lxml,2023年07月05日 11:49:49.679,39933.0,90019575.0,https://anaconda.org/conda-forge/lxml,2023年07月05日 14:02:29.780,10613912.0,1.0,,,,,,,,,,,,,,,,,, +47,dnspython,rthalley/dnspython,others,,https://github.com/rthalley/dnspython,https://github.com/rthalley/dnspython,ISC,2011年08月24日 11:36:39.000,2023年09月14日 16:05:47.000,2023年09月13日 01:48:42,2290.0,52.0,494,60.0,477.0,8.0,477.0,2239,a powerful DNS toolkit for python.,231912.0,227157.0,112.0,40,True,,2023年08月12日 20:31:54.000,2.4.2,41.0,83.0,50326153.0,conda-forge/dnspython,dnspython,https://pypi.org/project/dnspython,2023年08月09日 13:54:10.000,4755.0,50298919.0,https://anaconda.org/conda-forge/dnspython,2023年08月09日 16:26:25.800,977459.0,1.0,,,,,,,,,,,,,,,,,, +48,Kong,kong/kong,api-proxies,,https://github.com/Kong/kong,https://github.com/Kong/kong,Apache-2.0,2014年11月17日 23:56:08.000,2023年09月21日 16:13:28.000,2023年09月21日 08:12:29,9774.0,280.0,4602,1015.0,6518.0,242.0,3977.0,36681,The Cloud-Native API Gateway.,13.0,13.0,391.0,39,True,,2023年09月20日 23:03:15.000,2.8.4,100.0,,2976589.0,,,,,,,,,,1.0,,,,,,,,,,kong,https://hub.docker.com/r/_/kong,2023年09月02日 01:57:53.727474,753.0,315518467.0,,,, +49,scapy,secdev/scapy,others,,https://github.com/secdev/scapy,https://github.com/secdev/scapy,GPL-2.0,2015年10月01日 17:06:46.000,2023年09月21日 15:04:11.000,2023年09月21日 15:04:11,6265.0,51.0,1911,227.0,2630.0,136.0,1414.0,9219,Scapy: the Python-based interactive packet manipulation program & library. Supports Python 2 & Python 3.,12950.0,11947.0,431.0,39,True,,2022年12月25日 10:30:01.270,2.5.0,25.0,,2244479.0,conda-forge/scapy,scapy,https://pypi.org/project/scapy,2022年12月25日 10:30:01.270,1003.0,2242506.0,https://anaconda.org/conda-forge/scapy,2023年06月16日 16:15:58.809,98664.0,1.0,,,,,,,,,,,,,,,,,, +50,pyTelegramBotAPI,eternnoir/pyTelegramBotAPI,third-party-apis,,https://github.com/eternnoir/pyTelegramBotAPI,https://github.com/eternnoir/pyTelegramBotAPI,GPL-2.0,2015年06月26日 06:56:25.000,2023年09月10日 09:12:26.000,2023年09月10日 09:12:26,2448.0,28.0,1834,226.0,772.0,1.0,1120.0,7156,Python Telegram bot api.,40720.0,39774.0,221.0,39,True,,2023年08月20日 06:17:27.000,4.13.0,111.0,,1481801.0,,pytelegrambotapi,https://pypi.org/project/pytelegrambotapi,2023年08月20日 06:17:27.000,946.0,1481801.0,,,,2.0,,,,,,,,,,,,,,,,,, +51,uvicorn,encode/uvicorn,servers,,https://github.com/encode/uvicorn,https://github.com/encode/uvicorn,BSD-3-Clause,2017年05月31日 13:13:43.000,2023年09月21日 13:59:35.000,2023年09月21日 08:25:28,1195.0,36.0,605,87.0,1205.0,48.0,632.0,7017,"An ASGI web server, for Python.",237857.0,235956.0,167.0,39,True,,2023年07月31日 06:49:23.000,0.23.2,151.0,,22509131.0,conda-forge/uvicorn,uvicorn,https://pypi.org/project/uvicorn,2023年07月31日 06:49:23.000,1901.0,22449810.0,https://anaconda.org/conda-forge/uvicorn,2023年07月31日 14:04:27.794,2076266.0,2.0,,,,,,,,,,,,,,,,,, +52,pyjwt,jpadilla/pyjwt,auth,,https://github.com/jpadilla/pyjwt,https://github.com/jpadilla/pyjwt,MIT,2011年02月24日 20:25:09.000,2023年09月14日 17:24:30.000,2023年09月10日 14:09:12,810.0,12.0,641,61.0,502.0,14.0,397.0,4699,JSON Web Token implementation in Python.,465849.0,454140.0,139.0,39,True,,2023年07月18日 20:02:21.000,2.8.0,48.0,,123835522.0,conda-forge/pyjwt,pyjwt,https://pypi.org/project/pyjwt,2023年07月18日 20:02:21.000,11709.0,123466190.0,https://anaconda.org/conda-forge/pyjwt,2023年07月18日 23:09:58.000,11818636.0,1.0,,,,,,,,,,,,,,,,,, +53,flask-sqlalchemy,pallets/flask-sqlalchemy,flask-utils,,https://github.com/pallets-eco/flask-sqlalchemy,https://github.com/pallets-eco/flask-sqlalchemy,BSD-3-Clause,2010年06月01日 15:01:50.000,2023年09月11日 22:15:27.000,2023年09月11日 22:15:10,1068.0,77.0,917,116.0,570.0,3.0,627.0,4061,Adds SQLAlchemy support to Flask.,379236.0,352618.0,120.0,39,True,['flask'],2023年09月11日 21:43:39.000,3.1.1,35.0,493.0,5267068.0,conda-forge/flask-sqlalchemy,flask-sqlalchemy,https://pypi.org/project/flask-sqlalchemy,2023年09月11日 21:42:34.000,26618.0,5262976.0,https://anaconda.org/conda-forge/flask-sqlalchemy,2023年06月16日 13:17:53.221,355640.0,1.0,,,,,,,,,,,,,,,pallets-eco/flask-sqlalchemy,,, +54,pyzmq,zeromq/pyzmq,others,,https://github.com/zeromq/pyzmq,https://github.com/zeromq/pyzmq,Revised BSD,2010年07月21日 07:20:37.000,2023年09月05日 06:32:53.000,2023年09月05日 06:32:53,3397.0,33.0,623,102.0,904.0,117.0,879.0,3427,PyZMQ: Python bindings for zeromq.,310980.0,297545.0,193.0,39,False,,2023年08月10日 08:36:36.000,25.1.1,83.0,20726.0,26528535.0,conda-forge/pyzmq,pyzmq,https://pypi.org/project/pyzmq,2023年08月10日 08:36:36.000,13435.0,25999847.0,https://anaconda.org/conda-forge/pyzmq,2023年08月10日 12:16:30.283,20083626.0,1.0,,,,,,,,,,,,,,,,,, +55,django-debug-toolbar,jazzband/django-debug-toolbar,admin-ui,,https://github.com/jazzband/django-debug-toolbar,https://github.com/jazzband/django-debug-toolbar,BSD-3-Clause,2008年08月28日 06:58:04.000,2023年09月19日 11:17:48.000,2023年09月04日 12:59:34,2532.0,15.0,1021,110.0,973.0,74.0,790.0,7626,A configurable set of panels that display various debug information about the current request/response.,89596.0,77218.0,275.0,38,True,,2023年08月11日 01:41:40.000,4.2.0,63.0,212.0,2129366.0,conda-forge/django-debug-toolbar,django-debug-toolbar,https://pypi.org/project/django-debug-toolbar,2023年08月11日 01:41:40.000,12378.0,2124655.0,https://anaconda.org/conda-forge/django-debug-toolbar,2023年08月11日 14:26:20.726,169585.0,1.0,,,,,,,,,,,,,,,,,, +56,django-extensions,django-extensions/django-extensions,django-utils,,https://github.com/django-extensions/django-extensions,https://github.com/django-extensions/django-extensions,MIT,2009年03月21日 16:11:19.000,2023年09月15日 16:53:13.000,2023年06月05日 17:09:24,3620.0,,1134,103.0,964.0,174.0,719.0,6206,This is a repository for collecting global custom management extensions for the Django Framework.,203856.0,191512.0,573.0,38,True,['django'],2023年06月07日 11:23:14.000,3.2.3,125.0,,2894506.0,conda-forge/django-extensions,django-extensions,https://pypi.org/project/django-extensions,2023年06月05日 17:10:00.484,12344.0,2890079.0,https://anaconda.org/conda-forge/django-extensions,2023年06月05日 19:37:51.183,398433.0,1.0,,,,,,,,,,,,,,,,,, +57,flask-admin,flask-admin/flask-admin,admin-ui,,https://github.com/flask-admin/flask-admin,https://github.com/flask-admin/flask-admin,BSD-3-Clause,2012年03月18日 23:21:57.000,2023年09月13日 13:54:21.000,2023年04月24日 16:58:03,3043.0,,1552,162.0,1002.0,483.0,976.0,5469,Simple and extensible administrative interface framework for Flask.,24897.0,22487.0,353.0,38,True,['flask'],2023年06月19日 22:55:48.000,1.6.1,39.0,,1167157.0,conda-forge/flask-admin,flask-admin,https://pypi.org/project/flask-admin,2023年02月20日 12:55:50.822,2410.0,1165406.0,https://anaconda.org/conda-forge/flask-admin,2023年06月16日 13:25:18.421,145354.0,1.0,,,,,,,,,,,,,,,,,, +58,markdown,Python-Markdown/markdown,markdown,,https://github.com/Python-Markdown/markdown,https://github.com/Python-Markdown/markdown,,2010年05月29日 02:59:45.000,2023年09月21日 15:27:49.000,2023年09月05日 14:01:38,1554.0,13.0,843,77.0,536.0,35.0,811.0,3350,A Python implementation of John Grubers Markdown with Extension support.,325604.0,302837.0,169.0,38,False,,2023年07月25日 15:13:43.000,3.4.4,49.0,,31590526.0,conda-forge/markdown,markdown,https://pypi.org/project/markdown,2023年07月25日 15:13:43.000,22767.0,31429291.0,https://anaconda.org/conda-forge/markdown,2023年07月25日 17:56:12.017,5643246.0,1.0,,,,,,,,,,,,,,,,,, +59,rdflib,RDFLib/rdflib,others,,https://github.com/RDFLib/rdflib,https://github.com/RDFLib/rdflib,BSD-3-Clause,2012年02月03日 05:49:13.000,2023年09月20日 12:17:53.000,2023年09月19日 11:26:21,4892.0,103.0,536,91.0,1261.0,233.0,953.0,1950,"RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.",17326.0,15186.0,187.0,38,True,,2023年08月01日 21:17:28.000,7.0.0,37.0,169.0,1847317.0,conda-forge/rdflib,rdflib,https://pypi.org/project/rdflib,2023年08月01日 21:14:52.000,2140.0,1835055.0,https://anaconda.org/conda-forge/rdflib,2023年08月02日 14:39:27.018,429141.0,2.0,,,,,,,,,,,,,,,,,, +60,wtforms,wtforms/wtforms,forms,,https://github.com/wtforms/wtforms,https://github.com/wtforms/wtforms,BSD-3-Clause,2013年09月11日 01:53:07.000,2023年08月22日 10:53:31.000,2023年08月22日 10:53:27,1608.0,23.0,386,49.0,372.0,78.0,378.0,1412,A flexible forms validation and rendering library for Python.,202382.0,187510.0,150.0,38,True,,2021年12月23日 10:10:33.000,3.0.1,25.0,,3788125.0,conda-forge/wtforms,wtforms,https://pypi.org/project/wtforms,2021年12月23日 10:10:04.017,14872.0,3785790.0,https://anaconda.org/conda-forge/wtforms,2023年06月16日 13:20:39.666,177462.0,1.0,,,,,,,,,,,,,,,,,, +61,swagger-ui,swagger-api/swagger-ui,openapi-utils,,https://github.com/swagger-api/swagger-ui,https://github.com/swagger-api/swagger-ui,Apache-2.0,2011年07月15日 22:56:39.000,2023年09月21日 12:12:06.000,2023年09月21日 12:09:02,6019.0,167.0,8741,655.0,3668.0,989.0,4249.0,24461,"Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from..",35436.0,35436.0,562.0,37,True,['openapi'],2023年09月18日 07:44:42.000,5.7.2,100.0,,,,,,,,,,,,1.0,,,,,,,,,,,,,,,,,, +62,impacket,SecureAuthCorp/impacket,others,,https://github.com/fortra/impacket,https://github.com/fortra/impacket,Apache-2.0,2015年04月15日 14:04:07.000,2023年09月21日 15:13:24.000,2023年09月21日 05:07:54,3921.0,42.0,3219,366.0,742.0,166.0,700.0,11747,Impacket is a collection of Python classes for working with network protocols.,4222.0,3997.0,211.0,37,True,,2023年08月03日 17:36:40.000,impacket_0_11_0,16.0,171026.0,121231.0,,impacket,https://pypi.org/project/impacket,2023年08月03日 17:31:48.000,225.0,119521.0,,,,2.0,,,,,,,,,,,,,,,fortra/impacket,,, +63,pwntools,Gallopsled/pwntools,others,,https://github.com/Gallopsled/pwntools,https://github.com/Gallopsled/pwntools,MIT,2013年04月29日 14:43:03.000,2023年09月21日 09:25:40.000,2023年09月15日 22:44:57,4247.0,61.0,1629,291.0,1304.0,113.0,864.0,10601,CTF framework and exploit development library.,1211.0,1144.0,240.0,37,True,,2023年09月15日 22:21:55.000,4.11.0,110.0,,55579.0,,pwntools,https://pypi.org/project/pwntools,2023年09月18日 05:44:33.000,67.0,55579.0,,,,2.0,,,,,,,,,,,,,,,,,, +64,pytube,pytube/pytube,third-party-apis,,https://github.com/pytube/pytube,https://github.com/pytube/pytube,Unlicense,2012年03月18日 19:33:44.000,2023年09月17日 17:51:29.000,2023年05月20日 10:08:41,1461.0,,2042,187.0,618.0,464.0,761.0,9248,"A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.",28312.0,27876.0,112.0,37,True,,2023年05月07日 19:40:40.414,15.0.0,86.0,,276078.0,conda-forge/pytube,pytube,https://pypi.org/project/pytube,2022年12月17日 00:12:00.643,436.0,275521.0,https://anaconda.org/conda-forge/pytube,2023年06月16日 19:27:33.750,12824.0,2.0,,,,,,,,,,,,,,,,,, +65,bottle,bottlepy/bottle,web-frameworks,,https://github.com/bottlepy/bottle,https://github.com/bottlepy/bottle,MIT,2009年06月30日 17:51:30.000,2023年08月06日 09:44:10.000,2022年09月05日 15:24:52,1896.0,,1446,311.0,592.0,314.0,577.0,8069,bottle.py is a fast and simple micro-framework for python web-applications.,32308.0,27107.0,225.0,37,True,,2023年03月04日 15:35:02.955,0.12.25,80.0,,2048964.0,conda-forge/bottle,bottle,https://pypi.org/project/bottle,2023年03月04日 15:35:02.955,5201.0,2044061.0,https://anaconda.org/conda-forge/bottle,2023年06月16日 13:25:17.978,411900.0,2.0,,,,,,,,,,,,,,,,,, +66,flask-restful,flask-restful/flask-restful,web-frameworks,,https://github.com/flask-restful/flask-restful,https://github.com/flask-restful/flask-restful,BSD-3-Clause,2012年10月12日 00:08:51.000,2023年08月26日 01:04:16.000,2023年05月21日 03:47:13,837.0,,1027,181.0,414.0,138.0,456.0,6659,Simple framework for creating REST APIs.,104437.0,97206.0,161.0,37,True,['flask'],2023年05月21日 03:59:07.841,0.3.10,33.0,,1574384.0,conda-forge/flask-restful,flask-restful,https://pypi.org/project/flask-restful,2023年05月21日 03:59:07.841,7231.0,1572355.0,https://anaconda.org/conda-forge/flask-restful,2023年06月16日 13:21:11.595,170443.0,2.0,,,,,,,,,,,,,,,,,, +67,django-oscar,django-oscar/django-oscar,django-utils,,https://github.com/django-oscar/django-oscar,https://github.com/django-oscar/django-oscar,BSD-3-Clause,2010年12月08日 21:30:32.000,2023年09月21日 14:28:23.000,2023年09月21日 14:25:11,8954.0,28.0,2147,268.0,2691.0,105.0,1398.0,5857,Domain-driven e-commerce for Django.,1296.0,1023.0,352.0,37,True,['django'],2023年09月01日 14:33:45.000,3.2.1,144.0,,13950.0,,django-oscar,https://pypi.org/project/django-oscar,2023年09月01日 14:58:54.000,273.0,13950.0,,,,1.0,,,,,,,,,,,,,,,,,, +68,django-cors-headers,adamchainz/django-cors-headers,django-utils,,https://github.com/adamchainz/django-cors-headers,https://github.com/adamchainz/django-cors-headers,MIT,2013年01月19日 08:39:17.000,2023年09月19日 08:23:39.000,2023年09月19日 08:23:38,751.0,20.0,536,81.0,632.0,6.0,256.0,5088,Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).,189288.0,182549.0,66.0,37,True,['django'],2023年07月10日 09:10:35.505,4.2.0,53.0,,4475767.0,conda-forge/django-cors-headers,django-cors-headers,https://pypi.org/project/django-cors-headers,2023年07月10日 09:10:35.505,6739.0,4473632.0,https://anaconda.org/conda-forge/django-cors-headers,2023年07月18日 12:14:20.227,83287.0,1.0,,,,,,,,,,,,,,,,,, +69,websockets,aaugustin/websockets,websocket,,https://github.com/python-websockets/websockets,https://github.com/python-websockets/websockets,BSD-3-Clause,2013年03月30日 08:59:30.000,2023年09月08日 00:52:25.000,2023年07月15日 08:47:27,1321.0,4.0,495,105.0,357.0,25.0,1015.0,4704,Library for building WebSocket servers and clients in Python.,135062.0,130841.0,69.0,37,True,,2023年05月07日 14:25:28.716,11.0.3,38.0,,18368113.0,conda-forge/websockets,websockets,https://pypi.org/project/websockets,2023年05月07日 14:25:28.716,4221.0,18340626.0,https://anaconda.org/conda-forge/websockets,2023年06月16日 13:18:56.905,2226493.0,1.0,,,,,,,,,,,,,,,python-websockets/websockets,,, +70,authlib,lepture/authlib,auth,,https://github.com/lepture/authlib,https://github.com/lepture/authlib,BSD-3-Clause,2017年10月27日 06:52:26.000,2023年09月19日 13:18:44.000,2023年09月19日 13:18:44,1350.0,27.0,377,62.0,174.0,55.0,341.0,3947,"The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.",28581.0,28203.0,100.0,37,True,,2023年06月25日 13:04:04.991,1.2.1,39.0,,6772630.0,conda-forge/authlib,authlib,https://pypi.org/project/authlib,2023年06月25日 13:04:04.991,378.0,6769690.0,https://anaconda.org/conda-forge/authlib,2023年06月26日 08:15:44.096,117622.0,1.0,,,,,,,,,,,,,,,,,, +71,slackclient,slackapi/python-slack-sdk,third-party-apis,,https://github.com/slackapi/python-slack-sdk,https://github.com/slackapi/python-slack-sdk,MIT,2014年11月10日 21:32:02.000,2023年09月20日 20:11:58.000,2023年09月20日 20:11:58,1246.0,11.0,845,168.0,638.0,18.0,736.0,3700,Slack Developer Kit for Python.,2162.0,1.0,160.0,37,True,,2023年09月12日 01:28:29.000,3.22.0,100.0,402.0,4910743.0,conda-forge/slackclient,slackclient,https://pypi.org/project/slackclient,2022年04月22日 00:25:51.000,2161.0,4902608.0,https://anaconda.org/conda-forge/slackclient,2023年06月16日 13:23:23.749,691013.0,2.0,,,,,,,,,,,,,,,,,, +72,Panel,holoviz/panel,web-ui,,https://github.com/holoviz/panel,https://github.com/holoviz/panel,BSD-3-Clause,2018年08月23日 12:14:24.000,2023年09月21日 14:02:35.000,2023年09月20日 10:19:07,3201.0,155.0,362,54.0,2715.0,802.0,1983.0,3122,Panel: The powerful data exploration & web app framework for Python.,8445.0,8270.0,141.0,37,True,,2023年09月18日 09:57:52.000,1.2.3,317.0,,611018.0,,panel,https://pypi.org/project/panel,2023年09月18日 09:57:52.000,175.0,611018.0,,,,1.0,,,,,,,,,,,,,,,,,, +73,django-import-export,django-import-export/django-import-export,django-utils,,https://github.com/django-import-export/django-import-export,https://github.com/django-import-export/django-import-export,BSD-2-Clause,2012年11月15日 13:12:22.000,2023年09月21日 14:39:32.000,2023年09月19日 09:08:09,1373.0,28.0,759,66.0,690.0,61.0,867.0,2750,Django application and library for importing and exporting data with admin integration.,75411.0,74360.0,202.0,37,True,['django'],2023年09月14日 14:15:35.000,3.3.1,62.0,,833732.0,conda-forge/django-import-export,django-import-export,https://pypi.org/project/django-import-export,2023年09月20日 16:33:26.000,1051.0,831577.0,https://anaconda.org/conda-forge/django-import-export,2023年09月14日 17:37:41.981,84067.0,1.0,,,,,,,,,,,,,,,,,, +74,itsdangerous,pallets/itsdangerous,others,,https://github.com/pallets/itsdangerous,https://github.com/pallets/itsdangerous,BSD-3-Clause,2011年06月24日 00:09:55.000,2023年09月06日 16:00:48.000,2023年09月06日 16:00:46,590.0,22.0,219,55.0,248.0,1.0,109.0,2725,Safely pass trusted data to untrusted environments and back.,970256.0,917308.0,42.0,37,True,,2022年03月24日 15:14:38.000,2.1.2,27.0,,49303066.0,conda-forge/itsdangerous,itsdangerous,https://pypi.org/project/itsdangerous,2022年03月24日 15:12:13.000,52948.0,49230202.0,https://anaconda.org/conda-forge/itsdangerous,2023年06月16日 13:24:58.387,6193446.0,2.0,,,,,,,,,,,,,,,,,, +75,django-simple-history,jazzband/django-simple-history,django-utils,,https://github.com/jazzband/django-simple-history,https://github.com/jazzband/django-simple-history,BSD-3-Clause,2011年03月06日 22:42:19.000,2023年09月18日 20:33:47.000,2023年09月15日 18:11:09,1296.0,72.0,448,41.0,726.0,144.0,406.0,1945,Store model history and view/revert changes from admin site.,4902.0,4445.0,177.0,37,True,['django'],2023年09月14日 20:57:32.000,3.4.0,46.0,,1036761.0,,django-simple-history,https://pypi.org/project/django-simple-history,2023年09月14日 20:57:32.000,457.0,1036761.0,,,,1.0,,,,,,,,,,,,,,,,,, +76,requests-oauthlib,requests/requests-oauthlib,auth,,https://github.com/requests/requests-oauthlib,https://github.com/requests/requests-oauthlib,ISC,2012年11月23日 10:19:44.000,2023年08月29日 21:09:31.000,2022年09月03日 07:38:42,598.0,,411,54.0,262.0,109.0,158.0,1661,OAuthlib support for Python-Requests!.,419310.0,407409.0,115.0,37,True,,2022年01月29日 19:00:11.000,1.3.1,19.0,,74250183.0,conda-forge/requests-oauthlib,requests-oauthlib,https://pypi.org/project/requests-oauthlib,2022年01月29日 18:52:22.000,11901.0,74150953.0,https://anaconda.org/conda-forge/requests-oauthlib,2023年06月16日 13:25:40.359,8533789.0,1.0,,,,,,,,,,,,,,,,,, +77,asgiref,django/asgiref,servers,,https://github.com/django/asgiref,https://github.com/django/asgiref,BSD-3-Clause,2015年12月23日 17:07:13.000,2023年09月18日 18:53:31.000,2023年09月18日 18:53:31,429.0,3.0,188,39.0,223.0,38.0,156.0,1304,ASGI specification and utilities.,677095.0,675831.0,88.0,37,True,,2023年05月27日 17:22:06.910,3.7.2,62.0,,16754394.0,conda-forge/asgiref,asgiref,https://pypi.org/project/asgiref,2023年05月27日 17:22:06.910,1264.0,16737491.0,https://anaconda.org/conda-forge/asgiref,2023年06月16日 16:11:41.134,997311.0,2.0,,,,,,,,,,,,,,,,,, +78,django-stubs,typeddjango/django-stubs,django-utils,,https://github.com/typeddjango/django-stubs,https://github.com/typeddjango/django-stubs,MIT,2018年07月29日 17:08:50.000,2023年09月21日 07:02:31.000,2023年09月19日 21:51:56,1356.0,99.0,364,21.0,1108.0,231.0,427.0,1275,PEP-484 stubs for Django.,8877.0,8779.0,226.0,37,True,['django'],2023年09月05日 08:23:19.000,4.2.4,49.0,,1101040.0,conda-forge/django-stubs,django-stubs,https://pypi.org/project/django-stubs,2023年09月05日 08:23:19.000,98.0,1100399.0,https://anaconda.org/conda-forge/django-stubs,2023年09月05日 14:51:17.561,18598.0,1.0,,,,,,,,,,,,,,,,,, +79,hvac,hvac/hvac,third-party-apis,,https://github.com/hvac/hvac,https://github.com/hvac/hvac,Apache-2.0,2015年05月05日 21:56:50.000,2023年09月20日 14:00:08.000,2023年09月20日 14:00:08,1312.0,30.0,366,28.0,610.0,146.0,306.0,1136,Python 3.X client for HashiCorp Vault.,4234.0,3845.0,190.0,37,True,,2023年09月09日 16:12:53.000,1.2.1,69.0,546.0,11598164.0,conda-forge/hvac,hvac,https://pypi.org/project/hvac,2023年09月09日 16:12:53.000,389.0,11590306.0,https://anaconda.org/conda-forge/hvac,2023年06月16日 16:15:07.952,408385.0,2.0,,,,,,,,,,,,,,,,,, +80,google-auth,googleapis/google-auth-library-python,auth,,https://github.com/googleapis/google-auth-library-python,https://github.com/googleapis/google-auth-library-python,Apache-2.0,2016年09月26日 00:38:59.000,2023年09月21日 16:30:17.000,2023年09月21日 16:29:24,757.0,24.0,286,70.0,956.0,86.0,353.0,670,Google Auth Python Library.,295876.0,293006.0,113.0,37,True,,2023年09月11日 18:59:43.000,2.23.0,139.0,,99830707.0,conda-forge/google-auth,google-auth,https://pypi.org/project/google-auth,2023年09月11日 18:59:43.000,2870.0,99618422.0,https://anaconda.org/conda-forge/google-auth,2023年09月16日 11:15:19.609,8279144.0,1.0,,,,,,,,,,,,,,,,,, +81,markupsafe,pallets/markupsafe,html-processing,,https://github.com/pallets/markupsafe,https://github.com/pallets/markupsafe,BSD-3-Clause,2010年06月22日 17:22:58.000,2023年09月15日 19:53:13.000,2023年09月15日 19:53:12,670.0,55.0,147,26.0,287.0,1.0,109.0,546,Safely add untrusted strings to HTML/XML markup.,1423360.0,1348181.0,41.0,37,True,,2023年06月02日 21:45:17.000,2.1.3,29.0,2063.0,134345977.0,conda-forge/markupsafe,markupsafe,https://pypi.org/project/markupsafe,2023年06月02日 21:44:04.873,75179.0,133960433.0,https://anaconda.org/conda-forge/markupsafe,2023年06月03日 05:40:53.859,34307148.0,2.0,,,,,,,,,,,,,,,,,, +82,pelican,getpelican/pelican,markdown,,https://github.com/getpelican/pelican,https://github.com/getpelican/pelican,AGPL-3.0,2010年10月16日 18:57:40.000,2023年09月03日 14:15:48.000,2023年08月27日 14:47:45,3647.0,25.0,1815,340.0,1516.0,94.0,1563.0,11777,Static site generator that supports Markdown and reST syntax. Powered by Python.,9070.0,7266.0,445.0,36,True,,2022年07月11日 17:53:11.019,4.8.0,58.0,860.0,16902.0,conda-forge/pelican,pelican,https://pypi.org/project/pelican,2022年02月09日 13:25:58.000,1804.0,15265.0,https://anaconda.org/conda-forge/pelican,2023年06月16日 13:16:01.780,144868.0,1.0,,,,,,,,,,,,,,,,,, +83,falcon,falconry/falcon,web-frameworks,,https://github.com/falconry/falcon,https://github.com/falconry/falcon,Apache-2.0,2012年12月06日 18:17:51.000,2023年09月09日 20:58:35.000,2023年08月21日 21:45:34,1882.0,7.0,917,264.0,1146.0,153.0,835.0,9265,"The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability,..",10183.0,8474.0,201.0,36,True,,2022年11月18日 19:45:40.537,3.1.1,75.0,5025.0,599105.0,conda-forge/falcon,falcon,https://pypi.org/project/falcon,2022年11月18日 19:45:40.537,1709.0,594901.0,https://anaconda.org/conda-forge/falcon,2023年06月16日 13:21:50.744,340381.0,2.0,,,,,,,,,,,,,,,,,, +84,graphene,graphql-python/graphene,graphql,,https://github.com/graphql-python/graphene,https://github.com/graphql-python/graphene,MIT,2015年09月24日 09:18:18.000,2023年09月04日 23:32:33.000,2023年08月30日 21:41:17,1754.0,7.0,841,142.0,537.0,122.0,874.0,7781,GraphQL framework for Python.,19612.0,18761.0,206.0,36,True,['graphql'],2023年07月26日 06:47:55.000,3.3.0,98.0,,1747411.0,conda-forge/graphene,graphene,https://pypi.org/project/graphene,2023年07月26日 06:48:37.000,851.0,1737925.0,https://anaconda.org/conda-forge/graphene,2023年07月26日 14:03:33.843,246649.0,1.0,,,,,,,,,,,,,,,,,, +85,django-filter,carltongibson/django-filter,django-utils,,https://github.com/carltongibson/django-filter,https://github.com/carltongibson/django-filter,BSD-3-Clause,2009年01月30日 00:35:57.000,2023年09月17日 10:40:04.828,2023年09月17日 08:35:34,1293.0,9.0,742,72.0,721.0,74.0,750.0,4138,A generic system for filtering Django QuerySets based on user selections.,148511.0,139679.0,200.0,36,True,['django'],2023年04月23日 17:35:23.000,23.1,40.0,,3248162.0,conda-forge/django-filter,django-filter,https://pypi.org/project/django-filter,2023年09月17日 08:35:46.000,8832.0,3245088.0,https://anaconda.org/conda-forge/django-filter,2023年09月17日 10:40:04.828,119918.0,1.0,,,,,,,,,,,,,,,,,, +86,responses,getsentry/responses,testing,,https://github.com/getsentry/responses,https://github.com/getsentry/responses,Apache-2.0,2013年11月15日 23:28:18.000,2023年08月24日 21:17:00.000,2023年08月24日 20:14:23,727.0,18.0,333,95.0,387.0,6.0,274.0,3942,A utility for mocking out the Python Requests library.,33398.0,30301.0,121.0,36,True,,2023年08月01日 14:19:31.000,0.23.3,52.0,173.0,12199639.0,conda-forge/responses,responses,https://pypi.org/project/responses,2023年08月01日 14:19:26.000,3097.0,12151045.0,https://anaconda.org/conda-forge/responses,2023年07月27日 14:43:01.872,1895143.0,1.0,,,,,,,,,,,,,,,,,, +87,pyramid,Pylons/pyramid,web-frameworks,,https://github.com/Pylons/pyramid,https://github.com/Pylons/pyramid,,2010年10月24日 22:00:35.000,2023年09月14日 21:55:43.000,2023年09月14日 21:55:43,11826.0,19.0,901,161.0,2685.0,71.0,976.0,3836,Pyramid - A Python web framework.,16245.0,13376.0,348.0,36,False,,2023年08月25日 06:33:20.000,2.0.2,151.0,,2413762.0,pyramid,pyramid,https://pypi.org/project/pyramid,2023年08月25日 06:33:20.000,2865.0,2413699.0,https://anaconda.org/anaconda/pyramid,2023年06月16日 13:05:11.275,5997.0,2.0,,,,,,,,,,,,,,,,4.0,, +88,python-slack-sdk,slackapi/python-slack-sdk,third-party-apis,,https://github.com/slackapi/python-slack-sdk,https://github.com/slackapi/python-slack-sdk,MIT,2014年11月10日 21:32:02.000,2023年09月20日 20:11:58.000,2023年09月20日 20:11:58,1246.0,11.0,845,168.0,638.0,18.0,736.0,3700,Slack Developer Kit for Python.,197.0,1.0,160.0,36,True,,2023年09月12日 01:28:29.000,3.22.0,100.0,402.0,11140769.0,conda-forge/slack-sdk,slack-sdk,https://pypi.org/project/slack-sdk,2023年09月12日 01:19:38.000,196.0,11137021.0,https://anaconda.org/conda-forge/slack-sdk,2023年09月12日 06:51:30.326,116010.0,2.0,,,,,,,,,,,,,,,,,, +89,Strawberry GraphQL,strawberry-graphql/strawberry,graphql,,https://github.com/strawberry-graphql/strawberry,https://github.com/strawberry-graphql/strawberry,MIT,2018年12月21日 08:56:55.000,2023年09月21日 15:43:20.000,2023年09月21日 03:51:22,2952.0,154.0,439,43.0,2207.0,389.0,496.0,3440,A GraphQL library for Python that leverages type annotations.,2267.0,2221.0,222.0,36,True,['graphql'],2023年09月21日 03:51:57.000,0.209.1,758.0,369.0,653411.0,,strawberry-graphql,https://pypi.org/project/strawberry-graphql,2023年09月21日 03:52:49.000,46.0,653338.0,,,,1.0,,,,,,,,,,,,,,,,,, +90,praw,praw-dev/praw,third-party-apis,,https://github.com/praw-dev/praw,https://github.com/praw-dev/praw,BSD-2-Clause,2010年08月19日 04:00:07.000,2023年09月18日 15:09:29.000,2023年09月11日 17:52:20,4098.0,21.0,457,74.0,1243.0,7.0,722.0,3171,"PRAW, an acronym for Python Reddit API Wrapper, is a python package that allows for simple access to Reddits API.",20023.0,18243.0,223.0,36,True,,2023年07月11日 20:51:56.555,7.7.1,127.0,,369142.0,conda-forge/praw,praw,https://pypi.org/project/praw,2023年07月11日 20:51:56.555,1780.0,368515.0,https://anaconda.org/conda-forge/praw,2023年06月16日 16:08:14.313,42675.0,2.0,,,,,,,,,,,,,,,,,, +91,django-environ,joke2k/django-environ,django-utils,,https://github.com/joke2k/django-environ,https://github.com/joke2k/django-environ,MIT,2013年04月02日 13:50:07.000,2023年09月19日 18:41:15.000,2023年09月01日 19:02:16,636.0,24.0,315,36.0,268.0,64.0,175.0,2820,Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.,189612.0,186056.0,93.0,36,True,['django'],2023年09月01日 21:08:14.000,0.11.2,21.0,37.0,1635166.0,conda-forge/django-environ,django-environ,https://pypi.org/project/django-environ,2023年09月01日 21:02:59.000,3556.0,1613529.0,https://anaconda.org/conda-forge/django-environ,2023年09月02日 01:20:03.974,64911.0,1.0,,,,,,,,,,,,,,,,,, +92,bleach,mozilla/bleach,html-processing,,https://github.com/mozilla/bleach,https://github.com/mozilla/bleach,Apache-2.0,2010年02月19日 01:12:41.000,2023年09月18日 17:41:12.000,2023年09月18日 17:41:12,899.0,7.0,253,45.0,335.0,32.0,339.0,2549,Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.,284398.0,271768.0,78.0,36,True,,2023年07月20日 16:16:34.168,0.1.2,57.0,,15699674.0,conda-forge/bleach,bleach,https://pypi.org/project/bleach,2023年01月23日 16:40:54.346,12630.0,15514687.0,https://anaconda.org/conda-forge/bleach,2023年06月16日 13:24:47.323,14799002.0,2.0,,,,,,,,,,,,,,,,,, +93,django-storages,jschneier/django-storages,django-utils,,https://github.com/jschneier/django-storages,https://github.com/jschneier/django-storages,BSD-3-Clause,2014年12月09日 00:37:09.000,2023年09月19日 13:57:55.000,2023年09月17日 03:21:59,1074.0,28.0,831,41.0,661.0,163.0,525.0,2495,Django-storages is a project to provide a variety of storage backends in a single library.,156743.0,151798.0,252.0,36,True,['django'],2022年12月23日 04:56:01.717,1.13.2,40.0,,2450355.0,conda-forge/django-storages,django-storages,https://pypi.org/project/django-storages,2023年09月04日 22:59:31.000,4945.0,2448305.0,https://anaconda.org/conda-forge/django-storages,2023年09月05日 01:30:33.332,53315.0,1.0,,,,,,,,,,,,,,,,,, +94,jira,pycontribs/jira,third-party-apis,,https://github.com/pycontribs/jira,https://github.com/pycontribs/jira,BSD-2-Clause,2014年06月28日 14:06:53.000,2023年09月19日 05:58:09.000,2023年09月07日 16:48:14,1586.0,24.0,828,80.0,991.0,155.0,551.0,1807,Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org.,1104.0,7.0,248.0,36,True,,2023年06月29日 11:33:03.501,3.5.2,67.0,776.0,5226814.0,conda-forge/jira,jira,https://pypi.org/project/jira,2023年06月29日 11:33:03.501,1097.0,5221704.0,https://anaconda.org/conda-forge/jira,2023年06月29日 17:00:06.361,117344.0,2.0,,,,,,,,,,,,,,,,,, +95,twilio,twilio/twilio-python,third-party-apis,,https://github.com/twilio/twilio-python,https://github.com/twilio/twilio-python,MIT,2009年09月15日 05:33:57.000,2023年09月21日 09:42:14.293,2023年09月21日 08:33:03,1671.0,16.0,717,122.0,434.0,13.0,277.0,1707,A Python module for communicating with the Twilio API and generating TwiML.,38537.0,34983.0,136.0,36,True,,2023年09月21日 08:45:03.000,8.9.0,298.0,,3091075.0,conda-forge/twilio,twilio,https://pypi.org/project/twilio,2023年09月21日 08:45:03.000,3554.0,3086838.0,https://anaconda.org/conda-forge/twilio,2023年09月21日 09:42:14.293,169513.0,2.0,,,,,,,,,,,,,,,,,, +96,tldextract,john-kurkowski/tldextract,url-utils,,https://github.com/john-kurkowski/tldextract,https://github.com/john-kurkowski/tldextract,BSD-3-Clause,2011年02月26日 06:48:00.000,2023年09月21日 00:45:07.000,2023年09月19日 20:03:56,476.0,15.0,212,46.0,113.0,16.0,175.0,1705,"Accurately separates a URLs subdomain, domain, and public suffix, using the Public Suffix List (PSL).",22834.0,21669.0,47.0,36,True,,2023年09月19日 19:18:44.000,3.6.0,55.0,,6906994.0,conda-forge/tldextract,tldextract,https://pypi.org/project/tldextract,2023年09月19日 19:13:04.000,1165.0,6892005.0,https://anaconda.org/conda-forge/tldextract,2023年09月19日 22:13:39.287,419717.0,1.0,,,,,,,,,,,,,,,,,, +97,feedparser,kurtmckee/feedparser,web-scraping,,https://github.com/kurtmckee/feedparser,https://github.com/kurtmckee/feedparser,BSD-2-Clause,2010年11月26日 02:53:24.000,2023年09月19日 11:46:49.000,2023年09月19日 11:46:48,1306.0,24.0,318,47.0,155.0,72.0,164.0,1681,Parse feeds in Python.,79502.0,72013.0,55.0,36,True,,2022年05月21日 13:54:10.000,6.0.10,23.0,,2206548.0,conda-forge/feedparser,feedparser,https://pypi.org/project/feedparser,2022年05月21日 13:54:10.000,7489.0,2192759.0,https://anaconda.org/conda-forge/feedparser,2023年06月16日 19:19:23.894,551563.0,1.0,,,,,,,,,,,,,,,,,, +98,stripe,stripe/stripe-python,third-party-apis,,https://github.com/stripe/stripe-python,https://github.com/stripe/stripe-python,MIT,2011年06月25日 19:53:04.000,2023年09月21日 06:12:52.000,2023年09月15日 00:56:50,1481.0,37.0,392,39.0,694.0,14.0,329.0,1431,Python library for the Stripe API.,37588.0,35577.0,129.0,36,True,,2023年09月15日 01:01:12.000,6.5.0,325.0,,2355351.0,anaconda/stripe,stripe,https://pypi.org/project/stripe,2023年09月15日 01:18:54.000,2011.0,2355021.0,https://anaconda.org/anaconda/stripe,2023年06月16日 13:06:07.020,31082.0,2.0,,,,,,,,,,,,,,,,,, +99,flask-wtf,wtforms/flask-wtf,forms,,https://github.com/wtforms/flask-wtf,https://github.com/wtforms/flask-wtf,BSD-3-Clause,2012年02月29日 16:38:52.000,2023年08月16日 00:06:25.000,2023年08月01日 07:49:59,795.0,16.0,309,31.0,256.0,42.0,293.0,1392,"Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration.",203275.0,186883.0,99.0,36,True,['flask'],2023年01月17日 19:28:30.000,1.1.1,47.0,,4409627.0,conda-forge/flask-wtf,flask-wtf,https://pypi.org/project/flask-wtf,2023年01月17日 19:28:02.711,16392.0,4407469.0,https://anaconda.org/conda-forge/flask-wtf,2023年06月16日 13:18:03.568,185621.0,2.0,,,,,,,,,,,,,,,,,, +100,opentelemetry-python,open-telemetry/opentelemetry-python,monitoring,,https://github.com/open-telemetry/opentelemetry-python,https://github.com/open-telemetry/opentelemetry-python,Apache-2.0,2019年05月07日 21:13:30.000,2023年09月20日 14:11:20.000,2023年09月19日 18:04:32,1482.0,42.0,491,37.0,1834.0,222.0,1227.0,1370,OpenTelemetry Python API and SDK.,7488.0,7484.0,202.0,36,True,,2023年09月04日 19:01:49.000,1.20.0,51.0,,73934.0,conda-forge/opentelemetry-api,timing-asgi,https://pypi.org/project/timing-asgi,2023年07月18日 10:20:43.208,4.0,65062.0,https://anaconda.org/conda-forge/opentelemetry-api,2023年09月05日 01:23:00.472,319399.0,1.0,,,,,,,,,,,,,,,,,, +101,webargs,marshmallow-code/webargs,others,,https://github.com/marshmallow-code/webargs,https://github.com/marshmallow-code/webargs,MIT,2014年02月17日 02:16:12.000,2023年09月19日 07:16:03.000,2023年09月19日 07:16:02,1601.0,62.0,157,23.0,597.0,7.0,281.0,1343,"A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including..",7488.0,7010.0,77.0,36,True,,2023年07月10日 14:49:02.947,8.3.0,101.0,,931988.0,conda-forge/webargs,webargs,https://pypi.org/project/webargs,2023年07月10日 14:49:02.947,478.0,926166.0,https://anaconda.org/conda-forge/webargs,2023年07月10日 15:27:32.961,209618.0,2.0,,,,,,,,,,,,,,,,,, +102,pyopenssl,pyca/pyopenssl,others,,https://github.com/pyca/pyopenssl,https://github.com/pyca/pyopenssl,Apache-2.0,2014年01月09日 20:10:36.000,2023年09月21日 12:20:27.000,2023年09月20日 03:34:24,2210.0,10.0,418,55.0,736.0,99.0,426.0,830,A Python wrapper around the OpenSSL library.,15538.0,,110.0,36,True,,2023年05月31日 03:22:14.751,23.2.0,33.0,,80311313.0,conda-forge/pyopenssl,pyopenssl,https://pypi.org/project/pyopenssl,2023年05月31日 03:22:14.751,15538.0,79887182.0,https://anaconda.org/conda-forge/pyopenssl,2023年06月16日 13:23:45.002,35202932.0,2.0,,,,,,,,,,,,,,,,,, +103,certifi,certifi/python-certifi,others,,https://github.com/certifi/python-certifi,https://github.com/certifi/python-certifi,MPL-2.0,2011年12月28日 05:15:19.000,2023年09月11日 23:58:40.000,2023年09月11日 23:58:33,209.0,14.0,231,40.0,103.0,5.0,136.0,700,(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL..,44894.0,5.0,35.0,36,True,,2023年07月22日 08:39:25.000,2023年7月22日,57.0,,296236406.0,conda-forge/certifi,certifi,https://pypi.org/project/certifi,2023年07月22日 08:39:25.000,44889.0,293662508.0,https://anaconda.org/conda-forge/certifi,2023年07月22日 11:17:50.578,100382033.0,2.0,,,,,,,,,,,,,,,,,, +104,httpie,httpie/httpie,http-clients,,https://github.com/httpie/cli,https://github.com/httpie/cli,BSD-3-Clause,2012年02月25日 12:39:13.000,2023年08月31日 23:48:09.000,2023年08月06日 12:35:57,1773.0,3.0,3800,84.0,592.0,145.0,683.0,29235,"HTTPie CLI modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads,..",1716.0,13.0,164.0,35,True,,2023年05月19日 21:43:34.000,3.2.2,56.0,5125.0,231259.0,conda-forge/httpie,httpie,https://pypi.org/project/httpie,2020年03月21日 13:07:18.000,1703.0,229605.0,https://anaconda.org/conda-forge/httpie,2023年06月16日 16:08:14.893,106315.0,2.0,,,,,,,,,,,,,,,httpie/cli,,, +105,Zappa,Miserlou/Zappa,serverless,,https://github.com/Miserlou/Zappa,https://github.com/Miserlou/Zappa,MIT,2016年01月20日 21:57:04.000,2023年09月15日 07:26:31.000,2021年02月20日 16:10:31,2916.0,,1271,254.0,945.0,702.0,671.0,11905,Serverless Python.,413.0,13.0,260.0,35,False,,2023年09月15日 07:26:31.000,0.58.0,133.0,320.0,123038.0,,zappa,https://pypi.org/project/zappa,2023年09月15日 07:26:31.000,400.0,123033.0,,,,1.0,,,,,,,,,,,,,,,,,, +106,chalice,aws/chalice,serverless,,https://github.com/aws/chalice,https://github.com/aws/chalice,Apache-2.0,2016年05月27日 23:27:13.000,2023年09月06日 15:58:09.000,2023年06月08日 21:04:06,2404.0,,1025,246.0,855.0,451.0,815.0,9987,Python Serverless Microframework for AWS.,2802.0,2642.0,197.0,35,True,,2023年06月05日 16:58:01.834,1.29.0,88.0,,311781.0,conda-forge/chalice,chalice,https://pypi.org/project/chalice,2023年06月05日 16:58:01.834,160.0,307887.0,https://anaconda.org/conda-forge/chalice,2023年06月05日 19:49:52.398,190837.0,1.0,,,,,,,,,,,,,,,,,, +107,django-crispy-forms,django-crispy-forms/django-crispy-forms,forms,,https://github.com/django-crispy-forms/django-crispy-forms,https://github.com/django-crispy-forms/django-crispy-forms,MIT,2011年11月01日 11:48:03.000,2023年08月14日 07:00:58.000,2023年08月14日 07:00:58,1766.0,4.0,733,116.0,685.0,66.0,624.0,4779,The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div..,135001.0,126957.0,225.0,35,True,['django'],2023年02月13日 19:12:03.000,2.0,40.0,,767086.0,conda-forge/django-crispy-forms,django-crispy-forms,https://pypi.org/project/django-crispy-forms,2023年02月13日 19:16:14.573,8044.0,765925.0,https://anaconda.org/conda-forge/django-crispy-forms,2023年06月16日 13:22:16.156,84786.0,3.0,,,,,,,,,,,,,,,,,, +108,SeleniumBase,seleniumbase/SeleniumBase,testing,,https://github.com/seleniumbase/SeleniumBase,https://github.com/seleniumbase/SeleniumBase,MIT,2014年03月04日 23:07:33.000,2023年09月20日 22:26:01.000,2023年09月20日 22:20:58,8160.0,334.0,836,125.0,1016.0,3.0,861.0,3562,Pythons best framework for browser automation and testing.,848.0,839.0,37.0,35,True,,2023年09月20日 22:26:01.000,4.18.8,861.0,,392286.0,,seleniumbase,https://pypi.org/project/seleniumbase,2023年09月20日 22:26:01.000,9.0,392286.0,,,,2.0,,,,,,,,,,,,,,,,,, +109,django-haystack,django-haystack/django-haystack,django-utils,,https://github.com/django-haystack/django-haystack,https://github.com/django-haystack/django-haystack,BSD-3-Clause,2009年01月29日 20:23:57.000,2023年09月19日 12:51:18.000,2023年09月19日 12:51:14,1847.0,14.0,1314,112.0,711.0,572.0,746.0,3477,Modular search for Django.,12029.0,9221.0,210.0,35,True,['django'],2022年05月03日 18:14:18.000,3.2.1,45.0,,123623.0,conda-forge/django-haystack,django-haystack,https://pypi.org/project/django-haystack,2022年05月03日 18:14:18.000,2808.0,123536.0,https://anaconda.org/conda-forge/django-haystack,2023年06月16日 16:08:42.206,5577.0,2.0,,,,,,,,,,,,,,,,,, +110,flask-login,maxcountryman/flask-login,auth,,https://github.com/maxcountryman/flask-login,https://github.com/maxcountryman/flask-login,MIT,2012年03月11日 14:42:33.000,2023年09月01日 21:21:27.000,2023年09月01日 21:21:26,478.0,8.0,775,73.0,370.0,23.0,361.0,3373,Flask user session management.,160481.0,147421.0,116.0,35,True,['flask'],2022年07月26日 01:14:19.000,0.6.2,24.0,,3913174.0,conda-forge/flask-login,flask-login,https://pypi.org/project/flask-login,2022年07月25日 15:17:06.350,13060.0,3910953.0,https://anaconda.org/conda-forge/flask-login,2023年06月16日 13:22:54.556,191021.0,2.0,,,,,,,,,,,,,,,,,, +111,django-oauth-toolkit,jazzband/django-oauth-toolkit,auth,,https://github.com/jazzband/django-oauth-toolkit,https://github.com/jazzband/django-oauth-toolkit,BSD-3-Clause,2013年05月20日 15:46:18.000,2023年09月18日 11:34:06.000,2023年09月18日 11:34:06,1268.0,13.0,751,68.0,540.0,182.0,607.0,2900,OAuth2 goodies for the Djangonauts!.,1052.0,,236.0,35,True,['django'],2023年05月31日 21:05:41.654,2.3.0,44.0,,523353.0,,django-oauth-toolkit,https://pypi.org/project/django-oauth-toolkit,2023年05月31日 21:05:41.654,1052.0,523353.0,,,,2.0,,,,,,,,,,,,,,,,,, +112,python-markdown2,trentm/python-markdown2,markdown,,https://github.com/trentm/python-markdown2,https://github.com/trentm/python-markdown2,MIT,2011年01月31日 00:30:02.000,2023年09月19日 00:51:21.000,2023年09月19日 00:51:21,1036.0,28.0,439,61.0,232.0,89.0,213.0,2506,markdown2: A fast and complete implementation of Markdown in Python.,21713.0,19297.0,72.0,35,True,,2023年07月25日 03:27:17.000,2.4.10,51.0,,2932557.0,,markdown2,https://pypi.org/project/markdown2,2023年07月25日 03:27:17.000,2416.0,2932557.0,,,,2.0,,,,,,,,,,,,,,,,,, +113,vcrpy,kevin1024/vcrpy,testing,,https://github.com/kevin1024/vcrpy,https://github.com/kevin1024/vcrpy,MIT,2012年05月29日 04:52:00.000,2023年09月13日 18:40:12.000,2023年08月09日 13:09:12,1174.0,41.0,346,38.0,403.0,125.0,279.0,2482,Automatically mock your HTTP interactions to simplify and speed up testing.,8947.0,7927.0,136.0,35,True,,2023年07月31日 03:19:30.000,5.1.0,70.0,,1392525.0,conda-forge/vcrpy,vcrpy,https://pypi.org/project/vcrpy,2023年07月31日 03:19:30.000,1020.0,1384190.0,https://anaconda.org/conda-forge/vcrpy,2023年07月31日 18:22:06.572,316749.0,2.0,,,,,,,,,,,,,,,,,, +114,mistune,lepture/mistune,markdown,,https://github.com/lepture/mistune,https://github.com/lepture/mistune,BSD-3-Clause,2014年02月18日 10:13:04.000,2023年08月18日 07:35:18.000,2023年08月18日 07:34:40,649.0,2.0,237,46.0,91.0,17.0,247.0,2325,A fast yet powerful Python Markdown parser with renderers and plugins.,249705.0,240336.0,40.0,35,True,,2023年06月09日 23:58:09.907,3.0.1,42.0,,18148752.0,conda-forge/mistune,mistune,https://pypi.org/project/mistune,2023年06月09日 23:58:09.907,9369.0,17720703.0,https://anaconda.org/conda-forge/mistune,2023年08月15日 16:28:11.153,14981735.0,2.0,,,,,,,,,,,,,,,,,, +115,drf-spectacular,tfranzel/drf-spectacular,openapi-utils,,https://github.com/tfranzel/drf-spectacular,https://github.com/tfranzel/drf-spectacular,BSD-3-Clause,2020年03月01日 22:36:54.000,2023年09月21日 11:31:53.000,2023年09月16日 06:51:54,1134.0,22.0,216,13.0,285.0,59.0,735.0,1832,Sane and flexible OpenAPI 3 schema generation for Django REST framework.,67430.0,67377.0,103.0,35,True,['openapi'],2023年07月23日 21:23:35.000,0.26.4,60.0,,1264623.0,conda-forge/drf-spectacular,drf-spectacular,https://pypi.org/project/drf-spectacular,2023年07月23日 21:21:48.000,53.0,1263647.0,https://anaconda.org/conda-forge/drf-spectacular,2023年07月24日 00:41:43.845,23436.0,1.0,,,,,,,,,,,,,,,,,, +116,python-zeep,mvantellingen/python-zeep,http-clients,,https://github.com/mvantellingen/python-zeep,https://github.com/mvantellingen/python-zeep,MIT,2016年02月14日 10:31:07.000,2023年09月15日 15:40:17.000,2023年03月17日 12:05:15,1472.0,,565,69.0,359.0,425.0,671.0,1817,A Python SOAP client.,7874.0,7228.0,140.0,35,True,,2023年07月20日 15:31:54.183,0.0.1,65.0,,8279765.0,conda-forge/zeep,zeep,https://pypi.org/project/zeep,2022年11月20日 20:39:08.463,646.0,8277256.0,https://anaconda.org/conda-forge/zeep,2023年06月16日 13:24:15.406,195743.0,2.0,,,,,,,,,,,,,,,,,, +117,CherryPy,cherrypy/cherrypy,web-frameworks,,https://github.com/cherrypy/cherrypy,https://github.com/cherrypy/cherrypy,BSD-3-Clause,2015年11月02日 23:24:05.416,2023年08月14日 20:58:54.000,2023年08月04日 13:52:17,4470.0,1.0,352,55.0,233.0,248.0,1515.0,1713,"CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev.",22032.0,11686.0,141.0,35,True,,2023年07月20日 15:14:02.924,3.1.1,119.0,,705126.0,anaconda/cherrypy,cherrypy,https://pypi.org/project/cherrypy,2022年07月17日 20:42:13.606,10346.0,704910.0,https://anaconda.org/anaconda/cherrypy,2023年06月16日 13:06:07.509,20374.0,3.0,,,,,,,,,,,,,,,,,, +118,flask-jwt-extended,vimalloc/flask-jwt-extended,auth,,https://github.com/vimalloc/flask-jwt-extended,https://github.com/vimalloc/flask-jwt-extended,MIT,2016年09月13日 20:57:28.000,2023年08月31日 22:03:25.000,2023年08月25日 14:49:03,657.0,5.0,230,28.0,160.0,9.0,354.0,1446,An open source Flask extension that provides JWT support (with batteries included)!.,31678.0,31007.0,93.0,35,True,['flask'],2023年05月26日 19:18:02.544,4.5.2,89.0,,3794425.0,conda-forge/flask-jwt-extended,flask-jwt-extended,https://pypi.org/project/flask-jwt-extended,2023年05月26日 19:18:02.544,671.0,3791842.0,https://anaconda.org/conda-forge/flask-jwt-extended,2023年06月16日 13:24:44.212,183444.0,2.0,,,,,,,,,,,,,,,,,, +119,SeleniumLibrary,robotframework/SeleniumLibrary,testing,,https://github.com/robotframework/SeleniumLibrary,https://github.com/robotframework/SeleniumLibrary,Apache-2.0,2011年10月22日 08:01:34.000,2023年09月09日 22:13:22.315,2023年09月09日 21:11:51,2240.0,36.0,727,146.0,828.0,82.0,954.0,1270,Web testing library for Robot Framework.,4130.0,3993.0,115.0,35,True,,2023年09月09日 21:21:58.000,6.1.2,58.0,3566.0,770665.0,conda-forge/robotframework-seleniumlibrary,robotframework-seleniumlibrary,https://pypi.org/project/robotframework-seleniumlibrary,2023年09月09日 21:21:58.000,137.0,768636.0,https://anaconda.org/conda-forge/robotframework-seleniumlibrary,2023年09月09日 22:13:22.315,75734.0,2.0,,,,,,,,,,,,,,,,,, +120,httpbin,postmanlabs/httpbin,others,,https://github.com/postmanlabs/httpbin,https://github.com/postmanlabs/httpbin,ISC,2011年05月20日 21:14:01.000,2023年08月29日 04:59:39.000,2018年11月07日 20:31:50,841.0,,1770,240.0,328.0,181.0,243.0,11966,"HTTP Request & Response Service, written in Python + Flask.",1776.0,1221.0,108.0,34,False,['flask'],2023年08月28日 22:56:36.000,0.10.1,15.0,,63447.0,,httpbin,https://pypi.org/project/httpbin,2023年08月28日 22:56:36.000,555.0,63447.0,,,,2.0,,,,,,,,,,,,,,,,,, +121,channels,django/channels,django-utils,,https://github.com/django/channels,https://github.com/django/channels,BSD-3-Clause,2015年06月03日 17:16:20.000,2023年09月05日 06:00:30.000,2023年09月05日 06:00:29,1300.0,1.0,784,161.0,686.0,107.0,1146.0,5724,Developer-friendly asynchrony for Django.,1348.0,13.0,255.0,34,True,['django'],2023年02月03日 17:50:28.135,3.0.5,66.0,,731153.0,conda-forge/channels,channels,https://pypi.org/project/channels,2023年02月03日 17:50:28.135,1335.0,727161.0,https://anaconda.org/conda-forge/channels,2023年06月16日 19:18:51.880,163692.0,2.0,,,,,,,,,,,,,,,,,, +122,spotipy,plamere/spotipy,third-party-apis,,https://github.com/spotipy-dev/spotipy,https://github.com/spotipy-dev/spotipy,MIT,2014年04月05日 13:11:25.000,2023年08月17日 06:05:10.000,2023年05月02日 21:26:40,632.0,,914,79.0,412.0,108.0,507.0,4568,A light weight Python library for the Spotify Web API.,23209.0,22582.0,177.0,34,True,,2023年04月07日 17:46:10.000,2.23.0,48.0,,217929.0,conda-forge/spotipy,spotipy,https://pypi.org/project/spotipy,2022年06月18日 22:10:01.000,627.0,217553.0,https://anaconda.org/conda-forge/spotipy,2023年06月16日 19:25:00.895,11665.0,2.0,,,,,,,,,,,,,,,spotipy-dev/spotipy,,, +123,graphene-django,graphql-python/graphene-django,graphql,,https://github.com/graphql-python/graphene-django,https://github.com/graphql-python/graphene-django,MIT,2016年09月17日 23:26:25.000,2023年09月18日 15:23:54.000,2023年09月18日 15:23:53,948.0,22.0,744,72.0,604.0,136.0,667.0,4138,"Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.",14101.0,13598.0,217.0,34,True,"['django', 'graphql']",2023年08月09日 22:13:20.000,3.1.5,63.0,,434622.0,conda-forge/graphene-django,graphene-django,https://pypi.org/project/graphene-django,2023年08月09日 22:13:20.000,503.0,433851.0,https://anaconda.org/conda-forge/graphene-django,2023年08月10日 00:37:37.441,30073.0,2.0,,,,,,,,,,,,,,,,,, +124,django-tastypie,django-tastypie/django-tastypie,web-frameworks,,https://github.com/django-tastypie/django-tastypie,https://github.com/django-tastypie/django-tastypie,BSD-3-Clause,2010年03月29日 06:01:45.000,2023年09月06日 01:36:54.000,2023年09月02日 17:38:02,1292.0,2.0,1329,127.0,835.0,407.0,523.0,3866,Creating delicious APIs for Django apps since 2010.,7958.0,5425.0,201.0,34,True,['django'],2023年09月02日 17:41:30.000,0.14.6,27.0,,63510.0,,django-tastypie,https://pypi.org/project/django-tastypie,2023年09月02日 17:41:30.000,2533.0,63510.0,,,,3.0,,,,,,,,,,,,,,,,,, +125,weblate,WeblateOrg/weblate,others,,https://github.com/WeblateOrg/weblate,https://github.com/WeblateOrg/weblate,GPL-3.0,2012年02月27日 09:33:29.000,2023年09月21日 14:58:42.000,2023年09月21日 14:58:18,60287.0,1644.0,890,88.0,4533.0,431.0,4471.0,3786,Web based localization tool with tight version control integration.,41.0,30.0,1578.0,34,True,,2023年09月15日 09:49:00.000,weblate-5.0.2,112.0,4087.0,3634.0,,weblate,https://pypi.org/project/weblate,2023年09月15日 09:47:14.000,11.0,3553.0,,,,2.0,,,,,,,,,,,,,,,,,, +126,Prometheus Client,prometheus/client_python,monitoring,,https://github.com/prometheus/client_python,https://github.com/prometheus/client_python,Apache-2.0,2015年02月10日 22:47:25.000,2023年09月21日 00:00:00.000,2023年09月18日 21:56:01,534.0,13.0,742,68.0,404.0,92.0,407.0,3550,Python client for the Prometheus monitoring system.,748.0,,134.0,34,True,,2023年07月10日 21:21:10.669,0.17.1,47.0,,24953822.0,conda-forge/prometheus_client,prometheus-client,https://pypi.org/project/prometheus-client,2023年07月10日 21:21:10.669,748.0,24616699.0,https://anaconda.org/conda-forge/prometheus_client,2023年07月10日 23:43:43.209,13484953.0,2.0,,,,,,,,,,,,,,,,,, +127,django-grappelli,sehmaschine/django-grappelli,admin-ui,,https://github.com/sehmaschine/django-grappelli,https://github.com/sehmaschine/django-grappelli,BSD-3-Clause,2010年03月26日 12:25:59.000,2023年09月21日 12:55:00.000,2023年09月21日 12:49:46,1912.0,24.0,654,94.0,326.0,8.0,700.0,3489,A jazzy skin for the Django Admin-Interface (official repository).,7537.0,5831.0,84.0,34,True,['django'],2023年09月21日 12:51:24.000,3.0.8,79.0,,173653.0,conda-forge/django-grappelli,django-grappelli,https://pypi.org/project/django-grappelli,2023年09月21日 12:51:24.000,1706.0,169928.0,https://anaconda.org/conda-forge/django-grappelli,2023年08月15日 20:29:51.859,126677.0,2.0,,,,,,,,,,,,,,,,,, +128,drf-yasg,axnsan12/drf-yasg,openapi-utils,,https://github.com/axnsan12/drf-yasg,https://github.com/axnsan12/drf-yasg,BSD-3-Clause,2017年11月29日 10:30:22.000,2023年09月08日 06:10:52.000,2023年07月20日 14:29:45,530.0,1.0,427,33.0,254.0,237.0,404.0,3173,Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.,94359.0,93978.0,66.0,34,True,"['openapi', 'django']",2023年07月20日 13:47:31.000,1.21.7,62.0,,1806450.0,conda-forge/drf-yasg,drf-yasg,https://pypi.org/project/drf-yasg,2023年07月20日 13:47:31.000,381.0,1806267.0,https://anaconda.org/conda-forge/drf-yasg,2023年06月16日 19:21:08.460,6959.0,2.0,,,,,,,,,,,,,,,,,, +129,django-reversion,etianen/django-reversion,django-utils,,https://github.com/etianen/django-reversion,https://github.com/etianen/django-reversion,BSD-3-Clause,2010年05月31日 15:32:25.000,2023年09月19日 16:28:09.000,2023年09月19日 16:17:54,1504.0,3.0,479,57.0,306.0,13.0,627.0,2912,django-reversion is an extension to the Django web framework that provides version control for model instances.,9292.0,7169.0,186.0,34,True,['django'],2023年09月19日 16:28:09.000,5.0.5,76.0,,304403.0,,django-reversion,https://pypi.org/project/django-reversion,2023年09月19日 16:28:09.000,2123.0,304403.0,,,,2.0,,,,,,,,,,,,,,,,,, +130,splinter,cobrateam/splinter,testing,,https://github.com/cobrateam/splinter,https://github.com/cobrateam/splinter,BSD-3-Clause,2010年09月18日 20:59:15.000,2023年09月09日 00:43:49.000,2023年09月09日 00:43:48,2221.0,11.0,510,96.0,674.0,59.0,469.0,2656,splinter - python test framework for web applications.,7562.0,6484.0,177.0,34,True,,2023年01月17日 23:36:01.122,0.19.0,49.0,,85180.0,,splinter,https://pypi.org/project/splinter,2023年01月17日 23:36:01.122,1078.0,85180.0,,,,2.0,,,,,,,,,,,,,,,,,, +131,django-model-utils,jazzband/django-model-utils,django-utils,,https://github.com/jazzband/django-model-utils,https://github.com/jazzband/django-model-utils,BSD-3-Clause,2009年11月10日 06:18:00.000,2023年09月18日 20:32:07.000,2023年06月16日 13:34:47,964.0,,360,46.0,299.0,134.0,168.0,2515,Django model mixins and utilities.,27072.0,22205.0,132.0,34,True,['django'],2023年06月16日 06:13:31.000,4.3.1,39.0,,1102828.0,,django-model-utils,https://pypi.org/project/django-model-utils,2022年11月16日 00:15:44.883,4867.0,1102828.0,,,,2.0,,,,,,,,,,,,,,,,,, +132,autobahn-python,crossbario/autobahn-python,websocket,,https://github.com/crossbario/autobahn-python,https://github.com/crossbario/autobahn-python,MIT,2011年07月27日 15:22:13.000,2023年06月14日 11:29:38.363,2023年06月14日 07:25:55,3332.0,,770,102.0,736.0,181.0,704.0,2440,WebSocket and WAMP in Python for Twisted and asyncio.,29598.0,27640.0,132.0,34,True,,2023年07月20日 16:17:16.961,0.12.0,155.0,,1063972.0,conda-forge/autobahn,autobahn,https://pypi.org/project/autobahn,2023年06月14日 07:28:02.363,1958.0,1052470.0,https://anaconda.org/conda-forge/autobahn,2023年06月14日 11:29:38.363,448581.0,2.0,,,,,,,,,,,,,,,,,, +133,djoser,sunscrapers/djoser,auth,,https://github.com/sunscrapers/djoser,https://github.com/sunscrapers/djoser,MIT,2014年09月30日 14:50:08.000,2023年09月18日 18:38:33.000,2023年07月03日 15:56:34,915.0,20.0,450,38.0,312.0,169.0,300.0,2343,REST implementation of Django authentication system.,21339.0,21121.0,107.0,34,True,['django'],2023年04月16日 11:43:00.533,2.2.0,50.0,,187501.0,,djoser,https://pypi.org/project/djoser,2020年10月30日 15:52:25.000,218.0,187501.0,,,,2.0,,,,,,,,,,,,,,,,,, +134,django-autocomplete-light,yourlabs/django-autocomplete-light,django-utils,,https://github.com/yourlabs/django-autocomplete-light,https://github.com/yourlabs/django-autocomplete-light,MIT,2012年05月03日 11:49:37.000,2023年09月19日 06:49:52.000,2023年09月19日 06:54:06,2402.0,6.0,459,66.0,491.0,204.0,638.0,1719,"A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.",4523.0,3776.0,195.0,34,True,['django'],2023年05月12日 16:00:39.776,3.9.7,224.0,,251514.0,,django-autocomplete-light,https://pypi.org/project/django-autocomplete-light,2023年09月19日 06:49:48.000,747.0,251514.0,,,,2.0,,,,,,,,,,,,,,,,,, +135,django-phonenumber-field,stefanfoulis/django-phonenumber-field,django-utils,,https://github.com/stefanfoulis/django-phonenumber-field,https://github.com/stefanfoulis/django-phonenumber-field,MIT,2011年08月31日 17:52:05.000,2023年09月11日 12:37:42.000,2023年09月11日 12:37:39,570.0,9.0,311,24.0,362.0,11.0,199.0,1409,A django model and form field for normalised phone numbers using python-phonenumbers.,23416.0,22549.0,114.0,34,True,['django'],2023年04月26日 20:45:01.333,7.1.0,33.0,14.0,747689.0,,django-phonenumber-field,https://pypi.org/project/django-phonenumber-field,2023年04月26日 20:45:01.333,867.0,747689.0,,,,2.0,,,,,,,,,,,,,,,,,, +136,dj-database-url,jacobian/dj-database-url,django-utils,,https://github.com/jazzband/dj-database-url,https://github.com/jazzband/dj-database-url,BSD-3-Clause,2012年04月30日 17:20:23.000,2023年09月11日 20:42:15.000,2023年08月15日 13:11:14,278.0,4.0,203,33.0,134.0,5.0,85.0,1391,Use Database URLs in your Django Application.,268191.0,247267.0,68.0,34,True,['django'],2023年08月15日 14:39:01.000,2.1.0,18.0,,1175221.0,,dj-database-url,https://pypi.org/project/dj-database-url,2023年08月15日 14:39:01.000,20924.0,1175221.0,,,,2.0,,,,,,,,,,,,,,,jazzband/dj-database-url,,, +137,PySocks,Anorov/PySocks,others,,https://github.com/Anorov/PySocks,https://github.com/Anorov/PySocks,BSD-3-Clause,2012年02月21日 09:10:49.000,2023年07月17日 05:15:25.000,2019年09月20日 02:47:40,230.0,,263,50.0,61.0,57.0,63.0,1172,A SOCKS proxy client and wrapper for Python.,139895.0,136213.0,32.0,34,False,,2019年09月20日 02:06:20.000,1.7.1,19.0,,13624449.0,conda-forge/pysocks,pysocks,https://pypi.org/project/pysocks,2019年09月20日 02:06:20.000,3682.0,13177199.0,https://anaconda.org/conda-forge/pysocks,2023年06月16日 13:22:53.016,38016260.0,2.0,,,,,,,,,,,,,,,,,, +138,apispec,marshmallow-code/apispec,openapi-utils,,https://github.com/marshmallow-code/apispec,https://github.com/marshmallow-code/apispec,MIT,2014年10月18日 23:48:49.000,2023年09月19日 07:15:29.000,2023年09月19日 07:15:28,1636.0,13.0,166,25.0,593.0,32.0,236.0,1051,A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger..,17028.0,9894.0,84.0,34,True,['openapi'],2023年03月10日 08:20:45.086,6.3.0,111.0,,4234855.0,conda-forge/apispec,apispec,https://pypi.org/project/apispec,2023年03月10日 08:20:45.086,7134.0,4219098.0,https://anaconda.org/conda-forge/apispec,2023年06月25日 18:51:49.542,614533.0,2.0,,,,,,,,,,,,,,,,,, +139,oauth2client,googleapis/oauth2client,auth,,https://github.com/googleapis/oauth2client,https://github.com/googleapis/oauth2client,Apache-2.0,2013年11月07日 18:03:04.000,2023年06月16日 13:21:07.089,2018年09月07日 21:33:19,1482.0,,440,99.0,449.0,2.0,303.0,798,This is a Python library for accessing resources protected by OAuth 2.0.,98471.0,92597.0,89.0,34,False,,2018年09月07日 21:38:16.000,4.1.3,44.0,,14650334.0,conda-forge/oauth2client,oauth2client,https://pypi.org/project/oauth2client,2018年09月07日 21:38:16.000,5874.0,14640404.0,https://anaconda.org/conda-forge/oauth2client,2023年06月16日 13:21:07.089,854061.0,2.0,,,,,,,,,,,,,,,,,, +140,netaddr,netaddr/netaddr,others,,https://github.com/netaddr/netaddr,https://github.com/netaddr/netaddr,BSD-3-Clause,2010年05月24日 23:14:56.000,2023年09月19日 19:16:23.000,2023年09月19日 19:16:19,632.0,14.0,172,42.0,105.0,51.0,123.0,730,A network address manipulation library for Python.,32208.0,27405.0,48.0,34,True,,2023年09月19日 18:57:47.000,0.9.0,33.0,,3964136.0,conda-forge/netaddr,netaddr,https://pypi.org/project/netaddr,2023年09月18日 20:50:30.000,4803.0,3962120.0,https://anaconda.org/conda-forge/netaddr,2023年06月16日 13:18:00.942,173412.0,2.0,,3.0,,,,,,,,,,,,,,,, +141,httplib2,httplib2/httplib2,http-clients,,https://github.com/httplib2/httplib2,https://github.com/httplib2/httplib2,MIT,2016年03月02日 22:59:52.000,2023年09月13日 19:24:05.000,2023年03月21日 22:23:06,551.0,,196,28.0,122.0,59.0,68.0,474,"Small, fast HTTP client library for Python. Features persistent connections, cache, and Google App Engine support...",176928.0,160932.0,77.0,34,True,,2023年03月21日 22:31:05.208,0.22.0,39.0,,31107758.0,conda-forge/httplib2,httplib2,https://pypi.org/project/httplib2,2023年03月21日 22:31:05.208,15996.0,31077266.0,https://anaconda.org/conda-forge/httplib2,2023年06月16日 13:17:06.741,2713875.0,2.0,,,,,,,,,,,,,,,,,, +142,httpcore,encode/httpcore,http-clients,,https://github.com/encode/httpcore,https://github.com/encode/httpcore,BSD-3-Clause,2020年01月30日 12:41:11.000,2023年09月20日 15:00:02.000,2023年09月19日 13:50:39,480.0,29.0,71,25.0,602.0,14.0,138.0,358,A minimal HTTP client.,68347.0,68189.0,41.0,34,True,,2023年09月08日 14:21:04.000,0.18.0,54.0,,24884932.0,conda-forge/httpcore,httpcore,https://pypi.org/project/httpcore,2023年09月08日 14:21:04.000,158.0,24865854.0,https://anaconda.org/conda-forge/httpcore,2023年09月08日 17:31:23.880,763127.0,2.0,,,,,,,,,,,,,,,,,, +143,redoc,Redocly/redoc,openapi-utils,,https://github.com/Redocly/redoc,https://github.com/Redocly/redoc,MIT,2015年10月30日 12:53:02.000,2023年09月21日 14:20:07.000,2023年09月21日 14:20:06,2550.0,24.0,2217,284.0,669.0,316.0,1411.0,20971,OpenAPI/Swagger-generated API Reference Documentation.,5363.0,5363.0,216.0,33,True,['openapi'],2023年09月11日 10:45:51.000,2.1.2,87.0,91.0,1.0,,,,,,,,,,2.0,,,,,,,,,,,,,,,,,, +144,WeasyPrint,Kozea/WeasyPrint,html-processing,,https://github.com/Kozea/WeasyPrint,https://github.com/Kozea/WeasyPrint,BSD-3-Clause,2011年08月09日 14:14:24.000,2023年09月21日 14:27:39.027,2023年09月18日 08:56:18,5136.0,47.0,614,135.0,329.0,190.0,1451.0,6068,The awesome document factory.,107.0,13.0,127.0,33,True,,2023年05月11日 09:31:13.000,59.0,98.0,,1140410.0,conda-forge/weasyprint,weasyprint,https://pypi.org/project/weasyprint,2023年05月11日 09:29:01.316,94.0,1136773.0,https://anaconda.org/conda-forge/weasyprint,2023年09月21日 14:27:39.027,134602.0,2.0,,,,,,,,,,,,,,,,,, +145,Flask-SocketIO,miguelgrinberg/Flask-SocketIO,websocket,,https://github.com/miguelgrinberg/Flask-SocketIO,https://github.com/miguelgrinberg/Flask-SocketIO,MIT,2014年02月09日 07:22:50.000,2023年09月08日 19:04:36.000,2023年09月08日 19:04:31,465.0,7.0,903,106.0,122.0,10.0,1550.0,5117,Socket.IO integration for Flask applications.,2376.0,13.0,69.0,33,True,['flask'],2023年09月05日 09:35:27.000,5.3.6,88.0,,845063.0,conda-forge/flask-socketio,flask-socketio,https://pypi.org/project/flask-socketio,2023年09月05日 09:35:23.000,2363.0,835761.0,https://anaconda.org/conda-forge/flask-socketio,2023年09月05日 13:08:38.777,353504.0,2.0,,,,,,,,,,,,,,,,,, +146,Django-Ninja,vitalik/django-ninja,django-utils,,https://github.com/vitalik/django-ninja,https://github.com/vitalik/django-ninja,MIT,2020年05月19日 08:48:53.000,2023年09月21日 13:45:48.000,2023年09月21日 13:45:35,928.0,82.0,303,71.0,229.0,195.0,384.0,4971,"Fast, Async-ready, Openapi, type hints based framework for building APIs.",1656.0,1635.0,100.0,33,True,,2023年06月08日 15:45:00.713,0.22.2,53.0,,167065.0,conda-forge/django-ninja,django-ninja,https://pypi.org/project/django-ninja,2023年09月10日 15:41:44.000,21.0,166665.0,https://anaconda.org/conda-forge/django-ninja,2023年06月18日 08:40:31.826,8003.0,2.0,,,,,,,,,,,,,,,,,, +147,connexion,zalando/connexion,openapi-utils,,https://github.com/spec-first/connexion,https://github.com/spec-first/connexion,Apache-2.0,2015年05月19日 13:05:58.000,2023年08月29日 13:55:05.000,2023年07月01日 09:08:21,1420.0,1.0,733,86.0,784.0,107.0,833.0,4289,Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support.,10636.0,9913.0,213.0,33,True,['openapi'],2023年01月25日 17:04:57.156,2.14.2,148.0,,3228402.0,conda-forge/connexion,connexion,https://pypi.org/project/connexion,2023年08月29日 08:12:56.000,723.0,3225114.0,https://anaconda.org/conda-forge/connexion,2023年06月16日 13:24:18.026,246657.0,2.0,,,,,,,,,,,,,,,spec-first/connexion,,, +148,google-maps-services-python,googlemaps/google-maps-services-python,third-party-apis,,https://github.com/googlemaps/google-maps-services-python,https://github.com/googlemaps/google-maps-services-python,Apache-2.0,2014年08月15日 04:35:30.000,2023年09月19日 08:34:27.000,2023年01月27日 01:01:18,524.0,,1237,179.0,238.0,27.0,229.0,4091,Python client library for Google Maps API Web Services.,1201.0,,66.0,33,True,,2023年01月26日 16:46:28.581,4.10.0,51.0,,1753082.0,,googlemaps,https://pypi.org/project/googlemaps,2023年01月26日 16:46:28.581,1201.0,1753082.0,,,,2.0,,,,,,,,,,,,,,,,,, +149,httprunner,httprunner/httprunner,testing,,https://github.com/httprunner/httprunner,https://github.com/httprunner/httprunner,Apache-2.0,2017年06月13日 03:54:29.000,2023年09月20日 14:45:01.000,2023年09月20日 13:21:20,3685.0,188.0,1218,150.0,384.0,453.0,764.0,3806,HttpRunner API/UI.,527.0,520.0,45.0,33,True,,2023年09月19日 09:11:28.000,4.3.6,152.0,9225.0,3737.0,,httprunner,https://pypi.org/project/httprunner,2023年07月23日 06:59:10.000,7.0,3598.0,,,,2.0,,,,,,,,,,,,,,,,,, +150,pywebview,r0x0r/pywebview,others,,https://github.com/r0x0r/pywebview,https://github.com/r0x0r/pywebview,BSD-3-Clause,2014年11月20日 11:05:46.000,2023年09月21日 11:45:03.000,2023年09月15日 06:45:11,1788.0,64.0,488,62.0,309.0,16.0,812.0,3777,"Build GUI for your Python program with JavaScript, HTML, and CSS.",1487.0,1389.0,117.0,33,True,,2023年09月08日 20:30:33.000,4.3.3,62.0,,54908.0,,pywebview,https://pypi.org/project/pywebview,2023年09月08日 20:29:45.000,98.0,54908.0,,,,2.0,,,,,,,,,,,,,,,,,, +151,Prism,stoplightio/prism,testing,,https://github.com/stoplightio/prism,https://github.com/stoplightio/prism,Apache-2.0,2016年03月18日 03:52:09.000,2023年09月19日 14:18:42.000,2023年09月19日 14:18:40,1940.0,44.0,311,53.0,1659.0,67.0,592.0,3724,"Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.",458.0,430.0,89.0,33,True,['openapi'],2023年09月19日 14:15:27.000,5.3.2,190.0,795606.0,183653.0,,,,,,,,,,2.0,,,,@stoplight/prism-cli,https://www.npmjs.com/package/@stoplight/prism-cli,2023年09月19日 14:14:05.219,28.0,171953.0,,,,,,,,,, +152,wave,h2oai/wave,web-ui,,https://github.com/h2oai/wave,https://github.com/h2oai/wave,Apache-2.0,2020年05月16日 20:07:18.000,2023年09月20日 11:48:54.000,2023年09月20日 11:48:37,2161.0,127.0,271,117.0,654.0,199.0,790.0,3665,Realtime Web Apps and Dashboards for Python and R.,202.0,,49.0,33,True,,2023年08月03日 10:26:49.000,0.26.2,54.0,1885197.0,74435.0,,wave,https://pypi.org/project/wave,2011年01月09日 22:48:14.000,202.0,26097.0,,,,2.0,,,,,,,,,,,,,,,,,, +153,python-socketio,miguelgrinberg/python-socketio,websocket,,https://github.com/miguelgrinberg/python-socketio,https://github.com/miguelgrinberg/python-socketio,MIT,2015年07月15日 06:17:03.000,2023年09月19日 23:01:10.000,2023年09月19日 18:20:16,575.0,16.0,555,60.0,168.0,36.0,743.0,3516,Python Socket.IO server and client.,1960.0,,67.0,33,True,,2023年09月03日 19:22:48.000,5.9.0,90.0,,1761289.0,conda-forge/python-socketio,python-socketio,https://pypi.org/project/python-socketio,2023年09月03日 19:22:45.000,1960.0,1748407.0,https://anaconda.org/conda-forge/python-socketio,2023年09月04日 13:32:55.637,425121.0,2.0,,,,,,,,,,,,,,,,,, +154,fake-useragent,hellysmile/fake-useragent,others,,https://github.com/fake-useragent/fake-useragent,https://github.com/fake-useragent/fake-useragent,Apache-2.0,2013年03月04日 07:14:29.000,2023年09月18日 08:47:08.000,2023年09月12日 00:13:16,314.0,19.0,508,62.0,97.0,,115.0,3185,Up-to-date simple useragent faker with real world database.,24236.0,23283.0,14.0,33,True,,2023年08月02日 14:07:21.000,1.2.1,30.0,,1567072.0,conda-forge/fake-useragent,fake-useragent,https://pypi.org/project/fake-useragent,2023年08月02日 14:07:21.000,953.0,1566499.0,https://anaconda.org/conda-forge/fake-useragent,2023年08月02日 15:49:06.822,15474.0,2.0,,,,,,,,,,,,,,,fake-useragent/fake-useragent,,, +155,django-redis,jazzband/django-redis,django-utils,,https://github.com/jazzband/django-redis,https://github.com/jazzband/django-redis,BSD-3-Clause,2012年04月17日 16:29:49.000,2023年09月19日 15:58:05.000,2023年09月19日 15:58:02,1051.0,14.0,416,57.0,347.0,47.0,299.0,2675,Full featured redis cache backend for Django.,3499.0,,134.0,33,True,['django'],2023年06月16日 12:26:23.648,5.3.0,67.0,,2090074.0,,django-redis,https://pypi.org/project/django-redis,2023年06月16日 12:26:23.648,3499.0,2090074.0,,,,2.0,,,,,,,,,,,,,,,,,, +156,pyotp,pyauth/pyotp,auth,,https://github.com/pyauth/pyotp,https://github.com/pyauth/pyotp,MIT,2011年09月23日 13:10:31.000,2023年09月16日 20:11:50.000,2023年09月16日 20:11:49,214.0,4.0,299,53.0,65.0,4.0,83.0,2617,Python One-Time Password Library.,11561.0,10947.0,41.0,33,True,,2023年07月27日 23:41:01.000,2.9.0,24.0,258.0,4228582.0,conda-forge/pyotp,pyotp,https://pypi.org/project/pyotp,2023年07月27日 23:41:01.000,614.0,4227404.0,https://anaconda.org/conda-forge/pyotp,2023年07月28日 02:07:25.779,43501.0,2.0,,,,,,,,,,,,,,,,,, +157,django-webpack-loader,django-webpack/django-webpack-loader,django-utils,,https://github.com/django-webpack/django-webpack-loader,https://github.com/django-webpack/django-webpack-loader,MIT,2015年05月16日 16:33:58.000,2023年09月20日 18:49:16.000,2023年09月18日 17:06:27,318.0,13.0,338,49.0,172.0,33.0,156.0,2470,Transparently use webpack with django.,9965.0,8979.0,58.0,33,True,['django'],2023年06月14日 12:17:25.000,2.0.1,46.0,,354767.0,conda-forge/django-webpack-loader,django-webpack-loader,https://pypi.org/project/django-webpack-loader,2023年06月14日 12:14:01.502,986.0,354484.0,https://anaconda.org/conda-forge/django-webpack-loader,2023年06月27日 11:35:31.675,7649.0,2.0,,,,,,,,,,,,,,,,,, +158,whitenoise,evansd/whitenoise,servers,,https://github.com/evansd/whitenoise,https://github.com/evansd/whitenoise,MIT,2013年08月08日 11:02:06.000,2023年09月19日 08:38:03.000,2023年09月19日 08:37:26,754.0,20.0,138,23.0,295.0,33.0,211.0,2300,Radically simplified static file serving for Python web apps.,13370.0,,64.0,33,True,,2023年06月16日 15:04:02.270,6.5.0,51.0,,1997069.0,conda-forge/whitenoise,whitenoise,https://pypi.org/project/whitenoise,2023年06月16日 15:04:02.270,13370.0,1994764.0,https://anaconda.org/conda-forge/whitenoise,2023年06月16日 16:49:52.891,80678.0,2.0,,,,,,,,,,,,,,,,,, +159,Flask-Migrate,miguelgrinberg/Flask-Migrate,flask-utils,,https://github.com/miguelgrinberg/Flask-Migrate,https://github.com/miguelgrinberg/Flask-Migrate,MIT,2013年09月08日 19:24:57.000,2023年09月19日 15:37:19.000,2023年09月19日 15:37:14,236.0,7.0,221,25.0,82.0,11.0,397.0,2246,SQLAlchemy database migrations for Flask applications using Alembic.,9566.0,,48.0,33,True,['flask'],2023年09月12日 11:22:09.000,4.0.5,45.0,,1293438.0,conda-forge/flask-migrate,flask-migrate,https://pypi.org/project/flask-migrate,2023年09月12日 11:22:06.000,9566.0,1287180.0,https://anaconda.org/conda-forge/flask-migrate,2023年09月12日 17:11:59.310,219035.0,1.0,,,,,,,,,,,,,,,,,, +160,xhtml2pdf,xhtml2pdf/xhtml2pdf,html-processing,,https://github.com/xhtml2pdf/xhtml2pdf,https://github.com/xhtml2pdf/xhtml2pdf,Apache-2.0,2011年05月16日 13:45:29.000,2023年09月21日 14:00:51.000,2023年07月24日 12:19:19,1066.0,1.0,615,72.0,312.0,125.0,267.0,2072,A library for converting HTML into PDFs using ReportLab.,13068.0,12234.0,155.0,33,True,,2023年05月07日 15:58:17.000,0.2.11,27.0,6.0,614678.0,conda-forge/xhtml2pdf,xhtml2pdf,https://pypi.org/project/xhtml2pdf,2023年05月07日 15:58:03.115,834.0,612275.0,https://anaconda.org/conda-forge/xhtml2pdf,2023年07月19日 02:05:58.812,88915.0,2.0,,,,,,,,,,,,,,,,,, +161,django-widget-tweaks,jazzband/django-widget-tweaks,django-utils,,https://github.com/jazzband/django-widget-tweaks,https://github.com/jazzband/django-widget-tweaks,MIT,2012年03月05日 20:11:03.000,2023年08月25日 18:23:29.000,2023年08月25日 15:26:19,200.0,13.0,134,46.0,48.0,42.0,50.0,1914,"Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can..",37473.0,35238.0,30.0,33,True,['django'],2023年08月25日 15:29:05.000,1.5.0,22.0,,522756.0,,django-widget-tweaks,https://pypi.org/project/django-widget-tweaks,2023年08月25日 15:29:05.000,2235.0,522756.0,,,,2.0,,,,,,,,,,,,,,,,,, +162,datamodel-code-generator,koxudaxi/datamodel-code-generator,openapi-utils,,https://github.com/koxudaxi/datamodel-code-generator,https://github.com/koxudaxi/datamodel-code-generator,MIT,2019年05月29日 08:01:32.000,2023年09月21日 16:34:30.000,2023年09月21日 16:34:29,909.0,82.0,219,20.0,1165.0,100.0,271.0,1834,"Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data..",935.0,881.0,91.0,33,True,['openapi'],2023年09月06日 16:36:49.000,0.21.5,173.0,,552089.0,,datamodel-code-generator,https://pypi.org/project/datamodel-code-generator,2023年09月06日 16:36:49.000,54.0,552089.0,,,,2.0,,,,,,,,,,,,,,,,,, +163,sorl-thumbnail,jazzband/sorl-thumbnail,django-utils,,https://github.com/jazzband/sorl-thumbnail,https://github.com/jazzband/sorl-thumbnail,BSD-3-Clause,2010年11月12日 00:46:35.000,2023年08月15日 06:45:26.000,2023年08月15日 06:45:26,1034.0,21.0,506,38.0,329.0,130.0,299.0,1696,Thumbnails for Django.,16027.0,13483.0,158.0,33,True,['django'],2022年08月30日 12:50:15.998,12.9.0,32.0,,155502.0,conda-forge/sorl-thumbnail,sorl-thumbnail,https://pypi.org/project/sorl-thumbnail,2022年08月30日 12:50:15.998,2544.0,155343.0,https://anaconda.org/conda-forge/sorl-thumbnail,2023年06月16日 19:21:11.457,5889.0,2.0,,,,,,,,,,,,,,,,,, +164,dj-rest-auth,iMerica/dj-rest-auth,auth,,https://github.com/iMerica/dj-rest-auth,https://github.com/iMerica/dj-rest-auth,MIT,2020年02月28日 19:35:48.000,2023年09月19日 19:26:44.369,2023年09月17日 14:50:39,888.0,10.0,249,16.0,194.0,163.0,201.0,1397,Authentication for Django Rest Framework.,9352.0,9341.0,182.0,33,True,['django'],2023年09月17日 14:53:01.000,5.0.1,46.0,349.0,242043.0,conda-forge/dj-rest-auth,dj-rest-auth,https://pypi.org/project/dj-rest-auth,2023年09月17日 14:51:21.000,11.0,241309.0,https://anaconda.org/conda-forge/dj-rest-auth,2023年09月19日 19:26:44.369,18886.0,2.0,,,,,,,,,,,,,,,,,, +165,waitress,Pylons/waitress,servers,,https://github.com/Pylons/waitress,https://github.com/Pylons/waitress,ZPL-2.1,2011年12月17日 06:58:21.000,2023年09月20日 04:12:59.000,2023年09月09日 04:21:09,983.0,2.0,159,37.0,190.0,20.0,209.0,1298,Waitress - A WSGI server for Python 3.,157712.0,154091.0,51.0,33,False,,2022年05月30日 21:53:26.000,2.1.2,49.0,,3628838.0,conda-forge/waitress,waitress,https://pypi.org/project/waitress,2022年05月30日 21:48:04.564,3621.0,3626401.0,https://anaconda.org/conda-forge/waitress,2023年06月16日 16:07:27.834,155989.0,2.0,,,,,,,,,,,,,,,,,, +166,pytest-django,pytest-dev/pytest-django,testing,,https://github.com/pytest-dev/pytest-django,https://github.com/pytest-dev/pytest-django,BSD-3-Clause,2011年09月29日 19:35:55.000,2023年08月01日 20:20:32.000,2023年04月05日 08:15:33,1205.0,,328,39.0,564.0,177.0,361.0,1229,A Django plugin for pytest.,6044.0,,138.0,33,True,['django'],2021年12月07日 14:56:42.000,4.5.2,60.0,,2348174.0,conda-forge/pytest-django,pytest-django,https://pypi.org/project/pytest-django,2021年12月07日 14:26:57.000,6044.0,2345990.0,https://anaconda.org/conda-forge/pytest-django,2023年06月16日 13:25:21.640,196611.0,2.0,,,,,,,,,,,,,,,,,, +167,html5lib-python,html5lib/html5lib-python,html-processing,,https://github.com/html5lib/html5lib-python,https://github.com/html5lib/html5lib-python,MIT,2013年04月09日 14:07:42.000,2023年08月09日 09:55:47.000,2023年03月03日 15:43:58,1609.0,,279,49.0,313.0,82.0,175.0,1054,Standards-compliant library for parsing and serializing HTML documents and fragments in Python.,15271.0,,65.0,33,True,,2017年12月07日 14:10:04.000,1.0.1,27.0,,11688477.0,conda-forge/html5lib,html5lib,https://pypi.org/project/html5lib,2020年06月22日 23:32:36.000,15271.0,11641158.0,https://anaconda.org/conda-forge/html5lib,2023年06月16日 13:22:43.827,3785520.0,2.0,,,,,,,,,,,,,,,,,, +168,pycurl,pycurl/pycurl,http-clients,,https://github.com/pycurl/pycurl,https://github.com/pycurl/pycurl,LGPL-2.1,2013年08月03日 20:56:39.000,2023年09月07日 04:00:17.000,2023年09月07日 04:00:17,3330.0,37.0,288,46.0,465.0,9.0,345.0,1002,PycURL - Python interface to libcurl.,62002.0,57677.0,101.0,33,False,,2022年12月16日 19:44:33.490,7.45.2,55.0,,1125126.0,conda-forge/pycurl,pycurl,https://pypi.org/project/pycurl,2022年12月16日 19:44:33.490,4325.0,1090565.0,https://anaconda.org/conda-forge/pycurl,2023年06月16日 16:15:06.468,1797206.0,3.0,,,,,,,,,,,,,,,,,, +169,pymdown-extensions,facelessuser/pymdown-extensions,markdown,,https://github.com/facelessuser/pymdown-extensions,https://github.com/facelessuser/pymdown-extensions,MIT,2014年11月21日 06:08:04.000,2023年09月21日 10:53:26.000,2023年09月20日 02:19:01,1721.0,25.0,261,9.0,1763.0,10.0,334.0,805,Extensions for Python Markdown.,24194.0,24009.0,43.0,33,True,,2023年09月02日 18:33:00.000,10.3,83.0,,2069679.0,conda-forge/pymdown-extensions,pymdown-extensions,https://pypi.org/project/pymdown-extensions,2023年09月02日 18:33:53.000,185.0,2065356.0,https://anaconda.org/conda-forge/pymdown-extensions,2023年09月02日 21:06:35.025,159967.0,2.0,,,,,,,,,,,,,,,,,, +170,tifffile,cgohlke/tifffile,others,,https://github.com/cgohlke/tifffile,https://github.com/cgohlke/tifffile,BSD-3-Clause,2020年02月22日 22:43:58.000,2023年09月19日 12:34:11.275,2023年09月19日 03:18:58,507.0,43.0,155,7.0,24.0,,200.0,414,Read and write TIFF files. Forked from https://pypi.org/project/tifffile.,41388.0,40639.0,1.0,33,True,,2023年09月19日 03:32:38.000,2023年9月18日,121.0,172.0,5754918.0,conda-forge/tifffile,tifffile,https://pypi.org/project/tifffile,2023年09月19日 03:18:56.000,749.0,5659704.0,https://anaconda.org/conda-forge/tifffile,2023年09月19日 12:34:11.275,3808112.0,2.0,,,,,,,,,,,,,,,,,, +171,google-resumable-media,googleapis/google-resumable-media-python,third-party-apis,,https://github.com/googleapis/google-resumable-media-python,https://github.com/googleapis/google-resumable-media-python,Apache-2.0,2017年04月12日 20:09:20.000,2023年09月07日 10:26:55.997,2023年09月06日 18:08:13,433.0,8.0,43,41.0,297.0,13.0,85.0,40,Utilities for Google Media Downloads and Resumable Uploads.,123591.0,123033.0,33.0,33,False,,2023年09月06日 18:12:18.000,2.6.0,45.0,,43002199.0,conda-forge/google-resumable-media,google-resumable-media,https://pypi.org/project/google-resumable-media,2023年09月06日 18:12:18.000,558.0,42894872.0,https://anaconda.org/conda-forge/google-resumable-media,2023年09月07日 10:26:55.997,4185767.0,2.0,,,,,,,,,,,,,,,,,, +172,Requests-HTML,psf/requests-html,html-processing,,https://github.com/psf/requests-html,https://github.com/psf/requests-html,MIT,2018年02月24日 20:11:02.000,2023年08月15日 17:19:45.000,2023年04月03日 17:09:56,462.0,,986,273.0,161.0,206.0,218.0,13331,Pythonic HTML Parsing for Humans.,380.0,,66.0,32,True,,2019年02月18日 21:38:41.000,0.10.0,36.0,,673534.0,,requests-html,https://pypi.org/project/requests-html,2019年02月17日 20:14:17.000,380.0,673534.0,,,,3.0,,,,,,,,,,,,,,,,,, +173,speedtest-cli,sivel/speedtest-cli,others,,https://github.com/sivel/speedtest-cli,https://github.com/sivel/speedtest-cli,Apache-2.0,2012年09月10日 19:17:53.000,2023年08月01日 09:19:19.000,2021年07月07日 19:50:15,299.0,,1923,314.0,205.0,65.0,,12963,Command line interface for testing internet bandwidth using speedtest.net.,60484.0,59930.0,10.0,32,False,,2021年04月08日 13:53:00.000,2.1.3,28.0,,178529.0,conda-forge/speedtest-cli,speedtest-cli,https://pypi.org/project/speedtest-cli,2021年04月08日 13:51:32.000,554.0,177724.0,https://anaconda.org/conda-forge/speedtest-cli,2023年06月16日 19:27:52.128,17731.0,2.0,,,,,,,,,,,,,,,,,, +174,thumbor,thumbor/thumbor,third-party-apis,,https://github.com/thumbor/thumbor,https://github.com/thumbor/thumbor,MIT,2011年03月16日 17:30:05.000,2023年09月20日 13:16:42.000,2023年09月20日 13:16:41,2401.0,8.0,815,201.0,632.0,11.0,951.0,9637,thumbor is an open-source photo thumbnail service by globo.com.,552.0,342.0,198.0,32,True,,2023年07月07日 06:41:07.486,7.5.2,110.0,,5303.0,,thumbor,https://pypi.org/project/thumbor,2022年12月20日 01:31:56.417,210.0,5303.0,,,,2.0,,,,,,,,,,,,,,,,,, +175,Pattern,clips/pattern,web-scraping,,https://github.com/clips/pattern,https://github.com/clips/pattern,BSD-3-Clause,2011年05月03日 15:29:01.000,2023年07月12日 09:12:48.000,2020年04月25日 12:40:40,1434.0,,1596,545.0,128.0,174.0,76.0,8543,"Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis..",1971.0,1639.0,30.0,32,False,,,,9.0,90.0,430375.0,conda-forge/pattern,pattern,https://pypi.org/project/pattern,2018年08月18日 15:11:17.000,332.0,430060.0,https://anaconda.org/conda-forge/pattern,2023年06月16日 16:18:03.754,14565.0,1.0,,,,,,,,,,,,,,,,,, +176,eve,pyeve/eve,web-frameworks,,https://github.com/pyeve/eve,https://github.com/pyeve/eve,BSD-3-Clause,2012年10月22日 07:39:33.000,2023年09月14日 12:17:35.000,2023年07月10日 07:05:49,3393.0,6.0,754,227.0,540.0,24.0,949.0,6635,REST API framework designed for human beings.,1481.0,1101.0,214.0,32,True,,2023年03月14日 08:50:44.188,2.1.0,53.0,,13883.0,,eve,https://pypi.org/project/eve,2022年06月08日 13:51:50.000,380.0,13883.0,,,,3.0,,,,,,,,,,,,,,,,,, +177,mezzanine,stephenmcd/mezzanine,cms,,https://github.com/stephenmcd/mezzanine,https://github.com/stephenmcd/mezzanine,BSD-2-Clause,2010年05月29日 12:16:55.000,2023年09月17日 13:15:46.000,2022年11月02日 08:25:54,5304.0,,1642,251.0,982.0,56.0,1011.0,4648,CMS framework for Django.,1202.0,,326.0,32,True,['django'],2022年05月12日 12:50:07.885,6.0.0,138.0,,2941.0,,mezzanine,https://pypi.org/project/mezzanine,2018年08月08日 01:20:56.000,1202.0,2941.0,,,,2.0,,,,,,,,,,,,,,,,,, +178,django-silk,jazzband/django-silk,testing,,https://github.com/jazzband/django-silk,https://github.com/jazzband/django-silk,MIT,2014年05月21日 21:14:45.000,2023年09月19日 03:25:18.000,2023年09月19日 03:24:06,866.0,9.0,319,50.0,348.0,115.0,228.0,4012,Silky smooth profiling for Django.,4182.0,4031.0,143.0,32,True,['django'],2023年01月15日 00:27:12.000,5.0.3,41.0,193.0,475007.0,,django-silk,https://pypi.org/project/django-silk,2023年01月15日 00:25:47.298,151.0,475006.0,,,,2.0,,,,,,,,,,,,,,,,,, +179,wechatpy,wechatpy/wechatpy,third-party-apis,,https://github.com/wechatpy/wechatpy,https://github.com/wechatpy/wechatpy,MIT,2014年09月12日 13:03:28.000,2023年09月04日 03:33:41.000,2023年05月10日 14:46:52,1319.0,,783,171.0,409.0,47.0,312.0,3577,WeChat SDK for Python.,7067.0,6938.0,101.0,32,True,,2021年11月11日 15:12:31.000,1.8.18,137.0,,22443.0,,wechatpy,https://pypi.org/project/wechatpy,2022年06月19日 11:36:01.000,129.0,22443.0,,,,2.0,,,,,,,,,,,,,,,,,, +180,django-guardian,django-guardian/django-guardian,auth,,https://github.com/django-guardian/django-guardian,https://github.com/django-guardian/django-guardian,BSD-3-Clause,2010年06月04日 23:15:37.000,2023年09月12日 13:21:50.000,2022年03月25日 21:42:47,1062.0,,554,83.0,354.0,150.0,322.0,3439,Per object permissions for Django.,8113.0,6164.0,159.0,32,False,['django'],2021年05月23日 22:11:22.000,2.4.0,43.0,,393589.0,conda-forge/django-guardian,django-guardian,https://pypi.org/project/django-guardian,2021年05月23日 22:11:22.000,1949.0,392941.0,https://anaconda.org/conda-forge/django-guardian,2023年06月16日 13:23:00.573,48610.0,2.0,,,,,,,,,,,,,,,,,, +181,python-twitter,bear/python-twitter,third-party-apis,,https://github.com/bear/python-twitter,https://github.com/bear/python-twitter,Apache-2.0,2012年09月12日 06:51:02.000,2022年05月20日 09:56:40.000,2021年12月19日 18:05:27,1104.0,,987,171.0,307.0,101.0,315.0,3396,A Python wrapper around the Twitter API.,8678.0,6954.0,171.0,32,False,,2018年09月29日 23:52:35.000,3.5,23.0,,63535.0,,python-twitter,https://pypi.org/project/python-twitter,2018年11月03日 12:32:06.000,1724.0,63535.0,,,,2.0,,,,,,,,,,,,,,,,,, +182,django-rest-framework-jwt,jpadilla/django-rest-framework-jwt,auth,,https://github.com/jpadilla/django-rest-framework-jwt,https://github.com/jpadilla/django-rest-framework-jwt,MIT,2014年01月16日 04:54:06.000,2022年12月06日 16:30:54.000,2019年08月13日 02:11:02,369.0,,639,81.0,190.0,163.0,187.0,3184,JSON Web Token Authentication support for Django REST Framework.,27281.0,25301.0,62.0,32,False,,2021年12月15日 15:59:35.858,1.3.0,26.0,,580305.0,,djangorestframework-jwt,https://pypi.org/project/djangorestframework-jwt,2017年06月23日 23:47:52.000,1980.0,580305.0,,,,2.0,,,,,,,,,,,,,,,,,, +183,python-social-auth,omab/python-social-auth,auth,,https://github.com/omab/python-social-auth,https://github.com/omab/python-social-auth,BSD-3-Clause,2012年12月12日 16:08:42.000,2022年07月01日 19:07:30.000,2017年02月04日 13:10:59,1973.0,,1140,121.0,466.0,19.0,643.0,2837,Social auth made simple.,8126.0,5850.0,283.0,32,False,,2017年02月03日 12:20:08.000,0.3.6,55.0,,46665.0,,python-social-auth,https://pypi.org/project/python-social-auth,2017年02月03日 12:20:08.000,2276.0,46665.0,,,,2.0,,,,,,,,,,,,,,,,,, +184,django-mptt,django-mptt/django-mptt,django-utils,,https://github.com/django-mptt/django-mptt,https://github.com/django-mptt/django-mptt,MIT,2010年08月31日 19:12:55.000,2023年07月26日 12:36:20.000,2023年06月20日 09:12:14,1198.0,,458,67.0,302.0,121.0,413.0,2769,Utilities for implementing a modified pre-order traversal tree in django.,3319.0,,156.0,32,True,['django'],2022年09月27日 23:42:53.502,0.14.0,40.0,,390236.0,anaconda/django-mptt,django-mptt,https://pypi.org/project/django-mptt,2022年09月27日 23:42:53.502,3319.0,390236.0,https://anaconda.org/anaconda/django-mptt,,,2.0,,,,,,,,,,,,,,,,,, +185,facebook-sdk,mobolic/facebook-sdk,third-party-apis,,https://github.com/mobolic/facebook-sdk,https://github.com/mobolic/facebook-sdk,Apache-2.0,2011年05月11日 13:38:27.000,2023年08月23日 03:20:11.000,2020年12月27日 07:29:21,544.0,,996,201.0,270.0,37.0,219.0,2704,Python SDK for Facebooks Graph API.,5947.0,4682.0,99.0,32,False,,2018年11月06日 06:53:51.000,3.1.0,8.0,,379010.0,,facebook-sdk,https://pypi.org/project/facebook-sdk,2018年11月06日 06:53:51.000,1265.0,379010.0,,,,2.0,,,,,,,,,,,,,,,,,, +186,django-bootstrap3,zostera/django-bootstrap3,django-utils,,https://github.com/zostera/django-bootstrap3,https://github.com/zostera/django-bootstrap3,BSD-3-Clause,2013年08月13日 13:48:04.000,2023年09月14日 23:05:25.000,2023年06月28日 18:59:37,1023.0,9.0,693,106.0,595.0,5.0,291.0,2324,Bootstrap 3 integration with Django.,22511.0,18526.0,99.0,32,True,['django'],2021年04月10日 05:34:25.000,15.0.0,99.0,,88033.0,conda-forge/django-bootstrap3,django-bootstrap3,https://pypi.org/project/django-bootstrap3,2023年06月28日 04:34:01.228,3985.0,87651.0,https://anaconda.org/conda-forge/django-bootstrap3,2023年06月16日 13:24:31.399,27553.0,2.0,,,,,,,,,,,,,,,,,, +187,django-ckeditor,django-ckeditor/django-ckeditor,django-utils,,https://github.com/django-ckeditor/django-ckeditor,https://github.com/django-ckeditor/django-ckeditor,BSD-3-Clause,2010年03月08日 19:20:59.000,2023年09月21日 12:24:31.000,2023年07月27日 12:41:48,822.0,2.0,696,53.0,219.0,10.0,520.0,2272,Django admin CKEditor integration.,37301.0,35783.0,129.0,32,True,['django'],2023年07月27日 12:42:16.000,6.7.0,54.0,,386557.0,,django-ckeditor,https://pypi.org/project/django-ckeditor,2023年07月27日 12:42:16.000,1518.0,386557.0,,,,2.0,,-2.0,,,,,,,,,,,,,,,, +188,pyquery,gawel/pyquery,html-processing,,https://github.com/gawel/pyquery,https://github.com/gawel/pyquery,BSD-3-Clause,2012年11月28日 20:27:39.000,2023年07月31日 20:26:20.000,2023年07月31日 20:26:15,491.0,4.0,183,65.0,67.0,53.0,132.0,2229,A jquery-like library for python.,24070.0,20701.0,53.0,32,True,,2022年12月28日 14:35:51.514,2.0.0,36.0,,1757051.0,conda-forge/pyquery,pyquery,https://pypi.org/project/pyquery,2022年12月28日 14:35:51.514,3369.0,1756339.0,https://anaconda.org/conda-forge/pyquery,2023年06月16日 13:23:09.494,50607.0,3.0,,,,,,,,,,,,,,,,,, +189,ariadne,mirumee/ariadne,graphql,,https://github.com/mirumee/ariadne,https://github.com/mirumee/ariadne,BSD-3-Clause,2018年07月09日 09:46:17.000,2023年06月27日 14:27:03.924,2023年06月27日 14:21:08,1679.0,10.0,172,40.0,628.0,49.0,251.0,2069,Python library for implementing GraphQL servers using schema-first approach.,1393.0,1348.0,69.0,32,True,['graphql'],2023年06月27日 14:27:03.924,0.20.1,47.0,,342397.0,,ariadne,https://pypi.org/project/ariadne,2023年06月27日 14:27:03.924,45.0,342397.0,,,,2.0,,,,,,,,,,,,,,,,,, +190,trafilatura,adbar/trafilatura,web-scraping,,https://github.com/adbar/trafilatura,https://github.com/adbar/trafilatura,GPL-3.0,2019年04月08日 11:38:48.000,2023年09月19日 07:44:35.000,2023年09月15日 11:16:21,1424.0,12.0,151,27.0,165.0,54.0,192.0,2040,"Python & command-line tool to gather text on the Web: web crawling/scraping, extraction of text, metadata, comments.",2458.0,2431.0,35.0,32,True,,2023年09月06日 15:45:26.000,1.6.2,38.0,,221863.0,,trafilatura,https://pypi.org/project/trafilatura,2023年09月06日 15:45:04.000,27.0,221863.0,,,,1.0,,,,,,,,,,,,,,,,,, +191,django-tables2,jieter/django-tables2,django-utils,,https://github.com/jieter/django-tables2,https://github.com/jieter/django-tables2,BSD-2-Clause,2010年12月07日 05:26:16.000,2023年09月11日 21:04:13.000,2023年06月27日 09:40:34,1426.0,2.0,417,55.0,365.0,77.0,493.0,1714,django-tables2 - An app for creating HTML tables.,7437.0,6539.0,145.0,32,True,['django'],2023年06月27日 09:43:01.678,2.6.0,125.0,,253413.0,conda-forge/django-tables2,django-tables2,https://pypi.org/project/django-tables2,2023年06月27日 09:43:01.678,898.0,253191.0,https://anaconda.org/conda-forge/django-tables2,2023年09月04日 15:10:35.895,5997.0,2.0,,,,,,,,,,,,,,,,,, +192,django-admin-interface,fabiocaccamo/django-admin-interface,admin-ui,,https://github.com/fabiocaccamo/django-admin-interface,https://github.com/fabiocaccamo/django-admin-interface,MIT,2015年10月26日 14:46:36.000,2023年09月18日 19:45:37.000,2023年09月18日 19:45:34,772.0,22.0,157,33.0,127.0,14.0,171.0,1506,"djangos default admin interface with superpowers - customizable themes, popup windows replaced by modals and many..",3279.0,3235.0,34.0,32,True,['django'],2023年09月05日 16:49:16.000,0.26.1,107.0,,79248.0,,django-admin-interface,https://pypi.org/project/django-admin-interface,2023年09月05日 16:46:34.000,44.0,79248.0,,,,2.0,,,,,,,,,,,,,,,,,, +193,django-money,django-money/django-money,django-utils,,https://github.com/django-money/django-money,https://github.com/django-money/django-money,BSD-3-Clause,2011年05月15日 12:13:19.000,2023年09月21日 14:01:25.000,2023年09月18日 11:18:34,1170.0,5.0,306,27.0,377.0,74.0,274.0,1499,Money fields for Django forms and models.,2711.0,2506.0,112.0,32,True,['django'],2023年09月18日 11:21:17.000,3.3.0,65.0,,176576.0,,django-money,https://pypi.org/project/django-money,2023年09月18日 11:21:17.000,205.0,176576.0,,,,2.0,,,,,,,,,,,,,,,,,, +194,simple-salesforce,simple-salesforce/simple-salesforce,third-party-apis,,https://github.com/simple-salesforce/simple-salesforce,https://github.com/simple-salesforce/simple-salesforce,Apache-2.0,2013年01月17日 20:08:57.000,2023年09月15日 22:30:35.000,2023年09月06日 15:12:09,456.0,7.0,632,92.0,283.0,177.0,259.0,1493,A very simple Salesforce.com REST API client for Python.,218.0,,75.0,32,True,,2023年09月06日 15:13:28.000,1.12.5,47.0,,6555621.0,conda-forge/simple-salesforce,simple-salesforce,https://pypi.org/project/simple-salesforce,2023年09月06日 15:13:28.000,218.0,6554939.0,https://anaconda.org/conda-forge/simple-salesforce,2023年06月16日 13:23:43.695,51878.0,2.0,,,,,,,,,,,,,,,,,, +195,django-pipeline,jazzband/django-pipeline,django-utils,,https://github.com/jazzband/django-pipeline,https://github.com/jazzband/django-pipeline,MIT,2011年06月03日 19:01:34.000,2023年08月30日 11:06:28.000,2023年04月11日 16:36:15,1204.0,,379,26.0,352.0,145.0,326.0,1478,Pipeline is an asset packaging library for Django.,3471.0,2336.0,175.0,32,True,['django'],2023年03月09日 14:54:40.000,2.1.0,131.0,,89540.0,,django-pipeline,https://pypi.org/project/django-pipeline,2023年01月24日 17:50:53.475,1135.0,89540.0,,,,2.0,,,,,,,,,,,,,,,,,, +196,jsonfield,rpkilby/jsonfield,django-utils,,https://github.com/rpkilby/jsonfield,https://github.com/rpkilby/jsonfield,MIT,2009年05月03日 03:42:01.000,2023年07月24日 09:17:20.000,2020年02月22日 08:36:44,368.0,,273,37.0,107.0,12.0,152.0,1156,A reusable Django model field for storing ad-hoc JSON data.,14484.0,12149.0,51.0,32,False,['django'],2020年02月22日 08:42:29.000,3.1.0,34.0,125.0,471556.0,,jsonfield,https://pypi.org/project/jsonfield,2020年02月22日 08:42:29.000,2335.0,471555.0,,,,2.0,,,,,,,,,,,,,,,,,, +197,django-bootstrap4,zostera/django-bootstrap4,django-utils,,https://github.com/zostera/django-bootstrap4,https://github.com/zostera/django-bootstrap4,BSD-3-Clause,2017年04月25日 15:55:15.000,2023年09月05日 09:17:05.000,2023年06月28日 12:15:08,1169.0,5.0,258,38.0,490.0,20.0,140.0,1013,Bootstrap 4 integration with Django.,140204.0,139207.0,138.0,32,True,['django'],2021年05月20日 08:44:02.000,3.0.1,27.0,,194511.0,conda-forge/django-bootstrap4,django-bootstrap4,https://pypi.org/project/django-bootstrap4,2022年03月07日 10:16:50.000,997.0,194129.0,https://anaconda.org/conda-forge/django-bootstrap4,2023年06月16日 16:13:38.994,25228.0,2.0,,,,,,,,,,,,,,,,,, +198,Yarl,aio-libs/yarl,url-utils,,https://github.com/aio-libs/yarl,https://github.com/aio-libs/yarl,Apache-2.0,2016年08月02日 12:56:42.000,2023年09月20日 18:13:25.000,2023年07月18日 13:05:59,1068.0,8.0,140,29.0,714.0,35.0,183.0,995,Yet another URL library.,3142.0,,81.0,32,True,,2023年04月25日 19:10:28.000,1.9.2,95.0,11429.0,69239236.0,conda-forge/yarl,yarl,https://pypi.org/project/yarl,2023年04月25日 19:09:07.299,3142.0,69097092.0,https://anaconda.org/conda-forge/yarl,2023年06月16日 13:23:41.533,10792671.0,2.0,,,,,,,,,,,,,,,,,, +199,flask-cors,corydolphin/flask-cors,flask-utils,,https://github.com/corydolphin/flask-cors,https://github.com/corydolphin/flask-cors,MIT,2013年07月28日 21:33:57.000,2023年08月27日 22:12:17.000,2023年08月27日 22:10:47,361.0,3.0,131,11.0,187.0,47.0,109.0,833,Cross Origin Resource Sharing ( CORS ) support for Flask.,244366.0,236133.0,45.0,32,True,['flask'],2023年08月27日 22:12:17.000,4.0.0,44.0,,6704848.0,conda-forge/flask-cors,flask-cors,https://pypi.org/project/flask-cors,2023年06月26日 05:39:35.576,8233.0,6675793.0,https://anaconda.org/conda-forge/flask-cors,2023年06月26日 12:46:52.217,813565.0,1.0,,,,,,,,,,,,,,,,,, +200,markdown-it-py,executablebooks/markdown-it-py,markdown,,https://github.com/executablebooks/markdown-it-py,https://github.com/executablebooks/markdown-it-py,MIT,2020年03月25日 11:10:01.000,2023年09月18日 16:59:13.000,2023年07月05日 14:51:52,308.0,5.0,61,17.0,223.0,27.0,51.0,517,"Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!.",49742.0,49545.0,25.0,32,True,,2023年06月03日 06:43:00.637,3.0.0,42.0,,31293407.0,conda-forge/markdown-it-py,markdown-it-py,https://pypi.org/project/markdown-it-py,2023年06月03日 06:43:00.637,197.0,31229777.0,https://anaconda.org/conda-forge/markdown-it-py,2023年06月07日 22:00:26.242,2672469.0,3.0,,,,,,,,,,,,,,,,,, +201,Mako,sqlalchemy/mako,others,,https://github.com/sqlalchemy/mako,https://github.com/sqlalchemy/mako,MIT,2016年07月05日 15:04:03.129,2023年09月18日 20:31:10.000,2023年09月18日 20:24:55,933.0,2.0,50,12.0,38.0,66.0,274.0,282,Mako Templates for Python.,209392.0,195163.0,59.0,32,True,,2022年11月15日 14:39:00.630,1.2.4,66.0,,27430040.0,conda-forge/mako,mako,https://pypi.org/project/mako,2022年11月15日 14:39:00.630,14229.0,27367350.0,https://anaconda.org/conda-forge/mako,2023年06月16日 13:18:04.250,5391359.0,2.0,,,,,,,,,,,,,,,,,, +202,OpenAPI Spec validator,p1c2u/openapi-spec-validator,openapi-utils,,https://github.com/python-openapi/openapi-spec-validator,https://github.com/python-openapi/openapi-spec-validator,Apache-2.0,2017年09月06日 08:08:25.000,2023年09月14日 15:14:57.000,2023年09月14日 15:14:54,433.0,74.0,59,9.0,172.0,38.0,69.0,280,"OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI..",5881.0,5647.0,38.0,32,True,,2023年07月10日 07:59:01.490,0.6.0,36.0,,4347397.0,conda-forge/openapi-spec-validator,openapi-spec-validator,https://pypi.org/project/openapi-spec-validator,2023年07月10日 07:59:01.490,234.0,4336493.0,https://anaconda.org/conda-forge/openapi-spec-validator,2023年07月10日 16:10:48.707,414388.0,2.0,,,,,,,,,,,,,,,python-openapi/openapi-spec-validator,,, +203,idna,kjd/idna,others,,https://github.com/kjd/idna,https://github.com/kjd/idna,BSD-3-Clause,2013年05月27日 22:22:13.000,2023年08月26日 16:28:16.000,2023年08月17日 01:54:22,268.0,2.0,80,15.0,71.0,3.0,75.0,221,Internationalized Domain Names for Python (IDNA 2008 and UTS #46).,1472327.0,1433450.0,22.0,32,True,,,,27.0,,225122387.0,conda-forge/idna,idna,https://pypi.org/project/idna,2022年09月19日 21:36:30.273,38877.0,224689522.0,https://anaconda.org/conda-forge/idna,2023年06月16日 13:21:56.407,36793562.0,2.0,,-2.0,,,,,,,,,,,,,,,, +204,soupsieve,facelessuser/soupsieve,web-scraping,,https://github.com/facelessuser/soupsieve,https://github.com/facelessuser/soupsieve,MIT,2018年12月07日 07:42:56.000,2023年09月11日 03:53:49.000,2023年09月11日 03:53:49,347.0,9.0,35,8.0,151.0,12.0,102.0,177,A modern CSS selector implementation for BeautifulSoup.,417894.0,415198.0,11.0,32,True,,2023年09月02日 12:47:29.000,2.5,45.0,,67852689.0,conda-forge/soupsieve,soupsieve,https://pypi.org/project/soupsieve,2023年09月02日 12:48:20.000,2696.0,67421078.0,https://anaconda.org/conda-forge/soupsieve,2023年09月05日 15:57:57.854,15969626.0,1.0,,,,,,,,,,,,,,,,,, +205,You-Get,soimort/you-get,web-scraping,,https://github.com/soimort/you-get,https://github.com/soimort/you-get,MIT,2012年08月20日 15:53:36.000,2023年08月03日 15:10:18.000,2023年07月25日 21:42:57,2515.0,3.0,9300,1375.0,1053.0,384.0,,48193,Dumb downloader that scrapes the web.,38.0,13.0,254.0,31,True,,2022年12月11日 17:34:28.000,0.4.1650,169.0,373726.0,19469.0,conda-forge/you-get,you-get,https://pypi.org/project/you-get,2022年07月01日 21:28:26.000,25.0,15518.0,https://anaconda.org/conda-forge/you-get,2023年06月16日 19:19:15.886,22176.0,2.0,you-get,,,,,,,,,,,,,,,,, +206,sherlock,sherlock-project/sherlock,third-party-apis,,https://github.com/sherlock-project/sherlock,https://github.com/sherlock-project/sherlock,MIT,2018年12月24日 14:30:48.000,2023年09月21日 02:59:42.000,2023年08月29日 12:20:58,2112.0,15.0,5230,1035.0,911.0,179.0,772.0,43327,Hunt down social media accounts by username across social networks.,9.0,,220.0,31,True,,2023年02月18日 14:51:07.497,0.4.1,7.0,,12250.0,,sherlock,https://pypi.org/project/sherlock,2019年05月11日 11:26:59.000,9.0,12250.0,,,,3.0,,,,,,,,,,,,,,,,,, +207,saleor,saleor/saleor,others,,https://github.com/saleor/saleor,https://github.com/saleor/saleor,BSD-3-Clause,2013年02月12日 16:46:39.000,2023年09月21日 16:30:21.000,2023年09月21日 11:42:30,20769.0,274.0,5133,374.0,8863.0,606.0,3347.0,19063,"Saleor Core: the high performance, composable, headless commerce API.",3.0,3.0,281.0,31,True,"['django', 'graphql']",2023年09月21日 14:50:02.000,3.16.0,100.0,9.0,2.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +208,pyspider,binux/pyspider,web-scraping,,https://github.com/binux/pyspider,https://github.com/binux/pyspider,Apache-2.0,2014年02月21日 19:18:47.000,2023年07月05日 17:04:26.000,2020年08月02日 17:34:20,1181.0,,3676,905.0,171.0,296.0,548.0,16031,A Powerful Spider(Web Crawler) System in Python.,358.0,326.0,62.0,31,False,,2018年04月18日 04:25:22.000,0.3.10,17.0,,1379.0,,pyspider,https://pypi.org/project/pyspider,2018年04月18日 04:17:18.000,32.0,1379.0,,,,2.0,,,,,,,,,,,,,,,,,, +209,swagger-codegen,swagger-api/swagger-codegen,openapi-utils,,https://github.com/swagger-api/swagger-codegen,https://github.com/swagger-api/swagger-codegen,Apache-2.0,2011年07月06日 14:26:48.000,2023年09月14日 14:06:09.000,2023年08月15日 14:03:02,11620.0,7.0,6010,421.0,5494.0,3375.0,3427.0,15977,"swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different..",15.0,15.0,1212.0,31,True,['openapi'],2023年06月07日 11:25:00.000,3.0.46,97.0,,,,,,,,,,,,3.0,,,io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,https://search.maven.org/artifact/io.swagger.codegen.v3.swagger-codegen-maven-plugin,,,,,,,,, +210,newspaper3k,codelucas/newspaper,web-scraping,,https://github.com/codelucas/newspaper,https://github.com/codelucas/newspaper,MIT,2013年11月25日 09:50:50.000,2023年06月16日 13:25:29.128,2020年09月02日 06:54:25,651.0,,2054,381.0,304.0,496.0,265.0,13121,"News, full-text, and article metadata extraction in Python 3. Advanced docs:.",312.0,13.0,103.0,31,False,,2018年09月28日 04:58:18.000,0.2.8,18.0,,342447.0,conda-forge/newspaper3k,newspaper3k,https://pypi.org/project/newspaper3k,2018年09月28日 04:58:18.000,299.0,341546.0,https://anaconda.org/conda-forge/newspaper3k,2023年06月16日 13:25:29.128,63089.0,2.0,,,,,,,,,,,,,,,,,, +211,tushare,waditu/tushare,third-party-apis,,https://github.com/waditu/tushare,https://github.com/waditu/tushare,BSD-3-Clause,2015年01月07日 07:51:14.000,2023年05月25日 03:01:38.000,2020年03月04日 14:36:33,412.0,,4276,989.0,133.0,583.0,1058.0,12342,TuShare is a utility for crawling historical data of China stocks.,1839.0,1606.0,34.0,31,False,,2022年12月07日 01:40:05.410,1.2.89,193.0,,26710.0,,tushare,https://pypi.org/project/tushare,2022年12月07日 01:40:05.410,233.0,26710.0,,,,3.0,,,,,,,,,,,,,,,,,, +212,cookiecutter-django,cookiecutter/cookiecutter-django,django-utils,,https://github.com/cookiecutter/cookiecutter-django,https://github.com/cookiecutter/cookiecutter-django,BSD-3-Clause,2013年08月14日 17:43:31.000,2023年09月21日 12:09:47.000,2023年09月21日 12:09:46,6868.0,202.0,2669,191.0,3388.0,97.0,1052.0,10857,Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.,23.0,22.0,395.0,31,True,['django'],2023年09月20日 02:10:31.000,2023年09月19日,100.0,,56.0,,cookiecutter-django,https://pypi.org/project/cookiecutter-django,2018年01月15日 20:46:23.000,1.0,56.0,,,,2.0,,,,,,,,,,,,,,,,,, +213,gallery-dl,mikf/gallery-dl,third-party-apis,,https://github.com/mikf/gallery-dl,https://github.com/mikf/gallery-dl,GPL-2.0,2014年10月12日 19:38:05.000,2023年09月21日 14:36:22.000,2023年09月19日 11:18:47,4872.0,187.0,714,135.0,364.0,806.0,2938.0,8290,Command-line program to download image galleries and collections from several image hosting sites.,22.0,13.0,98.0,31,True,,2023年07月15日 17:29:36.000,1.25.8,142.0,405539.0,51196.0,,gallery-dl,https://pypi.org/project/gallery-dl,2022年06月28日 20:45:04.000,9.0,43955.0,,,,3.0,,,,,,,,,,,,,,,,,, +214,maltrail,stamparm/maltrail,others,,https://github.com/stamparm/maltrail,https://github.com/stamparm/maltrail,MIT,2014年12月04日 21:33:46.000,2023年09月21日 14:41:58.000,2023年09月21日 14:41:58,94788.0,4335.0,972,223.0,18816.0,82.0,303.0,5344,Malicious traffic detection system.,13.0,13.0,42.0,31,True,,2023年08月31日 22:11:04.000,0.61,50.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +215,django-rest-framework-simplejwt,jazzband/djangorestframework-simplejwt,auth,,https://github.com/jazzband/djangorestframework-simplejwt,https://github.com/jazzband/djangorestframework-simplejwt,MIT,2017年05月05日 17:41:35.000,2023年09月21日 13:03:37.000,2023年08月10日 21:39:06,613.0,5.0,619,56.0,331.0,155.0,313.0,3585,A JSON Web Token authentication plugin for the Django REST Framework.,347.0,,104.0,31,True,['django'],2023年08月21日 13:06:54.000,5.3.0,44.0,,1598110.0,,djangorestframework-simplejwt,https://pypi.org/project/djangorestframework-simplejwt,2023年08月21日 13:06:54.000,347.0,1598110.0,,,,3.0,,,,,,,,,,,,,,,,,, +216,aiortc,aiortc/aiortc,others,,https://github.com/aiortc/aiortc,https://github.com/aiortc/aiortc,BSD-3-Clause,2018年02月23日 22:05:16.000,2023年08月29日 05:20:03.000,2023年04月03日 05:33:46,1217.0,,675,90.0,200.0,56.0,605.0,3572,WebRTC and ORTC implementation for Python using asyncio.,2278.0,2241.0,27.0,31,True,,2023年04月01日 17:58:08.493,1.5.0,49.0,,37658.0,,aiortc,https://pypi.org/project/aiortc,2022年04月17日 14:22:13.000,37.0,37658.0,,,,3.0,,,,,,,,,,,,,,,,,, +217,py-googletrans,ssut/py-googletrans,third-party-apis,,https://github.com/ssut/py-googletrans,https://github.com/ssut/py-googletrans,MIT,2015年06月05日 08:35:11.000,2023年06月25日 11:30:23.000,2021年03月10日 14:43:53,116.0,,638,67.0,96.0,14.0,276.0,3544,(unofficial) Googletrans: Free and Unlimited Google translate API for Python. Translates totally free of charge.,47686.0,47059.0,25.0,31,False,,2020年06月14日 07:43:55.000,3.0.0,12.0,,517554.0,,googletrans,https://pypi.org/project/googletrans,2020年12月09日 14:10:21.000,627.0,517554.0,,,,3.0,,,,,,,,,,,,,,,,,, +218,fastapi-users,fastapi-users/fastapi-users,auth,,https://github.com/fastapi-users/fastapi-users,https://github.com/fastapi-users/fastapi-users,MIT,2019年10月05日 15:40:31.000,2023年09月20日 17:21:12.000,2023年08月26日 08:23:06,716.0,23.0,305,36.0,545.0,6.0,241.0,3406,Ready-to-use and customizable users management for FastAPI.,1969.0,1954.0,62.0,31,True,['fastapi'],2023年08月26日 08:37:15.000,12.1.2,101.0,83.0,56677.0,conda-forge/fastapi-users,fastapi-users,https://pypi.org/project/fastapi-users,2023年08月26日 08:33:28.000,15.0,54932.0,https://anaconda.org/conda-forge/fastapi-users,2023年08月26日 11:37:17.667,40131.0,3.0,,,,,,,,,,,,,,,,,, +219,flasgger,flasgger/flasgger,openapi-utils,,https://github.com/flasgger/flasgger,https://github.com/flasgger/flasgger,MIT,2015年07月27日 18:21:49.000,2023年09月19日 06:38:05.000,2023年05月18日 17:18:52,561.0,,475,55.0,199.0,246.0,163.0,3354,Easy OpenAPI specs and Swagger UI for your Flask API.,11645.0,11277.0,110.0,31,True,['flask'],2020年08月01日 15:28:10.000,0.9.5,54.0,512.0,424825.0,conda-forge/flasgger,flasgger,https://pypi.org/project/flasgger,2023年06月10日 21:33:42.214,368.0,423063.0,https://anaconda.org/conda-forge/flasgger,2023年06月16日 13:23:54.649,124789.0,3.0,,,,,,,,,,,,,,,,,, +220,factory_boy,FactoryBoy/factory_boy,testing,,https://github.com/FactoryBoy/factory_boy,https://github.com/FactoryBoy/factory_boy,MIT,2011年05月11日 08:26:59.000,2023年09月20日 14:12:11.000,2023年09月05日 08:37:50,987.0,9.0,378,41.0,486.0,195.0,392.0,3197,A test fixtures replacement for Python.,805.0,,128.0,31,True,['django'],2023年07月19日 09:04:00.000,3.3.0,43.0,,3256739.0,conda-forge/factory_boy,factory_boy,https://pypi.org/project/factory_boy,2023年07月19日 09:04:00.000,805.0,3252980.0,https://anaconda.org/conda-forge/factory_boy,2023年07月19日 13:42:09.417,135329.0,2.0,,,,,,,,,,,,,,,,,, +221,django-taggit,jazzband/django-taggit,django-utils,,https://github.com/jazzband/django-taggit,https://github.com/jazzband/django-taggit,BSD-3-Clause,2009年12月08日 23:40:49.000,2023年09月20日 14:03:12.000,2023年07月24日 05:52:41,1038.0,5.0,621,64.0,450.0,87.0,337.0,3122,Simple tagging for django.,2885.0,,148.0,31,True,['django'],2023年05月04日 02:16:01.440,4.0.0,65.0,,412289.0,conda-forge/django-taggit,django-taggit,https://pypi.org/project/django-taggit,2023年05月04日 02:16:01.440,2885.0,411028.0,https://anaconda.org/conda-forge/django-taggit,2023年06月16日 13:17:20.808,113557.0,2.0,,,,,,,,,,,,,,,,,, +222,pytrends,GeneralMills/pytrends,web-scraping,,https://github.com/GeneralMills/pytrends,https://github.com/GeneralMills/pytrends,Apache-2.0,2014年10月08日 17:47:24.000,2023年06月16日 19:23:49.272,2023年04月22日 10:13:29,635.0,,768,117.0,152.0,118.0,337.0,2861,Pseudo API for Google Trends.,3989.0,3913.0,85.0,31,True,,2023年04月13日 23:18:01.543,4.9.2,30.0,,113993.0,conda-forge/pytrends,pytrends,https://pypi.org/project/pytrends,2023年04月13日 23:18:01.543,76.0,113389.0,https://anaconda.org/conda-forge/pytrends,2023年06月16日 19:23:49.272,20567.0,2.0,,,,,,,,,,,,,,,,,, +223,django-compressor,django-compressor/django-compressor,django-utils,,https://github.com/django-compressor/django-compressor,https://github.com/django-compressor/django-compressor,MIT,2010年02月05日 15:48:14.000,2023年08月04日 13:30:33.000,2023年07月03日 17:24:39,1617.0,2.0,586,52.0,543.0,124.0,539.0,2701,Compresses linked and inline javascript or CSS into a single cached file.,303.0,,215.0,31,True,['django'],2023年01月22日 12:46:02.983,4.3.1,38.0,,458095.0,,django-compressor,https://pypi.org/project/django-compressor,2023年06月27日 22:14:07.890,303.0,458095.0,,,,2.0,,,,,,,,,,,,,,,,,, +224,modoboa,modoboa/modoboa,email,,https://github.com/modoboa/modoboa,https://github.com/modoboa/modoboa,ISC,2013年04月16日 09:43:55.000,2023年09月21日 15:11:52.000,2023年09月21日 15:11:04,4599.0,100.0,351,90.0,949.0,141.0,1677.0,2667,Mail hosting made simple.,78.0,41.0,114.0,31,True,,2023年08月30日 16:47:50.000,2.2.0,71.0,,3115.0,,modoboa,https://pypi.org/project/modoboa,2023年08月30日 16:47:50.000,37.0,3115.0,,,,1.0,,,,,,,,,,,,,,,,,, +225,django-rest-swagger,marcgibbons/django-rest-swagger,openapi-utils,,https://github.com/marcgibbons/django-rest-swagger,https://github.com/marcgibbons/django-rest-swagger,BSD-2-Clause,2013年06月13日 19:28:32.000,2021年12月15日 14:37:49.132,2019年06月04日 18:10:32,801.0,,618,67.0,339.0,167.0,366.0,2592,Swagger Documentation Generator for Django REST Framework: deprecated.,19796.0,17721.0,93.0,31,False,['django'],2021年12月15日 14:37:49.132,0.1.6,50.0,,334980.0,,django-rest-swagger,https://pypi.org/project/django-rest-swagger,2021年12月15日 14:37:49.132,2075.0,334980.0,,,,3.0,,,,,,,,,,,,,,,,,, +226,django-imagekit,matthewwithanm/django-imagekit,django-utils,,https://github.com/matthewwithanm/django-imagekit,https://github.com/matthewwithanm/django-imagekit,BSD-3-Clause,2011年02月10日 21:01:29.000,2023年05月10日 21:29:18.000,2023年05月10日 21:29:18,1108.0,,280,46.0,182.0,100.0,290.0,2148,Automated image processing for Django. Currently v4.0.,9465.0,8437.0,77.0,31,True,['django'],2021年12月17日 07:00:32.000,4.1.0,40.0,94.0,100848.0,,django-imagekit,https://pypi.org/project/django-imagekit,2021年11月02日 06:57:52.000,1028.0,100847.0,,,,2.0,,,,,,,,,,,,,,,,,, +227,HTTPretty,gabrielfalcao/HTTPretty,testing,,https://github.com/gabrielfalcao/HTTPretty,https://github.com/gabrielfalcao/HTTPretty,MIT,2011年01月28日 14:59:02.000,2023年08月28日 07:04:14.000,2022年10月16日 23:12:02,684.0,,268,45.0,230.0,112.0,143.0,2070,Intercept HTTP requests at the Python socket level. Fakes the whole socket module.,17066.0,14308.0,105.0,31,True,,2021年08月16日 19:35:31.000,1.1.4,59.0,,457319.0,conda-forge/httpretty,httpretty,https://pypi.org/project/httpretty,2021年08月16日 19:35:31.000,2758.0,453523.0,https://anaconda.org/conda-forge/httpretty,2023年06月16日 13:23:40.530,341669.0,2.0,,,,,,,,,,,,,,,,,, +228,requests-futures,ross/requests-futures,http-clients,,https://github.com/ross/requests-futures,https://github.com/ross/requests-futures,Apache-2.0,2013年03月21日 14:20:03.000,2023年08月11日 17:28:56.000,2023年08月11日 17:28:56,133.0,5.0,155,43.0,52.0,2.0,86.0,2058,Asynchronous Python HTTP Requests for Humans using Futures.,6755.0,5771.0,28.0,31,True,,2023年06月19日 20:01:02.768,1.0.1,11.0,,1524398.0,conda-forge/requests-futures,requests-futures,https://pypi.org/project/requests-futures,2023年06月19日 20:01:02.768,984.0,1518867.0,https://anaconda.org/conda-forge/requests-futures,2023年06月20日 13:15:11.629,204664.0,3.0,,,,,,,,,,,,,,,,,, +229,django-cacheops,Suor/django-cacheops,django-utils,,https://github.com/Suor/django-cacheops,https://github.com/Suor/django-cacheops,BSD-3-Clause,2011年06月04日 12:25:47.000,2023年05月20日 06:23:11.000,2023年05月20日 06:23:06,1228.0,,213,37.0,139.0,21.0,307.0,1900,A slick ORM cache with automatic granular event-driven invalidation.,1234.0,1137.0,66.0,31,True,['django'],2023年05月09日 07:50:37.686,7.0.1,62.0,,164195.0,,django-cacheops,https://pypi.org/project/django-cacheops,2022年05月27日 05:54:11.000,97.0,164195.0,,,,2.0,,,,,,,,,,,,,,,,,, +230,schemathesis,schemathesis/schemathesis,testing,,https://github.com/schemathesis/schemathesis,https://github.com/schemathesis/schemathesis,MIT,2019年08月19日 11:13:01.000,2023年09月03日 15:42:14.000,2023年09月03日 15:36:05,1783.0,18.0,134,21.0,984.0,135.0,604.0,1844,"Guarantee flawless API functionality with thorough, high-quality test scenarios generated from your API specification.",257.0,253.0,56.0,31,True,"['openapi', 'graphql']",2023年09月03日 15:42:14.000,3.19.7,230.0,,92929.0,,schemathesis,https://pypi.org/project/schemathesis,2023年09月03日 15:42:14.000,4.0,92929.0,,,,2.0,,,,,,,,,,,,,,,,,, +231,django-rq,rq/django-rq,django-utils,,https://github.com/rq/django-rq,https://github.com/rq/django-rq,MIT,2012年05月15日 10:21:58.000,2023年08月30日 06:48:00.000,2023年08月29日 03:06:16,612.0,3.0,273,29.0,290.0,89.0,249.0,1686,A simple app that provides django integration for RQ (Redis Queue).,3343.0,2903.0,119.0,31,True,['django'],2023年05月14日 01:34:02.513,2.8.1,50.0,,357902.0,,django-rq,https://pypi.org/project/django-rq,2023年05月14日 01:34:02.513,440.0,357902.0,,,,2.0,,,,,,,,,,,,,,,,,, +232,django-constance,jazzband/django-constance,django-utils,,https://github.com/jazzband/django-constance,https://github.com/jazzband/django-constance,BSD-3-Clause,2010年09月20日 12:42:29.000,2023年08月21日 21:35:43.000,2023年08月21日 21:20:18,637.0,4.0,305,33.0,255.0,27.0,245.0,1599,Dynamic Django settings.,2068.0,1788.0,140.0,31,True,['django'],2023年08月21日 21:35:43.000,3.1.0,31.0,,213879.0,,django-constance,https://pypi.org/project/django-constance,2023年08月21日 21:35:43.000,280.0,213879.0,,,,2.0,,,,,,,,,,,,,,,,,, +233,easy-thumbnails,SmileyChris/easy-thumbnails,django-utils,,https://github.com/SmileyChris/easy-thumbnails,https://github.com/SmileyChris/easy-thumbnails,BSD-3-Clause,2009年10月08日 03:44:26.000,2023年08月28日 21:04:39.000,2023年01月09日 10:51:18,797.0,,314,32.0,221.0,84.0,317.0,1337,Easy thumbnails for Django.,12221.0,10114.0,91.0,31,True,['django'],2023年01月09日 22:18:33.244,2.8.5,51.0,,191205.0,,easy-thumbnails,https://pypi.org/project/easy-thumbnails,2022年01月20日 03:34:09.000,2107.0,191205.0,,,,2.0,,,,,,,,,,,,,,,,,, +234,Flask-HTTPAuth,miguelgrinberg/Flask-HTTPAuth,auth,,https://github.com/miguelgrinberg/Flask-HTTPAuth,https://github.com/miguelgrinberg/Flask-HTTPAuth,MIT,2013年05月18日 05:10:52.000,2023年09月21日 16:21:26.000,2023年06月23日 18:29:28,182.0,,220,21.0,54.0,8.0,101.0,1208,"Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.",2242.0,,33.0,31,True,['flask'],2023年08月21日 18:47:15.000,4.8.0,36.0,,642964.0,conda-forge/flask-httpauth,flask-httpauth,https://pypi.org/project/flask-httpauth,2023年04月27日 09:56:10.209,2242.0,641455.0,https://anaconda.org/conda-forge/flask-httpauth,2023年06月16日 13:24:13.070,128291.0,3.0,,,,,,,,,,,,,,,,,, +235,httptools,MagicStack/httptools,http-clients,,https://github.com/MagicStack/httptools,https://github.com/MagicStack/httptools,MIT,2016年04月25日 16:13:48.000,2023年07月07日 05:07:24.350,2023年07月06日 21:26:29,90.0,2.0,74,41.0,44.0,9.0,40.0,1132,Fast HTTP parser.,60647.0,60067.0,14.0,31,True,,2023年07月07日 02:39:51.297,0.6.0,21.0,,30433707.0,conda-forge/httptools,httptools,https://pypi.org/project/httptools,2023年07月07日 02:39:51.297,580.0,30418088.0,https://anaconda.org/conda-forge/httptools,2023年07月07日 05:07:24.350,546666.0,3.0,,,,,,,,,,,,,,,,,, +236,flask-limiter,alisaifee/flask-limiter,flask-utils,,https://github.com/alisaifee/flask-limiter,https://github.com/alisaifee/flask-limiter,MIT,2014年02月12日 03:37:41.000,2023年09月11日 13:41:24.000,2023年08月31日 00:31:50,914.0,21.0,120,12.0,248.0,,164.0,1023,Rate Limiting extension for Flask.,7400.0,7011.0,44.0,31,True,['flask'],2023年08月31日 01:04:08.000,3.5.0,99.0,231.0,2237050.0,,flask-limiter,https://pypi.org/project/flask-limiter,2023年08月31日 01:03:54.000,389.0,2237037.0,,,,1.0,,,,,,,,,,,,,,,,,, +237,pynacl,pyca/pynacl,others,,https://github.com/pyca/pynacl,https://github.com/pyca/pynacl,Apache-2.0,2013年02月22日 03:52:39.000,2023年09月05日 21:33:40.000,2023年09月05日 12:41:38,740.0,2.0,225,28.0,503.0,43.0,251.0,987,Python binding to the Networking and Cryptography (NaCl) library.,2809.0,233.0,65.0,31,True,,2022年01月07日 22:05:49.000,1.5.0,16.0,,46123919.0,conda-forge/pynacl,pynacl,https://pypi.org/project/pynacl,2022年01月07日 22:05:49.000,2576.0,46062495.0,https://anaconda.org/conda-forge/pynacl,2023年06月16日 13:24:55.830,4913967.0,3.0,,,,,,,,,,,,,,,,,, +238,requests-toolbelt,requests/toolbelt,http-clients,,https://github.com/requests/toolbelt,https://github.com/requests/toolbelt,Apache-2.0,2013年12月29日 21:19:08.000,2023年08月20日 09:48:44.000,2023年08月11日 14:04:51,593.0,3.0,182,22.0,189.0,90.0,115.0,948,A toolbelt of useful classes and functions to be used with python-requests.,723.0,,68.0,31,True,,2023年05月01日 04:12:06.235,1.0.0,21.0,,46847546.0,conda-forge/requests-toolbelt,requests-toolbelt,https://pypi.org/project/requests-toolbelt,2023年05月01日 04:12:06.235,723.0,46817751.0,https://anaconda.org/conda-forge/requests-toolbelt,2023年06月16日 13:16:20.351,2681591.0,3.0,,,,,,,,,,,,,,,,,, +239,webassets,miracle2k/webassets,others,,https://github.com/miracle2k/webassets,https://github.com/miracle2k/webassets,BSD-2-Clause,2009年12月08日 05:40:34.000,2023年06月16日 13:18:16.196,2021年05月01日 12:22:50,1418.0,,256,22.0,253.0,66.0,234.0,917,Asset management for Python web development.,8308.0,6604.0,157.0,31,False,,2017年01月08日 13:48:21.000,0.12.1,14.0,,251909.0,conda-forge/webassets,webassets,https://pypi.org/project/webassets,2019年12月20日 17:37:28.000,1704.0,251197.0,https://anaconda.org/conda-forge/webassets,2023年06月16日 13:18:16.196,59891.0,3.0,,,,,,,,,,,,,,,,,, +240,flask-caching,pallets-eco/flask-caching,flask-utils,,https://github.com/pallets-eco/flask-caching,https://github.com/pallets-eco/flask-caching,BSD-3-Clause,2016年07月04日 19:53:57.000,2023年09月14日 16:58:52.000,2023年04月28日 14:56:25,724.0,,183,17.0,298.0,64.0,175.0,825,A caching extension for Flask.,17112.0,16346.0,108.0,31,True,['flask'],2023年01月12日 17:46:46.000,2.0.2,24.0,,3574689.0,conda-forge/flask-caching,flask-caching,https://pypi.org/project/flask-caching,2023年01月12日 17:46:16.905,766.0,3572195.0,https://anaconda.org/conda-forge/flask-caching,2023年06月16日 16:09:48.286,149668.0,1.0,,,,,,,,,,,,,,,,,, +241,flask-babel,python-babel/flask-babel,flask-utils,,https://github.com/python-babel/flask-babel,https://github.com/python-babel/flask-babel,BSD-3-Clause,2010年05月29日 14:14:08.000,2023年08月17日 18:59:01.000,2023年04月07日 20:09:39,247.0,,158,15.0,109.0,10.0,115.0,422,i18n and l10n support for Flask based on Babel and pytz.,19072.0,19036.0,41.0,31,True,['flask'],2023年04月07日 20:25:56.984,3.1.0,17.0,,2296578.0,conda-forge/flask-babel,flask-babel,https://pypi.org/project/flask-babel,2023年04月07日 20:25:56.984,36.0,2294931.0,https://anaconda.org/conda-forge/flask-babel,2023年06月16日 13:18:01.654,141647.0,1.0,,5.0,,,,,,,,,,,,,,,, +242,terminado,jupyter/terminado,others,,https://github.com/jupyter/terminado,https://github.com/jupyter/terminado,BSD-2-Clause,2014年09月29日 23:44:25.000,2023年09月14日 02:05:14.000,2023年09月14日 02:05:12,454.0,5.0,91,19.0,162.0,28.0,40.0,345,Terminals served by tornado websockets.,233474.0,226486.0,47.0,31,True,,2023年02月02日 20:56:08.594,0.13.3,34.0,204.0,9858887.0,conda-forge/terminado,terminado,https://pypi.org/project/terminado,2023年02月02日 20:56:08.594,6988.0,9709121.0,https://anaconda.org/conda-forge/terminado,2023年06月16日 13:22:36.326,13329024.0,3.0,,,,,,,,,,,,,,,,,, +243,dirsearch,maurosoria/dirsearch,web-scraping,,https://github.com/maurosoria/dirsearch,https://github.com/maurosoria/dirsearch,GPL-2.0,2013年04月30日 15:57:40.000,2023年09月20日 07:43:47.000,2023年09月19日 14:14:44,2303.0,10.0,2172,308.0,784.0,63.0,446.0,10278,Web path scanner.,52.0,52.0,97.0,30,True,,2022年10月05日 13:01:24.000,0.4.3,16.0,,2914.0,,dirsearch,https://pypi.org/project/dirsearch,2022年10月03日 17:07:28.162,,2914.0,,,,2.0,,,,,,,,,,,,,,,,,, +244,hug,hugapi/hug,web-frameworks,,https://github.com/hugapi/hug,https://github.com/hugapi/hug,MIT,2015年07月17日 03:33:50.000,2023年06月30日 22:47:56.000,2023年06月30日 13:14:01,2415.0,5.0,387,163.0,456.0,179.0,300.0,6736,"Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler.",2729.0,2494.0,120.0,30,True,,2020年02月06日 18:13:37.000,2.6.1,71.0,,56414.0,conda-forge/hug,hug,https://pypi.org/project/hug,2020年02月06日 18:13:37.000,235.0,54198.0,https://anaconda.org/conda-forge/hug,2023年06月16日 13:24:44.089,183996.0,3.0,,,,,,,,,,,,,,,,,, +245,webpy,webpy/webpy,web-frameworks,,https://github.com/webpy/webpy,https://github.com/webpy/webpy,Unlicense,2008年09月29日 03:42:56.000,2023年09月20日 03:49:43.000,2023年08月04日 15:46:20,1066.0,1.0,1327,339.0,335.0,42.0,396.0,5826,web.py is a web framework for python that is as simple as it is powerful.,1154.0,13.0,89.0,30,True,,2020年11月09日 11:30:29.000,0.62,22.0,,222192.0,conda-forge/web.py,web.py,https://pypi.org/project/web.py,2020年11月09日 11:24:34.000,1141.0,221430.0,https://anaconda.org/conda-forge/web.py,2023年06月16日 13:21:14.383,55662.0,3.0,,,,,,,,,,,,,,,,,, +246,AutoRest,Azure/autorest,openapi-utils,,https://github.com/Azure/autorest,https://github.com/Azure/autorest,MIT,2015年02月20日 23:02:54.000,2023年09月21日 10:24:29.000,2023年08月01日 15:34:17,5625.0,3.0,744,820.0,2452.0,79.0,1964.0,4324,"OpenAPI (f.k.a Swagger) Specification code generator. Supports C#, PowerShell, Go, Java, Node.js, TypeScript, Python.",515.0,515.0,169.0,30,True,['openapi'],,,100.0,87044.0,2231.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +247,lektor,lektor/lektor,cms,,https://github.com/lektor/lektor,https://github.com/lektor/lektor,BSD-3-Clause,2015年12月19日 09:18:36.000,2023年09月20日 00:44:57.000,2023年09月15日 19:58:29,1719.0,15.0,313,75.0,525.0,235.0,421.0,3696,The lektor static file content management system.,519.0,430.0,94.0,30,True,,2023年05月06日 02:07:29.000,3.3.10,44.0,7108.0,3081.0,conda-forge/lektor,lektor,https://pypi.org/project/lektor,2022年05月02日 22:01:49.000,89.0,2212.0,https://anaconda.org/conda-forge/lektor,2023年06月04日 00:07:49.844,65878.0,3.0,,,,,,,,,,,,,,,,,, +248,cloudscraper,venomous/cloudscraper,web-scraping,,https://github.com/VeNoMouS/cloudscraper,https://github.com/VeNoMouS/cloudscraper,MIT,2019年04月16日 02:18:50.000,2023年08月01日 05:22:57.000,2023年04月25日 23:19:48,285.0,,424,140.0,58.0,6.0,,3436,A Python module to bypass Cloudflares anti-bot page.,18426.0,18295.0,12.0,30,True,,2023年04月25日 23:20:54.756,1.2.71,95.0,,290082.0,,cloudscraper,https://pypi.org/project/cloudscraper,2023年01月10日 04:21:19.799,131.0,290082.0,,,,2.0,,,,,,,,,,,,,,,,,, +249,twitter,python-twitter-tools/twitter,third-party-apis,,https://github.com/python-twitter-tools/twitter,https://github.com/python-twitter-tools/twitter,MIT,2008年12月15日 21:11:26.000,2022年10月26日 21:06:08.000,2022年10月26日 21:06:08,751.0,,650,161.0,171.0,51.0,237.0,3038,Python Twitter API.,5154.0,4098.0,94.0,30,True,,2022年09月19日 22:45:26.007,1.19.6,60.0,,22674.0,,twitter,https://pypi.org/project/twitter,2022年09月19日 22:46:17.662,1056.0,22674.0,,,,3.0,,,,,,,,,,,,,,,,,, +250,flask-restplus,noirbizarre/flask-restplus,web-frameworks,,https://github.com/noirbizarre/flask-restplus,https://github.com/noirbizarre/flask-restplus,BSD-3-Clause,2014年08月14日 13:26:03.000,2023年06月16日 13:23:51.607,2020年01月13日 15:25:46,731.0,,509,107.0,250.0,374.0,253.0,2710,"Fully featured framework for fast, easy and documented API development with Flask.",14401.0,13427.0,89.0,30,False,['flask'],2019年08月12日 21:51:40.000,0.13.0,35.0,,196325.0,conda-forge/flask-restplus,flask-restplus,https://pypi.org/project/flask-restplus,2019年08月12日 21:51:40.000,974.0,193578.0,https://anaconda.org/conda-forge/flask-restplus,2023年06月16日 13:23:51.607,228032.0,3.0,,,,,,,,,,,,,,,,,, +251,Wikipedia,goldsmith/Wikipedia,third-party-apis,,https://github.com/goldsmith/Wikipedia,https://github.com/goldsmith/Wikipedia,MIT,2013年08月20日 06:39:09.000,2023年06月16日 13:19:46.257,2020年10月09日 23:49:59,186.0,,523,83.0,96.0,185.0,80.0,2694,A Pythonic wrapper for the Wikipedia API.,51355.0,50193.0,23.0,30,False,,2014年11月15日 15:59:49.000,1.4.0,20.0,,297662.0,conda-forge/wikipedia,wikipedia,https://pypi.org/project/wikipedia,2014年11月15日 15:59:49.000,1162.0,296214.0,https://anaconda.org/conda-forge/wikipedia,2023年06月16日 13:19:46.257,114423.0,3.0,,,,,,,,,,,,,,,,,, +252,daphne,django/daphne,websocket,,https://github.com/django/daphne,https://github.com/django/daphne,BSD-3-Clause,2015年12月23日 17:06:46.000,2023年09月07日 07:09:10.000,2023年09月07日 07:09:10,413.0,3.0,242,48.0,167.0,43.0,266.0,2092,Django Channels HTTP/WebSocket server.,780.0,,67.0,30,True,['django'],2022年10月07日 13:19:03.413,4.0.0,57.0,,688619.0,conda-forge/daphne,daphne,https://pypi.org/project/daphne,2022年10月07日 13:19:03.413,780.0,684674.0,https://anaconda.org/conda-forge/daphne,2023年06月16日 19:18:51.620,161764.0,3.0,,,,,,,,,,,,,,,,,, +253,django-braces,brack3t/django-braces,django-utils,,https://github.com/brack3t/django-braces,https://github.com/brack3t/django-braces,BSD-3-Clause,2012年03月02日 20:02:51.000,2023年06月16日 13:18:43.744,2021年11月18日 21:51:43,693.0,,218,57.0,173.0,11.0,125.0,1920,"Reusable, generic mixins for Django.",18513.0,14552.0,77.0,30,False,['django'],2021年11月05日 21:41:41.000,1.15.0,31.0,,199554.0,conda-forge/django-braces,django-braces,https://pypi.org/project/django-braces,2021年11月05日 21:41:41.000,3961.0,199051.0,https://anaconda.org/conda-forge/django-braces,2023年06月16日 13:18:43.744,36727.0,3.0,,,,,,,,,,,,,,,,,, +254,shortuuid,skorokithakis/shortuuid,url-utils,,https://github.com/skorokithakis/shortuuid,https://github.com/skorokithakis/shortuuid,BSD-3-Clause,2011年01月08日 13:00:43.000,2023年06月16日 16:09:52.924,2023年02月25日 23:08:33,172.0,,109,28.0,39.0,,61.0,1913,"A generator library for concise, unambiguous and URL-safe UUIDs.",20473.0,19349.0,33.0,30,True,,2022年11月13日 22:15:36.662,1.0.11,24.0,,2933689.0,conda-forge/shortuuid,shortuuid,https://pypi.org/project/shortuuid,2022年11月13日 22:15:36.662,1124.0,2926960.0,https://anaconda.org/conda-forge/shortuuid,2023年06月16日 16:09:52.924,403751.0,2.0,,,,,,,,,,,,,,,,,, +255,twython,ryanmcgrath/twython,third-party-apis,,https://github.com/ryanmcgrath/twython,https://github.com/ryanmcgrath/twython,MIT,2009年04月02日 05:01:31.000,2023年06月16日 13:20:59.998,2021年07月16日 22:33:17,853.0,,405,102.0,222.0,26.0,306.0,1854,"Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.",7826.0,6669.0,103.0,30,False,,2021年07月16日 22:38:58.000,3.9.1,61.0,,155929.0,conda-forge/twython,twython,https://pypi.org/project/twython,2021年07月16日 22:35:20.000,1157.0,152446.0,https://anaconda.org/conda-forge/twython,2023年06月16日 13:20:59.998,264756.0,3.0,,,,,,,,,,,,,,,,,, +256,slacker,os/slacker,third-party-apis,,https://github.com/os/slacker,https://github.com/os/slacker,Apache-2.0,2014年03月12日 15:13:32.000,2023年06月16日 13:18:03.732,2020年07月03日 04:29:16,356.0,,257,55.0,94.0,30.0,61.0,1620,Full-featured Python interface for the Slack API.,4061.0,3004.0,45.0,30,False,,2020年02月15日 09:06:13.000,0.14.0,57.0,,720143.0,conda-forge/slacker,slacker,https://pypi.org/project/slacker,2020年02月15日 09:06:13.000,1057.0,715652.0,https://anaconda.org/conda-forge/slacker,2023年06月16日 13:18:03.732,390775.0,3.0,,,,,,,,,,,,,,,,,, +257,flask-api,flask-api/flask-api,flask-utils,,https://github.com/flask-api/flask-api,https://github.com/flask-api/flask-api,BSD-3-Clause,2014年02月15日 12:27:34.000,2023年08月02日 02:59:17.000,2023年08月02日 02:59:16,283.0,3.0,182,47.0,91.0,14.0,53.0,1395,Browsable web APIs for Flask.,6701.0,6004.0,34.0,30,True,['flask'],2023年06月05日 16:50:54.000,3.1,33.0,,104413.0,,flask-api,https://pypi.org/project/flask-api,2021年06月15日 20:58:27.000,697.0,104413.0,,,,2.0,,,,,,,,,,,,,,,,,, +258,python-jose,mpdavis/python-jose,auth,,https://github.com/mpdavis/python-jose,https://github.com/mpdavis/python-jose,MIT,2015年04月20日 19:19:35.000,2023年08月16日 20:29:57.000,2023年05月03日 16:54:16,657.0,,239,30.0,188.0,85.0,76.0,1360,A JOSE implementation in Python.,849.0,,49.0,30,True,,2021年06月05日 03:30:38.000,3.3.0,38.0,,6975019.0,conda-forge/python-jose,python-jose,https://pypi.org/project/python-jose,2021年06月05日 03:30:38.000,849.0,6945936.0,https://anaconda.org/conda-forge/python-jose,2023年06月16日 16:09:38.555,1774087.0,3.0,,,,,,,,,,,,,,,,,, +259,django-waffle,django-waffle/django-waffle,django-utils,,https://github.com/django-waffle/django-waffle,https://github.com/django-waffle/django-waffle,BSD-3-Clause,2011年01月23日 17:42:09.000,2023年07月31日 15:13:53.926,2023年07月26日 04:55:12,428.0,3.0,255,22.0,288.0,39.0,163.0,1023,A feature flipper for Django.,1572.0,1226.0,116.0,30,True,['django'],2023年07月26日 04:58:44.000,4.0.0,47.0,,418022.0,conda-forge/django-waffle,django-waffle,https://pypi.org/project/django-waffle,2023年07月26日 04:58:44.000,346.0,417605.0,https://anaconda.org/conda-forge/django-waffle,2023年07月31日 15:13:53.926,15030.0,3.0,,,,,,,,,,,,,,,,,, +260,parsel,scrapy/parsel,web-scraping,,https://github.com/scrapy/parsel,https://github.com/scrapy/parsel,BSD-3-Clause,2015年04月24日 15:53:36.000,2023年07月06日 05:56:10.000,2023年07月06日 05:56:10,770.0,1.0,133,34.0,177.0,36.0,77.0,1001,Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors.,30384.0,28771.0,49.0,30,True,,2023年04月18日 13:48:20.000,1.8.1,22.0,,1162220.0,conda-forge/parsel,parsel,https://pypi.org/project/parsel,2023年04月18日 13:42:01.626,1613.0,1158029.0,https://anaconda.org/conda-forge/parsel,2023年06月16日 19:18:48.857,171850.0,2.0,,,,,,,,,,,,,,,,,, +261,flask-dance,singingwolfboy/flask-dance,auth,,https://github.com/singingwolfboy/flask-dance,https://github.com/singingwolfboy/flask-dance,MIT,2014年09月09日 11:53:06.000,2023年09月14日 20:38:18.000,2023年05月10日 18:26:21,623.0,,151,19.0,218.0,38.0,167.0,957,"Doing the OAuth dance with style using Flask, requests, and oauthlib.",3880.0,3715.0,56.0,30,True,['flask'],2023年05月10日 18:30:01.565,7.0.0,50.0,,81213.0,conda-forge/flask-dance,flask-dance,https://pypi.org/project/flask-dance,2023年05月10日 18:30:01.565,165.0,71491.0,https://anaconda.org/conda-forge/flask-dance,2023年09月13日 17:12:10.238,9722.0,3.0,,,,,,,,,,,,,,,,,, +262,tavern,taverntesting/tavern,testing,,https://github.com/taverntesting/tavern,https://github.com/taverntesting/tavern,MIT,2017年11月01日 14:51:25.000,2023年09月19日 12:39:44.000,2023年09月19日 12:39:28,1073.0,16.0,185,28.0,301.0,47.0,549.0,941,"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise..",515.0,491.0,58.0,30,True,,2023年09月18日 12:25:45.000,2.3.0,176.0,,157185.0,,tavern,https://pypi.org/project/tavern,2023年09月18日 12:25:45.000,24.0,157185.0,,,,2.0,,,,,,,,,,,,,,,,,, +263,django-filebrowser,sehmaschine/django-filebrowser,django-utils,,https://github.com/sehmaschine/django-filebrowser,https://github.com/sehmaschine/django-filebrowser,BSD-3-Clause,2011年03月07日 20:38:23.000,2023年07月27日 13:55:33.000,2023年07月27日 13:43:35,922.0,10.0,382,44.0,142.0,17.0,268.0,936,Media-Management with Grappelli.,1170.0,898.0,36.0,30,True,['django'],2023年07月27日 13:46:30.000,4.0.3,40.0,,15073.0,,django-filebrowser,https://pypi.org/project/django-filebrowser,2023年07月27日 13:46:30.000,272.0,15073.0,,,,3.0,,,,,,,,,,,,,,,,,, +264,flask-mongoengine,MongoEngine/flask-mongoengine,flask-utils,,https://github.com/MongoEngine/flask-mongoengine,https://github.com/MongoEngine/flask-mongoengine,BSD-3-Clause,2012年05月15日 11:33:26.000,2023年09月16日 22:40:58.000,2022年08月16日 14:02:03,969.0,,251,28.0,265.0,42.0,236.0,830,MongoEngine flask extension with WTF model forms support.,10481.0,9065.0,90.0,30,False,['flask'],2020年11月21日 06:02:04.000,1.0.0,21.0,,116831.0,,flask-mongoengine,https://pypi.org/project/flask-mongoengine,2020年11月21日 06:02:04.000,1416.0,116831.0,,,,2.0,,,,,,,,,,,,,,,,,, +265,klein,twisted/klein,others,,https://github.com/twisted/klein,https://github.com/twisted/klein,MIT,2012年02月10日 17:55:04.000,2023年09月19日 05:24:08.000,2023年09月05日 10:04:46,2756.0,66.0,127,37.0,490.0,79.0,97.0,821,werkzeug + twisted.web.,2172.0,1779.0,56.0,30,True,,2023年05月03日 00:07:23.000,23.5.0,19.0,,55498.0,,klein,https://pypi.org/project/klein,2017年10月22日 19:20:42.000,393.0,55498.0,,,,3.0,,,,,,,,,,,,,,,,,, +266,flask-marshmallow,marshmallow-code/flask-marshmallow,flask-utils,,https://github.com/marshmallow-code/flask-marshmallow,https://github.com/marshmallow-code/flask-marshmallow,MIT,2014年04月25日 23:35:09.000,2023年09月14日 03:47:19.000,2023年08月02日 04:58:35,352.0,6.0,56,16.0,161.0,27.0,85.0,814,Flask + marshmallow for beautiful APIs.,26260.0,25439.0,21.0,30,True,['flask'],2023年04月05日 17:20:02.044,0.15.0,19.0,,549630.0,conda-forge/flask-marshmallow,flask-marshmallow,https://pypi.org/project/flask-marshmallow,2023年04月05日 17:20:02.044,821.0,548588.0,https://anaconda.org/conda-forge/flask-marshmallow,2023年06月16日 13:23:42.076,86527.0,2.0,,,,,,,,,,,,,,,,,, +267,Hypercorn,pgjones/hypercorn,servers,,https://github.com/pgjones/hypercorn,https://github.com/pgjones/hypercorn,MIT,2018年06月02日 17:47:42.000,2023年09月16日 14:58:25.000,2023年09月16日 14:57:54,648.0,17.0,64,13.0,28.0,49.0,68.0,688,Hypercorn is an ASGI Server based on Hyper libraries and inspired by Gunicorn.,4999.0,4949.0,50.0,30,True,,2023年07月08日 17:39:01.028,0.14.4,50.0,,506325.0,,hypercorn,https://pypi.org/project/hypercorn,2023年07月08日 17:39:01.028,50.0,506325.0,,,,3.0,,,,,,,,,,,,,,,,,, +268,flask-mail,mattupstate/flask-mail,email,,https://github.com/mattupstate/flask-mail,https://github.com/mattupstate/flask-mail,BSD-3-Clause,2012年02月29日 16:39:29.000,2023年06月16日 13:17:02.870,2014年11月04日 19:45:41,236.0,,167,26.0,80.0,100.0,44.0,574,Flask-Mail adds SMTP mail sending to your Flask applications.,65232.0,61295.0,30.0,30,False,,2014年09月28日 23:35:22.000,0.9.1,28.0,,493735.0,conda-forge/flask-mail,flask-mail,https://pypi.org/project/flask-mail,2014年09月28日 23:35:22.000,3937.0,492519.0,https://anaconda.org/conda-forge/flask-mail,2023年06月16日 13:17:02.870,103402.0,1.0,,,,,,,,,,,,,,,,,, +269,graphql-core,graphql-python/graphql-core,graphql,,https://github.com/graphql-python/graphql-core,https://github.com/graphql-python/graphql-core,MIT,2017年09月02日 07:26:43.951,2023年06月16日 13:19:01.788,2023年06月09日 22:13:10,1035.0,,123,21.0,69.0,22.0,120.0,485,A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.,23946.0,23178.0,31.0,30,True,,2022年09月23日 08:40:18.000,3.2.3,85.0,,4843238.0,conda-forge/graphql-core,graphql-core,https://pypi.org/project/graphql-core,2023年06月04日 19:59:03.978,768.0,4832249.0,https://anaconda.org/conda-forge/graphql-core,2023年06月16日 13:19:01.788,791232.0,2.0,,,,,,,,,,,,,,,,,, +270,flask-session,fengsp/flask-session,flask-utils,,https://github.com/pallets-eco/flask-session,https://github.com/pallets-eco/flask-session,BSD-3-Clause,2014年04月25日 11:48:29.000,2023年09月14日 09:51:50.000,2023年06月21日 14:35:45,86.0,,206,22.0,77.0,38.0,72.0,450,Server side session extension for Flask.,32948.0,31851.0,10.0,30,True,['flask'],2023年05月11日 18:45:02.000,0.5.0,12.0,12.0,2585171.0,,flask-session,https://pypi.org/project/flask-session,2023年05月11日 18:45:00.315,1097.0,2585168.0,,,,2.0,,,,,,,,,,,,,,,pallets-eco/flask-session,,, +271,coursera-dl,coursera-dl/coursera-dl,third-party-apis,,https://github.com/coursera-dl/coursera-dl,https://github.com/coursera-dl/coursera-dl,LGPL-3.0,2012年03月21日 21:07:15.000,2023年09月05日 19:18:07.000,2021年02月12日 03:30:48,1131.0,,2175,330.0,218.0,204.0,460.0,9126,Script for downloading Coursera.org videos and naming them.,235.0,221.0,85.0,29,False,,2019年12月16日 21:11:03.021,0.11.5,12.0,,1031.0,conda-forge/coursera-dl,coursera-dl,https://pypi.org/project/coursera-dl,2018年06月03日 08:31:25.000,14.0,772.0,https://anaconda.org/conda-forge/coursera-dl,2023年06月16日 13:14:45.566,21309.0,3.0,,,,,,,,,,,,,,,,,, +272,Google Images Download,hardikvasa/google-images-download,third-party-apis,,https://github.com/hardikvasa/google-images-download,https://github.com/hardikvasa/google-images-download,MIT,2015年03月28日 16:50:28.000,2023年06月21日 16:58:16.000,2019年05月21日 18:24:10,156.0,,2015,200.0,102.0,130.0,169.0,8377,Python Script to download hundreds of images from Google Images. It is a ready-to-run code!.,109.0,,38.0,29,False,,2019年05月21日 18:28:03.000,2.8.0,40.0,,11380.0,,google_images_download,https://pypi.org/project/google_images_download,2019年05月21日 18:28:03.000,109.0,11380.0,,,,3.0,,,,,,,,,,,,,,,,,, +273,grip,joeyespo/grip,markdown,,https://github.com/joeyespo/grip,https://github.com/joeyespo/grip,MIT,2012年11月17日 07:27:16.000,2023年07月24日 20:34:59.000,2022年03月30日 18:00:12,575.0,,424,75.0,104.0,99.0,186.0,6138,Preview GitHub README.md files locally before committing them.,1650.0,1501.0,39.0,29,False,,2022年03月30日 18:06:59.000,4.6.1,26.0,,16314.0,,grip,https://pypi.org/project/grip,2022年03月30日 18:06:59.000,149.0,16314.0,,,,3.0,,,,,,,,,,,,,,,,,, +274,apistar,encode/apistar,openapi-utils,,https://github.com/encode/apistar,https://github.com/encode/apistar,BSD-3-Clause,2017年03月17日 15:42:12.000,2023年06月16日 16:08:51.994,2021年08月31日 09:48:33,768.0,,412,168.0,374.0,59.0,289.0,5596,The Web API toolkit.,920.0,750.0,91.0,29,False,['openapi'],2019年04月03日 08:12:14.000,0.7.2,94.0,,10973.0,conda-forge/apistar,apistar,https://pypi.org/project/apistar,2019年04月03日 08:12:14.000,170.0,9059.0,https://anaconda.org/conda-forge/apistar,2023年06月16日 16:08:51.994,124461.0,3.0,,,,,,,,,,,,,,,,,, +275,grequests,spyoungtech/grequests,http-clients,,https://github.com/spyoungtech/grequests,https://github.com/spyoungtech/grequests,BSD-2-Clause,2012年05月10日 21:50:15.000,2023年06月16日 13:16:57.269,2023年06月08日 00:01:30,89.0,,332,114.0,50.0,5.0,116.0,4302,Requests + Gevent = 3.,4708.0,4028.0,28.0,29,True,,2023年06月08日 00:06:01.754,0.7.0,7.0,6.0,301922.0,conda-forge/grequests,grequests,https://pypi.org/project/grequests,2020年04月05日 14:27:35.000,680.0,300921.0,https://anaconda.org/conda-forge/grequests,2023年06月16日 13:16:57.269,84141.0,3.0,,,,,,,,,,,,,,,,,, +276,PyWebIO,pywebio/PyWebIO,web-ui,,https://github.com/pywebio/PyWebIO,https://github.com/pywebio/PyWebIO,MIT,2020年02月29日 10:28:10.000,2023年08月12日 23:53:59.000,2023年08月05日 09:40:53,956.0,5.0,354,55.0,62.0,58.0,189.0,4072,Write interactive web app in script way.,1325.0,1310.0,19.0,29,True,,2023年04月22日 05:40:00.950,1.8.2,33.0,,11271.0,,pywebio,https://pypi.org/project/pywebio,2022年12月11日 10:34:31.514,15.0,11271.0,,,,2.0,,,,,,,,,,,,,,,,,, +277,sync-engine,nylas/sync-engine,email,,https://github.com/nylas/sync-engine,https://github.com/nylas/sync-engine,AGPL-3.0,2014年01月15日 18:18:17.000,2023年09月08日 19:32:17.000,2017年03月08日 18:34:10,4395.0,,372,182.0,142.0,69.0,263.0,3509,IMAP/SMTP sync system with modern APIs.,10.0,,78.0,29,False,,2023年08月02日 00:58:49.000,5.14.1,62.0,,102188.0,,nylas,https://pypi.org/project/nylas,2023年09月08日 19:32:17.000,10.0,102188.0,,,,2.0,,,,,,,,,,,,,,,,,, +278,python-oauth2,joestump/python-oauth2,auth,,https://github.com/joestump/python-oauth2,https://github.com/joestump/python-oauth2,MIT,2009年10月21日 17:21:07.000,2023年06月16日 13:23:13.681,2018年02月12日 06:35:04,352.0,,1047,219.0,114.0,76.0,81.0,2984,"A fully tested, abstract interface to creating OAuth clients and servers.",10979.0,10883.0,42.0,29,False,,2019年06月28日 17:57:45.000,1.1.1,13.0,,55376.0,conda-forge/python-oauth2,python-oauth2,https://pypi.org/project/python-oauth2,2019年06月28日 17:57:45.000,96.0,54170.0,https://anaconda.org/conda-forge/python-oauth2,2023年06月16日 13:23:13.681,89244.0,3.0,,,,,,,,,,,,,,,,,, +279,yagmail,kootenpv/yagmail,email,,https://github.com/kootenpv/yagmail,https://github.com/kootenpv/yagmail,MIT,2015年04月17日 21:39:24.000,2023年06月16日 16:18:42.921,2022年09月28日 20:43:53,295.0,,270,54.0,44.0,100.0,126.0,2522,Send email in Python conveniently for gmail using yagmail.,3931.0,3469.0,32.0,29,True,,2022年09月19日 15:58:02.665,0.15.293,107.0,,152934.0,conda-forge/yagmail,yagmail,https://pypi.org/project/yagmail,2022年09月19日 15:58:02.665,462.0,152274.0,https://anaconda.org/conda-forge/yagmail,2023年06月16日 16:18:42.921,31025.0,2.0,,,,,,,,,,,,,,,,,, +280,Js2Py,PiotrDabkowski/Js2Py,others,,https://github.com/PiotrDabkowski/Js2Py,https://github.com/PiotrDabkowski/Js2Py,MIT,2014年10月02日 21:08:48.000,2023年08月03日 18:06:40.000,2022年11月06日 10:12:00,297.0,,252,62.0,72.0,135.0,123.0,2279,JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python Try it online:.,13293.0,13119.0,29.0,29,True,,,,48.0,,247943.0,conda-forge/js2py,js2py,https://pypi.org/project/js2py,2022年11月06日 10:45:09.851,174.0,246629.0,https://anaconda.org/conda-forge/js2py,2023年06月16日 19:19:20.466,52578.0,3.0,,,,,,,,,,,,,,,,,, +281,django-suit,darklow/django-suit,admin-ui,,https://github.com/darklow/django-suit,https://github.com/darklow/django-suit,AFL-3.0,2013年02月17日 11:59:33.000,2023年04月15日 10:49:38.000,2022年11月29日 19:37:09,766.0,,677,118.0,168.0,298.0,353.0,2258,Modern theme for Django admin interface.,4159.0,3119.0,60.0,29,False,['django'],2019年10月02日 08:36:30.000,0.2.28,47.0,,61084.0,,django-suit,https://pypi.org/project/django-suit,2022年11月29日 19:58:01.176,1040.0,61084.0,,,,2.0,,,,,,,,,,,,,,,,,, +282,django-fsm,viewflow/django-fsm,django-utils,,https://github.com/viewflow/django-fsm,https://github.com/viewflow/django-fsm,MIT,2010年05月31日 14:03:48.000,2023年08月16日 08:39:23.000,2023年01月19日 10:56:01,341.0,,296,43.0,142.0,26.0,137.0,2245,Django friendly finite state machine support.,1819.0,1487.0,67.0,29,True,['django'],2022年08月15日 10:47:37.550,2.8.1,23.0,,274454.0,conda-forge/django-fsm,django-fsm,https://pypi.org/project/django-fsm,2022年08月15日 10:47:37.550,332.0,274118.0,https://anaconda.org/conda-forge/django-fsm,2023年06月16日 13:21:26.721,24528.0,3.0,,,,,,,,,,,,,,,,,, +283,django-sql-explorer,groveco/django-sql-explorer,django-utils,,https://github.com/groveco/django-sql-explorer,https://github.com/groveco/django-sql-explorer,MIT,2013年12月22日 20:58:37.000,2023年09月07日 08:39:12.000,2023年09月07日 08:39:08,888.0,7.0,340,75.0,282.0,23.0,252.0,2143,Easily share data across your company via SQL queries. From Grove Collab.,455.0,380.0,99.0,29,True,['django'],2023年07月13日 02:55:52.586,3.2.1,37.0,,50707.0,,django-sql-explorer,https://pypi.org/project/django-sql-explorer,2023年07月13日 02:55:52.586,75.0,50707.0,,,,3.0,,,,,,,,,,,,,,,,,, +284,django-q,Koed00/django-q,django-utils,,https://github.com/Koed00/django-q,https://github.com/Koed00/django-q,MIT,2015年06月14日 12:37:08.000,2023年04月06日 17:32:52.000,2021年06月26日 12:04:16,1246.0,,240,53.0,309.0,316.0,146.0,1747,A multiprocessing distributed task queue for Django.,1539.0,1459.0,62.0,29,False,['django'],2021年06月27日 12:04:53.000,1.3.9,78.0,,64829.0,,django-q,https://pypi.org/project/django-q,2021年06月27日 12:04:53.000,80.0,64829.0,,,,3.0,,,,,,,,,,,,,,,,,, +285,flask-security,mattupstate/flask-security,flask-utils,,https://github.com/mattupstate/flask-security,https://github.com/mattupstate/flask-security,MIT,2012年03月07日 19:44:05.000,2023年06月16日 13:21:48.371,2020年04月23日 15:22:46,932.0,,506,67.0,350.0,173.0,394.0,1609,Quick and simple security for Flask applications.,8570.0,7218.0,128.0,29,False,['flask'],2017年06月14日 13:28:38.000,3.0.0,26.0,,47603.0,conda-forge/flask-security,flask-security,https://pypi.org/project/flask-security,2017年06月14日 13:28:38.000,1352.0,47078.0,https://anaconda.org/conda-forge/flask-security,2023年06月16日 13:21:48.371,40459.0,2.0,,,,,,,,,,,,,,,,,, +286,rauth,litl/rauth,auth,,https://github.com/litl/rauth,https://github.com/litl/rauth,MIT,2012年03月02日 14:18:54.000,2022年06月26日 18:20:47.000,2015年11月05日 16:01:31,386.0,,178,75.0,98.0,38.0,89.0,1608,"A Python library for OAuth 1.0/a, 2.0, and Ofly.",983.0,,42.0,29,False,,2017年01月22日 16:51:43.000,0.7.3,36.0,,597728.0,,rauth,https://pypi.org/project/rauth,2017年01月22日 16:51:43.000,983.0,597728.0,,,,3.0,,,,,,,,,,,,,,,,,, +287,rpyc,tomerfiliba-org/rpyc,rpc,,https://github.com/tomerfiliba-org/rpyc,https://github.com/tomerfiliba-org/rpyc,MIT,2009年03月08日 11:23:29.000,2023年06月17日 23:09:02.000,2023年06月10日 01:55:50,973.0,,237,60.0,135.0,69.0,340.0,1443,RPyC (Remote Python Call) - A transparent and symmetric RPC library for python.,2287.0,1936.0,84.0,29,True,,2023年02月22日 03:48:42.000,5.3.1,28.0,344.0,337789.0,conda-forge/rpyc,rpyc,https://pypi.org/project/rpyc,2023年02月22日 03:46:11.845,351.0,316722.0,https://anaconda.org/conda-forge/rpyc,2023年06月16日 19:21:36.467,758211.0,2.0,,,,,,,,,,,,,,,,,, +288,python-user-agents,selwin/python-user-agents,others,,https://github.com/selwin/python-user-agents,https://github.com/selwin/python-user-agents,MIT,2013年01月05日 00:44:11.000,2023年06月16日 13:16:51.489,2023年02月16日 01:51:50,146.0,,201,39.0,52.0,44.0,33.0,1376,"A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by..",7321.0,6812.0,32.0,29,True,,2020年08月23日 06:05:26.000,2.2.0,12.0,,2305523.0,conda-forge/user-agents,user-agents,https://pypi.org/project/user-agents,2020年08月23日 06:01:54.000,509.0,2305007.0,https://anaconda.org/conda-forge/user-agents,2023年06月16日 13:16:51.489,43919.0,3.0,,,,,,,,,,,,,,,,,, +289,django-countries,SmileyChris/django-countries,django-utils,,https://github.com/SmileyChris/django-countries,https://github.com/SmileyChris/django-countries,MIT,2013年06月21日 20:02:58.000,2023年08月27日 01:42:59.000,2023年08月27日 01:42:59,689.0,2.0,258,20.0,148.0,24.0,255.0,1308,"A Django application that provides country choices for use with forms, flag icons static files, and a country field..",1551.0,,54.0,29,True,['django'],2023年02月02日 20:54:56.568,7.3.2,66.0,,514276.0,,django-countries,https://pypi.org/project/django-countries,2023年02月02日 20:54:56.568,1551.0,514276.0,,,,3.0,,,,,,,,,,,,,,,,,, +290,imdbpy,alberanid/imdbpy,third-party-apis,,https://github.com/cinemagoer/cinemagoer,https://github.com/cinemagoer/cinemagoer,GPL-2.0,2010年08月01日 17:34:24.000,2023年09月08日 13:15:58.000,2023年09月08日 13:15:32,1975.0,8.0,319,48.0,140.0,62.0,253.0,1140,Cinemagoer is a Python package useful to retrieve and manage the data of the IMDb (to which we are not affiliated in..,126.0,,74.0,29,True,,2023年05月01日 13:48:42.000,2023年05月01日,44.0,288.0,2936806.0,,imdbpy,https://pypi.org/project/imdbpy,2022年07月09日 12:09:01.903,126.0,2936797.0,,,,3.0,,,,,,,,,,,,,,,cinemagoer/cinemagoer,,, +291,hyper,python-hyper/hyper,http-clients,,https://github.com/python-hyper/hyper,https://github.com/python-hyper/hyper,MIT,2014年01月23日 07:53:47.000,2023年06月16日 16:07:33.511,2021年01月12日 18:36:50,1415.0,,189,43.0,195.0,101.0,167.0,1051,HTTP/2 for Python.,1321.0,1193.0,43.0,29,False,,2020年08月02日 14:24:39.000,0.5.0,18.0,187.0,215464.0,conda-forge/hyper,hyper,https://pypi.org/project/hyper,2016年09月27日 13:03:52.800,128.0,215156.0,https://anaconda.org/conda-forge/hyper,2023年06月16日 16:07:33.511,20888.0,3.0,,,,,,,,,,,,,,,,,, +292,django-redis-cache,sebleier/django-redis-cache,django-utils,,https://github.com/sebleier/django-redis-cache,https://github.com/sebleier/django-redis-cache,BSD-3-Clause,2009年07月03日 17:51:56.000,2023年08月01日 03:17:29.000,2022年03月09日 18:46:07,381.0,,212,34.0,102.0,73.0,67.0,1031,A Redis cache backend for django.,5176.0,4019.0,46.0,29,False,['django'],2022年03月09日 18:49:10.000,3.0.1,53.0,,199091.0,conda-forge/django-redis-cache,django-redis-cache,https://pypi.org/project/django-redis-cache,2022年03月09日 18:49:10.000,1157.0,198492.0,https://anaconda.org/conda-forge/django-redis-cache,2023年06月16日 13:15:48.268,53991.0,3.0,,,,,,,,,,,,,,,,,, +293,dpkt,kbandla/dpkt,others,,https://github.com/kbandla/dpkt,https://github.com/kbandla/dpkt,BSD-3-Clause,2012年06月06日 18:39:31.000,2023年09月20日 23:27:29.000,2023年01月27日 16:44:52,813.0,,266,50.0,285.0,74.0,305.0,1031,"fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols.",1803.0,1474.0,67.0,29,True,,2022年08月18日 05:57:11.000,1.9.8,22.0,,274216.0,conda-forge/dpkt,dpkt,https://pypi.org/project/dpkt,2022年08月18日 05:55:29.977,329.0,271965.0,https://anaconda.org/conda-forge/dpkt,2023年06月16日 16:13:36.846,126107.0,3.0,,,,,,,,,,,,,,,,,, +294,django-rest-knox,James1345/django-rest-knox,auth,,https://github.com/jazzband/django-rest-knox,https://github.com/jazzband/django-rest-knox,MIT,2015年09月09日 14:52:23.000,2023年08月21日 21:14:32.000,2023年08月21日 21:14:32,392.0,11.0,182,20.0,169.0,49.0,92.0,979,Authentication Module for django rest auth.,10120.0,9937.0,47.0,29,True,['django'],2022年01月31日 17:42:28.000,4.2.0,25.0,,120944.0,,django-rest-knox,https://pypi.org/project/django-rest-knox,2022年01月31日 17:42:28.000,183.0,120944.0,,,,3.0,,,,,,,,,,,,,,,jazzband/django-rest-knox,,, +295,django-nose,jazzband/django-nose,testing,,https://github.com/jazzband/django-nose,https://github.com/jazzband/django-nose,BSD-3-Clause,2009年10月01日 17:53:27.000,2023年08月25日 15:56:54.000,2021年10月22日 14:38:03,379.0,,242,21.0,116.0,96.0,133.0,883,Django test runner using nose.,13684.0,9282.0,63.0,29,False,['django'],2020年08月20日 02:49:13.000,1.4.7,18.0,,344077.0,,django-nose,https://pypi.org/project/django-nose,2020年08月20日 02:49:13.000,4402.0,344077.0,,,,2.0,,,,,,,,,,,,,,,,,, +296,openapi-python-client,openapi-generators/openapi-python-client,openapi-utils,,https://github.com/openapi-generators/openapi-python-client,https://github.com/openapi-generators/openapi-python-client,MIT,2020年02月15日 19:33:46.000,2023年09月18日 02:38:39.000,2023年09月18日 02:32:39,653.0,24.0,159,13.0,467.0,42.0,272.0,824,Generate modern Python clients from OpenAPI.,599.0,594.0,55.0,29,True,['openapi'],2023年09月16日 17:21:07.000,0.15.2,66.0,,165061.0,conda-forge/openapi-python-client,openapi-python-client,https://pypi.org/project/openapi-python-client,2023年09月16日 17:21:07.000,5.0,164223.0,https://anaconda.org/conda-forge/openapi-python-client,2023年07月23日 22:32:19.353,20965.0,3.0,,,,,,,,,,,,,,,,,, +297,django-dbbackup,jazzband/django-dbbackup,django-utils,,https://github.com/jazzband/django-dbbackup,https://github.com/jazzband/django-dbbackup,BSD-3-Clause,2014年12月29日 02:39:34.000,2023年09月18日 20:31:30.000,2022年12月12日 10:26:16,471.0,,208,22.0,219.0,75.0,207.0,791,Management commands to help backup and restore your project database and media files.,1748.0,1587.0,64.0,29,True,['django'],2022年09月28日 00:30:54.478,4.0.2,44.0,,67638.0,,django-dbbackup,https://pypi.org/project/django-dbbackup,2022年09月28日 00:30:54.478,161.0,67638.0,,,,3.0,,,,,,,,,,,,,,,,,, +298,extruct,scrapinghub/extruct,web-scraping,,https://github.com/scrapinghub/extruct,https://github.com/scrapinghub/extruct,BSD-3-Clause,2015年10月26日 11:51:21.000,2023年07月07日 11:18:36.000,2023年07月07日 11:18:01,516.0,10.0,107,116.0,123.0,45.0,52.0,766,Extract embedded metadata from HTML markup.,1051.0,1010.0,35.0,29,True,,2023年07月07日 10:41:03.731,0.15.0,24.0,,82302.0,,extruct,https://pypi.org/project/extruct,2015年10月26日 12:20:00.000,41.0,82302.0,,,,2.0,,,,,,,,,,,,,,,,,, +299,Model Bakery,model-bakers/model_bakery,testing,,https://github.com/model-bakers/model_bakery,https://github.com/model-bakers/model_bakery,Apache-2.0,2019年10月08日 12:49:08.000,2023年09月18日 11:02:12.000,2023年09月18日 11:02:07,346.0,35.0,81,11.0,315.0,28.0,100.0,712,Object factory for Django.,3332.0,3306.0,48.0,29,True,['django'],2023年08月24日 15:25:38.000,1.15.0,26.0,,457880.0,conda-forge/model_bakery,model_bakery,https://pypi.org/project/model_bakery,2023年08月24日 15:25:38.000,26.0,457432.0,https://anaconda.org/conda-forge/model_bakery,2023年06月16日 19:18:17.599,18817.0,2.0,,,,,,,,,,,,,,,,,, +300,selene,yashaka/selene,testing,,https://github.com/yashaka/selene,https://github.com/yashaka/selene,MIT,2015年04月17日 08:52:14.000,2023年09月21日 00:11:38.000,2023年08月25日 18:52:10,1098.0,24.0,134,55.0,203.0,109.0,189.0,628,User-oriented Web UI browser tests in Python.,2930.0,2915.0,39.0,29,True,,2023年08月02日 21:27:13.000,2.0.0rc4,85.0,,15470.0,,selene,https://pypi.org/project/selene,2023年08月02日 21:26:19.000,15.0,15470.0,,,,2.0,,,,,,,,,,,,,,,,,, +301,cornice,Cornices/cornice,web-frameworks,,https://github.com/Cornices/cornice,https://github.com/Cornices/cornice,MPL-2.0,2011年10月12日 13:17:51.000,2023年08月03日 22:56:20.000,2023年07月13日 14:59:13,1164.0,4.0,155,23.0,339.0,46.0,190.0,378,Build Web Services with Pyramid.,1188.0,833.0,123.0,29,True,['pyramid'],2022年01月07日 13:41:40.000,6.0.1,57.0,,43940.0,anaconda/cornice,cornice,https://pypi.org/project/cornice,2022年01月07日 13:40:04.000,355.0,43856.0,https://anaconda.org/anaconda/cornice,2023年06月16日 13:22:16.673,7801.0,3.0,,,,,,,,,,,,,,,,,, +302,pyngrok,alexdlaird/pyngrok,others,,https://github.com/alexdlaird/pyngrok,https://github.com/alexdlaird/pyngrok,MIT,2018年12月16日 22:12:33.000,2023年09月20日 16:57:39.569,2023年09月20日 12:58:40,791.0,51.0,60,6.0,40.0,,75.0,368,A Python wrapper for ngrok.,4559.0,4470.0,8.0,29,True,,2023年09月20日 14:15:02.000,7.0.0,86.0,,257525.0,conda-forge/pyngrok,pyngrok,https://pypi.org/project/pyngrok,2023年09月20日 14:15:02.000,89.0,255181.0,https://anaconda.org/conda-forge/pyngrok,2023年09月20日 16:57:39.569,93767.0,3.0,,,,,,,,,,,,,,,,,, +303,djangorestframework-stubs,typeddjango/djangorestframework-stubs,django-utils,,https://github.com/typeddjango/djangorestframework-stubs,https://github.com/typeddjango/djangorestframework-stubs,MIT,2018年11月12日 01:07:16.000,2023年09月21日 02:18:15.000,2023年09月05日 05:42:23,344.0,22.0,93,9.0,344.0,48.0,76.0,367,PEP-484 stubs for django-rest-framework.,2511.0,2454.0,62.0,29,True,['django'],2023年06月27日 17:55:27.199,3.14.2,21.0,,721309.0,conda-forge/djangorestframework-stubs,djangorestframework-stubs,https://pypi.org/project/djangorestframework-stubs,2023年06月27日 17:55:27.199,57.0,721063.0,https://anaconda.org/conda-forge/djangorestframework-stubs,2023年07月01日 20:49:07.150,6891.0,3.0,,,,,,,,,,,,,,,,,, +304,MechanicalSoup,MechanicalSoup/MechanicalSoup,web-scraping,,https://github.com/MechanicalSoup/MechanicalSoup,https://github.com/MechanicalSoup/MechanicalSoup,MIT,2014年05月26日 09:06:11.000,2023年09月15日 02:42:00.000,2023年07月04日 19:24:49,633.0,3.0,393,108.0,250.0,35.0,141.0,4444,A Python library for automating interaction with websites.,269.0,,54.0,28,True,,2023年07月04日 19:24:03.902,1.3.0,28.0,43.0,39714.0,conda-forge/mechanicalsoup,MechanicalSoup,https://pypi.org/project/MechanicalSoup,2022年09月20日 04:09:52.844,269.0,38000.0,https://anaconda.org/conda-forge/mechanicalsoup,2023年06月16日 13:22:31.491,138897.0,3.0,,,,,,,,,,,,,,,,,, +305,Dredd,apiaryio/dredd,testing,,https://github.com/apiaryio/dredd,https://github.com/apiaryio/dredd,MIT,2013年09月04日 12:21:35.000,2023年09月18日 13:29:31.000,2023年07月19日 20:05:32,3310.0,1.0,304,75.0,1490.0,255.0,575.0,4051,Language-agnostic HTTP API Testing Tool.,1218.0,1004.0,111.0,28,True,['openapi'],2021年11月16日 12:38:08.000,dredd-transactions@10.1.0,223.0,,29710.0,,dredd_hooks,https://pypi.org/project/dredd_hooks,2018年04月09日 12:47:29.000,38.0,4613.0,,,,3.0,,,,dredd,https://www.npmjs.com/package/dredd,2021年11月16日 12:36:05.644,176.0,25097.0,,,,,,,,,, +306,python-goose,grangier/python-goose,web-scraping,,https://github.com/grangier/python-goose,https://github.com/grangier/python-goose,Apache-2.0,2012年01月08日 20:52:44.000,2022年01月18日 18:42:34.000,2015年03月29日 14:04:10,482.0,,790,203.0,116.0,107.0,91.0,3892,"Html Content / Article Extractor, web scrapping lib in Python.",245.0,218.0,35.0,28,False,,2023年07月04日 15:18:01.058,3.1.17,28.0,,22071.0,,goose3,https://pypi.org/project/goose3,2022年01月18日 18:42:34.000,27.0,22071.0,,,,3.0,,,,,,,,,,,,,,,,,, +307,websockify,novnc/websockify,websocket,,https://github.com/novnc/websockify,https://github.com/novnc/websockify,LGPL-3.0,2011年01月12日 22:51:17.000,2023年09月06日 10:26:40.000,2023年09月06日 10:25:19,928.0,3.0,726,144.0,194.0,28.0,313.0,3567,Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.,335.0,30.0,96.0,28,True,,2023年08月21日 11:35:49.000,0.11.0,11.0,,44592.0,conda-forge/websockify,websockify,https://pypi.org/project/websockify,2023年08月21日 11:35:49.000,305.0,42246.0,https://anaconda.org/conda-forge/websockify,2023年06月16日 19:21:03.017,89179.0,3.0,,,,,,,,,,,,,,,,,, +308,pyppeteer,miyakogi/pyppeteer,testing,,https://github.com/miyakogi/pyppeteer,https://github.com/miyakogi/pyppeteer,MIT,2017年08月28日 16:39:17.000,2023年06月16日 16:13:26.272,2020年05月08日 09:48:22,788.0,,367,102.0,73.0,154.0,100.0,3535,Headless chrome/chromium automation library (unofficial port of puppeteer).,362.0,,24.0,28,False,,2022年01月11日 05:39:28.000,1.0.2,31.0,,1057004.0,conda-forge/pyppeteer,pyppeteer,https://pypi.org/project/pyppeteer,2022年01月11日 05:39:28.000,362.0,1052268.0,https://anaconda.org/conda-forge/pyppeteer,2023年06月16日 16:13:26.272,265222.0,3.0,,,,,,,,,,,,,,,,,, +309,django-shop,awesto/django-shop,django-utils,,https://github.com/awesto/django-shop,https://github.com/awesto/django-shop,BSD-3-Clause,2010年11月19日 11:15:48.000,2022年04月08日 09:00:09.000,2021年02月28日 18:04:57,5402.0,,1014,170.0,500.0,101.0,292.0,3052,A Django based shop system.,302.0,217.0,96.0,28,False,['django'],2021年02月02日 21:13:24.000,1.2.4,47.0,,5655.0,,django-shop,https://pypi.org/project/django-shop,2021年02月02日 21:13:24.000,85.0,5655.0,,,,3.0,,,,,,,,,,,,,,,,,, +310,pyload,pyload/pyload,others,,https://github.com/pyload/pyload,https://github.com/pyload/pyload,AGPL-3.0,2013年02月10日 13:12:02.000,2023年09月16日 20:26:37.000,2023年08月19日 22:17:46,7701.0,19.0,695,132.0,1232.0,167.0,2939.0,2994,The free and open-source Download Manager written in pure Python.,11.0,10.0,223.0,28,True,,2020年02月20日 21:04:56.000,0.4.20,81.0,96806.0,3275.0,,pyload-ng,https://pypi.org/project/pyload-ng,2023年08月19日 22:32:56.000,1.0,2462.0,,,,3.0,,,,,,,,,,,,,,,,,, +311,robyn,sansyrox/robyn,web-frameworks,,https://github.com/sparckles/robyn,https://github.com/sparckles/robyn,BSD-2-Clause,2021年06月18日 09:32:00.000,2023年09月20日 22:57:16.000,2023年09月20日 22:57:15,411.0,32.0,150,26.0,299.0,117.0,181.0,2978,"A High-Performance, Community-Driven, and Innovator Friendly Web Framework with a Rust runtime.",39.0,38.0,50.0,28,True,,2023年09月20日 22:21:29.000,0.41.0,81.0,,18485.0,conda-forge/robyn,robyn,https://pypi.org/project/robyn,2023年09月20日 22:19:27.000,1.0,14118.0,https://anaconda.org/conda-forge/robyn,2023年08月07日 16:20:29.494,104813.0,3.0,,,,,,,,,,,,,,,sparckles/robyn,,, +312,Grab,lorien/grab,web-scraping,,https://github.com/lorien/grab,https://github.com/lorien/grab,MIT,2013年05月01日 08:10:22.000,2023年07月01日 14:51:25.000,2023年07月01日 14:51:21,2489.0,5.0,265,91.0,180.0,23.0,221.0,2318,Web Scraping Framework.,504.0,394.0,67.0,28,True,,2018年06月24日 14:27:52.000,0.6.41,120.0,,2451.0,,grab,https://pypi.org/project/grab,2018年06月24日 14:27:52.000,110.0,2451.0,,,,3.0,,,,,,,,,,,,,,,,,, +313,django-activity-stream,justquick/django-activity-stream,django-utils,,https://github.com/justquick/django-activity-stream,https://github.com/justquick/django-activity-stream,BSD-3-Clause,2010年02月24日 21:16:51.000,2023年09月11日 06:53:24.000,2023年09月11日 06:53:17,939.0,1.0,493,74.0,223.0,16.0,288.0,2244,Generate generic activity streams from the actions on your site. Users can follow any actors activities for..,1435.0,1099.0,113.0,28,True,['django'],2023年03月25日 02:58:06.621,1.4.3,40.0,9.0,37705.0,,django-activity-stream,https://pypi.org/project/django-activity-stream,2022年12月19日 05:34:01.033,336.0,37705.0,,,,3.0,,,,,,,,,,,,,,,,,, +314,django-push-notifications,jazzband/django-push-notifications,django-utils,,https://github.com/jazzband/django-push-notifications,https://github.com/jazzband/django-push-notifications,MIT,2013年03月15日 00:57:33.000,2023年09月19日 13:50:11.000,2023年09月19日 13:47:26,403.0,7.0,585,66.0,284.0,135.0,288.0,2133,Send push notifications to mobile devices through GCM or APNS in Django.,89.0,,96.0,28,True,['django'],2022年02月17日 03:24:01.000,3.0.0,16.0,103.0,71179.0,,django-push-notifications,https://pypi.org/project/django-push-notifications,2022年02月17日 03:20:43.000,89.0,71179.0,,,,3.0,,,,,,,,,,,,,,,,,, +315,django-rules,dfunckt/django-rules,auth,,https://github.com/dfunckt/django-rules,https://github.com/dfunckt/django-rules,MIT,2014年03月06日 20:46:57.000,2023年08月18日 19:41:58.000,2023年02月23日 16:06:08,195.0,,134,34.0,70.0,30.0,83.0,1684,"Awesome Django authorization, without the database.",1560.0,1424.0,28.0,28,True,['django'],2022年03月23日 08:53:01.000,3.3.0,20.0,,113774.0,,rules,https://pypi.org/project/rules,2022年03月23日 08:54:01.000,136.0,113774.0,,,,3.0,,,,,,,,,,,,,,,,,, +316,html2text,Alir3z4/html2text,markdown,,https://github.com/Alir3z4/html2text,https://github.com/Alir3z4/html2text,GPL-3.0,2014年02月19日 22:41:11.000,2023年01月07日 21:13:26.000,2022年02月22日 21:28:40,768.0,,242,24.0,196.0,98.0,122.0,1483,Convert HTML to Markdown-formatted text.,2361.0,,76.0,28,False,,2020年01月16日 14:21:52.000,2020年1月16日,38.0,,1563518.0,,html2text,https://pypi.org/project/html2text,2020年01月16日 14:21:52.000,2361.0,1563518.0,,,,3.0,,,,,,,,,,,,,,,,,, +317,mangum,jordaneremieff/mangum,servers,,https://github.com/jordaneremieff/mangum,https://github.com/jordaneremieff/mangum,MIT,2019年01月14日 11:49:29.000,2023年09月04日 07:53:23.000,2022年11月27日 11:20:23,448.0,,91,16.0,114.0,18.0,144.0,1440,AWS Lambda support for ASGI applications.,2820.0,2805.0,29.0,28,True,['fastapi'],2022年11月27日 11:23:00.627,0.17.0,69.0,,509196.0,,mangum,https://pypi.org/project/mangum,2022年11月27日 11:23:00.627,15.0,509196.0,,,,3.0,,,,,,,,,,,,,,,,,, +318,django-extra-views,AndrewIngram/django-extra-views,django-utils,,https://github.com/AndrewIngram/django-extra-views,https://github.com/AndrewIngram/django-extra-views,MIT,2011年05月16日 21:47:47.000,2023年06月19日 20:00:14.000,2023年06月19日 20:00:13,463.0,,175,61.0,121.0,17.0,128.0,1340,"Djangos class-based generic views are awesome, lets have more of them.",2617.0,2095.0,61.0,28,True,['django'],2021年06月09日 09:02:36.000,0.14.0,26.0,,71901.0,,django-extra-views,https://pypi.org/project/django-extra-views,2021年06月09日 09:02:36.000,522.0,71901.0,,,,3.0,,,,,,,,,,,,,,,,,, +319,django-angular,jrief/django-angular,django-utils,,https://github.com/jrief/django-angular,https://github.com/jrief/django-angular,MIT,2013年03月11日 09:12:53.000,2023年03月31日 14:49:23.000,2022年09月03日 07:51:41,1534.0,,300,80.0,174.0,22.0,181.0,1243,Let AngularJS play well with Django.,881.0,639.0,66.0,28,True,['django'],2019年11月26日 15:51:32.000,2.2.4,55.0,,5218.0,,django-angular,https://pypi.org/project/django-angular,2020年05月05日 21:38:28.000,242.0,5218.0,,,,3.0,,,,,,,,,,,,,,,,,, +320,livereload,lepture/python-livereload,servers,,https://github.com/lepture/python-livereload,https://github.com/lepture/python-livereload,BSD-3-Clause,2012年05月03日 16:38:39.000,2023年07月29日 13:22:01.000,2023年07月29日 13:20:56,391.0,2.0,150,30.0,118.0,53.0,103.0,993,livereload server in python.,1663.0,,59.0,28,True,,2020年08月22日 15:34:54.000,2.6.3,31.0,,622832.0,conda-forge/livereload,livereload,https://pypi.org/project/livereload,2020年08月22日 15:31:53.000,1663.0,617891.0,https://anaconda.org/conda-forge/livereload,2023年06月16日 13:15:58.931,439781.0,3.0,,,,,,,,,,,,,,,,,, +321,django-rosetta,mbi/django-rosetta,django-utils,,https://github.com/mbi/django-rosetta,https://github.com/mbi/django-rosetta,MIT,2011年06月16日 09:19:42.000,2023年06月16日 19:21:07.393,2023年05月11日 11:03:18,548.0,,191,27.0,131.0,43.0,108.0,956,Rosetta is a Django application that eases the translation process of your Django projects.,3337.0,2727.0,81.0,28,True,['django'],2023年04月18日 13:45:49.000,0.9.9,36.0,,72794.0,conda-forge/django-rosetta,django-rosetta,https://pypi.org/project/django-rosetta,2023年04月18日 13:42:00.986,610.0,72573.0,https://anaconda.org/conda-forge/django-rosetta,2023年06月16日 19:21:07.393,8410.0,3.0,,,,,,,,,,,,,,,,,, +322,flask-debugtoolbar,flask-debugtoolbar/flask-debugtoolbar,testing,,https://github.com/pallets-eco/flask-debugtoolbar,https://github.com/pallets-eco/flask-debugtoolbar,BSD-3-Clause,2011年12月16日 20:03:04.000,2023年08月21日 00:19:46.000,2023年05月24日 17:22:56,295.0,,133,18.0,93.0,40.0,73.0,888,A toolbar overlay for debugging Flask applications.,27050.0,24074.0,47.0,28,True,['flask'],2022年03月29日 22:45:35.000,0.13.1,26.0,,142493.0,conda-forge/flask-debugtoolbar,flask-debugtoolbar,https://pypi.org/project/flask-debugtoolbar,2022年03月29日 22:36:44.000,2976.0,141735.0,https://anaconda.org/conda-forge/flask-debugtoolbar,2023年06月16日 13:18:19.194,63750.0,3.0,,,,,,,,,,,,,,,pallets-eco/flask-debugtoolbar,,, +323,parameterized,wolever/parameterized,testing,,https://github.com/wolever/parameterized,https://github.com/wolever/parameterized,BSD-2-Clause-FreeBSD,2012年03月10日 04:56:31.000,2023年09月12日 19:40:18.000,2023年03月27日 01:44:02,219.0,,101,18.0,71.0,37.0,75.0,779,Parameterized testing with any Python test framework.,12647.0,11917.0,31.0,28,False,,2023年03月27日 02:02:06.801,0.9.0,12.0,,3974565.0,conda-forge/parameterized,parameterized,https://pypi.org/project/parameterized,2023年03月27日 02:02:06.801,730.0,3967770.0,https://anaconda.org/conda-forge/parameterized,2023年06月16日 13:22:44.707,468856.0,3.0,,,,,,,,,,,,,,,,,, +324,django-formtools,jazzband/django-formtools,forms,,https://github.com/jazzband/django-formtools,https://github.com/jazzband/django-formtools,BSD-3-Clause,2014年10月05日 15:18:45.000,2023年07月20日 07:18:39.000,2023年07月20日 07:18:39,342.0,2.0,124,27.0,113.0,68.0,73.0,695,A set of high-level abstractions for Django forms.,10619.0,9398.0,71.0,28,True,['django'],2023年05月13日 12:54:02.166,2.4.1,7.0,,414964.0,,django-formtools,https://pypi.org/project/django-formtools,2023年05月13日 12:54:02.166,1221.0,414964.0,,,,3.0,,,,,,,,,,,,,,,,,, +325,django-paypal,spookylukey/django-paypal,django-utils,,https://github.com/spookylukey/django-paypal,https://github.com/spookylukey/django-paypal,MIT,2012年06月09日 14:04:06.000,2023年09月18日 18:10:41.000,2022年11月28日 20:19:07,783.0,,203,28.0,118.0,10.0,150.0,692,A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.,3092.0,2803.0,73.0,28,True,['django'],2021年12月15日 15:40:40.554,0.1.4,28.0,,11870.0,,django-paypal,https://pypi.org/project/django-paypal,2022年03月25日 21:26:22.000,289.0,11870.0,,,,3.0,,,,,,,,,,,,,,,,,, +326,flask-testing,jarus/flask-testing,testing,,https://github.com/jarus/flask-testing,https://github.com/jarus/flask-testing,BSD-3-Clause,2012年02月29日 16:34:28.000,2023年08月21日 08:39:36.000,2020年12月24日 16:50:31,190.0,,113,10.0,73.0,55.0,45.0,493,Unittest extensions for Flask.,19883.0,17435.0,33.0,28,False,['flask'],2020年12月24日 16:51:48.000,0.8.1,18.0,,257663.0,conda-forge/flask-testing,flask-testing,https://pypi.org/project/flask-testing,2020年12月24日 16:51:48.000,2448.0,256833.0,https://anaconda.org/conda-forge/flask-testing,2023年06月16日 13:22:55.760,69786.0,3.0,,,,,,,,,,,,,,,,,, +327,django-cas-ng,django-cas-ng/django-cas-ng,auth,,https://github.com/django-cas-ng/django-cas-ng,https://github.com/django-cas-ng/django-cas-ng,MIT,2014年05月23日 22:52:34.000,2023年09月06日 03:32:23.000,2023年09月06日 03:28:20,651.0,13.0,168,18.0,184.0,,150.0,359,"Django CAS 1.0/2.0/3.0 client authentication library, support Django 2.0, 2.1, 2.2, 3.0 and Python 3.5+.",539.0,465.0,85.0,28,True,['django'],2023年09月06日 03:34:00.000,5.0.0,27.0,539.0,19433.0,,django-cas-ng,https://pypi.org/project/django-cas-ng,2023年09月06日 03:31:38.000,74.0,19429.0,,,,3.0,,,,,,,,,,,,,,,,,, +328,openapi-core,p1c2u/openapi-core,openapi-utils,,https://github.com/python-openapi/openapi-core,https://github.com/python-openapi/openapi-core,BSD-3-Clause,2017年09月20日 10:25:35.000,2023年09月20日 19:07:17.000,2023年09月20日 19:04:26,1042.0,99.0,118,10.0,453.0,66.0,144.0,231,Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI v3.0 and OpenAPI v3.1..,456.0,417.0,60.0,28,True,,2023年09月14日 11:17:47.000,0.18.1,62.0,,232127.0,conda-forge/openapi-core,openapi-core,https://pypi.org/project/openapi-core,2023年09月14日 11:17:47.000,39.0,231640.0,https://anaconda.org/conda-forge/openapi-core,2023年09月14日 20:45:18.682,14149.0,3.0,,,,,,,,,,,,,,,python-openapi/openapi-core,,, +329,uritemplate,python-hyper/uritemplate,url-utils,,https://github.com/python-hyper/uritemplate,https://github.com/python-hyper/uritemplate,BSD-1-Clause,2013年05月14日 16:52:08.000,2023年09月16日 12:53:32.000,2023年09月16日 12:53:32,239.0,7.0,32,13.0,77.0,10.0,26.0,214,URI template parsing per RFC6570.,3837.0,,19.0,28,False,,2021年10月13日 11:15:12.000,4.1.1,12.0,,28333200.0,conda-forge/uritemplate,uritemplate,https://pypi.org/project/uritemplate,2021年10月13日 11:15:12.000,3837.0,28304359.0,https://anaconda.org/conda-forge/uritemplate,2023年06月16日 13:14:30.428,2480399.0,3.0,,,,,,,,,,,,,,,,,, +330,tyk,TykTechnologies/tyk,api-proxies,,https://github.com/TykTechnologies/tyk,https://github.com/TykTechnologies/tyk,MPL-2.0,2014年05月07日 14:38:24.000,2023年09月21日 10:41:47.000,2023年09月15日 02:51:37,4420.0,114.0,1027,280.0,3625.0,297.0,1792.0,8817,"Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols.",,,114.0,27,True,,2023年09月14日 15:45:07.000,5.2.0,100.0,71.0,5.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +331,Mockoon,mockoon/mockoon,testing,,https://github.com/mockoon/mockoon,https://github.com/mockoon/mockoon,,2017年07月17日 13:19:16.000,2023年09月20日 07:05:36.000,2023年09月20日 07:05:45,1138.0,33.0,297,57.0,264.0,68.0,545.0,5364,"Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open..",79.0,79.0,55.0,27,False,['openapi'],2023年08月25日 08:36:25.000,4.1.0,37.0,187136.0,3067.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +332,xadmin,sshwsfc/xadmin,admin-ui,,https://github.com/sshwsfc/xadmin,https://github.com/sshwsfc/xadmin,BSD-3-Clause,2012年11月19日 06:21:50.000,2022年12月03日 13:57:05.000,2019年04月03日 03:05:04,1296.0,,1429,278.0,167.0,387.0,199.0,4711,"Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based..",800.0,800.0,51.0,27,False,,2022年09月24日 08:54:19.425,2.0.4,4.0,,107.0,,xadmin2,https://pypi.org/project/xadmin2,2022年09月24日 08:54:19.425,,107.0,,,,3.0,,,,,,,,,,,,,,,,,, +333,python-instagram,facebookarchive/python-instagram,third-party-apis,,https://github.com/facebookarchive/python-instagram,https://github.com/facebookarchive/python-instagram,MIT,2011年02月02日 02:45:23.000,2020年10月01日 16:22:11.000,2018年01月03日 00:17:14,233.0,,1144,263.0,160.0,119.0,,2970,Python Client for Instagram API.,1144.0,777.0,52.0,27,False,,2015年07月22日 15:56:56.000,1.3.2,14.0,,4662.0,,python-instagram,https://pypi.org/project/python-instagram,2015年07月22日 15:56:56.000,367.0,4662.0,,,,3.0,,,,,,,,,,,,,,,,,, +334,furl,gruns/furl,url-utils,,https://github.com/gruns/furl,https://github.com/gruns/furl,Unlicense,2011年11月17日 01:08:16.000,2023年06月16日 13:21:21.441,2022年08月01日 04:59:34,549.0,,151,36.0,54.0,36.0,84.0,2500,URL parsing and manipulation made easy.,664.0,,15.0,27,False,,2021年09月27日 21:31:14.000,2.1.3,51.0,,1623835.0,conda-forge/furl,furl,https://pypi.org/project/furl,2021年09月27日 21:31:14.000,664.0,1619767.0,https://anaconda.org/conda-forge/furl,2023年06月16日 13:21:21.441,301066.0,3.0,,,,,,,,,,,,,,,,,, +335,telepot,nickoala/telepot,third-party-apis,,https://github.com/nickoala/telepot,https://github.com/nickoala/telepot,MIT,2015年07月09日 03:06:53.000,2021年03月09日 06:27:24.000,2019年05月09日 12:46:06,431.0,,470,126.0,38.0,108.0,326.0,2422,Python framework for Telegram Bot API.,4196.0,3702.0,10.0,27,False,,,,78.0,,31382.0,,telepot,https://pypi.org/project/telepot,2018年05月26日 16:26:54.000,494.0,31382.0,,,,3.0,,,,,,,,,,,,,,,,,, +336,flanker,mailgun/flanker,email,,https://github.com/mailgun/flanker,https://github.com/mailgun/flanker,Apache-2.0,2013年11月14日 01:07:11.000,2023年08月03日 10:54:26.000,2023年03月03日 17:53:06,380.0,,185,88.0,170.0,52.0,38.0,1605,Python email address and Mime parsing library.,581.0,488.0,57.0,27,True,,2023年03月03日 17:53:47.000,0.9.15,62.0,,25535.0,,flanker,https://pypi.org/project/flanker,2019年12月05日 16:08:20.000,93.0,25535.0,,,,2.0,,,,,,,,,,,,,,,,,, +337,django-polymorphic,django-polymorphic/django-polymorphic,django-utils,,https://github.com/django-polymorphic/django-polymorphic,https://github.com/django-polymorphic/django-polymorphic,BSD-3-Clause,2011年02月12日 23:30:34.000,2023年06月27日 07:13:57.000,2021年11月18日 13:07:40,854.0,,265,28.0,221.0,167.0,176.0,1495,Improved Django model inheritance with automatic downcasting.,179.0,,105.0,27,False,['django'],2021年11月18日 11:55:38.000,3.1.0,40.0,,311647.0,conda-forge/django_polymorphic,django-polymorphic,https://pypi.org/project/django-polymorphic,2021年11月18日 11:55:38.000,179.0,310943.0,https://anaconda.org/conda-forge/django_polymorphic,2023年06月16日 13:15:49.260,62698.0,3.0,,,,,,,,,,,,,,,,,, +338,Django Facebook,tschellenbach/Django-facebook,third-party-apis,,https://github.com/tschellenbach/Django-facebook,https://github.com/tschellenbach/Django-facebook,BSD-3-Clause,2010年05月05日 10:00:50.000,2021年11月28日 03:00:31.000,2018年04月16日 21:33:15,1197.0,,561,80.0,182.0,134.0,335.0,1429,Facebook open graph api implementation using the Django web framework in python.,509.0,391.0,89.0,27,False,,2015年05月26日 19:01:35.000,6.0.3,152.0,,4225.0,,django-facebook,https://pypi.org/project/django-facebook,2015年05月26日 19:01:35.000,118.0,4225.0,,,,3.0,,,,,,,,,,,,,,,,,, +339,notion-sdk-py,ramnes/notion-sdk-py,third-party-apis,,https://github.com/ramnes/notion-sdk-py,https://github.com/ramnes/notion-sdk-py,MIT,2021年05月13日 20:17:52.000,2023年09月15日 19:15:39.000,2023年09月15日 19:14:56,179.0,5.0,104,24.0,54.0,5.0,67.0,1290,"The official Notion API client library, but rewritten in Python! (sync + async).",636.0,603.0,25.0,27,True,,2022年12月10日 14:24:59.000,2.0.0,13.0,,133072.0,conda-forge/notion-client,notion-client,https://pypi.org/project/notion-client,2022年12月10日 14:12:02.423,33.0,132816.0,https://anaconda.org/conda-forge/notion-client,2023年06月16日 19:27:59.196,5647.0,3.0,,,,,,,,,,,,,,,,,, +340,sqladmin,aminalaee/sqladmin,fastapi-utils,,https://github.com/aminalaee/sqladmin,https://github.com/aminalaee/sqladmin,BSD-3-Clause,2021年12月22日 10:09:54.000,2023年09月21日 14:27:12.000,2023年09月19日 07:30:28,305.0,35.0,124,11.0,341.0,20.0,144.0,1204,SQLAlchemy Admin for FastAPI and Starlette.,346.0,341.0,38.0,27,True,['fastapi'],2023年09月19日 07:39:41.000,0.15.0,34.0,,38448.0,,sqladmin,https://pypi.org/project/sqladmin,2023年09月19日 07:39:41.000,5.0,38448.0,,,,1.0,,,,,,,,,,,,,,,,,, +341,django-lifecycle,rsinger86/django-lifecycle,django-utils,,https://github.com/rsinger86/django-lifecycle,https://github.com/rsinger86/django-lifecycle,MIT,2018年03月18日 20:53:33.000,2023年09月11日 12:08:56.000,2023年09月06日 07:46:20,242.0,9.0,75,15.0,78.0,21.0,45.0,1167,"Declarative model lifecycle hooks, an alternative to Signals.",260.0,250.0,30.0,27,True,['django'],2023年09月05日 16:57:00.000,1.0.2,36.0,,67720.0,,django-lifecycle,https://pypi.org/project/django-lifecycle,2023年09月05日 16:54:41.000,10.0,67720.0,,,,3.0,,,,,,,,,,,,,,,,,, +342,spyne,arskom/spyne,rpc,,https://github.com/arskom/spyne,https://github.com/arskom/spyne,LGPL-2.1,2010年07月23日 06:26:28.000,2023年08月24日 13:45:59.000,2023年08月22日 08:55:43,7050.0,1.0,263,43.0,327.0,73.0,293.0,1110,A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular..,731.0,634.0,127.0,27,False,,2022年02月09日 03:28:26.000,spyne-2.14.0,47.0,,119705.0,conda-forge/spyne,spyne,https://pypi.org/project/spyne,2022年02月03日 02:53:36.000,97.0,118911.0,https://anaconda.org/conda-forge/spyne,2023年06月16日 13:15:58.493,70731.0,3.0,,,,,,,,,,,,,,,,,, +343,Flask-User,lingthio/Flask-User,auth,,https://github.com/lingthio/Flask-User,https://github.com/lingthio/Flask-User,MIT,2014年02月19日 23:57:57.000,2023年06月16日 13:23:47.208,2019年12月18日 13:33:49,666.0,,277,41.0,119.0,123.0,126.0,1028,"Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password..",2856.0,2624.0,39.0,27,False,['flask'],2018年04月16日 17:42:06.000,0.6.21,54.0,,65699.0,conda-forge/flask-user,flask-user,https://pypi.org/project/flask-user,2019年11月30日 11:59:14.000,232.0,64963.0,https://anaconda.org/conda-forge/flask-user,2023年06月16日 13:23:47.208,61825.0,3.0,,,,,,,,,,,,,,,,,, +344,django-split-settings,sobolevn/django-split-settings,django-utils,,https://github.com/wemake-services/django-split-settings,https://github.com/wemake-services/django-split-settings,BSD-3-Clause,2013年05月17日 06:04:30.000,2023年09月15日 07:11:35.000,2023年09月15日 07:11:31,495.0,17.0,62,18.0,455.0,4.0,40.0,1020,Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and..,2342.0,2228.0,23.0,27,True,['django'],2022年09月27日 22:34:42.144,1.2.0,15.0,,89081.0,,django-split-settings,https://pypi.org/project/django-split-settings,2022年09月27日 22:34:42.144,114.0,89081.0,,,,3.0,,,,,,,,,,,,,,,wemake-services/django-split-settings,,, +345,django-configurations,jazzband/django-configurations,django-utils,,https://github.com/jazzband/django-configurations,https://github.com/jazzband/django-configurations,BSD-3-Clause,2012年07月21日 13:56:20.000,2023年09月21日 14:26:35.872,2023年04月04日 10:56:38,482.0,,134,20.0,173.0,54.0,145.0,1004,A helper for organizing Django project settings by relying on well established programming patterns.,3422.0,2757.0,64.0,27,True,['django'],2023年04月04日 16:05:56.391,2.4.1,22.0,,134556.0,conda-forge/django-configurations,django-configurations,https://pypi.org/project/django-configurations,2023年04月04日 16:05:56.391,665.0,133716.0,https://anaconda.org/conda-forge/django-configurations,2023年09月21日 14:26:35.872,29421.0,3.0,,,,,,,,,,,,,,,,,, +346,django-summernote,summernote/django-summernote,django-utils,,https://github.com/summernote/django-summernote,https://github.com/summernote/django-summernote,MIT,2013年07月16日 12:07:21.000,2023年08月11日 10:08:43.000,2021年10月14日 21:53:39,552.0,,223,36.0,150.0,62.0,284.0,984,Simply integrate Summernote editor with Django project.,229.0,,68.0,27,False,['django'],2021年10月14日 19:12:56.000,0.8.19.0,73.0,,61491.0,,django-summernote,https://pypi.org/project/django-summernote,2021年10月14日 21:54:58.000,229.0,61491.0,,,,3.0,,,,,,,,,,,,,,,,,, +347,feincms,feincms/feincms,cms,,https://github.com/feincms/feincms,https://github.com/feincms/feincms,BSD-3-Clause,2009年01月27日 20:34:16.000,2023年08月07日 06:30:42.000,2023年08月07日 06:30:00,4007.0,4.0,230,38.0,267.0,28.0,412.0,871,A Django-based CMS with a focus on extensibility and concise code.,164.0,,135.0,27,True,['django'],2023年08月07日 06:30:42.000,23.8.0,108.0,,6023.0,,feincms,https://pypi.org/project/feincms,2023年08月07日 06:30:42.000,164.0,6023.0,,,,3.0,,,,,,,,,,,,,,,,,, +348,sockjs-tornado,mrjoes/sockjs-tornado,websocket,,https://github.com/mrjoes/sockjs-tornado,https://github.com/mrjoes/sockjs-tornado,MIT,2011年12月06日 20:41:39.000,2023年08月04日 15:50:54.000,2023年05月10日 16:47:01,195.0,,160,51.0,53.0,35.0,39.0,857,WebSocket emulation - Python server.,2961.0,2215.0,36.0,27,True,,2020年04月24日 15:02:06.000,1.0.7,11.0,,20315.0,conda-forge/sockjs-tornado,sockjs-tornado,https://pypi.org/project/sockjs-tornado,2020年04月24日 15:02:06.000,746.0,20254.0,https://anaconda.org/conda-forge/sockjs-tornado,2023年06月16日 19:26:46.613,1602.0,3.0,,,,,,,,,,,,,,,,,, +349,slowapi,laurents/slowapi,fastapi-utils,,https://github.com/laurentS/slowapi,https://github.com/laurentS/slowapi,MIT,2020年02月21日 12:56:20.000,2023年09月01日 19:12:56.000,2023年06月08日 11:47:57,235.0,,61,17.0,90.0,48.0,53.0,779,A rate limiter for Starlette and FastAPI.,1408.0,1396.0,22.0,27,True,['fastapi'],2023年04月07日 14:20:00.918,0.1.8,9.0,,139511.0,,slowapi,https://pypi.org/project/slowapi,2022年11月28日 10:22:00.816,12.0,139511.0,,,,1.0,,,,,,,,,,,,,,,,,, +350,mistletoe,miyuchina/mistletoe,markdown,,https://github.com/miyuchina/mistletoe,https://github.com/miyuchina/mistletoe,MIT,2017年07月09日 10:57:29.000,2023年08月24日 16:20:17.000,2023年08月24日 16:19:59,808.0,18.0,103,14.0,76.0,19.0,102.0,655,"A fast, extensible and spec-compliant Markdown parser in pure Python.",810.0,737.0,32.0,27,True,,2023年08月24日 16:14:29.000,1.2.1,28.0,455.0,132293.0,,mistletoe,https://pypi.org/project/mistletoe,2023年08月24日 16:13:26.000,73.0,132287.0,,,,3.0,,,,,,,,,,,,,,,,,, +351,flask-apispec,jmcarp/flask-apispec,flask-utils,,https://github.com/jmcarp/flask-apispec,https://github.com/jmcarp/flask-apispec,MIT,2015年07月13日 02:46:44.000,2023年09月12日 00:45:09.000,2022年08月11日 23:30:54,224.0,,147,22.0,93.0,112.0,67.0,635,Build and document REST APIs with Flask and apispec.,1387.0,1342.0,32.0,27,False,['flask'],2022年08月11日 23:33:04.168,0.11.4,30.0,,300242.0,conda-forge/flask-apispec,flask-apispec,https://pypi.org/project/flask-apispec,2022年08月11日 23:33:04.168,45.0,298582.0,https://anaconda.org/conda-forge/flask-apispec,2023年06月16日 13:24:09.005,131140.0,2.0,,,,,,,,,,,,,,,,,, +352,prometheus-flask-exporter,rycus86/prometheus_flask_exporter,monitoring,,https://github.com/rycus86/prometheus_flask_exporter,https://github.com/rycus86/prometheus_flask_exporter,MIT,2017年11月23日 20:04:19.000,2023年06月16日 16:21:37.707,2023年04月28日 01:13:03,240.0,,161,10.0,31.0,28.0,100.0,591,Prometheus exporter for Flask applications.,62.0,,27.0,27,True,['flask'],2023年04月28日 01:21:00.091,0.22.4,70.0,,6246719.0,conda-forge/prometheus_flask_exporter,prometheus-flask-exporter,https://pypi.org/project/prometheus-flask-exporter,2023年04月28日 01:21:00.091,62.0,6223347.0,https://anaconda.org/conda-forge/prometheus_flask_exporter,2023年06月16日 16:21:37.707,1051743.0,2.0,,,,,,,,,,,,,,,,,, +353,fastapi-mail,sabuhish/fastapi-mail,email,,https://github.com/sabuhish/fastapi-mail,https://github.com/sabuhish/fastapi-mail,MIT,2020年01月25日 11:52:29.000,2023年07月18日 18:53:18.000,2023年07月18日 18:50:59,277.0,8.0,72,11.0,86.0,7.0,94.0,526,"Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk).",1744.0,1736.0,41.0,27,True,['fastapi'],2023年07月18日 18:53:18.000,1.4.1,89.0,,110490.0,,fastapi-mail,https://pypi.org/project/fastapi-mail,2023年07月18日 18:53:18.000,8.0,110490.0,,,,2.0,,,,,,,,,,,,,,,,,, +354,aiodns,saghul/aiodns,others,,https://github.com/saghul/aiodns,https://github.com/saghul/aiodns,MIT,2014年03月26日 23:19:57.000,2023年06月16日 16:18:11.597,2021年05月15日 11:42:43,118.0,,64,9.0,43.0,12.0,57.0,489,Simple DNS resolver for asyncio.,47655.0,46523.0,24.0,27,False,,2021年05月14日 08:52:08.000,3.0.0,15.0,,2149515.0,conda-forge/aiodns,aiodns,https://pypi.org/project/aiodns,2021年05月14日 08:52:08.000,1132.0,2144881.0,https://anaconda.org/conda-forge/aiodns,2023年06月16日 16:18:11.597,217829.0,3.0,,,,,,,,,,,,,,,,,, +355,flask-assets,miracle2k/flask-assets,flask-utils,,https://github.com/miracle2k/flask-assets,https://github.com/miracle2k/flask-assets,BSD-2-Clause,2010年08月06日 11:51:29.000,2023年07月24日 17:22:54.000,2020年02月29日 00:06:32,263.0,,89,10.0,59.0,22.0,76.0,440,Flask webassets integration.,9297.0,7244.0,38.0,27,False,['flask'],2011年10月12日 14:37:19.000,0.6.2,15.0,,138340.0,conda-forge/flask-assets,flask-assets,https://pypi.org/project/flask-assets,2019年12月20日 21:37:28.000,2053.0,137824.0,https://anaconda.org/conda-forge/flask-assets,2023年06月16日 13:17:41.545,42828.0,2.0,,,,,,,,,,,,,,,,,, +356,deform,Pylons/deform,forms,,https://github.com/Pylons/deform,https://github.com/Pylons/deform,BSD-3-Clause,2011年02月16日 06:29:46.000,2023年05月31日 16:07:10.000,2022年07月15日 09:49:12,1629.0,,157,33.0,348.0,47.0,135.0,400,A Python HTML form library.,977.0,787.0,101.0,27,False,,2020年12月15日 23:27:03.000,2.0.15,40.0,,33394.0,,deform,https://pypi.org/project/deform,2020年12月10日 12:40:05.000,190.0,33394.0,,,,3.0,,,,,,,,,,,,,,,,,, +357,webtest,Pylons/webtest,testing,,https://github.com/Pylons/webtest,https://github.com/Pylons/webtest,MIT,2012年11月12日 23:19:10.000,2023年06月24日 14:17:52.000,2023年06月08日 06:54:30,1052.0,,109,19.0,125.0,28.0,100.0,330,"Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP..",14899.0,10910.0,91.0,27,True,,2021年08月19日 12:40:12.829,3.0.0,55.0,,576984.0,conda-forge/webtest,webtest,https://pypi.org/project/webtest,2021年08月19日 12:40:12.829,3989.0,576704.0,https://anaconda.org/conda-forge/webtest,2023年06月16日 16:18:49.891,12881.0,3.0,,,,,,,,,,,,,,,,,, +358,flask-bcrypt,maxcountryman/flask-bcrypt,flask-utils,,https://github.com/maxcountryman/flask-bcrypt,https://github.com/maxcountryman/flask-bcrypt,BSD-3-Clause,2011年06月12日 21:20:23.000,2023年06月16日 13:18:03.589,2022年04月05日 03:58:40,119.0,,62,13.0,45.0,6.0,41.0,316,Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.,57492.0,54511.0,25.0,27,False,['flask'],2022年04月05日 03:59:51.000,1.0.1,16.0,,1182562.0,conda-forge/flask-bcrypt,flask-bcrypt,https://pypi.org/project/flask-bcrypt,2022年04月05日 03:59:51.000,2981.0,1182161.0,https://anaconda.org/conda-forge/flask-bcrypt,2023年06月16日 13:18:03.589,34567.0,2.0,,,,,,,,,,,,,,,,,, +359,playwright,Microsoft/playwright-python,testing,,https://github.com/Microsoft/playwright-python,https://github.com/Microsoft/playwright-python,Apache-2.0,2021年05月11日 20:15:10.832,2023年09月18日 23:09:19.619,,,,787,,,,,9347,A high-level API to automate web browsers.,279.0,,,26,True,,2023年09月18日 22:14:26.000,1.38.0,102.0,,1443021.0,microsoft/playwright,playwright,https://pypi.org/project/playwright,2023年09月18日 22:14:26.000,279.0,1442252.0,https://anaconda.org/microsoft/playwright,2023年09月18日 23:09:19.619,21534.0,3.0,,,,,,,,,,,,,,,,,, +360,japronto,squeaky-pl/japronto,web-frameworks,,https://github.com/squeaky-pl/japronto,https://github.com/squeaky-pl/japronto,MIT,2016年10月26日 19:51:32.000,2023年08月14日 21:42:00.000,2020年03月20日 17:53:14,736.0,,593,352.0,43.0,94.0,66.0,8624,Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.,149.0,117.0,23.0,26,False,,2018年11月09日 13:14:51.000,0.1.2,8.0,,160.0,,japronto,https://pypi.org/project/japronto,2018年11月09日 13:14:51.000,32.0,160.0,,,,3.0,,,,,,,,,,,,,,,,,, +361,idom,idom-team/idom,web-ui,,https://github.com/reactive-python/reactpy,https://github.com/reactive-python/reactpy,MIT,2019年02月19日 05:25:54.000,2023年08月16日 10:31:03.000,2023年07月24日 04:55:31,1334.0,12.0,269,52.0,508.0,101.0,248.0,6824,"Its React, but in Python.",80.0,74.0,20.0,26,True,,2023年07月04日 05:29:39.000,reactpy-v1.0.2,109.0,,340.0,,idom,https://pypi.org/project/idom,2022年06月20日 20:22:17.000,6.0,340.0,,,,2.0,,,,,,,,,,,,,,,reactive-python/reactpy,,, +362,splash,scrapinghub/splash,testing,,https://github.com/scrapinghub/splash,https://github.com/scrapinghub/splash,BSD-3-Clause,2013年05月20日 21:20:33.000,2023年07月12日 06:56:48.000,2022年05月05日 14:10:10,2114.0,,506,213.0,333.0,397.0,474.0,3907,"Lightweight, scriptable browser as a service with an HTTP API.",10.0,,62.0,26,False,,2020年01月09日 19:09:29.000,3.4.1,30.0,,323.0,,splash,https://pypi.org/project/splash,2020年06月16日 13:27:02.000,10.0,323.0,,,,3.0,,,,,,,,,,,,,,,,,, +363,twitter-scraper,bisguzar/twitter-scraper,third-party-apis,,https://github.com/bisguzar/twitter-scraper,https://github.com/bisguzar/twitter-scraper,MIT,2018年02月22日 14:58:34.000,2023年02月08日 02:26:40.000,2021年12月17日 16:00:19,208.0,,604,98.0,100.0,51.0,63.0,3639,Scrape the Twitter Frontend API without authentication.,3939.0,3927.0,31.0,26,False,,2020年07月17日 18:56:19.000,0.4.4,11.0,,828.0,,twitter-scraper,https://pypi.org/project/twitter-scraper,2020年07月17日 18:56:19.000,12.0,828.0,,,,3.0,,,,,,,,,,,,,,,,,, +364,selenium-python-helium,mherrmann/selenium-python-helium,testing,,https://github.com/mherrmann/selenium-python-helium,https://github.com/mherrmann/selenium-python-helium,MIT,2019年11月26日 16:12:28.000,2023年08月03日 16:28:06.000,2023年08月03日 16:26:37,136.0,12.0,313,72.0,29.0,46.0,40.0,3497,Selenium-python but lighter: Helium is the best Python library for web automation.,501.0,488.0,8.0,26,True,,2023年08月03日 16:29:02.000,3.2.5,35.0,,8026.0,,helium,https://pypi.org/project/helium,2023年08月03日 16:27:31.000,13.0,8026.0,,,,3.0,,,,,,,,,,,,,,,,,, +365,django-jet,geex-arts/django-jet,admin-ui,,https://github.com/geex-arts/django-jet,https://github.com/geex-arts/django-jet,AGPL-3.0,2015年07月29日 21:35:35.000,2022年12月06日 19:59:16.000,2019年05月21日 10:57:50,891.0,,786,118.0,177.0,307.0,126.0,3460,Modern responsive template for the Django admin interface with improved functionality. We are proud to announce..,3319.0,3041.0,29.0,26,False,['django'],2018年10月18日 06:39:57.000,1.0.8,25.0,,17125.0,,django-jet,https://pypi.org/project/django-jet,2018年10月18日 06:34:50.000,278.0,17125.0,,,,3.0,,,,,,,,,,,,,,,,,, +366,Cactus,eudicots/Cactus,others,,https://github.com/eudicots/Cactus,https://github.com/eudicots/Cactus,BSD-3-Clause,2011年02月28日 11:56:43.000,2023年08月28日 12:33:33.000,2017年07月31日 02:40:23,667.0,,318,124.0,116.0,101.0,85.0,3454,Static site generator for designers. Uses Python and Django templates.,1633.0,1210.0,52.0,26,False,['django'],2021年12月15日 15:49:39.278,3.0.0,20.0,,181.0,,cactus,https://pypi.org/project/cactus,2016年02月21日 17:10:55.000,423.0,181.0,,,,3.0,,,,,,,,,,,,,,,,,, +367,sslyze,nabla-c0d3/sslyze,others,,https://github.com/nabla-c0d3/sslyze,https://github.com/nabla-c0d3/sslyze,AGPL-3.0,2014年08月18日 04:33:30.000,2023年09月07日 11:57:29.000,2023年08月28日 11:45:26,1837.0,1.0,422,142.0,123.0,33.0,464.0,3004,Fast and powerful SSL/TLS scanning library.,24.0,,66.0,26,True,,2023年04月01日 13:44:31.000,5.1.3,68.0,104019.0,49882.0,,sslyze,https://pypi.org/project/sslyze,2023年01月18日 20:11:02.773,24.0,48919.0,,,,3.0,,,,,,,,,,,,,,,,,, +368,bjoern,jonashaag/bjoern,servers,,https://github.com/jonashaag/bjoern,https://github.com/jonashaag/bjoern,BSD-2-Clause,2010年03月01日 23:46:47.000,2023年06月17日 21:35:06.000,2022年09月11日 18:40:12,473.0,,187,79.0,83.0,29.0,133.0,2939,A screamingly fast Python 2/3 WSGI server written in C.,826.0,676.0,44.0,26,True,,2022年09月19日 16:03:06.582,3.2.2,30.0,,25407.0,conda-forge/bjoern,bjoern,https://pypi.org/project/bjoern,2022年09月19日 16:03:06.582,150.0,23460.0,https://anaconda.org/conda-forge/bjoern,2023年06月16日 16:13:39.525,114923.0,3.0,,,,,,,,,,,,,,,,,, +369,Radicale,Kozea/Radicale,others,,https://github.com/Kozea/Radicale,https://github.com/Kozea/Radicale,GPL-3.0,2011年08月11日 08:27:37.000,2023年09月18日 17:14:26.000,2023年04月22日 18:01:58,2118.0,,392,117.0,413.0,365.0,576.0,2862,A simple CalDAV (calendar) and CardDAV (contact) server.,180.0,137.0,96.0,26,True,,2022年07月14日 20:39:01.389,3.1.8,58.0,,7253.0,,radicale,https://pypi.org/project/radicale,2022年04月20日 16:12:24.000,43.0,7253.0,,,,3.0,,,,,,,,,,,,,,,,,, +370,proxy.py,abhinavsingh/proxy.py,others,,https://github.com/abhinavsingh/proxy.py,https://github.com/abhinavsingh/proxy.py,BSD-3-Clause,2013年08月19日 21:33:51.000,2023年09月20日 01:48:54.000,2023年04月17日 04:12:18,882.0,,510,53.0,945.0,67.0,235.0,2608,Fast Lightweight 0 Dependency Pluggable TLS interception DNS-over-HTTPS Poor Mans VPN Reverse & Forward Proxy Server..,143.0,124.0,19.0,26,True,,2023年03月14日 16:49:54.000,2.4.4rc4,38.0,921.0,114546.0,,proxy.py,https://pypi.org/project/proxy.py,2022年08月13日 07:22:00.491,19.0,114505.0,,,,3.0,,,,,,,,,,,,,,,,,, +371,gmusicapi,simon-weber/gmusicapi,third-party-apis,,https://github.com/simon-weber/gmusicapi,https://github.com/simon-weber/gmusicapi,BSD-3-Clause,2012年01月20日 17:19:12.000,2020年12月26日 18:14:42.000,2020年09月25日 14:34:17,1430.0,,304,134.0,164.0,61.0,450.0,2511,An unofficial client library for Google Music.,631.0,485.0,51.0,26,False,,2020年03月27日 18:06:36.000,13.0.0,29.0,,461.0,,gmusicapi,https://pypi.org/project/gmusicapi,2020年03月27日 18:06:36.000,146.0,461.0,,,,3.0,,,,,,,,,,,,,,,,,, +372,django-blog-zinnia,Fantomas42/django-blog-zinnia,django-utils,,https://github.com/Fantomas42/django-blog-zinnia,https://github.com/Fantomas42/django-blog-zinnia,BSD-3-Clause,2009年07月13日 14:58:26.000,2023年05月18日 11:56:44.000,2020年03月09日 20:52:03,3155.0,,745,131.0,160.0,38.0,406.0,2089,Simple yet powerful and really extendable application for managing a blog within your Django Web site.,767.0,603.0,71.0,26,False,['django'],2016年09月27日 13:25:46.000,0.18.1,29.0,,786.0,,django-blog-zinnia,https://pypi.org/project/django-blog-zinnia,2018年03月10日 21:22:04.000,164.0,786.0,,,,3.0,,,,,,,,,,,,,,,,,, +373,masonite,MasoniteFramework/masonite,web-frameworks,,https://github.com/MasoniteFramework/masonite,https://github.com/MasoniteFramework/masonite,MIT,2017年12月06日 00:30:22.000,2023年04月02日 23:24:53.000,2022年11月05日 01:29:29,4030.0,,128,62.0,342.0,42.0,356.0,2054,The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel..,573.0,498.0,85.0,26,True,,2023年01月31日 16:31:57.456,4.6.1,309.0,,2532.0,,masonite,https://pypi.org/project/masonite,2022年06月26日 02:01:04.000,75.0,2532.0,,,,3.0,,,,,,,,,,,,,,,,,, +374,django-admin-bootstrapped,django-admin-bootstrapped/django-admin-bootstrapped,admin-ui,,https://github.com/django-admin-bootstrapped/django-admin-bootstrapped,https://github.com/django-admin-bootstrapped/django-admin-bootstrapped,Apache-2.0,2012年10月23日 06:35:27.000,2021年08月15日 05:01:34.000,2020年07月10日 10:16:08,437.0,,400,88.0,117.0,36.0,129.0,1575,"A Django admin theme using Twitter Bootstrap. It doesnt need any kind of modification on your side, just add it to the..",2375.0,1580.0,65.0,26,False,['django'],2015年12月15日 08:53:11.000,2.5.7,45.0,,2761.0,,django-admin-bootstrapped,https://pypi.org/project/django-admin-bootstrapped,2015年12月15日 08:51:59.000,795.0,2761.0,,,,3.0,,,,,,,,,,,,,,,,,, +375,gevent-socketio,abourget/gevent-socketio,websocket,,https://github.com/abourget/gevent-socketio,https://github.com/abourget/gevent-socketio,BSD-3-Clause,2012年01月11日 15:18:14.000,2022年09月17日 20:57:58.000,2016年09月03日 23:19:38,565.0,,338,76.0,112.0,107.0,66.0,1219,Official repository for gevent-socketio.,1608.0,1356.0,60.0,26,False,,2014年02月03日 05:14:23.000,0.3.6,9.0,,3319.0,,gevent-socketio,https://pypi.org/project/gevent-socketio,2014年02月03日 05:14:23.000,252.0,3319.0,,,,3.0,,,,,,,,,,,,,,,,,, +376,django-organizations,bennylope/django-organizations,django-utils,,https://github.com/bennylope/django-organizations,https://github.com/bennylope/django-organizations,BSD-2-Clause,2012年02月02日 02:38:49.000,2023年09月10日 16:56:37.000,2023年09月10日 16:53:56,731.0,3.0,198,36.0,96.0,16.0,135.0,1164,Multi-user accounts for Django projects.,37.0,,48.0,26,True,['django'],2023年09月10日 16:56:37.000,2.2.0,53.0,,36371.0,conda-forge/django-organizations,django-organizations,https://pypi.org/project/django-organizations,2023年09月10日 16:56:37.000,37.0,36234.0,https://anaconda.org/conda-forge/django-organizations,2023年06月16日 19:19:26.379,5519.0,3.0,,,,,,,,,,,,,,,,,, +377,django-watson,etianen/django-watson,django-utils,,https://github.com/etianen/django-watson,https://github.com/etianen/django-watson,BSD-3-Clause,2011年08月20日 17:50:53.000,2023年01月14日 14:30:02.448,2023年01月14日 14:27:28,472.0,,129,33.0,89.0,21.0,198.0,1132,"Full-text multi-table search application for Django. Easy to install and use, with good performance.",728.0,617.0,43.0,26,True,['django'],2023年01月14日 14:30:02.448,1.6.3,34.0,,20553.0,,django-watson,https://pypi.org/project/django-watson,2023年01月14日 14:30:02.448,111.0,20553.0,,,,3.0,,,,,,,,,,,,,,,,,, +378,justpy,elimintz/justpy,web-frameworks,,https://github.com/justpy-org/justpy,https://github.com/justpy-org/justpy,Apache-2.0,2019年06月17日 13:38:23.000,2023年09月20日 13:13:54.000,2023年09月20日 13:13:43,754.0,10.0,89,28.0,47.0,,442.0,1084,An object oriented high-level Python Web Framework that requires no frontend programming.,400.0,393.0,20.0,26,True,,2023年09月20日 13:07:43.000,0.14.0,75.0,,1108.0,,justpy,https://pypi.org/project/justpy,2023年09月20日 13:07:43.000,7.0,1108.0,,,,3.0,,3.0,,,,,,,,,,,,,justpy-org/justpy,,, +379,django-cachalot,noripyt/django-cachalot,django-utils,,https://github.com/noripyt/django-cachalot,https://github.com/noripyt/django-cachalot,BSD-3-Clause,2014年09月26日 13:08:06.000,2023年09月05日 21:32:36.000,2023年09月05日 21:32:36,638.0,6.0,130,24.0,85.0,26.0,133.0,1072,"No effort, no worry, maximum performance.",731.0,645.0,34.0,26,True,['django'],2023年07月21日 22:32:48.000,2.6.1,43.0,,59063.0,conda-forge/django-cachalot,django-cachalot,https://pypi.org/project/django-cachalot,2023年07月21日 22:32:48.000,86.0,58454.0,https://anaconda.org/conda-forge/django-cachalot,2023年06月16日 13:23:58.353,43900.0,3.0,,,,,,,,,,,,,,,,,, +380,authomatic,authomatic/authomatic,auth,,https://github.com/authomatic/authomatic,https://github.com/authomatic/authomatic,MIT,2013年02月07日 14:13:35.000,2023年06月12日 10:00:14.000,2023年06月09日 10:55:35,1203.0,,391,35.0,109.0,44.0,89.0,1015,Simple yet powerful authorization / authentication client library for Python web applications.,253.0,,47.0,26,True,,2023年06月08日 18:10:01.850,1.2.1,22.0,,1767.0,,authomatic,https://pypi.org/project/authomatic,2023年06月08日 18:10:01.850,253.0,1767.0,,,,3.0,,,,,,,,,,,,,,,,,, +381,django-cleanup,un1t/django-cleanup,django-utils,,https://github.com/un1t/django-cleanup,https://github.com/un1t/django-cleanup,MIT,2012年08月14日 09:27:02.000,2023年06月15日 06:19:16.352,2023年06月14日 22:02:58,191.0,,74,10.0,50.0,,52.0,973,Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion.,11949.0,11616.0,17.0,26,True,['django'],2023年06月14日 22:14:00.885,8.0.0,38.0,,163963.0,conda-forge/django-cleanup,django-cleanup,https://pypi.org/project/django-cleanup,2023年06月14日 22:14:00.885,333.0,163672.0,https://anaconda.org/conda-forge/django-cleanup,2023年06月15日 06:19:16.352,11368.0,3.0,,,,,,,,,,,,,,,,,, +382,django-jenkins,kmmbvnr/django-jenkins,django-utils,,https://github.com/kmmbvnr/django-jenkins,https://github.com/kmmbvnr/django-jenkins,LGPL-3.0,2010年07月02日 08:55:14.000,2022年03月29日 15:06:39.000,2017年02月16日 12:03:00,544.0,,279,25.0,153.0,19.0,219.0,948,Plug and play continuous integration with django and jenkins.,1977.0,1371.0,70.0,26,False,['django'],2016年09月15日 09:54:04.000,0.110.0,19.0,,30915.0,,django-jenkins,https://pypi.org/project/django-jenkins,2016年09月15日 09:54:04.000,606.0,30915.0,,,,3.0,,,,,,,,,,,,,,,,,, +383,emmett,emmett-framework/emmett,web-frameworks,,https://github.com/emmett-framework/emmett,https://github.com/emmett-framework/emmett,BSD-3-Clause,2014年10月20日 20:23:26.000,2023年09月05日 16:06:29.000,2023年09月01日 14:18:55,1602.0,10.0,67,30.0,78.0,28.0,286.0,876,The web framework for inventors.,57.0,53.0,24.0,26,True,,2023年09月05日 16:06:29.000,2.5.5,100.0,,437.0,,emmett,https://pypi.org/project/emmett,2023年09月05日 16:06:29.000,4.0,437.0,,,,3.0,,,,,,,,,,,,,,,,,, +384,selectolax,rushter/selectolax,html-processing,,https://github.com/rushter/selectolax,https://github.com/rushter/selectolax,MIT,2017年11月26日 19:37:37.000,2023年07月27日 11:53:40.000,2023年07月27日 08:43:09,333.0,11.0,63,11.0,14.0,15.0,63.0,867,Python binding to Modest and Lexbor engines (fast HTML5 parser with CSS selectors).,1088.0,1051.0,12.0,26,True,,2023年07月27日 11:53:40.000,0.3.16,43.0,,40151.0,,selectolax,https://pypi.org/project/selectolax,2023年07月27日 11:53:40.000,37.0,40151.0,,,,3.0,,,,,,,,,,,,,,,,,, +385,django-solo,lazybird/django-solo,django-utils,,https://github.com/lazybird/django-solo,https://github.com/lazybird/django-solo,CC-BY-3.0,2013年05月22日 21:28:08.000,2023年07月23日 02:33:19.000,2023年05月25日 23:24:57,160.0,,78,18.0,65.0,10.0,51.0,786,Helps working with singletons - things like global settings that you want to edit from the admin site.,2339.0,2026.0,45.0,26,False,['django'],2023年05月25日 23:28:00.971,2.1.0,14.0,,155488.0,,django-solo,https://pypi.org/project/django-solo,2023年05月25日 23:28:00.971,313.0,155488.0,,,,3.0,,,,,,,,,,,,,,,,,, +386,django-markdownx,neutronX/django-markdownx,markdown,,https://github.com/neutronX/django-markdownx,https://github.com/neutronX/django-markdownx,BSD-3-Clause,2014年11月01日 14:15:37.000,2023年09月17日 18:21:16.000,2023年03月31日 10:40:55,431.0,,148,23.0,105.0,46.0,114.0,783,Comprehensive Markdown plugin built for Django.,2424.0,2303.0,36.0,26,True,['django'],2023年03月31日 10:46:02.458,4.0.2,56.0,,31576.0,,django-markdownx,https://pypi.org/project/django-markdownx,2022年01月03日 15:34:41.000,121.0,31576.0,,,,3.0,,,,,,,,,,,,,,,,,, +387,opentracing-python,opentracing/opentracing-python,monitoring,,https://github.com/opentracing/opentracing-python,https://github.com/opentracing/opentracing-python,Apache-2.0,2016年01月06日 22:57:00.000,2023年06月16日 13:23:04.175,2021年04月13日 17:30:55,220.0,,118,36.0,105.0,28.0,33.0,766,OpenTracing API for Python. This library is DEPRECATED! https://github.com/opentracing/specification/issues/163.,252.0,,34.0,26,False,,2020年11月19日 17:10:42.000,2.4.0,27.0,,2142739.0,conda-forge/opentracing,opentracing,https://pypi.org/project/opentracing,2020年11月19日 17:10:42.000,252.0,2139994.0,https://anaconda.org/conda-forge/opentracing,2023年06月16日 13:23:04.175,194900.0,2.0,,,,,,,,,,,,,,,,,, +388,micawber,coleifer/micawber,web-scraping,,https://github.com/coleifer/micawber,https://github.com/coleifer/micawber,MIT,2012年03月27日 21:42:46.000,2023年07月10日 11:27:45.154,2023年06月19日 13:22:53,205.0,,90,17.0,51.0,,58.0,607,a small library for extracting rich content from urls.,2932.0,2738.0,27.0,26,True,,2023年06月19日 13:24:07.578,0.5.5,25.0,,21844.0,conda-forge/micawber,micawber,https://pypi.org/project/micawber,2021年07月12日 14:05:33.000,194.0,21465.0,https://anaconda.org/conda-forge/micawber,2023年07月10日 11:27:45.154,12140.0,3.0,,,,,,,,,,,,,,,,,, +389,django-test-plus,revsys/django-test-plus,testing,,https://github.com/revsys/django-test-plus,https://github.com/revsys/django-test-plus,BSD-3-Clause,2015年05月23日 16:08:52.000,2023年07月11日 11:38:09.000,2023年07月11日 11:37:47,489.0,9.0,66,11.0,152.0,11.0,46.0,581,Useful additions to Djangos default TestCase.,1261.0,,33.0,26,True,['django'],2023年07月11日 11:44:02.719,2.2.3,37.0,,50337.0,conda-forge/django-test-plus,django-test-plus,https://pypi.org/project/django-test-plus,2021年05月19日 19:11:32.000,1261.0,49939.0,https://anaconda.org/conda-forge/django-test-plus,2023年06月16日 13:22:55.415,29075.0,3.0,,,,,,,,,,,,,,,,,, +390,treq,twisted/treq,http-clients,,https://github.com/twisted/treq,https://github.com/twisted/treq,MIT,2012年05月18日 18:57:21.000,2023年06月16日 13:24:26.385,2023年05月03日 06:10:14,1006.0,,142,26.0,205.0,58.0,100.0,559,Python requests like API built on top of Twisteds HTTP client.,1917.0,1500.0,51.0,26,True,,2022年02月09日 08:41:14.460,22.2.0,20.0,186.0,60829.0,conda-forge/treq,treq,https://pypi.org/project/treq,2022年02月09日 08:41:14.460,417.0,59928.0,https://anaconda.org/conda-forge/treq,2023年06月16日 13:24:26.385,73725.0,3.0,,,,,,,,,,,,,,,,,, +391,trustme,python-trio/trustme,others,,https://github.com/python-trio/trustme,https://github.com/python-trio/trustme,MIT,2017年07月17日 18:13:54.000,2023年09月11日 18:06:01.000,2023年09月11日 18:06:00,877.0,24.0,27,13.0,594.0,3.0,29.0,507,"#1 quality TLS certs while you wait, for the discerning tester.",599.0,549.0,20.0,26,True,,2023年07月10日 06:58:01.555,1.1.0,14.0,,103035.0,conda-forge/trustme,trustme,https://pypi.org/project/trustme,2023年07月10日 06:58:01.555,50.0,102817.0,https://anaconda.org/conda-forge/trustme,2023年07月10日 13:47:34.286,7429.0,3.0,,,,,,,,,,,,,,,,,, +392,flask-swagger,getsling/flask-swagger,openapi-utils,,https://github.com/getsling/flask-swagger,https://github.com/getsling/flask-swagger,MIT,2015年03月01日 01:08:16.000,2023年06月16日 13:20:31.304,2020年09月29日 10:30:18,120.0,,92,29.0,29.0,21.0,14.0,456,A swagger 2.0 spec extractor for flask.,9436.0,9097.0,24.0,26,False,['flask'],2019年03月26日 11:27:48.000,0.2.14,17.0,,876701.0,conda-forge/flask-swagger,flask-swagger,https://pypi.org/project/flask-swagger,2019年03月26日 11:27:48.000,339.0,875903.0,https://anaconda.org/conda-forge/flask-swagger,2023年06月16日 13:20:31.304,61472.0,3.0,,,,,,,,,,,,,,,,,, +393,pytest-flask,pytest-dev/pytest-flask,testing,,https://github.com/pytest-dev/pytest-flask,https://github.com/pytest-dev/pytest-flask,MIT,2014年09月03日 12:51:29.000,2023年06月16日 13:24:38.184,2023年02月18日 00:45:45,320.0,,84,8.0,90.0,12.0,62.0,454,A set of pytest fixtures to test Flask applications.,8358.0,,32.0,26,True,['flask'],2021年02月27日 03:48:05.000,1.2.0,29.0,,356610.0,conda-forge/pytest-flask,pytest-flask,https://pypi.org/project/pytest-flask,2021年02月27日 03:48:05.000,8358.0,355539.0,https://anaconda.org/conda-forge/pytest-flask,2023年06月16日 13:24:38.184,79301.0,3.0,,,,,,,,,,,,,,,,,, +394,django-robots,jazzband/django-robots,django-utils,,https://github.com/jazzband/django-robots,https://github.com/jazzband/django-robots,BSD-3-Clause,2009年09月20日 15:27:41.000,2023年09月11日 20:45:58.000,2023年09月07日 22:04:02,332.0,12.0,91,12.0,83.0,22.0,46.0,442,A Django app for managing robots.txt files following the robots exclusion protocol.,1764.0,1207.0,44.0,26,True,['django'],2023年09月07日 12:15:53.000,6.1,27.0,,40469.0,,django-robots,https://pypi.org/project/django-robots,2023年09月07日 12:08:05.000,557.0,40469.0,,,,3.0,,,,,,,,,,,,,,,,,, +395,pysimplesoap,pysimplesoap/pysimplesoap,http-clients,,https://github.com/pysimplesoap/pysimplesoap,https://github.com/pysimplesoap/pysimplesoap,LGPL-3.0,2013年06月02日 11:09:05.000,2023年09月01日 16:13:27.000,2020年07月20日 15:14:25,547.0,,229,28.0,122.0,94.0,26.0,370,Python Simple SOAP Library.,1320.0,1189.0,51.0,26,False,,2017年12月03日 17:09:17.000,1.16.2,14.0,,12720.0,,pysimplesoap,https://pypi.org/project/pysimplesoap,2017年12月03日 17:09:17.000,131.0,12720.0,,,,3.0,,,,,,,,,,,,,,,,,, +396,httpagentparser,shon/httpagentparser,others,,https://github.com/shon/httpagentparser,https://github.com/shon/httpagentparser,MIT,2011年03月11日 09:13:11.000,2023年07月20日 15:27:19.648,2022年10月19日 05:40:44,195.0,,55,11.0,44.0,17.0,34.0,218,Python HTTP Agent Parser.,3070.0,2807.0,35.0,26,True,,2022年10月19日 05:57:00.902,1.9.5,58.0,,245784.0,,httpagentparser,https://pypi.org/project/httpagentparser,2022年10月19日 05:57:00.902,263.0,245784.0,,,,3.0,,3.0,,,,,,,,,,,,,,,, +397,ipaddress,phihag/ipaddress,others,,https://github.com/phihag/ipaddress,https://github.com/phihag/ipaddress,PSF-2.0,2013年02月03日 20:45:43.000,2023年06月16日 13:20:43.209,2019年10月18日 01:30:15,123.0,,51,7.0,20.0,14.0,34.0,104,Python 3.3+s ipaddress for older Python versions.,41530.0,34747.0,7.0,26,False,,2019年10月18日 01:30:27.000,1.0.23,22.0,,3822878.0,conda-forge/ipaddress,ipaddress,https://pypi.org/project/ipaddress,2019年10月18日 01:30:27.000,6783.0,3811739.0,https://anaconda.org/conda-forge/ipaddress,2023年06月16日 13:20:43.209,946824.0,3.0,,,,,,,,,,,,,,,,,, +398,GoAccess,allinurl/goaccess,monitoring,,https://github.com/allinurl/goaccess,https://github.com/allinurl/goaccess,MIT,2013年07月14日 03:42:08.000,2023年09月20日 22:16:39.000,2023年09月20日 22:16:39,4018.0,7.0,1043,293.0,336.0,373.0,1788.0,16648,GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through..,13.0,13.0,156.0,25,True,,,,,,,,,,,,,,,,3.0,goaccess,,,,,,,,,,,,,,,,goaccess, +399,http-prompt,httpie/http-prompt,http-clients,,https://github.com/httpie/http-prompt,https://github.com/httpie/http-prompt,MIT,2016年04月06日 07:24:35.000,2023年04月24日 14:46:59.000,2022年01月21日 21:56:58,391.0,,322,171.0,106.0,49.0,54.0,8781,"An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax..",62.0,54.0,29.0,25,False,,2021年03月05日 14:17:53.000,2.1.0,24.0,,658.0,,http-prompt,https://pypi.org/project/http-prompt,2021年03月05日 14:02:14.000,8.0,658.0,,,,3.0,,,,,,,,,,,,,,,,,, +400,notion-py,jamalex/notion-py,third-party-apis,,https://github.com/jamalex/notion-py,https://github.com/jamalex/notion-py,MIT,2018年11月26日 03:08:41.000,2023年06月18日 11:30:08.000,2021年02月05日 05:10:12,233.0,,441,74.0,110.0,154.0,111.0,4067,Unofficial Python API client for Notion.so.,790.0,752.0,31.0,25,False,,2021年02月05日 05:11:13.000,0.0.28,21.0,,7827.0,,notion,https://pypi.org/project/notion,2021年02月05日 05:11:13.000,38.0,7827.0,,,,3.0,,,,,,,,,,,,,,,,,, +401,robobrowser,jmcarp/robobrowser,web-scraping,,https://github.com/jmcarp/robobrowser,https://github.com/jmcarp/robobrowser,BSD-3-Clause,2014年02月08日 21:29:49.000,2020年09月10日 18:41:47.000,2015年06月07日 19:46:28,103.0,,345,110.0,31.0,60.0,30.0,3675,Your friendly neighborhood web scraper.,1109.0,927.0,10.0,25,False,,2015年06月07日 19:47:05.000,0.5.3,13.0,,19231.0,,robobrowser,https://pypi.org/project/robobrowser,2015年06月07日 19:47:05.000,182.0,19231.0,,,,3.0,,,,,,,,,,,,,,,,,, +402,responder,taoufik07/responder,web-frameworks,,https://github.com/taoufik07/responder,https://github.com/taoufik07/responder,Apache-2.0,2018年10月09日 11:15:00.000,2023年06月16日 16:12:56.673,2021年03月24日 10:24:29,995.0,,211,97.0,256.0,54.0,169.0,3556,A familiar HTTP Service Framework for Python.,69.0,,86.0,25,False,,2021年01月08日 08:35:11.365,2.0.7,48.0,,5475.0,conda-forge/responder,responder,https://pypi.org/project/responder,2021年01月06日 08:04:39.000,69.0,4057.0,https://anaconda.org/conda-forge/responder,2023年06月16日 16:12:56.673,82244.0,3.0,,,,,,,,,,,,,,,,,, +403,WikiExtractor,attardi/wikiextractor,third-party-apis,,https://github.com/attardi/wikiextractor,https://github.com/attardi/wikiextractor,AGPL-3.0,2015年03月22日 12:03:01.000,2023年09月17日 10:03:22.000,2023年01月24日 18:02:27,227.0,,908,73.0,89.0,135.0,118.0,3441,A tool for extracting plain text from Wikipedia dumps.,288.0,281.0,31.0,25,True,,2023年01月24日 18:46:33.000,3.0.7,4.0,,3157.0,,wikiextractor,https://pypi.org/project/wikiextractor,2021年10月14日 12:34:58.000,7.0,3157.0,,,,3.0,,,,,,,,,,,,,,,,,, +404,Gerapy,Gerapy/Gerapy,web-scraping,,https://github.com/Gerapy/Gerapy,https://github.com/Gerapy/Gerapy,MIT,2017年06月30日 03:58:27.000,2023年08月02日 02:25:37.000,2023年07月30日 18:08:55,612.0,11.0,606,123.0,70.0,59.0,148.0,3074,"Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js.",138.0,130.0,16.0,25,True,['django'],2023年07月19日 18:55:56.000,0.9.13,49.0,,638.0,,gerapy,https://pypi.org/project/gerapy,2023年07月19日 18:53:46.000,8.0,638.0,,,,3.0,,,,,,,,,,,,,,,,,, +405,viewflow,viewflow/viewflow,django-utils,,https://github.com/viewflow/viewflow,https://github.com/viewflow/viewflow,AGPL-3.0,2013年09月10日 10:16:35.000,2023年08月25日 07:59:34.000,2023年08月25日 07:56:39,124.0,9.0,382,105.0,94.0,36.0,263.0,2443,Reusable workflow library for Django.,310.0,278.0,27.0,25,True,['django'],2022年04月05日 06:26:44.000,1.11.0,47.0,,5353.0,,django-viewflow,https://pypi.org/project/django-viewflow,2023年08月25日 07:59:34.000,32.0,5353.0,,,,3.0,,,,,,,,,,,,,,,,,, +406,Misago,rafalp/Misago,web-ui,,https://github.com/rafalp/Misago,https://github.com/rafalp/Misago,GPL-2.0,2012年06月22日 14:24:02.000,2023年09月09日 13:08:09.000,2023年08月01日 17:07:18,5305.0,3.0,495,84.0,415.0,95.0,1120.0,2372,"Misago is fully featured modern forum application that is fast, scalable and responsive.",47.0,47.0,39.0,25,True,,2023年05月28日 12:53:50.000,0.36.1,60.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +407,twitterscraper,taspinar/twitterscraper,third-party-apis,,https://github.com/taspinar/twitterscraper,https://github.com/taspinar/twitterscraper,MIT,2016年06月16日 06:51:10.000,2022年10月05日 15:48:52.000,2020年07月28日 11:36:45,262.0,,560,89.0,91.0,142.0,155.0,2321,Scrape Twitter for Tweets.,519.0,496.0,34.0,25,False,,2020年07月28日 11:38:17.000,1.6.1,47.0,,959.0,,twitterscraper,https://pypi.org/project/twitterscraper,2020年07月28日 11:38:17.000,23.0,959.0,,,,3.0,,,,,,,,,,,,,,,,,, +408,Wooey,wooey/wooey,web-ui,,https://github.com/wooey/Wooey,https://github.com/wooey/Wooey,BSD-3-Clause,2015年03月01日 16:47:05.000,2023年09月19日 20:25:17.000,2023年09月19日 20:24:49,951.0,5.0,187,66.0,177.0,54.0,163.0,1989,A Django app that creates automatic web UIs for Python scripts.,43.0,42.0,24.0,25,True,,2022年10月05日 14:12:48.578,0.13.2,39.0,,431.0,,wooey,https://pypi.org/project/wooey,2023年09月19日 20:25:17.000,1.0,431.0,,,,3.0,,,,,,,,,,,,,,,,,, +409,OpenAPI-to-GraphQL,IBM/openapi-to-graphql,openapi-utils,,https://github.com/IBM/openapi-to-graphql,https://github.com/IBM/openapi-to-graphql,MIT,2018年09月05日 18:52:16.000,2023年04月17日 11:15:27.000,2023年03月09日 15:32:59,677.0,,200,40.0,229.0,139.0,146.0,1542,Translate APIs described by OpenAPI Specifications (OAS) into GraphQL.,737.0,734.0,42.0,25,True,"['openapi', 'graphql']",2023年03月09日 15:32:21.528,3.0.5,38.0,,3721.0,,,,,,,,,,3.0,,,,openapi-to-graphql-cli,https://www.npmjs.com/package/openapi-to-graphql-cli,2023年03月09日 15:32:21.528,3.0,3721.0,,,,,,,,,, +410,python-lambda,nficano/python-lambda,serverless,,https://github.com/nficano/python-lambda,https://github.com/nficano/python-lambda,ISC,2016年02月26日 03:21:06.000,2023年06月28日 11:38:10.000,2022年06月03日 06:57:29,384.0,,232,32.0,630.0,63.0,53.0,1448,A toolkit for developing and deploying serverless Python code in AWS Lambda.,233.0,200.0,48.0,25,False,,2021年01月05日 04:42:47.000,11.8.0,49.0,,4350.0,,python-lambda,https://pypi.org/project/python-lambda,2021年01月05日 04:42:47.000,33.0,4350.0,,,,3.0,,,,,,,,,,,,,,,,,, +411,Meinheld,mopemope/meinheld,servers,,https://github.com/mopemope/meinheld,https://github.com/mopemope/meinheld,BSD-3-Clause,2010年07月30日 01:38:27.000,2023年06月16日 19:18:58.504,2020年06月23日 16:07:11,633.0,,100,45.0,51.0,31.0,51.0,1438,Meinheld is a high performance asynchronous WSGI Web Server (based on picoev).,1405.0,1102.0,20.0,25,False,,2020年05月17日 13:09:14.000,1.0.2,40.0,,24198.0,conda-forge/meinheld,meinheld,https://pypi.org/project/meinheld,2020年05月17日 13:09:14.000,303.0,23771.0,https://anaconda.org/conda-forge/meinheld,2023年06月16日 19:18:58.504,17526.0,3.0,,,,,,,,,,,,,,,,,, +412,flask-graphql,graphql-python/flask-graphql,graphql,,https://github.com/graphql-python/flask-graphql,https://github.com/graphql-python/flask-graphql,MIT,2016年01月23日 09:20:02.000,2023年06月16日 16:17:00.297,2020年08月07日 18:38:18,97.0,,145,27.0,38.0,42.0,24.0,1312,Adds GraphQL support to your Flask application.,3125.0,2914.0,15.0,25,False,"['flask', 'graphql']",2019年12月05日 15:32:32.000,2.0.1,10.0,,134211.0,conda-forge/flask-graphql,flask-graphql,https://pypi.org/project/flask-graphql,2019年12月05日 15:32:32.000,211.0,133892.0,https://anaconda.org/conda-forge/flask-graphql,2023年06月16日 16:17:00.297,15335.0,2.0,,,,,,,,,,,,,,,,,, +413,django-devserver,dcramer/django-devserver,servers,,https://github.com/dcramer/django-devserver,https://github.com/dcramer/django-devserver,BSD-3-Clause,2010年02月09日 20:35:52.000,2020年02月26日 17:37:11.000,2016年03月05日 15:18:30,218.0,,166,32.0,72.0,60.0,28.0,1271,A drop-in replacement for Djangos runserver.,455.0,386.0,39.0,25,False,['django'],2014年05月02日 19:10:18.000,0.8.0,24.0,,7766.0,,django-devserver,https://pypi.org/project/django-devserver,2014年05月02日 19:10:18.000,69.0,7766.0,,,,3.0,,,,,,,,,,,,,,,,,, +414,frontera,scrapinghub/frontera,web-scraping,,https://github.com/scrapinghub/frontera,https://github.com/scrapinghub/frontera,BSD-3-Clause,2014年11月22日 15:42:50.000,2023年09月18日 11:10:47.000,2019年11月29日 15:30:27,923.0,,214,163.0,258.0,101.0,76.0,1244,A scalable frontier for web crawlers.,48.0,33.0,41.0,25,False,,2021年12月15日 16:24:14.316,0.3.2,22.0,,416.0,,frontera,https://pypi.org/project/frontera,2019年04月05日 16:36:41.000,15.0,416.0,,,,3.0,,,,,,,,,,,,,,,,,, +415,mixer,klen/mixer,testing,,https://github.com/klen/mixer,https://github.com/klen/mixer,BSD-3-Clause,2013年05月19日 13:49:50.000,2023年08月16日 04:11:31.000,2022年03月23日 14:37:36,860.0,,93,11.0,108.0,44.0,49.0,916,"Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.",308.0,,43.0,25,False,"['flask', 'django']",2022年03月23日 14:39:31.000,7.2.2,157.0,,100331.0,,mixer,https://pypi.org/project/mixer,2022年03月23日 14:39:31.000,308.0,100331.0,,,,3.0,,,,,,,,,,,,,,,,,, +416,django-floppyforms,jazzband/django-floppyforms,django-utils,,https://github.com/jazzband/django-floppyforms,https://github.com/jazzband/django-floppyforms,MirOS,2010年11月24日 23:21:33.000,2023年02月20日 14:22:02.000,2023年02月20日 14:22:02,581.0,,153,30.0,94.0,44.0,98.0,826,Full control of form rendering in the templates.,3269.0,2057.0,48.0,25,False,['django'],2020年05月20日 02:41:28.000,1.9.0,27.0,,28543.0,,django-floppyforms,https://pypi.org/project/django-floppyforms,2020年05月20日 02:41:28.000,1212.0,28543.0,,,,3.0,,,,,,,,,,,,,,,,,, +417,fastapi-code-generator,koxudaxi/fastapi-code-generator,fastapi-utils,,https://github.com/koxudaxi/fastapi-code-generator,https://github.com/koxudaxi/fastapi-code-generator,MIT,2020年06月14日 10:49:14.000,2023年09月11日 21:03:57.000,2023年09月07日 16:20:16,454.0,45.0,87,18.0,312.0,38.0,35.0,784,This code generator creates FastAPI app from an openapi file.,160.0,157.0,24.0,25,True,"['fastapi', 'openapi']",2023年09月07日 16:22:53.000,0.4.4,41.0,,5195.0,,fastapi-code-generator,https://pypi.org/project/fastapi-code-generator,2023年09月07日 16:22:53.000,3.0,5195.0,,,,2.0,,,,,,,,,,,,,,,,,, +418,django-markdown-editor,agusmakmun/django-markdown-editor,markdown,,https://github.com/agusmakmun/django-markdown-editor,https://github.com/agusmakmun/django-markdown-editor,GPL-3.0,2016年12月27日 18:33:34.000,2023年09月11日 14:26:43.000,2023年09月11日 14:24:20,348.0,20.0,1210,11.0,85.0,30.0,102.0,726,"Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI.",25.0,,36.0,25,True,['django'],2023年07月20日 02:17:31.000,1.6.28,74.0,,19102.0,,martor,https://pypi.org/project/martor,2023年07月20日 02:17:31.000,25.0,19102.0,,,,3.0,,,,,,,,,,,,,,,,,, +419,django-csp,mozilla/django-csp,django-utils,,https://github.com/mozilla/django-csp,https://github.com/mozilla/django-csp,BSD-3-Clause,2010年07月14日 18:00:59.000,2023年09月05日 23:33:05.000,2022年06月28日 15:56:07,242.0,,94,28.0,101.0,20.0,80.0,488,Content Security Policy for Django.,93.0,75.0,49.0,25,False,['django'],2013年11月19日 23:16:37.000,2.0.3,12.0,,438560.0,,django-csp,https://pypi.org/project/django-csp,2020年08月12日 18:50:34.000,18.0,438560.0,,,,3.0,,,,,,,,,,,,,,,,,, +420,ghapi,fastai/ghapi,third-party-apis,,https://github.com/fastai/ghapi,https://github.com/fastai/ghapi,Apache-2.0,2020年11月21日 01:10:28.000,2023年06月14日 04:45:01.503,2023年06月14日 04:39:28,304.0,,53,9.0,36.0,46.0,84.0,475,A delightful and complete interface to GitHubs amazing API.,1035.0,982.0,16.0,25,True,,2023年06月14日 04:45:01.503,1.0.4,28.0,,423839.0,,ghapi,https://pypi.org/project/ghapi,2023年06月14日 04:45:01.503,53.0,423839.0,,,,3.0,,,,,,,,,,,,,,,,,, +421,purl,codeinthehole/purl,url-utils,,https://github.com/codeinthehole/purl,https://github.com/codeinthehole/purl,MIT,2012年03月27日 21:18:43.000,2023年08月04日 07:41:28.000,2021年05月15日 21:00:41,192.0,,38,11.0,40.0,16.0,15.0,293,"A simple, immutable URL class with a clean API for interrogation and manipulation.",4219.0,3846.0,18.0,25,False,,2017年05月12日 14:54:05.000,1.3.1,25.0,,63334.0,,purl,https://pypi.org/project/purl,2021年05月15日 21:05:39.000,373.0,63334.0,,,,3.0,,,,,,,,,,,,,,,,,, +422,Spectree,0b01001001/spectree,openapi-utils,,https://github.com/0b01001001/spectree,https://github.com/0b01001001/spectree,Apache-2.0,2019年12月01日 07:04:07.000,2023年09月21日 02:18:33.000,2023年09月21日 02:07:36,453.0,16.0,66,7.0,228.0,17.0,90.0,287,API spec validator and OpenAPI document generator for Python web frameworks.,79.0,74.0,40.0,25,True,['openapi'],2023年09月21日 02:18:33.000,1.2.2,83.0,,41952.0,,spectree,https://pypi.org/project/spectree,2023年09月21日 02:18:33.000,5.0,41952.0,,,,3.0,,,,,,,,,,,,,,,,,, +423,graphene-mongo,graphql-python/graphene-mongo,graphql,,https://github.com/graphql-python/graphene-mongo,https://github.com/graphql-python/graphene-mongo,MIT,2018年01月22日 04:06:16.000,2023年08月05日 18:27:01.000,2023年06月01日 03:31:51,597.0,,106,14.0,134.0,29.0,72.0,275,Graphene MongoEngine integration.,332.0,319.0,37.0,25,True,['graphql'],2023年04月05日 10:09:33.000,0.3.0,33.0,,21479.0,conda-forge/graphene-mongo,graphene-mongo,https://pypi.org/project/graphene-mongo,2022年10月14日 06:01:17.934,13.0,21317.0,https://anaconda.org/conda-forge/graphene-mongo,2023年06月16日 19:18:19.405,6831.0,2.0,,,,,,,,,,,,,,,,,, +424,Flask-OpenID,pallets-eco/flask-openid,auth,,https://github.com/pallets-eco/flask-openid,https://github.com/pallets-eco/flask-openid,BSD-3-Clause,2010年05月06日 11:08:54.000,2023年06月16日 13:19:07.189,2021年11月23日 16:48:39,93.0,,72,19.0,24.0,5.0,40.0,229,Flask-OpenID adds openid support to flask applications.,7952.0,6603.0,15.0,25,False,['flask'],2021年09月08日 22:09:37.000,1.3.0,13.0,16.0,1536497.0,conda-forge/flask-openid,flask-openid,https://pypi.org/project/flask-openid,2021年09月08日 21:29:01.000,1349.0,1534914.0,https://anaconda.org/conda-forge/flask-openid,2023年06月16日 13:19:07.189,129841.0,3.0,,,,,,,,,,,,,,,,,, +425,flask-rebar,plangrid/flask-rebar,flask-utils,,https://github.com/plangrid/flask-rebar,https://github.com/plangrid/flask-rebar,MIT,2018年02月26日 17:39:13.000,2023年08月14日 18:37:07.000,2023年08月08日 20:56:52,350.0,22.0,35,111.0,185.0,48.0,57.0,225,"Flask-Rebar combines flask, marshmallow, and swagger for robust REST services.",57.0,51.0,38.0,25,True,"['flask', 'openapi']",2023年08月08日 20:58:28.000,3.0.0,47.0,,7653.0,,flask-rebar,https://pypi.org/project/flask-rebar,2023年08月08日 20:58:28.000,6.0,7653.0,,,,2.0,,,,,,,,,,,,,,,,,, +426,flask-seasurf,maxcountryman/flask-seasurf,flask-utils,,https://github.com/maxcountryman/flask-seasurf,https://github.com/maxcountryman/flask-seasurf,BSD-3-Clause,2011年12月06日 18:51:00.000,2023年06月16日 13:18:14.121,2022年09月03日 07:50:43,202.0,,47,7.0,85.0,9.0,43.0,189,SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).,2732.0,2468.0,33.0,25,True,['flask'],2022年04月05日 04:10:17.000,1.1.1,29.0,,68638.0,conda-forge/flask-seasurf,flask-seasurf,https://pypi.org/project/flask-seasurf,2022年04月05日 04:10:17.000,264.0,67567.0,https://anaconda.org/conda-forge/flask-seasurf,2023年06月16日 13:18:14.121,90012.0,2.0,,,,,,,,,,,,,,,,,, +427,guillotina,plone/guillotina,web-frameworks,,https://github.com/plone/guillotina,https://github.com/plone/guillotina,BSD-3-Clause,2017年03月01日 16:12:44.000,2023年04月24日 15:24:41.000,2022年12月12日 14:47:56,3409.0,,51,193.0,965.0,60.0,168.0,182,Python AsyncIO data API to manage billions of resources.,177.0,131.0,54.0,25,True,,2022年08月25日 08:00:03.072,6.4.2,599.0,,2387.0,,guillotina,https://pypi.org/project/guillotina,2022年08月25日 08:00:03.072,46.0,2387.0,,,,3.0,,,,,,,,,,,,,,,,,, +428,graphql-relay-py,graphql-python/graphql-relay-py,graphql,,https://github.com/graphql-python/graphql-relay-py,https://github.com/graphql-python/graphql-relay-py,MIT,2015年09月17日 17:16:20.000,2023年06月16日 13:21:37.925,2022年07月23日 13:48:14,182.0,,38,18.0,20.0,10.0,23.0,145,A library to help construct a graphql-py server supporting react-relay.,15565.0,15087.0,10.0,25,False,,2022年04月16日 11:03:43.000,3.2.0,27.0,,1608849.0,conda-forge/graphql-relay,graphql-relay,https://pypi.org/project/graphql-relay,2022年04月16日 11:03:43.000,478.0,1605472.0,https://anaconda.org/conda-forge/graphql-relay,2023年06月16日 13:21:37.925,243201.0,2.0,,,,,,,,,,,,,,,,,, +429,pyscript,pyscript/pyscript,web-ui,,https://github.com/pyscript/pyscript,https://github.com/pyscript/pyscript,Apache-2.0,2022年02月21日 04:55:20.000,2023年09月21日 15:10:49.000,2023年09月20日 20:37:37,1009.0,82.0,1369,170.0,897.0,123.0,560.0,17037,Home Page: https://pyscript.net Examples: https://pyscript.net/examples.,2.0,2.0,114.0,24,True,,,,6.0,192.0,12.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +430,AutoScraper,alirezamika/autoscraper,web-scraping,,https://github.com/alirezamika/autoscraper,https://github.com/alirezamika/autoscraper,MIT,2020年08月31日 12:02:19.000,2023年05月11日 09:25:29.000,2022年07月17日 17:18:27,137.0,,590,126.0,22.0,10.0,49.0,5523,"A Smart, Automatic, Fast and Lightweight Web Scraper for Python.",294.0,293.0,8.0,24,False,,2022年07月17日 17:20:18.601,1.1.14,16.0,,11049.0,,autoscraper,https://pypi.org/project/autoscraper,2022年07月17日 17:20:18.601,1.0,11049.0,,,,3.0,,,,,,,,,,,,,,,,,, +431,scdl,flyingrub/scdl,third-party-apis,,https://github.com/flyingrub/scdl,https://github.com/flyingrub/scdl,GPL-2.0,2014年10月02日 19:37:42.000,2023年04月19日 15:13:11.000,2022年09月04日 19:08:06,298.0,,286,65.0,108.0,65.0,284.0,2889,Soundcloud Music Downloader.,237.0,231.0,48.0,24,True,,2022年09月04日 19:10:21.281,2.7.3,49.0,,806.0,,scdl,https://pypi.org/project/scdl,2022年09月04日 19:10:21.281,6.0,806.0,,,,3.0,,,,,,,,,,,,,,,,,, +432,instagram_private_api,ping/instagram_private_api,third-party-apis,,https://github.com/ping/instagram_private_api,https://github.com/ping/instagram_private_api,MIT,2017年01月12日 11:54:19.000,2022年06月04日 23:33:40.000,2019年11月14日 10:11:13,444.0,,616,115.0,51.0,132.0,220.0,2777,A Python library to access Instagrams private API.,12.0,,5.0,24,False,,2019年02月22日 08:05:21.000,1.6.0,39.0,,19007.0,,instagram_private_api,https://pypi.org/project/instagram_private_api,2019年05月06日 11:32:26.000,12.0,19007.0,,,,3.0,,,,,,,,,,,,,,,,,, +433,flaskbb,flaskbb/flaskbb,web-ui,,https://github.com/flaskbb/flaskbb,https://github.com/flaskbb/flaskbb,BSD-3-Clause,2013年09月11日 08:39:17.000,2023年07月30日 20:37:02.000,2023年03月13日 06:51:20,1961.0,,584,120.0,318.0,45.0,304.0,2430,A classic Forum Software in Python using Flask.,37.0,28.0,67.0,24,True,['flask'],2021年09月09日 20:26:21.000,2.1.0,4.0,,117.0,,FlaskBB,https://pypi.org/project/FlaskBB,2018年07月15日 19:10:30.000,9.0,117.0,,,,3.0,,,,,,,,,,,,,,,,,, +434,fastapi-admin,fastapi-admin/fastapi-admin,admin-ui,,https://github.com/fastapi-admin/fastapi-admin,https://github.com/fastapi-admin/fastapi-admin,Apache-2.0,2020年04月06日 05:09:44.000,2023年07月27日 09:29:42.000,2023年07月27日 09:29:42,379.0,7.0,277,34.0,37.0,45.0,70.0,2143,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",189.0,189.0,13.0,24,True,['fastapi'],2021年08月31日 03:30:19.000,1.0.3,26.0,,2911.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021年08月31日 03:30:19.000,,2911.0,,,,3.0,,,,,,,,,,,,,,,,,, +435,fastapi-admin/fastapi-admin,fastapi-admin/fastapi-admin,fastapi-utils,,https://github.com/fastapi-admin/fastapi-admin,https://github.com/fastapi-admin/fastapi-admin,Apache-2.0,2020年04月06日 05:09:44.000,2023年07月27日 09:29:42.000,2023年07月27日 09:29:42,379.0,7.0,277,34.0,37.0,45.0,70.0,2143,"A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin.",189.0,189.0,13.0,24,True,['fastapi'],2021年08月31日 03:30:19.000,1.0.3,26.0,,2911.0,,fastapi-admin,https://pypi.org/project/fastapi-admin,2021年08月31日 03:30:19.000,,2911.0,,,,2.0,,,,,,,,,,,,,,,,,, +436,web2py,web2py/web2py,web-frameworks,,https://github.com/web2py/web2py,https://github.com/web2py/web2py,LGPL-3.0,2008年11月07日 06:08:58.000,2023年07月05日 10:40:46.000,2023年07月05日 10:40:45,8266.0,2.0,883,221.0,1416.0,364.0,693.0,2053,Free and open source full-stack enterprise framework for agile development of secure database-driven web-based..,40.0,40.0,257.0,24,True,,2020年03月21日 20:19:46.000,2.19.1,24.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +437,quart,pgjones/quart,web-frameworks,,https://github.com/pgjones/quart,https://github.com/pgjones/quart,MIT,2019年01月04日 09:01:34.019,2023年06月16日 16:12:56.597,2022年07月06日 20:18:54,944.0,,120,,1.0,,,2032,Quart is a Python ASGI web microframework with the same API as Flask.,88.0,,68.0,24,False,,2023年04月09日 16:20:01.159,0.18.4,54.0,,231830.0,conda-forge/quart,quart,https://pypi.org/project/quart,2023年04月09日 16:20:01.159,88.0,230280.0,https://anaconda.org/conda-forge/quart,2023年06月16日 16:12:56.597,86821.0,3.0,,,,,,,,,,,,,,,,,, +438,flask-ask,johnwheeler/flask-ask,flask-utils,,https://github.com/johnwheeler/flask-ask,https://github.com/johnwheeler/flask-ask,Apache-2.0,2016年05月12日 00:54:46.000,2023年05月01日 21:13:09.000,2022年03月31日 19:56:40,478.0,,370,89.0,117.0,71.0,,1907,Alexa Skills Kit for Python.,886.0,753.0,41.0,24,False,['flask'],2018年02月28日 21:57:01.000,0.9.8,34.0,,743.0,,flask-ask,https://pypi.org/project/flask-ask,2018年02月28日 21:57:01.000,133.0,743.0,,,,3.0,,,,,,,,,,,,,,,,,, +439,scrapely,scrapy/scrapely,web-scraping,,https://github.com/scrapy/scrapely,https://github.com/scrapy/scrapely,BSD-3-Clause,2011年04月18日 22:38:56.000,2022年04月04日 10:53:21.000,2019年11月28日 10:27:42,205.0,,267,123.0,69.0,32.0,27.0,1836,A pure-python HTML screen-scraping library.,238.0,135.0,25.0,24,False,,2019年11月28日 11:03:32.000,0.14.1,13.0,,725.0,,scrapely,https://pypi.org/project/scrapely,2019年11月28日 11:03:32.000,103.0,725.0,,,,3.0,,,,,,,,,,,,,,,,,, +440,offlineimap,OfflineIMAP/offlineimap,email,,https://github.com/OfflineIMAP/offlineimap,https://github.com/OfflineIMAP/offlineimap,libpng-2.0,2012年07月23日 15:28:58.000,2023年06月16日 19:27:19.192,2023年03月30日 11:19:04,2415.0,,374,52.0,208.0,98.0,422.0,1761,Read/sync your IMAP mailboxes (python2) [LEGACY: move to offlineimap3].,31.0,24.0,163.0,24,False,,2021年12月15日 14:07:20.549,6.5.4,41.0,,808.0,conda-forge/offlineimap,offlineimap,https://pypi.org/project/offlineimap,2021年08月02日 23:10:14.000,7.0,166.0,https://anaconda.org/conda-forge/offlineimap,2023年06月16日 19:27:19.192,15431.0,3.0,,,,,,,,,,,,,,,,,, +441,flask-sockets,heroku-python/flask-sockets,websocket,,https://github.com/heroku-python/flask-sockets,https://github.com/heroku-python/flask-sockets,MIT,2013年10月01日 00:41:09.000,2021年05月14日 12:12:05.000,2017年05月30日 17:23:01,57.0,,149,45.0,25.0,27.0,33.0,1738,[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock.,448.0,,13.0,24,False,['flask'],2016年06月05日 02:14:01.000,0.2.1,3.0,,51854.0,,flask-sockets,https://pypi.org/project/flask-sockets,2016年06月05日 02:14:01.000,448.0,51854.0,,,,3.0,,,,,,,,,,,,,,,,,, +442,python-react,markfinger/python-react,web-ui,,https://github.com/markfinger/python-react,https://github.com/markfinger/python-react,MIT,2014年12月02日 00:12:53.000,2023年06月29日 15:16:48.000,2023年06月29日 15:16:47,333.0,2.0,117,37.0,35.0,10.0,63.0,1600,Server-side rendering of React components.,769.0,721.0,22.0,24,True,,2018年10月08日 09:55:41.000,4.3.0,15.0,,9372.0,,react,https://pypi.org/project/react,2018年10月08日 09:55:41.000,48.0,9372.0,,,,3.0,,,,,,,,,,,,,,,,,, +443,wdb,Kozea/wdb,testing,,https://github.com/Kozea/wdb,https://github.com/Kozea/wdb,GPL-3.0,2012年10月05日 16:40:23.000,2022年12月06日 14:33:43.000,2019年09月16日 09:29:29,658.0,,111,74.0,48.0,38.0,79.0,1568,An improbable web debugger through WebSockets.,238.0,206.0,22.0,24,False,,2019年09月16日 09:25:54.000,3.3.0,53.0,,9943.0,,wdb,https://pypi.org/project/wdb,2019年09月16日 09:25:54.000,32.0,9943.0,,,,3.0,,,,,,,,,,,,,,,,,, +444,flask-bootstrap,esbullington/flask-bootstrap,flask-utils,,https://github.com/esbullington/flask-bootstrap,https://github.com/esbullington/flask-bootstrap,BSD-3-Clause,2012年03月06日 17:53:29.000,2023年06月16日 16:09:08.933,2019年08月14日 04:58:34,139.0,,737,10.0,5.0,1.0,4.0,1562,"A Flask app template with integrated SQLAlchemy, authentication, and Bootstrap frontend.",5512.0,,6.0,24,False,['flask'],,,36.0,,296736.0,conda-forge/flask-bootstrap,flask-bootstrap,https://pypi.org/project/flask-bootstrap,2017年01月11日 23:28:23.000,5512.0,296502.0,https://anaconda.org/conda-forge/flask-bootstrap,2023年06月16日 16:09:08.933,14531.0,3.0,,,,,,,,,,,,,,,,,, +445,fastapi-utils,dmontagu/fastapi-utils,fastapi-utils,,https://github.com/dmontagu/fastapi-utils,https://github.com/dmontagu/fastapi-utils,MIT,2020年01月19日 22:34:25.000,2023年09月11日 14:52:23.000,2023年03月19日 18:34:49,22.0,,140,17.0,224.0,54.0,13.0,1538,Reusable utilities for FastAPI.,2992.0,2943.0,2.0,24,True,['fastapi'],2020年03月07日 05:55:04.000,0.2.1,4.0,,749900.0,,fastapi-utils,https://pypi.org/project/fastapi-utils,2020年03月07日 05:55:04.000,49.0,749900.0,,,,2.0,,,,,,,,,,,,,,,,,, +446,fastapi-crudrouter,awtkns/fastapi-crudrouter,fastapi-utils,,https://github.com/awtkns/fastapi-crudrouter,https://github.com/awtkns/fastapi-crudrouter,MIT,2020年12月19日 20:58:44.000,2023年09月13日 10:23:24.000,2023年01月28日 08:44:21,498.0,,136,14.0,88.0,57.0,39.0,1195,A dynamic FastAPI router that automatically creates CRUD routes for your models.,190.0,184.0,21.0,24,True,['fastapi'],2023年01月28日 08:54:45.000,0.8.6,27.0,15.0,11262.0,,fastapi-crudrouter,https://pypi.org/project/fastapi-crudrouter,2023年01月28日 08:46:00.463,6.0,11262.0,,,,2.0,,,,,,,,,,,,,,,,,, +447,django-vanilla-views,encode/django-vanilla-views,django-utils,,https://github.com/encode/django-vanilla-views,https://github.com/encode/django-vanilla-views,BSD-2-Clause,2013年09月02日 13:41:57.000,2022年09月03日 23:28:36.000,2022年09月03日 23:28:35,189.0,,71,39.0,85.0,2.0,40.0,970,Beautifully simple class-based views.,904.0,657.0,31.0,24,True,['django'],2021年05月09日 09:56:51.000,3.0.0,15.0,,8033.0,,django-vanilla-views,https://pypi.org/project/django-vanilla-views,2021年05月09日 09:56:51.000,247.0,8033.0,,,,3.0,,,,,,,,,,,,,,,,,, +448,django-cache-machine,django-cache-machine/django-cache-machine,django-utils,,https://github.com/django-cache-machine/django-cache-machine,https://github.com/django-cache-machine/django-cache-machine,BSD-3-Clause,2010年02月09日 23:01:12.000,2023年02月20日 18:13:51.000,2023年02月20日 18:13:51,300.0,,162,27.0,73.0,22.0,56.0,864,Automatic caching and invalidation for Django models through the ORM.,381.0,269.0,27.0,24,True,['django'],2022年07月06日 18:41:15.000,1.2.0,10.0,,7258.0,,django-cache-machine,https://pypi.org/project/django-cache-machine,2022年07月06日 18:41:15.000,112.0,7258.0,,,,3.0,,,,,,,,,,,,,,,,,, +449,flask-profiler,muatik/flask-profiler,flask-utils,,https://github.com/muatik/flask-profiler,https://github.com/muatik/flask-profiler,MIT,2015年10月05日 20:49:53.000,2022年12月02日 02:48:05.000,2020年10月20日 08:42:33,157.0,,93,24.0,62.0,35.0,35.0,737,a flask profiler which watches endpoint calls and tries to make some analysis.,352.0,344.0,29.0,24,False,['flask'],2018年11月19日 23:11:10.000,1.8.1,39.0,,17758.0,,flask-profiler,https://pypi.org/project/flask-profiler,2018年11月19日 23:11:10.000,8.0,17758.0,,,,3.0,,,,,,,,,,,,,,,,,, +450,Flask-MonitoringDashboard,flask-dashboard/Flask-MonitoringDashboard,monitoring,,https://github.com/flask-dashboard/Flask-MonitoringDashboard,https://github.com/flask-dashboard/Flask-MonitoringDashboard,MIT,2017年04月11日 13:50:14.000,2023年08月22日 21:17:25.000,2023年08月22日 21:16:55,1314.0,1.0,149,19.0,252.0,57.0,131.0,715,Automatically monitor the evolving performance of Flask/Python web services.,14.0,,32.0,24,True,['flask'],2023年08月22日 21:17:25.000,3.1.2,46.0,,8226.0,,flask-monitoringdashboard,https://pypi.org/project/flask-monitoringdashboard,2023年08月22日 21:17:25.000,14.0,8226.0,,,,3.0,,,,,,,,,,,,,,,,,, +451,django-easy-audit,soynatan/django-easy-audit,django-utils,,https://github.com/soynatan/django-easy-audit,https://github.com/soynatan/django-easy-audit,GPL-3.0,2016年10月23日 06:55:16.000,2023年08月21日 14:02:43.000,2023年08月21日 13:59:32,274.0,2.0,157,15.0,129.0,74.0,70.0,585,"Yet another Django audit log app, hopefully the simplest one.",204.0,193.0,46.0,24,True,['django'],2023年06月13日 14:41:01.137,1.3.5,56.0,,40266.0,,django-easy-audit,https://pypi.org/project/django-easy-audit,2023年08月21日 14:01:17.000,11.0,40266.0,,,,3.0,,,,,,,,,,,,,,,,,, +452,fastapi_login,MushroomMaula/fastapi_login,auth,,https://github.com/MushroomMaula/fastapi_login,https://github.com/MushroomMaula/fastapi_login,MIT,2019年10月21日 14:47:00.000,2023年08月24日 15:14:53.000,2023年07月27日 11:36:00,460.0,8.0,53,7.0,63.0,9.0,45.0,519,FastAPI-Login tries to provide similar functionality as Flask-Login does.,629.0,627.0,14.0,24,True,['fastapi'],2023年07月27日 11:44:22.000,1.9.1,28.0,3.0,24767.0,,fastapi_login,https://pypi.org/project/fastapi_login,2023年07月27日 11:44:22.000,2.0,24767.0,,,,3.0,,,,,,,,,,,,,,,,,, +453,aioresponses,pnuckowski/aioresponses,testing,,https://github.com/pnuckowski/aioresponses,https://github.com/pnuckowski/aioresponses,MIT,2016年10月16日 10:42:14.000,2023年09月08日 19:09:43.000,2023年08月31日 11:51:39,306.0,1.0,83,5.0,154.0,50.0,48.0,454,Aioresponses is a helper for mock/fake web requests in python aiohttp package.,163.0,,45.0,24,True,,2022年12月14日 00:04:02.049,0.7.4,24.0,,582986.0,,aioresponses,https://pypi.org/project/aioresponses,2022年12月14日 00:04:02.049,163.0,582986.0,,,,3.0,,,,,,,,,,,,,,,,,, +454,python-whois,joepie91/python-whois,others,,https://github.com/joepie91/python-whois,https://github.com/joepie91/python-whois,WTFPL,2013年01月30日 15:34:02.000,2022年07月03日 21:17:25.000,2014年07月30日 05:44:44,181.0,,184,34.0,51.0,108.0,35.0,391,A python module for retrieving and parsing WHOIS data.,772.0,512.0,7.0,24,False,,2022年07月03日 21:17:25.000,0.8.0,22.0,,173251.0,,python-whois,https://pypi.org/project/python-whois,2022年07月03日 21:17:25.000,260.0,173251.0,,,,3.0,,,,,,,,,,,,,,,,,, +455,pyshorteners,ellisonleao/pyshorteners,third-party-apis,,https://github.com/ellisonleao/pyshorteners,https://github.com/ellisonleao/pyshorteners,GPL-3.0,2013年09月30日 18:33:24.000,2022年06月06日 19:18:46.000,2022年06月06日 19:18:46,431.0,,65,16.0,90.0,,,367,Generating short urls with python has never been easier.,9736.0,9637.0,24.0,24,False,,2020年03月19日 17:55:20.000,1.0.1,27.0,,110972.0,,pyshorteners,https://pypi.org/project/pyshorteners,2020年03月19日 17:54:24.000,99.0,110972.0,,,,3.0,,,,,,,,,,,,,,,,,, +456,Flask-Moment,miguelgrinberg/Flask-Moment,flask-utils,,https://github.com/miguelgrinberg/Flask-Moment,https://github.com/miguelgrinberg/Flask-Moment,MIT,2013年10月24日 04:17:57.000,2023年06月20日 11:53:41.000,2023年06月20日 11:53:39,96.0,,50,14.0,44.0,2.0,47.0,363,Formatting of dates and times in Flask templates using moment.js.,2267.0,,22.0,24,True,['flask'],2023年08月21日 18:40:23.000,1.0.5,23.0,,42830.0,conda-forge/flask-moment,flask-moment,https://pypi.org/project/flask-moment,2022年10月05日 14:13:24.427,2267.0,42275.0,https://anaconda.org/conda-forge/flask-moment,2023年06月16日 13:18:41.479,46643.0,3.0,,,,,,,,,,,,,,,,,, +457,flask-paginate,lixxu/flask-paginate,flask-utils,,https://github.com/lixxu/flask-paginate,https://github.com/lixxu/flask-paginate,BSD-3-Clause,2012年10月07日 12:21:45.000,2023年06月16日 16:16:29.946,2022年09月16日 23:03:32,152.0,,79,7.0,34.0,8.0,64.0,270,Pagination support for flask.,2909.0,2862.0,27.0,24,True,['flask'],2022年01月12日 14:45:43.000,2022年1月8日,34.0,56.0,49265.0,conda-forge/flask-paginate,flask-paginate,https://pypi.org/project/flask-paginate,2022年01月09日 06:06:39.000,47.0,48880.0,https://anaconda.org/conda-forge/flask-paginate,2023年06月16日 16:16:29.946,18848.0,3.0,,,,,,,,,,,,,,,,,, +458,mailer,marrow/mailer,email,,https://github.com/marrow/mailer,https://github.com/marrow/mailer,MIT,2011年03月13日 05:21:26.000,2023年08月17日 15:28:34.000,2022年07月15日 11:36:50,297.0,,57,10.0,30.0,25.0,48.0,263,"A light-weight, modular, message representation and mail delivery framework for Python.",396.0,314.0,20.0,24,False,,2019年09月16日 00:20:27.000,4.0.3,8.0,154.0,170353.0,conda-forge/mailer,mailer,https://pypi.org/project/mailer,2015年04月22日 03:10:28.000,82.0,169318.0,https://anaconda.org/conda-forge/mailer,2023年06月16日 16:09:42.549,62054.0,3.0,,,,,,,,,,,,,,,,,, +459,pytest-splinter,pytest-dev/pytest-splinter,testing,,https://github.com/pytest-dev/pytest-splinter,https://github.com/pytest-dev/pytest-splinter,MIT,2014年02月16日 17:03:35.000,2023年06月15日 13:58:36.000,2022年08月09日 16:14:23,347.0,,53,35.0,96.0,8.0,75.0,245,pytest splinter and selenium integration for anyone interested in browser interaction in tests.,579.0,464.0,31.0,24,False,,2022年09月09日 19:48:12.442,3.3.2,74.0,,17834.0,,pytest-splinter,https://pypi.org/project/pytest-splinter,2022年09月09日 19:48:12.442,115.0,17834.0,,,,3.0,,,,,,,,,,,,,,,,,, +460,trame,Kitware/trame,web-ui,,https://github.com/Kitware/trame,https://github.com/Kitware/trame,Apache-2.0,2021年09月24日 21:38:47.000,2023年09月21日 16:47:27.000,2023年09月21日 16:47:24,264.0,82.0,39,11.0,52.0,5.0,39.0,189,Trame lets you weave various components and technologies into a Web Application solely written in Python.,21.0,,16.0,24,True,,2023年09月21日 16:47:30.000,3.2.6,129.0,193.0,22564.0,,trame,https://pypi.org/project/trame,2023年09月21日 16:47:27.000,21.0,22556.0,,,,3.0,,,,,,,,,,,,,,,,,, +461,Photon,s0md3v/Photon,web-scraping,,https://github.com/s0md3v/Photon,https://github.com/s0md3v/Photon,GPL-3.0,2018年03月30日 19:38:22.000,2022年12月26日 16:11:37.000,2022年12月20日 10:27:06,326.0,,1421,327.0,85.0,48.0,66.0,9988,Incredibly fast crawler designed for OSINT.,5.0,,21.0,23,True,,2019年04月05日 15:15:47.000,1.3.0,18.0,,296.0,,photon,https://pypi.org/project/photon,2019年01月25日 01:13:36.000,5.0,296.0,,,,3.0,,,,,,,,,,,,,,,,,, +462,healthchecks,healthchecks/healthchecks,others,,https://github.com/healthchecks/healthchecks,https://github.com/healthchecks/healthchecks,BSD-3-Clause,2015年06月25日 18:38:33.000,2023年09月20日 07:02:34.000,2023年09月20日 07:02:34,2638.0,142.0,699,97.0,182.0,66.0,568.0,6590,"Open-source cron job and background task monitoring service, written in Python & Django.",,,84.0,23,True,,2023年07月02日 07:08:05.000,2.10,50.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +463,ngxtop,lebinh/ngxtop,monitoring,,https://github.com/lebinh/ngxtop,https://github.com/lebinh/ngxtop,MIT,2014年03月21日 15:39:52.000,2022年10月06日 19:58:56.000,2020年12月21日 00:59:19,40.0,,462,213.0,34.0,62.0,28.0,6413,Real-time metrics for nginx server.,43.0,34.0,9.0,23,False,,2020年12月21日 00:51:09.000,0.0.3,3.0,,1908.0,,ngxtop,https://pypi.org/project/ngxtop,2020年12月21日 00:51:09.000,9.0,1908.0,,,,3.0,,,,,,,,,,,,,,,,,, +464,ProxyBroker,constverum/Proxybroker,others,,https://github.com/constverum/ProxyBroker,https://github.com/constverum/ProxyBroker,Apache-2.0,2015年10月11日 15:13:37.000,2023年08月17日 23:49:10.000,2019年03月13日 10:21:05,152.0,,830,141.0,29.0,96.0,80.0,3494,Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS.,12.0,,9.0,23,False,,2019年03月12日 19:47:46.000,0.3.2,12.0,,3874.0,,proxybroker,https://pypi.org/project/proxybroker,2019年03月12日 19:47:46.000,12.0,3874.0,,,,3.0,,,,,,,,,,,,,,,,,, +465,yandex-tank,yandex/yandex-tank,testing,,https://github.com/yandex/yandex-tank,https://github.com/yandex/yandex-tank,LGPL-2.1,2012年07月23日 11:05:58.000,2023年09月18日 12:56:58.000,2023年05月24日 10:08:08,3658.0,,292,88.0,716.0,76.0,108.0,2327,Load and performance benchmark tool.,11.0,8.0,114.0,23,False,,2023年05月30日 07:58:00.467,1.21.4,40.0,,96.0,,yandextank,https://pypi.org/project/yandextank,2021年09月10日 16:12:35.000,3.0,96.0,,,,3.0,,,,,,,,,,,,,,,,,, +466,sandman2,jeffknupp/sandman2,others,,https://github.com/jeffknupp/sandman2,https://github.com/jeffknupp/sandman2,Apache-2.0,2014年10月24日 17:21:50.000,2023年09月18日 17:15:17.000,2020年12月21日 15:15:51,250.0,,208,64.0,253.0,33.0,52.0,1961,Automatically generate a RESTful API service for your legacy database. No code required!.,30.0,24.0,23.0,23,False,,2021年12月15日 15:31:18.692,0.0.2,29.0,,188.0,,sandman2,https://pypi.org/project/sandman2,2020年09月08日 18:00:11.000,6.0,188.0,,,,3.0,,,,,,,,,,,,,,,,,, +467,requestium,tryolabs/requestium,testing,,https://github.com/tryolabs/requestium,https://github.com/tryolabs/requestium,BSD-3-Clause,2017年06月30日 19:07:16.000,2023年04月30日 16:37:46.000,2023年04月30日 16:37:21,112.0,,144,72.0,39.0,3.0,28.0,1753,Integration layer between Requests and Selenium for automation of web actions.,92.0,85.0,14.0,23,True,,2023年04月30日 16:40:00.381,0.2.1,20.0,,12376.0,,requestium,https://pypi.org/project/requestium,2022年12月04日 03:23:00.534,7.0,12376.0,,,,3.0,,,,,,,,,,,,,,,,,, +468,ruia,howie6879/ruia,web-scraping,,https://github.com/howie6879/ruia,https://github.com/howie6879/ruia,Apache-2.0,2018年07月10日 01:12:54.000,2023年07月01日 08:23:28.000,2022年08月21日 07:26:04,440.0,,179,42.0,59.0,7.0,92.0,1696,Async Python 3.6+ web scraping micro-framework based on asyncio.,79.0,68.0,17.0,23,False,,2022年09月06日 08:56:03.702,0.8.5,55.0,16.0,1020.0,,ruia,https://pypi.org/project/ruia,2021年05月07日 01:36:59.000,11.0,1020.0,,,,3.0,,,,,,,,,,,,,,,,,, +469,hyde,hyde/hyde,others,,https://github.com/hyde/hyde,https://github.com/hyde/hyde,MIT,2011年01月07日 09:52:20.000,2021年10月05日 10:31:44.000,2016年03月10日 01:59:31,600.0,,247,44.0,151.0,64.0,140.0,1614,A Python Static Website Generator.,157.0,91.0,43.0,23,False,,2015年11月09日 13:50:15.000,0.8.9,16.0,,161.0,,hyde,https://pypi.org/project/hyde,2015年11月09日 13:50:15.000,66.0,161.0,,,,3.0,,,,,,,,,,,,,,,,,, +470,Spectacle,sourcey/spectacle,openapi-utils,,https://github.com/sourcey/spectacle,https://github.com/sourcey/spectacle,MIT,2016年01月12日 10:36:11.000,2023年01月23日 20:38:12.000,2021年08月09日 23:54:18,298.0,,334,19.0,106.0,39.0,97.0,1261,Beautiful static documentation generator for OpenAPI/Swagger 2.0.,33.0,2.0,39.0,23,False,['openapi'],2020年03月10日 02:57:20.472,1.1.0,61.0,,8268.0,,,,,,,,,,3.0,,,,spectacle-docs,https://www.npmjs.com/package/spectacle-docs,2020年03月10日 02:57:20.472,31.0,8268.0,,,,,,,,,, +471,django-admin2,jazzband/django-admin2,admin-ui,,https://github.com/jazzband/django-admin2,https://github.com/jazzband/django-admin2,BSD-3-Clause,2013年05月14日 12:11:48.000,2022年08月02日 11:47:22.000,2021年10月22日 15:46:32,1099.0,,153,61.0,243.0,44.0,194.0,1176,"Extendable, adaptable rewrite of django.contrib.admin.",40.0,26.0,50.0,23,False,['django'],2018年10月22日 22:22:05.390,0.7.1,7.0,,131.0,,django-admin2,https://pypi.org/project/django-admin2,2016年11月13日 07:28:10.000,14.0,131.0,,,,3.0,,,,,,,,,,,,,,,,,, +472,pyresttest,svanoort/pyresttest,testing,,https://github.com/svanoort/pyresttest,https://github.com/svanoort/pyresttest,Apache-2.0,2014年05月01日 23:40:10.000,2023年06月16日 16:08:35.701,2018年02月03日 22:03:13,531.0,,332,87.0,94.0,133.0,115.0,1131,Python Rest Testing.,140.0,115.0,17.0,23,False,,2016年03月15日 03:16:18.000,1.7.1,14.0,,3886.0,conda-forge/pyresttest,pyresttest,https://pypi.org/project/pyresttest,2016年03月15日 03:13:33.000,25.0,2986.0,https://anaconda.org/conda-forge/pyresttest,2023年06月16日 16:08:35.701,57628.0,3.0,,,,,,,,,,,,,,,,,, +473,tartiflette,tartiflette/tartiflette,graphql,,https://github.com/tartiflette/tartiflette,https://github.com/tartiflette/tartiflette,MIT,2018年01月26日 09:56:10.000,2023年09月11日 07:49:27.000,2022年01月20日 14:55:31,1149.0,,39,22.0,491.0,10.0,131.0,847,GraphQL Engine built with Python 3.6+ / asyncio.,19.0,,27.0,23,False,,2021年11月15日 11:05:03.000,1.4.1,80.0,,2041.0,,tartiflette,https://pypi.org/project/tartiflette,2021年11月15日 11:05:00.000,19.0,2041.0,,,,3.0,,,,,,,,,,,,,,,,,, +474,ucall,unum-cloud/ucall,rpc,,https://github.com/unum-cloud/ucall,https://github.com/unum-cloud/ucall,Apache-2.0,2023年01月03日 10:23:50.000,2023年09月12日 13:08:26.000,2023年09月12日 12:20:18,667.0,159.0,23,12.0,66.0,7.0,16.0,840,"Remote Procedure Calls - 50x lower latency and 70x higher bandwidth than FastAPI, implementing REST & JSON-RPC over..",17.0,17.0,11.0,23,True,,2023年09月12日 12:20:48.000,0.7.1,17.0,,14953.0,,ucall,https://pypi.org/project/ucall,2023年06月08日 18:11:04.419,,14953.0,,,,3.0,,,,,,,,,,,,,,,,,, +475,fastapi-sqlalchemy,mfreeborn/fastapi-sqlalchemy,fastapi-utils,,https://github.com/mfreeborn/fastapi-sqlalchemy,https://github.com/mfreeborn/fastapi-sqlalchemy,MIT,2019年11月03日 16:30:26.000,2023年09月11日 21:44:34.000,2022年09月25日 17:19:06,53.0,,34,11.0,26.0,11.0,10.0,530,Adds simple SQLAlchemy support to FastAPI.,1538.0,1530.0,5.0,23,True,['fastapi'],2020年09月25日 16:26:29.000,0.2.1,9.0,,75032.0,,fastapi-sqlalchemy,https://pypi.org/project/fastapi-sqlalchemy,2020年09月25日 16:26:29.000,8.0,75032.0,,,,2.0,,,,,,,,,,,,,,,,,, +476,httmock,patrys/httmock,testing,,https://github.com/patrys/httmock,https://github.com/patrys/httmock,Apache-2.0,2013年03月19日 23:35:33.000,2022年01月10日 13:37:58.000,2020年10月28日 12:00:08,102.0,,55,12.0,40.0,15.0,15.0,457,A mocking library for requests.,2977.0,2367.0,29.0,23,False,,2020年10月28日 12:01:29.000,1.4.0,19.0,,302834.0,,httmock,https://pypi.org/project/httmock,2020年10月28日 12:01:29.000,610.0,302834.0,,,,3.0,,,,,,,,,,,,,,,,,, +477,django-stronghold,mgrouchy/django-stronghold,auth,,https://github.com/mgrouchy/django-stronghold,https://github.com/mgrouchy/django-stronghold,MIT,2013年01月29日 02:30:21.000,2022年09月01日 10:40:38.000,2020年03月11日 11:00:24,167.0,,51,20.0,56.0,10.0,27.0,390,Get inside your stronghold and make all your Django views default login_required.,528.0,415.0,22.0,23,False,['django'],2020年01月17日 16:34:53.000,0.4.0,22.0,,18404.0,,django-stronghold,https://pypi.org/project/django-stronghold,2020年01月17日 16:34:53.000,113.0,18404.0,,,,3.0,,,,,,,,,,,,,,,,,, +478,http-parser,benoitc/http-parser,http-clients,,https://github.com/benoitc/http-parser,https://github.com/benoitc/http-parser,MIT,2011年04月14日 15:33:36.000,2022年11月12日 13:14:40.000,2020年04月06日 23:28:44,224.0,,90,16.0,42.0,14.0,41.0,337,HTTP request/response parser for python in C.,589.0,508.0,31.0,23,False,,2020年04月06日 23:00:26.000,0.9.0,36.0,,20830.0,,http-parser,https://pypi.org/project/http-parser,2020年04月06日 23:00:26.000,81.0,20830.0,,,,3.0,,,,,,,,,,,,,,,,,, +479,django-graphql-auth,PedroBern/django-graphql-auth,graphql,,https://github.com/PedroBern/django-graphql-auth,https://github.com/PedroBern/django-graphql-auth,MIT,2020年01月15日 16:36:01.000,2023年08月14日 18:47:11.000,2022年06月17日 09:46:13,276.0,,95,20.0,62.0,73.0,44.0,319,Django registration and authentication with GraphQL.,640.0,640.0,16.0,23,False,['django'],2020年11月16日 13:18:58.000,0.3.15,37.0,,9121.0,,django-graphql-auth,https://pypi.org/project/django-graphql-auth,2020年11月16日 13:18:58.000,,9121.0,,,,3.0,,,,,,,,,,,,,,,,,, +480,flask_pydantic,bauerji/flask_pydantic,flask-utils,,https://github.com/bauerji/flask-pydantic,https://github.com/bauerji/flask-pydantic,MIT,2020年01月06日 17:45:59.000,2023年08月04日 06:43:27.000,2023年01月02日 16:09:46,148.0,,46,5.0,36.0,17.0,22.0,300,flask extension for integration with the awesome pydantic package.,468.0,463.0,12.0,23,True,['flask'],2022年09月25日 09:03:15.818,0.11.0,23.0,,134687.0,,flask_pydantic,https://pypi.org/project/flask_pydantic,2022年09月25日 09:03:15.818,5.0,134687.0,,,,3.0,,,,,,,,,,,,,,,,,, +481,velruse,bbangert/velruse,auth,,https://github.com/bbangert/velruse,https://github.com/bbangert/velruse,MIT,2010年04月30日 19:23:27.000,2021年11月19日 13:58:47.000,2013年10月06日 19:17:50,559.0,,91,12.0,108.0,37.0,34.0,254,Simplifying third-party authentication for web applications.,464.0,427.0,43.0,23,False,,2013年08月30日 04:51:31.000,1.1.1,10.0,,11387.0,,velruse,https://pypi.org/project/velruse,2013年08月30日 04:51:31.000,37.0,11387.0,,,,3.0,,,,,,,,,,,,,,,,,, +482,Flask-Excel,pyexcel-webwares/Flask-Excel,flask-utils,,https://github.com/pyexcel-webwares/Flask-Excel,https://github.com/pyexcel-webwares/Flask-Excel,BSD-3-Clause,2015年01月21日 19:55:07.000,2020年11月10日 23:13:19.000,2020年11月10日 23:13:13,233.0,,84,12.0,9.0,11.0,40.0,254,"A flask extension using pyexcel to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and..",1032.0,960.0,8.0,23,False,,2017年07月20日 02:40:14.000,0.0.7,8.0,10.0,18912.0,,flask-excel,https://pypi.org/project/flask-excel,2017年07月20日 02:40:14.000,72.0,18912.0,,,,3.0,,,,,,,,,,,,,,,,,, +483,reppy,seomoz/reppy,others,,https://github.com/seomoz/reppy,https://github.com/seomoz/reppy,MIT,2011年10月29日 00:06:46.000,2021年10月05日 19:19:16.000,2020年03月12日 22:31:33,265.0,,37,114.0,80.0,22.0,35.0,179,Modern robots.txt Parser for Python.,212.0,167.0,23.0,23,False,,2019年09月16日 19:32:19.000,0.4.14,24.0,,3442.0,,reppy,https://pypi.org/project/reppy,2019年09月16日 19:32:19.000,45.0,3442.0,,,,3.0,,,,,,,,,,,,,,,,,, +484,streaming-form-data,siddhantgoel/streaming-form-data,others,,https://github.com/siddhantgoel/streaming-form-data,https://github.com/siddhantgoel/streaming-form-data,MIT,2017年02月09日 19:43:21.000,2023年09月19日 17:46:32.000,2023年09月19日 17:39:40,556.0,13.0,32,6.0,55.0,4.0,30.0,134,Streaming parser for multipart/form-data written in Cython.,77.0,72.0,18.0,23,True,,2023年09月19日 17:46:32.000,1.13.0,38.0,,34751.0,,streaming-form-data,https://pypi.org/project/streaming-form-data,2023年09月19日 17:46:32.000,5.0,34751.0,,,,3.0,,,,,,,,,,,,,,,,,, +485,pyramid_debugtoolbar,Pylons/pyramid_debugtoolbar,testing,,https://github.com/Pylons/pyramid_debugtoolbar,https://github.com/Pylons/pyramid_debugtoolbar,BSD-3-Clause,2011年07月23日 02:21:03.000,2023年09月09日 04:21:33.000,2023年09月09日 04:21:26,1172.0,2.0,82,13.0,208.0,40.0,138.0,95,Pyramid debug toolbar.,23.0,,68.0,23,True,['pyramid'],2020年02月11日 00:39:55.921,4.6.1,63.0,,2111897.0,conda-forge/pyramid_debugtoolbar,pyramid_debugtoolbar,https://pypi.org/project/pyramid_debugtoolbar,2015年01月05日 21:45:08.000,23.0,2111757.0,https://anaconda.org/conda-forge/pyramid_debugtoolbar,2023年06月16日 19:25:02.720,4207.0,3.0,,,,,,,,,,,,,,,,,, +486,vibora,vibora-io/vibora,web-frameworks,,https://github.com/vibora-io/vibora,https://github.com/vibora-io/vibora,MIT,2018年06月13日 15:58:58.000,2020年12月23日 01:00:55.000,2019年02月11日 10:54:12,141.0,,316,256.0,103.0,145.0,58.0,5712,"Fast, asynchronous and elegant Python web framework.",111.0,97.0,28.0,22,False,,2018年06月16日 04:25:57.000,0.0.6,8.0,,71.0,,vibora,https://pypi.org/project/vibora,2018年06月16日 04:25:57.000,14.0,71.0,,,,3.0,,,,,,,,,,,,,,,,,, +487,cabot,arachnys/cabot,others,,https://github.com/arachnys/cabot,https://github.com/arachnys/cabot,MIT,2014年01月06日 17:48:59.000,2023年09月10日 09:23:26.000,2021年01月05日 10:40:20,735.0,,577,153.0,270.0,163.0,297.0,5495,"Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty.",10.0,10.0,70.0,22,False,,2017年09月14日 16:02:39.000,0.11.7,22.0,94.0,1.0,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +488,urlwatch,thp/urlwatch,others,,https://github.com/thp/urlwatch,https://github.com/thp/urlwatch,BSD-3-Clause,2014年01月29日 18:42:20.000,2023年09月08日 21:42:59.000,2023年09月08日 21:42:59,910.0,3.0,348,69.0,288.0,72.0,403.0,2598,"Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly..",2.0,,89.0,22,True,,,,37.0,,3830.0,,urlwatch,https://pypi.org/project/urlwatch,2022年03月15日 13:45:11.000,2.0,3830.0,,,,3.0,,,,,,,,,,,,,,,,,, +489,fsociety,fsociety-team/fsociety,testing,,https://github.com/fsociety-team/fsociety,https://github.com/fsociety-team/fsociety,MIT,2020年05月17日 04:35:05.000,2023年09月20日 07:09:20.000,2023年09月19日 15:02:54,345.0,13.0,131,49.0,172.0,2.0,26.0,1024,A Modular Penetration Testing Framework.,8.0,8.0,11.0,22,True,,2023年06月16日 22:29:00.871,3.2.9,29.0,,1801.0,,fsociety,https://pypi.org/project/fsociety,2022年05月01日 02:06:45.000,,1801.0,,,,3.0,,,,,,,,,,,,,,,,,, +490,html5-parser,kovidgoyal/html5-parser,html-processing,,https://github.com/kovidgoyal/html5-parser,https://github.com/kovidgoyal/html5-parser,Apache-2.0,2017年06月03日 06:56:36.000,2023年04月12日 05:10:52.887,2023年04月12日 05:07:46,339.0,,35,17.0,7.0,1.0,21.0,655,Fast C based HTML 5 parsing for python.,17.0,,6.0,22,True,,2023年04月12日 05:10:52.887,0.4.11,20.0,,72550.0,,html5-parser,https://pypi.org/project/html5-parser,2023年04月12日 05:10:52.887,17.0,72550.0,,,,3.0,,,,,,,,,,,,,,,,,, +491,fastapi-mvc,rszamszur/fastapi-mvc,fastapi-utils,,https://github.com/fastapi-mvc/fastapi-mvc,https://github.com/fastapi-mvc/fastapi-mvc,MIT,2021年07月25日 14:11:38.000,2023年09月18日 23:18:12.000,2023年09月18日 12:23:27,1208.0,46.0,42,6.0,194.0,18.0,105.0,467,Developer productivity tool for making high-quality FastAPI production-ready APIs.,7.0,7.0,7.0,22,True,['fastapi'],2023年07月09日 13:02:30.000,0.28.1,36.0,253.0,794.0,,fastapi-mvc,https://pypi.org/project/fastapi-mvc,2023年01月09日 21:14:25.244,,785.0,,,,3.0,,,,,,,,,,,,,,,fastapi-mvc/fastapi-mvc,,, +492,molotov,loads/molotov,testing,,https://github.com/tarekziade/molotov,https://github.com/tarekziade/molotov,Apache-2.0,2015年05月04日 09:17:25.000,2023年07月20日 16:33:10.000,2023年07月18日 06:58:50,489.0,6.0,31,16.0,43.0,15.0,98.0,434,Load Testing Tool.,130.0,117.0,16.0,22,True,,2017年03月22日 08:05:08.000,0.6.2,21.0,,25591.0,,molotov,https://pypi.org/project/molotov,2022年10月21日 18:37:01.226,13.0,25591.0,,,,3.0,,,,,,,,,,,,,,,tarekziade/molotov,,, +493,django-smuggler,semente/django-smuggler,admin-ui,,https://github.com/semente/django-smuggler,https://github.com/semente/django-smuggler,LGPL-3.0,2009年12月11日 20:59:14.000,2022年09月03日 21:45:56.000,2022年02月03日 13:31:17,289.0,,35,8.0,30.0,7.0,41.0,372,Django Smuggler is a pluggable application for Django Web Framework that helps you to import/export fixtures via the..,251.0,178.0,21.0,22,False,['django'],2022年02月03日 13:30:53.000,1.0.4,16.0,,12894.0,,django-smuggler,https://pypi.org/project/django-smuggler,2022年02月03日 13:30:53.000,73.0,12894.0,,,,3.0,,,,,,,,,,,,,,,,,, +494,starlette context,tomwojcik/starlette-context,monitoring,,https://github.com/tomwojcik/starlette-context,https://github.com/tomwojcik/starlette-context,MIT,2019年11月01日 16:32:04.000,2023年09月15日 04:31:04.000,2023年09月13日 16:57:53,148.0,9.0,20,5.0,80.0,6.0,32.0,368,Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging..,684.0,667.0,7.0,22,True,['fastapi'],2023年02月16日 22:18:00.698,0.3.6,18.0,,344530.0,,starlette-context,https://pypi.org/project/starlette-context,2022年11月26日 15:35:00.518,17.0,344530.0,,,,3.0,,,,,,,,,,,,,,,,,, +495,flask-praetorian,dusktreader/flask-praetorian,auth,,https://github.com/dusktreader/flask-praetorian,https://github.com/dusktreader/flask-praetorian,MIT,2016年11月23日 16:47:18.000,2023年02月16日 06:33:20.000,2022年09月20日 21:39:07,364.0,,62,15.0,131.0,6.0,136.0,335,"Strong, Simple, and Precise security for Flask APIs (using jwt).",401.0,393.0,27.0,22,True,['flask'],2022年09月20日 21:42:23.773,1.4.0,47.0,,3524.0,,flask-praetorian,https://pypi.org/project/flask-praetorian,2022年09月20日 21:42:23.773,8.0,3524.0,,,,3.0,,,,,,,,,,,,,,,,,, +496,python-mocket,mindflayer/python-mocket,testing,,https://github.com/mindflayer/python-mocket,https://github.com/mindflayer/python-mocket,BSD-3-Clause,2013年04月30日 07:44:28.000,2023年08月23日 16:09:16.000,2023年07月30日 14:45:05,498.0,1.0,41,14.0,139.0,3.0,65.0,263,"a socket mock framework - for all kinds of socket animals, web-clients included.",116.0,89.0,24.0,22,True,,2023年05月12日 10:34:12.000,3.11.1,88.0,,6482.0,,mocket,https://pypi.org/project/mocket,2022年12月03日 22:24:00.955,27.0,6482.0,,,,3.0,,,,,,,,,,,,,,,,,, +497,flask_injector,alecthomas/flask_injector,flask-utils,,https://github.com/python-injector/flask_injector,https://github.com/python-injector/flask_injector,BSD-3-Clause,2012年11月19日 04:09:14.000,2023年07月28日 11:51:11.738,2023年07月27日 00:32:55,196.0,5.0,39,6.0,32.0,12.0,39.0,256,Adds Injector support to Flask.,833.0,833.0,13.0,22,True,['flask'],,,4.0,,53523.0,conda-forge/flask-injector,flask_injector,https://pypi.org/project/flask_injector,,,53353.0,https://anaconda.org/conda-forge/flask-injector,2023年07月28日 11:51:11.738,4938.0,3.0,,-3.0,,,,,,,,,,,,,python-injector/flask_injector,,, +498,fastapi-jsonrpc,smagafurov/fastapi-jsonrpc,rpc,,https://github.com/smagafurov/fastapi-jsonrpc,https://github.com/smagafurov/fastapi-jsonrpc,MIT,2019年08月09日 17:56:48.000,2023年09月20日 11:49:21.000,2023年09月20日 11:49:17,184.0,15.0,24,15.0,26.0,8.0,23.0,240,JSON-RPC server based on fastapi.,42.0,37.0,10.0,22,True,['fastapi'],2023年09月20日 11:38:56.000,2.6.1,66.0,,3882.0,,fastapi-jsonrpc,https://pypi.org/project/fastapi-jsonrpc,2023年09月20日 11:38:56.000,5.0,3882.0,,,,3.0,,,,,,,,,,,,,,,,,, +499,flask-s3,e-dard/flask-s3,flask-utils,,https://github.com/e-dard/flask-s3,https://github.com/e-dard/flask-s3,WTFPL,2012年10月01日 18:08:11.000,2023年08月26日 19:08:06.000,2017年07月19日 05:38:58,157.0,,90,13.0,53.0,18.0,34.0,191,Seamlessly serve your static assets of your Flask app from Amazon S3.,550.0,461.0,26.0,22,False,,2017年02月23日 20:44:59.000,0.3.3,28.0,27.0,6996.0,,flask-s3,https://pypi.org/project/flask-s3,2017年02月23日 20:44:59.000,89.0,6996.0,,,,3.0,,,,,,,,,,,,,,,,,, +500,django-codemod,browniebroke/django-codemod,django-utils,,https://github.com/browniebroke/django-codemod,https://github.com/browniebroke/django-codemod,MIT,2020年05月06日 21:37:14.000,2023年09月20日 02:02:35.000,2023年09月20日 02:02:34,1509.0,81.0,16,4.0,863.0,9.0,31.0,166,A tool to automatically fix Django deprecations.,2.0,2.0,22.0,22,True,['django'],2023年09月17日 18:21:47.000,2.1.1,89.0,605.0,1125.0,,django-codemod,https://pypi.org/project/django-codemod,2023年09月17日 18:21:47.000,,1110.0,,,,3.0,,,,,,,,,,,,,,,,,, +501,asgi-lifespan,florimondmanca/asgi-lifespan,others,,https://github.com/florimondmanca/asgi-lifespan,https://github.com/florimondmanca/asgi-lifespan,MIT,2019年09月27日 19:42:10.000,2023年06月16日 19:25:31.174,2023年06月06日 19:50:56,90.0,,10,4.0,44.0,,16.0,161,Programmatic startup/shutdown of ASGI apps.,13359.0,13332.0,6.0,22,True,,2023年03月28日 17:37:00.954,2.1.0,15.0,,336394.0,conda-forge/asgi-lifespan,asgi-lifespan,https://pypi.org/project/asgi-lifespan,2023年03月28日 17:37:00.954,27.0,333612.0,https://anaconda.org/conda-forge/asgi-lifespan,2023年06月16日 19:25:31.174,80701.0,3.0,,,,,,,,,,,,,,,,,, +502,python-graphql-client,prisma-labs/python-graphql-client,graphql,,https://github.com/prisma-labs/python-graphql-client,https://github.com/prisma-labs/python-graphql-client,MIT,2016年05月12日 12:09:18.000,2021年03月04日 21:32:03.000,2018年07月12日 02:38:48,26.0,,45,14.0,14.0,4.0,6.0,155,Simple GraphQL client for Python 2.7+.,363.0,338.0,6.0,22,False,,2021年03月04日 21:32:03.000,0.4.3,9.0,,470198.0,,python-graphql-client,https://pypi.org/project/python-graphql-client,2021年03月04日 21:32:03.000,25.0,470198.0,,,,3.0,,,,,,,,,,,,,,,,,, +503,gabbi,cdent/gabbi,testing,,https://github.com/cdent/gabbi,https://github.com/cdent/gabbi,Apache-2.0,2014年12月12日 14:46:59.000,2023年08月26日 12:07:28.000,2023年08月26日 12:06:48,792.0,4.0,33,7.0,173.0,21.0,129.0,143,Declarative HTTP Testing for Python and anything else.,109.0,,28.0,22,True,,2023年06月26日 12:57:01.761,2.9.0,125.0,,7557.0,,gabbi,https://pypi.org/project/gabbi,2022年09月23日 14:34:01.284,109.0,7557.0,,,,3.0,,,,,,,,,,,,,,,,,, +504,GHunt,mxrch/GHunt,third-party-apis,,https://github.com/mxrch/GHunt,https://github.com/mxrch/GHunt,,2020年10月02日 11:26:03.000,2023年08月25日 16:35:57.000,2023年08月08日 15:32:12,303.0,3.0,1158,498.0,78.0,18.0,326.0,14081,Offensive Google framework.,5.0,5.0,29.0,21,False,,2022年12月03日 20:30:21.000,2.0.1,1.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +505,httpstat,reorx/httpstat,http-clients,,https://github.com/reorx/httpstat,https://github.com/reorx/httpstat,MIT,2016年08月30日 06:30:59.000,2023年06月12日 12:26:15.000,2023年06月12日 12:26:15,95.0,,363,129.0,21.0,7.0,22.0,5471,curl statistics made simple.,14.0,14.0,6.0,21,True,,2022年10月11日 14:44:08.598,1.3.2,9.0,213.0,1428.0,,httpstat,https://pypi.org/project/httpstat,2022年10月11日 14:44:08.598,,1426.0,,,,3.0,,,,,,,,,,,,,,,,,, +506,cookiecutter-flask,cookiecutter-flask/cookiecutter-flask,flask-utils,,https://github.com/cookiecutter-flask/cookiecutter-flask,https://github.com/cookiecutter-flask/cookiecutter-flask,MIT,2013年08月16日 07:27:55.000,2023年09月19日 13:28:41.000,2023年09月19日 13:24:48,1818.0,67.0,748,83.0,1704.0,4.0,180.0,4409,"A flask template with Bootstrap, asset bundling+minification with webpack, starter templates, and..",,,74.0,21,True,['flask'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +507,gmail,charlierguo/gmail,email,,https://github.com/charlierguo/gmail,https://github.com/charlierguo/gmail,MIT,2013年07月29日 03:46:41.000,2023年07月09日 19:49:08.000,2014年02月04日 22:59:23,73.0,,358,90.0,40.0,58.0,10.0,1732,A Pythonic interface for Google Mail.,22.0,,14.0,21,False,,2017年08月07日 19:59:52.000,0.6.3,10.0,,5523.0,,gmail,https://pypi.org/project/gmail,2017年08月07日 19:59:52.000,22.0,5523.0,,,,3.0,,,,,,,,,,,,,,,,,, +508,Cola,qinxuye/cola,web-scraping,,https://github.com/qinxuye/cola,https://github.com/qinxuye/cola,Apache-2.0,2013年05月15日 06:41:01.000,2022年07月31日 00:13:43.000,2020年03月01日 06:25:05,254.0,,544,167.0,3.0,14.0,52.0,1479,A high-level distributed crawling framework.,36.0,34.0,4.0,21,False,,2016年03月31日 04:19:26.000,0.1.0,3.0,,104.0,,cola,https://pypi.org/project/cola,2016年03月31日 04:19:26.000,2.0,104.0,,,,3.0,,,,,,,,,,,,,,,,,, +509,Frozen-Flask,Frozen-Flask/Frozen-Flask,flask-utils,,https://github.com/Frozen-Flask/Frozen-Flask,https://github.com/Frozen-Flask/Frozen-Flask,,2010年12月24日 14:59:29.000,2023年06月16日 13:21:09.547,2022年12月13日 10:16:01,242.0,,77,18.0,60.0,23.0,45.0,757,Freezes a Flask application into a set of static files.,2985.0,2985.0,25.0,21,False,['flask'],2017年06月26日 22:54:01.000,0.15,4.0,71.0,43470.0,conda-forge/frozen-flask,frozen-flask,https://pypi.org/project/frozen-flask,,,42599.0,https://anaconda.org/conda-forge/frozen-flask,2023年06月16日 13:21:09.547,73216.0,3.0,,-2.0,,,,,,,,,,,,,,,, +510,gazpacho,maxhumber/gazpacho,web-scraping,,https://github.com/maxhumber/gazpacho,https://github.com/maxhumber/gazpacho,MIT,2019年09月23日 20:21:55.000,2021年04月24日 18:18:14.000,2021年04月24日 18:18:10,160.0,,58,18.0,26.0,14.0,32.0,715,"The simple, fast, and modern web scraping library.",259.0,250.0,16.0,21,False,,2020年10月09日 12:51:41.000,1.1,19.0,,9187.0,,gazpacho,https://pypi.org/project/gazpacho,2020年10月09日 12:50:18.000,9.0,9187.0,,,,3.0,,,,,,,,,,,,,,,,,, +511,Lassie,michaelhelmick/lassie,web-scraping,,https://github.com/michaelhelmick/lassie,https://github.com/michaelhelmick/lassie,MIT,2013年07月30日 20:41:39.000,2022年07月30日 23:22:33.000,2021年08月20日 14:32:48,231.0,,47,22.0,46.0,10.0,29.0,590,Web Content Retrieval for Humans.,47.0,38.0,15.0,21,False,,2021年08月20日 14:34:18.000,0.11.11,38.0,,1421.0,,lassie,https://pypi.org/project/lassie,2021年08月20日 14:34:18.000,9.0,1421.0,,,,3.0,,,,,,,,,,,,,,,,,, +512,safrs,thomaxxl/safrs,flask-utils,,https://github.com/thomaxxl/safrs,https://github.com/thomaxxl/safrs,GPL-3.0,2017年09月20日 07:56:55.000,2023年07月23日 07:49:24.000,2023年07月23日 07:49:14,1328.0,6.0,69,14.0,68.0,2.0,76.0,389,SqlAlchemy Flask-Restful Swagger Json:API OpenAPI.,113.0,112.0,16.0,21,True,"['flask', 'openapi']",2023年07月15日 19:40:00.620,3.1.1,79.0,,762.0,,safrs,https://pypi.org/project/safrs,2022年11月01日 08:35:00.696,1.0,762.0,,,,3.0,,,,,,,,,,,,,,,,,, +513,starlette_exporter,stephenhillier/starlette_exporter,fastapi-utils,,https://github.com/stephenhillier/starlette_exporter,https://github.com/stephenhillier/starlette_exporter,Apache-2.0,2019年10月26日 22:04:25.000,2023年08月06日 13:50:42.000,2023年08月06日 13:50:36,174.0,4.0,28,1.0,36.0,5.0,32.0,269,Prometheus exporter for Starlette and FastAPI.,8.0,,19.0,21,True,['fastapi'],2023年05月05日 18:03:01.000,0.16.0,20.0,,352246.0,,starlette_exporter,https://pypi.org/project/starlette_exporter,2023年05月05日 17:45:01.282,8.0,352246.0,,,,3.0,,,,,,,,,,,,,,,,,, +514,fastapi-socketio,pyropy/fastapi-socketio,fastapi-utils,,https://github.com/pyropy/fastapi-socketio,https://github.com/pyropy/fastapi-socketio,Apache-2.0,2020年09月11日 15:22:31.000,2023年03月03日 08:44:23.000,2023年03月03日 08:44:22,44.0,,23,4.0,14.0,15.0,16.0,265,Easily integrate socket.io with your FastAPI app.,2377.0,2374.0,7.0,21,True,['fastapi'],2023年03月03日 08:42:00.907,0.0.10,14.0,,49240.0,,fastapi-socketio,https://pypi.org/project/fastapi-socketio,2021年12月06日 08:10:52.000,3.0,49240.0,,,,3.0,,,,,,,,,,,,,,,,,, +515,python-jwt,davedoesdev/python-jwt,auth,,https://github.com/davedoesdev/python-jwt,https://github.com/davedoesdev/python-jwt,MIT,2013年09月30日 08:03:49.000,2023年01月01日 18:50:09.000,2023年01月01日 18:49:57,168.0,,27,9.0,8.0,,17.0,216,Python module for generating and verifying JSON Web Tokens.,59.0,,5.0,21,True,,2022年09月27日 23:49:03.153,4.0.0,44.0,,185470.0,,python-jwt,https://pypi.org/project/python-jwt,2022年09月27日 23:49:03.153,59.0,185470.0,,,,3.0,,,,,,,,,,,,,,,,,, +516,markdown-include,cmacmackin/markdown-include,markdown,,https://github.com/cmacmackin/markdown-include,https://github.com/cmacmackin/markdown-include,GPL-3.0,2015年01月09日 01:12:35.000,2023年06月16日 19:23:30.014,2023年02月07日 09:45:37,75.0,,40,9.0,21.0,11.0,16.0,90,Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.,5271.0,4999.0,12.0,21,True,,2023年02月07日 09:49:00.957,0.8.1,14.0,,66609.0,conda-forge/markdown-include,markdown-include,https://pypi.org/project/markdown-include,2023年02月07日 09:49:00.957,272.0,66061.0,https://anaconda.org/conda-forge/markdown-include,2023年06月16日 19:23:30.014,18636.0,3.0,,,,,,,,,,,,,,,,,, +517,pyramid_jinja2,Pylons/pyramid_jinja2,pyramid-utils,,https://github.com/Pylons/pyramid_jinja2,https://github.com/Pylons/pyramid_jinja2,,2010年10月31日 16:21:44.000,2023年09月05日 16:46:35.000,2023年09月05日 16:46:34,588.0,2.0,58,18.0,108.0,6.0,55.0,74,Jinja2 templating system bindings for the Pyramid web framework.,62.0,,51.0,21,False,['pyramid'],2022年03月20日 03:07:14.000,2.9.2,40.0,,2102642.0,anaconda/pyramid_jinja2,pyramid_jinja2,https://pypi.org/project/pyramid_jinja2,2022年03月27日 23:00:42.000,62.0,2102629.0,https://anaconda.org/anaconda/pyramid_jinja2,2023年06月16日 13:06:08.832,1250.0,1.0,,,,,,,,,,,,,,,,,,BSD-based +518,pyramid_mailer,Pylons/pyramid_mailer,email,,https://github.com/Pylons/pyramid_mailer,https://github.com/Pylons/pyramid_mailer,BSD-3-Clause,2011年09月26日 01:17:42.000,2022年11月17日 20:47:17.000,2022年09月17日 23:31:23,389.0,,40,16.0,59.0,12.0,33.0,50,A package for sending email from your Pyramid application.,108.0,,35.0,21,True,['pyramid'],2016年12月13日 20:51:40.258,0.15.1,24.0,,39247.0,,pyramid_mailer,https://pypi.org/project/pyramid_mailer,2014年12月10日 19:42:56.000,108.0,39247.0,,,,3.0,,,,,,,,,,,,,,,,,, +519,instagram-scraper,arc298/instagram-scraper,third-party-apis,,https://github.com/arc298/instagram-scraper,https://github.com/arc298/instagram-scraper,Unlicense,2013年04月09日 03:12:09.000,2022年06月17日 09:56:09.000,,,,1364,,,420.0,,6873,Scrapes an instagram users photos and videos.,27.0,,54.0,20,False,,2023年02月10日 17:10:00.811,66.0.2,76.0,,2382.0,,instagram-scraper,https://pypi.org/project/instagram-scraper,2022年06月17日 09:56:09.000,27.0,2382.0,,,,3.0,,,,,,,,,,,,,,,,,, +520,toapi,gaojiuli/toapi,others,,https://github.com/gaojiuli/toapi,https://github.com/gaojiuli/toapi,MIT,2017年11月27日 08:40:55.000,2022年07月05日 22:11:04.000,2021年06月28日 01:58:45,462.0,,247,78.0,84.0,10.0,48.0,3414,Every web site provides APIs.,27.0,19.0,12.0,20,False,,2021年06月28日 01:56:50.000,2.1.3,40.0,,31.0,,toapi,https://pypi.org/project/toapi,2021年06月28日 01:56:50.000,8.0,31.0,,,,3.0,,,,,,,,,,,,,,,,,, +521,snallygaster,hannob/snallygaster,web-scraping,,https://github.com/hannob/snallygaster,https://github.com/hannob/snallygaster,CC0-1.0,2018年04月10日 12:01:16.000,2023年07月31日 07:26:19.000,2023年04月27日 20:02:54,225.0,,226,75.0,41.0,14.0,31.0,2009,Tool to scan for secret files on HTTP servers.,4.0,4.0,17.0,20,False,,2022年01月31日 20:30:27.000,0.0.12,12.0,,235.0,,snallygaster,https://pypi.org/project/snallygaster,2022年01月31日 20:30:27.000,,235.0,,,,3.0,,,,,,,,,,,,,,,,,, +522,flask-talisman,GoogleCloudPlatform/flask-talisman,flask-utils,,https://github.com/GoogleCloudPlatform/flask-talisman,https://github.com/GoogleCloudPlatform/flask-talisman,Apache-2.0,2015年11月12日 23:40:25.000,2023年07月06日 19:27:49.000,2020年07月13日 17:40:33,60.0,,72,20.0,43.0,17.0,22.0,893,HTTP security headers for Flask.,,,19.0,20,False,['flask'],2019年05月28日 19:35:00.000,0.7.0,6.0,,645152.0,,flask-talisman,https://pypi.org/project/flask-talisman,,,645152.0,,,,3.0,,-4.0,,,,,,,,,,,,,,,, +523,fastapi-jwt-auth,IndominusByte/fastapi-jwt-auth,auth,,https://github.com/IndominusByte/fastapi-jwt-auth,https://github.com/IndominusByte/fastapi-jwt-auth,MIT,2020年07月23日 09:40:19.000,2023年08月15日 08:33:45.000,2020年11月11日 05:05:27,123.0,,106,8.0,19.0,57.0,36.0,554,"FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight).",11.0,,3.0,20,False,['fastapi'],2020年11月06日 11:15:11.000,0.5.0,7.0,,44449.0,,fastapi-jwt-auth,https://pypi.org/project/fastapi-jwt-auth,2020年10月07日 08:57:53.000,11.0,44449.0,,,,3.0,,,,,,,,,,,,,,,,,, +524,tornadio2,mrjoes/tornadio2,websocket,,https://github.com/mrjoes/tornadio2,https://github.com/mrjoes/tornadio2,Apache-2.0,2011年09月28日 10:15:54.000,2021年12月15日 13:51:02.491,2013年08月25日 06:52:07,143.0,,117,30.0,25.0,13.0,46.0,529,Python socket.io server implementation on top of Tornado framework.,277.0,197.0,15.0,20,False,,2021年12月15日 13:51:02.491,0.0.1,4.0,,982.0,,tornadio2,https://pypi.org/project/tornadio2,2012年10月22日 08:16:33.000,80.0,982.0,,,,3.0,,,,,,,,,,,,,,,,,, +525,flask-mongorest,closeio/flask-mongorest,web-frameworks,,https://github.com/closeio/flask-mongorest,https://github.com/closeio/flask-mongorest,BSD-3-Clause,2012年06月12日 18:40:14.000,2022年09月12日 18:52:55.000,2022年09月12日 18:52:55,305.0,,89,44.0,82.0,27.0,38.0,524,Restful API framework wrapped around MongoEngine.,76.0,49.0,18.0,20,True,['flask'],2019年08月26日 10:57:49.000,0.3.0,7.0,,361.0,,Flask-MongoRest,https://pypi.org/project/Flask-MongoRest,2019年08月26日 10:51:10.000,27.0,361.0,,,,3.0,,,,,,,,,,,,,,,,,, +526,Kotti,Kotti/Kotti,cms,,https://github.com/Kotti/Kotti,https://github.com/Kotti/Kotti,BSD,2011年01月28日 15:42:02.000,2023年09月18日 07:31:51.000,2022年07月03日 18:00:41,2993.0,,116,41.0,379.0,50.0,166.0,404,"Kotti is a high-level, Pythonic web application framework based on Pyramid and SQLAlchemy. It includes an extensible..",227.0,227.0,66.0,20,False,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +527,flask-jsonrpc,cenobites/flask-jsonrpc,flask-utils,,https://github.com/cenobites/flask-jsonrpc,https://github.com/cenobites/flask-jsonrpc,BSD-3-Clause,2012年12月14日 18:33:24.000,2023年06月26日 08:00:10.000,2023年04月06日 14:24:46,596.0,,62,14.0,347.0,10.0,70.0,278,Basic JSON-RPC implementation for your Flask-powered sites.,230.0,224.0,16.0,20,True,['flask'],2022年10月19日 14:18:10.000,2.2.2,15.0,23.0,240.0,,rpc,https://pypi.org/project/rpc,2012年04月28日 13:01:16.000,6.0,239.0,,,,3.0,,,,,,,,,,,,,,,,,, +528,Starlette Prometheus,perdy/starlette-prometheus,monitoring,,https://github.com/perdy/starlette-prometheus,https://github.com/perdy/starlette-prometheus,GPL-3.0,2019年01月10日 15:49:38.000,2022年12月08日 13:21:24.000,2022年01月10日 15:26:57,63.0,,28,4.0,22.0,8.0,15.0,254,Prometheus integration for Starlette.,276.0,265.0,14.0,20,False,['fastapi'],2022年01月10日 15:27:16.000,0.9.0,10.0,22.0,71369.0,,starlette-prometheus,https://pypi.org/project/starlette-prometheus,2022年01月10日 15:27:06.000,11.0,71369.0,,,,3.0,,,,,,,,,,,,,,,,,, +529,flama,perdy/flama,web-frameworks,,https://github.com/vortico/flama,https://github.com/vortico/flama,Apache-2.0,2018年09月27日 15:29:54.000,2023年09月21日 10:28:47.000,2023年09月20日 11:23:45,378.0,17.0,14,9.0,34.0,5.0,69.0,237,Fire up your models with the flame.,13.0,12.0,9.0,20,True,,2023年09月20日 11:24:22.000,1.5.2,25.0,143.0,363.0,,flama,https://pypi.org/project/flama,2023年09月20日 11:24:10.000,1.0,360.0,,,,3.0,,,,,,,,,,,,,,,vortico/flama,,, +530,graphene-pydantic,graphql-python/graphene-pydantic,graphql,,https://github.com/graphql-python/graphene-pydantic,https://github.com/graphql-python/graphene-pydantic,Apache-2.0,2019年06月20日 00:49:40.000,2023年09月04日 21:03:54.000,2023年09月04日 21:03:53,228.0,36.0,40,8.0,53.0,18.0,30.0,193,Integrate GraphQL with your Pydantic models.,2.0,,19.0,20,True,['graphql'],2022年09月20日 05:04:48.864,0.4.0,12.0,,10283.0,,graphene-pydantic,https://pypi.org/project/graphene-pydantic,2022年01月25日 16:41:33.000,2.0,10283.0,,,,3.0,,,,,,,,,,,,,,,,,, +531,Flask-Opentracing,opentracing-contrib/python-flask,flask-utils,,https://github.com/opentracing-contrib/python-flask,https://github.com/opentracing-contrib/python-flask,BSD-3-Clause,2016年07月20日 17:14:48.000,2023年04月20日 11:54:26.000,2019年10月22日 00:14:18,66.0,,48,11.0,27.0,20.0,13.0,135,OpenTracing instrumentation for the Flask microframework.,484.0,452.0,15.0,20,False,['flask'],2019年10月22日 00:20:30.000,1.1.0,12.0,,266494.0,,Flask-Opentracing,https://pypi.org/project/Flask-Opentracing,2019年10月22日 00:20:30.000,32.0,266494.0,,,,3.0,,,,,,,,,,,,,,,,,, +532,flask-ngrok,gstaff/flask-ngrok,flask-utils,,https://github.com/gstaff/flask-ngrok,https://github.com/gstaff/flask-ngrok,Apache-2.0,2018年09月04日 00:22:30.000,2023年04月22日 10:36:26.000,2019年04月28日 13:53:50,26.0,,46,5.0,12.0,19.0,5.0,128,A simple way to demo Flask apps from your machine.,2766.0,2752.0,2.0,20,False,['flask'],2018年09月09日 19:48:38.000,0.0.25,16.0,,202450.0,,flask-ngrok,https://pypi.org/project/flask-ngrok,2018年09月09日 19:48:38.000,14.0,202450.0,,,,3.0,,,,,,,,,,,,,,,,,, +533,pyramid_openapi3,Pylons/pyramid_openapi3,openapi-utils,,https://github.com/Pylons/pyramid_openapi3,https://github.com/Pylons/pyramid_openapi3,MIT,2018年06月22日 12:20:57.000,2023年08月25日 18:54:32.000,2023年05月17日 21:29:34,203.0,,39,13.0,137.0,33.0,50.0,79,Pyramid addon for OpenAPI3 validation of requests and responses.,5.0,,24.0,20,True,"['pyramid', 'openapi']",2023年03月22日 16:23:00.785,0.16.0,36.0,,38792.0,,pyramid_openapi3,https://pypi.org/project/pyramid_openapi3,2022年12月11日 18:18:00.398,5.0,38792.0,,,,3.0,,,,,,,,,,,,,,,,,, +534,gain,gaojiuli/gain,web-scraping,,https://github.com/gaojiuli/gain,https://github.com/gaojiuli/gain,GPL-3.0,2017年05月31日 08:56:04.000,2019年06月01日 22:54:09.000,2018年03月19日 01:21:01,85.0,,210,76.0,15.0,8.0,28.0,2027,Web crawling framework based on asyncio.,47.0,46.0,10.0,19,False,,2017年06月19日 01:18:41.000,0.1.4,5.0,,30.0,,gain,https://pypi.org/project/gain,2017年06月19日 01:18:41.000,1.0,30.0,,,,3.0,,,,,,,,,,,,,,,,,, +535,merchant,agiliq/merchant,django-utils,,https://github.com/agiliq/merchant,https://github.com/agiliq/merchant,BSD-3-Clause,2010年09月29日 11:30:58.000,2022年07月08日 19:12:50.000,2015年07月08日 05:29:26,684.0,,175,59.0,86.0,30.0,42.0,1012,A Django app to accept payments from various payment processors via Pluggable backends.,32.0,26.0,49.0,19,False,['django'],,,9.0,,33.0,,django-merchant,https://pypi.org/project/django-merchant,2013年12月02日 07:13:21.000,6.0,33.0,,,,3.0,,,,,,,,,,,,,,,,,, +536,fastapi-versioning,DeanWay/fastapi-versioning,fastapi-utils,,https://github.com/DeanWay/fastapi-versioning,https://github.com/DeanWay/fastapi-versioning,MIT,2019年12月02日 23:40:07.000,2023年07月25日 14:20:52.000,2021年08月24日 17:12:25,93.0,,57,9.0,33.0,31.0,17.0,549,api versioning for fastapi web applications.,7.0,,16.0,19,False,['fastapi'],2021年08月24日 17:06:33.000,0.10.0,10.0,,67774.0,,fastapi-versioning,https://pypi.org/project/fastapi-versioning,2021年08月24日 17:06:33.000,7.0,67774.0,,,,3.0,,,,,,,,,,,,,,,,,, +537,tinkerer,vladris/tinkerer,others,,https://github.com/vladris/tinkerer,https://github.com/vladris/tinkerer,BSD-2-Clause-FreeBSD,2013年05月18日 10:18:28.000,2022年10月09日 23:59:25.000,2022年10月09日 23:59:25,738.0,,80,28.0,54.0,19.0,46.0,306,Python blogging engine.,109.0,79.0,39.0,19,False,,2019年12月06日 00:18:53.000,1.7.2,24.0,,94.0,,tinkerer,https://pypi.org/project/tinkerer,2019年12月06日 00:18:53.000,30.0,94.0,,,,3.0,,,,,,,,,,,,,,,,,, +538,flask-msearch,honmaple/flask-msearch,flask-utils,,https://github.com/honmaple/flask-msearch,https://github.com/honmaple/flask-msearch,BSD-3-Clause,2017年04月15日 16:31:48.000,2021年06月05日 18:11:41.000,2021年06月04日 02:17:35,59.0,,27,8.0,13.0,13.0,35.0,205,Full text search for flask.,530.0,518.0,4.0,19,False,['flask'],2020年05月18日 15:17:04.000,0.2.9,22.0,,509.0,,flask-msearch,https://pypi.org/project/flask-msearch,2021年06月04日 02:18:48.000,12.0,509.0,,,,3.0,,,,,,,,,,,,,,,,,, +539,flask_simplelogin,flask-extensions/flask_simplelogin,auth,,https://github.com/flask-extensions/Flask-SimpleLogin,https://github.com/flask-extensions/Flask-SimpleLogin,MIT,2017年08月23日 22:29:20.000,2023年08月18日 00:26:32.000,2023年08月18日 00:26:32,95.0,1.0,39,10.0,17.0,3.0,15.0,191,Simple Login - Login Extension for Flask - maintainer @cuducos.,36.0,33.0,11.0,19,True,['flask'],2023年05月04日 16:20:00.426,0.1.2,3.0,,24121.0,,flask_simplelogin,https://pypi.org/project/flask_simplelogin,2021年10月25日 13:13:37.000,3.0,24121.0,,,,3.0,,,,,,,,,,,,,,,,,, +540,aresponses,aresponses/aresponses,testing,,https://github.com/aresponses/aresponses,https://github.com/aresponses/aresponses,MIT,2017年09月06日 08:54:59.000,2022年07月02日 07:30:01.000,2022年07月01日 06:00:35,138.0,,18,16.0,43.0,1.0,30.0,97,Asyncio http mocking. Similar to the responses library used for requests.,625.0,573.0,14.0,19,False,,2022年07月01日 06:04:27.000,2.1.6,24.0,,40754.0,,aresponses,https://pypi.org/project/aresponses,2022年07月01日 06:04:27.000,52.0,40754.0,,,,3.0,,,,,,,,,,,,,,,,,, +541,lambdarest,sloev/python-lambdarest,serverless,,https://github.com/sloev/python-lambdarest,https://github.com/sloev/python-lambdarest,MIT,2017年02月07日 15:30:04.000,2023年03月08日 21:03:10.000,2023年03月08日 21:03:05,179.0,,24,35.0,62.0,1.0,31.0,92,Flask like web framework for AWS Lambda.,10.0,10.0,23.0,19,True,,2023年03月08日 12:15:00.843,13.0.3,53.0,,318.0,,lambdarest,https://pypi.org/project/lambdarest,2023年03月08日 12:15:00.843,,318.0,,,,3.0,,,,,,,,,,,,,,,,,, +542,flask_jsondash,christabor/flask_jsondash,flask-utils,,https://github.com/christabor/flask_jsondash,https://github.com/christabor/flask_jsondash,MIT,2016年02月18日 04:34:48.000,2022年07月08日 00:23:11.000,2022年07月08日 00:23:11,773.0,,297,102.0,84.0,50.0,112.0,3282,Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.,,,7.0,18,False,['flask'],2017年06月13日 18:56:28.000,6.2.3,11.0,,65.0,,flask_jsondash,https://pypi.org/project/flask_jsondash,2017年06月13日 18:53:34.000,,65.0,,,,3.0,,,,,,,,,,,,,,,,,, +543,fastapi-react,Buuntu/fastapi-react,fastapi-utils,,https://github.com/Buuntu/fastapi-react,https://github.com/Buuntu/fastapi-react,MIT,2020年03月21日 19:48:47.000,2023年08月21日 07:36:58.000,2022年02月18日 04:40:27,150.0,,300,40.0,138.0,43.0,38.0,1805,"Cookiecutter Template for FastAPI + React Projects. Using PostgreSQL, SQLAlchemy, and Docker.",,,13.0,18,False,['fastapi'],2021年02月02日 23:59:57.000,1.2.0,2.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +544,salmon,moggers87/salmon,email,,https://github.com/moggers87/salmon,https://github.com/moggers87/salmon,GPL-3.0,2013年05月07日 11:29:42.000,2023年04月05日 02:56:48.000,2023年04月02日 04:09:41,448.0,,62,20.0,71.0,17.0,73.0,613,A Python Mail Server.,20.0,19.0,15.0,18,True,,2019年12月31日 19:27:38.000,3.2.0,12.0,100.0,1560.0,,salmon-mail,https://pypi.org/project/salmon-mail,2019年12月31日 19:27:28.000,1.0,1558.0,,,,3.0,,,,,,,,,,,,,,,,,, +545,fastapi_contrib,identixone/fastapi_contrib,fastapi-utils,,https://github.com/identixone/fastapi_contrib,https://github.com/identixone/fastapi_contrib,MIT,2019年08月21日 20:51:35.000,2022年09月12日 13:55:21.000,2021年06月03日 14:00:13,140.0,,28,8.0,157.0,5.0,23.0,571,Opinionated set of utilities on top of FastAPI.,13.0,,12.0,18,False,['fastapi'],2021年06月03日 13:58:16.000,0.2.11,34.0,,4640.0,,fastapi_contrib,https://pypi.org/project/fastapi_contrib,2021年06月03日 13:49:33.000,13.0,4640.0,,,,3.0,,,,,,,,,,,,,,,,,, +546,fastapi_cache,comeuplater/fastapi_cache,fastapi-utils,,https://github.com/comeuplater/fastapi_cache,https://github.com/comeuplater/fastapi_cache,MIT,2020年07月26日 08:07:35.000,2021年09月30日 07:18:28.000,2021年02月12日 15:01:21,75.0,,15,3.0,7.0,7.0,3.0,198,FastAPI simple cache.,88.0,88.0,7.0,18,False,['fastapi'],2021年02月12日 14:58:56.000,0.1.0,6.0,,9776.0,,fastapi_cache,https://pypi.org/project/fastapi_cache,2021年02月12日 14:58:56.000,,9776.0,,,,3.0,,,,,,,,,,,,,,,,,, +547,async-asgi-testclient,vinissimus/async-asgi-testclient,testing,,https://github.com/vinissimus/async-asgi-testclient,https://github.com/vinissimus/async-asgi-testclient,MIT,2019年04月15日 12:26:06.000,2023年06月29日 14:52:47.000,2022年06月13日 09:29:26,55.0,,18,6.0,39.0,10.0,14.0,140,A framework-agnostic library for testing ASGI web applications.,577.0,549.0,14.0,18,False,,2022年06月13日 09:30:07.000,1.4.11,31.0,,54898.0,,async-asgi-testclient,https://pypi.org/project/async-asgi-testclient,2022年06月13日 09:30:07.000,28.0,54898.0,,,,3.0,,,,,,,,,,,,,,,,,, +548,InstaPy,timgrossmann/InstaPy,third-party-apis,,,https://github.com/timgrossmann/InstaPy,GPL-3.0,,2022年01月19日 04:05:04.000,,,,3761,,,,,15583,Tool for automated Instagram interactions.,11.0,,,17,False,,2022年01月19日 04:05:04.000,0.6.16,52.0,,3817.0,,instapy,https://pypi.org/project/instapy,2022年01月19日 04:05:04.000,11.0,3817.0,,,,3.0,,,,,,,,,,,,,,,,,, +549,nginx-ui,schenkd/nginx-ui,admin-ui,,https://github.com/schenkd/nginx-ui,https://github.com/schenkd/nginx-ui,MIT,2020年05月30日 08:31:03.000,2023年07月23日 18:39:02.000,2023年04月24日 11:52:27,13.0,,259,81.0,23.0,24.0,14.0,4353,Nginx UI allows you to access and modify the nginx configurations files without cli.,,,4.0,17,True,,2020年06月28日 15:17:10.000,0.2,1.0,,13472.0,,,,,,,,,,3.0,,,,,,,,,,schenkd/nginx-ui,https://hub.docker.com/r/schenkd/nginx-ui,2020年06月25日 16:45:27.170206,16.0,538914.0,,,, +550,huxley,facebookarchive/huxley,testing,,https://github.com/facebookarchive/huxley,https://github.com/facebookarchive/huxley,Apache-2.0,2013年07月30日 06:01:12.000,2021年09月07日 23:22:47.000,2014年12月05日 21:39:52,68.0,,304,211.0,24.0,42.0,29.0,4110,A testing system for catching visual regressions in Web applications.,2.0,2.0,7.0,17,False,,,,5.0,,25.0,,huxley,https://pypi.org/project/huxley,2014年03月27日 18:23:28.000,,25.0,,,,3.0,,,,,,,,,,,,,,,,,, +551,libextract,datalib/libextract,others,,https://github.com/datalib/libextract,https://github.com/datalib/libextract,MIT,2015年04月06日 08:27:32.000,2020年10月02日 11:31:24.000,2015年05月23日 08:52:06,317.0,,40,24.0,19.0,3.0,19.0,500,Extract data from websites using basic statistical magic.,27.0,18.0,3.0,17,False,,2015年06月28日 22:20:05.000,0.0.12,4.0,,72.0,,libextract,https://pypi.org/project/libextract,2015年06月28日 22:20:05.000,9.0,72.0,,,,3.0,,,,,,,,,,,,,,,,,, +552,golem,golemhq/golem,testing,,https://github.com/golemhq/golem,https://github.com/golemhq/golem,MIT,2016年01月11日 19:43:42.000,2022年02月07日 13:15:15.000,2021年11月16日 00:44:19,643.0,,74,38.0,99.0,16.0,120.0,488,A complete test automation tool.,6.0,5.0,20.0,17,False,,2021年07月30日 15:38:36.000,0.10.1,36.0,65.0,122.0,,golem-framework,https://pypi.org/project/golem-framework,2021年07月30日 15:31:26.000,1.0,121.0,,,,3.0,,,,,,,,,,,,,,,,,, +553,fastapi-plugins,madkote/fastapi-plugins,fastapi-utils,,https://github.com/madkote/fastapi-plugins,https://github.com/madkote/fastapi-plugins,MIT,2019年11月20日 11:41:50.000,2023年03月24日 12:57:07.000,2023年03月24日 12:57:03,86.0,,17,3.0,5.0,2.0,12.0,298,FastAPI framework plugins.,97.0,96.0,3.0,17,True,['fastapi'],2023年03月24日 12:44:12.000,0.12.0,19.0,,6705.0,,fastapi-plugins,https://pypi.org/project/fastapi-plugins,2022年07月07日 12:26:07.000,1.0,6705.0,,,,3.0,,,,,,,,,,,,,,,,,, +554,flask-file-upload,joegasewicz/flask-file-upload,flask-utils,,https://github.com/joegasewicz/flask-file-upload,https://github.com/joegasewicz/flask-file-upload,MIT,2019年12月13日 11:26:42.000,2023年02月16日 04:15:10.000,2023年02月08日 08:18:07,375.0,,13,5.0,54.0,13.0,60.0,151,Easy file uploads for Flask.,78.0,78.0,6.0,17,True,['flask'],2021年12月07日 13:25:50.000,0.2.1,25.0,,136.0,,flask-file-upload,https://pypi.org/project/flask-file-upload,2021年12月07日 13:25:50.000,,136.0,,,,3.0,,,,,,,,,,,,,,,,,, +555,pyramid_celery,sontek/pyramid_celery,pyramid-utils,,https://github.com/sontek/pyramid_celery,https://github.com/sontek/pyramid_celery,MIT,2011年11月05日 09:07:26.000,2022年02月14日 10:25:31.000,2021年02月24日 02:40:04,189.0,,67,14.0,54.0,17.0,34.0,104,Pyramid configuration with celery integration. Allows you to use pyramid .ini files to configure celery and have your..,1.0,,25.0,17,False,['pyramid'],2021年02月24日 02:34:47.000,4.0.0,11.0,,7340.0,,pyramid_celery,https://pypi.org/project/pyramid_celery,2021年02月24日 02:34:47.000,1.0,7340.0,,,,3.0,,,,,,,,,,,,,,,,,, +556,apex,cd34/apex,auth,,https://github.com/cd34/apex,https://github.com/cd34/apex,MIT,2011年07月17日 20:20:49.000,2022年09月17日 20:58:19.000,2020年04月02日 04:58:41,429.0,,29,13.0,77.0,8.0,20.0,95,"Toolkit for Pyramid, a Pylons Project, to add Authentication and Authorization using Velruse (OAuth) and/or a local..",31.0,,19.0,17,False,['pyramid'],,,5.0,,10407.0,,apex,https://pypi.org/project/apex,2013年03月05日 16:52:43.000,31.0,10407.0,,,,3.0,,,,,,,,,,,,,,,,,, +557,pyramid_services,mmerickel/pyramid_services,pyramid-utils,,https://github.com/mmerickel/pyramid_services,https://github.com/mmerickel/pyramid_services,MIT,2015年02月14日 06:44:36.000,2023年09月04日 21:03:12.000,2023年04月16日 21:30:17,91.0,,10,14.0,12.0,,5.0,81,A service layer for pyramid.,21.0,,6.0,17,True,['pyramid'],2019年04月22日 16:43:41.562,0.1.1,9.0,,12492.0,,pyramid_services,https://pypi.org/project/pyramid_services,2019年04月22日 16:43:41.941,21.0,12492.0,,,,3.0,,,,,,,,,,,,,,,,,, +558,pyramid_swagger,striglia/pyramid_swagger,openapi-utils,,https://github.com/danielpops/pyramid_swagger,https://github.com/danielpops/pyramid_swagger,BSD-3-Clause,2014年05月24日 00:43:16.000,2022年09月18日 16:33:52.000,2022年09月18日 16:33:51,571.0,,47,13.0,139.0,24.0,86.0,65,Convenient tools for using Swagger to define and validate your interfaces in a Pyramid webapp.,1.0,,39.0,17,True,['pyramid'],2019年05月07日 14:20:39.000,2.7.0,27.0,,6183.0,,pyramid_swagger,https://pypi.org/project/pyramid_swagger,2019年05月07日 14:20:39.000,1.0,6183.0,,,,3.0,,,,,,,,,,,,,,,danielpops/pyramid_swagger,,, +559,Flask-GraphQL-Auth,NovemberOscar/Flask-GraphQL-Auth,graphql,,https://github.com/rscarrera27/Flask-GraphQL-Auth,https://github.com/rscarrera27/Flask-GraphQL-Auth,MIT,2018年04月19日 00:41:39.000,2023年05月01日 21:37:28.000,2021年06月16日 13:33:51,120.0,,12,7.0,15.0,6.0,13.0,63,(UNMAINTAINED. FEEL FREE TO FORK) A Pythonic way to provide JWT authentication for Flask-GraphQL.,212.0,208.0,7.0,17,False,['flask'],2021年04月19日 04:21:50.000,1.3.3,14.0,,3103.0,,flask-graphql-auth,https://pypi.org/project/flask-graphql-auth,2021年04月19日 04:19:08.000,4.0,3103.0,,,,3.0,,,,,,,,,,,,,,,rscarrera27/Flask-GraphQL-Auth,,, +560,tartiflette-aiohttp,tartiflette/tartiflette-aiohttp,graphql,,https://github.com/tartiflette/tartiflette-aiohttp,https://github.com/tartiflette/tartiflette-aiohttp,MIT,2018年11月07日 05:16:40.000,2023年09月11日 07:15:40.000,2022年09月07日 18:59:30,228.0,,9,10.0,247.0,4.0,15.0,60,"tartiflette-aiohttp is a wrapper of aiohttp which includes the Tartiflette GraphQL Engine, do not hesitate to take a..",55.0,51.0,11.0,17,True,,2021年11月15日 10:12:31.000,1.4.1,31.0,,746.0,,tartiflette-aiohttp,https://pypi.org/project/tartiflette-aiohttp,2021年11月15日 10:02:16.000,4.0,746.0,,,,3.0,,,,,,,,,,,,,,,,,, +561,igramscraper,realsirjoe/instagram-scraper,third-party-apis,,https://github.com/realsirjoe/instagram-scraper,https://github.com/realsirjoe/instagram-scraper,MIT,2019年06月10日 06:15:55.000,2021年09月05日 10:31:32.000,,,,355,,,108.0,,2145,"scrapes medias, likes, followers, tags and all metadata. Inspired by instagram-php-scraper,bot.",2.0,,24.0,16,False,,2020年05月25日 18:11:03.000,0.3.5,9.0,,1065.0,,igramscraper,https://pypi.org/project/igramscraper,2020年05月25日 18:11:03.000,2.0,1065.0,,,,3.0,,,,,,,,,,,,,,,,,, +562,tartiflette-asgi,tartiflette/tartiflette-asgi,graphql,,https://github.com/tartiflette/tartiflette-asgi,https://github.com/tartiflette/tartiflette-asgi,MIT,2019年04月19日 19:38:45.000,2023年06月26日 07:57:25.000,2022年05月20日 21:14:37,166.0,,16,8.0,139.0,12.0,43.0,100,ASGI support for the Tartiflette GraphQL engine.,20.0,19.0,14.0,16,False,['graphql'],2022年05月20日 21:20:14.000,0.12.0,7.0,,974.0,,tartiflette-asgi,https://pypi.org/project/tartiflette-asgi,2022年05月20日 21:20:14.000,1.0,974.0,,,,3.0,,,,,,,,,,,,,,,,,, +563,Astra,flipkart-incubator/Astra,testing,,https://github.com/flipkart-incubator/Astra,https://github.com/flipkart-incubator/Astra,Apache-2.0,2018年01月10日 11:56:11.000,2023年06月08日 15:26:19.000,2023年02月16日 09:33:40,487.0,,369,84.0,64.0,57.0,28.0,2331,Automated Security Testing For REST APIs.,,,12.0,15,True,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +564,Growler,pyGrowler/Growler,web-frameworks,,https://github.com/pyGrowler/Growler,https://github.com/pyGrowler/Growler,Apache-2.0,2014年10月22日 02:11:12.000,2020年03月08日 07:53:32.000,2020年03月08日 07:51:41,599.0,,27,22.0,3.0,5.0,11.0,688,A micro web-framework using asyncio coroutines and chained middleware.,2.0,,5.0,15,False,,2016年10月16日 15:29:10.000,0.8.0,10.0,,42.0,,growler,https://pypi.org/project/growler,2016年10月16日 15:29:10.000,2.0,42.0,,,,3.0,,,,,,,,,,,,,,,,,, +565,fastapi_client,dmontagu/fastapi_client,fastapi-utils,,https://github.com/dmontagu/fastapi_client,https://github.com/dmontagu/fastapi_client,Apache-2.0,2019年08月03日 10:35:23.000,2023年07月06日 21:45:13.000,2021年02月11日 19:35:35,36.0,,32,8.0,20.0,9.0,7.0,315,FastAPI client generator.,309.0,309.0,8.0,15,False,['fastapi'],,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +566,opengraph,erikriver/opengraph,web-scraping,,https://github.com/erikriver/opengraph,https://github.com/erikriver/opengraph,MIT,2011年06月17日 08:11:10.000,2021年12月26日 03:18:57.000,2017年09月19日 15:55:05,27.0,,83,15.0,28.0,22.0,2.0,221,A python module to parse the Open Graph Protocol.,122.0,98.0,8.0,15,False,,,,3.0,,536.0,,opengraph,https://pypi.org/project/opengraph,2012年05月25日 23:25:52.000,24.0,536.0,,,,3.0,,,,,,,,,,,,,,,,,, +567,pyramid_jwt,wichert/pyramid_jwt,auth,,https://github.com/wichert/pyramid_jwt,https://github.com/wichert/pyramid_jwt,BSD-2-Clause,2015年12月16日 14:33:49.000,2022年09月17日 21:18:54.000,2020年10月09日 07:57:39,120.0,,31,6.0,34.0,22.0,20.0,74,JWT authentication for Pyramid.,,,12.0,15,False,['pyramid'],2021年02月20日 11:34:46.712,1.6.1,10.0,,15715.0,,pyramid_jwt,https://pypi.org/project/pyramid_jwt,2020年05月05日 15:16:08.000,,15715.0,,,,3.0,,,,,,,,,,,,,,,,,, +568,django-schedule,thauber/django-schedule,django-utils,,https://github.com/thauber/django-schedule,https://github.com/thauber/django-schedule,BSD-3-Clause,2009年04月02日 02:56:42.000,2019年12月29日 09:27:39.000,2016年04月16日 20:26:10,326.0,,290,44.0,8.0,24.0,40.0,828,"A calendaring app for Django. It is now stable, Please feel free to use it now. Active development has been taken over..",,,17.0,14,False,['django'],,,1.0,,10.0,,django-schedule-frinat,https://pypi.org/project/django-schedule-frinat,2014年02月24日 14:31:35.000,,10.0,,,,3.0,,,,,,,,,,,,,,,,,,BSD-3-Clause +569,flask-state,yoobool/flask-state,monitoring,,https://github.com/yoobool/flask-state,https://github.com/yoobool/flask-state,BSD-3-Clause,2020年08月25日 02:27:29.000,2021年12月15日 18:07:56.000,2021年06月18日 07:32:23,511.0,,52,17.0,26.0,6.0,18.0,623,Display machine state using Python3 with Flask.,2.0,2.0,10.0,14,False,['flask'],2021年06月18日 07:47:50.000,1.1.4,16.0,,47.0,,Flask-State,https://pypi.org/project/Flask-State,2021年06月18日 07:47:50.000,,47.0,,,,3.0,,,,,,,,,,,,,,,,,, +570,Transistor,bomquote/transistor,web-scraping,,https://github.com/bomquote/transistor,https://github.com/bomquote/transistor,MIT,2018年11月12日 15:25:51.000,2023年09月20日 10:14:25.000,2020年08月16日 21:52:05,198.0,,23,11.0,308.0,60.0,3.0,210,"Transistor, a Python web scraping framework for intelligent use cases.",,,2.0,14,False,,2020年08月03日 20:20:32.000,0.2.4,7.0,97.0,24.0,,transistor,https://pypi.org/project/transistor,2020年08月03日 20:12:39.000,,23.0,,,,3.0,,,,,,,,,,,,,,,,,, +571,lazynlp,chiphuyen/lazynlp,web-scraping,,https://github.com/chiphuyen/lazynlp,https://github.com/chiphuyen/lazynlp,MIT,2019年02月27日 23:23:19.000,2020年11月11日 12:16:30.000,2019年10月07日 16:52:30,14.0,,309,77.0,5.0,7.0,3.0,2129,Library to scrape and clean web pages to create massive datasets.,,,7.0,13,False,,2019年03月02日 17:38:27.000,1.0.0,1.0,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, +572,fastapi-permissions,holgi/fastapi-permissions,auth,,https://github.com/holgi/fastapi-permissions,https://github.com/holgi/fastapi-permissions,THE BEER-WARE LICENSE,2019年07月19日 22:36:43.000,2023年03月23日 10:53:53.000,2020年10月05日 14:24:37,44.0,,43,12.0,9.0,9.0,3.0,387,row level security for FastAPI framework.,,,1.0,13,False,['fastapi'],2020年10月05日 14:18:40.000,0.2.7,10.0,,5819.0,,fastapi-permissions,https://pypi.org/project/fastapi-permissions,2020年10月05日 14:18:40.000,,5819.0,,,,3.0,,,,,,,,,,,,,,,,,, +573,flask2postman,numberly/flask2postman,flask-utils,,https://github.com/numberly/flask2postman,https://github.com/numberly/flask2postman,MIT,2015年08月28日 11:12:41.000,2022年09月15日 20:25:29.000,2022年09月15日 20:25:29,60.0,,17,10.0,6.0,5.0,2.0,145,Generate a Postman collection from your Flask application.,20.0,19.0,5.0,13,True,['flask'],2020年01月16日 15:13:52.000,1.4.4,18.0,,750.0,,flask2postman,https://pypi.org/project/flask2postman,2020年01月16日 15:13:52.000,1.0,750.0,,,,3.0,,,,,,,,,,,,,,,,,, +574,Scrapera,DarshanDeshpande/Scrapera,web-scraping,,https://github.com/DarshanDeshpande/Scrapera,https://github.com/DarshanDeshpande/Scrapera,MIT,2021年01月23日 11:55:03.000,2022年05月22日 20:08:21.000,2021年08月30日 16:47:21,37.0,,19,10.0,6.0,2.0,5.0,303,A universal package of scraper scripts for humans.,,,4.0,12,False,,2021年02月07日 18:22:49.000,1.1.3,19.0,,59.0,,scrapera,https://pypi.org/project/scrapera,2021年02月07日 18:22:49.000,,59.0,,,,3.0,,,,,,,,,,,,,,,,,, +575,fastapi-lazy,yezz123/fastapi-lazy,fastapi-utils,,https://github.com/yezz123/fastapi-lazy,https://github.com/yezz123/fastapi-lazy,MIT,2021年09月30日 14:25:29.000,2022年01月30日 01:46:04.000,2021年12月29日 13:50:55,36.0,,12,8.0,21.0,4.0,1.0,102,Lazy package to start your project using FastAPI.,,,2.0,10,False,['fastapi'],2021年11月21日 11:00:44.000,1.2.6,9.0,,29.0,,fastapi-lazy,https://pypi.org/project/fastapi-lazy,2021年11月21日 11:00:44.000,,29.0,,,,3.0,,,,,,,,,,,,,,,,,, +576,IP2Trace,ip2location/ip2trace-python,others,,https://github.com/ip2location/ip2trace-python,https://github.com/ip2location/ip2trace-python,MIT,2021年01月15日 07:49:23.000,2023年05月09日 08:40:01.000,2023年05月09日 07:20:19,22.0,,10,7.0,,,2.0,29,"Python tool to traceroute with IP geolocation information, such as country, region, city, isp and many more.",1.0,1.0,2.0,10,False,,2023年05月09日 08:40:01.000,3.2.0,16.0,,105.0,,IP2Trace,https://pypi.org/project/IP2Trace,2022年07月01日 08:25:29.000,,105.0,,,,3.0,,,,,,,,,,,,,,,,,, +577,timing-asgi,steinnes/timing-asgi,monitoring,,https://github.com/steinnes/timing-asgi,https://github.com/steinnes/timing-asgi,,2019年02月05日 23:53:18.000,2023年07月18日 10:19:04.000,2023年07月18日 10:18:35,80.0,5.0,9,2.0,19.0,4.0,3.0,110,ASGI middleware to record and emit timing metrics (to something like statsd).,35.0,35.0,5.0,8,False,,,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index d6e86b5b..d101d00f 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,19 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- certifi (🥈36 · ⭐ 700 · 📈) - (Python Distribution) A carefully curated collection of Root.. MPL-2.0 -- Flask-Migrate (🥇33 · ⭐ 2.2K · 📈) - SQLAlchemy database migrations for Flask applications.. MIT -- django-mptt (🥈31 · ⭐ 2.8K · 📈) - Utilities for implementing a modified pre-order traversal.. MIT -- django-countries (🥉29 · ⭐ 1.3K · 📈) - A Django application that provides country choices.. MIT -- flask-bootstrap (🥉24 · ⭐ 1.6K · 💀) - A Flask app template with integrated SQLAlchemy,.. BSD-3 +- django-rest-framework (🥈43 · ⭐ 26K · 📈) - Web APIs for Django. BSD-3 +- netaddr (🥈34 · ⭐ 730 · 📈) - A network address manipulation library for Python. BSD-3 +- flask-babel (🥇31 · ⭐ 420 · 📈) - i18n and l10n support for Flask based on Babel and pytz. BSD-3 +- justpy (🥉26 · ⭐ 1.1K · 📈) - An object oriented high-level Python Web Framework that requires.. Apache-2 +- httpagentparser (🥉26 · ⭐ 220 · 💤) - Python HTTP Agent Parser. MIT ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- django-rest-framework (🥈41 · ⭐ 26K · 📉) - Web APIs for Django. ❗Unlicensed -- connexion (🥈33 · ⭐ 4.3K · 📉) - Swagger/OpenAPI First framework for Python on top of.. Apache-2 -- Requests-HTML (🥉32 · ⭐ 13K · 📉) - Pythonic HTML Parsing for Humans. MIT -- httpagentparser (🥉23 · ⭐ 220 · 💤) - Python HTTP Agent Parser. MIT -- flask_pydantic (🥉21 · ⭐ 300 · 💤) - flask extension for integration with the awesome.. MIT +- django-ckeditor (🥈32 · ⭐ 2.3K · 📉) - Django admin CKEditor integration. BSD-3 +- idna (🥈32 · ⭐ 220 · 📉) - Internationalized Domain Names for Python (IDNA 2008 and UTS #46). BSD-3 +- flask_injector (🥉22 · ⭐ 260 · 📉) - Adds Injector support to Flask. BSD-3 +- Frozen-Flask (🥉21 · ⭐ 760 · 💤) - Freezes a Flask application into a set of static files. ❗Unlicensed +- flask-talisman (🥉20 · ⭐ 890 · 💀) - HTTP security headers for Flask. Apache-2

AltStyle によって変換されたページ (->オリジナル) /