Go to file
2017-05-11 21:13:57 +02:00
ci Add 'daemon' python module dependency 2017-04-29 01:18:34 +02:00
doc doc: Sphinx config skeleton 2017-05-11 21:13:56 +02:00
etc Add qvm-start-gui autostart script 2017-04-29 01:18:34 +02:00
qubesmgmt tools: minor fixes for documentation building 2017-05-11 21:13:57 +02:00
rpm_spec Add qvm-start-gui autostart script 2017-04-29 01:18:34 +02:00
test-packages make pylint happy 2017-03-02 02:05:35 +01:00
.gitignore travis: integrate test coverage reports via codecov 2017-03-02 02:05:36 +01:00
.travis.yml Exclude tools and events from python2 tests and packaging 2017-04-29 01:18:25 +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 rpm: add packaging 2017-03-01 23:49:22 +01:00
README.md README: add note about python version compatibility 2017-04-30 15:21:04 +02:00
run-tests Exclude tools and events from python2 tests and packaging 2017-04-29 01:18:25 +02:00
setup.py Exclude tools and events from python2 tests and packaging 2017-04-29 01:18:25 +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/mgmt1/ for protocol specification.

Compatibility

Most of the API modules are compatible with Python >= 2.7. Very few parts require Python >= 3.4:

  • tools (qvm-*)
  • qubesmgmt.events module (for asyncio module)

Parts not compatible with Python < 3.4, are not installed in such environment.