.coveragerc
.gitignore
.readthedocs.yaml
CITATION.cff
LICENSE.txt
MANIFEST.in
lcgp-bandsdk.md
logo_lcgp.png
pyproject.toml
requirements.txt
tox.ini
./LICENSE.txt
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/install_tox.sh
.github/workflows/publish.yml
.github/workflows/ruff.yaml
docs/readme.rst
src/__init__.py
src/lcgp/__init__.py
src/lcgp/_import_util.py
src/lcgp/_version.py
src/lcgp/covmat.py
src/lcgp/evaluation.py
src/lcgp/lcgp.py
src/lcgp/test.py
src/lcgp.egg-info/PKG-INFO
src/lcgp.egg-info/SOURCES.txt
src/lcgp.egg-info/dependency_links.txt
src/lcgp.egg-info/requires.txt
src/lcgp.egg-info/scm_file_list.json
src/lcgp.egg-info/scm_version.json
src/lcgp.egg-info/top_level.txt
src/lcgp/tests/__init__.py
src/lcgp/tests/test_cov.py
src/lcgp/tests/test_coverage_gaps.py
src/lcgp/tests/test_diagnostics.py
src/lcgp/tests/test_initialize.py
src/lcgp/tests/test_rep.py
src/lcgp/tests/test_replication_uniqueness.py
src/lcgp/tests/test_standardization.py
src/lcgp/tests/test_training.py
src/lcgp/tests/test_verification.py