CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/CODE_OF_CONDUCT.md
docs/contributing.md
docs/history.md
docs/index.md
docs/installation.md
docs/usage.md
src/shuuten/__init__.py
src/shuuten/__main__.py
src/shuuten/_api.py
src/shuuten/_aws_links.py
src/shuuten/_cli.py
src/shuuten/_constants.py
src/shuuten/_env_helpers.py
src/shuuten/_log.py
src/shuuten/_models.py
src/shuuten/_notifier.py
src/shuuten/_redact.py
src/shuuten/_requests.py
src/shuuten/_runtime.py
src/shuuten.egg-info/PKG-INFO
src/shuuten.egg-info/SOURCES.txt
src/shuuten.egg-info/dependency_links.txt
src/shuuten.egg-info/requires.txt
src/shuuten.egg-info/top_level.txt
src/shuuten/_destinations/__init__.py
src/shuuten/_destinations/_email.py
src/shuuten/_destinations/_slack.py
src/shuuten/_integrations/__init__.py
src/shuuten/_integrations/_logging.py
src/shuuten/_integrations/_structlog.py
tests/__init__.py
tests/test_shuuten.py