This is currently discontinued, we might reopen it in the future.
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
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.
- oVirt engine SDK - oVirt python wrapper for REST API
pip install ovirt-engine-sdk-python
For master clone repository
git clone [email protected]: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
TODO: Explain how to run the automated tests for this system
- oVirt engine SDK - The python API wrapper for oVirt
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Kwisatz - Initial work - KwisatzHaderach
See also the list of contributors who participated in this project.
This project is licensed under the Apache v2 - see the LICENSE.md file for details