Metadata-Version: 2.1
Name: py-pure-client
Version: 1.20.1
Summary: Pure Storage Python clients for FlashArray, FlashBlade, and Pure1 APIs
Home-page: https://github.com/PureStorage-OpenConnect/py-pure-client
Author: Pure Storage
Author-email: tvilcu@purestorage.com
License: BSD 2-Clause
Download-URL: https://github.com/PureStorage-OpenConnect/py-pure-client/archive/1.20.1.tar.gz
Keywords: Swagger,Pure Storage,Python,clients,REST,API,FlashArray,FlashBlade,Pure1
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Pure Storage Unified Python SDK

## Overview

The `py-pure-client` Python package provides clients that use the Pure1 1.x REST API,
the FlashArray REST 2.x API, and the FlashBlade REST 2.x API.

For the current FlashBlade REST 1.x Python SDK, [see here](https://github.com/purestorage/purity_fb_python_client).
For the current FlashArray REST 1.x Python SDK, [see here](https://github.com/PureStorage-OpenConnect/rest-client).

## Requirements

The library requires Python 3.5 or higher. Third-party libraries are also required.

## Installation

### pip Installation
```
$ pip3 install py-pure-client
```

### Manual Installation
```
$ git clone https://github.com/PureStorage-OpenConnect/py-pure-client.git
$ cd py-pure-client
$ pip install -r requirements.txt
$ python setup.py install
```

## Documentation

For full documentation, including a quick start guide and examples, see https://pure-storage-py-pure-client.readthedocs-hosted.com/en/latest/index.html.


