Skip to content

package names #448

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
Dec 17, 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
18 changes: 18 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ description=efficient arrays of booleans -- C extension
[blaze]
description=Blaze

[bleach]
description=An easy whitelist-based HTML-sanitizing tool

[blosc]
description=Blosc data compressor

Expand Down Expand Up @@ -236,6 +239,9 @@ category=util
[ecos]
description=This is the Python package for ECOS: Embedded Cone Solver

[edward]
description=A library for probabilistic modeling, inference, and criticism. Deep generative models, variational inference. Runs on TensorFlow.

[emcee]
description=Kick ass affine-invariant ensemble MCMC sampling

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

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

[snowballstemmer]
description=This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.

[sortedcollections]
description=Python Sorted Collections

[sortedcontainers]
description=Python Sorted Container Types: SortedList, SortedDict, and SortedSet

[spacy]
description=Industrial-strength NLP

Expand Down Expand Up @@ -1199,6 +1214,9 @@ description=TensorFlow helps the tensors flow
[terminado]
description=Terminals served to term.js using Tornado websockets

[testpath]
description=Test utilities for code working with files and commands

[theano]
description=Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.

Expand Down