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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cloud-2.3.6-py2.7.egg (304.9 kB view details)

Uploaded Egg

cloud-2.3.6-py2.6.egg (305.7 kB view details)

Uploaded Egg

cloud-2.3.6-py2.5.egg (306.5 kB view details)

Uploaded Egg

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.6.tar.gz
Algorithm Hash digest
SHA256 e44d86d0c42d496f33f91f1ef8b276ac8869e83f64e44423f3defa61baffc2ef
MD5 957ffad01e94d47ef61caf4fa5e16168
BLAKE2b-256 6b725ebadcc77582ad5214b61eed484a2fe589b168a0cfeb33f998183b18796c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cloud-2.3.6-py2.7.egg
  • Upload date:
  • Size: 304.9 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cloud-2.3.6-py2.7.egg
Algorithm Hash digest
SHA256 b65d2706eabbf84ddfd9ed30adea5fdaff991ff29f52ffcd7d666c1f6378b480
MD5 90d8046cf712d7659dfe700ce5684fcb
BLAKE2b-256 500df6415599a5940dd27f6949d4ea179a6cbee735c9783df998413fdac38738

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cloud-2.3.6-py2.6.egg
  • Upload date:
  • Size: 305.7 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cloud-2.3.6-py2.6.egg
Algorithm Hash digest
SHA256 2380b42fe3cd4ff2c6c4fe69bb95be5894f37acacebe71d4cf836bd30e09b333
MD5 7ba4f02d52ada7ec51d479b3185b62dd
BLAKE2b-256 28977fe86db212c05d9fb1c748a80092b1d51489fde1d7cf14baff28c2c389db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cloud-2.3.6-py2.5.egg
  • Upload date:
  • Size: 306.5 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cloud-2.3.6-py2.5.egg
Algorithm Hash digest
SHA256 deb306bfe14403bc5819eedd07550f5581376d47c8a0f0e7decd3b9b998886c5
MD5 724312b14a3ba0a41041965126b538d2
BLAKE2b-256 6632a230f99a3fab7c5ecc8b04adcaf52b28f99bc732177e365dfa2e514b0bff

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page