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
'''sh python3 -m semantic_model -mode one_to_one -input example.json > sm_model.json '''
Run sm model
'''sh python3 -m semantic_model -input example.json -sm sm_model.json '''
Display sm model
'''sh 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.0.tar.gz
(20.2 kB
view hashes)
Built Distribution
Close
Hashes for semantic_model-1.9.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4b793162b3e1b72cbe2d97f8ceacc31b73476b8719ef2895bf9cb705ab4c7d8 |
|
MD5 | 00a7069786dd2b32c08f67372f04a409 |
|
BLAKE2b-256 | 76d07a94d1d4fd50e10d9222cf7783c58c8b7712f23d36b1f20b7b71d2d68b98 |