v5.1.0
版本发布时间: 2021-12-13 03:57:55
pypyr/pypyr最新发布版本:v5.9.1(2023-09-22 11:13:53)
Finally, toml, has come, to pypyr! 🎆
-
pypyr.parser.tomlfile
to initialise pipeline context with a toml file -
pypyr.steps.fetchtoml
to read toml file into context as an object with typing -
pypyr.steps.filewritetoml
to write specified context to output toml file - lets you create toml files on-the-fly programmatically. -
pypyr.steps.fileformattoml
to read input tomls specified by path, glob or list of paths, replace {formatting expressions} and write to output file(s).
Working with files:
-
pypyr.steps.fileread
to read files in text or binary mode into context. -
pypyr.steps.filewrite
to write or append to file in text or binary modes.
What's Changed
- pypyr.steps.fileread by @yaythomas in https://github.com/pypyr/pypyr/pull/244
- pypyr.steps.filewrite by @yaythomas in https://github.com/pypyr/pypyr/pull/245
- toml by @yaythomas in https://github.com/pypyr/pypyr/pull/246
Full Changelog: https://github.com/pypyr/pypyr/compare/v5.0.0...v5.1.0