Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.45 KB

License: MIT Release PyPI - Version PyPI - Downloads

flx.py

Rewrite emacs-flx in Python

CI Publish

🔨 Usage

from flx 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

🔗 Links

⚜️ License

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

See LICENSE for details.