Metadata-Version: 2.1
Name: ets
Version: 4.4.4
Summary: Enthought Tool Suite meta-project
Home-page: http://code.enthought.com/projects/tool-suite.php
Download-URL: http://www.enthought.com/repo/ets/ets-4.4.4.tar.gz
Author: Enthought, Inc.
Author-email: info@enthought.com
Maintainer: ETS Developers
Maintainer-email: enthought-dev@enthought.com
License: BSD
Platform: Windows
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Platform: Solaris
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE.txt
Requires-Dist: apptools>=4.2.1
Requires-Dist: blockcanvas>=4.0.3
Requires-Dist: chaco>=4.5.0
Requires-Dist: codetools>=4.2.0
Requires-Dist: enable>=4.4.1
Requires-Dist: encore>=0.6.0
Requires-Dist: envisage>=4.4.0
Requires-Dist: etsdevtools>=4.0.2
Requires-Dist: etsproxy>=0.1.2
Requires-Dist: graphcanvas>=4.0.2
Requires-Dist: mayavi>=4.3.1
Requires-Dist: pyface>=4.4.0
Requires-Dist: scimath>=4.1.2
Requires-Dist: traits>=4.5.0
Requires-Dist: traitsui>=4.4.0

=================================
Enthought Tool Suite meta-project
=================================

http://github.enthought.com/

The Enthought Tool Suite (ETS) is a collection of components developed by
Enthought and our partners, which we use every day to construct custom
scientific applications.

This project is a "meta-project wrapper" that bundles up the actual
projects.

But, it also contains the ets.py module, which allows pulling all other
ETS projects from github, and other useful features.

Installation::

  mkdir ets
  cd ets
  git clone git@github.com:enthought/ets.git
  cd ets
  python setup.py develop
  cd ..
  ets -h
