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

Uploaded Source

Built Distributions

cloud-2.2.2-py2.7.egg (282.5 kB view details)

Uploaded Source

cloud-2.2.2-py2.6.egg (283.3 kB view details)

Uploaded Source

cloud-2.2.2-py2.5.egg (284.1 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for cloud-2.2.2.tar.gz
Algorithm Hash digest
SHA256 b513fcfe84442cfd29b480eddf51d9ada3d05a568dd14e058223933ddd7d9e3c
MD5 804c050ca1f54a92d6d45b28fdae2a20
BLAKE2b-256 153ce129487a02e66b00bd99a912ad2def953e764bea2da43a6dce373b8ebc56

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.2.2-py2.7.egg
Algorithm Hash digest
SHA256 7038bd0a4d3317dbb9a0b85c29ca0dc6516619bf5f95788816732a0eae315e3f
MD5 d473cfdcba30a398519b1dbce415fad6
BLAKE2b-256 ba6486b4513c49fc977c8fb1b5f7e2b3e8b64671f476d0ecb38600f38cc905e3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.2.2-py2.6.egg
Algorithm Hash digest
SHA256 19df5f2e20c6e5c9480f044d8185a7a65874bd95f983f780d9c9e3cd00491f3a
MD5 ff74e07558e95202b881aca98e14b9ce
BLAKE2b-256 543fc38ed5e48257d8e0acd28855b41c494150ad673fb9a346ad1a46685bfa79

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.2.2-py2.5.egg
Algorithm Hash digest
SHA256 33d8b956ef89e6cd3e971b344aeebc6d70269f8f567866897ed7353533e212e7
MD5 22c5d783fee18782b4f87f67fc43a3cd
BLAKE2b-256 f6ff0e0954ecbf9091c288d2d6d0e8731440f98acc579d5a526cb3fabfa16648

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