.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
LICENSE.txt
README.md
environment.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
configs/.gitignore
data/.gitignore
data/external/.gitignore
data/interim/.gitignore
data/processed/.gitignore
data/raw/.gitignore
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
models/.gitignore
notebooks/.gitattributes
notebooks/template.ipynb
references/.gitignore
reports/figures/.gitignore
scripts/train_model.py
src/amwds/__init__.py
src/amwds/example.py
src/amwds.egg-info/PKG-INFO
src/amwds.egg-info/SOURCES.txt
src/amwds.egg-info/dependency_links.txt
src/amwds.egg-info/not-zip-safe
src/amwds.egg-info/requires.txt
src/amwds.egg-info/top_level.txt
tests/conftest.py
tests/test_example.py