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

Uploaded Source

Built Distributions

cloud-2.3.1-py2.7.egg (295.6 kB view details)

Uploaded Source

cloud-2.3.1-py2.6.egg (296.5 kB view details)

Uploaded Source

cloud-2.3.1-py2.5.egg (297.2 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.1.tar.gz
Algorithm Hash digest
SHA256 ad9df466f2caeb600aff946154213b81f19a2058388b1eb5d5b9ac77e290566d
MD5 a2cf310278b41a35d63eee08ff6f4ae8
BLAKE2b-256 64668c825e46e59409b3e0caac36f021510c1ddad49f0815d0d0f2ed522d7c44

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.1-py2.7.egg
Algorithm Hash digest
SHA256 402f972b7afd37dbb48bd243e528d1918ca2d98b5c87f0c3a64bd2cc25e65d0e
MD5 497d94d03571ccebfc44edf66bf6880f
BLAKE2b-256 02678e8f63af4902a9c5fd432c54cc1e2296027e117029c177ad06190e4cbf32

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.1-py2.6.egg
Algorithm Hash digest
SHA256 e528b5e5738bf40c0a19f8b2a8c1993cf63884d196e9d7640d01a5303402a2a8
MD5 4b0ab30992c7354a5f3ffbe89a937d76
BLAKE2b-256 f33a1403a6be108feaf79bf15a514838c7f871ae50e999ebd9dd417d6b39f413

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.1-py2.5.egg
Algorithm Hash digest
SHA256 2b844fa270df93108d34b463accb411d25038bceb0a9ce460740a982fadec462
MD5 4e775ab9c7b1ea385dcd702e57cb8a4a
BLAKE2b-256 bfffea7a93f09cfda40adc2e654e9dcb3c8a7afbd9608bf894cc49b3edbdd3f0

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