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

Uploaded Source

Built Distributions

cloud-2.1.4-py2.6.egg (279.7 kB view details)

Uploaded Source

cloud-2.1.4-py2.5.egg (280.5 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for cloud-2.1.4.tar.gz
Algorithm Hash digest
SHA256 fefa2726c8cbbe9cfb6145551042762751b186b5edac5a1a50804ef3dce31220
MD5 803f27859a7d1101a20d4e0b43413636
BLAKE2b-256 35af8e617208c554cc6a6a949ba827176fc3814d0570b4d10c374f181dcab21b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.1.4-py2.6.egg
Algorithm Hash digest
SHA256 00e824ee125af47e98c4d4f3bae1968f7c37522c4bae6a98f9a16b622f813c7f
MD5 1978ab7458a9650d329e99cd351bf861
BLAKE2b-256 57ec18edf775c80ec0a12eb8d81184731d0ddc236a382ab5efc21ca397eb0262

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.1.4-py2.5.egg
Algorithm Hash digest
SHA256 67e217dbd0547b726bead32189926347aa0c2e750d6787e0417e3b68eeb93cd0
MD5 20f87c90ed1b71527af8e4c31db169c9
BLAKE2b-256 054b544e6ca243d714befc256d57184c2880680672a1c76bfd9811c89875120b

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