Skip to main content

Python client for the Google Issue Tracking system (Buganizer)

Project description

logo

Python client for the Google Issue Tracking system (Buganizer)

Installation

pip install buganize

Or with the CLI utility:

pip install buganize[cli]

Nix

A shell.nix is provided for Nix users:

nix-shell

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"

Documentation

  • See USAGE.md for full library and CLI documentation.
  • See API Reference for details about limitations, and how the API works.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

buganize-1.7.0.tar.gz (39.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

buganize-1.7.0-py3-none-any.whl (45.3 kB view details)

Uploaded Python 3

File details

Details for the file buganize-1.7.0.tar.gz.

File metadata

  • Download URL: buganize-1.7.0.tar.gz
  • Upload date:
  • Size: 39.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for buganize-1.7.0.tar.gz
Algorithm Hash digest
SHA256 db3e7fa59ef8a3c285049f7ca52d6814459d4c7eece1ac4c597014b6b14e1f12
MD5 38eed58ee3f6e970d854954d6b7432d5
BLAKE2b-256 ef54a2eaa11ad0f82c805e6b35f2b59846732a6419f553c6b6097f999e844dae

See more details on using hashes here.

Provenance

The following attestation bundles were made for buganize-1.7.0.tar.gz:

Publisher: publish-python.yml on rly0nheart/buganize

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file buganize-1.7.0-py3-none-any.whl.

File metadata

  • Download URL: buganize-1.7.0-py3-none-any.whl
  • Upload date:
  • Size: 45.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for buganize-1.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 03b3e5232510dc31d679fa52b65c8b38151ff7ce6c10f09eefb3fd3702e2097a
MD5 12c661e6b5877d814096892f012c7fdb
BLAKE2b-256 5ef2b8135ca5fbb7e3082d4904c0bba65ad32d21d680064002b83672062d0977

See more details on using hashes here.

Provenance

The following attestation bundles were made for buganize-1.7.0-py3-none-any.whl:

Publisher: publish-python.yml on rly0nheart/buganize

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page