LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
.github/README.md
.github/workflows/deploy.yml
.github/workflows/test.yml
.github/workflows/tests_312.yml
manifoldbot/__init__.py
manifoldbot/cli.py
manifoldbot.egg-info/PKG-INFO
manifoldbot.egg-info/SOURCES.txt
manifoldbot.egg-info/dependency_links.txt
manifoldbot.egg-info/entry_points.txt
manifoldbot.egg-info/not-zip-safe
manifoldbot.egg-info/requires.txt
manifoldbot.egg-info/top_level.txt
manifoldbot/ai/__init__.py
manifoldbot/config/__init__.py
manifoldbot/config/settings.py
manifoldbot/core/__init__.py
manifoldbot/core/bot.py
manifoldbot/data/__init__.py
manifoldbot/data/sources/__init__.py
manifoldbot/manifold/__init__.py
manifoldbot/manifold/reader.py
manifoldbot/manifold/writer.py
manifoldbot/utils/__init__.py
scripts/test_ci.py
tests/__init__.py
tests/manifold/__init__.py
tests/manifold/test_reader.py
tests/manifold/test_reader_real.py
tests/manifold/test_writer.py