Skip to content

The "build-time Python codegen" release.

Compare
Choose a tag to compare
@brettviren brettviren released this 07 Jun 12:49
· 9 commits to master since this release
  • Adds Python codegen method that generates code at build time (actual .py files). This is a good alternative to the existing method which interprets moo schema and does metaprogramming codegen at Python runtime. Thanks @plasorak.

  • Change dependency from jsonnet to gojsonnet for the speed increas.