mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 01:57:28 -08:00
19 lines
682 B
XML
19 lines
682 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Pygraphviz is a Python interface to the Graphviz graph layout and
|
|
visualization package.
|
|
With Pygraphviz you can create, edit, read, write, and draw graphs using
|
|
Python to access the Graphviz graph data structure and layout algorithms.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">pygraphviz</remote-id>
|
|
<remote-id type="github">pygraphviz/pygraphviz</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|