* Nikolay Derkach <nderkach@gmail.com> [Aug 03. 2008 17:54]:
Hi,
Are there any plans on making zypp python bindings, or maybe there is some work already done?
There is http://svn.opensuse.org/svn/zypp/trunk/libzypp-bindings/ which gives you swig-based bidings for all of zypp.
I need to do some simple repository queries from a python script, like retrieving a package version number or downloading debuginfo packages. I believe I can do this with PycURL(libcurl), but it seems for me like a rather hacky way. Any suggestion about what is the right way to solve my issue?
You can also give the sat-solver bindings (at http://svn.opensuse.org/svn/zypp/trunk/sat-solver/bindings/) at try. These give you lower-level - but faster - access to the dependency solver and packages. Klaus -- To unsubscribe, e-mail: zypp-devel+unsubscribe@opensuse.org For additional commands, e-mail: zypp-devel+help@opensuse.org