# ets **Repository Path**: mirrors_enthought/ets ## Basic Information - **Project Name**: ets - **Description**: ets.py is a utility to clone and manage various Enthought Tool Suite packages - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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