1
2
3
4
5
6
7
8
9
10 """
11 The SAGA Advert Service API package.
12
13 The SAGA advert service defines a hierarchical structure - similar to a filesystem -
14 that can be used to store key-value-based informations. It is often used
15 to store (distributed) application data in a SAGA-based application.
16
17 More on the concepts of the SAGA Advert Service can be found here:
18 U{http://www.ogf.org/OGF27/materials/1767/saga_adverts.pdf}
19 """
20
21 from _advert import *
22
25
26 -class entry(_advert.entry):
28
29 -class flags(_advert.flags):
31