Skip to content

more package names #296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ description=Rebuild a new abstract syntax tree from Python's ast (required for p
[astroml]
description=tools for machine learning and data mining in Astronomy

[attrs]
description=Attributes without boilerplate.

[babel]
description=Internationalization utilities

Expand Down Expand Up @@ -61,6 +64,9 @@ description=On-disk partitioned store
[cchardet]
description=Universal encoding detector. This library is faster than chardet.

[cssselect]
description=cssselect parses CSS3 Selectors and translates them to XPath 1.0

[certifi]
description=Python package for providing Mozilla's CA Bundle.

Expand Down Expand Up @@ -234,6 +240,9 @@ description=IPython Kernel for Jupyter
[idlex]
description=IDLE Extensions for Python

[idna]
description=Internationalized Domain Names in Applications (IDNA)

[ipyparallel]
description=Interactive Parallel Computing with IPython

Expand Down Expand Up @@ -522,6 +531,12 @@ description=PuLP is an LP modeler written in python. PuLP can generate MPS or LP
[py]
description=library with cross-python path, ini-parsing, io, code, log facilities

[pyasn1]
description=ASN.1 types and codecs

[pyasn1-modules]
description=A collection of ASN.1-based protocols modules

[pyaudio]
description=Bindings for PortAudio v19, the cross-platform audio input/output stream library.

Expand All @@ -542,6 +557,9 @@ description=Pure python package for working with DICOM files (medical imaging)
url=http://code.google.com/p/pydicom
category=improc

[pydispatcher]
description=Multi-producer-multi-consumer signal dispatching mechanism

[pyeda]
description=PyEDA is a Python library for electronic design automation.

Expand Down Expand Up @@ -591,6 +609,9 @@ description=Cross platform Python binding to OpenGL and related APIs
url=http://pyopengl.sourceforge.net
category=visu3d

[pyopenssl]
description=Python wrapper module around the OpenSSL library

[pypdf2]
description=PDF toolkitPDF toolkit

Expand Down Expand Up @@ -694,6 +715,9 @@ description=Jupyter Qt console
[qtpy]
description=Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.

[queuelib]
description=Collection of persistent (disk-based) queues

[redis]
description=Python client for Redis key-value store

Expand Down Expand Up @@ -768,6 +792,9 @@ description=A high-level Python Screen Scraping framework
[seaborn]
description=statistical data visualization

[service_identity]
description=Service identity verification for pyOpenSSL.

[setuptools]
description=Download, build, install, upgrade, and uninstall Python packages - easily
category=deploy
Expand Down Expand Up @@ -919,6 +946,9 @@ description=A Python module for decorators, wrappers and monkey patching.
[wsgiref]
description=WSGI (PEP 333) Reference Library

[w3lib]
description=Library of web-related functions

[xarray]
description=N-D labeled arrays and datasets in Python

Expand Down