Skip to content

Releases: tomerfiliba/plumbum

Version 1.6.8

30 Oct 21:22

Choose a tag to compare

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 .cmd attribute #450

Version 1.6.7

10 Aug 13:07
56912be

Choose a tag to compare

  • 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.