enthought / apptools

Other
37 stars 24 forks source link

=========================== apptools: application tools

Documentation: http://docs.enthought.com/apptools

Source Code: http://www.github.com/enthought/apptools

The apptools project includes a set of packages that Enthought has found useful in creating a number of applications. They implement functionality that is commonly needed by many applications

Prerequisites

All packages in apptools require:

Certain sub-packages within apptools have their own specific dependencies, which are optional for apptools overall.

The apptools.preferences package requires:

The apptools.io.h5 package requires:

The apptools.persistence package requires:

Many of the packages provide optional user interfaces using Pyface and Traitsui. In additon, many of the packages are designed to work with the Envisage plug-in system, althought most can be used independently:

Installation

To install with apptools.preferences dependencies::

$ pip install apptools[preferences]

To install with apptools.io.h5 dependencies::

$ pip install apptools[h5]

To install with apptools.persistence dependencies::

$ pip install apptools[persistence]

To install with additional test dependencies::

$ pip install apptools[test]