pyreactivity


Namepyreactivity JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://pyreactivity.jianmu.org/
SummaryProvide a reactivity system similar to Vue.js for Python.
upload_time2023-01-19 22:28:43
maintainer
docs_urlNone
authorZhaoji Wang
requires_python>=3.6
licenseApache License 2.0
keywords reactivity vue vuejs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![](https://res.zhaoji.ac.cn/images/202301151046002.png)



<p align="center" color="#262626">
Provide a reactivity system similar to Vue.js for Python.
</p>


<p align="center">
<a href="https://pypi.org/project/pyreactivity/" target="_blank"><img src="https://img.shields.io/pypi/pyversions/pyreactivity" alt="pyversions"></a> <a href="https://pypi.org/project/pyreactivity/" target="_blank"><img src="https://img.shields.io/pypi/v/pyreactivity" alt="version"></a> <a href="https://github.com/frederick-wang/pyreactivity/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/pypi/l/pyreactivity" alt="license"></a> <a href="https://github.com/frederick-wang/pyreactivity" target="_blank"><img src="https://img.shields.io/github/last-commit/frederick-wang/pyreactivity" alt="last-commit"></a> <a href="https://github.com/frederick-wang/pyreactivity/commits/main" target="_blank"><img src="https://img.shields.io/github/commit-activity/m/frederick-wang/pyreactivity" alt="commit-activity"></a> <a href="https://github.com/frederick-wang/pyreactivity/actions/workflows/CI.yml" target="_blank"><img src="https://github.com/frederick-wang/pyreactivity/actions/workflows/CI.yml/badge.svg" alt="CI">
</p></a>

## Getting Started

Please follow the documentation at [pyreactivity.jianmu.org](https://pyreactivity.jianmu.org/)

## Supported features

- [x] `ref` function
- [x] `computed` function
- [x] `reactive` function
- [x] `effect` function
- [x] `watch` function
- [x] `watch_effect` ( `watchEffect` ) function
- [x] `is_ref` ( `isRef` ) function
- [x] `is_computed_ref` ( `isComputedRef` ) function
- [x] `unref` function
- [x] `deep_unref` ( `deepUnref` ) function
- [x] `is_reactive` ( `isReactive` ) function
- [x] `to_raw` ( `toRaw` ) function
- [x] `deep_to_raw` ( `deepToRaw` ) function
- [x] `mark_raw` ( `markRaw` ) function
- [x] serializable by `json.dumps()` and `json.dump()`

## Contributing

PyReactivity is an open-source project and welcomes any contributions. If you have any issues or suggestions, feel free to raise them in the [Github Issues](https://github.com/frederick-wang/pyreactivity/issues).

## Acknowledgments

PyReactivity is inspired by Vue.js and its implementation also references the source code of Vue.js. Thanks to the Vue.js team for their selfless dedication.

This documentation also heavily references the documentation of Vue.js, thanks to the document writers of Vue.js for their selfless dedication.

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyreactivity.jianmu.org/",
    "name": "pyreactivity",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "reactivity,vue,vuejs",
    "author": "Zhaoji Wang",
    "author_email": "hwoam@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/ce/fe/21c5aae48a9657a8e846eeecfc47bbfb0e552e882de9b60794926bdc5531/pyreactivity-0.0.6.tar.gz",
    "platform": null,
    "description": "![](https://res.zhaoji.ac.cn/images/202301151046002.png)\n\n\n\n<p align=\"center\" color=\"#262626\">\nProvide a reactivity system similar to Vue.js for Python.\n</p>\n\n\n<p align=\"center\">\n<a href=\"https://pypi.org/project/pyreactivity/\" target=\"_blank\"><img src=\"https://img.shields.io/pypi/pyversions/pyreactivity\" alt=\"pyversions\"></a> <a href=\"https://pypi.org/project/pyreactivity/\" target=\"_blank\"><img src=\"https://img.shields.io/pypi/v/pyreactivity\" alt=\"version\"></a> <a href=\"https://github.com/frederick-wang/pyreactivity/blob/main/LICENSE\" target=\"_blank\"><img src=\"https://img.shields.io/pypi/l/pyreactivity\" alt=\"license\"></a> <a href=\"https://github.com/frederick-wang/pyreactivity\" target=\"_blank\"><img src=\"https://img.shields.io/github/last-commit/frederick-wang/pyreactivity\" alt=\"last-commit\"></a> <a href=\"https://github.com/frederick-wang/pyreactivity/commits/main\" target=\"_blank\"><img src=\"https://img.shields.io/github/commit-activity/m/frederick-wang/pyreactivity\" alt=\"commit-activity\"></a> <a href=\"https://github.com/frederick-wang/pyreactivity/actions/workflows/CI.yml\" target=\"_blank\"><img src=\"https://github.com/frederick-wang/pyreactivity/actions/workflows/CI.yml/badge.svg\" alt=\"CI\">\n</p></a>\n\n## Getting Started\n\nPlease follow the documentation at [pyreactivity.jianmu.org](https://pyreactivity.jianmu.org/)\n\n## Supported features\n\n- [x] `ref` function\n- [x] `computed` function\n- [x] `reactive` function\n- [x] `effect` function\n- [x] `watch` function\n- [x] `watch_effect` ( `watchEffect` ) function\n- [x] `is_ref` ( `isRef` ) function\n- [x] `is_computed_ref` ( `isComputedRef` ) function\n- [x] `unref` function\n- [x] `deep_unref` ( `deepUnref` ) function\n- [x] `is_reactive` ( `isReactive` ) function\n- [x] `to_raw` ( `toRaw` ) function\n- [x] `deep_to_raw` ( `deepToRaw` ) function\n- [x] `mark_raw` ( `markRaw` ) function\n- [x] serializable by `json.dumps()` and `json.dump()`\n\n## Contributing\n\nPyReactivity is an open-source project and welcomes any contributions. If you have any issues or suggestions, feel free to raise them in the [Github Issues](https://github.com/frederick-wang/pyreactivity/issues).\n\n## Acknowledgments\n\nPyReactivity is inspired by Vue.js and its implementation also references the source code of Vue.js. Thanks to the Vue.js team for their selfless dedication.\n\nThis documentation also heavily references the documentation of Vue.js, thanks to the document writers of Vue.js for their selfless dedication.\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Provide a reactivity system similar to Vue.js for Python.",
    "version": "0.0.6",
    "split_keywords": [
        "reactivity",
        "vue",
        "vuejs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1336bb51bd29bd6bef8cb04a11fe088df3ff1f8283b777ca8d9ecf81d40ca653",
                "md5": "659f32fe2da6b2ed55c34d936a7bf8d4",
                "sha256": "047bda8ea6f8753c609b484d84b2d3c85cdd541075e2b5bd99c20a9cb3fc8fa1"
            },
            "downloads": -1,
            "filename": "pyreactivity-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "659f32fe2da6b2ed55c34d936a7bf8d4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 23172,
            "upload_time": "2023-01-19T22:28:42",
            "upload_time_iso_8601": "2023-01-19T22:28:42.625468Z",
            "url": "https://files.pythonhosted.org/packages/13/36/bb51bd29bd6bef8cb04a11fe088df3ff1f8283b777ca8d9ecf81d40ca653/pyreactivity-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cefe21c5aae48a9657a8e846eeecfc47bbfb0e552e882de9b60794926bdc5531",
                "md5": "377bdbaea0853af6fb502182df090762",
                "sha256": "c3db4d5504fbb93de62db2e45efe1e5a55620e63782b8147943c18ab163c8c42"
            },
            "downloads": -1,
            "filename": "pyreactivity-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "377bdbaea0853af6fb502182df090762",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 17784,
            "upload_time": "2023-01-19T22:28:43",
            "upload_time_iso_8601": "2023-01-19T22:28:43.676554Z",
            "url": "https://files.pythonhosted.org/packages/ce/fe/21c5aae48a9657a8e846eeecfc47bbfb0e552e882de9b60794926bdc5531/pyreactivity-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-19 22:28:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pyreactivity"
}
        
Elapsed time: 0.03110s