pypa/pipx

Support module only packages

Closed

#177 opened on Jul 9, 2019

View on GitHub
 (26 comments) (3 reactions) (0 assignees)Python (363 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (7,844 stars)
PR merge metrics
 (Avg merge 4d 12h) (22 merged PRs in 30d)

Description

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

Contributor guide