A python package for simple access to eBay's API.
Project description
A python package for simple access to eBay’s API.
Free software: MIT license
Documentation: https://ebay.readthedocs.org.
Features
TODO
Installation
At the command line either via easy_install or pip:
$ pip install ebay
$ easy_install ebay
Uninstall
$ pip uninstall ebay
Getting Started
To use ebay in a project:
import ebay
Documentation
The full documentation is at https://ebay.readthedocs.org.
History
Next Release
Feature: … TODO
Feature: … TODO
Fix: … TODO
0.1.0 (2015-04-18)
First release on PyPI.