MANIFEST.in
README.md
pyproject.toml
tests/test_code_compiler.py
tests/test_codefunc.py
tests/test_compiler_setup.py
tests/test_text_compiler.py
tests/test_textfunc.py
textpy/__init__.py
textpy/compiler/__init__.py
textpy/compiler/compile_code.py
textpy/compiler/compile_pass.py
textpy/compiler/compile_text.py
textpy/compiler/compiler.py
textpy/compiler/optimize_code.py
textpy/compiler/prompts/_textpy_built_in_gen_code_func.text.tpy
textpy/compiler/prompts/_textpy_built_in_gen_text_func.text.tpy
textpy/engine/__init__.py
textpy/engine/engine.py
textpy/engine/lm_engine.py
textpy/engine/py_engine.py
textpy/func/__init__.py
textpy/func/code_func.py
textpy/func/func.py
textpy/func/text_func.py
textpy/jit/__init__.py
textpy/jit/jit.py
textpy/vm/__init__.py
textpy/vm/code_vm.py
textpy/vm/text_vm.py
textpy/vm/vm.py
textpy_llm.egg-info/PKG-INFO
textpy_llm.egg-info/SOURCES.txt
textpy_llm.egg-info/dependency_links.txt
textpy_llm.egg-info/requires.txt
textpy_llm.egg-info/top_level.txt