SkillAgentSearch skills...

Pykka

🌀 Pykka makes it easier to build concurrent Python applications.

Install / Use

/learn @jodal/Pykka
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

🌀 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.

Installation

Pykka has no dependencies other than Python 3.10 or newer. It can be installed from PyPI:

$ python3 -m pip install pykka

Next up, check out the documentation.

Project resources

License

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

View on GitHub
GitHub Stars1.3k
CategoryDevelopment
Updated1d ago
Forks109

Languages

Python

Security Score

100/100

Audited on Mar 30, 2026

No findings