Skip to content

Public repo for a Python 3 wrapper for the Sinter API

License

Notifications You must be signed in to change notification settings

RealSelf/pysinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}}

About

Public repo for a Python 3 wrapper for the Sinter API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages