upathlib


Nameupathlib JSON
Version 0.9.8 PyPI version JSON
download
home_pageNone
SummaryThe package *upathlib*
upload_time2024-11-19 07:14:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            upathlib
========

The package ``upathlib``
defines a unified API for cloud blob store (aka "object store") as well as local file systems.

End user should look to the class ``Upath`` for documentation on the API.
Local file system and Google Cloud Storage are implemented by subclasses
``LocalUpath`` and ``GcsBlobUpath``, respectively.

To install, do one of the following::


    $ pip3 install upathlib
    $ pip3 install upathlib[gcs]


Read the `documentation <https://upathlib.readthedocs.io/en/latest/>`_.

Status
------

The style of the API is largely stable. The implementations for local file system and for Google Cloud Storage are production ready.


Python version
--------------

3.10 or newer.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "upathlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Zepu Zhang <zepu.zhang@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/71/c5/9d74990060ee49852c9b4c1d02f3fc99e3ebf54748787a2855601c32325e/upathlib-0.9.8.tar.gz",
    "platform": null,
    "description": "upathlib\n========\n\nThe package ``upathlib``\ndefines a unified API for cloud blob store (aka \"object store\") as well as local file systems.\n\nEnd user should look to the class ``Upath`` for documentation on the API.\nLocal file system and Google Cloud Storage are implemented by subclasses\n``LocalUpath`` and ``GcsBlobUpath``, respectively.\n\nTo install, do one of the following::\n\n\n    $ pip3 install upathlib\n    $ pip3 install upathlib[gcs]\n\n\nRead the `documentation <https://upathlib.readthedocs.io/en/latest/>`_.\n\nStatus\n------\n\nThe style of the API is largely stable. The implementations for local file system and for Google Cloud Storage are production ready.\n\n\nPython version\n--------------\n\n3.10 or newer.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "The package *upathlib*",
    "version": "0.9.8",
    "project_urls": {
        "Source": "https://github.com/zpz/upathlib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a05adece4f3ccf2944c6461d36650a23fb1e7d2a5429856c0b89be3fea0cde9a",
                "md5": "c829ebeacd34a3ceaa171bead0bd1257",
                "sha256": "15fad91186befdd644237eae030105f09231838ebe8d6d6524575e52b3705416"
            },
            "downloads": -1,
            "filename": "upathlib-0.9.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c829ebeacd34a3ceaa171bead0bd1257",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 46002,
            "upload_time": "2024-11-19T07:14:29",
            "upload_time_iso_8601": "2024-11-19T07:14:29.019445Z",
            "url": "https://files.pythonhosted.org/packages/a0/5a/dece4f3ccf2944c6461d36650a23fb1e7d2a5429856c0b89be3fea0cde9a/upathlib-0.9.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71c59d74990060ee49852c9b4c1d02f3fc99e3ebf54748787a2855601c32325e",
                "md5": "f170acb51ced1b0c8dc1f089fbcfa69d",
                "sha256": "2b6752d0ceed83e7d36b5ac8cdd09d467b28ad4785af1bf401a08bde8e6df78c"
            },
            "downloads": -1,
            "filename": "upathlib-0.9.8.tar.gz",
            "has_sig": false,
            "md5_digest": "f170acb51ced1b0c8dc1f089fbcfa69d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 39610,
            "upload_time": "2024-11-19T07:14:31",
            "upload_time_iso_8601": "2024-11-19T07:14:31.579950Z",
            "url": "https://files.pythonhosted.org/packages/71/c5/9d74990060ee49852c9b4c1d02f3fc99e3ebf54748787a2855601c32325e/upathlib-0.9.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-19 07:14:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zpz",
    "github_project": "upathlib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "upathlib"
}
        
Elapsed time: 0.63579s