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-02-20 23:20:36
最后一次提交
發布數44
最新版本名稱v4.2.0 (發布於 2025-02-16 19:11:08)
第一版名稱v0.1 (發布於 2010-11-15 22:27:21)
用户参与
星數1.3k
關注者數32
派生數106
提交數1k
已啟用問題?
問題數79
打開的問題數16
拉請求數102
打開的拉請求數4
關閉的拉請求數24
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?