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

Fabian Peter Hammerle 762a858e4b added class docstrings před 4 roky
.githooks 3a1d4109c3 pre-commit: abort if changes unstaged před 4 roky
tests edbb8bea9a lint tests před 4 roky
yamily 762a858e4b added class docstrings před 4 roky
.gitignore 16db0bdf18 added pytest-cov před 4 roky
.pylintrc 762a858e4b added class docstrings před 4 roky
Pipfile f13d438e9c added cli entry point `yamily-list` před 4 roky
Pipfile.lock f13d438e9c added cli entry point `yamily-list` před 4 roky
README.md cbb98e07a9 added pre-commit hook running linter & tests před 4 roky
conftest.py ecfca36c84 added yaml loader for person class před 4 roky
pytest.ini 27bdc55133 pytest: permanently enable doctest před 4 roky
setup.py f13d438e9c added cli entry point `yamily-list` před 4 roky

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/