# pyreactivity **Repository Path**: frederick-wang/pyreactivity ## Basic Information - **Project Name**: pyreactivity - **Description**: Providing a reactivity system similar to Vue.js for Python. - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-18 - **Last Updated**: 2023-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](https://res.zhaoji.ac.cn/images/202301151046002.png)

Providing a reactivity system similar to Vue.js for Python.

pyversions version license last-commit commit-activity CI

## 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.