rlane-libfile


Namerlane-libfile JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryRepresent a filesystem item such as a file or folder
upload_time2024-11-17 19:55:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords libfile
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This module offers a class that combines pathlib.Path, os.walk,
cached os.struct_stat, debug/trace logging, and the ability to execute
a --dry-run through 'most' of the code without changing the filesystem.

File(object) represents a filesystem item, such as a file or folder, which
may or may not exist when the object is initialized.  This differs
from os.DirEntry(object), which is only instantiated for an existing item.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rlane-libfile",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "libfile",
    "author": null,
    "author_email": "Russel Lane <russel@rlane.com>",
    "download_url": "https://files.pythonhosted.org/packages/3e/46/5d3124b7ce2b760f8e2ae914bdda2ccff6b28033d20c4a0049c28c2f6da6/rlane_libfile-1.0.2.tar.gz",
    "platform": null,
    "description": "This module offers a class that combines pathlib.Path, os.walk,\ncached os.struct_stat, debug/trace logging, and the ability to execute\na --dry-run through 'most' of the code without changing the filesystem.\n\nFile(object) represents a filesystem item, such as a file or folder, which\nmay or may not exist when the object is initialized.  This differs\nfrom os.DirEntry(object), which is only instantiated for an existing item.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Represent a filesystem item such as a file or folder",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/russellane/libfile"
    },
    "split_keywords": [
        "libfile"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9190397e25b2b23ca16604b092a432aa2a331773bb41b3e500ccaaf662373d47",
                "md5": "7e175719474b8c762dd1452b7c4c1fdb",
                "sha256": "025374868324fd14375cff690277a3781aea2104a6b1929ab52ad034bbaa589b"
            },
            "downloads": -1,
            "filename": "rlane_libfile-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7e175719474b8c762dd1452b7c4c1fdb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6091,
            "upload_time": "2024-11-17T19:55:37",
            "upload_time_iso_8601": "2024-11-17T19:55:37.478656Z",
            "url": "https://files.pythonhosted.org/packages/91/90/397e25b2b23ca16604b092a432aa2a331773bb41b3e500ccaaf662373d47/rlane_libfile-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e465d3124b7ce2b760f8e2ae914bdda2ccff6b28033d20c4a0049c28c2f6da6",
                "md5": "95aa6fde5a6d9331a52c96a8ecbd4a54",
                "sha256": "e7d4b24d962c6c8457b8d127b8e55c76602b13805d02f2126d2df7a32aa37e9f"
            },
            "downloads": -1,
            "filename": "rlane_libfile-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "95aa6fde5a6d9331a52c96a8ecbd4a54",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6080,
            "upload_time": "2024-11-17T19:55:40",
            "upload_time_iso_8601": "2024-11-17T19:55:40.045060Z",
            "url": "https://files.pythonhosted.org/packages/3e/46/5d3124b7ce2b760f8e2ae914bdda2ccff6b28033d20c4a0049c28c2f6da6/rlane_libfile-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-17 19:55:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "russellane",
    "github_project": "libfile",
    "github_not_found": true,
    "lcname": "rlane-libfile"
}
        
Elapsed time: 0.44805s