.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
NOTICE
README.rst
log
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
ci/run_mypy.sh
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/exceptions.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/const.py
src/flexmeasures_client/s2/utils.py
src/flexmeasures_client/s2/wrapper.py
src/flexmeasures_client/s2/control_types/__init__.py
src/flexmeasures_client/s2/control_types/translations.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/frbc_tunes.py
src/flexmeasures_client/s2/control_types/FRBC/utils.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/s2/__init__.py
tests/s2/conftest.py
tests/s2/test_cem.py
tests/s2/test_frbc_tunes.py
tests/s2/test_frbc_utils.py
tests/s2/test_s2_models.py
tests/s2/test_s2_translations.py
tests/s2/test_utils.py