Skip to content
/ pykka Public
forked from jodal/pykka

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

License

Notifications You must be signed in to change notification settings

fjarri/pykka

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%