LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
src/biblebot/__init__.py
src/biblebot/__main__.py
src/biblebot/auth.py
src/biblebot/bot.py
src/biblebot/cli.py
src/biblebot/log_utils.py
src/biblebot/setup_utils.py
src/biblebot/update_check.py
src/biblebot/constants/__init__.py
src/biblebot/constants/api.py
src/biblebot/constants/app.py
src/biblebot/constants/bible.py
src/biblebot/constants/config.py
src/biblebot/constants/logging.py
src/biblebot/constants/matrix.py
src/biblebot/constants/messages.py
src/biblebot/constants/system.py
src/biblebot/constants/update.py
src/biblebot/tools/__init__.py
src/biblebot/tools/biblebot.service
src/biblebot/tools/sample_config.yaml
src/matrix_biblebot.egg-info/PKG-INFO
src/matrix_biblebot.egg-info/SOURCES.txt
src/matrix_biblebot.egg-info/dependency_links.txt
src/matrix_biblebot.egg-info/entry_points.txt
src/matrix_biblebot.egg-info/requires.txt
src/matrix_biblebot.egg-info/top_level.txt
tests/test_async_patterns.py
tests/test_auth.py
tests/test_bot.py
tests/test_bot_config.py
tests/test_cli.py
tests/test_config_env.py
tests/test_configuration_patterns.py
tests/test_constants.py
tests/test_e2ee_integration.py
tests/test_edge_cases.py
tests/test_error_message_handling.py
tests/test_integration.py
tests/test_integration_patterns.py
tests/test_log_utils.py
tests/test_matrix_utils.py
tests/test_monitoring_patterns.py
tests/test_performance.py
tests/test_performance_patterns.py
tests/test_regex_cache.py
tests/test_reliability_patterns.py
tests/test_scalability_patterns.py
tests/test_security_patterns.py
tests/test_setup_utils.py
tests/test_tools.py
tests/test_update_check.py