Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3363c66

Browse files
author
stonebig
committed
package names
1 parent af265dd commit 3363c66

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

winpython/data/packages.ini

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ description=Taylor Arithmetic Computation and Algorithmic Differentiation
1616
[altair]
1717
description=High-level declarative visualization library for Python
1818

19+
[amqp]
20+
description=Low-level AMQP client for Python (fork of amqplib).
21+
22+
[anyjson]
23+
description=Wraps the best available JSON implementation available in a common interface
24+
1925
[appdirs]
2026
description=A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir".
2127

@@ -52,6 +58,9 @@ description=columnar and compressed data containers.
5258
[beautifulsoup4]
5359
description=Screen-scraping library
5460

61+
[billiard]
62+
description=Python multiprocessing fork with improvements and bugfixes
63+
5564
[bitarray]
5665
description=efficient arrays of booleans -- C extension
5766

@@ -97,6 +106,9 @@ description=Universal encoding detector. This library is faster than chardet.
97106
[cssselect]
98107
description=cssselect parses CSS3 Selectors and translates them to XPath 1.0
99108

109+
[celery]
110+
description=Distributed Task Queue.
111+
100112
[certifi]
101113
description=Python package for providing Mozilla's CA Bundle.
102114
@@ -412,6 +424,9 @@ description=A software library for rapid development of hardware-accelerated mul
412424
[knit]
413425
description=Python tool for defining and deploying YARN Applications
414426

427+
[kombu]
428+
description=Messaging library for Python.
429+
415430
[lasagne]
416431
description=neural network tools for Theano
417432

@@ -767,9 +782,6 @@ description=Pygame gives multimedia to python.
767782
[pygit2]
768783
description=Python bindings for libgit2.
769784
770-
[pyomo]
771-
description=Pyomo: Python Optimization Modeling Objects
772-
773785
[pygments]
774786
description=Generic syntax highlighter for general use in all kinds of software
775787
url=http://pygments.org
@@ -808,6 +820,9 @@ description=Python driver for MongoDB <http://www.mongodb.org>
808820
[pyodbc]
809821
description=DB API Module for ODBC
810822
823+
[pyomo]
824+
description=Pyomo: Python Optimization Modeling Objects
825+
811826
[pyopencl]
812827
description=Python wrapper for OpenCL
813828

0 commit comments

Comments
 (0)