LICENSE
README.md
pyproject.toml
tests/test_cli.py
tests/test_engine.py
txt_sql.egg-info/PKG-INFO
txt_sql.egg-info/SOURCES.txt
txt_sql.egg-info/dependency_links.txt
txt_sql.egg-info/entry_points.txt
txt_sql.egg-info/requires.txt
txt_sql.egg-info/top_level.txt
txtsql/__init__.py
txtsql/__main__.py
txtsql/ast.py
txtsql/cli.py
txtsql/engine.py
txtsql/evaluator.py
txtsql/exceptions.py
txtsql/executor.py
txtsql/lexer.py
txtsql/parser.py
txtsql/storage.py
txtsql/types.py