https://github.com/enthought/ets
ets.py is a utility to clone and manage various Enthought Tool Suite packages
https://github.com/enthought/ets
Last synced: 11 months ago
JSON representation
ets.py is a utility to clone and manage various Enthought Tool Suite packages
- Host: GitHub
- URL: https://github.com/enthought/ets
- Owner: enthought
- License: other
- Created: 2011-01-28T03:15:08.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2022-03-07T12:14:20.000Z (over 4 years ago)
- Last Synced: 2025-04-11T10:59:55.103Z (about 1 year ago)
- Language: Python
- Homepage: http://docs.enthought.com/ets
- Size: 1.45 MB
- Stars: 34
- Watchers: 61
- Forks: 10
- Open Issues: 29
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
=================================
Enthought Tool Suite meta-project
=================================
https://docs.enthought.com/ets
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