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

Uploaded Source

Built Distributions

cloud-2.4.3-py2.7.egg (400.7 kB view details)

Uploaded Source

cloud-2.4.3-py2.6.egg (402.1 kB view details)

Uploaded Source

cloud-2.4.3-py2.5.egg (403.0 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for cloud-2.4.3.tar.gz
Algorithm Hash digest
SHA256 3825aa1f7371defefa57682539e8ba7ba534a6a588bd779aa99325e45b2e1e2a
MD5 a1f0c0d2fdfd6a726bb262a2cf7b1634
BLAKE2b-256 21997d68987d12314fc30a081517ab4ca02752c85d28372a33e902601d74b6a5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.4.3-py2.7.egg
Algorithm Hash digest
SHA256 fbfb1a93fafcb63544132cd33ffc4b89ea12929480c3ccb733ffa6b8d0c36b80
MD5 2993ca3ca65d6af64525860350fc8484
BLAKE2b-256 b390ed745afc7ff1f3b51124ef9a77d41667ffda5d8ff1aa0410434db00467cb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.4.3-py2.6.egg
Algorithm Hash digest
SHA256 949e9086f7ae2c8f3817fdb1e2d14236ba065537f51317ee87c4037c307be5ea
MD5 8dc4597eb3d39bb7a42ab0822e53bb50
BLAKE2b-256 2a1b7857210d6c403b6ffa7017d4c4281a286d7978ea41513421df86718f1998

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.4.3-py2.5.egg
Algorithm Hash digest
SHA256 2608a949065866a161c30e89f21eab41f23f8a79db36b13f1d7d59feefd64b66
MD5 d84d5dd29c2331d693a405240ece37cd
BLAKE2b-256 22b855ef714a94ec5579220ba4f356bed19535ef3b67940dc37bcd6661a4f01d

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