Skip to content
/ odoo Public
forked from odoo/odoo

Odoo (formerly OpenERP). Open Source Apps To Grow Your Business.

License

Notifications You must be signed in to change notification settings

dperaltab/odoo

Folders and files

NameName
Last commit message
Last commit date
Jan 6, 2012
Jun 10, 2011
Jan 6, 2012
Dec 20, 2011
Nov 22, 2011
Dec 21, 2011
Jan 9, 2012
Dec 21, 2011
Oct 14, 2011
Dec 8, 2010
Mar 2, 2011
Oct 3, 2011
Sep 7, 2011
Dec 6, 2011
Sep 6, 2011
Aug 17, 2011
Dec 16, 2011
Jan 6, 2012
Sep 29, 2011
Dec 5, 2011
Jan 9, 2012
Oct 26, 2011
May 13, 2011
Oct 6, 2011
Jan 6, 2012
Dec 20, 2011
Sep 26, 2011

Repository files navigation

pydot - Python interface to Graphviz's Dot language
Ero Carrera (c) 2004-2007
[email protected]

This code is distributed under the MIT license.

Requirements:
-------------

pyparsing: pydot requires the pyparsing module in order to be
	able to load DOT files.

GraphViz:  is needed in order to render the graphs into any of
	the plethora of output formats supported.

Installation:
-------------

Should suffice with doing:

 python setup.py install

Needless to say, no installation is needed just to use the module. A mere:

 import pydot

should do it, provided that the directory containing the modules is on Python
module search path.

About

Odoo (formerly OpenERP). Open Source Apps To Grow Your Business.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 59.3%
  • JavaScript 32.7%
  • CSS 7.0%
  • XSLT 0.7%
  • Makefile 0.1%
  • Shell 0.1%
  • Other 0.1%