pypyr release v5.7.0 permalink

switch & argskwargs permalink

Release Date: 2022-10-20T15:00:13Z

summary permalink

  • 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 and dict parsers now support having = in the value, so you can have key=one+one=two parse to {'key': 'one+one=two'}
    • these parsers now also support passing args with no =, in which case arg1 becomes {'arg1': ''}

what’s changed permalink

Full Changelog: https://github.com/pypyr/pypyr/compare/v5.6.0...v5.7.0

how to upgrade permalink

If you want to upgrade (and you totally should!):

$ pip install --upgrade pypyr

source permalink

You can find pypyr release v5.7.0 on github, where you can click through to associated Issues, Pull Requests and Users.

Released by yaythomas.

last updated on .