Julian / venvs

venvs creates virtualenvs
https://pypi.org/project/venvs/
MIT License
17 stars 12 forks source link

Getting all the binaries from a package #67

Open energizah opened 5 years ago

energizah commented 5 years ago

It would be nice to have --link-all -L get all the binaries from a package. Here's pipsi's take: https://github.com/mitsuhiko/pipsi/blob/master/pipsi/scripts/find_scripts.py

Julian commented 5 years ago

Sounds reasonable, though ech that script...

Needs a decent syntax for config files too.

Julian commented 5 years ago

Maybe after #63, the latter is just link = ["*"].

altendky commented 5 years ago

Minus python/python2/python3/pip/...? or maybe I'm thinking at the wrong level here.

Julian commented 5 years ago

Yeah you'd ignore those presumably in globs unless they were specifically asked for.