Repository URL to install this package:
|
Version:
1.0.0 ▾
|
Do useful and somewhat weird things with templates.
Documentation still to be done.
Assuming you use pyenv and pyenv-virtualenv for development, here's how to setup a 'tempting' development environment manually:
pyenv install 3.7.3
pyenv virtualenv 3.7.3 tempting
git clone https://gitlab.com/frkl/tempting
cd <tempting_dir>
pyenv local tempting
pip install -e .[develop,testing,docs]
pre-commit install
python setup.py download # to download default set of temptings
Please check the LICENSE file in this repository (it's a short license!), also check out the freckles license page for more details.
Versions: