NECB

class iesve.NECB

Bases: object


get_designer_contractor() dict

Get a dictionary of designer and contractor data from NECB project details. The dictionary contains the following entries:

  • first_name

  • last_name

  • company

  • address_1

  • address_2

  • city

  • state

  • zip_code

  • phone_number

  • email


get_owner_agent() dict

Get a dictionary of owner and agent data from NECB project details. The dictionary contains the following entries:

  • first_name

  • last_name

  • company

  • address_1

  • address_2

  • city

  • state

  • zip_code

  • phone_number

  • email


get_site_permit_software() dict

Get a dictionary of site, permit and software data from NECB project details. The dictionary contains the following entries:

  • title

  • address_1

  • address_2

  • city

  • state

  • zip_code

  • permit_no

  • permit_date

  • program_1

  • program_2


set_designer_contractor(**kwds)

Helper for @overload to raise when called.


set_owner_agent(**kwds)

Helper for @overload to raise when called.


set_site_permit_software(**kwds)

Helper for @overload to raise when called.