Oliver Schwaneberg
Oliver Schwaneberg
The scp library is handy for SSH/SFTP file operations, but it lacks a good console progress writer. I'd like to contribute a class that provides a compatible progress writer using...
### Version 0.6.4 ### Operating System Linux ### Environment Python 3.7 and Python 3.10 ### What happened? Exception on import of CursesMenu: ```python from cursesmenu import CursesMenu --------------------------------------------------------------------------- ModuleNotFoundError Traceback...
This PR adds a new function to access the built in device information from Modbus devices. Changes: - A new function code "MODBUS_FC_READ_DEVICE_INFORMATION" was added. - Device information object codes...
I got a project that cannot be tested with parallelism, as it requires exclusive access to some resources. Unfortunately, this also applies during unit testing. This wasn't a problem up...