CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
aws_fleet_scout/__init__.py
aws_fleet_scout/__main__.py
aws_fleet_scout/cli.py
aws_fleet_scout/config.py
aws_fleet_scout/interactive.py
aws_fleet_scout/py.typed
aws_fleet_scout.egg-info/PKG-INFO
aws_fleet_scout.egg-info/SOURCES.txt
aws_fleet_scout.egg-info/dependency_links.txt
aws_fleet_scout.egg-info/entry_points.txt
aws_fleet_scout.egg-info/requires.txt
aws_fleet_scout.egg-info/top_level.txt
aws_fleet_scout/commands/__init__.py
aws_fleet_scout/commands/compare.py
aws_fleet_scout/commands/capacity/__init__.py
aws_fleet_scout/commands/capacity/calendar.py
aws_fleet_scout/commands/capacity/find.py
aws_fleet_scout/commands/fleet/__init__.py
aws_fleet_scout/commands/fleet/pack.py
aws_fleet_scout/commands/fleet/recommend.py
aws_fleet_scout/commands/fleet/utility.py
aws_fleet_scout/commands/spot/__init__.py
aws_fleet_scout/commands/spot/score.py
aws_fleet_scout/utils/__init__.py
aws_fleet_scout/utils/aws_client.py
aws_fleet_scout/utils/cache.py
aws_fleet_scout/utils/output.py
aws_fleet_scout/utils/quotas.py
aws_fleet_scout/utils/regions.py
examples/programmatic_usage.py
examples/quick_demo.py
examples/ray_cluster_launcher.py
examples/slurm_cluster_provision.sh
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/test_aws_client.py
tests/functional/test_capacity_calendar.py
tests/functional/test_capacity_commands.py
tests/functional/test_compare_command.py
tests/functional/test_fleet_commands.py
tests/functional/test_spot_commands.py
tests/unit/__init__.py
tests/unit/test_aws_client.py
tests/unit/test_cache.py
tests/unit/test_capacity_commands.py
tests/unit/test_cli.py
tests/unit/test_compare_command.py
tests/unit/test_config.py
tests/unit/test_fleet_commands.py
tests/unit/test_quotas.py
tests/unit/test_regions.py
tests/unit/test_spot_score.py