The package upathlib
defines a unified API for cloud blob store (aka "object store") as well as local file systems.
End user should look to the class Upath
for documentation on the API.
Local file system and Google Cloud Storage are implemented by subclasses
LocalUpath
and GcsBlobUpath
, respectively.
To install, do one of the following:
$ pip3 install upathlib $ pip3 install upathlib[gcs]
Read the documentation.
The style of the API is largely stable. The implementations for local file system and for Google Cloud Storage are production ready.
3.10 or newer.