Define family trees in YAML http://pypi.org/project/yamily
|
|
hace 6 años | |
|---|---|---|
| tests | hace 6 años | |
| yamily | hace 6 años | |
| .gitignore | hace 6 años | |
| .pylintrc | hace 6 años | |
| Pipfile | hace 6 años | |
| Pipfile.lock | hace 6 años | |
| README.md | hace 6 años | |
| conftest.py | hace 6 años | |
| pytest.ini | hace 6 años | |
| setup.py | hace 6 años |
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