LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
ethnidata/__init__.py
ethnidata/downloader.py
ethnidata/ethnidata.db
ethnidata/explainability.py
ethnidata/morphology.py
ethnidata/predictor.py
ethnidata/py.typed
ethnidata.egg-info/PKG-INFO
ethnidata.egg-info/SOURCES.txt
ethnidata.egg-info/dependency_links.txt
ethnidata.egg-info/requires.txt
ethnidata.egg-info/top_level.txt
ethnidata/data_sources/__init__.py
ethnidata/data_sources/census.py
ethnidata/data_sources/kaggle.py
ethnidata/data_sources/religious.py
ethnidata/data_sources/ssa_names.py
ethnidata/data_sources/wikidata.py
ethnidata/synthetic/__init__.py
ethnidata/synthetic/engine.py
tests/test_data_sources.py
tests/test_predictor.py