DataFun Toolkit¶
The DataFun Toolkit provides privacy-safe utilities for Python projects.
It includes helpers to:
- Locate the project root
- Log paths safely (without exposing full machine paths)
- Detect runtime environment details (OS, shell, Python)
- Emit a standardized logging header
The toolkit is lightweight and works the same locally and in CI environments.
Installation¶
Or with uv:
Documentation¶
- API Reference
- Examples
- Troubleshooting