Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 2.07 KB

README.md

File metadata and controls

32 lines (22 loc) · 2.07 KB

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.