Onedata filesystem for PyFilesystem2
Project description
OnedataFS is a PyFilesystem interface to Onedata virtual file system.
As a PyFilesystem concrete class, OnedataFS allows you to work with Onedata in the same way as any other supported filesystem.
Installing
You can install OnedataFS from pip as follows:
pip install fs-onedatafs
Opening a OnedataFS
Open an OnedataFS by explicitly using the constructor:
from fs.onedatafs import OnedataFS
onedata_provider_host = "..."
onedata_access_token = "..."
odfs = OnedataFS(onedata_provider_host, onedata_access_token)
Or with a FS URL:
from fs import open_fs
odfs = open_fs('onedatafs://HOST?token=...')
Extended attributes
Onedata FS supports in addition to standard PyFilesystem API operations on metadata via POSIX compatible extended attributes API.
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fs.onedatafs-18.2.2.0.tar.gz
(9.8 kB
view details)
File details
Details for the file fs.onedatafs-18.2.2.0.tar.gz
.
File metadata
- Download URL: fs.onedatafs-18.2.2.0.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a47acfab0171bfb2cc970459505d04172f7dee71b33654a5649004ac05e78a64 |
|
MD5 | 488764fa9249bfa66247d10e5af0d02b |
|
BLAKE2b-256 | 555506ce8ecfb6f297924c10c4d19d693e4c1d0e2e28f657b57a6d11da5a9d4f |