Go to file
2017-05-18 09:50:25 +02:00
ci Make pylint happy 2017-05-17 13:20:59 +02:00
doc Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
etc Add qvm-start-gui autostart script 2017-04-29 01:18:34 +02:00
qubesadmin tools: fix handling single optional VM name 2017-05-18 09:50:25 +02:00
rpm_spec Install actual scripts stubs 2017-05-12 00:16:26 +02:00
test-packages Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
.gitignore travis: integrate test coverage reports via codecov 2017-03-02 02:05:36 +01:00
.travis.yml travis: enable deploy script, switch to 4.0 repos 2017-05-17 13:42:13 +02:00
LICENSE Initial commit 2017-03-01 23:48:53 +01:00
Makefile Add qvm-start-gui autostart script 2017-04-29 01:18:34 +02:00
Makefile.builder Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
README.md Update documentation link in readme 2017-05-12 00:13:01 +02:00
run-tests Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
setup.py Install actual scripts stubs 2017-05-12 00:16:26 +02:00
version Add setup.py and related files 2017-03-01 23:49:18 +01:00

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.