2017-04-30 15:19:55 +02:00
|
|
|
This is client side implementation of Qubes Admin API. See
|
2017-05-12 00:13:01 +02:00
|
|
|
https://www.qubes-os.org/doc/admin-api/ for protocol specification.
|
2017-04-30 15:19:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Compatibility
|
|
|
|
=============
|
|
|
|
|
|
|
|
Most of the API modules are compatible with Python >= 2.7.
|
|
|
|
Very few parts require Python >= 3.4:
|
|
|
|
- tools (`qvm-*`)
|
2017-05-11 23:21:04 +02:00
|
|
|
- qubesadmin.events module (for asyncio module)
|
2017-04-30 15:19:55 +02:00
|
|
|
|
|
|
|
Parts not compatible with Python < 3.4, are not installed in such environment.
|