.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
NOTICE
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/flexmeasures_client/__init__.py
src/flexmeasures_client/client.py
src/flexmeasures_client/constants.py
src/flexmeasures_client/response_handling.py
src/flexmeasures_client.egg-info/PKG-INFO
src/flexmeasures_client.egg-info/SOURCES.txt
src/flexmeasures_client.egg-info/dependency_links.txt
src/flexmeasures_client.egg-info/not-zip-safe
src/flexmeasures_client.egg-info/requires.txt
src/flexmeasures_client.egg-info/top_level.txt
src/flexmeasures_client/s2/__init__.py
src/flexmeasures_client/s2/cem.py
src/flexmeasures_client/s2/exceptions.py
src/flexmeasures_client/s2/utils.py
src/flexmeasures_client/s2/control_types/__init__.py
src/flexmeasures_client/s2/control_types/FRBC/__init__.py
src/flexmeasures_client/s2/control_types/FRBC/frbc_simple.py
src/flexmeasures_client/s2/control_types/FRBC/utils.py
src/flexmeasures_client/s2/python_s2_protocol/FRBC/messages.py
src/flexmeasures_client/s2/python_s2_protocol/FRBC/schemas.py
src/flexmeasures_client/s2/python_s2_protocol/common/messages.py
src/flexmeasures_client/s2/python_s2_protocol/common/schemas.py
src/flexmeasures_client/s2/script/demo_setup.py
src/flexmeasures_client/s2/script/websockets_client.py
src/flexmeasures_client/s2/script/websockets_server.py
tests/conftest.py
tests/test_client.py
tests/test_frbc_utils.py
tests/test_s2_coordinator.py