Skip to content

Files

Latest commit

 

History

History

python

jobset

Python SDK for the JobSet API

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: v0.1.4
  • Package version: 0.1.4
  • Generator version: 7.11.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.8+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import jobset

Setuptools

Install via Setuptools.

python setup.py install --user

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

Then import the package:

import jobset

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import jobset
from jobset.rest import ApiException
from pprint import pprint

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description

Documentation For Authorization

Endpoints do not require authorization.

Author