EPublication structure

class aleph.datastructures.epublication.EPublication[zdroj]

This structure is returned as result of users SearchRequest.

In case of Search/Count requests, this structure is filled with data from MARC XML record.

url

str – Url specified by publisher (THIS IS NOT INTERNAL URL!).

ISBN

list – List of ISBNs for the book.

cena

str – Price of the book.

vazba

str – Bidding of the book.

nazev

str – Name of the book.

format

str – Format of the book - see FormatEnum.

autori

list – List of Author objects.

castDil

str – Which part of the series of books is this.

anotace

str – Anotation. Max lenght: 500 chars..

podnazev

str – Subname of the book.

id_number

str – Identification number in aleph - starts.

originaly

list – List of (str) ISBN’s of original books in case of translations.

nazevCasti

str – Name of part of the series.

datumVydani

str – Date of publication.

mistoVydani

str – City/country origin of the publication.

internal_url

str – Link to edeposit/kramerius system.

poradiVydani

str – Order of publication.

invalid_ISBN

list – List of INVALID ISBNs for this book.

zpracovatelZaznamu

str – Processor/manufacturer of record. with nkc - nkc20150003133.

nakladatelVydavatel

str – Publisher’s name.

ISBNSouboruPublikaci

list – List of strings with ISBN of the book series.

static from_xml(xml)[zdroj]

Convert MARCXMLRecord object to EPublication namedtuple.

Parametry:xml (str/MARCXMLRecord) – MARC XML which will be converted to EPublication. In case of str, <record> tag is required.
Vrací:EPublication namedtuple with data about publication.
Typ návratové hodnoty:
 structure