Skip to main content

faker-egy-names

Faker provider for Egyptian names. It does not sample names itself — every call goes to egy-names 0.3.2 generate().

This is a companion package. egy-names stays offline, zero-dependency, and unchanged.

Install

pip install faker-egy-names

Use

from faker import Faker
from faker_egy_names import Provider

fake = Faker()
fake.add_provider(Provider)

# Coherent 6-slot chain (use this for one person)
name = fake.egyptian_name(gender="female", religion="muslim")
print(name.ar)   # يارا عادل فاروق الشناوي
print(name.en)   # Yara Adel Farouk Elshenawy
print(name.parts_ar)

# Slot helpers — each call generates a new chain
fake.egyptian_full_name()                    # English full name
fake.egyptian_full_name("ar")                # Arabic full name
fake.egyptian_full_name(lang="both")         # (ar, en)
fake.egyptian_person(gender="male")
fake.egyptian_father()
fake.egyptian_grandfather()
fake.egyptian_family()

Or:

from faker_egy_names import egyptian_faker

fake = egyptian_faker()
fake.egyptian_full_name(religion="christian", length=4, seed=1)

Faker.seed_instance(n) is honored unless you pass seed= yourself.

Methods

Method Returns
egyptian_name(...) GeneratedName (ar, en, parts_ar, parts_en)
egyptian_full_name(lang="en", ...) Full patronymic string
egyptian_person(lang="en", ...) Slot 1 — the person
egyptian_father(lang="en", ...) Slot 2 — father
egyptian_grandfather(lang="en", ...) Slot 3 — grandfather
egyptian_family(lang="en", ...) Final clan / toponymic surname

Shared keyword arguments (passed through to egy-names.generate()):

gender, religion, length, family_name, frequency, seed

lang is "en", "ar", or "both". There is no first_name / last_name mapping — that flattening is what this library exists to avoid.

Slot helpers on separate calls are not the same person. For one fixture, call egyptian_name() once and read parts_ar / parts_en.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

faker_egy_names-0.1.0.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

faker_egy_names-0.1.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file faker_egy_names-0.1.0.tar.gz.

File metadata

  • Download URL: faker_egy_names-0.1.0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.1

File hashes

Hashes for faker_egy_names-0.1.0.tar.gz
Algorithm Hash digest
SHA256 72759347315156437800e835ecdba3f50eaed9ee0d1750cd64caec64b98b15b1
MD5 fd59dcd56ae2a7f7a50ae7e8c47baaec
BLAKE2b-256 964a7422120d8f21b3abb471b495c5f88334ac178d825e6b285c62db222f786d

See more details on using hashes here.

File details

Details for the file faker_egy_names-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for faker_egy_names-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7e0dd717731747b98a2e99e0bb72c50a926038c4d7d7fd9f317e55f06b5edcc6
MD5 a8572efbbb3ade5c967647d8bc345d91
BLAKE2b-256 f7912b3022a66bead379c97e28aab016e9fa470138bdce5933d4f55afae0e9ba

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.1

2 files

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page