Analytical Tools Python Module

Contains the model for metadata analytical tools.

class pacifica.metadata.orm.analytical_tools.AnalyticalTools(*args, **kwargs)

Keys model class for metadata.

Attributes:
Name Description
name generic tool name
encoding encoding for the name
DoesNotExist

alias of AnalyticalToolsDoesNotExist

static elastic_mapping_builder(obj)

Build the elasticsearch mapping bits.

from_hash(obj)

Convert the hash to the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

PeeWee specific where clause used for search.