~narindergupta/+junk/purestorage

« back to all changes in this revision

Viewing changes to purestorage.egg-info/PKG-INFO

  • Committer: Narinder Gupta
  • Date: 2019-02-06 16:03:16 UTC
  • Revision ID: narinder.gupta@canonical.com-20190206160316-2mbba1k2ak000r9a
first version of package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Metadata-Version: 1.1
 
2
Name: purestorage
 
3
Version: 1.16.0
 
4
Summary: Pure Storage FlashArray REST Client
 
5
Home-page: https://github.com/purestorage/rest-client
 
6
Author: Pure Storage
 
7
Author-email: wes@purestorage.com
 
8
License: BSD 2-Clause
 
9
Download-URL: https://github.com/purestorage/rest-client/archive/1.16.0.tar.gz
 
10
Description: Pure Storage REST Client
 
11
        ========================
 
12
        This library is designed to provide a simple interface for issuing commands to
 
13
        a Pure Storage Flash Array using a REST API. It communicates with the array
 
14
        using the python requests HTTP library.
 
15
        
 
16
        
 
17
        Requirements
 
18
        ============
 
19
        This library requires the use of python 2.6 or later and the third-party
 
20
        library "requests".
 
21
        
 
22
        Additionally, this library can only be used communicate with Flash Arrays that
 
23
        support one or more REST API versions between 1.0 and 1.16; currently, this
 
24
        includes any Flash Array running Purity 3.4.0 or later.
 
25
        
 
26
        
 
27
        Capabilities
 
28
        ============
 
29
        This library supports all functionality offered by REST API versions up to 1.16.
 
30
        
 
31
        Note that different versions of the REST API offer different functionality, and
 
32
        some operations may be unusable except on certain versions of the REST API. For
 
33
        example, functionality relating to FlashRecover and protection groups (pgroups)
 
34
        requires the use of REST API version 1.2, which is supported only by Purity
 
35
        versions 4.0 and later.
 
36
        
 
37
        
 
38
        Installation
 
39
        ============
 
40
        ::
 
41
        
 
42
         $ python setup.py install
 
43
        
 
44
        
 
45
        Documentation
 
46
        =============
 
47
        
 
48
        http://pure-storage-python-rest-client.readthedocs.io/en/stable/
 
49
        
 
50
        
 
51
        Tests
 
52
        =====
 
53
        From the root directory of the rest-client
 
54
        ::
 
55
        
 
56
         $ PYTHONPATH=$(pwd):$PYTHONPATH py.test test/*.py
 
57
        
 
58
        
 
59
        Files
 
60
        =====
 
61
        * purestorage/ -- Contains library code.
 
62
        * docs/ -- Contains API documentation, Makefile and conf.py.
 
63
        * CHANGES.rst -- Library change log.
 
64
        * LICENSE.txt -- Library BSD 2-Clause license.
 
65
        * README.txt -- This document.
 
66
        
 
67
Keywords: pure,storage,flasharray,rest,client
 
68
Platform: UNKNOWN