Skip to main content

Science VM client-side library

Project 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.

When using this Python library known as scicloud, 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 scicloud 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.

Before using this package, you will need to sign up a Science VM account.

The scicloud 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.

Quick command-line example:

>>> import scicloud
>>> def square(x):
...     return x*x
...
>>> jid = scicloud.call(square,3)  #square(3) evaluated on Science VM
>>> scicloud.result(jid)
9

Full 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scicloud-3.0.4.tar.gz (240.3 kB view details)

Uploaded Source

File details

Details for the file scicloud-3.0.4.tar.gz.

File metadata

  • Download URL: scicloud-3.0.4.tar.gz
  • Upload date:
  • Size: 240.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for scicloud-3.0.4.tar.gz
Algorithm Hash digest
SHA256 b76d29b27202bf4e00f4dba55fa56e4a36f64a771f004fd5da7a4f34d7a537ce
MD5 8b7b0be11a8b393de9f34df22c409687
BLAKE2b-256 eac03bc70f7be6becffdac269a32e278fdf194a1f0751d5d483a9284267712aa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page