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