.gitignore
.pre-commit-config.yaml
Readme.md
pyproject.toml
setup.cfg
.github/workflows/publish.yml
.github/workflows/pytest.yml
backup_timebox.egg-info/PKG-INFO
backup_timebox.egg-info/SOURCES.txt
backup_timebox.egg-info/dependency_links.txt
backup_timebox.egg-info/entry_points.txt
backup_timebox.egg-info/requires.txt
backup_timebox.egg-info/top_level.txt
config_examples/example1.yaml
config_examples/example2.yaml
docs/main.md
docs/providers.md
notebooks/base3.png
notebooks/base4.png
notebooks/decay.ipynb
scripts/generate_documentation.py
scripts/templates/main.md
scripts/templates/provider.md
tests/conftest.py
tests/test_common.py
tests/test_config.py
tests/test_config_file.py
tests/test_e2e.py
tests/test_engine.py
tests/test_output_providers.py
tests/test_pipe.py
tests/test_secrets.py
tests/data/file1
tests/data/file2
tests/data/config_files/e2e.yaml
tests/data/config_files/secrets
tests/data/config_files/test_secrets.yaml
tests/rotation/test_decaying.py
tests/rotation/test_simple.py
timebox/__init__.py
timebox/__main__.py
timebox/common.py
timebox/config.py
timebox/engine.py
timebox/format_report.py
timebox/pipe.py
timebox/rclone.py
timebox/utils.py
timebox/input_providers/__init__.py
timebox/input_providers/base.py
timebox/input_providers/command.py
timebox/input_providers/folder.py
timebox/input_providers/postgres.py
timebox/notification_providers/__init__.py
timebox/notification_providers/base.py
timebox/notification_providers/command.py
timebox/notification_providers/smtp.py
timebox/notification_providers/webhook.py
timebox/output_providers/__init__.py
timebox/output_providers/base.py
timebox/output_providers/folder.py
timebox/output_providers/rclone.py
timebox/rotation_providers/__init__.py
timebox/rotation_providers/base.py
timebox/rotation_providers/decaying_rotation.py
timebox/rotation_providers/simple_rotation.py