.gitignore
LICENSE
MANIFEST.in
README.md
example.py
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
uv.lock
.github/workflows/README.md
.github/workflows/publish-pypi.yml
.github/workflows/release.yml
.github/workflows/test.yml
sigfox_manager/__init__.py
sigfox_manager/sigfox_manager.py
sigfox_manager.egg-info/PKG-INFO
sigfox_manager.egg-info/SOURCES.txt
sigfox_manager.egg-info/dependency_links.txt
sigfox_manager.egg-info/not-zip-safe
sigfox_manager.egg-info/requires.txt
sigfox_manager.egg-info/top_level.txt
sigfox_manager/models/schemas.py
sigfox_manager/sigfox_manager_exceptions/__init__.py
sigfox_manager/sigfox_manager_exceptions/sigfox_exceptions.py
sigfox_manager/utils/http_utils.py