README.md
pyproject.toml
setup.cfg
setup.py
src/best_ec2/__init__.py
src/best_ec2/aws_utils.py
src/best_ec2/best_ec2.py
src/best_ec2/best_ec2_impl.py
src/best_ec2/cache.py
src/best_ec2/constants.py
src/best_ec2/enrichers.py
src/best_ec2/exceptions.py
src/best_ec2/filters.py
src/best_ec2/spot_utils.py
src/best_ec2/types.py
src/best_ec2/utils.py
src/best_ec2/validators.py
src/best_ec2.egg-info/PKG-INFO
src/best_ec2.egg-info/SOURCES.txt
src/best_ec2.egg-info/dependency_links.txt
src/best_ec2.egg-info/requires.txt
src/best_ec2.egg-info/top_level.txt
src/best_ec2/strategies/__init__.py
src/best_ec2/strategies/abstract_sort_strategy.py
src/best_ec2/strategies/sort_on_demand_strategy.py
src/best_ec2/strategies/sort_spot_strategy.py
src/best_ec2/strategies/sort_strategy_factory.py