https://github.com/jodal/pykka
🌀 Pykka makes it easier to build concurrent Python applications.
https://github.com/jodal/pykka
actor-model concurrency python
Last synced: 9 months ago
JSON representation
🌀 Pykka makes it easier to build concurrent Python applications.
- Host: GitHub
- URL: https://github.com/jodal/pykka
- Owner: jodal
- License: apache-2.0
- Created: 2010-11-14T23:45:50.000Z (about 15 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T21:36:53.000Z (9 months ago)
- Last Synced: 2025-04-25T18:19:41.042Z (9 months ago)
- Topics: actor-model, concurrency, python
- Language: Python
- Homepage: https://pykka.readthedocs.io
- Size: 1020 KB
- Stars: 1,254
- Watchers: 32
- Forks: 106
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-actor - Pykka - Pykka is a Python implementation of the actor model, which makes it easier to build concurrent applications [www.pykka.org](https://www.pykka.org) (Frameworks, Libraries and Tools / Application Frameworks)
README
# 🌀 Pykka
_Pykka makes it easier to build concurrent applications._
[](https://github.com/jodal/pykka/actions/workflows/ci.yml)
[](https://pykka.readthedocs.io/en/latest/)
[](https://codecov.io/gh/jodal/pykka)
[](https://pypi.org/project/pykka/)
---
Pykka is a Python implementation of the
[actor model](https://en.wikipedia.org/wiki/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](https://pykka.readthedocs.io/).
## Installation
Pykka requires Python 3.9 or newer.
Pykka is available from [PyPI](https://pypi.org/project/pykka/):
```
python3 -m pip install pykka
```
## Project resources
- [Documentation](https://pykka.readthedocs.io/)
- [Source code](https://github.com/jodal/pykka)
- [Releases](https://github.com/jodal/pykka/releases)
- [Issue tracker](https://github.com/jodal/pykka/issues)
- [Contributors](https://github.com/jodal/pykka/graphs/contributors)
- [Users](https://github.com/jodal/pykka/wiki/Users)
## License
Pykka is copyright 2010-2025 Stein Magnus Jodal and contributors.
Pykka is licensed under the
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).