Skip to content

Helpful utility to fetch package version data for specified packages in the ubuntu archive.

License

Notifications You must be signed in to change notification settings

canonical/ubuntu-package-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-package-status

Helpful utility to fetch package version data for specified packages in the Ubuntu archive.

Similar to rmadison utility or the rmadison webpage but allows for querying multiple packages at the same time and also support TXT, JSON and CSV output formats.

This makes it easy to use with other tools - like a monitoring tool which is my use case.

Usage:

ubuntu-package-status --help Shows all available options and their expected values ubuntu-package-status --config-skeleton Shows the format of the expected yaml config

ubuntu-package-status 
        --config="config.yaml" 
        --logging-level=DEBUG 
        --output-format=CSV > "package-stats.csv"

This will write the current state of your packages in the archive to a "package-stats.csv" file.

Requirements

python3-launchpadlib

About

Helpful utility to fetch package version data for specified packages in the ubuntu archive.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages