faker-e164
Faker Provider to generate phone numbers in E164 format.
What it is and what it does
faker-e164 is a provider plugin for the Faker data-generation library that adds the ability to generate phone numbers in E164 format (the international standard for phone number representation). It works by registering a custom provider with a Faker instance, then calling the e164() method to produce formatted phone numbers suitable for testing and development.
The package is minimal and focused: it has no runtime dependencies beyond Faker itself and exists solely to fill a gap in Faker's built-in providers. However, it has been abandoned since mid-2017 and shows no maintenance activity. The codebase targets Python 3.3–3.6, which are now end-of-life, and there is no evidence of compatibility testing or updates for modern Python versions.
Use it for:
- Generate realistic E164 phone numbers for unit tests that validate phone number parsing or storage.
- Populate test databases with fake but valid-format phone numbers for integration testing.
- Create mock data for API testing where E164 format is required by the service contract.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Generates fake E164-formatted phone numbers for use with the Faker library in testing and development.
No. The package is abandoned (last release July 2017, last commit October 2022) and targets obsolete Python versions (3.3–3.6). While the Apache license is permissive and there are no known vulnerabilities, the lack of maintenance means it will not receive bug fixes, security updates, or compatibility patches for modern Python. For new projects, consider using Faker's built-in phone number providers or a maintained alternative.
Install
faker-e164 on PyPI
pip
pip install faker-e164uv
uv add faker-e164poetry
poetry add faker-e164Installing faker-e164
Before you install
Installation friction is high due to the package being archived and unmaintained since 2022. The last commit was over three years ago, and the project shows no active maintenance or updates.
License in practice
Licensed under Apache (permissive), which allows broad use, modification, and distribution with minimal restrictions—no licensing barrier to adoption.
Quickstart
pip install faker-e164
from faker import Faker
from faker_e164.providers import E164Provider
fake = Faker()
fake.add_provider(E164Provider)
fake.e164()
Requires Faker library as an implicit dependency; package targets Python 3.3–3.6 and may not work reliably on modern Python versions.
Verify before relying
- Whether the package works on Python versions beyond 3.6 despite classifier declarations.
- Whether Faker dependency version constraints are enforced or if any version of Faker is compatible.
- Current state of the GitHub repository and whether it accepts pull requests or is fully frozen.
Package facts
| License | Apache (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | abandoned — 3,301 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 88,284/month — #13,736 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: faker-e164-0.1.0.tar.gz
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
FakerFaker generates realistic fake data—names,…
permissive · top 1,000 on PyPI
faker-eduGenerates fake data for educational…
permissive · top 15,000 on PyPI
faker-enumAdds enum value generation to the Faker…
permissive · top 15,000 on PyPI
faker-nonprofitExtends Faker with methods to generate…
permissive · top 15,000 on PyPI
fake-factoryfake-factory is a deprecated package that…
permissive · top 15,000 on PyPI
autofakerAutoFaker generates anonymous test data and…
permissive · top 15,000 on PyPI
streamlit-fakerGenerates random fake data to populate…
unclear · top 15,000 on PyPI
pytest-fakerProvides pytest fixtures that integrate the…
permissive · top 15,000 on PyPI
robotframework-fakerWraps Faker's random test data generation as…
permissive · top 15,000 on PyPI
mimesisMimesis generates realistic fake data across 47…
permissive · top 5,000 on PyPI