powervm / pypowervm

Python library for interacting with the PowerVM API
Apache License 2.0
26 stars 14 forks source link

========================================== pypowervm - Python API wrapper for PowerVM

NOTE

Current versions should utilize the local authentication mechanism. The remote authentication mechanism is intended only for development and test purposes for the time being.

Overview

pypowervm provides a Python-based API wrapper for interaction with IBM PowerVM-based systems.

License

The library's license can be found in the LICENSE_ file. It must be reviewed prior to use.

.. _LICENSE: LICENSE

Project Structure

Using Sonar

To enable sonar code scans through tox there are a few steps involved.

Developer Notes