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

Add import/export functionality and buttons on ui #120

Merged
merged 7 commits into from
Jan 8, 2025

Conversation

goanpeca
Copy link
Contributor

@goanpeca goanpeca commented Dec 4, 2024

Related to napari/packaging#196

  • Add support for export/import list of installed plugins
  • Adds tests
  • Adds documentation
Screenshot 2024-12-04 at 7 57 03 AM

@goanpeca goanpeca self-assigned this Dec 4, 2024
Copy link

codecov bot commented Dec 4, 2024

Codecov Report

Attention: Patch coverage is 95.23810% with 4 lines in your changes missing coverage. Please review.

Project coverage is 94.09%. Comparing base (05728e0) to head (bd387ac).
Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
napari_plugin_manager/_tests/test_npe2api.py 87.50% 2 Missing ⚠️
napari_plugin_manager/base_qt_plugin_dialog.py 94.59% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #120      +/-   ##
==========================================
+ Coverage   94.07%   94.09%   +0.01%     
==========================================
  Files          13       13              
  Lines        2026     2099      +73     
==========================================
+ Hits         1906     1975      +69     
- Misses        120      124       +4     

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

@goanpeca goanpeca marked this pull request as ready for review January 8, 2025 00:25
@goanpeca goanpeca merged commit 34d3fa9 into napari:main Jan 8, 2025
20 checks passed
@goanpeca goanpeca deleted the enh/export-list branch January 8, 2025 04:44
@psobolewskiPhD
Copy link
Member

Sorry I missed this @goanpeca
I made a quick small followup to add tooltips: #127

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.

Import / Export list of plugins to a file in napari plugin manager to NAM can reuse it
2 participants