pamoja.trust

Trust and operation: Proving what a node did, saying it in confidence, fixing it in the field, and deciding how often it can afford to do any of that.

Installing this distribution installs pamoja.audit, pamoja.session, pamoja.update, pamoja.power, pamoja.telemetry, and re-exports each under its own name, so a name two of them share stays unambiguous.

1"""Trust and operation: Proving what a node did, saying it in confidence, fixing it in the field, and deciding how often it can afford to do any of that.
2
3Installing this distribution installs ``pamoja.audit``, ``pamoja.session``, ``pamoja.update``, ``pamoja.power``, ``pamoja.telemetry``, and re-exports each under its
4own name, so a name two of them share stays unambiguous.
5"""
6
7from pamoja import audit, session, update, power, telemetry
8
9__all__ = ["audit", "session", "update", "power", "telemetry"]