woob.capabilities.profile

class Profile(id='', url=NotLoaded, backend=None)[source]

Bases: BaseObject

Profile.

Variables:
  • url – (str) url

  • name – (str) Full name or company name

  • postal_address – (PostalAddress) Postal address

  • phone – (str) Phone number

  • professional_phone – (str) Professional phone number

  • email – (str) EMail address

  • professional_email – (str) Professional email

  • main_bank – (str) Main bank

property address
property country
class Person(id='', url=NotLoaded, backend=None)[source]

Bases: Profile

Person.

Variables:
  • url – (str) url

  • name – (str) Full name or company name

  • postal_address – (PostalAddress) Postal address

  • phone – (str) Phone number

  • professional_phone – (str) Professional phone number

  • email – (str) EMail address

  • professional_email – (str) Professional email

  • main_bank – (str) Main bank

  • birth_date – (date, datetime) Birth date

  • birth_place – (str) Birth place

  • birth_name – (str) Birth name

  • firstname – (str) Person’s firstname

  • lastname – (str) Person’s lastname

  • nationality – (str) Nationality of person

  • mobile – (str) Mobile number of person

  • gender – (str) Gender of person

  • spouse_name – (str) Name of spouse

  • children – (Decimal) Number of children

  • family_situation – (str) Family situation

  • matrimonial – (str) Matrimonial status

  • housing_status – (str) Housing status

  • job – (str) Profession

  • job_start_date – (date, datetime) Start date of current job

  • job_contract_type – (str) Contract type of current job

  • company – (Company) Company of current job

  • socioprofessional_category – (str) Socio-Professional Category

property job_activity_area
property company_name
property company_siren
property maiden_name
class Company(id='', url=NotLoaded, backend=None)[source]

Bases: Profile

Company.

Variables:
  • url – (str) url

  • name – (str) Full name or company name

  • postal_address – (PostalAddress) Postal address

  • phone – (str) Phone number

  • professional_phone – (str) Professional phone number

  • email – (str) EMail address

  • professional_email – (str) Professional email

  • main_bank – (str) Main bank

  • siren – (str) French SIREN Number

  • registration_date – (date, datetime) Registration date

  • activity_area – (str) Activity area

class CapProfile[source]

Bases: Capability

get_profile()[source]

Get profile.

Return type:

Person or Company