forked from winpython/winpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
stonebig
committed
Dec 13, 2015
1 parent
07ca573
commit e81f9a1
Showing
2 changed files
with
102 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
## WinPython 3.4.3.7Slim | ||
|
||
The following packages are included in WinPython v3.4.3.7Slim . | ||
|
||
### Tools | ||
|
||
Name | Version | Description | ||
-----|---------|------------ | ||
[SciTE](http://www.scintilla.org/SciTE.html) | 3.3.7 | SCIntilla based Text Editor - Multilanguage, powerful and light-weight text editor | ||
|
||
### Python packages | ||
|
||
Name | Version | Description | ||
-----|---------|------------ | ||
[Python](http://www.python.org/) | 3.4.3 | Python programming language with standard library | ||
[astroid](http://pypi.python.org/pypi/astroid) | 1.4.1 | Rebuild a new abstract syntax tree from Python's ast (required for pylint) | ||
[backports-abc](http://pypi.python.org/pypi/backports-abc) | 0.4 | A backport of recent additions to the 'collections.abc' module. | ||
[baresql](http://pypi.python.org/pypi/baresql) | 0.7.3 | playing SQL directly on Python datas | ||
[beautifulsoup4](http://pypi.python.org/pypi/beautifulsoup4) | 4.4.1 | Screen-scraping library | ||
[colorama](http://pypi.python.org/pypi/colorama) | 0.3.3 | Cross-platform colored terminal text | ||
[cycler](http://pypi.python.org/pypi/cycler) | 0.9.0 | Composable style cycles | ||
[db.py](http://pypi.python.org/pypi/db.py) | 0.4.4 | a db package that doesn't suck | ||
[decorator](http://pypi.python.org/pypi/decorator) | 4.0.6 | Better living through Python with decorators | ||
[formlayout](http://formlayout.googlecode.com) | 1.1.0 | Module for creating form dialogs/widgets to edit various type of parameters without having to write any GUI code | ||
[guidata](http://packages.python.org/guidata) | 1.7.4 | Automatically generated graphical user interfaces for easy data set edition and display | ||
[guiqwt](http://packages.python.org/guiqwt) | 3.0.1 | Efficient curve/image plotting and other GUI tools for scientific data processing software development | ||
[h5py](http://pypi.python.org/pypi/h5py) | 2.5.0 | General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) | ||
[html5lib](http://pypi.python.org/pypi/html5lib) | 0.9999999 | HTML parser based on the WHATWG HTML specification | ||
[ipykernel](http://pypi.python.org/pypi/ipykernel) | 4.2.1 | IPython Kernel for Jupyter | ||
[ipyparallel](http://pypi.python.org/pypi/ipyparallel) | 4.1.0 | Interactive Parallel Computing with IPython | ||
[ipython](http://pypi.python.org/pypi/ipython) | 4.0.1 | Enhanced Python shell | ||
[ipython-genutils](http://pypi.python.org/pypi/ipython-genutils) | 0.1.0 | Vestigial utilities from IPython | ||
[ipython-sql](http://pypi.python.org/pypi/ipython-sql) | 0.3.7.1 | RDBMS access via IPython | ||
[ipywidgets](http://pypi.python.org/pypi/ipywidgets) | 4.1.1 | IPython HTML widgets for Jupyter | ||
[jedi](http://pypi.python.org/pypi/jedi) | 0.8.1 | An autocompletion tool for Python that can be used for text editors | ||
[jinja2](http://pypi.python.org/pypi/jinja2) | 2.8 | Sandboxed template engine (provides a Django-like non-XML syntax and compiles templates into executable python code) | ||
[jsonschema](http://pypi.python.org/pypi/jsonschema) | 2.5.1 | An implementation of JSON Schema validation for Python | ||
[jupyter](http://pypi.python.org/pypi/jupyter) | 1.0.0 | Jupyter metapackage. Install all the Jupyter components in one go. | ||
[jupyter-client](http://pypi.python.org/pypi/jupyter-client) | 4.1.1 | Jupyter metapackage. Install all the Jupyter components in one go. | ||
[jupyter-console](http://pypi.python.org/pypi/jupyter-console) | 4.0.3 | Jupyter metapackage. Install all the Jupyter components in one go. | ||
[jupyter-core](http://pypi.python.org/pypi/jupyter-core) | 4.0.6 | Jupyter metapackage. Install all the Jupyter components in one go. | ||
[lazy-object-proxy](http://pypi.python.org/pypi/lazy-object-proxy) | 1.2.1 | A fast and thorough lazy object proxy. | ||
[markupsafe](http://pypi.python.org/pypi/markupsafe) | 0.23 | Implements a XML/HTML/XHTML Markup safe string for Python | ||
[matplotlib](http://pypi.python.org/pypi/matplotlib) | 1.5.0 | 2D plotting library (embeddable in GUIs created with PyQt) | ||
[mistune](http://pypi.python.org/pypi/mistune) | 0.7.1 | The fastest markdown parser in pure Python, inspired by marked. | ||
[nbconvert](http://pypi.python.org/pypi/nbconvert) | 4.1.0 | Converting Jupyter Notebooks | ||
[nbformat](http://pypi.python.org/pypi/nbformat) | 4.0.1 | The Jupyter Notebook format | ||
[notebook](http://pypi.python.org/pypi/notebook) | 4.0.6 | # Jupyter Notebook | ||
[numexpr](http://pypi.python.org/pypi/numexpr) | 2.4.6 | Fast evaluation of array expressions elementwise by using a vector-based virtual machine | ||
[numpy](http://numpy.scipy.org/) | 1.9.3 | NumPy: multidimensional array processing for numbers, strings, records and objects (SciPy''s core module) | ||
[pandas](http://pypi.python.org/pypi/pandas) | 0.17.1 | Powerful data structures for data analysis, time series and statistics | ||
[pandas-datareader](http://pypi.python.org/pypi/pandas-datareader) | 0.2.0 | Data readers extracted from the pandas codebase,should be compatible with recent pandas versions | ||
[path.py](http://pypi.python.org/pypi/path.py) | 8.1.2 | A module wrapper for os.path | ||
[patsy](http://pypi.python.org/pypi/patsy) | 0.4.1 | Describing statistical models using symbolic formulas | ||
[pep8](http://pypi.python.org/pypi/pep8) | 1.6.2 | Python style guide checker | ||
[pickleshare](http://pypi.python.org/pypi/pickleshare) | 0.5 | Tiny 'shelve'-like database with concurrency support | ||
[pillow](http://pypi.python.org/pypi/pillow) | 3.0.0 | Python Imaging Library (fork) | ||
[pip](http://pypi.python.org/pypi/pip) | 7.1.2 | A tool for installing and managing Python packages | ||
[prettytable](http://pypi.python.org/pypi/prettytable) | 0.7.2 | A simple Python library for easily displaying tabular data in a visually appealing ASCII table format. | ||
[prompt-toolkit](http://pypi.python.org/pypi/prompt-toolkit) | 0.54 | Library for building powerful interactive command lines in Python | ||
[psutil](http://code.google.com/p/psutil) | 3.3.0 | Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way | ||
[pybars3](http://pypi.python.org/pypi/pybars3) | 0.9.1 | Handlebars.js templating for Python 3 and 2 | ||
[pyflakes](http://pypi.python.org/pypi/pyflakes) | 0.9.2 | passive checker of Python programs | ||
[pygments](http://pygments.org) | 2.0.2 | Generic syntax highlighter for general use in all kinds of software | ||
[pylint](http://www.logilab.org/project/pylint) | 1.5.1 | Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality | ||
[pymeta3](http://pypi.python.org/pypi/pymeta3) | 0.5.1 | Pattern-matching language based on Meta for Python 3 and 2 | ||
[pyodbc](http://pypi.python.org/pypi/pyodbc) | 3.0.10 | DB API Module for ODBC | ||
[pyparsing](http://pyparsing.wikispaces.com/) | 2.0.6 | A Python Parsing Module | ||
[PyQt5](http://www.riverbankcomputing.co.uk/software/pyqt/intro) | 5.5.1 | Python bindings for the Qt cross platform GUI toolkit | ||
[pyqtgraph](http://pypi.python.org/pypi/pyqtgraph) | 0.9.10 | Scientific Graphics and GUI Library for Python | ||
[python-dateutil](http://labix.org/python-dateutil) | 2.4.2 | Powerful extensions to the standard datetime module | ||
[pythonqwt](http://pypi.python.org/pypi/pythonqwt) | 0.5.3 | Qt plotting widgets for Python | ||
[pytz](http://pypi.python.org/pypi/pytz) | 2015.7 | World Timezone Definitions for Python | ||
[pyzmq](http://pypi.python.org/pypi/pyzmq) | 15.1.0 | Lightweight and super-fast messaging based on ZeroMQ library (required for IPython Qt console) | ||
[qtawesome](http://pypi.python.org/pypi/qtawesome) | 0.2.0 | FontAwesome icons in PyQt and PySide applications | ||
[qtconsole](http://pypi.python.org/pypi/qtconsole) | 4.1.1 | Jupyter Qt console | ||
[qtpy](http://pypi.python.org/pypi/qtpy) | 0.1.2 | Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets. | ||
[requests](http://pypi.python.org/pypi/requests) | 2.8.1 | Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. | ||
[rope-py3k](http://pypi.python.org/pypi/rope-py3k) | 0.9.4.post1 | a python refactoring library... | ||
[scipy](http://www.scipy.org) | 0.16.1 | SciPy: Scientific Library for Python (advanced math, signal processing, optimization, statistics, ...) | ||
[seaborn](http://pypi.python.org/pypi/seaborn) | 0.7.0.dev0 | statistical data visualization | ||
[setuptools](http://pypi.python.org/pypi/setuptools) | 18.7.1 | Download, build, install, upgrade, and uninstall Python packages - easily | ||
[simplegeneric](http://pypi.python.org/pypi/simplegeneric) | 0.8.1 | Simple generic functions (similar to Python's own len(), pickle.dump(), etc.) | ||
[simplejson](http://pypi.python.org/pypi/simplejson) | 3.8.1 | Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder | ||
[six](http://pypi.python.org/pypi/six) | 1.10.0 | Python 2 and 3 compatibility utilities | ||
[spyder](http://pypi.python.org/pypi/spyder) | 3.0.0.dev0 | Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface | ||
[sqlalchemy](http://www.sqlalchemy.org) | 1.0.9 | SQL Toolkit and Object Relational Mapper | ||
[sqlite-bro](http://pypi.python.org/pypi/sqlite-bro) | 0.8.10 | a graphic SQLite Client in 1 Python file | ||
[sqlparse](http://pypi.python.org/pypi/sqlparse) | 0.1.18 | Non-validating SQL parser | ||
[statsmodels](http://pypi.python.org/pypi/statsmodels) | 0.6.1 | Statistical computations and models for use with SciPy | ||
[tables](http://www.pytables.org) | 3.2.2 | Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data) | ||
[tornado](http://pypi.python.org/pypi/tornado) | 4.3 | Scalable, non-blocking web server and tools (required for IPython notebook) | ||
[traitlets](http://pypi.python.org/pypi/traitlets) | 4.0.0 | Traitlets Python config system | ||
[wcwidth](http://pypi.python.org/pypi/wcwidth) | 0.1.5 | Measures number of Terminal column cells of wide-character codes | ||
[winpython](http://winpython.github.io/) | 1.3 | WinPython distribution tools, including WPPM (package manager) | ||
[wrapt](http://pypi.python.org/pypi/wrapt) | 1.10.5 | A Python module for decorators, wrappers and monkey patching. | ||
[xlrd](http://pypi.python.org/pypi/xlrd) | 0.9.4 | Extract data from Microsoft Excel spreadsheet files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters