8000 Merge pull request #782 from stonebig/master · Xubash/winpython@7f90b0a · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f90b0a

Browse files
authored
Merge pull request winpython#782 from stonebig/master
more package names
2 parents 5ff05dc + d4a3f59 commit 7f90b0a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

winpython/data/packages.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ description=A library for parsing ISO 8601 strings.
4141
[ansiwrap]
4242
description=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]
4548
description=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]
243246
description=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]
246252
description=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]
360366
description=Distributed In-Memory system for analytics
361367
368+
[datasette]
369+
description=A tool for exploring and publishing data
370+
362371
[datashader]
363372
description=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]
492501
description=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]
495510
description=Compress responses in your Flask app with gzip.
496511
497512
[flask-cors]
498513
description=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]
501519
description=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]
660678
description=Human-friendly HSL (Hue-Saturation-Lightness)
661679

680+
[hupper]
681+
description=Integrated process monitor for developing and reloading daemons.
682+
662683
[hypercorn]
663684
description=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]
22022223
description=The lightning-fast ASGI serve 5CA9 r.
22032224
2225+
[uvloop]
2226+
description=Fast implementation of asyncio event loop on top of libuv
2227+
22042228
[vectormath]
22052229
description=vector math utilities for Python
22062230

0 commit comments

Comments
 (0)
0