Skip to content

Commit 0673a9a

Browse files
committed
update package.ini for recent packages
1 parent 46de661 commit 0673a9a

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

winpython/data/packages.ini

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[astroid]
22
description=Rebuild a new abstract syntax tree from Python's ast (required for pylint)
33
4+
[beautifulsoup4]
5+
description=Screen-scraping library
6+
47
[brewer2mpl]
58
description=Connect colorbrewer2.org color maps to Python and matplotlib
69
@@ -26,6 +29,9 @@ category=scientific
2629
description=Download, build, install, upgrade, and uninstall Python packages - easily
2730
category=deploy
2831
32+
[decorator]
33+
description=Better living through Python with decorators
34+
2935
[docutils]
3036
description=Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText)
3137
url=http://docutils.sourceforge.net
@@ -51,6 +57,9 @@ description=Efficient curve/image plotting and other GUI tools for scientific da
5157
url=http://packages.python.org/guiqwt
5258
category=plot
5359
60+
[husl]
61+
description=Human-friendly HSL (Hue-Saturation-Lightness)
62+
5463
[h5py]
5564
description=General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)
5665
url=http://code.google.com/p/h5py/
@@ -74,12 +83,18 @@ url=http://sourceforge.net/projects/stonebig.u/files/packages
7483
[libpython]
7584
description=The MinGW import library for Python
7685
86+
[llvmpy]
87+
description=Python bindings for LLVM
88+
7789
[logilab-astng]
7890
description=Rebuild a new abstract syntax tree from Python's ast (required for pylint)
7991

8092
[logilab-common]
8193
description=Collection of low-level Python packages and modules used by Logilab projects (required for pylint)
8294

95+
[lxml]
96+
description=Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
97+
8398
[mahotas]
8499
description=Computer Vision library
85100
category=improc
@@ -116,6 +131,9 @@ category=dataproc
116131
description=nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)
117132
url=http://somethingaboutorange.com/mrl/projects/nose
118133

134+
[numba]
135+
description=compiling Python code using LLVM
136+
119137
[numexpr]
120138
description=Fast evaluation of array expressions elementwise by using a vector-based virtual machine
121139
url=http://code.google.com/p/numexpr
@@ -126,6 +144,9 @@ description=NumPy: multidimensional array processing for numbers, strings, recor
126144
url=http://numpy.scipy.org/
127145
category=scientific
128146
147+
[openpyxl]
148+
description=A Python library to read/write Excel 2007 xlsx/xlsm files
149+
129150
[pandas]
130151
description=Powerful data structures for data analysis, time series and statistics
131152
category=dataproc
@@ -153,6 +174,9 @@ category=improc
153174
description=A tool for installing and managing Python packages
154175
category=deploy
155176
177+
[prettytable]
178+
description=A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
179+
156180
[psutil]
157181
description=Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way
158182
url=http://code.google.com/p/psutil
@@ -263,7 +287,7 @@ category=docgen
263287
[rope]
264288
description=a python refactoring library...
265289
266-
[rope-py3k]
290+
[rope_py3k]
267291
description=a python refactoring library...
268292
269293
@@ -325,6 +349,9 @@ category=docgen
325349
description=SQL Toolkit and Object Relational Mapper
326350
url=http://www.sqlalchemy.org
327351
352+
[sqlparse]
353+
description=Non-validating SQL parser
354+
328355
[spyder]
329356
description=Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
330357
url=https://bitbucket.org/spyder-ide/spyderlib
@@ -374,6 +401,9 @@ url=http://winpython.sourceforge.net/
374401
description=Extract data from Microsoft Excel spreadsheet files
375402
category=dataproc
376403
404+
[xlsxwriter]
405+
description=A Python module for creating Excel XLSX files.
406+
377407
[xlwt]
378408
description=Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric
379409
category=dataproc

0 commit comments

Comments
 (0)