pacgraph
pacgraph copied to clipboard
An SVG cyclic graph renderer capable of drawing hundreds of nodes, optimized for package management. Supports Arch, Redhat/Fedora, Debian/Ubuntu, Gentoo.
``` Dear pacgraph maintainer, the manpage-l10n project maintains a large number of translations of man pages both from a large variety of sources (including pacgraph) as well for a large...
At the moment, we've got these colour-related flags (quoting `man pacgraph`): ``` -t COLOR --top=COLOR Color of packages which are not dependencies. -d COLOR --dep=COLOR Color of packages which are...
It would be nice to have an option for byte count instead of humanised sizes in the output of `pacgraph -c` making counting easier with tools like awk. Post-processing in...
When redirecting `pacgraph -c` output the warnings and diagnostics are sent to stdout instead of the expected stderr such that the output file contains messages such as: ``` Autodetected Arch....
Consider a package with no dependencies, say tzdata. When I run ``` pacgraph-tk tzdata ``` I get the following error message: ``` Loading repository. warning: cron found in ['cronie', 'fcron'],...
I noticed a while ago that pacgraph did not create a png file for me anymore. Apparently Inkscape 1.3 changed the CLI commands for conversion, because there is no `-e`...
## Expected behavior ```sh $ pip install https://github.com/keenerd/pacgraph/archive/master.zip ``` installs `pacgraph`. ## Actual behavior ``` Defaulting to user installation because normal site-packages is not writeable Collecting https://github.com/keenerd/pacgraph/archive/master.zip Downloading https://github.com/keenerd/pacgraph/archive/master.zip /...
Fixes issue #12. # Backstory CPython's `imp` module was considered deprecated since 3.4, and was completely removed at 3.12; `importlib` should be used instead. As of right now, Python 3.12...
`imp` module has been deprecated since version 3.4, and is completely removed from version 3.12, which is installed by default with `sudo pacman -Syu python3`. `importlib` should be used instead....
Repo missing LICENSE, but [your PKGBUILD](https://github.com/keenerd/pacgraph/blob/master/PKGBUILD) shows "GPL", so which GPL version is the LICENSE?