.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.yamllint
AUTHORS
CHANGES
LICENSE
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
runtests.py
setup.cfg
.github/workflows/build.yml
edc_model_to_dataframe/__init__.py
edc_model_to_dataframe/apps.py
edc_model_to_dataframe/constants.py
edc_model_to_dataframe/model_to_dataframe.py
edc_model_to_dataframe/read_frame_edc.py
edc_model_to_dataframe/urls.py
edc_model_to_dataframe.egg-info/PKG-INFO
edc_model_to_dataframe.egg-info/SOURCES.txt
edc_model_to_dataframe.egg-info/dependency_links.txt
edc_model_to_dataframe.egg-info/not-zip-safe
edc_model_to_dataframe.egg-info/top_level.txt
edc_model_to_dataframe/tests/__init__.py
edc_model_to_dataframe/tests/create_crfs.py
edc_model_to_dataframe/tests/create_crfs_with_inlines.py
edc_model_to_dataframe/tests/helper.py
edc_model_to_dataframe/tests/holidays.csv
edc_model_to_dataframe/tests/models.py
edc_model_to_dataframe/tests/test_settings.py
edc_model_to_dataframe/tests/visit_schedule.py
edc_model_to_dataframe/tests/etc/user-aes-local.key
edc_model_to_dataframe/tests/etc/user-aes-restricted.key
edc_model_to_dataframe/tests/etc/user-rsa-local-private.pem
edc_model_to_dataframe/tests/etc/user-rsa-local-public.pem
edc_model_to_dataframe/tests/etc/user-rsa-restricted-private.pem
edc_model_to_dataframe/tests/etc/user-rsa-restricted-public.pem
edc_model_to_dataframe/tests/etc/user-salt-local.key
edc_model_to_dataframe/tests/etc/user-salt-restricted.key
edc_model_to_dataframe/tests/tests/__init__.py
edc_model_to_dataframe/tests/tests/test_to_df.py
model_to_dataframe_app/__init__.py
model_to_dataframe_app/apps.py
model_to_dataframe_app/consents.py
model_to_dataframe_app/models.py
model_to_dataframe_app/sites.py
model_to_dataframe_app/visit_schedule.py