Python package to interact with Clara Platform Server API
Project description
Clara Deploy Python Client
An intuitive python 3 package to develop applications with NVIDIA Clara Deploy. Utilize the clients within the nvidia_clara package to manage jobs, pipelines, payloads, and models. Each client has an associated set of objects which are defined in seperate 'types' modules (also can be found in nvidia_clara). Look at the examples below to learn more on each client to get started!
Additional Resources to Learn More on Clara Deploy
Client Prerequisites
- Python 3.6 or higher
- Clara Deploy 0.7.0 or higher
Pypi Packages Needed
Getting Started
Package Installation
Installing from source repository
$ git clone --recursive git@github.com:NVIDIA/clara-platform-python-client.git
$ cd ./clara-platform-python-client
$ python3 -m pip install requirements.txt
$ python3 -m pip install .
Installing directly from Pypi
$ python3 -m pip install nvidia-clara-client
Clara Client Guides
- Jobs : Learn to start and manage Clara jobs
- Pipelines : Learn to create and manage Clara pipelines
- Payloads : Learn to create, upload, download, and manage Clara payloads
Full Example(s) Running Pipeline
Running Pytests
Only for developing with source repository
$ pip3 install grpcio-testing
$ pip3 install pytest
$ export PYTHONPATH="${PYTHONPATH}:<INSERT PATH TO /clara-platform-python-client>"
$ pytest <INSERT PATH TO /clara-platform-python-client>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for nvidia-clara-client-0.8.1.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5711dfd253fe5676cc47206a2a6ff78b1ea111b930587830b41e20ebbb6e6a2c |
|
MD5 | 1b9e6032047edaf37ce1221ce82ecc3d |
|
BLAKE2b-256 | 6b7c663d982d5d663021d16c3d5626a87b362d9c0459667a27b5c0c813bf6988 |