v5.7.0
版本发布时间: 2022-10-20 23:00:13
pypyr/pypyr最新发布版本:v5.9.1(2023-09-22 11:13:53)
summary
- New
switch
step for IF-ELSE style branching in your pipelines! - New
argskwargs
parser to combine plain args and key-value pairs (key=value) from the cli -
keyvaluepairs
anddict
parsers now support having=
in the value, so you can havekey=one+one=two
parse to{'key': 'one+one=two'}
- these parsers now also support passing args with no
=
, in which casearg1
becomes{'arg1': ''}
- these parsers now also support passing args with no
what's changed
- switch by @yaythomas in https://github.com/pypyr/pypyr/pull/299
- typing on dsl.cof by @yaythomas in https://github.com/pypyr/pypyr/pull/300
- gh action checkout v3 by @yaythomas in https://github.com/pypyr/pypyr/pull/301
- argskwargs parser & partitioning on = for kvp by @yaythomas in https://github.com/pypyr/pypyr/pull/302
Full Changelog: https://github.com/pypyr/pypyr/compare/v5.6.0...v5.7.0