core-admin-client/README.md
2017-04-30 15:21:04 +02:00

15 lines
399 B
Markdown

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.