{ "info": { "author": "George Hickman", "author_email": "george@ghickman.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Linode API Python Bindings\n==========================\n\nA thin python wrapper around `Linode's API`_. Built with the idea of sticking to Linode's docs and being pythonic.\n\n.. image:: https://secure.travis-ci.org/ghickman/linode.png?branch=master\n\nInstallation\n------------\n::\n\n pip install linode\n\n\nUsage\n-----\n::\n\n from linode import Api\n\n api = Api('your_api_key')\n api.linode.create(datacenterid, planid, paymentterm)\n api.linode.disk.createfromdistribution(linodeid, distributionid, label, size, rootpass, rootsshkey)\n\n\nTests\n-----\nI has them.\n\n\nCaveats\n-------\nAny deviations from the Linode docs.\n\nVariable Casing\n~~~~~~~~~~~~~~~\nAll variables have been lower cased. The Linode API is case insensitive so this is not a true change from their docs.\n\nVariable Order\n~~~~~~~~~~~~~~\nRequired variables have been declared as positional arguments and optional variables as keyword arguments with a default of ``None``. This means *all* optional arguments must come after required ones.\n\n.. _Linode's API: http://linode.com/api", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ghickman/linode", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "linode", "package_url": "https://pypi.org/project/linode/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/linode/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ghickman/linode" }, "release_url": "https://pypi.org/project/linode/0.4/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper of the Linode API", "version": "0.4" }, "last_serial": 1066730, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8ea9f59117c2b88281156f62a725a299", "sha256": "b71910ce218b846957ceee01f6218137e52213ea2e497126c3ca1f40b26934f8" }, "downloads": -1, "filename": "linode-0.0.1.tar.gz", "has_sig": false, "md5_digest": "8ea9f59117c2b88281156f62a725a299", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1380, "upload_time": "2012-02-28T21:47:24", "url": "https://files.pythonhosted.org/packages/21/29/2560182893d94919d90427323481b33b89ca2bf04a8ea52714534ca0891c/linode-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "7e590c2e45b143abe14081fa8d51751b", "sha256": "d2f2b3886b6aaa46bd5345e31c7f5f406d1832f34603509f501b80eed47ca3b8" }, "downloads": -1, "filename": "linode-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7e590c2e45b143abe14081fa8d51751b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3858, "upload_time": "2012-03-12T00:22:00", "url": "https://files.pythonhosted.org/packages/1b/9e/4bd7e17c2522a5492f2b44961331e6aa9891b338068b289614b768a4c7ca/linode-0.1.0.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "02f2a3ebbf7a834a5d184a29039a7202", "sha256": "f5f928d3ae44b5b19a71d343bc1b52ca3a8ad22ebdf77392d13a1b089b268997" }, "downloads": -1, "filename": "linode-0.2.tar.gz", "has_sig": false, "md5_digest": "02f2a3ebbf7a834a5d184a29039a7202", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3784, "upload_time": "2012-06-12T17:19:28", "url": "https://files.pythonhosted.org/packages/f5/77/d9f51e630ae273318f0745ad6f84be1c33251719a736ef89f248c8b07188/linode-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "61fbcfa99bb8c3b07a509ff3698d93ab", "sha256": "f17ed08f65bdcfe0ca4a47c9ba1f53c34d175bd2deb2da2ef2456411beca218f" }, "downloads": -1, "filename": "linode-0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "61fbcfa99bb8c3b07a509ff3698d93ab", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5864, "upload_time": "2013-11-17T12:05:09", "url": "https://files.pythonhosted.org/packages/d4/99/ab803f2a104897ca452e9aa79328b79bb844b8a22414955a2271c288bbcd/linode-0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e798e572685505dac586061419f30e5", "sha256": "3aa2bc808e9180b13bd50962b4defc9c1fa3c498f3a5f5c24ed15c0760aa19b0" }, "downloads": -1, "filename": "linode-0.3.tar.gz", "has_sig": false, "md5_digest": "6e798e572685505dac586061419f30e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3804, "upload_time": "2012-07-02T16:58:30", "url": "https://files.pythonhosted.org/packages/1a/f5/265953beb3cf75c8785e648bffdf79fd0da6bad65ccd4bf810b298d972f9/linode-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "ad5009c3c04612b6ae1ab3a014cab738", "sha256": "d98c0639d641f7923df3e228353ceb40999269dc5b2cce5b7538c24fb98dbc9c" }, "downloads": -1, "filename": "linode-0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ad5009c3c04612b6ae1ab3a014cab738", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4556, "upload_time": "2014-04-21T18:01:52", "url": "https://files.pythonhosted.org/packages/db/d5/4b535d620b64ab615a94a630e96ba49f6246b9d50efda611130a291d8e9d/linode-0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03a306575cf274719b3206ecee0bda9e", "sha256": "db3c2a7fab8966d903a63f16c515bff241533e4ef2d746aa7aae4a49bba5e573" }, "downloads": -1, "filename": "linode-0.4.tar.gz", "has_sig": false, "md5_digest": "03a306575cf274719b3206ecee0bda9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2843, "upload_time": "2014-04-21T18:01:54", "url": "https://files.pythonhosted.org/packages/f8/86/52108ea6a29b41e14eaf8d3d9eaba31e039eeccb6245af08ef52f9d6a4f3/linode-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ad5009c3c04612b6ae1ab3a014cab738", "sha256": "d98c0639d641f7923df3e228353ceb40999269dc5b2cce5b7538c24fb98dbc9c" }, "downloads": -1, "filename": "linode-0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ad5009c3c04612b6ae1ab3a014cab738", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4556, "upload_time": "2014-04-21T18:01:52", "url": "https://files.pythonhosted.org/packages/db/d5/4b535d620b64ab615a94a630e96ba49f6246b9d50efda611130a291d8e9d/linode-0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03a306575cf274719b3206ecee0bda9e", "sha256": "db3c2a7fab8966d903a63f16c515bff241533e4ef2d746aa7aae4a49bba5e573" }, "downloads": -1, "filename": "linode-0.4.tar.gz", "has_sig": false, "md5_digest": "03a306575cf274719b3206ecee0bda9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2843, "upload_time": "2014-04-21T18:01:54", "url": "https://files.pythonhosted.org/packages/f8/86/52108ea6a29b41e14eaf8d3d9eaba31e039eeccb6245af08ef52f9d6a4f3/linode-0.4.tar.gz" } ] }