~openerp-commiter/openobject-addons/trunk-extra-addons

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
Metadata-Version: 1.0
Name: pydot
Version: 0.9.9
Summary: Python interface to Graphiz's Dot
Home-page: http://dkbza.org/pydot.html
Author: Ero Carrera
Author-email: ero@dkbza.org
License: MIT
Description: Graphviz's dot language Python interface.
        
        This module provides with a full interface to create handle modify
        and process graphs in Graphviz's dot language.
        
        References:
        
        pydot Homepage:	http://www.dkbza.org/pydot.html
        Graphviz:	http://www.research.att.com/sw/tools/graphviz/
        DOT Language:	http://www.research.att.com/~erg/graphviz/info/lang.html
        
        Programmed and tested with Graphviz 1.12 and Python 2.3.3 on GNU/Linux
        by Ero Carrera (c) 2004	[ero@dkbza.org]
        
        Distributed under MIT license [http://opensource.org/licenses/mit-license.html].
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules