Skip to content

ofek/find-exe

Repository files navigation

find-exe

CI/CD CI - Test CD - Build Coverage
Docs Docs
Package PyPI - Version PyPI - Python Version
Meta Hatch project linting - Ruff types - Mypy License - MIT GitHub Sponsors

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

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

Installation

pip install find-exe

Documentation

The documentation is made with Material for MkDocs and is hosted by GitHub Pages.

License

find-exe is distributed under the terms of the MIT license.