LICENSE
MANIFEST.in
README.MD
pyproject.toml
ecotrace/__init__.py
ecotrace/__main__.py
ecotrace/cli.py
ecotrace/config.py
ecotrace/constants.json
ecotrace/core.py
ecotrace/cpu.py
ecotrace/cpu_data.csv
ecotrace/exceptions.py
ecotrace/gpu.py
ecotrace/hardware.py
ecotrace/logger.py
ecotrace/ml.py
ecotrace/ram.py
ecotrace/report.py
ecotrace/updater.py
ecotrace.egg-info/PKG-INFO
ecotrace.egg-info/SOURCES.txt
ecotrace.egg-info/dependency_links.txt
ecotrace.egg-info/entry_points.txt
ecotrace.egg-info/requires.txt
ecotrace.egg-info/top_level.txt
ecotrace/callbacks/__init__.py
ecotrace/callbacks/keras.py
ecotrace/callbacks/pytorch.py
ecotrace/exporters/__init__.py
ecotrace/exporters/cloud.py
ecotrace/exporters/otel.py
ecotrace/exporters/webhook.py
ecotrace/middleware/__init__.py
ecotrace/middleware/django.py
ecotrace/middleware/fastapi.py
ecotrace/middleware/flask.py
ecotrace/plugins/__init__.py
ecotrace/plugins/celery.py
ecotrace/plugins/pytest_plugin.py
tests/test_callbacks.py
tests/test_celery.py
tests/test_cli.py
tests/test_core.py
tests/test_django.py
tests/test_exporters.py
tests/test_hardware.py
tests/test_hybrid_engine.py
tests/test_middleware.py
tests/test_ml.py
tests/test_v151_validation.py
tests/test_v6_features.py