No description
- Python 100%
| src/watt42_service | ||
| tests | ||
| .gitignore | ||
| .python-version | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
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.