.copier-answers.yml
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
pyproject.toml
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_dist.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
src/awardwallet/__init__.py
src/awardwallet/__main__.py
src/awardwallet/_version.py
src/awardwallet/api.py
src/awardwallet.egg-info/PKG-INFO
src/awardwallet.egg-info/SOURCES.txt
src/awardwallet.egg-info/dependency_links.txt
src/awardwallet.egg-info/entry_points.txt
src/awardwallet.egg-info/requires.txt
src/awardwallet.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py