Metadata-Version: 2.1
Name: frequenz-api-dispatch
Version: 0.9.0
Summary: Frequenz dispatch gRPC API and bindings
Author-email: Frequenz Energy-as-a-Service GmbH <floss@frequenz.com>
License: MIT
Project-URL: Changelog, https://github.com/frequenz-floss/frequenz-api-dispatch/releases
Project-URL: Repository, https://github.com/frequenz-floss/frequenz-api-dispatch
Project-URL: Issues, https://github.com/frequenz-floss/frequenz-api-dispatch/issues
Project-URL: Support, https://github.com/frequenz-floss/frequenz-api-dispatch/discussions/categories/support
Keywords: frequenz,api,microgrid,grpc,dispatch
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
Requires-Python: <4,>=3.11
Description-Content-Type: text/markdown
Provides-Extra: dev-docstrings
Provides-Extra: dev-formatting
Provides-Extra: dev-mypy
Provides-Extra: dev-noxfile
Provides-Extra: dev-pylint
Provides-Extra: dev-pytest
Provides-Extra: dev

Dispatch API
============

Our dispatch API allows individual edge locations to access the latest dispatch
decisions made cloud-side.

Dispatched resources might include, for example:

* hard shutdown of a location or an individual microgrid component
* charging or discharging a battery
* activation or deactivation of balancing power
* activation or deactivation of a power plant

Microgrid controllers are expected to regularly query this API to keep up to
date with what resources the cloud wishes them to deploy.
