Process aridity templates en masse, like Helm but much more DRY
Project description
soak
Process aridity templates en masse, like Helm but much more DRY
Advantages
- Single sourcing of config i.e. DRY
- No need for all of your team to know Helm's many conventions
- Terraform native customisation is limited and verbose, and the override mechanism is another convention
- Multiple instances of your microservice without hacks
- Extensible via Python code
Install
These are generic installation instructions.
To use, permanently
The quickest way to get started is to install the current release from PyPI:
pip3 install --user soak
To use, temporarily
If you prefer to keep .local clean, install to a virtualenv:
python3 -m venv venvname
venvname/bin/pip install soak
. venvname/bin/activate
To develop
First clone the repo using HTTP or SSH:
git clone https://github.com/combatopera/soak.git
git clone git@github.com:combatopera/soak.git
Now use pyven's pipify to create a setup.py, which pip can then use to install the project editably:
python3 -m venv pyvenvenv
pyvenvenv/bin/pip install pyven
pyvenvenv/bin/pipify soak
python3 -m venv venvname
venvname/bin/pip install -e soak
. venvname/bin/activate
Commands
soak
Process aridity templates as per all soak.arid configs in directory tree.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
soak-26.tar.gz
(19.9 kB
view details)
Built Distribution
soak-26-py3-none-any.whl
(22.2 kB
view details)
File details
Details for the file soak-26.tar.gz
.
File metadata
- Download URL: soak-26.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.15 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adb1ced9face2c64c6b18b0ec692eea7f06acd6e01a8f66d9a2dfe05acd40315 |
|
MD5 | fe140301a3568cc246902475c8fd710e |
|
BLAKE2b-256 | 6b2d26a3f617113953335d7f9cd9356c81656eadc15f07d44f37bec1eff27732 |
File details
Details for the file soak-26-py3-none-any.whl
.
File metadata
- Download URL: soak-26-py3-none-any.whl
- Upload date:
- Size: 22.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.15 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18eaddb6b289a9040e06fa3b12f21af329e8660a57c4369255c67778f6f0a6eb |
|
MD5 | 832a4c187ac27d68ea49826e05b246fb |
|
BLAKE2b-256 | 66a618fa4376da94ced05f016426a29f7e08f5d97dd682ccb60d6134dc4a945c |