.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
uv.lock
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
.vscode/launch.json
.vscode/linux.env
.vscode/settings.json
.vscode/windows.env
docs/api.md
docs/index.md
src/kedro_psutil_telemetry/__init__.py
src/kedro_psutil_telemetry/_version.py
src/kedro_psutil_telemetry/hook.py
src/kedro_psutil_telemetry/py.typed
src/kedro_psutil_telemetry.egg-info/PKG-INFO
src/kedro_psutil_telemetry.egg-info/SOURCES.txt
src/kedro_psutil_telemetry.egg-info/dependency_links.txt
src/kedro_psutil_telemetry.egg-info/entry_points.txt
src/kedro_psutil_telemetry.egg-info/requires.txt
src/kedro_psutil_telemetry.egg-info/top_level.txt
tests/__init__.py
tests/test_hook.py
tests/test_smoke.py