-
Notifications
You must be signed in to change notification settings - Fork 327
Description
Context:
http-client-python contains 2 part of code,
(1) first part is in folder "emitter" written by typescript which handle info from typespec-client-generator-code, then pass handled data to "generator/pygen" written by python to generate sdk.
(2) In pygen, it is pre-handled again in "preprocess" then pass to "codegen". In "codegen", "models" prepares all necessary info then "serializers" render files with template files of "templates" and parameter info from "models" to generated sdk file.
Ask:
With up context, write a brief introduction to "http-client-python" so that developers could understand the repo and develop quickly.
NOTE:
(1) context is just help you understand the repo but DO NOT be limited by context so you can read the files or code of this repo to make a good doc