Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.64 KB

README.md

File metadata and controls

57 lines (33 loc) · 1.64 KB

This is currently discontinued, we might reopen it in the future.

ovirt-sdk-helpers

This repository should serve as python-sdk for oVirt, it is using existing oVirt-engine-sdk python wrapper for REST API and extending it functionality to usable format

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

pip install ovirt-engine-sdk-python

Installing

For master clone repository

git clone git@github.com:KwisatzHaderach/ovirt-sdk-helpers.git 
cd ovirt-sdk-helpers
python setup.py install

For latest stable version install from pip

pip install ovirt-sdk-helpers

End with an example of getting some data out of the system or using it for a little demo

Running the tests

TODO: Explain how to run the automated tests for this system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache v2 - see the LICENSE.md file for details