mini_buildd.contrib module

Extra, independent code, merely arbitrarily stuffed here.

This is not part of mini-buildd.

class mini_buildd.contrib.DebianPackageTracker(src_package, tracker_url='https://tracker.debian.org')

Bases: object

Get (some) source package information from the Debian Package Tracker.

As long as there is no proper API, we do this the hacky way parsing the HTML via bs4 - so this will most definitely break at some point. Use at own discretion.

get_info(codename)
get_version(codename)