Circleci.py now includes an SDK

Hi community!

I’ve been maintaining a python wrapper for the CircleCI API for a few years now. Recently I added a new SDK module which allows you to do some interesting things.

Right now the only implemented feature in the SDK is a function that allows you to run builds one at a time. This is a commonly requested feature. There are some potential flaws with this implementation but for the base case it works ok. https://circlecipy.readthedocs.io/en/1.2.2/demo.html#demo-sdk-build-singleton

I am interested in any feedback, and also if anyone has ideas for other useful things that might be included in this SDK.

1 Like