Go to file
Marek Marczykowski-Górecki f386d45695
vm: fix run_service error reporting
qubesadmin.exc.QubesVMError (in contrast to qubesa.exc.QubesVMError)
does not take VM instance as first argument.
2017-05-17 01:32:27 +02:00
ci
doc
etc
qubesadmin vm: fix run_service error reporting 2017-05-17 01:32:27 +02:00
rpm_spec Install actual scripts stubs 2017-05-12 00:16:26 +02:00
test-packages
.gitignore
.travis.yml
LICENSE
Makefile
Makefile.builder
README.md Update documentation link in readme 2017-05-12 00:13:01 +02:00
run-tests
setup.py Install actual scripts stubs 2017-05-12 00:16:26 +02:00
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.