10000 Merge pull request #680 from stonebig/master · ericpre/winpython@a92d65e · GitHub
[go: up one dir, main page]

Skip to content

Commit a92d65e

Browse files
authored
Merge pull request winpython#680 from stonebig/master
package names
2 parents dcff368 + 3ed4244 commit a92d65e

File tree

1 file changed

+70
-1
lines changed

1 file changed

+70
-1
lines changed

winpython/data/packages.ini

Lines changed: 70 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ description=A pure Python package implementing PEP 249 DB-API using Microsoft AD
88
[aiodns]
99
description=Simple DNS resolver for asyncio
1010

11+
[aiofiles]
12+
description=File support for asyncio.
13+
1114
[aiohttp]
1215
description=http client/server for asyncio
1316

@@ -26,12 +29,21 @@ description=Altair Widgets: An interactive visualization for statistical data fo
2629
[amqp]
2730
description=Low-level AMQP client for Python (fork of amqplib).
2831

32+
[aniso8601]
33+
description=A library for parsing ISO 8601 strings.
34+
2935
[ansiwrap]
3036
description=textwrap, but savvy to ANSI colors and styles
3137

3238
[anyjson]
3339
description=Wraps the best available JSON implementation available in a common interface
3440

41+
[apispec]
42+
description=A pluggable API specification generator. Currently supports the OpenAPI specification (f.k.a. the Swagger specification).
43+
44+
[apistar]
45+
description=API documentation, validation, mocking, and clients.
46+
3547
[aplus]
3648
description=An implementation of the Promises/A+ specification and test suite in Python
3749

@@ -44,6 +56,9 @@ description=Enthought application tools
4456
[args]
4557
description=Command Arguments for Humans.
4658

59+
[asgiref]
60+
description=ASGI specs, helper code, and adapters
61+
4762
[asciitree]
4863
description=Draws ASCII trees.
4964

@@ -68,6 +83,9 @@ description=Community-developed python astronomy tools
6883
[async_generator]
6984
description=Async generators and context managers for Python 3.5+
7085
86+
[async_timeout]
87+
description=Timeout context manager for asyncio programs
88+
7189
[atomicwrites]
7290
description=Powerful Python library for atomic file writes.
7391
@@ -359,6 +377,9 @@ description=Discover and load entry points from installed packages
359377
[envisage]
360378
description=Enthought extensible application framework
361379

380+
[falcon]
381+
description=An unladen web framework for building APIs and app backends.
382+
362383
[fastcache]
363384
description=C implementation of Python 3 functools.lru_cache
364385

@@ -476,9 +497,21 @@ description=Google API Client Library for Python
476497
[gr]
477498
description=Python visualization framework
478499
500+
[graphql_relay]
501+
description=Relay implementation for Python
502+
503+
[graphql_core]
504+
description=GraphQL implementation for Python
505+
479506
[graphviz]
480507
description=Simple Python interface for Graphviz
481508
509+
[graphene]
510+
description=GraphQL Framework for Python
511+
512+
[graphql-server-core]
513+
description=GraphQL Server tools for powering your server
514+
482515
[greenlet]
483516
description=Lightweight in-process concurrent programming
484517
@@ -497,6 +530,9 @@ description=Efficient curve/image plotting and other GUI tools for scientific da
497530
[gym]
498531
description=The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents.
499532
533+
[h11]
534+
description=A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
535+
500536
[hdfs]
501537
description=HdfsCLI: API and command line interface for HDFS.
502538
@@ -746,6 +782,9 @@ description=A fast and complete Python implementation of Markdown
746782
[markupsafe]
747783
description=Implements a XML/HTML/XHTML Markup safe string for Python
748784

785+
[marshmallow]
786+
description=A lightweight library for converting complex datatypes to and from native Python datatypes.
787+
749788
[matplotlib]
750789
description=2D plotting library (embeddable in GUIs created with PyQt)
751790

@@ -971,6 +1010,9 @@ description=Generate ipywidgets from Parameterized objects in the notebook
9711010
[paramiko]
9721011
description=SSH2 protocol library
9731012

1013+
[parse]
1014+
description=parse() is the opposite of format()
1015+
9741016
[parso]
9751017
description=A Python Parser
9761018

@@ -1064,6 +1106,9 @@ description=A Python Progressbar library to provide visual (yet text based) prog
10641106
[prometheus_client]
10651107
description=Python client for the Prometheus monitoring system.
10661108

1109+
[promise]
1110+
description=Promises/A+ implementation for Python
1111+
10671112
[prompt_toolkit]
10681113
description=Library for building powerful interactive command lines in Python
10691114

@@ -1311,6 +1356,9 @@ description=Python-HDF4: Python interface to the NCSA HDF4 library
13111356
[python-igraph]
13121357
description=High performance graph data structures and algorithms
13131358

1359+
[python_mimeparse]
1360+
description=An unladen web framework for building APIs and app backends.
1361+
13141362
[python-qwt]
13151363
description=Qt plotting widgets for Python
13161364

@@ -1323,6 +1371,9 @@ description=An implementation of the Language Server Protocol for Python
13231371
[python_levenshtein]
13241372
description=Python extension for computing string edit distances and similarities
13251373

1374+
[python_multipart]
1375+
description=A streaming multipart parser for Python
1376+
13261377
[python_snappy]
13271378
description=Python library for the snappy compression library from Google
13281379

@@ -1431,8 +1482,14 @@ description=A utility belt for advanced users of python-requests
14311482
[requests_oauthlib]
14321483
description=OAuthlib authentication support for Requests.
14331484

1485+
[responder]
1486+
description=A sorta familiar HTTP framework.
1487+
1488+
[rfc3986]
1489+
description=Validating URI References per RFC 3986
1490+
14341491
[rise]
1435-
description= Live Reveal.js Jupyter/IPython Slideshow Extension
1492+
description=Live Reveal.js Jupyter/IPython Slideshow Extension
14361493

14371494
[rodeo]
14381495
description=an ide for data analysis in python
@@ -1643,6 +1700,9 @@ description=Web-based SQLite database browser written in Python
16431700
[sqlparse]
16441701
description=Non-validating SQL parser
16451702
1703+
[starlette]
1704+
description=The little ASGI library that shines.
1705+
16461706
[statsmodels]
16471707
description=Statistical computations and models for use with SciPy
16481708
@@ -1775,6 +1835,9 @@ description=HTTP library with thread-safe connection pooling, file post, and mor
17751835
[usjon]
17761836
description=Ultra fast JSON encoder and decoder for Python
17771837

1838+
[uvicorn]
1839+
description=The lightning-fast ASGI server.
1840+
17781841
[vega]
17791842
description=An IPython/ Jupyter widget for Vega and Vega-Lite
17801843

@@ -1808,6 +1871,9 @@ description=Measures number of Terminal column cells of wide-character codes
18081871
[webencodings]
18091872
description=Character encoding aliases for legacy web content
18101873
1874+
[websockets]
1875+
description=An (asyncio) implementation of the WebSocket Protocol (RFC 6455 & 7692)
1876+
18111877
[werkzeug]
18121878
description=The Swiss Army knife of Python web development
18131879
@@ -1817,6 +1883,9 @@ description=A built-package format for Python.
18171883
[wheelhouse-uploader]
18181884
description=Upload wheels to any cloud storage supported by Libcloud
18191885
1886+
[whitenoise]
1887+
description=Radically simplified static file serving for WSGI applications
1888+
18201889
[whoosh]
18211890
description=Fast, pure-Python full text indexing, search, and spell checking library.
18221891

0 commit comments

Comments
 (0)
0