pykka

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

Github stars Tracking Chart

=====
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 details and code examples, see the Pykka documentation <https://www.pykka.org/>_.

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 <https://www.apache.org/licenses/LICENSE-2.0>_.

Project resources

  • Documentation <https://www.pykka.org/>_
  • Source code <https://github.com/jodal/pykka>_
  • Issue tracker <https://github.com/jodal/pykka/issues>_

.. image:: https://img.shields.io/pypi/v/Pykka.svg
:target: https://pypi.org/project/Pykka/
:alt: Latest PyPI version

.. image:: https://img.shields.io/circleci/project/github/jodal/pykka/develop.svg
:target: https://circleci.com/gh/jodal/pykka
:alt: CircleCI build status

.. image:: https://img.shields.io/readthedocs/pykka.svg
:target: https://www.pykka.org/
:alt: Read the Docs build status

.. image:: https://img.shields.io/codecov/c/github/jodal/pykka/develop.svg
:target: https://codecov.io/gh/jodal/pykka
:alt: Test coverage

Overview

Name With Ownerjodal/pykka
Primary LanguagePython
Program languagePython (Language Count: 1)
Platform
License:Apache License 2.0
Release Count40
Last Release Namev4.0.2 (Posted on 2024-02-18 21:32:35)
First Release Namev0.1 (Posted on 2010-11-15 22:27:21)
Created At2010-11-14 23:45:50
Pushed At2024-02-18 20:32:48
Last Commit At
Stargazers Count1.2k
Watchers Count34
Fork Count107
Commits Count0.9k
Has Issues Enabled
Issues Count77
Issue Open Count16
Pull Requests Count94
Pull Requests Open Count3
Pull Requests Close Count24
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top