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

Fabian Peter Hammerle edbb8bea9a lint tests пре 4 година
.githooks edbb8bea9a lint tests пре 4 година
tests edbb8bea9a lint tests пре 4 година
yamily 6ff147315f drop yamily.yaml.read пре 4 година
.gitignore 16db0bdf18 added pytest-cov пре 4 година
.pylintrc ecfca36c84 added yaml loader for person class пре 4 година
Pipfile f13d438e9c added cli entry point `yamily-list` пре 4 година
Pipfile.lock f13d438e9c added cli entry point `yamily-list` пре 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 f13d438e9c added cli entry point `yamily-list` пре 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/