A set of tools and libraries for managing a local Flux GitOps repository, focusing on validation steps to improve quality of commits, PRs, and general local testing. Current version: 8.2.0, requires Python >=3.13, released on PyPI with monthly/bimonthly cadence.
pip install flux-localNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a FluxCluster from a local GitOps repository path and build manifests.
Upgrade Python to 3.13 or later.
Replace imports from flux_local.flux with flux_local.manifest.
Ensure you use await or run in an async context.