
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@typespec/http-client-python
Advanced tools
TypeSpec emitter for Python SDKs
npm install @typespec/http-client-python
tsp compile . --emit=@typespec/http-client-python
emit:
- "@typespec/http-client-python"
The config can be extended with options as follows:
emit:
- "@typespec/http-client-python"
options:
"@typespec/http-client-python":
option: value
emitter-output-dirType: absolutePath
Defines the emitter output directory. Defaults to {output-dir}/@typespec/http-client-python
See Configuring output directory for more info
api-versionType: string
Use this flag if you would like to generate the sdk only for a specific version. Default value is the latest version. Also accepts values latest and all.
licenseType: object
License information for the generated client code.
package-versionType: string
The version of the package.
package-nameType: string
The name of the package.
generate-packaging-filesType: boolean
Whether to generate packaging files. Packaging files refer to the setup.py, README, and other files that are needed to package your code.
packaging-files-dirType: string
If you are using a custom packaging files directory, you can specify it here. We won't generate with the default packaging files we have.
packaging-files-configType: object
If you are using a custom packaging files directory, and have additional configuration parameters you want to pass in during generation, you can specify it here. Only applicable if packaging-files-dir is set.
package-pprint-nameType: string
The name of the package to be used in pretty-printing. Will be the name of the package in README and pprinting of setup.py.
head-as-booleanType: boolean
Whether to return responses from HEAD requests as boolean. Defaults to true.
use-pyodideType: boolean
Whether to generate using pyodide instead of python. If there is no python installed on your device, we will default to using pyodide to generate the code.
validate-versioningType: boolean
Whether to validate the versioning of the package. Defaults to true. If set to false, we will not validate the versioning of the package.
generation-subdirType: string
The subdirectory to generate the code in. If not specified, the code will be generated in the root folder. Note: if you're using this flag, you will need to add and maintain the versioning file yourself.
keep-setup-pyType: boolean
Whether to keep the existing setup.py when generate-packaging-files is true. If set to false and by default, pyproject.toml will be generated instead. To generate setup.py, use basic-setup-py.
clear-output-folderType: boolean
Whether to clear the output folder before generating the code. Defaults to false.
FAQs
TypeSpec emitter for Python SDKs
The npm package @typespec/http-client-python receives a total of 2,344 weekly downloads. As such, @typespec/http-client-python popularity was classified as popular.
We found that @typespec/http-client-python demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.