.env.example
.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
pyproject.toml
.devcontainer/devcontainer.json
.github/copilot-instructions.md
.github/dependabot.yml
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/issue.md
.github/workflows/auto-merge.yml
.github/workflows/ci.yml
.github/workflows/publish-to-test-pypi.yml
.github/workflows/release-drafter.yml
examples/501-NEW-20251227-161419.json
examples/502-NEW-20251227-161838.json
examples/README.md
examples/skeleton.json
examples/v1_with_interface.py
examples/v2_client_usage.py
examples/v2_skeleton_usage.py
src/aioiregul/__init__.py
src/aioiregul/__init__.pyi
src/aioiregul/cli.py
src/aioiregul/cli.pyi
src/aioiregul/iregulapi.py
src/aioiregul/iregulapi.pyi
src/aioiregul/models.py
src/aioiregul/models.pyi
src/aioiregul/py.typed
src/aioiregul.egg-info/PKG-INFO
src/aioiregul.egg-info/SOURCES.txt
src/aioiregul.egg-info/dependency_links.txt
src/aioiregul.egg-info/requires.txt
src/aioiregul.egg-info/top_level.txt
src/aioiregul/v1/__init__.py
src/aioiregul/v1/__init__.pyi
src/aioiregul/v2/__init__.py
src/aioiregul/v2/__init__.pyi
src/aioiregul/v2/client.py
src/aioiregul/v2/client.pyi
src/aioiregul/v2/decoder.py
src/aioiregul/v2/decoder.pyi
src/aioiregul/v2/mappers.py
src/aioiregul/v2/mappers.pyi
stubs/scripts/generate_stubs.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_decoder.py
tests/test_iregulapi.py
tests/test_mappers.py
tests/test_models.py
tests/test_v1.py
tests/test_v1_extra.py
tests/test_v2.py
tests/data/static/entrees.html
tests/data/static/login.html
tests/data/static/main.html
tests/data/static/mesures.html
tests/data/static/sondes.html
tests/data/static/sorties.html
tests/data/v2messages/501-NEW-20251227-161419.txt
tests/data/v2messages/501-NEW.txt
tests/data/v2messages/501-OLD.txt
tests/data/v2messages/502-NEW-20251227-161838.txt
tests/data/v2messages/502-NEW.txt
tests/data/v2messages/502-OLD.txt