LICENSE
MANIFEST.in
README.md
pyproject.toml
src/green_love/__init__.py
src/green_love/benchmarks.py
src/green_love/co2_equivalences.py
src/green_love/data_utils.py
src/green_love/estimator.py
src/green_love/location.py
src/green_love/power.py
src/green_love/report.py
src/green_love.egg-info/PKG-INFO
src/green_love.egg-info/SOURCES.txt
src/green_love.egg-info/dependency_links.txt
src/green_love.egg-info/requires.txt
src/green_love.egg-info/top_level.txt
src/green_love/data/carbon_intensity.json
src/green_love/data/crusoe_pricing.json
src/green_love/data/electricity_prices.json
src/green_love/data/gpu_benchmarks.json
src/green_love/templates/report.html
tests/test_benchmarks.py
tests/test_co2.py
tests/test_estimator.py
tests/test_location.py
tests/test_power.py
tests/test_report.py