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

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

Uploaded Source

Built Distributions

cloud-1.9.8-py2.6.egg (252.9 kB view details)

Uploaded Source

cloud-1.9.8-py2.5.egg (253.5 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for cloud-1.9.8.tar.gz
Algorithm Hash digest
SHA256 bb8d28320364ff2e013b7b6fd847ea056dc3be6eab92841b335afce316d649ae
MD5 8826f125a0650b78b737b99acedbdbab
BLAKE2b-256 ac7c9be5868663ba734a7d6d724bc12703a40dfeea7f4d0a5df40b154c27a2f6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-1.9.8-py2.6.egg
Algorithm Hash digest
SHA256 70ea8d1462889dc118bd9a3f32d84aba07bbd92cb7c8c865d20980721a75dd6f
MD5 183a0290e10217256d80acf68429170c
BLAKE2b-256 6c4ba57f24181e66651abee2503ffe0563ead4780f428741792b70458b2ff10f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-1.9.8-py2.5.egg
Algorithm Hash digest
SHA256 3e22332570b3bcaaa83e3dd921fcf9a06bd2008db98bda97c553cf2fdd04bc3c
MD5 cd16a88384cdc6aa3d60ecd93a158990
BLAKE2b-256 055dc062399befca762a3b7a1243f3d131436ec2122d1344f6b0a00b51d405fb

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