uai-uri-interface


Nameuai-uri-interface JSON
Version 0.1.6 PyPI version JSON
download
home_page
Summary
upload_time2022-12-15 14:31:38
maintainer
docs_urlNone
authorunderstand.ai
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # URI Inteface

This package provides an interface for file access that is basically a subset of pathlib.Path. It is needed because we internally use a path abstraction that allows for exactly this subset of operations. So for debugging methods that take an URI as input you can put in a pathlib.Path while we internally will input our path abstraction.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "uai-uri-interface",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "understand.ai",
    "author_email": "postmaster@understand.ai",
    "download_url": "https://files.pythonhosted.org/packages/c0/5f/43fa7463917403839a91740fd6209aaf6541e45e8a2dca0d663db7d702fb/uai_uri_interface-0.1.6.tar.gz",
    "platform": null,
    "description": "# URI Inteface\n\nThis package provides an interface for file access that is basically a subset of pathlib.Path. It is needed because we internally use a path abstraction that allows for exactly this subset of operations. So for debugging methods that take an URI as input you can put in a pathlib.Path while we internally will input our path abstraction.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.1.6",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "9e16dad3db28d6042226ec5f742ae4b5",
                "sha256": "9bc0575dd9dff2187086c50389be512ee6ab6b7289d6fc8a4ac782ac41256f73"
            },
            "downloads": -1,
            "filename": "uai_uri_interface-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9e16dad3db28d6042226ec5f742ae4b5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 3347,
            "upload_time": "2022-12-15T14:31:37",
            "upload_time_iso_8601": "2022-12-15T14:31:37.651920Z",
            "url": "https://files.pythonhosted.org/packages/1b/cc/f6ddb7aacb4074501e94f72cf49754a7a6f9840885e3f7e574d6b5e6f38e/uai_uri_interface-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d5e0bdf2a06b179b99c851ba098b5bde",
                "sha256": "560cba4efd7507d0f3345d377d2457881af571d5488206582bef452433135533"
            },
            "downloads": -1,
            "filename": "uai_uri_interface-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d5e0bdf2a06b179b99c851ba098b5bde",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 2711,
            "upload_time": "2022-12-15T14:31:38",
            "upload_time_iso_8601": "2022-12-15T14:31:38.628814Z",
            "url": "https://files.pythonhosted.org/packages/c0/5f/43fa7463917403839a91740fd6209aaf6541e45e8a2dca0d663db7d702fb/uai_uri_interface-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-15 14:31:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "uai-uri-interface"
}
        
Elapsed time: 0.06450s