vdomify objects
Project description
# [vdomify](https://github.com/rgbkrk/vdomify)
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.
```python
from vdomify import vdomify
display(
vdomify({
'test': True
})
)
```
## Install the Python package
```bash
pip install vdomify
```
## Developer install from source code
```bash
git clone https://github.com/rgbkrk/vdomify
cd vdomify
pip install -e .
```
## We welcome feedback.
Since this project and its API is still a work in progress, we would love to
hear your thoughts on the API and suggestions for enhancements.
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.
```python
from vdomify import vdomify
display(
vdomify({
'test': True
})
)
```
## Install the Python package
```bash
pip install vdomify
```
## Developer install from source code
```bash
git clone https://github.com/rgbkrk/vdomify
cd vdomify
pip install -e .
```
## We welcome feedback.
Since this project and its API is still a work in progress, we would love to
hear your thoughts on the API and suggestions for enhancements.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vdomify-0.1.tar.gz
(18.4 kB
view hashes)
Built Distributions
vdomify-0.1-py3-none-any.whl
(4.4 kB
view hashes)
vdomify-0.1-py2-none-any.whl
(4.4 kB
view hashes)