s3fs


Names3fs JSON
Version 2024.10.0 PyPI version JSON
download
home_pagehttp://github.com/fsspec/s3fs/
SummaryConvenient Filesystem interface over S3
upload_time2024-10-21 01:45:49
maintainerMartin Durant
docs_urlNone
authorNone
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": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/75/65/4b4c868cff76c036d11dc75dd91e5696dbf16ce626514166f35d5f4a930f/s3fs-2024.10.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": "2024.10.0",
    "project_urls": {
        "Homepage": "http://github.com/fsspec/s3fs/"
    },
    "split_keywords": [
        "s3",
        " boto"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9944bb9ff095ae7b1b6908480f683b6ca6b71c2105d343a5e5cb25334b01f5fa",
                "md5": "5d3f48433b888f88e3b28e3bdf03c541",
                "sha256": "7a2025d60d5b1a6025726b3a5e292a8e5aa713abc3b16fd1f81735181f7bb282"
            },
            "downloads": -1,
            "filename": "s3fs-2024.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5d3f48433b888f88e3b28e3bdf03c541",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 29855,
            "upload_time": "2024-10-21T01:45:47",
            "upload_time_iso_8601": "2024-10-21T01:45:47.905754Z",
            "url": "https://files.pythonhosted.org/packages/99/44/bb9ff095ae7b1b6908480f683b6ca6b71c2105d343a5e5cb25334b01f5fa/s3fs-2024.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75654b4c868cff76c036d11dc75dd91e5696dbf16ce626514166f35d5f4a930f",
                "md5": "a88fe78d1a7182f5fe2a1640c467d042",
                "sha256": "58b8c3650f8b99dbedf361543da3533aac8707035a104db5d80b094617ad4a3f"
            },
            "downloads": -1,
            "filename": "s3fs-2024.10.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a88fe78d1a7182f5fe2a1640c467d042",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 75916,
            "upload_time": "2024-10-21T01:45:49",
            "upload_time_iso_8601": "2024-10-21T01:45:49.967885Z",
            "url": "https://files.pythonhosted.org/packages/75/65/4b4c868cff76c036d11dc75dd91e5696dbf16ce626514166f35d5f4a930f/s3fs-2024.10.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-21 01:45:49",
    "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": [
                [
                    "==",
                    "2024.10.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.93420s