Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.12 KB

License: MIT Release PyPI - Version PyPI - Downloads

flx.py

Rewrite emacs-flx in Python

CI

🔨 Usage

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:

$ pytest

⚜️ License

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

See LICENSE for details.