This repository contains machine-readable (YAML) files that define entity structure/ontology that is shared between the OpenPrintTag NFC Data Format and OpenPrintTag Database.
These ontology files are then used:
- To generate the architecture documentation website (see
docs_src/) - To generate JSON/YAML schemas for the Database itself (see
schema/)
You can run the documentation website locally using these commands:
pip3 install -r requirements.txt
sh generate_docs.sh
cd docs
python3 -m http.server
``˙
Then open your browser on 127.0.0.1:8000