{ "info": { "author": "Science Automation, Inc.", "author_email": "contact@scivm.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Distributed Computing", "Topic :: System :: Networking" ], "description": "`Science VM `_ is a scicloud-computing platform that integrates into the Python Programming Language. It enables you to leverage the computing power of your datacenter and/or your choice of scicloud providers without having to manage, maintain, or configure virtual servers.\n\nWhen using this Python library known as *sciscicloud*, Science VM will integrate seamlessly into your existing code base. To offload the execution of a function to our servers, all you must do is pass your desired function into the *sciscicloud* library. ScienceVM will run the function on its high-performance cluster. As you run more functions, our cluster auto-scales to meet your computational needs. \n\nBefore using this package, you will need to sign up a `Science VM `_ account.\n\nThe *sciscicloud* library also features a simulator, which can be used without a Science VM account. The simulator uses the `multiprocessing `_ library to create a stripped down version of the Science VM service. This simulated service can then run jobs locally across all CPU cores.\n\nQuick command-line example::\n \n\t>>> import sciscicloud\n\t>>> def square(x):\n\t... return x*x\n\t... \n\t>>> jid = sciscicloud.call(square,3) #square(3) evaluated on Science VM\n\t>>> sciscicloud.result(jid)\n\t9\n\nFull package documentation is available at http://docs.scivm.com. Some dependencies may be required depending on your platform and Python version; see INSTALL for more information.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.scivm.com", "keywords": null, "license": "GNU LGPL", "maintainer": null, "maintainer_email": null, "name": "sciscicloud", "package_url": "https://pypi.org/project/sciscicloud/", "platform": "CPython 2.6,CPython 2.7", "project_url": "https://pypi.org/project/sciscicloud/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.scivm.com" }, "release_url": "https://pypi.org/project/sciscicloud/3.0.2/", "requires_dist": null, "requires_python": null, "summary": "Science VM client-side library", "version": "3.0.2" }, "last_serial": 960362, "releases": { "3.0.1": [ { "comment_text": "", "digests": { "md5": "18bf11f48dd1743527b9e2208b6c8ceb", "sha256": "e3f63eec8b55a0ef477209c764ec7db9bdeefc86d8523aa7bcd243325a8bcb93" }, "downloads": -1, "filename": "sciscicloud-3.0.1.tar.gz", "has_sig": false, "md5_digest": "18bf11f48dd1743527b9e2208b6c8ceb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 241265, "upload_time": "2014-01-01T19:35:59", "url": "https://files.pythonhosted.org/packages/63/c9/e62db8b2a9500214d38b54b5bc2007189d9c700190e7862a71e4d0dfbe80/sciscicloud-3.0.1.tar.gz" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "f67e7e5ec6cb055e5e7198b8b63c2508", "sha256": "814e7da09c94bb18bb9fc02e9e447c71fb9bab27162c30af7a36056735d7945e" }, "downloads": -1, "filename": "sciscicloud-3.0.2.tar.gz", "has_sig": false, "md5_digest": "f67e7e5ec6cb055e5e7198b8b63c2508", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 241250, "upload_time": "2014-01-01T19:36:39", "url": "https://files.pythonhosted.org/packages/21/df/fc33b5059bcd2886f560859a3f0b5c53815ee473b3f224834757e47387e7/sciscicloud-3.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f67e7e5ec6cb055e5e7198b8b63c2508", "sha256": "814e7da09c94bb18bb9fc02e9e447c71fb9bab27162c30af7a36056735d7945e" }, "downloads": -1, "filename": "sciscicloud-3.0.2.tar.gz", "has_sig": false, "md5_digest": "f67e7e5ec6cb055e5e7198b8b63c2508", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 241250, "upload_time": "2014-01-01T19:36:39", "url": "https://files.pythonhosted.org/packages/21/df/fc33b5059bcd2886f560859a3f0b5c53815ee473b3f224834757e47387e7/sciscicloud-3.0.2.tar.gz" } ] }