Concise layer on top of subprocess, similar to sh project
Project description
lagoon
Concise layer on top of subprocess, similar to sh project
Support
If you see an error along the lines of:
ImportError: cannot import name 'zyx' from 'lagoon'
This means the app requires command zyx
to be available, and you don't have it on your system.
The solution is to install zyx
in the usual way, e.g. via your package manager.
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 lagoon
To use, temporarily
If you prefer to keep .local clean, install to a virtualenv:
python3 -m venv venvname
venvname/bin/pip install lagoon
. venvname/bin/activate
To develop
First clone the repo using HTTP or SSH:
git clone https://github.com/combatopera/lagoon.git
git clone git@github.com:combatopera/lagoon.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 lagoon
python3 -m venv venvname
venvname/bin/pip install -e lagoon
. venvname/bin/activate
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
Built Distribution
File details
Details for the file lagoon-39.tar.gz
.
File metadata
- Download URL: lagoon-39.tar.gz
- Upload date:
- Size: 21.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/1.0.0 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 | ccc773f1ff48789b83a7badf740b605321abd78c73209a0eb1dfe63ff852b108 |
|
MD5 | 071b1bc0b05d61d9020e58d2df5356a8 |
|
BLAKE2b-256 | 70deec9fd1a2388d2444fe38c398a587d2b1e00d47f0c55dd9e4095a2ac2bc70 |
File details
Details for the file lagoon-39-py3-none-any.whl
.
File metadata
- Download URL: lagoon-39-py3-none-any.whl
- Upload date:
- Size: 24.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/1.0.0 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 | bb1896682ab24c6bf283e391fef390020e8ba109bdf11b619584d8c60be3ff09 |
|
MD5 | 3fd29bbe160a6e5debafd5e69cf06169 |
|
BLAKE2b-256 | 0b72b95db700971a1666ca6a08cdaa46a57c0bcd339f01d6583f176db12d4a13 |