Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.69 KB

README.rst

File metadata and controls

41 lines (31 loc) · 1.69 KB

ciborg

Assimilate your CI services

PyPI version supported Python versions Azure build status codecov coverage status source on GitHub

ciborg aims to provide two layers of control allowing you to write CI configuration that is agnostic to the actual CI provider you use. The first layer provides a CLI to convert the ciborg configuration to CI provider specific configuration files. This layer is opinionated about proper CI practices and should be easily usable by all developers to setup a quality CI pipeline. The second layer provides a Python API allowing more advanced users to build their own top level implementation using the basic building blocks provided by ciborg.

Note:
This project is in the early stages of development. It has bootstrapped itself on Azure Pipelines and GitHub Actions.