LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
efootprint/__init__.py
efootprint/logger.py
efootprint.egg-info/PKG-INFO
efootprint.egg-info/SOURCES.txt
efootprint.egg-info/dependency_links.txt
efootprint.egg-info/requires.txt
efootprint.egg-info/top_level.txt
efootprint/abstract_modeling_classes/__init__.py
efootprint/abstract_modeling_classes/explainable_object_base_class.py
efootprint/abstract_modeling_classes/explainable_object_dict.py
efootprint/abstract_modeling_classes/explainable_objects.py
efootprint/abstract_modeling_classes/modeling_object.py
efootprint/abstract_modeling_classes/source_objects.py
efootprint/api_utils/__init__.py
efootprint/api_utils/json_to_system.py
efootprint/api_utils/system_to_json.py
efootprint/builders/__init__.py
efootprint/builders/hardware/__init__.py
efootprint/builders/hardware/devices_defaults.py
efootprint/builders/hardware/network_defaults.py
efootprint/builders/hardware/servers_boaviztapi.py
efootprint/builders/hardware/servers_defaults.py
efootprint/builders/hardware/storage_defaults.py
efootprint/constants/__init__.py
efootprint/constants/countries.py
efootprint/constants/custom_units.txt
efootprint/constants/files.py
efootprint/constants/sources.py
efootprint/constants/units.py
efootprint/core/__init__.py
efootprint/core/service.py
efootprint/core/system.py
efootprint/core/hardware/__init__.py
efootprint/core/hardware/device_population.py
efootprint/core/hardware/hardware_base_classes.py
efootprint/core/hardware/network.py
efootprint/core/hardware/storage.py
efootprint/core/hardware/servers/__init__.py
efootprint/core/hardware/servers/autoscaling.py
efootprint/core/hardware/servers/on_premise.py
efootprint/core/hardware/servers/server_base_class.py
efootprint/core/hardware/servers/serverless.py
efootprint/core/usage/__init__.py
efootprint/core/usage/usage_pattern.py
efootprint/core/usage/user_journey.py
efootprint/utils/__init__.py
efootprint/utils/calculus_graph.py
efootprint/utils/graph_tools.py
efootprint/utils/object_relationships_graphs.py
efootprint/utils/plot_emission_diffs.py
efootprint/utils/tools.py
efootprint/utils/dev_utils/__init__.py
efootprint/utils/dev_utils/page_weights.py
efootprint/utils/dev_utils/selenium_screenshot.py
tests/__init__.py
tests/test_quickstart.py
tests/test_service.py
tests/test_system.py
tests/utils.py
tests/abstract_modeling_classes/__init__.py
tests/abstract_modeling_classes/test_explainable_object_base_class.py
tests/abstract_modeling_classes/test_explainable_objects.py
tests/abstract_modeling_classes/test_modeling_object.py
tests/builders/__init__.py
tests/builders/test_default_builders.py
tests/builders/test_servers_boaviztapi.py
tests/hardware/__init__.py
tests/hardware/test_device_population.py
tests/hardware/test_infra_hardware.py
tests/hardware/test_network.py
tests/hardware/test_storage.py
tests/hardware/servers/__init__.py
tests/hardware/servers/test_autoscaling.py
tests/hardware/servers/test_on_premise.py
tests/hardware/servers/test_server_base_class.py
tests/hardware/servers/test_serverless.py
tests/integration_tests/__init__.py
tests/integration_tests/integration_test_base_class.py
tests/integration_tests/test_integration.py
tests/integration_tests/test_integration_complex_system.py
tests/usage/__init__.py
tests/usage/test_usage_pattern.py
tests/usage/test_user_journey.py