--- id: faker-edu version: "1.1.0" license: unclear license_treatment: permissive maintenance: abandoned --- # faker-edu — Provider for Faker which adds fake information about educational institutions and academics. License: permissive · Maintenance: abandoned · Downloads: 228.5K/mo ## What it is and what it does Faker-edu is a Faker provider plugin that adds education-domain fake data generation to the Faker library. It lets you generate realistic-looking but fake information about educational institutions and academic contexts—useful when you need test data for applications that work with schools, universities, or academic records. The package works by extending Faker's provider system; you import it, register its provider with a Faker instance, and then call education-specific methods like institution_name(). It supports Python 3.8 through 3.12. The project is archived and no longer maintained, so while it may still function with current Faker versions, there is no active development or bug fixes. Use it for: - Generate fake school and university names for testing education management software - Populate test databases with realistic institution data for academic record systems - Create mock datasets for educational application demos without using real school names - Support Snowfakery recipe-based data generation for education-focused test scenarios ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Generates fake data for educational institutions and academic contexts by extending Faker with education-specific providers like institution names. Yes, if you need education-specific fake data and are comfortable with an unmaintained package. The low install friction, permissive license, and zero known vulnerabilities make it safe to use in test environments. However, verify that its methods meet your needs and that it remains compatible with your Faker version, since no updates are planned. ## Install pip install faker-edu uv add faker-edu poetry add faker-edu ## Installing faker-edu Before you install: Low install friction with a single dependency on faker. However, the project is archived and abandoned as of its last commit in 2025-09-09, with no active maintenance despite being released 874 days ago. License in practice: Licensed under BSD (permissive), so you can use, modify, and distribute the package freely in most contexts without restriction. Quickstart: pip install faker-edu from faker import Faker import faker_edu fake = Faker() fake.add_provider(faker_edu.Provider) print(fake.institution_name()) Verify before relying: - What specific education-related fake data methods are available beyond institution_name() - Whether the package works reliably with current Faker versions despite being unmaintained - How complete or realistic the generated education data is for production testing scenarios ## Package facts - License: not declared (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 228.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags fake education data, faker education provider, generate school names, academic institution mock data, educational test data, faker edu extension, school data generator, test-data, faker-plugin, unmaintained [View on SkillFed](https://skillfed.io/packages/faker-edu) · [View on PyPI](https://pypi.org/project/faker-edu/)