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

Main metrics

Overview
Name With Ownerjodal/pykka
Primary LanguagePython
Program languagePython (Language Count: 1)
Platform
License:Apache License 2.0
所有者活动
Created At2010-11-14 23:45:50
Pushed At2025-02-20 23:20:36
Last Commit At
Release Count44
Last Release Namev4.2.0 (Posted on 2025-02-16 19:11:08)
First Release Namev0.1 (Posted on 2010-11-15 22:27:21)
用户参与
Stargazers Count1.3k
Watchers Count32
Fork Count106
Commits Count1k
Has Issues Enabled
Issues Count79
Issue Open Count16
Pull Requests Count102
Pull Requests Open Count4
Pull Requests Close Count24
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private