summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2007-09-07 11:43:03 -0400
committerWill Woods <wwoods@redhat.com>2007-09-07 11:43:03 -0400
commit9d245a9748637335439b16ca419d83089e1e2d45 (patch)
tree18507ffe98e7173aa4046cfd50df850827d5c103 /README
parentaa075952c2a1913a99b9f1cc31b32514561dc42b (diff)
downloadpython-bugzilla-9d245a9748637335439b16ca419d83089e1e2d45.tar.gz
python-bugzilla-9d245a9748637335439b16ca419d83089e1e2d45.tar.xz
python-bugzilla-9d245a9748637335439b16ca419d83089e1e2d45.zip
Add COPYING, README, TODO
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6e3da9b
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+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) It's a lot richer than the Bugzilla 3.0 web services API.
+
+In the near future (see TODO) we will support the Bugzilla 3.0 API, although
+it may 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>, 7 Sep 2007