A Python implementation of ksau focused on ease-of-use, with a trade-off in performance compared to ksau-go.
uvpackage managerruff(included in dev dependencies)
Install dependencies:
uv syncBefore committing, ensure code quality by running:
uvx ruff check --fix && uvx ruff formatNote: Please fix any remaining linting errors manually and minimize the use of
# noqadirectives.