AUTHORS
LICENSE
MANIFEST.in
NEWS
README
setup.py
doc/html/.buildinfo
doc/html/api.html
doc/html/embed.html
doc/html/genindex.html
doc/html/handbook.html
doc/html/index.html
doc/html/objects.inv
doc/html/overview.html
doc/html/py-modindex.html
doc/html/search.html
doc/html/searchindex.js
doc/html/tutorial.html
doc/html/_images/administrative-directory-schema.png
doc/html/_images/administrative-directory-small-schema.png
doc/html/_images/htsql-web-service.png
doc/html/_images/local-scopes.png
doc/html/_images/model-and-instance.png
doc/html/_images/quotient-class.png
doc/html/_images/sample-instance-1.png
doc/html/_images/sample-instance-2.png
doc/html/_images/sample-model.png
doc/html/_images/show_school.png
doc/html/_images/singular-links.png
doc/html/_images/total-links.png
doc/html/_images/unique-links.png
doc/html/_sources/api.txt
doc/html/_sources/embed.txt
doc/html/_sources/handbook.txt
doc/html/_sources/index.txt
doc/html/_sources/overview.txt
doc/html/_sources/tutorial.txt
doc/html/_sources/admin/cloud.txt
doc/html/_sources/admin/deploy.txt
doc/html/_sources/admin/index.txt
doc/html/_sources/admin/install.txt
doc/html/_sources/admin/usage.txt
doc/html/_sources/man/htsql-ctl.1.txt
doc/html/_sources/man/index.txt
doc/html/_sources/ref/flows.txt
doc/html/_sources/ref/functions.txt
doc/html/_sources/ref/index.txt
doc/html/_sources/ref/model.txt
doc/html/_sources/ref/scopes.txt
doc/html/_sources/ref/syntax.txt
doc/html/_sources/ref/types.txt
doc/html/_static/basic.css
doc/html/_static/default.css
doc/html/_static/doctools.js
doc/html/_static/file.png
doc/html/_static/htsqldoc.css
doc/html/_static/jquery.js
doc/html/_static/minus.png
doc/html/_static/plus.png
doc/html/_static/pygments.css
doc/html/_static/searchtools.js
doc/html/_static/sidebar.js
doc/html/_static/underscore.js
doc/html/admin/cloud.html
doc/html/admin/deploy.html
doc/html/admin/index.html
doc/html/admin/install.html
doc/html/admin/usage.html
doc/html/man/htsql-ctl.1.html
doc/html/man/index.html
doc/html/ref/flows.html
doc/html/ref/functions.html
doc/html/ref/index.html
doc/html/ref/model.html
doc/html/ref/scopes.html
doc/html/ref/syntax.html
doc/html/ref/types.html
doc/man/htsql-ctl.1
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/not-zip-safe
src/HTSQL.egg-info/requires.txt
src/HTSQL.egg-info/top_level.txt
src/htsql/__init__.py
src/htsql/core/__init__.py
src/htsql/core/adapter.py
src/htsql/core/addon.py
src/htsql/core/application.py
src/htsql/core/cache.py
src/htsql/core/classify.py
src/htsql/core/connect.py
src/htsql/core/context.py
src/htsql/core/domain.py
src/htsql/core/entity.py
src/htsql/core/error.py
src/htsql/core/introspect.py
src/htsql/core/model.py
src/htsql/core/split_sql.py
src/htsql/core/util.py
src/htsql/core/validator.py
src/htsql/core/wsgi.py
src/htsql/core/cmd/__init__.py
src/htsql/core/cmd/act.py
src/htsql/core/cmd/command.py
src/htsql/core/cmd/embed.py
src/htsql/core/cmd/fetch.py
src/htsql/core/cmd/summon.py
src/htsql/core/fmt/__init__.py
src/htsql/core/fmt/accept.py
src/htsql/core/fmt/emit.py
src/htsql/core/fmt/format.py
src/htsql/core/fmt/html.py
src/htsql/core/fmt/json.py
src/htsql/core/fmt/tabular.py
src/htsql/core/fmt/text.py
src/htsql/core/fmt/xml.py
src/htsql/core/fmt/static/template.html
src/htsql/core/syn/__init__.py
src/htsql/core/syn/decode.py
src/htsql/core/syn/grammar.py
src/htsql/core/syn/parse.py
src/htsql/core/syn/scan.py
src/htsql/core/syn/syntax.py
src/htsql/core/syn/token.py
src/htsql/core/tr/__init__.py
src/htsql/core/tr/assemble.py
src/htsql/core/tr/bind.py
src/htsql/core/tr/binding.py
src/htsql/core/tr/coerce.py
src/htsql/core/tr/compile.py
src/htsql/core/tr/decorate.py
src/htsql/core/tr/dump.py
src/htsql/core/tr/encode.py
src/htsql/core/tr/flow.py
src/htsql/core/tr/frame.py
src/htsql/core/tr/lookup.py
src/htsql/core/tr/plan.py
src/htsql/core/tr/reduce.py
src/htsql/core/tr/rewrite.py
src/htsql/core/tr/signature.py
src/htsql/core/tr/stitch.py
src/htsql/core/tr/term.py
src/htsql/core/tr/fn/__init__.py
src/htsql/core/tr/fn/assemble.py
src/htsql/core/tr/fn/bind.py
src/htsql/core/tr/fn/dump.py
src/htsql/core/tr/fn/encode.py
src/htsql/core/tr/fn/reduce.py
src/htsql/core/tr/fn/rewrite.py
src/htsql/core/tr/fn/signature.py
src/htsql/ctl/__init__.py
src/htsql/ctl/default.py
src/htsql/ctl/error.py
src/htsql/ctl/extension.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/tweak/__init__.py
src/htsql/tweak/autolimit/__init__.py
src/htsql/tweak/autolimit/encode.py
src/htsql/tweak/cors/__init__.py
src/htsql/tweak/cors/wsgi.py
src/htsql/tweak/csrf/__init__.py
src/htsql/tweak/csrf/wsgi.py
src/htsql/tweak/django/__init__.py
src/htsql/tweak/django/connect.py
src/htsql/tweak/django/introspect.py
src/htsql/tweak/etl/__init__.py
src/htsql/tweak/etl/cmd/__init__.py
src/htsql/tweak/etl/cmd/command.py
src/htsql/tweak/etl/cmd/delete.py
src/htsql/tweak/etl/cmd/do.py
src/htsql/tweak/etl/cmd/insert.py
src/htsql/tweak/etl/cmd/merge.py
src/htsql/tweak/etl/cmd/summon.py
src/htsql/tweak/etl/cmd/truncate.py
src/htsql/tweak/etl/cmd/update.py
src/htsql/tweak/etl/tr/__init__.py
src/htsql/tweak/etl/tr/dump.py
src/htsql/tweak/filedb/__init__.py
src/htsql/tweak/filedb/connect.py
src/htsql/tweak/filedb/introspect.py
src/htsql/tweak/gateway/__init__.py
src/htsql/tweak/gateway/command.py
src/htsql/tweak/hello/__init__.py
src/htsql/tweak/inet/__init__.py
src/htsql/tweak/inet/bind.py
src/htsql/tweak/inet/coerce.py
src/htsql/tweak/inet/domain.py
src/htsql/tweak/inet/encode.py
src/htsql/tweak/inet/signature.py
src/htsql/tweak/meta/__init__.py
src/htsql/tweak/meta/command.py
src/htsql/tweak/meta/slave/__init__.py
src/htsql/tweak/meta/slave/connect.py
src/htsql/tweak/override/__init__.py
src/htsql/tweak/override/classify.py
src/htsql/tweak/override/introspect.py
src/htsql/tweak/override/pattern.py
src/htsql/tweak/pool/__init__.py
src/htsql/tweak/pool/connect.py
src/htsql/tweak/resource/__init__.py
src/htsql/tweak/resource/locate.py
src/htsql/tweak/resource/wsgi.py
src/htsql/tweak/shell/__init__.py
src/htsql/tweak/shell/command.py
src/htsql/tweak/shell/locate.py
src/htsql/tweak/shell/default/__init__.py
src/htsql/tweak/shell/default/act.py
src/htsql/tweak/shell/static/cm-htsql-mode.css
src/htsql/tweak/shell/static/cm-htsql-mode.js
src/htsql/tweak/shell/static/htsql_125x50.png
src/htsql/tweak/shell/static/htsql_88x31.png
src/htsql/tweak/shell/static/index.html
src/htsql/tweak/shell/static/shell.css
src/htsql/tweak/shell/static/shell.js
src/htsql/tweak/shell/vendor/codemirror-2.13/LICENSE
src/htsql/tweak/shell/vendor/codemirror-2.13/README.md
src/htsql/tweak/shell/vendor/codemirror-2.13/compress.html
src/htsql/tweak/shell/vendor/codemirror-2.13/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/internals.html
src/htsql/tweak/shell/vendor/codemirror-2.13/manual.html
src/htsql/tweak/shell/vendor/codemirror-2.13/oldrelease.html
src/htsql/tweak/shell/vendor/codemirror-2.13/css/baboon.png
src/htsql/tweak/shell/vendor/codemirror-2.13/css/baboon_vector.svg
src/htsql/tweak/shell/vendor/codemirror-2.13/css/docs.css
src/htsql/tweak/shell/vendor/codemirror-2.13/demo/activeline.html
src/htsql/tweak/shell/vendor/codemirror-2.13/demo/changemode.html
src/htsql/tweak/shell/vendor/codemirror-2.13/demo/complete.html
src/htsql/tweak/shell/vendor/codemirror-2.13/demo/complete.js
src/htsql/tweak/shell/vendor/codemirror-2.13/demo/fullscreen.html
src/htsql/tweak/shell/vendor/codemirror-2.13/demo/marker.html
src/htsql/tweak/shell/vendor/codemirror-2.13/demo/mustache.html
src/htsql/tweak/shell/vendor/codemirror-2.13/demo/preview.html
src/htsql/tweak/shell/vendor/codemirror-2.13/demo/resize.html
src/htsql/tweak/shell/vendor/codemirror-2.13/demo/runmode.html
src/htsql/tweak/shell/vendor/codemirror-2.13/demo/search.html
src/htsql/tweak/shell/vendor/codemirror-2.13/demo/theme.html
src/htsql/tweak/shell/vendor/codemirror-2.13/lib/codemirror.css
src/htsql/tweak/shell/vendor/codemirror-2.13/lib/codemirror.js
src/htsql/tweak/shell/vendor/codemirror-2.13/lib/overlay.js
src/htsql/tweak/shell/vendor/codemirror-2.13/lib/runmode.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/clike/clike.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/clike/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/coffeescript/LICENSE
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/coffeescript/coffeescript.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/coffeescript/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/css/css.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/css/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/diff/diff.css
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/diff/diff.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/diff/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/haskell/haskell.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/haskell/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/htmlmixed/htmlmixed.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/htmlmixed/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/javascript/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/javascript/javascript.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/lua/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/lua/lua.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/php/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/php/php.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/plsql/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/plsql/plsql.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/python/LICENSE.txt
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/python/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/python/python.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/r/LICENSE
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/r/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/r/r.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/rst/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/rst/rst.css
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/rst/rst.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/ruby/LICENSE
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/ruby/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/ruby/ruby.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/scheme/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/scheme/scheme.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/smalltalk/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/smalltalk/smalltalk.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/sparql/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/sparql/sparql.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/stex/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/stex/stex.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/velocity/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/velocity/velocity.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/xml/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/xml/xml.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/xmlpure/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/xmlpure/xmlpure.js
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/yaml/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/mode/yaml/yaml.js
src/htsql/tweak/shell/vendor/codemirror-2.13/test/index.html
src/htsql/tweak/shell/vendor/codemirror-2.13/test/test.js
src/htsql/tweak/shell/vendor/codemirror-2.13/theme/default.css
src/htsql/tweak/shell/vendor/codemirror-2.13/theme/elegant.css
src/htsql/tweak/shell/vendor/codemirror-2.13/theme/neat.css
src/htsql/tweak/shell/vendor/codemirror-2.13/theme/night.css
src/htsql/tweak/shell/vendor/jquery-1.6.4/jquery-1.6.4.min.js
src/htsql/tweak/sqlalchemy/__init__.py
src/htsql/tweak/sqlalchemy/connect.py
src/htsql/tweak/sqlalchemy/introspect.py
src/htsql/tweak/system/__init__.py
src/htsql/tweak/timeout/__init__.py
src/htsql_sqlite/__init__.py
src/htsql_sqlite/core/__init__.py
src/htsql_sqlite/core/connect.py
src/htsql_sqlite/core/introspect.py
src/htsql_sqlite/core/split_sql.py
src/htsql_sqlite/core/tr/__init__.py
src/htsql_sqlite/core/tr/compile.py
src/htsql_sqlite/core/tr/dump.py
src/htsql_sqlite/core/tr/signature.py
src/sphinxcontrib/__init__.py
src/sphinxcontrib/htsqldoc/__init__.py
src/sphinxcontrib/htsqldoc/static/htsqldoc.css
src/sphinxcontrib/texdiag/__init__.py