pypa/pipx

Support module only packages

Closed

#177 opened on 2019年7月9日

GitHub で見る
 (26 comments) (3 reactions) (0 assignees)Python (363 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (7,844 stars)
PR merge metrics
 (平均マージ 4d 12h) (30d で 22 merged PRs)

説明

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

コントリビューターガイド