INSTALL
LICENSE
MANIFEST.in
Makefile
Makefile.common
Makefile.env.sample
NEWS
README
setup.cfg
setup.py
doc/api.rst
doc/conf.py
doc/design.rst
doc/index.rst
doc/reference.rst
doc/roadmap.rst
doc/showcase.rst
doc/tutorial.rst
doc/api/htsql.ctl.rst
doc/api/htsql.rst
doc/api/htsql.tr.fn.rst
doc/api/htsql.tr.rst
doc/api/htsql_pgsql.rst
doc/api/htsql_sqlite.rst
doc/extensions/htsqldoc.py
src/HTSQL.egg-info/PKG-INFO
src/HTSQL.egg-info/SOURCES.txt
src/HTSQL.egg-info/dependency_links.txt
src/HTSQL.egg-info/entry_points.txt
src/HTSQL.egg-info/requires.txt
src/HTSQL.egg-info/top_level.txt
src/htsql/__init__.py
src/htsql/adapter.py
src/htsql/addon.py
src/htsql/application.py
src/htsql/connect.py
src/htsql/context.py
src/htsql/domain.py
src/htsql/entity.py
src/htsql/error.py
src/htsql/export.py
src/htsql/introspect.py
src/htsql/mark.py
src/htsql/request.py
src/htsql/split_sql.py
src/htsql/util.py
src/htsql/validator.py
src/htsql/wsgi.py
src/htsql/ctl/__init__.py
src/htsql/ctl/default.py
src/htsql/ctl/error.py
src/htsql/ctl/help.py
src/htsql/ctl/option.py
src/htsql/ctl/regress.py
src/htsql/ctl/request.py
src/htsql/ctl/routine.py
src/htsql/ctl/script.py
src/htsql/ctl/server.py
src/htsql/ctl/shell.py
src/htsql/ctl/version.py
src/htsql/fmt/__init__.py
src/htsql/fmt/entitle.py
src/htsql/fmt/format.py
src/htsql/fmt/html.py
src/htsql/fmt/json.py
src/htsql/fmt/jsonex.py
src/htsql/fmt/spreadsheet.py
src/htsql/fmt/text.py
src/htsql/tr/__init__.py
src/htsql/tr/assemble.py
src/htsql/tr/bind.py
src/htsql/tr/binding.py
src/htsql/tr/code.py
src/htsql/tr/coerce.py
src/htsql/tr/compile.py
src/htsql/tr/dump.py
src/htsql/tr/encode.py
src/htsql/tr/error.py
src/htsql/tr/frame.py
src/htsql/tr/lookup.py
src/htsql/tr/parse.py
src/htsql/tr/plan.py
src/htsql/tr/reduce.py
src/htsql/tr/scan.py
src/htsql/tr/signature.py
src/htsql/tr/syntax.py
src/htsql/tr/term.py
src/htsql/tr/token.py
src/htsql/tr/fn/__init__.py
src/htsql/tr/fn/assemble.py
src/htsql/tr/fn/bind.py
src/htsql/tr/fn/dump.py
src/htsql/tr/fn/encode.py
src/htsql/tr/fn/reduce.py
src/htsql/tr/fn/signature.py
src/htsql_pgsql/__init__.py
src/htsql_pgsql/connect.py
src/htsql_pgsql/domain.py
src/htsql_pgsql/export.py
src/htsql_pgsql/introspect.py
src/htsql_pgsql/split_sql.py
src/htsql_pgsql/tr/__init__.py
src/htsql_pgsql/tr/dump.py
src/htsql_sqlite/__init__.py
src/htsql_sqlite/connect.py
src/htsql_sqlite/domain.py
src/htsql_sqlite/export.py
src/htsql_sqlite/introspect.py
src/htsql_sqlite/split_sql.py
src/htsql_sqlite/tr/__init__.py
src/htsql_sqlite/tr/bind.py
src/htsql_sqlite/tr/coerce.py
src/htsql_sqlite/tr/dump.py
test/regress.yaml
test/input/format.yaml
test/input/library.yaml
test/input/pgsql.yaml
test/input/routine.yaml
test/input/schema.yaml
test/input/sqlite.yaml
test/input/translation.yaml
test/input/tutorial.yaml
test/output/pgsql.yaml
test/output/routine.yaml
test/output/sqlite.yaml
test/sql/regress-pgsql.sql
test/sql/regress-sqlite.sql