@@ -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,6 +500,9 @@ 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+
494506[flask-compress]
495507description=Compress responses in your Flask app with gzip.
496508
@@ -515,6 +527,9 @@ description=Tools to manipulate font files
515527[formlayout]
516528description =Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code
517529
530+ [fs]
531+ description =Python' s filesystem abstraction layer
532+
518533[fsspec]
519534description=File-system specification
520535
@@ -659,6 +674,9 @@ description=Human friendly output for text interfaces using Python
659674[husl]
660675description=Human-friendly HSL (Hue-Saturation-Lightness)
661676
677+ [hupper]
678+ description=Integrated process monitor for developing and reloading daemons.
679+
662680[hypercorn]
663681description=A ASGI Server based on Hyper libraries and inspired by Gunicorn.
664682
@@ -2201,6 +2219,9 @@ description=Ultra fast JSON encoder and decoder for Python
22012219[uvicorn]
22022220description =The lightning-fast ASGI server.
22032221
2222+ [uvloop]
2223+ description =Fast implementation of asyncio event loop on top of libuv
2224+
22042225[vectormath]
22052226description =vector math utilities for Python
22062227
0 commit comments