Skip to main content

PiCloud client-side library

Project description

PiCloud is a cloud-computing platform that integrates into the Python Programming Language. It enables you to leverage the computing power of Amazon Web Services without having to manage, maintain, or configure virtual servers.

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

The cloud library also features a simulator, which can be used without a PiCloud account. The simulator uses the multiprocessing library to create a stripped down version of the PiCloud service. This simulated service can then run jobs locally across all CPU cores.

Quick command-line example:

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

Full package documentation is available at http://docs.picloud.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

cloud-2.3.3.tar.gz (166.3 kB view details)

Uploaded Source

Built Distributions

cloud-2.3.3-py2.7.egg (312.0 kB view details)

Uploaded Source

cloud-2.3.3-py2.6.egg (312.9 kB view details)

Uploaded Source

cloud-2.3.3-py2.5.egg (313.7 kB view details)

Uploaded Source

File details

Details for the file cloud-2.3.3.tar.gz.

File metadata

  • Download URL: cloud-2.3.3.tar.gz
  • Upload date:
  • Size: 166.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cloud-2.3.3.tar.gz
Algorithm Hash digest
SHA256 e9379b4a17bc38b790731dac3389b17c4bbf9828272e80251151dd0f9afdd869
MD5 e1cc889ab67d251dfc5936e5ddeeb12a
BLAKE2b-256 aa7acee14db31e17d3f65124a55cde5ae5199bded358dc662c3b6500abfe8bf2

See more details on using hashes here.

File details

Details for the file cloud-2.3.3-py2.7.egg.

File metadata

  • Download URL: cloud-2.3.3-py2.7.egg
  • Upload date:
  • Size: 312.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cloud-2.3.3-py2.7.egg
Algorithm Hash digest
SHA256 7b28e01cb9dd51ef09c7a84144f9ab1bd69dd35989b29d2242f9e57aacb328e6
MD5 64a3beab8e3d9a3df29cfb90fe6ee4d2
BLAKE2b-256 27b9775f6202596ca0999e12a6fe52115720d86be60c9a1bfc2154efa4fdc1b6

See more details on using hashes here.

File details

Details for the file cloud-2.3.3-py2.6.egg.

File metadata

  • Download URL: cloud-2.3.3-py2.6.egg
  • Upload date:
  • Size: 312.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cloud-2.3.3-py2.6.egg
Algorithm Hash digest
SHA256 3aca83baf8063c25610c79e8d8722a9e89e50c881852a54ab9689c2e2e8999d6
MD5 37ad504c484c93a86cd8cad430cd72da
BLAKE2b-256 1ba9ce4673b20bbd906e99d6fd9f4ada3f80dfa06dcb55e5034394bd2df3fc5e

See more details on using hashes here.

File details

Details for the file cloud-2.3.3-py2.5.egg.

File metadata

  • Download URL: cloud-2.3.3-py2.5.egg
  • Upload date:
  • Size: 313.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cloud-2.3.3-py2.5.egg
Algorithm Hash digest
SHA256 23b7de2b8f2f339248114fb12688ab650d64f068638f72f261dd2484ec1f05d5
MD5 e919f1f5a6cc73dc289f6929873beda0
BLAKE2b-256 b6d1dbbf7fdda320f88a3d56edfa6b6b7aebbc5779bd91d374fff52b1c255d5a

See more details on using hashes here.

Supported by

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