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

* Makefile.am configure.in libvir.spec.in python/*: added a first

version for python bindings, heavilly based on libxml2/libxslt
  way of doing things, maybe this need to be revisited. Added packaging
  too.
* src/hash.h: fixed the Copyright notice.
Daniel
This commit is contained in:
Daniel Veillard
2005-12-19 16:34:11 +00:00
commit 30f666b9f4
7 changed files with 1179 additions and 0 deletions

8
TODO Normal file
View File

@ -0,0 +1,8 @@
- Need to complete, add custom wrapper function for those
which could not be handled fully automatically
- Check the names generated, iD is bad, fix the name generation routine
- add examples, web page and python based test suite
Daniel Veillard
$date$