find-exe


Namefind-exe JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryFind matching executables
upload_time2024-09-24 23:19:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords binary cli executable path which
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # find-exe

| | |
| --- | --- |
| CI/CD | [![CI - Test](https://github.com/ofek/find-exe/actions/workflows/test.yml/badge.svg)](https://github.com/ofek/find-exe/actions/workflows/test.yml) [![CD - Build](https://github.com/ofek/find-exe/actions/workflows/build.yml/badge.svg)](https://github.com/ofek/find-exe/actions/workflows/build.yml) [![Coverage](https://img.shields.io/codecov/c/gh/ofek/find-exe?token=0CYRLWA98C)](https://app.codecov.io/gh/ofek/find-exe) |
| Docs | [![Docs](https://github.com/ofek/find-exe/actions/workflows/docs.yml/badge.svg)](https://github.com/ofek/find-exe/actions/workflows/docs.yml) |
| Package | [![PyPI - Version](https://img.shields.io/pypi/v/find-exe.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/find-exe/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/find-exe.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/find-exe/) |
| Meta | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/ofek/find-exe) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/) [![GitHub Sponsors](https://img.shields.io/github/sponsors/ofek?logo=GitHub%20Sponsors&style=social)](https://github.com/sponsors/ofek) |

-----

This provides a library and CLI (`find-exe`) to find all executables given certain criteria.

```pycon
>>> import find_exe
>>> find_exe.with_prefix("py")
['/usr/bin/python', ...]
```

## Installation

```console
pip install find-exe
```

## Documentation

The [documentation](https://ofek.dev/find-exe/) is made with [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) and is hosted by [GitHub Pages](https://docs.github.com/en/pages).

## License

`find-exe` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "find-exe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "binary, cli, executable, path, which",
    "author": null,
    "author_email": "Ofek Lev <oss@ofek.dev>",
    "download_url": "https://files.pythonhosted.org/packages/24/46/838b60179c42b839af65e26ecfda0d2cfec985975f933e4ee8d950f3d045/find_exe-0.2.1.tar.gz",
    "platform": null,
    "description": "# find-exe\n\n| | |\n| --- | --- |\n| CI/CD | [![CI - Test](https://github.com/ofek/find-exe/actions/workflows/test.yml/badge.svg)](https://github.com/ofek/find-exe/actions/workflows/test.yml) [![CD - Build](https://github.com/ofek/find-exe/actions/workflows/build.yml/badge.svg)](https://github.com/ofek/find-exe/actions/workflows/build.yml) [![Coverage](https://img.shields.io/codecov/c/gh/ofek/find-exe?token=0CYRLWA98C)](https://app.codecov.io/gh/ofek/find-exe) |\n| Docs | [![Docs](https://github.com/ofek/find-exe/actions/workflows/docs.yml/badge.svg)](https://github.com/ofek/find-exe/actions/workflows/docs.yml) |\n| Package | [![PyPI - Version](https://img.shields.io/pypi/v/find-exe.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/find-exe/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/find-exe.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/find-exe/) |\n| Meta | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/ofek/find-exe) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/) [![GitHub Sponsors](https://img.shields.io/github/sponsors/ofek?logo=GitHub%20Sponsors&style=social)](https://github.com/sponsors/ofek) |\n\n-----\n\nThis provides a library and CLI (`find-exe`) to find all executables given certain criteria.\n\n```pycon\n>>> import find_exe\n>>> find_exe.with_prefix(\"py\")\n['/usr/bin/python', ...]\n```\n\n## Installation\n\n```console\npip install find-exe\n```\n\n## Documentation\n\nThe [documentation](https://ofek.dev/find-exe/) is made with [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) and is hosted by [GitHub Pages](https://docs.github.com/en/pages).\n\n## License\n\n`find-exe` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Find matching executables",
    "version": "0.2.1",
    "project_urls": {
        "Changelog": "https://ofek.dev/find-exe/changelog/",
        "Homepage": "https://ofek.dev/find-exe/",
        "Source": "https://github.com/ofek/find-exe",
        "Sponsor": "https://github.com/sponsors/ofek",
        "Tracker": "https://github.com/ofek/find-exe/issues"
    },
    "split_keywords": [
        "binary",
        " cli",
        " executable",
        " path",
        " which"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2ecbb13af88c1f5992f0ef1d4b1862fedbf1952649785d335f3075c68c024f2",
                "md5": "89cf10ff46e5a21c92d722052acbc7b1",
                "sha256": "8dc2c8c2eff766236d1f4ee331ccd7c0c9fb0297718d8cc613de9a226e77461b"
            },
            "downloads": -1,
            "filename": "find_exe-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89cf10ff46e5a21c92d722052acbc7b1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5702,
            "upload_time": "2024-09-24T23:19:27",
            "upload_time_iso_8601": "2024-09-24T23:19:27.452864Z",
            "url": "https://files.pythonhosted.org/packages/e2/ec/bb13af88c1f5992f0ef1d4b1862fedbf1952649785d335f3075c68c024f2/find_exe-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2446838b60179c42b839af65e26ecfda0d2cfec985975f933e4ee8d950f3d045",
                "md5": "00fa44f50c5c09c70f600d97ea5299bf",
                "sha256": "b9d9143b8e933f8f7cc7f96083e877be428e0886db544e4872762ea1089702db"
            },
            "downloads": -1,
            "filename": "find_exe-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "00fa44f50c5c09c70f600d97ea5299bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 12045,
            "upload_time": "2024-09-24T23:19:28",
            "upload_time_iso_8601": "2024-09-24T23:19:28.756300Z",
            "url": "https://files.pythonhosted.org/packages/24/46/838b60179c42b839af65e26ecfda0d2cfec985975f933e4ee8d950f3d045/find_exe-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-24 23:19:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ofek",
    "github_project": "find-exe",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "find-exe"
}
        
Elapsed time: 0.32608s