* origin/pr/108: app: switch get_local_name method to property tests: qvm_start_gui: make PEP8 happier tests: fix with respect to gui properties app: get_local_name set/from self attribute app: fix missing docstring for get_local_name qvm-start-gui: simplify log info for start_gui function guivm: use getattr instead of try/except and direct property access qvm-start-gui: handle GuiVM Make PEP8 happier |
||
|---|---|---|
| ci | ||
| debian | ||
| doc | ||
| etc | ||
| qubesadmin | ||
| rpm_spec | ||
| test-packages | ||
| .gitignore | ||
| .pylintrc | ||
| .travis.yml | ||
| LICENSE | ||
| Makefile | ||
| Makefile.builder | ||
| README.md | ||
| run-tests | ||
| setup.py | ||
| version | ||
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.