Locale mg_MG

faker2.providers.company

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

Bases: Provider

A Faker provider for Malagasy (mg_MG) company names.

Madagascar is a Francophone country, so registered businesses commonly use French legal-form suffixes (SARL, SA, SARLU, Ets, & Cie) alongside the native Malagasy descriptor “Orinasa” (company / enterprise). Company names are typically built from a founder’s family name plus such a suffix.

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()
...
'Etablissements Rabemananjara'
'Rakotonanahary & Rajaonarimampianina GIE'
'Ravalomanana & Rabearivelo SAS'
'Orinasa Rakotonirina SARLU'
'Rakotoarivelo Ets'
company_prefix() str
Example:

‘Orinasa’

Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.company_prefix()
...
'Etablissements'
'Etablissements'
'Orinasa'
'Etablissements'
'Groupe'
company_suffix() str
Example:

‘Ltd’

Examples:

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

faker2.providers.person

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

Bases: Provider

A Faker provider for Malagasy (mg_MG) personal names in the Latin script, which is the official orthography of the Malagasy language.

Malagasy given names are frequently short, meaning-bearing words (e.g. “Faly” = joy, “Soa” = good, “Tiana” = beloved). Family names are typically long compounds, very often prefixed with the Merina honorific particle “Ra-” / “Rado-” / “Andria-” (e.g. Rakotomalala, Randriamampionona, Andrianarisoa). Both given names and family names are drawn from the native Malagasy stock below.

first_name() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.first_name()
...
'Fanja'
'Soa'
'Mamy'
'Hasina'
'Lalao'
first_name_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.first_name_female()
...
'Bako'
'Vero'
'Hanta'
'Haingo'
'Voninavoko'
first_name_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.first_name_male()
...
'Mendrika'
'Tafita'
'Rado'
'Solofo'
'Feno'
first_name_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.first_name_nonbinary()
...
'Fanja'
'Soa'
'Mamy'
'Hasina'
'Lalao'
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()
...
'Randriamihaja'
'Razafimahatratra'
'Rabemananjara'
'Rakotobe'
'Rakotonanahary'
last_name_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.last_name_female()
...
'Randriamihaja'
'Razafimahatratra'
'Rabemananjara'
'Rakotobe'
'Rakotonanahary'
last_name_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.last_name_male()
...
'Randriamihaja'
'Razafimahatratra'
'Rabemananjara'
'Rakotobe'
'Rakotonanahary'
last_name_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.last_name_nonbinary()
...
'Randriamihaja'
'Razafimahatratra'
'Rabemananjara'
'Rakotobe'
'Rakotonanahary'
name() str
Example:

‘John Doe’

Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.name()
...
'Vero Rabemananjara'
'Rtoa Herinjaka Randrianasolo'
'Rondro Vonjy Rasolofoson'
'Ratompokolahy Fitia Andrianjafy'
'Harena Rakotobe'
name_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.name_female()
...
'Atoa Hanta Rakotobe'
'Rtoa Noro Randrianasolo'
'Prof. Vonjy Rasolofoson'
'Ratompokolahy Fitia Andrianjafy'
'Voahirana Rakotobe'
name_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.name_male()
...
'Atoa Rado Rakotobe'
'Rtoa Herinjaka Randrianasolo'
'Prof. Manda Rasolofoson'
'Ratompokolahy Mahefa Andrianjafy'
'Harena Rakotobe'
name_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.name_nonbinary()
...
'Vero Rabemananjara'
'Rtoa Herinjaka Randrianasolo'
'Rondro Vonjy Rasolofoson'
'Ratompokolahy Fitia Andrianjafy'
'Harena Rakotobe'
prefix() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.prefix()
...
'Atoa'
'Atoa'
'Andriamatoa'
'Dr.'
'Rtoa'
prefix_female() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.prefix_female()
...
'Atoa'
'Atoa'
'Andriamatoa'
'Dr.'
'Rtoa'
prefix_male() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.prefix_male()
...
'Atoa'
'Atoa'
'Andriamatoa'
'Dr.'
'Rtoa'
prefix_nonbinary() str
Examples:

>>> Faker.seed(0)
>>> for _ in range(5):
...     fake.prefix_nonbinary()
...
'Atoa'
'Atoa'
'Andriamatoa'
'Dr.'
'Rtoa'
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()
...
''
''
''
''
''