CHANGES.rst
Dockerfile
LICENSE
MANIFEST.in
README.rst
config_example.toml
pyproject.toml
requirements-dev.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
assets/weitersager_logo.svg
src/Weitersager.egg-info/PKG-INFO
src/Weitersager.egg-info/SOURCES.txt
src/Weitersager.egg-info/dependency_links.txt
src/Weitersager.egg-info/entry_points.txt
src/Weitersager.egg-info/not-zip-safe
src/Weitersager.egg-info/requires.txt
src/Weitersager.egg-info/top_level.txt
src/weitersager/__init__.py
src/weitersager/cli.py
src/weitersager/config.py
src/weitersager/http.py
src/weitersager/irc.py
src/weitersager/processor.py
src/weitersager/signals.py
src/weitersager/tokencli.py
src/weitersager/util.py
tests/__init__.py
tests/test_cli.py
tests/test_irc_bot.py
tests/test_irc_bot_dummy.py
tests/test_irc_channel.py
tests/test_irc_create_bot.py
tests/test_load_config.py
tests/test_token_cli.py
tests/http/__init__.py
tests/http/conftest.py
tests/http/test_parse_json_message.py
tests/http/test_receive_server.py
tests/processor/__init__.py
tests/processor/test_channel_enabling.py
tests/processor/test_message_handled.py