Skip to content

Latest commit

History

History
38 lines (27 loc) 路 780 Bytes

index.rst

File metadata and controls

38 lines (27 loc) 路 780 Bytes

Pykka

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 details and code examples, see the Pykka documentation.

Pykka is available from PyPI. To install it, run:

pip install pykka

Pykka works with Python 3.6+. If you need support for Python 2.7 or 3.5, you can use Pykka 2.x.

quickstart examples api/index runtimes/index testing

changes inspiration authors