{ "info": { "author": "R\u00e9mi Emonet", "author_email": "remi-242-e2f8@heeere.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "\nVuejs-python brings the concepts of vuejs to Python.\nYou can write your model/data as a Python object and your HTML UI/view with the very convenient vuejs syntax.\nAs soon as part of your model changes, all dependent variables are updated and the HTML UI is automatically refreshed.\n\nThe goal is to use not only Python the language but Python the platform (with numpy, system APIs, and other \"native\" things).\n\n## Installation\n\n~~~\npip install vuejspython\n~~~\n\n## Tiny Example\n\nYou need to create two files: one Python model and an HTML UI.\nA good convention (to help tools) is to use the same name, with the `.py` and `.html` extensions, respectively.\n\n