vliz-be-opsci / pysubyt

python module for Linked Data production (aka semantic uplifting) through Templating
MIT License
0 stars 0 forks source link

add multiple {--var (-v) NAME VALUE} arguments to the cli for introducing free format key value pairs to be available in the templates #41

Closed cedricdcc closed 1 year ago

cedricdcc commented 1 year ago

USECASE: I want to use pysubyt with a template that needs a configurable {{baseuri}} to be injected from the CLI. This feature should be available via the processor service / interface. Approach

NOTE *Considering possible conflict of already existing keys in the template context

marc-portier commented 1 year ago

@cedricdcc core of the fix is in place -- can you or @bulricht follow up on (1) some testing to avoid regression in the future and (2) release (+ semver) to pypi ?

bulricht commented 1 year ago

closing this one as there is already an issue for the implementation of tests: https://github.com/vliz-be-opsci/pysubyt/issues/42