structures submodule

class ltp.structures.ExportRequest[source]

Bases: ltp.structures.ExportRequest

Request structure holding data to export to LTP.

aleph_record str

String with complete MARC XML / OAI MARC record.

book_uuid str

Unique ID of the book. This have to be in UUID4 format!

filename str

Original filename name of the epublication.

b64_data str

Epublication serialized as BASE64 data string.

class ltp.structures.TrackingRequest[source]

Bases: ltp.structures.TrackingRequest

Ask for state of the export request.

book_uuid str

UUID of the book you want to track.

class ltp.structures.TrackingState(exported, error)[source]
class ltp.structures.TrackingResult(book_id, state)[source]

Previous topic

mods_postprocessor submodule

Next topic

settings submodule

This Page