aleph.datastructures.alephrecord module

Contents

aleph.datastructures.alephrecord module

class aleph.datastructures.alephrecord.AlephRecord[source]

Bases: aleph.datastructures.alephrecord.AlephRecord

This structure is returned as response to SearchRequest inside SearchResult.

base str

from which base was this record pulled

library str

library string, used for downloading documents from Aleph when you know proper docNumber

docNumber str

identificator in Aleph. It is not that much unique as it could be, but with .library string, you can fetch documents from Aleph if you know this.

xml str

MARC XML source returned from Aleph. Quite complicated stuff.

epublication EPublication

parsed .xml to aleph.datastructures.epublication.EPublication structure

Contents