Skip to content

Latest commit

 

History

History
123 lines (100 loc) · 5.45 KB

README.md

File metadata and controls

123 lines (100 loc) · 5.45 KB

tekton

Python SDK for Tekton Pipeline

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

Tekton Pipeline Python SDK can be installed by pip or Setuptools.

pip install tekton-pipeline

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Getting Started

Please follow the installation procedure and then run the examples

Documentation for API Endpoints

All URIs are relative to https://localhost

Class Method HTTP request Description
TektonClient create Create Tekton object
TektonClient get get Tekton object
TektonClient delete delete Tekton object

Documentation For Models

Documentation For Authorization

All endpoints do not require authorization.

Author