.coveragerc
.flake8
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.pylintrc
LICENSE
MANIFEST.in
README.md
config.default.yaml
conflict_test_requirements.txt
pyproject.toml
renovate.json
setup.cfg
test_requirements.txt
tox.ini
Hydro_Quebec_API_Wrapper.egg-info/PKG-INFO
Hydro_Quebec_API_Wrapper.egg-info/SOURCES.txt
Hydro_Quebec_API_Wrapper.egg-info/dependency_links.txt
Hydro_Quebec_API_Wrapper.egg-info/entry_points.txt
Hydro_Quebec_API_Wrapper.egg-info/requires.txt
Hydro_Quebec_API_Wrapper.egg-info/top_level.txt
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/todo.rst
docs/source/_static/custom.css
docs/source/_static/hydroqc-logo-128.png
docs/source/_static/hydroqc-logo.svg
docs/source/reference/config.rst
docs/source/reference/modules.rst
examples/hydro.py
hydroqc/__init__.py
hydroqc/account.py
hydroqc/consts.py
hydroqc/customer.py
hydroqc/diagnostic.py
hydroqc/error.py
hydroqc/logger.py
hydroqc/py.typed
hydroqc/webuser.py
hydroqc/contract/__init__.py
hydroqc/contract/common.py
hydroqc/contract/contract_d.py
hydroqc/contract/contract_d_cpc.py
hydroqc/contract/contract_dpc.py
hydroqc/contract/contract_dt.py
hydroqc/contract/contract_m.py
hydroqc/contract/contract_m_gdp.py
hydroqc/contract/contract_residential.py
hydroqc/hydro_api/__init__.py
hydroqc/hydro_api/cache.py
hydroqc/hydro_api/client.py
hydroqc/hydro_api/consts.py
hydroqc/hydro_api/hydro-chain.pem
hydroqc/types/__init__.py
hydroqc/types/common.py
hydroqc/types/conso.py
hydroqc/types/info_compte.py
hydroqc/types/winter_credit.py
hydroqc/winter_credit/__init__.py
hydroqc/winter_credit/consts.py
hydroqc/winter_credit/handler.py
hydroqc/winter_credit/peak.py
hydroqc/winter_credit/timerange.py
logo/hydroqc-logo-128.png
logo/hydroqc-logo.svg
tests/__init__.py
tests/conftest.py
tests/subtest_common.py
tests/subtest_contract_d.py
tests/subtest_contract_d_cpc.py
tests/subtest_contract_dpc.py
tests/subtest_contract_dt.py
tests/subtest_contract_m.py
tests/subtest_contract_m_gdp.py
tests/test_basic.py
tests/test_timerange.py
tests/tools.py