Sem descrição

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

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.