python-qbo


License
MIT
Install
pip install python-qbo==0.3.0

Documentation

python-qbo

Build Status PyPI Coverage Status CodeFactor

Installation

pip install python-qbo

Usage

Import the package:

from qbo import Qbo

Obtain a qbo instance:

qbo = Qbo("https://{QBO_URL}/")

Get the name of the machine:

print(qbo.name())

Get maintenance status:

print(qbo.maintenance_status())