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

Switch from cloudpathlib to universal_pathlib #4

Open
2 tasks done
remi-braun opened this issue Sep 29, 2023 · 0 comments
Open
2 tasks done

Switch from cloudpathlib to universal_pathlib #4

remi-braun opened this issue Sep 29, 2023 · 0 comments
Labels
2.0 For version 2.0 enhancement New feature or request

Comments

@remi-braun
Copy link
Member

universal_pathlib is fsspec-based and manages more usecases (such as URLs) than cloudpathlib.
It would therefore be useful to switch from cloudpathlib to universal_pathlib when this library will be more stable (and comes with a proper documentation)

However this is a big change, so do it only for 2.0 verison.

In the meantime, prepare the code for the switch with:

  • Creating an alias for AnyPath
  • Don't import cloudpathlib outside of functions
@remi-braun remi-braun added enhancement New feature or request 2.0 For version 2.0 labels Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0 For version 2.0 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant