plumbum v1.4.2 Release Notes
-
- ๐ Paramiko now supports Python 3, enabled support in Plumbum
- Terminal: added
prompt()
, bugfix toget_terminal_size()
(#113 <https://github.com/tomerfiliba/plumbum/pull/113>
_) - CLI: added
cleanup()
, which is called aftermain()
returns - ๐ CLI: bugfix to
CountOf
(#118 <https://github.com/tomerfiliba/plumbum/pull/118>
_) - Commands: Add a TEE modifier (
#117 <https://github.com/tomerfiliba/plumbum/pull/117>
_) - ๐ Remote machines: bugfix to
which
, bugfix to remote environment variables (#122 <https://github.com/tomerfiliba/plumbum/pull/122>
_) - Path:
read()
/write()
now operate on bytes