AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
botman/__init__.py
botman/bot.py
botman/cli.py
botman/errors.py
botman.egg-info/PKG-INFO
botman.egg-info/SOURCES.txt
botman.egg-info/dependency_links.txt
botman.egg-info/entry_points.txt
botman.egg-info/not-zip-safe
botman.egg-info/requires.txt
botman.egg-info/top_level.txt
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
tests/__init__.py
tests/mixins.py
tests/test_bot.py
tests/test_cli.py
tests/commands/__init__.py
tests/commands/test_base.py
tests/commands/test_help.py
tests/commands/test_ping.py