buildkite-sdk-python

buildkite-sdk v1.0.0

Instructions

Registry Configuration

Add this to the [global] section in your ~/.pip/pip.conf:

[global]
extra-index-url = https://packages.buildkite.com/cnunciato/buildkite-sdk-python/pypi/simple

Otherwise if installing on a virtualenv, add this to the bottom of your requirements.txt:

--extra-index-url="https://packages.buildkite.com/cnunciato/buildkite-sdk-python/pypi/simple"

Package Installation

Install the package with this command:

pip install buildkite-sdk==1.0.0