alpine/wheels/: pydotplus-2.0.2 metadata and description

Homepage Simple index PyPI page

Python interface to Graphviz's Dot language

author PyDotPlus Developers
author_email carlos@jenkins.co.cr
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: MIT License
  • Natural Language :: English
  • Operating System :: OS Independent
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Topic :: Scientific/Engineering :: Visualization
  • Topic :: Software Development :: Libraries :: Python Modules
keywords graphviz dot graphs visualization
platform
  • UNKNOWN
requires_dist
  • pyparsing (>=2.0.1)
File Tox results History
pydotplus-2.0.2-py3-none-any.whl
Size
24 KB
Type
Python Wheel
Python
3
Supported Python versions Latest Version Downloads License Status Continuous Integration Coverage

About

PyDotPlus is an improved version of the old pydot project that provides a Python Interface to Graphviz’s Dot language.

http://pydotplus.readthedocs.org/

Differences with pydot:

  • Compatible with PyParsing 2.0+.
  • Python 2.7 - Python 3 compatible.
  • Well documented.
  • CI Tested.

Installation

pip install pydotplus

Development

https://github.com/carlos-jenkins/pydotplus

Run code QA:

pip install tox
tox

Documentation

User guide and API Reference can be found in:

http://pydotplus.readthedocs.org/

To build it from source execute:

pip install sphinx sphinx_rtd_theme
cd doc/
make html

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.

License

This code is distributed under the MIT license. See LICENSE for details.