Go to file
Marek Marczykowski-Górecki bf03f6630f
Handle python standard exceptions in qubesd response
This may be useful for things like AttributeError, ValueError etc.
Use error name directly as exception name without much validation, as it
comes from dom0.
2017-03-09 02:39:52 +01:00
ci travis: integrate test coverage reports via codecov 2017-03-02 02:05:36 +01:00
qubesmgmt Handle python standard exceptions in qubesd response 2017-03-09 02:39:52 +01:00
rpm_spec rpm: add packaging 2017-03-01 23:49:22 +01:00
test-packages make pylint happy 2017-03-02 02:05:35 +01:00
.gitignore travis: integrate test coverage reports via codecov 2017-03-02 02:05:36 +01:00
.travis.yml travis: integrate test coverage reports via codecov 2017-03-02 02:05:36 +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
run-tests travis: integrate test coverage reports via codecov 2017-03-02 02:05:36 +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.