Metadata-Version: 2.4
Name: strox
Version: 0.1.3
Summary: Find strings that matches approximately the given pattern
Author: Havsalt
Author-email: Havsalt <77575424+Havsalt@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Strox - String Approximate

Find strings that matches approximately the given pattern.

## Running as tool

You can run `strox` from the terminal if installed, usually through `pipx install` or `uv tool install`.

Example of querying for the closest matching options, with _weight_ parameter.

```bash
strox "an" "Apple pie" "Indigo", "Banana" --insertion-cost 0.1
# Result: "Banana"
```

**Tip**: Run `strox --help` for more options.

## License

MIT
