Skip to content

Commit eaeee37

Browse files
authored
Merge pull request #402 from stonebig/master
package names
2 parents fac338e + 8178c6a commit eaeee37

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

winpython/data/packages.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[adodbapi]
22
description=A pure Python package implementing PEP 249 DB-API using Microsoft ADO.
33

4+
[aiodns]
5+
description=Simple DNS resolver for asyncio
6+
47
[aiohttp]
58
description=http client/server for asyncio
69

@@ -496,6 +499,9 @@ description=Python library for arbitrary-precision floating-point arithmetic
496499
[msgpack-python]
497500
description=MessagePack (de)serializer.
498501
502+
[multidict]
503+
description=multidict implementation
504+
499505
[multipledispatch]
500506
description=A relatively sane approach to multiple dispatch in Python
501507
@@ -698,6 +704,9 @@ description=Bindings for PortAudio v19, the cross-platform audio input/output st
698704
[pybars3]
699705
description=Handlebars.js templating for Python 3 and 2
700706
707+
[pycares]
708+
description=Python interface for c-ares
709+
701710
[pycairo]
702711
description=Python bindings for the cairo library
703712
@@ -718,6 +727,9 @@ category=improc
718727
[pydispatcher]
719728
description=Multi-producer-multi-consumer signal dispatching mechanism
720729
730+
[pydot-ng]
731+
description=Python interface to Graphviz's Dot
732+
721733
[pyeda]
722734
description=PyEDA is a Python library for electronic design automation.
723735

0 commit comments

Comments
 (0)