LICENSE
MANIFEST.in
README.md
config.ini.default
example.py
install.bat
install.sh
requirements-dev.txt
requirements.txt
setup.py
sqlBackup.egg-info/PKG-INFO
sqlBackup.egg-info/SOURCES.txt
sqlBackup.egg-info/dependency_links.txt
sqlBackup.egg-info/entry_points.txt
sqlBackup.egg-info/requires.txt
sqlBackup.egg-info/top_level.txt
sql_backup/__init__.py
sql_backup/__main__.py
sql_backup/backup.py
sql_backup/config.py
sql_backup/config_validator.py
sql_backup/logger.py
sql_backup/main.py
sql_backup/notifications.py
sql_backup/remote_upload.py
tests/__init__.py
tests/run_tests.py
tests/test_backup.py
tests/test_config.py
tests/test_config_validator.py
tests/test_logger.py
tests/test_notification.py
tests/test_notifications.py
tests/test_remote_upload.py