backup-orchestrator (0.3.0)
Published 2026-06-19 10:38:42 +00:00 by tsieprawski
Installation
pip install --index-url backup-orchestratorAbout this package
Scaffold for backup orchestration services
backup-orchestrator
Minimal scaffold for the future backup orchestration server and client.
Current scope:
- installable Python package
- no-op CLI entrypoint
- unit tests
- integration test script
- release script and post-merge release workflow
- Forgejo workflows for checks, integration, release, and conventional commit validation
Local Usage
Run checks:
./scripts/check.sh
Run the integration test:
./scripts/test-integration.sh
Run the release integration test:
./scripts/test-integration-release.sh
Run the CLI:
python -m backup_orchestrator
backup-orchestrator scaffold
Licensing
All code in this repository is proprietary. All rights reserved.
Release
Merges to main are intended to trigger a package release to the local Forgejo
PyPI registry.
Version bumps are driven by conventional commits:
- breaking changes: major
feat: minorfix,ci,refactor,test: patchdocs,chore: no release
Requirements
Requires Python: >=3.13