Metadata-Version: 2.4
Name: cuesplitter
Version: 0.1.1
Summary: Lossless, bit-perfect splitting of FLAC albums using CUE sheets. PCM verification and automatic tagging.
License: MIT
License-File: LICENSE
Keywords: ffmpeg,tags,split,verification,joiner,flac,join,ffmpeg-wrapper,splitter,bit-perfect
Author: Olezhich
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: cuetools (>=1.0.1,<2.0.0)
Requires-Dist: mutagen (>=1.47.0,<2.0.0)
Requires-Dist: typer (>=0.20.1,<0.21.0)
Project-URL: Changelog, https://github.com/Olezhich/CueSplitter/blob/main/CHANGELOG.md
Project-URL: Homepage, https://github.com/Olezhich/CueSplitter
Project-URL: Repository, https://github.com/Olezhich/CueSplitter
Description-Content-Type: text/markdown

# CueSplitter

[![PyPI version](https://img.shields.io/pypi/v/cuesplitter )](https://pypi.org/project/cuesplitter/ )
[![License](https://img.shields.io/github/license/Olezhich/CueSplitter )](https://github.com/Olezhich/CueSplitter/blob/main/LICENSE )
[![Python](https://img.shields.io/badge/python-3.12%2B-blue)](https://python.org)  
[![Tests](https://github.com/Olezhich/CueSplitter/workflows/Tests/badge.svg )](https://github.com/Olezhich/CueSplitter/actions )

> **Lossless, bit-perfect splitting of FLAC albums using CUE sheets. PCM verification and automatic tagging**  
Parsing of Cue Sheets,
splitting albums into tracks, checking the bitwise equality of the original PSM stream of the album and the resulting PSM streams of the tracks and automatic tagging

## Features

## Changes

For a full list of updates, see the [CHANGELOG](CHANGELOG.md).

## QuickStart
### Installation of the library
#### Via pip

```bash
pip install cuesplitter
```

#### Via poetry
```bash
poetry add cuesplitter
```
### Using of the library
```python
```


## License
MIT
