@@ -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,12 +500,21 @@ 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
+
506
+ [flask_accepts]
507
+ description=Easy, opinionated Flask input/output handling mixing Marshmallow with Flask-RESTplus
508
+
494
509
[flask-compress]
495
510
description=Compress responses in your Flask app with gzip.
496
511
497
512
[flask-cors]
498
513
description=A Flask extension adding a decorator for CORS support
499
514
515
+ [flask_restplus]
516
+ description=Fully featured framework for fast, easy and documented API development with Flask
517
+
500
518
[flask-seasurf]
501
519
description=SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF)
502
520
@@ -659,6 +677,9 @@ description=Human friendly output for text interfaces using Python
659
677
[husl]
660
678
description =Human-friendly HSL (Hue-Saturation-Lightness)
661
679
680
+ [hupper]
681
+ description =Integrated process monitor for developing and reloading daemons.
682
+
662
683
[hypercorn]
663
684
description =A ASGI Server based on Hyper libraries and inspired by Gunicorn.
664
685
@@ -2201,6 +2222,9 @@ description=Ultra fast JSON encoder and decoder for Python
2201
2222
[uvicorn]
2202
2223
description=The lightning-fast ASGI serve
5CA9
r.
2203
2224
2225
+ [uvloop]
2226
+ description=Fast implementation of asyncio event loop on top of libuv
2227
+
2204
2228
[vectormath]
2205
2229
description=vector math utilities for Python
2206
2230
0 commit comments