Metadata-Version: 2.4
Name: py-pure-client
Version: 1.86.0
Summary: Pure Storage Python clients for FlashArray, FlashBlade, and Pure1 APIs
Home-page: https://github.com/PureStorage-OpenConnect/py-pure-client
Download-URL: https://github.com/PureStorage-OpenConnect/py-pure-client/archive/1.86.0.tar.gz
Author: Pure Storage
Author-email: Pure Storage <support@purestorage.com>
License: BSD 2-Clause License
        
                            Copyright (c) 2014, Pure Storage, Inc.
                                     All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
        list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
        this list of conditions and the following disclaimer in the documentation
        and/or other materials provided with the distribution.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
        ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: GitHub, https://github.com/PureStorage-OpenConnect/py-pure-client
Project-URL: Documentation, https://code.purestorage.com/py-pure-client/
Keywords: Swagger,Pure Storage,Python,clients,REST,API,FlashArray,FlashBlade,Pure1
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: certifi>=2024.07.04
Requires-Dist: python_dateutil>=2.8.2
Requires-Dist: setuptools<81.0.0,>=70.0.0; python_version <= "3.10"
Requires-Dist: setuptools>=70.0.0; python_version > "3.10"
Requires-Dist: urllib3>=1.26.17
Requires-Dist: paramiko>=3.4.0
Requires-Dist: pyjwt>=2.0.0
Requires-Dist: pydantic>=1.10.14
Dynamic: author
Dynamic: download-url
Dynamic: home-page
Dynamic: license-file

# 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.8 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://code.purestorage.com/py-pure-client
