Aucune description

Marek Marczykowski-Górecki 2675d63579 tools: add qvm-template-postprocess il y a 7 ans
ci 116c45071f Make pylint happy il y a 7 ans
debian fa66763628 debian,fedora: add missing python-docutils dependency il y a 7 ans
doc 38abd81ea8 tools: add qvm-run --service il y a 7 ans
etc bbd0beb830 Fix qvm-start-gui autostart script il y a 7 ans
qubesadmin 2675d63579 tools: add qvm-template-postprocess il y a 7 ans
rpm_spec fa66763628 debian,fedora: add missing python-docutils dependency il y a 7 ans
test-packages 4ceff0f8c0 Rename qubesmgmt to qubesadmin module il y a 7 ans
.gitignore 45dcc6b1dd travis: integrate test coverage reports via codecov il y a 7 ans
.travis.yml d7671e4856 debian: initial packaging il y a 7 ans
LICENSE 3a2e0b770b Initial commit il y a 7 ans
Makefile 377a82105d Add qvm-start-gui autostart script il y a 7 ans
Makefile.builder d7671e4856 debian: initial packaging il y a 7 ans
README.md 6c47765884 Update documentation link in readme il y a 7 ans
run-tests 4ceff0f8c0 Rename qubesmgmt to qubesadmin module il y a 7 ans
setup.py cf0cf57e7c Install actual scripts stubs il y a 7 ans
version 1fc6cceb73 Add setup.py and related files il y a 7 ans

README.md

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.4:

  • tools (qvm-*)
  • qubesadmin.events module (for asyncio module)

Parts not compatible with Python < 3.4, are not installed in such environment.