Metadata-Version: 2.4
Name: py-pure-client
Version: 1.89.0
Summary: Everpure Python clients for FlashArray, FlashBlade, and Pure1 APIs
Project-URL: GitHub, https://github.com/PureStorage-OpenConnect/py-pure-client
Project-URL: Documentation, https://code.purestorage.com/py-pure-client/
Author-email: Everpure <openconnect@everpuredata.com>
License-File: LICENSE.txt
Keywords: API,Everpure,FlashArray,FlashBlade,Pure Storage,Pure1,Python,REST,SDK,clients
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Requires-Dist: paramiko>=3.4.0
Requires-Dist: pydantic>=1.10.14
Requires-Dist: pyjwt>=2.0.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: urllib3>=1.26.17
Description-Content-Type: text/markdown

# Everpure 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.8 or higher. Third-party libraries are also required.

## Installation

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

### Manual Installation
```
$ pip3 install build
$ git clone https://github.com/PureStorage-OpenConnect/py-pure-client.git
$ cd py-pure-client
$ python3 -m build
$ pip3 install dist/py_pure_client-*-py3-none-any.whl
```

## Documentation

For full documentation, including a quick start guide and examples, see https://code.purestorage.com/py-pure-client
