Metadata-Version: 2.0
Name: purepyvmware
Version: 1.0.0
Summary: Pure Storage Python SDK for FlashArray and VMware Integration
Home-page: https://github.com/PureStorage-OpenConnect/PureStorage-VMware-Python-SDK
Author: Jacob Hopkinson
Author-email: jhop@purestorage.com
License: Apache-2.0
Download-URL: https://github.com/PureStorage-OpenConnect/PureStorage-VMware-Python-SDK/archive/master.zip
Keywords: Pure Storage,Python,clients,REST,API,FlashArray,VMware
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: purestorage (>=1.18.0)
Requires-Dist: pyvmomi (>=6.7.3)

# 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:
```
$ pip3 install purepyvmware
```

### Manual Installation
```
$ git clone https://github.com/PureStorage-OpenConnect/PureStorage-VMware-Python-SDK.git
$ cd PureStorage-VMware-Python-SDK
$ 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!


