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

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

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/