|
1 |
| -== WinPython 2.7.3.0 == |
2 |
| -
|
3 |
| -The following packages are included in WinPython v2.7.3.0. |
4 |
| -
|
5 |
| -=== Tools === |
6 |
| -
|
7 |
| -|| [http://sourceforge.net/projects/gettext gettext] || 0.14.4 || GNU gettext Win32 porting - the GNU translation tool (useful tools for pygettext, a standard library module) || |
8 |
| -|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.4.2 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || |
9 |
| -|| [http://www.mingw.org MinGW32] || 4.5.2 || (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers || |
10 |
| -
|
11 |
| -=== Python packages === |
12 |
| -
|
13 |
| -|| [http://www.python.org/ Python] || 2.7.3 || Python programming language with standard library || |
14 |
| -
|
15 |
| -|| [http://www.cython.org Cython] || 0.17 || Cython is a language that makes writing C extensions for the Python language as easy as Python || |
16 |
| -|| [http://jinja.pocoo.org Jinja2] || 2.6 || Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) || |
17 |
| -|| [http://www.pythonware.com/products/pil PIL] || 1.1.7 || Python Imaging Library - (basic) Image processing library || |
18 |
| -|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.8.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || |
19 |
| -|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.7.2 || PyQtdoc installs Qt documentation for PyQt4 || |
20 |
| -|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.0 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || |
21 |
| -|| [http://pyvisa.sourceforge.net PyVISA] || 1.3 || Control all kinds of measurement equipment through various busses (GPIB, RS232, USB) || |
22 |
| -|| [http://www.pybytes.com/pywavelets PyWavelets] || 0.2.2 || Wavelet transforms module || |
23 |
| -|| [http://pygments.org Pygments] || 1.5 || Generic syntax highlighter for general use in all kinds of software || |
24 |
| -|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.6.2 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || |
25 |
| -|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || |
26 |
| -|| [http://www.vtk.org VTK] || 5.8.0 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || |
27 |
| -|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || |
28 |
| -|| [http://cx-freeze.sourceforge.net cx_Freeze] || 4.3 || Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed) || |
29 |
| -|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.28 || Download, build, install, upgrade, and uninstall Python packages - easily || |
30 |
| -|| [http://docutils.sourceforge.net docutils] || 0.9.1 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || |
31 |
| -|| [http://formlayout.googlecode.com formlayout] || 1.0.9 || Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code || |
32 |
| -|| [http://packages.python.org/guidata guidata] || 1.5.0 || Automatically generated graphical user interfaces for easy data set edition and display || |
33 |
| -|| [http://packages.python.org/guiqwt guiqwt] || 2.2.0 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || |
34 |
| -|| [http://code.google.com/p/h5py/ h5py] || 2.0.1 || General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) || |
35 |
| -|| [http://ipython.org ipython] || 0.13 || Enhanced Python shell || |
36 |
| -|| [http://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.0 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || |
37 |
| -|| [http://pypi.python.org/pypi/logilab-common logilab-common] || 0.58.2 || Collection of low-level Python packages and modules used by Logilab projects (required for pylint) || |
38 |
| -|| [http://matplotlib.sourceforge.net matplotlib] || 1.1.1 || 2D plotting library (embeddable in GUIs created with PyQt) || |
39 |
| -|| [http://somethingaboutorange.com/mrl/projects/nose nose] || 1.2.1 || nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) || |
40 |
| -|| [http://code.google.com/p/numexpr numexpr] || 2.0.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || |
41 |
| -|| [http://numpy.scipy.org/ numpy-MKL] || 1.6.2 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || |
42 |
| -|| [http://pypi.python.org/pypi/pandas pandas] || 0.8.1 || Powerful data structures for data analysis, time series and statistics || |
43 |
| -|| [http://code.google.com/p/psutil psutil] || 0.6.1 || Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way || |
44 |
| -|| [http://code.google.com/p/pydicom pydicom] || 0.9.7 || Pure python package for working with DICOM files (medical imaging) || |
45 |
| -|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || |
46 |
| -|| [http://www.logilab.org/project/pylint pylint] || 0.25.2 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || |
47 |
| -|| [http://ipython.org/pyreadline.html pyreadline] || 1.7.1 || IPython needs this module to display color text in Windows command window || |
48 |
| -|| [http://sourceforge.net/projects/pyserial pyserial] || 2.6 || Library encapsulating the access for the serial port || |
49 |
| -|| [http://sourceforge.net/projects/pywin32 pywin32] || 217 || Python library for Windows || |
50 |
| -|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 2.2.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || |
51 |
| -|| [http://www.reportlab.org reportlab] || 2.5 || The PDF generation library || |
52 |
| -|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.92 || Tool for transforming reStructuredText to PDF using ReportLab || |
53 |
| -|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.12 || A set of Python modules for machine learning and data mining || |
54 |
| -|| [http://pypi.python.org/pypi/scikits-image scikits-image] || 0.6.1 || Image processing toolbox for SciPy || |
55 |
| -|| [http://pypi.python.org/pypi/scikits.timeseries scikits.timeseries] || 0.91.3 || Time series manipulation || |
56 |
| -|| [http://www.scipy.org scipy] || 0.10.1 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || |
57 |
| -|| [http://pypi.python.org/pypi/spyder spyder] || 2.1.12 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || |
58 |
| -|| [http://code.google.com/p/sympy sympy] || 0.7.1 || Symbolic Mathematics Library || |
59 |
| -|| [http://www.pytables.org tables] || 2.4.0 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || |
60 |
| -|| [http://pypi.python.org/pypi/tornado tornado] || 2.4 || Scalable, non-blocking web server and tools (required for IPython notebook) || |
61 |
| -|| [http://code.google.com/p/winpython winpython] || 0.6 || WinPython distribution tools, including WPPM (package manager) || |
62 |
| -|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.8.0 || Extract data from Microsoft Excel spreadsheet files || |
| 1 | +== WinPython 2.7.3.0 == |
| 2 | + |
| 3 | +The following packages are included in WinPython v2.7.3.0. |
| 4 | + |
| 5 | +=== Tools === |
| 6 | + |
| 7 | +|| [http://sourceforge.net/projects/gettext gettext] || 0.14.4 || GNU gettext Win32 porting - the GNU translation tool (useful tools for pygettext, a standard library module) || |
| 8 | +|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.4.2 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || |
| 9 | +|| [http://www.mingw.org MinGW32] || 4.5.2 || (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers || |
| 10 | + |
| 11 | +=== Python packages === |
| 12 | + |
| 13 | +|| [http://www.python.org/ Python] || 2.7.3 || Python programming language with standard library || |
| 14 | + |
| 15 | +|| [http://www.cython.org Cython] || 0.17 || Cython is a language that makes writing C extensions for the Python language as easy as Python || |
| 16 | +|| [http://jinja.pocoo.org Jinja2] || 2.6 || Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) || |
| 17 | +|| [http://www.pythonware.com/products/pil PIL] || 1.1.7 || Python Imaging Library - (basic) Image processing library || |
| 18 | +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.8.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || |
| 19 | +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.7.2 || PyQtdoc installs Qt documentation for PyQt4 || |
| 20 | +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.0 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || |
| 21 | +|| [http://pyvisa.sourceforge.net PyVISA] || 1.3 || Control all kinds of measurement equipment through various busses (GPIB, RS232, USB) || |
| 22 | +|| [http://www.pybytes.com/pywavelets PyWavelets] || 0.2.2 || Wavelet transforms module || |
| 23 | +|| [http://pygments.org Pygments] || 1.5 || Generic syntax highlighter for general use in all kinds of software || |
| 24 | +|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.6.2 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || |
| 25 | +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || |
| 26 | +|| [http://www.vtk.org VTK] || 5.8.0 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || |
| 27 | +|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || |
| 28 | +|| [http://cx-freeze.sourceforge.net cx_Freeze] || 4.3 || Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed) || |
| 29 | +|| [http://pypi.python.org/pypi/distribute distribute] || 0.6.28 || Download, build, install, upgrade, and uninstall Python packages - easily || |
| 30 | +|| [http://docutils.sourceforge.net docutils] || 0.9.1 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || |
| 31 | +|| [http://formlayout.googlecode.com formlayout] || 1.0.9 || Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code || |
| 32 | +|| [http://packages.python.org/guidata guidata] || 1.5.0 || Automatically generated graphical user interfaces for easy data set edition and display || |
| 33 | +|| [http://packages.python.org/guiqwt guiqwt] || 2.2.0 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || |
| 34 | +|| [http://code.google.com/p/h5py/ h5py] || 2.0.1 || General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) || |
| 35 | +|| [http://ipython.org ipython] || 0.13 || Enhanced Python shell || |
| 36 | +|| [http://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.0 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || |
| 37 | +|| [http://pypi.python.org/pypi/logilab-common logilab-common] || 0.58.2 || Collection of low-level Python packages and modules used by Logilab projects (required for pylint) || |
| 38 | +|| [http://matplotlib.sourceforge.net matplotlib] || 1.1.1 || 2D plotting library (embeddable in GUIs created with PyQt) || |
| 39 | +|| [http://somethingaboutorange.com/mrl/projects/nose nose] || 1.2.1 || nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) || |
| 40 | +|| [http://code.google.com/p/numexpr numexpr] || 2.0.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || |
| 41 | +|| [http://numpy.scipy.org/ numpy-MKL] || 1.6.2 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || |
| 42 | +|| [http://pypi.python.org/pypi/pandas pandas] || 0.8.1 || Powerful data structures for data analysis, time series and statistics || |
| 43 | +|| [http://code.google.com/p/psutil psutil] || 0.6.1 || Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way || |
| 44 | +|| [http://code.google.com/p/pydicom pydicom] || 0.9.7 || Pure python package for working with DICOM files (medical imaging) || |
| 45 | +|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || |
| 46 | +|| [http://www.logilab.org/project/pylint pylint] || 0.25.2 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || |
| 47 | +|| [http://ipython.org/pyreadline.html pyreadline] || 1.7.1 || IPython needs this module to display color text in Windows command window || |
| 48 | +|| [http://sourceforge.net/projects/pyserial pyserial] || 2.6 || Library encapsulating the access for the serial port || |
| 49 | +|| [http://sourceforge.net/projects/pywin32 pywin32] || 217 || Python library for Windows || |
| 50 | +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 2.2.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || |
| 51 | +|| [http://www.reportlab.org reportlab] || 2.5 || The PDF generation library || |
| 52 | +|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.92 || Tool for transforming reStructuredText to PDF using ReportLab || |
| 53 | +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.12 || A set of Python modules for machine learning and data mining || |
| 54 | +|| [http://pypi.python.org/pypi/scikits-image scikits-image] || 0.6.1 || Image processing toolbox for SciPy || |
| 55 | +|| [http://pypi.python.org/pypi/scikits.timeseries scikits.timeseries] || 0.91.3 || Time series manipulation || |
| 56 | +|| [http://www.scipy.org scipy] || 0.10.1 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || |
| 57 | +|| [http://pypi.python.org/pypi/spyder spyder] || 2.1.12 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || |
| 58 | +|| [http://code.google.com/p/sympy sympy] || 0.7.1 || Symbolic Mathematics Library || |
| 59 | +|| [http://www.pytables.org tables] || 2.4.0 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || |
| 60 | +|| [http://pypi.python.org/pypi/tornado tornado] || 2.4 || Scalable, non-blocking web server and tools (required for IPython notebook) || |
| 61 | +|| [http://code.google.com/p/winpython winpython] || 0.6 || WinPython distribution tools, including WPPM (package manager) || |
| 62 | +|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.8.0 || Extract data from Microsoft Excel spreadsheet files || |
63 | 63 | || [http://pypi.python.org/pypi/xlwt xlwt] || 0.7.4 || Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric ||
|
0 commit comments