faker-nonprofit
Provider for Faker which adds fake nonprofit information.
What it is and what it does
faker-nonprofit is a provider plugin for the Faker library that adds methods to generate fake nonprofit organization data. It was built to support Snowfakery, a tool for generating synthetic test data, and is maintained by the Salesforce Open Source Commons community. The package extends Faker's capabilities with nonprofit-specific generators, allowing developers to populate test databases and development environments with realistic nonprofit names and related attributes without using real organization data.
The package depends only on faker and installs with minimal friction. However, it has been archived and abandoned since its initial release in December 2021, with no subsequent updates or maintenance. This means it will not receive bug fixes, security patches, or compatibility updates for newer versions of faker or Python, making it a legacy tool suitable only for projects that can tolerate stale dependencies.
Use it for:
- Generate test data for nonprofit management systems or CRM applications during development and QA.
- Populate seed databases with realistic nonprofit names for integration tests without hitting real APIs.
- Create mock datasets for Snowfakery recipes that simulate nonprofit organization structures.
- Build demo or training environments with plausible nonprofit data for user acceptance testing.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends Faker with methods to generate realistic fake nonprofit organization data, including nonprofit names and related attributes for testing and development.
No, unless you are maintaining an existing project that already depends on this package. The project is archived and abandoned with no updates since 2021, so it will not receive maintenance, security patches, or compatibility fixes. For new projects, use the current version of faker with custom provider logic or seek an actively maintained nonprofit data generation package instead.
Install
faker-nonprofit on PyPI
pip
pip install faker-nonprofituv
uv add faker-nonprofitpoetry
poetry add faker-nonprofitInstalling faker-nonprofit
Before you install
Low install friction with a single runtime dependency on faker. However, the package is archived and abandoned—last release was 2021-12-01 with no updates since, and the repository has been archived. No active maintenance or bug fixes should be expected.
License in practice
Licensed under BSD (permissive), so you can use, modify, and distribute it freely in most contexts without significant legal constraints.
Quickstart
pip install faker-nonprofit
from faker import Faker
import faker_nonprofit
fake = Faker()
fake.add_provider(faker_nonprofit.Provider)
print(fake.nonprofit_name())
Verify before relying
- What nonprofit-specific methods beyond nonprofit_name() are actually provided by the Provider class.
- Whether the package works reliably with current versions of faker, given no updates since 2021.
- Compatibility with Snowfakery and whether the sample recipe example still functions.
Package facts
| License | not declared (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — faker |
| Maintenance | abandoned — 1,717 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 228,339/month — #9,154 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: faker_nonprofit-1.0.0-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
faker-eduGenerates fake data for educational…
permissive · top 15,000 on PyPI
snowfakerySnowfakery generates fake relational data from…
permissive · top 15,000 on PyPI
faker-e164Generates fake E164-formatted phone numbers for…
permissive · top 15,000 on PyPI
FakerFaker generates realistic fake data—names,…
permissive · top 1,000 on PyPI
jsfGenerates realistic fake JSON data from JSON…
permissive · top 15,000 on PyPI
fake-factoryfake-factory is a deprecated package that…
permissive · top 15,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
robotframework-fakerWraps Faker's random test data generation as…
permissive · top 15,000 on PyPI
pytest-fakerProvides pytest fixtures that integrate the…
permissive · top 15,000 on PyPI