Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Latest commit

 

History

History
42 lines (24 loc) · 1.03 KB

File metadata and controls

42 lines (24 loc) · 1.03 KB

Prometheus

Docker Pulls Go Report Card


The Python Implementation of the Conveyor CI Driver Runtime

Installation

pip install conveyor.py

Usage

from conveyor.client import Client

cl = Client()

response = cl.create_or_update_resource_definition(resource_definition)

Development Setup

Check out this Guide for setting up your development environment.

License

Apache License 2.0, see LICENSE.