Contents

AUTHORS.rst
Changelog.rst
LICENSE
MANIFEST.in
META.json
Makefile
README.rst
setup.cfg
setup.py
Pyrseas.egg-info/PKG-INFO
Pyrseas.egg-info/SOURCES.txt
Pyrseas.egg-info/dependency_links.txt
Pyrseas.egg-info/entry_points.txt
Pyrseas.egg-info/requires.txt
Pyrseas.egg-info/top_level.txt
docs/Makefile
docs/augmentdb.rst
docs/augobjects.rst
docs/cast.rst
docs/cfgobjects.rst
docs/cmdargs.rst
docs/collation.rst
docs/column.rst
docs/conf.py
docs/config.rst
docs/configitems.rst
docs/constraint.rst
docs/conversion.rst
docs/database.rst
docs/dbaugment.rst
docs/dbobject.rst
docs/dbtoyaml.rst
docs/devel.rst
docs/eventtrig.rst
docs/extension.rst
docs/foreign.rst
docs/function.rst
docs/index.rst
docs/indexes.rst
docs/install.rst
docs/issues.rst
docs/language.rst
docs/operator.rst
docs/operclass.rst
docs/operfamily.rst
docs/overview.rst
docs/predefaug.rst
docs/rule.rst
docs/schema.rst
docs/table.rst
docs/testing.rst
docs/textsearch.rst
docs/trigger.rst
docs/type.rst
docs/yamltodb.rst
pyrseas/__init__.py
pyrseas/augmentdb.py
pyrseas/cmdargs.py
pyrseas/config.py
pyrseas/config.yaml
pyrseas/database.py
pyrseas/dbaugment.py
pyrseas/dbtoyaml.py
pyrseas/testutils.py
pyrseas/yamltodb.py
pyrseas/yamlutil.py
pyrseas/augment/__init__.py
pyrseas/augment/audit.py
pyrseas/augment/column.py
pyrseas/augment/function.py
pyrseas/augment/schema.py
pyrseas/augment/table.py
pyrseas/augment/trigger.py
pyrseas/dbobject/__init__.py
pyrseas/dbobject/cast.py
pyrseas/dbobject/collation.py
pyrseas/dbobject/column.py
pyrseas/dbobject/constraint.py
pyrseas/dbobject/conversion.py
pyrseas/dbobject/dbtype.py
pyrseas/dbobject/eventtrig.py
pyrseas/dbobject/extension.py
pyrseas/dbobject/foreign.py
pyrseas/dbobject/function.py
pyrseas/dbobject/index.py
pyrseas/dbobject/language.py
pyrseas/dbobject/operator.py
pyrseas/dbobject/operclass.py
pyrseas/dbobject/operfamily.py
pyrseas/dbobject/privileges.py
pyrseas/dbobject/rule.py
pyrseas/dbobject/schema.py
pyrseas/dbobject/table.py
pyrseas/dbobject/textsearch.py
pyrseas/dbobject/trigger.py
pyrseas/dbobject/view.py
pyrseas/lib/__init__.py
pyrseas/lib/dbutils.py
pyrseas/lib/pycompat.py
tests/__init__.py
tests/test_config.py
tests/augment/test_audit.py
tests/dbobject/__init__.py
tests/dbobject/test_cast.py
tests/dbobject/test_collation.py
tests/dbobject/test_column.py
tests/dbobject/test_constraint.py
tests/dbobject/test_conversion.py
tests/dbobject/test_domain.py
tests/dbobject/test_eventtrig.py
tests/dbobject/test_extension.py
tests/dbobject/test_extern_file.py
tests/dbobject/test_foreign.py
tests/dbobject/test_function.py
tests/dbobject/test_index.py
tests/dbobject/test_language.py
tests/dbobject/test_matview.py
tests/dbobject/test_operator.py
tests/dbobject/test_operclass.py
tests/dbobject/test_operfamily.py
tests/dbobject/test_owner.py
tests/dbobject/test_privs.py
tests/dbobject/test_rule.py
tests/dbobject/test_schema.py
tests/dbobject/test_sequence.py
tests/dbobject/test_static.py
tests/dbobject/test_table.py
tests/dbobject/test_tablespace.py
tests/dbobject/test_textsearch.py
tests/dbobject/test_trigger.py
tests/dbobject/test_type.py
tests/dbobject/test_view.py
tests/functional/__init__.py
tests/functional/test_autodoc.py
tests/functional/test_autodoc_dir.py
tests/functional/test_filmversions.py
tests/functional/test_pagila.py