{ "info": { "author": "Noufal Ibrahim", "author_email": "noufal@nibrahim.net.in", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta" ], "description": "=======\r\nPyZilla\r\n=======\r\n\r\nPyZilla is a simple wrapper on top the ``xmlrpclib`` package which\r\nprovides an object that can be used to make XML-RPC calls to a Bugzilla\r\ninstallation.\r\n\r\nThe module exposes the ``BugZilla`` object which you can instantiate\r\nwith the uri to the ``xmlrpc.cgi`` file on your bugzilla installation.\r\n\r\nHere's a simple usage example::\r\n\r\n >>> from pyzilla import BugZilla\r\n >>> bzilla = BugZilla(\"http://bugzilla.example.com/xmlrpc.cgi\")\r\n >>> bzilla.login(\"username\", \"password\")\r\n >>> bzilla.Bugzilla.version()\r\n\r\nThe module will store the auth cookies in the same directory of\r\ninvocation in a file called ``cookies.txt``.\r\n\r\nFor details of the API, please refer to the `Bugzilla webservice docs\r\n`_.\r\n\r\nFor a saner interface to bugzilla, please refer to the `Bugzilla\r\nREST API `_.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/nibrahim/PyZilla", "keywords": "py.test, buzgilla", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "PyZilla", "package_url": "https://pypi.org/project/PyZilla/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyZilla/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/nibrahim/PyZilla" }, "release_url": "https://pypi.org/project/PyZilla/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for the BugZilla XML-RPC API", "version": "0.1.0" }, "last_serial": 785415, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "31b8582e10455344473391cfd6f7d725", "sha256": "43b814f897c7cc518965db1ff4e315d3cf21bcd3dce4f556d7538b7d50b8f02f" }, "downloads": -1, "filename": "PyZilla-0.1.0.tar.gz", "has_sig": false, "md5_digest": "31b8582e10455344473391cfd6f7d725", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14686, "upload_time": "2010-05-04T20:06:29", "url": "https://files.pythonhosted.org/packages/c0/46/8ac683975a6fee78bddc9a6379259bf15c78fddaf844aa60c3da41ca5534/PyZilla-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31b8582e10455344473391cfd6f7d725", "sha256": "43b814f897c7cc518965db1ff4e315d3cf21bcd3dce4f556d7538b7d50b8f02f" }, "downloads": -1, "filename": "PyZilla-0.1.0.tar.gz", "has_sig": false, "md5_digest": "31b8582e10455344473391cfd6f7d725", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14686, "upload_time": "2010-05-04T20:06:29", "url": "https://files.pythonhosted.org/packages/c0/46/8ac683975a6fee78bddc9a6379259bf15c78fddaf844aa60c3da41ca5534/PyZilla-0.1.0.tar.gz" } ] }