Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 312 Bytes

File metadata and controls

16 lines (12 loc) · 312 Bytes

A Python 3.6 wrapper for Sinter's (https://www.sinterdata.com) API.

Installation

pip install pysinter

Usage

from pysinter import Sinter

sinter = Sinter({{account_id}}, {{api_token}})

projects = sinter.list_projects()

response = sinter.trigger_job_run({{project_id}}, {{job_id}}