Metadata-Version: 2.3
Name: cuetools
Version: 0.1.2
Summary: Lightweight CUE sheet toolkit for Python
License: MIT
Keywords: cue,audio,parser
Author: Olezhich
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# CueTools

[![PyPI version](https://img.shields.io/pypi/v/cuelogic )](https://pypi.org/project/cuetools/ )
[![License](https://img.shields.io/github/license/Olezhich/CueLogic )](https://github.com/Olezhich/CueLogic/blob/main/LICENSE )
[![Python](https://img.shields.io/badge/python-3.12%2B-blue)](https://python.org)  

> **Lightweight CUE sheet toolkit for Python.**  
Parse and generate `.cue` files programmatically.

---

## Features

- Parse `.cue` files into structured Python objects
- Generate `.cue` file content from data
- Simple and intuitive API
- Lightweight — no external dependencies
- Supports Python 3.10+

---

## QuickStart

```bash
pip install cuetools

