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

Uploaded Source

Built Distributions

cloud-2.3.5-py2.7.egg (315.1 kB view details)

Uploaded Source

cloud-2.3.5-py2.6.egg (316.0 kB view details)

Uploaded Source

cloud-2.3.5-py2.5.egg (316.8 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.5.tar.gz
Algorithm Hash digest
SHA256 8b2ec5ce15905ce548a297e32b58da76041a4186c704b7143dca027937cad953
MD5 b2360e9cc86324688eba45497d152f35
BLAKE2b-256 494abaf3b1df7ee35a0a5e0a4956362849772cffc2a50e82d0a9d910755e1e8e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.5-py2.7.egg
Algorithm Hash digest
SHA256 27f1b5100e9fc9cbf0207d0f52a0a8c4ff928288556022f7a07f159892469c5e
MD5 0c978db10cf6043a1754675e67bf858f
BLAKE2b-256 27d715d6bb86700909446022bc8ac97c0f017e20b6bc83fc91928be95416e3bc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.5-py2.6.egg
Algorithm Hash digest
SHA256 3177ac423e14dd50d1c23f8787de1e9dd05b8d569cb5691adde1fb5b2530b681
MD5 a59254863c5c7cb5a142f13a40185b8c
BLAKE2b-256 a8ee87dd4181585c5f76cde39538f4bc709078138269723d290b88c71ce8d9ab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.5-py2.5.egg
Algorithm Hash digest
SHA256 c57808cbacef40caacc2fb4cb4db71b03f922e7750f43a2eeae8d68126cb260f
MD5 9a85220c0cd598976bde2d5e9129df7f
BLAKE2b-256 3f45076f2598b68ba20e3dbbe6dac101595ebd42a6e9115c807a215765448d25

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