elements-custom-s3fs


Nameelements-custom-s3fs JSON
Version 2021.11.2 PyPI version JSON
download
home_pagehttp://github.com/fsspec/s3fs/
SummaryConvenient Filesystem interface over S3
upload_time2022-12-23 13:39:24
maintainerMartin Durant
docs_urlNone
author
requires_python>= 3.6
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": "elements-custom-s3fs",
    "maintainer": "Martin Durant",
    "docs_url": null,
    "requires_python": ">= 3.6",
    "maintainer_email": "mdurant@continuum.io",
    "keywords": "s3,boto",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2a/bb/9e443e51fe4aeb4a9d08a176ca4bba53245b529129d8bec024d6dc252516/elements-custom-s3fs-2021.11.2.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": "2021.11.2",
    "split_keywords": [
        "s3",
        "boto"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "9267817cd79e1131fbe6a4de63c96f53",
                "sha256": "d435e8459f30d9c4d2a781dd3b63dc0aff607b8526654daa55b78cb810c0a43d"
            },
            "downloads": -1,
            "filename": "elements-custom-s3fs-2021.11.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9267817cd79e1131fbe6a4de63c96f53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">= 3.6",
            "size": 68282,
            "upload_time": "2022-12-23T13:39:24",
            "upload_time_iso_8601": "2022-12-23T13:39:24.116336Z",
            "url": "https://files.pythonhosted.org/packages/2a/bb/9e443e51fe4aeb4a9d08a176ca4bba53245b529129d8bec024d6dc252516/elements-custom-s3fs-2021.11.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-23 13:39:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "fsspec",
    "github_project": "s3fs",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiobotocore",
            "specs": [
                [
                    "~=",
                    "2.4.0"
                ]
            ]
        },
        {
            "name": "fsspec",
            "specs": [
                [
                    "==",
                    "2022.11.0"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    "!=",
                    "4.0.0a0"
                ],
                [
                    "!=",
                    "4.0.0a1"
                ]
            ]
        }
    ],
    "test_requirements": [
        {
            "name": "mock",
            "specs": []
        },
        {
            "name": "moto",
            "specs": [
                [
                    ">=",
                    "4"
                ]
            ]
        },
        {
            "name": "flask",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "4.2.0"
                ]
            ]
        },
        {
            "name": "pytest-env",
            "specs": []
        }
    ],
    "lcname": "elements-custom-s3fs"
}
        
Elapsed time: 0.02451s