os0


Nameos0 JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttps://zeroincombenze-tools.readthedocs.io
SummaryOS indipendent interface
upload_time2022-12-13 06:13:22
maintainer
docs_urlhttps://pythonhosted.org/os0/
authorAntonio Maria Vigliotti
requires_python
licenseAffero GPL
keywords os path linux windows openvms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This module extends python os module with a few new functionality
to interface operating system.

It recognizes file name structure and manages both URI standard name
both local name, as UNC and ODS5.

- URI (Uniform Resource Identifier) is standard posix filename.
- UNC (Uniform Naming Convention) is windows standard
- ODS5 is used for define OpenVMS standard filenames

An example of URI filename is '/home/myfile'.

UNC example for the same of previous URI name is '\home\myfile'
(with single backslash).

ODS5 (OpenVMS) for the same of previous URI name is '[home]myfile'
            

Raw data

            {
    "_id": null,
    "home_page": "https://zeroincombenze-tools.readthedocs.io",
    "name": "os0",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/os0/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "os path linux windows openvms",
    "author": "Antonio Maria Vigliotti",
    "author_email": "antoniomaria.vigliotti@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/27/e6/7d206bc0255323cec44a32f53caff6d258c6fed448be4ef8d84922edb85d/os0-2.0.1.tar.gz",
    "platform": null,
    "description": "This module extends python os module with a few new functionality\nto interface operating system.\n\nIt recognizes file name structure and manages both URI standard name\nboth local name, as UNC and ODS5.\n\n- URI (Uniform Resource Identifier) is standard posix filename.\n- UNC (Uniform Naming Convention) is windows standard\n- ODS5 is used for define OpenVMS standard filenames\n\nAn example of URI filename is '/home/myfile'.\n\nUNC example for the same of previous URI name is '\\home\\myfile'\n(with single backslash).\n\nODS5 (OpenVMS) for the same of previous URI name is '[home]myfile'",
    "bugtrack_url": null,
    "license": "Affero GPL",
    "summary": "OS indipendent interface",
    "version": "2.0.1",
    "split_keywords": [
        "os",
        "path",
        "linux",
        "windows",
        "openvms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "342ba1f0e85bc5e1332903709fc893c7",
                "sha256": "4e097c08e01da9243e3129f3f71d0a8f9150634dd17fd1bf6b230383082abc75"
            },
            "downloads": -1,
            "filename": "os0-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "342ba1f0e85bc5e1332903709fc893c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9901,
            "upload_time": "2022-12-13T06:13:22",
            "upload_time_iso_8601": "2022-12-13T06:13:22.664460Z",
            "url": "https://files.pythonhosted.org/packages/27/e6/7d206bc0255323cec44a32f53caff6d258c6fed448be4ef8d84922edb85d/os0-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-13 06:13:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "os0"
}
        
Elapsed time: 0.01844s