pykka


Namepykka JSON
Version 4.1.1 PyPI version JSON
download
home_pagehttps://github.com/jodal/pykka
SummaryPykka is a Python implementation of the actor model
upload_time2024-11-19 23:05:16
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/b4/75/c627143d4f5a7a84254583671fc55bff5bad8a57f7995e0e8d9e56c664cd/pykka-4.1.1.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\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Pykka is a Python implementation of the actor model",
    "version": "4.1.1",
    "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": "5362b6b86fc6c6d07a86b1f93eff4438c4d8330892be1bbe4c49d35eb16d79f4",
                "md5": "9366c185e1acaed2e241cbe6406b4795",
                "sha256": "7113b16ec7988a924892b5c86b64e35a08492d1f9d4a830602f6b5892ea9800c"
            },
            "downloads": -1,
            "filename": "pykka-4.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9366c185e1acaed2e241cbe6406b4795",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.9.0",
            "size": 28129,
            "upload_time": "2024-11-19T23:05:14",
            "upload_time_iso_8601": "2024-11-19T23:05:14.876425Z",
            "url": "https://files.pythonhosted.org/packages/53/62/b6b86fc6c6d07a86b1f93eff4438c4d8330892be1bbe4c49d35eb16d79f4/pykka-4.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b475c627143d4f5a7a84254583671fc55bff5bad8a57f7995e0e8d9e56c664cd",
                "md5": "c8996f68048b2441587949a5e5d4f794",
                "sha256": "2c65560c85222cfef2dd84ef46930094be81193bc5f09429c2229522c0851081"
            },
            "downloads": -1,
            "filename": "pykka-4.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c8996f68048b2441587949a5e5d4f794",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.9.0",
            "size": 48958,
            "upload_time": "2024-11-19T23:05:16",
            "upload_time_iso_8601": "2024-11-19T23:05:16.843913Z",
            "url": "https://files.pythonhosted.org/packages/b4/75/c627143d4f5a7a84254583671fc55bff5bad8a57f7995e0e8d9e56c664cd/pykka-4.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 23:05:16",
    "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.63879s