README
1This directory contains groups of bindings for related schema. Each
2subdirectory represents a particular group.
3
4With a bundle directory, the following are expected:
5
6- A scripts directory, containing an executable genbind which retrieves the
7 schema and invokes pyxbgen to build the bindings
8
9- A schemas directory, into which the genbind script stores the schemas that
10 were used to build the bindings
11
12- The Python module files for namespace modules. Normally these are
13 customization wrappers
14
15- A raw subdirectory, into which the generated bindings are placed. Note
16 that this directory is normally removed and recreated as a consequence of
17 running genbind; ddn't expect anything in it to be persistent.
18
19- An examples directory, with programs that show how to use the capabilities
20 in the bundle
21
22- A tests directory which validates customizations
23
24Each directory also has a .svnignore file which is used to set the
25corresponding directory property in a development workspace. It is
26recommended that you NOT add to this
27