All data about data in one model
Project description
Semantic-model
All data about data in one model. The single source of truth about data in one model.
Create initial sm model
python3 -m semantic_model -mode one_to_one -input example.json > sm_model.json
Run sm model
python3 -m semantic_model -input example.json -sm sm_model.json
Display sm model
sudo docker run -i attumm/dsm_png:latest < sm_model.json > output.png
Extend
Add to the functionality by creating your own custom formatters. And adding them into semantic-model.
from semantic_model import POSTFORMAT
def strip(item, **kwargs):
return item.strip()
POSTFORMAT["strip"] = strip
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
semantic-model-1.9.1.tar.gz
(20.1 kB
view hashes)
Built Distribution
Close
Hashes for semantic_model-1.9.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e448016556fa75afeecde3d7b594badfef2a8bf2b071452129daf9a46bf343c |
|
MD5 | 2302a6d2e1817dc0096b9616ad470a24 |
|
BLAKE2b-256 | 433ad7c27d953e830d42d15f463f754399f58fad8e26907f30136d8648b80ab3 |