v4.3.0
版本发布时间: 2020-11-13 04:36:36
pypyr/pypyr最新发布版本:v5.9.1(2023-09-22 11:13:53)
- Streamline main entrypoint API. close #201.
-
main()
allows consumer to set pype loader, rather than having to drop further down into api toload_and_run_pipeline()
- new
main_with_context()
to input dict to initialise context, and bypass context_parser entirely. Also returns theContext
object after pipeline run completes. - make all non-essential args optional to allow minimal calls to main entrypoint without having to add
optional=None
style inputs. - This is fully backwards compatible.
-
-
pypyr.steps.pype
- defaults
useParentContext
toFalse
ispipeArgs
specified. -
pipeArgs
shlex-es input string - set
pipeline_name
on child pipeline rather than use parent pipeline name
- defaults
-
working_dir
usesPath
object rather than string -
pypyr.steps.echo
remove redundant string check.