英文: Does Python setuptools pkg_resources module support everything pip does? 问题 Python的包管理器(pip)支持几个...
用不同的根名称为Python软件包设置别名,当旧的软件包使用延迟导入时。
英文: Alias Python package with a different root name when the old one uses lazy imports 问题 以下是您要翻译的内容...
Setuptools 正在为 UNKNOWN 创建蛋,而不是 setuptools-rust。
英文: Setuptools is creating is creating egg for UNKNOWN instead of setuptools-rust 问题 我正在尝试使用Python 3...
如何配置setuptools_scm以始终生成时间戳和Git哈希
英文: How to configure setuptools_scm to always generate timestamp and git hash 问题 来自[`setuptools_scm`...
How to define a script in the venv/bin dir with pyproject.toml (in hatch or any other wrapper)
英文: How to define a script in the venv/bin dir with pyproject.toml (in hatch or any other wrapper) 问...
在一个隔离环境中的 pyproject.toml
英文: pyproject.toml in an isolated environment 问题 我尝试在隔离的环境中使用 pyproject.toml(特别是 setuptools_scm)。我的最...
“tool.poetry” 和 “project” 在 pyproject.toml 中有什么区别?
英文: What's difference between [tool.poetry] and [project] in pyproject.toml? 问题 这两者之间的主要区别是[proj...
安装测试文件使用pyproject.toml和setuptools
英文: Installing test files with pyproject.toml and setuptools 问题 我正在将一个旧的Python项目迁移到基于新的pyproject.tom...
添加一个数据目录,放在Python包目录之外。
英文: Add a data directory outside Python package directory 问题 以下是已翻译的内容: 给定包my_package的以下目录结构: / ├── ...
无法在Ubuntu 20.04 Docker镜像中安装Poetry,因为出现了setuptools错误。
英文: Can't install Poetry in Ubuntu 20.04 Docker image due to setuptools error 问题 I'm trying to b...
3