Module atom_objects
source code
Non-SWORD2 specific Atom/APP helper classes.
Most often used class will be 'Entry' - it provides an easy means to
make an atom:entry document which can be used directly as the metadata
entry.
Also provides Category, which is a convenience function to simplify
reading in category information from an atom:entry
|
|
Category
Convenience class to aid in the intepreting of atom:category
elements in XML.
|
|
|
Entry
Used to create `Entry`s - for multipart/metadata submission.
|
|
|
coll_l = logging.getLogger(__name__)
|
|
|
__package__ = 'sword2'
|