core-admin-client/qubesmgmt
Marek Marczykowski-Górecki 785706af2f
events: initial implementation
This module use asyncio, so require Python 3. And actually >= 3.5.2
because of asyncio.StreamReader.readuntil().

Modules are designed the way it's still possible to use non-events API
on Python 2.
2017-04-29 01:18:24 +02:00
..
events events: initial implementation 2017-04-29 01:18:24 +02:00
tests Add qvm-pool and qvm-volume tool 2017-04-07 18:48:05 +02:00
tools Add qvm-pool and qvm-volume tool 2017-04-07 18:48:05 +02:00
vm Make QubesVM objects comparable and str()-able 2017-03-13 04:37:30 +01:00
__init__.py refactor 'QUBESD_SOCKET' into separate module 2017-04-29 01:18:24 +02:00
app.py events: initial implementation 2017-04-29 01:18:24 +02:00
base.py Make names always 'str' 2017-03-13 04:41:54 +01:00
config.py refactor 'QUBESD_SOCKET' into separate module 2017-04-29 01:18:24 +02:00
exc.py Add StoragePoolException 2017-03-13 04:41:55 +01:00
label.py Make generic named objects collection instead of separate for each type 2017-03-13 04:41:54 +01:00
log.py Add logging module 2017-03-01 23:49:23 +01:00
storage.py Make names always 'str' 2017-03-13 04:41:54 +01:00
utils.py tools: recognize size units regardless of case 2017-03-13 04:41:55 +01:00