Skip to main content

Filesystem-spec interface over rclone

Project description

fsspec-rclone

Implementation of fsspec for rclone.

A simple example:

import fsspec

with fsspec.open("rclone://sftp:host=localhost,user=myuser,pass=mypass,config=/etc/rclone/rclone.conf:path/to/file", "r") as f:
    print(f.read())

TBC

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fsspec-rclone-0.0.1.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

fsspec_rclone-0.0.1-py3-none-any.whl (8.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page