pykka


Namepykka JSON
Version 4.0.2 PyPI version JSON
download
home_pagehttps://github.com/jodal/pykka
SummaryPykka is a Python implementation of the actor model
upload_time2024-02-18 20:36:26
maintainer
docs_urlNone
authorStein Magnus Jodal
requires_python>=3.8.0,<4.0.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.8 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": "",
    "docs_url": null,
    "requires_python": ">=3.8.0,<4.0.0",
    "maintainer_email": "",
    "keywords": "actor,concurrency,threading",
    "author": "Stein Magnus Jodal",
    "author_email": "stein.magnus@jodal.no",
    "download_url": "https://files.pythonhosted.org/packages/4b/38/91eed239ecbe5fcc44d11a1e116ee676f18ac48c7c0eb2d6492d64fe900e/pykka-4.0.2.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.8 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.0.2",
    "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": "5ff270701d7bfc350158fd25b3aa004456744c113062d4e1b1c3e4ace07dc07e",
                "md5": "54c0ba644ba44dc77205b09ee7c5443d",
                "sha256": "100f9ceb5b977aad5eb7b3165d0989d539eff685a5d77b3f733e7c3fe704fd7b"
            },
            "downloads": -1,
            "filename": "pykka-4.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "54c0ba644ba44dc77205b09ee7c5443d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0,<4.0.0",
            "size": 27968,
            "upload_time": "2024-02-18T20:36:24",
            "upload_time_iso_8601": "2024-02-18T20:36:24.723154Z",
            "url": "https://files.pythonhosted.org/packages/5f/f2/70701d7bfc350158fd25b3aa004456744c113062d4e1b1c3e4ace07dc07e/pykka-4.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b3891eed239ecbe5fcc44d11a1e116ee676f18ac48c7c0eb2d6492d64fe900e",
                "md5": "59da4a6fd9bf6cd53608acc1999acccf",
                "sha256": "05e687c426922b0084d79f22a6c1813e0c4e0c59d8f860aa32c18c5f6127e276"
            },
            "downloads": -1,
            "filename": "pykka-4.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "59da4a6fd9bf6cd53608acc1999acccf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0,<4.0.0",
            "size": 48962,
            "upload_time": "2024-02-18T20:36:26",
            "upload_time_iso_8601": "2024-02-18T20:36:26.075620Z",
            "url": "https://files.pythonhosted.org/packages/4b/38/91eed239ecbe5fcc44d11a1e116ee676f18ac48c7c0eb2d6492d64fe900e/pykka-4.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-18 20:36: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.19937s