Users Python Module

Users data model.

class pacifica.metadata.orm.users.Users(*args, **kwargs)[source]

Users data model object.

Attributes:
Name Description
first_name first name of the user/person
middle_initial middle initial of the user/person
last_name last name of the user/person
network_id computer account of the user/person
email_address user/person email address
encoding encoding for the other attrs
DoesNotExist

alias of UsersDoesNotExist

_meta = <peewee.Metadata object>
_schema = <peewee.SchemaManager object>
contributions
created = <ExtendDateTimeField: Users.created>
deleted = <ExtendDateTimeField: Users.deleted>
dois_created
email_address = <CharField: Users.email_address>
encoding = <CharField: Users.encoding>
first_name = <CharField: Users.first_name>
from_hash(obj)[source]

Convert the hash into the object.

groups
id = <AutoField: Users.id>
institutions
instruments
last_name = <CharField: Users.last_name>
middle_initial = <CharField: Users.middle_initial>
network_id = <CharField: Users.network_id>
projects
to_hash(**flags)[source]

Convert the object to a hash.

transactions
transsap
transsip
updated = <ExtendDateTimeField: Users.updated>
classmethod where_clause(kwargs)[source]

Where clause for the various elements.