resetting manifest requested domain to floor
[platform/upstream/zypper-plugin.git] / README
1
2 ==Introduction
3
4 Helper which make writing zypp plugins easier.
5
6 zypp-plugin-python: This API allows writing ZYpp plugins by
7 just subclassing from a python class and implementing the commands
8 you want to respond to as python methods.
9
10 See also http://doc.opensuse.org/projects/libzypp/HEAD/zypp-plugins.html
11
12 ==Requirements
13
14 libzypp providing 'libzypp(plugin)' is required.
15
16 ==Sources
17
18 A git repo is maintained at https://github.com/openSUSE/zypp-plugin
19
20 ==Todo
21
22 Maybe API for ruby, ...