Python client for the Google Issue Tracking system (Buganizer)
Quick start
from buganize import Buganize
async def main():
async with Buganize() as client:
result = await client.search(query="status:open priority:p1", page_size=25)
for issue in result.issues:
print(f"#{issue.id} [{issue.status.name}] {issue.title}")
buganize search "status:open priority:p1"
Documentation
See:
- Installation for installation guide.
- Usage for full library and CLI documentation.
- Buganizer API Reference for details about limitations, and how the Buganizer API works.
Release files for buganize 2.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| buganize-2.1.1.tar.gz | 41.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| buganize-2.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 88.5 kB
Release files / buganize-2.1.1.tar.gz
| Download URL | buganize-2.1.1.tar.gz |
|---|---|
| Size | 41.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
834b3444ef89823d3524e9370202afacabdfd8e581c26d48b2e203b272ce0d4e
|
|
BLAKE2b-256 checksum How to use checksums |
ec96e9e556c623a7b052ed565d44f749e3aee2b63e3156c33fc6e8668a4e8302
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 5, 2026.
Transparency logRelease files / buganize-2.1.1-py3-none-any.whl
| Download URL | buganize-2.1.1-py3-none-any.whl |
|---|---|
| Size | 47.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
08bb32a7dfca59ca1494330ebfdcb2375e0de3cbbe77bcb76dcfa57b15774cd4
|
|
BLAKE2b-256 checksum How to use checksums |
001f6eb27aadb258220c75ab2edcc8e4617c3c7d3dfc4b8471154f52c8d58e74
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 5, 2026.
Transparency log