pyapp-kit / ndv

Simple, fast-loading, n-dimensional array viewer with minimal dependencies.
BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link

feat: add io and cli #21

Open tlambert03 opened 1 month ago

tlambert03 commented 1 month ago

closes #4

this PR adds a cli command ndv ... and attempts to read basically anything :joy: as per @alisterburt request :)

it's a work in progress... would be installed via pip install ndv[io] and would lean heavily on aicsimagieo (or bioio, not sure yet) as well as some additional stuff

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 12.59843% with 111 lines in your changes missing coverage. Please review.

Project coverage is 77.59%. Comparing base (81934f1) to head (d517f6d).

Files Patch % Lines
src/ndv/io.py 0.00% 86 Missing :warning:
src/ndv/util.py 35.00% 13 Missing :warning:
src/ndv/cli.py 0.00% 10 Missing :warning:
src/ndv/viewer/_viewer.py 66.66% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #21 +/- ## ========================================== - Coverage 83.88% 77.59% -6.30% ========================================== Files 13 15 +2 Lines 1241 1361 +120 ========================================== + Hits 1041 1056 +15 - Misses 200 305 +105 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.