gcsfs


Namegcsfs JSON
Version 2024.10.0 PyPI version JSON
download
home_pagehttps://github.com/fsspec/gcsfs
SummaryConvenient Filesystem interface over GCS
upload_time2024-10-21 13:43:26
maintainerMartin Durant
docs_urlNone
authorNone
requires_python>=3.8
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.8",
    "maintainer_email": "mdurant@anaconda.com",
    "keywords": "google-cloud-storage, gcloud, file-system",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e5/1e/1d8c4593d9e2eb04918fec43253ab152823d67ad51ad9e3ab6b3a78c431a/gcsfs-2024.10.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": "2024.10.0",
    "project_urls": {
        "Homepage": "https://github.com/fsspec/gcsfs"
    },
    "split_keywords": [
        "google-cloud-storage",
        " gcloud",
        " file-system"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc96d60e835fb7d10166c77aef0c1fa30e634153c03a0f486786977b95f88fde",
                "md5": "b3afcb2fdd484ed1cc247864ede845c7",
                "sha256": "bb2d23547e61203ea2dda5fa6c4b91a0c34b74ebe8bb6ab1926f6c33381bceb2"
            },
            "downloads": -1,
            "filename": "gcsfs-2024.10.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b3afcb2fdd484ed1cc247864ede845c7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 34953,
            "upload_time": "2024-10-21T13:43:24",
            "upload_time_iso_8601": "2024-10-21T13:43:24.951253Z",
            "url": "https://files.pythonhosted.org/packages/dc/96/d60e835fb7d10166c77aef0c1fa30e634153c03a0f486786977b95f88fde/gcsfs-2024.10.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e51e1d8c4593d9e2eb04918fec43253ab152823d67ad51ad9e3ab6b3a78c431a",
                "md5": "ec3471ce6607dddaec139927c3b16591",
                "sha256": "5df54cfe568e8fdeea5aafa7fed695cdc69a9a674e991ca8c1ce634f5df1d314"
            },
            "downloads": -1,
            "filename": "gcsfs-2024.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ec3471ce6607dddaec139927c3b16591",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 79588,
            "upload_time": "2024-10-21T13:43:26",
            "upload_time_iso_8601": "2024-10-21T13:43:26.163704Z",
            "url": "https://files.pythonhosted.org/packages/e5/1e/1d8c4593d9e2eb04918fec43253ab152823d67ad51ad9e3ab6b3a78c431a/gcsfs-2024.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-21 13:43:26",
    "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.0a1"
                ],
                [
                    "!=",
                    "4.0.0a0"
                ]
            ]
        },
        {
            "name": "decorator",
            "specs": [
                [
                    ">",
                    "4.1.2"
                ]
            ]
        },
        {
            "name": "fsspec",
            "specs": [
                [
                    "==",
                    "2024.10.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.83741s