Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 687 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 687 Bytes
permalink
/index.html

Rubrik SDK for Polaris

This project provides a Python package that makes it easy to interact with the Rubrik Polaris API.

The SDK has been tested against Python 3.8.x

Currently available in beta branch!

Installation

Install from pip:

Pending

Install from source:

$ git clone https://github.com/rubrikinc/rubrik-polaris-sdk-for-python
$ cd rubrik-polaris-sdk-for-python
$ git checkout beta
$ python setup.py install

Documentation

Here

Sample Code

Here