@@ -28,6 +28,9 @@ description=Screen-scraping library
2828[blaze]
2929description=Blaze
3030
31+ [bokeh]
32+ description=Statistical and novel interactive HTML plots for Python
33+
3134[brewer2mpl]
3235description=Connect colorbrewer2.org color maps to Python and matplotlib
3336
@@ -148,8 +151,6 @@ description=Human-friendly HSL (Hue-Saturation-Lightness)
148151
149152[h5py]
150153description =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]
155156description =Enhanced Python shell
@@ -215,6 +216,9 @@ description=Powerful and Pythonic XML processing library combining libxml2/libxs
215216description=Computer Vision library
216217category=improc
217218
219+ [markdown]
220+ description=Python implementation of Markdown.
221+
218222[markdown2]
219223description=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]
225229description=2D plotting library (embeddable in GUIs created with PyQt)
226- url=http://matplotlib.sourceforge.net
227- category=plot
228230
229231[mistune]
230232description=The fastest markdown parser in pure Python, inspired by marked.
@@ -265,8 +267,6 @@ description=compiling Python code using LLVM
265267
266268[numexpr]
267269description=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]
272272description=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]
315315description=Python Imaging Library - (basic) Image processing library
316- url=http://www.pythonware.com/products/pil
317- category=improc
318316
319317[pillow]
320318description=Python Imaging Library (fork)
@@ -448,21 +446,18 @@ description=PyQtdesignerplugins installs Python Qt designer plugins (Matplotlib,
448446
449447[pyqwt]
450448description=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]
455451description=IPython needs this module to display color text in Windows command window
456- url=http://ipython.org/pyreadline.html
457452
458453[pyserial]
459454description=Library encapsulating the access for the serial port
460- url=http://sourceforge.net/projects/pyserial
461455
462456[pyside]
463457description=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]
468463description=Powerful extensions to the standard datetime module
@@ -477,23 +472,15 @@ description=A Python wrapper around the Twitter API
477472
478473[pytz]
479474description=World Timezone Definitions for Python
480- url=http://pytz.sourceforge.net/
481- category=util
482475
483476[pyvisa]
484477description=Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)
485- url=http://pyvisa.sourceforge.net
486- category=util
487478
488479[pywavelets]
489480description=Wavelet transforms module
490- url=http://www.pybytes.com/pywavelets
491- category=scientific
492481
493482[pywin32]
494483description=Python library for Windows
495- url=http://sourceforge.net/projects/pywin32
496- category=util
497484
498485[pyyaml]
499486description=YAML parser and emitter for Python
@@ -529,8 +516,6 @@ description=Python interface to the R language (embedded R)
529516
530517[rst2pdf]
531518description=Tool for transforming reStructuredText to PDF using ReportLab
532- url=http://code.google.com/p/rst2pdf
533- category=docgen
534519
535520[runipy]
536521description=Run IPython notebooks from the command line
@@ -587,7 +572,6 @@ category=util
587572
588573[sklearn-theano]
589574description=Scikit-learn compatible tools using theano
590- url=https://github.com/sklearn-theano/sklearn-theano
591575
592576[skll]
593577description=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]
615599description=a graphic SQLite Client in 1 Python file
616- category=util
617- url=https://github.com/stonebig/sqlite_bro
618600
619601[statsmodels]
620602description=Statistical computations and models for use with SciPy
621603
622604[sympy]
623605description=Symbolic Mathematics Library
624- url=http://code.google.com/p/sympy
625- category=scientific
626606
627607[tables]
628608description=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]
666646description=Graphical tool for browsing and editing files in both HDF5 and PyTables formats
667- url=http://vitables.org
668647
669648[vpython]
670649description=A free, open-source module for producing real-time 3D scenes with Python
671650url=http://www.vpython.org
672651
673652[vtk]
674653description=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]
679656description=Measures number of Terminal column cells of wide-character codes
0 commit comments