mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Changelog: https://lists.fedorahosted.org/archives/list/python-bugzilla@lists.fedorahosted.org/2018/8/ PR: 232542 Approved by: koobs (maintainer)
12 lines
498 B
Text
12 lines
498 B
Text
This is a python module that provides a kinda pythonic interface to Bugzilla
|
|
over XMLRPC.
|
|
|
|
It was originally written specifically for Red Hat's Bugzilla instance, but
|
|
it is intended to work with any Bugzilla instance. More usage the better, we
|
|
would be happy to help get things working with the bugzilla instance you care
|
|
about.
|
|
|
|
It also includes a `bugzilla` command-line client which can be used for quick,
|
|
ad-hoc bugzilla jiggery-pokery.
|
|
|
|
WWW: https://github.com/python-bugzilla/python-bugzilla
|