Skip to content

Web app to show dependency graph of an RPM package

License

Notifications You must be signed in to change notification settings

manatools/Cerisier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cerisier

This tool is intended to render a graphical representation of the dependencies of a set of packages of a distribution using the DNF API.

You can enter the name of a package as the root of the graph. You also click on one of the labels to set its package as the new root.

The slider allows one to set the depth of the relations.

Tool-tips are provided on hover and display information about the packages.

One needs to install the Python modules "bokeh" and "networkx" using pip3 install bokeh networkx or similar.

Launch by running ./cerisier in the root directory of the repository.

Browser screenshot

About

Web app to show dependency graph of an RPM package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages