Locale ln_CD

faker2.providers.company

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

Bases: Provider

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()
...
'Kimbeni'
'Kanku GIE'
'Ntumba'
'Bakala'
'Mbemba Nzuzi SNC'
company_suffix() str
Example:

‘Ltd’

Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.company_suffix()
...
'SCS'
'SCS'
'SARL'
'SNC'
'GIE'

faker2.providers.person

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

Bases: Provider

A Faker provider for authentic Lingala (lingála) names as used in the Democratic Republic of the Congo (ln_CD). Names are written in the Latin script and drawn from genuine Lingala given names/vocabulary and common Congolese surnames (Lingala, Kikongo and Luba origins). No approximate transliteration is used.

first_name() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.first_name()
...
'Lisapo'
'Mbula'
'Bondeko'
'Bokungu'
'Ngoya'
first_name_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.first_name_female()
...
'Kavira'
'Mwasi'
'Kembo'
'Bosembo'
'Mapendo'
first_name_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.first_name_male()
...
'Lisanga'
'Ndeko'
'Lisolo'
'Ntoto'
'Litonga'
first_name_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.first_name_nonbinary()
...
'Lisapo'
'Mbula'
'Bondeko'
'Bokungu'
'Ngoya'
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()
...
'Nzita'
'Kimbeni'
'Mukendi'
'Kanku'
'Mbemba'
last_name_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.last_name_female()
...
'Nzita'
'Kimbeni'
'Mukendi'
'Kanku'
'Mbemba'
last_name_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.last_name_male()
...
'Nzita'
'Kimbeni'
'Mukendi'
'Kanku'
'Mbemba'
last_name_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.last_name_nonbinary()
...
'Nzita'
'Kimbeni'
'Mukendi'
'Kanku'
'Mbemba'
name() str
Example:

‘John Doe’

Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.name()
...
'Koko Ndeko Mukendi'
'Mapendo Luzolo Diaka'
'Mokonzi Lokua Bakala'
'Mopepe Mbemba'
'Molangi Nzuzi'
name_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.name_female()
...
'Ndeko Mwasi Mukendi'
'Mapendo Luzolo'
'Bokeka Zola'
'Rehema Mputu'
'Mbula Mbombo Nzuzi'
name_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.name_male()
...
'Koko Ndeko Mukendi'
'Litonga Luzolo'
'Lelo Zola'
'Bombole Mputu'
'Molende Mbombo Nzuzi'
name_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.name_nonbinary()
...
'Koko Ndeko Mukendi'
'Mapendo Luzolo Diaka'
'Mokonzi Lokua Bakala'
'Mopepe Mbemba'
'Molangi Nzuzi'
prefix() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.prefix()
...
'Koko'
'Koko'
'Tata'
'Ndeko'
'Mokonzi'
prefix_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.prefix_female()
...
'Ndeko'
'Ndeko'
'Mama'
'Ndeko'
'Koko'
prefix_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.prefix_male()
...
'Koko'
'Koko'
'Tata'
'Mokonzi'
'Koko'
prefix_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.prefix_nonbinary()
...
'Koko'
'Koko'
'Tata'
'Ndeko'
'Mokonzi'
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()
...
''
''
''
''
''