Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 562 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 562 Bytes

ksau-py

A Python implementation of ksau focused on ease-of-use, with a trade-off in performance compared to ksau-go.

Development

Prerequisites

  • uv package manager
  • ruff (included in dev dependencies)

Getting Started

Install dependencies:

uv sync

Code Quality

Before committing, ensure code quality by running:

uvx ruff check --fix && uvx ruff format

Note: Please fix any remaining linting errors manually and minimize the use of # noqa directives.