pypa/pipx

Support module only packages

Closed

#177 geöffnet am 9. Juli 2019

Auf GitHub ansehen
 (26 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)Python (363 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (7.844 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 12h) (22 gemergte PRs in 30 T)

Beschreibung

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