Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Internet > HTTP (WWW)

    PyAWS 0.2.1

    Download button

    No screenshots available
    Downloads: 240  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Kun Xi | More programs
    Python License / FREE
    August 6th, 2009, 14:01 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    PyAWS description

    A Python wrapper for Amazon Web Service

    PyAWS is a Python wrapper for the latest Amazon Web Service. It is designed to pave the way for Python developers to interactivate AWS.

    The PyAWS project is forked from the code base of pyamazon. The Amazone E-Commerce Services is supported.

    Installation:

    Run python setup.py install as root to install PyAWS into Python site-packages.

    Quick Start

    >>> from pyaws import ecs
    >>> ecs.setLicenseKey('Your-AWS-License-Key')
    >>> books = ecs.ItemSearch('python', SearchIndex='Books')
    >>> books[0].Title # books is a paged iterator
    u'Learning Python, Second Edition'
    >>> len(books) # get length of books
    510
    >>> books[101].Title # random access the books
    u'The First 280 Years of Monty Python'
    >>> books[5].Title
    u'Python Programming: An Introduction to Computer Science'
    >>> cart = ecs.CartCreate([books[0], books[5]], (2, 3))
    >>> for x in cart.CartItems:
    ... print x.Title
    ...
    u'Learning Python, Second Edition'
    u'Python Programming: An Introduction to Computer Science'



    Product's homepage

    Here are some key features of "PyAWS":

    · Build the Python object on the fly from the DOM tree.
    · The page-based REST response is mapped as the iterator object.
    · Runtime errors are mapped to exceptions
    · Fine-tuned object generation makes more sense.
    · Easy to extend.
    · More!

    Requirements:

    · Python

      


    TAGS:

    Amazon Web Service | Python wrapper | Python library | Amazon | AWS | wrapper

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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