LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/pyethnicity/__init__.py
src/pyethnicity/__main__.py
src/pyethnicity/_bayesian_models.py
src/pyethnicity/_ml_models.py
src/pyethnicity/download.py
src/pyethnicity/py.typed
src/pyethnicity.egg-info/PKG-INFO
src/pyethnicity.egg-info/SOURCES.txt
src/pyethnicity.egg-info/dependency_links.txt
src/pyethnicity.egg-info/requires.txt
src/pyethnicity.egg-info/top_level.txt
src/pyethnicity/__pycache__/__init__.cpython-311.pyc
src/pyethnicity/__pycache__/__version__.cpython-311.pyc
src/pyethnicity/__pycache__/_bayesian_models.cpython-311.pyc
src/pyethnicity/__pycache__/_ml_models.cpython-311.pyc
src/pyethnicity/__pycache__/bayesian_models.cpython-311.pyc
src/pyethnicity/__pycache__/keras_models.cpython-311.pyc
src/pyethnicity/__pycache__/ml_models.cpython-311.pyc
src/pyethnicity/data/distributions/prob_first_name_given_race.parquet
src/pyethnicity/data/distributions/prob_race_given_first_name.parquet
src/pyethnicity/data/distributions/prob_race_given_last_name.parquet
src/pyethnicity/data/distributions/prob_race_given_tract_2010.parquet
src/pyethnicity/data/distributions/prob_race_given_zcta_2010.parquet
src/pyethnicity/data/distributions/prob_tract_given_race_2010.parquet
src/pyethnicity/data/distributions/prob_zcta_given_race_2010.parquet
src/pyethnicity/data/distributions/ssa.parquet
src/pyethnicity/data/distributions/6cat/prob_first_name_given_race.parquet
src/pyethnicity/data/distributions/6cat/prob_race_given_first_name.parquet
src/pyethnicity/data/distributions/6cat/prob_race_given_last_name.parquet
src/pyethnicity/data/distributions/6cat/prob_race_given_tract_2010.parquet
src/pyethnicity/data/distributions/6cat/prob_race_given_zcta_2010.parquet
src/pyethnicity/utils/__init__.py
src/pyethnicity/utils/paths.py
src/pyethnicity/utils/types.py
src/pyethnicity/utils/utils.py
src/pyethnicity/utils/__pycache__/__init__.cpython-311.pyc
src/pyethnicity/utils/__pycache__/paths.cpython-311.pyc
src/pyethnicity/utils/__pycache__/types.cpython-311.pyc
src/pyethnicity/utils/__pycache__/utils.cpython-311.pyc
tests/test_pyethnicity.py