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

Fabian Peter Hammerle f13d438e9c added cli entry point `yamily-list` il y a 4 ans
.githooks cbb98e07a9 added pre-commit hook running linter & tests il y a 4 ans
tests f13d438e9c added cli entry point `yamily-list` il y a 4 ans
yamily f13d438e9c added cli entry point `yamily-list` il y a 4 ans
.gitignore 16db0bdf18 added pytest-cov il y a 4 ans
.pylintrc ecfca36c84 added yaml loader for person class il y a 4 ans
Pipfile f13d438e9c added cli entry point `yamily-list` il y a 4 ans
Pipfile.lock f13d438e9c added cli entry point `yamily-list` il y a 4 ans
README.md cbb98e07a9 added pre-commit hook running linter & tests il y a 4 ans
conftest.py ecfca36c84 added yaml loader for person class il y a 4 ans
pytest.ini 27bdc55133 pytest: permanently enable doctest il y a 4 ans
setup.py f13d438e9c added cli entry point `yamily-list` il y a 4 ans

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/