Skip to content

Class peagen.orm.keys.PublicKey

peagen.orm.keys.PublicKey

Bases: Base, GUIDPk, UserColumn, Timestamped

title class-attribute instance-attribute

title = acol(storage=S(String, nullable=False))

public_key class-attribute instance-attribute

public_key = acol(storage=S(String, nullable=False))

private_key class-attribute instance-attribute

private_key = acol(storage=S(String, nullable=True))

read_only class-attribute instance-attribute

read_only = acol(storage=S(Boolean, default=True))