Metadata-Version: 2.3
Name: watt42-service
Version: 0.1.0
Summary: Watt42 Service, Utility Functions
Author: Chris Oloff
Author-email: Chris Oloff <chris@uber5.com>
Requires-Python: >=3.11
Project-URL: Homepage, https://www.watt42.com/
Project-URL: Repository, https://source.c3.uber5.com/watt42-public/watt42-service
Description-Content-Type: text/markdown

# 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:

```python
from watt42_service import get_system_secret

print(get_system_secret("MY_SECRET"))
```

For more information, see the [Watt42 documentation](https://service.watt42.com/docs).
