{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/2"}],"enrichment":{"capability":"A Python client library for the Buildkite API that lets you query organizations, manage builds, list pipelines, and download artifacts programmatically.","skillfed_tags":["ci-cd","api-wrapper","buildkite"],"use_cases":["Query organization metadata and pipeline configuration from Buildkite without manual API calls.","List, filter, and create builds programmatically, such as triggering builds on specific commits or branches.","Download build artifacts (logs, binaries, test reports) for post-build processing or archival.","Automate CI/CD workflows by polling build status and reacting to state changes in Python.","Stream large artifacts to disk in chunks to avoid loading entire files into memory."],"what_it_does":"PyBuildkite is a Python wrapper around the Buildkite API that lets you interact with your CI/CD infrastructure programmatically. It abstracts the HTTP layer and provides object-oriented methods to query organizations, list and create builds, filter by pipeline state, and download build artifacts\u2014either as complete binary data or streamed in chunks to manage memory. The library handles pagination automatically when enabled, returning response objects with navigation properties for large datasets.\n\nYou instantiate a Buildkite object, set your API token, and then call methods on resource objects (organizations, builds, artifacts) to perform operations. The per_page parameter lets you tune response sizes for organizations with large datasets that might otherwise timeout. It depends only on requests, so it integrates easily into existing Python projects without heavy dependencies.","worth_installing":"Yes, if you need to automate Buildkite workflows in Python. The package is stable, has low install friction, carries no known vulnerabilities, and is actively maintained despite aging release cadence. The permissive BSD license poses no restriction. Verify that it supports your Python version before relying on it in production."},"id":"pybuildkite","links":{"html":"https://skillfed.io/packages/pybuildkite","md":"https://skillfed.io/packages/pybuildkite.md","pypi":"https://pypi.org/project/pybuildkite/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-07-31","license_spdx":null,"license_treatment":"permissive","name":"pybuildkite","python_support":"unspecified","summary":"Python wrapper for the Buildkite API"},"popularity":{"monthly_downloads":546732,"position":6069,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.0"}
