Pykka makes it easier to build concurrent applications.
Pykka is a Python implementation of the actor model. The actor model introduces some simple rules to control the sharing of state and cooperation between execution units, which makes it easier to build concurrent applications.
For a quickstart guide and a complete API reference, see the documentation.
Pykka requires Python 3.9 or newer.
Pykka is available from PyPI:
python3 -m pip install pykka
Pykka is copyright 2010-2024 Stein Magnus Jodal and contributors. Pykka is licensed under the Apache License, Version 2.0.