# jodal/pykka

🌀 Pykka makes it easier to build concurrent Python applications.

Repository: https://github.com/jodal/pykka
Canonical: https://ross.abutalabs.com/products/pykka
Homepage: https://pykka.readthedocs.io
Language: Python
License: Apache-2.0
License Family: permissive
Topics: python, actor-model, concurrency
Last push: 2026-08-15T22:10:49+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 62, longevity 100
- inputs: {"age_days": 5771, "days_push": 18, "days_rel": 172, "gap_med": 71, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1335, forks 110 (observed 2026-08-28T04:04:25.260140+00:00)

## What it is
Pykka is a Python implementation of the actor model, providing actors that communicate via messages to simplify building concurrent applications. It has no dependencies beyond Python 3.10+ and is distributed on PyPI under the Apache 2.0 license.

## Use cases
- build concurrent python applications
- implement the actor model in python
- avoid shared-state race conditions between threads
- coordinate parallel tasks via message passing
- structure a python app as independent actors

## When to choose
- you want actor-model concurrency in pure Python with zero dependencies
- you prefer message passing over locks and shared mutable state
- you need a lightweight, well-documented concurrency library

## When to avoid
- you need distributed actors across multiple machines
- you need high-throughput async I/O rather than actor-style coordination
- your project must support Python versions older than 3.10

## Facets
- artifact type: library
- maturity: active
- function: concurrency
- domain: developer-tools
- platform: python, cross-platform
- tags: actor-model, threading, message-passing, algorithms

## Member repositories
- jodal/pykka (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:25.260140+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:44:22.716128+00:00, confidence not recorded.
  - readme: https://github.com/jodal/pykka (fetched 2026-08-28T04:04:25.260140+00:00, sha 683b6a95bc9b)
  - registry_pypi: https://pypi.org/pypi/pykka/json (fetched 2026-08-29T12:04:15.872717+00:00, sha fa9d9d9d209a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
