Skip to main content

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

Project description

Provide 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

Supported features

  • ref function
  • computed function
  • reactive function
  • effect function
  • watch function
  • watch_effect ( watchEffect ) function
  • is_ref ( isRef ) function
  • is_computed_ref ( isComputedRef ) function
  • unref function
  • deep_unref ( deepUnref ) function
  • is_reactive ( isReactive ) function
  • to_raw ( toRaw ) function
  • deep_to_raw ( deepToRaw ) function
  • mark_raw ( markRaw ) function
  • 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.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyreactivity-0.0.6.tar.gz (17.8 kB view hashes)

Uploaded Source

Built Distribution

pyreactivity-0.0.6-py3-none-any.whl (23.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page