a | ||
kaa.async | InProgress objects: the foundation to all asynchronous tasks in Kaa | |
c | ||
kaa.callable | Encapsulate functions or methods and arguments into a callable | |
kaa.config | Structured configuration files | |
kaa.coroutine | Functions that can yield and resume after some asynchronous task completes | |
d | ||
kaa.db | A flexible sqlite-backed object database with support for inverted indexes | |
e | ||
kaa.event | Register callbacks to a global event queue with arbitrarily named events | |
g | ||
kaa.generator | Coroutines that can yield multiple values (like native generators, only asynchronous) | |
i | ||
kaa.inotify | Monitor filesystem changes on Linux | |
kaa.input | Input plugins for stdin and LIRC | |
kaa.io | Base asynchronous I/O support | |
m | ||
kaa.main | The main loop facility | |
n | ||
kaa.net | ||
kaa.net.tls | TLS Sockets | |
p | ||
kaa.process | Sub-process communication | |
r | ||
kaa.rpc | Inter-process communication through Remote Procedure Calls | |
s | ||
kaa.sockets | Asynchronous network communication | |
kaa.strutils | String utility functions | |
t | ||
kaa.thread | Threaded tasks managed through InProgress objects | |
kaa.timer | Invoke callbacks at specified intervals or times of day | |
u | ||
kaa.utils | Miscellaneous useful helper functions |