This project is a fork of the libvirt-python.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/libvirt-python.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionEric Blake's pending patches for libvirt-python
homepage URLhttps://libvirt.org/
ownereblake@redhat.com
last changeThu, 22 Aug 2019 00:57:54 +0000 (21 19:57 -0500)
content tags
add:
README
     Libvirt Python Binding README
     =============================

This package provides a python binding to the libvirt.so,
libvirt-qemu.so and libvirt-lxc.so library APIs.

It is written to build against any version of libvirt that
is 0.9.11 or newer.

This code is distributed under the terms of the LGPL version
2 or later.

The module can be built by following the normal python module
build process

  python setup.py build
  sudo python setup.py install

or to install as non-root

  python setup.py build
  python setup.py install --user

If python-nose is installed, you can test the package with

  python setup.py test

A makefile shim is provided so that you can do

  make && make check

rather than directly invoking setup.py.

As of libvirt 1.2.6, it is possible to develop against an uninstalled
libvirt.git checkout, by setting PKG_CONFIG_PATH and LD_LIBRARY_PATH
environment variables to point into that libvirt tree; you can even
automate this by using libvirt's run script:

  /path/to/libvirt/run python setup.py build

Patches for this code should be sent to the main libvirt
development mailing list

  http://libvirt.org/contact.html#email

To send patches, it is strongly recommended to use the
'git send-email' command.

Make sure the mails mention that the patch is for the python
binding. This can be done by setting a config parameter in the
local git checkout

  git config format.subjectprefix "PATCH python"
shortlog
2019-08-22 Eric BlakeTemporary version hackmasterbackup-v10
2019-08-05 Daniel VeillardRelease of libvirt-python-5.6.0
2019-07-29 Eric BlakeDefine virDomainCheckpointPtr typedef on old libvirt
2019-07-29 Eric BlakeAdd virDomainCheckpoint APIs
2019-07-09 Cole Robinsonspec: Bump minimum supported Fedora version to 29
2019-07-09 Cole Robinsonspec: Unconditionally build python2 on Fedora
2019-07-02 Daniel VeillardRelease of libvirt-python 5.5.0
2019-06-26 Sergei TurchanovFix regression in lxcOpenNamespace
2019-06-20 Daniel P. BerrangéAdd new override file to dist
2019-06-20 Daniel P. BerrangéAdd missing impl of virNetworkListAllPorts
2019-06-20 Daniel P. Berrangésanitytest: add some special cases for virNetworkPort...
2019-06-20 Daniel P. Berrangégenerator: fix naming of getter APIs for virNetworkPort
2019-06-20 Daniel P. BerrangéDefine virNetworkPortPtr typedef on old libvirt
2019-06-20 Daniel P. BerrangéFix syntax error with missing ; and too many )
2019-06-20 Daniel P. BerrangéAdd support for virNetworkPort object & APIs
2019-06-03 Daniel VeillardRelease of Libvirt-python 5.4.0
...
tags
5 years ago backup-v10
5 years ago backup-v9
5 years ago backup-v8a
5 years ago backup-v8
5 years ago backup-v7b
5 years ago backup-v7a
5 years ago backup-v7
5 years ago backup-v5a
5 years ago backup-v5
5 years ago v5.0.0 Release of libvirt-python 5.0.0
5 years ago v4.10.0 Release of libvirt-python-4.10.0
6 years ago v4.9.0 Release of libvirt-python 4.9.0
6 years ago v4.8.0 Release of libvirt-python 4.8.0
6 years ago v4.7.0 Release of libvirt-python 4.7.0
6 years ago v4.6.0 Release of libvirt-python 4.6.0
6 years ago v4.5.0 Release of libvirt-python-4.5.0
...
heads
5 years ago master
5 years ago origin