COPYING
README.rst
pyproject.toml
setup.py
pg_seldump.egg-info/PKG-INFO
pg_seldump.egg-info/SOURCES.txt
pg_seldump.egg-info/dependency_links.txt
pg_seldump.egg-info/entry_points.txt
pg_seldump.egg-info/not-zip-safe
pg_seldump.egg-info/requires.txt
pg_seldump.egg-info/top_level.txt
seldump/__init__.py
seldump/__main__.py
seldump/cli.py
seldump/config.py
seldump/consts.py
seldump/database.py
seldump/dbobjects.py
seldump/dbreader.py
seldump/dummywriter.py
seldump/dumper.py
seldump/dumprule.py
seldump/dumpwriter.py
seldump/exceptions.py
seldump/nodes.py
seldump/query.py
seldump/reader.py
seldump/writer.py
seldump/yaml.py
seldump/schema/config.yaml
tests/test_config.py
tests/test_dbreader.py
tests/test_dumper.py
tests/test_fkeys.py
tests/test_full_circle.py
tests/test_query.py
tests/test_ref_plans.py
tests/test_sequences.py
tests/testreader.py
tests/testwriter.py