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.0.tar.gz (123.7 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.2.0-py2.7.egg (280.4 kB view details)

Uploaded Egg

cloud-2.2.0-py2.6.egg (281.3 kB view details)

Uploaded Egg

cloud-2.2.0-py2.5.egg (282.0 kB view details)

Uploaded Egg

File details

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

File metadata

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

File hashes

Hashes for cloud-2.2.0.tar.gz
Algorithm Hash digest
SHA256 8fa5917722693c8c4139dc63dc6d0db901819743f02d46a62fb7466d876b148c
MD5 0a9b31501c7511b03509677d69be4080
BLAKE2b-256 ef3376c900aba973d9c9dc42b298483e483e8d9b883e99e863983d159fc4677c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.2.0-py2.7.egg
Algorithm Hash digest
SHA256 8a6f20e90653f1ae780e4f852c56ab2e0eb6eaf656d95ec4443b39684e8ce9e9
MD5 512d366307a506d97d16df3e037e4581
BLAKE2b-256 a51fd6c9fa5aad57bd3f4d4a4c27a3b5f3d95dcb0686fad01795a61a99bf59a6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.2.0-py2.6.egg
Algorithm Hash digest
SHA256 f1de154a9730d784f7875379a77463e18f6da8f1f17dddc8455fec09a9b42699
MD5 2510d0fbac57b7c6c31ed17b32cda07f
BLAKE2b-256 cc72dbcc7ea72858d7631de3bb6108a63a5dce6478410572476d1d0334ca6e5f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.2.0-py2.5.egg
Algorithm Hash digest
SHA256 fbecdca942fc0f8c861aa6d54b89adb88bc5b2d11e36f07b4e8d4efea539f946
MD5 5002061934b7653fca1849a5badcf1b3
BLAKE2b-256 ae3225e26d1b55cf7110f1d830afa76a59e291258f900ec94059878f3c83960d

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