.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/external/description-des-codes-interruption.pdf
docs/source/reference/hydroqc.contract.rst
docs/source/reference/hydroqc.hydro_api.rst
docs/source/reference/hydroqc.peak.cpc.rst
docs/source/reference/hydroqc.peak.dpc.rst
docs/source/reference/hydroqc.peak.rst
docs/source/reference/hydroqc.rst
docs/source/reference/hydroqc.types.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/timerange.py
hydroqc/utils.py
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/contract/outage.py
hydroqc/hydro_api/__init__.py
hydroqc/hydro_api/cache.py
hydroqc/hydro_api/client.py
hydroqc/hydro_api/consts.py
hydroqc/hydro_api/session.hydroquebec.com.pem
hydroqc/peak/__init__.py
hydroqc/peak/cpc/__init__.py
hydroqc/peak/cpc/consts.py
hydroqc/peak/cpc/handler.py
hydroqc/peak/cpc/peak.py
hydroqc/peak/dpc/__init__.py
hydroqc/peak/dpc/consts.py
hydroqc/peak/dpc/handler.py
hydroqc/peak/dpc/peak.py
hydroqc/types/__init__.py
hydroqc/types/account.py
hydroqc/types/common.py
hydroqc/types/consump.py
hydroqc/types/contract.py
hydroqc/types/cpc.py
hydroqc/types/dpc.py
hydroqc/types/dt.py
hydroqc/types/outage.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