Back to Pagefind

`pagefind_bin`

wrappers/python/src/pagefind_python_bin/README.md

1.5.2481 B
Original Source
<!-- Note: this is a template file that is used for both the `pagefind_bin` and `pagefind_bin_extended` python packages. All occurrences of `pagefind_bin` will be replaced with the actual package name. -->

pagefind_bin

A python wrapper for the pagefind executable.

Usage

py
#!/usr/bin/env python3
from pagefind_bin import get_executable
print(get_executable()) # yields absolute path to the executable
sh
#!/usr/bin/env bash
python3 -m pagefind_bin --help