I am planning to write the python bindings for libzfs. On browsing archives of zfs-* mailing lists, I have come to understand that some of the CLI processing of zfs commands use python scripts. I would like to see the complete set of features available via libzfs to be exposed to the python module. So, going forward is there a plan to extend the existing zfs python module, or is it best for me to develop an independent python module exposing libzfs?
Thanks, Krishnan