No description
Find a file
2026-08-10 20:52:09 +02:00
src/watt42_service chore: prepare for publish to pypi 2026-08-10 20:52:09 +02:00
tests add unit test 2026-08-10 18:53:43 +02:00
.gitignore initial 2026-08-10 18:47:42 +02:00
.python-version initial 2026-08-10 18:47:42 +02:00
pyproject.toml chore: prepare for publish to pypi 2026-08-10 20:52:09 +02:00
README.md doc: initial README 2026-08-10 20:47:29 +02:00
uv.lock add unit test 2026-08-10 18:53:43 +02:00

Watt42 Service

Adapts to the Watt42 environment, and provides access to it.

For now, this is just a function to get values for Watt42 secrets, which are actually environment variables at script runtime.

Example:

from watt42_service import get_system_secret

print(get_system_secret("MY_SECRET"))

For more information, see the Watt42 documentation.