db.schemas
emtellipro.db.schemas
This module contains schemas.
Subpackages
legacy- Module defining base functions and classes for implementing a schema
Submodules
schema- Module defining base functions and classes for implementing a schemainsert- This module contains functions that help with inserting the appropriate number…util- Shared utilities for defining schemas.
Module Contents
Functions
Data
__all__
API
emtellipro.db.schemas.__all__
Value: ['SchemaManifest', 'SaveDocument', 'load_schema']
emtellipro.db.schemas.available_schemas
Return all schema names that can be used.
Return type: set[str]
emtellipro.db.schemas.load_schema
Load the schema for a given name.
Parameters:
name
The name of the schema. This can be hypehated or snake-case, and will be normalized as appropriate.
If this is already a schema object, it will be returned.

