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

Uploaded Source

Built Distributions

cloud-2.1.3-py2.6.egg (277.5 kB view details)

Uploaded Source

cloud-2.1.3-py2.5.egg (278.2 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for cloud-2.1.3.tar.gz
Algorithm Hash digest
SHA256 a4be65d6d0fe3610dd8630a40dacc172704a77e27b80a50cba51d83290c20310
MD5 5441b5721f39581ff890100cecb53c57
BLAKE2b-256 866629648a604077464a4c145c86d348954425e30412d6a1d10316d3c89ba20f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.1.3-py2.6.egg
Algorithm Hash digest
SHA256 5caa4ad3f6805e8b965dc62e94ac385d096d808f251b4d75b384c2807652f0ac
MD5 2dcfd208351230e6d1955b9b6cecbac7
BLAKE2b-256 fdce3ca7420d2a9314016bee430ca68bfc003fa97ebc8ca7264c1c253084a6fe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.1.3-py2.5.egg
Algorithm Hash digest
SHA256 145b787074708e4a2235b884de15af65e6f9667a16012591cfbad30e00ef654b
MD5 34699c8aad9f940c137615ee3c8afb67
BLAKE2b-256 4bd97b60c57e7e4af4bbb9a96cdd018a4efab4cc983af4dd3383d40422611f35

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