Tishka17 / domino17

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python client library for Domino API

This library permits interaction with a Domino deployment from Python using the Domino API

Domino API belongs to Domino Data Lab

Install

pip install git+https://github.com/tishka17/domino17.git

Use:

from domino17 import Domino

client = Domino(token="your api token", trial=True)
client.start_run("username", "project", ["main.py"])
print(client.runs("username", "project"))

About

License:Apache License 2.0


Languages

Language:Python 100.0%