Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pip dependency and others #140

Merged
merged 7 commits into from
Nov 1, 2024
Merged

Remove pip dependency and others #140

merged 7 commits into from
Nov 1, 2024

Conversation

wimglenn
Copy link
Owner

@wimglenn wimglenn commented Oct 21, 2024

  • Table rendering changed from tabulate to rich
  • Tree rendering changed from anytree to rich
  • Sdist build changed from pip to uv
  • Package finding changed from pip to unearth
  • Cache provider changed from cachelib to stdlib (functools)
  • TOML serializer changed from toml to tomli-w

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

Attention: Patch coverage is 94.11765% with 18 lines in your changes missing coverage. Please review.

Project coverage is 97.16%. Comparing base (c46bc74) to head (f1c4bb8).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
johnnydep/lib.py 95.02% 6 Missing and 5 partials ⚠️
johnnydep/cli.py 45.45% 3 Missing and 3 partials ⚠️
johnnydep/util.py 96.55% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
+ Coverage   92.35%   97.16%   +4.81%     
==========================================
  Files           8        8              
  Lines         706      671      -35     
  Branches      153      127      -26     
==========================================
  Hits          652      652              
+ Misses         35        9      -26     
+ Partials       19       10       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wimglenn wimglenn changed the title Graph unearth Oct 22, 2024
@wimglenn wimglenn changed the title unearth Remove pip dependency Nov 1, 2024
@wimglenn wimglenn marked this pull request as ready for review November 1, 2024 15:49
@wimglenn wimglenn changed the title Remove pip dependency Remove pip dependency and others Nov 1, 2024
@wimglenn wimglenn merged commit a0c435c into main Nov 1, 2024
20 checks passed
@wimglenn wimglenn deleted the graph branch November 1, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant