Access Bugzilla from Python

The python-bugzilla package is available on GitHub or PyPi pip install python-bugzilla This package provides two bits: ‘bugzilla’ python module for talking to a Bugzilla instance over XMLRPC /usr/bin/bugzilla command line tool for performing actions from the command line: create or edit bugs, various queries, etc. This was originally written specifically for Red Hat’s Bugzilla …