.dockerignore
.gitignore
.pre-commit-config.yaml
.pylintrc
.shellcheckrc
CONTRIBUTING.md
LICENSE
Makefile
README.md
constraints.txt
cookiecutter.yaml
mypy.ini
pyproject.toml
requirements-bridge.txt
requirements-dev-constraints.txt
requirements-dev-editable.txt
requirements-dev.lock
requirements-dev.txt
requirements-editable.txt
requirements-prod.lock
requirements-prod.txt
.devcontainer/bash.sh
.devcontainer/devcontainer.dockerfile
.devcontainer/devcontainer.json
.devcontainer/devcontainer.sh
.devcontainer/postCreateCommand.sh
.github/workflows/makefile.yml
.github/workflows/python-publish.yml
.vscode/launch.json
.vscode/tasks.json
compass/__init__.py
compass/__main__.py
compass/exception.py
compass/number.py
compass/version.py
compass/model/__init__.py
compass/model/base.py
compass/model/factory.py
compass/pipeline/__init__.py
compass/pipeline/base.py
compass/pipeline/change.py
compass/pipeline/init.py
compass/source/__init__.py
compass/source/base.py
compass/source/factory.py
compass/source/file.py
compass/step/__init__.py
compass/step/base.py
compass/step/change.py
compass/step/init.py
compass/step/print.py
compass/step/report.py
compass/step/validate.py
compass/target/__init__.py
compass/target/base.py
compass/target/factory.py
compass/target/file.py
compass_investor.egg-info/PKG-INFO
compass_investor.egg-info/SOURCES.txt
compass_investor.egg-info/dependency_links.txt
compass_investor.egg-info/entry_points.txt
compass_investor.egg-info/requires.txt
compass_investor.egg-info/top_level.txt
data/README.md
docs/img/logo.png
make/venv-init.sh
make/venv.sh
notebook/README.md
tests/conftest.py
tests/pytest.ini
tests/test_main.py
tests/test_number.py
tests/test_source.py
tests/test_target.py
tests/data/compass.ini
tests/data/output.xlsx
tests/data/portfolio.xlsx
tests/data/change/change.xlsx
tests/step/test_base.py
tests/step/test_change.py
tests/step/test_report.py
tests/step/test_validate.py