LICENSE.md
README.md
pyproject.toml
src/amc/__init__.py
src/amc/__main__.py
src/amc/constants.py
src/amc/version.py
src/amc/data/__init__.py
src/amc/data/config/aws-monthly-costs-config.yaml
src/amc/data/config/skeleton-config.yaml
src/amc/reportexport/__init__.py
src/amc/reportexport/analysis.py
src/amc/reportexport/analysis_tables.py
src/amc/reportexport/calculations.py
src/amc/reportexport/charts.py
src/amc/reportexport/exporters.py
src/amc/reportexport/formatting.py
src/amc/reportexport/year_analysis.py
src/amc/runmodes/__init__.py
src/amc/runmodes/common.py
src/amc/runmodes/account/__init__.py
src/amc/runmodes/account/calculator.py
src/amc/runmodes/bu/__init__.py
src/amc/runmodes/bu/calculator.py
src/amc/runmodes/service/__init__.py
src/amc/runmodes/service/calculator.py
src/aws_monthly_costs.egg-info/PKG-INFO
src/aws_monthly_costs.egg-info/SOURCES.txt
src/aws_monthly_costs.egg-info/dependency_links.txt
src/aws_monthly_costs.egg-info/entry_points.txt
src/aws_monthly_costs.egg-info/requires.txt
src/aws_monthly_costs.egg-info/top_level.txt
tests/test_account.py
tests/test_bu.py
tests/test_calculations.py
tests/test_charts.py
tests/test_config_mixin.py
tests/test_constants.py
tests/test_e2e.py
tests/test_formatting.py
tests/test_integration.py
tests/test_integration_comprehensive.py
tests/test_main.py
tests/test_main_additional.py
tests/test_main_coverage.py
tests/test_reportexport.py
tests/test_reportexport_comprehensive.py
tests/test_service.py
tests/test_service_additional.py
tests/test_version.py
tests/test_year_mode.py