.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
pyproject.toml
tox.ini
.github/actions/publish-to-pypi/action.yml
.github/actions/publish-to-test-pypi/action.yml
.github/workflows/main.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/publish-to-test-pypi.yml
aws_parameters.egg-info/PKG-INFO
aws_parameters.egg-info/SOURCES.txt
aws_parameters.egg-info/dependency_links.txt
aws_parameters.egg-info/requires.txt
aws_parameters.egg-info/top_level.txt
awsparameters/__init__.py
awsparameters/_version.py
awsparameters/manager.py
tests/__init__.py
tests/unit/__init__.py
tests/unit/fixtures.py
tests/unit/test_manager.py