@@ -41,6 +41,9 @@ description=A library for parsing ISO 8601 strings.
41
41
[ansiwrap]
42
42
description =textwrap, but savvy to ANSI colors and styles
43
43
44
+ [anyio]
45
+ description =High level compatibility layer for multiple asynchronous event loop implementations
46
+
44
47
[anyjson]
45
48
description =Wraps the best available JSON implementation available in a common interface
46
49
@@ -242,6 +245,9 @@ description=Universal encoding detector for Python 2 and 3
242
245
[click]
243
246
description =A simple wrapper around optparse for powerful command line utilities.
244
247
248
+ [click_default_group]
249
+ description =Extends click.Group to invoke a command without explicit subcommand name
250
+
245
251
[click_plugins]
246
252
description =An extension module for click to enable registering CLI commands via setuptools entry-points.
247
253
@@ -359,6 +365,9 @@ description=A backport of the dataclasses module for Python 3.6
359
365
[datafabric]
360
366
description=Distributed In-Memory system for analytics
361
367
368
+ [datasette]
369
+ description=A tool for exploring and publishing data
370
+
362
371
[datashader]
363
372
description=Data visualization toolchain based on aggregating into a grid
364
373
@@ -491,6 +500,9 @@ description=the modular source code checker: pep8, pyflakes and co
491
500
[flask]
492
501
description=A microframework based on Werkzeug, Jinja2 and good intentions
493
502
503
+ [flaskerize]
504
+ description=Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
505
+
494
506
[flask-compress]
495
507
description=Compress responses in your Flask app with gzip.
496
508
@@ -515,6 +527,9 @@ description=Tools to manipulate font files
515
527
[formlayout]
516
528
description =Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code
517
529
530
+ [fs]
531
+ description =Python' s filesystem abstraction layer
532
+
518
533
[fsspec]
519
534
description=File-system specification
520
535
@@ -659,6 +674,9 @@ description=Human friendly output for text interfaces using Python
659
674
[husl]
660
675
description=Human-friendly HSL (Hue-Saturation-Lightness)
661
676
677
+ [hupper]
678
+ description=Integrated process monitor for developing and reloading daemons.
679
+
662
680
[hypercorn]
663
681
description=A ASGI Server based on Hyper libraries and inspired by Gunicorn.
664
682
@@ -2201,6 +2219,9 @@ description=Ultra fast JSON encoder and decoder for Python
2201
2219
[uvicorn]
2202
2220
description =The lightning-fast ASGI server.
2203
2221
2222
+ [uvloop]
2223
+ description =Fast implementation of asyncio event loop on top of libuv
2224
+
2204
2225
[vectormath]
2205
2226
description =vector math utilities for Python
2206
2227
0 commit comments