{"id":31940470,"url":"https://github.com/1kbgz/fsspec-python","last_synced_at":"2026-05-29T12:31:57.839Z","repository":{"id":318213723,"uuid":"1070347998","full_name":"1kbgz/fsspec-python","owner":"1kbgz","description":"Native python integration for fsspec backends","archived":false,"fork":false,"pushed_at":"2026-04-19T18:15:17.000Z","size":71,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-19T20:22:08.410Z","etag":null,"topics":["filesystem","fsspec","python"],"latest_commit_sha":null,"homepage":"","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/1kbgz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-05T18:40:16.000Z","updated_at":"2026-04-19T18:15:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f3e6c12-9732-4bb8-8642-019c73c39f53","html_url":"https://github.com/1kbgz/fsspec-python","commit_stats":null,"previous_names":["1kbgz/fsspec-python"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/1kbgz/fsspec-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1kbgz%2Ffsspec-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1kbgz%2Ffsspec-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1kbgz%2Ffsspec-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1kbgz%2Ffsspec-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1kbgz","download_url":"https://codeload.github.com/1kbgz/fsspec-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1kbgz%2Ffsspec-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33652979,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["filesystem","fsspec","python"],"created_at":"2025-10-14T08:55:27.028Z","updated_at":"2026-05-29T12:31:57.833Z","avatar_url":"https://github.com/1kbgz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fsspec-python\n\nNative python integration for fsspec backends\n\n[![Build Status](https://github.com/1kbgz/fsspec-python/actions/workflows/build.yaml/badge.svg?branch=main\u0026event=push)](https://github.com/1kbgz/fsspec-python/actions/workflows/build.yaml)\n[![codecov](https://codecov.io/gh/1kbgz/fsspec-python/branch/main/graph/badge.svg)](https://codecov.io/gh/1kbgz/fsspec-python)\n[![License](https://img.shields.io/github/license/1kbgz/fsspec-python)](https://github.com/1kbgz/fsspec-python)\n[![PyPI](https://img.shields.io/pypi/v/fsspec-python.svg)](https://pypi.python.org/pypi/fsspec-python)\n\n## Overview\n\nThis library wraps an [fsspec filesystem](https://github.com/fsspec/filesystem_spec) so that files and folders inside it can be imported in Python.\n\n```python\nfrom fsspec import open\n\nopen(f\"python::s3://my-python-bucket\")\n\nimport my_bucket_lib  # s3://my-python-bucket/my_bucket_lib.py\n```\n\n## Usage\n\nIn addition to the `python::` [chained protocol](https://filesystem-spec.readthedocs.io/en/latest/features.html#url-chaining) url, this library exposes a handful of functions and monkey patches for connecting Python internal mechanisms to an `fsspec`-based filesystem.\n\n- install_importer: install an\n- `install_importer(fs: Union[str, AbstractFileSystem], **kwargs)`: install an fsspec url/args or filesystem instance as an importer\n- `uninstall_importer(fs: Union[str, AbstractFileSystem] = \"\")`: uninstall an fsspec url or filesystem instance, or if nothing provided remove the last-installed one\n- `install_open_hook(fsspec: str, **fsspec_args)`: monkeypatch Python's `open` builtin to run off an `fsspec` filesystem\n- `uninstall_open_hook()`: remove the monkeypatched `open`\n\nComing soon:\n\n- Monkey patching for `os` / `os.path` / `pathlib`\n\n\u003e [!NOTE]\n\u003e This library was generated using [copier](https://copier.readthedocs.io/en/stable/) from the [Base Python Project Template repository](https://github.com/python-project-templates/base).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1kbgz%2Ffsspec-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1kbgz%2Ffsspec-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1kbgz%2Ffsspec-python/lists"}