{ "info": { "author": "TJ Fontaine", "author_email": "tjfontaine@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Linode Python Bindings\n\n\nThe bindings consist of three pieces:\n - api.py: Core library that manages authentication and api calls\n - shell.py: A command line interface to api.py that allows you to invoke\n a specific api command quickly\n - oop.py: An object oriented interface to api.py inspired by django\n\nFor definitive documentation on how the api works please visit:\nhttps://www.linode.com/api\n\n## API Keys\n\n\nWhen creating an api object you may specify the key manually, or use the\nApi.user_getapikey which will return your apikey as well as set the internal\nkey that will be used for subsequent api calls.\n\nBoth the shell.py and oop.py have mechanisms to pull the api key from the\nenvironment variable LINODE_API_KEY as well.\n\n## Batching\n\n\nBatching should be used with care, once enabled all api calls are cached until\nApi.batchFlush() is called, however you must remember the order in which calls\nwere made as that's the order of the list returned to you\n\n## License\n\n\nThis code is provided under an MIT-style license. Please refer to the LICENSE\nfile in the root of the project for specifics.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tjfontaine/linode-python", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "linode-python", "package_url": "https://pypi.org/project/linode-python/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/linode-python/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tjfontaine/linode-python" }, "release_url": "https://pypi.org/project/linode-python/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "Python bindings for Linode API", "version": "1.1.1" }, "last_serial": 1452589, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "4e34ab8f3a5fb665f4dd4cf3f9426001", "sha256": "ffe4ce266f0f9115cf959cb63ec2bdd357de4948f35b458edbf331c8e6696bb9" }, "downloads": -1, "filename": "linode-python-1.0.tar.gz", "has_sig": true, "md5_digest": "4e34ab8f3a5fb665f4dd4cf3f9426001", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17705, "upload_time": "2012-04-29T23:16:33", "url": "https://files.pythonhosted.org/packages/b3/f2/e46e8b99cf60487f3e87cbe64cb2699fc667cd74cfa3240f37e9b869f51a/linode-python-1.0.tar.gz" } ], "1.1": [], "1.1.1": [ { "comment_text": "", "digests": { "md5": "701b88df60d5e1bb782cef6336f9ea19", "sha256": "5078aae54a5f6f325ac8cd47c3baa2582546d51b7060a0f9f6ad851027817bc0" }, "downloads": -1, "filename": "linode-python-1.1.1.tar.gz", "has_sig": true, "md5_digest": "701b88df60d5e1bb782cef6336f9ea19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19543, "upload_time": "2015-03-08T02:28:06", "url": "https://files.pythonhosted.org/packages/4b/74/e488eb310b266e679e9e5095563be08185f2923802fb87be8f5cad652b74/linode-python-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "701b88df60d5e1bb782cef6336f9ea19", "sha256": "5078aae54a5f6f325ac8cd47c3baa2582546d51b7060a0f9f6ad851027817bc0" }, "downloads": -1, "filename": "linode-python-1.1.1.tar.gz", "has_sig": true, "md5_digest": "701b88df60d5e1bb782cef6336f9ea19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19543, "upload_time": "2015-03-08T02:28:06", "url": "https://files.pythonhosted.org/packages/4b/74/e488eb310b266e679e9e5095563be08185f2923802fb87be8f5cad652b74/linode-python-1.1.1.tar.gz" } ] }