fsspec / universal_pathlib

pathlib api extended to use fsspec backends
MIT License
251 stars 44 forks source link

Classmethod format parsed parts #77

Closed ap-- closed 2 years ago

ap-- commented 2 years ago

Hello everyone,

This PR restores that UPath._format_parsed_parts is a classmethod, as in pathlib.Path.

Once these changes are merged, I can prepare another PR that cleans up the upath.registry and start work on supporting chained fsspec filesystems.

Cheers, Andreas 😃

ap-- commented 2 years ago

Hello @normanrz

Just checking if you have any updates on this PR.

Cheers, Andreas :smiley: