angelos.portfolio.policy

Reusable document policies.

class angelos.portfolio.policy.DocumentPolicy

Bases: object

Policies for regular documents.

class angelos.portfolio.policy.IssuePolicy

Bases: angelos.portfolio.policy.DocumentPolicy

Policies for issuing documents.

class angelos.portfolio.policy.UpdatablePolicy

Bases: angelos.portfolio.policy.DocumentPolicy

Policies for updatable and changeable documents.

field_update(changeables: Tuple[str], data: dict)

Paste all keys in a dictionary into the fields of a changeable document.