py-pure-client


Namepy-pure-client JSON
Version 1.49.0 PyPI version JSON
download
home_pagehttps://github.com/PureStorage-OpenConnect/py-pure-client
SummaryPure Storage Python clients for FlashArray, FlashBlade, and Pure1 APIs
upload_time2024-04-03 12:50:21
maintainerNone
docs_urlNone
authorPure Storage
requires_pythonNone
licenseBSD 2-Clause
keywords swagger pure storage python clients rest api flasharray flashblade pure1
VCS
bugtrack_url
requirements certifi six python_dateutil setuptools urllib3 paramiko pyjwt requests typing
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PureStorage-OpenConnect/py-pure-client",
    "name": "py-pure-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Swagger, Pure Storage, Python, clients, REST, API, FlashArray, FlashBlade, Pure1",
    "author": "Pure Storage",
    "author_email": "openconnect@purestorage.com",
    "download_url": "https://files.pythonhosted.org/packages/85/ca/fadc885dad49d9095c8ffe108fb6235b3a2a07c01bd5caa4e0cb8ae13b8d/py-pure-client-1.49.0.tar.gz",
    "platform": null,
    "description": "# Pure Storage Unified Python SDK\n\n## Overview\n\nThe `py-pure-client` Python package provides clients that use the Pure1 1.x REST API,\nthe FlashArray REST 2.x API, and the FlashBlade REST 2.x API.\n\nFor the current FlashBlade REST 1.x Python SDK, [see here](https://github.com/purestorage/purity_fb_python_client).\nFor the current FlashArray REST 1.x Python SDK, [see here](https://github.com/PureStorage-OpenConnect/rest-client).\n\n## Requirements\n\nThe library requires Python 3.5 or higher. Third-party libraries are also required.\n\n## Installation\n\n### pip Installation\n```\n$ pip3 install py-pure-client\n```\n\n### Manual Installation\n```\n$ git clone https://github.com/PureStorage-OpenConnect/py-pure-client.git\n$ cd py-pure-client\n$ pip install -r requirements.txt\n$ python setup.py install\n```\n\n## Documentation\n\nFor full documentation, including a quick start guide and examples, see https://pure-storage-py-pure-client.readthedocs-hosted.com/en/latest/index.html.",
    "bugtrack_url": null,
    "license": "BSD 2-Clause",
    "summary": "Pure Storage Python clients for FlashArray, FlashBlade, and Pure1 APIs",
    "version": "1.49.0",
    "project_urls": {
        "Download": "https://github.com/PureStorage-OpenConnect/py-pure-client/archive/1.49.0.tar.gz",
        "Homepage": "https://github.com/PureStorage-OpenConnect/py-pure-client"
    },
    "split_keywords": [
        "swagger",
        " pure storage",
        " python",
        " clients",
        " rest",
        " api",
        " flasharray",
        " flashblade",
        " pure1"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85cafadc885dad49d9095c8ffe108fb6235b3a2a07c01bd5caa4e0cb8ae13b8d",
                "md5": "0b3e1a561e23ecd6cc65a9f22683f091",
                "sha256": "7ac52dfbf68b23c5da8d41496ac7088955763e49ad51561c34de6f0c7dcc57bf"
            },
            "downloads": -1,
            "filename": "py-pure-client-1.49.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0b3e1a561e23ecd6cc65a9f22683f091",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13309115,
            "upload_time": "2024-04-03T12:50:21",
            "upload_time_iso_8601": "2024-04-03T12:50:21.724920Z",
            "url": "https://files.pythonhosted.org/packages/85/ca/fadc885dad49d9095c8ffe108fb6235b3a2a07c01bd5caa4e0cb8ae13b8d/py-pure-client-1.49.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 12:50:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PureStorage-OpenConnect",
    "github_project": "py-pure-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "certifi",
            "specs": [
                [
                    ">=",
                    "2022.9.24"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    ">=",
                    "1.10"
                ]
            ]
        },
        {
            "name": "python_dateutil",
            "specs": [
                [
                    ">=",
                    "2.5.3"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    ">=",
                    "21.0.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    ">=",
                    "1.26.17"
                ]
            ]
        },
        {
            "name": "paramiko",
            "specs": [
                [
                    ">=",
                    "2.11.0"
                ]
            ]
        },
        {
            "name": "pyjwt",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.20.1"
                ]
            ]
        },
        {
            "name": "typing",
            "specs": [
                [
                    ">=",
                    "3.7.4.1"
                ]
            ]
        }
    ],
    "lcname": "py-pure-client"
}
        
Elapsed time: 0.26086s