Metadata-Version: 2.4
Name: tagrefsorter
Version: 0.1.0
Summary: CLI tool to normalize LaTeX \tag numbering in Jupyter Notebook files
Author-email: SuzuSys <sigmatics@outlook.jp>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: nbformat>=5.0

# tagrefsorter

A CLI tool to normalize LaTeX `\tag{}` numbering in Jupyter Notebook (`.ipynb`) files.

## Installation

```bash
pip install tagrefsorter
```

## Usage

```bash
tagrefsorter path/to/notebook.ipynb
```

The notebook is overwritten in place.
