LICENSE
README.md
pyproject.toml
src/aioiregul/__init__.py
src/aioiregul/cli.py
src/aioiregul/iregulapi.py
src/aioiregul/models.py
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/v2/__init__.py
src/aioiregul/v2/client.py
src/aioiregul/v2/decoder.py
src/aioiregul/v2/mappers.py
tests/test_cli.py
tests/test_decoder.py
tests/test_mappers.py
tests/test_models.py
tests/test_v1.py
tests/test_v1_extra.py
tests/test_v2.py