Pykka is a set of easy to use concurrency abstractions for Python using the actor model.
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 and GeventActor.
Related tags: gevent, concurrency, actor-model