Skip to content

Commit c4eb697

Browse files
author
stonebig
committed
add new packages, remove un-needed informations
1 parent e66d768 commit c4eb697

1 file changed

Lines changed: 9 additions & 32 deletions

File tree

winpython/data/packages.ini

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ description=Screen-scraping library
2828
[blaze]
2929
description=Blaze
3030
31+
[bokeh]
32+
description=Statistical and novel interactive HTML plots for Python
33+
3134
[brewer2mpl]
3235
description=Connect colorbrewer2.org color maps to Python and matplotlib
3336
@@ -148,8 +151,6 @@ description=Human-friendly HSL (Hue-Saturation-Lightness)
148151

149152
[h5py]
150153
description=General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)
151-
url=http://code.google.com/p/h5py/
152-
category=dataproc
153154

154155
[ipython]
155156
description=Enhanced Python shell
@@ -215,6 +216,9 @@ description=Powerful and Pythonic XML processing library combining libxml2/libxs
215216
description=Computer Vision library
216217
category=improc
217218
219+
[markdown]
220+
description=Python implementation of Markdown.
221+
218222
[markdown2]
219223
description=A fast and complete Python implementation of Markdown
220224
@@ -223,8 +227,6 @@ description=Implements a XML/HTML/XHTML Markup safe string for Python
223227
224228
[matplotlib]
225229
description=2D plotting library (embeddable in GUIs created with PyQt)
226-
url=http://matplotlib.sourceforge.net
227-
category=plot
228230
229231
[mistune]
230232
description=The fastest markdown parser in pure Python, inspired by marked.
@@ -265,8 +267,6 @@ description=compiling Python code using LLVM
265267
266268
[numexpr]
267269
description=Fast evaluation of array expressions elementwise by using a vector-based virtual machine
268-
url=http://code.google.com/p/numexpr
269-
category=scientific
270270
271271
[numpy]
272272
description=NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module)
@@ -313,8 +313,6 @@ description=Query metadatdata from sdists / bdists / installed packages.
313313
314314
[pil]
315315
description=Python Imaging Library - (basic) Image processing library
316-
url=http://www.pythonware.com/products/pil
317-
category=improc
318316
319317
[pillow]
320318
description=Python Imaging Library (fork)
@@ -448,21 +446,18 @@ description=PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib,
448446
449447
[pyqwt]
450448
description=2D plotting library (set of Python bindings for the Qwt library featuring fast plotting)
451-
url=http://pyqwt.sourceforge.net
452-
category=plot
453449
454450
[pyreadline]
455451
description=IPython needs this module to display color text in Windows command window
456-
url=http://ipython.org/pyreadline.html
457452
458453
[pyserial]
459454
description=Library encapsulating the access for the serial port
460-
url=http://sourceforge.net/projects/pyserial
461455
462456
[pyside]
463457
description=Python binding of the cross-platform GUI toolkit Qt
464-
url=https://pypi.python.org/pypi/PySide
465-
category=gui
458+
459+
[pystache]
460+
description=Mustache for Python
466461
467462
[python-dateutil]
468463
description=Powerful extensions to the standard datetime module
@@ -477,23 +472,15 @@ description=A Python wrapper around the Twitter API
477472
478473
[pytz]
479474
description=World Timezone Definitions for Python
480-
url=http://pytz.sourceforge.net/
481-
category=util
482475
483476
[pyvisa]
484477
description=Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)
485-
url=http://pyvisa.sourceforge.net
486-
category=util
487478
488479
[pywavelets]
489480
description=Wavelet transforms module
490-
url=http://www.pybytes.com/pywavelets
491-
category=scientific
492481
493482
[pywin32]
494483
description=Python library for Windows
495-
url=http://sourceforge.net/projects/pywin32
496-
category=util
497484
498485
[pyyaml]
499486
description=YAML parser and emitter for Python
@@ -529,8 +516,6 @@ description=Python interface to the R language (embedded R)
529516
530517
[rst2pdf]
531518
description=Tool for transforming reStructuredText to PDF using ReportLab
532-
url=http://code.google.com/p/rst2pdf
533-
category=docgen
534519
535520
[runipy]
536521
description=Run IPython notebooks from the command line
@@ -587,7 +572,6 @@ category=util
587572
588573
[sklearn-theano]
589574
description=Scikit-learn compatible tools using theano
590-
url=https://github.com/sklearn-theano/sklearn-theano
591575
592576
[skll]
593577
description=SciKit-Learn Laboratory makes it easier to run machinelearning experiments with scikit-learn.
@@ -613,16 +597,12 @@ description=Scientific PYthon Development EnviRonment: designed for interactive
613597
614598
[sqlite_bro]
615599
description=a graphic SQLite Client in 1 Python file
616-
category=util
617-
url=https://github.com/stonebig/sqlite_bro
618600
619601
[statsmodels]
620602
description=Statistical computations and models for use with SciPy
621603
622604
[sympy]
623605
description=Symbolic Mathematics Library
624-
url=http://code.google.com/p/sympy
625-
category=scientific
626606
627607
[tables]
628608
description=Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)
@@ -664,16 +644,13 @@ description=Interactive visualization in Python
664644
665645
[vitables]
666646
description=Graphical tool for browsing and editing files in both HDF5 and PyTables formats
667-
url=http://vitables.org
668647
669648
[vpython]
670649
description=A free, open-source module for producing real-time 3D scenes with Python
671650
url=http://www.vpython.org
672651
673652
[vtk]
674653
description=Open-source software system for visualization, 3D graphics, volume rendering and image processing
675-
url=http://www.vtk.org
676-
category=visu3d
677654
678655
[wcwidth]
679656
description=Measures number of Terminal column cells of wide-character codes

0 commit comments

Comments
 (0)