README.md 309 B

yamily

Define family trees in YAML

setup

sudo apt-get install python3-yaml

develop

$ 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