.gitignore
HISTORY.md
LICENSE.md
Makefile
README.md
RELEASE.md
mkdocs.yml
setup.cfg
setup.py
.github/workflows/main.yml
docs/index.md
docs/installation.md
docs/usage.md
docs/api/cli.md
docs/api/error.md
docs/api/fieldset.md
docs/api/headfake.md
docs/api/output.md
docs/api/transformer.md
docs/api/util.md
docs/api/field/core.md
docs/api/field/derived.md
docs/api/field/faker.md
docs/api/field/id.md
docs/discussion/initialising-headfake.md
docs/how-to/add-a-lookup-field.md
docs/how-to/create-custom-fields.md
docs/how-to/create-custom-transformers.md
docs/how-to/generate-identical-datasets.md
docs/tutorials/tutorial1.md
docs/tutorials/tutorial2.md
docs/tutorials/tutorial3.md
headfake/__init__.py
headfake/__init__.pyc
headfake/cli.py
headfake/cli.pyc
headfake/error.py
headfake/fieldset.py
headfake/headfake.py
headfake/output.py
headfake/output.pyc
headfake/transformer.py
headfake/util.py
headfake.egg-info/PKG-INFO
headfake.egg-info/SOURCES.txt
headfake.egg-info/dependency_links.txt
headfake.egg-info/entry_points.txt
headfake.egg-info/requires.txt
headfake.egg-info/top_level.txt
headfake/examples/patients.yaml
headfake/examples/screening.yaml
headfake/examples/test_data/patients.txt
headfake/field/__init__.py
headfake/field/core.py
headfake/field/derived.py
headfake/field/faker.py
headfake/field/id.py
tests/__init__.py
tests/test_cli.py
tests/test_fieldset.py
tests/test_transformer.py
tests/test_util.py
tests/field/__init__.py
tests/field/test_field_common.py
tests/field/test_field_core.py
tests/field/test_field_derived.py
tests/field/test_field_faker.py
tests/field/test_field_id.py
tests/templates/example_data.txt
tests/templates/test1.yaml
tests/templates/test2.yaml
tests/templates/test3.yaml