Repository URL to install this package:
Version:
1.0.0b1 ▾
|
Generate Python code from frecklets.
Documentation still to be done.
git init pre-commit install git add * .* pre-commit run --all-files git add * .*
Assuming you use pyenv and pyenv-virtualenv for development, here's how to setup a 'pyckles' development environment manually:
pyenv install 3.7.3
pyenv virtualenv 3.7.3 pyckles
git clone https://gitlab.com/frkl/pyckles
cd <pyckles_dir>
pyenv local pyckles
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.