摘要:
Python 3.8功能 (Python 3.8 Feature) Walrus operator is the coolest feature that was added in the Python 3.8 update, the Python release that most of you 阅读全文
摘要:
概述打包与发布python项目主要包含三个过程,第一配置打包信息,主要通过setuptools工具实现;第二步打包生成wheel或者sdist(source distribution)文件,主要使用build工具;第三步将打包好的wheel、或者sdist文件发布到PYPI,使用twine工具。 p 阅读全文