upathlib


Nameupathlib JSON
Version 0.9.7 PyPI version JSON
download
home_pageNone
SummaryThe package *upathlib*
upload_time2024-09-02 15:50:16
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/da/40/2fb5c21c77e8ddfd9def02cd3ce88afb387455c8d242a0bf79a7e1d8ec17/upathlib-0.9.7.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.7",
    "project_urls": {
        "Source": "https://github.com/zpz/upathlib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78c7e583aed80406828cdbd6de6fb6a5fcb879ec43b62cdeff578903c9a73bec",
                "md5": "2169355b7a78632d3e52dedfda7b5cf7",
                "sha256": "6d3110b904bf829a5be793557185db203331583bf7bc7ca0abecddecc25c20da"
            },
            "downloads": -1,
            "filename": "upathlib-0.9.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2169355b7a78632d3e52dedfda7b5cf7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 46483,
            "upload_time": "2024-09-02T15:50:14",
            "upload_time_iso_8601": "2024-09-02T15:50:14.433838Z",
            "url": "https://files.pythonhosted.org/packages/78/c7/e583aed80406828cdbd6de6fb6a5fcb879ec43b62cdeff578903c9a73bec/upathlib-0.9.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da402fb5c21c77e8ddfd9def02cd3ce88afb387455c8d242a0bf79a7e1d8ec17",
                "md5": "cd39451d784c257d9cb92958319e436a",
                "sha256": "607da326f5a9eade84efb52003536d0b3cc2e2d315fd550d2ade3078e66f4723"
            },
            "downloads": -1,
            "filename": "upathlib-0.9.7.tar.gz",
            "has_sig": false,
            "md5_digest": "cd39451d784c257d9cb92958319e436a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 40351,
            "upload_time": "2024-09-02T15:50:16",
            "upload_time_iso_8601": "2024-09-02T15:50:16.205089Z",
            "url": "https://files.pythonhosted.org/packages/da/40/2fb5c21c77e8ddfd9def02cd3ce88afb387455c8d242a0bf79a7e1d8ec17/upathlib-0.9.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-02 15:50:16",
    "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.56417s