The "build-time Python codegen" 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
togojsonnet
for the speed increas.