.gitignore
CODE_OF_CONDUCT.md
LICENSE
Makefile
README.md
pyproject.toml
uv.lock
.github/workflows/premerge.yaml
.github/workflows/release.yaml
ipsdk/__init__.py
ipsdk/connection.py
ipsdk/gateway.py
ipsdk/jsonutils.py
ipsdk/logger.py
ipsdk/metadata.py
ipsdk/platform.py
ipsdk.egg-info/PKG-INFO
ipsdk.egg-info/SOURCES.txt
ipsdk.egg-info/dependency_links.txt
ipsdk.egg-info/requires.txt
ipsdk.egg-info/top_level.txt
tests/test_gateway.py
tests/test_jsonutils.py
tests/test_metadata.py
tests/test_platform.py