Skip to content

tool to mix yaml structured schema description with actual text based parameters files

License

Notifications You must be signed in to change notification settings

vliz-be-opsci/py-yaml-for-pema

Repository files navigation

yaml4parms

tool to mix yaml structured schema description with actual text based parameters files

Started on 2022-03-25

Setup

Start using this project in a virtual environment

$ virtualenv venv
$ source venv/Scripts/activate
$ pip install -r requirements.txt

Initialize to grab dependencies

$ make init       # install dependencies
$ make init-dev   # includes the previous + adds dependencies for developers

Build Docs

$ make docu

Developers

Run Tests

$ make test                                                   # to run all tests
$ PYTEST_LOGCONF=debug-logconf.yml python tests/test_demo.py  # to run a specific test with specific logging

Check the code-style and syntax (flake8)

$ make check

About

tool to mix yaml structured schema description with actual text based parameters files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published