Versions

Description

Welcome to the ebaysdk for Python ================================= Welcome to the eBay SDK for Python. This SDK cuts development time and simplifies tasks like error handling and enables you to make Finding, Shopping, Merchandising, and Trading API calls. In Addition, the SDK comes with RSS and HTML back-end libraries. In order to use eBay aspects of this utility you must first register with eBay to get your `eBay Developer Site`_ (see the ebay.yaml for a way to easily tie eBay credentials to the SDK) Finding Services. Example:: from ebaysdk import finding, tag, nodeText f = finding() f.execute('findItemsAdvanced', tag('keywords', 'shoes')) dom = f.response_dom() mydict = f.response_dict() # shortcut to response data print f.v('itemSearchURL') # process the response via DOM items = dom.getElementsByTagName('item') for item in items: print nodeText(item.getElementsByTagName('title')[0]) .. _eBay Developer Site: http://developer.ebay.com/

Repository

http://github.com/timotheus/ebaysdk-python.git

Project Slug

ebaysdk

Last Built

5 years, 7 months ago failed

Maintainers

Badge

Tags

ebay, python

Short URLs

ebaysdk.readthedocs.io
ebaysdk.rtfd.io

Default Version

latest

'latest' Version

master