CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
scripts/compare_tables.py
scripts/htmlparse.py
scripts/join.py
ukbparse/__init__.py
ukbparse/__main__.py
ukbparse/cleaning.py
ukbparse/cleaning_functions.py
ukbparse/config.py
ukbparse/custom.py
ukbparse/datatable.py
ukbparse/dryrun.py
ukbparse/exporting.py
ukbparse/exporting_hdf5.py
ukbparse/exporting_tsv.py
ukbparse/expression.py
ukbparse/fileinfo.py
ukbparse/icd10.py
ukbparse/importing.py
ukbparse/loadtables.py
ukbparse/main.py
ukbparse/merging.py
ukbparse/processing.py
ukbparse/processing_functions.py
ukbparse/processing_functions_core.py
ukbparse/storage.py
ukbparse/util.py
ukbparse.egg-info/PKG-INFO
ukbparse.egg-info/SOURCES.txt
ukbparse.egg-info/dependency_links.txt
ukbparse.egg-info/entry_points.txt
ukbparse.egg-info/requires.txt
ukbparse.egg-info/top_level.txt
ukbparse/data/categories.tsv
ukbparse/data/datacodings.tsv
ukbparse/data/datacodings_base.tsv
ukbparse/data/datacodings_navalues.tsv
ukbparse/data/datacodings_recoding.tsv
ukbparse/data/icd10.tsv
ukbparse/data/processing.tsv
ukbparse/data/types.tsv
ukbparse/data/variables.tsv
ukbparse/data/variables_base.tsv
ukbparse/data/variables_clean.tsv
ukbparse/data/variables_navalues.tsv
ukbparse/data/variables_parentvalues.tsv
ukbparse/data/variables_recoding.tsv
ukbparse/plugins/__init__.py
ukbparse/plugins/fmrib.py
ukbparse/tests/__init__.py
ukbparse/tests/conftest.py
ukbparse/tests/test_cleaning.py
ukbparse/tests/test_custom.py
ukbparse/tests/test_dryrun.py
ukbparse/tests/test_exporting.py
ukbparse/tests/test_expression.py
ukbparse/tests/test_fileinfo.py
ukbparse/tests/test_fmrib.py
ukbparse/tests/test_icd10.py
ukbparse/tests/test_importing_loadData.py
ukbparse/tests/test_importing_removeSubjects.py
ukbparse/tests/test_loadtables.py
ukbparse/tests/test_main.py
ukbparse/tests/test_merging.py
ukbparse/tests/test_processing.py
ukbparse/tests/test_processing_chain.py
ukbparse/tests/test_processing_core.py
ukbparse/tests/test_storage.py
ukbparse/tests/test_util.py