Skip to content

OnedataFileRESTClient is a Python client to the Onedata file REST API.

License

Notifications You must be signed in to change notification settings

onedata/onedatafilerestclient

Repository files navigation

OnedataFileRESTClient

OnedataFileRESTClient is a Python client to the Onedata file REST API [Onedata REST API].

Installing

You can install OnedataFileRESTClient from pip as follows:

pip install onedatafilerestclient

Building and running tests

virtualenv -p /usr/bin/python3 venv
. venv/bin/activate

# Install tox
pip install -r requirements-dev.txt

# Run flake8 check
tox -c tox.ini -e flake8

# Run mypy typing check
tox -c tox.ini -e mypy

# Run PyFilesystem test suite
tox -c tox.ini -e tests

About

OnedataFileRESTClient is a Python client to the Onedata file REST API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published