I've updated the python bindings to support the new Linode StackScripts method calls. An excellent feature to aid in the deployment of your new nodes. The documentation is also up to date, albeit in need of some verbosity. You can browse the source at my gitweb, or as usual you can access the source directly with git
git clone http://git.atxconsulting.com/linode

Git Repository issues
I cannot clone the repository you've listed:
$ git clone http://git.atxconsulting.com/
Initialized empty Git repository in /Users/tray/git/git.atxconsulting.com/.git/
fatal: http://git.atxconsulting.com//info/refs not found: did you run git update-server-info on the server?
$ git clone http://git.atxconsulting.com
Initialized empty Git repository in /Users/tray/git/git.atxconsulting.com/.git/
fatal: http://git.atxconsulting.com/info/refs not found: did you run git update-server-info on the server?
Does this seem reasonable?
Edited
Apologies, I had typo'd the url was suppose to include the repository name "linode". The correct url is:
methodcheck.py should be updated with new API doc address
# URL of API documentation
-apidocurl = 'http://beta.linode.com/api/autodoc.cfm'
+apidocurl = 'http://linode.com/api/autodoc.cfm'
Now, a run shows:
# python methodcheck.py
LOCAL Missing: linode_disk_createfromstackscript
LOCAL Missing: test_echo
S
Post new comment