https://github.com/python-bugzilla/python-bugzilla
Python library and command line tool for interacting with Bugzilla
https://github.com/python-bugzilla/python-bugzilla
bugzilla python
Last synced: 11 months ago
JSON representation
Python library and command line tool for interacting with Bugzilla
- Host: GitHub
- URL: https://github.com/python-bugzilla/python-bugzilla
- Owner: python-bugzilla
- License: gpl-2.0
- Created: 2015-05-21T23:52:41.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T20:44:41.000Z (about 2 years ago)
- Last Synced: 2024-03-15T09:38:45.707Z (about 2 years ago)
- Topics: bugzilla, python
- Language: Python
- Homepage:
- Size: 1.38 MB
- Stars: 120
- Watchers: 13
- Forks: 150
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
[](https://github.com/python-bugzilla/python-bugzilla/actions?query=workflow%3ACI)
[](https://codecov.io/gh/python-bugzilla/python-bugzilla)
[](https://pypi.org/project/python-bugzilla/)
# python-bugzilla
This package provides two bits:
* `bugzilla` python module for talking to a [Bugzilla](https://www.bugzilla.org/) instance over XMLRPC or REST
* `/usr/bin/bugzilla` command line tool for performing actions from the command line: create or edit bugs, various queries, etc.
This was originally written specifically for [Red Hat's Bugzilla instance](https://bugzilla.redhat.com)
and is used heavily at Red Hat and in Fedora, but it should be
generically useful.
You can find some code examples in the [examples](examples) directory.
For questions about submitting patches, see [CONTRIBUTING.md](CONTRIBUTING.md)