Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

All your old commits + dictwrapper#1

Merged
czpython merged 44 commits intoczpython:devfrom
bloodywing:master
Jul 2, 2012
Merged

All your old commits + dictwrapper#1
czpython merged 44 commits intoczpython:devfrom
bloodywing:master

Conversation

@bloodywing
Copy link
Copy Markdown
Contributor

All the old commits and a dictwrapper almost the same like this one, the idea about this was taken from here: https://github.com/timotheus/ebaysdk-python/blob/master/ebaysdk/utils.py

czpython and others added 30 commits February 13, 2012 05:58
Conflicts:
	mws/mws.py
…ore compatibility with amazon's api naming convention.
Conflicts:
	mws/mws.py
Introduced a new method "get_service_status" that's inherited in all MWS subclasses.
…ndShipment. Also fixed a few bugs and typos.
Fixed "non-default argument follows default argument" in Line 277
Added ExcludeMe in GetLowestOfferListingsForAsin and SKU
Added "ExcludeMe" Parameter to GetLowestOfferListings*
Fix for Exceptions in Reports, GetReports gets a TSV Data, still a mess and needs some cleanup.
czpython and others added 14 commits May 7, 2012 12:20
changed "hash" into "hash_"
quoted unquoted action "GetCompetitivePricingForASIN"
Moved calc_md5 out of MWS, minor fixes
…h types of responses compatible (TreeWrapper & DataWrapper).

Also added an if in DataWrapper to check if the response has a "content-md5" header, because some amazon error responses have no md5 but their "content-type" is "text/plain".
Improved setup.py and support for python 2.6
New utils.py With dict/xml/object converters
Makes it possible to access the amazon Response as a dict.

Found the code in: https://github.com/timotheus/ebaysdk-python

Example:
	mydict = DictWrapper(resp.response.content)
	print mydict
Conflicts:
	.gitignore
	README.md
	mws/mws.py
	setup.py
@czpython czpython merged commit d336d75 into czpython:dev Jul 2, 2012
@czpython
Copy link
Copy Markdown
Owner

czpython commented Jul 2, 2012

Thanks :), very appreciated.

eugene-s pushed a commit to eugene-s/python-amazon-mws that referenced this pull request Jun 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants