armatis.parsers package

Submodules

armatis.parsers.d2d module

class armatis.parsers.d2d.CVSNetParser(invoice_number, config)[source]

Bases: armatis.parsers.d2d.DoorToDoorParser

class armatis.parsers.d2d.DoorToDoorParser(invoice_number, config)[source]

Bases: armatis.parser.Parser

parse(parser)[source]

Parse the response of the API request

Parameters:parser – The module for parsing the response

armatis.parsers.ems module

class armatis.parsers.ems.EMSParser(invoice_number, config)[source]

Bases: armatis.parser.Parser

parse(parser)[source]

Parse the response of the API request

Parameters:parser – The module for parsing the response

armatis.parsers.epost module

class armatis.parsers.epost.EPostParser(invoice_number, config)[source]

Bases: armatis.parser.Parser

parse(parser)[source]

Parse the response of the API request

Parameters:parser – The module for parsing the response

armatis.parsers.hanjin module

class armatis.parsers.hanjin.HanjinParser(invoice_number, config)[source]

Bases: armatis.parser.Parser

parse(parser)[source]

Parse the response of the API request

Parameters:parser – The module for parsing the response

armatis.parsers.hapdong module

class armatis.parsers.hapdong.HapdongParser(invoice_number, config)[source]

Bases: armatis.parser.Parser

parse(parser)[source]

Parse the response of the API request

Parameters:parser – The module for parsing the response

armatis.parsers.lotte module

class armatis.parsers.lotte.LotteParser(invoice_number, config)[source]

Bases: armatis.parser.Parser

parse(parser)[source]

Parse the response of the API request

Parameters:parser – The module for parsing the response

armatis.parsers.kg_logis module

class armatis.parsers.kg_logis.KGLogisParser(invoice_number, config)[source]

Bases: armatis.parser.Parser

parse(parser)[source]

Parse the response of the API request

Parameters:parser – The module for parsing the response

armatis.parsers.kgb module

class armatis.parsers.kgb.KGBParser(invoice_number, config)[source]

Bases: armatis.parser.Parser

parse(parser)[source]

Parse the response of the API request

Parameters:parser – The module for parsing the response

armatis.parsers.logen module

class armatis.parsers.logen.GTXParser(invoice_number, config)[source]

Bases: armatis.parsers.logen.LogenParser

class armatis.parsers.logen.LogenParser(invoice_number, config)[source]

Bases: armatis.parser.Parser

parse(parser)[source]

Parse the response of the API request

Parameters:parser – The module for parsing the response

Module contents