Skip to content

Commit b2c10ab

Browse files
author
stonebig
committed
packages names
1 parent dcdca64 commit b2c10ab

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

winpython/data/packages.ini

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:[adodbapi]
1+
[adodbapi]
22
description=A pure Python package implementing PEP 249 DB-API using Microsoft ADO.
33

44
[alabaster]
@@ -113,6 +113,9 @@ description=serialize all of python (almost)
113113
description=Download, build, install, upgrade, and uninstall Python packages - easily
114114
category=deploy
115115

116+
[distributed]
117+
description=Distributed computing
118+
116119
[decorator]
117120
description=Better living through Python with decorators
118121

@@ -129,6 +132,10 @@ description=eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, m
129132
url=http://www.egenix.com/products/python/mxBase
130133
category=util
131134

135+
136+
[emcee]
137+
description=Kick ass affine-invariant ensemble MCMC sampling
138+
132139
[enum34]
133140
description=Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
134141

@@ -185,6 +192,9 @@ description=Composable, declarative data structures for building complex visuali
185192
[husl]
186193
description=Human-friendly HSL (Hue-Saturation-Lightness)
187194
195+
[html5lib]
196+
description=HTML parser based on the WHATWG HTML specification
197+
188198
[h5py]
189199
description=General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)
190200
@@ -245,6 +255,9 @@ description=A software library for rapid development of hardware-accelerated mul
245255
[lasagne]
246256
description=neural network tools for Theano
247257
258+
[lazy-object-proxy]
259+
description=A fast and thorough lazy object proxy.
260+
248261
[libpython]
249262
description=The MinGW import library for Python
250263
@@ -260,6 +273,9 @@ description=Python bindings for LLVM
260273
[lmfit]
261274
description=Least-Squares Minimization with Bounds and Constraints
262275
276+
[lock]
277+
description=spyder lock
278+
263279
[locket]
264280
description=File-based locks for Python for Linux and Windows
265281
@@ -327,6 +343,9 @@ description=The Jupyter Notebook format
327343
[nbgrader]
328344
description=A system for assigning and grading notebooks.
329345

346+
[nbpresent]
347+
description=Next generation slides from Jupyter Notebooks
348+
330349
[netcdf4]
331350
description=python/numpy interface to netCDF library (versions 3 and 4)
332351

@@ -419,6 +438,9 @@ category=improc
419438
description=A tool for installing and managing Python packages
420439
category=deploy
421440

441+
[ply]
442+
description=Python Lex & Yacc
443+
422444
[polygon2]
423445
description=Polygon2 is a Python-2 package that handles polygonal shapes in 2D
424446

@@ -503,6 +525,9 @@ description=Logilab code analysis module: analyzes Python source code looking fo
503525
url=http://www.logilab.org/project/pylint
504526
category=util
505527

528+
[pymc]
529+
description=Markov Chain Monte Carlo sampling toolkit.
530+
506531
[pymeta3]
507532
description=Pattern-matching language based on Meta for Python 3 and 2
508533

@@ -737,6 +762,9 @@ description=a graphic SQLite Client in 1 Python file
737762
[statsmodels]
738763
description=Statistical computations and models for use with SciPy
739764
765+
[supersmoother]
766+
description=Python implementation of Friedman's Supersmoother
767+
740768
[sympy]
741769
description=Symbolic Mathematics Library
742770

@@ -810,6 +838,9 @@ description=Fast, pure-Python full text indexing, search, and spell checking lib
810838
description=WinPython distribution tools, including WPPM (package manager)
811839
url=http://winpython.github.io/
812840

841+
[wrapt]
842+
description=A Python module for decorators, wrappers and monkey patching.
843+
813844
[wsgiref]
814845
description=WSGI (PEP 333) Reference Library
815846

@@ -824,5 +855,8 @@ description=A Python module for creating Excel XLSX files.
824855
description=Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric
825856
category=dataproc
826857

858+
[xonsh]
859+
description=an exotic, usable shell
860+
827861
[xray]
828862
description=N-D labeled arrays and datasets in Python

0 commit comments

Comments
 (0)