.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CONTRIBUTING.rst
LICENSE.txt
README.md
README.rst
diagram-dwh.png
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci-cd-webhook.yml
.github/workflows/codeql-analysis.yml
.github/workflows/pages.yml
.github/workflows/tox.yml
docs/.nojekyll
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/dwh.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
examples/get_and write_historical_opc_ua_values.py
examples/get_and write_opc_ua_values.py
examples/get_historical_opc_ua_values_with_auth.py
notebooks/Example_Data_Downloading.ipynb
notebooks/Exploring_API_Functions.ipynb
notebooks/Exploring_API_Functions_Authentication.ipynb
src/pyPrediktorMapClient.egg-info/PKG-INFO
src/pyPrediktorMapClient.egg-info/SOURCES.txt
src/pyPrediktorMapClient.egg-info/dependency_links.txt
src/pyPrediktorMapClient.egg-info/not-zip-safe
src/pyPrediktorMapClient.egg-info/requires.txt
src/pyPrediktorMapClient.egg-info/top_level.txt
src/pyprediktormapclient/__init__.py
src/pyprediktormapclient/analytics_helper.py
src/pyprediktormapclient/auth_client.py
src/pyprediktormapclient/model_index.py
src/pyprediktormapclient/opc_ua.py
src/pyprediktormapclient/shared.py
src/pyprediktormapclient/dwh/__init__.py
src/pyprediktormapclient/dwh/db.py
src/pyprediktormapclient/dwh/dwh.py
src/pyprediktormapclient/dwh/idwh.py
src/pyprediktormapclient/dwh/context/__init__.py
src/pyprediktormapclient/dwh/context/enercast.py
src/pyprediktormapclient/dwh/context/plant.py
src/pyprediktormapclient/dwh/context/solcast.py
tests/analytics_helper_test.py
tests/auth_client_test.py
tests/conftest.py
tests/model_index_test.py
tests/opc_ua_test.py
tests/shared_test.py
tests/dwh/dwh_test.py
tests/dwh/context/enercast_test.py
tests/dwh/context/plant_test.py
tests/dwh/context/solcast_test.py