pykka

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

Github星跟踪图

=====
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

主要指标

概览
名称与所有者jodal/pykka
主编程语言Python
编程语言Python (语言数: 1)
平台
许可证Apache License 2.0
所有者活动
创建于2010-11-14 23:45:50
推送于2025-05-03 08:18:50
最后一次提交
发布数44
最新版本名称v4.2.0 (发布于 2025-02-16 19:11:08)
第一版名称v0.1 (发布于 2010-11-15 22:27:21)
用户参与
星数1.3k
关注者数31
派生数105
提交数1k
已启用问题?
问题数81
打开的问题数18
拉请求数104
打开的拉请求数4
关闭的拉请求数24
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?