Skip to main content

Python Actor Runtime LibrarY

Project description

PARLEY - Python Actor Runtime LibrarY[*]

[*] (the “E” is for Erlang)

PARLEY is an API for writing Python programs that implement the Actor model of distributed systems, in which lightweight concurrent processes communicate through asynchronous message-passing. Actor systems typically are easier to write and debug than traditional concurrent programs that use locks and shared memory.

PARLEY can run using either traditional native threads or user-space threads (i.e. the “tasklets” implemented by Stackless Python). A program written using PARLEY can choose between the two simply by changing a few lines of code.

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

parley-0.1.1.tar.gz (21.5 kB view hashes)

Uploaded Source

Built Distribution

parley-0.1.1.win32.exe (73.9 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