-
Notifications
You must be signed in to change notification settings - Fork 10
feat: add io and cli #21
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (0.90%) is below the target coverage (85.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #21 +/- ##
==========================================
- Coverage 86.11% 84.35% -1.77%
==========================================
Files 46 48 +2
Lines 5214 5323 +109
==========================================
Hits 4490 4490
- Misses 724 833 +109 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Loooove it, just got off the plane but excited to give it a whirl! Thanks for the effort 🙂
src/ndv/io.py
Outdated
|
||
|
||
def imread(path: str | Path) -> Any: | ||
"""Just read the thing already.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😂
5f4c7b1
to
1e9fb46
Compare
closes #4
this PR adds a cli command
ndv
... and attempts to read basically anything 😂 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