Metadata-Version: 2.5
Name: textstat-cli
Version: 2.0.0
Summary: Get stats about text from the command line.
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: click>=8.5.0
Requires-Dist: textstat==0.7.13
Description-Content-Type: text/markdown

# Textstat CLI

A wrapper for textstat so that it can be better integrated it in to your automated publishing pipelines. This isn't to have you make decisions about your text, but to better inform you about your text.

## Requirements

* Python 3.10 minimum
* uv

## Installation

```bash
uv add textstat_cli
```

## Usage

```bash
uv run textstat_cli example.md
```

## License

GPLv3
