From 3cc24e81cc563efee1966befdf3f7cbe8d4f3dd6 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sat, 17 Dec 2016 19:26:17 +0100 Subject: [PATCH] package names --- winpython/data/packages.ini | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 7e11c155..23424d9c 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -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 @@ -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 @@ -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 @@ -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.