macOS
brew install fakerlocal Homebrew formula metadata
安装
brew install fakerlocal Homebrew formula metadata
概览
Python-based fake data generator
历史
Faker is a Python package and command-line tool for generating fake data such as names, addresses, text, localized values, and provider-specific test fixtures.
The project presents itself as a Python fake-data generator inspired by PHP Faker, Perl Faker, and Ruby Faker. PyPI metadata has an archived 0.0.2 upload in 2010, while the repository changelog records 0.1 as the first release in 2012; subsequent history shows years of provider, locale, CLI, and compatibility work.
Faker was previously distributed under the fake-factory name; the official README says that package name was deprecated by the end of 2016, and the changelog records the PyPI package rename to Faker in 2016.
Faker became common infrastructure for Python tests, fixtures, demos, anonymization workflows, and sample-data generation. The official docs call out direct Python use, command-line invocation, pytest fixture support, bundled providers, community providers, and localization.
The input package facts show it packaged for Homebrew, Debian, and Ubuntu, which reflects adoption beyond PyPI into operating-system and developer workstation package channels.
Typical use starts with installing Faker and constructing a faker.Faker() generator, then calling provider methods such as name(), address(), text(), or locale-specific providers. The installed faker CLI can emit generated values directly and supports output files, locales, repeat counts, separators, and custom provider imports.
Package maintainers care about Faker because it sits at the intersection of libraries and CLI tooling: it exposes a Python API, a command-line executable, localization datasets, pytest integration, and a large provider surface that changes as real-world formats evolve.
Its package-history details matter during dependency curation because older ecosystems may still reference fake-factory, Python 2 compatibility ended at the 3.x/4.x transition, and modern releases continuously add locale data and provider behavior.
安全态势
没有找到 faker 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
faker | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:faker |
|---|---|
| 版本 | 40.36.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://faker.readthedocs.io |
| 仓库 | https://github.com/joke2k/faker |
| 最后更新 | 2026-07-24T23:52:44Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
faker 33.3.1-1
Python program that generates fake data
https://github.com/joke2k/faker
sudo apt install fakerfaker-doc 33.3.1-1
Faker is a Python library that generates fake data (Documentation)
https://github.com/joke2k/faker
sudo apt install faker-docpython3-fake-factory 33.3.1-1
Faker is a Python library that generates fake data (Python 3)
https://github.com/joke2k/faker
sudo apt install python3-fake-factoryfaker 22.0.0-1
Python program that generates fake data
https://github.com/joke2k/faker
sudo apt install fakerpython3-fake-factory 22.0.0-1
Faker is a Python library that generates fake data (Python 3)
https://github.com/joke2k/faker
sudo apt install python3-fake-factory来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.