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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cloud-2.3.4-py2.7.egg (314.9 kB view details)

Uploaded Egg

cloud-2.3.4-py2.6.egg (315.8 kB view details)

Uploaded Egg

cloud-2.3.4-py2.5.egg (316.6 kB view details)

Uploaded Egg

File details

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

File metadata

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

File hashes

Hashes for cloud-2.3.4.tar.gz
Algorithm Hash digest
SHA256 5e52257ccc3aa718a155f75d56d9752b49df5aca9549188eac933f244b431fc4
MD5 2de6cb00999b99491469e278e582c080
BLAKE2b-256 72dfe47150f758a7ec6c64e715def69b3571eeb71abcee747c025d513c171460

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cloud-2.3.4-py2.7.egg
  • Upload date:
  • Size: 314.9 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cloud-2.3.4-py2.7.egg
Algorithm Hash digest
SHA256 b2592fcc468dc72dfb86cab6cfd346ac91424cbf60d5267a1c1057baf8e04797
MD5 dfab020b95ac77e3d4acf88ae71d8bc7
BLAKE2b-256 3ef598d1a4f7c8c04355411ae647b67b8cd8a84e1328d75e072f220e09c71380

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cloud-2.3.4-py2.6.egg
  • Upload date:
  • Size: 315.8 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cloud-2.3.4-py2.6.egg
Algorithm Hash digest
SHA256 b2bf0cf20af5a97795877e5e7c9aa8311bca4a751a98cd33a19f6bc92c64a64d
MD5 a8f14f9ece99af8cdd6e076ffd5fbc24
BLAKE2b-256 455a95cf0a85e4234141b3cde4b8c24a5888b59384449f502b3d0fa02a375889

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cloud-2.3.4-py2.5.egg
  • Upload date:
  • Size: 316.6 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for cloud-2.3.4-py2.5.egg
Algorithm Hash digest
SHA256 b5fae99008a0b48e91045d7d4b5cb345195df3b0a1d4d4077905a7e7ccfc2659
MD5 2362b77f2b6aace9dc6d9338b481f129
BLAKE2b-256 981bf70f42ae7710f56b1e60481fef4f2d14707fa9d4d47b6c773c4672544c08

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page