LICENSE
README.md
pyproject.toml
setup.py
carbon_trace/__init__.py
carbon_trace/parser.py
carbon_trace/cli/__init__.py
carbon_trace/cli/main.py
carbon_trace/core/__init__.py
carbon_trace/core/carbon.py
carbon_trace/core/cost.py
carbon_trace/core/energy.py
carbon_trace/core/grid.py
carbon_trace/core/hardware.py
carbon_trace/core/location.py
carbon_trace/core/tracker.py
carbon_trace/dashboard/__init__.py
carbon_trace/dashboard/goals.py
carbon_trace/dashboard/monthly.py
carbon_trace/llm/__init__.py
carbon_trace/llm/anthropic_wrapper.py
carbon_trace/llm/huggingface_wrapper.py
carbon_trace/llm/llamacpp_wrapper.py
carbon_trace/llm/models.py
carbon_trace/llm/ollama_wrapper.py
carbon_trace/llm/openai_wrapper.py
carbon_trace/llm/report.py
carbon_trace/llm/tokenizer.py
carbon_trace/llm/tracker.py
carbon_trace/team/__init__.py
carbon_trace/team/report.py
carbonwatcher.egg-info/PKG-INFO
carbonwatcher.egg-info/SOURCES.txt
carbonwatcher.egg-info/dependency_links.txt
carbonwatcher.egg-info/entry_points.txt
carbonwatcher.egg-info/requires.txt
carbonwatcher.egg-info/top_level.txt
tests/test_carbon.py
tests/test_llm.py