.env.template
.gitignore
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
pytest.ini
requirements-dev.txt
setup.cfg
docs/python-lib.mdx
docs/python-overview.mdx
docs/python-smtp.mdx
docs/python.mdx
docs/source/api.rst
docs/source/conf.py
docs/source/examples.rst
docs/source/frameworks.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/quickstart.rst
docs/source/smtp.rst
examples/api_client.py
examples/direct_api.py
examples/django_integration.py
examples/flask_integration.py
examples/important.txt
examples/smtp_client.py
examples/test.txt
examples/test.xlsx
src/shoutbox/__init__.py
src/shoutbox/client.py
src/shoutbox/exceptions.py
src/shoutbox/models.py
src/shoutbox/smtp.py
src/shoutboxnet.egg-info/PKG-INFO
src/shoutboxnet.egg-info/SOURCES.txt
src/shoutboxnet.egg-info/dependency_links.txt
src/shoutboxnet.egg-info/requires.txt
src/shoutboxnet.egg-info/top_level.txt
tests/conftest.py
tests/run_direct_api_test.py
tests/test_api_client.py
tests/test_client.py
tests/test_direct_api.py
tests/test_django.py
tests/test_exceptions.py
tests/test_flask.py
tests/test_models.py
tests/test_smtp.py