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

Uploaded Source

Built Distributions

cloud-2.1.5-py2.6.egg (279.7 kB view details)

Uploaded Source

cloud-2.1.5-py2.5.egg (280.4 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for cloud-2.1.5.tar.gz
Algorithm Hash digest
SHA256 9ae6f524413f88d27eec1d453f89d54139b9cb35d49fddead2ef026bfaa9b2e3
MD5 361d2e706c3996f024ab3734cc74009e
BLAKE2b-256 102981a7146f3f3a4d8c7b4b86f40b7fed8cdd15b8cc9219f6aae2d467d2da7d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.1.5-py2.6.egg
Algorithm Hash digest
SHA256 f5ead1190dce4ce337d503158e5f985ee9ff6c2d9cb1d219300bafbc00cc1810
MD5 2042b7b9c606e484200fa67640e21cae
BLAKE2b-256 f6ffda1513bad9015193c7960a1a7ba9764fbc8fa17c18a8e102399541d5054d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cloud-2.1.5-py2.5.egg
Algorithm Hash digest
SHA256 2707df45729d6acacb03929c57280dd21e871fb1e4d1abc908fe6fc4ce885d9c
MD5 ebe5e8ab9716138142b5ce02f038202f
BLAKE2b-256 6aea4f0e15f6e5e627570f922ea2171c475b3e9e5b0866ba787f4a37466a05a0

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