LICENSE
README.md
pyproject.toml
codecarbon/__init__.py
codecarbon/_version.py
codecarbon/emissions_tracker.py
codecarbon/input.py
codecarbon/lock.py
codecarbon/output.py
codecarbon.egg-info/PKG-INFO
codecarbon.egg-info/SOURCES.txt
codecarbon.egg-info/dependency_links.txt
codecarbon.egg-info/entry_points.txt
codecarbon.egg-info/requires.txt
codecarbon.egg-info/top_level.txt
codecarbon/cli/__init__.py
codecarbon/cli/cli_utils.py
codecarbon/cli/main.py
codecarbon/core/__init__.py
codecarbon/core/api_client.py
codecarbon/core/cloud.py
codecarbon/core/co2_signal.py
codecarbon/core/config.py
codecarbon/core/cpu.py
codecarbon/core/emissions.py
codecarbon/core/gpu.py
codecarbon/core/measure.py
codecarbon/core/powermetrics.py
codecarbon/core/rapl.py
codecarbon/core/resource_tracker.py
codecarbon/core/schemas.py
codecarbon/core/units.py
codecarbon/core/util.py
codecarbon/data/canada_provinces.geojson
codecarbon/data/cloud/impact.csv
codecarbon/data/hardware/cpu_power.csv
codecarbon/data/hardware/cpu_dataset_builder/amd_cpu_scrapper.py
codecarbon/data/hardware/cpu_dataset_builder/intel_cpu_scrapper.py
codecarbon/data/hardware/cpu_dataset_builder/merge_scrapped_cpu_power.py
codecarbon/data/private_infra/carbon_intensity_per_source.json
codecarbon/data/private_infra/global_energy_mix.json
codecarbon/data/private_infra/2016/usa_emissions.json
codecarbon/data/private_infra/2023/canada_energy_mix.json
codecarbon/external/__init__.py
codecarbon/external/geography.py
codecarbon/external/hardware.py
codecarbon/external/logger.py
codecarbon/external/ram.py
codecarbon/external/scheduler.py
codecarbon/external/task.py
codecarbon/output_methods/__init__.py
codecarbon/output_methods/base_output.py
codecarbon/output_methods/emissions_data.py
codecarbon/output_methods/file.py
codecarbon/output_methods/http.py
codecarbon/output_methods/logger.py
codecarbon/output_methods/metrics/__init__.py
codecarbon/output_methods/metrics/logfire.py
codecarbon/output_methods/metrics/metric_docs.py
codecarbon/output_methods/metrics/prometheus.py
codecarbon/viz/__init__.py
codecarbon/viz/carbonboard.py
codecarbon/viz/carbonboard_on_api.py
codecarbon/viz/components.py
codecarbon/viz/data.py
codecarbon/viz/units.py
codecarbon/viz/assets/__init__.py
codecarbon/viz/assets/car_icon.png
codecarbon/viz/assets/house_icon.png
codecarbon/viz/assets/tv_icon.png
tests/test_api_call.py
tests/test_cli.py
tests/test_cloud.py
tests/test_co2_signal.py
tests/test_config.py
tests/test_core_util.py
tests/test_cpu.py
tests/test_cpu_load.py
tests/test_custom_handler.py
tests/test_emissions.py
tests/test_emissions_tracker.py
tests/test_emissions_tracker_constant.py
tests/test_emissions_tracker_flush.py
tests/test_energy.py
tests/test_geography.py
tests/test_gpu.py
tests/test_lock.py
tests/test_logging_output.py
tests/test_offline_emissions_tracker.py
tests/test_package_integrity.py
tests/test_powermetrics.py
tests/test_ram.py
tests/test_rapl_mmio_scanning.py
tests/test_rapl_parameters.py
tests/test_rapl_permissions.py
tests/test_tracking_inference.py
tests/test_unsupported_gpu.py
tests/test_viz_data.py
tests/test_viz_units.py
tests/testdata.py
tests/testutils.py