Module collection
source code
Collection classes
These classes are used in their documented manner but most collect or
group various other items to make them suitable for use.
The key class is `Collection`, which is presents a simple read-only
object which represents the information held within a collection element
in a SWORD2 document such as the Service Document.
Two other classes, `Collection_Feed` and `Sword_Statement` are works
in progress for now, with limited support for the things they logically
handle.
|
|
SDCollection
`Collection` - holds, parses and presents simple attributes with
information taken from a collection entry within a SWORD2 Service
Document.
|
|
|
Collection_Feed
Nothing to see here yet.
|
|
|
Sword_Statement
Beginning SWORD2 Sword Statement support.
|
|
|
coll_l = logging.getLogger(__name__)
|
|
|
__package__ = 'sword2'
|