Skip to main content

UNKNOWN

Project description

This is a client for CrowdProcessREST API.

Installing

pip install crowdprocess

or

easy_install crowdprocess

Usage example

from crowdprocess import CrowdProcess
crp = CrowdProcess('username', 'password')

x2 = crp.job("function Run (d) { return d*2; }")
print x2(range(5)) # outputs numbers 0, 2, 4, 6, 8, 10 in a random order

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

CrowdProcess-0.1.3.tar.gz (2.3 kB view hashes)

Uploaded Source

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