core-admin-client/README.md
Marek Marczykowski-Górecki bde60c154a
Bump Python version requirement for qvm-* to 3.5
Some of qvm-* tools do use asyncio and its API have changed between 3.4
and 3.5.
2019-02-12 02:17:38 +01:00

15 lines
404 B
Markdown

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.