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

Fabian Peter Hammerle 16db0bdf18 added pytest-cov пре 4 година
tests 036fe849de person: added mother & father пре 4 година
yamily 27bdc55133 pytest: permanently enable doctest пре 4 година
.gitignore 16db0bdf18 added pytest-cov пре 4 година
.pylintrc ecfca36c84 added yaml loader for person class пре 4 година
Pipfile 16db0bdf18 added pytest-cov пре 4 година
Pipfile.lock 16db0bdf18 added pytest-cov пре 4 година
README.md 16db0bdf18 added pytest-cov пре 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

develop

$ git clone git@git.hammerle.me:fphammerle/yamily.git
$ cd yamily
$ pipenv sync --dev
$ pipenv run pylint yamily
$ pipenv run pytest --cov=yamily --cov-report=term-missing --cov-fail-under=100