Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.48 KB

README.rst

File metadata and controls

50 lines (35 loc) · 1.48 KB

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 CPython 3.6+ and PyPy 3.6+. If you need support for Python 2.7 or 3.5, you can use Pykka 2.x.

License

Pykka is copyright 2010-2020 Stein Magnus Jodal and contributors. Pykka is licensed under the Apache License, Version 2.0.

Project resources

Latest PyPI version CircleCI build status Read the Docs build status Test coverage