No Description

Marek Marczykowski-Górecki 6f46faba6c README: add note about python version compatibility 7 years ago
ci 47cea5d146 Add 'daemon' python module dependency 7 years ago
etc 377a82105d Add qvm-start-gui autostart script 7 years ago
qubesmgmt cdb9205eef tests: make Std{err,out}Buffer context managers stackable 7 years ago
rpm_spec 377a82105d Add qvm-start-gui autostart script 7 years ago
test-packages 7d7f1724ff make pylint happy 7 years ago
.gitignore 45dcc6b1dd travis: integrate test coverage reports via codecov 7 years ago
.travis.yml 7bafd631d4 Exclude tools and events from python2 tests and packaging 7 years ago
LICENSE 3a2e0b770b Initial commit 7 years ago
Makefile 377a82105d Add qvm-start-gui autostart script 7 years ago
Makefile.builder 58ee672743 rpm: add packaging 7 years ago
README.md 6f46faba6c README: add note about python version compatibility 7 years ago
run-tests 7bafd631d4 Exclude tools and events from python2 tests and packaging 7 years ago
setup.py 7bafd631d4 Exclude tools and events from python2 tests and packaging 7 years ago
version 1fc6cceb73 Add setup.py and related files 7 years ago

README.md

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.