bpo_package_status module

Simple tool to set and get package status (#44)

helpers.bpo_package_status.confirm(statement)
helpers.bpo_package_status.get_all_pkgnames(session, arch, branch, status)
helpers.bpo_package_status.get_status(session, pkgnames, arch, branch)
helpers.bpo_package_status.main()
helpers.bpo_package_status.parse_arguments()
helpers.bpo_package_status.set_job_id(session, pkgnames, arch, branch, job_id)
helpers.bpo_package_status.set_retry_count(session, pkgnames, arch, branch, retry_count)
helpers.bpo_package_status.set_status(session, pkgnames, arch, branch, status)
helpers.bpo_package_status.status_choices()