codecarbon 3.0.5__tar.gz → 3.0.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codecarbon-3.0.5 → codecarbon-3.0.6}/PKG-INFO +2 -2
- codecarbon-3.0.6/codecarbon/_version.py +1 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon.egg-info/PKG-INFO +2 -2
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon.egg-info/requires.txt +1 -1
- {codecarbon-3.0.5 → codecarbon-3.0.6}/pyproject.toml +2 -2
- codecarbon-3.0.5/codecarbon/_version.py +0 -1
- {codecarbon-3.0.5 → codecarbon-3.0.6}/LICENSE +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/README.md +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/__init__.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/cli/__init__.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/cli/cli_utils.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/cli/main.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/__init__.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/api_client.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/cloud.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/co2_signal.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/config.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/cpu.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/emissions.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/gpu.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/measure.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/powermetrics.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/rapl.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/resource_tracker.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/schemas.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/units.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/core/util.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/data/canada_provinces.geojson +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/data/cloud/impact.csv +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/data/hardware/cpu_dataset_builder/amd_cpu_scrapper.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/data/hardware/cpu_dataset_builder/intel_cpu_scrapper.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/data/hardware/cpu_dataset_builder/merge_scrapped_cpu_power.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/data/hardware/cpu_power.csv +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/data/private_infra/2016/usa_emissions.json +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/data/private_infra/2023/canada_energy_mix.json +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/data/private_infra/carbon_intensity_per_source.json +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/data/private_infra/global_energy_mix.json +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/emissions_tracker.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/external/__init__.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/external/geography.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/external/hardware.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/external/logger.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/external/ram.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/external/scheduler.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/external/task.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/input.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/lock.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/output.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/output_methods/__init__.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/output_methods/base_output.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/output_methods/emissions_data.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/output_methods/file.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/output_methods/http.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/output_methods/logger.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/output_methods/metrics/__init__.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/output_methods/metrics/logfire.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/output_methods/metrics/metric_docs.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/output_methods/metrics/prometheus.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/viz/__init__.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/viz/assets/__init__.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/viz/carbonboard.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/viz/carbonboard_on_api.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/viz/components.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/viz/data.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/viz/units.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon.egg-info/SOURCES.txt +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon.egg-info/dependency_links.txt +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon.egg-info/entry_points.txt +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon.egg-info/top_level.txt +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/setup.cfg +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_api_call.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_cli.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_cloud.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_co2_signal.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_config.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_core_util.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_cpu.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_cpu_load.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_custom_handler.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_emissions.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_emissions_tracker.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_emissions_tracker_constant.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_emissions_tracker_flush.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_energy.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_geography.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_gpu.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_lock.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_logging_output.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_offline_emissions_tracker.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_package_integrity.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_powermetrics.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_ram.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_tracking_inference.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_unsupported_gpu.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_viz_data.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/test_viz_units.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/testdata.py +0 -0
- {codecarbon-3.0.5 → codecarbon-3.0.6}/tests/testutils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codecarbon
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.6
|
|
4
4
|
Author: Mila, DataForGood, BCG GAMMA, Comet.ml, Haverford College
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Project-URL: Homepage, https://codecarbon.io/
|
|
@@ -28,7 +28,7 @@ Requires-Dist: prometheus_client
|
|
|
28
28
|
Requires-Dist: psutil>=6.0.0
|
|
29
29
|
Requires-Dist: py-cpuinfo
|
|
30
30
|
Requires-Dist: pydantic
|
|
31
|
-
Requires-Dist:
|
|
31
|
+
Requires-Dist: nvidia-ml-py
|
|
32
32
|
Requires-Dist: rapidfuzz
|
|
33
33
|
Requires-Dist: requests
|
|
34
34
|
Requires-Dist: questionary
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "3.0.6"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codecarbon
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.6
|
|
4
4
|
Author: Mila, DataForGood, BCG GAMMA, Comet.ml, Haverford College
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Project-URL: Homepage, https://codecarbon.io/
|
|
@@ -28,7 +28,7 @@ Requires-Dist: prometheus_client
|
|
|
28
28
|
Requires-Dist: psutil>=6.0.0
|
|
29
29
|
Requires-Dist: py-cpuinfo
|
|
30
30
|
Requires-Dist: pydantic
|
|
31
|
-
Requires-Dist:
|
|
31
|
+
Requires-Dist: nvidia-ml-py
|
|
32
32
|
Requires-Dist: rapidfuzz
|
|
33
33
|
Requires-Dist: requests
|
|
34
34
|
Requires-Dist: questionary
|
|
@@ -35,7 +35,7 @@ dependencies = [
|
|
|
35
35
|
"psutil >= 6.0.0",
|
|
36
36
|
"py-cpuinfo",
|
|
37
37
|
"pydantic",
|
|
38
|
-
"
|
|
38
|
+
"nvidia-ml-py",
|
|
39
39
|
"rapidfuzz",
|
|
40
40
|
"requests",
|
|
41
41
|
"questionary",
|
|
@@ -160,7 +160,7 @@ docs = "cd docs/edit && make docs"
|
|
|
160
160
|
carbonboard = "python codecarbon/viz/carbonboard.py"
|
|
161
161
|
|
|
162
162
|
[tool.bumpver]
|
|
163
|
-
current_version = "3.0.
|
|
163
|
+
current_version = "3.0.6"
|
|
164
164
|
version_pattern = "MAJOR.MINOR.PATCH[_TAGNUM]"
|
|
165
165
|
|
|
166
166
|
[tool.bumpver.file_patterns]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "3.0.5"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/data/private_infra/2023/canada_energy_mix.json
RENAMED
|
File without changes
|
{codecarbon-3.0.5 → codecarbon-3.0.6}/codecarbon/data/private_infra/carbon_intensity_per_source.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|