pathlib-alt


Namepathlib-alt JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA reimplementation of the python standard library's pathlib.
upload_time2024-12-13 04:17:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseBSD 3-Clause "New" or "Revised" License
keywords pathlib stdlib
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The original pathlib module seems to revolve around the idea that the path is a string, and then it can't decide if the paths are immutable or not. This module works with a different paradigm: a path is a sequence of individual components divided by a "separator" and such sequence is immutable.

This module also tries to avoid assumptions about paths: people can come up with all kind of ideas of how a path would look like in system X, this module tries to avoid the dichotomy of POSIX or Windows. The classes on this file do work under the assumption of such dichotomy and are basically factories that build path objects from the "right" classes.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pathlib-alt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "pathlib, stdlib",
    "author": null,
    "author_email": "Irving Leonard <irvingleonard@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ea/9e/1ae43564a8a8c46f83f68ad2e4b56bdb2bc81826c2ed131786fbac7231f6/pathlib_alt-0.1.0.tar.gz",
    "platform": null,
    "description": "The original pathlib module seems to revolve around the idea that the path is a string, and then it can't decide if the paths are immutable or not. This module works with a different paradigm: a path is a sequence of individual components divided by a \"separator\" and such sequence is immutable.\n\nThis module also tries to avoid assumptions about paths: people can come up with all kind of ideas of how a path would look like in system X, this module tries to avoid the dichotomy of POSIX or Windows. The classes on this file do work under the assumption of such dichotomy and are basically factories that build path objects from the \"right\" classes.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause \"New\" or \"Revised\" License",
    "summary": "A reimplementation of the python standard library's pathlib.",
    "version": "0.1.0",
    "project_urls": {
        "homepage": "https://github.com/irvingleonard/pathlib_alt",
        "repository": "https://github.com/irvingleonard/pathlib_alt.git"
    },
    "split_keywords": [
        "pathlib",
        " stdlib"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa471d22887ca18ade25389b3c2cda1ff038bc3f0c8b6b920612646ea4fc3be0",
                "md5": "5aaa5d0ace5a2e9b1755920cc059d32e",
                "sha256": "1e1ffd5a97231ba012daaaf8e2aba1dc3512ddc78767a4f5913c1e04735cc8c5"
            },
            "downloads": -1,
            "filename": "pathlib_alt-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5aaa5d0ace5a2e9b1755920cc059d32e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 25217,
            "upload_time": "2024-12-13T04:17:03",
            "upload_time_iso_8601": "2024-12-13T04:17:03.098827Z",
            "url": "https://files.pythonhosted.org/packages/aa/47/1d22887ca18ade25389b3c2cda1ff038bc3f0c8b6b920612646ea4fc3be0/pathlib_alt-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea9e1ae43564a8a8c46f83f68ad2e4b56bdb2bc81826c2ed131786fbac7231f6",
                "md5": "8c88056c29659f941ebb275bb75cddb3",
                "sha256": "bf84e0ade2ebf3088c1504d7028396b9d3fc1c8fc950824a545563bcd47d71f1"
            },
            "downloads": -1,
            "filename": "pathlib_alt-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8c88056c29659f941ebb275bb75cddb3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 20501,
            "upload_time": "2024-12-13T04:17:05",
            "upload_time_iso_8601": "2024-12-13T04:17:05.876654Z",
            "url": "https://files.pythonhosted.org/packages/ea/9e/1ae43564a8a8c46f83f68ad2e4b56bdb2bc81826c2ed131786fbac7231f6/pathlib_alt-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-13 04:17:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "irvingleonard",
    "github_project": "pathlib_alt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pathlib-alt"
}
        
Elapsed time: 9.22866s