.coveragerc
.editorconfig
.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.rst
config.ini.sample
requirements.txt
setup.cfg
setup.py
test_requirements.txt
tox.ini
src/check_reserved_instances/__init__.py
src/check_reserved_instances/calculate.py
src/check_reserved_instances/config.py
src/check_reserved_instances/report.py
src/check_reserved_instances.egg-info/PKG-INFO
src/check_reserved_instances.egg-info/SOURCES.txt
src/check_reserved_instances.egg-info/dependency_links.txt
src/check_reserved_instances.egg-info/entry_points.txt
src/check_reserved_instances.egg-info/not-zip-safe
src/check_reserved_instances.egg-info/requires.txt
src/check_reserved_instances.egg-info/top_level.txt
src/check_reserved_instances/templates/html_template.html
tests/test_calculate.py
tests/fixtures/config.ini.bad_aws
tests/fixtures/config.ini.bad_email
tests/fixtures/config.ini.email_no_tls
tests/fixtures/config.ini.empty
tests/fixtures/config.ini.no_aws
tests/fixtures/config.ini.no_email
tests/fixtures/config.ini.testing