Closed raimon49 closed 4 years ago
Merging #77 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #77 +/- ##
=======================================
Coverage 98.52% 98.52%
=======================================
Files 1 1
Lines 338 338
=======================================
Hits 333 333
Misses 5 5
Impacted Files | Coverage Δ | |
---|---|---|
piplicenses.py | 98.52% <100.00%> (ø) |
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 b5cf53c...7908092. Read the comment docs.
You could use an enum
here given Python 2.7 is no longer supported.
Another possible idea is to use type hints to make the functions in this piplicenses.py
a little easier to understand. See PEP 484.
This also has the added benefits that editors such as PyCharm and VS Code will provide more auto-complete/inspection when contributors are working on the code base.
The packages released by TestPyPI seem to be working well. https://test.pypi.org/project/pip-licenses/3.0.0/
The release to PyPI is complete. https://pypi.org/project/pip-licenses/3.0.0/
We've been using 3.0.0 and it's been working great. The new default --from=mixed
has allowed us to simplify a bunch of scripts that run pip-licenses
. Thanks!
Release version of v-3.0.0
Key changes and goals
setup.cfg
--from=mixed
#60Task list