Metadata-Version: 1.0
Name: AppTools
Version: 3.3.2
Summary: ETS Application Tools
Home-page: http://code.enthought.com/projects/app_tools.php
Author: ETS Developers
Author-email: enthought-dev@enthought.com
License: BSD
Description: 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
        
        - **enthought.appscripting**: Framework for scripting applications.
        - **enthought.help**: Provides a plugin for displaying documents and examples
        and running demos in Envisage Workbench applications.
        - **enthought.io**: Provides an abstraction for files and folders in a file
        system.
        - **enthought.naming**: Manages naming contexts, supporting non-string data
        types and scoped preferences
        - **enthought.permissions**: Supports limiting access to parts of an
        application unless the user is appropriately authorised (not full-blown
        security).
        - **enthought.persistence**: Supports pickling the state of a Python object
        to a dictionary, which can then be flexibly applied in restoring the state of
        the object.
        - **enthought.preferences**: Manages application preferences.
        - **enthought.resource**: Manages application resources such as images and
        sounds.
        - **enthought.rst**: Tools and editors for working with reStructured Text
        - **enthought.scripting**: A framework for automatic recording of Python
        scripts.
        - **enthought.sweet_pickle**: Handles class-level versioning, to support
        loading of saved data that exist over several generations of internal class
        structures.
        - **enthought.template**: Supports creating templatizable object hierarchies.
        - **enthought.type_manager**: Manages type extensions, including factories
        to generate adapters, and hooks for methods and functions.
        - **enthought.undo**: Supports undoing and scripting application commands.
        
        Prerequisites
        -------------
        If you want to build AppTools from source, you must first install
        `setuptools <http://pypi.python.org/pypi/setuptools/0.6c8>`_ and
        `setupdocs  <http://pypi.python.org/pypi/SetupDocs>`_
        
Platform: Windows
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Platform: Solaris
Classifier: Development Status :: 5 - Production/Stable
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
