Module jumpscale.tools.schemac.plugins

Expand source code
from .jsng import JSNGGenerator
from .crystal import CrystalGenerator

Sub-modules

jumpscale.tools.schemac.plugins.crystal

Generator for crystal language. Takes in parsed schemas and generates crystal language classes.

jumpscale.tools.schemac.plugins.jsng

Generator based on JS-NG fields. takes in parsed schemas and generates Python classes based on JS-NG fields.

jumpscale.tools.schemac.plugins.plugin
jumpscale.tools.schemac.plugins.utils