Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    checkout-by-amazon 0.1.6

    Download button

    No screenshots available
    Downloads: 129  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Nick Meharry | More programs
    LGPL v3 / FREE
    March 29th, 2012, 08:55 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    checkout-by-amazon description

    Library for integrating with Checkout by Amazon

    checkout-by-amazon is a Python library for interfacing with Amazon’s integrated payment system, Checkout by Amazon.

    Install

    If you have pip installed, you can simply run:

     pip install cba

    If you lack pip but have easy_install, run:

     easy_install cba

    If you have neither, download this package and run:

     python setup.py install

    Usage

    import cba

    cba_settings = cba.Settings(
     merchant_id='...',
     marketplace_id='...',
     public_access_key='...',
     secret_access_key='...',
     sandbox=False,
    )

    if preexisting_id:
     contract = cba.PurchaseContract(id=preexisting_id, settings=cba_settings)
    else:
     contract = cba.PurchaseContract(settings=cba_settings)

    for item in cart:
     contract.order.add_item(cba.Item(id=item.id, title=item.name, price=item.price))

    # Commit the order to Amazon after buyer has selected address and payment
    # method.
    contract.complete()



    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    Amazon checkout | Python library | Amazon | checkout | integration

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM