Metadata-Version: 1.1
Name: pydotplus
Version: 2.0.2
Summary: Python interface to Graphviz's Dot language
Home-page: http://pydotplus.readthedocs.org/
Author: PyDotPlus Developers
Author-email: carlos@jenkins.co.cr
License: UNKNOWN
Description: =======================================================
        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: graphviz dot graphs visualization
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
