Using Capabilities

Learn about Tooz capabilities in Python.

We'll cover the following...

Tooz provides a capability mechanism on top of the group feature. When joining a group, a member can specify what its capabilities are. It can also update them later as needed.

Capabilities are any simple data structure that your program needs to share. It can be as simple as a string and as complicated as a nested dictionary. The ...