rgbkrk/vdomify


Convert plain ol' Python objects to VDOM ready objects

License: BSD-3-Clause

Language: Python


Convert plain ol' Python objects to VDOM ready objects

Note: the library isn't ready yet, this is README driven development

Why use vdomify?

When you want a handy utility to convert python objects to vdom components.

from vdomify import vdomify

display(
    vdomify({
      'test': True
    })
)

Install the Python package

pip install vdomify

Developer install from source code

git clone https://github.com/rgbkrk/vdomify
cd vdomify
pip install -e .

Welcoming feedback

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

Project Statistics

Sourcerank 4
Repository Size 32.2 KB
Stars 4
Forks 1
Watchers 2
Open issues 0
Dependencies 1
Contributors 1
Tags 2
Created
Last updated
Last pushed

Top Contributors See all

Kyle Kelley

Packages Referencing this Repo

vdomify
vdomify objects
Latest release 0.2 - Updated - 4 stars

Recent Tags See all

0.2 October 08, 2017
0.1 October 08, 2017

Something wrong with this page? Make a suggestion

Last synced: 2024-07-06 01:13:38 UTC

Login to resync this repository