Circleci.py

Hi folks,

I’ve been busy hacking over the last week on a python wrapper for the CircleCI API.

Features

  • Python3
  • Supports the latest v1.1 of the CircleCI API.
  • Supports both circleci.com and CircleCI server (aka “Enterprise”).
  • Some “experimental” stuff

Once I am done wrapping the main API I plan to include some additional useful utility functions. I hope you all find it useful. Let me know if you run into any issues or have suggestions for improvements.

2 Likes

This weekend I released v1.1.1. This version offers a complete set of the entire public API including the ability to download artifacts.

Documentation has also come a long way: http://circlecipy.readthedocs.io/en/latest/?badge=latest

Huge thank you readthedocs for making the doc part so easy.