pypa/pipx

Support module only packages

Closed

#177 创建于 2019年7月9日

在 GitHub 查看
 (26 评论) (3 反应) (0 负责人)Python (363 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (7,844 star)
PR 合并指标
 (平均合并 4天 12小时) (30 天内合并 22 个 PR)

描述

Some packages don't offer console script for various reasons. We should be able to install these, perhaps by generating simpler wrappers that forward the invocation to the module. This could also version qualify installed scripts to ensure the user can explicitly differentiate between multiple version:

Think of:

  • tox3.4
  • tox3.6
  • tox3.7
  • tox (links to first target - 37?)

Reference: https://github.com/pypa/pep517/issues/54

贡献者指南