findfile_path


Namefindfile_path JSON
Version 0.2.post3 PyPI version JSON
download
home_pagehttps://github.com/clearclaw/findfile_path
SummaryFind file on path with optional extensions
upload_time2024-07-22 04:47:48
maintainerNone
docs_urlNone
authorJ C Lawrence
requires_python<4.0,>=3.8
licenseGPL-3.0-only
keywords find_file search_file
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            findfile_path
=============

Find the first instance of a file on a path of directories, with
possible file extensions.

::

  findfile_path (fname, path, exts = None)

fname can be either a string or Path object, or an iterable of strings
or Path objects.  The first matching file in the first directory on
path (a list of string or Path objects) with the first extension (exts
-- an optional list of strings) is returned, else None.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/clearclaw/findfile_path",
    "name": "findfile_path",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "find_file, search_file",
    "author": "J C Lawrence",
    "author_email": "claw@kanga.nu",
    "download_url": "https://files.pythonhosted.org/packages/89/55/a3c8368ec8b27b5aae5d5e2b3f6eda62384ef69f93e3e79a3f09db57db22/findfile_path-0.2.post3.tar.gz",
    "platform": null,
    "description": "findfile_path\n=============\n\nFind the first instance of a file on a path of directories, with\npossible file extensions.\n\n::\n\n  findfile_path (fname, path, exts = None)\n\nfname can be either a string or Path object, or an iterable of strings\nor Path objects.  The first matching file in the first directory on\npath (a list of string or Path objects) with the first extension (exts\n-- an optional list of strings) is returned, else None.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "Find file on path with optional extensions",
    "version": "0.2.post3",
    "project_urls": {
        "Homepage": "https://github.com/clearclaw/findfile_path",
        "Repository": "https://github.com/clearclaw/findfile_path"
    },
    "split_keywords": [
        "find_file",
        " search_file"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "051c2a4987745a448df9756777d8f0e4f059aa6aa1ce57b1f874f6de8f5774af",
                "md5": "63474e5937283bef5546ac9426b27b50",
                "sha256": "4c18483a00d5530548ecc5bddaf71808135446e462ae685303268c54e7c0ae28"
            },
            "downloads": -1,
            "filename": "findfile_path-0.2.post3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "63474e5937283bef5546ac9426b27b50",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 5754,
            "upload_time": "2024-07-22T04:47:46",
            "upload_time_iso_8601": "2024-07-22T04:47:46.849323Z",
            "url": "https://files.pythonhosted.org/packages/05/1c/2a4987745a448df9756777d8f0e4f059aa6aa1ce57b1f874f6de8f5774af/findfile_path-0.2.post3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8955a3c8368ec8b27b5aae5d5e2b3f6eda62384ef69f93e3e79a3f09db57db22",
                "md5": "f05e7c9da5a03a3df636344e0daccb98",
                "sha256": "74ecf7a698e04aa1f8ed94244d0c5756adf3f92e3c99bf3c5ef2ef4a60696e8b"
            },
            "downloads": -1,
            "filename": "findfile_path-0.2.post3.tar.gz",
            "has_sig": false,
            "md5_digest": "f05e7c9da5a03a3df636344e0daccb98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 4598,
            "upload_time": "2024-07-22T04:47:48",
            "upload_time_iso_8601": "2024-07-22T04:47:48.257183Z",
            "url": "https://files.pythonhosted.org/packages/89/55/a3c8368ec8b27b5aae5d5e2b3f6eda62384ef69f93e3e79a3f09db57db22/findfile_path-0.2.post3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-22 04:47:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "clearclaw",
    "github_project": "findfile_path",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "findfile_path"
}
        
Elapsed time: 5.56892s