Command-line tool for querying PyPI and Python packages installed on your system (with Python 3 support)
BSD 3-Clause "New" or "Revised" License
66
stars
12
forks
source link
feature_request(path): Custom packages path support #15
Open
Kristinita opened 6 years ago
1. Summary
It would be nice, if yolk3k will support check licenses from custom path.
Similar issue for pip-licenses package.
2. Argumentation
Example: I use Pelican — static site generator and plugins for it, written by Python. Pelican plugins must installed to custom folder — usually
pelican-plugins
, not to defaultsite-packages
. I don't know, how possible check licenses frompelican-plugins
folder.3. Example of expected behavior
If:
yolk3k will check licenses from
output/pelican-plugins
folder recursively.4. Not helped
I don't find already existing packages, that solve this problem. For example, I try:
Thanks.