CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
data/reference/MANIFEST.md
data/reference/bootstrap/INDEX.json
data/reference/bootstrap/SCHEMA.md
data/reference/bootstrap/au/age_sex.json
data/reference/bootstrap/au/education.json
data/reference/bootstrap/au/household.json
data/reference/bootstrap/au/marital.json
data/reference/bootstrap/ca/age_sex.json
data/reference/bootstrap/ca/education.json
data/reference/bootstrap/ca/household.json
data/reference/bootstrap/ca/marital.json
data/reference/bootstrap/ie/age_sex.json
data/reference/bootstrap/ie/household.json
data/reference/bootstrap/in/age_sex.json
data/reference/bootstrap/in/education.json
data/reference/bootstrap/in/household.json
data/reference/bootstrap/in/marital.json
data/reference/bootstrap/nz/age_sex.json
data/reference/bootstrap/nz/household.json
data/reference/bootstrap/ph/age_sex.json
data/reference/bootstrap/ph/household.json
data/reference/bootstrap/uk/age_sex.json
data/reference/bootstrap/uk/education.json
data/reference/bootstrap/uk/household.json
data/reference/bootstrap/uk/marital.json
data/reference/bootstrap/uk/race_ethnicity.json
data/reference/bootstrap/us/age_sex.json
data/reference/bootstrap/us/education.json
data/reference/bootstrap/us/household.json
data/reference/bootstrap/us/income.json
data/reference/bootstrap/us/marital.json
data/reference/bootstrap/us/race_ethnicity.json
data/reference/bootstrap/us/regions.json
data/reference/geo/AU_cities.json
data/reference/geo/CA_cities.json
data/reference/geo/IE_cities.json
data/reference/geo/IN_cities.json
data/reference/geo/NZ_cities.json
data/reference/geo/PH_cities.json
data/reference/geo/UK_cities.json
data/reference/geo/US_cities.json
data/reference/names/IN_given.json
data/reference/names/IN_surnames.json
data/reference/names/PH_given.json
data/reference/names/PH_surnames.json
src/profilefoundry/__init__.py
src/profilefoundry/cli.py
src/profilefoundry.egg-info/PKG-INFO
src/profilefoundry.egg-info/SOURCES.txt
src/profilefoundry.egg-info/dependency_links.txt
src/profilefoundry.egg-info/entry_points.txt
src/profilefoundry.egg-info/requires.txt
src/profilefoundry.egg-info/top_level.txt
src/profilefoundry/data/__init__.py
src/profilefoundry/data/loader.py
src/profilefoundry/data/manifest_hash.py
src/profilefoundry/data/paths.py
src/profilefoundry/diversity/__init__.py
src/profilefoundry/documents/__init__.py
src/profilefoundry/generate/__init__.py
src/profilefoundry/generate/address.py
src/profilefoundry/generate/backfill.py
src/profilefoundry/generate/contact_ids.py
src/profilefoundry/generate/education_status.py
src/profilefoundry/generate/employer_names.py
src/profilefoundry/generate/factory.py
src/profilefoundry/generate/finance_health.py
src/profilefoundry/generate/identity.py
src/profilefoundry/generate/occupation.py
src/profilefoundry/generate/sampling.py
src/profilefoundry/generate/seeding.py
src/profilefoundry/generate/locales/__init__.py
src/profilefoundry/io/__init__.py
src/profilefoundry/io/hf_export.py
src/profilefoundry/linkage/__init__.py
src/profilefoundry/linkage/employers.py
src/profilefoundry/linkage/families.py
src/profilefoundry/linkage/households.py
src/profilefoundry/linkage/orchestrator.py
src/profilefoundry/load/__init__.py
src/profilefoundry/schema/__init__.py
src/profilefoundry/schema/v0_1.py
src/profilefoundry/validate/__init__.py
src/profilefoundry/validate/consistency.py
src/profilefoundry/validate/distributional.py
src/profilefoundry/validate/leakage.py
src/profilefoundry/validate/replay.py
tests/test_cli.py
tests/test_export_normalized.py
tests/test_factory.py
tests/test_hf_release_current.py
tests/test_linkage.py
tests/test_loader.py
tests/test_push_to_hf.py
tests/test_reproducibility.py
tests/test_update_leakage_report.py
tests/test_validation.py
tests/test_wikidata_ingest_robustness.py