{"id":29656561,"url":"https://github.com/zincware/rclone-filesystem","last_synced_at":"2025-07-22T08:36:01.039Z","repository":{"id":298837047,"uuid":"1001293715","full_name":"zincware/rclone-filesystem","owner":"zincware","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-13T06:34:28.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-17T10:33:28.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zincware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-13T06:25:35.000Z","updated_at":"2025-06-13T06:34:31.000Z","dependencies_parsed_at":"2025-06-13T06:51:48.198Z","dependency_job_id":"8e2d37bd-38f0-45de-9ca1-c0ce67912759","html_url":"https://github.com/zincware/rclone-filesystem","commit_stats":null,"previous_names":["zincware/rclone-filesystem"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zincware/rclone-filesystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Frclone-filesystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Frclone-filesystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Frclone-filesystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Frclone-filesystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zincware","download_url":"https://codeload.github.com/zincware/rclone-filesystem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zincware%2Frclone-filesystem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266456417,"owners_count":23931407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-22T08:35:56.943Z","updated_at":"2025-07-22T08:36:01.020Z","avatar_url":"https://github.com/zincware.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RCloneFileSystem: fsspec-Compatible Filesystem via rclone\n\nThis package provides a fsspec compliant filesystem interface for rclone.\n\nGiven an rclone remove `rclone config create myremote s3 ...` you can use the `RCloneFileSystem` as follows:\n\n```py\nfrom rclone_filesystem import RCloneFileSystem\n\nfs = RCloneFileSystem(remote=\"myremote\")\n\nfs.ls(\"data\") # path, e.g. bucket name for S3\n\nwith fs.open(\"data/test-file.txt\", \"wb\") as f:\n    f.write(b\"Hello, World!\")\n\nwith fs.open(\"data/test-file.txt\", \"rb\") as f:\n    content = f.read()\n    assert content == b\"Hello, World!\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzincware%2Frclone-filesystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzincware%2Frclone-filesystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzincware%2Frclone-filesystem/lists"}