🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

py3dotplus

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

py3dotplus

Python interface to Graphviz's Dot language

1.1.0
PyPI
Maintainers
1

b"========================================================\nPy3DotPlus - Python interface to Graphviz's Dot language\n========================================================\n\n.. image:: https://pypip.in/py_versions/pydotplus/badge.png\n :target: https://pypi.python.org/pypi/pydotplus/\n :alt: Supported Python versions\n\n.. image:: https://pypip.in/version/pydotplus/badge.png?text=version\n :target: https://pypi.python.org/pypi/pydotplus/\n :alt: Latest Version\n\n.. image:: https://pypip.in/download/pydotplus/badge.png\n :target: https://pypi.python.org/pypi/pydotplus/\n :alt: Downloads\n\n.. image:: https://pypip.in/license/pydotplus/badge.png\n :target: https://pypi.python.org/pypi/pydotplus/\n :alt: License\n\n.. image:: https://pypip.in/status/pydotplus/badge.png\n :target: https://pypi.python.org/pypi/pydotplus/\n :alt: Status\n\n.. image:: https://travis-ci.org/carlos-jenkins/pydotplus.svg?branch=master\n :target: https://travis-ci.org/carlos-jenkins/pydotplus\n :alt: Continuous Integration\n\n.. image:: https://coveralls.io/repos/carlos-jenkins/pydotplus/badge.png\n :target: https://coveralls.io/r/carlos-jenkins/pydotplus\n :alt: Coverage\n\n\nAbout\n=====\n\nPy3DotPlus is an improved version of the old pydot project that provides a\nPython Interface to Graphviz's Dot language.\n\n http://pydotplus.readthedocs.org/\n\nDifferences with pydotplus:\n\n- Python 3.8 compatible.\n\n\nInstallation\n============\n\n::\n\n pip install py3dotplus\n\n\nDevelopment\n===========\n\n https://github.com/carlos-jenkins/pydotplus\n\nRun code QA:\n\n::\n\n pip install tox\n tox\n\n\nDocumentation\n=============\n\nUser guide and API Reference can be found in:\n\n http://pydotplus.readthedocs.org/\n\nTo build it from source execute:\n\n::\n\n pip install sphinx sphinx_rtd_theme\n cd doc/\n make html\n\n\nRequirements\n============\n\n- pyparsing: pydot requires the pyparsing module in order to be able to\n load DOT files.\n\n- GraphViz: is needed in order to render the graphs into any of the\n plethora of output formats supported.\n\n\nLicense\n=======\n\nThis code is distributed under the MIT license. See LICENSE for details.\n"

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