Skip to content

EMC-Underground/python-powerstore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPowerStore

PyPowerStore is a python library which lets you manage Dell EMC PowerStore.

Installation

Go to the root of the project where setup.py file is present, and execute:

pip install .

Examples

The examples for the library are available under 'ProgrammersGuideExamples' folder.

from PyPowerStore import powerstore_conn

conn = powerstore_conn.PowerStoreConn('user',
                                      'password',
                                      'IP',
                                      False)


volume_create = conn.provisioning.create_volume(name='foo',
                                                size=1073741824)

Documentation

The library docs are available under 'docs' folder.

Requirements

This library uses python's "requests" library.

PyPowerStore officially supports Python 2.7 & 3.5.

Support

PyPowerStore is supported by Dell EMC and is provided under the terms of the license attached to the source code. For any setup, configuration issues, questions or feedback, join the Dell EMC Automation community. For any Dell EMC storage issues, please contact Dell support at: https://www.dell.com/support. For clarity, Dell EMC does not provide support for any source code modifications.

About

Python library for Dell EMC PowerStore (limited)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%