Skip to content

[python] docs to introduce source code of http-client-python #9273

@msyyc

Description

@msyyc

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

Metadata

Metadata

Assignees

Labels

emitter:client:pythonIssue for the Python client emitter: @typespec/http-client-python

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions