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

Uploaded Source

Built Distributions

cloud-2.3.2-py2.7.egg (296.4 kB view details)

Uploaded Source

cloud-2.3.2-py2.6.egg (297.2 kB view details)

Uploaded Source

cloud-2.3.2-py2.5.egg (298.0 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.2.tar.gz
Algorithm Hash digest
SHA256 78a76f3ea400b682e2238aa8f04990ac122fa01907439b84da7ffeb033f498ad
MD5 b1f98bd66359106047b72e090e1df3c1
BLAKE2b-256 f93f55a99d3a93353f0fbfcd0ea64c34c66a2450dbb72fdd2f83bf3f174bd42f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.2-py2.7.egg
Algorithm Hash digest
SHA256 773694cdd2e1046c7b6e8a3adda6f6bcc5ed94da9464d892d408a95054bae05e
MD5 00d5c8e85f2bd297fd06d55b1209f13f
BLAKE2b-256 1f089dd89717a2a04fb243c2239abc85dabfec1523c3125febb7ead24306445f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.2-py2.6.egg
Algorithm Hash digest
SHA256 30c32d7086f409be735d486cd0367e4e1076cfdd8ebca91aeb04913c0cbb4e88
MD5 cd520342e2fd3de5e5900e994ac73c06
BLAKE2b-256 b85095cd0b67cbf026da177860ba66fd8871e4e4d8cbdbfb1a660c5462809dfb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.2-py2.5.egg
Algorithm Hash digest
SHA256 48cfe496bd47ded3f27e9ebb4d8112745ee25a1e83996969be576a3c6dd7ab04
MD5 6b5131db5b3de4666b0928d806d94a27
BLAKE2b-256 1df73b9fb3265293d469415ec925e630d2bd81ed8163fb920e1b2604d99d77b7

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