raimon49 / pip-licenses

Dump the license list of packages installed with pip.
MIT License
314 stars 45 forks source link

Add --pacakges options #99

Closed maldo closed 3 years ago

maldo commented 3 years ago

Following the work done here https://github.com/raimon49/pip-licenses/pull/19, I tried to solve the https://github.com/raimon49/pip-licenses/issues/18, following a similar approach

codecov[bot] commented 3 years ago

Codecov Report

Merging #99 (a0a8063) into master (6c5b54b) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   98.94%   98.96%   +0.01%     
==========================================
  Files           1        1              
  Lines         380      385       +5     
==========================================
+ Hits          376      381       +5     
  Misses          4        4              
Impacted Files Coverage Δ
piplicenses.py 98.96% <100.00%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6c5b54b...a0a8063. Read the comment docs.

raimon49 commented 3 years ago

I've shipped it. https://pypi.org/project/pip-licenses/3.4.0/

maldo commented 3 years ago

@maldo Thanks for your contribution!

I will take this P-R and upload the next release 3.4.0 to PyPI.

Thank you!