python-errata-tool¶
About¶
python-errata-tool is a Python library that wraps the Errata Tool’s REST API.
It uses requests_kerberos
to authenticate and parses JSON responses into
Erratum objects. You can use it to create new
advisories, or read and update existing advisories. The
ErrataConnector class also provides lower-level
access to all of the Errata Tool’s REST API.