Read and modify the configuration of an existing Soliplex stack.
Project description
soliplex-plumber: tools for modifying a Soliplex stack
Stdlib-only 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.
It does pure filesystem work: no Docker, no running backend.
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).
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.1.tar.gz.
File metadata
- Download URL: soliplex_plumber-0.1.tar.gz
- Upload date:
- Size: 59.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0bc6483dce19f3643597490c4e1b2f22518dd94082b39dd98c822d612411ce0
|
|
| MD5 |
438424e0caed84fbf447e0763abba285
|
|
| BLAKE2b-256 |
95fc0a4f6690c046e00e6abb48363d353b4416404dbc5f78ea5750671e8d2f6b
|
File details
Details for the file soliplex_plumber-0.1-py3-none-any.whl.
File metadata
- Download URL: soliplex_plumber-0.1-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
020c9af68fb1781c96e7546cba298ee5a1d1c3dd1996e5422a3b5d0464d42186
|
|
| MD5 |
e315a29236cbf9b3f245e7bf99c0241d
|
|
| BLAKE2b-256 |
91505443d079db486fc20d037c717fd3076e430e6bb09e9b77a62a3b47c046ad
|