1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Metadata-Version: 1.0
Name: EnvisagePlugins
Version: 3.1.2
Summary: Plug-ins for the Envisage framework.
Home-page: http://code.enthought.com/projects/envisage_plugins.php
Author: ETS Developers
Author-email: enthought-dev@enthought.com
License: BSD
Description: The EnvisagePlugins project includes a number of plug-ins for the Envisage
framework that Enthought has found useful for building scientific applications.
Envisage does not require that you use these plug-ins, but you may find them
useful to avoid having to reinvent these particular wheels.
- **Workbench**: Provides an application GUI window that supports views and
perspectives, similar to the Eclipse IDE.
- **Action**: Supports user-interaction command mechanisms, such as toolbars,
menus, and buttons.
- **Single Project**: Supports a project paradigm for saving application data,
assuming an interaction model in which only one project can be open in the
application at a time.
- **Text Editor**: Provides a rudimentary text editor interface.
- **Python Shell**: Provides an interactive Python shell within a
Workbench-based application.
- **Debug**: Provides the Frame Based Inspector from the ETSDevTools project
as an Envisage plug-in.
Prerequisites
-------------
If you want to build EnvisagePlugins from source, you must first install
`setuptools <http://pypi.python.org/pypi/setuptools/0.6c8>`_.
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
|