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

Uploaded Source

Built Distributions

cloud-2.4.0-py2.7.egg (388.9 kB view details)

Uploaded Source

cloud-2.4.0-py2.6.egg (390.2 kB view details)

Uploaded Source

cloud-2.4.0-py2.5.egg (391.1 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for cloud-2.4.0.tar.gz
Algorithm Hash digest
SHA256 e726c87aa84ed0288b8419ef3c64fefca75e0bee6536143bcbf13101883b10fc
MD5 91cfbbc22770a6c73f29eb54c4818f89
BLAKE2b-256 04d9f22c876fb0cb857651da9670db206e7a9b91323daee70a6698407d32c577

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.4.0-py2.7.egg
Algorithm Hash digest
SHA256 c4ff86912f3781f815b1341c9ae7f26ee4e49d3b7337eaa501ce895d9915e6b9
MD5 4e0fb2c74f9143aabd0decdbef9332d5
BLAKE2b-256 f9ee1b2743a1cd852958ba6c05696080ad36a8801eb796d5c95f75665bbdb4bc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.4.0-py2.6.egg
Algorithm Hash digest
SHA256 21aefc8efad240ad6646ca578f5715d4c11946b9d09f40b3178bffa6097e84fe
MD5 28f26b79187d2f1d1f202203fcc6979b
BLAKE2b-256 6f4e225aec4fb7ec56723ce58811198d599eb793fef308b2c5cd340c69e0850f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.4.0-py2.5.egg
Algorithm Hash digest
SHA256 a75eee7765a09159065f31ffbee329103b2382b85dbe18e48d1676fc90c5d789
MD5 69e67ea93a4c911d0e38ccf5c47169ee
BLAKE2b-256 bf4f06e34b0f0ab2e07dc7e76755c664d006f83b8e9f257bed8b94786828539b

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