libvirt Application Development Guides
The libvirt API is accessible from a number of programming languages. At this time, there are application development guides available which cover the C API and the Python API. Of the two, the Python guide is currently the more comprehensive document.
- Application Development Guide (C language) HTML
- Application Development Guide (C language) PDF
- Application Development Guide (Python language) HTML
- Application Development Guide (Python language) PDF
Contributing content
These guides are written in DocBook and published with the publican tool, which is also used for Fedora and Red Hat documentation. The original content is provided in GIT and any contributions to the guide are welcome.
# C language $ git clone git://libvirt.org/libvirt-appdev-guide.git # Python language $ git clone git://libvirt.org/libvirt-appdev-guide-python.git # Publican Style/Theme $ git clone git://libvirt.org/libvirt-publican.git