d07475427f
* qubesos/pr/52: backup: don't crash when no 'qubes' group is present tests: dom0 backup restore, both v3 and v4 backup: add support for openssl 1.1.0 options backup: skip dom0's properties while restoring core2 backup unused variable style issues Fix dom0 restore Fix dom0 handling Fix AdminVm class name |
||
---|---|---|
ci | ||
debian | ||
doc | ||
etc | ||
qubesadmin | ||
rpm_spec | ||
test-packages | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
Makefile | ||
Makefile.builder | ||
README.md | ||
run-tests | ||
setup.py | ||
version |
This is client side implementation of Qubes Admin API. See https://www.qubes-os.org/doc/admin-api/ for protocol specification.
Compatibility
Most of the API modules are compatible with Python >= 2.7. Very few parts require Python >= 3.4:
- tools (
qvm-*
) - qubesadmin.events module (for asyncio module)
Parts not compatible with Python < 3.4, are not installed in such environment.