pyusps
pyusps copied to clipboard
Python bindings for the USPS Ecommerce APIs
See CHANGELOG.md for the big-picture of what has changed. Hopefully this isn't too overwhelming. Each commit individually is pretty small and probably understandable. First I would read the CHANGELOG for...
Hi! Thank you for this library, it has been quite useful to me. As I've used it I've come across a couple of usage pain points and have a few...
API call needs a Revision tag of "1" in order to bring in the optional params. Previously this seems to have been done by default, but now needs to be...
Propose adding this at the following line: https://github.com/thelinuxkid/pyusps/blob/master/pyusps/address_information.py#L133 # Documentation refers to this as "Version" - it is an option to return all optional data as well version_el = etree.Element('Revision')...
`TypeError: list indices must be integers or slices, not str`