CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
examples/example_basic.py
examples/example_clean_backup.py
examples/example_custom_filters.py
examples/example_django.py
postgres_backup_plugin/__init__.py
postgres_backup_plugin/config.py
postgres_backup_plugin/exceptions.py
postgres_backup_plugin.egg-info/PKG-INFO
postgres_backup_plugin.egg-info/SOURCES.txt
postgres_backup_plugin.egg-info/dependency_links.txt
postgres_backup_plugin.egg-info/requires.txt
postgres_backup_plugin.egg-info/top_level.txt
postgres_backup_plugin/core/__init__.py
postgres_backup_plugin/core/backup_engine.py
postgres_backup_plugin/core/query_builder.py
postgres_backup_plugin/core/stream_wrapper.py
postgres_backup_plugin/exporters/__init__.py
postgres_backup_plugin/exporters/base.py
postgres_backup_plugin/exporters/file_exporter.py
postgres_backup_plugin/exporters/s3_exporter.py
postgres_backup_plugin/filters/__init__.py
postgres_backup_plugin/filters/base.py
postgres_backup_plugin/filters/common_filters.py