Skip to main content

RAES Environment Packs

PyPI Python Documentation License: MIT OpenSSF Scorecard OpenSSF Best Practices

RAES environment packs give a scenario a standard shape. This package defines that shape and gives you the tools to build, check, and ship a pack.

A pack holds the declarative content for one reference environment: the scenario start state, its assets, and a record of where the content came from. Authors build packs; consumers validate a pack before they trust it. The format and the tools ship together, so you validate a pack against the same version you built it against.

This repository defines and validates the format, publishes the first-party infrastructure-kit collection under kits/, and hosts major example packs under packs/. Third-party catalogs consume the same package and contracts.

What a pack looks like

example-pack/
├── pack.yaml                  # identity: name, title, version, status
├── sdl/example.sdl.yaml       # the scenario start state (RAES SDL)
└── docs/
    └── provenance-ledger.yaml # where the content came from

The start state is small to begin with:

name: example-pack
nodes:
  target:
    type: vm

Install

pip install raes-env-packs

That installs the command-line tools and the importable library:

  • raes-pack-new — scaffold a new pack with a progressive wizard.
  • raes-pack-validate — the author-CI check for a catalog checkout.
  • raes-pack-release — build, lint, and release-gate a pack.
  • raes-pack-kit — discover, inspect, preview, add, update, replace, and remove reusable infrastructure kits.
  • raes-pack-issue-skeleton — generate a pack's starter GitHub issues.

Validate your first pack

Scaffold a valid minimal pack in your catalog repository and check it. The wizard generates only the files the pack needs, formats the scenario identity through RAES, and validates the result before it lands:

raes-pack-new example-pack --route minimal --yes
python -c "from raes_env_packs import validate_pack; print(validate_pack('environments/example-pack').ok)"
True

validate_pack is the check a consumer runs before trusting a pack: it reads the staged files, returns a result, prints nothing, and never runs the pack's code. The quickstart walks through it step by step.

Choose your route

Full documentation is on Read the Docs.

What this is and is not

This project defines the pack format and tools, publishes first-party reusable kits, and hosts major example packs. It does not run a scenario or define scenario meaning — the RAES scenario language and its semantics belong to RAES, and this project consumes them from an exactly pinned raes release. It is a single-maintainer project with no support SLA. See the limitations for the full picture.

Contributing

python3 -m venv .venv
. .venv/bin/activate
pip install -e .
python -m unittest discover -s tests

CONTRIBUTING.md has the full setup, test, and submission path. Maintainer records — decision records, CI, and release mechanics — are indexed in docs/README.md.

Releases

Releases are managed by release-please: merge-driven, nothing hand-run. Your Conventional Commit PR title is the release decision — feat: is a minor bump, fix: a patch, docs:/chore: no release. You never edit the version or CHANGELOG.md; release-please owns both. See CONTRIBUTING.md for the details.

License

MIT — see LICENSE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

raes_env_packs-3.6.1.tar.gz (397.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

raes_env_packs-3.6.1-py3-none-any.whl (191.3 kB view details)

Uploaded Python 3

File details

Details for the file raes_env_packs-3.6.1.tar.gz.

File metadata

  • Download URL: raes_env_packs-3.6.1.tar.gz
  • Upload date:
  • Size: 397.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for raes_env_packs-3.6.1.tar.gz
Algorithm Hash digest
SHA256 5d15f185519e84f5b553a45767322f0e0f26c84df15ec5081392eeac45e9ada1
MD5 8feb7f5250123b70a9cda0dc2d30c4b3
BLAKE2b-256 c8581b556f3319b097e6dd2ea200731360b9ea173e49add25c2f633bea7e4c6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for raes_env_packs-3.6.1.tar.gz:

Publisher: release-please.yml on OpenRAE/env-packs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file raes_env_packs-3.6.1-py3-none-any.whl.

File metadata

  • Download URL: raes_env_packs-3.6.1-py3-none-any.whl
  • Upload date:
  • Size: 191.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for raes_env_packs-3.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 04c7ba34a392e70ab3ee8a8781749f4eaf25030c1f79b98acd75b8f508fdba96
MD5 5656f1c94c88c1d9b13d8db88504e3af
BLAKE2b-256 d8bb7f6ebb201bd4689238382fbc9a3f5c1bf91613a15fcc68d079e48268a76d

See more details on using hashes here.

Provenance

The following attestation bundles were made for raes_env_packs-3.6.1-py3-none-any.whl:

Publisher: release-please.yml on OpenRAE/env-packs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page