sanathkumarbs / python-bugzilla

Python library and command line tool for interacting with Bugzilla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 instance and is used heavily at Red Hat and in Fedora, but it should still be generically useful.

You can find some code examples in the examples directory

For questions about submitting bug reports or patches, see CONTRIBUTING.md

Questions, comments, and discussions should go to our mailing: http://lists.fedorahosted.org/mailman/listinfo/python-bugzilla

About

Python library and command line tool for interacting with Bugzilla

License:GNU General Public License v2.0


Languages

Language:Python 95.7%Language:Roff 4.3%