s3fs


Names3fs JSON
Version 2024.3.1 PyPI version JSON
download
home_pagehttp://github.com/fsspec/s3fs/
SummaryConvenient Filesystem interface over S3
upload_time2024-03-18 19:43:48
maintainerMartin Durant
docs_urlNone
author
requires_python>= 3.8
licenseBSD
keywords s3 boto
VCS
bugtrack_url
requirements aiobotocore fsspec aiohttp
Travis-CI No Travis.
coveralls test coverage
            s3fs
====

|Build Status| |Doc Status|

S3FS builds on aiobotocore_ to provide a convenient Python filesystem interface for S3.

View the documentation_ for s3fs.

.. _documentation: http://s3fs.readthedocs.io/en/latest/
.. _aiobotocore: https://aiobotocore.readthedocs.io/en/latest/

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

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/fsspec/s3fs/",
    "name": "s3fs",
    "maintainer": "Martin Durant",
    "docs_url": null,
    "requires_python": ">= 3.8",
    "maintainer_email": "mdurant@continuum.io",
    "keywords": "s3,boto",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c1/21/e536527468c91312fb29c50ba17b4a242db5130263b61994b03fd302501f/s3fs-2024.3.1.tar.gz",
    "platform": null,
    "description": "s3fs\n====\n\n|Build Status| |Doc Status|\n\nS3FS builds on aiobotocore_ to provide a convenient Python filesystem interface for S3.\n\nView the documentation_ for s3fs.\n\n.. _documentation: http://s3fs.readthedocs.io/en/latest/\n.. _aiobotocore: https://aiobotocore.readthedocs.io/en/latest/\n\n.. |Build Status| image:: https://github.com/fsspec/s3fs/workflows/CI/badge.svg\n    :target: https://github.com/fsspec/s3fs/actions\n    :alt: Build Status\n.. |Doc Status| image:: https://readthedocs.org/projects/s3fs/badge/?version=latest\n    :target: https://s3fs.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Convenient Filesystem interface over S3",
    "version": "2024.3.1",
    "project_urls": {
        "Homepage": "http://github.com/fsspec/s3fs/"
    },
    "split_keywords": [
        "s3",
        "boto"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2dcb373f0cfdc67a6b23bc80d0e743b8adf125f4066b39172acb4bb2b90e6be",
                "md5": "163645904644c4b565f5106b5b2ddc36",
                "sha256": "f4566a5446c473740d272ec08e0b4aae8db1aa05f662c42ff0aa2c89bb5060ea"
            },
            "downloads": -1,
            "filename": "s3fs-2024.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "163645904644c4b565f5106b5b2ddc36",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">= 3.8",
            "size": 29429,
            "upload_time": "2024-03-18T19:43:46",
            "upload_time_iso_8601": "2024-03-18T19:43:46.119991Z",
            "url": "https://files.pythonhosted.org/packages/a2/dc/b373f0cfdc67a6b23bc80d0e743b8adf125f4066b39172acb4bb2b90e6be/s3fs-2024.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c121e536527468c91312fb29c50ba17b4a242db5130263b61994b03fd302501f",
                "md5": "67ee8e7729c875ffe10077b10cab1b6b",
                "sha256": "1b8bc8dbd65e7b60f5487378f6eeffe1de59aa72caa9efca6dad6ab877405487"
            },
            "downloads": -1,
            "filename": "s3fs-2024.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "67ee8e7729c875ffe10077b10cab1b6b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">= 3.8",
            "size": 74854,
            "upload_time": "2024-03-18T19:43:48",
            "upload_time_iso_8601": "2024-03-18T19:43:48.208434Z",
            "url": "https://files.pythonhosted.org/packages/c1/21/e536527468c91312fb29c50ba17b4a242db5130263b61994b03fd302501f/s3fs-2024.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-18 19:43:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fsspec",
    "github_project": "s3fs",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiobotocore",
            "specs": [
                [
                    "<",
                    "3.0.0"
                ],
                [
                    ">=",
                    "2.5.4"
                ]
            ]
        },
        {
            "name": "fsspec",
            "specs": [
                [
                    "==",
                    "2024.3.1"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    "!=",
                    "4.0.0a1"
                ],
                [
                    "!=",
                    "4.0.0a0"
                ]
            ]
        }
    ],
    "test_requirements": [
        {
            "name": "mock",
            "specs": []
        },
        {
            "name": "moto",
            "specs": [
                [
                    ">=",
                    "4"
                ]
            ]
        },
        {
            "name": "flask",
            "specs": []
        },
        {
            "name": "flask_cors",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "4.2.0"
                ]
            ]
        },
        {
            "name": "pytest-env",
            "specs": []
        }
    ],
    "lcname": "s3fs"
}
        
Elapsed time: 0.24458s