@@ -34,6 +34,9 @@ description=columnar and compressed data containers.
34
34
[beautifulsoup4]
35
35
description=Screen-scraping library
36
36
37
+ [bitarray]
38
+ description=efficient arrays of booleans -- C extension
39
+
37
40
[blaze]
38
41
description=Blaze
39
42
@@ -127,6 +130,9 @@ description=a db package that doesn't suck
127
130
[dask]
128
131
description =Minimal task scheduling abstraction
129
132
133
+ [datafabric]
134
+ description =Distributed In-Memory system for analytics
135
+
130
136
[dill]
131
137
description =serialize all of python (almost)
132
138
@@ -151,12 +157,14 @@ description=Text processing system for processing plaintext documentation into u
151
157
url =http://docutils.sourceforge.net
152
158
category =docgen
153
159
160
+ [dynd]
161
+ description =Python exposure of DyND
162
+
154
163
[egenix-mx-base]
155
164
description =eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools
156
165
url =http://www.egenix.com/products/python/mxBase
157
166
category =util
158
167
159
-
160
168
[emcee]
161
169
description =Kick ass affine-invariant ensemble MCMC sampling
162
170
@@ -222,6 +230,9 @@ description=Efficient curve/image plotting and other GUI tools for scientific da
222
230
url=http://packages.python.org/guiqwt
223
231
category=plot
224
232
233
+ [hdfs]
234
+ description=HdfsCLI: API and command line interface for HDFS.
235
+
225
236
[holoviews]
226
237
description=Composable, declarative data structures for building complex visualizations easily.
227
238
@@ -234,6 +245,9 @@ description=HTML parser based on the WHATWG HTML specification
234
245
[h5py]
235
246
description=General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)
236
247
248
+ [ibis-framework]
249
+ description=Productivity-centric Python Big Data Framework
250
+
237
251
[ipykernel]
238
252
description=IPython Kernel for Jupyter
239
253
@@ -362,7 +376,7 @@ url=https://anaconda.org/carlkl/mingwpy
362
376
[mistune]
363
377
description =The fastest markdown parser in pure Python, inspired by marked.
364
378
365
- [MKL -service]
379
+ [mkl -service]
366
380
description =Python bindings to some MKL service functions
367
381
url =https://github.com/ContinuumIO/mkl-service
368
382
@@ -595,6 +609,9 @@ category=util
595
609
[pymc]
596
610
description =Markov Chain Monte Carlo sampling toolkit.
597
611
612
+ [pymc3]
613
+ description =Markov Chain Monte Carlo sampling toolkit.
614
+
598
615
[pymeta3]
599
616
description =Pattern-matching language based on Meta for Python 3 and 2
600
617
@@ -756,6 +773,9 @@ description=Run IPython notebooks from the command line
756
773
[rx]
757
774
description =Reactive Extensions (Rx) for Python
758
775
776
+ [sasl]
777
+ description =Cyrus-SASL bindings for Python
778
+
759
779
[scidoc]
760
780
description =Scidoc installs scientific libraries documentation (NumPy, SciPy, ...)
761
781
@@ -775,6 +795,9 @@ category=dataproc
775
795
description =Image processing toolbox for SciPy
776
796
category =improc
777
797
798
+ [scikit-neuralnetwork]
799
+ description =Deep neural networks without the learning cliff! A wrapper library compatible with scikit-learn.
800
+
778
801
[scilab2py]
779
802
description =Python to Scilab bridge
780
803
@@ -824,6 +847,9 @@ description=SciKit-Learn Laboratory makes it easier to run machinelearning exper
824
847
[snowballstemmer]
825
848
description=This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
826
849
850
+ [spacy]
851
+ description=Industrial-strength NLP
852
+
827
853
[sphinx]
828
854
description=Tool for generating documentation which uses reStructuredText as its markup language
829
855
@@ -872,6 +898,12 @@ description=Terminals served to term.js using Tornado websockets
872
898
[theano]
873
899
description =Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
874
900
901
+ [thriftpy]
902
+ description =Pure python implementation of Apache Thrift.
903
+
904
+ [thrift-sasl]
905
+ description =hrift SASL Python module that implements SASL transports for Thrift
906
+
875
907
[toolz]
876
908
description =List processing tools and functional utilities
877
909
0 commit comments