--- id: faker-nonprofit version: "1.0.0" license: unclear license_treatment: permissive maintenance: abandoned --- # faker-nonprofit — Provider for Faker which adds fake nonprofit information. License: permissive · Maintenance: abandoned · Downloads: 228.3K/mo ## 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 above — 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 pip install faker-nonprofit uv add faker-nonprofit poetry add faker-nonprofit ## Installing 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: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 228.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags fake nonprofit data generation, faker nonprofit provider, test data for nonprofits, generate nonprofit names, nonprofit organization mocking, faker extension nonprofit, snowfakery nonprofit data, test-data-generation, abandoned [View on SkillFed](https://skillfed.io/packages/faker-nonprofit) · [View on PyPI](https://pypi.org/project/faker-nonprofit/)