I want to manage (create, delete, list...) snapshots in KVM with the libvirt API. After some googling I found the libvirt-domain-snapshot in the link below but I did not find this module for python.
https://libvirt.org/html/libvirt-libvirt-domain-snapshot.html
How can I access the libvirt-domain-snapshot module from python or is there another way to manage snapshots through the libvirt API?