backup-orchestrator (0.15.0)

Published 2026-07-05 11:19:00 +00:00 by tsieprawski

Installation

pip install --index-url  backup-orchestrator

About 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: minor
  • fix, ci, refactor, test: patch
  • docs, chore: no release

Requirements

Requires Python: >=3.13
Details
PyPI
2026-07-05 11:19:00 +00:00
246
22 KiB
Assets (1)
Versions (19) View all
0.15.0 2026-07-05
0.14.3 2026-07-04
0.14.2 2026-07-03
0.14.1 2026-07-03
0.14.0 2026-07-03