LICENSE
MANIFEST.in
README.md
config.ini
pyproject.toml
setup.py
src/framebot/__init__.py
src/framebot/__main__.py
src/framebot/framebots.py
src/framebot/model.py
src/framebot/plugins.py
src/framebot/social.py
src/framebot/utils.py
src/framebot/migration/__init__.py
src/framebot/migration/__main__.py
src/framebot/migration/migrate.py
src/pyframebot.egg-info/PKG-INFO
src/pyframebot.egg-info/SOURCES.txt
src/pyframebot.egg-info/dependency_links.txt
src/pyframebot.egg-info/entry_points.txt
src/pyframebot.egg-info/requires.txt
src/pyframebot.egg-info/top_level.txt
test/test_framebots.py
test/test_plugins.py
test/test_social.py
test/test_utils.py