Skip to main content

Education Faker Community Provider

Project description

Education provider for Faker

Tests Maintainability Test Coverage

Acknowlegements

faker_education is a provider for the Faker Python package, and a fork of https://github.com/kennethwsmith/faker_airtravel. I would like to thank the maintainer of that repository, since I used their structure to create this one.

Description

faker_education provides education related fake data for testing purposes. The definition of "fake" in this context really means "random," as the public institutions including names, districts, states, and other information are real. However, I make no claims about accuracy, so do not use this as location data!

The data was provided for free from the authoritative source https://data-nces.opendata.arcgis.com/ published May 2, 2022.

Installation

Install with pip:

pip install faker_education

Add as a provider to your Faker instance:

from faker import Faker
from faker_education import SchoolProvider
fake.add_provider(SchoolProvider)

If you already use faker, you probably know the conventional use is:

fake = Faker()

School Object

>>> fake.school_object()
{
    "school": "Craig Elementary",
    "district": "Craig City School District",
    "level": "Elementary",
    "type": "Regular school",
    "state": "AK",
    "nces_id": "20009000629",
}

>>> fake.school_name()
'Glendening Elementary School'

School NCES IDs

>>> fake.school_nces_id()
'390469702730'

Districts

>>> fake.school_district()
'Dighton-Rehoboth'

Level

>>> fake.school_level()
'Elementary'

Type

>>> fake.school_type()
'Career and Technical School'

State

>>> fake.school_state()
'KY'

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_education-1.2.1.tar.gz (1.7 MB view details)

Uploaded Source

Built Distribution

faker_education-1.2.1-py2.py3-none-any.whl (1.8 MB view details)

Uploaded Python 2Python 3

File details

Details for the file faker_education-1.2.1.tar.gz.

File metadata

  • Download URL: faker_education-1.2.1.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.22.0

File hashes

Hashes for faker_education-1.2.1.tar.gz
Algorithm Hash digest
SHA256 31371dcc7ffc6ae39e248fae8daf8fec2544e3bf50d562278505a874a8df0185
MD5 82943988f6aaff5f08dc0ad5e454afae
BLAKE2b-256 17662cb766fd155e629c08c0775234d0cb611ac59d1123a0c89b28b39bf9ee50

See more details on using hashes here.

File details

Details for the file faker_education-1.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for faker_education-1.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5156bc6d4d6b6887685b1a00d043bb232dba8f01eb824329eb92e302fe9c853f
MD5 f0cdb76884515e4bf8b050bc5aaf34f6
BLAKE2b-256 511d398c7abf7208e38b4db9503f048d85a75abee63e925a62d518a899ed38b7

See more details on using hashes here.

Supported by

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