英文: What are best practices to change a Python module's name while keeping backwards compatibili...
如何在使用pyproject.toml构建时,正确地捕获库/包版本到我的包中。
英文: How to properly capture library / package version in my package when using pyproject.toml to bui...
Python内置轮子名称的次要版本
英文: python minor version in built wheel name 问题 我正在尝试在使用pip wheel构建的wheel名称中包含Python的次要版本。我的项目基于pypr...
Sphinx autodoc 在本地工作,但在Read The Docs上不起作用。
英文: Sphinx autodoc works locally but not on Read The Docs 问题 我有一个GitHub仓库(链接在此),它非常基础,只是用来复现我在另一个仓库中...
找到Python包中的非Python文件。
英文: Package and find non Python Files in a python package 问题 我相对于Python包装技术还比较新,我正在尝试创建一个命令行工具,以便可以将...
Python软件包名称重复
英文: Python package name duplication 问题 假设在PyPI中有一个名为pkg_1的包。那么名称为pkg__1、pkg.1或pkg-1的包可以上传到PyPI吗? 这里提...
Python Wheel 包括共享库,构建为纯Python、跨平台、非特定平台
英文: Python Wheel that includes shared library is built as pure-Python platform independent none-any ...
构建一个具有非标准目录结构的软件包。
英文: Poetry: build a package with a non-standard directory structure 问题 I created a repo with this no...
Poetry add pkg got "HTTPResponse.__init__() got an unexpected keyword argument 'strict'"
英文: Poetry add pkg got "HTTPResponse.__init__() got an unexpected keyword argument 'strict&...
Fields are missing when I `pip show` my Python package.
英文: Fields are missing when I `pip show` my Python package 问题 I recently uploaded my first Python pa...