cliche.people — Artists, teams, and editors¶
-
class
cliche.people.Person(**kwargs)¶ People i.e. artists, editors.
-
created_at¶ (
datetime.datetime) The created time.
-
credits¶ (
collections.abc.MutableSet) The set ofcliche.work.Credits that the person has.
-
dob¶ (
datetime.date) The date of birth.
-
dod¶ (
datetime.date) The date of death.
-
memberships¶ (
collections.abc.MutableSet) The set ofTeamMemberships he/she has.
-
teams¶ (
collections.abc.MutableSet) The set ofTeams he/she belongs to.
-
-
class
cliche.people.Team(**kwargs)¶ Teams (including ad-hoc teams).
-
created_at¶ (
datetime.datetime) The created time.
-
credits¶ (
collections.abc.MutableSet) The set ofcliche.work.Credits in which the team was involved.
-
members¶ (
collections.abc.MutableSet) The membersPersonset.
-
memberships¶ (
collections.abc.MutableSet) The set ofTeamMemberships that the team has.
-