eBay API Python Module: pyeBay
I refactored one of the eBay API Python examples found on our Web site into a reusable component that I’m calling pyeBay. This is version 0.1. All this does is wrap the GeteBayOfficialTime call, so it’s not useful for creating real applications (yet). But it is hopefully a good foundation for building out something that is — it establishes a pattern and provides some base functionality that should make creating wrappers for the other calls relatively straightforward.
Open-source goodness, by the way (provided under the BSD-like MIT license).
Update: I created a project page for this, view more information and download the code here.
Related posts:
- pyeBay 0.1.1 ...
- pyeBay 0.1.2 ...
- pyeBay: Actually Useful My Python module for the eBay API was demonstrated to be actually...