From 3ed4244d945b9c23c1bbec11e25a6acac6cc16b1 Mon Sep 17 00:00:00 2001 From: stonebig Date: Mon, 29 Oct 2018 08:30:18 +0100 Subject: [PATCH] package names --- winpython/data/packages.ini | 71 ++++++++++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 4d15f9f0..951e67de 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -8,6 +8,9 @@ description=A pure Python package implementing PEP 249 DB-API using Microsoft AD [aiodns] description=Simple DNS resolver for asyncio +[aiofiles] +description=File support for asyncio. + [aiohttp] description=http client/server for asyncio @@ -26,12 +29,21 @@ description=Altair Widgets: An interactive visualization for statistical data fo [amqp] description=Low-level AMQP client for Python (fork of amqplib). +[aniso8601] +description=A library for parsing ISO 8601 strings. + [ansiwrap] description=textwrap, but savvy to ANSI colors and styles [anyjson] description=Wraps the best available JSON implementation available in a common interface +[apispec] +description=A pluggable API specification generator. Currently supports the OpenAPI specification (f.k.a. the Swagger specification). + +[apistar] +description=API documentation, validation, mocking, and clients. + [aplus] description=An implementation of the Promises/A+ specification and test suite in Python @@ -44,6 +56,9 @@ description=Enthought application tools [args] description=Command Arguments for Humans. +[asgiref] +description=ASGI specs, helper code, and adapters + [asciitree] description=Draws ASCII trees. @@ -68,6 +83,9 @@ description=Community-developed python astronomy tools [async_generator] description=Async generators and context managers for Python 3.5+ +[async_timeout] +description=Timeout context manager for asyncio programs + [atomicwrites] description=Powerful Python library for atomic file writes. @@ -359,6 +377,9 @@ description=Discover and load entry points from installed packages [envisage] description=Enthought extensible application framework +[falcon] +description=An unladen web framework for building APIs and app backends. + [fastcache] description=C implementation of Python 3 functools.lru_cache @@ -476,9 +497,21 @@ description=Google API Client Library for Python [gr] description=Python visualization framework +[graphql_relay] +description=Relay implementation for Python + +[graphql_core] +description=GraphQL implementation for Python + [graphviz] description=Simple Python interface for Graphviz +[graphene] +description=GraphQL Framework for Python + +[graphql-server-core] +description=GraphQL Server tools for powering your server + [greenlet] description=Lightweight in-process concurrent programming @@ -497,6 +530,9 @@ description=Efficient curve/image plotting and other GUI tools for scientific da [gym] description=The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents. +[h11] +description=A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 + [hdfs] description=HdfsCLI: API and command line interface for HDFS. @@ -746,6 +782,9 @@ description=A fast and complete Python implementation of Markdown [markupsafe] description=Implements a XML/HTML/XHTML Markup safe string for Python +[marshmallow] +description=A lightweight library for converting complex datatypes to and from native Python datatypes. + [matplotlib] description=2D plotting library (embeddable in GUIs created with PyQt) @@ -971,6 +1010,9 @@ description=Generate ipywidgets from Parameterized objects in the notebook [paramiko] description=SSH2 protocol library +[parse] +description=parse() is the opposite of format() + [parso] description=A Python Parser @@ -1064,6 +1106,9 @@ description=A Python Progressbar library to provide visual (yet text based) prog [prometheus_client] description=Python client for the Prometheus monitoring system. +[promise] +description=Promises/A+ implementation for Python + [prompt_toolkit] description=Library for building powerful interactive command lines in Python @@ -1311,6 +1356,9 @@ description=Python-HDF4: Python interface to the NCSA HDF4 library [python-igraph] description=High performance graph data structures and algorithms +[python_mimeparse] +description=An unladen web framework for building APIs and app backends. + [python-qwt] description=Qt plotting widgets for Python @@ -1323,6 +1371,9 @@ description=An implementation of the Language Server Protocol for Python [python_levenshtein] description=Python extension for computing string edit distances and similarities +[python_multipart] +description=A streaming multipart parser for Python + [python_snappy] description=Python library for the snappy compression library from Google @@ -1431,8 +1482,14 @@ description=A utility belt for advanced users of python-requests [requests_oauthlib] description=OAuthlib authentication support for Requests. +[responder] +description=A sorta familiar HTTP framework. + +[rfc3986] +description=Validating URI References per RFC 3986 + [rise] -description= Live Reveal.js Jupyter/IPython Slideshow Extension +description=Live Reveal.js Jupyter/IPython Slideshow Extension [rodeo] description=an ide for data analysis in python @@ -1643,6 +1700,9 @@ description=Web-based SQLite database browser written in Python [sqlparse] description=Non-validating SQL parser +[starlette] +description=The little ASGI library that shines. + [statsmodels] description=Statistical computations and models for use with SciPy @@ -1775,6 +1835,9 @@ description=HTTP library with thread-safe connection pooling, file post, and mor [usjon] description=Ultra fast JSON encoder and decoder for Python +[uvicorn] +description=The lightning-fast ASGI server. + [vega] description=An IPython/ Jupyter widget for Vega and Vega-Lite @@ -1808,6 +1871,9 @@ description=Measures number of Terminal column cells of wide-character codes [webencodings] description=Character encoding aliases for legacy web content +[websockets] +description=An (asyncio) implementation of the WebSocket Protocol (RFC 6455 & 7692) + [werkzeug] description=The Swiss Army knife of Python web development @@ -1817,6 +1883,9 @@ description=A built-package format for Python. [wheelhouse-uploader] description=Upload wheels to any cloud storage supported by Libcloud +[whitenoise] +description=Radically simplified static file serving for WSGI applications + [whoosh] description=Fast, pure-Python full text indexing, search, and spell checking library.