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.4.6.tar.gz (177.8 kB view details)

Uploaded Source

Built Distributions

cloud-2.4.6-py2.7.egg (407.3 kB view details)

Uploaded Source

cloud-2.4.6-py2.6.egg (408.6 kB view details)

Uploaded Source

cloud-2.4.6-py2.5.egg (409.5 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for cloud-2.4.6.tar.gz
Algorithm Hash digest
SHA256 eddfb46cad1c4ee9355ec93841ddf3544812c9825bd697a1e444a5e1f24ee670
MD5 6ecacc11adbf611b6b5736f6ce52ec9a
BLAKE2b-256 73608d34360b5be0c05ca96c35821c0f28b676577e85c9d4201c0de7638108db

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.4.6-py2.7.egg
Algorithm Hash digest
SHA256 2f156a34a4a8f1427427d60c0f7c308676dd3d68ff849fa83b508e1f5c28dbf4
MD5 df5ed41bd88848efab7d882bdc5d8a07
BLAKE2b-256 df226490b50bf447571496bd2facdc1948d559570ccaf55ab10edec70a61916e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.4.6-py2.6.egg
Algorithm Hash digest
SHA256 bb3f175de8a384529fdff6c62b7e86b31239a914c0342cf07a368cd7f9e62877
MD5 8ea3e87bd2f143bb83f72c9bc96874a4
BLAKE2b-256 fafbd2b32523ec0172079239fcc65365196b2445ad057c7aa61151248ed8a56d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.4.6-py2.5.egg
Algorithm Hash digest
SHA256 60071e37d512a3235d394aac41a1add2d34629a0f7918197090cc0a18e6c3d5b
MD5 10057305236a88b98350ffd90d92b3e4
BLAKE2b-256 3a6eb7b51bbe0aa8ceeeca29845ab6a9d5374176a4b0b145c26337773acc7382

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