Read and modify the configuration of an existing Soliplex stack.
Project description
soliplex-plumber: tools for modifying a Soliplex stack
Library for reading and modifying the configuration of an
existing Soliplex stack. It is the shared dependency for the skill projects
that operate on a generated stack — the soliplex-template skill's
add_room.py and the soliplex-concierge installer — so the stack-wiring
rules live in one place.
The core does pure filesystem work: no Docker, no running backend. The
soliplex_config module is the exception — it queries a running stack.
What it provides
rooms— generic, template-agnostic logic for adding a room to a stack: resolve and validate the stack root, infer its package, and ensureinstallation.yaml'sroom_pathsloads the room (editing line-based, so comments and layout are preserved).stack— shared plumbing to runsoliplex-cliagainst a stack in a throwawaydocker compose run --rmcontainer (validate the stack, build the argv, capture or stream output), optionally binding an alternative installation tree to dry-run against. Needs Docker.soliplex_config— query a running stack's resolved installation config viasoliplex-cli configin a one-off backend container (show/get/rooms/room); installs thesoliplex-configconsole script. Builds onstack.
from soliplex_plumber import rooms
project = rooms.resolve_project("/path/to/stack")
installed = rooms.install_room(project, "handbook", config_text=cfg)
Full documentation: https://soliplex.github.io/soliplex-plumber/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file soliplex_plumber-0.3.tar.gz.
File metadata
- Download URL: soliplex_plumber-0.3.tar.gz
- Upload date:
- Size: 73.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d55f8de20d2d37ae7af2c30261e5e27b772be7b2d87bd6e0a9dccf054b2db04
|
|
| MD5 |
85a7239c11842a17a784dd84b7a14e69
|
|
| BLAKE2b-256 |
2098f39dcd97f678542d05f7f5236b9cf3fd562cec211dfec6e1ad634bfe1242
|
File details
Details for the file soliplex_plumber-0.3-py3-none-any.whl.
File metadata
- Download URL: soliplex_plumber-0.3-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea54870a44df2078a2748a5d2217810e83a37274b6f732c93dd56073581b8cb8
|
|
| MD5 |
85fbd12fd166cb5427f5b10cd30b4425
|
|
| BLAKE2b-256 |
8fc8a7541dcb6d7d6451438d6b28214063915f45d5646e95d19b586ee6235c9d
|