EPublication structure

class edeposit.amqp.aleph.datastructures.epublication.Author[source]

Bases: edeposit.amqp.aleph.datastructures.epublication.Author

Informations about author (or person).

firstName str
lastName str
title str
class edeposit.amqp.aleph.datastructures.epublication.EPublication[source]

Bases: edeposit.amqp.aleph.datastructures.epublication.EPublication

This structure is returned as result of users SearchRequest. It will be also used in exporting new data to aleph, but that is not implemented yet.

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

url str

url specified by publisher (THIS IS NOT INTERNAL URL!)

ISBN str

ISBN of 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

podnazev str

subname of the book

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

zpracovatelZaznamu str

processor/manufacturer of record

nakladatelVydavatel str

publisher’s name

ISBNSouboruPublikaci list

list of strings with ISBN of the book series

class edeposit.amqp.aleph.datastructures.epublication.FormatEnum[source]

Enum used as format in EPublication.

BROZ = 'bro\xc5\xbe.'
CD = 'CD-ROM'
DVD = 'DVD'
MAPA = 'mapa'
ONLINE = 'online'
VAZANA = 'v\xc3\xa1z.'

Previous topic

AlephRecord structure

Next topic

Request structures

This Page