Metadata-Version: 2.4
Name: debgraph
Version: 0.1.1
Summary: Generates a graph of your debian packages
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/garyg1/debgraph
Project-URL: Issues, https://github.com/garyg1/debgraph/issues
Requires-Python: >=3.7
License-File: LICENSE
License-File: COPYING
Dynamic: license-file

Debgraph, a program like debtree to view ALL the Debian packages on your system. In development. Supports GEXF and DOT (Graphviz) outputs.

License
    See COPYING

Installation
    pip install debgraph

Usage
    debgraph

Output Format
    head debian.dot

```dot
digraph Debian {
"adduser" [label="adduser"];
"adwaita-icon-theme" [label="adwaita-icon-theme"];
"alsa-topology-conf" [label="alsa-topology-conf"];
"alsa-ucm-conf" [label="alsa-ucm-conf"];
"apparmor" [label="apparmor"];
"apport" [label="apport"];
"apport-core-dump-handler" [label="apport-core-dump-handler"];
"apport-symptoms" [label="apport-symptoms"];
"appstream" [label="appstream"];
...
```
