Use universal-pathlib to support arguments with remote storage paths #568
Unanswered
danielgafni
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Description
universal-pathlib is an extremely useful
pathlib
extension that's part of thefsspec
stack and provides the same interface aspathlib
with support to remote filesystems such ass3
,gcs
and more.Right now
typer
doesn't understandUPath
(and for example can't check remote file existance).It would be useful to support
UPath
and it would cost around 0 efforts to add this support as the interface is exactlypathlib
's.I want this to be possible out of the box:
Beta Was this translation helpful? Give feedback.
All reactions