8000 package names by stonebig · Pull Request #538 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

package names #538

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
May 13, 2017
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
18 changes: 18 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ description=cssselect parses CSS3 Selectors and translates them to XPath 1.0
[celery]
description=Distributed Task Queue.

[celerite]
description=Scalable 1D Gaussian Processes

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

Expand Down Expand Up @@ -327,6 +330,12 @@ category=plot
[ghost.py]
description=Webkit based webclient.

[gitdb2]
description=Git Object Database

[gitpython]
description=Python Git Library

[gmpy2]
description=GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x

Expand Down Expand Up @@ -824,6 +833,9 @@ description=Bindings for PortAudio v19, the cross-platform audio input/output st
[pybars3]
description=Handlebars.js templating for Python 3 and 2

[pybind11]
description=Seamless operability between C++11 and Python

[pycares]
description=Python interface for c-ares

Expand Down Expand Up @@ -1208,6 +1220,9 @@ description=SciKit-Learn Laboratory makes it easier to run machinelearning exper
[skyfield]
description=Elegant astronomy for Python

[smmap]
description=A pure python implementation of a sliding window memory map manager

[snakeviz]
description=An in-browser Python profile viewer

Expand All @@ -1226,6 +1241,9 @@ description=Play and Record Sound with Python
[spacy]
description=Industrial-strength NLP

[sparse]
description=sparse multidimensional arrays on top of NumPy and Scipy.sparse

[sphinx]
description=Tool for generating documentation which uses reStructuredText as its markup language

Expand Down
0