Python API

Last post 04-10-2008 8:45 PM by BarryR. 13 replies.
Page 1 of 1 (14 items)
Sort Posts: Previous Next
  • 10-08-2007 4:04 PM

    • madssj
    • Top 75 Contributor
    • Joined on 09-10-2007
    • Posts 3

    Python API

    Hi. Is a python api in the planing? Mads
  • 10-08-2007 11:05 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 614

    Re: Python API

    There is a 3rd Party library that was given to us.  We will be distributing it shortly.

    Regards,
       Barry R.
     

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 11-01-2007 2:03 AM In reply to

    • bermi
    • Top 150 Contributor
    • Joined on 11-01-2007
    • Posts 1

    Re: Python API

    Could you provide an estimate date for the Python API? We would like to try Nirvanix if a Python module is made available.

    Thanks
     

  • 11-02-2007 7:54 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 614

    Re: Python API

     We will have a simplified interface ready soon.  Our third party developer was unable to provide the API but we have been working on a simple wrapper that will cover all of the services.

    Regards,
        Barry R.
     

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
    Filed under:
  • 04-04-2008 9:33 PM In reply to

    • bej34
    • Top 10 Contributor
    • Joined on 11-12-2007
    • Posts 46

    Re: Python API

    How is this shaping up? 

    http://www.brianjinwright.com
    Filed under:
  • 04-09-2008 7:29 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 614

    Re: Python API

     I have the entire API wrapped and working with approximately 40% unit test coverage.  The only piece that is left is the upload which is at about 70% completion.  I will try to get more of this done when possible.

    Regards,
         Barry R.

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
    Filed under: , ,
  • 04-10-2008 1:13 PM In reply to

    • bej34
    • Top 10 Contributor
    • Joined on 11-12-2007
    • Posts 46

    Re: Python API

    Do you know how compatible the nirvanix-python library on the code.google.com site is with the current API?

    http://www.brianjinwright.com
    Filed under:
  • 04-10-2008 3:18 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 614

    Re: Python API

     I'm not sure but after looking at the SVN repository for this project I don't see any files.  It looks like they are not finished with the 1.0 release yet other than a simple setup script.  I will do my best to get a new release this weekend.  I'm in the process of updating all of our SDKs for the latest release.

     Regards,
        Barry R.
     

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 04-10-2008 6:59 PM In reply to

    • bej34
    • Top 10 Contributor
    • Joined on 11-12-2007
    • Posts 46

    Re: Python API

     Barry,

    I kind of missed it the first time I looked at the trunk as well but you have to click on the "src" link and then the "nirvanix" link after you click on the trunk.

    http://www.brianjinwright.com
    Filed under:
  • 04-10-2008 7:00 PM In reply to

    • bej34
    • Top 10 Contributor
    • Joined on 11-12-2007
    • Posts 46

    Re: Python API

    There are 5 files there. 

    http://www.brianjinwright.com
  • 04-10-2008 7:40 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 614

    Re: Python API

     I had some wierdness with tortoiseSVN when using the Repo-browser.  Using the website interface everything is visible.  I don't see any reason it couldn't be used with the App Engine but I'm sure they haven't tested it yet.  I will make sure our in-house SDK works correctly with the Google App Engine since it seems like such a great tool.

    Regards,
       Barry R.
     

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 04-10-2008 7:51 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 614

    Re: Python API

     After reviewing the App Engine API document I found:

    http://code.google.com/appengine/docs/urlfetch/fetchfunction.html

    This would have to replace the transport pieces used in the existing SDK.  This should be trivial and accomplish a similar result.  Potentially this could be used to upload files as well via the POST since you can define the headers.  I would imagine an App Engine version of the SDK could be developed very quickly and easily.  I will let you know my progress.

    Regards,
        Barry R.  
     

     

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
  • 04-10-2008 8:35 PM In reply to

    • bej34
    • Top 10 Contributor
    • Joined on 11-12-2007
    • Posts 46

    Re: Python API

    Barry,

     I think you were posting in the wrong thread. I was talking about the nirvanix-python library that is hosted at code.google.com not how Nirvanix will interface with Google App Engine. Although, I am very interested in this as well, but the code I was talking about is located at http://code.google.com/p/nirvanix-python/source/browse/trunk/src/nirvanix/rest.py.

     

    http://www.brianjinwright.com
  • 04-10-2008 8:45 PM In reply to

    • BarryR
    • Top 10 Contributor
    • Joined on 07-20-2007
    • San Diego
    • Posts 614

    Re: Python API

    My appologies, I mixed the two subjects, I am not sure how maintained this external code is but you could take a look.  The methodology we will be using is to reflect the API Interface and dynamically build classes to handle any future updates of the web services as well.

    Regards,
         Barry R.

    IM Support (Feel free to add me)

    MSN: barryruffner@msn.com
    Gmail: barryruffner@gmail.com
Page 1 of 1 (14 items)