pykka


Namepykka JSON
Version 4.1.0 PyPI version JSON
download
home_pagehttps://github.com/jodal/pykka
SummaryPykka is a Python implementation of the actor model
upload_time2024-10-11 22:07:26
maintainerNone
docs_urlNone
authorStein Magnus Jodal
requires_python<4.0.0,>=3.9.0
licenseApache-2.0
keywords actor concurrency threading
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # &#x1F300; 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-2024 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": "https://github.com/jodal/pykka",
    "name": "pykka",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.9.0",
    "maintainer_email": null,
    "keywords": "actor, concurrency, threading",
    "author": "Stein Magnus Jodal",
    "author_email": "stein.magnus@jodal.no",
    "download_url": "https://files.pythonhosted.org/packages/1b/2c/d1bf86941c00ecefdf1902187733ddc0145710d7007589461a1e78408331/pykka-4.1.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-2024 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": "Apache-2.0",
    "summary": "Pykka is a Python implementation of the actor model",
    "version": "4.1.0",
    "project_urls": {
        "Documentation": "https://pykka.readthedocs.io/",
        "Homepage": "https://github.com/jodal/pykka",
        "Repository": "https://github.com/jodal/pykka"
    },
    "split_keywords": [
        "actor",
        " concurrency",
        " threading"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "145123a2b38a2f53871a3539427b156f426fd4bcdbdcb22d0bce6d8557dee723",
                "md5": "728d583c73f1000937f87852910401f2",
                "sha256": "38611d3053f4ea15466e793fd7b05a5d8f0b1612993b2d529f788504d8982077"
            },
            "downloads": -1,
            "filename": "pykka-4.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "728d583c73f1000937f87852910401f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.9.0",
            "size": 28127,
            "upload_time": "2024-10-11T22:07:25",
            "upload_time_iso_8601": "2024-10-11T22:07:25.424638Z",
            "url": "https://files.pythonhosted.org/packages/14/51/23a2b38a2f53871a3539427b156f426fd4bcdbdcb22d0bce6d8557dee723/pykka-4.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b2cd1bf86941c00ecefdf1902187733ddc0145710d7007589461a1e78408331",
                "md5": "91a0b55b3f4caecdd675255472e1f4e7",
                "sha256": "868a430941e6032e69794e0647a460fefeae293afd322675c44c7446b930a740"
            },
            "downloads": -1,
            "filename": "pykka-4.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "91a0b55b3f4caecdd675255472e1f4e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.9.0",
            "size": 48957,
            "upload_time": "2024-10-11T22:07:26",
            "upload_time_iso_8601": "2024-10-11T22:07:26.829368Z",
            "url": "https://files.pythonhosted.org/packages/1b/2c/d1bf86941c00ecefdf1902187733ddc0145710d7007589461a1e78408331/pykka-4.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-11 22:07:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jodal",
    "github_project": "pykka",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pykka"
}
        
Elapsed time: 0.39015s