Releases: tdegeus/shelephant
Releases · tdegeus/shelephant
Minor bugfix
- Documentation updates
- (Re-)Account for non-existing destination for copying from remote
Major renaming Python API
The Python API is now subdivided in namespaces and only lower-case letters are used
Minor fix
Short-cut for speed
- Allow use of rsync to check file difference
- Internal simplification:
Rsync
combines implementation of
RsyncToRemote
andRsyncFromRemote
. - Minor bugfixes
Minor bugfix
Converting str to list
Minor bugfix
Bugfix shelephant.OverWrite: force not used correctly
Minor bugfix
Bugfix: rsync completion not properly detected #74
Minor upgrades
- Switching to argparse
- Bugfix: incorrectly detecting current directory as non-existent
- Adding convenience methods
Minor bugfixes
- rsync: wrapping progress-bar also for old versions of rsync
- Using MakeDirs in ShelephantCopySSH
Internal changes
- Versioning: using setuptools_scm -> include git commit hash (#71)