Augment shell scripts with Python.
pip install shellting==0.1.0
Augment shell scripts with Python.
Documentation still to be done.
Assuming you use pyenv and pyenv-virtualenv for development, here's how to setup a 'shellting' development environment manually:
pyenv install 3.7.3
pyenv virtualenv 3.7.3 shellting
git clone https://gitlab.com/frkl/shellting
cd <shellting_dir>
pyenv local shellting
pip install -e .[develop,testing,docs]
pre-commit install
Please check the LICENSE file in this repository (it's a short license!), also check out the freckles license page for more details.