Skip to main content

Pykka is easy to use concurrency using the actor model

Project description

https://secure.travis-ci.org/jodal/pykka.png?branch=master

The goal of Pykka is to provide easy to use concurrency abstractions for Python by using the actor model.

Pykka provides an actor API with two different implementations:

  • ThreadingActor is built on the Python Standard Library’s threading and Queue modules, and has no dependencies outside Python itself. It plays well together with non-actor threads.

  • GeventActor is built on the gevent library. gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop. It is generally faster, but doesn’t like playing with other threads.

Much of the naming in Pykka is inspired by the Akka project which implements actors on the JVM. Though, Pykka does not aim to be a Python port of Akka.

Project resources

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

Pykka-1.0.1.tar.gz (33.1 kB view details)

Uploaded Source

File details

Details for the file Pykka-1.0.1.tar.gz.

File metadata

  • Download URL: Pykka-1.0.1.tar.gz
  • Upload date:
  • Size: 33.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Pykka-1.0.1.tar.gz
Algorithm Hash digest
SHA256 85b713d9cbecab0e76f7fc438cf2c998d378547598d0e5a7333b55ff83ba8294
MD5 3a4c1c91274c1825a6e2772e2ccc67a7
BLAKE2b-256 ffe6904d3004ad3a13e400b303d062de01afa40fe8c9591c9c4d4b0db533ca75

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