linode-python

Python bindings for Linode API
Download

linode-python Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • TJ Fontaine
  • Publisher web site:
  • https://github.com/tjfontaine/

linode-python Tags


linode-python Description

linode-python is a Python module that provides for the Linode API. The bindings consist of three pieces:- api.py: Core library that manages authentication and api calls- shell.py: A command line interface to api.py that allows you to invokea specific api command quickly- oop.py: An object oriented interface to api.py inspired by djangoFor definitive documentation on how the api works please visit: http://www.linode.com/api/index.cfmAPI KeysWhen creating an api object you may specify the key manually, or use the Api.user_getapikey which will return your apikey as well as set the internal key that will be used for subsequent api calls.Both the shell.py and oop.py have mechanisms to pull the api key from the environment variable LINODE_API_KEY as well.BatchingBatching should be used with care, once enabled all api calls are cached until Api.batchFlush() is called, however you must remember the order in which calls were made as that's the order of the list returned to youProduct's homepage


linode-python Related Software