LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
cloud_cost_allocation/__init__.py
cloud_cost_allocation/cloud_cost_allocator.py
cloud_cost_allocation/config.py
cloud_cost_allocation/cost_items.py
cloud_cost_allocation/exceptions.py
cloud_cost_allocation/main.py
cloud_cost_allocation.egg-info/PKG-INFO
cloud_cost_allocation.egg-info/SOURCES.txt
cloud_cost_allocation.egg-info/dependency_links.txt
cloud_cost_allocation.egg-info/top_level.txt
cloud_cost_allocation/reader/__init__.py
cloud_cost_allocation/reader/azure_ea_amortized_cost_reader.py
cloud_cost_allocation/reader/base_reader.py
cloud_cost_allocation/reader/csv_allocated_cost_reader.py
cloud_cost_allocation/reader/csv_cost_allocation_keys_reader.py
cloud_cost_allocation/utils/__init__.py
cloud_cost_allocation/utils/utils.py
cloud_cost_allocation/writer/__init__.py
cloud_cost_allocation/writer/base_writer.py
cloud_cost_allocation/writer/csv_allocated_cost_writer.py
puml/cost-allocation-model.puml
puml/cost-allocation-model.svg
puml/hierarchical-service-consumption-example.puml
puml/hierarchical-service-consumption-example.svg
puml/hierarchical-service-cost-allocation-example.puml
puml/hierarchical-service-cost-allocation-example.svg
tests/test.py