Frequenz Gridpool Library¤
Introduction¤
High-level interface to grid pools for the Frequenz platform.
TODO(cookiecutter): Improve the README file
Supported Platforms¤
The following platforms are officially supported (tested):
- Python: 3.11
- Operating System: Ubuntu Linux 20.04
- Architectures: amd64, arm64
CLI¤
This package ships the gridpool-cli command with two subcommands.
Setup¤
Set the Assets API credentials before running the CLI:
export ASSETS_API_URL="grpc://..."
export ASSETS_API_AUTH_KEY="..."
export ASSETS_API_SIGN_SECRET="..."
Print component formulas¤
Optional prefix formatting:
Render component graph¤
Rendering requires optional dependencies. Install with:
To save without opening a window:
Contributing¤
If you want to know how to build this project and contribute to it, please check out the Contributing Guide.