* qubesos/pr/55: restore.py: add template-related debug log messages restory.py: restore template_for_dispvms property early restore.py: factor out _restore_property() helper restore.py: deal with DispVM templates restore.py: sort into three tiers in _templates_first() restore.py: don't try to restore dispid property qvm-backup: let backup core handle default VM selection qvm-backup-restore: really pass options qvm-backup-restore: remove orphaned --replace-template option |
||
|---|---|---|
| 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.