Metadata-Version: 2.1
Name: pagefind_bin
Version: 1.5.0b1
Summary:
 Pagefind is a library for performant, low-bandwidth, fully static search.
Description-Content-Type: text/markdown
License: MIT
Author: Pagefind
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Project-URL: Homepage, https://pagefind.app
Project-URL: Source Code, https://github.com/pagefind/pagefind/
Project-URL: Bug Tracker, https://github.com/pagefind/pagefind//issues
Requires-Python: ~=3.9

<!-- 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
```
