-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: add io and cli #21
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
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.
😂
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