s3fs


Names3fs JSON
Version 2025.2.0 PyPI version JSON
download
home_pagehttp://github.com/fsspec/s3fs/
SummaryConvenient Filesystem interface over S3
upload_time2025-02-01 18:38:52
maintainerMartin Durant
docs_urlNone
authorNone
requires_python>=3.9
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.9",
    "maintainer_email": "mdurant@continuum.io",
    "keywords": "s3, boto",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3e/28/6754f35bfca41a706f77d556e2e681c16a3cbc747fa8656beb080cc352cf/s3fs-2025.2.0.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": "2025.2.0",
    "project_urls": {
        "Homepage": "http://github.com/fsspec/s3fs/"
    },
    "split_keywords": [
        "s3",
        " boto"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63923c53f932cd1ce09e6c91044eed3dfbebea549b45d24c5484aa74ac0be7e1",
                "md5": "05748b9fb25eb46ec8291d8e9e7708bd",
                "sha256": "4b66b773519c1983e3071e13a42a2f2498d87da13dee40fda0622f4ed1b55664"
            },
            "downloads": -1,
            "filename": "s3fs-2025.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05748b9fb25eb46ec8291d8e9e7708bd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 30235,
            "upload_time": "2025-02-01T18:38:48",
            "upload_time_iso_8601": "2025-02-01T18:38:48.255758Z",
            "url": "https://files.pythonhosted.org/packages/63/92/3c53f932cd1ce09e6c91044eed3dfbebea549b45d24c5484aa74ac0be7e1/s3fs-2025.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e286754f35bfca41a706f77d556e2e681c16a3cbc747fa8656beb080cc352cf",
                "md5": "437ebdff85f5cfc441d4b9e08c45c5a5",
                "sha256": "d94b985f55add51c655e9ca9b4ceecb5c4b6389aecde162bdebc89f489a4e9f2"
            },
            "downloads": -1,
            "filename": "s3fs-2025.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "437ebdff85f5cfc441d4b9e08c45c5a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 76700,
            "upload_time": "2025-02-01T18:38:52",
            "upload_time_iso_8601": "2025-02-01T18:38:52.074422Z",
            "url": "https://files.pythonhosted.org/packages/3e/28/6754f35bfca41a706f77d556e2e681c16a3cbc747fa8656beb080cc352cf/s3fs-2025.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-01 18:38:52",
    "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": [
                [
                    ">=",
                    "2.5.4"
                ],
                [
                    "<",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "fsspec",
            "specs": [
                [
                    "==",
                    "2025.2.0.*"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    "!=",
                    "4.0.0a0"
                ],
                [
                    "!=",
                    "4.0.0a1"
                ]
            ]
        }
    ],
    "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.57062s