An open API service indexing awesome lists of open source software.

https://github.com/purestorage-openconnect/purestorage-vmware-python-sdk

The Pure Storage and VMware Python SDK
https://github.com/purestorage-openconnect/purestorage-vmware-python-sdk

Last synced: 8 months ago
JSON representation

The Pure Storage and VMware Python SDK

Awesome Lists containing this project

README

          

# Pure Storage / VMware SDK

## Overview

The `purepyvmware` Python package provides clients with the ability to more easily
automate their Pure Storage and VMware environments.

## Requirements

The library requires Python 3.6 and higher. Third-party libraries are also required.

## Installation

### pip Installation
For Python >= 3.6:
```
$ python3 -m pip install purepyvmware
```

### Manual Installation
```
$ git clone https://github.com/PureStorage-OpenConnect/PureStorage-VMware-Python-SDK.git
$ cd PureStorage-VMware-Python-SDK
$ python3 -m pip install -r requirements.txt
$ python setup.py install
```

## Documentation

For full documentation, including a quick start guide and examples, see https://purepyvmware.readthedocs.io/en/latest/.

To report issues or request new features, please enter them here:
https://github.com/PureStorage-OpenConnect/PureStorageVMwarePythonSDK/issues

For questions, [join our Pure Storage Code Slack Team](https://codeinvite.purestorage.com/)! Check out the #python channel!