README.rst
setup.cfg
setup.py
sirbot/__init__.py
sirbot/__version__.py
sirbot/bot.py
sirbot.egg-info/PKG-INFO
sirbot.egg-info/SOURCES.txt
sirbot.egg-info/dependency_links.txt
sirbot.egg-info/requires.txt
sirbot.egg-info/top_level.txt
sirbot.egg-info/zip-safe
sirbot/endpoints/__init__.py
sirbot/plugins/__init__.py
sirbot/plugins/apscheduler/__init__.py
sirbot/plugins/apscheduler/plugin.py
sirbot/plugins/github/__init__.py
sirbot/plugins/github/plugin.py
sirbot/plugins/postgres/__init__.py
sirbot/plugins/postgres/plugin.py
sirbot/plugins/slack/__init__.py
sirbot/plugins/slack/endpoints.py
sirbot/plugins/slack/plugin.py
tests/__init__.py
tests/conftest.py
tests/test_plugin_apscheduler.py
tests/test_plugin_github.py
tests/test_plugin_slack.py
tests/test_sirbot.py