bobfang1992 / pykka

πŸŒ€ Pykka makes it easier to build concurrent applications.

Home Page:https://pykka.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŒ€ Pykka

Pykka makes it easier to build concurrent applications.

CI Docs Coverage PyPI


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.

Installation

Pykka requires Python 3.6 or newer.

Pykka is available from PyPI:

python3 -m pip install pykka

If you need support for Python 2.7 or 3.5, you can use Pykka 2.

Project resources

License

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

About

πŸŒ€ Pykka makes it easier to build concurrent applications.

https://pykka.readthedocs.io

License:Apache License 2.0


Languages

Language:Python 100.0%