basti / python-amazon-product-api (http://pypi.python.org/pypi/python-amazon-product-api/)

A Python wrapper for the Amazon Product Advertising API. This module offers a light-weight access to the latest version of the Amazon Product Advertising API without getting in your way. All requests are signed as required since August 15, 2009.

Changed (Δ2 bytes):

raw changeset »

setup.py (1 lines added, 1 lines removed)

Up to file-list setup.py:

@@ -2,7 +2,7 @@ from setuptools import setup
2
2
3
3
setup(
4
4
    name = "amazon",
5
    version = '0.0.2',
5
    version = '0.1',
6
6
    author = 'Sebastian Rahlf',
7
7
    author_email = 'basti AT redtoad DOT de',
8
8
    description = 'A collection of wrappers for various Amazon Webservices.',