1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-04 12:21:57 +03:00

README: Move the long_description from setup.py in here

Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Erik Skultety
2023-06-06 15:07:00 +02:00
parent e0bf78cf7d
commit 68c9acbd3a

6
README
View File

@ -1,7 +1,11 @@
Libvirt Python Binding README
=============================
This package provides a python binding to the libvirt.so,
This package provides a module that permits applications
written in the Python 3.x programming language to call the interface
supplied by the libvirt library, to manage the virtualization
capabilities of recent versions of Linux (and other OSes).
As such, the module exposes Python bindings to to the libvirt.so,
libvirt-qemu.so and libvirt-lxc.so library APIs.
It is written to build against any version of libvirt that