Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 427 Bytes

File metadata and controls

13 lines (9 loc) · 427 Bytes

PyCodegen: Generate code from python types!

Steps involved:

  1. convert python code -> intermediary-format: "type-extractor"
  1. convert intermediate-format -> custom generated code
  • 100% customizable as "plugins"

Examples of python -> intermediary-format: