• Stars
    star
    1,195
  • Rank 39,145 (Top 0.8 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 14 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

๐ŸŒ€ 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.8 or newer.

Pykka is available from PyPI:

python3 -m pip install pykka

Project resources

License

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