API Reference team

team

Project Team-Member Classes.

Source: honeybee_ph/team.py


ProjectTeamMember

A single member of the project team (client, owner, designer, etc.).

Inherits from: _base._Base

Attributes

AttributeTypeDescription
nameFull name of the team member.
streetStreet address.
cityCity name.
post_codePostal or ZIP code.
telephonePhone number.
emailEmail address.
license_numberProfessional license number.

ProjectTeam

The collection of team members associated with a Passive House project.

Inherits from: _base._Base

Attributes

AttributeTypeDescription
customerProjectTeamMemberThe customer or client contact.
buildingProjectTeamMemberThe building contact.
ownerProjectTeamMemberThe building owner.
designerProjectTeamMemberThe project designer or architect.
project_datestrThe project date string. Default: "".
owner_is_clientboolTrue if the owner is also the client. Default: False.
year_constructedintYear the building was constructed. Default: 0.
imageOptional[unknown]Project image data. Default: None.