# OnedataFileRestClient (Python)
# 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 (opens new window), 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 (opens new window), for example:
pip install onedatafilerestclient
The source code is available on GitHub (opens new window).
# Usage
For reference documentation and usage examples see the GitHub (opens new window) page.