Bez popisu

hexagonrecursion 51d9d6983e Fix a pref name in the qvm-prefs man page před 4 roky
ci f7e9c99a5c Move pylint config to canonical place před 5 roky
debian 6f784650ae version 4.0.26 před 4 roky
doc 51d9d6983e Fix a pref name in the qvm-prefs man page před 4 roky
etc bbd0beb830 Fix qvm-start-gui autostart script před 7 roky
qubesadmin 769f8a5ee8 Merge remote-tracking branch 'origin/pr/98' před 4 roky
rpm_spec 61cc6b008e rpm: add R: python3-yaml, as needed by qvm-backup tool před 5 roky
test-packages 4ceff0f8c0 Rename qubesmgmt to qubesadmin module před 7 roky
.gitignore 771b49d861 .gitignore: add doc/_build/ před 6 roky
.pylintrc f7e9c99a5c Move pylint config to canonical place před 5 roky
.travis.yml 291382c6b9 travis: drop python 3.4, add python 3.6 and 3.7 před 4 roky
LICENSE 3a2e0b770b Initial commit před 7 roky
Makefile 65f0f028f8 Add 'make clean' target, use it for Debian build před 6 roky
Makefile.builder d7671e4856 debian: initial packaging před 7 roky
README.md bde60c154a Bump Python version requirement for qvm-* to 3.5 před 5 roky
run-tests 4ceff0f8c0 Rename qubesmgmt to qubesadmin module před 7 roky
setup.py bde60c154a Bump Python version requirement for qvm-* to 3.5 před 5 roky
version 6f784650ae version 4.0.26 před 4 roky

README.md

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.5:

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

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