jlshix / pykka

Pykka is a Python implementation of the actor model, which makes it easier to build concurrent applications

Home Page:https://www.pykka.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pykka is a Python implementation of the actor model, which makes it easier to build concurrent applications

https://www.pykka.org

License:Apache License 2.0


Languages

Language:Python 99.8%Language:Shell 0.2%