|
| 1 | +== WinPython 2.7.5.2 == |
| 2 | + |
| 3 | +The following packages are included in WinPython v2.7.5.2. |
| 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://www.scintilla.org/SciTE.html SciTE] || 3.2.3 || SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor || |
| 9 | +|| [http://tortoisehg.bitbucket.org TortoiseHg] || 2.8 || Set of graphical tools and a shell extension for the Mercurial distributed revision control system || |
| 10 | +|| [http://www.mingw.org MinGW32] || 4.6.2 || (32-bit version only) Windows specific header files and import libraries, C/C++ and Fortran compilers || |
| 11 | + |
| 12 | +=== Python packages === |
| 13 | + |
| 14 | +|| [http://www.python.org/ Python] || 2.7.5 || Python programming language with standard library || |
| 15 | + |
| 16 | +|| [http://pypi.python.org/pypi/colorama colorama] || 0.2.5 || Cross-platform colored terminal text || |
| 17 | +|| [http://abel.ee.ucla.edu/cvxopt cvxopt] || 1.1.6 || Convex optimization library || |
| 18 | +|| [http://cx-freeze.sourceforge.net cx_Freeze] || 4.3.1 || 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) || |
| 19 | +|| [http://www.cython.org Cython] || 0.19.1 || Cython is a language that makes writing C extensions for the Python language as easy as Python || |
| 20 | +|| [http://docutils.sourceforge.net docutils] || 0.11 || Text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX (includes reStructuredText) || |
| 21 | +|| [http://www.egenix.com/products/python/mxBase egenix-mx-base] || 3.2.5 || eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools || |
| 22 | +|| [http://formlayout.googlecode.com formlayout] || 1.0.13 || Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code || |
| 23 | +|| [http://packages.python.org/guidata guidata] || 1.6.1 || Automatically generated graphical user interfaces for easy data set edition and display || |
| 24 | +|| [http://packages.python.org/guiqwt guiqwt] || 2.3.1 || Efficient curve/image plotting and other GUI tools for scientific data processing software development || |
| 25 | +|| [http://code.google.com/p/h5py/ h5py] || 2.1.3 || General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) || |
| 26 | +|| [http://ipython.org ipython] || 0.13.2 || Enhanced Python shell || |
| 27 | +|| [http://jinja.pocoo.org Jinja2] || 2.7.1 || Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) || |
| 28 | +|| [http://pypi.python.org/pypi/logilab-astng logilab-astng] || 0.24.3 || Rebuild a new abstract syntax tree from Python's ast (required for pylint) || |
| 29 | +|| [http://pypi.python.org/pypi/logilab-common logilab-common] || 0.59.1 || Collection of low-level Python packages and modules used by Logilab projects (required for pylint) || |
| 30 | +|| [http://pypi.python.org/pypi/mahotas mahotas] || 1.0.2 || Computer Vision library || |
| 31 | +|| [http://pypi.python.org/pypi/MarkupSafe MarkupSafe] || 0.18 || Implements a XML/HTML/XHTML Markup safe string for Python || |
| 32 | +|| [http://matplotlib.sourceforge.net matplotlib] || 1.3.0 || 2D plotting library (embeddable in GUIs created with PyQt) || |
| 33 | +|| [http://pypi.python.org/pypi/networkx networkx] || 1.8.1 || Python package for creating and manipulating graphs and networks || |
| 34 | +|| [http://somethingaboutorange.com/mrl/projects/nose nose] || 1.3.0 || nose is a discovery-based unittest extension (e.g. NumPy test module is using nose) || |
| 35 | +|| [http://code.google.com/p/numexpr numexpr] || 2.1 || Fast evaluation of array expressions elementwise by using a vector-based virtual machine || |
| 36 | +|| [http://numpy.scipy.org/ numpy-MKL] || 1.7.1 || NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy's core module) || |
| 37 | +|| [http://pypi.python.org/pypi/pandas pandas] || 0.12.0 || Powerful data structures for data analysis, time series and statistics || |
| 38 | +|| [http://pypi.python.org/pypi/Pillow Pillow] || 2.1.0 || Python Imaging Library (fork) || |
| 39 | +|| [http://pypi.python.org/pypi/pip pip] || 1.4.1 || A tool for installing and managing Python packages || |
| 40 | +|| [http://code.google.com/p/psutil psutil] || 1.0.1 || Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way || |
| 41 | +|| [http://code.google.com/p/pydicom pydicom] || 0.9.8 || Pure python package for working with DICOM files (medical imaging) || |
| 42 | +|| [http://pygments.org Pygments] || 1.6 || Generic syntax highlighter for general use in all kinds of software || |
| 43 | +|| [http://pysclint.sourceforge.net/pyhdf pyhdf] || 0.8.3 || Python interface to HDF4 files (Hierarchical Data Format version 4) || |
| 44 | +|| [http://www.logilab.org/project/pylint pylint] || 0.28.0 || Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality || |
| 45 | +|| [http://pyopengl.sourceforge.net PyOpenGL] || 3.0.2 || Cross platform Python binding to OpenGL and related APIs || |
| 46 | +|| [http://pyparsing.wikispaces.com/ pyparsing] || 2.0.1 || A Python Parsing Module || |
| 47 | +|| [http://www.riverbankcomputing.co.uk/software/pyqt/intro PyQt] || 4.9.6-1 || Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode... || |
| 48 | +|| [http://pypi.python.org/pypi/PyQtdoc PyQtdoc] || 4.8.4 || PyQtdoc installs Qt documentation for PyQt4 || |
| 49 | +|| [http://pyqwt.sourceforge.net PyQwt] || 5.2.1 || 2D plotting library (set of Python bindings for the Qwt library featuring fast plotting) || |
| 50 | +|| [http://ipython.org/pyreadline.html pyreadline] || 2.0 || IPython needs this module to display color text in Windows command window || |
| 51 | +|| [http://sourceforge.net/projects/pyserial pyserial] || 2.6 || Library encapsulating the access for the serial port || |
| 52 | +|| [https://pypi.python.org/pypi/PySide PySide] || 1.2.0 || Python binding of the cross-platform GUI toolkit Qt || |
| 53 | +|| [http://labix.org/python-dateutil python-dateutil] || 1.5 || Powerful extensions to the standard datetime module || |
| 54 | +|| [http://pytz.sourceforge.net/ pytz] || 2013b || World Timezone Definitions for Python || |
| 55 | +|| [http://pyvisa.sourceforge.net PyVISA] || 1.4 || Control all kinds of measurement equipment through various busses (GPIB, RS232, USB) || |
| 56 | +|| [http://www.pybytes.com/pywavelets PyWavelets] || 0.2.2 || Wavelet transforms module || |
| 57 | +|| [http://sourceforge.net/projects/pywin32 pywin32] || 218.4 || Python library for Windows || |
| 58 | +|| [http://pypi.python.org/pypi/pyzmq pyzmq] || 13.1.0 || Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) || |
| 59 | +|| [http://www.reportlab.org reportlab] || 2.7 || The PDF generation library || |
| 60 | +|| [http://code.google.com/p/rst2pdf rst2pdf] || 0.93 || Tool for transforming reStructuredText to PDF using ReportLab || |
| 61 | +|| [http://pypi.python.org/pypi/Scidoc Scidoc] || 1.7.1.1 || Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) || |
| 62 | +|| [http://pypi.python.org/pypi/scikit-image scikit-image] || 0.8.2 || Image processing toolbox for SciPy || |
| 63 | +|| [http://pypi.python.org/pypi/scikit-learn scikit-learn] || 0.14.1 || A set of Python modules for machine learning and data mining || |
| 64 | +|| [http://pypi.python.org/pypi/scikits.audiolab scikits.audiolab] || 0.11.0 || Audio file I/O using NumPy arrays || |
| 65 | +|| [http://www.scipy.org scipy] || 0.12.0 || SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) || |
| 66 | +|| [http://pypi.python.org/pypi/setuptools setuptools] || 0.9.8 || Download, build, install, upgrade, and uninstall Python packages - easily || |
| 67 | +|| [http://pypi.python.org/pypi/simplejson simplejson] || 3.3.0 || Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder || |
| 68 | +|| [http://pypi.python.org/pypi/six six] || 1.3.0 || Python 2 and 3 compatibility utilities || |
| 69 | +|| [http://sphinx.pocoo.org Sphinx] || 1.1.3 || Tool for generating documentation which uses reStructuredText as its markup language || |
| 70 | +|| [http://pypi.python.org/pypi/spyder spyder] || 2.2.2 || Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface || |
| 71 | +|| [http://www.sqlalchemy.org SQLAlchemy] || 0.7.9 || SQL Toolkit and Object Relational Mapper || |
| 72 | +|| [http://pypi.python.org/pypi/statsmodels statsmodels] || 0.5.0 || Statistical computations and models for use with SciPy || |
| 73 | +|| [http://code.google.com/p/sympy sympy] || 0.7.3 || Symbolic Mathematics Library || |
| 74 | +|| [http://www.pytables.org tables] || 3.0.0 || Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) || |
| 75 | +|| [http://pypi.python.org/pypi/tornado tornado] || 2.4.1 || Scalable, non-blocking web server and tools (required for IPython notebook) || |
| 76 | +|| [http://vitables.org ViTables] || 2.1 || Graphical tool for browsing and editing files in both HDF5 and PyTables formats || |
| 77 | +|| [http://www.vpython.org VPython] || 5.74 || A free, open-source module for producing real-time 3D scenes with Python || |
| 78 | +|| [http://www.vtk.org VTK-Qt] || 5.10.1 || Open-source software system for visualization, 3D graphics, volume rendering and image processing || |
| 79 | +|| [http://code.google.com/p/winpython winpython] || 0.16 || WinPython distribution tools, including WPPM (package manager) || |
| 80 | +|| [http://pypi.python.org/pypi/xlrd xlrd] || 0.9.2 || Extract data from Microsoft Excel spreadsheet files || |
| 81 | +|| [http://pypi.python.org/pypi/xlwt xlwt] || 0.7.5 || Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric || |
0 commit comments