v0.1.0
Completely re-based for python-fsrpcclient lib.
Breaking changes for Client initialization:
hexNumbersparameter is replaced withconvertNumbers.compressionparameter is replaced withdisableCompression.timeoutrenamed totransferTimeout.stopSignalparameter is removed, instead of this we have addedsignalparameter for typeT_Signalfrom python-fssignal lib.logparameter type is replaced with python-fslogger libLoggerclass.
FEIterator now has new function: hasNext
During with statement the class is not cloned anymore. After exit the instance will be closed and reset.