pykka


Namepykka JSON
Version 4.2.0 PyPI version JSON
download
home_pageNone
SummaryPykka is a Python implementation of the actor model
upload_time2025-02-16 18:16:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords actor concurrency threading
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🌀 Pykka

_Pykka makes it easier to build concurrent applications._

[![CI](https://img.shields.io/github/actions/workflow/status/jodal/pykka/ci.yml?branch=main)](https://github.com/jodal/pykka/actions/workflows/ci.yml)
[![Docs](https://img.shields.io/readthedocs/pykka)](https://pykka.readthedocs.io/en/latest/)
[![Coverage](https://img.shields.io/codecov/c/gh/jodal/pykka)](https://codecov.io/gh/jodal/pykka)
[![PyPI](https://img.shields.io/pypi/v/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).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pykka",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "actor, concurrency, threading",
    "author": null,
    "author_email": "Stein Magnus Jodal <stein.magnus@jodal.no>",
    "download_url": "https://files.pythonhosted.org/packages/7d/90/cf6b964a454e8dbc4365f4f438d6e82aae9b6a313fd547f5bac635b74f8b/pykka-4.2.0.tar.gz",
    "platform": null,
    "description": "# &#x1F300; Pykka\n\n_Pykka makes it easier to build concurrent applications._\n\n[![CI](https://img.shields.io/github/actions/workflow/status/jodal/pykka/ci.yml?branch=main)](https://github.com/jodal/pykka/actions/workflows/ci.yml)\n[![Docs](https://img.shields.io/readthedocs/pykka)](https://pykka.readthedocs.io/en/latest/)\n[![Coverage](https://img.shields.io/codecov/c/gh/jodal/pykka)](https://codecov.io/gh/jodal/pykka)\n[![PyPI](https://img.shields.io/pypi/v/pykka)](https://pypi.org/project/pykka/)\n\n---\n\nPykka is a Python implementation of the\n[actor model](https://en.wikipedia.org/wiki/Actor_model).\nThe actor model introduces some simple rules to control\nthe sharing of state and cooperation between execution units,\nwhich makes it easier to build concurrent applications.\n\nFor a quickstart guide and a complete API reference,\nsee the [documentation](https://pykka.readthedocs.io/).\n\n## Installation\n\nPykka requires Python 3.9 or newer.\n\nPykka is available from [PyPI](https://pypi.org/project/pykka/):\n\n```\npython3 -m pip install pykka\n```\n\n## Project resources\n\n- [Documentation](https://pykka.readthedocs.io/)\n- [Source code](https://github.com/jodal/pykka)\n- [Releases](https://github.com/jodal/pykka/releases)\n- [Issue tracker](https://github.com/jodal/pykka/issues)\n- [Contributors](https://github.com/jodal/pykka/graphs/contributors)\n- [Users](https://github.com/jodal/pykka/wiki/Users)\n\n## License\n\nPykka is copyright 2010-2025 Stein Magnus Jodal and contributors.\nPykka is licensed under the\n[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pykka is a Python implementation of the actor model",
    "version": "4.2.0",
    "project_urls": {
        "Documentation": "https://pykka.readthedocs.io/",
        "Source code": "https://github.com/jodal/pykka"
    },
    "split_keywords": [
        "actor",
        " concurrency",
        " threading"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e886a8bf44e4fd2424ed4f8e8b0e869c8dfa08cba6ffc3afa0284d9da0352a1",
                "md5": "24d970e8a0443810dfc4e764daff9c7d",
                "sha256": "77f6061fb6fc3094b78648951c6742dacb9e8c1b952259921b10e56004ffbd6b"
            },
            "downloads": -1,
            "filename": "pykka-4.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "24d970e8a0443810dfc4e764daff9c7d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 28081,
            "upload_time": "2025-02-16T18:16:26",
            "upload_time_iso_8601": "2025-02-16T18:16:26.185482Z",
            "url": "https://files.pythonhosted.org/packages/7e/88/6a8bf44e4fd2424ed4f8e8b0e869c8dfa08cba6ffc3afa0284d9da0352a1/pykka-4.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d90cf6b964a454e8dbc4365f4f438d6e82aae9b6a313fd547f5bac635b74f8b",
                "md5": "92ae863f9fa046ab618a6a94f8451c4e",
                "sha256": "68d7b923def1b6464bbc214aa56453f00bab31c66b459803ece0c49ee43f22eb"
            },
            "downloads": -1,
            "filename": "pykka-4.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "92ae863f9fa046ab618a6a94f8451c4e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 47738,
            "upload_time": "2025-02-16T18:16:28",
            "upload_time_iso_8601": "2025-02-16T18:16:28.301165Z",
            "url": "https://files.pythonhosted.org/packages/7d/90/cf6b964a454e8dbc4365f4f438d6e82aae9b6a313fd547f5bac635b74f8b/pykka-4.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-16 18:16:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jodal",
    "github_project": "pykka",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pykka"
}
        
Elapsed time: 3.53289s