openeo-python-client
openeo-python-client copied to clipboard
autogenerated job description
Feature idea from @EmileSonneveld : have a way to automatically generate a job description with some desired metadata (current git commit, used python source code, ...).
e.g. very rough concept:
job = cube.create_job(
...
description=auto_description(src=__file__, git_commit=True)
)