Skip to content

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

pip install datafun-toolkit

Or with uv:

uv add datafun-toolkit
uv sync

Documentation

  • API Reference
  • Examples
  • Troubleshooting