Files Python Module

Contains the Files object model primary unit of metadata for Pacifica.

class pacifica.metadata.orm.files.Files(*args, **kwargs)

Files metadata.

This object contains various attributes describing a file and where it came from.

Attributes:
DoesNotExist

alias of FilesDoesNotExist

from_hash(obj)

Convert the hash to an object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

PeeWee specific where expression.