MANIFEST.in
README.rst
dev-requirements.txt
requirements.txt
setup.py
sopel/__init__.py
sopel/bot.py
sopel/coretasks.py
sopel/db.py
sopel/formatting.py
sopel/irc.py
sopel/loader.py
sopel/logger.py
sopel/module.py
sopel/run_script.py
sopel/test_tools.py
sopel/trigger.py
sopel/web.py
sopel.egg-info/PKG-INFO
sopel.egg-info/SOURCES.txt
sopel.egg-info/dependency_links.txt
sopel.egg-info/entry_points.txt
sopel.egg-info/requires.txt
sopel.egg-info/top_level.txt
sopel/config/__init__.py
sopel/config/core_section.py
sopel/config/types.py
sopel/modules/__init__.py
sopel/modules/admin.py
sopel/modules/adminchannel.py
sopel/modules/announce.py
sopel/modules/bugzilla.py
sopel/modules/calc.py
sopel/modules/clock.py
sopel/modules/countdown.py
sopel/modules/currency.py
sopel/modules/dice.py
sopel/modules/etymology.py
sopel/modules/find.py
sopel/modules/find_updates.py
sopel/modules/help.py
sopel/modules/ip.py
sopel/modules/ipython.py
sopel/modules/isup.py
sopel/modules/lmgtfy.py
sopel/modules/meetbot.py
sopel/modules/movie.py
sopel/modules/ping.py
sopel/modules/rand.py
sopel/modules/reddit.py
sopel/modules/reload.py
sopel/modules/remind.py
sopel/modules/safety.py
sopel/modules/search.py
sopel/modules/seen.py
sopel/modules/spellcheck.py
sopel/modules/tell.py
sopel/modules/tld.py
sopel/modules/translate.py
sopel/modules/unicode_info.py
sopel/modules/units.py
sopel/modules/uptime.py
sopel/modules/url.py
sopel/modules/version.py
sopel/modules/weather.py
sopel/modules/wikipedia.py
sopel/modules/wiktionary.py
sopel/modules/xkcd.py
sopel/tools/__init__.py
sopel/tools/_events.py
sopel/tools/calculation.py
sopel/tools/jobs.py
sopel/tools/target.py
sopel/tools/time.py
test/test_config.py
test/test_db.py
test/test_formatting.py
test/test_irc.py
test/test_module.py
test/test_trigger.py