Metadata-Version: 2.3
Name: lingo-cli
Version: 0.1.0
Summary: CLI tool for converting text to the NATO phonetic alphabet equivalent
Author: sid
Author-email: sid <35936587+siddharth-shringarpure@users.noreply.github.com>
Requires-Python: >=3.13
Project-URL: Repository, https://github.com/siddharth-shringarpure/lingo
Description-Content-Type: text/markdown

# lingo

[![CI](https://github.com/siddharth-shringarpure/lingo/actions/workflows/ci.yml/badge.svg)](https://github.com/siddharth-shringarpure/lingo/actions/workflows/ci.yml)

A command-line tool for converting text to NATO phonetic alphabet words.

## Quickstart

```bash
# Install dependencies and create the local environment
uv sync

# Convert text
uv run lingo "hello world"

# Or run interactively
uv run lingo
```

## What It Does

- Converts letters to NATO phonetic words
- Treats upper and lower case the same
- Prints spaces as blank lines
- Leaves non-letter characters unchanged


## License

See LICENSE file for details.
