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.2.tar.gz
(19.0 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vdomify-0.2-py3-none-any.whl
(5.1 kB
view details)
vdomify-0.2-py2-none-any.whl
(5.1 kB
view details)
File details
Details for the file vdomify-0.2.tar.gz.
File metadata
- Download URL: vdomify-0.2.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3bf972f26bcdae6db5f63164e62a9f996cbc515e947cece5e028969f26077a3
|
|
| MD5 |
3f73b6520c83ce676433673c8b1c4f25
|
|
| BLAKE2b-256 |
0fd30b4c5a12c78d48990776e1b2b1e79da5943e26dc7fb07a2d2f34fd709d43
|
File details
Details for the file vdomify-0.2-py3-none-any.whl.
File metadata
- Download URL: vdomify-0.2-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e67ef0aed57c549e7cdeb8ebd84723abfbaa6eef78aeb3dce3158e213be8d2e
|
|
| MD5 |
7d7adf724caa6c174fdaafb5692da138
|
|
| BLAKE2b-256 |
4f8079f062d25f58976a47521e0f9b6f0f5fc26d42ea2744f2279cf681986a8b
|
File details
Details for the file vdomify-0.2-py2-none-any.whl.
File metadata
- Download URL: vdomify-0.2-py2-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
135e56338f950abab7a990f211d77d0a46ab9ecb75fe144a0cd57006762747c1
|
|
| MD5 |
b7720c02485bbe8d3bbae5b6225c8867
|
|
| BLAKE2b-256 |
9c02d767dde01c425e24ff219ad1e41e568b1614d3580619d9bf277968492e03
|