Getting Started
Connecting to Bugzilla
Package Installation explains the available WHL and TAR.GZ files for the supported environments, as well as how to install the appropriate one to your python distribution.
Establishing a Connection indicates the module to import and shows how to configure the necessary connection properties in a connection string. Other available connection properties can be used to configure other aspects of the connector capabilities.
Python Version Support
The CData Python Connector for Bugzilla can be installed and used in various Python 3.7, 3.8, 3.9, and 3.10 distributions (Mac is restricted to Python 3.8, 3.9 and 3.10).
Bugzilla Version Support
The provider leverages the Bugzilla API to enable bidirectional access to Bugzilla.
See Also
- Using the Connector: Establish connections and query Bugzilla through Python code.
- From SQLAlchemy: Use SQLAlchemy to establish a connection with dialect URL, and interact with Bugzilla data using mapped classes and Sessions.