Convert plain ol' Python objects to VDOM ready objects
Note: the library isn't ready yet, this is README driven development
When you want a handy utility to convert python objects to vdom components.
from vdomify import vdomify
display(
vdomify({
'test': True
})
)
pip install vdomify
git clone https://github.com/rgbkrk/vdomify
cd vdomify
pip install -e .
Since this project and its API are still a work in progress, I would love to
hear your thoughts on the API and suggestions for enhancements. PRs likely* accepted
quickly, as this is not intended to be as stringent as vdom
.
* for some value of likely