.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/CI.yaml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
examples/File_Selection.xlsx
examples/excel_sheet_lock_password.txt
examples/script.py
src/aelcha/__init__.py
src/aelcha/common.py
src/aelcha/core.py
src/aelcha/draft.md
src/aelcha/process_maccor_data_legacy.py
src/aelcha/user_interface.py
src/aelcha.egg-info/PKG-INFO
src/aelcha.egg-info/SOURCES.txt
src/aelcha.egg-info/dependency_links.txt
src/aelcha.egg-info/not-zip-safe
src/aelcha.egg-info/requires.txt
src/aelcha.egg-info/top_level.txt
src/aelcha/data_model/__init__.py
src/aelcha/data_model/class_diagram.md
src/aelcha/data_model/core.py
src/aelcha/data_model/electrochemistry.py
src/aelcha/data_model/items.py
src/aelcha/data_model/qaq_data.py
src/aelcha/data_model/quantities.py
src/aelcha/data_model/units_of_measure.py
tests/test_common.py