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.2.tar.gz
(20.2 kB
view hashes)
Built Distribution
Close
Hashes for semantic_model-1.9.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c117a12057f864b14753188d00bd47e414b8a69928a43a506564741ca75c6220 |
|
MD5 | e063c808e1ab2ac0d5e2d7aa5c70300f |
|
BLAKE2b-256 | d0dfc2cb9e5c7685b8d4c5bba495cf2a641ff382acaf8f32911f9b68c32f3728 |