pydot-ng


Namepydot-ng JSON
Version 2.0.0 PyPI version JSON
download
home_pagehttps://github.com/pydot/pydot-ng
SummaryPython interface to Graphviz's Dot
upload_time2018-10-16 22:08:38
maintainerSebastian Kalinowski
docs_urlNone
authorEro Carrera
requires_python
licenseMIT
keywords graphviz dot graphs visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            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



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pydot/pydot-ng",
    "name": "pydot-ng",
    "maintainer": "Sebastian Kalinowski",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "sebastian@kalinowski.eu",
    "keywords": "graphviz dot graphs visualization",
    "author": "Ero Carrera",
    "author_email": "ero@dkbza.org",
    "download_url": "https://files.pythonhosted.org/packages/60/7a/d4022ba8b47d8f5e4c58b285e66eb233745f46f07bd7e6569a695fc91e7f/pydot_ng-2.0.0.tar.gz",
    "platform": "any",
    "description": "pydot - Python interface to Graphviz's Dot language\n---------------------------------------------------\nEro Carrera (c) 2004-2007\n\nero@dkbza.org\n\nThis code is distributed under the MIT license.\n\n.. image:: https://travis-ci.org/pydot/pydot-ng.svg?branch=master\n    :target: https://travis-ci.org/pydot/pydot-ng\n\n\nRequirements:\n=============\n\npyparsing: pydot requires the pyparsing module in order to be\n\table to load DOT files.\n\nGraphViz:  is needed in order to render the graphs into any of\n\tthe plethora of output formats supported.\n\nInstallation:\n=============\n\nShould suffice with doing:\n\n python setup.py install\n\nNeedless to say, no installation is needed just to use the module. A mere:\n\n import pydot_ng\n\nshould do it, provided that the directory containing the modules is on Python\nmodule search path.\n\nThis library is API compatible with original pydot so you can use it like this:\n\n import pydot_ng as pydot\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python interface to Graphviz's Dot",
    "version": "2.0.0",
    "project_urls": {
        "Homepage": "https://github.com/pydot/pydot-ng"
    },
    "split_keywords": [
        "graphviz",
        "dot",
        "graphs",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c5b9a08333f2d70d404ffe42cea4f50159c4ad94feaa4d7585551c05cacef46",
                "md5": "d7fa5a39319ee3752de6f7d2e897fc2e",
                "sha256": "251ec5cde0d20ebd467b12fd8a4db0f52d2fbf6e12660a969a226823ba38644e"
            },
            "downloads": -1,
            "filename": "pydot_ng-2.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d7fa5a39319ee3752de6f7d2e897fc2e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 20987,
            "upload_time": "2018-10-16T22:08:37",
            "upload_time_iso_8601": "2018-10-16T22:08:37.041963Z",
            "url": "https://files.pythonhosted.org/packages/3c/5b/9a08333f2d70d404ffe42cea4f50159c4ad94feaa4d7585551c05cacef46/pydot_ng-2.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "607ad4022ba8b47d8f5e4c58b285e66eb233745f46f07bd7e6569a695fc91e7f",
                "md5": "e32cb8c4689b5753a7572f3144c313f7",
                "sha256": "8c8073b97aa7030c28118961e2c6c92f046e4cb57aeba7df87146f7baa6530c5"
            },
            "downloads": -1,
            "filename": "pydot_ng-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e32cb8c4689b5753a7572f3144c313f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 264162,
            "upload_time": "2018-10-16T22:08:38",
            "upload_time_iso_8601": "2018-10-16T22:08:38.520432Z",
            "url": "https://files.pythonhosted.org/packages/60/7a/d4022ba8b47d8f5e4c58b285e66eb233745f46f07bd7e6569a695fc91e7f/pydot_ng-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2018-10-16 22:08:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pydot",
    "github_project": "pydot-ng",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "appveyor": true,
    "tox": true,
    "lcname": "pydot-ng"
}
        
Elapsed time: 0.52166s