Skip to main content

Python Actor Runtime LibrarY

Project description

PARLEY is a library 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, greenlets (lightweight threads), or Stackless Python’s tasklets. A program written using PARLEY can choose between these models by changing a single line 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.3.tar.gz (32.9 kB view hashes)

Uploaded Source

Built Distribution

parley-0.3.win32.exe (77.1 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