summaryrefslogtreecommitdiffstats
path: root/README
blob: 202e41c425676babc8c0833db6e1c46bfa011880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is a python module that provides a nice, python-ish interface to Bugzilla
over XMLRPC.

Currently it targets Red Hat's xmlrpc services, because:
a) That's what the Fedora project uses, and
b) Even if it is ugly, it's got more methods than the Bugzilla 3.x API

In the near future (see TODO) we may fully support the Bugzilla 3.x API, 
although it still probably won't not support all the same methods as the
RHBugzilla class.

In the long-term future, Red Hat is planning on porting their interfaces to
the Bugzilla 3.0 framework and contributing them to upstream Bugzilla, so in
time we may drop the Red Hat implementation in favor of one unified Bugzilla
interface. Won't that be nice? 

Comments, suggestions, and - most of all - patches are welcomed and encouraged.

Enjoy.

Will Woods <wwoods@redhat.com>, 25 Mar 2008