Metadata-Version: 2.1
Name: the-flx
Version: 0.1.2
Summary: Rewrite emacs-flx in Python
Home-page: https://github.com/the-flx/flx.py
Author: Jen-Chieh Shen
Author-email: jcs090218@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/the-flx/flx.py
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Release](https://img.shields.io/github/tag/the-flx/flx.py.svg?label=release&logo=github)](https://github.com/the-flx/flx.py/releases/latest)

# flx.py
> Rewrite emacs-flx in Python

[![CI](https://github.com/the-flx/flx.py/actions/workflows/test.yml/badge.svg)](https://github.com/the-flx/flx.py/actions/workflows/test.yml)

## 🔨 Usage

```py
import flx

print(flx.score("switch-to-buffer", "stb).score)  # 237
```

## 🛠️ Development

This project uses [PyTest][] to do the unit tests.

Simply run `pytest` to run and discover tests:

```sh
$ pytest
```

## ⚜️ License

`flx.py` is distributed under the terms of the MIT license.

See [`LICENSE`](./LICENSE) for details.


<!-- Links -->

[flx]: https://github.com/lewang/flx
[Emacs]: https://www.gnu.org/software/emacs/

[PyTest]: https://github.com/pytest-dev/pytest
