- Paramiko integration #10
- CLI: now with built-in support for sub-commands. See also: #43
- The "import hack" has moved to the package's
__init__.py
, to make it importable directly #45 - Paths now support
chmod
(on POSIX platform) #49 - The argument name of a
SwitchAttr
can now be given to it (defaults toVALUE
) #46
- Windows: path are no longer converted to lower-case, but
__eq__
and__hash__
operate on the lower-cased result #38 - Properly handle empty strings in the argument list #41
- Relaxed type-checking of
LocalPath
andRemotePath
#35 - Added
PuttyMachine
for Windows users that relies onplink
andpscp
(instead ofssh
andscp
) #37
- Rename
cli.CountingAttr
tocli.CountOf
- Moved to Travis continuous integration
- Added
unixutils
- Added
chown
anduid
/gid
- Lots of fixes and updates to the doc
- Full list of issues
Initial release