.gitignore
.pre-commit-config.yaml
README.md
noxfile.py
pdm.lock
pyproject.toml
.github/workflows/precommit.yaml
.github/workflows/release.yaml
.github/workflows/unittest.yaml
data/leads-10.csv
data/leads-100.csv
src/inversql/__init__.py
src/inversql/errors.py
src/inversql.egg-info/PKG-INFO
src/inversql.egg-info/SOURCES.txt
src/inversql.egg-info/dependency_links.txt
src/inversql.egg-info/requires.txt
src/inversql.egg-info/top_level.txt
src/inversql/highlights/__init__.py
src/inversql/highlights/cells.py
src/inversql/highlights/headers.py
src/inversql/highlights/highlights.py
src/inversql/nodes/__init__.py
src/inversql/nodes/funcs.py
src/inversql/nodes/inputs.py
src/inversql/nodes/joins.py
src/inversql/nodes/nodes.py
tests/test_highlights.py
tests/test_nodes.py