Skip to content

zpz/upathlib

Repository files navigation

upathlib

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.

Status

The style of the API is largely stable. The implementations for local file system and for Google Cloud Storage are production ready.

Python version

3.10 or newer.