{
"info": {
"author": "Enis Afgan",
"author_email": "afgane@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"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",
"Topic :: Internet"
],
"description": "`Blend `_ is a Python (2.6 or higher)\nlibrary for interacting with `BioCloudCentral.org`_, `CloudMan`_, and `Galaxy`_'s\nAPI. Conceptually, it makes it possible to script and automate the process of\ncloud infrastrucutre provisioning and scaling, as well as running of analyses\nwithin Galaxy. In reality, it makes it possible to do things like this:\n\n- Create a CloudMan compute cluster, via an API and directly from your local machine::\n\n from blend.cloudman.launch import CloudManLaunch\n cml = CloudManLaunch('', '', 'm1.small', 'password')\n cml.get_status()\n\n- Manipulate your CloudMan instance and react to the current needs::\n\n from blend.cloudman import CloudMan\n cm = CloudMan(\"instance IP\", \"password\")\n cm.initialize(type=\"Galaxy\")\n cm.add_nodes(3)\n cluster_status = cm.get_status()\n cm.remove_nodes(2)\n\n- Interact with Galaxy via a straighforward API::\n\n from blend.galaxy import GalaxyInstance\n gi = GalaxyInstance('', key='your API key')\n libs = gi.libraries.get_libraries()\n gi.workflows.show_workflow('workflow ID')\n gi.workflows.run_workflow('workflow ID', input_dataset_map)\n\n.. note::\n Although this library allows you to blend these three services into a cohesive unit,\n the library itself can be used with any single service irrespective of the rest. For\n example, you can use it to just manipulate CloudMan clusters or to script the\n interactions with an instance of Galaxy running on your laptop.\n\n",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://blend.readthedocs.org/",
"keywords": null,
"license": "MIT",
"maintainer": null,
"maintainer_email": null,
"name": "blend-lib",
"package_url": "https://pypi.org/project/blend-lib/",
"platform": "Posix; MacOS X; Windows",
"project_url": "https://pypi.org/project/blend-lib/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://blend.readthedocs.org/"
},
"release_url": "https://pypi.org/project/blend-lib/0.12/",
"requires_dist": null,
"requires_python": null,
"summary": "BioCloudCentral.org, CloudMan, and Galaxy API library",
"version": "0.12"
},
"last_serial": 786912,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "e12f9d9cddc8d24e560cc37a1af88cff",
"sha256": "d5f8780518e1cbec397fa8ccf03aab567742dc38d37a793f1e4f1008c69be172"
},
"downloads": -1,
"filename": "blend-lib-0.1.tar.gz",
"has_sig": false,
"md5_digest": "e12f9d9cddc8d24e560cc37a1af88cff",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 299801,
"upload_time": "2012-07-06T07:17:23",
"url": "https://files.pythonhosted.org/packages/2d/04/397feba7f811833279bb6f40cf5335bb8855f355ed3dbdf28cb230b8eab0/blend-lib-0.1.tar.gz"
}
],
"0.11": [
{
"comment_text": "",
"digests": {
"md5": "d4c042e6bc41aa60a9d03ea847f7cde5",
"sha256": "2cb2c16ebfbaff2091fac06760c854dae0933ebfb9e12def4ac34c203e565f56"
},
"downloads": -1,
"filename": "blend-lib-0.11.tar.gz",
"has_sig": false,
"md5_digest": "d4c042e6bc41aa60a9d03ea847f7cde5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 300259,
"upload_time": "2012-08-17T06:36:12",
"url": "https://files.pythonhosted.org/packages/44/c1/3ca28ebac6e6425aa3cbaa2cd44cf89254ee6dbd5d12d1977436575187a0/blend-lib-0.11.tar.gz"
}
],
"0.12": [
{
"comment_text": "",
"digests": {
"md5": "9f13ddabf88db4c55d78b57dc50d6e9b",
"sha256": "41e4bf110b2c1fd325023cdedda6530120a5c8f738429e6a29efb8c7bf23c5a9"
},
"downloads": -1,
"filename": "blend-lib-0.12.tar.gz",
"has_sig": false,
"md5_digest": "9f13ddabf88db4c55d78b57dc50d6e9b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 300290,
"upload_time": "2012-08-19T23:41:02",
"url": "https://files.pythonhosted.org/packages/4e/f6/942a12d363dcecbeb5fd1659d7dae97425145dca08e01cb2440e38fba9c0/blend-lib-0.12.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "9f13ddabf88db4c55d78b57dc50d6e9b",
"sha256": "41e4bf110b2c1fd325023cdedda6530120a5c8f738429e6a29efb8c7bf23c5a9"
},
"downloads": -1,
"filename": "blend-lib-0.12.tar.gz",
"has_sig": false,
"md5_digest": "9f13ddabf88db4c55d78b57dc50d6e9b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 300290,
"upload_time": "2012-08-19T23:41:02",
"url": "https://files.pythonhosted.org/packages/4e/f6/942a12d363dcecbeb5fd1659d7dae97425145dca08e01cb2440e38fba9c0/blend-lib-0.12.tar.gz"
}
]
}