Socket
Socket
Sign inDemoInstall

pydotplus

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pydotplus

Python interface to Graphviz's Dot language


Maintainers
1

Readme

======================================================= PyDotPlus - Python interface to Graphviz's Dot language

.. image:: https://pypip.in/py_versions/pydotplus/badge.png :target: https://pypi.python.org/pypi/pydotplus/ :alt: Supported Python versions

.. image:: https://pypip.in/version/pydotplus/badge.png?text=version :target: https://pypi.python.org/pypi/pydotplus/ :alt: Latest Version

.. image:: https://pypip.in/download/pydotplus/badge.png :target: https://pypi.python.org/pypi/pydotplus/ :alt: Downloads

.. image:: https://pypip.in/license/pydotplus/badge.png :target: https://pypi.python.org/pypi/pydotplus/ :alt: License

.. image:: https://pypip.in/status/pydotplus/badge.png :target: https://pypi.python.org/pypi/pydotplus/ :alt: Status

.. image:: https://travis-ci.org/carlos-jenkins/pydotplus.svg?branch=master :target: https://travis-ci.org/carlos-jenkins/pydotplus :alt: Continuous Integration

.. image:: https://coveralls.io/repos/carlos-jenkins/pydotplus/badge.png :target: https://coveralls.io/r/carlos-jenkins/pydotplus :alt: 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.

Keywords

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc