.coveragerc
.drone.yml
.gitignore
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
Pipfile
Pipfile.lock
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
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
scripts/build-number.sh
src/ec2connect/__init__.py
src/ec2connect/console.py
src/ec2connect.egg-info/PKG-INFO
src/ec2connect.egg-info/SOURCES.txt
src/ec2connect.egg-info/dependency_links.txt
src/ec2connect.egg-info/entry_points.txt
src/ec2connect.egg-info/not-zip-safe
src/ec2connect.egg-info/requires.txt
src/ec2connect.egg-info/top_level.txt
src/ec2connect/util/__init__.py
src/ec2connect/util/aws.py
src/ec2connect/util/config.py
src/ec2connect/util/saml2aws.py
src/ec2connect/util/state.py
src/ec2connect/util/validators.py
tests/conftest.py
tests/test_console.py
tests/util/test_aws.py
tests/util/test_config.py
tests/util/test_saml2aws.py
tests/util/test_state.py
tests/util/test_validators.py