fake-factory
The `fake-factory` package was deprecated on December 15th, 2016. Use the `Faker` package instead.
What it is and what it does
fake-factory was a Python package for generating fake data such as names, addresses, and text for use in testing, database bootstrapping, and data anonymization. It has been deprecated since December 15th, 2016. The package summary explicitly states it was deprecated and directs users to use an alternative. The fact sheet shows the repository remains active with recent commits (last commit 2026-08-03), but the package itself is marked as inactive in its classifiers. The package has zero runtime dependencies and low install friction, but this is irrelevant because it should not be used for new work.
If you encounter fake-factory as a dependency in an existing project, it is a signal that the project itself may be outdated or unmaintained. The package was first released on 2012-12-13 with its latest release on 2016-12-16.
Use it for:
- Auditing old projects to identify and replace deprecated fake-factory imports with maintained alternatives.
- Understanding the history of fake data generation libraries in Python.
- Migrating legacy test suites that depend on fake-factory to use a maintained package instead.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
fake-factory is a deprecated package that generated fake data for bootstrapping databases, creating test documents, and anonymizing production data.
No. fake-factory is deprecated as of December 15th, 2016 and its summary explicitly directs users to use an alternative package instead. Do not install this package for new projects. If you encounter it as a dependency in existing code, replace it with the recommended alternative.
Install
fake-factory on PyPI
pip
pip install fake-factoryuv
uv add fake-factorypoetry
poetry add fake-factoryInstalling fake-factory
Before you install
This package is explicitly deprecated as of December 15th, 2016 and no longer maintained. The repository shows recent activity, but the package itself is marked inactive.
License in practice
Licensed under MIT (permissive), so commercial and private use are permitted, but this is moot given the package is deprecated.
Quickstart
# fake-factory is deprecated since December 15th, 2016
# The package summary directs users to use an alternative instead
import fake_factory
fake-factory is deprecated since December 15th, 2016 and should not be used for new projects.
Verify before relying
- What replacement package the maintainers recommend (the summary mentions one but does not name it in the fact sheet).
- Whether any active projects still depend on fake-factory and cannot migrate.
- Whether the deprecated package will be removed from PyPI or remain archived indefinitely.
Package facts
| License | MIT License (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | actively maintained — 3,528 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 73,466/month — #14,994 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: fake_factory-9999.9.9-py2.py3-none-any.whl
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
FakerFaker generates realistic fake data—names,…
permissive · top 1,000 on PyPI
faker-enumAdds enum value generation to the Faker…
permissive · top 15,000 on PyPI
streamlit-fakerGenerates random fake data to populate…
unclear · top 15,000 on PyPI
jsfGenerates realistic fake JSON data from JSON…
permissive · top 15,000 on PyPI
faker-e164Generates fake E164-formatted phone numbers for…
permissive · top 15,000 on PyPI
faker-eduGenerates fake data for educational…
permissive · top 15,000 on PyPI
mimesisMimesis generates realistic fake data across 47…
permissive · top 5,000 on PyPI
robotframework-fakerWraps Faker's random test data generation as…
permissive · top 15,000 on PyPI
faker-nonprofitExtends Faker with methods to generate…
permissive · top 15,000 on PyPI
django-anonAnonymizes Django model data in place using…
permissive · top 15,000 on PyPI