LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
run.py
setup.py
ec2_session_gate.egg-info/PKG-INFO
ec2_session_gate.egg-info/SOURCES.txt
ec2_session_gate.egg-info/dependency_links.txt
ec2_session_gate.egg-info/entry_points.txt
ec2_session_gate.egg-info/requires.txt
ec2_session_gate.egg-info/top_level.txt
src/__init__.py
src/api.py
src/app.py
src/aws_manager.py
src/constants.py
src/defaults.json
src/health.py
src/logging.yaml
src/preferences_handler.py
src/ui.py
src/utils.py
src/version.py
src/static/css/style.css
src/static/images/logo.icns
src/static/images/logo.ico
src/static/images/logo.png
src/static/js/app.js
src/static/templates/index.html
tests/test_api.py
tests/test_aws_manager.py
tests/test_health.py
tests/test_preferences.py
tests/test_smoke.py
tests/test_utils.py