Metadata-Version: 2.3
Name: uxtg
Version: 0.2.0
Summary: 
Author: migo
Author-email: 1695587905@qq.com
Requires-Python: >=3.10,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# uxtg

`uxtg` 提供 Praat `TextGrid` / `TextTier` / `IntervalTier` 与 HTK `MLF` 的读取、写出和基础操作接口。

## Features

- `Point` / `Interval` 基础数据对象
- `PointTier` / `IntervalTier` 容器与区间查询
- `TextGrid` 读写与层级管理
- `MLF` 到 `TextGrid` 的转换
- 统一使用 snake_case API，如 `from_file`、`get_first`

