Onedata Documentation

Guides, API references, and examples for building with Onedata.

OnedataFileRestClient (Python)

Table of Contents

In a nutshell

OnedataFileRESTClient is a Python client to the Onedata file REST API. It offers basic operations on files as a concise, low-level library. Most users will probably be more interested in onedatarestfs library, which is a plugin for PyFilesystem2, implemented using OnedataFileRESTClient, providing much more user-friendly interface.

Supported Onezone versions: >= 21.02.5.

Supported Oneprovider versions: >= 21.02.5.

Installation

OnedataFileRESTClient library can be installed directly from PyPi, for example:

pip install onedatafilerestclient

The source code is available on GitHub.

Usage

For reference documentation and usage examples see the GitHub page.