You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

pydot-ng

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pydot-ng

Python interface to Graphviz's Dot

2.0.0
pipPyPI
Maintainers
1

pydot - Python interface to Graphviz's Dot language

Ero Carrera (c) 2004-2007

ero@dkbza.org

This code is distributed under the MIT license.

.. image:: https://travis-ci.org/pydot/pydot-ng.svg?branch=master :target: https://travis-ci.org/pydot/pydot-ng

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_ng

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

This library is API compatible with original pydot so you can use it like this:

import pydot_ng as pydot

Keywords

graphviz dot graphs visualization

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts