Previous topic

oyProjectManager.core.models.Asset

Next topic

oyProjectManager.core.models.EnvironmentBase

This Page

oyProjectManager.core.models.Client

Inheritance diagram of oyProjectManager.core.models.Client

class oyProjectManager.core.models.Client(name, code=None, generic_info='')[source]

Bases: sqlalchemy.ext.declarative.Base

Represents the Client

Parameters:
  • name (str) – The name of the client. It is a string can not be empty
  • generic_info (str) – it is a string holding generic information about the client.
__init__(name, code=None, generic_info='')[source]

Methods

__init__(name[, code, generic_info])
query()
save() saves the instance to database

Attributes

code
generic_info
id
metadata A collection of Table objects and their associated schema constructs.
name
save()[source]

saves the instance to database