tree: 55d93323a76e0bc1a88e88cf1cd289b2cca87c8f [path history] [tgz]
  1. Makefile
  2. Makefile.service
  3. README.md
  4. __init__.py
  5. generator.py
  6. lib.py
  7. plurals.xtarget
  8. proto2xproto.py
  9. tests/
  10. xos2jinja.py
  11. xosgen
  12. xproto_test_base.py
xos/genx/tool/README.md

Synopsis

xproto is the layer that encodes XOS data models. The toolset here lets you generate various components from their xproto representations.

How to use

Drop the Makefile in a directory with xproto files, set PREFIX to the location of xproto tools, and run make to generate XOS data models in Django.

Tests

Run make tests