Define family trees in YAML http://pypi.org/project/yamily
|
|
5 years ago | |
|---|---|---|
| tests | 5 years ago | |
| yamily | 5 years ago | |
| .gitignore | 5 years ago | |
| .pylintrc | 5 years ago | |
| Pipfile | 5 years ago | |
| Pipfile.lock | 5 years ago | |
| README.md | 5 years ago | |
| conftest.py | 5 years ago | |
| pytest.ini | 5 years ago | |
| setup.py | 5 years ago |
Define family trees in YAML
sudo apt-get install python3-yaml
$ 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