PyZilla

Python wrapper for the BugZilla XML-RPC API
Download

PyZilla Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Noufal Ibrahim
  • Publisher web site:
  • http://nibrahim.net.in/journal/?p=3

PyZilla Tags


PyZilla Description

Python wrapper for the BugZilla XML-RPC API PyZilla is a simple wrapper on top the xmlrpclib package which provides an object that can be used to make XML-RPC calls to a Bugzilla installation.The PyZilla module exposes the BugZilla object which you can instantiate with the URI to the xmlrpc.cgi file on your bugzilla installation.Here's a simple usage example:>>> from pyzilla import BugZilla>>> bzilla = BugZilla("http://bugzilla.example.com/xmlrpc.cgi")>>> bzilla.login("username", "password")>>> bzilla.Bugzilla.version()The module will store the auth cookies in the same directory of invocation in a file called cookies.txt.For details of the API, please refer to the Bugzilla webservice docs.For a saner interface to bugzilla, please refer to the Bugzilla REST API. Requirements: · Python


PyZilla Related Software