Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 852 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 852 Bytes

Data Domain SDK Python

A Python library to make REST API calls to PowerProtect DD Series Appliances and Data Domain Systems.

This Python package is automatically generated by the Swagger Codegen project:

  • API version: 1.0
  • Package version: 1.0.0
  • Build package: io.swagger.codegen.languages.PythonClientCodegen

Requirements.

Python 2.7 and 3.4+

Installation & Usage

pip install

If the python package is hosted on GitHub, you can install directly from GitHub

pip install git+https://github.com/gcezaralmeida/datadomain_sdk_python.git#subdirectory=dd_sdk_1_0

(you may need to run pip with root permission: sudo pip install git+https://github.com/gcezaralmeida/datadomain_sdk_python.git#subdirectory=dd_sdk_1_0)

Then import the package:

import dd_sdk_1_0