LICENSE
README.md
pyproject.toml
bdv.egg-info/PKG-INFO
bdv.egg-info/SOURCES.txt
bdv.egg-info/dependency_links.txt
bdv.egg-info/entry_points.txt
bdv.egg-info/requires.txt
bdv.egg-info/top_level.txt
client/__init__.py
client/cli.py
client/client.py
daemon/__init__.py
daemon/__main__.py
daemon/commands.py
daemon/config.py
daemon/crypto.py
daemon/document.py
daemon/patterns.py
daemon/plugins.py
daemon/server.py
daemon/version.py
daemon/channels/__init__.py
daemon/channels/base.py
daemon/channels/file.py
daemon/channels/smtp.py
daemon/channels/webhook.py
tests/test_channels.py
tests/test_channels_extended.py
tests/test_check_text.py
tests/test_client.py
tests/test_commands.py
tests/test_config.py
tests/test_crypto.py
tests/test_document.py
tests/test_integration.py
tests/test_namespace.py
tests/test_patterns.py
tests/test_plugins.py
tests/test_security.py
tests/test_send.py
tests/test_server.py