skillfed

fake-factory

The `fake-factory` package was deprecated on December 15th, 2016. Use the `Faker` package instead.

fake-factory v9999.9.9 73.5K downloads/30d#14,994 on PyPI19,369
Permissive license MIT License Active released

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-factory

uv

uv add fake-factory

poetry

poetry add fake-factory

Installing 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

Development Status :: 7 - InactiveLicense :: OSI Approved :: MIT License

Tags

fake data generationtest data generatordatabase bootstrapmock data creationanonymize production datadeprecated packagedata generation library
deprecatedlegacy

More Testing packages