英文: PyPI - allow importing a module using a different name 问题 我最近创建了一个简单的Python包/库,并将其上传到PyPI。一切都没问题...
pyproject.toml:可选依赖组能否要求其他可选依赖组?
英文: Pip pyproject.toml: Can optional dependency groups require other optional dependency groups? 问题 ...
requirements.txt: any version < 1.5 (incl dev and rc versions)
英文: requirements.txt: any version < 1.5 (incl dev and rc versions) 问题 我正在寻找一个适用于pip和Python 3.10的r...
“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的以下目录结构: / ├── ...
如何使 toxenv 无效。
英文: how to invalidate toxenv 问题 我有一些 tox 项目,在 install-deps 阶段处理一些 protobuf 并输出一些 *pb.py 编解码器(作为配置中 i...
Python requirements.txt 限制依赖只能安装在 Atom 处理器上。
英文: Python requirements.txt restrict dependency to be installed only on atom processors 问题 I'm using...
在 pyproject.toml 中指定测试依赖项,并使用 pip install -e 安装它们。
英文: Specifying test dependencies in pyproject.toml and getting them installed with pip install -e 问题...
pypdf2与PyPDF2是一样的吗?
英文: Is pypdf2 the same as PyPDF2? 问题 I installed PyPDF2 using pip. The first time I used all lowerca...
3