LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
masterfile/__init__.py
masterfile/_metadata.py
masterfile/annotator.py
masterfile/dictionary.py
masterfile/errors.py
masterfile/formatters.py
masterfile/masterfile.py
masterfile/validator.py
masterfile.egg-info/PKG-INFO
masterfile.egg-info/SOURCES.txt
masterfile.egg-info/dependency_links.txt
masterfile.egg-info/entry_points.txt
masterfile.egg-info/not-zip-safe
masterfile.egg-info/requires.txt
masterfile.egg-info/top_level.txt
masterfile/scripts/__init__.py
masterfile/scripts/create.py
masterfile/scripts/extract.py
masterfile/scripts/join.py
masterfile/scripts/masterfile.py
masterfile/scripts/pretty.py
masterfile/scripts/text_to_dos.py
masterfile/scripts/validate.py
masterfile/validators/__init__.py
masterfile/validators/column_format.py
masterfile/validators/components_in_dictionary.py
masterfile/validators/dictionary_format.py
masterfile/validators/duplicate_column.py
masterfile/validators/index_column.py
masterfile/validators/io.py
tests/__init__.py
tests/conftest.py
tests/test_annotator.py
tests/test_dictionary.py
tests/test_errors.py
tests/test_formatters.py
tests/test_masterfile.py
tests/test_validator.py
tests/examples/.DS_Store
tests/examples/foo_input.csv
tests/examples/baddict/foo.csv
tests/examples/baddict/settings.yml
tests/examples/baddict/dictionary/dictionary.csv
tests/examples/good/bar.csv
tests/examples/good/foo.csv
tests/examples/good/settings.yml
tests/examples/good/dictionary/dictionary.csv
tests/examples/good/dictionary/measure_contacts.csv
tests/examples/problems/bar.csv
tests/examples/problems/foo.csv
tests/examples/problems/settings.yml
tests/examples/problems/dictionary/dictionary.csv
tests/examples/problems/dictionary/noindex.csv
tests/scripts/__init__.py
tests/scripts/test_extract_masterfile_data.py
tests/scripts/test_make_blank_dictionary.py
tests/scripts/test_make_joined_data.py
tests/scripts/test_make_pretty_dictionary.py
tests/scripts/test_validate_masterfile.py
tests/validators/__init__.py
tests/validators/test_column_format.py
tests/validators/test_components_in_dictionary.py
tests/validators/test_dictionary_format.py
tests/validators/test_duplicate_column.py
tests/validators/test_index_column.py
tests/validators/test_io.py