.coveragerc
CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
dev-requirements.txt
readthedocs-requirements.txt
setup.cfg
setup.py
tox-requirements.txt
tox.ini
docs/conf.py
docs/index.rst
docs/installation.rst
docs/module.rst
docs/usage.rst
docs/modules/exc.rst
docs/modules/parse.rst
docs/modules/query.rst
docs/modules/sql.rst
docs/modules/types.rst
pg_grant/__init__.py
pg_grant/exc.py
pg_grant/parse.py
pg_grant/query.py
pg_grant/sql.py
pg_grant/types.py
pg_grant.egg-info/PKG-INFO
pg_grant.egg-info/SOURCES.txt
pg_grant.egg-info/dependency_links.txt
pg_grant.egg-info/requires.txt
pg_grant.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_default.py
tests/test_grant.py
tests/test_parse.py
tests/test_revoke.py
tests/test_round_trip.py
tests/data/test-schema.sql
tests/query/__init__.py
tests/query/test_columns.py
tests/query/test_database.py
tests/query/test_function.py
tests/query/test_language.py
tests/query/test_schema.py
tests/query/test_sequence.py
tests/query/test_table.py
tests/query/test_tablespace.py
tests/query/test_type.py