/usr/lib/python2.7/dist-packages/chaco-4.1.0.egg-info/PKG-INFO is in python-chaco 4.1.0-1ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | Metadata-Version: 1.1
Name: chaco
Version: 4.1.0
Summary: interactive 2-dimensional plotting
Home-page: http://code.enthought.com/projects/chaco
Author: ETS Developers
Author-email: enthought-dev@enthought.com
License: BSD
Download-URL: http://www.enthought.com/repo/ets/chaco-4.1.0.tar.gz
Description: =========================================
chaco: interactive 2-dimensional plotting
=========================================
http://github.enthought.com/chaco
Chaco is a Python plotting application toolkit that facilitates writing
plotting applications at all levels of complexity, from simple scripts with
hard-coded data to large plotting programs with complex data interrelationships
and a multitude of interactive tools. While Chaco generates attractive static
plots for publication and presentation, it also works well for interactive data
visualization and exploration.
Features
--------
- **Flexible drawing and layout**: Plots consist of graphical components which
can be placed inside nestable containers for layout, positioning, and event
dispatch. Every component has a configurable rendering loop with distinct
layers and backbuffering. Containers can draw cooperatively so that layers
span across the containment hierarchy.
- **Modular and extensible architecture**: Chaco is object-oriented from the
ground up for ease of extension and customization. There are clear interfaces
and abstract classes defining extension points for writing your own custom
behaviors, from custom tools, plot types, layouts, etc. Most classes are
also "subclass-friendly", so that subclasses can override one or two methods
and everything else just works.
- **Data model for ease of extension and embedding**: Chaco separates the data
from any transformations of the data that are needed for displaying it. This
separation makes it easier to extend Chaco, or embed it in applications.
Prerequisites
-------------
You must have the following libraries installed before building or installing
Chaco:
* `Numpy <http://pypi.python.org/pypi/numpy>`_
* `distribute <http://pypi.python.org/pypi/distribute>`_
* `enable <https://github.com/enthought/enable>`_
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 :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
|