CHANGES.rst
LICENSE
MANIFEST.in
README.rst
conftest.py
setup.py
PostgreSQL_Audit.egg-info/PKG-INFO
PostgreSQL_Audit.egg-info/SOURCES.txt
PostgreSQL_Audit.egg-info/dependency_links.txt
PostgreSQL_Audit.egg-info/not-zip-safe
PostgreSQL_Audit.egg-info/pbr.json
PostgreSQL_Audit.egg-info/requires.txt
PostgreSQL_Audit.egg-info/top_level.txt
docs/.DS_Store
docs/Makefile
docs/conf.py
docs/flask.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/migrations.rst
docs/sqlalchemy.rst
postgresql_audit/__init__.py
postgresql_audit/base.py
postgresql_audit/expressions.py
postgresql_audit/flask.py
postgresql_audit/migrations.py
postgresql_audit/templates/audit_table_row_level.sql
postgresql_audit/templates/audit_table_stmt_level.sql
postgresql_audit/templates/create_activity_row_level.sql
postgresql_audit/templates/create_activity_stmt_level.sql
postgresql_audit/templates/create_schema.sql
postgresql_audit/templates/drop_schema.sql
postgresql_audit/templates/jsonb_change_key_name.sql
postgresql_audit/templates/operators.sql
postgresql_audit/templates/operators_pre100.sql
postgresql_audit/templates/operators_pre95.sql
postgresql_audit/templates/operators_pre96.sql
tests/__init__.py
tests/test_custom_schema.py
tests/test_flask_integration.py
tests/test_json_functions.py
tests/test_migration_functions.py
tests/test_operators.py
tests/test_sql_files.py
tests/test_sqlalchemy_integration.py
tests/utils.py