.gitignore
LICENSE.md
MANIFEST.in
Makefile
README.md
README.md.tpl
README.rst
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
update_docs.sh
bin/jj2c
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
jj2c/__init__.py
jj2c/sql_templating.py
jj2c.egg-info/PKG-INFO
jj2c.egg-info/SOURCES.txt
jj2c.egg-info/dependency_links.txt
jj2c.egg-info/requires.txt
jj2c.egg-info/top_level.txt
tests/__init__.py
tests/test_command.py
tests/test_compile.py
tests/test_sql_templating.py
tests/test_variables.py
tests/fixtures/a.zip
tests/fixtures/hello.tpl
tests/fixtures/lines_array.tpl
tests/fixtures/lst1.txt
tests/fixtures/lst2.txt
tests/fixtures/use_do.tpl
tests/fixtures/vars.json
tests/fixtures/vars.toml
tests/fixtures/vars.yaml
tests/fixtures/a/f1.tpl
tests/fixtures/a/b/f2.tpl
tests/fixtures/a/b/c/base.tpl
tests/snapshots/__init__.py
tests/snapshots/snap_test_command.py
tests/snapshots/snap_test_compile.py
tests/snapshots/snap_test_variables.py