angelos.document.entities

Module docstring.

class angelos.document.entities.Church(nd: dict = {}, strict: bool = True)

Bases: angelos.document.entities.Entity, angelos.document.entity_mixin.ChurchMixin

Short summary.

type

Description of attribute type.

Type

TypeField

apply_rules() → bool

Short summary.

Returns

Description of returned object.

Return type

type

changeables()

Fields that are changeable when updating.

class angelos.document.entities.Entity(nd: dict = {}, strict: bool = True)

Bases: angelos.document.document.Document, angelos.document.document.ChangeableMixin

Short summary.

apply_rules() → bool

Short summary.

Returns

Description of returned object.

Return type

type

class angelos.document.entities.Keys(nd: dict = {}, strict: bool = True)

Bases: angelos.document.document.Document

Short summary.

type

Description of attribute type.

Type

TypeField

verify

Description of attribute verify.

Type

BinaryField

public

Description of attribute public.

Type

BinaryField

signature

Description of attribute signature.

Type

SignatureField

apply_rules() → bool

Short summary.

Returns

Description of returned object.

Return type

type

class angelos.document.entities.Ministry(nd: dict = {}, strict: bool = True)

Bases: angelos.document.entities.Entity, angelos.document.entity_mixin.MinistryMixin

Short summary.

type

Description of attribute type.

Type

TypeField

apply_rules() → bool

Short summary.

Returns

Description of returned object.

Return type

type

changeables() → tuple

Fields that are changeable when updating.

class angelos.document.entities.Person(nd: dict = {}, strict: bool = True)

Bases: angelos.document.entities.Entity, angelos.document.entity_mixin.PersonMixin

Short summary.

type

Description of attribute type.

Type

TypeField

apply_rules() → bool

Short summary.

Returns

Description of returned object.

Return type

type

changeables() → tuple

Fields that are changeable when updating.

class angelos.document.entities.PrivateKeys(nd: dict = {}, strict: bool = True)

Bases: angelos.document.document.Document

Short summary.

type

Description of attribute type.

Type

TypeField

secret

Description of attribute secret.

Type

BinaryField

seed

Description of attribute seed.

Type

BinaryField

signature

Description of attribute signature.

Type

SignatureField

apply_rules() → bool

Short summary.

Returns

Description of returned object.

Return type

type