# yamily Define family trees in YAML ## setup ```sh sudo apt-get install python3-yaml ``` ## develop ```sh $ git clone git@git.hammerle.me:fphammerle/yamily.git $ cd yamily $ pipenv sync --dev $ pipenv run pylint yamily $ pipenv run pytest --cov=yamily --cov-report=term-missing --cov-fail-under=100 ```