Yegor Yefremov
Yegor Yefremov
Signed-off-by: Yegor Yefremov
Is Python 3 support planned? AFAIK **mwclient** already supports Python 3 in its resent version. So all **mwscrape** dependencies already support Python 3. This issue is very important for such...
Distribute mqtt-c.pc file providing package version and compiler/linker flags. See https://www.freedesktop.org/wiki/Software/pkg-config/ for more information.
pysmb already provides rename() routine, it would be also handy to have copy() routine too.
According to [libgpiod](https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/about/) description, sysfs interface is deprecated since 4.8. Hence, to enable compatibility with future kernel versions porting to `libgpiod` is required.
So far `libavrdude` will be built internally as a static library. For the common usage it has to provide the following features: * static or dynamic build (there is a...
How can I enable broadcasts for the `UdpTransportTarget `object in `getCmd` and `setCmd` use cases?
See this package for reference https://github.com/brgl/libgpiod
Allow to pass register address to the read function in order to read one byte from supplied register address. See an example in this blog (http://bunniestudios.com/blog/images/infocast_i2c.c) function get_i2c_register()