Decoders submodule
Decoders module used to parser metadata file into EPublication structure.
-
ftp.decoders.parse_meta(filename, data)[source]
Parse data to EPublication.
Parameters: |
- filename (str) –
Used to choose right parser based at suffix.
- data (str) –
Content of the metadata file.
|
Returns: | EPublication –
object.
|