Locale haw_US

faker2.providers.company

class faker2.providers.company.haw_US.Provider(generator: Any)

Bases: Provider

Provider for company names for the haw_US locale (ʻōlelo Hawaiʻi, Hawaiʻi, United States).

Company entity suffixes follow those used under United States (Hawaiʻi) company law, alongside the Hawaiian “Hui” (association / group).

bs() str
Example:

‘integrate extensible convergence’

Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.bs()
...
'iterate integrated e-markets'
'integrate back-end mindshare'
'synthesize wireless content'
'syndicate synergistic applications'
'productize killer mindshare'
catch_phrase() str
Example:

‘Robust full-range hub’

Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.catch_phrase()
...
'Networked well-modulated instruction set'
'Balanced empowering migration'
'Pre-emptive impactful toolset'
'Innovative mission-critical help-desk'
'Reduced didactic middleware'
company() str
Example:

‘Acme Ltd’

Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.company()
...
'Makuakāne a me Kekahuna Corporation'
'Poepoe a me Kealohapauʻole Corporation'
'Kupihea a me Kekūmano LLC'
'Kahanu Hui'
'Kekona Corporation'
company_suffix() str
Example:

‘Ltd’

Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.company_suffix()
...
'Hui'
'Company'
'Hui'
'Company'
'Inc'

faker2.providers.person

class faker2.providers.person.haw_US.Provider(generator: Any)

Bases: Provider

first_name() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.first_name()
...
'Ululani'
'Pua'
'Ikaika'
'Alakaʻi'
'Lilinoe'
first_name_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.first_name_female()
...
'Noe'
'Pilialoha'
'Kealoha'
'Kaulana'
'Lokelani'
first_name_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.first_name_male()
...
'Kaipo'
'Aukai'
'Kekoa'
'Lono'
'Manu'
first_name_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.first_name_nonbinary()
...
'Ululani'
'Pua'
'Ikaika'
'Alakaʻi'
'Lilinoe'
language_name() str

Generate a random i18n language name (e.g. English).

Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.language_name()
...
'Lithuanian'
'Marathi'
'Aymara'
'Indonesian'
'Portuguese'
last_name() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.last_name()
...
'Kaneakua'
'Makuakāne'
'Kekahuna'
'Kaʻai'
'Keliʻikoa'
last_name_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.last_name_female()
...
'Kaneakua'
'Makuakāne'
'Kekahuna'
'Kaʻai'
'Keliʻikoa'
last_name_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.last_name_male()
...
'Kaneakua'
'Makuakāne'
'Kekahuna'
'Kaʻai'
'Keliʻikoa'
last_name_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.last_name_nonbinary()
...
'Kaneakua'
'Makuakāne'
'Kekahuna'
'Kaʻai'
'Keliʻikoa'
name() str
Example:

‘John Doe’

Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.name()
...
'Pilialoha Kamaka'
'Tūtū Oliana Kaʻiliʻohu'
'Nalu Kupihea-Kekūmano'
'Makua Kimo Kahanu'
'Kamana Kanoho'
name_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.name_female()
...
'Tūtū Kealoha Kaʻai'
'Kapua Poepoe-Kealohapauʻole'
'Kaʻiulani Kupihea'
'Lokelani Akiona'
'Iolana Kekona'
name_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.name_male()
...
'Tūtū Kekoa Kaʻai'
'Nohea Poepoe-Kealohapauʻole'
'Nalu Kupihea'
'Manu Akiona'
'Makoa Kekona'
name_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.name_nonbinary()
...
'Pilialoha Kamaka'
'Tūtū Oliana Kaʻiliʻohu'
'Nalu Kupihea-Kekūmano'
'Makua Kimo Kahanu'
'Kamana Kanoho'
prefix() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.prefix()
...
'Tūtū'
'Tūtū'
'Kumu'
'Aliʻi'
'Makua'
prefix_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.prefix_female()
...
'Tūtū'
'Tūtū'
'Kumu'
'Aliʻi'
'Makua'
prefix_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.prefix_male()
...
'Tūtū'
'Tūtū'
'Kumu'
'Aliʻi'
'Makua'
prefix_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.prefix_nonbinary()
...
'Tūtū'
'Tūtū'
'Kumu'
'Aliʻi'
'Makua'
suffix() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.suffix()
...
''
''
''
''
''
suffix_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.suffix_female()
...
''
''
''
''
''
suffix_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.suffix_male()
...
''
''
''
''
''
suffix_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.suffix_nonbinary()
...
''
''
''
''
''