Added
- A deletefile method to the fs_local class (1).
- Github test workflow (2).
- uxhash as part of the package, with command line interface (3).
- Github release workflow (4).
Changed
- Dependency ftputil to the project settings (1).
- Pytest to correctly run from base directory by changing location of test
files in test scripts (2).
Fixed
- Broken import in ftp filesystem module (1).
- The intorods.filesys.sync.sync method uses `<fs>.mkdir(path, parents=True)`,
added `parents` kwarg to mkdir for all filesystem classes (1).
- Filesize for ftp now directly instead of via lstat, as that gave strange results (5).