Releases: tomerfiliba/plumbum
Releases · tomerfiliba/plumbum
Version 1.6.8
1.6.8
- Exceptions: Changed ProcessExecutionError's formatting to be more user-friendly #456
- Commands: support for per-line timeout with iter_lines #454
- Commands: support for piping stdout/stderr to a logger #454
- Paths: support composing paths using subscription operations #455
- CLI: Improved 'Set' validator to allow non-string types, and CSV params #452
- TypedEnv: Facility for modeling environment-variables into python data types #451
- Commands: execute local/remote commands via a magic
.cmdattribute #450
Version 1.6.7
- Commands: Added
run_*methods as an alternative to modifiers #386 - CLI: Added support for
ALLOW_ABREV#401 - CLI: Added
DESCRIPTION_MORE, preserves spacing #378 - Color: Avoid throwing error in atexit in special cases (like pytest) #393
- Including Python 3.7 in testing matrix.
- Smaller bugfixes and other testing improvements.