gcsfs


Namegcsfs JSON
Version 2025.2.0 PyPI version JSON
download
home_pagehttps://github.com/fsspec/gcsfs
SummaryConvenient Filesystem interface over GCS
upload_time2025-02-01 19:05:30
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| |Doc Status|

Pythonic file-system for Google Cloud Storage


For documentation, go to readthedocs_.

.. _readthedocs: http://gcsfs.readthedocs.io/en/latest/

.. |Build Status| image:: https://github.com/fsspec/gcsfs/workflows/CI/badge.svg
    :target: https://github.com/fsspec/gcsfs/actions
    :alt: Build Status
.. |Doc Status| image:: https://readthedocs.org/projects/gcsfs/badge/?version=latest
    :target: https://gcsfs.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

            

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/01/8b/9a88bb359cac9f25ff5911a29fb6f8f1b1b6b7c9d43a98e3e91d3e851027/gcsfs-2025.2.0.tar.gz",
    "platform": null,
    "description": "gcsfs\n=====\n\n|Build Status| |Doc Status|\n\nPythonic file-system for Google Cloud Storage\n\n\nFor documentation, go to readthedocs_.\n\n.. _readthedocs: http://gcsfs.readthedocs.io/en/latest/\n\n.. |Build Status| image:: https://github.com/fsspec/gcsfs/workflows/CI/badge.svg\n    :target: https://github.com/fsspec/gcsfs/actions\n    :alt: Build Status\n.. |Doc Status| image:: https://readthedocs.org/projects/gcsfs/badge/?version=latest\n    :target: https://gcsfs.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Convenient Filesystem interface over GCS",
    "version": "2025.2.0",
    "project_urls": {
        "Homepage": "https://github.com/fsspec/gcsfs"
    },
    "split_keywords": [
        "google-cloud-storage",
        " gcloud",
        " file-system"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe9e347d8b3271fcb009280fe2401866e7fb183df379a4402f2cd84f2a095bb5",
                "md5": "231d0d6bf94174bd2cc3e8430c691b10",
                "sha256": "293fc0bd40402f954b2f3edc7289116ece3995525abc04473834fcdd3f220bd9"
            },
            "downloads": -1,
            "filename": "gcsfs-2025.2.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "231d0d6bf94174bd2cc3e8430c691b10",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 35823,
            "upload_time": "2025-02-01T19:05:27",
            "upload_time_iso_8601": "2025-02-01T19:05:27.143967Z",
            "url": "https://files.pythonhosted.org/packages/fe/9e/347d8b3271fcb009280fe2401866e7fb183df379a4402f2cd84f2a095bb5/gcsfs-2025.2.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "018b9a88bb359cac9f25ff5911a29fb6f8f1b1b6b7c9d43a98e3e91d3e851027",
                "md5": "18dcc82dd7692668481494ac7bc33073",
                "sha256": "1013b3f1213d867fffc732dbf1d963127dfa6e5e863f8077696b892696b3e3d9"
            },
            "downloads": -1,
            "filename": "gcsfs-2025.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "18dcc82dd7692668481494ac7bc33073",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 80824,
            "upload_time": "2025-02-01T19:05:30",
            "upload_time_iso_8601": "2025-02-01T19:05:30.189247Z",
            "url": "https://files.pythonhosted.org/packages/01/8b/9a88bb359cac9f25ff5911a29fb6f8f1b1b6b7c9d43a98e3e91d3e851027/gcsfs-2025.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-01 19:05:30",
    "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.2.0"
                ]
            ]
        },
        {
            "name": "google-auth",
            "specs": [
                [
                    ">=",
                    "1.2"
                ]
            ]
        },
        {
            "name": "google-auth-oauthlib",
            "specs": []
        },
        {
            "name": "google-cloud-storage",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        }
    ],
    "lcname": "gcsfs"
}
        
Elapsed time: 0.52015s