Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 664 Bytes

File metadata and controls

9 lines (6 loc) · 664 Bytes

Contributing

Peddler is a simple wrapper that maps one-on-one to the MWS APIs and their various operations. It treats required request parameters as ordinary arguments and optional ones as keyword arguments. It parses XML responses with MultiXml. Tab-delimited files are handled with CSV.

Further abstraction is not in the scope of this project. As an example implementation built on Peddler, see MWS Orders, which provides a richer interface to the same-named API.