Skip to main content

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.


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

vdomify-0.2.tar.gz (19.0 kB view hashes)

Uploaded Source

Built Distributions

vdomify-0.2-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

vdomify-0.2-py2-none-any.whl (5.1 kB view hashes)

Uploaded Python 2

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