dns/py-libknot: new port: Python API using knot.sock to interact with the Knot DNS daemon
Using this module it's possible to create scripts for efficient tasks
that would require complex shell scripts with multiple calls of knotc.
For communication with the daemon it uses the same mechanism as the
knotc utility, i.e. communication via a Unix socket.
PR: 278280