.gitignore
LICENSE
dev-requirements.txt
local-dev-requirements.txt
pyproject.toml
.github/workflows/publish-to-pypi.yml
.github/workflows/run-pytest.yml
examples/__init__.py
examples/add.mn.py
examples/fizzbuzz.mn.py
examples/todo.mn.py
src/maccarone/__init__.py
src/maccarone/caching.py
src/maccarone/enable.py
src/maccarone/openai.py
src/maccarone/preprocessor.py
src/maccarone.egg-info/PKG-INFO
src/maccarone.egg-info/SOURCES.txt
src/maccarone.egg-info/dependency_links.txt
src/maccarone.egg-info/entry_points.txt
src/maccarone.egg-info/requires.txt
src/maccarone.egg-info/top_level.txt
src/maccarone/scripts/preprocess.py
src/maccarone/test/test_caching.py
src/maccarone/test/test_preprocessor.py