- watchdog task (SyncDirsWatchdog class) for keeping two directories (optionally recursive) in sync in "real-time" (requires rsync in PATH)
- requirement for watchdog py module
- TypeError issue with CopyFilesHTTP and python3
- copy package task (CopyFilesPackage class) for creating tar.gz of files in src directory and copying it to dst
- saisoku transfer server and client
- luigi tasks for copying files to and from aws s3 buckets
- requirement for boto3 (aws sdk python module)
- rclone Luigi task, requires rclone installed and in PATH
- Rclone class to saisoku module
- improved tserv.py
- encoding issue with non-ascii characters and http file copy
- http file copying
- ThreadedHTTPCopy class
- additional requirements in requirements.txt for http file copying (tornado, requests, beautifulsoup4)
- first release