Python 中的 sdist 是什么意思?
sdist 表示源代码分发。它是一个归档(通常是 .tar.gz),包含项目的所有源文件和相关数据。源代码分发是你运行 pip install 时从 PyPI 包注册表下载的内容。
你可以使用以下命令为项目创建源代码分发(sdist)
what-does-sdist-mean-in-python.sh
python setup.py sdistCheck out similar posts by category:
Python
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow