.gitignore
.pre-commit-config.yaml
LICENSE
README.md
codecov.yml
example.py
pyproject.toml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/actions.yml
.github/workflows/dependency-review.yml
.github/workflows/release.yml
docs/Makefile
docs/conf.py
docs/develop.rst
docs/example.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/pysmsboxnet.rst
script/copy_example.py
script/run-in-env.sh
src/pysmsboxnet/__init__.py
src/pysmsboxnet/_version.py
src/pysmsboxnet/api.py
src/pysmsboxnet/exceptions.py
src/pysmsboxnet/py.typed
src/pysmsboxnet.egg-info/PKG-INFO
src/pysmsboxnet.egg-info/SOURCES.txt
src/pysmsboxnet.egg-info/dependency_links.txt
src/pysmsboxnet.egg-info/requires.txt
src/pysmsboxnet.egg-info/top_level.txt
tests/__init__.py
tests/test_api.py