Define family trees in YAML http://pypi.org/project/yamily

Fabian Peter Hammerle cbb98e07a9 added pre-commit hook running linter & tests 5 tahun lalu
.githooks cbb98e07a9 added pre-commit hook running linter & tests 5 tahun lalu
tests 036fe849de person: added mother & father 5 tahun lalu
yamily 27bdc55133 pytest: permanently enable doctest 5 tahun lalu
.gitignore 16db0bdf18 added pytest-cov 5 tahun lalu
.pylintrc ecfca36c84 added yaml loader for person class 5 tahun lalu
Pipfile cbb98e07a9 added pre-commit hook running linter & tests 5 tahun lalu
Pipfile.lock cbb98e07a9 added pre-commit hook running linter & tests 5 tahun lalu
README.md cbb98e07a9 added pre-commit hook running linter & tests 5 tahun lalu
conftest.py ecfca36c84 added yaml loader for person class 5 tahun lalu
pytest.ini 27bdc55133 pytest: permanently enable doctest 5 tahun lalu
setup.py 6f08b249e0 added setup.py 5 tahun lalu

README.md

yamily

Define family trees in YAML

setup

$ sudo apt-get install python3-yaml # optional on debian
$ pip3 install --user --upgrade yamily

develop

$ git clone git@git.hammerle.me:fphammerle/yamily.git
$ cd yamily
$ git config --local core.hooksPath .githooks/