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
- Host: GitHub
- URL: https://github.com/purestorage-openconnect/purestorage-vmware-python-sdk
- Owner: PureStorage-OpenConnect
- License: apache-2.0
- Created: 2020-06-03T15:30:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T19:42:49.000Z (over 5 years ago)
- Last Synced: 2025-05-30T00:05:02.840Z (9 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 3
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!