Go to file
Marek Marczykowski-Górecki 02cfab8257
Try to use new property.GetAll method to pre-fill the cache
When caching is enabled, reduce number of calls by getting all the
properties at once. If the call is not available (for example because of
the policy), fallback to getting individual values.

QubesOS/qubes-issues#5415
2020-05-22 19:01:24 +02:00
ci Move pylint config to canonical place 2018-09-18 16:47:58 +02:00
debian version 4.1.5 2020-04-10 05:40:18 +02:00
doc Fix and improvements from Marek's comments 2020-03-28 17:33:03 +01:00
etc qvm-start-daemon: allow starting only if service enabled 2020-03-28 17:33:03 +01:00
qubesadmin Try to use new property.GetAll method to pre-fill the cache 2020-05-22 19:01:24 +02:00
rpm_spec Change qvm-start-gui to qvm-start-daemon for handling audio too 2020-03-28 17:33:02 +01:00
scripts Move qvm-console from qubes-core-agent-linux 2020-01-21 22:37:40 +00:00
test-packages Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
.gitignore .gitignore: add doc/_build/ 2018-05-03 01:03:27 +02:00
.pylintrc Make pylint happy 2019-10-05 21:57:48 +02:00
.travis.yml Drop Python2 support 2020-01-15 21:41:52 +01:00
LICENSE Initial commit 2017-03-01 23:48:53 +01:00
Makefile Fix and improvements from Marek's comments 2020-03-28 17:33:03 +01:00
Makefile.builder debian: initial packaging 2017-05-20 03:15:23 +02:00
README.md Drop Python2 support 2020-01-15 21:41:52 +01:00
run-tests Drop Python2 support 2020-01-15 21:41:52 +01:00
setup.py Bump Python version requirement for qvm-* to 3.5 2019-02-12 02:17:38 +01:00
version version 4.1.5 2020-04-10 05:40:18 +02:00

This is client side implementation of Qubes Admin API. See https://www.qubes-os.org/doc/admin-api/ for protocol specification.

Compatibility

This package requires Python >= 3.5