@@ -56,6 +56,10 @@ description=Rebuild a new abstract syntax tree from Python's ast (required for p
5656[logilab-common]
5757description=Collection of low-level Python packages and modules used by Logilab projects (required for pylint)
5858
59+ [mahotas]
60+ description=Computer Vision library
61+ category=improc
62+
5963[matplotlib]
6064description=2D plotting library (embeddable in GUIs created with PyQt)
6165url=http://matplotlib.sourceforge.net
@@ -70,6 +74,10 @@ description=eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, m
7074url=http://www.egenix.com/products/python/mxBase
7175category=util
7276
77+ [networkx]
78+ description=Python package for creating and manipulating graphs and networks
79+ category=dataproc
80+
7381[nose]
7482description=nose is a discovery-based unittest extension (e.g. NumPy test module is using nose)
7583url=http://somethingaboutorange.com/mrl/projects/nose
@@ -93,6 +101,14 @@ description=Python Imaging Library - (basic) Image processing library
93101url =http://www.pythonware.com/products/pil
94102category =improc
95103
104+ [pillow]
105+ description =Python Imaging Library (fork)
106+ category =improc
107+
108+ [pip]
109+ description =A tool for installing and managing Python packages
110+ category =deploy
111+
96112[psutil]
97113description =Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way
98114url =http://code.google.com/p/psutil
@@ -143,6 +159,11 @@ url=http://ipython.org/pyreadline.html
143159description =Library encapsulating the access for the serial port
144160url =http://sourceforge.net/projects/pyserial
145161
162+ [pyside]
163+ description =Python binding of the cross-platform GUI toolkit Qt
164+ url =https://pypi.python.org/pypi/PySide
165+ category =gui
166+
146167[pyvisa]
147168description =Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)
148169url =http://pyvisa.sourceforge.net
@@ -230,6 +251,10 @@ category=dataproc
230251description =Graphical tool for browsing and editing files in both HDF5 and PyTables formats
231252url =http://vitables.org
232253
254+ [vpython]
255+ description =A free, open-source module for producing real-time 3D scenes with Python
256+ url =http://www.vpython.org
257+
233258[vtk]
234259description =Open-source software system for visualization, 3D graphics, volume rendering and image processing
235260url =http://www.vtk.org
0 commit comments