Skip to content
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
36 changes: 35 additions & 1 deletion winpython/data/packages.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:[adodbapi]
[adodbapi]
description=A pure Python package implementing PEP 249 DB-API using Microsoft ADO.

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

[distributed]
description=Distributed computing

[decorator]
description=Better living through Python with decorators

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


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

[enum34]
description=Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4

Expand Down Expand Up @@ -185,6 +192,9 @@ description=Composable, declarative data structures for building complex visuali
[husl]
description=Human-friendly HSL (Hue-Saturation-Lightness)

[html5lib]
description=HTML parser based on the WHATWG HTML specification

[h5py]
description=General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)

Expand Down Expand Up @@ -245,6 +255,9 @@ description=A software library for rapid development of hardware-accelerated mul
[lasagne]
description=neural network tools for Theano

[lazy-object-proxy]
description=A fast and thorough lazy object proxy.

[libpython]
description=The MinGW import library for Python

Expand All @@ -260,6 +273,9 @@ description=Python bindings for LLVM
[lmfit]
description=Least-Squares Minimization with Bounds and Constraints

[lock]
description=spyder lock

[locket]
description=File-based locks for Python for Linux and Windows

Expand Down Expand Up @@ -327,6 +343,9 @@ description=The Jupyter Notebook format
[nbgrader]
description=A system for assigning and grading notebooks.

[nbpresent]
description=Next generation slides from Jupyter Notebooks

[netcdf4]
description=python/numpy interface to netCDF library (versions 3 and 4)

Expand Down Expand Up @@ -419,6 +438,9 @@ category=improc
description=A tool for installing and managing Python packages
category=deploy

[ply]
description=Python Lex & Yacc

[polygon2]
description=Polygon2 is a Python-2 package that handles polygonal shapes in 2D

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

[pymc]
description=Markov Chain Monte Carlo sampling toolkit.

[pymeta3]
description=Pattern-matching language based on Meta for Python 3 and 2

Expand Down Expand Up @@ -737,6 +762,9 @@ description=a graphic SQLite Client in 1 Python file
[statsmodels]
description=Statistical computations and models for use with SciPy

[supersmoother]
description=Python implementation of Friedman's Supersmoother

[sympy]
description=Symbolic Mathematics Library

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

[wrapt]
description=A Python module for decorators, wrappers and monkey patching.

[wsgiref]
description=WSGI (PEP 333) Reference Library

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

[xonsh]
description=an exotic, usable shell

[xray]
description=N-D labeled arrays and datasets in Python