gcsfs


Namegcsfs JSON
Version 2025.9.0 PyPI version JSON
download
home_pagehttps://github.com/fsspec/gcsfs
SummaryConvenient Filesystem interface over GCS
upload_time2025-09-02 19:23:19
maintainerMartin Durant
docs_urlNone
authorNone
requires_python>=3.9
licenseBSD
keywords google-cloud-storage gcloud file-system
VCS
bugtrack_url
requirements aiohttp decorator fsspec google-auth google-auth-oauthlib google-cloud-storage requests
Travis-CI No Travis.
coveralls test coverage
            gcsfs
=====

[|Build Status|](https://github.com/fsspec/gcsfs/actions)
[|Docs|](https://gcsfs.readthedocs.io/en/latest/?badge=latest)

Pythonic file-system for Google Cloud Storage for fsspec.


Support
-------

Work on this repository is supported in part by:

"Anaconda, Inc. - Advancing AI through open source."

<a href="https://anaconda.com/"><img src="https://camo.githubusercontent.com/b8555ef2222598ed37ce38ac86955febbd25de7619931bb7dd3c58432181d3b6/68747470733a2f2f626565776172652e6f72672f636f6d6d756e6974792f6d656d626572732f616e61636f6e64612f616e61636f6e64612d6c617267652e706e67" alt="anaconda logo" width="40%"/></a>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fsspec/gcsfs",
    "name": "gcsfs",
    "maintainer": "Martin Durant",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "mdurant@anaconda.com",
    "keywords": "google-cloud-storage, gcloud, file-system",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/54/55/cd737f96929f9cf52666bd49e9b4d1aac697655b3ab17c49ab4fb587bb12/gcsfs-2025.9.0.tar.gz",
    "platform": null,
    "description": "gcsfs\n=====\n\n[|Build Status|](https://github.com/fsspec/gcsfs/actions)\n[|Docs|](https://gcsfs.readthedocs.io/en/latest/?badge=latest)\n\nPythonic file-system for Google Cloud Storage for fsspec.\n\n\nSupport\n-------\n\nWork on this repository is supported in part by:\n\n\"Anaconda, Inc. - Advancing AI through open source.\"\n\n<a href=\"https://anaconda.com/\"><img src=\"https://camo.githubusercontent.com/b8555ef2222598ed37ce38ac86955febbd25de7619931bb7dd3c58432181d3b6/68747470733a2f2f626565776172652e6f72672f636f6d6d756e6974792f6d656d626572732f616e61636f6e64612f616e61636f6e64612d6c617267652e706e67\" alt=\"anaconda logo\" width=\"40%\"/></a>\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Convenient Filesystem interface over GCS",
    "version": "2025.9.0",
    "project_urls": {
        "Homepage": "https://github.com/fsspec/gcsfs"
    },
    "split_keywords": [
        "google-cloud-storage",
        " gcloud",
        " file-system"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4c41f793f3bae39f9fbaabf935d0afcf3aa99e417c92096f3e232ac085aaddbf",
                "md5": "27a7c61b68843915eedf5644ce47858a",
                "sha256": "38208bc79af60c693e44ff2f0bd6fd3ca664fea1940fe6770ac1c6003aa0f559"
            },
            "downloads": -1,
            "filename": "gcsfs-2025.9.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "27a7c61b68843915eedf5644ce47858a",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 36893,
            "upload_time": "2025-09-02T19:23:18",
            "upload_time_iso_8601": "2025-09-02T19:23:18.002293Z",
            "url": "https://files.pythonhosted.org/packages/4c/41/f793f3bae39f9fbaabf935d0afcf3aa99e417c92096f3e232ac085aaddbf/gcsfs-2025.9.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5455cd737f96929f9cf52666bd49e9b4d1aac697655b3ab17c49ab4fb587bb12",
                "md5": "a3c5f0aa9c6e0df7f92d292db12f6430",
                "sha256": "36b8c379d9789d5332a45a3aa2840ec518ff73c6d21c1e962f53318d1cd65db9"
            },
            "downloads": -1,
            "filename": "gcsfs-2025.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a3c5f0aa9c6e0df7f92d292db12f6430",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 82843,
            "upload_time": "2025-09-02T19:23:19",
            "upload_time_iso_8601": "2025-09-02T19:23:19.220614Z",
            "url": "https://files.pythonhosted.org/packages/54/55/cd737f96929f9cf52666bd49e9b4d1aac697655b3ab17c49ab4fb587bb12/gcsfs-2025.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-02 19:23:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fsspec",
    "github_project": "gcsfs",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    "!=",
                    "4.0.0a0"
                ],
                [
                    "!=",
                    "4.0.0a1"
                ]
            ]
        },
        {
            "name": "decorator",
            "specs": [
                [
                    ">",
                    "4.1.2"
                ]
            ]
        },
        {
            "name": "fsspec",
            "specs": [
                [
                    "==",
                    "2025.9.0"
                ]
            ]
        },
        {
            "name": "google-auth",
            "specs": [
                [
                    ">=",
                    "1.2"
                ]
            ]
        },
        {
            "name": "google-auth-oauthlib",
            "specs": []
        },
        {
            "name": "google-cloud-storage",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "gcsfs"
}
        
Elapsed time: 1.13012s