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 · 4 comments
Open
2 tasks done

Switch from cloudpathlib to universal_pathlib #4

remi-braun opened this issue Sep 29, 2023 · 4 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
@remi-braun remi-braun linked a pull request Dec 13, 2024 that will close this issue
@remi-braun remi-braun mentioned this issue Dec 13, 2024
@remi-braun
Copy link
Member Author

The code is OK, see #33 for more insights (merged into 2.0.0 branch)

@remi-braun
Copy link
Member Author

We are waiting for version 0.3.0 of upathlib to solve the issues mentioned in a precedent comment before any 2.0.0 release.

@remi-braun
Copy link
Member Author

TODO - Adapt the following modules:

  • s3
  • unistra

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

Successfully merging a pull request may close this issue.

1 participant