Go to file
2018-12-03 23:27:10 +01:00
ci Move pylint config to canonical place 2018-09-18 16:47:58 +02:00
debian version 4.0.22 2018-10-29 05:45:34 +01:00
doc qvm-ls: add filtering by domain power state 2018-10-10 20:06:35 +02:00
etc
qubesadmin backup: simplify test expressions to make pylint happy 2018-12-03 23:27:10 +01:00
rpm_spec rpm: fix building on fc29 2018-10-07 02:47:35 +02:00
test-packages
.gitignore .gitignore: add doc/_build/ 2018-05-03 01:03:27 +02:00
.pylintrc Move pylint config to canonical place 2018-09-18 16:47:58 +02:00
.travis.yml Move pylint config to canonical place 2018-09-18 16:47:58 +02:00
LICENSE
Makefile
Makefile.builder
README.md
run-tests
setup.py
version version 4.0.22 2018-10-29 05:45:34 +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.