Skip to main content

Provider for Faker which adds fake information about educational institutions and academics.

Project description

Snowfakery Education

Fake data to support educational institutions

Installation

Install with pip

pip install faker-edu

Faker Use

from faker import Faker
import faker_edu

fake = Faker()
fake.add_provider(faker_edu.Provider)

for _ in range(10):
    print(fake.institution_name())

Snowfakery Use

For now you will need to clone the repository and then follow the example in the sample recipe.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

faker-edu-1.1.0.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

faker_edu-1.1.0-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page