[Bug 222205] new port:graphics/py-graphviz: Simple Python interface for Graphviz

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Sep 10 19:54:39 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222205

            Bug ID: 222205
           Summary: new port:graphics/py-graphviz: Simple Python interface
                    for Graphviz
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: lbartoletti at tuxfamily.org

Created attachment 186235
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=186235&action=edit
py-graphviz-0.8

This package facilitates the creation and rendering of graph descriptions in
the DOT language of the Graphviz graph drawing software (repo) from Python.

Create a graph object, assemble the graph by adding nodes and edges, and
retrieve its DOT source code string. Save the source code to a file and render
it with the Graphviz installation of your system.

Use the view option/method to directly inspect the resulting (PDF, PNG, SVG,
etc.) file with its default application. Graphs can also be rendered and
displayed within Jupyter notebooks (a.k.a. IPython notebooks, example) as well
as the Jupyter Qt Console.

---

Poudriere 10, 11 i386/amd64 OK 
Portlint OK

Tested on 11amd64 with python2.7 and python3.6

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list