Go to file
Marek Marczykowski-Górecki 5f81b9b809
Fix refreshing VM cache on python3
dict.items() iterator don't like adding/removing items at the same time.
2017-03-01 23:49:23 +01:00
ci Add missing docstrings, require them by pylint 2017-03-01 23:49:21 +01:00
qubesmgmt Fix refreshing VM cache on python3 2017-03-01 23:49:23 +01:00
rpm_spec rpm: add packaging 2017-03-01 23:49:22 +01:00
.gitignore rpm: add packaging 2017-03-01 23:49:22 +01:00
.travis.yml travis: enable package build 2017-03-01 23:49:22 +01:00
LICENSE Initial commit 2017-03-01 23:48:53 +01:00
Makefile rpm: add packaging 2017-03-01 23:49:22 +01:00
Makefile.builder rpm: add packaging 2017-03-01 23:49:22 +01:00
README.md Initial commit 2017-03-01 23:48:53 +01:00
setup.py vm: add actual VM classes 2017-03-01 23:49:23 +01:00
version Add setup.py and related files 2017-03-01 23:49:18 +01:00

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