@@ -41,6 +41,9 @@ description=A library for parsing ISO 8601 strings.
4141[ansiwrap]
4242description =textwrap, but savvy to ANSI colors and styles
4343
44+ [anyio]
45+ description =High level compatibility layer for multiple asynchronous event loop implementations
46+
4447[anyjson]
4548description =Wraps the best available JSON implementation available in a common interface
4649
@@ -242,6 +245,9 @@ description=Universal encoding detector for Python 2 and 3
242245[click]
243246description =A simple wrapper around optparse for powerful command line utilities.
244247
248+ [click_default_group]
249+ description =Extends click.Group to invoke a command without explicit subcommand name
250+
245251[click_plugins]
246252description =An extension module for click to enable registering CLI commands via setuptools entry-points.
247253
@@ -359,6 +365,9 @@ description=A backport of the dataclasses module for Python 3.6
359365[datafabric]
360366description=Distributed In-Memory system for analytics
361367
368+ [datasette]
369+ description=A tool for exploring and publishing data
370+
362371[datashader]
363372description=Data visualization toolchain based on aggregating into a grid
364373
@@ -491,12 +500,21 @@ description=the modular source code checker: pep8, pyflakes and co
491500[flask]
492501description=A microframework based on Werkzeug, Jinja2 and good intentions
493502
503+ [flaskerize]
504+ description=Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
505+
506+ [flask_accepts]
507+ description=Easy, opinionated Flask input/output handling mixing Marshmallow with Flask-RESTplus
508+
494509[flask-compress]
495510description=Compress responses in your Flask app with gzip.
496511
497512[flask-cors]
498513description=A Flask extension adding a decorator for CORS support
499514
515+ [flask_restplus]
516+ description=Fully featured framework for fast, easy and documented API development with Flask
517+
500518[flask-seasurf]
501519description=SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF)
502520
@@ -659,6 +677,9 @@ description=Human friendly output for text interfaces using Python
659677[husl]
660678description =Human-friendly HSL (Hue-Saturation-Lightness)
661679
680+ [hupper]
681+ description =Integrated process monitor for developing and reloading daemons.
682+
662683[hypercorn]
663684description =A ASGI Server based on Hyper libraries and inspired by Gunicorn.
664685
@@ -2201,6 +2222,9 @@ description=Ultra fast JSON encoder and decoder for Python
22012222[uvicorn]
22022223description=The lightning-fast ASGI server.
22032224
2225+ [uvloop]
2226+ description=Fast implementation of asyncio event loop on top of libuv
2227+
22042228[vectormath]
22052229description=vector math utilities for Python
22062230
0 commit comments